:root{
    --main-cl: #21285a;
    --sub-cl: #c62128;
    --container-w: 75rem;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
body::-webkit-scrollbar {
    width: 10px;
    background-color: #cedbff;
}
body::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}
input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: unset !important;
    outline: none !important;
}
body{
    font-family: 'Mona Sans';
    overflow-x: clip;
    background-color: #fff;
}
.container-large{
    width: 84.375rem;
    margin-left: auto;
    margin-right: auto;
}
.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}
.p-middle{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
}
#search-lightbox {
    width: 37.5rem;
    max-width: 100%;
}
#search-lightbox .search-lightbox-title{
    margin-bottom: 1.667rem;
    font-size: 1.979rem;
    line-height: 1.2;
    font-weight: 700;
}
#search-lightbox .search-keywords{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.083rem;
    gap: 0.521rem;
}
#search-lightbox .search-keywords > a{
    border-radius: 2.604rem;
    font-size: 0.833rem;
    line-height: 1.042rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0.3125rem 0.833rem;
    display: flex;
    transition: all 0.4s ease-in-out;
}
#search-lightbox .search-keywords > a:hover{
    background-color: #fff;
    color: #000
}
#search-lightbox .flex-row > div{
    display: flex;
}
#search-lightbox .flex-row{
    align-items: unset;
    display: flex;
    border-radius: 2.604rem;
    overflow: hidden;
}
#search-lightbox input{
    height: 100%;
    border: none;
}
#search-lightbox .button.icon{
    line-height: normal;
    min-height: unset;
    height: 100%;
    border: none;
    min-width: unset;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
#search-lightbox .button.icon i{
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000
}
#search-lightbox input{
    font-size: 1.042rem;
    line-height: 1.25rem;
    padding-left: 1.5625rem;
    box-shadow: unset;
    height: 2.604rem;
}
.mfp-bg.mfp-ready{
    opacity: 0.8;
}
.mfp-content #search-lightbox{
    transform: translateY(-70%);
}
.text-white a,
.text-white{
    color: #FFF;
}
.text-3{
    color: #333;
}
.text-6{
    color: #666;
}
.text-8{
    color: #888;
}
.text-9{
    color: #999;
}
.text-underline{
    text-decoration: underline;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-uppercase{
    text-transform: uppercase;
}
.obj-cover{
    object-fit: cover;
}
.text-italic{
    font-style: italic;
}
.text-primary{
    color: var(--main-cl)
}
.text-secondary{
    color: var(--sub-cl)
}
.al-center{
    align-items: center;
}
.img-center{
    margin-left: auto;
    margin-right: auto;
}
.img-wrap{
    position: relative;
    overflow: hidden;
}
.img-wrap video,
.img-wrap img{
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
a{
    text-decoration: none;
}
.ts-03{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ts-04{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.ts-05{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.fs-11{
    font-size: 0.573rem;
}
.fs-12{
    font-size: 0.625rem;
}
.fs-13{
    font-size: 0.677rem;
}
.fs-14{
    font-size: 0.729rem;
}
.fs-15{
    font-size: 0.78125rem;
}
.fs-16{
    font-size: 0.833rem;
}
.fs-17{
    font-size: 0.885rem;
}
.fs-18{
    font-size: 0.9375rem;
}
.fs-19{
    font-size: 0.99rem;
}
.fs-20{
    font-size: 1.042rem;
}
.fs-21{
    font-size: 1.09375rem;
}
.fs-22{
    font-size: 1.146rem;
}
.fs-23{
    font-size: 1.198rem;
}
.fs-24{
    font-size: 1.25rem;
}
.fs-25{
    font-size: 1.302rem;
}
.fs-30{
    font-size: 1.5625rem;
}
.lh-1-1{
    line-height: 1.1;
}
.lh-1-2{
    line-height: 1.2;
}
.lh-1-3{
    line-height: 1.3;
}
.lh-1-4{
    line-height: 1.4;
}
.lh-1-5{
    line-height: 1.5;
}
.lh-20{
    line-height: 1.042rem;
}
.lh-21{
    line-height: 1.09375rem;
}
.lh-22{
    line-height: 1.146rem;
}
.lh-23{
    line-height: 1.198rem;
}
.lh-24{
    line-height: 1.25rem;
}
.lh-25{
    line-height: 1.302rem;
}
.lh-26{
    line-height: 1.354rem;
}
.lh-27{
    line-height: 1.40625rem;
}
.lh-28{
    line-height: 1.458rem;
}
.lh-29{
    line-height: 1.51rem;
}
.lh-30{
    line-height: 1.5625rem;
}
.lh-31{
    line-height: 1.615rem;
}
.lh-32{
    line-height: 1.667rem;
}
.lh-33{
    line-height: 1.71875rem;
}
.lh-34{
    line-height: 1.771rem;
}
.lh-40{
    line-height: 2.083rem
}
.fw200{
    font-weight: 200;
}
.fw300{
    font-weight: 300;
}
.fw400{
    font-weight: 400;
}
.fw500{
    font-weight: 500;
}
.fw600{
    font-weight: 600;
}
.fw700{
    font-weight: 700;
}
.fw800{
    font-weight: 800;
}
.fw900{
    font-weight: 900;
}
.wrap-link{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0 !important;
}
.m-auto{
    margin: auto;
}
.col-1{flex:0 0 auto;width:8.33333333%}
.col-2{flex:0 0 auto;width:16.66666667%}
.col-3{flex:0 0 auto;width:25%}
.col-4{flex:0 0 auto;width:33.33333333%}
.col-5{flex:0 0 auto;width:41.66666667%}
.col-6{flex:0 0 auto;width:50%}
.col-7{flex:0 0 auto;width:58.33333333%}
.col-8{flex:0 0 auto;width:66.66666667%}
.col-9{flex:0 0 auto;width:75%}
.col-10{flex:0 0 auto;width:83.33333333%}
.col-11{flex:0 0 auto;width:91.66666667%}
.col-12{flex:0 0 auto;width:100%}
.relative{
    position: relative !important;
}
.absolute{
    position: absolute !important;
}
.p-unset{
    position: unset !important;
}
.flex-box{
    display: flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
.flex-row{
    flex-direction: row !important;
}
.flex-col{
    flex-direction: column;
}
.al-center{
    align-items: center;
}
.al-start{
    align-items: flex-start;
}
.al-end{
    align-items: flex-end;
}
.al-baseline{
    align-items: baseline;
}
.jus-start{
    justify-content: flex-start;
}
.jus-end{
    justify-content: flex-end;
}
.jus-center{
    justify-content: center;
}
.jus-between{
    justify-content: space-between;
}
.grid-box{
    display: grid;
}
.grid-2{
    grid-template-columns: repeat(2, 1fr);
}
.grid-3{
    grid-template-columns: repeat(3, 1fr);
}
.grid-4{
    grid-template-columns: repeat(4, 1fr);
}
.d-block{
    display: block;
}
.swiper-button-disabled{
    opacity: 0.3 !important;
}
.limit-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.limit-line.limit-1{
    -webkit-line-clamp: 1;
}
.limit-line.limit-2{
    -webkit-line-clamp: 2;
}
.limit-line.limit-3{
    -webkit-line-clamp: 3;
}
.limit-line.limit-4{
    -webkit-line-clamp: 4;
}
.limit-line.limit-5{
    -webkit-line-clamp: 5;
}
.m-0{
    margin: 0;
}
@keyframes scaleBorder {
    0%{
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100%{
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0;
    }
}
.pl-cont{
    padding-left: calc(calc(100vw - var(--container-w)) / 2);
}
.pr-cont{
    padding-right: calc(calc(100vw - var(--container-w)) / 2);
}
.left-cont{
    left: calc(calc(100vw - var(--container-w)) / 2);
}
.right-cont{
    right: calc(calc(100vw - var(--container-w)) / 2);
}
.h-full{
    height: 100%;
}
.w-full{
    width: 100%;
}
.ls-none{
    list-style: none;
}
span.required{
    color: #FF1B1B;
}
.site-content{
    display: block;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450 !important;
    border-color: #46b450 !important;
    color: #FFF !important;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output{
    background: red !important;
    border-color: red !important;
    color: #FFF !important;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output{
    margin-top: 1rem !important;
    text-align: center !important;
    border-radius: 0.521rem;
    font-size: 0.833rem;
}
.form-wrap .wpcf7-not-valid-tip{
    font-size: 0.677rem;
    position: absolute;
    margin-top: 0;
}
.wpcf7-spinner{
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(100%, -50%);
}
.bg-center{
    background-position: center;
}
.bg-custom{
    background-repeat: no-repeat;
}
.bg-cover{
    background-size: cover;
}
.bg-contain{
    background-size: contain;
}
.bg-primary{
    background-color: var(--main-cl);
}
.bg-white{
    background-color: #FFF;
}

@keyframes fade-up {
    0%{
        opacity: 0;
        transform: translateY(2.083rem);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
.swiper-button-lock{
    display: none !important;
}
.swiper-button-disabled{
    opacity: 0.4 !important;
}
svg,path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.gradient-border{
    background-image: linear-gradient(#FFF0F9, #FFF0F9), radial-gradient(circle at top left, #D4922D,#FDBE5D);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.overflow-hidden{
    overflow: hidden;
}
.radius-30{
    border-radius: 30px;
}
.radius-20{
    border-radius: 20px;
}
.radius-15{
    border-radius: 15px;
}
.radius-10{
    border-radius: 10px;
}
.swiper-same-height > .swiper-wrapper{
    align-items: unset;
}
.swiper-same-height > .swiper-wrapper .swiper-slide{
    height: auto;
}
.swiper-same-height > .swiper-wrapper .swiper-slide > div{
    height: 100%;
}
.show-mobile{
    display: none !important;
}
.overflow-hidden{
    overflow: hidden;
}
.load_home_page svg {
    width: 20.833rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: #FFFF;
    /*backdrop-filter: blur(40px);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .8s;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 10px 0 0  !important;
}
.load_home_page.complete svg{
    transition-delay: 0.8s;
    opacity: 0;
}
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.path-1 {
    animation-name: Signature1;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: var(--main-cl);
    stroke-width: 0.2px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.path-2{
    animation-name: Signature2;
    animation-duration: 20s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: var(--sub-cl);
    stroke-width: 0.2px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-2{
    fill: var(--sub-cl);
}
.load_home_page.complete .path-1{
    fill: var(--main-cl);
}
@keyframes Signature1 {
    to {
        stroke: var(--main-cl);
        stroke-dashoffset: 0;
    }
}
@keyframes Signature2 {
    to {
        stroke: var(--sub-cl);
        stroke-dashoffset: 0;
    }
}
.tile-reveal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 99;
    background: #fff;
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 75px;
    height: 75px;
    background-color: #fff;
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}
.search-page{
    padding: 5.208rem 0;
}
.search-page h1{
    margin-bottom: 2.604rem;
}
.search-tabs .search-tabs-title{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
    gap: 0.833rem;
}
.search-tabs .search-tabs-title .search-tab-title{
    padding: 0.625rem 1.25rem;
    border: 1px solid var(--fs-color-primary);
    font-size: 0.833rem;
    line-height: 1.042rem;
    color: var(--fs-color-primary);
    border-radius: 0.521rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s;
}
.search-tabs .search-tab-title:hover,
.search-tabs .search-tab-title.active{
    background-color: var(--fs-color-primary);
    color: #FFF;
}
.search-tabs .search-tab-content{
    display: none;
}
.search-tabs .search-tab-content.active{
    display: block;
}
.search-tabs .search-empty{
    color: #333;
    font-size: 1.25rem;
    line-height: 2.083rem;
    padding: 0.521rem;
}
.search-tabs .search-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.667rem;
    margin-bottom: 1.5625rem;
}
.search-tabs .search-item h3{
    margin: 0.521rem 0 0 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.z-5{
    z-index: 5;
}
.z-3{
    z-index: 3;
}
.box-loading{
    position: relative;
    min-height: 10.417rem;
}
.box-loading:before{
    height: 3.646rem;
    width: 3.646rem;
    left: calc(50% - 1.823rem);
    top: calc(50% - 1.823rem);
    aspect-ratio: 1;
    position: absolute;
    content: '';
    border-radius: 50%;
    z-index: 50;
    border: 5px solid #FFF;
    border-bottom-color: var(--main-cl);
    display: inline-block;
    box-sizing: border-box;
    animation: loadingSpin 0.6s linear infinite;
}
@keyframes loadingSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.page-banner .img-wrap:before{
    z-index: 2;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    height: 100%;
    width: 70%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.page-banner .banner-cont{
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}
.page-banner .banner-cont .banner-title{
    font-weight: 700;
    font-size: 3.385rem;
    margin-bottom: 0.625rem;
    line-height: 1.4;
}
.breadcrumbs ol{
    list-style: none;
    display: flex;
    color: #333;
    margin: 0;
}
.breadcrumbs ol a{
    color: inherit;
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.4;
    display: block;
    opacity: 0.5;
}
.breadcrumbs ol li{
    position: relative;
    margin: 0;
}
.breadcrumbs ol li:last-of-type a{
    opacity: 1;
}
.breadcrumbs ol li + li{
    padding-left: 0.625rem;
    margin-left: 0.625rem;
}
.breadcrumbs ol li + li:before{
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    content: '';
    height: 0.625rem;
    width: 1px;
    background-color: #333;
    opacity: 0.5;
}
.page-banner .breadcrumbs ol li + li:before{
    background-color: #FFF;
}
.page-banner .breadcrumbs ol a{
    color: #FFF !important;
}
.breadcrumbs-wrap{
    padding-top: 1.042rem;
}
.sec-title{
    font-weight: 700;
    font-size: 3.125rem;
    line-height: 1.4;
}
.sec-title-2{
    font-weight: 700;
    font-size: 2.083rem;
    line-height: 1.4;
}
.sec-title-2.fw600{
    font-weight: 600;
}
.sec-desc{
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.4
}
.program-desc{
    font-weight: 400;
    font-size: 1.042rem;
    line-height: 1.25;
}
.title-group .sec-title{
    margin-bottom: 0.417rem;
}
.faqs-sec{
    padding: 5.625rem 0 8.646rem;
}
.faqs-sec .title-group{
    margin-bottom: 3.385rem;
    padding-bottom: 1.771rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.faqs-sec .col-4{
    padding-right: 6.5625rem;
}
.sticky-box{
    position: sticky;
    top: 6.25rem;
}
.faqs-sec .col-4 .sticky-box{
    border: 1px solid rgba(33, 47, 100, 0.1);
    padding: 1.25rem 0.729rem;
}
.faqs-sec .col-4 .sticky-box .title{
    padding: 0 1.042rem;
    margin-bottom: 1.042rem;
}
.faqs-sec .tabs-title .tab-title{
    padding: 0.625rem 1.042rem;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.4;
    border-radius: 4px;
    cursor: pointer;
}
.faqs-sec .tabs-title .tab-title+.tab-title{
    margin-top: 0.521rem;
}
.faqs-sec .tabs-title .tab-title:hover,
.faqs-sec .tabs-title .tab-title.active{
    background-color: rgba(212, 224, 255, 0.4);
}
.faqs-sec .tabs-content .heading-group{
    padding-bottom: 1.5625rem;
    gap: 7.292rem
}
.faqs-sec .tabs-content .heading-group .title{
    font-weight: 700;
    font-size: 1.667rem;
    line-height: 1.4;
}
.faqs-sec .tabs-content .heading-group .count{
    font-weight: 400;
    font-size: 0.833rem;
    color: #666666;
    width: max-content;
    flex: 0 0 auto;
}
.tabs-container .tab-content{
    display: none;
    animation: fade-right 1s;
}
.tabs-container .tab-content.active{
    display: block;
}
.faq-questions .question .ask{
    padding: 1.042rem 0;
    border-top: 1px solid rgba(0, 68, 148, 0.1);
    cursor: pointer;
    gap: 1.25rem;
}
.faq-questions .question .ask svg{
    width: 1.25rem;
    height: auto;
}
.faq-questions .question.active .ask span{
    color: var(--sub-cl);
}
.faq-questions .question.active .ask svg path{
    stroke: var(--sub-cl);
}
.faq-questions .question.active .ask svg path:nth-of-type(2){
    opacity: 0;
}
.faq-questions .question.active svg,
.faq-questions .question:hover svg{
    transform: rotate(180deg);
}
.faqs-sec .document-review-banner{
    margin-top: 9.583rem;
}
.faq-questions .question .answer{
    display: none;
    padding-top: 15px;
    padding-bottom: 20px;
}
.box-content,
.box-content p,
.box-content li,
.box-content td,
.box-content th{
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.4;
}
.box-content ol,
.box-content ul{
    list-style-position: inside;
}
.box-content b,
.box-content strong{
    font-weight: 600;
}
.box-content h1{
    font-size: 2.865rem;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 1.771rem !important;
}
.box-content h2{
    font-size: 2.34375rem;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 1.5625rem !important;
}
.sec-title-3,
.box-content h3 {
    font-size: 1.667rem;
    line-height: 1.4;
    font-weight: 600;
}
.box-content h3{
    margin-bottom: 1.042rem !important;
}
.sec-title-4,
.box-content h4{
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 600;
}
.document-review-banner > .flex-box{
    overflow: hidden;
    background: rgba(33, 47, 100, 1);
}
.document-review-banner > .img-wrap{
    height: auto;
    bottom: 0;
    right: 0;
    z-index: 5;
}
.document-review-banner .img-wrap img{
    height: auto;
    max-height: unset;
}
.document-review-banner .flex-box .img-wrap{
    margin-top: -3.854rem;
}
.document-review-banner .col-left{
    align-self: center;
    padding: 2.083rem 0 2.083rem 5.208rem;
}
.document-review-banner .col-left .sec-title-2{
    margin-bottom: 0.521rem;
}
.document-review-banner .col-left .sec-desc{
    margin-bottom: 1.5625rem;
}
.document-review-banner .col-left .buttons-wrap{
    gap: 1.042rem;
}
.btn{
    cursor: pointer;
    display: flex;
    align-items: center;
    width: max-content;
    max-width: 100%;
    border-radius: 2.604rem;
    position: relative;
    flex: 0 0 auto;
    transition: all 0.4s;
    height: 2.34375rem;
    font-weight: 500;
    font-size: 0.833rem;
    line-height: 1.6;
    text-align: center;
    justify-content: center;
}
.btn.btn-full-width{
    width: 100%;
}
.btn input[type='submit']{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
    opacity: 0;
}
.btn span.text{
    text-transform: initial;
}
.btn span.icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn.btn-style-1{
    padding: 4px;
    background: var(--sub-cl);
    color: #FFF;
}
.btn.btn-style-1 span.text{
    width: max-content;
    padding: 0 1.042rem;
}
.btn.btn-style-1 span.icon{
    height: 100%;
    width: auto;
    aspect-ratio: 1;
    background: #FFF;
    border-radius: 50%;
}
.btn.btn-style-1.type-2{
    background: #FFF;
    color: var(--sub-cl);
}
.btn.btn-style-1.type-2 span.icon{
    background: var(--sub-cl);
}
.btn.btn-style-2{
    border: 1px solid #FFF;
    padding: 0 1.354rem;
    gap: 0.417rem;
    color: #FFF;
}
.btn.btn-style-3{
    border: 1px solid var(--sub-cl);
    padding: 0 1.354rem;
    gap: 0.417rem;
    color: var(--sub-cl);
}
.btn.btn-style-4{
    border: 1px solid var(--main-cl);
    padding: 0 1.354rem;
    gap: 0.417rem;
    color: var(--main-cl);
}
.btn.btn-style-5{
    border: 1px solid var(--sub-cl);
    padding: 0 1.354rem;
    gap: 0.417rem;
    color: #FFF;
    background: var(--sub-cl);
}
.contact-1{
    padding-top: 7.8125rem;
}
.contact-1 .cont-wrap{
    border-radius: 2.083rem;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.contact-1 .cont-wrap .wpcf7-response-output{
    position: absolute;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.contact-1 .cont-wrap .sec-title-2{
    margin-bottom: 0;
}
.contact-1 .cont-wrap .sec-desc{
    margin-bottom: 1.458rem;
}
.contact-1 .cont-wrap .contact-form{
    padding: 5.208rem;
    width: 55%;
}
.form-wrap{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.042rem;
}
.form-wrap .form-group{
    width: 100%;
}
.form-wrap .form-group.group-half{
    width: calc(50% - 0.521rem);
}
.form-wrap .form-group label{
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 1.40625rem;
    margin-bottom: 0.417rem;
    color: #FFF;
}
.form-wrap .form-group .form-note{
    font-weight: 400;
    font-size: 0.729rem;
    color: rgba(255, 255, 255, 0.7);
}
.form-wrap .form-group .form-input{
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.5);
    outline: unset !important;
    margin: 0;
    padding: 0 1.042rem;
    font-weight: 400;
    font-size: 0.833rem;
}
.form-wrap .form-group .form-policy{
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.302rem;
    color: #FFF;
}
.form-wrap .form-group .form-input:focus{
    border-color: #FFF;
}
.wpcf7-form{
    margin: 0;
}
.contact-2{
    padding-top: 7.292rem;
}
.contact-2 > .img-wrap{
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}
.contact-2 .col-5{
    padding-right: 8.333rem;
}
.contact-2 .grid-box{
    grid-template-columns: auto auto auto;
    grid-gap: 2.135rem 2.8125rem;
    margin-top: 1.146rem;
}
.contact-2 .grid-box .item{
    display: flex;
    align-items: flex-start;
    gap: 1.042rem;
    min-width: 10.417rem;
}
.contact-2 .grid-box .item:nth-of-type(5):last-of-type{
    grid-column: 2/4;
    padding-right: 1.5625rem;
}
.contact-2 .grid-box .item .icon-wrap{
    width: 2.604rem;
    min-width: 2.604rem;
    height: 2.604rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--main-cl);
}
.contact-2 .grid-box .item .icon-wrap img{
    transition: all 0.4s;
    width: 1.5625rem;
    height: auto;
    aspect-ratio: 1;
    object-fit: contain;
}
.contact-3{
    padding-top: 7.292rem;
}
.contact-3 .contact-jobs{
    padding: 0.417rem;
    background-color: var(--main-cl);
    margin-bottom: 1.979rem;
}
.contact-3 .contact-jobs .sec-title-3{
    padding: 0.625rem 0 1.042rem;
}
.contact-3 .contact-jobs .jobs{
    background-color: #FFF;
    border-radius: 12px;
    padding: 1.042rem 2.083rem;
}
.contact-3 .contact-jobs .jobs .item{
    padding: 1.042rem 0;
}
.contact-3 .contact-jobs .jobs .item+.item{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.job-status{
    width: max-content;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 0.417rem;
    padding: 0.3125rem 0.833rem;
    border-radius: 30px;
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.4;
}
.contact-3 .contact-jobs .jobs .item.open .name{
    color: var(--main-cl);
}
.contact-3 .contact-jobs .jobs .item.close .name{
    color: rgba(128, 128, 128, 1);
}
.open.job-status,
.contact-3 .contact-jobs .jobs .item.open .job-status{
    color: rgba(51, 147, 62, 1);
    background: rgba(218, 248, 222, 1);
}
.close.job-status,
.contact-3 .contact-jobs .jobs .item.close .job-status{
    color: #666666;
    background: rgba(224, 224, 224, 1);
}
section[class*='contact-']:last-of-type{
    padding-bottom: 7.8125rem;
}
.post-item .img-wrap{
    aspect-ratio: 16/9;
}
.post-item .img-wrap .post-tags{
    position: absolute;
    right: 0.729rem;
    max-width: calc(100% - 1.458rem);
    overflow: auto;
    top: 0.729rem;
    display: flex;
    gap: 0.417rem;
    justify-content: end;
}
.post-item .img-wrap .post-tags::-webkit-scrollbar{
    display: none;
}
.post-item .img-wrap .post-tags .tag{
    padding: 0.208rem 0.521rem;
    border-radius: 30px;
    background: rgba(238, 243, 255, 1);
    flex: 0 0 auto;
}
.post-item .cont-wrap{
    margin-top: 1.042rem;
}
.post-item .post-date-term{
    display: flex;
    gap: 0.573rem;
    align-items: center;
    margin-bottom: 4px;
}
.post-item .post-date-term .term{
    color: rgba(153, 153, 153, 1);
}
.post-item .post-title{
    margin-bottom: 0.417rem;
}
.featured-posts{
    grid-gap: 1.042rem;
    grid-template-rows: repeat(3, 1fr);
}
.featured-posts .post-item{
    display: flex;
    align-items: center;
}
.featured-posts .post-item .img-wrap{
    width: 42%;
}
.featured-posts .post-item .cont-wrap{
    width: 58%;
    padding-left: 1.5625rem;
    margin: 0;
}
.featured-posts .post-item:first-of-type{
    grid-row: 1/4;
}
.featured-posts .post-item:first-of-type .img-wrap{
    aspect-ratio: unset;
    width: 100%;
    height: 100%;
}
.featured-posts .post-item:first-of-type .img-wrap:before{
    height: 60%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    z-index: 1;
}
.featured-posts .post-item:first-of-type .cont-wrap{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    padding: 0 4.792rem 2.708rem 2.5rem;
    width: 100%;
}
.featured-posts .post-item:first-of-type .cont-wrap *{
    color: #FFF;
}
.featured-posts .post-item:first-of-type .cont-wrap > .fs-16{
    display: none;
}
.featured-posts .post-item:first-of-type .cont-wrap .post-date-term line{
    stroke: #FFF;
}
.news-page .title-group{
    padding-bottom: 1.771rem;
    margin-bottom: 2.917rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news-page .posts-list{
    margin-top: 6.667rem;
}
.select .select-options,
.select .custom-sl{
    display: none;
}
.select{
    position: relative;
    margin-left: 0.885rem;
}
.news-page{
    padding: 5.625rem 0 7.8125rem;
}
.news-page .posts-list .terms .select-styled{
    border-radius: 30px;
    border: 1px solid var(--main-cl);
    padding: 0 1.042rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 0.833rem;
    height: 2.34375rem;
    min-width: 15.625rem;
    cursor: pointer;
}
.news-page .posts-list .terms .select-styled:after{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjYyNSA2Ljc1TDkgMTIuMzc1TDMuMzc1IDYuNzUiIHN0cm9rZT0iIzIxMjg1QSIgc3Ryb2tlLXdpZHRoPSIxLjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    position: relative;
    width: 0.9375rem;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    aspect-ratio: 1;
    transition: all 0.4s;
}
.news-page .posts-list .terms .select-styled.active:after{
    transform: rotate(180deg);
}
.news-page .posts-list .terms .select-options{
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background: #FFF;
    border-radius: 10px;
    list-style: none;
    z-index: 9;
    width: 100%;
    box-shadow: 0 0 20px 0 #f2f2f2;
    margin: 0;
    overflow: auto;
    max-height: 10.417rem;
    padding: 0.521rem 0;
}
.news-page .posts-list .terms .select-options li{
    margin: 0;
    padding: 0.417rem 1.042rem;
    font-size: 0.833rem;
    cursor: pointer;
    transition: all 0.4s;
}
.news-page .posts-list .terms .select-options li.active,
.news-page .posts-list .terms .select-options li:hover{
    color: var(--sub-cl);
}
.news-page .posts-grid{
    margin-top: 3.333rem;
    grid-gap: 3.125rem 2.604rem;
}
.news-page .load-more-posts{
    margin-top: 3.125rem;
}
.absolute-breadcrumbs{
    top: 1.5625rem;
    z-index: 3;
}
.job-details-2{
    padding: 4.6875rem 0 7.8125rem;
}
.job-details-2 .document-review-banner{
    margin-top: 8.542rem;
}
.job-details-2 .col-4{
    padding-left: 5.208rem;
}
.job-details-2 .group.compare .grid-box{
    grid-gap: 3.229rem;
    margin-bottom: 2.083rem;
}
.job-details-2 .group.compare .grid-box > div{
    padding: 2.24rem 1.5625rem;
}
.job-details-2 .group.compare .grid-box .title{
    padding-bottom: 1.042rem;
    margin-bottom: 1.042rem;
    border-bottom: 1px solid ;
}
.job-details-2 .group.compare .grid-box .item{
    display: flex;
    gap: 0.625rem;
    align-items: flex-start;
}
.job-details-2 .group.compare .grid-box .item+.item{
    margin-top: 0.625rem;
}
.job-details-2 .group.compare .grid-box .item svg{
    width: 1.25rem;
    min-width: 1.25rem;
    height: auto;
}
.job-details-2 .group.compare .grid-box > div.left-col{
    background: rgba(218, 248, 222, 0.4);
    border: 1px solid rgba(51, 147, 62, 0.2)
}
.job-details-2 .group.compare .grid-box > div.left-col .title{
    border-color: rgba(51, 147, 62, 0.2);
    color: rgba(51, 147, 62, 1);
}
.job-details-2 .group.compare .grid-box > div.right-col{
    background: rgba(234, 39, 55, 0.05);
    border: 1px solid rgba(234, 39, 55, 0.2)
}
.job-details-2 .group.compare .grid-box > div.right-col .title{
    border-color: rgba(234, 39, 55, 0.2);
    color: rgba(198, 33, 40, 1);
}
.job-details-2 .group .highlight-box{
    padding: 2.34375rem 2.5rem;
    background: linear-gradient(180deg, #F0F4FF 0%, #D4E0FF 100%);
    margin-bottom: 2.083rem;
}
.job-details-2 .group .highlight-box .title{
    margin-bottom: 0.625rem;
}
.job-details-2 .group .questions{
    margin-bottom: 2.083rem;
}
.job-details-2 .group .questions .item{
    display: flex;
    align-items: flex-start;
    gap: 1.042rem;
    padding: 1.042rem 1.25rem;
    box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.08);
    background: #FFF;
    transition: all 0.4s;
}
.job-details-2 .group .questions .item:hover{
    background: rgba(239, 243, 255, 1);
}
.job-details-2 .group .questions .item+.item{
    margin-top: 1.042rem;
}
.job-details-2 .group .questions .item .count{
    width: 2.34375rem;
}
.job-details-2 .group .table-styled{
    border: 1px solid rgba(240, 240, 240, 1);
    margin-top: 2.083rem;
    margin-bottom: 2.083rem;
}
.job-details-2 .group .table-styled thead tr th{
    background: var(--main-cl);
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.40625rem;
    color: #FFF;
    text-transform: initial;
    height: 3.49rem;
}
.job-details-2 .group .table-styled thead tr th:first-of-type{
    border-top-left-radius: 20px;
    width: 32%;
}
.job-details-2 .group .table-styled thead tr th:last-of-type{
    border-top-right-radius: 20px;
    width: 23%;
}
.job-details-2 .group .table-styled tr > *{
    padding: 1.042rem 0;
    color: var(--main-cl);
    vertical-align: top;
}
.job-details-2 .group .table-styled tr > *:first-of-type{
    padding: 1.042rem 1.5625rem 1.042rem 2.604rem;
}
.job-details-2 .group .table-styled tr > *:last-of-type{
    padding: 1.042rem 2.604rem 1.042rem 1.5625rem;
    text-align: center;
}
.job-details-2 .group .table-styled tbody tr:nth-of-type(odd) > td{
    background: rgba(238, 243, 255, 1);
}
.job-details-2 .group .table-styled tbody tr td:first-of-type{
    font-weight: 700;
}
.job-details-2 .group .table-styled tbody tr:last-of-type > td:first-of-type{
    border-bottom-left-radius: 20px;
}
.job-details-2 .group .table-styled tbody tr:last-of-type > td:last-of-type{
    border-bottom-right-radius: 20px;
}
.job-details-2 .col-8 .btn-style-3{
    margin-top: 2.083rem;
}
.job-details-2 .col-4 .title{
    padding-left: 12px;
    border-left: 3px solid var(--sub-cl);
    margin-bottom: 0.833rem;
}
.job-details-2 .col-4 .price{
    font-weight: 600;
    font-size: 1.302rem;
    margin-bottom: 0.9375rem;
}
.job-details-2 .col-4 .price span{
    font-weight: 700;
    font-size: 2.34375rem;
    line-height: 3.385rem;
}
.job-details-2 .col-4 .list .item{
    gap: 0.833rem;
}
.job-details-2 .col-4 .list .item+.item{
    margin-top: 0.625rem;
}
.job-details-2 .col-4 .list .item .icon{
    width: 2.34375rem;
    min-width: 2.34375rem;
    height: 2.34375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--main-cl);
}
.job-details-2 .col-4 .list .item .icon svg{
    height: 1.25rem;
    width: auto;
    max-width: 90%;
}
.job-details-2 .col-4 .right-group+.right-group{
    margin-top: 1.5625rem;
}
.job-details-2 .col-4 .desc:last-child{
    margin-top: 0.833rem;
}
.job-details-1 .sec-title{
    margin-bottom: 0.521rem;
}
.job-specs{
    display: flex;
    flex-wrap: wrap;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}
.job-specs .item{
    opacity: 0.6;
    position: relative;
}
.job-specs .item:last-of-type{
    opacity: 1;
}
.job-specs .item+.item{
    margin-left: 0.625rem;
    padding-left: 0.625rem;
}
.job-specs .item+.item:before{
    left: 0;
    top: 50%;
    position: absolute;
    height: 0.78125rem;
    width: 1px;
    content: '';
    background: rgba(0, 0, 0, 0.1);
    transform: translateY(-50%);
}
.job-details-1 .job-specs .item+.item:before{
    background: rgba(255, 255, 255, 0.3);
}
.job-details-1 .job-specs{
    color: #FFF;
    margin-bottom: 2.083rem;
}
.job-details-1 .buttons-wrap{
    gap: 1.042rem;
}
.job-details-1.page-banner .img-wrap:before{
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 13.35%, rgba(0, 0, 0, 0.824346) 25.98%, rgba(0, 0, 0, 0.737826) 39.33%, rgba(0, 0, 0, 0.648608) 53.07%, rgba(0, 0, 0, 0) 100%);
}
.arrow-button{
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 1.3;
    transition: all 0.4s;
    color: var(--sub-cl);
    width: max-content;
    max-width: 100%;
    padding: 0.625rem 0;
}
.arrow-button span.icon{
    display: flex;
}
.arrow-button span.icon sg{
    width: 1.25rem;
    height: auto;
}
.jobs-sec-1{
    padding: 5.625rem 0 6.146rem;
}
.jobs-sec-1 .heading-group{
    padding-bottom: 2.083rem;
    margin-bottom: 3.125rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.jobs-sec-1 .heading-group .sec-desc{
    padding-bottom: 0.625rem;
    padding-left: 76px;
}
.list-jobs .job-item+.job-item{
    margin-top: 3.125rem;
}
.list-jobs .job-item .img-wrap{
    width: calc(41.66666667% - 3.958rem);
    min-width: calc(41.66666667% - 3.958rem);
}
.list-jobs .job-item .cont-wrap{
    padding-right: 4.6875rem;
}
.list-jobs .job-item .cont-wrap .name-group{
    margin-bottom: 0.521rem;
    gap: 1.667rem;
}
.list-jobs .job-item .cont-wrap .sec-desc{
    padding-top: 1.042rem;
    margin-top: 1.042rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0.625rem;
}
.list-jobs .job-item .cont-wrap .info .item{
    gap: 0.417rem;
    margin-bottom: 0.521rem;
}
.list-jobs .job-item .cont-wrap .info .item img{
    width: 1.25rem;
    min-width: 1.25rem;
    height: 1.25rem;
}
.jobs-sec-2{
    padding: 4.583rem 0 6.042rem;
    background: linear-gradient(180deg, rgba(164, 190, 255, 0.3) 0%, rgba(212, 224, 255, 0) 100%);
}
.jobs-sec-2 .heading-group{
    margin-bottom: 2.708rem;
}
.jobs-sec-2 .heading-group .sec-desc{
    padding-top: 1.302rem;
}
.jobs-sec-2 .market-table-wrap{
    padding: 1.25rem 2.865rem;
    background: #FFF;
    box-shadow: 2px 2px 20px 0px rgba(33, 47, 100, 0.08);
}
.jobs-sec-2 .market-table-wrap table{
    margin: 0;
}
.jobs-sec-2 .market-table-wrap table th{
    padding: 1.042rem 0;
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 1.4;
    color: var(--main-cl);
    text-transform: initial;
}
.jobs-sec-2 .market-table-wrap table th:nth-of-type(1){
    width: 34%;
}
.jobs-sec-2 .market-table-wrap table th:nth-of-type(3),
.jobs-sec-2 .market-table-wrap table th:nth-of-type(2){
    width: 23%;
}
.jobs-sec-2 .market-table-wrap table td{
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.4;
    color: #333;
    vertical-align: top;
    padding: 1.042rem 0;
}
.jobs-sec-2 .market-table-wrap table td .code{
    margin-top: 0.417rem;
    color: rgba(153, 153, 153, 1);
}
.jobs-sec-2 .market-table-wrap table td:nth-of-type(3){
    font-weight: 700;
    color: rgba(51, 147, 62, 1);
}
.jobs-sec-2 .market-table-wrap table tbody tr:last-of-type td{
    border: none;
}
.jobs-sec-2 .market-note{
    margin-top: 1.771rem;
    color: #666666;
}
.jobs-sec-3{
    padding-top: 2.604rem;
    padding-bottom: 7.8125rem;
}
.terminology-sec{
    padding: 5.208rem 0 7.8125rem;
}
.terminology-sec .title-group{
    margin-bottom: 4.0625rem;
}
.terminology-sec .terminology-filters{
    margin-bottom: 3.125rem;
}
.terminology-sec .terminology-filters .filters-wrap .terms-wrap .terms{
    position: absolute;
    left: 0;
    top: 100%;
    padding: 2.604rem;
    background: #FFF;
    box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.1);
    width: 48.958rem;
    z-index: 9;
    opacity: 0;
    transform: translateY(1.042rem);
    visibility: hidden;
    pointer-events: none;
    transition: all 0.4s;
}
.terminology-sec .terminology-filters .filters-wrap .terms-wrap:hover .terms{
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
    transform: translateY(0);
}
.terminology-sec .terminology-filters .filters-wrap .terms-wrap .terms .term-list{
    gap: 1.042rem 0.625rem;
}
.terminology-sec .terminology-filters .filters-wrap .terms-wrap .terms .term-list .term{
    padding: 0.417rem 0.833rem;
    flex: 0 0 auto;
    border-radius: 50px;
    color: #666666;
    border: 1px solid #CDCDCD;
    background: #FFF;
    transition: all 0.4s;
    cursor: pointer;
    ]font-family: Mona Sans;
    font-weight: 400;
    font-size: 0.9375rem;
}
.terminology-sec .terminology-filters .filters-wrap .terms-wrap .terms .term-list .term:hover,
.terminology-sec .terminology-filters .filters-wrap .terms-wrap .terms .term-list .term.active{
    border-color: var(--main-cl);
    color: var(--main-cl);
    background: #EEF3FF;
}
.terminology-sec .terminology-filters .filters-wrap .terms-wrap .terms .title{
    padding-bottom: 1.042rem;
    margin-bottom: 1.5625rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.terminology-sec .terminology-filters .filters-wrap .toggle-terms{
    padding: 0.625rem 1.042rem;
    border: 1px solid var(--main-cl);
    color: var(--main-cl);
    display: flex;
    align-items: center;
    gap: 0.417rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 1.4;
}
.terminology-sec .terminology-filters .filters-wrap .toggle-terms span.icon{
    display: flex;
    width: 1.042rem;
    height: 1.042rem;
}
.filters-wrap .search-wrap {
    gap: 1.458rem;
}
.filters-wrap .search-wrap .label{
    flex: 0 0 auto;
}
.filters-wrap .search-wrap input{
    width: 23.125rem;
    margin: 0;
    border-radius: 50px;
    height: 2.34375rem;
    padding: 0 3.333rem 0 1.042rem;
    font-weight: 400;
    font-size: 0.833rem;
    border: 1px solid #CDCDCD;
}
.filters-wrap .search-wrap svg{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.042rem;
    z-index: 3;
    pointer-events: none;
}
.filters-wrap .search-wrap input:focus{
    border-color: var(--main-cl);
    color: var(--main-cl);
}
.terminology-sec .terminology-filters .filtered{
    display: none;
    margin-top: 1.302rem;
    padding-top: 1.302rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    gap: 1.25rem;
}
.terminology-sec .terminology-filters .filtered .reset-filter{
    display: flex;
    align-items: center;
    gap: 0.417rem;
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.302rem;
    flex: 0 0 auto;
    cursor: pointer;
}
.terminology-sec .terminology-filters .filtered .filtered-items{
    display: flex;
    gap: 0.9375rem;
    flex-wrap: wrap;
}
.terminology-sec .terminology-filters .filtered .filtered-items .filtered-item{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0.3125rem 0.833rem;
    border-radius: 30px;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.4;
    background: #EEF3FF;
}
.terminology-sec .terminology-filters .filtered .filtered-items .filtered-item .remove-item{
    display: flex;
    cursor: pointer;
}
.terminology-item{
    padding: 1.5625rem;
    box-shadow: 2px 4px 20px 0px #0000000A;
    background: #FFF;
    display: flex;
    flex-direction: column;
}
.terminology-item .name{
    padding-bottom: 0.833rem;
    margin-bottom: 0.833rem;
    border-bottom: 1px solid #0000001A;
}
.terminology-item .content{
    position: relative;
    margin-bottom: 3.021rem;

}
.terminology-item .content .desc{
    margin-bottom: 0.521rem;
}
.terminology-item .content .toggle-detail{
    position: absolute;
    top: calc(100% + 0.625rem);
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 1.4;
    color: var(--sub-cl);
    border-bottom: 1px solid var(--sub-cl);
    cursor: pointer;
}
.terminology-item .terms{
    gap: 0.521rem;
    margin-top: auto;
}
.terminology-item .terms .item{
    padding: 0.208rem 0.521rem;
    border-radius: 30px;
    background: #EEF3FF;
}
.terminologies-grid{
    grid-gap: 1.5625rem 3.646rem;
    margin-bottom: 7.5rem;
}
.visa-bulletin-1{
    padding-top: 5.625rem;
}
.visa-bulletin-1 .title-group{
    padding-bottom: 2.8125rem;
    margin-bottom: 2.34375rem;
    border-bottom: 1px solid #0000001A;
}
.visa-bulletin-1 .col-6:nth-of-type(2){
    padding-left: 3.385rem;
}
.visa-bulletin-1 .sec-title-4{
    margin-bottom: 1.5625rem;
}
.visa-bulletin-1 .box-content{
    margin-bottom: 1.5625rem;
}
.visa-bulletin-1 .box-content p{
    margin-bottom: 0.417rem;
}
.visa-bulletin-1 .card-wrap{
    padding: 0.417rem;
}
.visa-bulletin-1 .card-wrap .card-title{
    text-align: center;
    padding: 0.521rem 0 0.78125rem;
    color: #FFFFFF;
    opacity: 0.8;
}
.visa-bulletin-1 .card-wrap .card-content{
    border-radius: 12px;
    padding: 1.146rem 1.25rem 1.5625rem;
}
.visa-bulletin-1 .card-wrap .card-content .last-value{
    background: #EEF3FF;
    margin-bottom: 0.417rem;
}
.visa-bulletin-1 .card-wrap .card-content .last-value .item{
    padding: 1.25rem;
}
.visa-bulletin-1 .card-wrap .card-content .last-value .item .label{
    color: #888888;
    margin-bottom: 0.208rem;
}
.visa-bulletin-1 .card-wrap .card-content .last-value .item .value{
    font-weight: 700;
    font-size: 1.458rem;
    line-height: 1.4;
}
.visa-bulletin-1 .card-wrap .card-content .last-value .item:first-of-type{
    border-right: 1px dashed #A4BEFF;
}
.visa-bulletin-1 .card-wrap .card-content .card-info .info{
    padding: 0.625rem 0;
}
.visa-bulletin-1 .card-wrap .card-content .card-info .info+.info{
    border-top: 1px solid #0000001A;
}
.visa-bulletin-1 .card-wrap .card-content .btn{
    margin-top: 1.25rem;
}
.visa-bulletin-2{
    padding-top: 8.229rem;
    padding-bottom: 5.833rem;
}
.visa-bulletin-2 .title-group{
    margin-bottom: 5.052rem;
}
.nk-area-chart{
    height: 31.25rem;
}
.visa-bulletin-3{
    padding-top: 5rem;
    padding-bottom: 9.6875rem;
    background: linear-gradient(180deg, rgba(164, 190, 255, 0.3) 0%, rgba(212, 224, 255, 0) 100%);
}
.visa-bulletin-3 .sec-title{
    margin-bottom: 2.604rem;
}
.visa-bulletin-3 .table-wrap{
    box-shadow: 2px 2px 20px 0px #212F6414;
    padding: 1.5625rem 1.5625rem 2.604rem;
}
.visa-bulletin-3 .table-wrap td .cell-inner,
.visa-bulletin-3 .table-wrap th  .cell-inner{
    height: 100%;
}
.visa-bulletin-3 .table-wrap td,
.visa-bulletin-3 .table-wrap th {
    padding: 0;
    text-align: center;
    border: none;
    width: 32%;
}
.visa-bulletin-3 .table-wrap .cell-inner{
    padding: 1.042rem 1.302rem;
    font-size: 0.9375rem;
    line-height: 1.4;
}
.visa-bulletin-3 .table-wrap td:first-of-type,
.visa-bulletin-3 .table-wrap th:first-of-type{
    text-align: left;
    width: 36%;
}
.visa-bulletin-3 .table-wrap th{
    font-weight: 600;
    color: var(--main-cl);
    text-transform: initial;
}
.visa-bulletin-3 .table-wrap td{
    font-weight: 400;
}
.visa-bulletin-3 .table-wrap .cell-inner{
    border-bottom: 1px solid #0000001A;
    transition: all 0.4s;
}
.visa-bulletin-3 .table-wrap tbody tr:hover .cell-inner{
    background: #ECF1FB;
}
.visa-bulletin-4{
    padding-top: 7.8125rem;
}
.visa-bulletin-4 .col-4{
    padding-left: 4.479rem;
}
.visa-bulletin-4 .sec-title{
    margin-bottom: 0;
}
.visa-bulletin-4 .title-group{
    margin-bottom: 3.125rem;
}
.visa-bulletin-4 .table-wrap{
    margin-bottom: 9.6875rem;
}
.about-1{
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    padding: 6.771rem 0 1.354rem;
}
.about-1 .title-group{
    width: 45.833rem;
    max-width: 100%;
    margin-bottom: 1.042rem;
}
.about-2{
    background: linear-gradient(211.21deg, #21285A 20.54%, #152B81 52.95%, #122A88 75.78%);
    padding: 7.708rem 0;
}
.about-2 .sec-title{
    margin-bottom: 3.021rem;
}
.about-2 .swiper{
    margin: 0 -0.3125rem 1.979rem;
}
.about-2 .swiper .swiper-slide{
    padding: 0 0.3125rem;
}
.about-2 .swiper .item{
    gap: 4.323rem;
    padding: 1.667rem;
    background: #29347D;
}
.about-2 .swiper .item .title{
    font-weight: 600;
    font-size: 1.5625rem;
    line-height: 1.2;
    margin: 0;
}
#main .swiper-progress{
    position: relative;
    left: unset;
    top: unset;
    background: #FFFFFF33;
    height: 4px;
    border-radius: 10px;
}
#main .swiper-progress .swiper-pagination-progressbar-fill{
    background: #FFF;
    border-radius: 10px;
}
.about-3{
    padding: 7.917rem 0 8.229rem;
}
.about-3 .col-4{
    padding-right: 4.479rem;
    padding-top: 1.5625rem;
}
.about-3 .col-4 .sec-title{
    line-height: 1.2;
}
.about-3 .col-8{
    padding-left: 1.5625rem;
}
.about-3 .steps .item{
    background: #ECEEFB;
    padding: 1.042rem 3.4375rem 1.042rem 1.042rem;
    display: flex;
    gap: 2.396rem;
}
.about-3 .steps .item .step{
    padding: 1.25rem 0.78125rem;
    min-height: 8.229rem;
    border-radius: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-3 .steps .item .cont-wrap{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.573rem 0;
}
.about-3 .steps .item .step-text{
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}
.about-3 .steps .item+.item{
    margin-top: 1.5625rem;  
}
.about-3 .col-12 .text-wrap{
    padding: 3.75rem 11.354rem;
    background: var(--main-cl);
    margin-top: 6.042rem;
    text-align: center;
    font-weight: 400;
    font-size: 1.302rem;
    line-height: 1.667rem;
}
.about-3 .col-12 .text-wrap a{
    border-bottom: 1px solid #FFF;
    text-decoration: unset;
}
.checklist-page{
    padding: 2.865rem 0 7.5rem;
}
.checklist-page .title-group{
    margin-bottom: 2.083rem;
}
.checklist-page .checklist-progress{
    padding: 1.042rem 0;
    position: sticky;
    top: 70px;
    background: #FFF;
    z-index: 20;
}
.checklist-page .checklist-progress .text-wrap{
    margin-bottom: 0.521rem;
}
.checklist-page .checklist-progress .checklist-bar{
    height: 6px;
    width: 100%;
    background: #212F640D;
    border-radius: 10px;
}
.checklist-page .checklist-progress .checklist-bar .checklist-bar-fill{
    background: var(--main-cl);
    height: 100%;
    min-width: 6px;
    border-radius: 10px;
    transition: all 0.4s;
}
.checklist-page .checklist{
    grid-gap: 1.042rem 1.146rem;
    margin-top: 1.5625rem;
}
.checklist-page .checklist .item{
    padding: 1.458rem 1.042rem;
    background: #F8F8FB;
    border: 1px solid #F8F8FB;
    cursor: pointer;
    transition: all 0.4s;
}
.checklist-page .checklist .item .checkbox-custom{
    width: 1.458rem;
    min-width: 1.458rem;
    height: 1.458rem;
    border-radius: 8px;
    border: 1px solid #2D374680;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
    margin-right: 1.875rem;
}
.checklist-page .checklist .item .checkbox-custom svg{
    width: 0.78125rem;
    height: auto;
    opacity: 0;
    transition: all 0.4s;
}
.checklist-page .checklist .item .category{
    opacity: 0.5;
}
.checklist-page .checklist .item.selected .checkbox-custom svg{
    opacity: 1;
}
.checklist-page .checklist .item.selected .checkbox-custom{
    background: #1CD832;
}
.checklist-page .checklist .item:hover,
.checklist-page .checklist .item.selected{
    border-color: #212F6433;
    background: #EBEFFF;
}
.pt-0{
    padding-top: 0 !important;
}
.estimate-sec-1{
    padding-top: 6.875rem;
}
.estimate-sec-1 .estimate-result{
    margin-top: 3.021rem;
}
.estimate-sec-1 > .img-wrap{
    margin-top: -11.302rem;
}
.estimate-sec-1 .cont-wrap{
    width: 48.698rem;
    max-width: 100%;
}
.estimate-sec-1 .title-group{
    margin-bottom: 2.292rem;
}
.estimate-sec-1 .note{
    margin-top: 0.78125rem;
}
.tool-form{
    border: 1px solid #212F6433;
    padding: 0 1.25rem 0 2.396rem;
    border-radius: 50px;
    position: relative;
    margin: 0;
    align-items: center;
}
.tool-form:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI0LjM3NSA0LjY4NzVINS42MjVDNS4xMDcyMyA0LjY4NzUgNC42ODc1IDUuMTA3MjMgNC42ODc1IDUuNjI1VjI0LjM3NUM0LjY4NzUgMjQuODkyOCA1LjEwNzIzIDI1LjMxMjUgNS42MjUgMjUuMzEyNUgyNC4zNzVDMjQuODkyOCAyNS4zMTI1IDI1LjMxMjUgMjQuODkyOCAyNS4zMTI1IDI0LjM3NVY1LjYyNUMyNS4zMTI1IDUuMTA3MjMgMjQuODkyOCA0LjY4NzUgMjQuMzc1IDQuNjg3NVoiIHN0cm9rZT0iIzIxMjg1QSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTIwLjYyNSAyLjgxMjVWNi41NjI1IiBzdHJva2U9IiMyMTI4NUEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik05LjM3NSAyLjgxMjVWNi41NjI1IiBzdHJva2U9IiMyMTI4NUEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik00LjY4NzUgMTAuMzEyNUgyNS4zMTI1IiBzdHJva2U9IiMyMTI4NUEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    background-repeat: no-repeat;
    background-size: cover;
    width: 1.5625rem;
    height: 1.5625rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2.396rem;
    pointer-events: none;
    content: '';
}
.tool-form input{
    margin: 0;
    border: none !important;
    padding: 0;
    padding-left: 2.292rem;
    font-weight: 400;
    font-size: 1.042rem;
    line-height: 1.2;
    background: transparent !important;
    height: 3.958rem;
}
.tool-form button{
    height: auto;
    margin: 0 !important;
}
.tool-result{
    padding: 0.521rem;
}
.tool-result .title{
    padding: 0.417rem 0 0.9375rem;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.40625rem;
    text-align: center;
    color: #FFF;
}
.tool-result .content-wrap{
    border-radius: 10px;
    padding: 1.146rem 1.458rem;
}
.tool-result .content-wrap .heading{
    background: #EEF3FF;
    padding: 1.146rem;
    border-radius: 10px;
    margin-bottom: 1.042rem;
}
.tool-result .content-wrap .results .result-item{
    padding: 0.625rem 0;
}
.tool-result .content-wrap .results .result-item .value{
    min-width: 16.667rem;
    text-align: center;
}
.tool-result .content-wrap .results .result-item+.result-item{
    border-top: 1px solid #0000001A;
}
.estimate-sec-2{
    padding: 6.875rem 0;
}
.estimate-sec-2 .sec-title{
    margin-bottom: 3.646rem;
}
.estimate-sec-2 .btn-style-1{
    margin-top: 3.646rem;
}
.priority-sec-1{
    padding: 6.875rem 0 7.8125rem;
}
.priority-sec-1 .priority-form{
    margin-bottom: 0.625rem;
}
.priority-sec-1 .cont-wrap .title-group{
    margin-bottom: 2.292rem;
}
.priority-sec-1 .cont-wrap{
    width: 48.698rem;
    max-width: 100%;
}
.priority-sec-1 .note{
    margin-bottom: 2.292rem;
    padding-left: 2.5rem;
    opacity: 0.5;
}
.evaluate-sec-1{
    padding: 3.854rem 0 6.25rem;
}
.evaluate-sec-1 .title-group{
    margin-bottom: 2.708rem;
}
.evaluate-content{
    padding: 3.646rem 6.146rem;
    box-shadow: 0px 0px 30px 0px #3F3F3F1A;
}
.evaluate-questions .question-item{
    display: none;
}
.evaluate-questions .question-item.active{
    display: block;
}
.evaluate-questions .question-item .question{
    font-weight: 500;
    font-size: 1.5625rem;
}
.evaluate-questions .question-item .question-heading{
    margin-bottom: 2.604rem;
}
.evaluate-questions .question-item .answers .answer{
    padding: 0.833rem 1.042rem;
    gap: 1.875rem;
    border: 1px solid #E5E5E5;
    border-radius: 50px;
    cursor: pointer;
}
.evaluate-questions .question-nav{
    margin-top: 2.604rem;
}
.evaluate-questions .action-button{
    border-radius: 50px;
    padding: 0.78125rem 1.042rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.521rem;
    font-weight: 500;
    font-size: 0.833rem;
    line-height: 1.2;
    color: #FFF;
    cursor: pointer;
}
.evaluate-questions .left-col .action-button{
    background: var(--main-cl);
}
.evaluate-questions .right-col .action-button{
    background: var(--sub-cl);
}
.styled-radio input{
    display: none;
}
.styled-radio .radio{
    width: 1.458rem;
    min-width: 1.458rem;
    height: 1.458rem;
    border: 1px solid #2D374680;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.styled-radio .radio svg{
    width: 100%;
    height: 100%;
    opacity: 0;
}
.styled-radio input:checked~.radio{
    border-color: var(--main-cl);
}
.styled-radio input:checked~.radio > svg{
    opacity: 1;
}
.evaluate-result .sub-title{
    margin-bottom: 0.521rem;
}
.evaluate-result .title{
    font-weight: 700;
    font-size: 1.5625rem;
    margin-bottom: 0.521rem;
    line-height: 1.4;
}
.evaluate-result .desc{
    font-weight: 400;
    font-size: 1.042rem;
    line-height: 1.4;
    color: #333333;
    margin-bottom: 1.5625rem;
}
.evaluate-result .desc strong{
    color: var(--sub-cl);
}
.evaluate-result .evaluate-result-progress{
    margin-bottom: 1.979rem;
}
.evaluate-result .evaluate-result-progress .text-wrap{
    margin-bottom: 0.833rem;
}
.evaluate-result .evaluate-result-progress .text-wrap .name{
    font-weight: 600;
}
.evaluate-result .evaluate-result-progress .bar{
    height: 8px;
    border-radius: 50px;
    background: #D9D9D9;
}
.evaluate-result .evaluate-result-progress .bar .bar-fill{
    background: var(--main-cl);
    display: block;
    height: 100%;
    border-radius: 50px;
}
.evaluate-result .evaluate-result-progress .item+.item{
    margin-top: 1.25rem;
}
.evaluate-result .evaluate-result-total{
    padding: 1.042rem 2.083rem;
    border-radius: 12px;
    background: #EDF0FB;
}
.evaluate-result .evaluate-result-total .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.evaluate-result .evaluate-result-total .item+.item{
    padding-top: 0.833rem;
    margin-top: 0.833rem;
    border-top: 1px solid #0000001A;
}
.evaluate-result .evaluate-result-total .item .label{
    font-weight: 400;
    font-size: 0.9375rem;
}
.evaluate-result .evaluate-result-total .item .value{
    color: var(--main-cl);
    font-weight: 700;
    font-size: 1.146rem;
    text-align: right;
}
.evaluate-result .evaluate-result-actions{
    margin-top: 2.083rem;
    justify-content: flex-end;
    gap: 0.833rem;
}
header .container{
    padding-left: 2.604rem;
    padding-right: 2.604rem;
}
header .header-wrapper{
    box-shadow: 0px 4px 20px 0px #0000000D !important;
}
header .header-wrapper #masthead .header-nav-main{
    gap: 1.5625rem;
}
header .header-wrapper #masthead .header-nav-main > li {
    margin: 0;
}
header .header-wrapper #masthead .header-nav-main > li > a:not(.btn){
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.40625rem;
    color: #21285A;
    display: flex;
    padding: 0.625rem 0;
    transition: all 0.4s;
}
header .header-wrapper #masthead .header-nav-main > li > a.btn{
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 1.40625rem;
    padding-left: 0.833rem;
    padding-right: 0.833rem;
}
header .header-wrapper #masthead .header-nav-main > li > a .icon-angle-down{
    display: none !important;
}
header .header-wrapper #masthead .header-nav-main > li.menu-item-home > a{
    font-size: 0 !important;
}
header .header-wrapper #masthead .header-nav-main > li.menu-item-home > a:before{
    display: block;
    position: relative;
    content: '';
    width: 0.9375rem;
    height: 0.9375rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjI0OTUgMTYuOTg2NVYxMi40ODY0QzExLjI0OTUgMTIuMjg3NCAxMS4xNzA0IDEyLjA5NjcgMTEuMDI5OCAxMS45NTZDMTAuODg5MSAxMS44MTU0IDEwLjY5ODQgMTEuNzM2NCAxMC40OTk1IDExLjczNjRINy40OTk0NUM3LjMwMDU0IDExLjczNjQgNy4xMDk3NyAxMS44MTU0IDYuOTY5MTIgMTEuOTU2QzYuODI4NDcgMTIuMDk2NyA2Ljc0OTQ1IDEyLjI4NzQgNi43NDk0NSAxMi40ODY0VjE2Ljk4NjVDNi43NDk0NSAxNy4xODU0IDYuNjcwNDUgMTcuMzc2MSA2LjUyOTgxIDE3LjUxNjhDNi4zODkxOCAxNy42NTc0IDYuMTk4NDQgMTcuNzM2NCA1Ljk5OTU0IDE3LjczNjVMMS41MDAwOSAxNy43MzdDMS40MDE1OSAxNy43MzcxIDEuMzA0MDYgMTcuNzE3NyAxLjIxMzA1IDE3LjY4QzEuMTIyMDUgMTcuNjQyMyAxLjAzOTM2IDE3LjU4NzEgMC45Njk3MDMgMTcuNTE3NEMwLjkwMDA0OSAxNy40NDc4IDAuODQ0Nzk2IDE3LjM2NTEgMC44MDcwOTkgMTcuMjc0MUMwLjc2OTQwMiAxNy4xODMxIDAuNzUgMTcuMDg1NSAwLjc1IDE2Ljk4N1Y4LjMxODg5QzAuNzUgOC4yMTQ0IDAuNzcxODM0IDguMTExMDYgMC44MTQxMDEgOC4wMTU1QzAuODU2MzY5IDcuOTE5OTQgMC45MTgxMzggNy44MzQyNyAwLjk5NTQ0OCA3Ljc2Mzk3TDguNDk0OTMgMC45NDUwODlDOC42MzI5OSAwLjgxOTU2NCA4LjgxMjg3IDAuNzUwMDA2IDguOTk5NDYgMC43NUM5LjE4NjA1IDAuNzQ5OTk0IDkuMzY1OTQgMC44MTk1MzkgOS41MDQgMC45NDUwNTVMMTcuMDA0NSA3Ljc2Mzk3QzE3LjA4MTggNy44MzQyNyAxNy4xNDM2IDcuOTE5OTQgMTcuMTg1OSA4LjAxNTUxQzE3LjIyODIgOC4xMTEwNyAxNy4yNSA4LjIxNDQyIDE3LjI1IDguMzE4OTJWMTYuOTg3MUMxNy4yNSAxNy4wODU2IDE3LjIzMDYgMTcuMTgzMSAxNy4xOTI5IDE3LjI3NDFDMTcuMTU1MiAxNy4zNjUxIDE3LjEgMTcuNDQ3OCAxNy4wMzAzIDE3LjUxNzRDMTYuOTYwNiAxNy41ODcxIDE2Ljg3OCAxNy42NDIzIDE2Ljc4NjkgMTcuNjhDMTYuNjk1OSAxNy43MTc3IDE2LjU5ODQgMTcuNzM3MSAxNi40OTk5IDE3LjczNzFMMTEuOTk5NCAxNy43MzY1QzExLjgwMDUgMTcuNzM2NCAxMS42MDk3IDE3LjY1NzQgMTEuNDY5MSAxNy41MTY4QzExLjMyODUgMTcuMzc2MSAxMS4yNDk0IDE3LjE4NTQgMTEuMjQ5NSAxNi45ODY1VjE2Ljk4NjVaIiBzdHJva2U9IiNDNjIxMjgiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1 !important;
}
header .header-wrapper #masthead .header-nav-main > li > ul.sub-menu > li:hover > a,
    header .header-wrapper #masthead .header-nav-main > li > ul.sub-menu > li.current-menu-item > a,
header .header-wrapper #masthead .header-nav-main > li:hover > a,
header .header-wrapper #masthead .header-nav-main > li.current-menu-item > a{
    color: var(--sub-cl);
}
header .header-wrapper #masthead li.header-search svg{
    width: 1.25rem;
    height: auto;
}
header .header-wrapper #masthead li.lang-item > a{
    display: flex;
    gap: 0.3125rem;
    font-weight: 500;
    font-size: 0.9375rem;
    text-transform: uppercase;
    flex-wrap: nowrap;
}
header .header-wrapper #masthead li.lang-item > a > svg:first-of-type{
    width: 1.354rem;
    height: auto;
}
header .header-wrapper #masthead li.lang-item > a > svg:last-of-type{
    width: 0.833rem;
    height: auto;
}
header .header-wrapper #masthead li.lang-item .lang-dropdown{
    position: absolute;
    width: 100%;
    top: 100%;
    padding: 8px 12px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 0 10px 0 #eaeaea;
    list-style: none;
    pointer-events: none;
    opacity: 0;
    transform: translateY(20px);
    visibility: hidden;
    transition: all 0.4s;
}
header .header-wrapper #masthead li.lang-item:hover .lang-dropdown{
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: unset;
}
header .header-wrapper #masthead li.lang-item .lang-dropdown > li{
    margin: 0;
}
header .header-wrapper #masthead li.lang-item .lang-dropdown > li > a{
    gap: 0.3125rem;
    font-weight: 500;
    font-size: 0.78125rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    pointer-events: none !important;
}
header .header-wrapper #masthead li.lang-item .lang-dropdown > li > a > svg{
    width: 1.042rem;
    min-width: 1.042rem;
    height: auto;
}
header .header-wrapper #masthead li.lang-item .lang-dropdown > li+li{
    padding-top: 4px;
    margin-top: 4px;
    border-top: 1px solid #f5f5f5;
}
header .header-wrapper #masthead .header-nav-main > li:before,
header .header-wrapper #masthead .header-nav-main > li:after{
    display: none !important;
}
header .header-wrapper #masthead .header-nav-main > li > ul.sub-menu{
    border-radius: 10px;
    border: none !important;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 1.042rem 1.5625rem;
}
header .header-wrapper #masthead .header-nav-main > li > ul.sub-menu > li > a{
    color: var(--main-cl);
    font-weight: 500;
    font-size: 0.833rem;
    line-height: 1.3;
    border: none;
    margin: 0;
    display: block;
    padding: 0.521rem 0;
}
header .header-wrapper #masthead #logo{
    width: auto !important;
    margin-right: 0 !important;
}
header .header-wrapper #masthead #logo > a{
    display: flex;
    align-items: center;
}
header .header-wrapper #masthead #logo > a > img{
    height: 1.823rem;
    width: auto;
}
header .header-wrapper #masthead #logo > a > span {
    padding-left: 0.9375rem;
    margin-left: 0.9375rem;
    position: relative;
}
header .header-wrapper #masthead #logo > a > span:before{
    background: #CDCDCD;
    height: 20px;
    width: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    left: 0;
}
header .header-wrapper #masthead #logo > a > span img{
    height: 1.354rem;
}
header .header-wrapper #top-bar{
    padding: 0.625rem 0;
}
header .header-wrapper #top-bar .flex-center{
    flex-grow: 1;
    width: 100%;
}
header .header-wrapper #top-bar .flex-center > ul > div{
    width: 100%;
}
header .header-wrapper #top-bar .left-col{
    gap: 4.375rem;
}
header .header-wrapper #top-bar .text-intro,
header .header-wrapper #top-bar a.text-white{
    font-weight: 400;
    font-size: 0.833rem;
}
header .header-wrapper #top-bar a.text-white{
    font-weight: 600;
}
header .header-wrapper #top-bar .right-col > div{
    gap: 2.34375rem;
}
header .header-wrapper #top-bar .right-col > div > a{
    gap: 0.417rem;
}
footer#footer{
    background: #21285a;
}
footer#footer .footer-top{
    padding: 3.75rem 0 2.34375rem;
}
footer#footer .footer-top .footer-title{
    margin-bottom: 0.833rem;
}
footer#footer .footer-top .col-4{
    padding-right: 7.292rem;
}
footer#footer .footer-top .col-4 .logos{
    margin-bottom: 5.625rem;
    display: flex;
}
footer#footer .footer-top .col-4 .logos span+span{
    margin-left: 1.875rem;
    padding-left: 1.875rem;
    position: relative;
}
footer#footer .footer-top .col-4 .logos span+span:before{
    height: 5rem;
    width: 1px;
    position: absolute;
    content: '';
    background: #FFFFFF33;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
footer#footer .footer-top .col-4 .logos span:nth-of-type(1) img{
    height: 6.25rem;
    width: auto;
}
footer#footer .footer-top .col-4 .logos span:nth-of-type(2) img{
    height: 2.604rem;
    width: auto;
}
footer#footer .footer-top .col-2,
footer#footer .footer-top .col-3{
    margin-top: 1.823rem;
}
footer#footer .footer-top .footer-menu{
    margin: 0;
}
footer#footer .footer-top .footer-menu > li{
    margin: 0;
}
footer#footer .footer-top .footer-menu > li+li{
    margin-top: 0.78125rem;
}
footer#footer .footer-top .footer-menu > li > a{
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.4;
    color: #FFF;
    display: block;
}
footer#footer .footer-top .footer-menu+.footer-title{
    margin-top: 1.302rem;
}
footer#footer .footer-top .col-2+.col-3{
    padding-left: 3.229rem;
}
footer#footer .footer-top .col-12{
    padding-top: 0.833rem;
    margin-top: 3.385rem;
    border-top: 1px solid #FFFFFF1A;
}
footer#footer .footer-top .footer-contact{
    margin-bottom: 1.302rem;
}
footer#footer .footer-top .footer-contact > a{
    gap: 0.417rem
}
footer#footer .footer-top .footer-contact > a+a{
    margin-top: 0.521rem;
}
footer#footer .footer-top .footer-contact > a > img{
    margin-top: 2px;
    width: 1.25rem;
    min-width: 1.25rem;
    height: auto;
}
footer#footer .footer-top .footer-socials{
    gap: 0.521rem;
    margin-bottom: 1.302rem;
}
footer#footer .footer-top .footer-socials > a{
    width: 1.667rem;
    height: 1.667rem;
    display: flex;
    border-radius: 50%;
}
footer#footer .footer-top .footer-socials > a:hover{
    box-shadow: 0 0 10px 0 #fdfdfd;
}
footer#footer .footer-bottom{
    background: #0A1643;
    padding: 0.521rem 0;
}
footer#footer .back-to-top{
    transition: all 0.4s;
    width: 2.604rem;
    height: 2.604rem;
    border-radius: 50%;
    border: none !important;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 2.604rem;
    bottom: 2.604rem;
    box-shadow: 0 0 20px rgba(10, 22, 67, 0.2);
}
footer#footer .back-to-top svg{
    width: 1.25rem;
    height: 1.25rem;
}
.fixed-hotline{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 1.25rem 0.521rem 0.9375rem 0.78125rem;
    gap: 0.521rem;
    font-weight: 500;
    font-size: 0.833rem;
    line-height: 1.302rem;
    text-transform: uppercase;
    color: #FFF !important;
    position: fixed;
    z-index: 30;
    right: 0;
    bottom: 17.708rem;
    background: var(--sub-cl);
    border-radius: 20px 0 0 20px;
    transition: all 0.4s;
}
.fixed-hotline .text{
    writing-mode: vertical-lr;
}
.default-page{
    padding: 6.25rem 0;
}
.home-sec-1 .img-wrap{
    aspect-ratio: 1920/800;
}
.home-sec-1 .img-wrap:before{
    z-index: 2;
    left: 0;
    bottom: 0;
    height: 60%;
    width: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 15.32%, rgba(0, 0, 0, 0.730012) 39.59%, rgba(0, 0, 0, 0.594186) 61.81%, rgba(0, 0, 0, 0) 100%);
}
.home-sec-1 .banner-cont{
    bottom: 6.25rem;
    z-index: 3;
    width: 42.1875rem;
    max-width: 100%;
}
.home-sec-1 .banner-cont .banner-title{
    font-weight: 700;
    font-size: 3.125rem;
    line-height: 1.2;
    margin-bottom: 0.78125rem;
}
.home-sec-1 .buttons-wrap{
    gap: 1.302rem;
    position: absolute;
    z-index: 10;
    right: 13.28125rem;
    bottom: 4.0625rem;
}
.home-sec-1 .swiper-pagination{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    bottom: 4.0625rem;
    z-index: 9;
    gap: 0.521rem;
    left: calc(calc(100vw - var(--container-w)) / 2);
    width: max-content;
}
.home-sec-1 .swiper-pagination .swiper-pagination-bullet{
    margin: 0 !important;
    background: #FFF;
}
.home-desc{
    font-weight: 400;
    font-size: 0.885rem;
    line-height: 1.4;
}
.home-sec-2 .container-large{
    padding: 2.083rem 4.167rem 3.021rem;
    margin-top: -5.9375rem;
    position: relative;
    z-index: 5;
}
.home-sec-2 .container-large .flex-box{
    gap: 1.5625rem
}
.home-sec-2 .container-large .item{
    text-align: center;
    max-width: 17.1875rem;
}
.home-sec-2 .container-large .item .icon-wrap img{
    width: auto;
    height: 3.646rem;
    margin-bottom: 0.9375rem;
    transition: all 0.4s;
}
.home-sec-2 .container-large .item .title{
    font-weight: 600;
    font-size: 1.458rem;
    line-height: 1.2;
    margin-bottom: 0.729rem;
}
.home-sec-2 .sec-title-2{
    top: 9.375rem;
    font-weight: 500;
    width: 34.375rem;
    max-width: 100%;
    line-height: 1.2;
}
.home-sec-3{
    padding-top: 9.375rem;
}
.home-sec-3 .title-group{
    margin-bottom: 3.021rem;
}
.home-sec-3 .title-group .sec-title{
    margin-bottom: 0;
    line-height: 1.1;
}
.home-sec-3 .title-group .btn{
    margin-bottom: 0.417rem;
}
.home-sec-4{
    padding-top: 10.417rem;
}
.home-sec-4 .flex-box{
    background: linear-gradient(109.06deg, #21285A 36.39%, #152B81 62.37%, #122A88 89.01%);
    padding: 7.8125rem 6.042rem;
}
.home-sec-4 .flex-box .cont-wrap{
    width: 33.59375rem;
}
.home-sec-4 .flex-box .cont-wrap .sec-title{
    margin-bottom: 1.25rem;
}
.home-sec-4 .flex-box .cont-wrap .sec-desc{
    max-height: 18.229rem;
    overflow: auto;
    line-height: 1.5;
    padding-right: 1.25rem;
}
.home-sec-4 .flex-box .cont-wrap .sec-desc::-webkit-scrollbar-track {
    background-color: #FFFFFF33;
}
.home-sec-4 .flex-box .cont-wrap .sec-desc::-webkit-scrollbar {
    width: 2px;
    background-color: #FFFFFF33;
}
.home-sec-4 .flex-box .cont-wrap .sec-desc::-webkit-scrollbar-thumb {
    background-color: #FFF;
}
.home-sec-4 .img-wrap{
    width: 39.792rem;
    position: absolute;
    right: 4.6875rem;
    bottom: 0;
}
.home-sec-4 .img-wrap .name-card{
    background: #EA2737;
    padding: 1.042rem 1.5625rem;
    position: absolute;
    right: 1.5625rem;
    bottom: 4.6875rem;
}
.home-sec-4 .img-wrap .name-card .name {
    margin-bottom: 0.3125rem;
}
.home-sec-5{
    padding-top: 9.375rem;
}
.home-sec-5 .sec-title{
    margin-bottom: 2.292rem;
}
.home-sec-5 .grid-box{
    grid-gap: 2.8125rem
}
.home-sec-5 .grid-box .item >img{
    position: absolute;
    right: 1.875rem;
    top: 1.667rem;
    z-index: 3;
}
.home-sec-5 .grid-box .item .img-wrap{
    flex-grow: 1;
}
.home-sec-5 .grid-box .item .title{
    margin-bottom: 0.208rem;
}
.home-sec-5 .grid-box .item .sec-desc{
    min-height: 3.958rem;
    margin-bottom: 2.865rem;
}
.home-sec-5 .grid-box .item:first-of-type{
    padding-top: 2.8125rem;
}
.home-sec-5 .grid-box .item:first-of-type .title{
    color: var(--main-cl)
}
.home-sec-5 .grid-box .item:last-of-type{
    background: var(--main-cl);
    padding: 2.8125rem 1.771rem 1.667rem;
    border-radius: 20px;
}
.home-sec-5 .grid-box .item:last-of-type .cont-wrap{
    padding: 0 1.875rem;
}
.home-sec-5 .grid-box .item:last-of-type .sec-desc,
.home-sec-5 .grid-box .item:last-of-type .title{
    color: #FFF;
}
.home-sec-6{
    padding-top: 9.792rem;
}
.home-sec-6 .flex-box{
    background: #212F64;
}
.home-sec-6 .col-right{
    position: relative;
    z-index: 3;
    padding-right: 4.6875rem;
}
.home-sec-6 .col-right .text-white{
    font-weight: 400;
    font-size: 1.5625rem;
    line-height: 1.4;
}
.home-sec-6 .img-wrap{
    width: 39.0625rem;
}
.home-sec-6 .img-wrap.absolute{
    bottom: 0;
    left: 0;
    border-radius: 20px;
}
.home-sec-7 .section-inner{
    border-radius: 0 0 5.208rem 5.208rem;
}
.home-sec-7 .section-inner:before{
    z-index: 2;
    height: 10.417rem;
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(219, 225, 246, 0) 0%, #DBE1F6 100%);
}
.home-sec-7 .cont-wrap{
    width: 43%;
    padding-bottom: 6.25rem;
}
.home-sec-7 .cont-wrap .sec-title-2{
    margin-bottom: 0.417rem;
}
.home-sec-7 .cont-wrap .home-desc{
    margin-bottom: 1.927rem;
}
.home-sec-7 .img-wrap{
    width: 57%;
}
.home-sec-7 .item{
    gap: 0.78125rem;
}
.home-sec-7 .item .icon-wrap{
    width: 3.125rem;
    min-width: 3.125rem;
    height: auto;
    aspect-ratio: 1;
}
.home-sec-7 .item+.item{
    margin-top: 0.677rem;
    padding-top: 0.677rem;
    border-top: 1px solid #00000033;
}
.home-sec-8{
    padding-top: 6.09375rem;
}
.home-sec-8 .grid-box{
    grid-gap: 1.042rem;
}
.home-sec-8 .first-item{
    grid-column: 1/3;
    padding-right: 7.8125rem;
}
.home-sec-8 .first-item .sec-title{
    line-height: 1.1;
}
.home-sec-8 .item{
    padding: 2.1875rem 2.5rem;
    background: #F8F9FF;
}
.home-sec-8 .item .title{
    font-size: 1.5625rem;
    margin-bottom: 1.771rem;
}
.home-sec-8 .item .img-wrap{
    height: 6.458rem;
    width: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    margin-bottom: 1.771rem;
}
.home-sec-9{
    padding-top: 3.646rem;
}
.home-sec-9 .grid-box{
    grid-gap: 1.042rem;
}
.home-sec-9 .item{
    padding: 0.521rem;
}
.home-sec-9 .item .title{
    padding: 0.729rem 1.25rem;
}
.home-sec-9 .sec-title-2{
    margin-bottom: 1.667rem;
}
.home-sec-9 .item{
    display: flex;
    flex-direction: column;
}
.home-sec-9 .item .content{
    padding: 1.302rem 1.5625rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home-sec-9 .item .content .item-child+.item-child{
    padding-top: 0.677rem;
    margin-top: 0.677rem;
    border-top: 1px solid #00000033;
}
.home-sec-9 .item .content .item-child{
    gap: 0.78125rem;
}
.home-sec-9 .item .content .item-child .fs-16{
    margin-bottom: 0.26rem;
}
.home-sec-9 .item .content .item-child .icon-wrap img{
    width: 3.125rem;
    min-width: 3.125rem;
    transition: all 0.4s;
}
.home-sec-10{
    padding-top: 7.708rem;
}
.home-sec-10 .sec-title{
    margin-bottom: 3.646rem;
}
.home-sec-10 .swiper-slide{
    opacity: 0.5 !important;
}
.home-sec-10 .swiper-slide-active,
.home-sec-10 .swiper-slide-next{
    opacity: 1 !important;
}
.home-sec-10 .btn-style-1{
    margin-top: 3.646rem;
}
.home-sec-11{
    padding-top: 7.708rem;
}
.home-sec-11 .title-group{
    margin-bottom: 3.333rem;
}
.home-sec-11 .col-5{
    padding-right: 3.958rem;
}
.home-sec-11 .col-7 .item{
    padding-top: 1.042rem;
    border-top: 1px solid rgba(33, 40, 90, 0.2);
}
.home-sec-11 .col-7 .item .title{
    width: 33%;
    font-size: 1.5625rem;
    line-height: 1.1;
}
.home-sec-11 .col-7 .item .desc{
    width: 45%;
}
.home-sec-11 .col-7 .item+.item{
    margin-top: 2.083rem;

}
.home-sec-11 .title-group{
    margin-bottom: 1.667rem;
}
.home-sec-11 .btn-style-1{
    margin-top: 3.333rem;
}
.home-sec-12 .title-group{
    width: 41.146rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.667rem;
}
.home-sec-12 .section-inner{
    padding: 7.8125rem 0 6.667rem;
    background: linear-gradient(180deg, rgba(219, 225, 246, 0) 0%, #DBE1F6 100%);
    border-radius: 0 0 5.208rem 5.208rem;
}
.home-sec-12 .table-wrap{
    padding: 1.771rem 2.34375rem;
    box-shadow: 2px 2px 20px 0px #212F640D;
}
.home-sec-12 .table-wrap table{
    height: 1px;
}
.home-sec-12 .table-wrap td,
.home-sec-12 .table-wrap th{
    border: none;
    height: 100%;
    padding: 0;
    transition: all 0.4s;
}
.home-sec-12 .table-wrap td:first-of-type,
.home-sec-12 .table-wrap th:first-of-type{
    padding-left: 1.302rem;
    width: 32%;
}
.home-sec-12 .table-wrap th:nth-of-type(2){
    width: 38%;
}
.home-sec-12 .table-wrap td:last-of-type,
.home-sec-12 .table-wrap th:last-of-type{
    padding-right: 1.302rem;
    text-align: right;
}
.home-sec-12 .table-wrap th .cell-inner{
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.40625rem;
    padding: 1.042rem 0;
    color: #656768;
    text-transform: initial;
    border-bottom: 2px solid #21285A;
    height: 100%;
}
.home-sec-12 .table-wrap td .cell-inner{
    padding: 1.042rem 0;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    height: 100%;
    border-bottom: 1px solid #0000001A;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home-sec-12 .table-wrap td:last-of-type .cell-inner,
.home-sec-12 .table-wrap th:last-of-type .cell-inner{
    align-items: flex-end;
}
.home-sec-12 .table-wrap tbody tr:last-of-type td .cell-inner{
    border-bottom: none;
}
.home-sec-12 .table-wrap tbody tr:hover td{
    background: #ECF1FB;
}
.home-sec-12 > .btn{
    transform: translateY(-50%);
    z-index: 5;
}
.home-sec-13{
    padding-top: 8.125rem;
}
.home-sec-13 .sec-title{
    margin-bottom: 1.042rem;
}
.home-sec-13 .questions{
    width: 61.458rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.home-sec-13 .question:first-of-type .ask{
    border-top: none;
}
.home-sec-14{
    padding-top: 8.125rem !important;
}
.similar-job-1{
    padding: 5.625rem 0 5.208rem;
    background: linear-gradient(180deg, rgba(212, 224, 255, 0) 0%, rgba(164, 190, 255, 0.3) 100%);
}
.similar-job-1 .title-group{
    margin-bottom: 2.083rem;
    padding-bottom: 1.823rem;
    border-bottom: 1px solid #0000001A;
}
.similar-job-1 .toggle-terms{
    padding: 0.625rem 1.042rem;
    border: 1px solid var(--main-cl);
    color: var(--main-cl);
    display: flex;
    align-items: center;
    gap: 0.417rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 1.4;
    width: max-content;
}
.similar-job-1 .toggle-terms span.icon{
    display: flex;
    width: 1.042rem;
    height: 1.042rem;
}
.similar-job-1 .terms-wrap .terms{
    position: absolute;
    left: 0;
    top: 100%;
    padding: 2.604rem;
    background: #FFF;
    box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.1);
    width: 48.958rem;
    z-index: 9;
    opacity: 0;
    transform: translateY(1.042rem);
    visibility: hidden;
    pointer-events: none;
    transition: all 0.4s;
}
.similar-job-1 .terms-wrap:hover .terms{
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
    transform: translateY(0);
}
.similar-job-1 .similar-job-filters{
    margin-bottom: 1.042rem;
}
.similar-job-1 .table-wrap{
    padding: 1.042rem 0 3.646rem;
}
.similar-job-1 .table-wrap th{
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.4;
    text-transform: initial;
}
.similar-job-1 .table-wrap th:nth-of-type(1){
    width: 28%;
}
.similar-job-1 .table-wrap th:nth-of-type(2),
.similar-job-1 .table-wrap th:nth-of-type(3){
    width: 23%;
}
.similar-job-1 .table-wrap table{
    height: 1px;
}
.similar-job-1 .table-wrap .cell-inner{
    padding: 1.042rem 0;
    height: 100%;
    border-bottom: 1px solid #0000001A;
    padding-right: 1.823rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.similar-job-1 .table-wrap th,
.similar-job-1 .table-wrap td{
    border: none;
    height: 100%;
    padding: 0;
}
.similar-job-1 .table-wrap th:first-of-type,
.similar-job-1 .table-wrap td:first-of-type{
    padding-left: 2.604rem;
}
.similar-job-1 .table-wrap th:last-of-type,
.similar-job-1 .table-wrap td:last-of-type{
    text-align: right;
    padding-right: 2.604rem;
}
.similar-job-1 .table-wrap th:last-of-type .cell-inner,
.similar-job-1 .table-wrap td:last-of-type .cell-inner{
    padding-right: 0;
    align-items: flex-end;
}
.similar-job-1 .table-wrap .code{
    margin-top: 0.3125rem;
}
.similar-job-1 .title-group .col-7{
    padding-right: 3.125rem;
}
.similar-job-2{
    padding: 4.53125rem 0 8.646rem;
}
.similar-job-2 .sec-title{
    margin-bottom: 2.5rem;
}
.similar-job-2 .document-review-banner{
    margin-top: 8.542rem;
}
.similar-job-2 .table-wrap{
    padding: 2.292rem 2.865rem 1.25rem;
    box-shadow: 2px 2px 20px 0px #212F6414;
}
.similar-job-2 .table-wrap table th{
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 1.40625rem;
    text-transform: initial;
    color: var(--main-cl);
    padding: 1.042rem 0;
}
.similar-job-2 .table-wrap table td{
    font-size: 0.9375rem;
    line-height: 1.40625rem;
    padding: 1.042rem 0;
    vertical-align: top;
    color: #333333;
}
.similar-job-2 .table-wrap table tbody tr:last-of-type td{
    border-bottom: none !important;
}
.similar-job-2 .table-wrap table td .code{
    font-size: 0.78125rem;
    line-height: 1.2;
    margin-top: 0.208rem;
}
section.roadmap{
    padding: 6.25rem 0 6.51rem;
}
section.roadmap .title-group{
    margin-bottom: 2.292rem;
    width: 44.792rem;
    max-width: 100%;
}
section.roadmap .title-group .sec-desc{
    font-size: 1.042rem;
}
section.roadmap .roadmap-swiper-wrap{
    margin-bottom: 2.292rem;
}
.roadmap-swiper-wrap .roadmap-stages{
    gap: 1.042rem;
    margin-bottom: 2.083rem;
}
.roadmap-swiper-wrap .roadmap-stages .stage span{
    width: 0;
    margin: 0;
    transition: all 0.4s;
    font-weight: 500;
    font-size: 1.042rem;
    line-height: 1.25rem;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    color: #FFF;
    white-space: nowrap;
}
.roadmap-swiper-wrap .roadmap-stages .stage{
    border-radius: 50px;
    height: 2.34375rem;
    font-size: 0;
    min-width: 2.34375rem;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--sub-cl);
    transition: all 0.4s;
    cursor: pointer;
}
.roadmap-swiper-wrap .roadmap-stages .stage:hover,
.roadmap-swiper-wrap .roadmap-stages .stage.active{
    padding-left: 1.302rem;
    padding-right: 1.302rem;
}
.roadmap-swiper-wrap .roadmap-stages .stage:hover span,
.roadmap-swiper-wrap .roadmap-stages .stage.active span{
    width: 3.125rem;
}
.roadmap-swiper-wrap .roadmap-swiper{
    overflow: unset;
    padding-right: 4.323rem;
    margin-left: -0.521rem;
}
.roadmap-swiper-wrap .roadmap-swiper .swiper-slide{
    padding: 0 0.521rem;
    opacity: 0;
    transition: all 0.4s;
}
.roadmap-swiper-wrap .roadmap-swiper .swiper-slide-active,
.roadmap-swiper-wrap .roadmap-swiper .swiper-slide-next{
    opacity: 1;
}
.roadmap-swiper-wrap .roadmap-swiper .swiper-slide-next+.swiper-slide{
    opacity: 0.5;
}
.roadmap-swiper-wrap .roadmap-swiper .item {
    display: flex;
    align-items: center;
    gap: 1.042rem;
}
.roadmap-swiper-wrap .roadmap-swiper .item svg{
    width: 2.865rem;
    min-width: 2.865rem;
}
.roadmap-swiper-wrap .roadmap-swiper .item .item-inner{
    padding: 1.146rem 3.4375rem 1.146rem 0.9375rem;
    background: #F5F7FF;
    display: flex;
    gap: 1.667rem;
}
.roadmap-swiper-wrap .roadmap-swiper .item .item-inner .time{
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    min-height: 10.417rem;
    padding: 0.78125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.roadmap-swiper-wrap .roadmap-swiper .item .item-inner .cont-wrap{
    padding: 0.417rem 0;
}
.roadmap-swiper-wrap .roadmap-swiper .item .item-inner .cont-wrap .title{
    font-weight: 600;
    font-size: 1.5625rem;
    line-height: 1.3;
    margin-bottom: 0.104rem;
}
.roadmap-swiper-wrap .roadmap-swiper .item .item-inner .cont-wrap .price{
    margin-bottom: 0.625rem;
}
.roadmap-swiper-wrap .roadmap-swiper .item .item-inner .cont-wrap .desc{
    margin-top: auto;
}
.roadmap-details{
    padding-top: 1.667rem;
    margin-top: 3.229rem;
    border-top: 1px solid #0000001A;
}
.roadmap-details .item+.item{
    margin-top: 2.083rem;
}
.roadmap-details .item .title{
    margin-bottom: 0.833rem;
    font-weight: 700;
    font-size: 1.667rem;
    line-height: 1.4;
}
.roadmap-details .item .box-content p{
    margin-bottom: 0.833rem;
}
.roadmap-details .item .box-content b{
    font-weight: 700;
}
.roadmap .roadmap-error{
    padding-top: 2.604rem;
    margin-top: 2.604rem;
    border-top: 1px solid #0000001A;
}
.roadmap .roadmap-error .cont-wrap{
    padding: 2.708rem 3.75rem;
    background: #EA27370D;
    border: 1px solid #EA27374D
}
.roadmap .roadmap-error .cont-wrap .sec-title-3{
    padding-bottom: 1.302rem;
    margin-bottom: 1.302rem;
    border-bottom: 1px solid #EA27374D;
}
.roadmap .document-review-banner{
    margin-top: 8.958rem;
}
.side-menu{
    position: absolute;
    left: 0;
    top: 6.25rem;
    width: 11.458rem;
    height: 95%;
}
.side-menu .sticky-box{
    padding: 1.042rem 1.042rem 0.521rem;
    background: #F8F4FF;
    border-radius: 0 20px 20px 0;
}
.side-menu .sticky-box .heading{
    margin-bottom: 0.9375rem;
    justify-content: space-between;
}
.side-menu .sticky-box .heading .toogle-side-menu{
    cursor: pointer;
}
.side-menu .sticky-box ul > li{
    margin: 0;
}
.side-menu .sticky-box ul > li+li > a{
    border-top: 0.052rem solid #00000033;
}
.side-menu .sticky-box ul > li > a{
    padding: 0.521rem 0;
    font-weight: 500;
    font-size: 0.885rem;
    line-height: 1.042rem;
    display: block;
}
.side-menu .sticky-box ul > li > a > span{
    position: relative;
}
.side-menu .sticky-box ul > li > a > span:before{
    width: 2px;
    height: 100%;
    position: absolute;
    content: '';
    background: var(--main-cl);
    opacity: 0;
    left: 0;
    top: 0;
}
.side-menu .sticky-box ul > li.current-menu-item > a > span{
    padding-left: 0.625rem;
}
.side-menu .sticky-box ul > li.current-menu-item > a > span:before{
    opacity: 1;
}
.program-overview > section{
    padding-top: 5.208rem;
}
.program-overview > section.program-hero .title-group{
    width: 48.646rem;
    max-width: 100%;
    margin-bottom: 2.083rem;
}
.program-overview > section.program-esta_intro .col-6:nth-of-type(1){
    padding-right: 3.646rem;
}
.program-overview > section.program-esta_intro .col-6:nth-of-type(2){
    padding-left: 1.042rem;
}
.program-overview > section.program-foundation .title-group{
    margin-bottom: 1.5625rem;
}
.program-overview > section.program-foundation .swiper{
    margin: 0 -0.521rem;
}
.program-overview > section.program-foundation .swiper-slide{
    padding: 0 0.521rem;
}
.program-overview > section.program-foundation .item{
    border: 1px solid #9CA3D0;
    padding: 2.083rem 2.34375rem 2.604rem;
}
.program-overview > section.program-foundation .item .count{
    font-size: 2.34375rem;
    line-height: 1.2;
    margin-bottom: 0.208rem;
}
#main .program-overview > section.program-suitable .swiper-progress,
#main .program-overview > section.program-foundation .swiper-progress{
    margin-top: 2.083rem;
    background: #21285A33;
}
#main .program-overview > section.program-suitable .swiper-pagination-progressbar-fill,
#main .program-overview > section.program-foundation .swiper-pagination-progressbar-fill{
    background: var(--main-cl);
}
.program-overview > section.program-foundation .item .sec-title-4{
    padding-right: 5.625rem;
    margin-bottom: 0.417rem;
}
.program-overview > section.program-jobs .table-wrap{
    border-radius: 1.042rem;
    overflow: hidden;
    margin-top: 1.5625rem;
    border: 1px solid #F0F0F0;
}
.program-overview > section.program-jobs .table-wrap table{
    margin-bottom: 0;
}
.program-overview > section.program-jobs .table-wrap th{
    background: var(--main-cl);
    text-transform: initial;
    padding: 1.042rem 2.604rem;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.4;
    color: #FFF;
}
.program-overview > section.program-jobs .table-wrap td{
    border: none;
    padding: 1.042rem 2.604rem;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.4;
    color: #333;
    vertical-align: top;
}
.program-overview > section.program-jobs .table-wrap th:last-of-type,
.program-overview > section.program-jobs .table-wrap td:last-of-type{
    text-align: right;
}
.program-overview > section.program-jobs .table-wrap tr:nth-of-type(even) td{
    background: #EEF3FF;
}
.program-overview > section.program-suitable .swiper{
    margin: 0 -0.521rem;
}
.program-overview > section.program-suitable .swiper-slide{
    padding: 0 0.521rem;
}
.program-overview > section.program-benefit .title-group{
    margin-bottom: 1.5625rem;
}
.program-overview > section.program-suitable .swiper-slide .img-wrap{
    margin-bottom: 1.042rem;
}
.program-overview > section.document-review-sec{
    padding-top: 9.6875rem;
}
.program-overview > section:last-of-type{
    padding-bottom: 6.51rem;
}
.research-page{
    padding: 5.208rem 0 6.25rem;
}
.research-page .title-group{
    padding-bottom: 1.25rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #0000001A;
}
.research-page .tabs-container{
    margin-bottom: 8.333rem;
}
.research-page .tabs-container .tabs-title{
    gap: 0.625rem;
    margin-bottom: 2.083rem;
}
.research-page .tabs-container .tab-title{
    padding: 0.417rem 1.25rem;
    border-radius: 50px;
    border: 1px solid rgba(33, 40, 90, 0.4);
    font-size: 0.9375rem;
    line-height: 1.4;
    font-weight: 500;
    color: var(--main-cl);
    transition: all 0.4s;
    cursor: pointer;
}
.research-page .tabs-container .tab-title:hover,
.research-page .tabs-container .tab-title.active{
    background: var(--main-cl);
    color: #FFF;
}
.research-page .tabs-container .grid-box{
    gap: 1.25rem 1.667rem;
}
.research-page .tabs-container .grid-box .item{
    padding: 1.25rem;
    border: 1px solid rgba(33, 40, 90, 0.4);
}
.research-page .tabs-container .grid-box .item .title{
    font-weight: 600;
    font-size: 1.042rem;
    line-height: 1.3;
    margin-bottom: 0.208rem;
    padding-right: 0.833rem;
}
.research-page .tabs-container .grid-box .item > svg{
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    width: 1.25rem;
    height: auto;
}
.research-page .tabs-container .grid-box .item .desc{
    font-size: 0.833rem;
    line-height: 1.3;
    font-weight: 400;
    color: #666;
}
@media (min-width: 1200px) {
    .research-page .tabs-container .grid-box .item:hover{
        border-color: var(--sub-cl);
    }
    .research-page .tabs-container .grid-box .item:hover .title{
        color: var(--sub-cl);
    }
    .program-overview > section.program-foundation .item:hover{
        background: var(--main-cl);
    }
    .program-overview > section.program-foundation .item:hover .ts-04{
        color: #FFF;
    }
    .terminology-sec .terminology-filters .filtered .reset-filter:hover svg{
        transform: rotate(-180deg);
    }
    .terminology-item:hover{
        background: #f8faff;
    }
    .terminology-sec .terminology-filters .filters-wrap .toggle-terms:hover svg{
        transform: rotate(90deg);
    }
    .arrow-button:hover{
        padding: 0.625rem 1.25rem;
        background: var(--sub-cl);
        color: #FFF;
    }
    .arrow-button:hover svg{
        transform: rotate(45deg);
    }
    .arrow-button:hover path{
        stroke: #FFF;
    }
    .btn.btn-style-1:hover{
        background: var(--main-cl);
    }
    .btn.btn-style-1.type-2:hover{
        color: #FFF;
    }
    .btn.btn-style-1:hover svg{
        transform: rotate(72deg);
    }
    .btn.btn-style-2:hover svg [fill]{
        fill: var(--main-cl);
    }
    .btn.btn-style-2:hover svg [stroke]{
        stroke: var(--main-cl);
    }
    .btn.btn-style-2:hover{
        background: #FFF;
        color: var(--main-cl);
    }
    .btn.btn-style-3:hover{
        background: var(--sub-cl);
        color: #FFF;
    }
    body, html {
        font-size: 1vw;
    }
    .contact-2 .grid-box .item:hover .icon-wrap img{
        transform: rotateY(360deg);
    }
    .post-item:hover .post-title{
        color: var(--sub-cl);
    }
    .list-jobs .job-item:hover .img-wrap img,
    .post-item:hover .img-wrap img{
        transform: scale(1.1);
    }
    .home-sec-2 .container-large .item:hover .icon-wrap img,
    .home-sec-9 .item .content .item-child:hover .icon-wrap img,
    .home-sec-7 .item:hover .icon-wrap img{
        transform: rotateY(360deg);
    }
    .home-sec-8 .item:hover{
        background: var(--main-cl);
    }
    .home-sec-8 .item:hover .title,
    .home-sec-8 .item:hover .desc{
        color: #FFF;
    }
    footer#footer .back-to-top:hover{
        background: var(--main-cl);
    }
    footer#footer .back-to-top:hover path{
        stroke: #FFF;
    }
    .fixed-hotline:hover{
        background: var(--main-cl);
    }
}
@media only screen and (max-width: 1199px){
    :root{
        --container-w: 59.375rem;
    }
    header .header-wrapper #masthead .header-nav-main {
        gap: 0.75rem
    }
    header .header-wrapper #masthead .header-nav-main > li > a:not(.btn){
        font-size: 0.75rem;
    }
    header .container{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    header .header-wrapper #masthead .header-nav-main > li > a.btn .text{
        display: none !important;
    }
    header .header-wrapper #masthead #logo > a > img{
        height: 1.5rem;
    }
    header .header-wrapper #masthead #logo > a > span img{
        height: 1rem;
    }
    header .header-wrapper #masthead #logo > a > span{
        padding-left: 0.5rem;
        margin-left: 0.5rem;
    }
    .container-large{
        width: var(--container-w);
    }
    .home-sec-2 .container-large{
        margin-top: -2rem;
        padding: 2rem;
    }
    .home-sec-2 .container-large .flex-box{
        gap: 2rem;
    }
    .home-sec-2 .container-large .item .title{
        font-size: 1.5rem;
    }
    .home-sec-2 .sec-title-2{
        top: 4rem;
    }
    .home-sec-3{
        padding-top: 5rem;
    }
    .home-sec-1 .banner-cont .banner-title,
    .sec-title{
        font-size: 2.5rem;
    }
    .home-sec-4{
        padding-top: 5rem;
    }
    .home-sec-4 .flex-box{
        padding: 4rem 3rem;
    }
    .home-sec-4 .flex-box .cont-wrap{
        width: 26rem;
    }
    .home-sec-4 .img-wrap{
        width: 29rem;
        right: 2rem;
    }
    .home-sec-5{
        padding-top: 5rem;
    }
    .home-sec-7 .cont-wrap{
        padding-bottom: 3rem;
        padding-top: 4rem;
    }
    .home-sec-7 .img-wrap{
        width: 70%;
        margin-left: -13%;
    }
    .home-sec-8 .first-item{
        padding-right: 3rem;
    }
    .home-sec-8 .item{
        padding: 1rem;
    }
    .home-sec-10{
        padding-top: 5rem;
    }
    .home-sec-10 .sec-title{
        margin-bottom: 1.5rem;
    }
    .home-sec-10 .btn-style-1{
        margin-top: 1.5rem;
    }
    .roadmap-swiper-wrap .roadmap-swiper {
        padding-right: 0;
    }
    .home-sec-11{
        padding-top: 5rem;
    }
    .home-sec-11 .col-7 .item {
        padding-top: 1rem;
    }
    .home-sec-11 .col-7 .item+.item{
        margin-top: 1rem;
    }
    .home-sec-11 .col-5{
        padding-right: 2rem;
    }
    .home-sec-11 .col-7 .item .title{
        width: 42%;
    }
    .home-sec-12 .section-inner{
        padding: 5rem 0;
        border-radius: 0 0 30px 30px;
    }
    .home-sec-13{
        padding-top: 5rem;
    }
    section[class*='contact-']:last-of-type{
        padding-bottom: 5rem;
    }
    .home-sec-14{
        padding-top: 5rem !important;
    }
    .contact-1 .cont-wrap .contact-form{
        padding: 2rem 0 2rem 2rem;
    }
    footer#footer .footer-top .col-4{
        padding-right: 2rem;
    }
    footer#footer .footer-top .col-2+.col-3{
        padding-left: 1.5rem;
    }
    footer#footer .footer-top .footer-menu > li > a{
        font-size: 0.8rem;
    }
    .home-sec-1 .buttons-wrap{
        right: 2rem;
        bottom: 2rem;
    }
    .home-sec-1 .swiper-pagination{
        bottom: 2rem;
    }
    .home-sec-1 .banner-cont{
        bottom: 4rem;
    }
    .home-sec-6 {
        padding-top: 5rem;
    }
    .page-banner .banner-cont .banner-title{
        font-size: 2.5rem;
    }
    .about-1{
        padding-top: 5rem;
    }
    .about-3,
    .about-2{
        padding: 5rem 0;
    }
    .about-3 .col-4 {
        padding-right: 3.5rem;
    }
    .about-3 .col-12 .text-wrap{
        margin-top: 3rem;
        padding: 3rem 5rem;
    }
    .checklist-page .checklist .item .checkbox-custom{
        margin-right: 1rem;
    }
    .estimate-sec-1 > .img-wrap{
        margin-top: -6rem;
    }
    .tool-form input{
        height: 3rem;
    }
    .estimate-sec-2{
        padding: 5rem 0;
    }
    .estimate-sec-1{
        padding-top: 5rem;
    }
    .priority-sec-1{
        padding: 5rem 0;
    }
    .side-menu{
        display: none !important;
    }
    .program-overview > section.program-esta_intro .col-6:nth-of-type(1){
        padding-right: 0;
    }
    .program-overview > section.program-foundation .item .sec-title-4{
        padding-right: 0;
    }
    .document-review-banner .col-left{
        padding: 1.5rem 0 1.5rem 2rem;
    }
    .document-review-banner .img-wrap{
        width: 100%;
        height: auto;
        aspect-ratio: 347/211;
    }
    .document-review-banner > .img-wrap{
        width: 50%;
    }
    section.roadmap{
        padding: 5rem 0;
    }
    .job-details-2 .col-4{
        padding-left: 2rem;
    }
    .job-details-2 .col-4 .title{
        font-size: 1rem;
    }
    .job-details-2 .group.compare .grid-box{
        grid-gap: 1rem
    }
    .news-page .posts-grid{
        grid-gap: 2rem
    }
    .contact-2 .col-5{
        padding-right: 2rem;
    }
    .contact-2 .grid-box{
        grid-template-columns: auto auto;
    }
    .contact-2 .grid-box .item:nth-of-type(5):last-of-type{
        grid-column: 1/3;
    }
    .contact-3,
    .contact-2{
        padding-top: 5rem;
    }
    .faqs-sec .col-4{
        padding-right: 2rem;
    }
    .faqs-sec .tabs-content .heading-group{
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem
    }
}
@media only screen and (max-width: 991px){
    :root{
        --container-w: 45rem;
    }
    .tablet-col-1{flex:0 0 auto;width:8.33333333% !important}
    .tablet-col-2{flex:0 0 auto;width:16.66666667% !important}
    .tablet-col-3{flex:0 0 auto;width:25% !important}
    .tablet-col-4{flex:0 0 auto;width:33.33333333% !important}
    .tablet-col-5{flex:0 0 auto;width:41.66666667% !important}
    .tablet-col-6{flex:0 0 auto;width:50% !important}
    .tablet-col-7{flex:0 0 auto;width:58.33333333% !important}
    .tablet-col-8{flex:0 0 auto;width:66.66666667% !important}
    .tablet-col-9{flex:0 0 auto;width:75% !important}
    .tablet-col-10{flex:0 0 auto;width:83.33333333% !important}
    .tablet-col-11{flex:0 0 auto;width:91.66666667% !important}
    .tablet-col-12{flex:0 0 auto;width:100% !important}
    .tablet-flex-col{
        flex-direction: column;
    }
    .tablet-grid-3{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .tablet-grid-2{
        grid-template-columns: 1fr 1fr;
    }
    .tablet-grid-1{
        grid-template-columns: 1fr;
    }
    .tablet-col-reverse{
        flex-direction: column-reverse;
    }
    .tablet-text-center{
        text-align: center;
    }
    .tablet-al-center{
        align-items: center;
    }
    .tablet-jus-center{
        justify-content: center;
    }
    .tablet-flex-wrap{
        flex-wrap: wrap;
    }
    .load_home_page svg {
        width: 320px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .header-main li.html.custom{
        display: block !important;
    }
    .header-main li.html.custom .text{
        display: none !important;
    }
    #header #masthead .mobile-nav .nav-icon > a{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 36px;
        height: 24px;
        align-items: flex-start;
        padding: 0;
    }
    #header #masthead .mobile-nav .nav-icon > a span{
        width: 100%;
        height: 2px;
        background-color: #333;
        transition: all 0.4s;
    }
    #header #masthead .mobile-nav .nav-icon > a span:nth-of-type(1){
        width: 100%;
    }
    #header #masthead .mobile-nav .nav-icon > a span:nth-of-type(3){
        width: 75%;
    }
    #header #masthead .mobile-nav .nav-icon > a span:nth-of-type(2){
        width: 50%;
    }
    #header #masthead .mobile-nav .nav-icon > a.active span:nth-of-type(2),
    .has-off-canvas #header #masthead .mobile-nav .nav-icon > a span:nth-of-type(2){
        opacity: 0;
    }
    #header #masthead .mobile-nav .nav-icon > a.active span:nth-of-type(1),
    .has-off-canvas #header #masthead .mobile-nav .nav-icon > a span:nth-of-type(1){
        transform: rotate(45deg) translate(8px, 8px);
    }
    #header #masthead .mobile-nav .nav-icon > a.active span:nth-of-type(3),
    .has-off-canvas #header #masthead .mobile-nav .nav-icon > a span:nth-of-type(3){
        width: 100%;
        transform: rotate(135deg) translate(-7px, 8px);
    }
    #header #masthead .mobile-nav .nav-icon > a:before {
        content: unset !important;
    }
    #header #masthead .mobile-nav .nav-icon > a i {
        display: none;
    }
    header .header-wrapper #masthead li.header-search svg{
        width: 1.65rem;
    }
    header .header-wrapper #masthead #logo > a > img{
        height: 2rem;
    }
    header .header-wrapper #masthead #logo > a > span img{
        height: 1.5rem;
    }
    #main-menu{
        position: fixed;
        left: 0;
        z-index: 99999999999;
        display: block !important;
        background-color: rgba(0, 0, 0, 0.7);
        width: 100vw;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        transition: all 0.4s;
    }
    #main-menu .sidebar-menu{
        height: 100%;
        overflow: auto;
        width: 40%;
        background-color: #FFF;
        transition: all 0.4s;
        transform: translateX(-100%);
        margin-right: auto;
    }
    #main-menu .sidebar-menu > ul > li > a svg{
        width: 1.6rem;
        height: auto;
        margin-left: 4px;
    }
    #main-menu .sidebar-menu > ul > li{
        transition: all 0.3s !important;
    }
    #main-menu .sidebar-menu ul.header-contact > li > a,
    #main-menu .sidebar-menu > ul > li > a{
        padding-left: 16px !important;
        color: #241F20 !important;
        background-color: #FFF !important;
        font-size: 1rem !important;
        text-transform: initial;
        transition: all 0.3s !important;
        font-weight: 700;
    }
    #main-menu .sidebar-menu ul.header-contact > li{
        padding: 0;
    }
    #main-menu .sidebar-menu ul.header-contact > li > a{
        display: flex;
        align-items: center;
        gap: 8px;
    }
    #main-menu .sidebar-menu > ul > li > a{
        background: transparent !important;
    }
    #main-menu .sidebar-menu > ul > li.active,
    #main-menu .sidebar-menu > ul > li.current-menu-item{
        background-color: var(--main-cl) !important;
    }
    #main-menu .sidebar-menu > ul > li.active > button,
    #main-menu .sidebar-menu > ul > li.current-menu-item > button,
    #main-menu .sidebar-menu > ul > li.active > a,
    #main-menu .sidebar-menu > ul > li.current-menu-item > a{
        color: #FFF !important;
    }
    #main-menu .sidebar-menu > ul > li.current-menu-item > a svg path[stroke] {
        stroke: #FFF;
    }
    #main-menu .sidebar-menu > ul > li.current-menu-item > a svg path[fill]{
        fill: #FFF;
    }
    #main-menu .sidebar-menu > ul > li > ul{
        background: #f5f5f5;
        padding-bottom: 0;
        padding-left: 1rem;
        transform: unset;
    }
    #main-menu .sidebar-menu > ul ul > li{
        padding-left: 10px;
    }
    #main-menu .sidebar-menu > ul ul > li > a{
        font-size: 1rem !important;
        padding: 5px 0;
    }
    #main-menu.active .sidebar-menu{
        transform: translateX(0);
    }
    #main-menu.active{
        opacity: 1;
        pointer-events: unset;
        visibility: visible;
    }
    header#header .header-wrapper #masthead{
        height: 70px;
    }
    .home-sec-2 .container-large{
        margin-top: 2rem;
    }
    .home-sec-2 .container-large .flex-box{
        flex-wrap: wrap;
    }
    .home-sec-2 .container-large .flex-box .item{
        width: calc(50% - 1rem);
    }
    .sec-title-2{
        font-size: 1.65rem;
    }
    .home-sec-2 .sec-title-2{
        width: 22rem;
        top: 4rem;
    }
    .list-jobs .job-item > .flex-box{
        flex-wrap: wrap;
    }
    .list-jobs .job-item .img-wrap{
        width: 100%;
        min-width: 100%;
    }
    .list-jobs .job-item .cont-wrap{
        padding-right: 0;
        padding-bottom: 2rem;
    }
    .home-sec-4 .flex-box{
        padding: 2rem 1.5rem;
    }

    .home-sec-4 .img-wrap{
        right: 0;
        width: 22rem;
    }
    .home-sec-4 .flex-box .cont-wrap{
        width: 23rem;
    }
    .home-sec-4 .img-wrap .name-card{
        bottom: 2rem;
        padding: 0.5rem 1rem;
    }
    .home-sec-5 .grid-box .item:first-of-type{
        padding-top: 0;
    }
    .home-sec-5 .grid-box .item .sec-desc{
        margin-bottom: 1.5rem;
        min-height: unset;
    }
    .home-sec-7 .img-wrap{
        margin-left: 0;
    }
    .home-sec-7 .cont-wrap{
        padding-right: calc(calc(100vw - var(--container-w)) / 2);
    }
    .home-sec-6 .col-right{
        padding-right: 2rem;
    }
    .home-sec-6 .col-right .text-white{
        font-size: 1.125rem;
    }
    .home-sec-6 .img-wrap{
        width: 28rem;
    }
    .home-sec-8 .first-item{
        grid-column: 1/4;
        padding-right: 0;
        padding-bottom: 2rem;
    }
    .home-sec-9 .item .title{
        font-size: 1.125rem;
        padding: 0.7rem;
    }
    .home-sec-11 .col-7 .item .title{
        font-size: 1.4rem;
    }
    .home-sec-12 .table-wrap{
        padding: 1rem;
    }
    .home-sec-12 .table-wrap td .cell-inner,
    .home-sec-12 .table-wrap th .cell-inner{
        font-size: 0.75rem;
    }
    .home-sec-12 .table-wrap td:first-of-type, .home-sec-12 .table-wrap th:first-of-type{
        padding-left: 0;
    }
    .home-sec-12 .table-wrap td:last-of-type, .home-sec-12 .table-wrap th:last-of-type{
        padding-right: 0;
    }
    .page-banner .banner-cont .banner-title,
    .home-sec-1 .banner-cont .banner-title,
    .sec-title{
        font-size: 2.25rem;
    }
    .contact-1 .cont-wrap .contact-form{
        padding: 2rem;
        width: 100%;
    }
    .home-sec-1 .banner-cont{
        bottom: unset;
        left: unset;
        padding: 2rem 1rem 5rem;
        position: relative !important;
        width: 100%;
    }
    .home-sec-1 .banner-cont .banner-title{
        color: var(--main-cl);
    }
    .home-sec-1 .banner-cont .banner-desc{
        color: #333;
    }
    .home-sec-1 .buttons-wrap{
        right: unset;
        bottom: 1rem;
        left: 1rem;
    }
    footer#footer .footer-top .col-4 .logos span:nth-of-type(1) img{
        height: 4rem;
    }
    footer#footer .footer-top .col-4 .logos span:nth-of-type(2) img{
        height: 2rem;
    }
    footer#footer .footer-top .col-4 .logos span+span{
        padding-left: 1rem;
        margin-left: 1rem;
    }
    footer#footer .footer-top .col-4 .logos span+span:before{
        height: 2.5rem;
    }
    .about-3 .col-4{
        padding-right: 0.5rem;
    }
    .evaluate-content{
        padding: 2rem 3rem;
    }
    .evaluate-questions .question-item .question{
        font-size: 1.4rem;
        margin-bottom: 0.5rem;
    }
    .estimate-sec-2 .sec-title{
        margin-bottom: 1.5rem;
    }
    .estimate-sec-2 .btn-style-1{
        margin-top: 1.5rem;
    }
    .program-overview > section{
        padding-top: 4rem;
    }
    .program-overview > section.program-jobs .table-wrap th,
    .program-overview > section.program-jobs .table-wrap td{
        padding: 0.5rem 0.75rem;
    }
    .program-overview > section:last-of-type{
        padding-top: 5rem;
        padding-bottom: 4rem;
    }
    .document-review-banner .img-wrap{
        display: none !important;
    }
    .document-review-banner .col-left{
        padding: 1.5rem 2rem;
    }
    .roadmap-details .item .title{
        font-size: 1.4rem;
    }
    .roadmap .roadmap-error .cont-wrap{
        padding: 1.5rem 2rem;
    }
    .roadmap .document-review-banner{
        margin-top: 3rem;
    }
    .visa-bulletin-1{
        padding-top: 3.5rem;
    }
    .visa-bulletin-1 .col-6:nth-of-type(2){
        padding-left: 1.5rem;
    }
    .visa-bulletin-1 .card-wrap .card-content .last-value .item .value{
        font-size: 1.25rem;
    }
    .visa-bulletin-2{
        padding: 3.5rem 0;
    }
    .visa-bulletin-2 .title-group{
        margin-bottom: 2rem;
    }
    .nk-chart-wrap .nk-area-chart{
        max-height: 350px;
    }
    .visa-bulletin-4 .col-4{
        padding-left: 0;
    }
    .visa-bulletin-4 .table-wrap{
        margin-bottom: 3rem;
    }
    .visa-bulletin-3{
        padding-bottom: 3.5rem;
    }
    .jobs-sec-1 .heading-group .sec-desc{
        padding: 0;
    }
    .jobs-sec-2 .market-table-wrap{
        padding: 1rem 1.5rem;
    }
    .jobs-sec-2 .market-table-wrap table th{
        white-space: nowrap;
    }
    .page-banner.job-details-1 .img-wrap img{
        min-height: 400px;
    }
    .box-content h2{
        font-size: 1.75rem;
    }
    .box-content h3{
        font-size: 1.5rem;
    }
    .box-content h4{
        font-size: 1.25rem;
    }
    .job-details-2 .col-4 .price span{
        font-size: 1.75rem;
    }
    .job-details-2 .col-4{
        padding-left: 1rem;
    }
    .job-details-2 .group .highlight-box,
    .job-details-2 .group.compare .grid-box > div{
        padding: 1rem 1.5rem;
    }
    .job-details-2 .group .table-styled tr > *:last-of-type,
    .job-details-2 .group .table-styled tr > *:first-of-type{
        padding: 1rem 0.5rem;
    }
    .job-details-2 .document-review-banner{
        margin-top: 3rem;
    }
    .job-details-2{
        padding: 3.5rem 0;
    }
    .news-page{
        padding: 3.5rem 0;
    }
    .terminologies-grid{
        grid-gap: 1.5rem;
        margin-bottom: 3rem;
    }
    .terminology-sec .terminology-filters .filters-wrap .terms-wrap .terms{
        width: var(--container-w);
    }
    .terminology-sec{
        padding: 3.5rem 0;
    }
    .contact-1{
        padding-top: 3.5rem;
    }
    .faqs-sec{
        padding: 3.5rem 0;
    }
    .hide-tablet{
        display: none !important;
    }
    .faqs-sec .tabs-content .heading-group .count{
        display: none !important;
    }
    .faqs-sec .tabs-container .tab-content{
        display: block !important;
    }
    .faqs-sec .tabs-content .heading-group .title{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .faqs-sec .tabs-content .heading-group .title span{
        text-transform: initial;
    }
    .faqs-sec .tabs-content .heading-group.active svg{
        transform: rotate(180deg);
    }
    .faqs-sec .tabs-content .questions{
        display: none;
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
        border-bottom: 1px solid rgba(33, 40, 90, 0.5);
    }
    .similar-job-1{
        padding: 3.5rem 0;
    }
    .similar-job-1 .table-wrap th:first-of-type, .similar-job-1 .table-wrap td:first-of-type{
        padding-left: 1rem;
    }
    .similar-job-1 .table-wrap th:last-of-type, .similar-job-1 .table-wrap td:last-of-type{
        padding-right: 1rem;
    }
    .similar-job-1 .table-wrap .cell-inner{
        padding: 0.5rem 1rem 0.5rem 0;
    }
    .similar-job-1 .table-wrap th{
        font-size: 0.75rem;
        white-space: nowrap;
    }
    .similar-job-1 .table-wrap .fs-22{
        font-size: 1rem;
    }
    .similar-job-2 .table-wrap{
        padding: 1.5rem 1rem;
    }
}
@media only screen and (max-width: 767px){
    :root{
        --container-w: 100%;
    }
    .grid-container{
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mobile-col-1{flex:0 0 auto;width:8.33333333% !important;}
    .mobile-col-2{flex:0 0 auto;width:16.66666667% !important;}
    .mobile-col-3{flex:0 0 auto;width:25% !important;}
    .mobile-col-4{flex:0 0 auto;width:33.33333333% !important;}
    .mobile-col-5{flex:0 0 auto;width:41.66666667% !important;}
    .mobile-col-6{flex:0 0 auto;width:50% !important;}
    .mobile-col-7{flex:0 0 auto;width:58.33333333% !important;}
    .mobile-col-8{flex:0 0 auto;width:66.66666667% !important;}
    .mobile-col-9{flex:0 0 auto;width:75% !important;}
    .mobile-col-10{flex:0 0 auto;width:83.33333333% !important;}
    .mobile-col-11{flex:0 0 auto;width:91.66666667% !important;}
    .mobile-col-12{flex:0 0 auto;width:100% !important;}
    .mobile-flex-col{
        flex-direction: column;
    }
    .mobile-al-center{
        align-items: center;
    }
    .mobile-al-start{
        align-items: flex-start;
    }
    .mobile-al-end{
        align-items: flex-end;
    }
    .mobile-jus-start{
        justify-content: flex-start;
    }
    .mobile-jus-end{
        justify-content: flex-end;
    }
    .mobile-jus-center{
        justify-content: center;
    }
    .mobile-jus-between{
        justify-content: space-between;
    }

    .mobile-grid-2{
        grid-template-columns: 1fr 1fr;
    }
    .mobile-grid-1{
        grid-template-columns: 1fr;
    }
    .mobile-col-reverse{
        flex-direction: column-reverse;
    }
    #search-lightbox{
        margin-left: -20px;
        margin-right: -20px;
        max-width: calc(100%  + 40px);
    }
    #search-lightbox .search-lightbox-title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    #search-lightbox .search-keywords{
        margin-top: 20px;
    }
    #search-lightbox .search-keywords > a{
        font-size: 14px;
    }
    .show-mobile{
        display: block !important;
    }
    .hide-mobile{
        display: none !important;
    }
    .mobile-text-center{
        text-align: center;
    }
    .load_home_page svg {
        width: 240px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.5rem 1rem
    }
    .search-page{
        padding: 3rem 0;
    }
    .search-page h1{
        margin-bottom: 2rem;
    }
    .search-tabs .search-tabs-title .search-tab-title{
        font-size: 0.75rem;
        padding: 0.5rem 1rem;
    }
    #header #masthead .mobile-nav .nav-icon > a{
        height: 20px;
        width: 32px;
    }
    #header #masthead .mobile-nav .nav-icon > a.active span:nth-of-type(1), .has-off-canvas #header #masthead .mobile-nav .nav-icon > a span:nth-of-type(1) {
        transform: rotate(45deg) translate(6px, 7px);
    }
    #header #masthead .mobile-nav .nav-icon > a.active span:nth-of-type(3), .has-off-canvas #header #masthead .mobile-nav .nav-icon > a span:nth-of-type(3) {
        width: 100%;
        transform: rotate(135deg) translate(-6px, 7px);
    }
    #main-menu .sidebar-menu{
        width: 320px;
    }
    .page-banner .banner-cont .banner-title,
    .home-sec-1 .banner-cont .banner-title, .sec-title{
        font-size: 1.65rem;
    }
    .home-sec-1 .banner-cont{
        padding-top: 1rem;
    }
    .home-sec-1 .swiper-pagination{
        display: none;
    }
    header#header .btn-style-5{
        width: 38px;
        height: 38px;
        padding-left: 0;
        padding-right: 0;
        display: none !important;
    }
    .header-main li.html.custom{
        display: none !important;
    }
    #header #masthead .mobile-nav .nav-icon{
        margin-right: 0;
    }
    header .header-wrapper #masthead li.lang-item{
        margin-left: auto;
        margin-right: 0;
    }
    header .header-wrapper #masthead .nav-right{
        justify-content: flex-end;
    }
    header .header-wrapper #masthead li.header-search svg{
        width: 1.3rem;
    }
    header .header-wrapper #masthead #logo > a > img{
        height: 1.5rem;
    }
    header .header-wrapper #masthead #logo > a > span img{
        height: 1.25rem;
    }
    .home-sec-2 {
        padding-top: 3rem;
    }
    .home-sec-2 .sec-title-2{
        position: relative !important;
        top: unset;
        width: 100%;
        padding-left: 1rem;
        text-align: center;
        padding-right: 1rem;
    }
    .sec-title-2 {
        font-size: 1.5rem;
    }
    .home-sec-2 .container-large{
        padding: 1.5rem 1rem;
    }
    .home-sec-2 .container-large .flex-box{
        gap: 1.5rem
    }
    .home-sec-2 .container-large .item .title{
        font-size: 1.25rem;
    }
    .job-specs .item:last-of-type{
        display: none !important;
    }
    .list-jobs .job-item .cont-wrap .name-group{
        flex-direction: column;
        gap: 0.5rem;
        align-items: flex-start;
    }
    .list-jobs .job-item .cont-wrap{
        padding-bottom: 1rem;
    }
    .home-sec-1 .img-wrap:before{
        display: none !important;
    }
    .home-sec-3 .mx-auto{
        margin-top: 2rem;
    }
    .home-sec-4 .container-large{
        background: linear-gradient(109.06deg, #21285A 36.39%, #152B81 62.37%, #122A88 89.01%);
    }
    .home-sec-4 .flex-box{
        background: transparent;
        padding: 2rem 1rem;
    }
    .home-sec-4 .img-wrap{
        position: relative !important;
        right: unset !important;
        bottom: unset !important;
        width: 100%;
    }
    .home-sec-4 .flex-box .cont-wrap{
        width: 100%;
    }
    .home-sec-4 .flex-box .cont-wrap .sec-desc{
        padding-right: 0.5rem;
    }
    .home-sec-5 .sec-title{
        margin-bottom: 1.5rem;
    }
    .home-sec-5 .grid-box .item:last-of-type{
        padding: 2rem 1rem 1rem;
    }
    .home-sec-5 .grid-box .item:last-of-type .cont-wrap{
        padding-left: 0;
    }
    .home-sec-5 .grid-box .item >img{
        right: 1rem;
        top: 1rem;
        width: 40px;
        height: auto;
    }
    .home-sec-6 .img-wrap.absolute{
        display: none;
    }
    .home-sec-6 .flex-box{
        flex-wrap: wrap;
    }
    .home-sec-6 .col-right{
        padding: 2rem 1rem;
    }
    .home-sec-7 .cont-wrap{
        padding: 3rem 1rem 2rem;
    }
    .home-sec-14,
    .home-sec-13,
    .home-sec-11,
    .home-sec-10,
    .home-sec-8,
    .home-sec-6,
    .home-sec-5,
    .home-sec-4,
    .home-sec-3{
        padding-top: 3.5rem;
    }
    .home-sec-8 .first-item{
        grid-column: 1/3;
        padding-bottom: 1rem;
    }
    .home-sec-8 .item .title{
        font-size: 1.25rem;
        line-height: 1.2;
    }
    .home-sec-9 .item .content{
        padding: 1rem;
    }
    .home-sec-11 .col-5{
        padding-right: 0;
        padding-bottom: 1.5rem;
    }
    .home-sec-11 .col-7 .item{
        flex-wrap: wrap;
        gap: 0.75rem
    }
    .home-sec-11 .col-7 .item .desc,
    .home-sec-11 .col-7 .item .title{
        width: 100%;
    }
    .home-sec-12 .section-inner{
        padding: 3.5rem 0;
    }
    .table-responsive thead{
        display: none !important;
    }
    .table-responsive{
        height: auto !important;
    }
    .table-responsive,
    .table-responsive tbody,
    .table-responsive tbody tr,
    .table-responsive tbody th,
    .table-responsive tbody td{
        display: block;
        width: 100% !important;
    }
    .table-responsive tbody td{
        /*display: flex;*/
        /*align-items: flex-start;*/
        gap: 1rem;
        position: relative;
        padding: 10px 0 !important;
    }
    .table-responsive .cell-inner{
        border: none !important;
        width: 100%;
        padding: 0 !important;
        text-align: left !important;
        display: block !important;
        font-size: 0.833rem !important;
    }
    .table-responsive tbody td:before{
        display: block;
        position: relative;
        content: attr(data-title);
        font-size: 0.9rem;
        width: 100%;
        text-align: left;
        font-weight: 600;
        color: var(--main-cl);
    }
    .table-responsive tbody td+td{
        border-top: 1px solid rgba(33, 40, 90, 0.15) !important;
    }
    .table-responsive tbody td:first-of-type:before{
        display: none;
    }
    .table-responsive tbody td:first-of-type{
        border-bottom: 1px solid rgba(33, 40, 90, 0.3) !important;
    }
    .table-responsive tbody td:first-of-type .cell-inner{
        text-align: left !important;
    }
    .table-responsive tbody tr{
        padding: 10px;
        border: 1px solid rgba(33, 40, 90, 0.5);
        border-radius: 10px;
    }
    .table-responsive tbody tr+tr{
        margin-top: 1.5rem;
    }
    .faq-questions .question .ask{
        padding: 0.75rem 0;
    }
    .faq-questions .question .ask span{
        font-size: 1rem;
        font-weight: 600;
    }
    section[class*='contact-']:last-of-type{
        padding-bottom: 3.5rem;
    }
    .contact-1 .cont-wrap .contact-form{
        padding: 1.5rem;
    }
    footer#footer .footer-top .col-4 .logos{
        margin-bottom: 1rem;
    }
    footer#footer .footer-top .col-4 .logos > a{
        display: flex;
        align-items: center;
    }
    footer#footer .footer-top .col-4 .logos span{
        display: block;
    }
    footer#footer .footer-top .col-4 .logos span:nth-of-type(1) img {
        height: 6rem;
    }
    footer#footer .footer-top .col-4 .logos span:nth-of-type(2) img {
        height: 3rem;
    }
    footer#footer .footer-top .col-4{
        padding-right: 0;
    }
    footer#footer .footer-top .col-2+.col-3 {
        padding-left: 1rem;
    }
    footer#footer .footer-top .col-12{
        margin-top: 1.5rem;
    }
    footer#footer .copyright{
        margin-bottom: 4px;
    }
    footer#footer .copyright a{
        display: block;
    }
    footer#footer .footer-top{
        padding: 2rem 0 1.5rem;
    }
    .roadmap-swiper-wrap .roadmap-swiper .item > svg{
        display: none !important;
    }
    .roadmap-swiper-wrap .roadmap-swiper .item .item-inner{
        flex-direction: column;
        padding: 1rem;
        gap: 0.5rem;
        height: 100%;
    }
    .roadmap-swiper-wrap .roadmap-swiper .item .item-inner .cont-wrap{
        flex-grow: 1;
    }
    .roadmap-swiper-wrap .roadmap-swiper .item .item-inner .cont-wrap .title{
        font-size: 1.25rem;
    }
    .roadmap-swiper-wrap .roadmap-swiper .item .item-inner .time{
        writing-mode: unset;
        transform: unset;
        height: auto;
        min-height: unset;
    }
    .home-sec-3 .title-group{
        margin-bottom: 1.5rem;
    }
    .page-banner .banner-cont{
        top: unset;
        bottom: 1rem;
        left: 0;
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        transform: unset;
    }
    .about-1{
        padding-top: 3.5rem;
    }
    .about-3, .about-2{
        padding: 3.5rem 0;
    }
    .about-2 .sec-title{
        margin-bottom: 1.5rem;
    }
    .about-2 .swiper .item{
        padding: 1.25rem;
    }
    .about-2 .swiper .item .title{
        font-size: 1.25rem;
    }
    .about-3 .col-4{
        padding-top: 0;
    }
    .about-3 .col-8{
        padding-left: 0;
    }
    .about-3 .steps .item{
        padding: 1rem;
        gap: 1.5rem
    }
    .about-3 .col-12 .text-wrap{
        margin-top: 2rem;
        padding: 1.5rem 2rem;
        font-size: 1.125rem;
    }
    .evaluate-sec-1{
        padding: 2rem 0 3.5rem;
    }
    .evaluate-content{
        padding: 1.5rem 1rem;
    }
    .evaluate-result .evaluate-result .btn.btn-style-4{
        flex-grow: 1;
    }
    .evaluate-result .evaluate-result-progress .bar{
        height: 6px;
    }
    .evaluate-result .evaluate-result-progress .text-wrap{
        margin-bottom: 0.4rem;
    }
    .evaluate-result .evaluate-result-total{
        padding: 1rem;
    }
    .evaluate-result .evaluate-result-total .item .label{
        font-size: 0.8rem;
    }
    .evaluate-result .evaluate-result-total .item .value{
        font-size: 0.9rem;
    }
    .evaluate-questions .question-item .question{
        font-size: 1.25rem;
    }
    .evaluate-questions .question-item .question-heading{
        margin-bottom: 1.5rem;
    }
    .evaluate-questions .question-item .answers .answer{
        padding: 0.5rem 0.75rem;
        gap: 1rem;
    }
    .styled-radio .radio{
        width: 1.25rem;
        min-width: 1.25rem;
        height: 1.25rem;
    }
    .evaluate-questions .question-nav{
        margin-top: 1.5rem;
    }
    .checklist-page .title-group{
        margin-bottom: 1rem;
    }
    .checklist-page .checklist-progress .fs-22{
        font-size: 1rem;
    }
    .checklist-page .checklist-progress{
        padding: 0.5rem 0;
    }
    .checklist-page .checklist .item{
        padding: 0.75rem;
    }
    .checklist-page .checklist .item .checkbox-custom{
        width: 1.25rem;
        min-width: 1.25rem;
        height: 1.25rem;
        border-radius: 3px;
    }
    .checklist-page .checklist .item .checkbox-custom svg{
        width: 0.6rem;
    }
    .checklist-page{
        padding: 2rem 0 3.5rem;
    }
    .estimate-sec-1{
        padding-top: 3.5rem;
    }
    .estimate-sec-1 > .img-wrap{
        margin-top: 2rem;
    }
    .estimate-sec-2{
        padding: 3.5rem 0;
    }
    .tool-form{
        padding: 0 1rem;
    }
    .tool-form:before{
        left: 1.5rem;
        width: 22px;
        height: 22px;
    }
    .tool-result .content-wrap .results .result-item .label{
        font-size: 0.8rem;
    }
    .tool-result .content-wrap .results .result-item .value{
        min-width: unset;
        text-align: right;
        font-size: 0.9rem;
        font-weight: 600;
    }
    .tool-result .content-wrap{
        padding: 1rem;
    }
    .priority-sec-1{
        padding: 3.5rem 0;
    }
    .priority-sec-1 .note{
        padding-left: 0;
        text-align: center;
    }
    .program-overview > section{
        padding-top: 3.5rem;
    }
    .program-desc {
        font-size: 0.9375rem;
        line-height: 1.35;
    }
    .program-overview > section.program-esta_intro .col-6:nth-of-type(2){
        padding-left: 0;
        padding-bottom: 2rem;
    }
    .program-overview > section.program-foundation .item{
        padding: 1rem;
    }
    .program-overview > section.program-jobs .table-wrap tr:nth-of-type(even) td{
        background: #FFF !important;
    }
    .program-overview > section.program-jobs .table-wrap{
        overflow: unset;
        border: none;
    }
    .visa-bulletin-3 .table-wrap td ,
    .program-overview > section.program-jobs .table-wrap tbody td {
        display: flex;
        justify-content: space-between;
    }
    .visa-bulletin-3 .table-wrap .table-responsive tr td .cell-inner,
    .program-overview > section.program-jobs .table-wrap tbody td .cell-inner{
        text-align: right !important;
    }
    .visa-bulletin-3 .table-wrap td:before,
    .program-overview > section.program-jobs .table-wrap tbody td:before{
        text-align: left;
    }
    .program-overview > section:last-of-type{
        padding: 3.5rem 0;
    }
    .document-review-banner .col-left{
        padding: 1rem 1.5rem;
    }
    section.roadmap{
        padding: 3.5rem 0;
    }
    .roadmap-details{
        padding-top: 1.5rem;
        margin-top: 1.5rem;
    }
    .roadmap-details .item .title{
        font-size: 1.25rem;
        font-weight: 600;
    }
    .roadmap .roadmap-error .cont-wrap{
        padding: 1rem 1.5rem;
    }
    .sec-title-3, .box-content h3{
        font-size: 1.125rem;
    }
    .sec-title-4, .box-content h4{
        font-size: 1.05rem;
    }
    .roadmap .roadmap-error .cont-wrap .sec-title-3{
        padding-bottom: 0.75rem;
        margin-bottom: 0.75rem;
    }
    .visa-bulletin-1 .col-6:nth-of-type(2){
        padding-left: 0;
        padding-bottom: 1.5rem;
    }
    .visa-bulletin-1 .sec-title-4{
        margin-bottom: 1rem;
    }
    .visa-bulletin-1 .title-group{
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .visa-bulletin-2 .title-group{
        margin-bottom: 1rem;
    }
    .visa-bulletin-4,
    .visa-bulletin-3{
        padding-top: 3.5rem;
    }
    .job-details-2 .group .table-styled tbody tr > td:first-of-type:before,
    .visa-bulletin-3 .table-wrap td:first-of-type:before{
        display: block !important;
    }
    .jobs-sec-1{
        padding: 3.5rem 0;
    }
    .jobs-sec-1 .heading-group{
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .jobs-sec-2{
        padding: 3.5rem 0;
    }
    .jobs-sec-3{
        padding: 0 0 3.5rem;
    }
    .jobs-sec-2 .market-table-wrap{
        padding: 1rem;
    }
    .jobs-sec-2 .market-table-wrap table .name{
        font-size: 1.125rem;
        font-weight: 600;
        color: var(--main-cl);
    }
    .jobs-sec-2 .heading-group .sec-desc{
        padding-top: 0.5rem;
    }
    .job-details-1 .job-specs{
        margin-bottom: 1rem;
    }
    .absolute-breadcrumbs{
        left: 1rem;
        top: 0.75rem;
    }
    .job-details-1.page-banner .img-wrap:before{
        bottom: 0;
        top: unset;
        width: 100%;
        height: 60%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 13.35%, rgba(0, 0, 0, 0.824346) 25.98%, rgba(0, 0, 0, 0.737826) 39.33%, rgba(0, 0, 0, 0.648608) 53.07%, rgba(0, 0, 0, 0) 100%);
    }
    .job-details-2 .col-4{
        padding-left: 0;
        margin-bottom: 2rem;
    }

    .box-content h2 {
        font-size: 1.5rem;
    }
    .box-content h3 {
        font-size: 1.3rem;
    }
    .box-content h4 {
        font-size: 1.2rem;
    }
    .job-details-2 .group .table-styled tbody tr:nth-of-type(odd) > td{
        background: transparent !important;
    }

    .job-details-2 .group .table-styled tbody tr > td:last-of-type,
    .job-details-2 .group .table-styled tbody tr > td:first-of-type{
        display: flex;
        justify-content: space-between;
    }
    .job-details-2 .group .table-styled tbody tr > td{
        border-radius: 0 !important;
    }
    .job-details-2 .group .table-styled tbody tr > td:last-of-type:before,
    .job-details-2 .group .table-styled tbody tr > td:first-of-type:before{
        width: 40%;
    }
    .job-details-2 .group .table-styled tbody tr > td:last-of-type{
        text-align: right;
    }
    .news-page .posts-grid{
        grid-gap: 1.5rem 1rem;
    }
    .post-item .img-wrap{
        border-radius: 10px;
    }
    .news-page .load-more-posts{
        margin-top: 2rem;
    }
    .news-page .posts-list{
        margin-top: 3rem;
    }
    .featured-posts .post-item:first-of-type .cont-wrap{
        padding: 0 1.5rem 1.5rem 1.5rem;
    }
    .news-page .title-group{
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .terminology-item{
        padding: 1rem;
    }
    .terminology-sec .title-group{
        margin-bottom: 1.5rem;
    }
    .terminology-filters .filters-wrap{
        flex-wrap: wrap;
    }
    .terminology-filters .filters-wrap .search-wrap .label{
        display: none !important;
    }
    .filters-wrap .search-wrap input{
        width: 100%;
        height: 40px;
    }
    .terminology-sec .terminology-filters{
        margin-bottom: 1.5rem;
    }
    .terminology-sec .terminology-filters .filters-wrap .terms-wrap .terms{
        width: calc(100vw - 2rem);
        padding: 1.25rem;
    }
    .terminology-sec .terminology-filters .filters-wrap .terms-wrap .terms .title{
        margin-bottom: 0.75rem;
        padding-bottom: 0.75rem;
    }
    .terminology-sec .terminology-filters .filters-wrap .terms-wrap .terms .term-list{
        gap: 0.5rem
    }
    .terminology-sec .terminology-filters .filters-wrap .terms-wrap .terms .term-list .term{
        font-size: 0.85rem;
        padding: 0.3rem 0.7rem;
    }
    .contact-3, .contact-2{
        padding-top: 3.5rem;
    }
    .contact-2 .grid-box{
        grid-template-columns: 1fr;
        grid-gap: 1.25rem;
    }
    .contact-2 .grid-box .item:nth-of-type(5):last-of-type{
        grid-column: unset;
    }
    .contact-2 .col-5{
        padding-right: 0;
    }
    .contact-3 .btn{
        margin-top: 1.5rem;
    }
    .contact-3 .contact-jobs .jobs{
        padding: 1rem;
    }
    .job-status{
        padding: 0.2rem 0.5rem;
        font-size: 0.75rem;
        line-height: 1.2;
    }
    .faqs-sec .tabs-content .heading-group .title{
        font-size: 1.2rem;
        font-weight: 600;
    }
    .faqs-sec .document-review-banner{
        margin-top: 3rem;
    }
    .similar-job-1 .title-group .col-7{
        padding-right: 0;
    }
    .filters-wrap .search-wrap .label{
        display: none !important;
    }
    .filters-wrap .search-wrap{
        width: 100%;
        margin-top: 1rem;
    }
    .similar-job-1 .table-wrap .table-responsive tbody tr{
        background: #FFF;
    }
    .similar-job-1 .table-wrap{
        padding: 0;
        background: transparent;
    }
    .similar-job-2{
        padding: 3.5rem 0;
    }
    .similar-job-2 .document-review-banner{
        margin-top: 3rem;
    }
    .research-page{
        padding: 3.5rem 0;
    }
    .research-page .tabs-container{
        margin-bottom: 3rem;
    }
    .research-page .title-group{
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .research-page .tabs-container .tab-title{
        font-size: 0.8rem;
        padding: 0.3rem 0.9rem;
    }
    .research-page .tabs-container .grid-box{
        gap: 1rem;
    }
}