 @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
html, html body{
     font-family: "Montserrat", sans-serif !important ;
}
.header__wrapper .lang ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.header__wrapper .lang ul li {
    margin-left: 20px;
}
.lang {
    width: 100px;
}
header.header {
    background: #fff;
}
.header__simplebar .simplebar-content nav.header__navbar a:last-child {
    border: solid 2px #1793ED;
    padding: 10px 15px;
    border-radius: 10px;
    transition: .3s;
}
 .header__simplebar .simplebar-content nav.header__navbar a.link-btn-style {
     border: solid 2px #1793ED;
     background-color: #1793ED;
     color: white;
     padding: 10px 15px;
     border-radius: 10px;
     transition: .3s;
 }

 .header__simplebar .simplebar-content nav.header__navbar a.link-btn-style:hover {
     background-color: white;
     color: #41222b;
 }

 .header__simplebar .simplebar-content nav.header__navbar a.link-btn-style:before {
     display: none;
 }

.hero__wrapper h1.hero__title.relative {
    max-width: 100%;
    text-align: center;
    font-size: 65px;
    width: 100%;
    border: none;
}
.hero__wrapper h1.hero__title.relative:before {
    content: "";
    border-bottom: 1px solid var(--white);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 850px;
    margin: 0 auto;
}

.footer-botm {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px;
    padding-top: 40px;
    position: relative;
}

.footer__wrapper.grid {
    display: flex;
    flex-wrap: wrap;
}

.footer-botm .footer__menus a {
    color: #fff;
    font-size: 18px;
    font-weight: 300 !important;
}

.footer-botm .footer__soc-box.flex.flex-wrap {
    margin: 0;
}

.footer-botm:before {
    content: "";
    position: absolute;
    left: -50%;
    top: 0;
    right: 30%;
    height: 1px;
    border-top: solid 1px #fff;
}


.footer__contact-box .footer__contact {
    padding-left: 50px;
}
a.solutions__card {
    text-align: center;
}

body span.btn span {
    display: none !important;
}

body span.btn {
    border: solid 2px #1793ED;
    padding: 10px 25px;
    border-radius: 10px;
    font-size: 17px;
    display: block;
    margin: 0 auto;
}

body .solutions__name:before {
    background: linear-gradient(90deg, #003399 0%, #1793ED 100%);
    height: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 230px;
}

.footer__form input.footer__input {
    background: none;
    border-color: #fff;
    font-family: "Montserrat", sans-serif !important;
    color: #fff;
    font-weight: 300;
}

 .footer__form input.footer__input:-webkit-autofill {
     transition: background-color 5000s ease-in-out 0s;
     -webkit-text-fill-color: #fff !important;
 }

 .footer__form input.footer__input:-webkit-autofill:hover {
     transition: background-color 5000s ease-in-out 0s;
     -webkit-text-fill-color: #fff !important;
 }

 .footer__form input.footer__input:-webkit-autofill:focus {
     transition: background-color 5000s ease-in-out 0s;
     -webkit-text-fill-color: #fff !important;
 }

 .footer__form input.footer__input:-webkit-autofill:active {
     transition: background-color 5000s ease-in-out 0s;
     -webkit-text-fill-color: #fff !important;
 }

 .footer__form input.footer__input:-webkit-autofill {
     box-shadow: 0 0 0px 1000px #1f1f2b inset !important;
     -webkit-text-fill-color: #fff !important;
     transition: background-color 5000s ease-in-out 0s !important;
 }

.ready div#footer_form {
    padding-top: 25px;
}

.footer__form button.btn.btn-white.footer__btn i {
    display: none;
}

.footer__form button.btn.btn-white.footer__btn {
    border: solid 2px #1793ED;
    padding: 10px 25px;
    border-radius: 10px;
    font-size: 17px;
    display: block;
    margin: 0 auto;
    font-weight: 400;
    width: 190px;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif !important;
}

input::placeholder {
    opacity: 1;
}
body .ready__title:before {
    background: linear-gradient(90deg, #039, #1793ed);
    height: max(6px, min(calc(-.47059px + .58824vw), 8px));
}
section.hero.relative .hero__wrapper h3 {
    font-size: 25px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 100px;
}

.hero__wrapper h1.hero__title.relative {margin-bottom: 40px;}
.header__simplebar .simplebar-content nav.header__navbar a:last-child:before {
    display: none;
}

.header__simplebar .simplebar-content nav.header__navbar a:last-child:hover {
    background: #1793ED;
    color: #fff;
}

.bringing__text-box {
    background: none;
    text-align: center;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    max-width: 1150px;
    padding-top: 20px;
}

section.bringing h2.bringing__title {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    margin: 0 auto;
    font-weight: 600;
        max-width: 1150px;
}

section.bringing h2.bringing__title {
    position: relative;
    padding-top: 50px;
    padding-bottom: 80px;
}

section.bringing h2.bringing__title:before {
    content: "";
    background: linear-gradient(90deg, #039, #1793ed);
    height: max(6px, min(calc(-.47059px + .58824vw), 8px));
    position: absolute;
    left: -40%;
    top: 0;
    display: block;
    right: 60%;
}

section.bringing h2.bringing__title:after {
    content: "";
    background: linear-gradient(90deg, #039, #1793ed);
    height: max(6px, min(calc(-.47059px + .58824vw), 8px));
    position: absolute;
    right: -40%;
    bottom: 9px;
    display: block;
    left: 60%;
}

.bringing__name {
    font-size: max(22px,min(calc(-3.88235px + 2.35294vw),25px));
}
a.btn i {
    display: none !important;
}

a.btn {
    border: solid 2px #1793ED;
    padding: 10px 25px;
    border-radius: 10px;
    font-size: 17px;
    display: inline-block;
    margin: 0 auto;
}

a.btn:hover {
    background: #1793ED;
    color: #fff;
}

section.why-section h2.section-title {
    text-align: right;
    position: relative;
}

section.why-section h2.section-title:before {
    content: "";
    background: linear-gradient(90deg, #039, #1793ed);
    height: max(6px, min(calc(-.47059px + .58824vw), 8px));
    position: absolute;
    left: -40%;
    top: 30px;
    display: block;
    right: 40%;
}

.why-section-content {
    border: none;
}
section.bringing a.bringing__btn.btn {
    margin-top: 30px;
}
a.btn span.icon-arrow-right {
    display: none;
}
section.mission-section h2.section-title {
    position: relative;
}

.mission-section .mission-section-text {
    background: none;
}

section.mission-section h2.section-title:before {
    background: linear-gradient(90deg, #039, #1793ed);
    content: "";
    display: block;
    height: 8px;
    left: 30%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .5s ease-out, opacity .5s linear;
    width: 100vw;
    will-change: transform, opacity;
}

section.different-section h2 {
    position: relative;
    text-align: right;
}

section.different-section h2:after {
    background: linear-gradient(90deg, #039, #1793ed);
    content: "";
    display: block;
    height: 8px;
    right: 57%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .5s ease-out, opacity .5s linear;
    width: 100vw;
    will-change: transform, opacity;
}

section.we-do-section h2:after {
    right: 30%;
    left: auto;
}

section.we-do-section h2 {
    text-align: right;
    width: 100% !important;
}

.hero-interior .hero-motto {
    border: none;
}

section.different-section .different-section-text {
    background: none;
    border: none;
    color: #000;
}

section.different-section .different-section-text:before {
    display: none;
}

.values-section-wrapper h2.section-title {
    position: relative;
}

.values-section-wrapper h2.section-title:before {
    background: linear-gradient(90deg, #039, #1793ed);
    content: "";
    display: block;
    height: 8px;
    left: -50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .5s ease-out, opacity .5s linear;
    will-change: transform, opacity;
    width: 85%;
    z-index: -1;
}

.values-section-wrapper h2.section-title:after {
    background: linear-gradient(90deg, #039, #1793ed);
    content: "";
    display: block;
    height: 8px;
    right: -50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .5s ease-out, opacity .5s linear;
    will-change: transform, opacity;
    width: 85%;
    z-index: -1;
}
section.benefits-section h2.section-title {
    text-align: center;
    position: relative;
}

section.benefits-section h2.section-title:before {
    content: "";
    background: linear-gradient(90deg, #039, #1793ed);
    height: max(6px, min(calc(-.47059px + .58824vw), 8px));
    position: absolute;
    left: -40%;
    top: 30px;
    display: block;
    right: 67%;
}
section.industry h2.industry__title {
    position: relative;
}

section.industry h2.industry__title:before {
    content: "";
    background: linear-gradient(90deg, #039, #1793ed);
    height: max(6px, min(calc(-.47059px + .58824vw), 8px));
    position: absolute;
    right: calc(50% + max(0px, min(calc(2px + -2 * ((100vw - 375px) / 1065)), 2px)));
    top: calc(30% + max(0px, min(calc(2px + -2*((100vw - 375px) / 1065)), 2px)));
    width: calc(100% + 100vw);
    transform: translate(-15%, 100%) scale(1);
}
body .benefit-card {
    background: none;
}
section.different-section .different-section-text{
    position: relative;
    padding-bottom: 130px;
    overflow: visible;
}
section.different-section .different-section-text:after {
   background: linear-gradient(90deg, #039, #1793ed);
   display: block;
   height: 8px;
   left: 57%;
   position: absolute;
   bottom: 51px;
   transform: translateY(-50%);
   transition: transform .5s ease-out, opacity .5s linear;
   width: 100vw;
   content: "";
   will-change: transform, opacity;
}

.values-section-wrapper .join-section h2.section-title:before {
    display: none;
}

.values-section-wrapper .join-section h2.section-title:after {
    left: 0;
    margin: 0 auto;
    right: 0;
    bottom: 7px;
    top: auto;
}
section.contingent-section .cont-tabs-wr {
    display: flex;
    flex-wrap: wrap;
}

section.contingent-section .cont-tabs-wr .cont-tabs-switchers {
    order: -1;
    display: flex;
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
}

section.contingent-section .cont-tabs-wr .benefit-card.same-height {
    background: rgba(255,255,255,0.7);
}

section.contingent-section .cont-tabs-wr .cont-tabs-switchers h2 {
    font-size: max(20px,min(calc(-55.88235px + 7.35294vw),25px));
    margin: 0;
}

section.contingent-section .cont-tabs-wr .cont-tabs-switchers .cont-tabs-switchers-item.same-height {
    max-width: 33%;
    min-height: auto !important;
    position: relative;
    padding: 15px 20px 16px;
}

section.contingent-section .cont-tabs-wr .cont-tabs-switchers .cont-tabs-switchers-item.same-height .btn {
    font-size: 0;
    position: absolute;
    right: 27px;
    top: 20px;
}

section.contingent-section {
    padding-top: 20px;
}

section.contingent-section .cont-tabs-wr .cont-tabs-switchers .cont-tabs-switchers-item.same-height:hover .btn {
    transform: rotate(90deg);
    right: 10px;
    top: 14px;
}
.industry__wrapper .industry__card {
    border: 1px solid #1793ED80;
}

.solutions__slider .swiper-slide .solutions__card {border: 1px solid #1793ED80;}

section.ready {
    margin: 0 auto;
    max-width: 1276px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 80px;
}

section.ready h2.ready__title {
    font-size: max(34px,min(calc(-33.94118px + 6.17647vw),70px));
}

.footer__form input.footer__input {
    opacity: 0.7;
}
body .why-section-content-list li:after {
    background: linear-gradient(90deg, #039, #1793ed);
    height: 3px;
}

body .join-sections-wr .benefit-card {
    background: hsla(0,0%,100%,.5);
}
body .director-popup .close-popup-btn {
    align-items: center;
    justify-content: center !important;
}
section.directors-section.meet-our-team-section h2.section-title {
    text-align: left;
    margin-left: 0;
}

section.directors-section.meet-our-team-section h2.section-title:after {
    left: calc(100% + var(--offset-line));
}
.sector-cont-tab-departments {
    padding-top: 40px;
}

.sector-cont-tab-departments ul li {
    margin: 0;
    list-style: none;
    background: rgba(255,255,255,0.7);
    text-align: center;
    padding: 20px;
    width: 18%;
}

.sector-cont-tab-departments ul li .department-img {
    max-width: 45px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.sector-cont-tab-departments ul li .department-img img {
    display: inline-block;
}

.sector-cont-tab-departments ul li:before {
    display: none;
}

.sector-cont-tab-departments ul li span {
    font-weight: 300;
}

.sector-cont-tab-departments ul li span:after {
    display: none;
}
.header__wrapper .lang ul li a {
    border: solid 1px #1793ED;
    border-radius: 50%;
    padding: 2px;
}
.header__wrapper .lang ul li.active a {
    background: #1793ED;
}
div#contact-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 999;
    background: #000;
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 10px;
    border-top: solid 8px #1793ed;
    padding: 80px;
    transform: translate(0%, -50%);
}

div#contact-header .close-contact-popup {
    position: absolute;
    right: 20px;
    top: 20px;
    border: solid 3px #1793ed;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    text-align: center;
    line-height: 43px;
    cursor: pointer;
}
div#contact-header .close-contact-popup:before {
    content: "";
    content: "\e904";
    font-family: icomoon !important;
    font-size: 20px;
}

div#contact-header .close-contact-popup {
    font-size: 0;
}
div#contact-header .footer__form-title {
    font-size: max(30px,min(calc(-47.05882px + 8.82353vw),40px));
    font-weight: 600;
    margin-bottom: 60px;
}

div#contact-header form#header_contact_form {
    max-width: 100%;
    grid-gap: unset;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
div#contact-header form#header_contact_form .field {
    width: 48%;
}

div#contact-header form#header_contact_form .field label {
    display: block;
    color: #fff;
    padding-bottom: 10px;
}
div#contact-header form#header_contact_form input.footer__input {
    width: 100%;
    margin: 0;
    margin-bottom: 60px;
    opacity: 0.5;
}

.footer__form button.btn.btn-white.footer__btn {
    float: right;
    margin-left: 0;
    margin-right: 0;
    height: 50px;
}
.director-popup .close-popup-btn {
    border: solid 3px #1793ed;
}

body .director-popup .close-popup-btn:before {
    display: none;
}

body .director-popup .close-popup-btn {
    padding: 5px;
    width: 50px;
    height: 50px;
    border-radius: 10px;
}
div#contact-header .close-contact-popup:hover {
    color: #1793ed;
}
section.contingent-section .cont-tabs-wr .cont-tabs-switchers .cont-tabs-switchers-item.same-height:hover:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 9px;
    background: linear-gradient(90deg, #003399 0%, #1793ED 100%);
}
section.contingent-section .cont-tabs-wr .cont-tabs-switchers .cont-tabs-switchers-item.same-height {
    overflow: hidden;
}


.department-popup .department-popup-inner .simplebar-mask {
    text-align: left;
}

.department-popup .department-popup-inner .simplebar-mask .simplebar-content {
    font-size: 16px;
}
div#send-us-cv, div#subscribe-popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 999;
    background: #000;
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 10px;
    border-top: solid 8px #1793ed;
    padding: 80px;
    transform: translate(0%, -50%);
}

div#send-us-cv .close-contact-popup, div#subscribe-popup .close-contact-popup {
    position: absolute;
    right: 20px;
    top: 20px;
    border: solid 3px #1793ed;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    text-align: center;
    line-height: 43px;
    cursor: pointer;
}
div#send-us-cv .close-contact-popup:before, div#subscribe-popup .close-contact-popup:before {
    content: "";
    content: "\e904";
    font-family: icomoon !important;
    font-size: 20px;
}

div#send-us-cv .close-contact-popup, div#subscribe-popup .close-contact-popup {
    font-size: 0;
}
div#send-us-cv .footer__form-title, div#subscribe-popup .footer__form-title {
    font-size: max(30px,min(calc(-47.05882px + 8.82353vw),40px));
    font-weight: 600;
    margin-bottom: 60px;
    padding-right: 40px;
}

@media (max-width: 640px) {
    div#send-us-cv .footer__form-title, div#subscribe-popup .footer__form-title {
        margin-bottom: 30px;
        line-height: 1.2;
        padding-right: 45px;
    }
}

div#send-us-cv form#header_join_us_form, div#subscribe-popup form#header_join_us_form {
    max-width: 100%;
    grid-gap: unset;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
div#send-us-cv form#header_join_us_form .field, div#subscribe-popup form#header_join_us_form .field {
    width: 48%;
}

div#send-us-cv form#header_join_us_form .field label, div#subscribe-popup form#header_join_us_form .field label {
    display: block;
    color: #fff;
    padding-bottom: 10px;
}
div#send-us-cv form#header_join_us_form input.footer__input, div#subscribe-popup form#header_join_us_form input.footer__input {
    width: 100%;
    margin: 0;
    margin-bottom: 60px;
    opacity: 0.5;
}




/* Custome FIle css*/
    .filelabel {
    width: 100%;
    border: 2px dashed grey;
    border-radius: 5px;
    display: block;
    padding: 5px;
    transition: border 300ms ease;
    cursor: pointer;
    text-align: center;
    margin: 0;
}
.filelabel i {
    display: block;
    font-size: 30px;
    padding-bottom: 5px;
}
.filelabel i,
.filelabel .title {
  color: grey;
  transition: 200ms color;
}
.filelabel:hover {
  border: 2px solid #1665c4;
}
.filelabel:hover i,
.filelabel:hover .title {
  color: #1665c4;
}
#FileInput{
    display:none;
}
@media screen and (min-width:1800px){
    section.industry h2.industry__title:before{
        right: calc(38% + max(0px, min(calc(2px + -2*((100vw - 375px) / 1065)), 2px)));
    }
}

@media screen and (min-width:1600px){
    section.industry h2.industry__title:before{
        right: calc(45% + max(0px, min(calc(2px + -2*((100vw - 375px) / 1065)), 2px)));
    }
}

@media screen and (min-width:1100px){
    
  
    
.directors-section .directors-list {
    display: flex;
    justify-content: center;
}
.sectors-page img.main-bg-shape.aos-init {
    min-height: 1160px;
}
.directors-section .directors-list .director-card {
    margin: 0;
}
section.directors-section.meet-our-team-section .director-card-thumbnail img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}
section.directors-section.meet-our-team-section  .director-card-text {
    max-width: 370px;
}
section.directors-section.meet-our-team-section  .director-card.swiper-slide {
    width: 370px;
}
.director-card-name {
    font-size: max(26px,min(calc(-3.11765px + 2.64706vw),30px));
}
}
@media screen and (min-width:768px){
    

section.directors-section.meet-our-team-section  .director-card.swiper-slide {
    width: 350px;
}
.directors-section .directors-list {
    display: flex;
    justify-content: center;
}
.directors-section .directors-list .director-card {
    margin: 0;
}
}
@media screen and (min-width:1024px) and (max-width:1200px) {
     
    section.bringing h2.bringing__title {
   
        font-size: 30px;
        line-height: 40px;
        
    }  
body .header__simplebar {
    width: calc(100% - 55px);
}
h2.ready__title {
    max-width: 47%;
}

.footer__form input.footer__input {
    width: max(230px,min(calc(36.76923px + 11.05769vw),196px));
}
.cont {
    width: 100%;
}
}
@media screen and (min-width:767px) and (max-width:1023px) {
    section.bringing h2.bringing__title {
   
        font-size: 20px;
        line-height: 30px;
        
    } 
.footer__form button.btn.btn-white.footer__btn {
    margin-top: 43px;
}
.footer-botm .footer__menus .header__navbar.flex.items-center {
    align-items: center;
    flex-direction: row;
}

.footer-botm .footer__menus a {
    margin: 4px 10px;
}

.footer__contact-box .footer__contact {
    padding-left: 20px;
}
section.different-section h2:after{
    right: 62%;
}
section.contingent-section .cont-tabs-wr .cont-tabs-switchers {
    order: 1;
}
section.contingent-section .cont-tabs-wr .cont-tabs-switchers h2 {
    font-size: 20px;
    padding-right: 31px;
}
}
@media screen and (max-width:767px){
    
    div#send-us-cv, div#subscribe-popup{
        
        padding:40px;
    }
    div#send-us-cv form#header_join_us_form .field, div#subscribe-popup form#header_join_us_form .field {
        width: 100%;
    }
    div#contact-header form#header_contact_form .field {
        width: 100%;
    }
    section.bringing h2.bringing__title {
   
        font-size: 20px;
        line-height: 30px;
        
    } 
    .hero__wrapper h1.hero__title.relative {
        font-size: 31px !important;
        margin-top: 0;
        padding: 0;
        order: -1;
        padding-top: 50%;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

section.hero.relative .hero__wrapper h3 {
    font-size: 20px;
    padding-bottom: 0;
}
section.why-section h2.section-title:before {
    right: 85%;
    top: 18px;
}
.hero__wrapper.flex.flex-col.items-start {
    flex-direction: column;
}
section.we-do-section h2:after {
    right: 68%;
}

section.mission-section h2.section-title:before {
    left: 68%;
}
section.we-do-section h2:after {
    right: 68%;
}

section.mission-section h2.section-title:before {
    left: 68%;
}

.values-section-wrapper h2.section-title:after {
    right: -67%;
}

.values-section-wrapper h2.section-title:before {
    left: -67%;
}
body section.contingent-section .cont-tabs-wr {
    flex-direction: unset;
}

section.contingent-section .cont-tabs-wr .cont-tabs-switchers .cont-tabs-switchers-item.same-height {
    max-width: 100%;
}

section.contingent-section .cont-tabs-wr .cont-tabs-switchers {
    flex-wrap: wrap;
}

section.contingent-section .cont-tabs-wr .cont-tabs-switchers .cont-tabs-switchers-item.same-height .btn {
    top: 14px;
}
.footer-botm {
    flex-wrap: wrap;
    margin-top: 0;
}

.footer-botm .footer__soc-box.flex.flex-wrap {
    width: 100%;
    justify-content: flex-start;
    padding-bottom: 20px;
}

.footer__contact-box .footer__contact {
    padding-left: 0;
}

.footer-botm:before {
    right: 0;
}

.footer__form button.btn.btn-white.footer__btn {
    margin-top: 20px;
    width: 100%;
}
section.directors-section.meet-our-team-section  .director-card-text {
    width: 300px;
}
section.industry h2.industry__title:before {
    display: none;
}
.sector-cont-tab-departments ul li {
    width: 100%;
    max-width: 304px;
}
div#contact-header form#header_contact_form input.footer__input {
    width: 100%;
}
div#contact-header{
    padding: 30px;
        padding-top: 80px;
        top: 0;
        transform: none;
        bottom: 0;
}
section.different-section h2:after {
    right: 85%;
    top: 25%;
}
section.benefits-section h2.section-title:before {
    right: 88%;
    top: 20px;
}
}

/*******************29-07-2024 start********************/
.sector-cont-tab-clients ul li img {
    height: auto;
    max-width: 144px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 80px;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}
.about-us-page section.hero-interior p {
    margin-bottom: 20px;
}
.mission-section-text-wr {
    font-weight: 500;
}
@media screen and (min-width:1024px){
.values-card-text {
    min-height: 200px;
}
}
.benefit-card-text {
    --line-count: 4;
}
.join-us-page .benefit-card-text {
    --line-count: 6;
}

/*********************end***********************/
/*********************07-08-2024(start)*****************/
.hero__wrapper h1.hero__title.relative {    
    font-size: 55px;  
}
.about-us-page .mission-section-text {
    background: transparent;   
}
.about-us-page .values-card-title {
  text-align: center;
}
.solutions-page .cont-tab-text ul li {
    padding-left: 17px;
    position: relative;
    padding-bottom: 10px;
}
.sector-cont-tab-text p:first-of-type {
    font-size: 20px;
}
section.review-section {
    padding-bottom: 50px;
}

.botton_section_join_us {
    text-align: center;
    margin: 0 auto 50px;
}



@media (min-width: 769px) {
    #site.is-visible {
        overflow: clip;
    }
}

 .jobs-section {
     padding-bottom: max(40px, min(calc(40px + 40.00 * ((100vw - 1100px) / 340)), 80px));
 }

 .jobs-section__wrap {
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     justify-content: flex-start;
 }

 .jobs-section__form {
     width: 100%;
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     justify-content: flex-start;
 }

 .jobs-section__form:not(:last-child) {
     margin-bottom: max(32px, min(calc(32px + 28.00 * ((100vw - 1100px) / 340)), 60px));
 }

 .jobs-section__form-grid {
     width: 100%;
     display: grid;
     grid-template-columns: repeat(3, minmax(0, 1fr));
     grid-column-gap: max(16px, min(calc(16px + 14.00 * ((100vw - 1100px) / 340)), 30px));
     grid-row-gap: max(20px, min(calc(20px + 10.00 * ((100vw - 1100px) / 340)), 30px));
 }

 .jobs-section__form-grid:not(:last-child) {
     margin-bottom: max(20px, min(calc(20px + 10.00 * ((100vw - 1100px) / 340)), 30px));
 }

 .jobs-section__form-input {
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     justify-content: flex-start;
     margin-left: 0 !important;
 }

 .jobs-section__form-input label {
     font-size: max(16px, min(calc(16px + 1.00 * ((100vw - 1100px) / 340)), 17px));
     font-weight: 500;
     padding-bottom: 14px;
     color: #1F1F2B;
     color: var(--black);
 }

 .jobs-section__form-input input, .jobs-section__form-input .meta-select {
     width: 100%;
 }

 .jobs-section__form-input input {
     padding-top: 0;
     color: #1F1F2B;
     color: var(--black);
     background: transparent;
 }

 .jobs-section__form-input input:-webkit-autofill, .jobs-section__form-input input:-webkit-autofill:hover, .jobs-section__form-input input:-webkit-autofill:focus, .jobs-section__form-input input:-webkit-autofill:active {
     -webkit-text-fill-color: #1F1F2B !important;
     -webkit-text-fill-color: var(--black) !important;
 }

 .jobs-section__form-input input:-webkit-autofill, .jobs-section__form-input input:-webkit-autofill:hover, .jobs-section__form-input input:-webkit-autofill:focus, .jobs-section__form-input input:-webkit-autofill:active {
     -webkit-transition: background-color 5000s ease-in-out 0s;
     transition: background-color 5000s ease-in-out 0s;
 }

 .jobs-section__form-input input{
     border-color: #1F1F2B;
     border-color: var(--black);
     transition: .3s;
     padding-bottom: max(12px, min(calc(12px + 6.00 * ((100vw - 1100px) / 340)), 18px));
     font-size: max(18px, min(calc(18px + 4.00 * ((100vw - 1100px) / 340)), 22px));
     font-weight: 300;
     line-height: 1.2;
 }

 .jobs-section__form-input input::-moz-placeholder {
     font-size: max(18px, min(calc(18px + 4.00 * ((100vw - 1100px) / 340)), 22px));
     font-weight: 300;
     line-height: 1.2;
     color: #1F1F2B;
     color: var(--black);
     opacity: .5;
 }

 .jobs-section__form-input input::placeholder {
     font-size: max(18px, min(calc(18px + 4.00 * ((100vw - 1100px) / 340)), 22px));
     font-weight: 300;
     line-height: 1.2;
     color: #1F1F2B;
     color: var(--black);
     opacity: .5;
 }

 .jobs-section__form-input input:hover {
     color: #1F1F2B;
     color: var(--black);
 }

 .jobs-section__form-input.meta-select .choices__inner {
     border-bottom: 1px solid #1F1F2B;
     border-bottom: 1px solid var(--black);
     border-radius: 0;
 }

 .jobs-section__form-input.meta-select .choices__list.choices__list--single .choices__item {
     font-size: max(18px, min(calc(18px + 4.00 * ((100vw - 1100px) / 340)), 22px));
     font-weight: 300;
     line-height: 1.2;
     padding: 0 30px 18px 0;
 }

 .jobs-section__form-buttons {
     display: flex;
     align-items: center;
     justify-content: flex-start;
     flex-wrap: wrap;
 }

 .jobs-section__result {
     width: 100%;
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     justify-content: flex-start;
 }

 .jobs-section__result-top {
     width: 100%;
     display: flex;
     align-items: center;
     justify-content: space-between;
     flex-wrap: wrap;
     gap: 12px 20px;
 }

 .jobs-section__result-top:not(:last-child) {
     margin-bottom: max(32px, min(calc(32px + 28.00 * ((100vw - 1100px) / 340)), 60px));
 }

 .jobs-section__result-info {
     font-size: max(18px, min(calc(18px + 2.00 * ((100vw - 1100px) / 340)), 20px));
     font-weight: 300;
     color: #1F1F2B;
     color: var(--black);
 }

 .jobs-section__result-info strong {
     font-weight: 700;
 }

 .jobs-section__result-sort {
     display: flex;
     align-items: center;
     justify-content: flex-start;
     gap: 0;
 }

 .jobs-section__result-sort label {
     font-size: max(18px, min(calc(18px + 2.00 * ((100vw - 1100px) / 340)), 20px));
     font-weight: 300;
     color: #1F1F2B;
     color: var(--black);
 }

 .jobs-section__result-sort .meta-select {
     margin-left: 0;
 }

 .jobs-section__result-sort .meta-select {
     margin-left: 0;

     .choices__list--dropdown, .choices__list[aria-expanded] .choices__list {
         border-top: 1px solid var(--dark-blue);
     }
 }

 .jobs-section__result-sort .meta-select .choices__list.choices__list--single .choices__item {
     font-size: max(18px, min(calc(18px + 2.00 * ((100vw - 1100px) / 340)), 20px));
     font-weight: 700;
     padding: 0 28px 0 30px;
     line-height: 1.2;
 }

 .jobs-section__result-list {
     width: 100%;
     display: grid;
     grid-template-columns: repeat(1, minmax(0, 1fr));
     grid-gap: max(18px, min(calc(18px + 22.00 * ((100vw - 1100px) / 340)), 40px));
     gap: max(18px, min(calc(18px + 22.00 * ((100vw - 1100px) / 340)), 40px));
 }

 .jobs-section__result-list:not(:last-child) {
     margin-bottom: max(24px, min(calc(24px + 26.00 * ((100vw - 1100px) / 340)), 50px));
 }

 .jobs-section__result-load {
     width: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .jobs-section__result-load .btn-new-design {
     min-width: max(180px, min(calc(180px + 93.00 * ((100vw - 1100px) / 340)), 273px));
 }

 @media (max-width: 640px) {
     .jobs-section__form-grid {
         grid-template-columns: repeat(1, minmax(0, 1fr));
     }

     .jobs-section__form-buttons {
         width: 100%;
     }

     .jobs-section__form-buttons .btn-new-design {
         width: 100%;
     }

     .jobs-section__result-top {
         display: flex;
         flex-direction: column;
         align-items: flex-start;
         justify-content: flex-start;
     }
     .jobs-section__result-load .btn-new-design {
         width: 100%;
     }
 }

 .job-card {
     width: 100%;
     border-radius: 10px;
     border: 1px solid rgba(23, 147, 237, 0.5);
     background: rgba(255, 255, 255, 0.5);
     transition: .3s;
     padding: max(20px, min(calc(20px + 10.00 * ((100vw - 1100px) / 340)), 30px)) max(16px, min(calc(16px + 14.00 * ((100vw - 1100px) / 340)), 30px));
     gap: 20px max(22px, min(calc(22px + 76.00 * ((100vw - 1100px) / 340)), 98px));
     color: #1F1F2B;
     color: var(--black);
     display: flex;
     align-items: stretch;
     justify-content: space-between;
 }

 .job-card:hover {
     border-color: #1793ED;
     border-color: var(--light-blue);
     background: white;
 }

 .job-card__content {
     flex: 1;
     width: 100%;
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     justify-content: flex-start;
 }

 .job-card__title {
     font-size: max(24px, min(calc(24px + 21.00 * ((100vw - 1100px) / 340)), 45px));
     font-weight: 600;
 }

 .job-card__title:not(:last-child) {
     margin-bottom: max(16px, min(calc(16px + 19.00 * ((100vw - 1100px) / 340)), 35px));
 }

 .job-card__line {
     width: calc(100% + max(16px, min(calc(16px + 14.00 * ((100vw - 1100px) / 340)), 30px)));
     margin-left: max(-30px, min(calc(-16px + -14.00 * ((100vw - 1100px) / 340)), -16px));
     height: 8px;
     background: linear-gradient(90deg, #039 0%, #1793ED 100%);
     background: var(--line-gradient);
     z-index: 1;
     transition: transform 0.3s, opacity 0.3s;
     will-change: transform, opacity;
     opacity: 1;
 }

 .job-card__line:not(:last-child) {
     margin-bottom: max(16px, min(calc(16px + 19.00 * ((100vw - 1100px) / 340)), 35px));
 }

 .job-card__text {
     padding: 0 !important;
 }

 .job-card__text {
     display: -webkit-box;
     -webkit-line-clamp: 6;
     -webkit-box-orient: vertical;
     overflow: hidden;
     font-weight: 400;
     font-size: max(16px, min(calc(16px + 2.00 * ((100vw - 1100px) / 340)), 18px));
     line-height: max(20px, min(calc(20px + 5.00 * ((100vw - 1100px) / 340)), 25px));
 }

 .job-card__info {
     width: 194px;
     min-width: 194px;
     display: flex;
     flex-direction: column;
     align-items: flex-end;
     justify-content: flex-start;
     gap: max(16px, min(calc(16px + 4.00 * ((100vw - 1100px) / 340)), 20px));
 }

 .job-card__consultant {
     display: flex;
     align-items: center;
     justify-content: flex-start;
     gap: 10px;
     font-size: 17px;
     font-weight: 700;
 }

 .job-card__consultant img {
     --size: 40px;
     width: var(--size);
     min-width: var(--size);
     height: var(--size);
     -o-object-fit: cover;
     object-fit: cover;
     border-radius: 10px;
     overflow: hidden;
 }

 .job-card__list {
     padding-top: max(0px, min(calc(0px + 5.00 * ((100vw - 1100px) / 340)), 5px));
     display: flex;
     flex-direction: column;
     align-items: flex-end;
     justify-content: flex-start;
     text-align: right;
     gap: max(16px, min(calc(16px + 9.00 * ((100vw - 1100px) / 340)), 25px));
 }

 .job-card__list li {
     font-size: max(16px, min(calc(16px + 1.00 * ((100vw - 1100px) / 340)), 17px));
     font-weight: 300;
 }

 .job-card__buttons {
     display: flex;
     flex-direction: column;
     align-items: stretch;
     justify-content: flex-start;
     gap: max(16px, min(calc(16px + 4.00 * ((100vw - 1100px) / 340)), 20px));
     margin-top: auto;
     width: 100%;
 }

 @media (max-width: 1100px) {
     .job-card__text {
         padding: 0 !important;
     }
     .job-card__text {
         display: -webkit-box;
         -webkit-line-clamp: 8;
         -webkit-box-orient: vertical;
         overflow: hidden;
     }
 }

 @media (max-width: 640px) {
     .job-card {
         flex-direction: column;
         align-items: flex-start;
     }

     .job-card__info {
         align-items: flex-start;
         text-align: left;
         width: 100%;
     }

     .job-card__list {
         align-items: flex-start;
         text-align: left;
     }
 }

 .btn-new-design, .btn-new-design-second {
     cursor: pointer;
     border: solid 2px #1793ED;
     padding: 10px 25px;
     border-radius: 10px;
     font-size: 17px;
     font-weight: 500;
     transition: .3s;
     display: flex;
     justify-content: center;
     align-items: center;
     gap: max(12px, min(calc(12px + 1.00 * ((100vw - 1100px) / 340)), 13px));
 }

 .btn-new-design svg, .btn-new-design-second svg {
     --size: 14px;
     width: var(--size);
     min-width: var(--size);
     height: var(--size);
 }

 .btn-new-design:hover, .btn-new-design-second:hover {
     color: #1793ED;
     color: var(--light-blue);
 }

 .btn-new-design-second {
     color: #FFFFFF;
     color: var(--white);
     background: #1793ED;
 }

 .btn-new-design-second:hover {
     color: #1F1F2B;
     color: var(--black);
 }

 .job-details-hero {
     padding-bottom: 0;
 }

 .job-details-hero .title-marker {
     font-size: max(44px, min(calc(44px + 21.00 * ((100vw - 1100px) / 340)), 65px));
 }

 .article-section {
     padding-bottom: max(40px, min(calc(40px + 40.00 * ((100vw - 1100px) / 340)), 80px));
 }

 .article-section__wrap {
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     justify-content: flex-start;
 }

 .article-section__top {
     width: 100%;
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     justify-content: flex-start;
 }

 .article-section__top:not(:last-child) {
     margin-bottom: max(32px, min(calc(32px + 18.00 * ((100vw - 1100px) / 340)), 50px));
 }

 .article-section__list {
     display: flex;
     align-items: flex-start;
     justify-content: flex-start;
     flex-wrap: wrap;
     gap: 20px max(20px, min(calc(20px + 40.00 * ((100vw - 1100px) / 340)), 60px));
 }

 .article-section__list li {
     font-size: max(18px, min(calc(18px + 2.00 * ((100vw - 1100px) / 340)), 20px));
     font-weight: 400;
     color: #1F1F2B;
     color: var(--black);
     display: inline-flex;
     flex-direction: column;
     align-items: flex-start;
 }

 .article-section__list li strong {
     font-weight: 600;
     padding-top: 8px;
 }

 .article-section__list:not(:last-child) {
     margin-bottom: max(24px, min(calc(24px + 16.00 * ((100vw - 1100px) / 340)), 40px));
 }

 .article-section__buttons {
     display: flex;
     align-items: flex-start;
     justify-content: flex-start;
     gap: max(16px, min(calc(16px + 4.00 * ((100vw - 1100px) / 340)), 20px));
     flex-wrap: wrap;
 }

 .article-section__buttons .btn-new-design {
     min-width: max(180px, min(calc(180px + 14.00 * ((100vw - 1100px) / 340)), 194px));
 }

 .article-section__buttons .btn-new-design svg {
     transition: .3s;
 }

 .article-section__buttons .btn-new-design:hover svg {
     rotate: -45deg;
 }

 .article-section__buttons:not(:last-child) {
     margin-bottom: max(32px, min(calc(32px + 18.00 * ((100vw - 1100px) / 340)), 50px));
 }

 .article-section__container {
     position: relative;
     width: 100%;
     gap: 32px 24px;
     display: flex;
     align-items: flex-start;
     justify-content: space-between;
 }

 .article-section__content {
     width: 65.83%;
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     justify-content: flex-start;
 }

 .article-section__content .article-section__buttons:not(:last-child) {
     margin-bottom: max(32px, min(calc(32px + 28.00 * ((100vw - 1100px) / 340)), 60px));
 }

 .article-section__text:not(:last-child) {
     margin-bottom: max(32px, min(calc(32px + 28.00 * ((100vw - 1100px) / 340)), 60px));
     font-weight: 600;
     font-family: 'Montserrat', 'Inter', sans-serif;
 }

 .article-section__text img {
     width: 100%;
     -o-object-fit: contain;
     object-fit: contain;
     max-height: 650px;
     -o-object-position: left;
     object-position: left;
 }

 .article-section__text img:not(:last-child) {
     margin-bottom: max(20px, min(calc(20px + 40.00 * ((100vw - 1100px) / 340)), 60px));
 }

 .article-section__text a {
     color: #1793ED !important;
     color: var(--light-blue) !important;
 }

 .article-section__text a {
     transition: .3s;
     display: inline-block;
     text-decoration: underline;
 }

 .article-section__text a:hover {
     color: #003399 !important;
     color: var(--dark-blue) !important;
 }

 .article-section__text p a, .article-section__text ul a, .article-section__text ol a, .article-section__text li a, .article-section__text h1 a, .article-section__text h2 a, .article-section__text h3 a, .article-section__text h4 a {
     color: #1793ED !important;
     color: var(--light-blue) !important;
 }

 .article-section__text p a:hover, .article-section__text ul a:hover, .article-section__text ol a:hover, .article-section__text li a:hover, .article-section__text h1 a:hover, .article-section__text h2 a:hover, .article-section__text h3 a:hover, .article-section__text h4 a:hover {
     color: #003399 !important;
     color: var(--dark-blue) !important;
 }

 .article-section__text h1 {
     font-size: max(36px, min(calc(36px + 14.00 * ((100vw - 1100px) / 340)), 50px));
     font-weight: 600;
     font-family: 'Montserrat', 'Inter', sans-serif;
 }

 .article-section__text h2 {
     font-size: max(30px, min(calc(30px + 10.00 * ((100vw - 1100px) / 340)), 40px));
     font-weight: 600;
     font-family: 'Montserrat', 'Inter', sans-serif;
 }

 .article-section__text h3 {
     font-size: max(24px, min(calc(24px + 6.00 * ((100vw - 1100px) / 340)), 30px));
     font-weight: 600;
     font-family: 'Montserrat', 'Inter', sans-serif;
 }

 .article-section__text h4 {
     font-size: max(20px, min(calc(20px + 4.00 * ((100vw - 1100px) / 340)), 24px));
     font-weight: 600;
     font-family: 'Montserrat', 'Inter', sans-serif;
 }

 .article-section__text p:not(:last-child), .article-section__text ul:not(:last-child), .article-section__text ol:not(:last-child), .article-section__text li:not(:last-child) {
     margin-bottom: 10px;
 }

 .article-section__text p + h1, .article-section__text ul + h1, .article-section__text ol + h1, .article-section__text li + h1 {
     padding-top: max(20px, min(calc(20px + 30.00 * ((100vw - 1100px) / 340)), 50px));
 }

 .article-section__text p + h1:not(:last-child), .article-section__text ul + h1:not(:last-child), .article-section__text ol + h1:not(:last-child), .article-section__text li + h1:not(:last-child) {
     margin-bottom: max(16px, min(calc(16px + 4.00 * ((100vw - 1100px) / 340)), 20px));
 }

 .article-section__text p + h2, .article-section__text ul + h2, .article-section__text ol + h2, .article-section__text li + h2 {
     padding-top: max(20px, min(calc(20px + 30.00 * ((100vw - 1100px) / 340)), 50px));
 }

 .article-section__text p + h2:not(:last-child), .article-section__text ul + h2:not(:last-child), .article-section__text ol + h2:not(:last-child), .article-section__text li + h2:not(:last-child) {
     margin-bottom: max(16px, min(calc(16px + 4.00 * ((100vw - 1100px) / 340)), 20px));
 }

 .article-section__text p + h3, .article-section__text ul + h3, .article-section__text ol + h3, .article-section__text li + h3 {
     padding-top: max(20px, min(calc(20px + 30.00 * ((100vw - 1100px) / 340)), 50px));
 }

 .article-section__text p + h3:not(:last-child), .article-section__text ul + h3:not(:last-child), .article-section__text ol + h3:not(:last-child), .article-section__text li + h3:not(:last-child) {
     margin-bottom: max(16px, min(calc(16px + 4.00 * ((100vw - 1100px) / 340)), 20px));
 }

 .article-section__text p + h4, .article-section__text ul + h4, .article-section__text ol + h4, .article-section__text li + h4 {
     padding-top: max(10px, min(calc(10px + 10.00 * ((100vw - 1100px) / 340)), 20px));
 }

 .article-section__text p + h4:not(:last-child), .article-section__text ul + h4:not(:last-child), .article-section__text ol + h4:not(:last-child), .article-section__text li + h4:not(:last-child) {
     margin-bottom: max(16px, min(calc(16px + 4.00 * ((100vw - 1100px) / 340)), 20px));
 }

 .article-section__share {
     display: flex;
     align-items: center;
     justify-content: flex-start;
     gap: 20px;
 }

 .article-section__share-text {
     font-size: max(16px, min(calc(16px + 1.00 * ((100vw - 1100px) / 340)), 17px));
     font-weight: 500;
 }

 .article-section__share-list {
     display: flex;
     align-items: center;
     justify-content: flex-start;
     flex-wrap: wrap;
     gap: 5px;
 }

 .article-section__share-link {
     --size: 36px;
     width: var(--size);
     min-width: var(--size);
     height: var(--size);
     cursor: pointer;
 }

 .article-section__share-link img {
     width: 100%;
     height: 100%;
     -o-object-fit: contain;
     object-fit: contain;
     transition: .3s;
 }

 .article-section__share-link svg path {
     transition: .3s;
 }

 .article-section__share-link:hover svg path {
     fill: #1F1F2B;
     fill: var(--black);
 }

 .article-section__info {
     width: 100%;
     max-width: max(260px, min(calc(260px + 34.00 * ((100vw - 1100px) / 340)), 294px));
 }

 @media (min-width: 901px) {

     .article-section__info {
         position: sticky;
         top: 90px;
         right: 0
     }
 }

 @media (max-width: 640px) {
     .article-section__info {
         width: 100%;
         max-width: 100%;
     }
 }

 .article-section__info-title {
     font-size: max(24px, min(calc(24px + 6.00 * ((100vw - 1100px) / 340)), 30px));
     font-weight: 700;
     font-family: 'Figtree', 'Inter', sans-serif;
     color: #1F1F2B;
     color: var(--black);
 }

 .article-section__info-title:not(:last-child) {
     margin-bottom: 20px;
 }

 .article-section__consultant {
     display: flex;
     flex-direction: column;
     align-items: stretch;
     justify-content: flex-start;
 }

 .article-section__consultant:not(:last-child) {
     margin-bottom: max(24px, min(calc(24px + 6.00 * ((100vw - 1100px) / 340)), 30px));
 }

 .article-section__consultant-image {
     position: relative;
     overflow: hidden;
     /* fix for hover scale on image on Safari 15.1 */
     -webkit-mask-image: radial-gradient(white, black);
     mask-image: radial-gradient(white, black);
 }

 .article-section__consultant-image::before {
     content: "";
     display: block;
     padding-bottom: max(min(98.9795918367347%, 9999px), 0px);
 }

 .article-section__consultant-image img, .article-section__consultant-image svg, .article-section__consultant-image video, .article-section__consultant-image iframe {
     width: 100%;
     height: 100%;
     position: absolute;
     -o-object-fit: cover;
     object-fit: cover;
     top: 0;
     left: 0;
 }

 .article-section__consultant-image{
     width: 100%;
     overflow: hidden;
     border-radius: 10px 10px 0 0;
     background: #1F1F2B;
     background: var(--black);
     min-height: 10px;
 }

 .article-section__consultant-image img {
     z-index: 2;
 }

 .article-section__consultant-content {
     width: 100%;
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     justify-content: flex-start;
     background: #1F1F2B;
     background: var(--black);
     border-radius: 0 0 10px 10px;
     gap: 10px;
     padding: max(20px, min(calc(20px + 5.00 * ((100vw - 1100px) / 340)), 25px)) max(20px, min(calc(20px + 8.00 * ((100vw - 1100px) / 340)), 28px)) max(22px, min(calc(22px + 4.00 * ((100vw - 1100px) / 340)), 26px));
     color: #FFFFFF;
     color: var(--white);
 }

 .article-section__consultant-title {
     font-size: max(24px, min(calc(24px + 6.00 * ((100vw - 1100px) / 340)), 30px));
     font-weight: 600;
     font-family: 'Montserrat', 'Inter', sans-serif;
 }

 .article-section__consultant-text {
     font-size: max(16px, min(calc(16px + 5.00 * ((100vw - 1100px) / 340)), 21px));
     font-family: 'Montserrat', 'Inter', sans-serif;
     font-weight: 500;
 }

 .article-section__consultant-links {
     margin-top: max(5px, min(calc(5px + 10.00 * ((100vw - 1100px) / 340)), 15px));
     padding-left: max(20px, min(calc(20px + 8.00 * ((100vw - 1100px) / 340)), 28px));
     margin-left: max(-28px, min(calc(-20px + -8.00 * ((100vw - 1100px) / 340)), -20px));
     width: calc(100% + max(20px, min(calc(20px + 8.00 * ((100vw - 1100px) / 340)), 28px)));
     padding-top: 16px;
     position: relative;
     display: flex;
     align-items: center;
     justify-content: flex-start;
     flex-wrap: wrap;
     gap: max(12px, min(calc(12px + 3.00 * ((100vw - 1100px) / 340)), 15px));
 }

 .article-section__consultant-links:before {
     position: absolute;
     top: 0;
     left: 0;
     width: calc(100% - 60px);
     max-width: 216px;
     height: 1px;
     background: #FFFFFF;
     background: var(--white);
     z-index: 1;
     content: "";
 }

 .article-section__consultant-link {
     --size: max(36px, min(calc(36px + 3.00 * ((100vw - 1100px) / 340)), 39px));
     width: var(--size);
     height: var(--size);
     transition: .3s;
     cursor: pointer;
 }

 .article-section__consultant-link img {
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
 }

 .article-section__consultant-link:hover {
     opacity: .7;
 }

 @media (max-width: 768px) {
     .article-section__container {
         flex-direction: column;
         align-items: flex-start;
         justify-content: flex-start;
     }

     .article-section__content {
         width: 100%;
     }

     .article-section__ingo {
         width: 100%;
         max-width: 280px;
     }
 }

 .blog-details-hero {
     padding-bottom: 0;
 }

 .blog-details-hero__subtitle {
     font-size: max(18px, min(calc(18px + 2.00 * ((100vw - 1100px) / 340)), 20px));
     font-family: 'Montserrat', 'Inter', sans-serif;
     letter-spacing: 0.0025em;
     color: #003399;
     color: var(--dark-blue);
 }

 .blog-details-hero__subtitle:not(:last-child) {
     margin-bottom: 17px;
 }

 .blog-details-hero .title-marker {
     font-size: max(44px, min(calc(44px + 21.00 * ((100vw - 1100px) / 340)), 65px));
     max-width: max(500px, min(calc(500px + 364.00 * ((100vw - 1100px) / 340)), 864px));
 }

 @media (min-width: 769px) {

     .blog-article-section .article-section__info {
         min-width: max(260px, min(calc(260px + 91.00 * ((100vw - 1100px) / 340)), 351px))
     }
 }

 .blog-article-section .article-section__info .article-section__buttons:not(:last-child) {
     margin-bottom: max(20px, min(calc(20px + 10.00 * ((100vw - 1100px) / 340)), 30px));
 }

 .blog-article-section .article-section__info .article-section__share:not(:last-child) {
     margin-bottom: max(20px, min(calc(20px + 10.00 * ((100vw - 1100px) / 340)), 30px));
 }

 .blog-article-section .article-section__image {
     position: relative;
     overflow: hidden;
     /* fix for hover scale on image on Safari 15.1 */
     -webkit-mask-image: radial-gradient(white, black);
     mask-image: radial-gradient(white, black);
 }

 .blog-article-section .article-section__image::before {
     content: "";
     display: block;
     padding-bottom: max(min(56.54761904761905%, 9999px), 0px);
 }

 .blog-article-section .article-section__image img, .blog-article-section .article-section__image svg, .blog-article-section .article-section__image video, .blog-article-section .article-section__image iframe {
     width: 100%;
     height: 100%;
     position: absolute;
     -o-object-fit: cover;
     object-fit: cover;
     top: 0;
     left: 0;
 }

 .blog-article-section .article-section__image{
     overflow: hidden;
     border-radius: 10px;
     width: 100%;
 }

 .blog-article-section .article-section__image:not(:last-child) {
     margin-bottom: max(24px, min(calc(24px + 36.00 * ((100vw - 1100px) / 340)), 60px));
 }

 .blog-article-section .article-section__subscribe {
     width: 100%;
     border-radius: 10px;
     border: 1px solid rgba(23, 147, 237, 0.5);
     background: rgba(255, 255, 255, 0.5);
     transition: .3s;
     padding: max(32px, min(calc(32px + 40.00 * ((100vw - 1100px) / 340)), 72px)) max(16px, min(calc(16px + 14.00 * ((100vw - 1100px) / 340)), 30px)) max(28px, min(calc(28px + 27.00 * ((100vw - 1100px) / 340)), 55px));
     color: #1F1F2B;
     color: var(--black);
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: flex-start;
 }

 .blog-article-section .article-section__subscribe .article-section__buttons .btn-new-design {
     min-width: max(220px, min(calc(220px + 41.00 * ((100vw - 1100px) / 340)), 261px));
 }

 .blog-article-section .article-section__subscribe-title {
     font-weight: 600;
     font-size: max(24px, min(calc(24px + 6.00 * ((100vw - 1100px) / 340)), 30px));
     font-family: 'Montserrat', 'Inter', sans-serif;
     text-align: center;
 }

 .blog-article-section .article-section__subscribe-title:not(:last-child) {
     margin-bottom: max(24px, min(calc(24px + 10.00 * ((100vw - 1100px) / 340)), 34px));
 }

 .blog-article-section .article-section__subscribe-line {
     width: 100%;
     max-width: 190px;
     background: linear-gradient(90deg, #003399 0%, #1793ED 100%);
     height: 8px;
     display: block;
 }

 .blog-article-section .article-section__subscribe-line:not(:last-child) {
     margin-bottom: max(24px, min(calc(24px + 10.00 * ((100vw - 1100px) / 340)), 34px));
 }

 .subscribe-block {
     width: 100%;
     border-radius: 10px;
     border: 1px solid rgba(23, 147, 237, 0.5);
     background: rgba(255, 255, 255, 0.5);
     transition: .3s;
     padding: max(32px, min(calc(32px + 40.00 * ((100vw - 1100px) / 340)), 72px)) max(16px, min(calc(16px + 14.00 * ((100vw - 1100px) / 340)), 30px)) max(28px, min(calc(28px + 27.00 * ((100vw - 1100px) / 340)), 55px));
     color: #1F1F2B;
     color: var(--black);
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: flex-start;
 }

 .subscribe-block.aos-animate .subscribe-block__subscribe-line {
     width: 90%;
     opacity: 1;
 }

 .subscribe-block__subscribe-title {
     font-weight: 600;
     font-size: max(34px, min(calc(34px + 36.00 * ((100vw - 1100px) / 340)), 70px));
     font-family: 'Montserrat', 'Inter', sans-serif;
     text-align: center;
 }

 .subscribe-block__subscribe-title:not(:last-child) {
     margin-bottom: max(24px, min(calc(24px + 6.00 * ((100vw - 1100px) / 340)), 30px));
 }

 .subscribe-block__subscribe-line {
     width: 0;
     max-width: 693px;
     background: linear-gradient(90deg, #003399 0%, #1793ED 100%);
     height: 8px;
     transition: .5s;
     opacity: 0;
     display: block;
 }

 .subscribe-block__subscribe-line:not(:last-child) {
     margin-bottom: max(24px, min(calc(24px + 3.00 * ((100vw - 1100px) / 340)), 27px));
 }

 .subscribe-block__buttons .btn-new-design {
     min-width: max(220px, min(calc(220px + 41.00 * ((100vw - 1100px) / 340)), 261px));
 }

 .news-hero-section .title-marker {
     font-size: max(50px, min(calc(50px + 40.00 * ((100vw - 1100px) / 340)), 90px));
 }

 .news-hero-section .title-marker:not(:last-child) {
     margin-bottom: max(24px, min(calc(24px + 26.00 * ((100vw - 1100px) / 340)), 50px));
 }

 .news-section {
     padding-top: max(20px, min(calc(20px + 20.00 * ((100vw - 1100px) / 340)), 40px));
     padding-bottom: max(40px, min(calc(40px + 40.00 * ((100vw - 1100px) / 340)), 80px));
     overflow: hidden;
 }

 .news-section__wrap {
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     justify-content: flex-start;
 }

 .news-section__container {
     width: 100%;
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     justify-content: flex-start;
 }

 .news-section__container:not(:last-child) {
     margin-bottom: max(32px, min(calc(32px + 68.00 * ((100vw - 1100px) / 340)), 100px));
 }

 .news-section__title {
     margin-left: auto;
     margin-right: auto;
     text-align: center;
     position: relative;
     font-weight: 500;
     font-size: max(40px, min(calc(40px + 30.00 * ((100vw - 1100px) / 340)), 70px));
     font-family: 'Montserrat', 'Inter', sans-serif;
 }

 .news-section__title:before, .news-section__title:after {
     position: absolute;
     top: 50%;
     height: 8px;
     background: linear-gradient(90deg, #003399 0%, #1793ED 100%);
     width: 50vw;
     content: "";
     transition: .6s;
     opacity: 0;
 }

 .news-section__title:before {
     left: max(-32px, min(calc(-20px + -12.00 * ((100vw - 1100px) / 340)), -20px));
     transform: translateY(-50%) translateX(-100%) scaleX(0);
     transform-origin: left;
 }

 .news-section__title:after {
     right: max(-32px, min(calc(-20px + -12.00 * ((100vw - 1100px) / 340)), -20px));
     transform: translateY(-50%) translateX(100%) scaleX(0);
     transform-origin: right;
 }

 .news-section__title.aos-animate:before, .news-section__title.aos-animate:after {
     opacity: 1;
 }

 .news-section__title.aos-animate:before {
     transform: translateY(-50%) translateX(-100%) scaleX(1);
 }

 .news-section__title.aos-animate:after {
     transform: translateY(-50%) translateX(100%) scaleX(1);
 }

 .news-section__title:not(:last-child) {
     margin-bottom: max(24px, min(calc(24px + 21.00 * ((100vw - 1100px) / 340)), 45px));
 }

 .news-section__list {
     width: 100%;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: flex-start;
 }

 .news-section__list-result {
     display: flex;
     align-items: stretch;
     justify-content: center;
     flex-wrap: wrap;
     gap: max(20px, min(calc(20px + 25.00 * ((100vw - 1100px) / 340)), 45px)) max(16px, min(calc(16px + 29.00 * ((100vw - 1100px) / 340)), 45px));
     width: 100%;
 }

 .news-section__list-result:not(:last-child) {
     margin-bottom: max(24px, min(calc(24px + 21.00 * ((100vw - 1100px) / 340)), 45px));
 }

 .news-section__list-result .news-card {
     width: calc(33% - (max(16px, min(calc(16px + 29.00 * ((100vw - 1100px) / 340)), 45px)) / 1.5));
 }

 .news-section__list-load {
     display: flex;
     justify-content: center;
     align-items: center;
 }

 @media (max-width: 851px) {
     .news-section__list-result .news-card {
         width: calc(50% - (max(16px, min(calc(16px + 29.00 * ((100vw - 1100px) / 340)), 45px)) / 1.5));
     }
 }

 @media (max-width: 551px) {
     .news-section__list-result .news-card {
         width: 100%;
     }

     .news-section__list-load {
         width: 100%;
     }
     .news-section__list-load .btn-new-design {
         width: 100%;
     }
 }

 .news-card {
     overflow: hidden;
     position: relative;
     border-radius: 10px;
     min-height: max(400px, min(calc(400px + 150.00 * ((100vw - 1100px) / 340)), 550px));
     padding: max(24px, min(calc(24px + 6.00 * ((100vw - 1100px) / 340)), 30px)) max(20px, min(calc(20px + 10.00 * ((100vw - 1100px) / 340)), 30px));
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     justify-content: flex-start;
     z-index: 1;
     color: #FFFFFF;
     color: var(--white);
 }

 .news-card__image {
     position: absolute;
     z-index: -1;
     border-radius: inherit;
     overflow: hidden;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
 }

 .news-card__image img {
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
     transition: .3s;
 }

 .news-card__image:after {
     background: #1F1F2B;
     background: var(--black);
     position: absolute;
     z-index: 1;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     border-radius: inherit;
     content: "";
     opacity: .5;
     transition: .3s;
 }

 .news-card__title {
     padding: 0 !important;
 }

 .news-card__title {
     font-size: max(24px, min(calc(24px + 16.00 * ((100vw - 1100px) / 340)), 40px));
     font-family: 'Montserrat', 'Inter', sans-serif;
     font-weight: 600;
     display: -webkit-box;
     -webkit-line-clamp: 4;
     -webkit-box-orient: vertical;
     overflow: hidden;
 }

 .news-card__title:not(:last-child) {
     margin-bottom: 20px;
 }

 .news-card__info:not(:last-child) {
     margin-bottom: 20px;
 }

 .news-card__buttons {
     margin-top: auto;
     display: flex;
     align-items: center;
     justify-content: flex-start;
 }

 .news-card:hover .news-card__image img {
     transform: scale(1.1);
 }

 .news-card:hover .news-card__image:after {
     opacity: .4;
 }

 .solution-section {
     padding-top: max(20px, min(calc(20px + 20.00 * ((100vw - 1100px) / 340)), 40px));
     padding-bottom: max(40px, min(calc(40px + 60.00 * ((100vw - 1100px) / 340)), 100px));
 }

 .solution-section__wrap {
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: flex-start;
 }

 .solution-section__title {
     text-align: center;
 }

 .solution-section__title span {
     color: #1793ED;
     color: var(--light-blue);
 }

 .solution-section__title:not(:last-child) {
     margin-bottom: max(32px, min(calc(32px + 28.00 * ((100vw - 1100px) / 340)), 60px));
 }

 .solution-section__list {
     width: 100%;
     display: flex;
     align-items: stretch;
     justify-content: center;
     gap: 20px;
     flex-wrap: wrap;
 }

 .solution-section__item {
     width: calc(33.3% - 15px);
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     justify-content: flex-start;
     height: auto;
     background: rgba(255, 255, 255, 0.5);
     border: 1px solid #1793ED;
     border: 1px solid var(--light-blue);
     border-radius: 10px;
     padding-top: 30px;
     padding-left: max(20px, min(calc(20px + 10.00 * ((100vw - 1100px) / 340)), 30px));
     padding-right: max(20px, min(calc(20px + 10.00 * ((100vw - 1100px) / 340)), 30px));
     padding-bottom: max(24px, min(calc(24px + 6.00 * ((100vw - 1100px) / 340)), 30px));
     overflow: hidden;
     position: relative;
 }

 .solution-section__item:before {
     position: absolute;
     height: 11px;
     top: 0;
     left: 0;
     right: 0;
     content: "";
     background: linear-gradient(90deg, #003399 0%, #1793ED 100%);
     z-index: 1;
 }

 .solution-section__item:nth-child(2) {
     color: #FFFFFF;
     color: var(--white);
     background: #1793ED;
     background: var(--light-blue);
     border-color: #1793ED;
     border-color: var(--light-blue);
 }

 .solution-section__item:nth-child(2):before {
     background-color: #003399;
     background-color: var(--dark-blue);
 }

 .solution-section__item:nth-child(2) .solution-section__item-bottom:before {
     background: #003399;
     background: var(--dark-blue);
 }

 .solution-section__item:nth-child(3) {
     color: #FFFFFF;
     color: var(--white);
     background: #181821;
     border-color: #181821;
 }

 .solution-section .solution-section__item {
     transition: .3s;
 }

 .solution-section .solution-section__item:hover {
     box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
     transform: translateY(-10px);
 }

 .solution-section__item-title {
     font-size: max(26px, min(calc(26px + 19.00 * ((100vw - 1100px) / 340)), 45px));
     font-weight: 700;
     font-family: 'Montserrat', 'Inter', sans-serif;
 }

 .solution-section__item-title:not(:last-child) {
     margin-bottom: max(22px, min(calc(22px + 8.00 * ((100vw - 1100px) / 340)), 30px));
 }

 .solution-section__item-text {
     font-size: max(16px, min(calc(16px + 2.00 * ((100vw - 1100px) / 340)), 18px));
     font-weight: 500;
     font-family: 'Montserrat', 'Inter', sans-serif;
 }

 .solution-section__item-text p, .solution-section__item-text li, .solution-section__item-text ul, .solution-section__item-text ol {
     font: inherit;
 }

 .solution-section__item-text:not(:last-child) {
     margin-bottom: max(24px, min(calc(24px + 6.00 * ((100vw - 1100px) / 340)), 30px));
 }

 .solution-section__item-bottom {
     margin-top: auto;
     width: 100%;
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     justify-content: flex-start;
     position: relative;
     padding-top: max(24px, min(calc(24px + 9.00 * ((100vw - 1100px) / 340)), 33px));
 }

 .solution-section__item-bottom:before {
     position: absolute;
     height: 3px;
     top: 0;
     left: 0;
     right: 0;
     content: "";
     background: linear-gradient(90deg, #003399 0%, #1793ED 100%);
     z-index: 1;
 }

 .solution-section__item-list {
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     justify-content: flex-start;
     gap: 15px;
 }

 .solution-section__item-list li {
     display: flex;
     align-items: flex-start;
     justify-content: flex-start;
     gap: 12px;
     font-size: max(16px, min(calc(16px + 2.00 * ((100vw - 1100px) / 340)), 18px));
     line-height: max(22px, min(calc(22px + 4.00 * ((100vw - 1100px) / 340)), 26px));
     font-weight: 500;
     font-family: 'Montserrat', 'Inter', sans-serif;
 }

 .solution-section__item-list li strong {
     font-weight: 700;
 }

 .solution-section__item-list li img {
     --size: 26px;
     width: var(--size);
     min-width: var(--size);
     height: var(--size);
     -o-object-fit: contain;
     object-fit: contain;
 }

 @media (max-width: 800px) {
     .solution-section__item {
         width: calc(50% - 11px);
     }
 }

 @media (max-width: 551px) {
     .solution-section__item {
         width: 100%;
     }
 }

 .services-text-section {
     position: relative;
 }

 .services-text-section:last-child {
     padding-bottom: max(0px, min(calc(0px + 20.00 * ((100vw - 1100px) / 340)), 20px));
 }

 .services-text-section__line {
     transition: opacity .4s, width .6s;
     width: 0;
     background: linear-gradient(90deg, #003399 0%, #1793ED 100%);
     opacity: 0;
     display: block;
     height: 8px;
 }

 .services-text-section__line.aos-animate {
     opacity: 1;
     width: max(494px, min(calc(600px + -106.00 * ((100vw - 1920px) / -479)), 600px));
 }

 @media (max-width: 1440px) {

     .services-text-section__line.aos-animate {
         width: max(320px, min(calc(320px + 174.00 * ((100vw - 1100px) / 340)), 494px))
     }
 }

 .services-text-section__wrap {
     padding-top: max(40px, min(calc(40px + 20.00 * ((100vw - 1100px) / 340)), 60px));
     padding-bottom: max(40px, min(calc(40px + 20.00 * ((100vw - 1100px) / 340)), 60px));
 }

 .services-text-section__text {
     width: 100%;
     text-align: center;
 }

 .services-text-section__text.content-element {
     font-size: max(20px, min(calc(20px + 20.00 * ((100vw - 451px) / 989)), 40px));
     font-weight: 400;
     line-height: 125.00%;
     font-family: 'Montserrat', 'Inter', sans-serif;
 }

 .services-text-section__text.content-element p, .services-text-section__text.content-element li, .services-text-section__text.content-element ul, .services-text-section__text.content-element ol {
     font: inherit;
 }

 .services-text-section.second-type .services-text-section__line {
     margin-left: auto;
 }

 .services-text-section.second-type .services-text-section__text {
     margin-left: auto;
     margin-right: auto;
     max-width: max(550px, min(calc(550px + 509.00 * ((100vw - 1100px) / 340)), 1059px));
     width: 100%;
 }

 .services-text-section.second-type .services-text-section__text.content-element {
     font-size: max(16px, min(calc(16px + 9.00 * ((100vw - 451px) / 989)), 25px));
     font-weight: 300;
     line-height: 125.00%;
     font-family: 'Montserrat', 'Inter', sans-serif;
 }

 .services-text-section.second-type .services-text-section__text.content-element p, .services-text-section.second-type .services-text-section__text.content-element li, .services-text-section.second-type .services-text-section__text.content-element ul, .services-text-section.second-type .services-text-section__text.content-element ol {
     font: inherit;
 }

 .main-bg-shape-bottom {
     top: 2330px !important;
     left: 45% !important;
     z-index: 1 !important;
 }

 .subscribe-popup-close-bg {
     position: fixed;
     inset: 0;
     z-index: 998;
     background: rgba(0, 0, 0, 0.2);
     display: none;
     transition: .3s;
 }

 .subscribe-popup  {
    background: var(--black) !important;
 }

 .subscribe-popup .footer__btn  {
     margin-left: auto !important;
 }

 .subscribe-popup .header_join_us_form.employer-fields {
     width: 100%;
     max-width: 100%;
     grid-gap: unset;
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
 }

 .subscribe-popup__content {
     width: calc(100% + 16px);
     padding-right: 16px;
     display: flex;
     flex-direction: column;
     align-items: stretch;
     justify-content: flex-start;
     max-height: 66vh;
     padding-top: 1px;
     padding-bottom: 1px;
 }

 @media (max-width: 640px) {
     .subscribe-popup__content {
         max-height: 72vh;
     }
 }

 .subscribe-popup__content .simplebar-track.simplebar-vertical {
     width: 4px;
     background: rgba(255, 255, 255, 0.5);
     border-radius: 2px;
 }

 .subscribe-popup__content .simplebar-track.simplebar-vertical .simplebar-scrollbar {
     background: var(--light-blue);
     border-radius: 2px;
 }

 .subscribe-popup__content .simplebar-track.simplebar-vertical:before {
     content: none;
 }

 .subscribe-popup .header_join_us_form.employer-fields .field {
     width: 48%;
 }

 div#subscribe-popup form#header_join_us_form input.footer__input {
     margin-bottom: 40px;
     padding-bottom: 18px;
     transition: .3s;
 }

 @media (max-width: 640px) {
     div#subscribe-popup form#header_join_us_form input.footer__input {
         margin-bottom: 24px;
     }
 }

 div#subscribe-popup .close-contact-popup {
     display: flex;
     justify-content: center;
     align-items: center;
     transition: .3s;
 }

 div#subscribe-popup .close-contact-popup:before {
     transition: .3s;
 }

 div#subscribe-popup .close-contact-popup:hover:before {
     color: var(--light-blue);
 }

 .radio-fields {
     width: 100%;
     display: flex;
     align-items: center;
     justify-content: flex-start;
     flex-wrap: wrap;
     gap: max(16px, min(calc(16px + 9.00 * ((100vw - 451px) / 989)), 20px));
     margin-bottom: 40px;
 }

 @media (max-width: 640px) {
     .radio-fields {
         margin-bottom: 24px;
     }
 }

 .radio-field {
     display: flex;
     align-items: center;
     justify-content: flex-start;
     gap: 8px;
     cursor: pointer;
 }

 .radio-field input {
     display: none;
 }

 .radio-field:hover .radio-field__box {
     background-color: rgba(255, 255, 255, 0.5);
 }

 .radio-field__box {
     --size: 24px;
     width: var(--size);
     min-width: var(--size);
     height: var(--size);
     border-radius: 50%;
     border: 1px solid var(--white);
     transition: .3s;
     display: block;
 }

 .radio-field__text {
     font-size: max(16px, min(calc(16px + 9.00 * ((100vw - 451px) / 989)), 22px));
     font-weight: 500;
     line-height: 125.00%;
     font-family: 'Montserrat', 'Inter', sans-serif;
     color: var(--white);
 }

 .radio-field input:checked + .radio-field__box {
     background-color: var(--light-blue);
     border-width: 4px;
 }

 @media (min-width: 1024px) {
     .header__link:not(:last-child) {
         margin-right: max(12px, min(calc(-7.07692px + 2.64423vw), 18px));
     }
 }

 @media (min-width: 1024px) {
     .header__link {
         font-size: 16px;
     }
     
     @media (max-width: 1300px) {
         .header__simplebar {
             margin-right: 60px;
         }
     }

     @media (max-width: 1100px) {
         .header__link {
             font-size: 14px;
         }

         .header__navbar-box {
             width: 80%;
         }
     }
 }

 @media screen and (min-width: 1024px) and (max-width: 1200px) {
     body .header__simplebar {
         width: auto;
         margin-right: 0;
     }
 }

 @media (min-width: 768px) {
   .footer__menus {
       .header__navbar {
           flex-wrap: wrap;
       }
   }
 }

 .choices__list--dropdown, .choices__list[aria-expanded] {
     border: 1px solid var(--dark-blue);
 }

 .apply-now-popup {
     background: #1f1f2b;
     border-radius: 10px;
     border-top: 8px solid rgb(23, 147, 237);
 }

 @media (min-width: 1300px) {
     .apply-now-popup {
         max-width: 1100px;
         padding-left: 80px;
         padding-right: 80px;
     }
 }

 .apply-now-popup .popup__title {
     color: white;
     font-size: max(30px, min(-47.0588px + 8.82353vw, 40px));
     font-weight: 600;
     margin-bottom: 60px;
     text-transform: none;
     padding-right: 48px;
 }

 .apply-now-popup .btn-close-popup {
     position: absolute;
     right: 20px;
     top: 20px;
     border: solid 3px #1793ed;
     color: #fff;
     width: 45px;
     height: 45px;
     border-radius: 10px;
     text-align: center;
     line-height: 43px;
     cursor: pointer;
 }

 .apply-now-popup .btn-close-popup:hover {
     color: #1793ed;
     transition: .3s;
 }

 .apply-now-popup .popup-form__container {
     display: grid;
     grid-template-columns: repeat(2, minmax(0, 1fr));
     grid-column-gap: max(20px, min(-47.0588px + 8.82353vw, 36px));
     grid-row-gap: max(20px, min(-47.0588px + 8.82353vw, 40px));
 }

 @media (max-width: 768px) {
     .apply-now-popup .popup-form__container {
         grid-template-columns: repeat(1, minmax(0, 1fr));
     }
 }

 .apply-now-popup .popup-form__container .field {
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     justify-content: flex-start;
 }

 .apply-now-popup .popup-form__container .field input {
     padding-bottom: 18px;
     transition: .3s;
     width: 100%;
     color: white;
     opacity: 0.7;
     caret-color: white;
 }

 .apply-now-popup .popup-form__container .field textarea {
     width: 100%;
     padding-top: max(7px, min(calc(15.47059px - 0.58824vw), 9px));
     padding-bottom: 18px;
     transition: .3s;
     color: #bbbbbf;
     opacity: 1 !important;
     border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
     font-size: max(16px, min(calc(9.52941px + 0.58824vw), 18px));
     font-weight: 300;
     caret-color: white;
 }

 .apply-now-popup .popup-form__container .field textarea::placeholder {
     color: #bbbbbf;
     opacity: 1 !important;
     font-size: max(16px, min(calc(9.52941px + 0.58824vw), 18px));
     font-weight: 300;
 }

 .apply-now-popup .popup-form__container .field textarea:hover {
     color: #1b5889;
     border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
 }

 .apply-now-popup .popup-form__container .field textarea:hover::placeholder {
     color: #1b5889;
     border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
 }

 .apply-now-popup .popup-form__container .field label {
     color: var(--white);
     margin-bottom: 12px;
 }

 .apply-now-popup .btn-new-design {
     color: var(--white);
 }

 .apply-now-popup .radio-fields {
     margin-bottom: 16px;
 }

 .apply-now-popup .btn-new-design:hover {
     background-color: #1793ed;
 }

 .apply-now-popup .popup-form__container .field.upload-btn-wr {
     position: relative;
     overflow: hidden;
 }

 .apply-now-popup .popup-form__container .field.upload-btn-wr input {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     opacity: 0;
     cursor: pointer;
     z-index: 5;
 }

 .apply-now-popup .popup-form__container .field.upload-btn-wr .upload-btn-wrapper {
     width: 100%;
     max-width: 100%;
     display: flex;
     align-items: center;
     justify-content: flex-start;
     gap: 10px;
     padding-top: 4px;
 }

 .apply-now-popup .popup-form__container .field.upload-btn-wr .upload-btn {
     display: flex;
     justify-content: center;
     align-items: center;
     cursor: pointer;
     border: solid 1px #1793ED;
     padding: 10px 9px;
     border-radius: 10px;
     font-size: 16px;
     font-weight: 500;
     transition: .3s;
     background: white;
     color: #1f1f2b;
     display: flex;
     justify-content: center;
     align-items: center;
     gap: max(12px, min(calc(12px + 1.00 * ((100vw - 1100px) / 340)), 13px));
 }

 .apply-now-popup .popup-form__container .field.upload-btn-wr:hover .upload-btn {
     color: var(--light-blue);
 }

 .apply-now-popup .popup-form__container .field.upload-btn-wr .cv_file_name {
     font-size: 16px;
     color: white;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     max-width: calc(100% - 158px);
 }

 .apply-now-popup .popup-form__container .field.upload-btn-wr .text {
     color: #bbbbbf;
     font-size: 14px;
     margin-top: 16px;
 }

 .apply-now-popup .popup__content {
     width: calc(100% + 16px);
     padding-right: 16px;
 }

 .apply-now-popup .popup__content .simplebar-track.simplebar-vertical {
     width: 4px;
     background: rgba(255, 255, 255, 0.5);
     border-radius: 2px;
     padding-top: 1px;
     padding-bottom: 1px;
 }

 .apply-now-popup .popup__content .simplebar-track.simplebar-vertical .simplebar-scrollbar {
     background: var(--light-blue);
     border-radius: 2px;
 }

 .apply-now-popup .popup__content .simplebar-track.simplebar-vertical:before {
     content: none;
 }

 .radio-field__text a {
     transition: .3s;
     color: var(--light-blue);
 }

 .radio-field__text a:hover {
     color: #bbbbbf;
 }

 .apply-now-popup .success-title {
     color: white;
     font-size: max(20px, min(calc(18.82353px + 1.47059vw), 35px));
 }

 .subscribe-popup .text-bold {
     color: white;
     font-size: max(20px, min(calc(18.82353px + 1.47059vw), 35px));
     margin-left: 0 !important;
 }

 /*.apply-now-popup .btn-close-popup:before {
     content: "\e904";
     font-family: icomoon !important;
     font-size: 20px;
     transition: .3s;
 }*/


