/* reset */

/* ====================================
   Modern CSS Reset
   Based on Andy Bell & Josh Comeau styles
==================================== */

/* Box sizing rules */
*, *::before, *::after {
    box-sizing: border-box;
  }
  
  /* Remove default margin & padding */
  * {
    margin: 0;
    padding: 0;
  }
  
  /* Improve text rendering */
  html {
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
  }
  
  /* Set core body defaults */
  body {
    min-height: 100vh;
    line-height: 1.5;
    font-family: system-ui, sans-serif;
    background-color: #fff;
    color: #000;
  }
  
  /* Remove built-in form typography styles */
  input, button, textarea, select {
    font: inherit;
  }
  
  /* Make images and media responsive */
  img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
    height: auto;
  }
  
  /* Remove list styles */
  ul, ol {
    list-style: none;
  }
  
  /* Anchor defaults */
  a {
    text-decoration: none;
    color: inherit;
  }
  
  /* Remove animations/transitions for users who prefer reduced motion */
  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
      animation: none ;
      transition: none ;
    }
  }
  

/* default */

@font-face {
    font-family: 'OoohBaby-Regular'; /* Name you will use in CSS */
    src: url('../fonts/OoohBaby-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'TeluguSangamMN'; /* Name you will use in CSS */
    src: url('../fonts/TeluguSangamMN.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tahoma'; /* Name you will use in CSS */
    src: url('../fonts/Tahoma.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html,body{
    font-family: 'Tahoma'; /* Name you will use in CSS */
}

/* default */

.page-template-flexible_template #Subheader{
    display: none;
}

.flexible_page *{
    font-family: 'TeluguSangamMN';
    box-sizing: border-box;
}

.flexible_page .italic, .flexible_page em, .flexible_page .italic *, .flexible_page em *{
    font-family: 'OoohBaby-Regular';
}

h1{
    font-size: 72px;
    line-height: 46px;
    margin-bottom: 32px;
}

h2 {
    font-size: 52px;
    line-height: 46px;
    /* margin-top: 34px; */
    margin-bottom: 8px;
}

h3{
    font-size: 32px;
    line-height: 50px;
}

h2:first-child,
h3:first-child{
    margin-top: 0;
}

h2:last-child,
h3:last-child{
    margin-bottom: 0;
}


/* settings */

.flex{
    display: flex;
}

.flex_wrap{
    flex-wrap: wrap;
}

.flex_auto{
    flex: 0 0 auto;
}

.dir_col{
    flex-direction: column;
}

.justify_sb{
    justify-content: space-between;
}

.justify_c{
    justify-content: center;
}

.align_fs {
    align-items: flex-start;
}

.align_c{
    align-items: center;
}

.dir-right{
    flex-direction: row-reverse;
}

.text_c{
    text-align: center;
}

.text_l{
    text-align: left;
}

.text_r{
    text-align: right;
}

.text_uppercase{
    text-transform: uppercase;
}

.blue{
    color: #1C68B6;
}

.red{
    color: #C42032;
}

.black {
    color: #1E1E1E;
}

.white{
    color: #fff;
}

.full_w {
    width: 100%;
}

.mw_140{
    max-width: 140px;
}

.mw_263{
    max-width: 263px;
}

.mw_226{
    max-width: 226px;
}

.container{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.bordered{
    border: 2px solid #1C68B6;
}

.bg_white{
    background-color: #fff;
}

.bg_blue{
    background-color: #1C68B6;
}

.fz_52{
    font-size: 52px;
    line-height: 70px;
}

.fz_40{
    font-size: 40px;
}

.fz_32{
    font-size: 32px;
}

.fz_36{
    font-size: 36px;
}

.fz_24{
    font-size: 24px;
}

.fz_20{
    font-size: 20px;
}

.fz_18{
    font-size: 18px;
}

.fz_16{
    font-size: 16px;
}

.fz_14{
    font-size: 14px;
}

.lh_30{
    line-height: 30px;
}

.lh_38{
    line-height: 38px;
}

.lh_40{
    line-height: 40px;
}

.lh_20{
    line-height: 20px;
}

.lh_100{
    line-height: 100%;
}

.mb_27{
    margin-bottom: 27px;
}

.r_12{
    border-radius: 12px;
}

.gap_20{
    gap: 20px;
}

.gap_38{
    gap: 38px;
}

.gap_30{
    gap: 30px;
}

.gap_60{
    gap: 60px;
}

.col_gap-47 {
    column-gap: 47px;
}

.row_gap-20{
    row-gap: 20px;
}

.mb_20{
    margin-bottom: 20px;
}

.mb_36{
    margin-bottom: 36px;
}

.mt_36 {
    margin-top: 36px;
}

.mt_26 {
    margin-top: 26px;
} 

.mt_12 {
    margin-top: 12px;
}


.mt_48{
    margin-top: 48px;
}

.mt_90{
    margin-top: 90px;
}

.mb_44{
    margin-bottom: 44px;
}

.mb_41{
    margin-bottom: 41px;
}

.mb_50{
    margin-bottom: 50px;
}

.mb_58{
    margin-bottom: 58px;
}

.mb_67{
    margin-bottom: 67px;
}

.mt_63 {
    margin-top: 63px;
}

.mt_76{
    margin-top: 76px;
}

.mt_70{
    margin-top: 70px;
}

.mb_86{
    margin-bottom: 86px;
}

.mb_109{
    margin-bottom: 109px;
}

.regular{
    font-weight: 400;
}

.bold{
    font-weight: 700;
}

.image_overlay{
    position: relative;
}

.image_overlay:before{
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: linear-gradient(2.81deg, rgba(255, 255, 255, 0) 36.41%, #FFFFFF 83.77%);
}

.btn{
    padding: 8px;
    min-height: 41px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    position: relative;
    transition: all .3s ease;
    text-decoration: none;
    cursor: pointer;
}

.btn:hover{
    opacity: .7;
}

.btn.arrow:after{
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='10' viewBox='0 0 15 10' fill='none'><mask id='mask0' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='15' height='10'><path d='M14.093 0H0V10H14.093V0Z' fill='white'/></mask><g mask='url(%23mask0)'><path fill-rule='evenodd' clip-rule='evenodd' d='M8.25652 0.21967C7.91255 -0.0732233 7.35484 -0.0732233 7.01087 0.21967C6.66689 0.512563 6.66689 0.987437 7.01087 1.28033L10.4985 4.25H1.17439C0.687932 4.25 0.293579 4.58579 0.293579 5C0.293579 5.41421 0.687932 5.75 1.17439 5.75H10.4985L7.01087 8.71967C6.66689 9.01256 6.66689 9.48744 7.01087 9.78033C7.35484 10.0732 7.91255 10.0732 8.25652 9.78033L13.663 5.17678C13.7777 5.07915 13.7777 4.92085 13.663 4.82322L8.25652 0.21967Z' fill='%231C68B6'/></g></svg>");
    position: static;
    right: 15px;
    left: auto;
    width: 15px;
    max-width: 15px;
    height: 15px;
    /* top: 50%; */
    background-color: transparent;
    /* transform: translateY(-50%);  */
    display: inline-block;
    flex: 0 0 auto;
}

.btn.white{
    border-color: #fff;
}

.btn.white:after{
    content: url("data:image/svg+xml;utf8,<svg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M6.70606 0.354777C6.41875 0.110135 5.95292 0.110135 5.66561 0.354777C5.3783 0.599419 5.3783 0.996062 5.66561 1.2407L8.5787 3.72115H0.79064C0.384319 3.72115 0.0549316 4.00162 0.0549316 4.3476C0.0549316 4.69357 0.384319 4.97404 0.79064 4.97404H8.5787L5.66561 7.45449C5.3783 7.69913 5.3783 8.09578 5.66561 8.34041C5.95292 8.58504 6.41875 8.58504 6.70606 8.34041L11.2219 4.49525C11.3177 4.41371 11.3177 4.28148 11.2219 4.19994L6.70606 0.354777Z' fill='white'/></svg>");
    /* height: 21px; */
}

.btn span{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    position: relative;
    top: 3px;
}

.header_links-item  span{
    top: 0;
}

.flexible_hero-swiper .swiper-slide img{
    width: 100%;
    height: 390px;
    object-fit: cover;
}

.flexible_hero_image img{
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: center;
}

.flexible_aside_content-item-image{
    max-width: 480px;
    width: 100%;
}

.flexible_aside_content-list-text h2{
    margin-bottom: 8px;
}

.bordered .flexible_aside_content-item-descr{
    padding: 52px 16px 44px 40px;
}

.flexible_aside_content-list-text h3{
    font-size: 32px;
}

.flexible_page ul{
    list-style-type: none;
    padding-left: 35px;
    text-align: left;
}

.flexible_page ul li{
    position: relative;
}

.flexible_page ul li:before{
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #1E1E1E;
    position: absolute;
    left: -20px;
    top: 13px;
}

.flexible_page ul li::marker{
    font-size: 12px;
}

.flexible_aside_content-list-text h2:not(:first-child){
	margin-top: 20px;
}

.flexible_aside_content-list-text h2:not(:last-child){
    margin-bottom: 20px;
}

.flexible_aside_content-list-text h3:not(:first-child){
    margin-top: 20px;
}

.flexible_aside_content-item-descr{
    width: 45.7%;
    position: relative;
}

.dir-right .flexible_aside_content-item-descr{
    /* right: -8%; */
    width: 46.05%;
}

.divider{
    height: 2px;
    background-color: #474B59;
    width: 73%;
    margin-left: auto;
    margin-right: auto;
}

.flexible_hero-text em{
    line-height: 27.5px;
}

.flexible_gallery-swiper .swiper-slide{
    width: 350px;
    height: 350px;
    transition: all .3s ease;
    /* transition: transform 0.3s ease, width 0.3s ease; */
}

.flexible_gallery-swiper .swiper-slide-active{
/*     width: 543px;
    height: 543px; */
}

.flexible_gallery-swiper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}



.flexible_gallery-swiper{
    width: 100vw;
    max-width: 100%;
/*     min-height: 545px; */
}

.swiper-button-navigation:after{
    display: none;
}

.swiper-button-navigation{
    background-color: #fff;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    transition: all .3s ease;
}

.swiper-button-navigation svg{
    width: auto;
    height: auto;
    transition: all .3s ease;
}

.swiper-button-navigation:hover{
    background-color: #1E1E1E;
}

.swiper-button-navigation:hover svg path{
    fill: #fff;
}

.swiper-button-prev{
    left: 10%;
}

.swiper-button-next{
    right: 10%;
}

.flexible_partners-item-image{
    min-width: 186px;
}

h1,h2,h3,h4,h5,h6{
    font-weight: 400;
}


.flexible_aside_content{
    margin-top: 118px;
}

.flexible_aside_cta {
    margin-top: 224px;
}

.order--1{
    order: -1;
}

.order-2{
    order: 2;
}

.order-3{
    order: 3;
}

.divider-middle .flexible_aside_cta-subtitle{
    order: 3;
}

.flexible_aside_cta-box{
    background-color: #1C68B6;
    color: #fff;
    padding: 52px 41px;
}

.flexible_aside_cta-box .button{
    color: #fff;
    border-color: #fff;
}

.flexible_aside_cta-box-aside{
    gap: 50px;
}

.view-box-aside.divider-middle .divider {
    margin-top: 85px;
}

.flexible_aside_cta-box-aside-image{
    max-width: 578px;
}

.flexible_aside_cta-text h3:not(:first-child){
    margin-top: 50px;
}

.white ul li:before{
    background-color: #fff;
}

.flexible_aside_cta-text h2{
    margin-bottom: 32px;
}

.flexible_gallery{
    padding-top: 196px;
}

.flexible_partners{
    margin-top: 151px;
}

.flexible_partners:first-of-type{
    margin-top: 80px;
}



.m-auto{
    margin-left: auto;
    margin-right: auto;
}

.partners_large-list .flexible_partners-list {
    justify-content: center;
}

.partners_large-list .flexible_partners-item {
    transform: scale(.85);
}

.partners_large-list .flexible_partners-item-image{
    max-width: 200px;
}     

.flexible_partners-list-grid{
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(6, 1fr)
}


.flexible_partners-list-item:hover .flexible_partners-list-item-image{
    /* transform: scale(1.2); */
}


.flexible_partners-list-item-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 5;
}

.flexible_partners-list-item-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flexible_partners-list-item-image:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .8;
    transition: all .3s ease;
}

.flexible_partners-list-item-descr{
    position: relative;
    z-index: 10;
    max-width: 220px;
}

.flexible_partners-list-item-logo img{
    max-width: 100px;
    max-height: 60px;
    height: auto;
    width: auto;
}


.flexible_partners-list-item:hover .flexible_partners-list-item-image:before{
    background-color: #00000070;
}

.flexible_partners-list-item:hover .flexible_partners-list-item-title{
    color: #fff;
}

.flexible_partners-list-item{
    min-height: 227px;
    position: relative;
    text-decoration: none;
}

.flexible_partners-list-sect{
    margin-top: 146px;
}

.flexible_contact_form:first-child{
    margin-top: 90px;
}

.flexible_contact_form-inner{
    border: 2px solid #1C68B6;
    overflow: hidden;
    padding-bottom: 160px;
}

.flexible_contact_form-btn{
    max-width: 34%;
}

.flexible_contact_form-inner-form{
    width: 75%;
    padding: 85px 0 40px;
}

.flexible_contact_form-inner-form .col-1{
    width: 38%;
}

.flexible_contact_form-inner-form .col-2 {
    width: 55%;
}

.form_default label{
    font-size: 24px;
    line-height: 100%;
}

.contact_field-label{
    margin-bottom: 12px;
}

.contact_field{
    width: 100%;
}

.view-aside .flexible_contact_form-inner{
    display: flex;
    justify-content: space-between;
}

.view-aside .flexible_contact_form-inner-form{
    padding: 62px 28px 62px 83px;
    width: 100%;
}

.view-aside textarea{
    max-height: 52px;
}

.view-aside .flexible_contact_form-btn{
    max-width: 226px;
}

.flexible_partners ~ .flexible_contact_form{
    margin-top: 135px;
}

.view-aside .contact_field-label{
    margin-bottom: 3px;
}

.view-aside .flexible_contact_form-title{
    margin-bottom: 28px;
}

.view-aside .flexible_contact_form-inner{
    padding-bottom: 0;
}

.view-aside .flexible_contact_form-image{
    margin: 0;
    max-width: 542px;
}

.form_default input,
.form_default select,
.form_default textarea,
.form_default .selected {
    color: #1E1E1E;
    background-color: #fff;
    border: 2px solid #EEEEEE;
    border-radius: 8px;
    padding: 5px 16px;
    min-height: 52px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;    
}

.form_default input::placeholder,
.form_default select::placeholder,
.form_default textarea::placeholder{
    color: #1E1E1E;
}

.custom-dropdown {
    position: relative;
    display: block;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
  }
  

  .form_default .selected.active{
    border-color: #DCDCDC;
    border-bottom-color: #fff;
    border-radius: 8px 8px 0px 0px;
  }

  .custom-dropdown .selected::after {
    transition: all .3s ease;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 8px;
    margin-right: 6px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml;utf8,<svg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1.41 0.589966L6 5.16997L10.59 0.589966L12 1.99997L6 7.99997L0 1.99997L1.41 0.589966Z' fill='%231C68B6'/></svg>");
  }

  .custom-dropdown .selected.active::after{
    transform: rotate(180deg);
  }
  
  
  .custom-dropdown .options {
    display: none;
    position: absolute;
    border: 2px solid #DCDCDC;
    border-top: none;
    background: #fff;
    width: 100%;
    z-index: 10;
    margin-top: -1px;
    top: 100%;
    border-radius: 0 0 8px 8px;
    transition: all .3s ease;
  }

  .custom-dropdown .option.active,
  .custom-dropdown .option:hover {
    background-color: #263B8B;
    color: #fff;
  }
  
  .custom-dropdown .option {
    padding: 10px 16px;
    cursor: pointer;
    transition: all .3s ease;
  }
  
  .custom-dropdown .option:hover {
    background-color: #263B8B;
    color: #fff;
  }

.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 17px 0;
    z-index: 90;
}
  
.header_links{
    min-width: 140px;
}

.footer{
    padding: 20px 0;
    margin-top: 107px;
    min-height: 511px;
}

.site{
    padding-top: 102px;
}
  
html{
    margin-top: 0!important;
}

#wpadminbar{
    top: auto;
    bottom: 0;
}

.main-navigation ul{
    display: flex;
    align-items: flex-start;
    column-gap: 60px;
    row-gap: 20px;
}

.header_links, .header_navigation{
    min-height: 65px;
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 10px;
}

.footer_navigation ul{
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.main-navigation a{
    transition: all .3s ease;
}

.current-menu-item{
    position: relative;
}

header .current-menu-item > a {
    text-decoration: underline;
    color: #1C68B6;
    order: -1;
}

header .main-navigation a:hover{
    text-decoration: underline;
    color: #1C68B6;
}

.main-navigation ul.sub-menu{
    display: flex;
    flex-direction: column;
    line-height: 40px;
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;
    gap: 0;
    order: 2;
    opacity: 0;
    height: 0;
    transition: all .3s ease;
    /* position: absolute; */
    /* top: 100%; */
}

.menu-item-has-children{
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    column-gap: 6px;
    padding-right: 15px;
}

@media screen and (min-width:768px){
.menu-item-has-children:hover ul.sub-menu {
    height: auto;
    opacity: 1;
}
}

.open ul.sub-menu{
	height: auto;
    opacity: 1;
}


	.menu-item-has-children:hover:after, .open .submenu-toggle{
    transform: rotate(180deg);
    background-image: url("data:image/svg+xml;utf8,<svg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M5.89819 6.8415L11.6792 1.062L10.6187 0L5.89819 4.7205L1.17919 0L0.117188 1.062L5.89819 6.8415Z' fill='%231C68B6'/></svg>");
}

.menu-item-has-children:after, .submenu-toggle{
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 15px;
    width: 12px;
    height: 7px;
    background-image: url("data:image/svg+xml;utf8,<svg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M5.89819 6.8415L11.6792 1.062L10.6187 0L5.89819 4.7205L1.17919 0L0.117188 1.062L5.89819 6.8415Z' fill='%231E1E1E'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    order: 0;
    transition: all .3s ease;
}

@media screen and (max-width:768px){
	.menu-item-has-children:after{
		display: none;
	}
	.submenu-toggle{
		width: 20px;
		height: 20px;
		background-position: center;
		background-size: auto;
		top: 6px;
	}
}

.main-navigation a:hover{
    opacity: .8;
}

.menu-toggle{
    display: none;
}

.flexible_hero {
    padding-top: 90px;
}

.hidden_lg{
    display: none;
}

.footer_description {
    font-size: 14px;
}

.footer_description  a{
    font-size: 16px;
}

@media screen and (max-width: 1440px) {
    .flexible_hero_image{
        height: auto!important;
    }
    .dir-right .flexible_aside_content-item-descr{
        right: 0!important;
    }
    .fz_52{
        font-size: 40px;
        line-height: 54px;
    }
    .fz_36{
        font-size: 30px;
    }
    .fz_24{
        font-size: 20px;
    }
    .fz_20{
        font-size: 18px;
    }
    .mt_48 {
        margin-top: 20px;
    }
    .mb_41{
        margin-bottom: 20px;
    }
    .mb_50{
        margin-bottom: 20px;
    }
    .mb_36{
        margin-bottom: 20px;
    }
    .mb_20{
        margin-bottom: 12px;
    }
    .mb_44{
        margin-bottom: 20px;
    }
    .mb_58{
        margin-bottom: 30px;
    }
    .mt_90{
        margin-top: 30px;
    }
    .mb_67{
        margin-bottom: 30px;
    }
    .mt_76{
        margin-top: 40px;
    }
    .mt_70{
        margin-top: 30px;
    }
    .mb_109{
        margin-bottom: 40px;
    }
    .gap_60{
        gap: 40px;
    }
    .gap_38{
        gap: 20px;
    }
    .gap_20{
        gap: 12px;
    }
    .flexible_hero {
        padding-top: 40px;
    }
    .header{
        padding: 10px 0px;
    }
    .site {
        padding-top: 88px;
    }
    .flexible_hero-swiper .swiper-slide img{
        height: 310px;
    }
    .flexible_hero_image img{
        height: 310px;
    }
    .flexible_aside_content{
        margin-top: 45px;
    }
    .dir-right .flexible_aside_content-item-descr{
        width: 480px;
    }
    .flexible_aside_content-item-descr{
        width: 480px;
    }
    .flexible_aside_cta{
        margin-top: 120px;
    }
    .flexible_gallery{
        padding-top: 100px;
    }
    .flexible_gallery-swiper .swiper-slide{
        width: 320px;
        height: 320px;
    }    
    .flexible_gallery-swiper .swiper-slide-active{
/*         width: 480px;
        height: 480px; */
    }
    .swiper-button-navigation{
        width: 60px;
        height: 60px;
    }
    .swiper-button-navigation svg{
        width: 20px;
    }
    .flexible_partners{
        margin-top: 70px;
    }
    .footer{
        margin-top: 60px;
        min-height: 320px;
    }
    .footer_logo{
        max-width: 240px;
    }
    .main-navigation ul{
        column-gap: 40px;
        row-gap: 10px;
    }
    .flexible_partners-list-sect{
        margin-top: 70px;
    }
    .flexible_partners-list-item{
        min-height: 180px;
    }
    .flexible_partners-list-grid{
        gap: 16px;
    }
    .flexible_aside_content .container{
        max-width: 1100px!important;
    }
    .flexible_contact_form .container{
        max-width: 1100px!important;
    }
    .flexible_contact_form-inner-form{
        padding: 40px 0 20px;
    }
    .contact_field-label{
        margin-bottom: 8px;
    }
    .form_default input, .form_default select, .form_default textarea, .form_default .selected{
        padding: 5px 16px;
        min-height: 46px;
        font-size: 16px;
        line-height: 19px;
    }
    .custom-dropdown{
        font-size: 16px;
    }
    .custom-dropdown .option{
        padding: 8px 14px;
    }
    .flexible_contact_form-inner{
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 768px) {
    .flexible_aside_cta-box{
        padding: 24px;
    }
    p em{
        font-size: 20px;
    }
    .flexible_hero-text-italic h2{
        display: inline;
    }
    .flexible_aside_content-item-image img{
        max-height: 480px;
        object-fit: cover;
    }
    .flexible_hero-text p{
        display: inline;
    }
    .flexible_aside_cta-box .flexible_aside_cta-text{
        width: 100%;
    }
    .flexible_aside_cta-text h3:not(:first-child){
        margin-top: 20px;
    }
    .flexible_aside_cta-box-aside{
        flex-direction: column;
        gap: 24px;
    }
    .view-box-aside .flexible_aside_cta-text{
        width: 100%;
    }
    .view-box-aside.divider-middle .divider{
        margin-top: 20px;
    }
    .header_links, .header_navigation{
        padding: 0;
    }
    h2{
        font-size: 26px;
        line-height: 29px;
        margin-top: 12px;
    }
    h3{
        font-size: 22px;
        line-height: 26px;
    }
    .container{
        padding: 0 24px;
    }
    #wpadminbar{
        display: none;
    }
    br{
        /* display: none; */
    }
    .flexible_hero-text-italic p{
        display: inline;
    }
    .lh_40{
        line-height: 30px;
    }
    .fz_40{
        font-size: 24px;
    }
    .fz_52{
        font-size: 26px;
        line-height: 29px;
    }
    .fz_24{
        font-size: 16px;
    }
    .fz_36{
        font-size: 24px;
    }
    .mb_41{
        margin-bottom: 36px;
    }
    .mb_50{
        margin-bottom: 36px;
    }
    .mb_67{
        margin-bottom: 36px;
    }
    .mb_20{
        margin-bottom: 30px;
    }
    .mb_58{
        margin-bottom: 36px;
    }
    .mt_70{
        margin-top: 64px;
    }
    .gap_60{
        gap: 36px;
    }
    .gap_20{
        row-gap: 26px;
    }
    .gap_38{
        gap: 28px;
    }
    .hidden_lg{
        display: flex;
    }
    .header_navigation-nav{
        position: fixed;
        top: 0;
        right: 0;
        z-index: 99;
        height: 100%;
        width: 100%;
        transform: translateX(100%);
        background-color: #fff;
        transition: all .3s ease;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 20px;
        max-width: 60%;
    }
    .header_navigation-nav ul{
        gap: 40px;
    }
    body:before{
        transition: all .3s ease;
    }
	
	.menu-item-has-children{
		padding-right: 20px;
	}

    .main-navigation ul.sub-menu{
        padding-left: 10px;
         font-size: 19px;
        line-height: 22px;
    }

    body.menu-open:before{
        content: '';
        background-color: rgba(0,0,0,.6);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 80;
    }
    .header_navigation-nav .btn{
        font-size: 20px;
        max-width: unset;
        min-height: 50px;
        max-width: 240px;
        width: 100%;
    }
    .header_links{
        width: 100%;
    }
    .header_navigation-nav .btn:after{
        transform: scale(1.6);
        top: -3px;
        position: relative;
        right: 0;
    }
    .header_links {
        margin-top: 20px;
    }
    .menu-item-has-children:after{
        top: 11px;
    }
    .main-navigation ul.sub-menu{
        gap: 15px;
        padding-top: 0px;
    }
    .header_navigation-nav.active{
        transform: translateX(0);
    }
    .menu-toggle{
        display: block;
        border: none;
        box-shadow: unset;
        background-color: transparent;
        position: relative;
        z-index: 9999;
        background-image: url('../images/menu-ic.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 22px;
        height: 22px;
        transition: all .3s ease;
    }
    .menu-toggle.active{
        background-image: url('../images/close-ic.svg');
    }
    .header_links-desktop {
        display: none;
    }
    .main-navigation ul{
        flex-direction: column;
    }
    .flexible_aside_content-item {
        flex-direction: column;
        gap: 16px;
    }
    .dir-right .flexible_aside_content-item-descr,
    .flexible_aside_content-item-descr{
        width: 100%!important;
    }
    .flexible_aside_content-item-image{
        width: 100%!important;
    }
    .flexible_hero-swiper .swiper-slide img{
        height: 220px;
    }
    .flexible_hero_image img{
        height: 220px;
    }
    .flexible_hero-text-italic{
        font-size: 24px;
    }
    .flexible_hero-text{
        line-height: 30px;
    }
    .flexible_aside_content-item-descr{
        text-align: center;
    }
    .flexible_aside_cta{
        gap: 60px;
        margin-top: 60px;
    }
    .divider{
        width: 100%;
    }
    .flexible_aside_cta-text{
        width: 88%;
        margin-bottom: 36px;
    }
    .flexible_aside_cta-subtitle {
        font-size: 24px;
    }
    .flexible_aside_cta-title {
        width: 72%;
    }
    .flexible_gallery .container{
        padding: 0;
    }
    .flexible_gallery-swiper .swiper-slide{
        height: 390px;
        width: 100%;
    }
    .swiper-button-navigation{
        width: 50px;
        height: 50px;
    }
    .swiper-button-prev{
        left: 5%;
    }
    .swiper-button-next{
        right: 5%;
    }
    .flexible_partners{
        margin-top: 56px;
    }
    .flexible_partners-item-image:nth-of-type(3){
        order: 2;
    }
    .flexible_partners-item-image:nth-of-type(6){
        order: 3;
    }    
    .flexible_partners-item-image{
        min-width: unset;
        max-width: 180px;
        max-height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .flexible_partners-item-image img{
        max-height: 100%;
    }
    .footer{
        margin-top: 60px;
        text-align: center;
        padding: 63px 0 50px;
    }
    .footer .container{
        flex-direction: column;
        gap: 50px;
    }
	.menu-item-has-children{
		min-width: 160px;
	}
    .open ul.sub-menu{
        margin-top: 10px;
    }
    .main-navigation ul{
        align-items: flex-start;
        font-size: 24px;
        row-gap: 20px;
    }
    .footer_logo{
        max-width: 236px;
    }
    .footer_description{
        max-width: 65%;
        margin-left: auto;
        margin-right: auto;
    }
    .footer_description a{
        display: block;
    }
    .flexible_partners-text-italic{
        font-size: 24px;
    }
    .partners_large-list .flexible_partners-item-image{
        max-width: 165px;
    }
    .flexible_partners-list-grid{
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }
    .flexible_partners-list-item{
        min-height: 300px;
        grid-column: 1 !important;
    }
    .flexible_partners-list-sect{
        margin-top: 80px;
    }
    .partners_large-list .flexible_partners-list{
        margin-top: 40px;
    }
    .flexible_hero:first-child{
        padding-top: 80px;
    }
    .flexible_aside_content-text p{
        display: inline;
    }
    .bordered .flexible_aside_content-item-descr{
        padding: 24px;
    }
    .flexible_aside_content-list-text h2:not(:last-child){
        margin-bottom: 10px;
    }
    footer .main-navigation ul{
        align-items: center;
    }
    .flexible_aside_cta-text{
        text-align: center;
    }
    .flexible_aside_cta-text h2{
        margin-bottom: 12px;
    }
    .flexible_aside_cta-box-aside-descr{
        text-align: center;
    }
    .flexible_contact_form-title{
        text-align: center;
        margin-bottom: 24px;
    }
    .flexible_contact_form-inner-form{
        padding: 20px 20px;
        width: 100%;
    }
    .flexible_contact_form-shortcode-wrap{
        flex-direction: column;
    }
    .flexible_contact_form-inner-form .col{
        width: 100%;
    }
    .contact_field-label{
        font-size: 22px;
        margin-bottom: 3px;
    }
    .form_default input, .form_default select, .form_default textarea, .form_default .selected{
        min-height: 52px;
        padding: 5px 16px;
        font-size: 18px;
    }
    .contact_field.text_r {
        text-align: center;
    }
    .flexible_contact_form-btn {
        max-width: 226px;
        width: 100%;
    }
    .flexible_contact_form-inner{
        padding-bottom: 40px;
    }
    .flexible_contact_form-text {
        font-size: 16px;
    }
    .view-aside .flexible_contact_form-inner{
        flex-direction: column;
    }
    .view-aside .flexible_contact_form-inner-form{
        padding: 24px;
    }
    .flexible_partners ~ .flexible_contact_form{
        margin-top: 48px;
    }
}

.flexible_loop{
    padding: 165px 0 65px;
}

.flexible_loop-swiper .swiper-slide{
    width: 480px;
}

.flexible_loop-swiper-image img{
    height: 304px;
    object-fit: cover;
    object-position: center;
}

.flexible_loop-swiper{
    margin-top: 164px;
}

.flexible_list{
    padding-top: 76px;
}

.flexible_list-title{
    margin-bottom: 76px;
}

.flexible_partners-divider{
    margin-top: 63px;
}

.flexible_loop ~ .flexible_aside_cta{
    margin-top: 65px;
}

.flexible_loop .swiper-button-navigation{
    top: 30%;
}



@media screen and (max-width: 1440px) {
    .flexible_loop-swiper{
        margin-top: 75px;
    }
    .flexible_loop{
        padding: 80px 0 40px;
    }
    .flexible_list .container{
        max-width: 900px!important;
    }
    .flexible_loop-swiper .swiper-slide{
        width: 360px;
    }
    .flexible_loop-swiper-text {
        font-size: 18px;
    }
    .flexible_loop-swiper-title{
        font-size: 24px;
    }
    .flexible_loop-swiper-image img{
        height: 220px;
    }
    .flexible_list-title{
        margin-bottom: 56px;
    }
    .flexible_list{
        padding-top: 56px;
    }
}

@media screen and (max-width: 768px) {
    .flexible_list{
        padding-top: 40px;
    }
    .flexible_list-title{
        margin-bottom: 32px;
    }
    .flexible_list-inner-item-title {
        margin-bottom: 15px;
    }
    .flexible_loop-swiper{
        margin-top: 32px;
    }
    .flexible_loop ~ .flexible_aside_cta{
        margin-top: 32px;
    }
    .flexible_loop{
        padding: 56px 0 32px;
    }
}

.flexible_locations-list{
    padding: 37px 35px;
}

.flexible_locations{
    margin-top: 160px;
}

.flexible_locations-list > div{
    width: 50%;
}

.flexible_locations-list{
    gap: 36px;
}

.flexible_locations-list-item{
    background-color: #1C68B6;
    padding: 32px 16px;
}

.flexible_locations-list-item-title-value{
    cursor: pointer;
}

.flexible_locations-list-item-timetable{
    display: none;
}

.flexible_locations-list-item-toggle{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.flexible_locations-list-wrap{
    display: flex;
    flex-direction: column;
    gap: 18px;
    background-color: #9EDCF142;
    padding: 17px 24px;
    overflow-y: auto;
    max-height: 583px;
    min-height: 583px;
}

.flexible_locations-list-search {
    background-color: #1C68B6;
    padding: 16px 32px;
    margin-bottom: 16px;
    position: relative;
}

.flexible_locations-list-search input {
    background-color: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    padding-right: 40px;
}

.flexible_locations-list-search input::placeholder{
    color: #fff;
}

.flexible_locations-list-item-links{
    flex-wrap: wrap;
    gap: 10px;
}

.flexible_locations-list-search-btn{
    background-color: transparent;
    outline: none;
    border: none;
    box-shadow: unset;
    position: absolute;
    right: 40px;
    top: 16px;
}

.flexible_locations-filters{
    gap: 11px;
    flex-wrap: wrap;
}

.location-filter{
    display: flex;
    align-items: center;
    gap: 13px;
}

.flexible_locations-filters label {
    position: relative;
    cursor: pointer;
}

.flexible_locations-filters label span{
    position: relative;
    top: 4px;
}

.location-filter-box{
    display: flex;
    align-items: center;
    gap: 11px;
}

.flexible_locations-list-map-embed{
    min-height: 583px;
}

.flexible_locations-filters{
    padding-top: 14px;
    margin-bottom: 32px;
}

.flexible_locations-filters .location-filter-box:before{
    content: '';
    width: 28px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    border: 2px solid #1C68B6;
    color: #1C68B6;
    font-size: 26px;
    line-height: 35px;
    padding-top: 8px;    
}

input:checked + .location-filter-box:before{
    content: '✓';
}

.flexible_locations-filters input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

@media screen and (max-width: 768px) {
    .flexible_locations{
        margin-top: 60px;
    }
    .flexible_locations-list{
        padding: 24px;
        gap: 24px;
        flex-direction: column-reverse;
    }
    .flexible_locations-list > div{
        width: 100%;
    }
    .flexible_locations-list-map-embed{
        min-height: 320px;
    }
    .flexible_locations-list-wrap{
        min-height: 340px;
        max-height: 340px;
    }
    .flexible_locations-list-item{
        padding: 16px;
    }
    .flexible_locations-list-wrap{
        padding: 16px;
        gap: 4px;
    }
    .flexible_locations-list-map{
        padding-top: 0;
    }
    .flexible_locations-list-map-embed{
        margin-top: 24px;
    }
    .flexible_locations-list-search{
        padding: 16px;
    }
    .flexible_locations-list-search-btn{
        right: 24px;
        top: 17px;
    }
}

html {
    scroll-behavior: smooth;
  } 

.flexible_locations-list-item-timetable h2{
    display: none;
}

.flexible_locations-list-item-timetable * {
    padding: 0!important;
    margin: 0 !important;
    border: none!important;
    min-width: unset!important;
    background-color: transparent!important;
    color: #fff!important;
    font-size: 20px!important;
    line-height: 0!important;
}

.gubxAk, .foyOLc, .dRcquY{
    display: none!important;
}

.flexible_locations-list-item-timetable .iChbTw{
    display: inline-block;
    line-height: 28px!important;
    display: inline-block;
    min-width: 130px !important;
}

.flexible_locations-list-item-timetable{
    margin-top: 26px;
}

@media screen and (max-width: 768px) {
    .flexible_locations-list-item-timetable .iChbTw{
        min-width: 98px!important;
    }
    .flexible_locations-list-item-timetable{
        margin-top: 16px;
    }
    .flexible_locations-list-item-timetable *{
        font-size: 16px!important;
    }
}