/*
* custom css
*/
body{
    font-size: 14px;
    line-height: 24px;
    font-family: 'Lato';
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Lato';
}
html, body {
  overflow-x: hidden;
}
.d-flex{
    align-items: center;
}
.align-center{
    align-items: center;
}
.ialert .alert-danger{
    padding-right: 30px;
}
.ialert .close{
    position: absolute;
    right: 8px;
    top: 13px;
}

/*
* header & footer
*/
header{
    padding: 0px 0px;
    background: #C42C2B;
    position: fixed;
    width: 100%;
    z-index: 9;
}
.align-center{
    align-items: center;
}
header .collapse{
    justify-content: flex-end;
}
footer{
    background: #C42C2B;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
footer p{
    margin-bottom: 0;
}
.footer_link{
    color: #ffc107 !important;
}
.navbar-nav .nav-link{
    color: white;
    font-size: 16px;
    padding: 4px;
}
.navbar-brand{
    font-weight: bold;
    color: #fff;
}
.top_heading{
    background: #123650;
    padding: 5px 0;
    position: relative;
    top: 60px;
    margin-bottom: 55px;
}
.top_heading .d-flex{
    justify-content: space-between;
    align-items: center;
    padding:0;
}
.top_heading h1{
    margin: 0;
    padding: 0;
    font-size: 17px;
    color: #ffff;
    font-weight: bold;
}
.top_heading h3{
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #ffff;
    font-weight: bold;
}
.navbar-toggler{
    color: #fff;
    border:1px solid #fff;
    padding: 8px 20px;
}
.navbar-toggler:focus, .navbar-toggler:hover {
    border:1px solid #fff;
    outline: none;
}
.navbar-brand:hover{
    color: #fff;
}
.top_heading h1 a{
    color:#fff;
}

/*
* page css
*/
.fomr-main label{
    margin-bottom: 0;
}
.bloc_title{
    font-weight: bold;
    margin: 0;
    text-align: center;
  /*  text-transform: uppercase;*/
    color: #563D7C;
    font-size: 24px;
    margin-bottom: 20px;
}
.bloc_header{
    margin-top: 20x;
}
.bloc_header h3{
    text-align: center;
    font-size: 16px;
    color: #242424;
    font-weight: bold;
}
.box_2 p{
    font-size: 14px;
    color: #757575;
    text-align: center;
    margin: 0;
}
.box_2{
    border: 2px dashed #727272;
    padding: 10px 20px;
    border-radius: 20px;
    margin-top: 18px;
}
.box_2 input[type="radio"]{
    margin-right: 5px;
}
.box_3 p{
    font-size: 14px;
    color: #757575;
    text-align: center;
    margin: 0;
}
.box_3{
    border: 2px dashed #727272;
    padding: 10px 20px;
    border-radius: 20px;
    margin-top: 30px;
}
.box_3 input[type="radio"]{
    margin-right: 5px;
}
.fomr-main .form-control{
    height: auto;
    min-height: 23px;
    font-size: 13px;
}
.fomr-main .box_2 .form-group{
    margin-bottom:10px;
}


/*
* list page
*/
.list_1{
    margin: 0px 0px;
}
.list_1 .card{
    margin-bottom: 15px;
    border:2px solid #008983;
}
.list_1 .card.show{
    display: block;
}
.list_1 .card .card-body .d-md-flex{
    align-items: center;
}
.list_1 .card .card-body .d-md-flex label{
    margin: 0;
    font-weight: bold;
    color: #C42C2B;
}
.list_1 .card .card-body .d-md-flex .form-control{
    margin: 10px 2px;
    height: auto;
    min-height: 30px;
    font-size: 14px;
}
.list_1 .card  .card-header .btn{
    width: 100%;
    text-align: left;
    font-weight: bold;
    color: #fff;
}
.list_1 .card  .card-header{
    background: #008983;
}
.list_2{
    padding: 15px;
    margin-bottom: 20px;
    padding-bottom:55px;
}
.list_2 .container .box{
    background: #f5f5f5;
    padding: 10px 15px;
    border-left: 4px solid #C42C2B;
    margin: 10px 0px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 11%), 0 4px 10px 0 rgb(0 0 0 / 11%);
}
.list_2 .container .box img{
    border-radius:50%;
}
.list_2 .container .box .edit_btn{
    background: none;
    color: #4d90fe;
    border: 1px solid #4d90fe;
    border-radius: 50%;
    padding: 0px 5px;
}
.list_2 .container .box .delete_btn{
    background: none;
    color: #dc3545;
    border: 1px solid #dc3545;
    border-radius: 50%;
    padding: 0px 5px;
}
.plus_btn{
    background: none;
    color: #28a745;
    border: 1px solid #28a745;
    border-radius: 50%;
    padding: 0px 5px;
    width: 25px;
    height: 25px;
    margin-left: 4px;
    margin: 0px 0px 4px 0px;
}
.plus_btn .fa.fa-plus{
    width: 10px;
    color: #28a745;
    position: relative;
    right: 1px;
    top: 0px;
    font-size: 15px;
}
.list_2 .list_2_1 h1{
    font-size: 19px;
    color: #C42C2B;
    margin: 0 0 5px;
    font-weight: bold;
}
.list_2 .list_2_1 h3{
    font-size: 16px;
    color: #757575;
    margin: 0 0 5px;
    font-weight: bold;
}
.list_2 .list_2_2{
    margin: 15px -15px;
}
.list_2 .list_2_2 p{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}
.list_2 .list_2_3 h3{
    font-size: 16px;
    color: #C42C2B;
    margin: 0 0 10px;
    font-weight: bold;
}
.list_2 .list_2_3 p{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}
.list_2 .list_2_4{
    /*margin-top: 5px;*/
}
.list_2 a{
    text-decoration: none;
}

/*
* Dashboard
*/
.das_1{
    padding: 0px 0 55px;
}
.das_1 .box{
    margin: 8px 0;
}
.das_1 .box .cnt{
    background: #f5f5f5;
    /*height: 100%;*/
    /*padding: 15px;*/
    /*border-bottom: 5px solid #C42C2B;*/
    box-shadow: 3px 8px 18px -7px #757575;
}
.das_1 .box .cnt .main_heading{
    font-size: 20px;
    color: #C42C2B;
    margin: 0 16px 10px;
    font-weight: 900;
    position: relative;
    top:10px;
    text-align:left;
}
.das_1 .box .cnt .main_heading a{
    float:right;
}
.das_1 .box .cnt p{
    margin-top: 30px;
    text-align: center;
    font-size: 30px;
    color: #757575;
}
.das_1 .box .cnt p a{
    color: #757575;
}
.das_1 .box .table-bordered td,
.das_1 .box .table-bordered th {
    border: 1px solid #9d9d9dc4;
    border-bottom: 2px solid #9d9d9dc4;
    background: white;
}

.das_1 .box .table th{
    font-weight: 900;
    background: white;
}
.das_1 .box .table{
    text-align: center;
}
.das_1 .box .table a{
    color: #757575;
    text-decoration: underline;
}
.das_1 .box i{
    text-align: center;
    font-size: 15px;
    width: 50px;
    height: 50px;
    border: 2px solid #c42c2b;
    border-radius: 50%;
    color: #c42c2b;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/**/
.login{
    min-height: 100vh;
    background: #c42c2b;
    display: flex;
}
.login .container{
    margin: auto;
}
.login .box{
    background: #fff;
    padding: 30px 15px;
    box-shadow: 0px 7px 14px -5px #000;
    border-radius: 8px;
}
.login_1 {
    text-align: center;
}
.login_1 .navbar-brand{
    color:  #c42c2b;
    font-weight: 900;
}
.login_2{
    margin: 20px 0px 10px;
}
.login_2 .form-control{
    height: 45px;
}
.login_3 .btn{
    background:  #c42c2b;
    color: #fff;
    padding: 8px 30px;
}
.login_4{
    margin: 28px 0 5px;
}
.login_4 a{
    color: #242424;
    font-weight: bold;
    text-align: right;
    position: absolute;
    right: 18px;
}
.login_5{
    position: relative;
    top: 11px;
}
.login_5 p{
    margin: 0;
    color: white;
}
.login_5 p a{
    color: #f2d7b3;
    text-decoration: underline;
}
.login_main{
    margin-left: 26%;
}
.imgbox_block .choose_file {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    background: #000;
    border-radius: 40px;
}
.imgbox_block .choose_img {
    width: 120px;
}
.chulha_count {
   text-align: right;
    position: absolute !important;
    right: 10px;
    padding-bottom: 43px;
}
.apana_gharplus{
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.form_div{
    display: contents;
}
.event_div{
    display:flex;
    width:100%;
}
.event_div select{
    margin: 0px 3px;
}
.event_div input{
    margin: 0px 3px;
    z-index:1;
}
.event_div datepicker{
    height:17px;
}
.member_img{
    margin-left: 10px;
}
.select_div{
    width:37%;
}
.member_detail{
    padding: 11px 0px;
    margin-left: 16px;
}
.imgbox_block{
    margin: 0 auto;
    text-align: center;
}
.imgbox_circleblock{
    width: 100%;
    margin: 6px 0px;
    margin: 0 auto 20px;
    text-align: center;
    justify-content: center;
    align-items: center;

}
.img_event_gallery{
    flex: 0 0 25%;
    max-width: 25%;
}
.search_div{
    margin: 10px auto 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #cccccc8c;
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 10%), 0 4px 9px 0 rgb(0 0 0 / 10%);
    background: #f5f5f54f;
    
}
.search_block{
    display: flex;
    justify-content: center;
    align-items: center;
}
.search_block input{
    width: 300px;
    border: 1px solid #cccccc4d;
    
}
.search_block .fa.fa-search{
    font-size: 20px;
    color: white;
    /* font-weight: 600; */
    border: 1px solid green;
    padding: 8px 10px;
    border-radius: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: green;
    margin-left: 10px;
    cursor:pointer;
}
.search_block .fa.fa-search:hover{
    animation: pulse 2s infinite;
    transition: .6s;
}
.search_block .fa.fa-times{
    font-size: 20px;
    color: red;
    /* font-weight: 600; */
    border: 1px solid red;
    padding: 8px 10px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    margin-left: 8px;
    cursor:pointer;
}
.search_block .fa.fa-times:hover{
    animation: pulse 2s infinite;
    transition: .3s;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(.9);
  }
    100% {
    transform: scale(1);
  }
}
.ph_detail:hover{
    color: #c42c2b;
    font-size: 13px;
    text-shadow: 1px 3px #2125293b;
}
.ph_detail a:hover{
    color: #c42c2b !important;
}
.ph_detail i:hover{
    position:relative;
    top:1px;
}
.head_badge{
    position: relative;
    width: 24px;
    height: 35px;
    right: 47px;
    top: 39px;
    border-radius: inherit !important;
}
.choose_img{
    width:120px;
}
.imgbox_circleblock .choose_file{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    background: #000;
    border-radius: 40px;
}
.choose_img img{
    width:70px;
    height:70px;
    margin-top: 10px;
}
.choose_img_block{
    margin: 0 auto 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.choose_img_block img {
    width: 90px;
    height: 90px;
    margin-top: 10px;
    border-radius: 50%;
    object-fit: cover;
}
.choose_img_block .remove{
    padding-top: 80px;
}
.modal_ghar {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content_ghar {
    background-color: #ffffff;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 25%;
    border-radius: 7px;
}

/* The Close Button */
.modal_ghar .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.modal-content_ghar .ghar_info{
    margin: 27px 0px;
    display:flex;
}
.gharlist_date{
    font-size: 24px;
    color: brown;
    font-weight: 600;
}
.modal_ghar .close:hover,
.modal_ghar .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal_event {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal_eventinfo{
    margin-right:30px;
}
/* Modal Content */
.modal-content_event {
    background-color: #ffffff;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
    border-radius: 7px;
}

/* The Close Button */
.modal_event .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: relative;
    bottom: 3px;
}
.modal-content_event .event_info{
    margin: 27px 0px;
    display:block;
}
.modal-content_event .event_info span{
        display: inline-flex;
        float: right;
}
.event_modalhead{
    display:flex;
}
.event_modalhead h5{
    width: 90%;
    color: brown;
    font-weight: 600;
    font-size: 22px;
}
.gharlist_date{
    font-size: 24px;
    color: brown;
    font-weight: 600;
}
.modal_event .close:hover,
.modal_event .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.tab_ghar{
    text-align: center;
    padding-top: 10px;
    margin-bottom: 20px;
}
.button_ghar {
    /*background-color: #17a2b8;*/
    border: none;
    color: black;
    padding: 6px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 19px;
    border: 1px solid #ccc;
    box-shadow: 2px 3px #c4c4c4;
}
.button_ghar active {
  background-color: #666;
  color: white;
}
.button_ghar:hover{
    animation: pulse 1s;
  box-shadow: 0 0 0 2em transparent;
   box-shadow: 0 4px 2px 0 rgb(0 0 0 / 12%), 0 6px 7px 0 rgb(0 0 0 / 18%);
}

@keyframes button_ghar {
  0% { box-shadow: 0 0 0 0 var(--hover); }
}
}
.backdated_card{
    background-color: rgb(207 204 204 / 0%);
    opacity: 0.6;
}
.header_space{
    max-width: 1280px !important;
}
.tab_matrimonial {
    overflow: auto;
    background-color: white;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: serif;
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 15%), 0 -1px 12px 0 rgb(0 0 0 / 19%);
}

/* Style the buttons inside the tab */
.tab_matrimonial button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab_matrimonial button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab_matrimonial button.active {
  background-color: #cccccc8f;
  color: black;
  outline: none;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}
.ghar_addform label{
    text-align:center;
}
.choose_img_circle{
    width:80px;
    height:80px;
    border-radius:50%;
}
.comm_block{
    display: flex;
    width: 100%;
}
.comm_block .comm_location{
    text-align: left;
    width: 50%;
}
.comm_block .comm_contact{
    text-align: right;
    width: 50%;
    color: #bb6aea;
    cursor: pointer;
}
.goog-logo-link {
display:none ! important;
}
.goog-te-gadget{
color: transparent ! important;
}
@media (max-width:767px){
    body{
        padding-bottom: 20px;
    }
    .navbar{
        padding: 0px;
    }
    .fomr-main .d-flex{
        display: block !important;
    }
    .fomr-main .row{
        margin-right: 0px ;
        margin-left: 0px ;
    }
    .fomr-main .box_1 .form-group{
        margin-bottom: 10px;
    }
    .fomr-main .box_1 label{
        padding: 0px;
        margin-bottom: 5px;
    }
    .fomr-main .box_1 .radio-col .col-1{
        flex: 0 0 32%;
        max-width: 32%;
    }
    .navbar-collapse{
        margin-top: 20px;
        background: white;
        color: black;
    }
    .fomr-main .box_2{
        border:none;
        margin-top: 0px;
        padding:0;

    }
    .fomr-main .box_2 .bloc_header{
        display:none;
    }
    .fomr-main .box_2 .ev_row{
        background: #f5f5f5;
        margin:15px 0px 30px;
        border-bottom:5px solid #C42C2B;
    }
    .fomr-main .box_2 .ev_row p{
        font-size: 18px;
        font-weight: bold;
        color: #C42C2B;
    }
    .fomr-main .box_3{
        border:none;
        margin-top: -30px;

    }
    .fomr-main .box_3 .bloc_header{
        display:none;
    }
    .fomr-main .box_3 .ev_row{
        background: #f5f5f5;
        margin:15px 0px 30px;
        border-bottom:5px solid #C42C2B;
    }
    .fomr-main .box_3 .ev_row p{
        font-size: 18px;
        font-weight: bold;
        color: #C42C2B;
    }
    .fomr-main .btn_foot .btn{
        width: 35%;
        margin-bottom: 15px;
        font-weight: bold;
        font-size: 16px;
        padding: 7px 0px;
    }
    .fomr-main .btn_foot .btn.supplier{
        width: 100%;
        margin-top: 10px;
        margin-bottom: 7px;
    }
     .fomr-main .box_1 .form-group.new_add{
        width: 50%;
     }
     .fomr-main .btn_foot {
        margin-bottom: 35px !important;
        margin-top: -30px;
     }
     .form-group.supplier_col{
        width: 33%;
     }
     .form-control.supplier_value{
        width: 87px;
        font-size: 9px;
     }
      .form-control.supplier_value1{
        width: 75px;
     }
     .place_status{
    position: relative;
    left: 40px !important;
}
.count_box {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-bottom: 19px !important;
}
.add_btnblock {
    margin-left: 20px !important;
}
.add_input{
    margin-left: 15px;
}
.list_2 {
    padding: 15px 0px;
    margin-bottom: 20px;
}
.intro_1{
    position: relative;
    right: 8px;
}
.intro_2{
    margin-left: 1px;
}
.login_main{
    margin-left: 0;
}
.reg_foot{
    margin-top: 0px !important;
}
.bloc_title {
    margin-bottom: 13px;
}
.area_column{
    margin-top: -18px;
}
.main_areafield{
    margin-top: -30px;
}
.das_1 {
    padding: 0px 0 40px;
}
.form_update.form_upward{
    margin-top: 29px;
}
.top_heading {
    position: relative;
    top: 51px;
    margin-bottom: 51px;
}
.search_block input {
    width: auto;
}
.member_detail{
    padding: 11px 0px;
    margin-left: 16px;
    width:63%;
}
}

/************new added Css***********/
.area_select{
    width: 82%;
    border: 1px solid #e5e8eb;
    border-radius: 4px;
    padding: 4px;
}
.area_label{
    margin: 5px 0px 0px 20px;
    border: 1px solid #d3d8de;
    width: 357px;
    border-radius: 4px;
    padding: 4px !important;
}
.area_input{
    display: flex;
    margin-top: -9px;
}
.regis_input{
    width: 90%;
    margin-left: 10px;
}
.reg_foot{
    margin-top: 10px;
}
.regis_checkbox{
    margin-top: 15px;
}
.rainbow {
  
   /* Font options */
  font-size:14px;
  
   /* Chrome, Safari, Opera */
  -webkit-animation: rainbow 5s infinite; 
  
  /* Internet Explorer */
  -ms-animation: rainbow 5s infinite;
  
  /* Standar Syntax */
  animation: rainbow 5s infinite; 
  margin-right: 4px;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes rainbow{
  0%{color: orange;}    
  10%{color: purple;}   
    20%{color: red;}
  30%{color: CadetBlue;}
    40%{color: yellow;}
  50%{color: coral;}
    60%{color: green;}
  70%{color: cyan;}
  80%{color: DeepPink;}
  90%{color: DodgerBlue;}
    100%{color: orange;}
}

/* Internet Explorer */
@-ms-keyframes rainbow{
   0%{color: orange;}   
  10%{color: purple;}   
    20%{color: red;}
  30%{color: CadetBlue;}
    40%{color: yellow;}
  50%{color: coral;}
    60%{color: green;}
  70%{color: cyan;}
  80%{color: DeepPink;}
  90%{color: DodgerBlue;}
    100%{color: orange;}
}

/* Standar Syntax */
@keyframes rainbow{
    0%{color: orange;}  
  10%{color: purple;}   
    20%{color: red;}
  30%{color: CadetBlue;}
    40%{color: yellow;}
  50%{color: coral;}
    60%{color: green;}
  70%{color: cyan;}
  80%{color: DeepPink;}
  90%{color: DodgerBlue;}
    100%{color: orange;}
}
.star-rating {
    direction: rtl;
    display: inline-block;
    padding: 0px;
    position: relative;
    right: 15px;
}

.star-rating input[type=radio] {
    display: none
}

.star-rating label {
    color: #bbb;
    font-size: 18px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input[type=radio]:checked ~ label {
    color: #f2b600
}
.place_status{
    position: relative;
    left: 64px;
}
.help_sec{
    float: right;
    position: relative;
    bottom: 15px;
}
.help_sec i{
    padding: 0;
    font-size: 15px;
    margin: 0;
}
.foot_margine{
   margin-top: 4px !important;
}
.committee-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.committee-wrapper .com_subtitle{
    color: #c42c2b;
    width: 100%;
    margin: 35px 0px 60px;
    text-align: center;
}
.comitee_card{
    display: flex;
    height: 100%;
    width: 23%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 1rem;
    border-width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
    padding: 25px 17px;
    flex: 1 1 calc(33.333% - 40px);
    max-width: calc(33.333% - 40px);
    margin-bottom: 45px;
}
.comitee_card img{
    border: 5px solid #fdfdfd;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    position: absolute;
    bottom: 80%;
    width: 6rem;
    height: 6rem;
    border-radius: 9999px;
    vertical-align: middle;
    display: block;
}
.comitee_card .text-gray-900{
    padding-top: 40px;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.comitee_card .text-purple-600{
    font-size:21px;
    color: #9333ea;
}
.foot_margin{
    padding: 45px 0px 5px;
}
@media (min-width: 768px){
   .md\:max-w-2xl {
    max-width: 76rem !important;
} 


}

.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-button{position:absolute;background:hsla(0,0%,100%,.75);border:none;color:#333}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{outline:0;-webkit-box-shadow:0 0 0 5px #19f;box-shadow:0 0 0 5px #19f}.flickity-button:active{opacity:.6}.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{top:50%;width:44px;height:44px;-webkit-border-radius:50%;border-radius:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;-webkit-border-radius:50%;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}.select2-container{-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:block;height:28px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{-webkit-box-sizing:border-box;box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;-webkit-border-radius:4px;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;-webkit-border-top-left-radius:0;border-top-left-radius:0;-webkit-border-top-right-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;-webkit-border-radius:4px;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;-webkit-border-radius:4px;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{-webkit-box-sizing:border-box;box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;-webkit-border-radius:4px;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{-webkit-border-top-left-radius:0;border-top-left-radius:0;-webkit-border-top-right-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;-webkit-border-radius:4px;border-radius:4px;outline:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),to(#eee));background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#eee),to(#ccc));background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;-webkit-border-radius:0;border-radius:0;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;-webkit-border-top-left-radius:0;border-top-left-radius:0;-webkit-border-top-right-radius:0;border-top-right-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(50%,#eee));background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#eee),to(#fff));background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;-webkit-border-radius:4px;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;-webkit-border-radius:4px;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;-webkit-border-top-left-radius:0;border-top-left-radius:0;-webkit-border-top-right-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;-webkit-box-shadow:none;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}.datepicker--cells{display:-webkit-flex;display:-ms-flexbox;display:-webkit-box;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.datepicker--cell{-webkit-border-radius:4px;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:-webkit-flex;display:-ms-flexbox;display:-webkit-box;display:flex;position:relative;-webkit-align-items:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;height:32px;z-index:1}.datepicker--cell.-focus-{background:#f0f0f0}.datepicker--cell.-current-{color:#4eb5e6}.datepicker--cell.-current-.-focus-{color:#4a4a4a}.datepicker--cell.-current-.-in-range-{color:#4eb5e6}.datepicker--cell.-in-range-{background:rgba(92,196,239,.1);color:#4a4a4a;-webkit-border-radius:0;border-radius:0}.datepicker--cell.-in-range-.-focus-{background-color:rgba(92,196,239,.2)}.datepicker--cell.-disabled-{cursor:default;color:#aeaeae}.datepicker--cell.-disabled-.-focus-{color:#aeaeae}.datepicker--cell.-disabled-.-in-range-{color:#a1a1a1}.datepicker--cell.-disabled-.-current-.-focus-{color:#aeaeae}.datepicker--cell.-range-from-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);-webkit-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.datepicker--cell.-range-to-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);-webkit-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.datepicker--cell.-selected-,.datepicker--cell.-selected-.-current-{color:#fff;background:#5cc4ef}.datepicker--cell.-range-from-.-range-to-{-webkit-border-radius:4px;border-radius:4px}.datepicker--cell.-selected-{border:none}.datepicker--cell.-selected-.-focus-{background:#45bced}.datepicker--cell:empty{cursor:default}.datepicker--days-names{display:-webkit-flex;display:-ms-flexbox;display:-webkit-box;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:8px 0 3px}.datepicker--day-name{color:#ff9a19;display:-webkit-flex;display:-ms-flexbox;display:-webkit-box;display:flex;-webkit-align-items:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;-webkit-flex:1;-ms-flex:1;-webkit-box-flex:1;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.-only-timepicker- .datepicker--content,.datepicker--body,.datepicker-inline .datepicker--pointer{display:none}.datepicker--cell-day{width:14.28571%}.datepicker--cells-months{height:170px}.datepicker--cell-month{width:33.33%;height:25%}.datepicker--cells-years,.datepicker--years{height:170px}.datepicker--cell-year{width:25%;height:33.33%}.datepickers-container{position:absolute;left:0;top:0}@media print{.datepickers-container{display:none}}.datepicker.-from-top-{-webkit-transform:translateY(-8px);-ms-transform:translateY(-8px);transform:translateY(-8px)}.datepicker.-from-right-{-webkit-transform:translateX(8px);-ms-transform:translateX(8px);transform:translateX(8px)}.datepicker.-from-bottom-{-webkit-transform:translateY(8px);-ms-transform:translateY(8px);transform:translateY(8px)}.datepicker.-from-left-{-webkit-transform:translateX(-8px);-ms-transform:translateX(-8px);transform:translateX(-8px)}.datepicker.active{opacity:1;-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0);transition:opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;-webkit-transition:opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s 0s;transition:opacity .3s ease,transform .3s ease,left 0s 0s,-webkit-transform .3s ease}.datepicker-inline .datepicker{border-color:#d7d7d7;-webkit-box-shadow:none;box-shadow:none;position:static;left:auto;right:auto;opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}.datepicker--content{-webkit-box-sizing:content-box;box-sizing:content-box;padding:4px}.datepicker--pointer{position:absolute;background:#fff;border-top:1px solid #dbdbdb;border-right:1px solid #dbdbdb;width:10px;height:10px;z-index:-1}.datepicker--nav-action:hover,.datepicker--nav-title:hover{background:#f0f0f0}.-top-center- .datepicker--pointer,.-top-left- .datepicker--pointer,.-top-right- .datepicker--pointer{top:-webkit-calc(100% - 4px);top:calc(100% - 4px);-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.-right-bottom- .datepicker--pointer,.-right-center- .datepicker--pointer,.-right-top- .datepicker--pointer{right:-webkit-calc(100% - 4px);right:calc(100% - 4px);-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg)}.-bottom-center- .datepicker--pointer,.-bottom-left- .datepicker--pointer,.-bottom-right- .datepicker--pointer{bottom:-webkit-calc(100% - 4px);bottom:calc(100% - 4px);-webkit-transform:rotate(315deg);-ms-transform:rotate(315deg);transform:rotate(315deg)}.-left-bottom- .datepicker--pointer,.-left-center- .datepicker--pointer,.-left-top- .datepicker--pointer{left:-webkit-calc(100% - 4px);left:calc(100% - 4px);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.-bottom-left- .datepicker--pointer,.-top-left- .datepicker--pointer{left:10px}.-bottom-right- .datepicker--pointer,.-top-right- .datepicker--pointer{right:10px}.-bottom-center- .datepicker--pointer,.-top-center- .datepicker--pointer{left:-webkit-calc(50% - 10px / 2);left:calc(50% - 10px / 2)}.-left-top- .datepicker--pointer,.-right-top- .datepicker--pointer{top:10px}.-left-bottom- .datepicker--pointer,.-right-bottom- .datepicker--pointer{bottom:10px}.-left-center- .datepicker--pointer,.-right-center- .datepicker--pointer{top:-webkit-calc(50% - 10px / 2);top:calc(50% - 10px / 2)}.datepicker--body.active{display:block}.datepicker--nav{display:-webkit-flex;display:-ms-flexbox;display:-webkit-box;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;border-bottom:1px solid #efefef;min-height:32px;padding:4px}.-only-timepicker- .datepicker--nav{display:none}.datepicker--nav-action,.datepicker--nav-title{display:-webkit-flex;display:-ms-flexbox;display:-webkit-box;display:flex;cursor:pointer;-webkit-align-items:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center}.datepicker--nav-action{width:32px;-webkit-border-radius:4px;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker--nav-action.-disabled-{visibility:hidden}.datepicker--nav-action svg{width:32px;height:32px}.datepicker--nav-action path{fill:none;stroke:#9c9c9c;stroke-width:2px}.datepicker--nav-title{-webkit-border-radius:4px;border-radius:4px;padding:0 8px}.datepicker--buttons,.datepicker--time{border-top:1px solid #efefef;padding:4px}.datepicker--nav-title i{font-style:normal;color:#9c9c9c;margin-left:5px}.datepicker--nav-title.-disabled-{cursor:default;background:0 0}.datepicker--buttons{display:-webkit-flex;display:-ms-flexbox;display:-webkit-box;display:flex}.datepicker--button{color:#4eb5e6;cursor:pointer;-webkit-border-radius:4px;border-radius:4px;-webkit-flex:1;-ms-flex:1;-webkit-box-flex:1;flex:1;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:-webkit-inline-box;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center;height:32px}.datepicker--button:hover{color:#4a4a4a;background:#f0f0f0}.datepicker--time{display:-webkit-flex;display:-ms-flexbox;display:-webkit-box;display:flex;-webkit-align-items:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center;position:relative}.datepicker--time.-am-pm- .datepicker--time-sliders{-webkit-flex:0 1 138px;-ms-flex:0 1 138px;-webkit-box-flex:0;flex:0 1 138px;max-width:138px}.-only-timepicker- .datepicker--time{border-top:none}.datepicker--time-sliders{-webkit-flex:0 1 153px;-ms-flex:0 1 153px;-webkit-box-flex:0;flex:0 1 153px;margin-right:10px;max-width:153px}.datepicker--time-label{display:none;font-size:12px}.datepicker--time-current{display:-webkit-flex;display:-ms-flexbox;display:-webkit-box;display:flex;-webkit-align-items:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-webkit-flex:1;-ms-flex:1;-webkit-box-flex:1;flex:1;font-size:14px;text-align:center;margin:0 0 0 10px}.datepicker--time-current-colon{margin:0 2px 3px;line-height:1}.datepicker--time-current-hours,.datepicker--time-current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.datepicker--time-current-hours:after,.datepicker--time-current-minutes:after{content:'';background:#f0f0f0;-webkit-border-radius:4px;border-radius:4px;position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.datepicker--time-current-hours.-focus-:after,.datepicker--time-current-minutes.-focus-:after{opacity:1}.datepicker--time-current-ampm{text-transform:uppercase;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;color:#9c9c9c;margin-left:6px;font-size:11px;margin-bottom:1px}.datepicker--time-row{display:-webkit-flex;display:-ms-flexbox;display:-webkit-box;display:flex;-webkit-align-items:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center;font-size:11px;height:17px;background:-webkit-gradient(linear,left top,right top,from(#dedede),to(#dedede)) left 50%/100% 1px no-repeat;background:linear-gradient(to right,#dedede,#dedede) left 50%/100% 1px no-repeat}.datepicker--time-row:first-child{margin-bottom:4px}.datepicker--time-row input[type=range]{background:0 0;cursor:pointer;-webkit-flex:1;-ms-flex:1;-webkit-box-flex:1;flex:1;height:100%;padding:0;margin:0;-webkit-appearance:none}.datepicker--time-row input[type=range]::-ms-tooltip{display:none}.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-moz-range-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-ms-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:focus{outline:0}.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-moz-range-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-ms-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-webkit-box-sizing:border-box;box-sizing:border-box;height:12px;width:12px;-webkit-border-radius:3px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;-webkit-transition:background .2s;transition:background .2s;margin-top:-6px}.datepicker--time-row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;-webkit-transition:background .2s;transition:background .2s}.datepicker--time-row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;-webkit-transition:background .2s;transition:background .2s}.datepicker--time-row input[type=range]::-webkit-slider-runnable-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-moz-range-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-fill-lower{background:0 0}.datepicker--time-row input[type=range]::-ms-fill-upper{background:0 0}.datepicker--time-row span{padding:0 12px}.datepicker--time-icon{color:#9c9c9c;border:1px solid;-webkit-border-radius:50%;border-radius:50%;font-size:16px;position:relative;margin:0 5px -1px 0;width:1em;height:1em}.datepicker--time-icon:after,.datepicker--time-icon:before{content:'';background:currentColor;position:absolute}.datepicker--time-icon:after{height:.4em;width:1px;left:-webkit-calc(50% - 1px);left:calc(50% - 1px);top:-webkit-calc(50% + 1px);top:calc(50% + 1px);-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.datepicker--time-icon:before{width:.4em;height:1px;top:-webkit-calc(50% + 1px);top:calc(50% + 1px);left:-webkit-calc(50% - 1px);left:calc(50% - 1px)}.datepicker--cell-day.-other-month-,.datepicker--cell-year.-other-decade-{color:#dedede}.datepicker--cell-day.-other-month-:hover,.datepicker--cell-year.-other-decade-:hover{color:#c5c5c5}.-disabled-.-focus-.datepicker--cell-day.-other-month-,.-disabled-.-focus-.datepicker--cell-year.-other-decade-{color:#dedede}.-selected-.datepicker--cell-day.-other-month-,.-selected-.datepicker--cell-year.-other-decade-{color:#fff;background:#a2ddf6}.-selected-.-focus-.datepicker--cell-day.-other-month-,.-selected-.-focus-.datepicker--cell-year.-other-decade-{background:#8ad5f4}.-in-range-.datepicker--cell-day.-other-month-,.-in-range-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.1);color:#ccc}.-in-range-.-focus-.datepicker--cell-day.-other-month-,.-in-range-.-focus-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.2)}.datepicker--cell-day.-other-month-:empty,.datepicker--cell-year.-other-decade-:empty{background:0 0;border:none}body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:0;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;-webkit-transition-duration:inherit;transition-duration:inherit;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:cubic-bezier(.47,0,.74,.71);transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;-webkit-transition-timing-function:cubic-bezier(.22,.61,.36,1);transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;-webkit-transition:opacity .25s ease,visibility 0s ease .25s;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;-webkit-transition:opacity .25s ease 0s,visibility 0s ease 0s;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:0;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:0 0;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:-webkit-zoom-out;cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:-webkit-zoom-in;cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:0 0;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:0 0;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;-webkit-transition:color .2s;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:0}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:0}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;-ms-transform-origin:0;transform-origin:0;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:linear;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:0 0;border:0;-webkit-border-radius:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:-webkit-calc(50% - 50px);top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:-webkit-gradient(linear,left bottom,left top,color-stop(0,rgba(0,0,0,.85)),color-stop(50%,rgba(0,0,0,.3)),color-stop(65%,rgba(0,0,0,.15)),color-stop(75.5%,rgba(0,0,0,.075)),color-stop(82.85%,rgba(0,0,0,.037)),color-stop(88%,rgba(0,0,0,.019)),color-stop(88%,transparent));background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;}.fancybox-loading{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:0 0;border:4px solid #888;border-bottom-color:#fff;-webkit-border-radius:50%;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fancybox-animated{-webkit-transition-timing-function:cubic-bezier(0,0,.25,1);transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;-webkit-transition-timing-function:cubic-bezier(.19,1,.22,1);transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);-ms-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);-ms-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;-webkit-border-radius:3px;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;-webkit-border-radius:3px;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;-webkit-transition:all .2s;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:0 0;border:0;border-bottom:1px solid #d7d7d7;-webkit-border-radius:0;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:0;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;-webkit-border-radius:10px;border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;-webkit-border-radius:10px;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:-webkit-calc(100% - 8px);max-height:calc(100% - 8px);max-width:-webkit-calc(50% - 4px);max-width:calc(50% - 4px);outline:0;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;-webkit-transition:all .2s cubic-bezier(.25,.46,.45,.94);transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:-webkit-calc(100% - 10px);max-width:calc(100% - 10px)}}/*!
 */*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:Roboto;font-size:16px;font-weight:400;line-height:1.5;color:#3e455e;text-align:left;background-color:#fff;overflow-x:hidden}[tabindex="-1"]:focus{outline:0!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{-webkit-border-radius:0;border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.mg-horizontal-2{margin-left:2px;margin-right:2px}.pd-horizontal-2{padding-left:2px;padding-right:2px}.mg-vertical-2{margin-top:2px;margin-bottom:2px}.pd-vertical-2{padding-top:2px;padding-bottom:2px}.mg-horizontal-4{margin-left:4px;margin-right:4px}.pd-horizontal-4{padding-left:4px;padding-right:4px}.mg-vertical-4{margin-top:4px;margin-bottom:4px}.pd-vertical-4{padding-top:4px;padding-bottom:4px}.mg-horizontal-8{margin-left:8px;margin-right:8px}.pd-horizontal-8{padding-left:8px;padding-right:8px}.mg-vertical-8{margin-top:8px;margin-bottom:8px}.pd-vertical-8{padding-top:8px;padding-bottom:8px}.mg-horizontal-16{margin-left:16px;margin-right:16px}.pd-horizontal-16{padding-left:16px;padding-right:16px}.mg-vertical-16{margin-top:16px;margin-bottom:16px}.pd-vertical-16{padding-top:16px;padding-bottom:16px}.mg-horizontal-24{margin-left:24px;margin-right:24px}.pd-horizontal-24{padding-left:24px;padding-right:24px}.mg-vertical-24{margin-top:24px;margin-bottom:24px}.pd-vertical-24{padding-top:24px;padding-bottom:24px}.mg-horizontal-32{margin-left:32px;margin-right:32px}.pd-horizontal-32{padding-left:32px;padding-right:32px}.mg-vertical-32{margin-top:32px;margin-bottom:32px}.pd-vertical-32{padding-top:32px;padding-bottom:32px}.mg-horizontal-40{margin-left:40px;margin-right:40px}.pd-horizontal-40{padding-left:40px;padding-right:40px}.mg-vertical-40{margin-top:40px;margin-bottom:40px}.pd-vertical-40{padding-top:40px;padding-bottom:40px}.mg-horizontal-48{margin-left:48px;margin-right:48px}.pd-horizontal-48{padding-left:48px;padding-right:48px}.mg-vertical-48{margin-top:48px;margin-bottom:48px}.pd-vertical-48{padding-top:48px;padding-bottom:48px}.mg-horizontal-56{margin-left:56px;margin-right:56px}.pd-horizontal-56{padding-left:56px;padding-right:56px}.mg-vertical-56{margin-top:56px;margin-bottom:56px}.pd-vertical-56{padding-top:56px;padding-bottom:56px}.mg-horizontal-64{margin-left:64px;margin-right:64px}.pd-horizontal-64{padding-left:64px;padding-right:64px}.mg-vertical-64{margin-top:64px;margin-bottom:64px}.pd-vertical-64{padding-top:64px;padding-bottom:64px}.img-responsive{max-width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover}.hide{display:none!important}[data-bg=brand]{background:#022e69}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1170px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-webkit-order:13;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-webkit-order:7;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-webkit-order:8;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-webkit-order:9;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-webkit-order:10;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-webkit-order:11;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-webkit-order:12;-ms-flex-order:12;order:12}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}@media (min-width:576px){.col-sm{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-sm-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-sm-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-sm-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-sm-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-sm-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-sm-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-sm-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-sm-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-webkit-order:13;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-webkit-order:7;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-webkit-order:8;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-webkit-order:9;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-webkit-order:10;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-webkit-order:11;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-webkit-order:12;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}}@media (min-width:768px){.col-md{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-md-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-md-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-md-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-md-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-md-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-md-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-md-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-md-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-webkit-order:13;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-webkit-order:7;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-webkit-order:8;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-webkit-order:9;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-webkit-order:10;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-webkit-order:11;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-webkit-order:12;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}}@media (min-width:992px){.col-lg{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-lg-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-lg-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-lg-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-lg-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-lg-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-lg-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-lg-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-lg-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-webkit-order:13;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-webkit-order:7;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-webkit-order:8;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-webkit-order:9;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-webkit-order:10;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-webkit-order:11;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-webkit-order:12;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}@media (min-width:1200px){.col-xl{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-xl-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-xl-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-xl-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-xl-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-xl-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-xl-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-xl-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-xl-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-webkit-order:13;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-webkit-order:7;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-webkit-order:8;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-webkit-order:9;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-webkit-order:10;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-webkit-order:11;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-webkit-order:12;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}}.button{padding:0;line-height:1.15;border:none;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;text-decoration:none;display:inline-block}.button:active,.button:focus,.button:visited{outline:0}.button:active,.button:focus,.button:hover,.button:visited{text-decoration:none}.button.button-lg{padding-top:24px;padding-bottom:24px;padding-left:48px;padding-right:48px;-webkit-border-radius:3px;border-radius:3px;font-size:1.125em}.button.button-bg{padding-top:16px;padding-bottom:16px;padding-left:32px;padding-right:32px;-webkit-border-radius:3px;border-radius:3px;font-size:1rem}.button.button-md{padding-top:8px;padding-bottom:8px;padding-left:24px;padding-right:24px;-webkit-border-radius:3px;border-radius:3px;font-size:.875em}.button.button-sm{padding-top:4px;padding-bottom:4px;padding-left:16px;padding-right:16px;-webkit-border-radius:3px;border-radius:3px;font-size:.75em}.button.is-primary{background:#137df7;color:#f1f7ff}.button.is-primary:active,.button.is-primary:focus,.button.is-primary:visited{background:#106ad2}.button.is-primary:hover{background:#5aa4f9}.button.is-primary.disabled{opacity:.5;background:#137df7;cursor:not-allowed}.button.is-secondary{background:rgba(62,69,94,.1);color:#3e455e}.button.is-secondary:active,.button.is-secondary:focus,.button.is-secondary:visited{background:rgba(62,69,94,.25)}.button.is-secondary:hover{background:rgba(62,69,94,.15)}.button.is-secondary.is-loading{background:rgba(62,69,94,.15)}.button.is-secondary.disabled{opacity:.5;background:rgba(62,69,94,.1);cursor:not-allowed}.button.is-outline{background:0 0;border:1px solid rgba(62,69,94,.75);color:#3e455e;opacity:.75}.button.is-outline.is-loading,.button.is-outline:active,.button.is-outline:focus,.button.is-outline:visited{border-color:rgba(62,69,94,.5);opacity:.5}.button.is-outline:hover{border-color:#3e455e;opacity:1}.button.is-outline.disabled{opacity:.25;border-color:rgba(62,69,94,.75);cursor:not-allowed}.button.is-inverse{background:0 0;border:1px solid rgba(255,255,255,.75);color:#fff}.button.is-inverse.is-loading,.button.is-inverse:active,.button.is-inverse:focus,.button.is-inverse:visited{border-color:rgba(255,255,255,.5);opacity:.5}.button.is-inverse:hover{border-color:#fff;opacity:1}.button.is-inverse.disabled{opacity:.25;border-color:rgba(255,255,255,.75);cursor:not-allowed}.icon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;color:#137df7}.icon.icon-xs{width:12px;height:12px;font-size:8px}.icon.icon-sm{width:18px;height:18px;font-size:12px}.icon.icon-md{width:24px;height:24px;font-size:16px}.icon.icon-lg{width:28px;height:28px;font-size:20px}.icon.icon-xl{width:32px;height:32px;font-size:24px}.pin{width:30px;height:30px;-webkit-border-radius:50% 50% 50% 0;border-radius:50% 50% 50% 0;background:#137df7;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);position:relative}.pin.is-null:after{content:'';width:10px;height:10px;margin:10px 0 0 10px;background:#fff;position:absolute;-webkit-border-radius:50%;border-radius:50%}.pin>.count{text-align:center;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);display:block;color:#fff;font-size:1.125em;line-height:1;font-weight:500;padding:5px 0 0 5px}.placeholder{color:#fff;font-size:24px;background:rgba(62,69,94,.25)}.placeholder img{max-width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover}.placeholder.is-avatar{-webkit-border-radius:50%;border-radius:50%;overflow:hidden}.placeholder.is-avatar:empty:before{content:"\f007"}.placeholder.is-marks{-webkit-border-radius:3px;border-radius:3px;overflow:hidden}.placeholder.placeholder-sm{width:48px;height:48px}.placeholder.placeholder-md{width:96px;height:96px}.placeholder.placeholder-lg{width:144px;height:144px}.placeholder:empty{position:relative}.placeholder:empty:before{font-family:"Font Awesome 5 Free";position:absolute;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;z-index:5}.ads{-webkit-border-radius:3px;border-radius:3px;background:rgba(62,69,94,.25);overflow:hidden;-o-object-fit:cover;object-fit:cover}.ads.ads-leaderboard{width:728px;height:90px}.ads.ads-large-mobile{width:320px;height:100px}.ads.ads-square{width:250px;height:250px}.ads.ads-wide{width:160px;height:600px}.input{padding:0 16px;-webkit-border-radius:3px;border-radius:3px;-webkit-box-shadow:none;box-shadow:none;border:1px solid rgba(62,69,94,.25);color:#3e455e;outline:0;min-height:50px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.input::-webkit-input-placeholder{color:rgba(62,69,94,.5)}.input::-moz-placeholder{color:rgba(62,69,94,.5)}.input:-ms-input-placeholder{color:rgba(62,69,94,.5)}.input:-moz-placeholder{color:rgba(62,69,94,.5)}[placeholder]{text-overflow:ellipsis}select.input{height:50px;-webkit-appearance:none;background:0 0;padding:0 32px;color:#3e455e}.link{line-height:1.25;color:#111827;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;text-decoration:none;border-bottom:1px solid transparent}.link:hover{color:#3ebaf6;border-color:#3ebaf6;text-decoration:none}.link:active,.link:focus{color:#2b82ac;border-color:#2b82ac;text-decoration:none}.content-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.content-form .input-group{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width:320px) and (max-width:767px){.content-form .input-group{margin-top:8px}.content-form .input-group.is-first{margin-top:0}}.content-form .input-group>.input{position:relative;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;width:1%}.content-form .input-group.has-icon{-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.content-form .input-group.has-icon:first-child .input-group-icon{-webkit-border-top-left-radius:3px;border-top-left-radius:3px;-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px}.content-form .input-group.has-icon .input-group-icon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background:#fff;border:1px solid rgba(62,69,94,.25);border-left:none;border-right:none;background:#fff;padding-left:16px}@media only screen and (min-width:320px) and (max-width:767px){.content-form .input-group.has-icon .input-group-icon{-webkit-border-top-left-radius:3px;border-top-left-radius:3px;-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px;border-left:1px solid rgba(62,69,94,.25)}}.content-form .input-group.has-icon .input-group-icon+.input{border-left:none;-webkit-border-top-left-radius:0;border-top-left-radius:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0}.content-form .input-group.has-icon .input-group-icon .icon{color:rgba(62,69,94,.5)}.content-form .input-group+.input-group .input{-webkit-border-top-left-radius:0;border-top-left-radius:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;border-left:none}@media only screen and (min-width:320px) and (max-width:767px){.content-form .input-group+.input-group .input{-webkit-border-top-left-radius:3px;border-top-left-radius:3px;-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px;border-left:1px solid rgba(62,69,94,.25)}}.content-form .input-group:first-child.has-icon .input-group-icon{border-left:1px solid rgba(62,69,94,.25);-webkit-border-top-left-radius:3px;border-top-left-radius:3px;-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px}.content-form .input-group:first-child .input{-webkit-border-top-right-radius:0;border-top-right-radius:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;border-right:none}@media only screen and (min-width:320px) and (max-width:767px){.content-form .input-group:first-child .input{-webkit-border-top-right-radius:3px;border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-bottom-right-radius:3px;border-right:1px solid rgba(62,69,94,.25)}}.content-form .input-group:first-child.has-select{-webkit-border-top-left-radius:3px;border-top-left-radius:3px;-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px}.content-form .input-group:last-child .input{-webkit-border-top-right-radius:3px;border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-bottom-right-radius:3px;border-right:1px solid rgba(62,69,94,.25)}.content-form .input-group:last-child.has-select{-webkit-border-top-right-radius:3px;border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-bottom-right-radius:3px}.content-form .input-group:only-child select.input{padding:0 32px 0 16px}.content-form .input-group .input{-webkit-border-top-right-radius:0;border-top-right-radius:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;border-right:none}@media only screen and (min-width:320px) and (max-width:767px){.content-form .input-group .input{-webkit-border-top-right-radius:3px;border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-bottom-right-radius:3px;border-right:1px solid rgba(62,69,94,.25)}}.content-form .input-group:not(:first-child){-webkit-border-top-left-radius:0;border-top-left-radius:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0}@media only screen and (min-width:320px) and (max-width:767px){.content-form .input-group:not(:first-child){-webkit-border-top-left-radius:3px;border-top-left-radius:3px;-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px}}.content-form .input-group:not(:first-child):before{content:"";position:absolute;width:1px;height:30px;left:0;top:10px;background:rgba(62,69,94,.75)}@media only screen and (min-width:320px) and (max-width:767px){.content-form .input-group:not(:first-child):before{display:none}}.content-form .input-group.has-select{background:#fff}.content-form .input-group.has-select .input{z-index:5}.content-form .input-group.has-select:after{font-family:fontAwesome;position:absolute;top:50%;right:16px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);color:rgba(62,69,94,.5)}@media only screen and (min-width:320px) and (max-width:767px){.content-form .input-group.has-select .select2{border-left:1px solid rgba(62,69,94,.25);-webkit-border-top-left-radius:3px;border-top-left-radius:3px;-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px}}.content-form .input-group.has-select .select2.select2-container--open .select2-selection__arrow{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.content-form .input-group.has-select .select2 .select2-selection--single{background:0 0;height:50px;border:1px solid rgba(62,69,94,.25);-webkit-border-radius:0;border-radius:0;border-left:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:0 16px;outline:0}.content-form .input-group.has-select .select2 .select2-selection--single .select2-selection__rendered{color:#3e455e;padding-left:16px;padding-right:16px;line-height:1;padding:0}.content-form .input-group.has-select .select2 .select2-selection--single .select2-selection__arrow{width:auto;height:auto;position:relative;top:auto;right:auto;line-height:1;display:block;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.content-form .input-group.has-select .select2 .select2-selection--single .select2-selection__arrow:before{content:"\f0d7";font-family:fontAwesome;line-height:1}.content-form .input-group.has-select .select2 .select2-selection--single .select2-selection__arrow b{display:none}.content-form .input-group.is-first{-webkit-border-top-left-radius:3px;border-top-left-radius:3px;-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px}.content-form .input-group.is-first:before{display:none}.content-form .input-group.is-first.has-icon .input-group-icon{border-left:1px solid rgba(62,69,94,.25);-webkit-border-top-left-radius:3px;border-top-left-radius:3px;-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px}.content-form .input-group.is-last{-webkit-border-top-right-radius:3px;border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-bottom-right-radius:3px}.content-form .input-group.is-last .input{-webkit-border-top-right-radius:3px;border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-bottom-right-radius:3px;border-right:1px solid rgba(62,69,94,.25)}.content-form .input-group-action{margin-left:16px}@media only screen and (min-width:320px) and (max-width:767px){.content-form .input-group-action{margin-left:0;margin-top:16px}.content-form .input-group-action .button{width:100%}}.cards-default{padding-top:24px;padding-bottom:24px;padding-bottom:60px}@media only screen and (min-width:992px){.cards-default{padding-top:48px;padding-bottom:48px}}@media screen and (min-width:768px){.cards-default{padding-top:24px;padding-bottom:24px}}@media only screen and (min-width:768px) and (min-width:992px){.cards-default{padding-top:48px;padding-bottom:48px}}.cards-default[data-bg=brand] .cards-header>.heading{color:#fff}@media screen and (max-width:768px){.cards-default[scrollable=true] .cards-list:not(.has-slider){-webkit-flex-flow:nowrap;-ms-flex-flow:nowrap;flex-flow:nowrap;overflow:auto;margin-right:0}.cards-default[scrollable=true] .cards-list:not(.has-slider)::-webkit-scrollbar{width:0;background:0 0}}.cards-default[scrollable=true] .cards-list .card:not(.card-horizontal)[data-columns="2"]{min-width:-webkit-calc(100% - (16px * 2));min-width:calc(100% - (16px * 2));margin-right:16px}@media screen and (min-width:768px){.cards-default[scrollable=true] .cards-list .card:not(.card-horizontal)[data-columns="2"]{min-width:-webkit-calc(calc(100% / 2) - (16px * 2));min-width:calc(calc(100% / 2) - (16px * 2));margin-right:0;margin-left:16px}}@media screen and (min-width:768px) and (-ms-high-contrast:active),screen and (min-width:768px) and (-ms-high-contrast:none){.cards-default[scrollable=true] .cards-list .card:not(.card-horizontal)[data-columns="2"]{min-width:-webkit-calc((100% / 2) - (16px * 2) - 1px);min-width:calc((100% / 2) - (16px * 2) - 1px)}}@media screen and (min-width:992px){.cards-default[scrollable=true] .cards-list .card:not(.card-horizontal)[data-columns="2"]{width:-webkit-calc(calc(100% / 2) - (16px * 2));width:calc(calc(100% / 2) - (16px * 2));min-width:auto;margin-right:16px}}@media screen and (min-width:992px) and (-ms-high-contrast:active),screen and (min-width:992px) and (-ms-high-contrast:none){.cards-default[scrollable=true] .cards-list .card:not(.card-horizontal)[data-columns="2"]{width:-webkit-calc((100% / 2) - (16px * 2) - 1px);width:calc((100% / 2) - (16px * 2) - 1px)}}@media screen and (min-width:1200px){.cards-default[scrollable=true] .cards-list .card:not(.card-horizontal)[data-columns="2"]{width:-webkit-calc(calc(100% / 2) - (16px * 2));width:calc(calc(100% / 2) - (16px * 2))}}@media screen and (min-width:1200px) and (-ms-high-contrast:active),screen and (min-width:1200px) and (-ms-high-contrast:none){.cards-default[scrollable=true] .cards-list .card:not(.card-horizontal)[data-columns="2"]{width:-webkit-calc((100% / 2) - (16px * 2) - 1px);width:calc((100% / 2) - (16px * 2) - 1px)}}.cards-default[scrollable=true] .cards-list .card:not(.card-horizontal)[data-columns="3"]{min-width:-webkit-calc(100% - (16px * 2));min-width:calc(100% - (16px * 2));margin-right:16px}@media screen and (min-width:768px){.cards-default[scrollable=true] .cards-list .card:not(.card-horizontal)[data-columns="3"]{min-width:-webkit-calc(calc(100% / 2) - (16px * 2));min-width:calc(calc(100% / 2) - (16px * 2));margin-right:0;margin-left:16px}}@media screen and (min-width:768px) and (-ms-high-contrast:active),screen and (min-width:768px) and (-ms-high-contrast:none){.cards-default[scrollable=true] .cards-list .card:not(.card-horizontal)[data-columns="3"]{min-width:-webkit-calc((100% / 2) - (16px * 2) - 1px);min-width:calc((100% / 2) - (16px * 2) - 1px)}}@media screen and (min-width:992px){.cards-default[scrollable=true] .cards-list .card:not(.card-horizontal)[data-columns="3"]{width:-webkit-calc(calc(100% / 3) - (16px * 2));width:calc(calc(100% / 3) - (16px * 2));min-width:auto;margin-right:16px}}@media screen and (min-width:992px) and (-ms-high-contrast:active),screen and (min-width:992px) and (-ms-high-contrast:none){.cards-default[scrollable=true] .cards-list .card:not(.card-horizontal)[data-columns="3"]{width:-webkit-calc((100% / 3) - (16px * 2) - 1px);width:calc((100% / 3) - (16px * 2) - 1px)}}@media screen and (min-width:1200px){.cards-default[scrollable=true] .cards-list .card:not(.card-horizontal)[data-columns="3"]{width:-webkit-calc(calc(100% / 3) - (16px * 2));width:calc(calc(100% / 3) - (16px * 2))}}@media screen and (min-width:1200px) and (-ms-high-contrast:active),screen and (min-width:1200px) and (-ms-high-contrast:none){.cards-default[scrollable=true] .cards-list .card:not(.card-horizontal)[data-columns="3"]{width:-webkit-calc((100% / 3) - (16px * 2) - 1px);width:calc((100% / 3) - (16px * 2) - 1px)}}.cards-default[scrollable=true] .cards-list .card:not(.card-horizontal)[data-columns="4"]{min-width:-webkit-calc(100% - (16px * 2));min-width:calc(100% - (16px * 2));margin-right:16px}@media screen and (min-width:768px){.cards-default[scrollable=true] .cards-list .card:not(.card-horizontal)[data-columns="4"]{min-width:-webkit-calc(calc(100% / 2) - (16px * 2));min-width:calc(calc(100% / 2) - (16px * 2));margin-right:0;margin-left:16px}}@media screen and (min-width:768px) and (-ms-high-contrast:active),screen and (min-width:768px) and (-ms-high-contrast:none){.cards-default[scrollable=true] .cards-list .card:not(.card-horizontal)[data-columns="4"]{min-width:-webkit-calc((100% / 2) - (16px * 2) - 1px);min-width:calc((100% / 2) - (16px * 2) - 1px)}}@media screen and (min-width:992px){.cards-default[scrollable=true] .cards-list .card:not(.card-horizontal)[data-columns="4"]{width:-webkit-calc(calc(100% / 3) - (16px * 2));width:calc(calc(100% / 3) - (16px * 2));min-width:auto;margin-right:16px}}@media screen and (min-width:992px) and (-ms-high-contrast:active),screen and (min-width:992px) and (-ms-high-contrast:none){.cards-default[scrollable=true] .cards-list .card:not(.card-horizontal)[data-columns="4"]{width:-webkit-calc((100% / 3) - (16px * 2) - 1px);width:calc((100% / 3) - (16px * 2) - 1px)}}@media screen and (min-width:1200px){.cards-default[scrollable=true] .cards-list .card:not(.card-horizontal)[data-columns="4"]{width:-webkit-calc(calc(100% / 4) - (16px * 2));width:calc(calc(100% / 4) - (16px * 2))}}@media screen and (min-width:1200px) and (-ms-high-contrast:active),screen and (min-width:1200px) and (-ms-high-contrast:none){.cards-default[scrollable=true] .cards-list .card:not(.card-horizontal)[data-columns="4"]{width:-webkit-calc((100% / 4) - (16px * 2) - 1px);width:calc((100% / 4) - (16px * 2) - 1px)}}.cards-default[scrollable=""][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="2"],.cards-default[scrollable=false][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="2"]{width:-webkit-calc(calc(100% / 2) - (16px / 2));width:calc(calc(100% / 2) - (16px / 2));margin-right:4px;margin-left:4px}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.cards-default[scrollable=""][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="2"],.cards-default[scrollable=false][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="2"]{width:-webkit-calc((100% / 2) - (16px / 2) - 1px);width:calc((100% / 2) - (16px / 2) - 1px)}}@media screen and (min-width:768px){.cards-default[scrollable=""][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="2"],.cards-default[scrollable=false][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="2"]{width:-webkit-calc(calc(100% / 2) - (16px * 2));width:calc(calc(100% / 2) - (16px * 2));margin-right:16px;margin-left:16px}}@media screen and (min-width:768px) and (-ms-high-contrast:active),screen and (min-width:768px) and (-ms-high-contrast:none){.cards-default[scrollable=""][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="2"],.cards-default[scrollable=false][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="2"]{width:-webkit-calc((100% / 2) - (16px * 2) - 1px);width:calc((100% / 2) - (16px * 2) - 1px)}}@media screen and (min-width:992px){.cards-default[scrollable=""][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="2"],.cards-default[scrollable=false][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="2"]{width:-webkit-calc(calc(100% / 2) - (16px * 2));width:calc(calc(100% / 2) - (16px * 2));min-width:auto;margin-right:16px}}@media screen and (min-width:992px) and (-ms-high-contrast:active),screen and (min-width:992px) and (-ms-high-contrast:none){.cards-default[scrollable=""][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="2"],.cards-default[scrollable=false][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="2"]{width:-webkit-calc((100% / 2) - (16px * 2) - 1px);width:calc((100% / 2) - (16px * 2) - 1px)}}@media screen and (min-width:1200px){.cards-default[scrollable=""][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="2"],.cards-default[scrollable=false][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="2"]{width:-webkit-calc(calc(100% / 2) - (16px * 2));width:calc(calc(100% / 2) - (16px * 2))}}@media screen and (min-width:1200px) and (-ms-high-contrast:active),screen and (min-width:1200px) and (-ms-high-contrast:none){.cards-default[scrollable=""][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="2"],.cards-default[scrollable=false][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="2"]{width:-webkit-calc((100% / 2) - (16px * 2) - 1px);width:calc((100% / 2) - (16px * 2) - 1px)}}.cards-default[scrollable=""][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="3"],.cards-default[scrollable=false][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="3"]{width:-webkit-calc(calc(100% / 2) - (16px / 2));width:calc(calc(100% / 2) - (16px / 2));margin-right:4px;margin-left:4px}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.cards-default[scrollable=""][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="3"],.cards-default[scrollable=false][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="3"]{width:-webkit-calc((100% / 2) - (16px / 2) - 1px);width:calc((100% / 2) - (16px / 2) - 1px)}}@media screen and (min-width:768px){.cards-default[scrollable=""][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="3"],.cards-default[scrollable=false][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="3"]{width:-webkit-calc(calc(100% / 2) - (16px * 2));width:calc(calc(100% / 2) - (16px * 2));margin-right:16px;margin-left:16px}}@media screen and (min-width:768px) and (-ms-high-contrast:active),screen and (min-width:768px) and (-ms-high-contrast:none){.cards-default[scrollable=""][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="3"],.cards-default[scrollable=false][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="3"]{width:-webkit-calc((100% / 2) - (16px * 2) - 1px);width:calc((100% / 2) - (16px * 2) - 1px)}}@media screen and (min-width:992px){.cards-default[scrollable=""][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="3"],.cards-default[scrollable=false][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="3"]{width:-webkit-calc(calc(100% / 3) - (16px * 2));width:calc(calc(100% / 3) - (16px * 2));min-width:auto;margin-right:16px}}@media screen and (min-width:992px) and (-ms-high-contrast:active),screen and (min-width:992px) and (-ms-high-contrast:none){.cards-default[scrollable=""][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="3"],.cards-default[scrollable=false][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="3"]{width:-webkit-calc((100% / 3) - (16px * 2) - 1px);width:calc((100% / 3) - (16px * 2) - 1px)}}@media screen and (min-width:1200px){.cards-default[scrollable=""][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="3"],.cards-default[scrollable=false][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="3"]{width:-webkit-calc(calc(100% / 3) - (16px * 2));width:calc(calc(100% / 3) - (16px * 2))}}@media screen and (min-width:1200px) and (-ms-high-contrast:active),screen and (min-width:1200px) and (-ms-high-contrast:none){.cards-default[scrollable=""][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="3"],.cards-default[scrollable=false][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="3"]{width:-webkit-calc((100% / 3) - (16px * 2) - 1px);width:calc((100% / 3) - (16px * 2) - 1px)}}.cards-default[scrollable=""][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="4"],.cards-default[scrollable=false][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="4"]{width:-webkit-calc(calc(100% / 2) - (16px / 2));width:calc(calc(100% / 2) - (16px / 2));margin-right:4px;margin-left:4px}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.cards-default[scrollable=""][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="4"],.cards-default[scrollable=false][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="4"]{width:-webkit-calc((100% / 2) - (16px / 2) - 1px);width:calc((100% / 2) - (16px / 2) - 1px)}}@media screen and (min-width:768px){.cards-default[scrollable=""][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="4"],.cards-default[scrollable=false][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="4"]{width:-webkit-calc(calc(100% / 2) - (16px * 2));width:calc(calc(100% / 2) - (16px * 2));margin-right:16px;margin-left:16px}}@media screen and (min-width:768px) and (-ms-high-contrast:active),screen and (min-width:768px) and (-ms-high-contrast:none){.cards-default[scrollable=""][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="4"],.cards-default[scrollable=false][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="4"]{width:-webkit-calc((100% / 2) - (16px * 2) - 1px);width:calc((100% / 2) - (16px * 2) - 1px)}}@media screen and (min-width:992px){.cards-default[scrollable=""][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="4"],.cards-default[scrollable=false][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="4"]{width:-webkit-calc(calc(100% / 3) - (16px * 2));width:calc(calc(100% / 3) - (16px * 2));min-width:auto;margin-right:16px}}@media screen and (min-width:992px) and (-ms-high-contrast:active),screen and (min-width:992px) and (-ms-high-contrast:none){.cards-default[scrollable=""][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="4"],.cards-default[scrollable=false][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="4"]{width:-webkit-calc((100% / 3) - (16px * 2) - 1px);width:calc((100% / 3) - (16px * 2) - 1px)}}@media screen and (min-width:1200px){.cards-default[scrollable=""][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="4"],.cards-default[scrollable=false][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="4"]{width:-webkit-calc(calc(100% / 4) - (16px * 2));width:calc(calc(100% / 4) - (16px * 2))}}@media screen and (min-width:1200px) and (-ms-high-contrast:active),screen and (min-width:1200px) and (-ms-high-contrast:none){.cards-default[scrollable=""][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="4"],.cards-default[scrollable=false][mobile-columns=true] .cards-list .card:not(.card-horizontal)[data-columns="4"]{width:-webkit-calc((100% / 4) - (16px * 2) - 1px);width:calc((100% / 4) - (16px * 2) - 1px)}}.cards-default .cards-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:24px}.cards-default .cards-upcoming{padding:0 64px;position:relative}.cards-default .cards-upcoming:after{content:"";position:absolute;bottom:-32px;left:0;width:100%;height:1px;background:rgba(151,151,151,.23)}.cards-default .cards-upcoming .upcoming-button{background:#fff;border:1px solid #3e455e;-webkit-border-radius:9999px;border-radius:9999px;width:40px;height:40px;color:#3e455e;text-decoration:none;outline:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);line-height:1;font-size:18px}.cards-default .cards-upcoming .upcoming-button[data-direction=previous]{left:0}.cards-default .cards-upcoming .upcoming-button[data-direction=next]{right:0}.cards-default .cards-upcoming .upcoming-button:disabled{opacity:.5;cursor:not-allowed}.cards-default .cards-upcoming .selected-date{position:absolute;width:10px;height:10px;left:0;bottom:-36px;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;background:#f5f5f7;border-top:1px solid rgba(151,151,151,.23);border-right:1px solid rgba(151,151,151,.23);-webkit-border-top-right-radius:3px;border-top-right-radius:3px;-webkit-transform:translateX(83px) rotate(-45deg);-ms-transform:translateX(83px) rotate(-45deg);transform:translateX(83px) rotate(-45deg);z-index:5}.cards-default .cards-upcoming .cards-upcoming-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden}.cards-default .cards-upcoming .cards-upcoming-wrapper::-webkit-scrollbar{display:none}.cards-default .cards-upcoming+.cards-list{margin-top:64px}.cards-default .cards-upcoming .calendar-sm{cursor:pointer}.cards-default .cards-upcoming .calendar-sm:not(:first-child){margin-left:12px}.cards-default .cards-upcoming .calendar-sm:not(:last-child){margin-right:12px}.cards-default .cards-upcoming .calendar-sm.is-selected .month,.cards-default .cards-upcoming .calendar-sm[is-active=true] .month{background:#137df7}.cards-default .cards-upcoming .calendar-sm .month{background:#022e69;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.cards-default .cards-upcoming .flickity-page-dots{display:none}.cards-default .cards-upcoming .flickity-button:disabled{display:none}.cards-default .cards-upcoming .flickity-viewport{cursor:pointer}.cards-default .cards-list:not(.has-slider){display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (min-width:768px){.cards-default .cards-list:not(.has-slider){margin-left:-16px;margin-right:-16px}}.cards-default .cards-list.has-slider .flickity-button{background:#fff;border:1px solid #3e455e;-webkit-border-radius:9999px;border-radius:9999px;width:40px;height:40px}.cards-default .cards-list.has-slider .flickity-button .flickity-button-icon{fill:#3e455e}.cards-default .cards-list.has-slider .flickity-prev-next-button{display:none}@media screen and (min-width:768px) and (max-width:991px){.cards-default .cards-list.has-slider .flickity-prev-next-button{display:block;width:40px;height:100%;-webkit-border-radius:0;border-radius:0;background:0 0;border:none;opacity:1}.cards-default .cards-list.has-slider .flickity-prev-next-button.previous{left:0;background:#ccc;background:-webkit-gradient(linear,left top,right top,from(#ccc),to(rgba(255,255,255,0)));background:linear-gradient(to right,#ccc 0,rgba(255,255,255,0) 100%)}.cards-default .cards-list.has-slider .flickity-prev-next-button.next{right:0;background:rgba(255,255,255,0);background:-webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(#ccc));background:linear-gradient(to right,rgba(255,255,255,0) 0,#ccc 100%)}}@media screen and (min-width:992px){.cards-default .cards-list.has-slider .flickity-prev-next-button{display:block}.cards-default .cards-list.has-slider .flickity-prev-next-button.previous{left:-43px}.cards-default .cards-list.has-slider .flickity-prev-next-button.next{right:-43px}}@media screen and (min-width:1200px){.cards-default .cards-list.has-slider .flickity-prev-next-button.previous{left:-55px}.cards-default .cards-list.has-slider .flickity-prev-next-button.next{right:-55px}}.cards-default .cards-list.has-slider .flickity-page-dots{bottom:-40px;display:block}@media screen and (min-width:768px){.cards-default .cards-list.has-slider .flickity-page-dots{display:none}}.cards-default .cards-list.has-slider .flickity-page-dots .dot{width:14px;height:14px;opacity:1;background:0 0;border:1px solid #3e455e;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.cards-default .cards-list.has-slider .flickity-page-dots .dot:hover{background:#3e455e;border-color:#3e455e;opacity:.75}.cards-default .cards-list.has-slider .flickity-page-dots .dot.is-selected{border-width:4px}.cards-default .cards-list.has-slider .card{margin:0!important;margin-left:24px!important}.cards-default .cards-list .card{margin-bottom:32px;text-decoration:none}.cards-default .cards-list .card:not(.card-horizontal)[data-columns="2"]{width:100%}@media screen and (min-width:768px){.cards-default .cards-list .card:not(.card-horizontal)[data-columns="2"]{width:-webkit-calc(calc(100% / 2) - (16px * 2));width:calc(calc(100% / 2) - (16px * 2));margin-right:16px;margin-left:16px}}@media screen and (min-width:768px) and (-ms-high-contrast:active),screen and (min-width:768px) and (-ms-high-contrast:none){.cards-default .cards-list .card:not(.card-horizontal)[data-columns="2"]{width:-webkit-calc((100% / 2) - (16px * 2) - 1px);width:calc((100% / 2) - (16px * 2) - 1px)}}@media screen and (min-width:992px){.cards-default .cards-list .card:not(.card-horizontal)[data-columns="2"]{width:-webkit-calc(calc(100% / 2) - (16px * 2));width:calc(calc(100% / 2) - (16px * 2));min-width:auto;margin-right:16px}}@media screen and (min-width:992px) and (-ms-high-contrast:active),screen and (min-width:992px) and (-ms-high-contrast:none){.cards-default .cards-list .card:not(.card-horizontal)[data-columns="2"]{width:-webkit-calc((100% / 2) - (16px * 2) - 1px);width:calc((100% / 2) - (16px * 2) - 1px)}}@media screen and (min-width:1200px){.cards-default .cards-list .card:not(.card-horizontal)[data-columns="2"]{width:-webkit-calc(calc(100% / 2) - (16px * 2));width:calc(calc(100% / 2) - (16px * 2))}}@media screen and (min-width:1200px) and (-ms-high-contrast:active),screen and (min-width:1200px) and (-ms-high-contrast:none){.cards-default .cards-list .card:not(.card-horizontal)[data-columns="2"]{width:-webkit-calc((100% / 2) - (16px * 2) - 1px);width:calc((100% / 2) - (16px * 2) - 1px)}}.cards-default .cards-list .card:not(.card-horizontal)[data-columns="3"]{width:100%}@media screen and (min-width:768px){.cards-default .cards-list .card:not(.card-horizontal)[data-columns="3"]{width:-webkit-calc(calc(100% / 2) - (16px * 2));width:calc(calc(100% / 2) - (16px * 2));margin-right:16px;margin-left:16px}}@media screen and (min-width:768px) and (-ms-high-contrast:active),screen and (min-width:768px) and (-ms-high-contrast:none){.cards-default .cards-list .card:not(.card-horizontal)[data-columns="3"]{width:-webkit-calc((100% / 2) - (16px * 2) - 1px);width:calc((100% / 2) - (16px * 2) - 1px)}}@media screen and (min-width:992px){.cards-default .cards-list .card:not(.card-horizontal)[data-columns="3"]{width:-webkit-calc(calc(100% / 3) - (16px * 2));width:calc(calc(100% / 3) - (16px * 2));min-width:auto;margin-right:16px}}@media screen and (min-width:992px) and (-ms-high-contrast:active),screen and (min-width:992px) and (-ms-high-contrast:none){.cards-default .cards-list .card:not(.card-horizontal)[data-columns="3"]{width:-webkit-calc((100% / 3) - (16px * 2) - 1px);width:calc((100% / 3) - (16px * 2) - 1px)}}@media screen and (min-width:1200px){.cards-default .cards-list .card:not(.card-horizontal)[data-columns="3"]{width:-webkit-calc(calc(100% / 3) - (16px * 2));width:calc(calc(100% / 3) - (16px * 2))}}@media screen and (min-width:1200px) and (-ms-high-contrast:active),screen and (min-width:1200px) and (-ms-high-contrast:none){.cards-default .cards-list .card:not(.card-horizontal)[data-columns="3"]{width:-webkit-calc((100% / 3) - (16px * 2) - 1px);width:calc((100% / 3) - (16px * 2) - 1px)}}.cards-default .cards-list .card:not(.card-horizontal)[data-columns="4"]{width:100%}@media screen and (min-width:768px){.cards-default .cards-list .card:not(.card-horizontal)[data-columns="4"]{width:-webkit-calc(calc(100% / 2) - (16px * 2));width:calc(calc(100% / 2) - (16px * 2));margin-right:16px;margin-left:16px}}@media screen and (min-width:768px) and (-ms-high-contrast:active),screen and (min-width:768px) and (-ms-high-contrast:none){.cards-default .cards-list .card:not(.card-horizontal)[data-columns="4"]{width:-webkit-calc((100% / 2) - (16px * 2) - 1px);width:calc((100% / 2) - (16px * 2) - 1px)}}@media screen and (min-width:992px){.cards-default .cards-list .card:not(.card-horizontal)[data-columns="4"]{width:-webkit-calc(calc(100% / 3) - (16px * 2));width:calc(calc(100% / 3) - (16px * 2));min-width:auto;margin-right:16px}}@media screen and (min-width:992px) and (-ms-high-contrast:active),screen and (min-width:992px) and (-ms-high-contrast:none){.cards-default .cards-list .card:not(.card-horizontal)[data-columns="4"]{width:-webkit-calc((100% / 3) - (16px * 2) - 1px);width:calc((100% / 3) - (16px * 2) - 1px)}}@media screen and (min-width:1200px){.cards-default .cards-list .card:not(.card-horizontal)[data-columns="4"]{width:-webkit-calc(calc(100% / 4) - (16px * 2));width:calc(calc(100% / 4) - (16px * 2))}}@media screen and (min-width:1200px) and (-ms-high-contrast:active),screen and (min-width:1200px) and (-ms-high-contrast:none){.cards-default .cards-list .card:not(.card-horizontal)[data-columns="4"]{width:-webkit-calc((100% / 4) - (16px * 2) - 1px);width:calc((100% / 4) - (16px * 2) - 1px)}}.cards-default .cards-list .card.card-horizontal{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width:768px){.cards-default .cards-list .card.card-horizontal{width:47%;margin-left:16px}}@media screen and (min-width:992px){.cards-default .cards-list .card.card-horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}}@media screen and (min-width:992px){.cards-default .cards-list .card.card-horizontal .picture{width:200px}}@media screen and (min-width:1200px){.cards-default .cards-list .card.card-horizontal .picture{width:270px}}.cards-default .cards-list .card.card-horizontal .content{margin-top:16px}@media screen and (min-width:992px){.cards-default .cards-list .card.card-horizontal .content{width:-webkit-calc(100% - 224px);width:calc(100% - 224px);margin-top:0}}@media screen and (min-width:1200px){.cards-default .cards-list .card.card-horizontal .content{width:-webkit-calc(100% - 294px);width:calc(100% - 294px)}}.cards-default .cards-list .card.has-bg{position:relative;overflow:hidden;background-size:cover}.cards-default .cards-list .card.has-bg[data-columns="2"]{min-height:170px}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.cards-default .cards-list .card.has-bg[data-columns="2"]{height:170px}}@media screen and (min-width:768px){.cards-default .cards-list .card.has-bg[data-columns="2"]{min-height:240px}}@media screen and (min-width:768px) and (-ms-high-contrast:active),screen and (min-width:768px) and (-ms-high-contrast:none){.cards-default .cards-list .card.has-bg[data-columns="2"]{height:240px}}@media screen and (min-width:992px){.cards-default .cards-list .card.has-bg[data-columns="2"]{min-height:370px}}@media screen and (min-width:992px) and (-ms-high-contrast:active),screen and (min-width:992px) and (-ms-high-contrast:none){.cards-default .cards-list .card.has-bg[data-columns="2"]{height:370px}}.cards-default .cards-list .card.has-bg[data-columns="3"]{min-height:170px}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.cards-default .cards-list .card.has-bg[data-columns="3"]{height:170px}}@media screen and (min-width:992px){.cards-default .cards-list .card.has-bg[data-columns="3"]{min-height:240px}}@media screen and (min-width:992px) and (-ms-high-contrast:active),screen and (min-width:992px) and (-ms-high-contrast:none){.cards-default .cards-list .card.has-bg[data-columns="3"]{height:240px}}.cards-default .cards-list .card.has-bg[data-columns="4"]{min-height:170px}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.cards-default .cards-list .card.has-bg[data-columns="4"]{height:170px}}.cards-default .cards-list .card.has-bg:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;opacity:.75;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(#000));background-image:linear-gradient(to bottom,rgba(0,0,0,0),#000);-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.cards-default .cards-list .card.has-bg:hover:before{top:50%}.cards-default .cards-list .card.no-image{padding:16px;background:#022e69;min-height:154px;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.cards-default .cards-list .card.no-image{height:154px}}.cards-default .cards-list .card.no-image .content{margin-top:0}.cards-default .cards-list .card.no-image:hover{background:#01204a}.cards-default .cards-list .card.has-bg,.cards-default .cards-list .card.no-image{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-border-radius:3px;border-radius:3px;padding:0 16px 16px}.cards-default .cards-list .card.has-bg:hover .picture img,.cards-default .cards-list .card.no-image:hover .picture img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.cards-default .cards-list .card.has-bg:hover .content .title,.cards-default .cards-list .card.no-image:hover .content .title{color:#fff}.cards-default .cards-list .card.has-bg .content,.cards-default .cards-list .card.no-image .content{position:relative;z-index:5}.cards-default .cards-list .card.has-bg .content .title,.cards-default .cards-list .card.no-image .content .title{color:#fff}.cards-default .cards-list .card.has-bg .content .categories,.cards-default .cards-list .card.no-image .content .categories{color:#fff}.cards-default .cards-list .card.has-bg .content .reviews,.cards-default .cards-list .card.no-image .content .reviews{margin-top:8px}.cards-default .cards-list .card.has-bg .content .reviews .reviews-stars .fa-star-o,.cards-default .cards-list .card.no-image .content .reviews .reviews-stars .fa-star-o{color:rgba(255,255,255,.5)}.cards-default .cards-list .card.has-bg .content .reviews .reviews-count,.cards-default .cards-list .card.no-image .content .reviews .reviews-count{color:rgba(255,255,255,.75)}.cards-default .cards-list .card:hover .picture img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.cards-default .cards-list .card:hover .content .title{color:#137df7}.cards-default .cards-list .card .picture{display:block;-webkit-border-radius:3px;border-radius:3px;overflow:hidden;position:relative}.cards-default .cards-list .card .picture .badge{position:absolute;background:rgba(255,255,255,.85);-webkit-border-radius:3px;border-radius:3px;top:16px;left:16px;line-height:1;padding:8px;color:#3e455e;z-index:5;font-weight:700;text-decoration:none}.cards-default .cards-list .card .picture img{max-width:100%;max-height:370px;height:auto;display:block;-o-object-fit:cover;object-fit:cover;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.cards-default .cards-list .card .picture .picture-link{display:block}.cards-default .cards-list .card .content .title{font-size:14px;color:#c42c2b;font-family: inherit;font-weight:500;line-height:1.3;text-decoration:none;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;display:block}.cards-default .cards-list .card .content .title+.reviews{margin-top:8px}.cards-default .cards-list .card .content .categories{color:rgba(62,69,94,.5);margin-top:4px}.cards-default .cards-list .card .content .description{margin-top:8px}.cards-default .cards-list .card .content .description .paragraph{color:rgba(62,69,94,.75);font-weight:300}.cards-default .cards-list .card .content .reviews{margin-top:16px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.cards-default .cards-list .card .content .reviews .reviews-stars .fa-star{color:#ffc800}.cards-default .cards-list .card .content .reviews .reviews-stars .fa-star-o{color:rgba(62,69,94,.5)}.cards-default .cards-list .card .content .reviews .reviews-count{color:rgba(62,69,94,.75);margin-left:16px}.cards-default .cards-list .card .content .price{margin-top:16px}.cards-default .cards-list .card .content .price:before{content:attr(data-prefix)}.cards-default .cards-list .card .content .author{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:16px}.cards-default .cards-list .card .content .author .author-picture{width:48px;height:48px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-border-radius:9999px;border-radius:9999px;overflow:hidden;border:1px solid rgba(62,69,94,.25)}.cards-default .cards-list .card .content .author .author-picture .fa{color:rgba(62,69,94,.25)}.cards-default .cards-list .card .content .author .author-picture img{max-width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover}.cards-default .cards-list .card .content .author .author-name{color:rgba(62,69,94,.75);font-weight:300;margin-left:16px}.cards-default .cards-list .card .content .author .author-info{margin-left:16px}.cards-default .cards-list .card .content .author .author-info .author-name{font-family:Rubik;color:#3e455e;font-weight:700;margin-left:0}.cards-default .cards-list .card .content .author .author-info .author-days{line-height:1;font-family:Roboto;color:rgba(62,69,94,.5);margin-top:2px}.cards-default .cards-list .card .content .price-off{color:rgba(62,69,94,.5);margin-top:16px;text-decoration:line-through}.cards-default .cards-list .card .content .price-off:before{content:attr(data-prefix)}.cards-default .cards-list .card .content .price-off+.price{margin-top:0}.cards-default .cards-list .card .content .valid-time{color:rgba(62,69,94,.5);margin-top:16px}.cards-default .cards-list .card .calendar-sm+.content-info{width:-webkit-calc(100% - 64px);width:calc(100% - 64px)}.cards-default .card-wrapper.card-vertical-plus-horizontal{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.cards-default .card-wrapper.card-vertical-plus-horizontal .cards-list{margin:0}.cards-default .card-wrapper.card-vertical-plus-horizontal>.card-wrapper-vertical{width:100%}@media screen and (min-width:992px){.cards-default .card-wrapper.card-vertical-plus-horizontal>.card-wrapper-vertical{width:48%}}.cards-default .card-wrapper.card-vertical-plus-horizontal>.card-wrapper-vertical .card .picture img{width:100%}@media screen and (min-width:992px){.cards-default .card-wrapper.card-vertical-plus-horizontal>.card-wrapper-vertical .card .picture img{width:auto}}.cards-default .card-wrapper.card-vertical-plus-horizontal>.card-wrapper-horizontal{width:100%}@media screen and (min-width:992px){.cards-default .card-wrapper.card-vertical-plus-horizontal>.card-wrapper-horizontal{width:48%}}.cards-default .card-wrapper.card-vertical-plus-horizontal>.card-wrapper-horizontal .cards-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.cards-default .card-wrapper.card-vertical-plus-horizontal>.card-wrapper-horizontal .card-horizontal{margin-left:0;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}@media screen and (min-width:768px){.cards-default .card-wrapper.card-vertical-plus-horizontal>.card-wrapper-horizontal .card-horizontal{width:48%}}@media screen and (min-width:992px){.cards-default .card-wrapper.card-vertical-plus-horizontal>.card-wrapper-horizontal .card-horizontal{width:100%}}.cards-default .card-wrapper.card-two-columns-horizontal{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.cards-default .card-wrapper.card-two-columns-horizontal .cards-list{margin:0}.cards-default .card-wrapper.card-two-columns-horizontal .card-horizontal{margin-left:0;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%}.cards-default .card-wrapper.card-two-columns-horizontal>.card-wrapper-left{width:100%}@media screen and (min-width:768px){.cards-default .card-wrapper.card-two-columns-horizontal>.card-wrapper-left{width:55%}}.cards-default .card-wrapper.card-two-columns-horizontal>.card-wrapper-left .card-horizontal .picture{width:100%}@media screen and (min-width:992px){.cards-default .card-wrapper.card-two-columns-horizontal>.card-wrapper-left .card-horizontal .picture{width:280px}}@media screen and (min-width:1200px){.cards-default .card-wrapper.card-two-columns-horizontal>.card-wrapper-left .card-horizontal .picture{width:400px}}@media screen and (min-width:992px){.cards-default .card-wrapper.card-two-columns-horizontal>.card-wrapper-left .card-horizontal .content{width:-webkit-calc(100% - 304px);width:calc(100% - 304px)}}@media screen and (min-width:1200px){.cards-default .card-wrapper.card-two-columns-horizontal>.card-wrapper-left .card-horizontal .content{width:-webkit-calc(100% - 424px);width:calc(100% - 424px)}}.cards-default .card-wrapper.card-two-columns-horizontal>.card-wrapper-right{width:100%}@media screen and (min-width:768px){.cards-default .card-wrapper.card-two-columns-horizontal>.card-wrapper-right{width:40%}}.cards-default .card-wrapper.card-two-columns-horizontal>.card-wrapper-right .card-horizontal .picture{width:100%}@media screen and (min-width:992px){.cards-default .card-wrapper.card-two-columns-horizontal>.card-wrapper-right .card-horizontal .picture{width:150px}}@media screen and (min-width:1200px){.cards-default .card-wrapper.card-two-columns-horizontal>.card-wrapper-right .card-horizontal .picture{width:190px}}@media screen and (min-width:992px){.cards-default .card-wrapper.card-two-columns-horizontal>.card-wrapper-right .card-horizontal .content{width:-webkit-calc(100% - 174px);width:calc(100% - 174px)}}@media screen and (min-width:1200px){.cards-default .card-wrapper.card-two-columns-horizontal>.card-wrapper-right .card-horizontal .content{width:-webkit-calc(100% - 214px);width:calc(100% - 214px)}}.calendar-sm{width:50px;min-width:50px;-webkit-border-radius:3px;border-radius:3px;border:1px solid rgba(62,69,94,.25);background:#fff;overflow:hidden}.calendar-sm .month{background:#137df7;font-weight:700;text-transform:uppercase;color:#fff;line-height:1;text-align:center;padding:3px 0}.calendar-sm .day{line-height:1;text-align:center;padding:3px 0}.calendar-sm .day-abbr{line-height:1;color:rgba(62,69,94,.75);text-align:center;padding-bottom:3px}.heading{line-height:1.3;margin:0;color:#3e455e;font-family:Rubik;font-weight:500}.paragraph{line-height:1.5;color:#3e455e;font-family:Roboto;font-weight:400;margin-bottom:0}.pd-t{padding-top:40px}.admin-bar{background:#333;position:fixed;width:100%;top:0;left:0;z-index:5500;min-height:40px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:0 15px}@media screen and (max-width:768px){.admin-bar{position:absolute}}.admin-bar .admin-bar-link{font-size:.875em;font-weight:100;color:#fff;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;text-decoration:none;line-height:1;display:none}@media screen and (min-width:768px){.admin-bar .admin-bar-link{display:inline-block}}.admin-bar .admin-bar-link:focus,.admin-bar .admin-bar-link:hover{opacity:.6}.admin-bar .admin-bar-link .fa{margin-right:8px}.admin-bar .admin-bar-link span{display:none}@media screen and (min-width:992px){.admin-bar .admin-bar-link span{display:inline-block}}.admin-bar>.content-left img{width:30px;height:30px;-o-object-fit:cover;object-fit:cover;opacity:.2}.admin-bar>.content-left .admin-bar-link{margin-left:32px}.admin-bar>.content-right{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.admin-bar>.content-right .maintenance-message{display:inline-block;color:#ffae00;font-size:.75em}@media screen and (min-width:768px){.admin-bar>.content-right .maintenance-message{font-size:.875em}}.admin-bar>.content-right form{margin-left:16px}.admin-bar>.content-right .admin-bar-link{margin-left:32px}.admin-bar>.content-right .button{display:none}@media screen and (min-width:768px){.admin-bar>.content-right .button{display:inline-block}}body.has-shadow:before{content:"";position:fixed;width:100%;height:100%;top:0;left:0;background-color:rgba(0,0,0,.5)}.categories-base{padding-top:24px;padding-bottom:24px}@media only screen and (min-width:992px){.categories-base{padding-top:48px;padding-bottom:48px}}.categories-base .categories-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:24px}.categories-base .categories-header>.heading{color:rgba(62,69,94,.75)}.categories-base .categories-content>.categories-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.categories-base .categories-content>.categories-list .categories-item{text-decoration:none}.categories-base .categories-content>.categories-list .categories-item:hover .title{color:#137df7}.categories-base .categories-content>.categories-list .categories-item:hover .title .count{color:#3691f8}.categories-base .categories-content>.categories-list .categories-item .picture{overflow:hidden;-webkit-border-radius:3px;border-radius:3px}.categories-base .categories-content>.categories-list .categories-item .picture img{max-width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover;margin:0 auto}.categories-base .categories-content>.categories-list .info .title{-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.categories-base .categories-content>.categories-list .info .title .count{color:rgba(62,69,94,.5);margin-left:3px;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.categories-base .categories-content>.categories-list .info .title .count:before{content:"("}.categories-base .categories-content>.categories-list .info .title .count:after{content:")"}@media screen and (max-width:768px){.categories-base[data-type="1"][scrollable=true] .categories-content>.categories-list{overflow:auto;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.categories-base[data-type="1"][scrollable=true] .categories-content>.categories-list::-webkit-scrollbar{width:0;background:0 0}.categories-base[data-type="1"][scrollable=true] .categories-content>.categories-list .categories-item{margin:0 8px 16px}}@media screen and (max-width:768px) and (min-width:768px){.categories-base[data-type="1"][scrollable=true] .categories-content>.categories-list .categories-item{margin:0;margin-right:32px}.categories-base[data-type="1"][scrollable=true] .categories-content>.categories-list .categories-item:nth-child(4n){margin-right:32px}}.categories-base[data-type="1"] .categories-content>.categories-list .categories-item{display:block;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;width:128px;margin:0 16px 24px}@media only screen and (min-width:320px) and (max-width:374px){.categories-base[data-type="1"] .categories-content>.categories-list .categories-item{margin:0;margin-right:32px}.categories-base[data-type="1"] .categories-content>.categories-list .categories-item:nth-child(2n){margin-right:0}}@media screen and (min-width:768px){.categories-base[data-type="1"] .categories-content>.categories-list .categories-item{width:148px;margin:0;margin-right:32px;margin-bottom:24px}.categories-base[data-type="1"] .categories-content>.categories-list .categories-item:nth-child(3n){margin-right:32px}.categories-base[data-type="1"] .categories-content>.categories-list .categories-item:nth-child(4n){margin-right:0}}@media screen and (min-width:1024px){.categories-base[data-type="1"] .categories-content>.categories-list .categories-item{width:160px;margin-bottom:48px}.categories-base[data-type="1"] .categories-content>.categories-list .categories-item:nth-child(4n){margin-right:32px}.categories-base[data-type="1"] .categories-content>.categories-list .categories-item:nth-child(5n){margin-right:0}}@media screen and (min-width:1200px){.categories-base[data-type="1"] .categories-content>.categories-list .categories-item{width:163px;margin-bottom:48px}.categories-base[data-type="1"] .categories-content>.categories-list .categories-item:nth-child(5n){margin-right:32px}.categories-base[data-type="1"] .categories-content>.categories-list .categories-item:nth-child(6n){margin-right:0}}.categories-base[data-type="1"] .categories-content>.categories-list .categories-item:hover{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.categories-base[data-type="1"] .categories-content>.categories-list .info{text-align:center;margin-top:16px}@media screen and (max-width:768px){.categories-base[data-type="2"][scrollable=true] .categories-content>.categories-list{overflow:auto;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.categories-base[data-type="2"][scrollable=true] .categories-content>.categories-list::-webkit-scrollbar{width:0;background:0 0}.categories-base[data-type="2"][scrollable=true] .categories-content>.categories-list .categories-item{width:auto}}@media screen and (max-width:768px) and (min-width:320px) and (max-width:540px){.categories-base[data-type="2"][scrollable=true] .categories-content>.categories-list .categories-item{min-width:100%}.categories-base[data-type="2"][scrollable=true] .categories-content>.categories-list .categories-item:nth-child(1n),.categories-base[data-type="2"][scrollable=true] .categories-content>.categories-list .categories-item:nth-child(2n),.categories-base[data-type="2"][scrollable=true] .categories-content>.categories-list .categories-item:nth-child(4n){margin-right:32px}}@media screen and (max-width:768px) and (min-width:541px) and (max-width:768px){.categories-base[data-type="2"][scrollable=true] .categories-content>.categories-list .categories-item{min-width:45%}.categories-base[data-type="2"][scrollable=true] .categories-content>.categories-list .categories-item:nth-child(1n),.categories-base[data-type="2"][scrollable=true] .categories-content>.categories-list .categories-item:nth-child(2n),.categories-base[data-type="2"][scrollable=true] .categories-content>.categories-list .categories-item:nth-child(4n){margin-right:32px}}.categories-base[data-type="2"] .categories-content>.categories-list .categories-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:rgba(62,69,94,.05);padding:16px;margin-right:32px;margin-bottom:16px;-webkit-border-radius:3px;border-radius:3px;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}@media only screen and (min-width:320px) and (max-width:374px){.categories-base[data-type="2"] .categories-content>.categories-list .categories-item{width:100%}.categories-base[data-type="2"] .categories-content>.categories-list .categories-item:nth-child(1n){margin-right:0}.categories-base[data-type="2"] .categories-content>.categories-list .categories-item:nth-last-child(-n+1){margin-bottom:0}}@media only screen and (min-width:375px) and (max-width:424px){.categories-base[data-type="2"] .categories-content>.categories-list .categories-item{width:100%}.categories-base[data-type="2"] .categories-content>.categories-list .categories-item:nth-child(1n){margin-right:0}.categories-base[data-type="2"] .categories-content>.categories-list .categories-item:nth-last-child(-n+1){margin-bottom:0}}@media only screen and (min-width:425px) and (max-width:767px){.categories-base[data-type="2"] .categories-content>.categories-list .categories-item{width:46.5%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-right:24px}.categories-base[data-type="2"] .categories-content>.categories-list .categories-item:nth-child(2n){margin-right:0}}@media only screen and (min-width:768px) and (max-width:1023px){.categories-base[data-type="2"] .categories-content>.categories-list .categories-item{width:22.3%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-right:24px}.categories-base[data-type="2"] .categories-content>.categories-list .categories-item:nth-child(4n){margin-right:0}}@media only screen and (min-width:1024px) and (max-width:1139px){.categories-base[data-type="2"] .categories-content>.categories-list .categories-item{width:294px;margin-right:24px}.categories-base[data-type="2"] .categories-content>.categories-list .categories-item:nth-child(3n){margin-right:0}}@media only screen and (min-width:1140px){.categories-base[data-type="2"] .categories-content>.categories-list .categories-item{width:358px}.categories-base[data-type="2"] .categories-content>.categories-list .categories-item:nth-child(3n){margin-right:0}}.categories-base[data-type="2"] .categories-content>.categories-list .categories-item:hover{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.categories-base[data-type="2"] .categories-content>.categories-list .categories-item .picture{width:47px;height:47px;overflow:hidden}.categories-base[data-type="2"] .categories-content>.categories-list .info{max-width:-webkit-calc(100% - 63px);max-width:calc(100% - 63px);margin-left:16px}@media only screen and (min-width:425px) and (max-width:767px){.categories-base[data-type="2"] .categories-content>.categories-list .info{max-width:100%;margin-left:0;margin-top:16px;text-align:center}}@media only screen and (min-width:768px) and (max-width:1023px){.categories-base[data-type="2"] .categories-content>.categories-list .info{max-width:100%;margin-left:0;margin-top:16px;text-align:center}}.categories-base[data-type="2"][data-bg=neutral] .categories-content>.categories-list .categories-item{background:#fff}.categories-base[data-type="2"][data-bg=brand] .categories-content>.categories-list .categories-item{background:#fff}.categories-base[data-type="2"][data-bg=brand] .categories-content>.categories-list .categories-item .info .title{color:#3e455e}.categories-base[data-type="2"][data-bg=brand] .categories-content>.categories-list .categories-item .info .title .count{color:rgba(62,69,94,.5)}.categories-base[data-type="3"] .categories-content>.categories-list{-webkit-column-count:1;-moz-column-count:1;column-count:1;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width:375px){.categories-base[data-type="3"] .categories-content>.categories-list{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}@media only screen and (min-width:992px){.categories-base[data-type="3"] .categories-content>.categories-list{display:block}}@media screen and (min-width:768px){.categories-base[data-type="3"] .categories-content>.categories-list{-webkit-column-count:3;-moz-column-count:3;column-count:3}}@media screen and (min-width:1024px){.categories-base[data-type="3"] .categories-content>.categories-list{-webkit-column-count:4;-moz-column-count:4;column-count:4}}.categories-base[data-type="3"] .categories-content>.categories-list .categories-item{margin-bottom:16px;display:inline-block}@media only screen and (min-width:320px) and (max-width:374px){.categories-base[data-type="3"] .categories-content>.categories-list .info{text-align:center}}.categories-base[data-type="3"] .categories-content>.categories-list .info .title .count{margin-left:8px}.categories-base[data-type="4"] .categories-content .toggle-item{background:#fff;-webkit-border-radius:3px;border-radius:3px}.categories-base[data-type="4"] .categories-content .toggle-item:not(:first-child){margin-top:24px}.categories-base[data-type="4"] .categories-content .toggle-item .toggle-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:16px 32px}.categories-base[data-type="4"] .categories-content .toggle-item .toggle-header.is-open .button-toggle-title{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.categories-base[data-type="4"] .categories-content .toggle-item .toggle-header .toggle-title:hover .title-count{color:#3ebaf6}.categories-base[data-type="4"] .categories-content .toggle-item .toggle-header .toggle-title .title-count{font-size:1rem;font-weight:300;color:rgba(62,69,94,.5);-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.categories-base[data-type="4"] .categories-content .toggle-item .toggle-header .toggle-title .title-count:before{content:"("}.categories-base[data-type="4"] .categories-content .toggle-item .toggle-header .toggle-title .title-count:after{content:")"}.categories-base[data-type="4"] .categories-content .toggle-item .toggle-header .button-toggle-title{background:0 0;border:none;background-image:none;-webkit-box-shadow:none;box-shadow:none;font-size:22px;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;color:#022e69}.categories-base[data-type="4"] .categories-content .toggle-item .toggle-content{border-top:1px solid rgba(151,151,151,.23);display:none}.categories-base[data-type="4"] .categories-content .toggle-item .toggle-content .nav-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.categories-base[data-type="4"] .categories-content .toggle-item .toggle-content .nav-wrapper .toggle-nav{width:100%;padding:24px 32px;max-height:321px;overflow:auto}@media screen and (min-width:768px){.categories-base[data-type="4"] .categories-content .toggle-item .toggle-content .nav-wrapper .toggle-nav{width:-webkit-calc(100% / 2);width:calc(100% / 2)}}@media screen and (min-width:992px){.categories-base[data-type="4"] .categories-content .toggle-item .toggle-content .nav-wrapper .toggle-nav{width:-webkit-calc(100% / 3);width:calc(100% / 3)}}@media screen and (min-width:1200px){.categories-base[data-type="4"] .categories-content .toggle-item .toggle-content .nav-wrapper .toggle-nav{max-width:292px;width:-webkit-calc(100% / 4);width:calc(100% / 4)}}.categories-base[data-type="4"] .categories-content .toggle-item .toggle-content .nav-wrapper .toggle-nav:not(:first-child){border-left:1px solid rgba(151,151,151,.23)}.categories-base[data-type="4"] .categories-content .toggle-item .toggle-content .nav-wrapper .toggle-nav:not([data-order="1"]){display:none}.categories-base[data-type="4"] .categories-content .toggle-item .toggle-content .nav-wrapper .toggle-nav .nav-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;overflow:hidden;white-space:nowrap}.categories-base[data-type="4"] .categories-content .toggle-item .toggle-content .nav-wrapper .toggle-nav .nav-item:not(:first-child){margin-top:16px}.categories-base[data-type="4"] .categories-content .toggle-item .toggle-content .nav-wrapper .toggle-nav .nav-item.is-selected .nav-link{color:#3ebaf6}.categories-base[data-type="4"] .categories-content .toggle-item .toggle-content .nav-wrapper .toggle-nav .nav-item.is-selected .nav-link .nav-count{color:#3ebaf6}.categories-base[data-type="4"] .categories-content .toggle-item .toggle-content .nav-wrapper .toggle-nav .nav-item.is-selected .button-toggle-nav{color:#3ebaf6}.categories-base[data-type="4"] .categories-content .toggle-item .toggle-content .nav-wrapper .toggle-nav .nav-item .nav-link{font-size:1em;color:#3e455e;overflow:hidden;max-width:140px;text-overflow:ellipsis;white-space:nowrap}.categories-base[data-type="4"] .categories-content .toggle-item .toggle-content .nav-wrapper .toggle-nav .nav-item .nav-link:hover{color:#3ebaf6}.categories-base[data-type="4"] .categories-content .toggle-item .toggle-content .nav-wrapper .toggle-nav .nav-item .nav-link:hover .nav-count{color:#3ebaf6}.categories-base[data-type="4"] .categories-content .toggle-item .toggle-content .nav-wrapper .toggle-nav .nav-item .nav-link .nav-count{font-size:1rem;font-weight:300;color:rgba(62,69,94,.5);-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.categories-base[data-type="4"] .categories-content .toggle-item .toggle-content .nav-wrapper .toggle-nav .nav-item .nav-link .nav-count:before{content:"("}.categories-base[data-type="4"] .categories-content .toggle-item .toggle-content .nav-wrapper .toggle-nav .nav-item .nav-link .nav-count:after{content:")"}.categories-base[data-type="4"] .categories-content .toggle-item .toggle-content .nav-wrapper .toggle-nav .nav-item .button-toggle-nav{background:0 0;border:none;background-image:none;-webkit-box-shadow:none;box-shadow:none;font-size:18px;color:#022e69}.categories-base[data-type="4"][data-bg=""] .categories-content .toggle-item{background:rgba(62,69,94,.05)}.categories-base[data-bg=brand] .categories-header>.heading{color:#fff}.categories-base[data-bg=brand] .categories-content>.categories-list .info .title{color:#fff}.categories-base[data-bg=brand] .categories-content>.categories-list .info .title .count{color:rgba(255,255,255,.5)}.thin-strip-base{padding:24px 0;background:#022e69}.thin-strip-base .wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.thin-strip-base .wrapper>.content-social{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.thin-strip-base .wrapper>.content-social .social-icon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-right:16px;text-decoration:none;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}@media only screen and (min-width:320px) and (max-width:374px){.thin-strip-base .wrapper>.content-social .social-icon{margin-right:4px}}@media only screen and (min-width:375px) and (max-width:424px){.thin-strip-base .wrapper>.content-social .social-icon{margin-right:8px}}.thin-strip-base .wrapper>.content-social .social-icon.has-border{width:36px;height:36px;border:1px solid #fff;-webkit-border-radius:50%;border-radius:50%}.thin-strip-base .wrapper>.content-social .social-icon.has-border:hover{border-color:#137df7}.thin-strip-base .wrapper>.content-social .social-icon:hover .icon{color:#137df7}.thin-strip-base .wrapper>.content-social .social-icon .icon{font-size:16px;color:#fff;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}@media screen and (min-width:768px){.thin-strip-base .wrapper>.content-form{margin-top:16px}}@media screen and (min-width:1024px){.thin-strip-base .wrapper>.content-form{margin-top:0}}.thin-strip-base .wrapper>.content-form .input-group:nth-child(2){width:100%}@media screen and (min-width:768px){.thin-strip-base .wrapper>.content-form .input-group:nth-child(2){width:342px}}@media screen and (min-width:1024px){.thin-strip-base .wrapper>.content-form .input-group:nth-child(2){width:270px}}@media screen and (min-width:1200px){.thin-strip-base .wrapper>.content-form .input-group:nth-child(2){width:385px}}.thin-strip-base .wrapper>.content-form .input-group:nth-child(3){width:100%}@media screen and (min-width:768px){.thin-strip-base .wrapper>.content-form .input-group:nth-child(3){width:218px}}.thin-strip-base[data-type="1"] .wrapper>.content-location{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width:320px) and (max-width:374px){.thin-strip-base[data-type="1"] .wrapper>.content-location{max-width:310px}}@media only screen and (min-width:375px) and (max-width:424px){.thin-strip-base[data-type="1"] .wrapper>.content-location{max-width:345px}}@media only screen and (min-width:425px) and (max-width:767px){.thin-strip-base[data-type="1"] .wrapper>.content-location{max-width:360px}}@media only screen and (min-width:768px) and (max-width:1023px){.thin-strip-base[data-type="1"] .wrapper>.content-location{max-width:100%}}@media only screen and (min-width:1024px) and (max-width:1139px){.thin-strip-base[data-type="1"] .wrapper>.content-location{max-width:310px}}.thin-strip-base[data-type="1"] .wrapper>.content-location .icon{color:#fff;margin-right:8px}.thin-strip-base[data-type="1"] .wrapper>.content-location .paragraph{color:#fff;margin-right:16px}.thin-strip-base[data-type="1"] .wrapper>.content-location .link{color:#3ebaf6}.thin-strip-base[data-type="1"][is-inverse=true]{background:#fff}.thin-strip-base[data-type="1"][is-inverse=true] .wrapper>.content-location .icon{color:#3e455e}.thin-strip-base[data-type="1"][is-inverse=true] .wrapper>.content-location .paragraph{color:#3e455e}.thin-strip-base[data-type="2"] .wrapper{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.thin-strip-base[data-type="2"] .wrapper>.content-form{margin-top:0}.thin-strip-base[data-type="2"] .wrapper>.content-form .form-toggle{top:6px}.thin-strip-base[data-type="2"][is-inverse=true]{background:#fff}.thin-strip-base[data-type="3"] .wrapper{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.thin-strip-base[data-type="3"][is-inverse=true]{background:#fff}.thin-strip-base[data-type="3"][is-inverse=true] .wrapper>.content-social .social-icon.has-border{border-color:rgba(62,69,94,.75)}.thin-strip-base[data-type="3"][is-inverse=true] .wrapper>.content-social .social-icon.has-border .icon{color:rgba(62,69,94,.75)}.thin-strip-base[data-type="4"] .wrapper{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.thin-strip-base[data-type="4"] .wrapper>.content-form{margin-top:0}.thin-strip-base[data-type="4"] .wrapper>.content-form .form-toggle{top:6px}.thin-strip-base[data-type="4"] .wrapper>.content-form .input-group:nth-child(2),.thin-strip-base[data-type="4"] .wrapper>.content-form .input-group:nth-child(3){width:100%}@media only screen and (min-width:768px) and (max-width:1023px){.thin-strip-base[data-type="4"] .wrapper>.content-form .input-group:nth-child(2),.thin-strip-base[data-type="4"] .wrapper>.content-form .input-group:nth-child(3){width:200px}}@media only screen and (min-width:1140px){.thin-strip-base[data-type="4"] .wrapper>.content-form .input-group:nth-child(2),.thin-strip-base[data-type="4"] .wrapper>.content-form .input-group:nth-child(3){width:310px}}@media only screen and (min-width:1024px) and (max-width:1139px){.thin-strip-base[data-type="4"] .wrapper>.content-form .input-group:nth-child(2),.thin-strip-base[data-type="4"] .wrapper>.content-form .input-group:nth-child(3){width:280px}}.thin-strip-base[data-type="4"] .wrapper>.content-form .input-group:nth-child(4){width:100%}@media only screen and (min-width:768px) and (max-width:1023px){.thin-strip-base[data-type="4"] .wrapper>.content-form .input-group:nth-child(4){width:160px}}@media only screen and (min-width:1140px){.thin-strip-base[data-type="4"] .wrapper>.content-form .input-group:nth-child(4){width:218px}}@media only screen and (min-width:1024px) and (max-width:1139px){.thin-strip-base[data-type="4"] .wrapper>.content-form .input-group:nth-child(4){width:240px}}.thin-strip-base[data-type="4"][is-inverse=true]{background:#fff}.thin-strip-base[data-type="5"] .wrapper>.content-contact{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.thin-strip-base[data-type="5"] .wrapper>.content-contact .paragraph{color:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-right:32px}.thin-strip-base[data-type="5"] .wrapper>.content-contact .paragraph:last-child{margin-right:0}.thin-strip-base[data-type="5"] .wrapper>.content-contact .paragraph .icon{color:#fff;margin-right:16px}.thin-strip-base[data-type="5"] .wrapper>.content-social{margin-top:16px}@media only screen and (min-width:768px){.thin-strip-base[data-type="5"] .wrapper>.content-social{margin-top:0}}@media only screen and (min-width:768px) and (max-width:1023px){.thin-strip-base[data-type="5"] .wrapper>.content-social .social-icon{margin-right:8px}}.thin-strip-base[data-type="5"][is-inverse=true]{background:#fff}.thin-strip-base[data-type="5"][is-inverse=true] .wrapper>.content-contact .icon{color:#3e455e}.thin-strip-base[data-type="5"][is-inverse=true] .wrapper>.content-contact .paragraph{color:#3e455e}.thin-strip-base[data-type="5"][is-inverse=true] .wrapper>.content-social .social-icon .icon{color:rgba(62,69,94,.75)}.thin-strip-base[data-type="6"]{padding:24px 0}@media only screen and (min-width:768px){.thin-strip-base[data-type="6"]{padding:48px 0}}.thin-strip-base[data-type="6"] .wrapper>.content-download .heading{color:#fff}.thin-strip-base[data-type="6"] .wrapper>.content-download .paragraph{color:#fff;opacity:.75}@media only screen and (min-width:1024px){.thin-strip-base[data-type="6"] .wrapper>.content-download .paragraph{margin-top:16px}}@media only screen and (min-width:320px) and (max-width:425px){.thin-strip-base[data-type="6"] .wrapper>.content-stores{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-top:16px}}@media only screen and (min-width:1024px){.thin-strip-base[data-type="6"] .wrapper>.content-stores{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}.thin-strip-base[data-type="6"] .wrapper>.content-stores .store{margin-right:32px;display:block}@media only screen and (min-width:320px) and (max-width:425px){.thin-strip-base[data-type="6"] .wrapper>.content-stores .store{width:48%;margin-right:0}}@media only screen and (min-width:768px) and (max-width:1023px){.thin-strip-base[data-type="6"] .wrapper>.content-stores .store{margin-bottom:8px}.thin-strip-base[data-type="6"] .wrapper>.content-stores .store:last-child{margin-bottom:0}}.thin-strip-base[data-type="6"] .wrapper>.content-stores .store img{max-width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover}.thin-strip-base[data-type="6"] .wrapper>.content-stores .store:last-child{margin-right:0}.thin-strip-base[data-type="6"][is-inverse=true]{background:#fff}.thin-strip-base[data-type="6"][is-inverse=true] .wrapper>.content-download .heading{color:#3e455e}.thin-strip-base[data-type="6"][is-inverse=true] .wrapper>.content-download .paragraph{color:rgba(62,69,94,.75)}.hero-default{background:url(http://placeimg.com/1920/465/any) no-repeat top center;background-size:cover;padding-top:32px;padding-bottom:32px;position:relative}@media only screen and (min-width:768px){.hero-default{padding-top:96px;padding-bottom:96px}}.hero-default:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,.7)}.hero-default[data-align=left]{text-align:left}.hero-default[data-align=center]{text-align:center}.hero-default[data-align=right]{text-align:right}.hero-default .wrapper{position:relative;z-index:5}.hero-default .wrapper>.hero-header .heading{color:#fff;margin-bottom:24px;font-size:2em}@media screen and (min-width:768px){.hero-default .wrapper>.hero-header .heading{font-size:2.5em}}.hero-default .wrapper>.hero-header .paragraph{color:#fff;line-height:1.33;margin-top:16px}.hero-default .wrapper>.hero-header .paragraph:first-child{margin-top:0}.hero-default .wrapper>.hero-header .button{display:inline-block;margin-top:32px}.hero-default .wrapper>.content-location{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:24px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.hero-default .wrapper>.content-location .icon{color:#fff;margin-right:8px}.hero-default .wrapper>.content-location .paragraph{color:#fff;margin-top:0!important;margin-right:16px}.hero-default .wrapper>.content-location .link{color:#3ebaf6}.hero-default .wrapper>.hero-tabs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:24px;max-width:100%;overflow:auto}@media screen and (min-width:768px){.hero-default .wrapper>.hero-tabs{width:100%;margin-top:48px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media screen and (min-width:1024px){.hero-default .wrapper>.hero-tabs{width:900px}}.hero-default .wrapper>.hero-tabs .button{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-border-radius:0;border-radius:0;background:#022e69;color:#fff}.hero-default .wrapper>.hero-tabs .button:first-child{-webkit-border-top-left-radius:3px;border-top-left-radius:3px}.hero-default .wrapper>.hero-tabs .button:last-child{-webkit-border-top-right-radius:3px;border-top-right-radius:3px}.hero-default .wrapper>.hero-tabs .button:hover{background:#284d80}.hero-default .wrapper>.hero-tabs .button.is-active{background:#01204a}.hero-default[data-type="1"]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width:320px) and (max-width:767px){.hero-default[data-type="1"] .paragraph{margin-top:16px}}@media only screen and (min-width:768px){.hero-default[data-type="2"]{padding:48px 0}}@media only screen and (min-width:768px){.hero-default[data-type="2"][is-column=true]{padding:96px 0}}.hero-default[data-type="2"][is-column=true] .wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-align:center}.hero-default[data-type="2"][is-column=true] .wrapper .hero-form{margin-top:48px}@media only screen and (min-width:320px) and (max-width:425px){.hero-default[data-type="2"][is-column=true] .wrapper .hero-form{margin-top:16px}}.hero-default[data-type="2"][is-column=false] .wrapper .hero-form{margin-top:24px}@media only screen and (min-width:320px) and (max-width:425px){.hero-default[data-type="2"][is-column=false] .wrapper .hero-form{margin-top:16px}}.hero-default[data-type="2"] .wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.hero-default[data-type="2"] .wrapper .hero-header .heading{margin-bottom:0}.hero-default[data-type="2"] .paragraph{margin-top:16px}.hero-default[data-type="2"] .input{width:100%;margin-right:0;margin-bottom:16px}@media screen and (min-width:768px){.hero-default[data-type="2"] .input{width:266px;margin-right:16px;margin-bottom:0}}@media screen and (min-width:992px){.hero-default[data-type="2"] .input{width:310px}}.hero-default[data-type="2"] .button{width:100%}@media screen and (min-width:768px){.hero-default[data-type="2"] .button{width:auto}}.hero-default[data-type="3"]{background:0 0;padding:0}.hero-default[data-type="3"]:before{display:none}.hero-default[data-type="3"] .hero-slider:hover .flickity-prev-next-button.previous{left:0}.hero-default[data-type="3"] .hero-slider:hover .flickity-prev-next-button.next{right:0}.hero-default[data-type="3"] .hero-slider .carousel-cell{width:100%;display:block;padding-top:96px;padding-bottom:32px;position:relative;background-repeat:no-repeat;background-position:top center;background-size:cover}@media only screen and (min-width:320px) and (max-width:425px){.hero-default[data-type="3"] .hero-slider .carousel-cell{padding-top:32px}}@media only screen and (min-width:1024px){.hero-default[data-type="3"] .hero-slider .carousel-cell{padding-top:300px}}.hero-default[data-type="3"] .hero-slider .carousel-cell:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,.7)}.hero-default[data-type="3"] .hero-slider .slider-content{max-width:80%;margin:0 auto 16px;text-align:center;position:relative;z-index:5}@media only screen and (min-width:1024px){.hero-default[data-type="3"] .hero-slider .slider-content{max-width:970px}}.hero-default[data-type="3"] .hero-slider .slider-content .heading{color:#fff}.hero-default[data-type="3"] .hero-slider .slider-content .paragraph{color:#fff}.hero-default[data-type="3"] .hero-slider .flickity-button{background:0 0;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.hero-default[data-type="3"] .hero-slider .flickity-button:hover{background:#137df7}.hero-default[data-type="3"] .hero-slider .flickity-prev-next-button{-webkit-border-radius:0;border-radius:0;width:39px;height:49px;border:none;background:#fff}@media only screen and (min-width:320px) and (max-width:425px){.hero-default[data-type="3"] .hero-slider .flickity-prev-next-button{display:none}}.hero-default[data-type="3"] .hero-slider .flickity-prev-next-button.previous{left:-39px}.hero-default[data-type="3"] .hero-slider .flickity-prev-next-button.next{right:-39px}.hero-default[data-type="3"] .hero-slider .flickity-prev-next-button:hover .flickity-button-icon{fill:#fff}.hero-default[data-type="3"] .hero-slider .flickity-prev-next-button .flickity-button-icon{fill:#022e69}.hero-default[data-type="3"] .hero-slider .flickity-page-dots{bottom:6px}.hero-default[data-type="3"] .hero-slider .flickity-page-dots .dot{width:14px;height:14px;opacity:1;background:0 0;border:1px solid #fff;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.hero-default[data-type="3"] .hero-slider .flickity-page-dots .dot:hover{background:#fff;border-color:#fff;opacity:.75}.hero-default[data-type="3"] .hero-slider .flickity-page-dots .dot.is-selected{border-width:4px}.hero-default[data-type="4"] .wrapper,.hero-default[data-type="5"] .wrapper,.hero-default[data-type="6"] .wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.hero-default[data-type="4"] .wrapper .heading,.hero-default[data-type="5"] .wrapper .heading,.hero-default[data-type="6"] .wrapper .heading{color:#fff;margin-bottom:16px;line-height:1.25}.hero-default[data-type="4"] .wrapper .paragraph,.hero-default[data-type="5"] .wrapper .paragraph,.hero-default[data-type="6"] .wrapper .paragraph{color:#fff;line-height:1.33}.hero-default[data-type="4"] .wrapper .content-form .form-toggle,.hero-default[data-type="5"] .wrapper .content-form .form-toggle,.hero-default[data-type="6"] .wrapper .content-form .form-toggle{top:0;right:5px}.hero-default[data-type="4"] .content-form{margin-top:48px}.hero-default[data-type="4"] .content-form .input-group:nth-child(1){width:100%}@media screen and (min-width:768px){.hero-default[data-type="4"] .content-form .input-group:nth-child(1){width:186px}}@media screen and (min-width:992px){.hero-default[data-type="4"] .content-form .input-group:nth-child(1){width:auto}}.hero-default[data-type="4"] .content-form .input-group:nth-child(2),.hero-default[data-type="4"] .content-form .input-group:nth-child(3){width:100%}@media screen and (min-width:768px){.hero-default[data-type="4"] .content-form .input-group:nth-child(2),.hero-default[data-type="4"] .content-form .input-group:nth-child(3){width:186px}}@media screen and (min-width:1024px){.hero-default[data-type="4"] .content-form .input-group:nth-child(2),.hero-default[data-type="4"] .content-form .input-group:nth-child(3){width:278px}}@media screen and (min-width:1200px){.hero-default[data-type="4"] .content-form .input-group:nth-child(2),.hero-default[data-type="4"] .content-form .input-group:nth-child(3){width:310px}}.hero-default[data-type="4"] .content-form .input-group:nth-child(4){width:100%}@media screen and (min-width:768px){.hero-default[data-type="4"] .content-form .input-group:nth-child(4){width:150px}}@media screen and (min-width:992px){.hero-default[data-type="4"] .content-form .input-group:nth-child(4){width:218px}}.hero-default[data-type="4"] .content-form .input-group-action{width:100%}@media screen and (min-width:768px){.hero-default[data-type="4"] .content-form .input-group-action{width:auto}}.hero-default[data-type="4"] .content-form .input-group-action .button{display:block;width:100%}@media screen and (min-width:768px){.hero-default[data-type="4"] .content-form .input-group-action .button{width:auto}}.hero-default[data-type="5"] .paragraph{margin-top:0}.hero-default[data-type="5"] .content-form{margin-top:48px}.hero-default[data-type="5"] .content-form .input-group:nth-child(1){width:100%}@media screen and (min-width:768px){.hero-default[data-type="5"] .content-form .input-group:nth-child(1){width:auto}}.hero-default[data-type="5"] .content-form .input-group:nth-child(2){width:100%}@media screen and (min-width:768px){.hero-default[data-type="5"] .content-form .input-group:nth-child(2){width:315px}}@media screen and (min-width:1024px){.hero-default[data-type="5"] .content-form .input-group:nth-child(2){width:270px}}@media screen and (min-width:1200px){.hero-default[data-type="5"] .content-form .input-group:nth-child(2){width:385px}}.hero-default[data-type="5"] .content-form .input-group:nth-child(3){width:100%}@media screen and (min-width:768px){.hero-default[data-type="5"] .content-form .input-group:nth-child(3){width:218px}}.hero-default[data-type="5"] .content-form .input-group-action{width:100%}@media screen and (min-width:768px){.hero-default[data-type="5"] .content-form .input-group-action{width:auto}}.hero-default[data-type="5"] .content-form .input-group-action .button{display:block;width:100%}@media screen and (min-width:768px){.hero-default[data-type="5"] .content-form .input-group-action .button{width:auto}}.hero-default[data-type="6"] .content-form{width:100%;-webkit-border-radius:3px;border-radius:3px;-webkit-border-top-left-radius:0;border-top-left-radius:0;-webkit-border-top-right-radius:0;border-top-right-radius:0;margin-top:24px}@media screen and (min-width:768px){.hero-default[data-type="6"] .content-form{background:#fff;margin-top:0}}@media screen and (min-width:1024px){.hero-default[data-type="6"] .content-form{width:900px}}.hero-default[data-type="6"] .content-form .input-group{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}@media only screen and (min-width:320px) and (max-width:425px){.hero-default[data-type="6"] .content-form .input-group{width:100%}}@media only screen and (min-width:768px){.hero-default[data-type="6"] .content-form .input-group .input-group-icon{border:none}}@media only screen and (min-width:768px){.hero-default[data-type="6"] .content-form .input-group .input{border:none}}.hero-default[data-type="6"] .content-form .input-group.has-select{display:none}@media only screen and (min-width:320px) and (max-width:767px){.hero-default[data-type="6"] .content-form .input-group.has-select{display:block}}@media only screen and (min-width:320px) and (max-width:767px){.hero-default[data-type="6"] .content-form .input-group.has-select .input{width:100%}}.hero-default[data-type="6"] .content-form .input-group-action{width:100%}@media screen and (min-width:768px){.hero-default[data-type="6"] .content-form .input-group-action{width:auto}}.hero-default[data-type="6"] .content-form .input-group-action .button{display:block;width:100%}@media screen and (min-width:768px){.hero-default[data-type="6"] .content-form .input-group-action .button{width:auto}}@media only screen and (min-width:768px){.hero-default[data-type="6"] .content-form .input-group-action{padding:8px 8px 8px 0;margin-left:0}}@media only screen and (min-width:320px) and (max-width:767px){.hero-default[data-type="6"] .content-form .input-group-action .button{padding-top:16px;padding-bottom:16px;padding-left:32px;padding-right:32px;-webkit-border-radius:3px;border-radius:3px;font-size:1rem}}.hero-wrapper{position:relative}.hero-wrapper [data-type="4"]{position:absolute;width:100%;height:100%;top:0;left:0;background:0 0}.hero-wrapper [data-type="4"]:before{display:none}.hero-wrapper [data-type="3"] .hero-slider{overflow:hidden}.hero-wrapper [data-type="3"] .hero-slider .slider-content{text-align:left;max-width:300px;margin:0 0 16px 16px}@media screen and (min-width:425px){.hero-wrapper [data-type="3"] .hero-slider .slider-content{max-width:360px}}@media screen and (min-width:768px){.hero-wrapper [data-type="3"] .hero-slider .slider-content{margin:0 0 16px 45px}}@media screen and (min-width:992px){.hero-wrapper [data-type="3"] .hero-slider .slider-content{margin:128px 0 16px 50px}}@media screen and (min-width:1200px){.hero-wrapper [data-type="3"] .hero-slider .slider-content{margin:128px 0 16px 70px}}.hero-wrapper [data-type="3"] .hero-slider .slider-content .paragraph{font-weight:300;line-height:1.15;margin-top:8px}.hero-wrapper [data-type="3"] .hero-slider .carousel-cell{padding-top:480px}@media screen and (min-width:375px){.hero-wrapper [data-type="3"] .hero-slider .carousel-cell{padding-top:450px}}@media screen and (min-width:768px){.hero-wrapper [data-type="3"] .hero-slider .carousel-cell{padding-top:320px}}@media screen and (min-width:992px){.hero-wrapper [data-type="3"] .hero-slider .carousel-cell{padding-top:200px}}@media screen and (min-width:1200px){.hero-wrapper [data-type="3"] .hero-slider .carousel-cell{padding-top:300px}}.hero-leadgen{position:relative}.hero-leadgen .leadgen-content{position:absolute;z-index:5;width:300px;top:50%;right:50%;-webkit-transform:translateY(-50%) translateX(50%);-ms-transform:translateY(-50%) translateX(50%);transform:translateY(-50%) translateX(50%)}@media screen and (min-width:992px){.hero-leadgen .leadgen-content{right:90px;-webkit-transform:translateY(-50%) translateX(0);-ms-transform:translateY(-50%) translateX(0);transform:translateY(-50%) translateX(0)}}@media screen and (min-width:1200px){.hero-leadgen .leadgen-content{right:120px}}.hero-leadgen .leadgen-content .leadgen-header .heading,.hero-leadgen .leadgen-content .leadgen-header .paragraph{color:#fff}.hero-leadgen .leadgen-content .leadgen-form{margin-top:8px}.hero-leadgen .leadgen-content .leadgen-form .input{width:100%;margin-top:8px}.hero-leadgen .leadgen-content .leadgen-form .input:first-child{margin-top:0}.hero-leadgen .leadgen-content .leadgen-form textarea{padding:12px 16px}.hero-leadgen .leadgen-content .leadgen-form .button{width:100%}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.hero-leadgen .leadgen-content .leadgen-form .button{margin-top:8px}}.hero-leadgen [data-type="3"] .hero-slider{overflow:hidden}.hero-leadgen [data-type="3"] .hero-slider .slider-content{text-align:left;max-width:460px;display:none}@media screen and (min-width:992px){.hero-leadgen [data-type="3"] .hero-slider .slider-content{display:block;margin:0 0 0 90px}}@media screen and (min-width:1200px){.hero-leadgen [data-type="3"] .hero-slider .slider-content{margin:0 0 0 120px}}.hero-leadgen [data-type="3"] .hero-slider .slider-content .paragraph{margin-top:16px}.hero-leadgen [data-type="3"] .hero-slider .flickity-page-dots{bottom:16px}@media screen and (min-width:992px){.hero-leadgen[data-align=right] .leadgen-content{right:auto;left:120px}.hero-leadgen[data-align=right] [data-type="3"] .hero-slider .carousel-cell{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.hero-leadgen[data-align=right] [data-type="3"] .hero-slider .carousel-cell .slider-content{text-align:right;margin:0 120px 0 0}}.footer>.footer-content{padding-top:24px;padding-bottom:24px}@media only screen and (min-width:992px){.footer>.footer-content{padding-top:48px;padding-bottom:48px}}.footer>.footer-content .wrapper .footer-item{max-width:230px;margin-top:48px;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.footer>.footer-content .wrapper .footer-item:first-child{margin-top:0}.footer>.footer-content .wrapper .footer-item.footer-newsletter{max-width:430px}@media screen and (min-width:768px){.footer>.footer-content .wrapper .footer-item{margin-left:40px;margin-top:0;width:auto}}@media screen and (min-width:992px){.footer>.footer-content .wrapper .footer-item{margin-left:54px}}@media screen and (min-width:1200px){.footer>.footer-content .wrapper .footer-item{margin-left:84px}}.footer>.footer-content .wrapper .footer-item:first-child{margin-left:0}.footer>.footer-content .wrapper .footer-item .footer-item-title{font-weight:500;color:#fff}.footer>.footer-content .wrapper .footer-item .footer-item-content{margin-top:24px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column wrap;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (min-width:768px){.footer>.footer-content .wrapper .footer-item .footer-item-content{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}}.footer>.footer-content .wrapper .footer-item .footer-item-content .link-footer{color:#fff;margin-top:8px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-decoration:none}.footer>.footer-content .wrapper .footer-item .footer-item-content .link-footer .icon{margin-right:16px}.footer>.footer-content .wrapper .footer-item .footer-item-content .link-footer .fa{font-size:18px;color:#fff}.footer>.footer-content .wrapper .footer-item .footer-item-content .link-footer:first-child{margin-top:0}.footer>.footer-content .wrapper .footer-item .footer-item-content .link-footer:hover{border-color:#fff}.footer>.footer-content .wrapper .footer-item .footer-item-content .footer-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;color:#fff;margin-top:16px}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.footer>.footer-content .wrapper .footer-item .footer-item-content .footer-info{width:100%}}.footer>.footer-content .wrapper .footer-item .footer-item-content .footer-info:first-child{margin-top:0}.footer>.footer-content .wrapper .footer-item .footer-item-content .footer-info .icon{margin-right:8px;display:none}@media screen and (min-width:768px){.footer>.footer-content .wrapper .footer-item .footer-item-content .footer-info .icon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}.footer>.footer-content .wrapper .footer-item .footer-item-content .footer-info .fa{color:#fff;font-size:18px}.footer>.footer-content .wrapper .footer-item.footer-social .footer-item-content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width:768px){.footer>.footer-content .wrapper .footer-item.footer-social .footer-item-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column wrap;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}}.footer>.footer-content .wrapper .footer-item.footer-social .footer-item-content .link-footer{margin-top:0}@media screen and (min-width:768px){.footer>.footer-content .wrapper .footer-item.footer-social .footer-item-content .link-footer{margin-top:8px}.footer>.footer-content .wrapper .footer-item.footer-social .footer-item-content .link-footer:first-child{margin-top:0}}.footer>.footer-content .wrapper .footer-item.footer-social .footer-item-content .link-footer span{display:none}@media screen and (min-width:768px){.footer>.footer-content .wrapper .footer-item.footer-social .footer-item-content .link-footer span{display:inline-block}}.footer>.footer-content .wrapper .footer-item.footer-institutional{margin-top:0}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.footer>.footer-content .footer-contact{width:100%!important;word-break:break-all}}.footer>.footer-bar{background:#01204a;padding:16px 0}.footer>.footer-bar .wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (min-width:768px){.footer>.footer-bar .wrapper{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}}.footer>.footer-bar .wrapper .footer-coopyright{color:#fff;font-weight:300}.footer>.footer-bar .wrapper .footer-powered{color:rgba(255,255,255,.5);font-weight:300}.footer>.footer-bar .wrapper .footer-powered .edirectory-link{color:#fff;text-decoration:none;margin-left:8px}.footer>.footer-bar .wrapper .footer-powered .edirectory-link:hover{border-color:#fff}.footer[data-type="1"]>.footer-content{background:#022e69}.footer[data-type="1"]>.footer-content .wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}@media screen and (min-width:768px){.footer[data-type="1"]>.footer-content .wrapper{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:left}}.footer[data-type="1"]>.footer-content .wrapper .footer-item.footer-app{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin-left:0;max-width:100%;margin-top:24px}@media screen and (min-width:1200px){.footer[data-type="1"]>.footer-content .wrapper .footer-item.footer-app{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column wrap;-ms-flex-flow:column wrap;flex-flow:column wrap;max-width:230px;margin-left:54px;margin-top:0}}.footer[data-type="1"]>.footer-content .wrapper .footer-item.footer-app .link-store{margin-top:24px;margin-left:24px}@media screen and (min-width:1200px){.footer[data-type="1"]>.footer-content .wrapper .footer-item.footer-app .link-store{margin-left:0}}@media screen and (max-width:375px){.footer[data-type="1"]>.footer-content .wrapper .footer-item.footer-app .link-store{margin-left:7px}}@media screen and (max-width:320px){.footer[data-type="1"]>.footer-content .wrapper .footer-item.footer-app .link-store{margin-left:0}}.footer[data-type="1"]>.footer-content .wrapper .footer-item.footer-app .link-store:first-child{margin-top:0;margin-left:0}.footer[data-type="1"][is-inverse=true]>.footer-content{background:#fff}.footer[data-type="1"][is-inverse=true]>.footer-content .wrapper .footer-item .footer-item-title{color:#3e455e}.footer[data-type="1"][is-inverse=true]>.footer-content .wrapper .footer-item .footer-item-content .link-footer{color:#3e455e}.footer[data-type="1"][is-inverse=true]>.footer-content .wrapper .footer-item .footer-item-content .link-footer .fa{color:#3e455e}.footer[data-type="1"][is-inverse=true]>.footer-content .wrapper .footer-item .footer-item-content .footer-info{color:#3e455e}.footer[data-type="1"][is-inverse=true]>.footer-content .wrapper .footer-item .footer-item-content .footer-info .fa{color:#3e455e}.footer[data-type="1"][is-inverse=true]>.footer-bar{background:rgba(62,69,94,.1)}.footer[data-type="1"][is-inverse=true]>.footer-bar .wrapper .footer-coopyright{color:#3e455e}.footer[data-type="1"][is-inverse=true]>.footer-bar .wrapper .footer-powered{color:rgba(62,69,94,.5)}.footer[data-type="2"]>.footer-content{background:#022e69;background-size:cover;background-repeat:no-repeat;background-position:top center;position:relative}.footer[data-type="2"]>.footer-content:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(1,32,74,.2);background:-webkit-gradient(linear,left top,left bottom,from(rgba(1,32,74,.7)),to(rgba(0,0,0,.6)));background:linear-gradient(to bottom,rgba(1,32,74,.7) 0,rgba(0,0,0,.6) 100%)}.footer[data-type="2"]>.footer-content .wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative;z-index:5}@media screen and (min-width:768px){.footer[data-type="2"]>.footer-content .wrapper{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}}.footer[data-type="2"]>.footer-content .wrapper .footer-wrapper .footer-social{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:24px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width:768px){.footer[data-type="2"]>.footer-content .wrapper .footer-wrapper .footer-social{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}}.footer[data-type="2"]>.footer-content .wrapper .footer-wrapper .footer-social .social-link{width:36px;height:36px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#fff;border:1px solid;-webkit-border-radius:9999px;border-radius:9999px;margin-left:16px;text-decoration:none}.footer[data-type="2"]>.footer-content .wrapper .footer-wrapper .footer-social .social-link:first-child{margin-left:0}.footer[data-type="2"]>.footer-content .wrapper .footer-actions{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-top:24px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}@media screen and (min-width:768px){.footer[data-type="2"]>.footer-content .wrapper .footer-actions{text-align:left}}@media screen and (min-width:992px){.footer[data-type="2"]>.footer-content .wrapper .footer-actions{margin-top:0}}.footer[data-type="3"]>.footer-content{background:#022e69}.footer[data-type="3"]>.footer-content .footer-contact{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;padding:0 15px}@media screen and (min-width:768px){.footer[data-type="3"]>.footer-content .footer-contact{padding:0}}.footer[data-type="3"]>.footer-content .footer-contact .contact-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#fff;margin-left:16px}.footer[data-type="3"]>.footer-content .footer-contact .contact-item:first-child{margin-left:0;margin-top:0}@media screen and (min-width:768px){.footer[data-type="3"]>.footer-content .footer-contact .contact-item{margin-top:0}}.footer[data-type="3"]>.footer-content .footer-contact .contact-item .icon{font-size:18px;color:#fff;margin-right:8px;display:none}@media screen and (min-width:768px){.footer[data-type="3"]>.footer-content .footer-contact .contact-item .icon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}.footer[data-type="3"]>.footer-content .footer-social{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-top:24px;padding:0 15px}@media screen and (min-width:768px){.footer[data-type="3"]>.footer-content .footer-social{padding:0}}.footer[data-type="3"]>.footer-content .footer-social .social-link{width:36px;height:36px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#fff;border:1px solid;-webkit-border-radius:9999px;border-radius:9999px;text-decoration:none;margin-bottom:8px;margin-left:8px}@media screen and (min-width:375px){.footer[data-type="3"]>.footer-content .footer-social .social-link{margin-left:16px}}.footer[data-type="3"]>.footer-content .footer-social .social-link:first-child{margin-left:0}.footer[data-type="3"][is-inverse=true]>.footer-content{background:#fff}.footer[data-type="3"][is-inverse=true]>.footer-content .footer-contact .contact-item{color:#3e455e}.footer[data-type="3"][is-inverse=true]>.footer-content .footer-contact .contact-item .icon{color:#3e455e}.footer[data-type="3"][is-inverse=true]>.footer-content .footer-social .social-link{color:#3e455e}.footer[data-type="3"][is-inverse=true]>.footer-content .wrapper .footer-item .footer-item-title{color:#3e455e}.footer[data-type="3"][is-inverse=true]>.footer-content .wrapper .footer-item .footer-item-content .link-footer{color:#3e455e}.footer[data-type="3"][is-inverse=true]>.footer-content .wrapper .footer-item .footer-item-content .link-footer .fa{color:#3e455e}.footer[data-type="3"][is-inverse=true]>.footer-content .wrapper .footer-item .footer-item-content .footer-info{color:#3e455e}.footer[data-type="3"][is-inverse=true]>.footer-content .wrapper .footer-item .footer-item-content .footer-info .fa{color:#3e455e}.footer[data-type="3"][is-inverse=true]>.footer-bar{background:rgba(62,69,94,.1)}.footer[data-type="3"][is-inverse=true]>.footer-bar .wrapper .footer-coopyright{color:#3e455e}.footer[data-type="3"][is-inverse=true]>.footer-bar .wrapper .footer-powered{color:rgba(62,69,94,.5)}.footer[data-type="4"]>.footer-content{background:#022e69}.footer[data-type="4"]>.footer-content .footer-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (min-width:768px){.footer[data-type="4"]>.footer-content .footer-wrapper{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}}.footer[data-type="4"]>.footer-content .footer-coopyright{color:#fff}.footer[data-type="4"]>.footer-content .footer-social{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-top:8px}@media screen and (min-width:768px){.footer[data-type="4"]>.footer-content .footer-social{margin-top:0}}.footer[data-type="4"]>.footer-content .footer-social .social-link{width:36px;height:36px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#fff;border:1px solid;-webkit-border-radius:9999px;border-radius:9999px;text-decoration:none;margin-bottom:8px;margin-left:8px}@media screen and (max-width:320px){.footer[data-type="4"]>.footer-content .footer-social .social-link{margin-left:4px}}@media screen and (min-width:768px){.footer[data-type="4"]>.footer-content .footer-social .social-link{margin-left:16px}}.footer[data-type="4"]>.footer-content .footer-social .social-link:first-child{margin-left:0}.footer[data-type="4"]>.footer-bar .wrapper{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width:768px){.footer[data-type="4"]>.footer-bar .wrapper{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}}.footer[data-type="4"][is-inverse=true]>.footer-content{background:#fff}.footer[data-type="4"][is-inverse=true]>.footer-content .footer-coopyright{color:#3e455e}.footer[data-type="4"][is-inverse=true]>.footer-content .footer-social .social-link{color:#3e455e}.footer[data-type="4"][is-inverse=true]>.footer-bar{background:rgba(62,69,94,.1)}.footer[data-type="4"][is-inverse=true]>.footer-bar .wrapper .footer-powered{color:rgba(62,69,94,.5)}.footer[data-type="5"]>.footer-content{background:#022e69}.footer[data-type="5"]>.footer-content .wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative;z-index:5}@media screen and (min-width:768px){.footer[data-type="5"]>.footer-content .wrapper{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}}.footer[data-type="5"]>.footer-content .wrapper .footer-wrapper .footer-social{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:24px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width:768px){.footer[data-type="5"]>.footer-content .wrapper .footer-wrapper .footer-social{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}}.footer[data-type="5"]>.footer-content .wrapper .footer-wrapper .footer-social .social-link{width:36px;height:36px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#fff;border:1px solid;-webkit-border-radius:9999px;border-radius:9999px;margin-left:16px;text-decoration:none}.footer[data-type="5"]>.footer-content .wrapper .footer-wrapper .footer-social .social-link:first-child{margin-left:0}.footer[data-type="5"]>.footer-content .wrapper .footer-actions{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-top:24px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}@media screen and (min-width:768px){.footer[data-type="5"]>.footer-content .wrapper .footer-actions{text-align:left}}@media screen and (min-width:992px){.footer[data-type="5"]>.footer-content .wrapper .footer-actions{margin-top:0}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.footer[data-type="5"]>.footer-content .wrapper .footer-actions .footer-newsletter *{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}}.footer[data-type="5"]>.footer-content .wrapper .footer-actions .footer-newsletter .footer-item-content .footer-item-subtitle{color:#fff;max-width:250px}.footer[data-type="5"]>.footer-content .wrapper .footer-actions .footer-newsletter .footer-item-content .form-newsletter{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-top:16px}.footer[data-type="5"]>.footer-content .wrapper .footer-actions .footer-newsletter .footer-item-content .form-newsletter .input{height:32px;min-height:auto;width:100%;margin-top:8px}@media screen and (min-width:768px){.footer[data-type="5"]>.footer-content .wrapper .footer-actions .footer-newsletter .footer-item-content .form-newsletter .input{max-width:150px;width:auto;margin-left:8px;margin-top:0}}.footer[data-type="5"]>.footer-content .wrapper .footer-actions .footer-newsletter .footer-item-content .form-newsletter .input:first-child{margin-left:0;margin-top:0}.footer[data-type="5"]>.footer-content .wrapper .footer-actions .footer-newsletter .footer-item-content .form-newsletter .button{display:block;width:100%;margin-top:8px}@media screen and (min-width:768px){.footer[data-type="5"]>.footer-content .wrapper .footer-actions .footer-newsletter .footer-item-content .form-newsletter .button{display:inline-block;margin-left:8px;width:auto;margin-top:0}}.footer[data-type="5"]>.footer-content .wrapper .footer-actions .footer-newsletter .footer-item-content .privacy-text-footer{color:#fff;margin-top:8px}.footer[data-type="5"]>.footer-content .wrapper .footer-actions .footer-newsletter .footer-item-content .privacy-text-footer .link{color:#fff;font-size:inherit}.footer[data-type="5"]>.footer-content .wrapper .footer-actions .footer-newsletter .footer-item-content .privacy-text-footer .link:hover{border-color:#fff}.footer[data-type="5"]>.footer-content .footer-bar{border-top:1px solid rgba(255,255,255,.5);margin-top:32px;padding-top:16px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (min-width:768px){.footer[data-type="5"]>.footer-content .footer-bar{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}}.footer[data-type="5"]>.footer-content .footer-bar .footer-coopyright{color:#fff}.footer[data-type="5"]>.footer-content .footer-bar .footer-powered{color:rgba(255,255,255,.5)}.footer[data-type="5"]>.footer-content .footer-bar .footer-powered .edirectory-link{color:rgba(255,255,255,.5);text-decoration:none;margin-left:8px}.footer[data-type="5"]>.footer-content .footer-bar .footer-powered .edirectory-link:hover{border-color:rgba(255,255,255,.5)}.footer[data-type="5"][is-inverse=true]>.footer-content{background:#fff}.footer[data-type="5"][is-inverse=true]>.footer-content .wrapper .footer-wrapper .footer-social .social-link{color:#3e455e}.footer[data-type="5"][is-inverse=true]>.footer-content .wrapper .footer-item .footer-item-title{color:#3e455e}.footer[data-type="5"][is-inverse=true]>.footer-content .wrapper .footer-item .footer-item-content .link-footer{color:#3e455e}.footer[data-type="5"][is-inverse=true]>.footer-content .wrapper .footer-item .footer-item-content .link-footer .fa{color:#3e455e}.footer[data-type="5"][is-inverse=true]>.footer-content .wrapper .footer-item .footer-item-content .footer-info{color:#3e455e}.footer[data-type="5"][is-inverse=true]>.footer-content .wrapper .footer-item .footer-item-content .footer-info .fa{color:#3e455e}.footer[data-type="5"][is-inverse=true]>.footer-content .wrapper .footer-actions .footer-newsletter .footer-item-content .footer-item-subtitle{color:#3e455e}.footer[data-type="5"][is-inverse=true]>.footer-content .wrapper .footer-actions .footer-newsletter .footer-item-content .privacy-text-footer{color:#3e455e}.footer[data-type="5"][is-inverse=true]>.footer-content .wrapper .footer-actions .footer-newsletter .footer-item-content .privacy-text-footer .link{color:#3e455e}.footer[data-type="5"][is-inverse=true]>.footer-content .footer-bar{border-top-color:rgba(62,69,94,.5)}.footer[data-type="5"][is-inverse=true]>.footer-content .footer-bar .footer-coopyright{color:#3e455e}.footer[data-type="5"][is-inverse=true]>.footer-content .footer-bar .footer-powered{color:rgba(62,69,94,.5)}.cards-default[data-type=business][data-bg=brand] .cards-list .card:not(.no-image) .content .title{color:#fff}.cards-default[data-type=business][data-bg=brand] .cards-list .card:not(.no-image) .content .categories{color:rgba(255,255,255,.75)}.cards-default[data-type=business][data-bg=brand] .cards-list .card:not(.no-image) .content .categories .share{color:rgba(255,255,255,.75)}.cards-default[data-type=business][data-bg=brand] .cards-list .card:not(.no-image) .content .description .paragraph{color:rgba(255,255,255,.75)}.cards-default[data-type=business][data-bg=brand] .cards-list .card:not(.no-image) .content .reviews .reviews-stars .fa-star-o{color:rgba(255,255,255,.75)}.cards-default[data-type=business][data-bg=brand] .cards-list .card:not(.no-image) .content .reviews .reviews-count{color:rgba(255,255,255,.75)}.cards-default[data-type=business][data-bg=brand] .cards-list .card.no-image{background:#fff}.cards-default[data-type=business][data-bg=brand] .cards-list .card.no-image:hover{background:#ebebeb}.cards-default[data-type=business][data-bg=brand] .cards-list .card.no-image .content .title{color:#3e455e}.cards-default[data-type=business][data-bg=brand] .cards-list .card.no-image .content .categories{color:rgba(62,69,94,.75)}.cards-default[data-type=business][data-bg=brand] .cards-list .card.no-image .content .categories .share{color:rgba(62,69,94,.75)}.cards-default[data-type=business][data-bg=brand] .cards-list .card.no-image .content .description .paragraph{color:rgba(62,69,94,.75)}.cards-default[data-type=business][data-bg=brand] .cards-list .card.no-image .content .reviews .reviews-stars .fa-star-o{color:rgba(62,69,94,.75)}.cards-default[data-type=business][data-bg=brand] .cards-list .card.no-image .content .reviews .reviews-count{color:rgba(62,69,94,.75)}@media screen and (max-width:425px){.cards-default[data-type=business][scrollable=""][mobile-columns=true] .cards-list .card:not(.no-image) .content,.cards-default[data-type=business][scrollable=false][mobile-columns=true] .cards-list .card:not(.no-image) .content{margin-top:16px}.cards-default[data-type=business][scrollable=""][mobile-columns=true] .cards-list .card:not(.no-image) .content .title,.cards-default[data-type=business][scrollable=false][mobile-columns=true] .cards-list .card:not(.no-image) .content .title{font-size:1em}.cards-default[data-type=business][scrollable=""][mobile-columns=true] .cards-list .card:not(.no-image) .content .description,.cards-default[data-type=business][scrollable=false][mobile-columns=true] .cards-list .card:not(.no-image) .content .description{display:none}.cards-default[data-type=business][scrollable=""][mobile-columns=true] .cards-list .card:not(.no-image) .content .reviews,.cards-default[data-type=business][scrollable=false][mobile-columns=true] .cards-list .card:not(.no-image) .content .reviews{margin-top:8px}.cards-default[data-type=business][scrollable=""][mobile-columns=true] .cards-list .card:not(.no-image) .content .reviews .reviews-count,.cards-default[data-type=business][scrollable=false][mobile-columns=true] .cards-list .card:not(.no-image) .content .reviews .reviews-count{display:none}}[data-type=events] .cards-list .card.has-bg .content,[data-type=events] .cards-list .card.no-image .content{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}[data-type=events] .cards-list .card.has-bg .calendar-sm,[data-type=events] .cards-list .card.no-image .calendar-sm{border:none}[data-type=events] .cards-list .card .content{height: auto;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}[data-type=events] .calendar-mobile{display:block;margin-bottom:16px}@media screen and (min-width:768px){[data-type=events] .calendar-mobile{display:none}}[data-type=events] .calendar-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}[data-type=events] .calendar-wrapper .calendar-block{border:1px solid rgba(62,69,94,.25);-webkit-border-radius:3px;border-radius:3px;background:#fff;display:none}@media screen and (min-width:768px){[data-type=events] .calendar-wrapper .calendar-block{width:350px;padding:32px;display:block}}@media screen and (min-width:992px){[data-type=events] .calendar-wrapper .calendar-block{width:470px}}@media screen and (min-width:1200px){[data-type=events] .calendar-wrapper .calendar-block{width:570px;padding:56px 56px 48px}}[data-type=events] .calendar-wrapper .calendar-block .datepicker{width:100%;border:none;position:relative}@media screen and (min-width:992px){[data-type=events] .calendar-wrapper .calendar-block .datepicker{width:100%;margin:0}}[data-type=events] .calendar-wrapper .calendar-block .datepicker .datepicker--nav{border:none;min-height:auto;padding:0}[data-type=events] .calendar-wrapper .calendar-block .datepicker .datepicker--nav-title{-webkit-border-radius:0;border-radius:0;padding:0;font-weight:500;color:rgba(62,69,94,.75);font-family:Rubik}[data-type=events] .calendar-wrapper .calendar-block .datepicker .datepicker--content{margin-top:48px;padding:0}[data-type=events] .calendar-wrapper .calendar-block .datepicker .datepicker--content .datepicker--days-names{margin:0 -6px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media screen and (min-width:992px){[data-type=events] .calendar-wrapper .calendar-block .datepicker .datepicker--content .datepicker--days-names{margin:0}}[data-type=events] .calendar-wrapper .calendar-block .datepicker .datepicker--content .datepicker--days-names .datepicker--day-name{color:rgba(62,69,94,.5);font-weight:700;-webkit-box-flex:initial;-webkit-flex:initial;-ms-flex:initial;flex:initial}@media screen and (min-width:768px){[data-type=events] .calendar-wrapper .calendar-block .datepicker .datepicker--content .datepicker--days-names .datepicker--day-name{width:28px}}@media screen and (min-width:992px){[data-type=events] .calendar-wrapper .calendar-block .datepicker .datepicker--content .datepicker--days-names .datepicker--day-name{width:32px}}@media screen and (min-width:1200px){[data-type=events] .calendar-wrapper .calendar-block .datepicker .datepicker--content .datepicker--days-names .datepicker--day-name{width:40px}}[data-type=events] .calendar-wrapper .calendar-block .datepicker .datepicker--content .datepicker--cells{margin-top:8px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-left:-12px;margin-right:-12px}[data-type=events] .calendar-wrapper .calendar-block .datepicker .datepicker--content .datepicker--cells .datepicker--cell{color:#3e455e;-webkit-border-radius:9999px;border-radius:9999px;border:1px solid transparent;font-family:Roboto;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}@media screen and (min-width:768px){[data-type=events] .calendar-wrapper .calendar-block .datepicker .datepicker--content .datepicker--cells .datepicker--cell{width:28px;height:28px;margin:16px 8px 0}}@media screen and (min-width:992px){[data-type=events] .calendar-wrapper .calendar-block .datepicker .datepicker--content .datepicker--cells .datepicker--cell{width:32px;height:32px;margin:16px 12px 0}}@media screen and (min-width:1200px){[data-type=events] .calendar-wrapper .calendar-block .datepicker .datepicker--content .datepicker--cells .datepicker--cell{width:40px;height:40px}}[data-type=events] .calendar-wrapper .calendar-block .datepicker .datepicker--content .datepicker--cells .datepicker--cell.-selected-{background:#137df7;color:#fff}[data-type=events] .calendar-wrapper .calendar-block .datepicker .datepicker--content .datepicker--cells .datepicker--cell.-selected-:hover{background:#137df7;color:#fff;border-color:transparent}[data-type=events] .calendar-wrapper .calendar-block .datepicker .datepicker--content .datepicker--cells .datepicker--cell.-selected-.-other-month-{color:#fff}[data-type=events] .calendar-wrapper .calendar-block .datepicker .datepicker--content .datepicker--cells .datepicker--cell.-selected-.has-events{background:#137df7;color:#fff}[data-type=events] .calendar-wrapper .calendar-block .datepicker .datepicker--content .datepicker--cells .datepicker--cell.-selected-.-current-{color:#fff}[data-type=events] .calendar-wrapper .calendar-block .datepicker .datepicker--content .datepicker--cells .datepicker--cell.-other-month-{color:rgba(62,69,94,.25);font-weight:400}[data-type=events] .calendar-wrapper .calendar-block .datepicker .datepicker--content .datepicker--cells .datepicker--cell.has-events{background:rgba(62,69,94,.1)}[data-type=events] .calendar-wrapper .calendar-block .datepicker .datepicker--content .datepicker--cells .datepicker--cell.-current-{color:#137df7;font-weight:700}[data-type=events] .calendar-wrapper .calendar-block .datepicker .datepicker--content .datepicker--cells .datepicker--cell.datepicker--cell-year{width:auto;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}[data-type=events] .calendar-wrapper .calendar-block .datepicker .datepicker--content .datepicker--cells .datepicker--cell:hover{background:#fff;border-color:#137df7;-webkit-box-shadow:0 8px 12px 0 rgba(0,0,0,.15);box-shadow:0 8px 12px 0 rgba(0,0,0,.15);color:#137df7}[data-type=events] .calendar-wrapper .calendar-events{width:100%;overflow:auto;position:relative}@media screen and (min-width:768px){[data-type=events] .calendar-wrapper .calendar-events{width:-webkit-calc(350px - 32px);width:calc(350px - 32px);max-height:436px}}@media screen and (min-width:992px){[data-type=events] .calendar-wrapper .calendar-events{width:-webkit-calc(470px - 32px);width:calc(470px - 32px);max-height:460px}}@media screen and (min-width:1200px){[data-type=events] .calendar-wrapper .calendar-events{width:-webkit-calc(570px - 32px);width:calc(570px - 32px);max-height:548px}}[data-type=events] .calendar-wrapper .calendar-events.is-loading{min-height:496px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#676c80}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){[data-type=events] .calendar-wrapper .calendar-events.is-loading{height:496px}}[data-type=events] .calendar-wrapper .calendar-events .events-item{border:1px solid rgba(62,69,94,.25);-webkit-border-radius:3px;border-radius:3px;padding:16px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;background:#fff;margin-top:16px}[data-type=events] .calendar-wrapper .calendar-events .events-item:first-child{margin-top:0}[data-type=events] .calendar-wrapper .calendar-events .events-item .content-info{width:-webkit-calc(100% - 64px);width:calc(100% - 64px)}[data-type=events] .calendar-wrapper .calendar-events .events-item .content-info .title{text-decoration:none}[data-type=events] .calendar-wrapper .calendar-events .button{text-align:center;display:block;margin-top:16px}[data-type=events][data-bg=brand] .cards-upcoming{background:rgba(255,255,255,.25)}[data-type=events][data-bg=brand] .cards-upcoming .calendar-sm{border:none}[data-type=events][data-bg=brand] .cards-list .card .content .title{color:#fff}[data-type=events][data-bg=brand] .cards-list .card .content .categories{color:rgba(255,255,255,.75)}[data-type=events][data-bg=brand] .cards-list .card .content .calendar-sm{border:none}[data-type=events][data-bg=brand] .cards-list .card.no-image{background:#fff}[data-type=events][data-bg=brand] .cards-list .card.no-image:hover{background:#ebebeb}[data-type=events][data-bg=brand] .cards-list .card.no-image .content .title{color:#3e455e}[data-type=events][data-bg=brand] .cards-list .card.no-image .content .categories{color:rgba(62,69,94,.75)}[data-type=events][data-bg=brand] .cards-list .card.no-image .content .calendar-sm{background:rgba(62,69,94,.5)}[data-type=events][data-bg=brand] .cards-list .card.no-image .content .calendar-sm .day,[data-type=events][data-bg=brand] .cards-list .card.no-image .content .calendar-sm .day-abbr{color:#fff}[data-type=events][data-bg=brand] .cards-list.has-slider .flickity-page-dots .dot{border-color:#fff}[data-type=events][data-bg=brand] .cards-list.has-slider .flickity-page-dots .dot:hover{border-color:#fff;background:#fff}@media screen and (max-width:425px){[data-type=events][scrollable=""][mobile-columns=true]:not(.has-slider):not(.no-image) .cards-list .card,[data-type=events][scrollable=false][mobile-columns=true]:not(.has-slider):not(.no-image) .cards-list .card{position:relative}[data-type=events][scrollable=""][mobile-columns=true]:not(.has-slider):not(.no-image) .cards-list .card .content,[data-type=events][scrollable=false][mobile-columns=true]:not(.has-slider):not(.no-image) .cards-list .card .content{margin-top:16px}[data-type=events][scrollable=""][mobile-columns=true]:not(.has-slider):not(.no-image) .cards-list .card .content .title,[data-type=events][scrollable=false][mobile-columns=true]:not(.has-slider):not(.no-image) .cards-list .card .content .title{font-size:1em}[data-type=events][scrollable=""][mobile-columns=true]:not(.has-slider):not(.no-image) .cards-list .card .content .calendar-sm,[data-type=events][scrollable=false][mobile-columns=true]:not(.has-slider):not(.no-image) .cards-list .card .content .calendar-sm{position:absolute;top:8px;left:8px}[data-type=events][scrollable=""][mobile-columns=true]:not(.has-slider):not(.no-image) .cards-list .card .content .calendar-sm+.content-info,[data-type=events][scrollable=false][mobile-columns=true]:not(.has-slider):not(.no-image) .cards-list .card .content .calendar-sm+.content-info{width:100%}}.cards-default[data-type=classifieds][data-bg=brand] .cards-list .card .content .title{color:#fff}.cards-default[data-type=classifieds][data-bg=brand] .cards-list .card .content .categories{color:rgba(255,255,255,.75)}.cards-default[data-type=classifieds][data-bg=brand] .cards-list .card .content .categories .share{color:rgba(255,255,255,.75)}.cards-default[data-type=classifieds][data-bg=brand] .cards-list .card .content .description .paragraph{color:rgba(255,255,255,.75)}.cards-default[data-type=classifieds][data-bg=brand] .cards-list .card .content .price{color:#fff}@media screen and (max-width:425px){.cards-default[data-type=classifieds][scrollable=""][mobile-columns=true] .cards-list .card .content,.cards-default[data-type=classifieds][scrollable=false][mobile-columns=true] .cards-list .card .content{margin-top:16px}.cards-default[data-type=classifieds][scrollable=""][mobile-columns=true] .cards-list .card .content .title,.cards-default[data-type=classifieds][scrollable=false][mobile-columns=true] .cards-list .card .content .title{font-size:1em}.cards-default[data-type=classifieds][scrollable=""][mobile-columns=true] .cards-list .card .content .price,.cards-default[data-type=classifieds][scrollable=false][mobile-columns=true] .cards-list .card .content .price{font-size:1.25em}}.cards-default[data-type=articles] .cards-list.no-margin{margin:0}.cards-default[data-type=articles] .cards-list.cards-betweens{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.cards-default[data-type=articles] .cards-list.cards-betweens .card-horizontal-full{margin-bottom:0}@media screen and (min-width:992px){.cards-default[data-type=articles] .cards-list.cards-betweens[data-align=""] .card-horizontal-full .content,.cards-default[data-type=articles] .cards-list.cards-betweens[data-align=left] .card-horizontal-full .content{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.cards-default[data-type=articles] .cards-list.cards-betweens[data-align=""] .card-horizontal-full .picture,.cards-default[data-type=articles] .cards-list.cards-betweens[data-align=left] .card-horizontal-full .picture{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}}@media screen and (min-width:992px){.cards-default[data-type=articles] .cards-list.cards-betweens[data-align=right] .card-horizontal-full .content{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.cards-default[data-type=articles] .cards-list.cards-betweens[data-align=right] .card-horizontal-full .picture{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}}@media screen and (min-width:992px){.cards-default[data-type=articles] .cards-list.cards-betweens[data-align=alternade] .card-horizontal-full:nth-child(odd) .content{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.cards-default[data-type=articles] .cards-list.cards-betweens[data-align=alternade] .card-horizontal-full:nth-child(odd) .picture{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.cards-default[data-type=articles] .cards-list.cards-betweens[data-align=alternade] .card-horizontal-full:nth-child(Even) .content{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.cards-default[data-type=articles] .cards-list.cards-betweens[data-align=alternade] .card-horizontal-full:nth-child(Even) .picture{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}}@media screen and (min-width:992px){.cards-default[data-type=articles] .cards-list[data-align=""] .card-horizontal-full .content,.cards-default[data-type=articles] .cards-list[data-align=left] .card-horizontal-full .content{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.cards-default[data-type=articles] .cards-list[data-align=""] .card-horizontal-full .picture,.cards-default[data-type=articles] .cards-list[data-align=left] .card-horizontal-full .picture{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}}@media screen and (min-width:992px){.cards-default[data-type=articles] .cards-list[data-align=right] .card-horizontal-full .content{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.cards-default[data-type=articles] .cards-list[data-align=right] .card-horizontal-full .picture{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}}@media screen and (min-width:992px){.cards-default[data-type=articles] .cards-list[data-align=alternade] .card-horizontal-full:nth-child(odd) .content{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.cards-default[data-type=articles] .cards-list[data-align=alternade] .card-horizontal-full:nth-child(odd) .picture{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.cards-default[data-type=articles] .cards-list[data-align=alternade] .card-horizontal-full:nth-child(Even) .content{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.cards-default[data-type=articles] .cards-list[data-align=alternade] .card-horizontal-full:nth-child(Even) .picture{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}}.cards-default[data-type=articles] .cards-list .card-horizontal-full{width:100%;margin-left:0;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin-bottom:48px}@media screen and (min-width:992px){.cards-default[data-type=articles] .cards-list .card-horizontal-full:nth-child(even) .content,.cards-default[data-type=articles] .cards-list .card-horizontal-full:nth-child(odd) .content{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}}@media screen and (min-width:992px){.cards-default[data-type=articles] .cards-list .card-horizontal-full:nth-child(even) .picture,.cards-default[data-type=articles] .cards-list .card-horizontal-full:nth-child(odd) .picture{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}}.cards-default[data-type=articles] .cards-list .card-horizontal-full .content{width:100%;-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}@media screen and (min-width:992px){.cards-default[data-type=articles] .cards-list .card-horizontal-full .content{width:-webkit-calc(100% - 496px);width:calc(100% - 496px)}}@media screen and (min-width:1200px){.cards-default[data-type=articles] .cards-list .card-horizontal-full .content{width:-webkit-calc(100% - 696px);width:calc(100% - 696px)}}.cards-default[data-type=articles] .cards-list .card-horizontal-full .content .title{font-weight:600;line-height:1.15;margin-top:16px}.cards-default[data-type=articles] .cards-list .card-horizontal-full .content .categories{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:0}.cards-default[data-type=articles] .cards-list .card-horizontal-full .content .categories .link{margin-left:3px;text-transform:uppercase}.cards-default[data-type=articles] .cards-list .card-horizontal-full .content .categories .bookmark{margin-left:12px;color:#ffc800}.cards-default[data-type=articles] .cards-list .card-horizontal-full .content .categories .share{margin-left:8px;color:#3e455e}.cards-default[data-type=articles] .cards-list .card-horizontal-full .picture{width:100%;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}@media screen and (min-width:992px){.cards-default[data-type=articles] .cards-list .card-horizontal-full .picture{width:472px}}@media screen and (min-width:1200px){.cards-default[data-type=articles] .cards-list .card-horizontal-full .picture{width:672px}}.cards-default[data-type=articles] .cards-list .card-horizontal-full .picture img{width:100%}.cards-default[data-type=articles] .cards-list .card-horizontal-full.list-horizontal{width:100%}@media screen and (min-width:768px){.cards-default[data-type=articles] .cards-list .card-horizontal-full.list-horizontal{width:48%}}@media screen and (min-width:992px){.cards-default[data-type=articles] .cards-list .card-horizontal-full.list-horizontal{width:100%;border-top:1px solid rgba(62,69,94,.75);padding:24px 0}.cards-default[data-type=articles] .cards-list .card-horizontal-full.list-horizontal:last-child{border-bottom:1px solid rgba(62,69,94,.75)}}.cards-default[data-type=articles] .cards-list .card-horizontal-full.list-horizontal .content{width:100%}@media screen and (min-width:992px){.cards-default[data-type=articles] .cards-list .card-horizontal-full.list-horizontal .content{width:-webkit-calc(100% - 324px);width:calc(100% - 324px)}}.cards-default[data-type=articles] .cards-list .card-horizontal-full.list-horizontal .content .author .author-name{margin-left:16px}.cards-default[data-type=articles] .cards-list .card-horizontal-full.list-horizontal .picture{width:100%}@media screen and (min-width:992px){.cards-default[data-type=articles] .cards-list .card-horizontal-full.list-horizontal .picture{width:300px}}.cards-default[data-type=articles] .card-wrapper-quarter{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.cards-default[data-type=articles] .card-wrapper-quarter .cards-list-quarter{width:100%}@media screen and (min-width:768px){.cards-default[data-type=articles] .card-wrapper-quarter .cards-list-quarter{width:55%}}@media screen and (min-width:992px){.cards-default[data-type=articles] .card-wrapper-quarter .cards-list-quarter{width:65%}}@media screen and (min-width:992px){.cards-default[data-type=articles] .card-wrapper-quarter .cards-list-quarter[data-align=""] .card-horizontal-full .content,.cards-default[data-type=articles] .card-wrapper-quarter .cards-list-quarter[data-align=left] .card-horizontal-full .content{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.cards-default[data-type=articles] .card-wrapper-quarter .cards-list-quarter[data-align=""] .card-horizontal-full .picture,.cards-default[data-type=articles] .card-wrapper-quarter .cards-list-quarter[data-align=left] .card-horizontal-full .picture{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}}@media screen and (min-width:992px){.cards-default[data-type=articles] .card-wrapper-quarter .cards-list-quarter[data-align=right] .card-horizontal-full .content{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.cards-default[data-type=articles] .card-wrapper-quarter .cards-list-quarter[data-align=right] .card-horizontal-full .picture{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}}@media screen and (min-width:992px){.cards-default[data-type=articles] .card-wrapper-quarter .cards-list-quarter[data-align=alternade] .card-horizontal-full:nth-child(odd) .content{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.cards-default[data-type=articles] .card-wrapper-quarter .cards-list-quarter[data-align=alternade] .card-horizontal-full:nth-child(odd) .picture{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.cards-default[data-type=articles] .card-wrapper-quarter .cards-list-quarter[data-align=alternade] .card-horizontal-full:nth-child(Even) .content{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.cards-default[data-type=articles] .card-wrapper-quarter .cards-list-quarter[data-align=alternade] .card-horizontal-full:nth-child(Even) .picture{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}}.cards-default[data-type=articles] .card-wrapper-quarter .cards-list-quarter .card-horizontal-full .content{width:100%}@media screen and (min-width:992px){.cards-default[data-type=articles] .card-wrapper-quarter .cards-list-quarter .card-horizontal-full .content{width:-webkit-calc(100% - 294px);width:calc(100% - 294px)}}.cards-default[data-type=articles] .card-wrapper-quarter .cards-list-quarter .card-horizontal-full .picture{width:100%}@media screen and (min-width:992px){.cards-default[data-type=articles] .card-wrapper-quarter .cards-list-quarter .card-horizontal-full .picture{width:270px;max-height:170px}}.cards-default[data-type=articles] .card-wrapper-quarter .cards-popular{width:100%}@media screen and (min-width:768px){.cards-default[data-type=articles] .card-wrapper-quarter .cards-popular{width:40%}}@media screen and (min-width:992px){.cards-default[data-type=articles] .card-wrapper-quarter .cards-popular{width:30%}}.cards-default[data-type=articles] .card-wrapper-quarter .cards-popular>.heading{border-bottom:1px solid rgba(62,69,94,.25);padding-bottom:4px}.cards-default[data-type=articles] .card-wrapper-quarter .cards-popular>.list-popular-articles{margin-top:24px}.cards-default[data-type=articles] .card-wrapper-quarter .cards-popular>.list-popular-articles .item-popular-articles{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:16px}@media screen and (min-width:992px){.cards-default[data-type=articles] .card-wrapper-quarter .cards-popular>.list-popular-articles .item-popular-articles{padding-left:48px}}.cards-default[data-type=articles] .card-wrapper-quarter .cards-popular>.list-popular-articles .item-popular-articles:last-child{margin-bottom:0}.cards-default[data-type=articles] .card-wrapper-quarter .cards-popular>.list-popular-articles .item-popular-articles .content-left .number{line-height:1;color:rgba(62,69,94,.25)}.cards-default[data-type=articles] .card-wrapper-quarter .cards-popular>.list-popular-articles .item-popular-articles .content-right{width:-webkit-calc(100% - 42px);width:calc(100% - 42px)}.cards-default[data-type=articles] .card-wrapper-quarter .cards-popular>.list-popular-articles .item-popular-articles .content-right .title{line-height:1.15;font-weight:600;text-decoration:none}.cards-default[data-type=articles] .card-wrapper-quarter .cards-popular>.list-popular-articles .item-popular-articles .content-right .author{font-weight:300;color:rgba(62,69,94,.75)}@media screen and (min-width:768px){.cards-default[data-type=articles] .cards-list-half .card[data-columns="2"]{width:-webkit-calc(calc(100% / 2) - (16px * 2));width:calc(calc(100% / 2) - (16px * 2))}}@media screen and (min-width:768px) and (-ms-high-contrast:active),screen and (min-width:768px) and (-ms-high-contrast:none){.cards-default[data-type=articles] .cards-list-half .card[data-columns="2"]{width:-webkit-calc((100% / 2) - (16px * 2));width:calc((100% / 2) - (16px * 2))}}@media screen and (min-width:992px){.cards-default[data-type=articles] .cards-list-half .card[data-columns="2"]{width:-webkit-calc(calc(100% / 3) - (16px * 2));width:calc(calc(100% / 3) - (16px * 2))}}@media screen and (min-width:992px) and (-ms-high-contrast:active),screen and (min-width:992px) and (-ms-high-contrast:none){.cards-default[data-type=articles] .cards-list-half .card[data-columns="2"]{width:-webkit-calc((100% / 3) - (16px * 2));width:calc((100% / 3) - (16px * 2))}}@media screen and (min-width:1200px){.cards-default[data-type=articles] .cards-list-half .card[data-columns="2"]{width:-webkit-calc(calc(100% / 2) - (16px * 2));width:calc(calc(100% / 2) - (16px * 2))}}@media screen and (min-width:1200px) and (-ms-high-contrast:active),screen and (min-width:1200px) and (-ms-high-contrast:none){.cards-default[data-type=articles] .cards-list-half .card[data-columns="2"]{width:-webkit-calc((100% / 2) - (16px * 2));width:calc((100% / 2) - (16px * 2))}}.cards-default[data-type=articles] .cards-list-half .card .picture{width:100%}.cards-default[data-type=articles] .cards-list-half .card .picture img{width:100%}.cards-default[data-type=articles][data-bg=brand] .cards-list .card .content .title{color:#fff}.cards-default[data-type=articles][data-bg=brand] .cards-list .card .content .categories{color:rgba(255,255,255,.75)}.cards-default[data-type=articles][data-bg=brand] .cards-list .card .content .categories .share{color:rgba(255,255,255,.75)}.cards-default[data-type=articles][data-bg=brand] .cards-list .card .content .description .paragraph{color:rgba(255,255,255,.75)}.cards-default[data-type=articles][data-bg=brand] .cards-list .card .content .author .author-picture{border-color:rgba(255,255,255,.75)}.cards-default[data-type=articles][data-bg=brand] .cards-list .card .content .author .author-picture .fa{color:rgba(255,255,255,.75)}.cards-default[data-type=articles][data-bg=brand] .cards-list .card .content .author .author-name{color:rgba(255,255,255,.75)}.cards-default[data-type=articles][data-bg=brand] .cards-list .card-horizontal-full.list-horizontal{border-top-color:rgba(255,255,255,.75)}.cards-default[data-type=articles][data-bg=brand] .cards-list .card-horizontal-full.list-horizontal:last-child{border-bottom-color:rgba(255,255,255,.75)}.cards-default[data-type=articles][data-bg=brand] .cards-popular>.heading{color:#fff;border-bottom-color:rgba(255,255,255,.25)}.cards-default[data-type=articles][data-bg=brand] .cards-popular>.list-popular-articles .item-popular-articles .content-left .number{color:rgba(255,255,255,.5)}.cards-default[data-type=articles][data-bg=brand] .cards-popular>.list-popular-articles .item-popular-articles .content-right .title{color:#fff}.cards-default[data-type=articles][data-bg=brand] .cards-popular>.list-popular-articles .item-popular-articles .content-right .author{color:rgba(255,255,255,.75)}@media screen and (max-width:425px){.cards-default[data-type=articles][scrollable=""][mobile-columns=true] .cards-list .card:not(.card-horizontal) .content,.cards-default[data-type=articles][scrollable=false][mobile-columns=true] .cards-list .card:not(.card-horizontal) .content{margin-top:16px}.cards-default[data-type=articles][scrollable=""][mobile-columns=true] .cards-list .card:not(.card-horizontal) .content .title,.cards-default[data-type=articles][scrollable=false][mobile-columns=true] .cards-list .card:not(.card-horizontal) .content .title{font-size:1em}.cards-default[data-type=articles][scrollable=""][mobile-columns=true] .cards-list .card:not(.card-horizontal) .content .description,.cards-default[data-type=articles][scrollable=false][mobile-columns=true] .cards-list .card:not(.card-horizontal) .content .description{display:none}.cards-default[data-type=articles][scrollable=""][mobile-columns=true] .cards-list .card:not(.card-horizontal) .content .author,.cards-default[data-type=articles][scrollable=false][mobile-columns=true] .cards-list .card:not(.card-horizontal) .content .author{margin-top:0}.cards-default[data-type=articles][scrollable=""][mobile-columns=true] .cards-list .card:not(.card-horizontal) .content .author .author-picture,.cards-default[data-type=articles][scrollable=false][mobile-columns=true] .cards-list .card:not(.card-horizontal) .content .author .author-picture{display:none}.cards-default[data-type=articles][scrollable=""][mobile-columns=true] .cards-list .card:not(.card-horizontal) .content .author .author-name,.cards-default[data-type=articles][scrollable=false][mobile-columns=true] .cards-list .card:not(.card-horizontal) .content .author .author-name{margin-left:0}}[data-type=recent-reviews] .cards-list .card:hover .picture{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}[data-type=recent-reviews] .cards-list .card:hover .picture:before{top:50%}[data-type=recent-reviews] .cards-list .card .picture{position:relative}[data-type=recent-reviews] .cards-list .card .picture:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;opacity:.75;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(#000));background-image:linear-gradient(to bottom,rgba(0,0,0,0),#000);-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;z-index:5}[data-type=recent-reviews] .cards-list .card .picture .picture-info{position:absolute;z-index:5;bottom:16px;left:16px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:-webkit-calc(100% - 32px);width:calc(100% - 32px)}[data-type=recent-reviews] .cards-list .card .picture .picture-info .icon{width:48px;height:48px;-webkit-border-radius:3px;border-radius:3px;background:rgba(255,255,255,.75);font-size:24px;color:#fff}[data-type=recent-reviews] .cards-list .card .picture .picture-info .heading{color:#fff;width:-webkit-calc(100% - 64px);width:calc(100% - 64px)}[data-type=recent-reviews][data-bg=brand] .cards-list .card .content .title{color:#fff}[data-type=recent-reviews][data-bg=brand] .cards-list .card .content .description .paragraph{color:rgba(255,255,255,.75)}[data-type=recent-reviews][data-bg=brand] .cards-list .card .content .reviews .reviews-stars .fa-star-o{color:rgba(255,255,255,.75)}[data-type=recent-reviews][data-bg=brand] .cards-list .card .content .reviews .reviews-count{color:rgba(255,255,255,.75)}[data-type=recent-reviews][data-bg=brand] .cards-list .card .content .author .author-picture{border-color:rgba(255,255,255,.75)}[data-type=recent-reviews][data-bg=brand] .cards-list .card .content .author .author-picture .fa{color:rgba(255,255,255,.75)}[data-type=recent-reviews][data-bg=brand] .cards-list .card .content .author .author-name{color:rgba(255,255,255,.75)}[data-type=recent-reviews][data-bg=brand] .cards-list .card .content .author .author-days{color:rgba(255,255,255,.5)}@media screen and (max-width:425px){[data-type=recent-reviews][scrollable=""][mobile-columns=true] .cards-list .card .picture .picture-info .icon,[data-type=recent-reviews][scrollable=false][mobile-columns=true] .cards-list .card .picture .picture-info .icon{display:none}[data-type=recent-reviews][scrollable=""][mobile-columns=true] .cards-list .card .picture .picture-info .heading,[data-type=recent-reviews][scrollable=false][mobile-columns=true] .cards-list .card .picture .picture-info .heading{width:100%;font-size:1em}[data-type=recent-reviews][scrollable=""][mobile-columns=true] .cards-list .card .content,[data-type=recent-reviews][scrollable=false][mobile-columns=true] .cards-list .card .content{margin-top:16px}[data-type=recent-reviews][scrollable=""][mobile-columns=true] .cards-list .card .content .description,[data-type=recent-reviews][scrollable=false][mobile-columns=true] .cards-list .card .content .description{max-height:100px;overflow:auto}[data-type=recent-reviews][scrollable=""][mobile-columns=true] .cards-list .card .content .author .author-picture,[data-type=recent-reviews][scrollable=false][mobile-columns=true] .cards-list .card .content .author .author-picture{display:none}[data-type=recent-reviews][scrollable=""][mobile-columns=true] .cards-list .card .content .author .author-info,[data-type=recent-reviews][scrollable=false][mobile-columns=true] .cards-list .card .content .author .author-info{margin-left:0}}[data-type=latest-members] .members-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:-48px -16px 0;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}[data-type=latest-members] .members-list .members-item{text-align:center;display:block;text-decoration:none;margin:48px 8px 0;max-width:125px}@media only screen and (min-width:340px) and (max-width:375px){[data-type=latest-members] .members-list .members-item{width:27%}}@media screen and (min-width:768px){[data-type=latest-members] .members-list .members-item{margin:48px 16px 0;max-width:none;width:125px}}@media screen and (min-width:1200px){[data-type=latest-members] .members-list .members-item{width:163px}}[data-type=latest-members] .members-list .members-item:hover .picture img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}[data-type=latest-members] .members-list .members-item:hover .content .heading{color:#137df7}[data-type=latest-members] .members-list .members-item .picture{width:96px;height:96px;-webkit-border-radius:9999px;border-radius:9999px;overflow:hidden;border:1px solid rgba(62,69,94,.25);margin:0 auto}[data-type=latest-members] .members-list .members-item .picture img{max-width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}[data-type=latest-members] .members-list .members-item .content{margin-top:16px}[data-type=latest-members] .members-list .members-item .content .heading{font-weight:700;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}[data-type=latest-members] .members-list .members-item .content .joined-time{color:rgba(62,69,94,.75)}[data-type=latest-members][data-bg=brand] .members-list .members-item .content .heading{color:#fff}[data-type=latest-members][data-bg=brand] .members-list .members-item .content .joined-time{color:rgba(255,255,255,.75)}.horizontal-deal .cards-list .card-deals{width:100%}@media screen and (min-width:768px){.horizontal-deal .cards-list .card-deals{width:-webkit-calc(calc(100% / 2) - 32px);width:calc(calc(100% / 2) - 32px);margin-left:16px;margin-right:16px}}@media screen and (min-width:992px){.horizontal-deal .cards-list .card-deals{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:#fff;border:1px solid rgba(62,69,94,.25);-webkit-border-radius:3px;border-radius:3px}}.horizontal-deal .cards-list .card-deals .picture{width:100%;max-height:160px}@media screen and (min-width:992px){.horizontal-deal .cards-list .card-deals .picture{width:245px;-webkit-border-top-right-radius:0;border-top-right-radius:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0}}@media screen and (min-width:992px){.horizontal-deal .cards-list .card-deals .content{width:-webkit-calc(100% - 285px);width:calc(100% - 285px);margin-top:0!important;padding-right:32px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}}@media screen and (min-width:992px){.horizontal-deal .cards-list .card-deals .content .deals-info{width:300px}}@media screen and (min-width:1200px){.horizontal-deal .cards-list .card-deals .content .deals-info{width:340px}}.horizontal-deal .cards-list .card-deals .content .deals-price{width:260px}@media screen and (min-width:992px){.horizontal-deal .cards-list .card-deals .content .deals-price{width:196px}}@media screen and (min-width:1200px){.horizontal-deal .cards-list .card-deals .content .deals-price{width:260px}}.horizontal-deal .cards-list .card-deals .content .deals-price .valid-time{margin-top:8px}.horizontal-deal .cards-list .card-deals .content .deals-action{display:none}@media screen and (min-width:992px){.horizontal-deal .cards-list .card-deals .content .deals-action{display:block}}.horizontal-deal .cards-list .card-deals .content .deals-action .button{display:inline-block}.cards-default[data-type=deals][data-bg=brand]:not(.horizontal-deal) .cards-list .card .content .title{color:#fff}.cards-default[data-type=deals][data-bg=brand]:not(.horizontal-deal) .cards-list .card .content .categories{color:rgba(255,255,255,.75)}.cards-default[data-type=deals][data-bg=brand]:not(.horizontal-deal) .cards-list .card .content .categories .share{color:rgba(255,255,255,.75)}.cards-default[data-type=deals][data-bg=brand]:not(.horizontal-deal) .cards-list .card .content .description .paragraph{color:rgba(255,255,255,.75)}.cards-default[data-type=deals][data-bg=brand]:not(.horizontal-deal) .cards-list .card .content .price-off{color:rgba(255,255,255,.5)}.cards-default[data-type=deals][data-bg=brand]:not(.horizontal-deal) .cards-list .card .content .price{color:#fff}.cards-default[data-type=deals][data-bg=brand]:not(.horizontal-deal) .cards-list .card .content .valid-time{color:rgba(255,255,255,.5)}.cards-default[data-type=deals][data-bg=brand].horizontal-deal .cards-list .card{border:none}@media screen and (max-width:768px){.cards-default[data-type=deals][data-bg=brand].horizontal-deal .cards-list .card .content .title{color:#fff}.cards-default[data-type=deals][data-bg=brand].horizontal-deal .cards-list .card .content .categories{color:rgba(255,255,255,.75)}.cards-default[data-type=deals][data-bg=brand].horizontal-deal .cards-list .card .content .categories .share{color:rgba(255,255,255,.75)}.cards-default[data-type=deals][data-bg=brand].horizontal-deal .cards-list .card .content .description .paragraph{color:rgba(255,255,255,.75)}.cards-default[data-type=deals][data-bg=brand].horizontal-deal .cards-list .card .content .price-off{color:rgba(255,255,255,.5)}.cards-default[data-type=deals][data-bg=brand].horizontal-deal .cards-list .card .content .price{color:#fff}.cards-default[data-type=deals][data-bg=brand].horizontal-deal .cards-list .card .content .valid-time{color:rgba(255,255,255,.5)}}.cards-default[data-type=deals][data-bg=brand].horizontal-deal .cards-list.has-slider .flickity-page-dots .dot{border-color:#fff}.cards-default[data-type=deals][data-bg=brand].horizontal-deal .cards-list.has-slider .flickity-page-dots .dot:hover{border-color:#fff;background:#fff}@media screen and (max-width:425px){.cards-default[data-type=deals][scrollable=""][mobile-columns=true]:not(.horizontal-deal) .cards-list .card .content,.cards-default[data-type=deals][scrollable=false][mobile-columns=true]:not(.horizontal-deal) .cards-list .card .content{margin-top:16px}.cards-default[data-type=deals][scrollable=""][mobile-columns=true]:not(.horizontal-deal) .cards-list .card .content .title,.cards-default[data-type=deals][scrollable=false][mobile-columns=true]:not(.horizontal-deal) .cards-list .card .content .title{font-size:1em}.cards-default[data-type=deals][scrollable=""][mobile-columns=true]:not(.horizontal-deal) .cards-list .card .content .price,.cards-default[data-type=deals][scrollable=false][mobile-columns=true]:not(.horizontal-deal) .cards-list .card .content .price{font-size:1.25em}}.ads-block:not(.is-wide){padding-top:20px;padding-bottom:20px}@media only screen and (min-width:992px){.ads-block:not(.is-wide){padding-top:40px;padding-bottom:40px}}.ads-block .ads-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.ads-block .ads-wrapper .ads:not(.ads-leaderboard):not(.ads-wide){margin-bottom:16px}.ads-block .ads-wrapper .ads:not(.ads-leaderboard):not(.ads-wide):last-child{margin-bottom:0}@media only screen and (min-width:530px) and (max-width:767px){.ads-block .ads-wrapper .ads:not(.ads-leaderboard):not(.ads-wide).ads-square{width:200px;height:200px;margin:10px}}@media screen and (min-width:768px){.ads-block .ads-wrapper .ads:not(.ads-leaderboard):not(.ads-wide){margin:0 16px}.ads-block .ads-wrapper .ads:not(.ads-leaderboard):not(.ads-wide).ads-large-mobile{width:200px;margin:0 14px}.ads-block .ads-wrapper .ads:not(.ads-leaderboard):not(.ads-wide).ads-square{width:150px;height:150px;margin:0 10px}}@media screen and (min-width:992px){.ads-block .ads-wrapper .ads:not(.ads-leaderboard):not(.ads-wide).ads-large-mobile{width:280px;margin:0 14px}.ads-block .ads-wrapper .ads:not(.ads-leaderboard):not(.ads-wide).ads-square{width:200px;height:200px;margin:0 12px}}@media screen and (min-width:1200px){.ads-block .ads-wrapper .ads:not(.ads-leaderboard):not(.ads-wide).ads-large-mobile{width:inherit;margin:0 16px}.ads-block .ads-wrapper .ads:not(.ads-leaderboard):not(.ads-wide).ads-square{width:inherit;height:inherit;margin:0 16px}}.pricing-plans{padding-top:24px;padding-bottom:40px}@media only screen and (min-width:992px){.pricing-plans{padding-top:48px;padding-bottom:80px}}.pricing-plans .pricing-header{text-align:center}.pricing-plans .pricing-header .paragraph{margin-top:16px;display:block;opacity:.75}.pricing-plans .pricing-table{margin-top:48px}.pricing-plans .pricing-table .pricing-nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.pricing-plans .pricing-table .pricing-nav.multiple-navs{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;overflow:auto;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}@media screen and (min-width:992px){.pricing-plans .pricing-table .pricing-nav.multiple-navs{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}.pricing-plans .pricing-table .pricing-nav .button:first-child{-webkit-border-top-right-radius:0;border-top-right-radius:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;border-right:none}.pricing-plans .pricing-table .pricing-nav .button:last-child{-webkit-border-top-left-radius:0;border-top-left-radius:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;border-left:none}.pricing-plans .pricing-table .pricing-nav .button:not(:first-child):not(:last-child){-webkit-border-radius:0;border-radius:0;border-left:none;border-right:none}.pricing-plans .pricing-table .pricing-nav .button.is-active{background:#137df7;color:#f1f7ff;opacity:1;border:none}.pricing-plans .pricing-table .pricing-nav .button.is-active:active,.pricing-plans .pricing-table .pricing-nav .button.is-active:focus,.pricing-plans .pricing-table .pricing-nav .button.is-active:visited{background:#106ad2}.pricing-plans .pricing-table .pricing-nav .button.is-active:hover{background:#5aa4f9}.pricing-plans .pricing-table .pricing-wrapper{display:none}.pricing-plans .pricing-table .pricing-wrapper.is-active{display:block}.pricing-plans .pricing-table .pricing-wrapper.is-active.has-scroll:after,.pricing-plans .pricing-table .pricing-wrapper.is-active.has-scroll:before{opacity:1}.pricing-plans .pricing-table .pricing-wrapper .pricing-buttons{display:none}.pricing-plans .pricing-table .pricing-wrapper.has-scroll{position:relative}@media screen and (min-width:1200px){.pricing-plans .pricing-table .pricing-wrapper.has-scroll{position:relative}.pricing-plans .pricing-table .pricing-wrapper.has-scroll .pricing-list{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;overflow-x:scroll;padding:64px 0 24px;margin-top:40px;position:relative;-ms-overflow-style:none;overflow:-moz-scrollbars-none}.pricing-plans .pricing-table .pricing-wrapper.has-scroll .pricing-list::-webkit-scrollbar{width:0;background:0 0;display:none}.pricing-plans .pricing-table .pricing-wrapper.has-scroll .pricing-buttons{position:absolute;display:block;width:100%;top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);height:40px}.pricing-plans .pricing-table .pricing-wrapper.has-scroll .pricing-buttons .button{width:40px;height:40px;-webkit-border-radius:9999px;border-radius:9999px;position:absolute;top:0;font-size:28px}.pricing-plans .pricing-table .pricing-wrapper.has-scroll .pricing-buttons .button.previous{left:-10px;display:none}.pricing-plans .pricing-table .pricing-wrapper.has-scroll .pricing-buttons .button.next{right:-10px}}@media screen and (min-width:1300px){.pricing-plans .pricing-table .pricing-wrapper.has-scroll .pricing-buttons .button.previous{left:-50px}.pricing-plans .pricing-table .pricing-wrapper.has-scroll .pricing-buttons .button.next{right:-50px}}.pricing-plans .pricing-table .pricing-wrapper .pricing-list{margin-top:32px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}@media screen and (min-width:768px){.pricing-plans .pricing-table .pricing-wrapper .pricing-list{margin-top:40px}}@media screen and (min-width:1200px){.pricing-plans .pricing-table .pricing-wrapper .pricing-list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:64px 0 24px}}.pricing-plans .pricing-table .pricing-wrapper .pricing-list.pricing-articles{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item{background:#fff;padding:32px;-webkit-border-radius:3px;border-radius:3px;border:1px solid rgba(62,69,94,.25);position:relative;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;max-width:100%;width:100%;margin-bottom:16px}.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item:last-child{margin-bottom:0}@media screen and (min-width:768px){.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item{max-width:-webkit-calc(calc(100% / 2) - 16px);max-width:calc(calc(100% / 2) - 16px);margin-left:8px;margin-right:8px}}@media screen and (min-width:768px) and (-ms-high-contrast:active),screen and (min-width:768px) and (-ms-high-contrast:none){.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item{max-width:-webkit-calc((100% / 2) - 16px);max-width:calc((100% / 2) - 16px)}}@media screen and (min-width:992px){.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item{max-width:-webkit-calc(calc(100% / 3) - 16px);max-width:calc(calc(100% / 3) - 16px)}}@media screen and (min-width:992px) and (-ms-high-contrast:active),screen and (min-width:992px) and (-ms-high-contrast:none){.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item{max-width:-webkit-calc((100% / 3) - 16px);max-width:calc((100% / 3) - 16px)}}@media screen and (min-width:1200px){.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item{max-width:-webkit-calc(calc(100% / 4) - 16px);max-width:calc(calc(100% / 4) - 16px)}}@media screen and (min-width:1200px) and (-ms-high-contrast:active),screen and (min-width:1200px) and (-ms-high-contrast:none){.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item{max-width:-webkit-calc((100% / 4) - 16px);max-width:calc((100% / 4) - 16px)}}.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item.is-highlighted{margin-top:40px;margin-bottom:16px;border-top:8px solid #137df7;border-bottom:8px solid #137df7}@media screen and (min-width:768px){.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item.is-highlighted{margin-top:-8px;margin-bottom:0}}@media screen and (min-width:1200px){.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item.is-highlighted{padding:48px 32px;margin-top:-24px;margin-bottom:-24px}}.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item.is-highlighted:before{content:attr(data-highlighted);position:absolute;top:-48px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:100%;text-align:center;transform:translateX(-50%);font-family:Rubik;text-transform:uppercase;font-weight:700;opacity:.75}.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item.is-collapsed .price-toggler{display:block}.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item.is-collapsed .price-advantages{overflow:hidden;height:0}.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item:not(.is-collapsed) .price-toggler{display:block}.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item:not(.is-collapsed) .price-advantages{overflow:hidden;height:0}@media screen and (min-width:1200px){.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item:not(.is-collapsed) .price-toggler{display:none}.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item:not(.is-collapsed) .price-advantages{overflow:initial;height:auto}}.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item .pricing-plan{text-transform:uppercase;opacity:.5;text-align:center}.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item .pricing-type{text-transform:uppercase;font-weight:700;text-align:center;opacity:.75}.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item .pricing-size{text-align:center;opacity:.5}.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item .pricing-price{text-align:center;margin-top:16px}.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item .pricing-price .pricing-value{font-weight:700;line-height:1.25;word-break:break-all}.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item .pricing-price .pricing-value .pricing-month{font-size:70%}.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item .pricing-price .pricing-period{opacity:.75}.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item .pricing-action{margin-top:24px;text-align:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column wrap;-ms-flex-flow:column wrap;flex-flow:column wrap}.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item .pricing-action .button+.pricing-example{margin-top:16px}.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item .pricing-action .pricing-example{display:inline-block}.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item .pricing-collapse{margin-top:24px}.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item .pricing-collapse.is-open{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column wrap;-ms-flex-flow:column wrap;flex-flow:column wrap}.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item .pricing-collapse.is-open .price-advantages{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2;height:100%;margin-top:32px;padding-top:24px;border-top:1px solid rgba(62,69,94,.25)}.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item .pricing-collapse.is-open .price-toggler{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item .pricing-collapse.is-open .price-toggler .icon{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item .pricing-collapse .price-description p{line-height:1.5;color:#3e455e}.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item .pricing-collapse .price-description p:last-child{margin-bottom:0}.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item .pricing-collapse .price-description+.price-toggler{margin-top:32px}.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item .pricing-collapse .price-toggler{text-align:center;color:#3ebaf6;text-decoration:none;margin-top:24px}.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item .pricing-collapse .price-toggler .icon{margin:0 auto;color:#3ebaf6;font-size:16px}.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item .pricing-collapse .price-advantages{margin:0;padding:0;list-style:none;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item .pricing-collapse .price-advantages .price-advantages-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:16px}.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item .pricing-collapse .price-advantages .price-advantages-item:last-child{margin-bottom:0}.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item .pricing-collapse .price-advantages .price-advantages-item:not(.has-advantages){opacity:.5}.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item .pricing-collapse .price-advantages .price-advantages-item:not(.has-advantages) .icon .fa:before{content:"\f05c"}.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item .pricing-collapse .price-advantages .price-advantages-item .icon{color:#022e69;font-size:20px}.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item .pricing-collapse .price-advantages .price-advantages-item .icon .fa:before{content:"\f05d"}.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item .pricing-collapse .price-advantages .price-advantages-item .item-name{margin-left:8px;max-width:-webkit-calc(100% - 32px);max-width:calc(100% - 32px);word-break:break-all;color:#3e455e}.pricing-plans[data-bg=brand] .pricing-header .heading{color:#fff}.pricing-plans[data-bg=brand] .pricing-header .paragraph{color:#fff}.pricing-plans[data-bg=brand] .pricing-table .pricing-nav .button.is-outline{border-color:rgba(255,255,255,.75);color:rgba(255,255,255,.75)}.pricing-plans[data-bg=brand] .pricing-table .pricing-wrapper .pricing-list .pricing-item.is-highlighted:before{color:#fff}.header{position:relative}.header>.header-bar{background:#01204a;line-height:1;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;display:none}@media screen and (min-width:992px){.header>.header-bar{display:block}}.header>.header-bar[data-align=right] .wrapper{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.header>.header-bar[data-align=center] .wrapper{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.header>.header-bar[data-align=left] .wrapper{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.header>.header-bar .wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header>.header-bar .bar-link{color:#fff;line-height:1;margin-left:16px;border:none}.header>.header-bar .bar-link:first-child{margin-left:0}.header>.header-bar .bar-link.link:hover{border-bottom-color:#fff}.header>.header-bar .bar-link.bar-button{background:#137df7;padding:16px;text-decoration:none}.header>.header-bar .user-button{position:relative;padding:16px 0;cursor:pointer}.header>.header-bar .user-button.is-open .fa{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.header>.header-bar .user-button .fa{-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.header>.header-bar .user-button .user-content{width:191px;position:absolute;background:#fff;border:1px solid #eee;-webkit-border-radius:3px;border-radius:3px;display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column wrap;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;padding:24px;margin-top:16px;z-index:5000;right:0}.header>.header-bar .user-button .user-content:before{content:"";position:absolute;width:12px;height:12px;top:-3px;right:20px;background:#fff;border-top:1px solid #eee;border-left:1px solid #eee;-webkit-transform:rotate(45deg) translateX(-50%);-ms-transform:rotate(45deg) translateX(-50%);transform:rotate(45deg) translateX(-50%)}.header>.header-bar .user-button .user-content .user-link{color:#3e455e;text-decoration:none;margin-top:16px;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;display:block}.header>.header-bar .user-button .user-content .user-link:first-child{margin-top:0}.header>.header-bar .user-button .user-content .user-link:hover{font-weight:700}.header>.header-content{padding:20px 0;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}@media screen and (min-width:992px){.header>.header-content{padding:32px}}.header>.header-content .wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.header>.header-content .content-left{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header>.header-content .content-left .header-logo{max-width:200px;max-height:80px;display:block}.header>.header-content .content-left .header-form{margin-left:16px;display:none}@media screen and (min-width:992px){.header>.header-content .content-left .header-form{display:block}}.header>.header-content .content-left .header-form .fa{color:rgba(62,69,94,.5)}.header>.header-content .content-left .input-group{width:260px}.header>.header-content .content-right{display:none;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (min-width:992px){.header>.header-content .content-right{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}.header>.header-content .content-right .header-form .fa{color:rgba(62,69,94,.5)}.header>.header-content .content-right .button{margin-left:8px}.header>.header-content .content-right .user-button{position:relative;padding:16px 0;cursor:pointer;color:#fff;margin-left:16px}.header>.header-content .content-right .user-button .fa{-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.header>.header-content .content-right .user-button.is-open .fa{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.header>.header-content .content-right .user-button.is-open .user-content{border:1px solid #eee;padding:24px;height:auto;overflow:visible}.header>.header-content .content-right .user-button .user-content{position:absolute;width:191px;background:#fff;-webkit-border-radius:3px;border-radius:3px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column wrap;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;padding:0;margin-top:24px;z-index:5000;right:0;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;overflow:hidden;height:0}.header>.header-content .content-right .user-button .user-content:before{content:"";position:absolute;width:12px;height:12px;top:-3px;right:20px;background:#fff;border-top:1px solid #eee;border-left:1px solid #eee;-webkit-transform:rotate(45deg) translateX(-50%);-ms-transform:rotate(45deg) translateX(-50%);transform:rotate(45deg) translateX(-50%)}.header>.header-content .content-right .user-button .user-content .user-link{color:#3e455e;text-decoration:none;margin-top:16px;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.header>.header-content .content-right .user-button .user-content .user-link:first-child{margin-top:0}.header>.header-content .content-right .user-button .user-content .user-link:hover{font-weight:700}.header>.header-content .content-mobile{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media screen and (min-width:992px){.header>.header-content .content-mobile{display:none}}.header>.header-content .content-mobile .toggler-button{font-size:26px;color:#fff;padding:0;line-height:1;background:0 0;border:none;-webkit-box-shadow:none;box-shadow:none}.header>.header-content .content-mobile .toggler-button:not(:first-child){margin-left:12px}.header>.header-content .content-mobile .navbar-toggler.is-open .fa:before{content:"\f00d"}.header .header-navbar{display:none;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}@media screen and (min-width:992px){.header .header-navbar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}.header .header-navbar .navbar-link{color:#fff;text-decoration:none;margin-left:32px}.header .header-navbar .navbar-link:first-child{margin-left:0}.header .header-navbar .navbar-more{display:none;position:relative;margin-left:32px;z-index:5}.header .header-navbar .navbar-more.has-more{display:block}.header .header-navbar .navbar-more .more-content{position:absolute;width:215px;background:#fff;border:1px solid #eee;-webkit-border-radius:3px;border-radius:3px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column wrap;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;padding:24px;margin-top:16px;left:-90px}.header .header-navbar .navbar-more .more-content:before{content:"";position:absolute;width:12px;height:12px;top:-3px;left:50%;background:#fff;border-top:1px solid #eee;border-left:1px solid #eee;-webkit-transform:rotate(45deg) translateX(-50%);-ms-transform:rotate(45deg) translateX(-50%);transform:rotate(45deg) translateX(-50%)}.header .header-navbar .navbar-more .more-label{cursor:pointer;color:#fff}.header .header-navbar .navbar-more .more-label .fa{-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.header .header-navbar .navbar-more .more-label.is-open .fa{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.header .header-navbar .navbar-more .more-link{color:#3e455e;text-decoration:none;margin-top:8px;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.header .header-navbar .navbar-more .more-link:first-child{margin-top:0}.header .header-navbar .navbar-more .more-link:hover{font-weight:700}.header>.navbar-outside{background:#01204a;padding:16px 0;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.header>.navbar-outside .wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header>.navbar-outside .header-navbar .navbar-more .more-label{color:#fff}.header>.navbar-outside .header-contact{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;color:#fff}.header>.navbar-outside .header-contact .fa{color:#fff}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.header .content-form .input-group.has-icon .input-group-icon+.input{margin-left:-1px}}.header[data-type="1"]>.header-content{background:#022e69}.header[data-type="1"]>.header-content .content-left{width:470px}.header[data-type="1"]>.header-content .header-navbar{max-width:-webkit-calc(100% - 494px);max-width:calc(100% - 494px);width:-webkit-calc(100% - 494px);width:calc(100% - 494px)}.header[data-type="1"][is-inverse=true]>.header-bar{background:rgba(62,69,94,.1)}.header[data-type="1"][is-inverse=true]>.header-bar .bar-link:not(.bar-button){color:#3e455e}.header[data-type="1"][is-inverse=true]>.header-content{background:#fff}.header[data-type="1"][is-inverse=true]>.header-content .header-navbar .navbar-link{color:#3e455e}.header[data-type="1"][is-inverse=true]>.header-content .header-navbar .navbar-more .more-label{color:#3e455e}.header[data-type="1"][has-opacity=true]>.header-bar{background:rgba(0,0,0,.2)}.header[data-type="1"][has-opacity=true]>.header-content{background:0 0}.header[data-type="2"]{background:#022e69}.header[data-type="2"]>.header-content .header-navbar{max-width:348px;margin-left:48px}.header[data-type="2"]>.header-content .header-navbar .navbar-more .more-label{color:#fff}.header[data-type="2"]>.header-content .content-left{width:100%;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media screen and (min-width:992px){.header[data-type="2"]>.header-content .content-left{width:auto;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}.header[data-type="2"][is-inverse=true]{background:#fff}.header[data-type="2"][is-inverse=true]>.header-content{background:#fff}.header[data-type="2"][is-inverse=true]>.header-content .header-navbar .navbar-link{color:#3e455e}.header[data-type="2"][is-inverse=true]>.header-content .header-navbar .navbar-more .more-label{color:#3e455e}.header[data-type="2"][is-inverse=true] .content-right .button.is-inverse{border-color:rgba(62,69,94,.75);color:rgba(62,69,94,.75)}.header[data-type="2"][is-inverse=true] .content-right .button.is-inverse:hover{border-color:#3e455e;color:#3e455e}.header[data-type="2"][has-opacity=true]{background:0 0}.header[data-type="3"]>.header-content{background:#022e69}.header[data-type="3"]>.header-content .content-left{width:100%;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media screen and (min-width:992px){.header[data-type="3"]>.header-content .content-left{width:auto;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}.header[data-type="3"]>.navbar-outside{display:none}@media screen and (min-width:992px){.header[data-type="3"]>.navbar-outside{display:block}}.header[data-type="3"]>.navbar-outside .wrapper{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.header[data-type="3"]>.navbar-outside .header-navbar{max-width:80%}.header[data-type="3"][is-inverse=true]>.header-content{background:#fff}.header[data-type="3"][is-inverse=true]>.header-content .content-right .button.is-inverse{border-color:rgba(62,69,94,.75);color:rgba(62,69,94,.75)}.header[data-type="3"][is-inverse=true]>.header-content .content-right .button.is-inverse:hover{border-color:#3e455e;color:#3e455e}.header[data-type="3"][is-inverse=true]>.navbar-outside{background:rgba(62,69,94,.1)}.header[data-type="3"][is-inverse=true]>.navbar-outside .header-navbar .navbar-link{color:#3e455e}.header[data-type="3"][is-inverse=true]>.navbar-outside .header-navbar .navbar-more .more-label{color:#3e455e}.header[data-type="3"][is-inverse=true]>.navbar-outside .header-contact{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;color:#3e455e}.header[data-type="3"][is-inverse=true]>.navbar-outside .header-contact .fa{color:#3e455e}.header[data-type="3"][has-opacity=true]>.header-content{background:rgba(0,0,0,.2)}.header[data-type="3"][has-opacity=true]>.navbar-outside{background:0 0}.header[data-type="4"]>.header-content{background:#022e69}.header[data-type="4"]>.header-content .content-left{display:none}@media screen and (min-width:992px){.header[data-type="4"]>.header-content .content-left{display:block}}.header[data-type="4"]>.navbar-outside{display:none}@media screen and (min-width:992px){.header[data-type="4"]>.navbar-outside{display:block}}.header[data-type="4"]>.navbar-outside .wrapper{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.header[data-type="4"][is-inverse=true]>.header-content{background:#fff}.header[data-type="4"][is-inverse=true]>.header-content .content-right .button.is-inverse{border-color:rgba(62,69,94,.75);color:rgba(62,69,94,.75)}.header[data-type="4"][is-inverse=true]>.header-content .content-right .button.is-inverse:hover{border-color:#3e455e;color:#3e455e}.header[data-type="4"][is-inverse=true]>.navbar-outside{background:rgba(62,69,94,.1)}.header[data-type="4"][is-inverse=true]>.navbar-outside .header-navbar .navbar-link{color:#3e455e}.header[data-type="4"][is-inverse=true]>.navbar-outside .header-navbar .navbar-more .more-label{color:#3e455e}.header[data-type="4"][is-inverse=true]>.navbar-outside .header-contact{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;color:#3e455e}.header[data-type="4"][is-inverse=true]>.navbar-outside .header-contact .fa{color:#3e455e}.header[data-type="4"][has-opacity=true]>.header-content{background:rgba(0,0,0,.2)}.header[data-type="4"][has-opacity=true]>.navbar-outside{background:0 0}.header[has-opacity=true],.header[is-sticky=true]{width:100%;top:0;left:0;z-index:500}.header[has-opacity=true]{position:absolute}.header[is-sticky=true]{position:fixed}.header>.search-mobile{width:100%;position:absolute;z-index:500;display:none;border-top:1px solid rgba(0,0,0,.25);-webkit-box-shadow:0 4px 2px -1px rgba(0,0,0,.25);box-shadow:0 4px 2px -1px rgba(0,0,0,.25);background:#fff}.header>.search-mobile:before{content:"";position:absolute;width:12px;height:12px;top:-3px;right:53px;background:#fff;border-top:1px solid rgba(0,0,0,.25);border-left:1px solid rgba(0,0,0,.25);-webkit-border-top-left-radius:3px;border-top-left-radius:3px;-webkit-transform:rotate(45deg) translateX(-50%);-ms-transform:rotate(45deg) translateX(-50%);transform:rotate(45deg) translateX(-50%)}@media screen and (min-width:768px){.header>.search-mobile:before{right:78px}}.header>.search-mobile .search-mobile-form .form-group{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:12px 0 12px 24px;border-bottom:1px solid rgba(0,0,0,.25)}.header>.search-mobile .search-mobile-form .form-group .fa{font-size:26px;color:rgba(62,69,94,.5)}.header>.search-mobile .search-mobile-form .form-group .mobile-search-input{margin-left:12px;padding-right:12px;background:0 0;-webkit-box-shadow:none;box-shadow:none;background-image:none;border:none;height:40px;outline:0;width:100%;font-size:22px;color:#3e455e}.header>.search-mobile .search-mobile-form .form-group .mobile-search-input::-webkit-input-placeholder{color:rgba(62,69,94,.5)}.header>.search-mobile .search-mobile-form .form-group .mobile-search-input::-moz-placeholder{color:rgba(62,69,94,.5)}.header>.search-mobile .search-mobile-form .form-group .mobile-search-input:-ms-input-placeholder{color:rgba(62,69,94,.5)}.header>.search-mobile .search-mobile-form .form-group .mobile-search-input:-moz-placeholder{color:rgba(62,69,94,.5)}.header>.search-mobile .search-mobile-form .check-group{padding:12px 0 12px 24px;border-bottom:1px solid rgba(0,0,0,.25)}.header>.search-mobile .search-mobile-form .check-group label{color:rgba(0,0,0,.55);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.header>.search-mobile .search-mobile-form .check-group label input{margin-right:8px;width:20px;height:20px}.header>.search-mobile .search-results .results-header{padding:12px 24px;text-transform:uppercase;font-weight:700;font-size:.875em;color:rgba(62,69,94,.5);display:block}.header>.search-mobile .search-results .results-list{max-height:241px;overflow:auto}.header>.search-mobile .search-results .results-list .results-item{padding:12px 24px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-decoration:none}.header>.search-mobile .search-results .results-list .results-item:nth-child(odd){background:#f4f4f4}.header>.search-mobile .search-results .results-list .results-item .item-content{max-width:200px}.header>.search-mobile .search-results .results-list .results-item .item-content .item-title{font-size:1.125em;font-weight:700;color:#3e455e;width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header>.search-mobile .search-results .results-list .results-item .item-content .item-attr{font-size:.938em;color:rgba(62,69,94,.75)}.header>.search-mobile .search-results .results-list .results-item .item-categorie{font-size:1em;color:rgba(62,69,94,.75)}.header>.navbar-mobile{display:none;position:relative;border-top:1px solid rgba(0,0,0,.25);-webkit-box-shadow:0 4px 2px -1px rgba(0,0,0,.25);box-shadow:0 4px 2px -1px rgba(0,0,0,.25);background:#fff}.header>.navbar-mobile:before{content:"";position:absolute;width:12px;height:12px;top:-3px;right:17px;background:#fff;border-top:1px solid rgba(0,0,0,.25);border-left:1px solid rgba(0,0,0,.25);-webkit-border-top-left-radius:3px;border-top-left-radius:3px;-webkit-transform:rotate(45deg) translateX(-50%);-ms-transform:rotate(45deg) translateX(-50%);transform:rotate(45deg) translateX(-50%)}@media screen and (min-width:768px){.header>.navbar-mobile:before{right:40px}}.header>.navbar-mobile .navbar-user{padding:24px 12px 24px 40px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header>.navbar-mobile .navbar-user .user-picture{-webkit-border-radius:9999px;border-radius:9999px;overflow:hidden}.header>.navbar-mobile .navbar-user .user-picture img{max-width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.header>.navbar-mobile .navbar-user .user-info{margin-left:16px}.header>.navbar-mobile .navbar-user .user-info .user-name{font-size:1.125em;font-weight:700}.header>.navbar-mobile .navbar-user .user-info .user-date{font-size:.75em;color:rgba(62,69,94,.5)}.header>.navbar-mobile .navbar-links{padding:24px 12px 24px 40px;border-top:1px solid rgba(0,0,0,.25);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column wrap;-ms-flex-flow:column wrap;flex-flow:column wrap}.header>.navbar-mobile .navbar-links .navbar-link{font-weight:500;font-size:1.125em;color:#3e455e;text-decoration:none}.header>.navbar-mobile .navbar-links .navbar-link:not(:first-child){margin-top:16px}.header>.navbar-mobile .navbar-links .navbar-link.is-active{color:#137df7}.header>.navbar-mobile .navbar-content{padding:24px 12px 24px 40px;border-top:1px solid rgba(0,0,0,.25)}.header>.navbar-mobile .navbar-content .phone-contact{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;color:#3e455e}.header>.navbar-mobile .navbar-content .phone-contact .fa{color:#3e455e;margin-right:16px}.video-gallery{padding-top:24px;padding-bottom:24px}@media only screen and (min-width:992px){.video-gallery{padding-top:48px;padding-bottom:48px}}.video-gallery .video-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:24px}.video-gallery .video-header>.heading{color:rgba(62,69,94,.75)}.video-gallery .video-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:-48px 0 0}@media screen and (min-width:768px){.video-gallery .video-list{margin:-48px -17px 0}}.video-gallery .video-list .video-item{width:100%;margin-top:48px}@media screen and (min-width:768px){.video-gallery .video-list .video-item{width:-webkit-calc(calc(100% / 2) - (16px * 2));width:calc(calc(100% / 2) - (16px * 2));margin-right:16px;margin-left:16px}}@media screen and (min-width:768px) and (-ms-high-contrast:active),screen and (min-width:768px) and (-ms-high-contrast:none){.video-gallery .video-list .video-item{width:-webkit-calc((100% / 2) - (16px * 2) - 1px);width:calc((100% / 2) - (16px * 2) - 1px)}}@media screen and (min-width:992px){.video-gallery .video-list .video-item{width:-webkit-calc(calc(100% / 3) - (16px * 2));width:calc(calc(100% / 3) - (16px * 2));min-width:auto;margin-right:16px}}@media screen and (min-width:992px) and (-ms-high-contrast:active),screen and (min-width:992px) and (-ms-high-contrast:none){.video-gallery .video-list .video-item{width:-webkit-calc((100% / 3) - (16px * 2) - 1px);width:calc((100% / 3) - (16px * 2) - 1px)}}@media screen and (min-width:1200px){.video-gallery .video-list .video-item{width:-webkit-calc(calc(100% / 4) - (16px * 2));width:calc(calc(100% / 4) - (16px * 2))}}@media screen and (min-width:1200px) and (-ms-high-contrast:active),screen and (min-width:1200px) and (-ms-high-contrast:none){.video-gallery .video-list .video-item{width:-webkit-calc((100% / 4) - (16px * 2) - 1px);width:calc((100% / 4) - (16px * 2) - 1px)}}.video-gallery .video-list .video-item .video-picture{position:relative;display:block;-webkit-border-radius:3px;border-radius:3px;text-decoration:none}.video-gallery .video-list .video-item .video-picture:after,.video-gallery .video-list .video-item .video-picture:before{-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.video-gallery .video-list .video-item .video-picture:before{content:"";position:absolute;width:100px;height:60px;top:-webkit-calc(50% - 30px);top:calc(50% - 30px);left:50%;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);background:rgba(0,0,0,.6);-webkit-border-radius:8px;border-radius:8px}.video-gallery .video-list .video-item .video-picture:after{content:"\f04b";font-family:fontAwesome;position:absolute;top:-webkit-calc(50% - 16px);top:calc(50% - 16px);left:-webkit-calc(50% + 5px);left:calc(50% + 5px);-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);line-height:1;font-size:32px;color:#fff}.video-gallery .video-list .video-item .video-picture:hover:before{background:rgba(2,46,105,.8)}.video-gallery .video-list .video-item .video-picture img{width:100%;max-width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover;-webkit-border-radius:3px;border-radius:3px}.video-gallery .video-list .video-item .video-description{margin-top:16px;color:rgba(62,69,94,.75)}.video-gallery[data-columns="3"] .video-list .video-item{width:100%}@media screen and (min-width:768px){.video-gallery[data-columns="3"] .video-list .video-item{width:-webkit-calc(calc(100% / 2) - (16px * 2));width:calc(calc(100% / 2) - (16px * 2));margin-right:16px;margin-left:16px}}@media screen and (min-width:768px) and (-ms-high-contrast:active),screen and (min-width:768px) and (-ms-high-contrast:none){.video-gallery[data-columns="3"] .video-list .video-item{width:-webkit-calc((100% / 2) - (16px * 2) - 1px);width:calc((100% / 2) - (16px * 2) - 1px)}}@media screen and (min-width:992px){.video-gallery[data-columns="3"] .video-list .video-item{width:-webkit-calc(calc(100% / 3) - (16px * 2));width:calc(calc(100% / 3) - (16px * 2));min-width:auto;margin-right:16px}}@media screen and (min-width:992px) and (-ms-high-contrast:active),screen and (min-width:992px) and (-ms-high-contrast:none){.video-gallery[data-columns="3"] .video-list .video-item{width:-webkit-calc((100% / 3) - (16px * 2) - 1px);width:calc((100% / 3) - (16px * 2) - 1px)}}@media screen and (min-width:1200px){.video-gallery[data-columns="3"] .video-list .video-item{width:-webkit-calc(calc(100% / 3) - (16px * 2));width:calc(calc(100% / 3) - (16px * 2))}}@media screen and (min-width:1200px) and (-ms-high-contrast:active),screen and (min-width:1200px) and (-ms-high-contrast:none){.video-gallery[data-columns="3"] .video-list .video-item{width:-webkit-calc((100% / 3) - (16px * 2) - 1px);width:calc((100% / 3) - (16px * 2) - 1px)}}.video-gallery[data-columns="2"] .video-list .video-item{width:100%}@media screen and (min-width:768px){.video-gallery[data-columns="2"] .video-list .video-item{width:-webkit-calc(calc(100% / 2) - (16px * 2));width:calc(calc(100% / 2) - (16px * 2));margin-right:16px;margin-left:16px}}@media screen and (min-width:768px) and (-ms-high-contrast:active),screen and (min-width:768px) and (-ms-high-contrast:none){.video-gallery[data-columns="2"] .video-list .video-item{width:-webkit-calc((100% / 2) - (16px * 2) - 1px);width:calc((100% / 2) - (16px * 2) - 1px)}}@media screen and (min-width:992px){.video-gallery[data-columns="2"] .video-list .video-item{width:-webkit-calc(calc(100% / 2) - (16px * 2));width:calc(calc(100% / 2) - (16px * 2));min-width:auto;margin-right:16px}}@media screen and (min-width:992px) and (-ms-high-contrast:active),screen and (min-width:992px) and (-ms-high-contrast:none){.video-gallery[data-columns="2"] .video-list .video-item{width:-webkit-calc((100% / 2) - (16px * 2) - 1px);width:calc((100% / 2) - (16px * 2) - 1px)}}@media screen and (min-width:1200px){.video-gallery[data-columns="2"] .video-list .video-item{width:-webkit-calc(calc(100% / 2) - (16px * 2));width:calc(calc(100% / 2) - (16px * 2))}}@media screen and (min-width:1200px) and (-ms-high-contrast:active),screen and (min-width:1200px) and (-ms-high-contrast:none){.video-gallery[data-columns="2"] .video-list .video-item{width:-webkit-calc((100% / 2) - (16px * 2) - 1px);width:calc((100% / 2) - (16px * 2) - 1px)}}.video-gallery[data-bg=brand] .video-header>.heading{color:#fff}.video-gallery[data-bg=brand] .video-list .video-item .video-description{color:rgba(255,255,255,.75)}.cards-default[data-bg=brand] .card-vertical-plus-horizontal .cards-list .card .content .title{color:#fff}.cards-default[data-bg=brand] .card-vertical-plus-horizontal .cards-list .card .content .categories{color:rgba(255,255,255,.75)}.cards-default[data-bg=brand] .card-vertical-plus-horizontal .cards-list .card .content .description .paragraph{color:rgba(255,255,255,.75)}.cards-default[data-bg=brand] .card-vertical-plus-horizontal .cards-list .card .content .reviews .reviews-stars .fa-star-o{color:rgba(255,255,255,.75)}.cards-default[data-bg=brand] .card-vertical-plus-horizontal .cards-list .card .content .reviews .reviews-count{color:rgba(255,255,255,.75)}.cards-default[data-bg=brand] .card-two-columns-horizontal .cards-list .card .content .title{color:#fff}.cards-default[data-bg=brand] .card-two-columns-horizontal .cards-list .card .content .categories{color:rgba(255,255,255,.75)}.cards-default[data-bg=brand] .card-two-columns-horizontal .cards-list .card .content .reviews .reviews-stars .fa-star-o{color:rgba(255,255,255,.75)}.cards-default[data-bg=brand] .card-two-columns-horizontal .cards-list .card .content .reviews .reviews-count{color:rgba(255,255,255,.75)}.cards-default .centralized-highglighted-card{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.cards-default .centralized-highglighted-card>.card-wrapper{width:100%;margin-bottom:32px}@media screen and (min-width:992px){.cards-default .centralized-highglighted-card>.card-wrapper{width:45%;margin-bottom:0}}.cards-default .centralized-highglighted-card>.card-wrapper:nth-child(1){-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}@media screen and (min-width:992px){.cards-default .centralized-highglighted-card>.card-wrapper:nth-child(1){-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}}.cards-default .centralized-highglighted-card>.card-wrapper:nth-child(2){-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}@media screen and (min-width:992px){.cards-default .centralized-highglighted-card>.card-wrapper:nth-child(2){-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}}.cards-default .centralized-highglighted-card>.card-wrapper:nth-child(3){-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}@media screen and (min-width:992px){.cards-default .centralized-highglighted-card>.card-wrapper:nth-child(3){-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}}.cards-default .centralized-highglighted-card>.card-wrapper:nth-child(1),.cards-default .centralized-highglighted-card>.card-wrapper:nth-child(3){width:100%}@media screen and (min-width:768px){.cards-default .centralized-highglighted-card>.card-wrapper:nth-child(1),.cards-default .centralized-highglighted-card>.card-wrapper:nth-child(3){width:48%}}@media screen and (min-width:992px){.cards-default .centralized-highglighted-card>.card-wrapper:nth-child(1),.cards-default .centralized-highglighted-card>.card-wrapper:nth-child(3){width:25%}}.cards-default .centralized-highglighted-card>.card-wrapper:nth-child(1) .card-centralized,.cards-default .centralized-highglighted-card>.card-wrapper:nth-child(3) .card-centralized{height:200px;margin-bottom:32px}.cards-default .centralized-highglighted-card>.card-wrapper .cards-list{margin:0}.cards-default .centralized-highglighted-card>.card-wrapper .card-centralized{width:100%;height:332px;overflow:hidden;position:relative;background-size:cover;background-repeat:none;background-position:top center;-webkit-border-radius:3px;border-radius:3px}@media screen and (min-width:768px){.cards-default .centralized-highglighted-card>.card-wrapper .card-centralized{height:432px}}.cards-default .centralized-highglighted-card>.card-wrapper .card-centralized:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:#000;opacity:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.cards-default .centralized-highglighted-card>.card-wrapper .card-centralized:hover:before{opacity:.5}.cards-default .centralized-highglighted-card>.card-wrapper .card-centralized:hover .content{bottom:0!important}.cards-default .centralized-highglighted-card>.card-wrapper .card-centralized .content{position:absolute;width:100%;padding:16px;background:rgba(2,46,105,.5);-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.cards-default .centralized-highglighted-card>.card-wrapper .card-centralized .content .title{color:#fff;text-decoration:none}.cards-default .centralized-highglighted-card>.card-wrapper .card-centralized .content .title+.categories{margin-top:8px}.cards-default .centralized-highglighted-card>.card-wrapper .card-centralized .content .categories{color:#fff}.cards-default .centralized-highglighted-card>.card-wrapper .card-centralized .content .description p{color:#fff}.cards-default .centralized-highglighted-card>.card-wrapper .card-centralized .content .reviews-stars{color:#fff}.section-headers{text-align:center;padding:32px 0;position:relative;background-size:cover;background-position:top center;background-repeat:no-repeat}.section-headers:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(2,46,105,.6)}.section-headers .wrapper>.heading{color:#fff;font-weight:300;position:relative;z-index:5}.details-default{overflow:hidden}.details-default>.details-modal{position:fixed;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,.5);z-index:500;overflow-y:auto;padding:24px 0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:.5s ease-in-out;transition:.5s ease-in-out}.details-default>.details-modal.is-open{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.details-default>.details-modal .modal-header{position:relative;width:100%;height:96px}.details-default>.details-modal .modal-header:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,.25)}.details-default>.details-modal .modal-header+.modal-info{padding:64px 40px 24px}.details-default>.details-modal .modal-header .modal-picture{width:96px;height:96px;overflow:hidden;border:6px solid #fff;-webkit-border-radius:3px;border-radius:3px;position:absolute;top:48px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);z-index:5}.details-default>.details-modal .modal-header .modal-close{position:absolute;color:#fff;line-height:1;top:5px;right:6px;font-size:22px;cursor:pointer}.details-default>.details-modal .modal-info{padding:24px 40px;text-align:center}.details-default>.details-modal .modal-info .heading{font-weight:700}.details-default>.details-modal .modal-info span{color:rgba(62,69,94,.75);display:inline-block}.details-default>.details-modal .modal-form{padding:0 48px}.details-default>.details-modal .modal-form .input{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin-top:16px}.details-default>.details-modal .modal-form .input:first-child{margin-top:0}.details-default>.details-modal .modal-form textarea{padding:8px 16px;margin-bottom:16px}.details-default>.details-modal .modal-form .form-actions{width:100%;margin-top:16px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.details-default>.details-modal .modal-form .form-actions .button{margin-left:16px}.details-default>.details-modal .modal-form .form-actions .button:first-child{margin-left:0}.details-default>.details-modal.is-sent{padding:0}.details-default>.details-modal.is-sent .modal-default{background:0 0!important;height:100vh}.details-default>.details-modal.is-sent .modal-default .modal-return{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100vh;z-index:5;color:#fff}.details-default>.details-modal.is-sent .modal-default .modal-return .fa{display:inline-block;margin-right:16px}.details-default>.details-modal.is-sent .modal-default :not(.modal-return){display:none}.details-default>.details-modal .modal-default{width:90%;margin:0 auto;position:relative}@media screen and (min-width:768px){.details-default>.details-modal .modal-default{width:432px}}.details-default>.details-modal .modal-default .modal-return{display:none}.details-default>.details-modal .modal-default.message-modal{background:#fff;padding-bottom:32px}.details-default>.details-modal .modal-default.message-modal .modal-info span{font-weight:700}.details-default>.details-modal .modal-default.message-modal .modal-info .heading{margin-top:8px}.details-default>.details-modal .modal-default.deals-coupon:after{content:"";position:absolute;width:100%;height:16px;bottom:-16px;left:0;background:url(../img/modal-deal-bottom.png) no-repeat top center;z-index:500}.details-default>.details-modal .modal-default.deals-coupon .modal-info{background:#fff;background:linear-gradient(315deg,transparent 10px,#fff 0) bottom right,linear-gradient(45deg,transparent 10px,#fff 0) bottom left;background-image:radial-gradient(circle at 100% 100%,rgba(204,0,0,0) 14px,#fff 15px),radial-gradient(circle at 0 100%,rgba(204,0,0,0) 14px,#fff 15px);background-size:50% 50%;background-repeat:no-repeat;position:relative}.details-default>.details-modal .modal-default.deals-coupon .modal-info:before{content:"";position:absolute;top:0;left:0;width:100%;height:90%;background:#fff;z-index:-1}.details-default>.details-modal .modal-default.deals-coupon .modal-info:after{content:"";position:absolute;bottom:-1px;left:20px;width:-webkit-calc(100% - 40px);width:calc(100% - 40px);border-bottom:2px dashed rgba(62,69,94,.25);z-index:5}.details-default>.details-modal .modal-default.deals-coupon .modal-info span{margin-top:8px}.details-default>.details-modal .modal-default.deals-coupon .deals-content{padding:24px 40px;background:#fff;background:linear-gradient(135deg,transparent 10px,#fff 0) top left,linear-gradient(225deg,transparent 10px,#fff 0) top right;background-image:radial-gradient(circle at 0 0,rgba(204,0,0,0) 14px,#fff 15px),radial-gradient(circle at 100% 0,rgba(204,0,0,0) 14px,#fff 15px);background-size:50% 50%;background-repeat:no-repeat;position:relative}.details-default>.details-modal .modal-default.deals-coupon .deals-content:after{content:"";position:absolute;top:10%;left:0;width:100%;height:90%;background:#fff;z-index:-1}.details-default>.details-modal .modal-default.deals-coupon .deals-content .deals-content-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-top:16px}.details-default>.details-modal .modal-default.deals-coupon .deals-content .deals-content-item:first-child{margin-top:0}.details-default>.details-modal .modal-default.deals-coupon .deals-content .deals-content-item .content-title{font-weight:700;color:rgba(62,69,94,.5);text-transform:uppercase}.details-default>.details-modal .modal-default.deals-coupon .deals-content .deals-content-item .content-for{width:60%}.details-default>.details-modal .modal-default.deals-coupon .deals-content .deals-content-item .content-valid{width:30%;margin-left:32px}.details-default>.details-modal .modal-default.deals-coupon .deals-content .deals-content-item .content-original-value{margin-left:32px}.details-default>.details-modal .modal-default.deals-coupon .deals-code{background:#fff;position:relative;text-align:center;padding:24px 0}.details-default>.details-modal .modal-default.deals-coupon .deals-code:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(62,69,94,.05)}.details-default>.details-modal .modal-default.deals-coupon .deals-code strong{font-weight:700;color:rgba(62,69,94,.75)}.details-default>.details-modal .modal-default.deals-coupon .deals-code .heading{margin-top:8px;font-weight:700;letter-spacing:6px}.details-default>.details-modal .modal-default.deals-coupon .deals-action{padding:24px 0;background:#fff;text-align:center}.details-default>.details-header{background-repeat:no-repeat;background-size:cover;background-position:top center;position:relative}.details-default>.details-header:not(.details-header-mobile):before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,.65)}.details-default>.details-header.details-header-desktop{display:none}@media screen and (min-width:992px){.details-default>.details-header.details-header-desktop{display:block}}.details-default>.details-header.details-header-mobile{display:block}@media screen and (min-width:992px){.details-default>.details-header.details-header-mobile{display:none}}.details-default>.details-header.details-header-mobile .details-actions,.details-default>.details-header.details-header-mobile .details-picture,.details-default>.details-header.details-header-mobile .details-reviews{position:relative;z-index:5}.details-default>.details-header.details-header-mobile .details-share{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column wrap;-ms-flex-flow:column wrap;flex-flow:column wrap;position:absolute;right:32px}.details-default>.details-header.details-header-mobile .details-share .icon{cursor:pointer;font-size:22px;margin-bottom:8px}.details-default>.details-header.details-header-mobile .details-share .fa-bookmark{color:#ffc800}.details-default>.details-header.details-header-mobile .details-share .fa-share-alt{color:#fff}.details-default>.details-header.details-header-mobile .details-reviews{text-align:center;margin-top:16px;color:#fff}.details-default>.details-header.details-header-mobile .details-reviews .reviews-stars .fa:not(.fa-star-o){color:#ffc800}.details-default>.details-header.details-header-mobile .detail-header-content-mobile{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column wrap;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:32px 0;position:relative}.details-default>.details-header.details-header-mobile .detail-header-content-mobile:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,.65)}.details-default>.details-header.details-header-mobile .details-actions{margin-top:16px}.details-default>.details-header.details-header-mobile .details-date{color:rgba(255,255,255,.75);font-weight:600;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column wrap;-ms-flex-flow:column wrap;flex-flow:column wrap;z-index:5}.details-default>.details-header.details-header-mobile .details-date .fa{color:#fff;margin-right:8px}.details-default>.details-header.details-header-mobile .details-date-open{margin-left:16px}.details-default>.details-header.details-header-mobile .details-occurence{margin-top:8px;color:#3ebaf6;z-index:5}.details-default>.details-header.details-header-mobile .details-header-navbar-mobile{position:relative;z-index:5;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;overflow:auto;border-bottom:1px solid rgba(151,151,151,.25);height:53px}.details-default>.details-header.details-header-mobile .details-header-navbar-mobile::-webkit-scrollbar{width:0;background:0 0}.details-default>.details-header.details-header-mobile .details-header-navbar-mobile .tab-navbar{color:#3e455e;padding:16px 5px 12px;display:inline-block;margin-left:32px;text-decoration:none;white-space:nowrap}.details-default>.details-header.details-header-mobile .details-header-navbar-mobile .tab-navbar.is-selected{color:#137df7}.details-default>.details-header.details-header-mobile .detail-info-mobile{padding:16px 32px}.details-default>.details-header.details-header-mobile .detail-info-mobile .details-categories{color:rgba(62,69,94,.5);margin-top:8px}.details-default>.details-header.details-header-mobile .detail-info-mobile .details-certified{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:16px}.details-default>.details-header.details-header-mobile .detail-info-mobile .details-certified .item-certified{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.details-default>.details-header.details-header-mobile .detail-info-mobile .details-certified .item-certified:first-child{margin-left:0}.details-default>.details-header.details-header-mobile .detail-info-mobile .details-certified .item-certified .picture{width:30px;height:30px;background:#ffc800;-webkit-border-radius:50%;border-radius:50%}.details-default>.details-header.details-header-mobile .detail-info-mobile .details-certified .item-certified .title{color:#3e455e;width:-webkit-calc(100% - 56px);width:calc(100% - 56px);font-size:11px;margin-left:8px}.details-default>.details-header.details-header-mobile .detail-info-mobile .details-contact{margin-top:24px}.details-default>.details-header.details-header-mobile .detail-info-mobile .details-contact .contact-item-name{margin-top:8px!important}@media screen and (min-width:992px){.details-default>.details-header.details-header-mobile .detail-info-mobile .details-contact .contact-item-name{margin-top:32px!important}}.details-default>.details-header.details-header-mobile .detail-info-mobile .details-contact .contact-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;color:#3e455e;margin-top:8px}.details-default>.details-header.details-header-mobile .detail-info-mobile .details-contact .contact-item.contact-open-time{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.details-default>.details-header.details-header-mobile .detail-info-mobile .details-contact .contact-item-name{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:32px}.details-default>.details-header.details-header-mobile .detail-info-mobile .details-contact .contact-item-name .link{margin-left:6px!important}.details-default>.details-header.details-header-mobile .detail-info-mobile .details-contact .contact-item-phone{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.details-default>.details-header.details-header-mobile .detail-info-mobile .details-contact .contact-item:first-child{margin-top:0}.details-default>.details-header.details-header-mobile .detail-info-mobile .details-contact .contact-item .icon{margin-right:8px}.details-default>.details-header.details-header-mobile .detail-info-mobile .details-contact .contact-item .icon .fa{color:#3e455e}.details-default>.details-header.details-header-mobile .detail-info-mobile .details-contact .contact-item .link{margin-left:16px}.details-default>.details-header.details-header-mobile .detail-info-mobile .details-contact .contact-item .open-time .open-list{margin:4px 0 0;padding:0;list-style:none}.details-default>.details-header.details-header-mobile .detail-info-mobile .details-contact .contact-item .open-time .open-list .open-item{margin-top:4px}.details-default>.details-header.details-header-mobile .detail-info-mobile .details-contact .contact-item .open-time .open-list .open-item:first-child{margin-top:0}.details-default>.details-header.details-header-mobile .detail-info-mobile .details-social{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:16px}.details-default>.details-header.details-header-mobile .detail-info-mobile .details-social .social-item{width:32px;height:32px;-webkit-border-radius:9999px;border-radius:9999px;color:#fff;background:#3e455e;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-decoration:none;font-size:16px;margin-top:0}.details-default>.details-header.details-header-mobile .detail-info-mobile .details-social .social-item:not(:first-child){margin-left:16px}.details-default>.details-header .details-header-content{padding:48px 0;position:relative;z-index:5;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.details-default>.details-header .details-general{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:45%}.details-default>.details-header .details-general .details-info{width:100%}.details-default>.details-header .details-general .details-info .details-title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.details-default>.details-header .details-general .details-info .details-title .heading{color:#fff}.details-default>.details-header .details-general .details-info .details-share{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.details-default>.details-header .details-general .details-info .details-share .icon{cursor:pointer}.details-default>.details-header .details-general .details-info .details-share .fa-bookmark{color:#ffc800}.details-default>.details-header .details-general .details-info .details-share .fa-share-alt{color:#fff}.details-default>.details-header .details-general .details-info .details-categories{color:rgba(255,255,255,.5);margin-top:8px}.details-default>.details-header .details-general .details-info .details-old-price{margin-top:16px;line-height:1;color:rgba(255,255,255,.5);text-decoration:line-through}.details-default>.details-header .details-general .details-info .details-old-price+.details-price{margin-top:4px;line-height:1}.details-default>.details-header .details-general .details-info .details-price{color:#fff;margin-top:8px}.details-default>.details-header .details-general .details-info .details-date{color:rgba(255,255,255,.75);font-weight:600;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:8px}.details-default>.details-header .details-general .details-info .details-date .fa{color:#fff;margin-right:8px}.details-default>.details-header .details-general .details-info .details-date-open{margin-left:16px}.details-default>.details-header .details-general .details-info .details-occurence{margin-top:8px;color:#3ebaf6}.details-default>.details-header .details-general .details-info .details-reviews{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:rgba(255,255,255,.75);margin-top:8px}.details-default>.details-header .details-general .details-info .details-reviews .reviews-first{margin-left:8px;font-style:italic}.details-default>.details-header .details-general .details-info .details-reviews .reviews-first .link{font-style:normal}.details-default>.details-header .details-general .details-info .details-actions{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:24px}.details-default>.details-header .details-general .details-info .details-actions+.details-claim{margin-top:24px}.details-default>.details-header .details-general .details-info .details-actions .button{margin-left:16px}@media screen and (min-width:992px){.details-default>.details-header .details-general .details-info .details-actions .button{max-width:45%;padding:12px}}@media screen and (min-width:1200px){.details-default>.details-header .details-general .details-info .details-actions .button{padding-top:16px;padding-bottom:16px;padding-left:32px;padding-right:32px;max-width:100%}}.details-default>.details-header .details-general .details-info .details-actions .button:first-child{margin-left:0}@media screen and (min-width:992px){.details-default>.details-header .details-general .details-info .details-actions .button.is-primary{height:42px}}@media screen and (min-width:1200px){.details-default>.details-header .details-general .details-info .details-actions .button.is-primary{height:52px}}.details-default>.details-header .details-general .details-info .details-claim{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:8px;color:#fff}.details-default>.details-header .details-general .details-info .details-claim .fa{margin-right:8px;color:#fff}.details-default>.details-header .details-general .details-info .details-claim .link{margin-left:8px}.details-default>.details-header .details-general .details-info .details-certified{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:16px}.details-default>.details-header .details-general .details-info .details-certified .item-certified{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100px;margin-left:16px}.details-default>.details-header .details-general .details-info .details-certified .item-certified:first-child{margin-left:0}.details-default>.details-header .details-general .details-info .details-certified .item-certified .picture{width:50px;height:50px;background:#ffc800;-webkit-border-radius:50%;border-radius:50%}.details-default>.details-header .details-general .details-info .details-certified .item-certified .title{color:#fff;width:-webkit-calc(100% - 64px);width:calc(100% - 64px)}.details-default>.details-header .details-contact .contact-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;color:rgba(255,255,255,.75);margin-top:8px}.details-default>.details-header .details-contact .contact-item.contact-open-time{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.details-default>.details-header .details-contact .contact-item-name{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:32px}.details-default>.details-header .details-contact .contact-item-name .link{margin-left:6px!important}.details-default>.details-header .details-contact .contact-item-phone{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.details-default>.details-header .details-contact .contact-item:first-child{margin-top:0}.details-default>.details-header .details-contact .contact-item .icon{margin-right:8px}.details-default>.details-header .details-contact .contact-item .icon .fa{color:#fff}.details-default>.details-header .details-contact .contact-item .link{margin-left:16px}.details-default>.details-header .details-contact .contact-item .open-time .open-list{margin:4px 0 0;padding:0;list-style:none}.details-default>.details-header .details-contact .contact-item .open-time .open-list .open-item{margin-top:4px}.details-default>.details-header .details-contact .contact-item .open-time .open-list .open-item:first-child{margin-top:0}.details-default>.details-header .details-social .social-item{width:32px;height:32px;-webkit-border-radius:9999px;border-radius:9999px;background:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:16px;text-decoration:none;font-size:16px}.details-default>.details-header .details-social .social-item:first-child{margin-top:0}.details-default>.details-header .details-header-navbar{position:relative;z-index:5;padding-bottom:1px;width:100%;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.details-default>.details-header .details-header-navbar:not(.is-fixed) .container{max-width:100%;padding:0}.details-default>.details-header .details-header-navbar.is-fixed{position:fixed;top:0;left:0;background:rgba(0,0,0,.9)}.details-default>.details-header .details-header-navbar:before{content:"";position:absolute;width:200%;height:1px;top:0;left:-50%;background:rgba(255,255,255,.5)}.details-default>.details-header .details-header-navbar .tab-navbar{color:#fff;padding:16px 5px 12px;display:inline-block;border-bottom:4px solid transparent;margin-left:32px;text-decoration:none;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.details-default>.details-header .details-header-navbar .tab-navbar:first-child{margin-left:0}.details-default>.details-header .details-header-navbar .tab-navbar:hover{border-bottom-color:#fff}.details-default>.details-header .details-header-navbar .tab-navbar.is-selected{border-bottom-color:#fff}.details-default>.detail-body:not(.no-padding){padding-top:24px;padding-bottom:24px}@media only screen and (min-width:992px){.details-default>.detail-body:not(.no-padding){padding-top:48px;padding-bottom:48px}}.details-default>.detail-body .details-slider{-webkit-border-radius:3px;border-radius:3px;overflow:hidden}.details-default>.detail-body .details-slider-nav{margin-top:8px;-webkit-border-radius:3px;border-radius:3px;overflow:hidden}.details-default>.detail-body .details-slider-nav .carousel-cell{margin-left:8px;-webkit-border-radius:3px;border-radius:3px;overflow:hidden}.details-default>.detail-body .details-slider-nav .flickity-button{background:rgba(255,255,255,.5);-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.details-default>.detail-body .details-slider-nav .flickity-button:hover{background:rgba(255,255,255,.75)}.details-default>.detail-body .details-slider-nav .flickity-button:hover .flickity-button-icon{fill:#137df7}.details-default>.detail-body .details-slider-nav .flickity-button.flickity-prev-next-button{width:40px;height:100%;-webkit-border-radius:0;border-radius:0}.details-default>.detail-body .details-slider-nav .flickity-button.previous{left:0}.details-default>.detail-body .details-slider-nav .flickity-button.next{right:0}.details-default>.detail-body .details-slider-nav .flickity-button .flickity-button-icon{fill:#3e455e;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.details-default>.detail-body .detail-body-content .tab-content#overview .tab-left{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}@media screen and (min-width:992px){.details-default>.detail-body .detail-body-content .tab-content#overview .tab-left{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}}.details-default>.detail-body .detail-body-content .tab-content#overview .tab-right{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}@media screen and (min-width:992px){.details-default>.detail-body .detail-body-content .tab-content#overview .tab-right{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}}@media screen and (min-width:992px){.details-default>.detail-body .detail-body-content .tab-content#deals-classifieds .cards-default .cards-list.has-slider .card{margin-left:0!important}}.details-default>.detail-body .detail-body-content .tab-content .tab-item{margin-top:32px}.details-default>.detail-body .detail-body-content .tab-content .tab-item:first-child{margin-top:0}.details-default>.detail-body .detail-body-content .tab-content .tab-item .tab-item-heading{margin-bottom:24px}.details-default>.detail-body .detail-body-content .tab-content .tab-item .tab-item-heading .heading{color:rgba(62,69,94,.75);font-weight:700}.details-default>.detail-body .detail-body-content .tab-content .tab-item-about .tab-item-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.details-default>.detail-body .detail-body-content .tab-content .tab-item-about .tab-item-content{overflow:hidden}}.details-default>.detail-body .detail-body-content .tab-content .tab-item-about .picture{-webkit-border-radius:3px;border-radius:3px;position:relative;overflow:hidden;width:100%;max-height:227px}@media screen and (min-width:992px){.details-default>.detail-body .detail-body-content .tab-content .tab-item-about .picture{width:322px}}.details-default>.detail-body .detail-body-content .tab-content .tab-item-about .picture img{width:100%}.details-default>.detail-body .detail-body-content .tab-content .tab-item-about .picture+.description{margin-top:16px}@media screen and (min-width:992px){.details-default>.detail-body .detail-body-content .tab-content .tab-item-about .picture+.description{margin-top:0;width:-webkit-calc(100% - 346px);width:calc(100% - 346px)}}.details-default>.detail-body .detail-body-content .tab-content .tab-item-about .picture .button{position:absolute;bottom:0;left:0;background:rgba(62,69,94,.8);color:#fff}.details-default>.detail-body .detail-body-content .tab-content .tab-item-about .description p{opacity:.75;text-align:justify}.details-default>.detail-body .detail-body-content .tab-content .tab-item-features .tab-item-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-left:-16px}.details-default>.detail-body .detail-body-content .tab-content .tab-item-features .item-features{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:8px 12px 8px 8px;margin-left:16px;margin-bottom:16px;-webkit-border-radius:3px;border-radius:3px;color:#137df7;font-weight:300;background:rgba(19,125,247,.1)}.details-default>.detail-body .detail-body-content .tab-content .tab-item-features .item-features .fa{margin-right:4px}.details-default>.detail-body .detail-body-content .tab-content .tab-item-video .description{margin-top:16px;color:#3e455e}.details-default>.detail-body .detail-body-content .tab-content .tab-item-reviews .reviews-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.details-default>.detail-body .detail-body-content .tab-content .tab-item-reviews .reviews-header .reviews-vote{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.details-default>.detail-body .detail-body-content .tab-content .tab-item-reviews .reviews-header .reviews-vote .reviews-rating{color:rgba(62,69,94,.5);font-weight:700}.details-default>.detail-body .detail-body-content .tab-content .tab-item-reviews .reviews-header .reviews-vote .reviews-stars{color:rgba(62,69,94,.5);margin-left:8px}.details-default>.detail-body .detail-body-content .tab-content .tab-item-reviews .reviews-header .reviews-vote .reviews-stars .fa-star{color:#ffc800}.details-default>.detail-body .detail-body-content .tab-content .tab-item-reviews .reviews-header .reviews-vote .reviews-count{font-weight:300;color:rgba(62,69,94,.75);margin-left:24px}.details-default>.detail-body .detail-body-content .tab-content .tab-item-reviews .reviews-header .reviews-vote .button{margin-left:24px}.details-default>.detail-body .detail-body-content .tab-content .tab-item-reviews .reviews-header .reviews-action .button{margin-left:16px}.details-default>.detail-body .detail-body-content .tab-content .tab-item-reviews .reviews-header .reviews-action .button:first-child{margin-left:0}.details-default>.detail-body .detail-body-content .tab-content .tab-item-reviews .reviews-header .review-filter select{outline:0}.details-default>.detail-body .detail-body-content .tab-content .tab-item-reviews .reviews-list{margin-top:24px}.details-default>.detail-body .detail-body-content .tab-content .tab-item-reviews .reviews-list .reviews-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin-top:24px}.details-default>.detail-body .detail-body-content .tab-content .tab-item-reviews .reviews-list .reviews-item:first-child{margin-top:0}.details-default>.detail-body .detail-body-content .tab-content .tab-item-reviews .reviews-list .reviews-item .review-picture{width:48px;height:48px;-webkit-border-radius:50%;border-radius:50%;overflow:hidden}.details-default>.detail-body .detail-body-content .tab-content .tab-item-reviews .reviews-list .reviews-item .review-content{width:-webkit-calc(100% - 64px);width:calc(100% - 64px)}.details-default>.detail-body .detail-body-content .tab-content .tab-item-reviews .reviews-list .reviews-item .review-content .review-author{color:#3e455e;font-weight:700}.details-default>.detail-body .detail-body-content .tab-content .tab-item-reviews .reviews-list .reviews-item .review-content .review-date{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;color:rgba(62,69,94,.5)}.details-default>.detail-body .detail-body-content .tab-content .tab-item-reviews .reviews-list .reviews-item .review-content .review-date .reviews-stars{margin-left:8px}.details-default>.detail-body .detail-body-content .tab-content .tab-item-reviews .reviews-list .reviews-item .review-content .review-date .reviews-stars .fa-star{color:#ffc800}.details-default>.detail-body .detail-body-content .tab-content .tab-item-reviews .reviews-list .reviews-item .review-content .review-description{color:rgba(62,69,94,.75);margin-top:8px}.details-default>.detail-body .detail-body-content .tab-content .tab-item-reviews .reviews-list .reviews-item .review-content .review-helpfull{color:rgba(62,69,94,.5);margin-top:8px}.details-default>.detail-body .detail-body-content .tab-content .tab-item-reviews .reviews-list .reviews-item .review-content .review-helpfull .review-helpfull-vote{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:4px}.details-default>.detail-body .detail-body-content .tab-content .tab-item-reviews .reviews-list .reviews-item .review-content .review-helpfull .review-helpfull-vote .vote-bad .fa,.details-default>.detail-body .detail-body-content .tab-content .tab-item-reviews .reviews-list .reviews-item .review-content .review-helpfull .review-helpfull-vote .vote-good .fa{margin-right:2px}.details-default>.detail-body .detail-body-content .tab-content .tab-item-reviews .reviews-list .reviews-item .review-content .review-helpfull .review-helpfull-vote .vote-bad{margin-left:16px}.details-default>.detail-body .detail-body-content .tab-content .tab-item-reviews .reviews-list .reviews-item .review-content .review-reply{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;border-left:2px solid rgba(62,69,94,.25);padding-left:16px;margin-top:24px}.details-default>.detail-body .detail-body-content .tab-content .tab-item-reviews .reviews-list .reviews-item .review-content .review-reply .reply-picture{width:48px;height:48px;overflow:hidden;-webkit-border-radius:3px;border-radius:3px}.details-default>.detail-body .detail-body-content .tab-content .tab-item-reviews .reviews-list .reviews-item .review-content .review-reply .reply-content{width:-webkit-calc(100% - 64px);width:calc(100% - 64px)}.details-default>.detail-body .detail-body-content .tab-content .tab-item-reviews .reviews-pagination{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:48px}.details-default>.detail-body .detail-body-content .tab-content .tab-item-reviews .reviews-pagination .item-pagination{width:30px;height:30px;background:rgba(62,69,94,.1);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-border-radius:3px;border-radius:3px;margin-left:4px;color:#3e455e;border:1px solid transparent;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;text-decoration:none}.details-default>.detail-body .detail-body-content .tab-content .tab-item-reviews .reviews-pagination .item-pagination:first-child{margin-left:0}.details-default>.detail-body .detail-body-content .tab-content .tab-item-reviews .reviews-pagination .item-pagination:hover{background:0 0;color:#137df7;border-color:#137df7}.details-default>.detail-body .detail-body-content .tab-content .tab-item-reviews .reviews-pagination .item-pagination.is-selected{background:#137df7;color:#fff}.details-default>.detail-body .detail-body-content .tab-content .tab-item-additional .additional-item{margin-top:16px}.details-default>.detail-body .detail-body-content .tab-content .tab-item-additional .additional-item .additional-question{font-weight:700;color:#3e455e}.details-default>.detail-body .detail-body-content .tab-content .tab-item-additional .additional-item .additional-answer{color:#3e455e}.details-default>.detail-body .detail-body-content .tab-content .tab-item-photos .photos-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-top:-24px}.details-default>.detail-body .detail-body-content .tab-content .tab-item-photos .photos-list .photos-item{position:relative;display:block;width:45%;max-height:174px;-webkit-border-radius:3px;border-radius:3px;overflow:hidden;margin-top:24px}@media screen and (min-width:992px){.details-default>.detail-body .detail-body-content .tab-content .tab-item-photos .photos-list .photos-item{width:270px}}.details-default>.detail-body .detail-body-content .tab-content .tab-item-photos .photos-list .photos-item img{max-width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover}.details-default>.detail-body .detail-body-content .tab-content .tab-item-photos .photos-list .photos-item:hover .photos-caption{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.details-default>.detail-body .detail-body-content .tab-content .tab-item-photos .photos-list .photos-item .photos-caption{position:absolute;width:100%;height:100%;top:0;left:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column wrap;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#fff;background:rgba(19,125,247,.5);overflow:hidden;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.details-default>.detail-body .detail-body-content .tab-content .tab-item-photos .photos-list .photos-item .photos-caption .fa{margin-bottom:8px}.details-default>.detail-body .detail-body-content .tab-content .tab-item-location .location-address{margin-top:16px}.details-default>.detail-body .detail-body-content .tab-content .tab-item-location .button{margin-top:16px;padding:12px;-webkit-border-radius:3px;border-radius:3px;width:100%;text-align:center;color:rgba(62,69,94,.75)}.details-default>.detail-body .detail-body-content .tab-content .tab-item-location .button .fa{margin-right:8px}.details-default>.detail-body .detail-body-content .tab-content .tab-item-hours .hour-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin-top:16px}.details-default>.detail-body .detail-body-content .tab-content .tab-item-hours .hour-item:first-child{margin-top:0}.details-default>.detail-body .detail-body-content .tab-content .tab-item-hours .hour-item .day{font-weight:700;text-transform:uppercase;width:50px}.details-default>.detail-body .detail-body-content .tab-content .tab-item-hours .hour-item .time{width:-webkit-calc(100% - 74px);width:calc(100% - 74px);margin-left:24px;color:rgba(62,69,94,.75)}.details-default>.detail-body .detail-body-content .tab-content .tab-item-hours .hour-item .time.is-closed{color:#fc5353;font-weight:700}.details-default>.detail-body .detail-body-content .tab-content .tab-item-ads{margin-top:48px}.details-default>.detail-body .detail-body-content .tab-content .tab-item-ads .ads-block{padding:0}.details-default>.detail-body .detail-body-content .tab-content .tab-item-owner .tab-item-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.details-default>.detail-body .detail-body-content .tab-content .tab-item-owner .tab-item-content .owner-picture{width:96px;height:96px;-webkit-border-radius:9999px;border-radius:9999px;overflow:hidden}.details-default>.detail-body .detail-body-content .tab-content .tab-item-owner .tab-item-content .owner-content{width:-webkit-calc(100% - 118px);width:calc(100% - 118px)}.details-default>.detail-body .detail-body-content .tab-content .tab-item-owner .tab-item-content .owner-content .owner-name{font-weight:700;color:#3e455e;line-height:1}.details-default>.detail-body .detail-body-content .tab-content .tab-item-owner .tab-item-content .owner-content .owner-email{color:rgba(62,69,94,.75);margin-top:8px;line-height:1}.details-default>.detail-body .detail-body-content .tab-content .tab-item-owner .tab-item-content .owner-content .button{margin-top:16px}.details-default>.detail-body .detail-body-content .tab-content .tab-item-offer-time .tab-item-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.details-default>.detail-body .detail-body-content .tab-content .tab-item-offer-time .tab-item-content .item-time{text-align:center;margin-left:24px}.details-default>.detail-body .detail-body-content .tab-content .tab-item-offer-time .tab-item-content .item-time:first-child{margin-left:0}.details-default>.detail-body .detail-body-content .tab-content .tab-item-offer-time .tab-item-content .item-value{font-weight:700;opacity:.75}.details-default>.detail-body .detail-body-content .tab-content .tab-item-offer-time .tab-item-content .item-label{opacity:.75}.details-default>.detail-body .detail-body-content .tab-content .tab-item-offer-owner .tab-item-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.details-default>.detail-body .detail-body-content .tab-content .tab-item-offer-owner .tab-item-content .owner-picture{width:48px;height:48px;-webkit-border-radius:3px;border-radius:3px;overflow:hidden}.details-default>.detail-body .detail-body-content .tab-content .tab-item-offer-owner .tab-item-content .owner-content{width:-webkit-calc(100% - 72px);width:calc(100% - 72px)}.details-default>.detail-body .detail-body-content .tab-content .tab-item-offer-owner .owner-name{font-weight:700;color:#3e455e}.details-default>.detail-body .detail-body-content .tab-content .tab-item-offer-owner .reviews-vote{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:8px}.details-default>.detail-body .detail-body-content .tab-content .tab-item-offer-owner .reviews-vote .reviews-rating{color:rgba(62,69,94,.5);font-weight:700}.details-default>.detail-body .detail-body-content .tab-content .tab-item-offer-owner .reviews-vote .reviews-stars{color:rgba(62,69,94,.5);margin-left:8px}.details-default>.detail-body .detail-body-content .tab-content .tab-item-offer-owner .reviews-vote .reviews-stars .fa-star{color:#ffc800}.details-default>.detail-body .detail-body-content .tab-content .tab-item-offer-owner .reviews-vote .reviews-count{font-weight:300;color:rgba(62,69,94,.75);margin-left:24px}.details-default>.detail-body .detail-body-content .tab-content .tab-item-offer-owner .owner-actions{margin-top:8px}.details-default.details-listing>.details-header .details-general .details-info{width:-webkit-calc(100% - 128px);width:calc(100% - 128px)}.details-default.details-listing>.detail-body .detail-body-content .tab-content{display:none}.details-default.details-listing>.detail-body .detail-body-content .tab-content.is-active:not(.has-sidebar){display:block}.details-default.details-listing>.detail-body .detail-body-content .tab-content.is-active.has-sidebar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.details-default.details-listing>.detail-body .detail-body-content .tab-content.is-active.has-sidebar .tab-left{width:100%}@media screen and (min-width:992px){.details-default.details-listing>.detail-body .detail-body-content .tab-content.is-active.has-sidebar .tab-left{width:65%}}.details-default.details-listing>.detail-body .detail-body-content .tab-content.is-active.has-sidebar .tab-right{width:100%}@media screen and (min-width:992px){.details-default.details-listing>.detail-body .detail-body-content .tab-content.is-active.has-sidebar .tab-right{width:30%}}.details-default:not(.details-listing)>.detail-body .detail-body-content .tab-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.details-default:not(.details-listing)>.detail-body .detail-body-content .tab-content .tab-left{width:100%}@media screen and (min-width:992px){.details-default:not(.details-listing)>.detail-body .detail-body-content .tab-content .tab-left{width:65%}}.details-default:not(.details-listing)>.detail-body .detail-body-content .tab-content .tab-right{width:100%}@media screen and (min-width:992px){.details-default:not(.details-listing)>.detail-body .detail-body-content .tab-content .tab-right{width:30%}}@media screen and (min-width:992px){.details-default.details-events>.details-header .details-contact{max-width:35%}}@media screen and (min-width:992px) and (-ms-high-contrast:active),screen and (min-width:992px) and (-ms-high-contrast:none){.details-default.details-events>.details-header .details-contact{width:35%}}.details-default.details-events .tab-right{margin-top:32px}@media screen and (min-width:992px){.details-default.details-events .tab-right{margin-top:0}}@media screen and (min-width:992px){.details-default.details-classifieds>.details-header .details-contact{width:45%}}@media screen and (min-width:992px) and (-ms-high-contrast:active),screen and (min-width:992px) and (-ms-high-contrast:none){.details-default.details-classifieds>.details-header .details-contact{width:45%}}.details-default.details-classifieds>.details-header.details-header-mobile .details-actions{margin-top:0}.details-default.details-classifieds>.details-header.details-header-mobile .details-price{margin-top:8px}.details-default.details-deals>.details-header.details-header-mobile .details-actions{margin-top:0}.details-default.details-deals .details-old-price{margin-top:16px;line-height:1;color:rgba(62,69,94,.5);text-decoration:line-through}.details-default.details-deals .details-old-price+.details-price{margin-top:4px;line-height:1}.details-default.details-deals .details-price{color:#3e455e;margin-top:8px}.details-default.details-articles .article-header{max-width:770px;margin:0 auto;text-align:center}.details-default.details-articles .article-header .article-date{font-weight:300;color:#fff}.details-default.details-articles .article-header .article-title{color:#fff;margin-top:16px}.details-default.details-articles .article-header .article-actions{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-top:16px}.details-default.details-articles .article-header .article-actions .icon{color:rgba(255,255,255,.75);margin-left:8px;text-decoration:none;font-size:20px}.details-default.details-articles .article-header .article-actions .icon:first-child{margin-left:0}.details-default.details-articles .tab-content{max-width:770px;margin:0 auto;display:block!important}.details-default.details-articles .tab-content .article-author{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.details-default.details-articles .tab-content .article-author .article-picture{width:48px;height:48px;overflow:hidden;-webkit-border-radius:9999px;border-radius:9999px}.details-default.details-articles .tab-content .article-author .article-content{color:rgba(62,69,94,.5);margin-left:16px}.details-default.details-articles .tab-content .article-author .article-content .author-name{font-weight:700;display:inline-block}.details-default.details-articles .tab-content .details-slider{margin-top:32px}.details-default.details-articles .tab-content .article-description{margin-top:48px}.details-default.details-articles .tab-content .article-description p{color:rgba(62,69,94,.75);margin-bottom:0;margin-top:16px}.details-default.details-articles .tab-content .article-description p:first-child{margin-top:0}.details-default.details-articles .tab-content .article-categories{margin-top:32px;margin-left:-8px}.details-default.details-articles .tab-content .article-categories .categorie-item{background:rgba(62,69,94,.15);-webkit-border-radius:3px;border-radius:3px;padding:4px 8px;font-weight:700;color:#3e455e;margin-left:8px;margin-bottom:8px}.modal-sign{position:fixed;width:100%;height:0;top:0;left:0;z-index:1000;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;overflow:hidden;background:rgba(0,0,0,.5);-webkit-transition:.6s cubic-bezier(.175,.885,.32,1.275);transition:.6s cubic-bezier(.175,.885,.32,1.275)}.modal-sign.is-open{min-height:100vh;height:auto;overflow:auto;padding:48px 0}.modal-sign .modal-content{background:#fff;-webkit-border-radius:3px;border-radius:3px;min-width:90%}@media screen and (min-width:768px){.modal-sign .modal-content{min-width:446px}}.modal-sign .modal-content .modal-nav{padding:24px;border-bottom:1px solid rgba(151,151,151,.5);position:relative}.modal-sign .modal-content .modal-nav .modal-nav-link{color:rgba(62,69,94,.25);font-weight:600;margin-left:32px;text-decoration:none;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.modal-sign .modal-content .modal-nav .modal-nav-link:first-child{margin-left:0}.modal-sign .modal-content .modal-nav .modal-nav-link.active,.modal-sign .modal-content .modal-nav .modal-nav-link:hover{color:#3e455e}.modal-sign .modal-content .modal-nav .modal-close-button{position:absolute;color:#3e455e;text-decoration:none;right:24px;line-height:1;font-size:24px}.modal-sign .modal-content .modal-nav .selected-arrow{width:12px;height:12px;border-top:1px solid rgba(151,151,151,.5);border-left:1px solid rgba(151,151,151,.5);background:#fff;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);position:absolute;bottom:-6px;-webkit-transition:.5s ease-in-out;transition:.5s ease-in-out}.modal-sign .modal-content .modal-body{padding:48px;overflow:hidden;position:relative;-webkit-transition:.5s ease-in-out;transition:.5s ease-in-out}.modal-sign .modal-content .modal-body .content-tab{width:-webkit-calc(100% - 96px);width:calc(100% - 96px);position:absolute;top:48px;-webkit-transition:.5s ease-in-out;transition:.5s ease-in-out}.modal-sign .modal-content .modal-body .content-tab.content-sign-in{left:-100%}.modal-sign .modal-content .modal-body .content-tab.content-sign-up{right:-100%}.modal-sign .modal-content .modal-body .content-tab.active.content-sign-in{left:48px}.modal-sign .modal-content .modal-body .content-tab.active.content-sign-up{right:48px}.modal-sign .modal-content .modal-body .modal-social .social-modal-button{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-border-radius:3px;border-radius:3px;padding:16px;text-decoration:none;margin-top:8px}.modal-sign .modal-content .modal-body .modal-social .social-modal-button:first-child{margin-top:0}.modal-sign .modal-content .modal-body .modal-social .social-modal-button .fa{font-size:24px;margin-right:24px}.modal-sign .modal-content .modal-body .modal-social .social-modal-button.facebook-button{background:#3b5998;color:#fff;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.modal-sign .modal-content .modal-body .modal-social .social-modal-button.facebook-button:hover{background:#344e86}.modal-sign .modal-content .modal-body .modal-social .social-modal-button.google-button{background:#eee;color:#6d6d6d;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.modal-sign .modal-content .modal-body .modal-social .social-modal-button.google-button:hover{background:#e1e1e1}.modal-sign .modal-content .modal-body .modal-social .social-modal-button.google-button img{margin-right:24px}.modal-sign .modal-content .modal-body .or-label{display:block;text-align:center;margin-top:16px;line-height:1}.modal-sign .modal-content .modal-body .modal-form{margin-top:16px}.modal-sign .modal-content .modal-body .modal-form .input{width:100%;margin-top:8px}.modal-sign .modal-content .modal-body .modal-form .input:first-child{margin-top:0}.modal-sign .modal-content .modal-body .form-actions{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:4px}.modal-sign .modal-content .modal-body .form-actions .form-remember{color:rgba(62,69,94,.75);margin:0}.modal-sign .modal-content .modal-body .form-actions .form-remember input{margin-right:4px}.modal-sign .modal-content .modal-body .form-actions+.form-button{margin-top:32px}.modal-sign .modal-content .modal-body .form-button{margin-top:16px}.modal-sign .modal-content .modal-body .form-button .button{width:100%;text-align:center;display:inline-block}.modal-sign .modal-content .modal-body .privacy-policy{color:#3e455e;text-align:center;display:block;margin-top:8px}.modal-sign .modal-content .modal-body .privacy-policy .link{font-size:inherit;color:inherit}.modal-sign .modal-content .modal-body .not-member{display:block;line-height:1;color:rgba(62,69,94,.75);text-align:center;margin-top:8px}.modal-sign.sign-modal .modal-content{width:446px}.contactus-block .wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:32px 0}@media screen and (min-width:992px){.contactus-block .wrapper{padding:64px 0}}.contactus-block .wrapper .contactus-content{width:100%}@media screen and (min-width:768px){.contactus-block .wrapper .contactus-content{width:45%}}@media screen and (min-width:992px){.contactus-block .wrapper .contactus-content{width:485px}}.contactus-block .wrapper .contactus-content .paragraph{font-weight:300;color:rgba(62,69,94,.75)}.contactus-block .wrapper .contactus-content .contactus-info{margin-top:32px}.contactus-block .wrapper .contactus-content .contactus-info .info-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.contactus-block .wrapper .contactus-content .contactus-info .info-item:not(:first-child){margin-top:8px}.contactus-block .wrapper .contactus-content .contactus-info .info-item .icon{margin-right:8px;color:#022e69;font-size:18px}.contactus-block .wrapper .contactus-content .contactus-social{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:24px}.contactus-block .wrapper .contactus-content .contactus-social .social-item{width:36px;height:36px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#022e69;border:1px solid #022e69;-webkit-border-radius:9999px;border-radius:9999px;text-decoration:none}.contactus-block .wrapper .contactus-content .contactus-social .social-item:not(:first-child){margin-left:16px}.contactus-block .wrapper .contactus-form{width:100%;margin-top:24px}@media screen and (min-width:768px){.contactus-block .wrapper .contactus-form{width:300px;margin-top:0}}@media screen and (min-width:992px){.contactus-block .wrapper .contactus-form{width:375px}}.contactus-block .wrapper .contactus-form .input{width:100%}.contactus-block .wrapper .contactus-form .input:not(:first-child){margin-top:8px}.contactus-block .wrapper .contactus-form textarea{padding-top:8px}.contactus-block .wrapper .contactus-form .button{width:100%;display:block}.faq-page .faq-header{padding:32px 0}@media screen and (min-width:992px){.faq-page .faq-header{padding:64px 0}}.faq-page .faq-header[data-bg=brand] .wrapper .faq-info .heading{color:#fff}.faq-page .faq-header[data-bg=brand] .wrapper .faq-info .paragraph{color:rgba(255,255,255,.75)}.faq-page .faq-header .wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.faq-page .faq-header .wrapper .faq-info{max-width:450px}.faq-page .faq-header .wrapper .faq-info .heading{color:#022e69}.faq-page .faq-header .wrapper .faq-info .paragraph{color:rgba(62,69,94,.75);font-size:.875em}.faq-page .faq-header .wrapper .faq-search{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;margin-top:24px}@media screen and (max-width:364px){.faq-page .faq-header .wrapper .faq-search{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}}@media screen and (min-width:992px){.faq-page .faq-header .wrapper .faq-search{width:-webkit-calc(100% - 600px);width:calc(100% - 600px);margin-top:0}}.faq-page .faq-header .wrapper .faq-search .input{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.faq-page .faq-header .wrapper .faq-search .button{margin-left:16px}@media screen and (max-width:364px){.faq-page .faq-header .wrapper .faq-search .button{margin-left:0;margin-top:8px;width:100%}}.faq-page .faq-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column wrap;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:64px 15px}.faq-page .faq-content .toggle-item{width:100%}@media screen and (min-width:768px){.faq-page .faq-content .toggle-item{width:90%}}@media screen and (min-width:992px){.faq-page .faq-content .toggle-item{width:65%}}.faq-page .faq-content .toggle-item:not(:first-child){margin-top:24px}.faq-page .faq-content .toggle-item[data-bg=brand] .toggle-header .button,.faq-page .faq-content .toggle-item[data-bg=brand] .toggle-header .heading{color:#fff}.faq-page .faq-content .toggle-item[data-bg=brand] .toggle-content .paragraph{color:rgba(255,255,255,.75)}.faq-page .faq-content .toggle-item .toggle-header{padding:18px 24px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.faq-page .faq-content .toggle-item .toggle-header.is-open .button{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.faq-page .faq-content .toggle-item .toggle-header.is-open .button:before{opacity:0}.faq-page .faq-content .toggle-item .toggle-header .toggle-title{line-height:1;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.faq-page .faq-content .toggle-item .toggle-header .button{background:0 0;-webkit-box-shadow:none;box-shadow:none;border:none;font-size:22px;position:relative;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.faq-page .faq-content .toggle-item .toggle-header .button:before{content:"\f068";font-family:fontAwesome;font-size:22px;position:absolute;left:-1px;top:-1px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.faq-page .faq-content .toggle-item .toggle-content{border-top:1px solid rgba(151,151,151,.23);padding:24px;display:none}.faq-page .faq-content .toggle-item .toggle-content .paragraph{color:rgba(62,69,94,.75)}.faq-page .faq-content .contact-us{margin-top:32px;display:block;font-size:.875em}.calendar-sm .month{font-size:.875em}.calendar-sm .day{font-size:1.5em}.calendar-sm .day-abbr{font-size:.75em}.cards-default .cards-header>.link{font-size:1em}.cards-default .cards-list .card .picture .badge{font-size:.875em}.cards-default .cards-list .card .content .categories{font-size:.875em}.cards-default .cards-list .card .content .reviews .reviews-count{font-size:.875em}.cards-default .cards-list .card .content .author .author-name{font-size:.875em}.cards-default .cards-list .card .content .author .author-info .author-name{font-size:1em}.cards-default .cards-list .card .content .author .author-info .author-days{font-size:.75em}.cards-default .cards-list .card .content .price-off{font-size:.875em}.cards-default .cards-list .card .content .valid-time{font-size:1em}.content-form:not(.form).is-open:after{font-size:1em}.input{font-size:1em}.link{font-size:.875em}.heading.h-1{font-size:2.5em}.heading.h-2{font-size:2em}.heading.h-3{font-size:1.5em}.heading.h-4{font-size: 13px;color: brown;font-weight: 500;position:relative;
    top: 7px;}.heading.h-5{font-size:1em}.paragraph.p-1{font-size:1.125em}.paragraph.p-2{font-size:1em}.paragraph.p-3{font-size:.875em}.paragraph.p-4{font-size:.75em}.cards-default[data-type=articles] .cards-list .card-horizontal-full .content .title{font-size:1.5em}@media screen and (min-width:768px){.cards-default[data-type=articles] .cards-list .card-horizontal-full .content .title{font-size:1.75em}}@media screen and (min-width:992px){.cards-default[data-type=articles] .cards-list .card-horizontal-full .content .title{font-size:2em}}@media screen and (min-width:1200px){.cards-default[data-type=articles] .cards-list .card-horizontal-full .content .title{font-size:2.5em}}.cards-default[data-type=articles] .cards-list .card-horizontal-full .content .categories .link{font-size:.875em}.cards-default[data-type=articles] .cards-list.list-horizontal .content .title{font-size:1.5em}.cards-default[data-type=articles] .card-wrapper-quarter .card-list-quarter .card-horizontal-full .content .title{font-size:1.5em}.cards-default[data-type=articles] .card-wrapper-quarter .cards-popular>.list-popular-articles .item-popular-articles .content-right .title{font-size:1.25em}.cards-default[data-type=articles] .card-wrapper-quarter .cards-popular>.list-popular-articles .item-popular-articles .content-right .author{font-size:.875em}.categories-base .categories-header>.link{font-size:1em}.categories-base .categories-content>.categories-list .info .title{font-size:1em}.horizontal-deal .cards-list .card-deals .content .deals-price .valid-time{font-size:.875em}.details-default>.details-modal.is-sent .modal-default .modal-return{font-size:1.125em}.details-default>.details-modal.deals-coupon .deals-content .deals-content-item .content-title{font-size:.75em}.details-default>.details-header .details-general .details-info .details-categories{font-size:.875em}.details-default>.details-header .details-general .details-info .details-old-price{font-size:.875em}.details-default>.details-header .details-general .details-info .details-date{font-size:1em}.details-default>.details-header .details-general .details-info .details-reviews .reviews-first{font-size:.875em}@media screen and (min-width:992px){.details-default>.details-header .details-general .details-info .details-actions .button{font-size:.875em}}@media screen and (min-width:1200px){.details-default>.details-header .details-general .details-info .details-actions .button{font-size:1em}}.details-default>.details-header .details-general .details-info .details-claim{font-size:.875em}.details-default>.details-header .details-general .details-info .details-certified .item-certified .title{font-size:.875em}.details-default>.detail-body .detail-body-content .tab-item-features .item-features{font-size:.875em}.details-default>.detail-body .detail-body-content .tab-item-reviews .reviews-header .reviews-vote .reviews-rating{font-size:1em}.details-default>.detail-body .detail-body-content .tab-item-reviews .reviews-header .reviews-vote .reviews-count{font-size:.875em}.details-default>.detail-body .detail-body-content .tab-item-reviews .reviews-list .reviews-item .review-content .review-author{font-size:1em}.details-default>.detail-body .detail-body-content .tab-item-reviews .reviews-list .reviews-item .review-content .review-date{font-size:.75em}.details-default>.detail-body .detail-body-content .tab-item-reviews .reviews-list .reviews-item .review-content .review-description{font-size:1em}.details-default>.detail-body .detail-body-content .tab-item-reviews .reviews-list .reviews-item .review-content .review-helpfull{font-size:.75em}.details-default>.detail-body .detail-body-content .tab-item-reviews .reviews-pagination .item-pagination{font-size:1em}.details-default>.detail-body .detail-body-content .tab-item-additional .additional-item .additional-question{font-size:1em}.details-default>.detail-body .detail-body-content .tab-item-additional .additional-item .additional-answer{font-size:1em}.details-default>.detail-body .detail-body-content .tab-item-photos .photos-list .photos-item .photos-caption{font-size:1em}.details-default>.detail-body .detail-body-content .tab-item-location .button{font-size:1em}.details-default>.detail-body .detail-body-content .tab-item-hours .hour-item .day{font-size:1em}.details-default>.detail-body .detail-body-content .tab-item-hours .hour-item .time{font-size:1em}.details-default>.detail-body .detail-body-content .tab-item-owner .tab-item-content .owner-content .owner-name{font-size:1em}.details-default>.detail-body .detail-body-content .tab-item-owner .tab-item-content .owner-content .owner-email{font-size:.875em}.details-default>.detail-body .detail-body-content .tab-item-offer-time .tab-item-content .item-label{font-size:.875em}.details-default>.detail-body .detail-body-content .tab-item-offer-owner .owner-name{font-size:1em}.details-default>.detail-body .detail-body-content .tab-item-offer-owner .reviews-vote .reviews-rating{font-size:1em}.details-default>.detail-body .detail-body-content .tab-item-offer-owner .reviews-vote .reviews-count{font-size:.875em}.details-default.details-articles .article-header .article-date{font-size:1.125em}.details-default.details-articles .tab-content .article-author .article-content{font-size:1em}.details-default.details-articles .tab-content .article-author .article-content .author-name{font-size:.875em}.cards-events .calendar-wrapper .calendar-block .datepicker .datepicker--nav-title{font-size:1.25em}.cards-events .calendar-wrapper .calendar-block .datepicker .datepicker--content .datepicker--days-names .datepicker--day-name{font-size:.875em}@media screen and (min-width:768px){.cards-events .calendar-wrapper .calendar-block .datepicker .datepicker--content .datepicker--days-names .datepicker--cells .datepicker--cell{font-size:.875em}}@media screen and (min-width:992px){.cards-events .calendar-wrapper .calendar-block .datepicker .datepicker--content .datepicker--days-names .datepicker--cells .datepicker--cell{font-size:1em}}.cards-events .calendar-wrapper .calendar-block .datepicker .datepicker--content .datepicker--days-names .datepicker--cells .datepicker--cell.-other-month-{font-size:1em}.footer>.footer-content .wrapper .footer-item .footer-item-title{font-size:1.25em}.footer>.footer-content .wrapper .footer-item .footer-item-content .link-footer{font-size:.875em}.footer>.footer-content .wrapper .footer-item .footer-item-content .footer-info{font-size:.875em}.footer>.footer-bar .wrapper .footer-coopyright{font-size:1em}.footer>.footer-bar .wrapper .footer-powered{font-size:1em}.footer.type-3>.footer-content .footer-contact .contact-item{font-size:.875em}.footer.type-4>.footer-content .footer-coopyright{font-size:1em}.footer.type-5>.footer-content .wrapper .footer-actions .footer-newsletter .footer-item-content .footer-item-subtitle{font-size:.875em}.footer.type-5>.footer-content .wrapper .footer-actions .footer-newsletter .footer-item-content .form-newsletter .input{font-size:.875em}.footer.type-5>.footer-content .wrapper .footer-actions .footer-newsletter .footer-item-content .privacy-text-footer{font-size:.75em}.footer.type-5>.footer-content .footer-bar .footer-coopyright{font-size:1em}.footer.type-5>.footer-content .footer-bar .footer-powered{font-size:1em}.header>.header-bar .bar-link{font-size:.875em}.header .header-navbar .navbar-link{font-size:1em}.header .header-navbar .navbar-more .more-label{font-size:1em}.header .header-navbar .navbar-more .more-link{font-size:1em}.hero-default .wrapper>.content-location .link{font-size:.875em}@media screen and (min-width:320px) and (max-width:767px){.hero-default.type-1 .heading{font-size:1.75em}}@media screen and (min-width:320px) and (max-width:767px){.hero-default.type-1 .paragraph{font-size:.875em}}.hero-default.type-2.is-column .wrapper .heading{font-size:2em}@media screen and (min-width:320px) and (max-width:425px){.hero-default.type-2.is-column .wrapper .heading{font-size:1.5em}}.hero-default.type-2.is-column .wrapper .paragraph{font-size:1.125em}@media screen and (min-width:320px) and (max-width:425px){.hero-default.type-2.is-column .wrapper .paragraph{font-size:1em}}@media screen and (min-width:320px) and (max-width:425px){.hero-default.type-3 .hero-slider .slider-content .heading{font-size:1.5em}}@media screen and (min-width:320px) and (max-width:425px){.hero-default.type-3 .hero-slider .slider-content .paragraph{font-size:1em}}@media screen and (min-width:320px) and (max-width:425px){.hero-default.type-4 .wrapper .heading,.hero-default.type-5 .wrapper .heading,.hero-default.type-6 .wrapper .heading{font-size:1.5em}}@media screen and (min-width:320px) and (max-width:425px){.hero-default.type-4 .wrapper .paragraph,.hero-default.type-5 .wrapper .paragraph,.hero-default.type-6 .wrapper .paragraph{font-size:1em}}.cards-latest-members .members-list .members-item .content .joined-time{font-size:.875em}.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item.is-highlighted:before{font-size:1em}.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item .pricing-collapse .price-description p{font-size:.938em}.pricing-plans .pricing-table .pricing-wrapper .pricing-list .pricing-item .pricing-collapse .price-advantages .price-advantages-item .item-name{font-size:1em}.modal-default .modal-content .modal-nav .modal-nav-link{font-size:1.125em}.modal-default .modal-content .modal-body .form-actions .form-remember{font-size:.875em}.modal-default .modal-content .modal-body .privacy-policy{font-size:.625em}.modal-default .modal-content .modal-body .not-member .link{font-size:1em}.thin-strip-base.type-1 .wrapper>.content-location .link{font-size:.875em}.thin-strip-base.type-6 .wrapper>.content-download .heading{font-size:1em}@media screen and (min-width:768px) and (max-width:1023px){.thin-strip-base.type-6 .wrapper>.content-download .heading{font-size:1.5em}}@media screen and (min-width:1024px){.thin-strip-base.type-6 .wrapper>.content-download .heading{font-size:2em}}.thin-strip-base.type-6 .wrapper>.content-download .paragraph{font-size:.875em}@media screen and (min-width:1024px){.thin-strip-base.type-6 .wrapper>.content-download .paragraph{font-size:1.125em}}.video-gallery .video-header>.link{font-size:1em}.main-docs{position:relative}.main-docs .aside{width:260px;background:#f2f2f2;position:fixed;min-height:100vh}.main-docs .aside .header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background:#164376;padding:10px 30px}.main-docs .aside .header .logo{display:block}.main-docs .aside .header .logo img{max-width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover}.main-docs .aside .navbar{padding:20px;display:block}.main-docs .aside .navbar .title{display:block;font-size:17px;font-weight:700;margin-bottom:5px;margin-top:20px;color:#022e69}.main-docs .aside .navbar .title:first-child{margin-top:0}.main-docs .aside .navbar .link{font-size:16px;color:#3e455e;margin-left:10px;display:block;text-decoration:none;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.main-docs .aside .navbar .link:hover{margin-left:13px}.docs pre[class*=language-]{font-size:12px}.docs pre[class*=language-]:first-child{margin:0 0 .5em}.main-docs .content{width:-webkit-calc(100% - 260px);width:calc(100% - 260px);margin-left:260px;padding:30px}.main-docs .page-title .title{font-size:40px;line-height:1.3;margin:0;color:#022e69}.main-docs .page-title .description{font-size:18px;margin:0;line-height:1.5}.main-docs .content-block{margin-top:60px}.main-docs .content-block:first-child{margin-top:0}.main-docs .content-block .content-header{border-bottom:1px solid #3e455e;padding-bottom:10px}.main-docs .content-block .content-header .title{font-size:32px;margin:0;line-height:1.3;color:#3e455e}.main-docs .content-block .content-header .description{line-height:1.5}.main-docs .content-block .content-preview{margin-top:30px;background:#f7f7f7;padding:20px}.main-docs .content-block .content-preview.inverse{background:#080808}.main-docs .content-block .content-body{margin-top:30px}.main-docs .content-block .content-detail .table{margin-top:30px;width:100%;display:table}@media screen and (max-width:580px){.main-docs .content-block .content-detail .table{display:block}}.main-docs .content-block .content-detail .table .table-row{display:table-row}@media screen and (max-width:580px){.main-docs .content-block .content-detail .table .table-row{padding:14px 0 7px;display:block}}.main-docs .content-block .content-detail .table .table-row.table-header{font-weight:900;color:#3e455e;background:#f7f7f7;border-bottom:none}@media screen and (max-width:580px){.main-docs .content-block .content-detail .table .table-row.table-header{padding:0;height:6px}.main-docs .content-block .content-detail .table .table-row.table-header .table-cell{display:none}}@media screen and (max-width:580px){.main-docs .content-block .content-detail .table .table-row .table-cell{margin-bottom:10px}.main-docs .content-block .content-detail .table .table-row .table-cell:before{margin-bottom:3px;content:attr(data-title);min-width:98px;font-size:10px;line-height:10px;font-weight:700;text-transform:uppercase;color:#969696;display:block}}.main-docs .content-block .content-detail .table .table-cell{padding:6px 12px;display:table-cell;border-bottom:1px solid #f7f7f7}@media screen and (max-width:580px){.main-docs .content-block .content-detail .table .table-cell{padding:2px 16px;display:block}}.main-docs .content-block .content-detail .table .table-cell ul{margin:0;padding:0;list-style:none}

.calendar-sm {
    width: 80px;
    /* min-width: 50px; */
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solidrgba(62,69,94,.25);
    background: #fff;
    overflow: hidden;
}
.calendar-sm .day {
    font-size: 17px;
}
.content-info .dash_event{
    padding-top: 8px;
    padding-right: 6px;
    color: brown;
}
.content-info .dash_time{
    color: #111827;
    font-size: 16px;
    padding-right: 7px;
}
.cards-default .cards-list .card .calendar-sm+.content-info {
    width: -webkit-calc(100% - 64px);
    width: calc(100% - 71px);
    margin-left: 6px;
}
.cards-default .cards-list .card .picture img {
    max-width: 100%;
    /* max-height: 370px; */
    height: 191px;
    display: block;
    object-fit: cover;
    /* object-fit: cover; */
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    width: 382px;
    background-image: linear-gradient(to top, #f1f1f1, rgb(163 159 166 / 0%));
}
.counter_block{
   padding: 23px 0px;
    /*background-image: url(https://cdn.wallpapersafari.com/60/40/MnjEcY.jpg);*/
    background-color: #c42c2b;
    background-color: #e6b092;
    margin-top: -24px;
    height: 167px;
}

.count_box{
        margin: 0 auto;
    display: flex;
    justify-content: center;
}
.count_box a{
    text-decoration: none;
}
 .circle {
        width: 179px;
        line-height: 89px;
        border-radius: 6px;
        text-align: center;
        font-size: 32px;
        display: grid;
        background-color: white;
        box-shadow: 3px 8px 18px -7px #757575;
        cursor: pointer;
}
.circle:hover{
    box-shadow: 0 9px 11px 0 rgb(0 0 0 / 24%), 0 6px 26px 0 rgb(0 0 0 / 38%);
}
.circle img{
    border-radius: 50%;
    width: 83px;
    position: absolute;
    /*top: 95px;*/
    margin-left: 48px;
}
.count_box .count_name{
    position: relative;
    bottom: 0px;
    font-size: 20px;
}
.count_box .count_no{
    position: relative;
    top: 48px;
    font-size: 38px;
    color: brown;
    font-weight: 500;
}
.intro_block{
    display: flex;
    margin-left: 9px;
}
.intro_1{
    width: 85px;
}
.intro_2{
    width: 280px;
    margin-left: 25px;
}
.add_btnblock{
    margin-left: 90px;
}
.add_btnblock input{
    color: red;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 3px 12px;
    border-radius: 18px;
}
.add_input{
    color: red;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 3px 12px;
    border-radius: 18px;
}
.edit_btn{
    background: none;
    color: #4d90fe;
    border: 1px solid #4d90fe;
    border-radius: 50%;
    padding: 0px 5px;
}
.delete_btn{
    background: none;
    color: #dc3545;
    border: 1px solid #dc3545;
    border-radius: 50%;
    padding: 0px 5px;
}
.spinner {
    display: block;
    float: left;
    width: 120px;
    height: 120px;
    animation-name: spin;
    animation-duration: 04s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: fixed;
    left: 45%;
    top: 45%;
    z-index:999;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*.event-card {*/
/*  width: 100%;*/
/*  background: whitesmoke;*/
/*  border-radius: 15px;*/
/*  padding: 10px;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  border-left: 4px solid #C42C2B;*/
/*  margin: 10px 0px;*/
/*  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 11%), 0 4px 10px 0 rgb(0 0 0 / 11%);*/
/*}*/
/*.event-card:hover {*/
/*  box-shadow: #cfd5e0 0 0 10px 5px;*/
/*}*/

.left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  width:400px;
}

.date-time {
  width: 300px;
  height: 80px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  letter-spacing: 2px;
}
.date-time.dt1 img{
    max-width: 100%;
    object-fit: cover;
    width: 300px;
    height: 80px;
    border-radius: 6px;
}

.dt1 {
  background: #eceff8;
}
.dt2 {
  background: #f8ecf8;
}
.dt3 {
  background: #f8ecec;
}
.dt4 {
  background: #eef8ec;
}

.date {
  font-size: 12px;
  font-weight: 600;
}

.time {
  font-size: 22px;
  font-weight: 700;
}

.event-detail {
  font-size: 13px;
  color: #4b4b4b;
  margin-top: 8px;
  width: 300px;
}
.event-name{
    color: brown;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;
}
.add-to-calender {
    width: 110px;
    display: inline-block;
    background: #28a745;
    color: white;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 6px;
    border-radius: 6px;
    margin: 0 10px 15px;
}
.add-to-calender input{
    background: no-repeat;
    color: white;
    border: none;
    font-size: 13px;
}
.event-info span{
    font-size: 13px;
    color: #04c;
}
.add-to-calender:hover {
  box-shadow: #cfd5e0 0 0 10px 5px;
  transform: scale(1.1);
}
.add-to-calender:hover ion-icon {
  transform: rotate(360deg);
}
.event_btn{
    text-align: right;
    margin-right: 10px;
}

ion-icon {
  color: white;
  font-size: 17px;
}
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	/*background: url('https://cutewallpaper.org/24/loading-gif-png/loadinggifpng5-superior-lawn-care.png') 50% 50% no-repeat rgb(249,249,249);*/
	background-size:100px;
	background: 50% 50% no-repeat rgb(249,249,249);
	
}
.loader img{
    width: 450px;
    height: 600px;
    /* text-align: center; */
    position: relative;
    top: 14px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.dash_box {
    border-left: none !important;
    box-shadow: none !important;
}
.datepicker {
    background: #fff;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* font-family: Tahoma,sans-serif; */
    font-size: 14px;
    color: #4a4a4a;
    transition: opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;
    -webkit-transition: opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;
    transition: opacity .3s ease,transform .3s ease,left 0s .3s;
    transition: opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease;
    z-index: 0;
    left: 0;
    opacity: 1;
    box-shadow: none;
} 
.festive_img{
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border: 2px solid #b3b3b3;
    padding: 3px;
}
.cards-header.news_header{
    margin: 20px 2px;
}
.cards-header.news_header .heading.h-4{
    height: auto;
    background: #c42c2b;
    color: white;
    padding: 10px;
}
.md\:flex-shrink-0 {
    flex-shrink: 0;
    margin-left: auto;
    margin-right: 0;
}
.event_dateblock input{
    height:20px;
    width: 120px;
}
.event_dateblock label{
    margin: 0;
    font-size: 12px;
}
.event_dateblock button{
    padding: 2px 12px;
    font-size: 12px;
    margin: 7px 38px;
}
.comt_text {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
      border: 1px solid #dddddd;
    text-align: center;
    padding: 8px;
    font-size: 13px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}
.nokh_list .nokhL_head{
    text-align: center;
    background-size: 356px 151px;
    background-repeat: no-repeat;
    object-fit: cover;
    background-image: url(https://img.freepik.com/free-vector/white-background-with-hexagonal-line-pattern-design_1017-28442.jpg?w=2000);
    padding: 9px 4px 1px;
}
.nokh_list .nokhL_head h1{
    font-size: 19px;
    font-weight: 600;
}
.nokh_list .nokhL_head h3{
    font-size: 15px;
}
.nokh_list{
    padding: 0 !important;
}
.count_circle{
    display:flex;
    margin-top: 10px;
}
.login_block {
    height: 625px;
    width: 350px;
    box-shadow: 0px 15px 30px rgb(22, 22, 22);
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    overflow: hidden;
    border-radius: 20px;
    /*background: linear-gradient(to right top, purple, rgb(187, 7, 142));*/
    background: linear-gradient(to right top, #c42c2b, rgb(177 0 9));
}

.login_block .circleTop {
    height: 300px;
    width: 300px;
    border-radius: 50%;
    background-color: white;
    box-shadow: inset 0px 15px 25px rgb(104, 102, 102), 0px 5px 15px rgb(114, 113, 113);
    margin-top: -120px;
    margin-left: -50px;
}

.login_block .circleBottom {
    height: 300px;
    width: 500px;
    border-radius: 50%;
    background-color: white;
    margin-top: 200px;
    margin-left: 200px;
    box-shadow: inset 0px 5px 15px rgb(90, 89, 89), 0px 5px 15px rgb(77, 75, 75);
}

.login_block .content {
    height: auto;
    width: 270px;
    float: right;
    margin-top: -120px;
    margin-right: 0px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    /*background: linear-gradient(to right top, rgb(236, 23, 190), rgb(4, 238, 187));*/
    background: linear-gradient(to right top, #f2d7b3, #f2d7b3);
    
    box-shadow: 0px 5px 15px rgb(22, 21, 21);
    color: white;
    padding-bottom: 20px;
}
.login_block label{
    color: black;
}

.login_block .content h1 {
    margin-left: 10px;
    padding: 2px 20px 0px;
    color: #c12525;
    padding-bottom: 0px;
    margin-top: 3px;
    font-family: roboto;
    font-size:25px;
}
.login_block .content img{
    margin: 9px auto 0px;
    text-align: center;
    display: flex;
}
.login_block .form {
    border-radius: 5px;
    border: none;
    margin-top: 5px;
    padding: 8px;
    margin-bottom: 10px;
    background-color: #f8f9fac4;
    color: rgb(145, 32, 145);
}

.login_block .form:focus {
    outline: none;
    /* border: 1px solid rgb(0, 225, 255); */
}

.login_block .form-group {
    margin-left: 30px;
}
.bg_login{
    background-image: url(../image/bg_login.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode: darken;
}

.login_block p {
    margin-left: 30px;
    margin-top: 10px;
    font-size: small;
}

.login_block p a {
    color: #212529;
    text-decoration: none;
    font-size: 15px;
}

.login_block button {
    padding: 10px 60px;
    border: none;
    border-radius: 20px;
    background-color: white;
    box-shadow: 0px 5px 10px grey;
    color: purple;
    margin: 0 auto;
    display: flex;

}

.login_block button a {
    text-decoration: none;
    color: purple;
    font-size: large;
}
.login_block span{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
    color: royalblue;
    padding-bottom: 10px;
}
.news_block{
    padding: 7px 0px 0px;
}
.column {
  width: 30%;
  padding: 0 9px;
  margin-bottom: 9px;
}

.title {
  color: #666666;
  text-transform: uppercase;
}



.post-card {
  position: relative;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  min-width: 270px;
}

.post-card:hover,
.hover {
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 18%);
}

.post-card:hover .post-img,
.hover .post-img,
{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .6;
}

.post-img{
  height: 165px;
  overflow: hidden;
}

.post-card img {
  display: block;
  width: 135%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(136,27,132,0.2), rgba(162,77,211,0.03));
  
}

.date {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  background: #e74c3c;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  color: #FFFFFF;
  text-align: center;
  padding: 12.5px 0;
}

.post-content {
    background: #FFFFFF;
    width: 100%;
    padding: 30px;
    height: 100%;
}

.category {
  position: absolute;
  top: 140px;
  left: 0;
  background: #e74c3c;
  padding: 10px 15px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.title {
  margin: 0;
  padding: 0 0 10px;
  color: #333333;
  font-size: 26px;
  font-weight: 700;
}

.sub_title {
  margin: 0;
  padding: 0 0 4px;
  color: #e74c3c;
  font-size: 20px;
  font-weight: 400;
}

.description {
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
  display: none;
}

.up-title {
  margin: 0 0 15px;
  color: #666666;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.hover .post-content .description {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
}

.post-meta {
  margin: 30px 0 0;
  color: #999999;
}

.timestamp {
  margin: 0 16px 0 0;
}

.post-meta a {
  color: #999999;
  text-decoration: none;
}
.event_heading{
    font-size: 22px !important;
}
.cards-default{
    padding:4px;
}
.tab {
    overflow: hidden;
    /* border: 1px solid #ccc; */
    background: #ffffff;
    color: #123650;
    margin-top: 50px;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 13%), 0 6px 13px 0 rgb(0 0 0 / 11%);
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  font-weight: 500;
}

/* Change background color of buttons on hover */
.tab button:hover {
    border-bottom: 3px solid #c03623;
    color: #c03623;
}

/* Create an active/current tablink class */
.tab button.active {
  color:#c03623;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  /*border: 1px solid #ccc;*/
  border-top: none;
}
.new_card{
    display:flex;
    overflow-x: auto;
    overflow-y: hidden;
}
.toast_msg{
    margin-top: 60px;
}
.toast_msg a{
    text-decoration: none;
}
.toast_msg .alert {
    padding: 10px 8px;
    color: white;
    margin: 10px 11px 0px;
    border: 1px solid transparent;
}
.toast_msg .alert_success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.toast_msg .alert_info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.toast_msg .alert_warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.toast_msg .alert_danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.closebtn {
  margin-left: 15px;
  color: #12365075;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}
.hh-grayBox {
    padding: 0px 6px 15px;
}
.pt45{padding-top:10px;}
.order-tracking{
	text-align: center;
	width: 15%;
	position: relative;
	display: block;
	margin-bottom: 40px;
}
.order-tracking a{
    text-decoration: none;
}
.order-tracking .is-complete{
    display: block;
    position: relative;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    border: 0px solid #AFAFAF;
    background-color: #f7be16;
    margin: 0 auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    z-index: 2;
    font-size: 19px;
    display: table-cell;
    vertical-align: middle;
}
.order-tracking .is-complete:after {
	display: block;
	position: absolute;
	/*content: '';*/
	height: 14px;
	width: 7px;
	top: -2px;
	bottom: 0;
	left: 5px;
	margin: auto 0;
	border: 0px solid #AFAFAF;
	border-width: 0px 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
}
.order-tracking.completed .is-complete{
	border-color: #27aa80;
	border-width: 0px;
	background-color: #27aa80;
	color: white;
}
.order-tracking.completed .is-complete:after {
	border-color: #fff;
	border-width: 0px 3px 3px 0;
	width: 7px;
	left: 11px;
	opacity: 1;
}
.order-tracking p {
	color: #A4A4A4;
	font-size: 16px;
	margin-top: 8px;
	margin-bottom: 0;
	line-height: 20px;
	margin: 0 !important;
}
.order-tracking p span{font-size: 17px;}
.order-tracking.completed p{color: #000;margin-top: 0px !important;}
.order-tracking::before {
	content: '';
	display: none;
	height: 3px;
	width: calc(100% - 40px);
	background-color: #f7be16;
	top: 13px;
	position: absolute;
	left: calc(-50% + 20px);
	z-index: 0;
}
.order-tracking:first-child:before{display: none;}
.order-tracking.completed:before{display:none;}
.order-tracking.total_circle{
    /*width: 100% !important;*/
    margin-top: 11px;
    position: absolute;
    right: 0;
    cursor: pointer;
}
.order-tracking.total_circle a{
    float:right;
}
.nokh_count{
    display: flex;
    position: absolute;
    right: 12px;
    bottom: -13px;
}
.nokh_count h3{
    position: relative;
    top: -1px;
    font-size: 16px !important;
}
.nokh_count h1{
    font-size: 16px !important; 
}
/*.chulha_count{*/
/*    display: flex;*/
/*    position: absolute;*/
/*    right: 12px;*/
/*    bottom: -8px;*/
/*}*/
.chulha_count h3{
    position:relative;
    top:3px;
}
.nokh_block .order-tracking.completed .is-complete {
    border-color: #27aa80;
    border-width: 0px;
    background-color: #27aa80;
    color: white;
    z-index:0;
}
.nokh_block .order-tracking{
    width:21%;
}
.nokh_block .order-tracking span {
    font-size: 14px;
    position: relative;
    top: 5px;
    color: black;
}
.nokh_block .order-tracking{
    margin-bottom: 0px;
}
.nokh_block .order-tracking .is-complete{
    display: block;
    position: relative;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    border: 0px solid #AFAFAF;
    background-color: #f7be16;
    margin: 0 auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    z-index: 0;
    line-height: 3;
    font-size: 16px;
}
.nokh_block .order-tracking.completed p {
    margin-top: 6px !important;
}
.nokh_block .order-tracking.complete p {
    margin-top: 6px !important;
}
.nokh_block.ghar_list{
    position:relative;
    bottom:15px;
}
.nokh_subhead{
    text-align: left;
    padding: 0px 0px 0px 13px;
}
.nokh_subhead a{
    font-size:16px;
}
#slidy-container { 
  width: 100%; overflow: hidden; margin: 0 auto;
}
#slidy img {
    float: left;
    width: 20%;
    height: 500px;
}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1340px;
  position: relative;
  margin: auto;
}
.slideshow-container img{
    height: 500px;
}
/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.content_desc{
    margin: 12px 10px;
    line-height: 1.4;
    text-align: justify;
    font-size: 15px;
}
.content_desc span{
    font-size: 14px;
}
.festive_info span{
    font-size: 15px;
    padding-right: 4px;
    position: relative;
    top: 1px;
}
.festive_info a{
    font-size: 11px;
}
.edit_festbtn{
    background: none;
    color: #4d90fe;
    border: 1px solid #4d90fe;
    border-radius: 50% !important;
    padding: 1px 8px;
    width: 34px;
    height: 32px;
    display: flex;
  align-items: center;
  justify-content: center;
}
.edit_festbtn i{
    font-size: 14px;
    position: relative;
    top: 1px;
}
.delete_festbtn{
    background: none;
    color: #dc3545;
    border: 1px solid #dc3545;
    border-radius: 50%;
    padding: 1px 8px;
    width: 30px;
    height: 30px;
}
.delete_festbtn i{
    font-size: 14px;
    position: relative;
    top: 1px;
}
.festive_edit{
    text-align: right;
    float: right;
    padding-right: 9px;
}
.interest_btn{
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    /* display: inline-block; */
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
    width: 40%;
    border-radius: 5px;
}
.notification {
  background-color: #28a745;
    color: white;
    text-decoration: none;
    padding: 3px 18px;
    position: relative;
    border-radius: 5px;
    text-align: center;
    margin: 0px 40px;
}

.notification .badge {
    position: absolute;
    top: -11px;
    right: -10px;
    padding: 6px 8px;
    border-radius: 50%;
    background-color: red;
    color: white;
}
.gallery {
    margin: 5px 7px;
    border: 2px solid #ccc;
    float: left;
    width: 100%;
    padding: 3px;
}

.gallery:hover {
  border: 1px solid brown;
}

.gallery img {
  width: 100%;
  height: 200px;
}

.desc {
    padding: 6px;
    text-align: left;
    display: grid;

}
.desc_btn .delete_btn{
    padding: 0px 6px;
}
.desc span{
    padding: 0px;
}
.desc .desc_btn{
    text-align: end;
}
.posts-listing{
  display: flex;
  flex-wrap: wrap;
  max-width: 1360px;
  margin: 0 auto;
}

.post-item{
  width: calc(33.33% - 40px);
  margin: 20px;
  flex: 0 0 auto;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
}

.post-item__inner{
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 4px;
  background-color: #F7F8F8;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: box-shadow .2s;
  color: black;
  text-decoration: none;
}

.post-item__thumbnail-wrapper{
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  flex: 0 0 auto;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  overflow: hidden;
  transition: clip-path .2s;
}

.post-item__thumbnail{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  transition: transform .3s;
}

.post-item__thumbnail-wrapper:after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: linear-gradient(to top, rgba(136,27,132,0.2), rgba(162,77,211,0.03));
}

.post-item__content-wrapper{
  padding: 2rem;
  position: relative;
  height: auto;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.post-item__title{
  color: white;
  line-height: 1.6;
  margin-top: -4rem;
  font-size: 18px;
  margin-bottom: 1rem;
}

.post-item__title span{
  display: inline;
  background-image: linear-gradient(to right, rgba(162,77,211), rgba(136,27,132));
  padding: .2rem .6rem;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.post-item__metas{
  margin-bottom: 10px;
}

.post-item__meta--date{
  color: #6d6d6d;
  letter-spacing: 0.01rem;
  font-size: 13px;
}

.post-item__meta--category{
  display: inline-block;
  background-color: #a24dd3;
  color: white;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.01rem;
  font-weight: 700;
  padding: 2px;
}

.post-item__excerpt{
  margin-bottom: 2rem;
  font-size: 14px;
}
.post_item-button{
    border: none;
    background-color: #f7f8f8;
    text-align: left;
}
.post-item__read-more-wrapper{
  margin-top: auto;
}

.post-item__read-more{
  padding: 3px 0;
  display: inline;
  background-image: linear-gradient(#a24dd3, #a24dd3);
  background-repeat: no-repeat;
  background-size: 15% 2px;
  background-position: left bottom;
  transition: background-size .3s;
  font-size: 13px;
  border: none;
  background-color: #f7f8f8;
  text-align: left;
}
.post-item__read-more:focus{
    border: none;
}
/* hover state */

.post-item__inner:hover{
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    color: black;
}

.post-item__inner:hover .post-item__thumbnail-wrapper{
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.post-item__inner:hover .post-item__thumbnail{
  transform: scale(1.1);
}

.post-item__inner:hover .post-item__read-more{
  background-size: 30% 2px;
}
.forget_label::placeholder{
    font-size:14px;
}
.ghar_footer{
    display:flex;
}
.ghar_footer1{
    padding:0;
}
.ghar_footer2{
    padding:0;
    position: absolute;
    right: 8px;
}
.business_btn{
display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.record_msg{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 22px;
}

.tablinks{
    background-color: #fff;
    color: #555555;
    text-decoration: none;
    padding: 9px 11px !important;
    position: relative;
    display: inline-block;
    border-radius: 2px;
    font-size: 18px !important;
}
.tablinks .badge{
    position: absolute;
    top: 4px;
    right: -9px;
    padding: 6px 4px;
    border-radius: 50%;
    background-color: red;
    color: white;
    font-weight: 500;
    width: 22px;
}
.tool_tip {
  position: relative;
  display: inline-block;
}

.tool_tip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 14px;
    font-weight: 100;
}

.tool_tip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tool_tip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 30%;
}

/* The Close Button */
 .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  text-align: right;
}

.close:hover,
 .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.event_notify {
  background-color: #28a745;
    color: white;
    text-decoration: none;
    padding: 7px 12px;
    position: relative;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    width: auto;
    margin: 0 auto 10px;
}

.event_notify:hover {
  background: #12782a;
    color: white;
    text-decoration: none;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 2%), 0 6px 20px 0 rgb(0 0 0 / 11%);
}

.event_notify .badge {
    font-size: 11px;
    position: absolute;
    top: -15px;
    right: -11px;
    padding: 9px 4px;
    border-radius: 50%;
    background-color: red;
    color: white;
    width: 30px;
    height: 30px;
}
.interest_form{
    background-color: #f8f9fa;
    padding: 12px 0px;
    margin: 5px;
    font-size: 13px;
}
.interest_form input{
    width: 130px;
    height: 21px;
    z-index: auto;
}
.event_read{
    border: none;
    background: transparent;
    border-bottom: 2px solid #ccc;
    outline: none;
}
.cards-default .cards-list .card .content .title_heading {
    font-size: 16px;
    color: #c42c2b;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.3;
    text-decoration: none;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    display: block;
    position: relative;
    top: 5px;
}
.ghar_btn{
    width: 100%;
    display: flex;
}
.ghar_btn .ghar_icon{
    padding: 30px 0px;
    float: right;
    text-align: right;
}
.chulha_id {
    text-align: center;  
    margin: 0 auto 13px;
    display: flex;
    justify-content: center;
    font-weight: 600;
}
.chulha_id span{
    display: flex;
    justify-content: center;
    align-items: center;
    color:brown;
}
.late_box{
    border-left: 4px solid #6c757d !important;
    background: #e7e7e7 !important;
}
.late_name{
    color: #343a4073 !important;
}
.inactive_box{
border-left: 4px solid #ffc107 !important;

}
.inactive_name{
    color: #ffc107 !important;
}
.active_box{
border-left: 4px solid #28a745 !important;
    background: #f5f5f559 !important;
}
.active_name{
    color: #28a745 !important;
}
.active_box .ph_detail a{
    color:#19cb41;
}
.late_box .ph_detail a{
    color:#464b51;
}
.inactive_box .ph_detail a{
    color:#f5ba09;
}
.member_check{
    color: #005cc8;
}
.member_check input{
    height: 19px;
    width: 21px;
    position: relative;
    top: 0px;
}
.birth_input{
    display:flex;
}
.birth_input select{
    margin: 0px 2px;
}
.store_name {
    font-size: 16px;
    font-weight: 500;
    background: #f2d7b3 !important;
    padding: 10px 2px 2px;
    /* border: 1px solid #827f7f !important; */
    outline: none !important;
    box-shadow: none !important;
    color: #3e455e;
    width: auto;
    border-radius: 5px;
    outline: none !important;
    box-shadow: none !important;
    float: right;
    margin-right: 19px;
    text-align: center;
}
.store_name select{
    background: transparent;
    border: 1px solid #f4af53;
}
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
@media (max-width:767px){
    .add-to-calender{
        text-align: right;
        float: right;
    }
    .event-card{
        display:block;
    }
    .right_event{
        display: grid;
        text-align: right;
        justify-content: right;
    }
    .news_image{
    width:414px;
}
.navbar-nav .nav-link{
    padding: 10px 4px;
    border-bottom: 1px solid #ccc;
    margin: 0px 19px;
}
.circle {
    width: 107px;
    line-height: 52px;
    margin-right: 11px;
}
.count_circle{
    display: flex;
    margin-top: -7px;
    margin-left: 11px;
}
.count_box .count_name {
    position: relative;
    bottom: 9px;
    font-size: 18px;
}
.count_box .count_no {
    position: relative;
    top: 13px;
    font-size: 29px;
    color: brown;
    font-weight: 500;
}
.circle img {
    border-radius: 50%;
    width: 56px;
    margin-left: 25px;
    position: inherit;
    margin-bottom: -18px;
}
.counter_block{
    height: 138px;
}
.column {
    width: 100%;
    padding: 0 0px;
    margin-bottom: 20px;
}
.new_card{
    display:block;
}
.tab button{
    padding: 10px 8px;
}
.tab{
    margin-top: 25px;
    padding: 0px;
}
.tabcontent {
    display: none;
    padding: 6px 0px;
}
.navbar-brand {
    margin-left: 16px;
}
.navbar-toggler{
    margin-right: 16px;
}
.navbar-nav .nav-link{
    color: black;
}
.toast_msg {
    margin-top: 25px;
}
.order-tracking{
    width: 33.33%;
    margin-bottom: 18px;
}
.nokh_count {
    position: absolute;
    right: 12px;
    bottom: -13px;
}
#slidy img{
    height: 200px;
}
.gallery_div{
    width: 55%;
    margin: 0px -13px;
}
.gallery{
    width:100%;
}
.post-item{
    width: 100%;
    flex: auto;
}
.form_div{
    display:flex;
}
.form_update{
    width: 50%;
}
.form_height{
    padding: 0;
    width: 45%;
}
.form_height1{
    padding: 0;
    width: 45%;
    margin-left: 29px;
}
.form_update_name{
    width:33%;
}
.imgbox_block .choose_img {
    width: 100px;
}
.imgbox_circleblock .choose_img{
    width: 90px;
    border-radius: 50%;
    height: 90px;
    object-fit: cover;
}
.imgbox_circleblock .choose_file {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    background: #000;
    border-radius: 40px;
}
.imgbox_block .choose_file {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    background: #000;
    border-radius: 40px;
}
.ghar_btn{
    width: 34%;
    display: flex;
}
.ghar_btn .ghar_icon{
    width: 50%;
    padding: 30px 0px;
    position: relative;
    left: 210px;
}
.loader img{
    margin-top: 30%;
    width: 100%;
    height: auto;
    padding: 0px 20px;
}
.select_div{
    width:auto;
}
.member_check input{
    position: relative;
    top: 4px;
}
.head_badge{
    position: relative;
    width: 24px;
    height: 35px;
    right: 47px;
    top: 39px;
    border-radius: inherit !important;
}
.comitee_card{
    width: 48%;
    margin: 38px 0px 42px;
    text-align: center;
    padding: 12px 5px;
    gap: 1px;
}
.gap-7{
    padding: 0px !important;
    gap: 12px !important;
    display:flex;
}
.modal-content_ghar{
    width:95%;
}
.ghar_info .col-lg-3{
    width: 60%;
}
.modal-content_event{
    width:95%;
}
.tab_matrimonial{
    justify-content: inherit;
}
.matrimoinal_align{
    padding:0px 15px;
}
.matrimoinal_align .d-flex{
    display:block !important;
}
.comm_block .comm_contact{
    font-size:14px;
}
.comm_block .comm_location{
    font-size:14px;
}
.tablinks{
    padding: 9px 10px !important;
    font-size: 15px !important;
    margin-right: 20px;
}
.tablinks .badge {
    position: absolute;
    top: 4px;
    right: -16px;
    padding: 6px 4px;
    width: 22px;
}
}
    
#more {display: none;}
.active {
    background-color: #717171;
    color: white;
}
/***Slider Code***/

 .slider-container {
      width: 100%;
      height: 82vh;
      position: relative;
      overflow: hidden;
    }
    .slide {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      opacity: 0;
      transform: scale(1.05);
      animation: fadeZoom 24s infinite;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }
    .slide:nth-child(1) {
      background: none;
      animation-delay: 0s;
      justify-content: space-between;
      padding: 0 5%;
      background-size: 80%;
      background-position: left;
      background-repeat: no-repeat;
    }
    .slide:nth-child(2) {
      background: linear-gradient(to right, #1e1e1e, #000000);
      animation-delay: 8s;
      justify-content: space-around;
      padding: 0 5%;
      flex-direction: row;
      align-items: center;
    }
    
    .slide:nth-child(3) {
      background-image: url('../image/1.jpeg');
      animation-delay: 16s;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }
    .slide-image-left {
      flex: 1;
      max-width: 45%;
    }
    .slide-image-left img {
      width: 100%;
      height: auto;
      border-radius: 12px;
      box-shadow: 0 8px 20px rgba(255, 217, 102, 0.4);
    }
    .slider-text {
      flex: 1;
      z-index: 2;
      color: #fff;
      text-shadow: 2px 2px 8px rgba(0,0,0,0.8);
      animation: slideIn 3s ease-in-out;
      max-width: 45%;
      padding-left: 20px;
    }
    .slider-text h1 {
      font-size: 3rem;
      margin-bottom: 1rem;
      animation: fadeDown 3s ease-in-out;
    }
    .slider-text p {
      font-size: 1.2rem;
      background-color: rgba(0, 0, 0, 0.5);
      padding: 10px 20px;
      border-radius: 8px;
      display: inline-block;
      animation: fadeUp 3s ease-in-out;
    }
    .slide-second-content {
      background: rgba(255, 255, 255, 0.05);
      color: #fff;
      padding: 30px 40px;
      border-radius: 12px;
      text-align: center;
      animation: fadeUp 3s ease-in-out;
      z-index: 2;
      backdrop-filter: blur(3px);
    }
    .slide-second-content h2 {
      font-size: 2.8rem;
      margin-bottom: 15px;
      animation: glow 3s ease-in-out infinite alternate;
      letter-spacing: 1px;
    }
    .slide-second-content p {
      font-size: 1.2rem;
      line-height: 1.6;
    }
    .slide-third-content {
      background: rgba(0, 0, 0, 0.4);
      color: #fff;
      padding: 30px 40px;
      border-radius: 12px;
      text-align: center;
      animation: fadeUp 3s ease-in-out;
      z-index: 2;
    }
    .slide-third-content h2 {
      font-size: 2.8rem;
      margin-bottom: 15px;
      animation: glow2 3s ease-in-out infinite alternate;
    }
    .slide-third-content p {
      font-size: 1.2rem;
    }
    .overlay-gradient {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: linear-gradient(to bottom, rgba(0,0,0,0%), rgba(0,0,0,0.11));
      z-index: 1;
    }
    @keyframes fadeZoom {
      0% { opacity: 0; transform: scale(1.05); }
      8% { opacity: 1; transform: scale(1); }
      25% { opacity: 1; transform: scale(1); }
      33% { opacity: 0; transform: scale(1.05); }
      100% { opacity: 0; transform: scale(1.05); }
    }
    @keyframes slideIn {
      0% { opacity: 0; transform: translateY(-50px); }
      100% { opacity: 1; transform: translateY(0); }
    }
    @keyframes fadeDown {
      0% { opacity: 0; transform: translateY(-40px); }
      100% { opacity: 1; transform: translateY(0); }
    }
    @keyframes fadeUp {
      0% { opacity: 0; transform: translateY(30px); }
      100% { opacity: 1; transform: translateY(0); }
    }
    @keyframes glow {
      0% {
        text-shadow: 0 0 5px #fff5cc, 0 0 10px #ffc107, 0 0 20px #ff9800;
      }
      100% {
        text-shadow: 0 0 10px #fff5cc, 0 0 20px #ffd54f, 0 0 30px #ffb300;
      }
    }
    @keyframes glow2 {
      0% {
        text-shadow: 0 0 5px #fff, 0 0 10px #c0a1ff, 0 0 20px #a176ff;
      }
      100% {
        text-shadow: 0 0 10px #fff, 0 0 20px #d6b3ff, 0 0 30px #b187ff;
      }
    }
    @media (max-width: 768px) {
      .slider-text h1 { font-size: 2rem; }
      .slider-text p { font-size: 1rem; }
      .slide {
        flex-direction: column;
        padding: 20px;
      }
      .slide-image-left, .slider-text {
        max-width: 100%;
      }
      .slider-container{
          max-height:520px;
      }
      .slider__subcontent{
          padding-top:25px;
      }
    }
    
    @media (max-width: 768px) {
  .slide:nth-child(2) {
    flex-direction: column !important;
    padding: 20px;
    background: linear-gradient(to bottom, #1e1e1e, #000000); /* changed direction */
  }

  .slide:nth-child(2) .slide-image-left {
    max-width: 100%;
    text-align: center;
  }

  .slide:nth-child(2) .slide-image-left img {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(255, 193, 7, 0.3);
  }

  .slide:nth-child(2) .slide-second-content {
    background: rgba(0, 0, 0, 0.7); /* more contrast */
    /*padding: 20px;*/
    border-radius: 10px;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    width: 100%;
  }

  .slide:nth-child(2) .slide-second-content h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.6);
  }

  .slide:nth-child(2) .slide-second-content p {
    font-size: 1rem;
    line-height: 1.6;
    padding: 0 10px;
  }
}
    
    /***Committee Add code***/
    
     .form-container {
      max-width: 1000px;
      margin: auto;
      background: #fff;
      padding: 40px;
      border-radius: 12px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }
    .form-title {
      text-align: center;
      margin-bottom: 30px;
    }
    .form-title::after {
  content: '';
  display: block;
  width: 100px; /* Small underline */
  height: 2px;
  background-color: #ccc;
  margin: 8px auto 0; /* Center it */
}
    .form-group {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
      gap: 10px;
    }
    .form-group label {
      flex: 0 0 35%;
      font-weight: 600;
      padding-right: 10px;
      font-size :18px;
    }
    .form-group input,
    .form-group select {
      flex: 1;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 8px;
      width : 100%;
    }
    .form-row {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
    }
    .form-col {
      flex: 1 1 300px;
    }
    .btn-group {
      text-align: center;
      margin-top: 30px;
      display : block;
    }
    .btn {
      padding: 6px 13px;
      border: none;
      border-radius: 6px;
      font-size: 16px;
      cursor: pointer;
      margin: 0 10px;
    }
    .btn-success {
      background-color: #28a745;
      color: #fff;
    }
    .btn-primary {
      background-color: #007bff;
      color: #fff;
    }
    .dual-field {
      display: flex;
      gap: 10px;
      width:100%;
    }
    .dual-field select,
    .dual-field input {
      flex: 1;
    }
    .ghar_add .form-control.datepicker{
        height:18px;
    }
          .gene_input{
          width:100%;
      }
      .gene_select{
          width:49%;
      }
      .gene_datepicker{
          width:100%;
      }
    @media (max-width: 768px) {
      .form-group {
        flex-direction: column;
        align-items: flex-start;
      }
      .form-group label {
        margin-bottom: 5px;
        width: 100%;
      }
      .dual-field {
        flex-direction: column;
        width: 100%;
      }
      .ghar_add{
          padding:40px 2px !important;
      }
      .gene_input{
          width:100%;
      }
      .gene_select{
          width:49%;
      }
      .gene_datepicker{
          width:94%;
      }
    }
    @media (max-width: 992px) {
  .comitee_card {
    flex: 1 1 calc(50% - 40px);
    max-width: calc(50% - 40px);
  }
}
@media (max-width: 600px) {
  .comitee_card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}


/*NAVBAR CSS*/

    .navbar-brand {
      font-weight: bold;
      color: #fff !important;
      display: flex;
      align-items: center;
    }

    .navbar-brand img {
      border-radius: 50%;
      margin-right: 8px;
    }

    .navbar-brand span {
      font-size: 16px;
      line-height: 1.2;
    }

    .nav-link {
      font-size: 15px;
      padding: 8px 12px;
    }

    .dropdown-menu {
      background-color: #f8f9fa;
      width: 170px;
    left: -53px;
    }

    .dropdown-item:hover {
      background-color: #e2e6ea;
    }

    .navbar-toggler {
      border-color: #fff;
    }

    .navbar-toggler i {
      color: white;
      font-size: 22px;
    }

    @media (max-width: 768px) {
      .navbar-brand span {
        font-size: 13px;
      }
    }
    @media (max-width: 767px) {
  .dropdown-menu {
    max-height: 132px;
    overflow-y: auto;
    z-index: 1050; /* Make sure it stays above navbar */
  }
}
   
   /*MEMBER ADD PAGE */
   
    .member_add .header-title {
      font-size: 1.8rem;
      font-weight: bold;
      margin-bottom: 20px;
      text-align: center;
    }
    .member_add .choose_img {
      width: 130px;
      height: 130px;
      border-radius: 50%;
      object-fit: cover;
      margin-bottom: 10px;
      border: 1px solid grey;
      padding: 2px;
    }
    .member_add .form-section {
      background-color: #fff;
      border-radius: 10px;
      padding: 13px 25px 25px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      margin-bottom: 30px;
    }
    .member_add .form-label {
      font-weight: 500;
    }
    .member_add h5{
        color: #c42c2b;
    font-size: 23px;
    margin-bottom: 25px;
    text-align: center;
    }
   .member_add h5::after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background-color: #e91d1d;
    margin: 7px auto 0;
}
    select.form-select {
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="gray" height="18" viewBox="0 0 20 20" width="18" xmlns="http://www.w3.org/2000/svg"><path d="M5.516 7.548l4.484 4.485 4.484-4.485a.667.667 0 111.004.88l-5 5a.667.667 0 01-.948 0l-5-5a.667.667 0 01.948-.88z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1em;
    padding-right: 2.5rem;
  }
  /*SEARCH PAGE*/
  
   .search_page .form-section {
      background: #fdfdfd;
      border-radius: 10px;
      padding: 15px 30px 30px;
      box-shadow: 0 0 20px rgba(0,0,0,0.05);
      margin-bottom: 30px;
    }
    .search_page .form-group label {
      font-weight: 500;
      min-width: 120px;
    }
    .search_page .form-control:focus {
      box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
    }
    /*.search_page .form-select {*/
    /*  appearance: auto;*/
    /*}*/
    .search_page .step-title {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #c42c2b;
    padding-bottom: 10px;
    margin-bottom: 30px;
    color: brown;
    }
    .search_page .btn-section {
      margin: 20px;
    }
    
    /*LOGIN PAGE*/
    .login__page .login-container {
      background: #fff;
      padding: 30px 40px 70px;
      border-radius: 20px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
      position: relative;
      width: 100%;
      max-width: 350px;
      animation: fadeInUp 1s ease-in-out;
      margin: 13px auto 0px;
      height: 97%;
    }
    .login__page .login-container .circle {
      position: absolute;
      border-radius: 50%;
      z-index: -1;
    }
    .login__page .circle.top-left {
      width: 150px;
      height: 150px;
      background: #b2e7d3;
      top: -50px;
      left: -50px;
    }
    .login__page .circle.bottom-right {
      width: 200px;
      height: 200px;
      background: #ffd6d6;
      bottom: -80px;
      right: -80px;
    }
    @keyframes fadeInUp {
      0% {
        transform: translateY(30px);
        opacity: 0;
      }
      100% {
        transform: translateY(0);
        opacity: 1;
      }
    }
    .login__page .login-container h2 {
      text-align: center;
      font-weight: 600;
      margin-bottom: 10px;
      color: #2c3e50;
      font-size: 23px;
    }
    .login__page .form-control {
      border-radius: 10px;
      height: 48px;
    }
    .login__page .btn-custom {
      width: 100%;
      background-color: #1abc9c;
      color: white;
      font-weight: 600;
      border-radius: 10px;
      transition: 0.3s ease;
    }
    .login__page .btn-custom:hover {
      background-color: #16a085;
    }
    .login__page .bottom-links {
      text-align: center;
      margin-top: 20px;
    }
    .login__page .bottom-links a {
      color: #3498db;
      text-decoration: none;
      margin: 0 10px;
    }
    .login__page .app-logo {
    display: block;
    margin: 0 auto 20px;
    width: 100px;
    border: 3px solid #861e08;
    border-radius: 50%;
    padding: 5px;
    height: 100px;
    }

.login__page.bg_login {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 1rem;
  background-color: #f4f4f4;
  overflow: hidden;
}

.login__page .btn__login {
    width: 100%;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 9999px;
    /*background: linear-gradient(137deg, #ec5713, #FF5722);*/
    background: linear-gradient(137deg, #ec5713cc, #ff5722d4);
    color: white;
    box-shadow: 0 4px 10px rgba(76, 175, 80, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.login__page .btn__login:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(76, 175, 80, 0.5);
  background: linear-gradient(135deg, #388E3C, #66BB6A); /* darker on hover */
}
.err_msg
{
    color:red !important;
}

/****COMMITTEE DETAIL****/

.heading-pcmc {
  font-size: 1.5rem;
  font-weight: 700;
  background: linear-gradient(to right, #fdfbfb, #ebedee);
  padding: 14px 20px;
  border-left: 5px solid #c42c2b;
  border-radius: 10px;
  color: #2c3e50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  box-shadow: 0 4px 9px rgba(0,0,0,0.04);
  position: relative;
  transition: all 0.3s ease;
}

.heading-pcmc:hover {
  background: linear-gradient(to right, #e0f2f1, #e8f5e9);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

.icon-left {
  color: #8f8a8a;
  font-size: 1.4rem;
  margin-right: 10px;
}

.date-range {
  font-weight: 500;
  font-size: 1rem;
  color: #607d8b;
  margin-left: 8px;
}

.edit-link {
  color: #388e3c;
  font-size: 1.3rem;
  text-decoration: none;
  transition: transform 0.2s ease, color 0.2s ease;
}

.edit-link:hover {
  color: #1b5e20;
  transform: scale(1.1);
}
.comitee_card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px){
    .committee-wrapper .com_subtitle{
        margin: 10px 0px 0px;
    }
    .comitee_card{
        margin:25px 0px;
    }
}

/***NEWS PAGE***/
.news-card {
  max-width: 370px;
  margin: 2rem auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.2);
}

.news-thumbnail {
  height: 220px;
  background-size: cover;
  background-position: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.news-thumbnail::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.6), transparent 50%);
}

.date-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #ffffffcc;
  color: #333;
  border-radius: 10px;
  padding: 5px 10px;
  text-align: center;
  font-weight: 600;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.date-badge .day {
  font-size: 1.5rem;
  line-height: 1;
}
.date-badge .month {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.news-content {
  padding: 1.5rem;
  backdrop-filter: blur(8px);
}

.news-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 0.75rem;
}

.news-excerpt {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 1.2rem;
}

.news-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: #888;
}

.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  margin-left: 6px;
  transition: background 0.3s;
}

.news-card .btn-icon.edit {
  background: #4CAF50;
}
.news-card .btn-icon.edit:hover {
  background: #388e3c;
  color: white;
}

.news-card .btn-icon.delete {
  background: #F44336;
}
.news-card .btn-icon.delete:hover {
  background: #d32f2f;
  color: white;
}
.news-card:nth-child(4) , news-card:nth-child(7) {
  margin-left: 0;
}
@media (max-width: 767px){
    .news-card{
        margin: 10px 0px;
    }
}

/***EVENT PAGE***/

    .section__title {
      text-align: center;
      font-size: 25px;
      color: #2c3e50;
      margin-bottom: 19px;
      position: relative;
      top:10px;
    }

    .section__title::after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #c42c2b;
    margin: 6px auto 0;
    border-radius: 4px;
    }

    .event-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      margin-bottom: 85px;
    }

    .event-card {
      background: linear-gradient(135deg, #ffffff, #e6f9f7);
      border-radius: 16px;
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      border: 1px solid #8080804f;
      max-width :370px;
    }

    .event-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
    }

    .event-img {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }

    .event-body {
      padding: 16px 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
    }

    .event-date-box {
      display: inline-block;
      background: #4caf50;
      color: white;
      border-radius: 8px;
      padding: 6px 12px;
      font-size: 14px;
      margin-bottom: 10px;
    }

    .event-title {
      font-size: 18px;
      font-weight: 600;
      color: #2c3e50;
      margin: 0 0 6px;
    }

    .event-desc {
      font-size: 14px;
      color: #555;
      margin-bottom: auto;
    }

    .event-time {
      font-size: 14px;
      color: black;
      margin: 6px 0;
    }
    
    .event-time .fa-clock{
    color: #757778;
    padding-right: 4px;
    }

    .event-footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 12px 20px;
      background: #f0f0f0;
      border-top: 1px solid #ddd;
    }

    .event-actions a {
      color: #4caf50;
      margin-right: 12px;
      font-size: 16px;
      transition: color 0.3s ease;
    }
    .event-actions .fa-edit{
        color :#0000ff94;
    }
    .event-actions .fa-trash-alt{
        color :#ff00009e;
    }

    .event-actions a:hover {
      color: #087f23;
    }

    .whatsapp-btn {
      background-color: #25d366;
      color: white;
      padding: 6px 12px;
      border-radius: 20px;
      font-size: 13px;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 5px;
      transition: background 0.3s ease;
    }

    .whatsapp-btn:hover {
      background-color: #1ebe5d;
    }
    
       /*MEMBER UPDATE PAGE */
   
    .member_update .header-title {
      font-size: 1.8rem;
      font-weight: bold;
      margin-bottom: 20px;
      text-align: center;
    }
    .member_update .choose_img {
      width: 130px;
      height: 130px;
      border-radius: 50%;
      object-fit: cover;
      margin-bottom: 10px;
      border: 1px solid grey;
      padding: 2px;
    }
    .member_update .form-section {
      background-color: #fff;
      border-radius: 10px;
      padding: 13px 25px 25px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      margin-bottom: 30px;
    }
    .member_update .form-section .form-control.datepicker{
        height:24px;
    }
    .member_update .form-label {
      font-weight: 600;
    }
    .member_update h5{
        color: #c42c2b;
    font-size: 23px;
    margin-bottom: 25px;
    text-align: center;
    }
   .member_update h5::after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background-color: #e91d1d;
    margin: 7px auto 0;
}
    select.form-select {
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="gray" height="18" viewBox="0 0 20 20" width="18" xmlns="http://www.w3.org/2000/svg"><path d="M5.516 7.548l4.484 4.485 4.484-4.485a.667.667 0 111.004.88l-5 5a.667.667 0 01-.948 0l-5-5a.667.667 0 01.948-.88z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1em;
    padding-right: 2.5rem;
  }
    
    /* UPDATE FORM*/
    .form_meallabel{
        min-width: 160px;
    font-weight: 600;
    font-size: 18px;
    }
    .meal_input{
        padding-right:10px;
    }
    .fest_update{
    margin-bottom: 69px;
    padding: 40px 40px 0px;
    }
    .fest_update .foot_margin {
    padding: 30px 0px 45px;
    }
    .ghar_add{
        margin-bottom: 69px;
    padding: 40px 40px 0px;
    }
    .ghar_add .foot_margin {
    padding: 0px 0px 33px;
    }
    .form-group .sub__content{
        font-size:13px;
    }
    .festival_update .form-label{
        font-weight: 600;
        font-size: 18px;
    }
    .festival_update .form-check{
        padding-right:10px;
    }
    .festival_update{
        margin: 80px auto 80px;
    }
    .festival_update .foot_margin{
        padding: 15px 0px 0px;
    }
    .meal_box .form-label{
        font-weight: 600;
        font-size: 18px;
    }
    .meal_box .form-check{
        padding-right:10px;
    }

    .bhavan_radiocheck input{
        width:auto;
    }
    .bhavan_radiocheck label{
        
    font-weight: 500;
    padding-right: 10px;
    font-size: 15px;
   }
   .password_block{
       position:relative;
       top:20px;
   }
   .event_add_form, .news_add_form, .broadcast_add_form{
       margin:0px auto 70px;
   }
   .dashboard_topheader{
       padding: 17px 0px;
       top:53px;
       margin-bottom:53px;
   }
    @media (max-width: 767px){
    .meal_input{
        margin: 7px 0px;
    }
    .ghar_add .form-control.datepicker{
        width:92%;
    }
    .news_add_form, .broadcast_add_form, .broadcast_update_form, .password_block{
        padding:40px 10px;
    }
    .sub__headermenu{
        padding: 11px 10px 9px !important;
    }
    .dashboard_topheader {
    top: 48px;
    margin-bottom: 47px;
}
}
/* Default styling */
.dropdown-full-mobile {
  max-height: 80vh;
  overflow-y: auto;
  z-index: 1050;
}

/* Mobile: full-width dropdown with scroll */
@media (max-width: 576px) {
  .dropdown-full-mobile {
    width: 100vw !important;
    left: 0 !important;
    right: 0 !important;
    border-radius: 0;
    top: 100% !important;
    position: absolute;
    background-color: white;
    max-height: 20vh;
    overflow-y: auto;
        overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
   .dropdown-full-mobile::-webkit-scrollbar {
    width: 8px;
  }

  .dropdown-full-mobile::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
  }

  .dropdown-full-mobile::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .dropdown-full-mobile .dropdown-item {
        padding: 8px 16px;
        font-size: 16px;
        background-color: #80808029;
        margin: 0px 0px 2px;
  }

  .dropdown-menu.show {
    display: block;
  }
}


