:root{
    --color-1: #2E65A5;
    --color-2: #F27325;
    --color-3: #50A657;
    --color-4: #003699;
    --container-w: 75rem;
    --space-left: 16.667rem;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
body::-webkit-scrollbar {
    width: 0.417rem;
    background-color: #cedbff;
}
body::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #6388F7 0%, #009199 50.56%, #008E2C 100%);
    border-radius: 20px;
}
input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: unset !important;
    outline: none !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
html{
    overflow-y: auto !important;
    margin-right: 0 !important;
    padding: 0 !important;
}
body{
    font-family: 'Inter', sans-serif;
    padding: 0 !important;
    margin: 0 !important;
    overflow: clip;
    background-color: #fff;
}
.font-title{
    font-family: 'SVN-Zona Pro', sans-serif;
}
.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{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    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;
}
#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;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    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{
    color: #FFF;
}
.text-3{
    color: #333;
}
.text-underline{
    text-decoration: underline;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-lowercase{
    text-transform: lowercase;
}
.text-uppercase{
    text-transform: uppercase;
}
.obj-cover{
    object-fit: cover;
}
.text-italic{
    font-style: italic;
}
.text-primary{
    color: var(--color-4);
}
.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;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
a{
    text-decoration: none;
}
.ts-03{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ts-04{
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.ts-05{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.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-17 {
    line-height: 0.885rem;
}
.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;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-size: 0.833rem;
}
.form-wrap .wpcf7-not-valid-tip{
    font-size: 0.677rem;
    position: absolute;
}
.wpcf7-spinner{
    display: none !important;
}
.bg-center{
    background-position: center;
}
.bg-custom{
    background-repeat: no-repeat;
}
.bg-cover{
    background-size: cover;
}
.bg-contain{
    background-size: contain;
}
.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;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.ml-auto{
    margin-left: auto;
}
.mr-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-10{
    border-radius: 10px;
}
.radius-20{
    border-radius: 20px;
}
.radius-30{
    border-radius: 30px;
}
.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;
}
.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: 3.90625rem;
    height: 3.90625rem;
    background-color: #FFF;
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 3.125rem;
    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: 0.9375rem;
    line-height: 1.25rem;
    font-weight: 600;
}
.z-5{
    z-index: 5;
}
.z-3{
    z-index: 3;
}
#page-loader {
    position: fixed;
    inset: 0;
    /*background: var(--main-cl);*/
    z-index: 9999999;
    overflow: hidden;
}
#page-loader .blocks-grid {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(6, 1fr);
    z-index: 3;
}
#page-loader .blocks-grid div {
    border: 1px solid rgba(255,255,255,0.5);
    opacity: 0 !important;
    background: #010837;
    transform: scale(0);
}
#page-loader .loader-wipe {
    position: absolute;
    inset: 0;
    background: #010837;
    transform: scaleY(1);
    transform-origin: top;
}
#page-loader .loader-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    height: 7.292rem;
}
#page-loader .loader-logo svg,
#page-loader .loader-logo svg{
    width: auto;
    height: 100%;
    object-fit: contain;
}
#page-loader .loader-logo path{
    animation-name: LogoSignature;
    animation-duration: 16s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #FFF;
    stroke-width: 0.4px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
#page-loader .loader-logo path.path-color-1{
    stroke: var(--color-1)
}
#page-loader .loader-logo path.path-color-2{
    stroke: var(--color-2)
}
#page-loader .loader-logo path.path-color-3{
    stroke: var(--color-3)
}
@keyframes LogoSignature {
    to {
        stroke-dashoffset: 0;
    }
}
header#header{
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    height: 100vh;
    width: 16.667rem;
}
header#header{
    background: #0109364D;
    backdrop-filter: blur(20px);
}
header#header .site-logo{
    padding: 1.40625rem 1.823rem 1.875rem;
}
header#header .site-logo img{
    width: 13.021rem;
    height: auto;
}
header#header .site-logo > a{
    display: block;
    position: relative;
}
header#header .site-logo img:nth-of-type(1):not(:only-child){
    opacity: 0;
}
header#header .site-logo img:nth-of-type(2){
    position: absolute;
    left: 0;
    top: 0;
}
header#header .vertical-header{
    display: flex;
    flex-direction: column;
    height: 100%;
}
header#header .vertical-menu{
    flex-grow: 1;
    border-top: 1px solid #FFFFFF52;
}
header#header .vertical-menu > .vertical-menu-inner{
    margin: 0;
    width: 5.417rem;
    border-radius: 0 1.042rem 0 0;
    background: #003699;
    height: 100%;
}
header#header .vertical-menu .vertical-menu-inner > ul{
    height: auto;
    margin: 0 !important;
    list-style: none !important;
    position: relative;
}
header#header .vertical-menu .vertical-menu-inner > ul > li{
    margin: 0;
}
header#header .vertical-menu .vertical-menu-inner > ul > li > a{
    aspect-ratio: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-weight: 500;
    font-size: 0.729rem;
    line-height: 1.042rem;
    color: #FFF;
    position: relative;
}
header#header .vertical-menu .vertical-menu-inner > ul > li:first-of-type > a{
    border-top-right-radius: 1.042rem;
    overflow: hidden;
}
header#header .vertical-menu .vertical-menu-inner > ul li > a > i{
    display: none !important;
}
header#header .vertical-menu .vertical-menu-inner > ul > li > a > span{
    z-index: 3;
    position: relative;
}
header#header .vertical-menu .vertical-menu-inner > ul > li > a > svg,
header#header .vertical-menu .vertical-menu-inner > ul > li > a > img{
    width: 1.875rem;
    height: 1.875rem;
    position: relative;
    z-index: 3;
}
header#header .vertical-menu .vertical-menu-inner > ul > li > a:before{
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #6388F7 0%, #009199 50.56%, #008E2C 100%);
    position: absolute;
    z-index: 1;
    content: '';
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.4s;
    pointer-events: none;
}
header#header .vertical-menu .vertical-menu-inner > ul > li:hover > a:before,
header#header .vertical-menu .vertical-menu-inner > ul > li.current-menu-parent > a:before,
header#header .vertical-menu .vertical-menu-inner > ul > li.current-menu-item > a:before{
    opacity: 1;
}
header#header .vertical-menu .vertical-menu-inner > ul li.menu-item-has-children > ul{
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 9;
    width: calc(16.667rem - 5.417rem);
    padding: 0 1.667rem 1.042rem 1.354rem;
    display: block;
    max-height: unset;
    min-width: unset;
    border: none;
    margin: 0;
    box-shadow: unset !important;
    background: transparent;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}
header#header .vertical-menu .vertical-menu-inner > ul:not(:has(>li.current-menu-item)) > li:first-of-type > ul,
header#header .vertical-menu .vertical-menu-inner > ul li.current-menu-item > ul{
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
}
header#header .vertical-menu .vertical-menu-inner > ul:hover > li > ul{
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: unset !important;
}
header#header .vertical-menu .vertical-menu-inner > ul:hover > li:hover > ul{
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: unset !important;
}
header#header .vertical-menu .vertical-menu-inner > ul li.menu-item-has-children > ul > li > a{
    font-weight: 700;
    font-size: 0.729rem;
    line-height: 1.146rem;
    padding: 1.042rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #020202;
    text-align: left;
    margin: 0;
}
header#header .vertical-menu .vertical-menu-inner > ul li.menu-item-has-children > ul > li > a{
    color: #FFF;
    border-color: #FFFFFF52;
}
header#header .site-logo{
    border-color: #FFFFFF52;
}
body.header-light header#header,
header#header.is-light{
    background: #FFF;
    border-right: 1px solid #0000001A
}
body.header-light header#header .site-logo img:nth-of-type(1),
header#header.is-light .site-logo img:nth-of-type(1){
    opacity: 1;
}
body.header-light header#header .site-logo img:nth-of-type(2),
header#header.is-light .site-logo img:nth-of-type(2){
    opacity: 0;
}
body.header-light header#header .vertical-menu,
body.header-light header#header .site-logo,
header#header.is-light .site-logo{
    border-color: #0000001A;
}
body.header-light header#header .vertical-menu .vertical-menu-inner > ul li.menu-item-has-children > ul > li > a,
header#header.is-light .vertical-menu .vertical-menu-inner > ul li.menu-item-has-children > ul > li > a{
    border-color: #ececec;
    color: #020202
}
footer#footer{
    background: #010837;
    position: relative;
    z-index: 1000;
}
footer#footer .footer-top{
    padding: 6.25rem 4.948rem 4.167rem;
    position: relative;
    z-index: 9;
}
footer#footer .footer-top .footer-menus{
    margin-bottom: 3.4375rem;
}
footer#footer .footer-top .footer-menus > .flex-box{
    gap: 4.375rem;
}
.footer-menus .menu-col{
    min-width: 10.9375rem;
}
.footer-menus ul{
    gap: 0.521rem 2.604rem;
}
.footer-menus ul > li > a{
    display: flex;
    font-weight: 400;
    font-size: 0.677rem;
    line-height: 1.042rem;
}
.footer-menus ul > li > a:hover{
    color: var(--color-2);
}
footer#footer .footer-bottom{
    padding: 1.5625rem 4.948rem 4.6875rem;
    border-top: 1px solid #FFFFFF3D;
    position: relative;
    z-index: 9;
}
footer#footer .footer-bottom .text-white{
    font-weight: 400;
    font-size: 0.677rem;
    line-height: 1.042rem;
    color: rgba(255, 255, 255, 0.7);
}
footer#footer .footer-bottom .col-3 .flex-box{
    gap: 1.5625rem
}
footer#footer .footer-bg{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 19.271rem;
    width: 100%;
}
footer#footer .footer-bg:before{
    left: 0;
    top: 0;
    width: 100%;
    height: 9.375rem;
    position: absolute;
    content: '';
    background: linear-gradient(180deg, #010837 0%, rgba(1, 8, 55, 0.841812) 37.88%, rgba(1, 8, 55, 0) 100%);
    z-index: 2;
}
footer#footer .footer-bg video{
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
    opacity: 0.2;
    transform: rotateX(180deg);
    display: block;
}
.footer-title{
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 1.302rem;
    margin-bottom: 0.833rem;
    position: relative;
}
.footer-title.has-line{
    padding-bottom: 0.833rem;
}
.footer-title.has-line:before{
    bottom: 0;
    left: 0;
    background: #6388F74D;
    width: 100%;
    height: 1px;
    position: absolute;
    content: '';
}
.footer-title.has-line:after{
    bottom: 0;
    left: 0;
    background: var(--color-2);
    width: 4.167rem;
    height: 1px;
    position: absolute;
    content: '';
}
.footer-branches > .flex-box{
    gap: 3.646rem
}
.footer-branches .branch-item{
    width: 100%;
}
.footer-branches .branch-item .info-item .text-white{
    font-weight: 300;
    font-size: 0.677rem;
    line-height: 0.9375rem;
}
.footer-branches .branch-item .info-item > img{
    margin-right: 10px;
    transform: translateY(2px);
}
.footer-branches .branch-item .info-item p{
    margin-bottom: 0.573rem;
}
.footer-branches .branch-item .info-item a{
    color: #FFF;
}
.footer-contact{
    margin-bottom: 4.53125rem;
}
.footer-contact form{
    margin: 0;
}
.footer-contact > .flex-box .title{
    font-weight: 400;
    font-size: 1.5625rem;
    line-height: 2.083rem;
    width: 34%;
    padding-right: 6.354rem;
}
.footer-contact > .flex-box .form-footer .wpcf7-response-output{
    position: absolute;
    width: 100%;
}
.footer-contact > .flex-box .form-footer .wpcf7-not-valid-tip{
    display: none !important;
}
.footer-contact > .flex-box .form-footer{
    width: 43%;
    padding-right: 9.375rem;
    align-self: center;
}
.footer-contact > .flex-box .form-footer .flex-box{
    border-bottom: 1px solid #FFFFFF33;
    padding: 0.521rem 0;
    align-items: center;
}
.footer-contact > .flex-box .form-footer .wpcf7-form-control::placeholder{
    color: #FFF;
    opacity: 0.5;
}
.footer-contact > .flex-box .form-footer .wpcf7-form-control-wrap{
    flex-grow: 1;
}
.footer-contact > .flex-box .form-footer .wpcf7-form-control{
    margin: 0;
    font-weight: 400;
    font-size: 0.677rem;
    line-height: 2.083rem;
    height: 2.083rem;
    background: transparent !important;
    border: none !important;
    width: 100%;
    padding-left: 0;
    color: #FFF;
}
.footer-contact > .flex-box .form-footer .submit-button{
    display: flex;
}
.footer-contact > .flex-box .form-footer .submit-button svg{
    width: 1.6rem;
    height: auto;
}
.footer-contact > .flex-box .form-footer input[type="submit"]{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
    padding: 0;
    margin: 0;
    min-height: unset;
}
.footer-socials .socials{
    gap: 0.521rem 0.9375rem
}
.footer-socials .socials > a{
    width: 2.083rem;
    height: 2.083rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF33;
    transition: all 0.4s;
}
.footer-socials .socials > a:hover{
    background: var(--color-2);
}
.footer-socials .socials > a img{
    height: 1.458rem;
    width: 1.458rem;
}
footer#footer{
    overflow: clip;
}
footer#footer .bubble{
    width: 40%;
    height: auto;
    aspect-ratio: 1;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 20%;
    filter: blur(100px);
    animation: footerBubble 20s linear infinite;
    opacity: 0.5;
    border-radius: 50%;
}
@keyframes footerBubble {
    0%{
        top: -20%;
        left: 20%;
        background: var(--color-2);
    }
    33%{
        top: 20%;
        left: 70%;
        background: var(--color-3);
    }
    66%{
        top: 10%;
        left: 0;
        background: var(--color-1);
    }
    100%{
        top: -20%;
        left: 20%;
        background: var(--color-2);
    }
}
.space-left{
    padding-left: var(--space-left) !important;
}
.product-details{
    background: #010837;
}
.sec-title{
    font-weight: 700;
    font-size: 3.125rem;
    line-height: 3.542rem;
    margin-bottom: 0.625rem;
}
.text-primary span.special{
    background: linear-gradient(90deg, #6388F7 0%, #009199 50.56%, #008E2C 100%);
    color: transparent;
    background-clip: text;
}
.sec-title-2{
    font-weight: 700;
    font-size: 2.083rem;
    line-height: 2.5rem;
}
.product-details-1{
    padding: 6.25rem 0;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}
.product-details-1 > .grid-container{
    padding-top: 6.771rem;
}
.product-details-1 .col-7{
    padding-right: 7.292rem;
}
.product-details-1 .sub-title{
    font-weight: 700;
    font-size: 1.302rem;
    line-height: 1.667rem;
}
.product-details-1 .title-group{
    padding: 0.3125rem 0 0.3125rem 1.667rem;
    border-left: 2px solid #FFF;
    margin-bottom: 1.302rem;
}
.product-details-1 .buttons-wrap{
    gap: 1.042rem;
    margin-top: 2.396rem;
}
.btn{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.833rem;
    line-height: 1.25rem;
    padding: 0.677rem 1.25rem;
    border-radius: 2.604rem;
    transition: all 0.4s;
    text-transform: initial;
    gap: 0.521rem;
    overflow: hidden;
    position: relative;
    width: max-content;
    max-width: 100%;
}
.btn > input[type="submit"]{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    margin: 0 !important;
}
button.btn{
    margin: 0;
}
.btn > span{
    position: relative;
    z-index: 5;
}
.btn .icon {
    display: flex;
}
.btn .icon svg{
    width: 1.25rem;
    height: 1.25rem;
}
.btn.btn-icon-fill .icon path{
    fill: currentColor;
}
.btn.btn-icon-stroke .icon path{
    stroke: currentColor;
}
.btn.btn-primary{
    color: #FFF;
    background: #FFF;
    border: none;
}
.btn.btn-primary:after{
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 105%;
    height: 105%;
    content: '';
    background: linear-gradient(90deg, #6388F7 0%, #009199 25%, #008E2C 50%, #009199 75%, #6388F7 100%);
    background-size: 200%;
    opacity: 1;
    transition: all 0.4s;
}
.btn.btn-primary-2{
    color: #003699;
    background: #FFF;
    border: none;
}
.btn.btn-primary-2:after{
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 105%;
    height: 105%;
    content: '';
    background: linear-gradient(90deg, rgba(99, 136, 247, 0.2) 0%, rgba(0, 145, 153, 0.2) 50.56%, rgba(0, 142, 44, 0.2) 100%);
    background-size: 200%;
    opacity: 1;
    transition: all 0.4s;
}
.btn.btn-secondary:hover,
.btn.btn-primary:hover{
    color: var(--color-1);
}
.btn.btn-primary-2:hover,
.btn.btn-primary:hover{
    box-shadow: 0 0 10px 0 #dedede;
}
.btn.btn-primary-2:hover:after,
.btn.btn-primary:hover:after{
    opacity: 0;
}
.btn.btn-secondary{
    color: #FFF;
}
.btn.btn-secondary:before{
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    top: 1px;
    left: 1px;
    border-radius: 50px;
    background: #FFF;
    content: '';
    position: absolute;
    z-index: 3;
    opacity: 0;
    transition: all 0.4s;
}
.btn.btn-secondary:hover:before{
    opacity: 1;
}
.btn.btn-secondary:after{
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 2.604rem;
    padding: 1px;
    background: linear-gradient(90deg, #6388F7 0%, #009199 50.56%, #008E2C 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
    pointer-events: none;
}
.btn.btn-secondary-2{
    border: 1px solid #00369933;
    color: var(--color-4);
}
.btn.btn-secondary-2:before{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, #6388F7 0%, #009199 50.56%, #008E2C 100%);
    opacity: 0;
    transition: all 0.4s;
}
.btn.btn-secondary-3{
    border: 1px solid #44444E33;
    color: #020202;
}
.btn.btn-secondary-3:before{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, #6388F7 0%, #009199 50.56%, #008E2C 100%);
    opacity: 0;
    transition: all 0.4s;
}
.btn.btn-secondary-3:hover,
.btn.btn-secondary-2:hover{
    color: #FFF;
}
.btn.btn-secondary-3:hover:before,
.btn.btn-secondary-2:hover:before{
    opacity: 1;
}
.product-details-3{
    padding-top: 4.167rem;
}
.product-details-3 .sticky-box{
    position: sticky;
    left: 0;
    top: 8.333rem;
}
.product-details-3 .col-5{
    padding-left: 3.385rem;
}
.product-details-3 .col-5 .img-wrap+.img-wrap{
    margin-top: 2.083rem;
}
.product-tabs .tabs-title{
    display: flex;
    overflow: auto;
    gap: 2px;
}
.product-tabs .tabs-title .tab-title{
    flex: 0 0 auto;
    padding: 0.729rem 1.042rem;
    font-weight: 600;
    font-size: 0.833rem;
    line-height: 1.146rem;
    background-color: #EDE7E233;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
}
.product-tabs .tabs-title .tab-title span{
    color: transparent;
    background-image: linear-gradient(90deg, #6388F7 0%, #009199 25%, #008E2C 50%, #003699 50%, #003699 100%);
    background-size: 200%;
    background-position: 100% 0;
    background-clip: text;
    transition: all 0.4s;
}
.product-tabs .tabs-title .tab-title.active,
.product-tabs .tabs-title .tab-title:hover{
    background-color: #F6F8FF;
}
.product-tabs .tabs-title .tab-title.active span,
.product-tabs .tabs-title .tab-title:hover span{
    background-position: 0 0;
}
.product-tabs .tab-content{
    display: none;
}
.product-tabs .tab-content.active{
    display: block;
    animation: fade-up 0.6s;
}
.product-tabs .tab-content .product-content{
    padding: 1.667rem 2.604rem;
}
.product-tabs .tabs-content{
    background-color: #F6F8FF;
    overflow: hidden;
}
.product-tabs .tabs-content .product-params .param-row{
    display: flex;
    font-weight: 400;
    font-size: 0.78125rem;
    line-height: 1.146rem;
    padding: 0.573rem 1.25rem;
}
.product-tabs .tabs-content .product-params .param-row .label{
    font-weight: 700;
    width: 38%;
    min-width: 38%;
}
.product-tabs .tabs-content .product-params .param-row+.param-row{
    border-top: 1px solid #D7D7D7;
}
ul li,
ol li{
    list-style-position: inside;
}
.product-tabs .tabs-content .product-params .param-row .value li{
    margin-bottom: 0;
}
.post-content p,
.post-content li,
.post-content td,
.post-content th,
.post-content{
    text-transform: initial;
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.302rem;
    color: #44444E;
}
.post-content b,
.post-content strong{
    font-weight: 600;
}
.post-content li{
    margin: 0;
}
.post-content th{
    font-weight: 700;
}
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6{
    font-family: 'SVN-Zona Pro', sans-serif;
}
.post-content h2{
    font-weight: 600;
    font-size: 1.5625rem;
    line-height: 1.823rem;
}
.post-content h3{
    font-weight: 600;
    font-size: 1.40625rem;
    line-height: 1.667rem;
}
.post-content h4 {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.458rem;
}
.post-content .wp-caption .wp-caption-text{
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.146rem;
    background: transparent !important;
    padding: 0.729rem 0 0 0 !important;
}
.products-menu{
    padding-top: 5.521rem;
}
.products-menu ul{
    background: #FFF;
    gap: 1.042rem;
    padding: 0.521rem;
    border-radius: 50px;
    box-shadow: 0px 4px 20px 0px #0000000F;
    width: max-content;
    max-width: 100%;
    margin-right: auto !important;
    margin-left: auto !important;
}
.products-menu ul > li > a{
    font-weight: 600;
    font-size: 0.833rem;
    line-height: 1.146rem;
    text-align: center;
    padding: 0.729rem 2.917rem;
    border-radius: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #003699;
    background: linear-gradient(90deg, #6388F7 0%, #009199 50.56%, #008E2C 100%);
}
.products-menu ul > li > a > span{
    position: relative;
    z-index: 5;
}
.products-menu ul > li > a:after{
    content: '';
    position: absolute;
    border-radius: 2.604rem;
    background: #FFF;
    z-index: 2;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    transition: all 0.4s;
}
.products-menu ul > li > a.active,
.products-menu ul > li > a:hover{
    color: #FFF;
}
.products-menu ul > li > a.active:after,
.products-menu ul > li > a:hover:after{
    opacity: 0;
}
.products-menu.temporary-hide > .space-left{
    top: 0 !important;
    transform: translateY(-100%);
}
.product-details-4{
    padding-top: 4.479rem;
}
.product-details-5{
    padding-top: 5.3125rem;
}
.product-details-5 .tabs-title{
    display: flex;
    justify-content: center;
    gap: 0.729rem;
    margin-bottom: 2.083rem;
    flex-wrap: wrap;
}
.product-details-5 .tabs-title .tab-title{
    position: relative;
    font-weight: 600;
    font-size: 0.833rem;
    height: 2.083rem;
    padding: 0 1.5625rem;
    color: var(--color-4);
    border-radius: 2.604rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.product-details-5 .tabs-title .tab-title:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #6388F7 0%, #009199 50.56%, #008E2C 100%);
    z-index: 2;
    transition: all 0.4s;
    opacity: 0;
}
.product-details-5 .tabs-title .tab-title.active,
.product-details-5 .tabs-title .tab-title:hover{
    color: #FFF;
}
.product-details-5 .tabs-title .tab-title.active:before,
.product-details-5 .tabs-title .tab-title:hover:before{
    opacity: 1;
}
.product-details-2{
    padding-top: 3.646rem;
}
.product-details-2 .product-download{
    padding: 1.823rem 2.1875rem;
    background: #F0F4FF;
    border-radius: 10px;
}
.product-details-2 .product-download .name-group .icon{
    margin-right: 1.25rem;
}
.product-details-2 .product-download .name-group .icon img,
.product-details-2 .product-download .name-group .icon svg{
    height: 2.8125rem;
    width: auto;
    object-fit: cover;
    min-width: 2.34375rem;
}
.product-details-2 .product-download .name-group .file-title{
    font-weight: 700;
    font-size: 1.302rem;
    line-height: 1.667rem;
    margin-bottom: 0.208rem;

}
.product-details-2 .product-download .name-group .file-meta{
    display: flex;
    gap: 1.25rem;
    font-weight: 400;
    font-size: 0.833rem;
}
.product-details-2 .product-download .name-group .file-meta .type{
    color: #989898;
    flex: 0 0 auto;
}
.product-details-2 .product-download .name-group .file-meta .name span{
    text-decoration: underline;
}
.product-details-2 .product-download .name-group .file-meta .name{
    display: flex;
    gap: 0.417rem;
    color: #353535;
    transition: all 0.4s;
}
.product-details-2 .product-download .name-group .file-meta .name path{
    fill: currentColor;
}
.product-details-2 .product-download .name-group .file-meta .name:hover{
    color: var(--color-2);
}
.product-details-2 .product-download .btn{
    min-width: 12.5rem;
}
.product-details-6{
    padding-top: 9.6875rem;
}
.products-menu.is-fixed > .space-left{
    position: fixed;
    top: 2.604rem;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.4s;
}
.sec-desc{
    font-size: 0.9375rem;
    line-height: 1.302rem;
}
.product-item{
    padding: 2.24rem 1.042rem 1.042rem 1.875rem;
    background: #010837;
    border: 1px solid #FFFFFF1A;
}
.product-item:before{
    pointer-events: none;
    z-index: 2;
    position: absolute;
    content: "";
    width: 120%;
    height: auto;
    aspect-ratio: 1;
    background: radial-gradient(50% 50% at 50% 50%, rgba(120, 158, 255, 0.8) 0%, rgba(42, 102, 255, 0.24) 100%);
    filter: blur(100px);
    bottom: -15%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}
.product-item .product-item-top .product-name{
    font-weight: 600;
    font-size: 2.083rem;
    line-height: 2.34375rem;
    margin-bottom: 0;
}
.product-item .product-item-top{
    margin-bottom: 2.5rem;
    padding: 0 0.521rem;
}
.product-item .product-item-top .fs-13{
    margin-bottom: 0.521rem;
}
.product-item .product-item-image{
    aspect-ratio: 1200/1068;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 5;
    margin-bottom: 1.458rem;
}
.product-item .product-item-image img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.product-item .product-item-image img:nth-of-type(1):last-of-type{
    opacity: 1 !important;
}
.product-item .product-item-image img:nth-of-type(2){
    opacity: 0;
}
.product-item .data-sheet-link{
    font-weight: 600;
    font-size: 0.729rem;
    line-height: 0.9375rem;
    gap: 0.3125rem;
    display: flex;
    align-items: center;
    color: #FFF !important;
}
.product-item .data-sheet-link > span{
    border-bottom: 1px solid #FFF;
}
.product-item .data-sheet-link:hover > svg{
    transform: rotate(45deg);
}
.product-item .product-item-bottom > svg{
    margin-left: auto;
    width: 1.823rem;
    height: auto;
}
.swiper.related-products{
    padding: 0 6.458rem;
    overflow: unset;
}
.swiper.related-products .swiper-slide{
    padding: 0 0.521rem;
}
.swiper-free-mode > .swiper-wrapper{
    transition-timing-function: linear !important;
}
.product-details-7 .title-group{
    margin-bottom: 2.083rem;
}
.product-details-7{
    padding-top: 5.208rem;
    padding-bottom: 8.59375rem;
}
.resources-sec .title-group{
    margin-bottom: 1.771rem;
}
.resources-sec .resources-filters > .flex-box{
    gap: 1.042rem;
}
.resources-sec .resources-filters .filter-item.search-item{
    flex-grow: 1;
}
.resources-sec .resources-filters .filter-item.search-item svg{
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 1.042rem;
    transform: translateY(-50%);
}
.filter-bar .filter-item .select-styled,
.resources-sec .resources-filters input,
.resources-sec .resources-filters .select-styled{
    border-radius: 2.604rem;
    margin: 0;
    border: 1px solid #0E224980;
    height: 2.604rem;
    display: flex;
    align-items: center;
    width: 11.458rem;
    padding: 0.521rem 1.042rem;
    font-weight: 300;
    font-size: 0.833rem;
    line-height: 1.302rem;
    gap: 0.3125rem;
}
.filter-bar .filter-item .select-styled,
.resources-sec .resources-filters .select-styled{
    cursor: pointer;
}
.filter-bar .filter-item .select-styled:after,
.resources-sec .resources-filters .select-styled:after{
    position: relative;
    display: block;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzIDZMOCAxMUwzIDYiIHN0cm9rZT0iIzBEMjE0NyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    width: 0.833rem;
    height: 0.833rem;
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
    margin-left: auto;
}
.filter-bar .filter-item .select-options,
.resources-sec .resources-filters .select-options{
    position: absolute;
    z-index: 9;
    left: 0;
    top: 100%;
    list-style: none;
    padding: 1.042rem 0.625rem;
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 2px 4px 10px 0px #0000000D;
    display: none;
    width: 100%;
    margin: 0;
}
.filter-bar .filter-item .select-options > li,
.resources-sec .resources-filters .select-options > li{
    padding: 0.15625rem 0.625rem;
    border-radius: 5px;
    transition: all 0.4s;
    font-weight: 300;
    font-size: 0.729rem;
    line-height: 1.042rem;
    cursor: pointer;
    margin: 0;
    display: flex;
    gap: 0.78125rem;
}
.resources-sec .resources-filters .select-options > li > img{
    width: 0.9375rem;
}.filter-bar .filter-item .select-options > li:hover,
 .filter-bar .filter-item .select-options > li.active,
.resources-sec .resources-filters .select-options > li:hover,
.resources-sec .resources-filters .select-options > li.active{
    background: #6388F733;
}
.resources-sec .resources-filters input{
    padding-left: 2.604rem;
    width: 100%;
}
.btn.reset-button{
    background: #6388F71A;
    cursor: pointer;
}
.btn.reset-button svg path{
    stroke: currentColor;
}
.btn.reset-button:hover{
    background: var(--color-4);
    color: #FFF;
}
.resources-sec .resources-filters button[type="submit"]{
    min-width: 9.271rem;
}
.resources-sec .resources-notify{
    border: 1px solid #6388F733;
    background: #6388F71A;
    padding: 0.625rem 0.625rem 0.625rem 1.146rem;
    border-radius: 2.604rem;
    margin-top: 1.146rem;
}
.resources-sec .resources-notify .flex-box.jus-start{
    gap: 0.46875rem
}
.resources-sec .resources-notify .flex-box.jus-start svg{
    width: 1.5625rem;
    min-width: 1.5625rem;
    height: auto;
}
.resources-sec .resources-notify .btn{
    font-weight: 600;
    font-size: 0.729rem;
    line-height: 0.833rem;
    padding: 0.521rem 1.042rem;
    min-width: max-content;
    margin-left: 1rem;
}
.resources-sec .resources-list.box-loading{
    min-height: 16.667rem;
}
#wrapper #main .dataTable thead th .th-inner{
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.365rem;
    height: 100%;
}
#wrapper #main .dataTable thead th{
    outline: none !important;
    height: 2.8125rem;
    text-align: left;
    border: none;
    font-weight: 700;
    font-size: 0.729rem;
    line-height: 1.302rem;
    color: #020202;
    text-transform: initial;
    border-bottom: 1px solid #E3E3E3;
    padding: 0;
}
#wrapper #main .dataTable thead th .th-inner:before{
    height: 2px;
    bottom: -1px;
    position: absolute;
    max-width: 80%;
    width: 3.229rem;
    content: '';
    left: 0;
    background: #5A8DFF;
}
#wrapper #main .dataTable .dt-orderable-none .dt-column-order{
    display: none !important;
}
#wrapper #main .dataTable .dt-column-order{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
    position: relative;
    left: unset;
    top: unset;
    right: unset;
    bottom: unset;
}
#wrapper #main .dataTable .dt-column-order:before,
#wrapper #main .dataTable .dt-column-order:after{
    width: 0.417rem;
    height: 0.26rem;
    position: relative;
    display: block;
    content: '';
    left: unset;
    top: unset;
    right: unset;
    bottom: unset;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgOCA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNy45NzIzMiAwLjI1NzIxMkM3Ljk0NDggMC4xODEwNzcgNy44OTgxOSAwLjExNjAwNCA3LjgzODM5IDAuMDcwMjIwMkM3Ljc3ODU5IDAuMDI0NDM2OSA3LjcwODI4IDQuODY0NDFlLTA4IDcuNjM2MzYgMEgwLjM2MzYzOEMwLjI5MTcxNiAtMy4yNDUzNmUtMDcgMC4yMjE0MSAwLjAyNDQzNzEgMC4xNjE2MSAwLjA3MDIyMThDMC4xMDE4MSAwLjExNjAwNyAwLjA1NTIwMTIgMC4xODEwODIgMC4wMjc2Nzg4IDAuMjU3MjE5QzAuMDAwMTU2NDQ2IDAuMzMzMzU3IC0wLjAwNzA0MzgzIDAuNDE3MTM2IDAuMDA2OTg4NjIgMC40OTc5NjJDMC4wMjEwMjExIDAuNTc4Nzg4IDAuMDU1NjU2MSAwLjY1MzAzMSAwLjEwNjUxMyAwLjcxMTMwMkwzLjc0Mjg3IDQuODc3OTVDMy43NzY2NCA0LjkxNjY1IDMuODE2NzMgNC45NDczNCAzLjg2MDg0IDQuOTY4MjhDMy45MDQ5NiA0Ljk4OTIyIDMuOTUyMjUgNSA0IDVDNC4wNDc3NSA1IDQuMDk1MDQgNC45ODkyMiA0LjEzOTE1IDQuOTY4MjhDNC4xODMyNyA0Ljk0NzM0IDQuMjIzMzYgNC45MTY2NSA0LjI1NzEyIDQuODc3OTVMNy44OTM0OCAwLjcxMTMwMkM3Ljk0NDM0IDAuNjUzMDMgNy45Nzg5OCAwLjU3ODc4NiA3Ljk5MzAxIDAuNDk3OTU4QzguMDA3MDQgMC40MTcxMzEgNy45OTk4NCAwLjMzMzM1MSA3Ljk3MjMyIDAuMjU3MjEyWiIgZmlsbD0iIzAyMDIwMiIvPgo8L3N2Zz4K");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0.3;
}
#wrapper #main .dataTable .dt-column-order:before{
    transform: rotateX(180deg);
}
#wrapper #main .dataTable .dt-ordering-asc .dt-column-order:before{
    opacity: 1;
}
#wrapper #main .dataTable .dt-ordering-desc .dt-column-order:after{
    opacity: 1;
}
#wrapper #main .dt-container .dt-paging{
    margin-top: 1.042rem;
}
#wrapper #main .dt-container .dt-paging nav{
    display: flex;
    gap: 0.625rem;
    justify-content: flex-end;
}
#wrapper #main .dt-container .dt-paging button[aria-disabled="true"]{
    display: none;
}
#wrapper #main .dt-container .dt-paging button[data-dt-idx="0"]:has(+button.next){
    display: none !important;
}
.thenativePagination{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    margin-bottom: 0;
}
.thenativePagination > li{
    margin-bottom: 0;
}
.thenativePagination > li > a,
#wrapper #main .dt-container .dt-paging button{
    width: 2.083rem;
    height: 2.083rem;
    border-radius: 50%;
    margin: 0 !important;
    min-height: unset;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    font-weight: 400;
    font-size: 0.729rem;
    position: relative;
    z-index: 3;
    color: rgba(2, 2, 2, 0.5) !important;
    transition: all 0.4s;
}
.thenativePagination > li > a:before,
#wrapper #main .dt-container .dt-paging button:before{
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    content: '';
    inset: 0;
    padding: 1px;
    background: linear-gradient(90deg, #6388F7 0%, #009199 50.56%, #008E2C 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
    pointer-events: none;
}
.thenativePagination > li > a:after,
#wrapper #main .dt-container .dt-paging button:after{
    opacity: 0;
    transition: all 0.4s;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    content: '';
    inset: 0;
    padding: 1px;
    background: linear-gradient(90deg, #6388F7 0%, #009199 50.56%, #008E2C 100%);
    z-index: -1;
}
.thenativePagination > li:hover > a:after,
.thenativePagination > li.active > a:after,
.thenativePagination > li.thenativePaginationPrev > a:after,
.thenativePagination > li.thenativePaginationNext > a:after{
    opacity: 1 !important;
}
.thenativePagination > li:hover > a,
.thenativePagination > li.active > a{
    color: #FFF !important;
}
#wrapper #main .dt-container .dt-paging button.previous,
#wrapper #main .dt-container .dt-paging button.next,
#wrapper #main .dt-container .dt-paging button.first,
#wrapper #main .dt-container .dt-paging button.last{
    font-size: 0 !important;
}
#wrapper #main .dt-container .dt-paging button.current {
    color: #FFF !important;
}
#wrapper #main .dt-container .dt-paging button.previous:after,
#wrapper #main .dt-container .dt-paging button.next:after,
#wrapper #main .dt-container .dt-paging button.first:after,
#wrapper #main .dt-container .dt-paging button.last:after,
#wrapper #main .dt-container .dt-paging button.current:after{
    opacity: 1;
}
#wrapper #main .dt-container .dt-paging button.previous::before,
#wrapper #main .dt-container .dt-paging button.next::before,
#wrapper #main .dt-container .dt-paging button.first::before,
#wrapper #main .dt-container .dt-paging button.last::before{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    content: '';
    display: block;
    width: 0.521rem;
    height: 1.042rem;
    z-index: 3;
    border-radius: 0;
    -webkit-mask: unset;
    -webkit-mask-composite: unset;
    mask-composite: unset;
}
#wrapper #main .dt-container .dt-paging button.first:before,
#wrapper #main .dt-container .dt-paging button.last:before{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMCAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNzUgMC43NUwxMC43NSAxMC43NUwwLjc1IDIwLjc1IiBzdHJva2U9InVybCgjcGFpbnQwX2xpbmVhcl8xNzUxOV8yMzA5MCkiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTguNzUgMC43NUwxOC43NSAxMC43NUw4Ljc1IDIwLjc1IiBzdHJva2U9InVybCgjcGFpbnQxX2xpbmVhcl8xNzUxOV8yMzA5MCkiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xNzUxOV8yMzA5MCIgeDE9IjEwLjc1IiB5MT0iMTAuNzUiIHgyPSIwLjc1IiB5Mj0iMTAuNzUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0id2hpdGUiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSJ3aGl0ZSIgc3RvcC1vcGFjaXR5PSIwIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQxX2xpbmVhcl8xNzUxOV8yMzA5MCIgeDE9IjE4Ljc1IiB5MT0iMTAuNzUiIHgyPSI4Ljc1IiB5Mj0iMTAuNzUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0id2hpdGUiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSJ3aGl0ZSIgc3RvcC1vcGFjaXR5PSIwIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==");
    width: 1.042rem;
    height: 1.146rem;
}
#wrapper #main .dt-container .dt-paging button.previous:before,
#wrapper #main .dt-container .dt-paging button.first:before{
    transform: rotateY(180deg);
}
#wrapper #main .dt-container .dt-paging button.previous:before,
#wrapper #main .dt-container .dt-paging button.next:before{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAxMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNzUgMC43NUwxMC43NSAxMC43NUwwLjc1IDIwLjc1IiBzdHJva2U9InVybCgjcGFpbnQwX2xpbmVhcl8xNTcwNl8yMTUzNikiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xNTcwNl8yMTUzNiIgeDE9IjEwLjc1IiB5MT0iMTAuNzUiIHgyPSIwLjc1IiB5Mj0iMTAuNzUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0id2hpdGUiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSJ3aGl0ZSIgc3RvcC1vcGFjaXR5PSIwIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==");
}
#wrapper #main .dt-container .dt-layout-row .dt-search{
    display: none !important;
}
#wrapper #main .dt-container .dt-layout-row{
    margin: 0 !important;
}
.resources-list #resources-table_wrapper{
    padding: 0 1.5625rem;
    margin-top: 1.771rem;
    border-top: 1px solid #E3E3E3
}
.resources-list #resources-table th:nth-of-type(1) .th-inner:before{
    width: 6.51rem;
}
.resources-list #resources-table th:nth-of-type(2) .th-inner:before{
    width: 4.271rem;
}
.resources-list #resources-table th:last-of-type .th-inner{
    text-align: right;
    justify-content: flex-end;
}
.resources-list #resources-table th:last-of-type .th-inner:before{
    left: unset !important;
    right: 0 !important;
}
.resources-list #resources-table tr{
    position: relative;
    z-index: 3;
}
.resources-list #resources-table td.file-name > .flex-box{
    gap: 0.677rem;
    min-height: 3.333rem;
}
#resources-table .login-required-box{
    position: absolute;
    left: -1.5625rem;
    top: 0;
    z-index: 9;
    width: calc(100% + 3.125rem);
    border-radius: 10px;
    height: 100%;
    background: #F1F6FF66;
    backdrop-filter: blur(20px);
    opacity: 0;
    transition: all 0.4s;
}
#resources-table tr:hover .login-required-box{
    opacity: 1;
}
#resources-table .login-required-box .btn{
    height: 2.083rem;
    font-size: 0.729rem;
}
#resources-table .login-required-box > .flex-box{
    width: 100%;
    height: 100%;
    gap: 1.042rem;
}
#resources-table .login-required-box > .flex-box .text{
    font-weight: 400;
    font-size: 0.729rem;
    line-height: 100%;
}
#resources-table .login-required-box > .flex-box .text a{
    font-weight: 800;
    color: #5A8DFF;
    text-decoration: underline;
}
.resources-list #resources-table td.file-name > .flex-box:before{
    width: calc(100% + 3.125rem);
    position: absolute;
    height: 100%;
    left: -1.5625rem;
    top: 0;
    content: '';
    border-radius: 10px;
    background: #F1F6FF;
    z-index: -1;
    opacity: 0;
    transition: all 0.4s;
}
.resources-list #resources-table tr:hover td.file-name > .flex-box:before{
    opacity: 1;
}
.resources-list #resources-table td.file-name .file-icon img,
.resources-list #resources-table td.file-name .file-icon svg{
    width: 1.875rem;
    min-width: 1.875rem;
    height: auto;
}
.resources-list #resources-table td.file-name{
    color: #020202;
}
.resources-list #resources-table td.file-name .product-name{
    font-weight: 400;
    font-size: 0.729rem;
    line-height: 1.042rem;
    opacity: 0.5;
}
.resources-list #resources-table td.file-name .file-title{
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.resources-list #resources-table tr>*:nth-of-type(1){
    width: 45%;
}
.resources-list #resources-table tr>*:nth-of-type(2){
    width: 14%;
}
.resources-list #resources-table tr>*:nth-of-type(3){
    width: 7%;
}
.resources-list #resources-table tr>*:nth-of-type(4){
    width: 9.5%;
}
.resources-list #resources-table tr>*:nth-of-type(6),
.resources-list #resources-table tr>*:nth-of-type(5){
    width: 7.5%;
}
.resources-list #resources-table td{
    text-align: left;
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 0.833rem;
    padding: 0.625rem 0;
    border-color: #E1E1E1;
}
.resources-list #resources-table td.lang-col > .flex-box{
    gap: 0.78125rem;
}
.resources-list #resources-table td .action-buttons{
    display: flex;
    justify-content: flex-end;
    gap: 0.625rem;
}
.resources-list #resources-table td .action-buttons > *{
    width: 2.083rem;
    height: 2.083rem;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.resources-list #resources-table td .action-buttons > .click-copy{
    background: #0D214714;
    cursor: pointer;
    transition: all 0.4s;
}
.resources-list #resources-table td .action-buttons > .click-copy:hover{
    background: rgba(13, 33, 71, 0.15);
}
.resources-list #resources-table td .action-buttons > a{
    background: #01AF371A;
    transition: all 0.4s;
}
.resources-list #resources-table td .action-buttons > a:hover{
    background: rgba(1, 175, 55, 0.2)
}
.resources-list.box-loading #resources-table{
    opacity: 0;
}
.box-loading{
    position: relative;
    pointer-events: none;
    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 #DDD;
    border-bottom-color: var(--color-1);
    display: inline-block;
    box-sizing: border-box;
    animation: loadingSpin 0.6s linear infinite;
}
@keyframes loadingSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#product-documents-table_wrapper {
    padding: 0 1.5625rem;
    border-top: 1px solid #E3E3E3;
}
#product-documents-table_wrapper #product-documents-table .select-types label{
    margin: 0;
    font-weight: 600;
    font-size: 0.729rem;
    line-height: 1.042rem;
    position: absolute;
    left: 0.78125rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
#product-documents-table_wrapper #product-documents-table .select-types svg{
    position: absolute;
    right: 0.78125rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    width: 0.625rem;
    height: auto;
}
#product-documents-table_wrapper #product-documents-table .select-types .select-options{
    position: absolute;
    display: none;
    list-style: none;
    background-color: #FFF;
    padding: 0.625rem;
    border-radius: 10px;
    box-shadow: 2px 4px 10px 0px #0000000D;
    width: 100%;
}
#product-documents-table_wrapper #product-documents-table .select-types .select-options > li{
    padding: 0.15625rem 0.625rem;
    border-radius: 5px;
    transition: all 0.4s;
    font-weight: 300;
    font-size: 0.729rem;
    line-height: 1.042rem;
    cursor: pointer;
    margin: 0;
    display: flex;
    gap: 0.78125rem;
}
#product-documents-table_wrapper #product-documents-table .select-types .select-options > li:hover,
#product-documents-table_wrapper #product-documents-table .select-types .select-options > li.active{
    background: #6388F733;
}
#product-documents-table_wrapper #product-documents-table .select-types .select-styled{
    cursor: pointer;
    font-weight: 400;
    font-size: 0.729rem;
    line-height: 1.042rem;
    height: 2.083rem;
    border: 1px solid #0E22494D;
    padding: 0 1.875rem 0 3.125rem;
    border-radius: 2.604rem;
    display: flex;
    align-items: center;
    min-width: 13.021rem;
    justify-content: flex-end;
}
#product-documents-table_wrapper #product-documents-table .search{
    width: 21.875rem;
}
#product-documents-table_wrapper #product-documents-table .search input{
    width: 100%;
    border-radius: 2.604rem;
    padding-right: 2.604rem;
    padding-left: 0.78125rem;
    font-weight: 600;
    font-size: 0.729rem;
    line-height: 1.042rem;
    color: #020202;
    margin: 0;
    height: 2.083rem;
}
#product-documents-table_wrapper #product-documents-table .search input::placeholder{
    color: #020202;
    opacity: 0.5;
}
#product-documents-table_wrapper #product-documents-table .search svg{
    position: absolute;
    --width: 1.25rem;
    height: var(--width);
    width: var(--width);
    top: calc(50% - calc(var(--width) / 2));
    right: 0.78125rem;
}
#product-documents-table_wrapper #product-documents-table th:nth-of-type(1){
    width: 28%;
}
#product-documents-table_wrapper #product-documents-table th:nth-of-type(2){
    width: 44%;
}
#product-documents-table_wrapper #product-documents-table th:nth-of-type(3){
    width: 10%;
}
#product-documents-table_wrapper #product-documents-table th:nth-of-type(4){
    width: 18%;
}
#wrapper #main #product-documents-table_wrapper #product-documents-table thead th{
    height: 4.271rem;
}
#wrapper #main #product-documents-table_wrapper #product-documents-table th:nth-of-type(4) .th-inner,
#wrapper #main #product-documents-table_wrapper #product-documents-table th:nth-of-type(3) .th-inner{
    justify-content: flex-end;
}
#wrapper #main #product-documents-table_wrapper #product-documents-table th:nth-of-type(1) .th-inner:before,
#wrapper #main #product-documents-table_wrapper #product-documents-table th:nth-of-type(2) .th-inner:before{
    width: 6.458rem;
}
#wrapper #main #product-documents-table_wrapper #product-documents-table th:nth-of-type(4) .th-inner:before,
#wrapper #main #product-documents-table_wrapper #product-documents-table th:nth-of-type(3) .th-inner:before{
    right: 0;
    width: 4.271rem;
    left: unset;
}
#wrapper #main #product-documents-table_wrapper #product-documents-table td:nth-of-type(4),
#wrapper #main #product-documents-table_wrapper #product-documents-table td:nth-of-type(3){
    text-align: right;
}
#product-documents-table_wrapper #product-documents-table td{
    padding: 0;
    font-weight: 600;
    font-size: 0.833rem;
    line-height: 1.042rem;
    color: #020202;
    opacity: 1;
    height: 3.75rem;
    border-color: #E1E1E1;
    vertical-align: middle;
}
#request-sample-form{
    display: none;
}
.form-popup{
    background: transparent;
}
.form-popup .fancybox-button.fancybox-close-small{
    color: #FFF;
    padding: 0;
}
.form-popup .popup-inner{
    background: #FFF;
}
.form-popup .title-group{
    margin-bottom: 1.458rem;
}
.form-popup .title-group .popup-title{
    font-weight: 700;
    font-size: 1.302rem;
    line-height: 2.083rem;
}
.form-popup.form-large .popup-inner{
    width: 58.542rem;
    max-width: 100%;
    padding: 3.75rem 6.25rem;
    background-image: url('../images/popup-large-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
form.wpcf7-form{
    margin-bottom: 0;
}
.form-wrap{
    gap: 0.625rem 0;
}
.form-wrap .form-group{
    width: 100%;
    position: relative;
}
.form-wrap .form-group.group-half{
    width: calc(50% - 1.042rem);
}
.form-wrap .form-group label{
    font-weight: 700;
    font-size: 0.833rem;
    line-height: 1.042rem;
    margin-bottom: 0.26rem;
}
.form-wrap .form-group .hidden-input{
    display: none;
}
.form-wrap .form-group .select-styled,
.form-wrap .form-input{
    border-radius: 2.604rem;
    height: 3.125rem;
    padding: 0 1.042rem;
    font-weight: 400;
    font-size: 0.78125rem;
    line-height: 1.042rem;
    color: #020202;
    background: transparent !important;
    border: 1px solid #6388F759;
    margin: 0 !important;
}
.form-wrap textarea.form-input{
    border-radius: 20px;
    padding-top: 0.78125rem;
    padding-bottom: 0.78125rem;
}
.form-wrap .form-group .select-styled{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.625rem;
    position: relative;
}
.form-wrap .form-group .select-styled:after{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjYyNSA2Ljc1TDkgMTIuMzc1TDMuMzc1IDYuNzUiIHN0cm9rZT0iIzAyMDIwMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    background-size: cover;
    width: 0.9375rem;
    height: 0.9375rem;
    position: relative;
    display: block;
    content: '';
}
.form-wrap .form-group .select-options{
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #FFF;
    padding: 0.625rem;
    border-radius: 10px;
    box-shadow: 2px 4px 10px 0px #0000000D;
    margin: 0;
    z-index: 20;
}
.form-wrap .form-group .select-options > li:hover,
.form-wrap .form-group .select-options > li.active{
    background: #6388F733;
}
.form-wrap .form-group .select-options > li{
    padding: 0.15625rem 0.625rem;
    border-radius: 5px;
    transition: all 0.4s;
    font-weight: 300;
    font-size: 0.729rem;
    line-height: 1.042rem;
    cursor: pointer;
    margin: 0;
    display: flex;
    gap: 0.78125rem;
}
.form-wrap .form-group .wpcf7-acceptance{
    display: flex;
    margin: 1.25rem 0 0.833rem;
}
.form-wrap .form-group .wpcf7-acceptance label{
    margin: 0;
}
.form-wrap .form-group .wpcf7-acceptance label .wpcf7-list-item-label{
    font-weight: 400;
    font-size: 0.78125rem;
    line-height: 1.042rem;
    color: #666;
    display: flex;
    align-items: center;
    gap: 0.417rem;
}
.form-wrap .form-group .wpcf7-acceptance label .wpcf7-list-item-label:before{
    border: 1px solid #6388F7;
    background: #6388F71A;
    width: 1.042rem;
    height: 1.042rem;
    margin: 0 !important;
    position: relative;
    content: "";
    border-radius: 2px;
}
.form-wrap .form-group .wpcf7-acceptance label input:checked+.wpcf7-list-item-label:before{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjI1IDYuNzUwNDlMOS43NSAxNy4yNUw0LjUgMTIuMDAwNSIgc3Ryb2tlPSIjNjM4OEY3IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.form-wrap .form-group .wpcf7-acceptance label input{
    display: none !important;
}
.form-wrap .form-divider{
    height: 1px;
    width: 100%;
    background: #C3C3C3;
    margin: 1.25rem 0;
}
.form-wrap .form-input:focus{
    border-color: #6388F7;
}
.product-cat-1{
    min-height: 100vh;
    padding: 6.25rem 0;
}
.banner-title{
    font-size: 3.646rem;
    line-height: 4.167rem;
}
.product-cat-1 .col-7 {
    padding-right: 5.46875rem;
}
.product-details-1 .sec-title{
    margin-bottom: 0.625rem;
}
.product-cat-1.product-details-1  .sec-title{
    margin-bottom: 1.667rem;
}
.product-cat-2{
    padding-top: 8.229rem;
}
.product-details-7.product-cat-4{
    padding-top: 7.1875rem;
}
.product-cat-2 .title-group{
    margin-bottom: 3.333rem;
}
.product-cat-2 .col-4{
    padding-bottom: 0.417rem;
}
.product-cat-2 .swiper{
    overflow: unset;
    padding: 0 11.458rem;
}
.product-cat-2 .swiper .swiper-slide{
    padding: 0 1.042rem;
}
.application-item .img-wrap{
    aspect-ratio: 460/240;
}
.application-item .cont-wrap{
    padding: 1.667rem 1.667rem 0 0;
}
.application-item .cont-wrap .app-name{
    margin-bottom: 0.833rem;
    font-size: 1.458rem;
    line-height: 1.667rem;
    color: #0E2249;
}
.application-item .cont-wrap .app-desc{
    margin-bottom: 0.625rem;
}
.application-item .cont-wrap .list-item li{
    margin: 0;
}
.application-item .cont-wrap .list-item li::marker{
    color: #EF4136;
    margin: 0 0.417rem 0 0;
}
.application-item .cont-wrap .buttons-wrap{
    gap: 1.042rem;
    margin-top: 1.042rem;
}
.application-item .cont-wrap .buttons-wrap .btn{
    height: 2.34375rem;
}
.home-1{
    background: #010837;
}
.home-1 .img-wrap{
    height: 100vh;
}
.home-1 .img-wrap:before{
    width: 100%;
    height: 65%;
    position: absolute;
    content: '';
    background: linear-gradient(180deg, #010837 0%, rgba(1, 8, 55, 0.698396) 31.13%, rgba(1, 8, 55, 0) 100%);
    left: 0;
    top: 0;
    z-index: 2;
}
.home-1 .img-wrap:after{
    height: 23%;
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(0deg, rgba(1, 8, 55, 0.8) 0%, rgba(1, 8, 55, 0.67053) 36.95%, rgba(1, 8, 55, 0) 100%);
}
.home-1 .img-wrap video{
    object-position: top center;
    opacity: 0.5;
}
.home-1 .cont-wrap{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: calc(100% - var(--space-left));
    margin-left: var(--space-left);
    padding: 0 11.458rem;
    z-index: 5;
}
.home-1 .cont-wrap .title span{
    background: linear-gradient(90deg, #6388F7 0%, #009199 50.56%, #008E2C 100%);
    color: transparent;
    background-clip: text;
}
.home-1 .cont-wrap .title{
    font-weight: 700;
    font-size: 3.646rem;
    line-height: 3.90625rem;
    color: #FFF;
    margin-bottom: 1.458rem;
}
.home-1 .cont-wrap .desc{
    margin-bottom: 2.083rem;
    font-weight: 400;
    font-size: 1.302rem;
    line-height: 1.667rem;
    color: #FFF;
}
.home-1 .cont-wrap .title,
.home-1 .cont-wrap .desc,
.home-1 .cont-wrap .btn-wrap{
    transform: translateY(3.125rem);
    opacity: 0;
    transition: all 0.6s;
}
.home-1 .swiper-slide-active .cont-wrap .desc,
.home-1 .swiper-slide-active .cont-wrap .btn-wrap,
.home-1 .swiper-slide-active .cont-wrap .title{
    opacity: 1;
    transform: translateY(0);
    transition-delay: 600ms;
}
.home-1 .swiper-slide-active .cont-wrap .desc{
    transition-delay: 800ms;
}
.home-1 .swiper-slide-active .cont-wrap .btn-wrap{
    transition-delay: 1s;
}
.home-1 .home-banner .swiper-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.302rem;
    height: 2.604rem;
    cursor: pointer;
    z-index: 20;
}
.home-1 .home-banner .swiper-arrow svg{
    width: 100%;
    height: auto;
}
.home-1 .home-banner .swiper-arrow.prev{
    left: 21.615rem;
}
.home-1 .home-banner .swiper-arrow.next{
    right: 4.948rem;
}
.home-1 .home-banner .swiper-arrow:hover svg{
    transform: scale(1.3);
}
.home-1 .home-banner-thumb{
    bottom: 2.865rem;
    z-index: 5;
    left: 0;
    margin-left: var(--space-left);
    width: calc(100% - var(--space-left));
    gap: 6.25rem;
}
.home-1 .home-banner-thumb .text{
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 1.302rem;
    color: transparent;
    background-image: linear-gradient(90deg, #6388F7 0%, #009199 25%, #008E2C 50%, #FFF 50%, #FFF 100%);
    background-size: 200%;
    background-position: 100% 0;
    background-clip: text;
    transition: all 0.4s;
}
.home-1 .home-banner-thumb .item{
    cursor: pointer;
    position: relative;
}
.home-1 .home-banner-thumb .item.active .text,
.home-1 .home-banner-thumb .item:hover .text{
    background-position: 0;
}
.home-1 .home-banner-thumb .dot{
    width: 6px;
    min-width: 6px;
    height: 6px;
    background: linear-gradient(90deg, #6388F7 0%, #009199 50.56%, #008E2C 100%);
    border-radius: 50%;
    margin-right: 1.042rem;
    display: flex;
    align-items: center;
}
.home-1 .home-banner-thumb .item:before{
    height: 1px;
    min-width: 0;
    position: relative;
    display: block;
    background: linear-gradient(90deg, rgba(99, 136, 247, 0) 0%, #6388F7 100%);
    content: '';
    transition: all 0.4s;
}
.home-1 .home-banner-thumb .item.active:before,
.home-1 .home-banner-thumb .item:hover:before{
    min-width: 5.208rem;
}
.home-2{
    padding-top: 6.458rem;
}
.home-2 .title-group{
    margin-bottom: 2.083rem;
}
.home-2 .grid-container{
    padding-bottom: 6.458rem;
    border-bottom: 1px solid #0000001F;
}
.home-news{
    grid-gap: 1.042rem;
    overflow: hidden;
}
.post-item .date-term{
    margin-bottom: 0.833rem;
    gap: 0.729rem;
}
.home-news .left-col .post-item{
    height: 100%;
    border-radius: 1.042rem;
    overflow: hidden;
}
.home-news .left-col .post-item:before{
    z-index: 2;
    position: absolute;
    content: '';
    height: 60%;
    background: linear-gradient(180deg, rgba(1, 8, 55, 0) 0%, rgba(1, 8, 55, 0.463789) 32.21%, rgba(1, 8, 55, 0.718874) 59.62%, rgba(1, 8, 55, 0.918269) 84.13%, #010837 100%);
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}
.home-news .left-col .post-item .img-wrap{
    height: 100%;
}
.home-news .left-col .post-item .cont-wrap{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 5.625rem 2.5rem 3.229rem;
    z-index: 5;
}
.home-news .left-col .post-item .cont-wrap .post-title{
    font-weight: 600;
    font-size: 1.042rem;
    line-height: 1.302rem;
    -webkit-line-clamp: 3;
}
.home-news .left-col .post-item .cont-wrap *{
    color: #FFF;
}
.home-news > div,
.home-news .swiper,
.home-news .post-item{
    width: 100%;
}
.home-news .swiper{
    height: 30.208rem;
    margin: -0.521rem 0;
}
.home-news .right-col .post-item{
    display: flex;
    align-items: center;
    gap: 1.875rem;
    height: 100%;
    padding: 0.521rem 0;
    border-top: 1px solid #D0D8F0;
}
.home-news .right-col .post-item .img-wrap{
    height: 100%;
    min-width: 9.6875rem;
    width: 9.6875rem;
    border-radius: 0.521rem;
    margin-bottom: 0;
}
.home-news .right-col .post-item .date-term{
    margin-bottom: 0.417rem;
}
.home-news .right-col .post-item .cont-wrap .post-title{
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 1.146rem;
    transition: all 0.4s;
    background: transparent;
}
.post-item:hover .img-wrap img{
    transform: scale(1.1);
}
.post-item:hover .post-title{
    color: transparent !important;
    background: linear-gradient(90deg, #6388F7 0%, #009199 25%, #008E2C 100%, #020202 50%, #020202 100%) !important;
    background-clip: text !important;
}
.home-3{
    padding-top: 3.646rem;
}
.home-3 > svg{
    position: absolute;
    right: 0;
    top: -38.021rem;
}
.home-3 .title-group{
    margin-bottom: 3.021rem;
}
.home-3 .title-group .btn{
    margin-top: 1.875rem;
}
.home-services.swiper{
    margin: 0 -1.25rem;
}
.home-services .swiper-slide{
    padding: 0 0.833rem;
}
.home-services .swiper-slide .item{
    border-radius: 1.042rem;
    overflow: hidden;
    position: relative;
}
.home-services .swiper-slide .item .img-wrap:before{
    height: 45%;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(180deg, #020938 0%, rgba(0, 27, 107, 0.577434) 54.75%, rgba(99, 136, 247, 0) 100%);
    z-index: 2;
}
.home-services .swiper-slide .item .cont-wrap{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    padding: 2.34375rem;
    z-index: 3;
}
.home-services .swiper-slide .item .cont-wrap:before{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    background-image: url('../images/service-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: all 0.4s;
}
.home-services .swiper-slide .item .cont-wrap .service-name{
    font-weight: 600;
    font-size: 1.458rem;
    line-height: 1.667rem;
    margin-bottom: 0.78125rem;
}
.home-services .swiper-slide .item .cont-wrap .service-desc,
.home-services .swiper-slide .item .cont-wrap .arrow-btn{
    opacity: 0;
    transition: all 0.4s;
}
.home-services .swiper-slide .item:hover .cont-wrap .service-desc,
.home-services .swiper-slide .item:hover .cont-wrap .arrow-btn{
    opacity: 1;
}
.home-services .swiper-slide .item:hover .cont-wrap:before{
    opacity: 1;
}
.home-services .swiper-slide .item .cont-wrap .arrow-btn{
    display: flex;
    align-items: center;
    gap: 0.417rem;
    font-weight: 700;
    font-size: 0.729rem;
    line-height: 0.833rem;
}
.home-services .swiper-slide .item .cont-wrap .arrow-btn > span{
    background: linear-gradient(90deg, #6388F7 0%, #009199 50.56%, #008E2C 100%);
    background-clip: text;
    color: transparent;
    text-decoration: underline;
}
.home-services .swiper-slide .item .cont-wrap .arrow-btn:hover > svg{
    transform: rotate(45deg);
}
.sec-title.text-primary.text-white{
    color: #FFF;
}
.home-4{
    padding-top: 7.604rem;
}
.home-4 .section-inner{
    background: #010837;
}
.home-4 .section-inner > svg{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 67.708rem;
    height: auto;
}
.home-4 .grid-container{
    padding: 6.771rem 0;
}
.home-5 .section-inner{
    aspect-ratio: 1600/900;
}
.home-5 .title-group{
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    top: 5.208rem;
}
.home-5 .title-group .sec-title{
    margin-bottom: 1.042rem;
}
.home-5 .images img{
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.home-5 .images img.active{
    opacity: 1;
}
.home-5 .flex-box{
    height: 100%;
}
.home-5 .flex-box .item{
    width: 100%;
    height: 100%;
    border-left: 1px solid #FFFFFF40;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 0.9375rem 0 0.9375rem;
    cursor: pointer;
}
.home-5 .flex-box .item .btn{
    padding: 0 !important;
    right: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
    border-radius: 0.78125rem 0 0 0;
}
.home-5 .flex-box .item .cont-wrap{
    min-height: 10.417rem;
    transition: all 0.4s;
}
.home-5 .flex-box .item .cont-wrap:before{
    height: 4.6875rem;
    left: -0.99rem;
    position: absolute;
    width: 3px;
    background: linear-gradient(90deg, #6388F7 0%, #009199 50.56%, #008E2C 100%);
    content: '';
}
.home-5 .flex-box .item .desc{
    padding-right: 2.1875rem;
}
.home-5 .flex-box .item.active .btn,
.home-5 .flex-box .item:hover .btn{
    opacity: 1;
}
.home-5 .flex-box .item:hover .cont-wrap,
.home-5 .flex-box .item.active .cont-wrap{
    min-height: 14.0625rem;
}
.home-6 {
    padding-top: 6.25rem;
}
.home-6 > svg{
    position: absolute;
}
.home-6 > svg:nth-of-type(1){
    right: 0;
    top: -10.417rem;
}
.home-6 > svg:nth-of-type(2){
    left: 0;
    top: 0;
    transform: translateY(-50%);
}
.home-6 .col-6:nth-of-type(1){
    padding-right: 6.25rem;
}
.home-6 .sec-title{
    margin-bottom: 1.042rem;
}
.home-6 .btn{
    margin-top: 2.083rem;
}
.page-banner .col-6.img-wrap{
    animation: home6LargeImageAnimation 5s linear infinite;
}
.service-details-11 .images,
.home-6 .images{
    display: flex;
    align-items: center;
}
@keyframes home6SmallImageAnimation {
    0%{
        transform: translateX(-10%) translateY(10%);
    }
    50%{
        transform: translateX(0%) translateY(-10%);
    }
    100% {
        transform: translateX(-10%) translateY(10%);
    }
}
@keyframes home6LargeImageAnimation {
    0%{
        transform: translateX(-5%) translateY(5%);
    }
    50%{
        transform: translateX(0%) translateY(-5%);
    }
    100% {
        transform: translateX(-5%) translateY(5%);
    }
}
.service-details-11 .images img:nth-of-type(1),
.home-6 .images img:nth-of-type(1){
    align-self: flex-end;
    margin-bottom: 3.646rem;
    width: 6.25rem;
    height: auto;
    animation: home6SmallImageAnimation 3s linear infinite;
}
.service-details-11 .images img:nth-of-type(2),
.home-6 .images img:nth-of-type(2){
    flex-grow: 1;
    margin: 0 -2.865rem 0 -1.5625rem;
    animation: home6LargeImageAnimation 4s linear infinite;
    width: 23.4375rem;
    height: auto;
}
.service-details-11 .images img:nth-of-type(3),
.home-6 .images img:nth-of-type(3){
    width: 5.208rem;
    height: auto;
    animation: home6SmallImageAnimation 3.2s linear infinite;
}
.home-6 .swiper{
    padding-top: 5.729rem;
    margin: 0 -1.771rem;
}
.home-6 .swiper .swiper-slide{
    padding: 0 1.771rem;
}
.home-6 .swiper-slide .title{
    font-weight: 400;
    font-size: 1.458rem;
    line-height: 1.667rem;
    margin-bottom: 0.521rem;
}
.home-6 .swiper-slide .item{
    position: relative;
    padding-top: 1.979rem;
    padding-right: 2.604rem;
}
.home-6 .swiper-slide .item:before{
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    background: linear-gradient(-90deg, rgba(99, 136, 247, 0) 0%, #6388F7 100%);
    height: 1px;
    width: 100%;
}
.home-6 .swiper-slide .item .dot{
    width: 0.365rem;
    height: 0.365rem;
    background: #6388F7;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-50%);
    border-radius: 50%;
}
.home-7{
    padding-top: 7.5rem;
}
.home-career-banner > .flex-box{
    border-radius: 2.083rem;
    background: radial-gradient(88.69% 1064.87% at 99.05% 89.22%, #020202 0%, #021A42 100%);
}
.home-career-banner .col-6:nth-of-type(1){
    padding: 4.6875rem 4.896rem;
}
.home-career-banner .col-6 .text-white{
    margin-bottom: 1.146rem;
    font-weight: 700;
    font-size: 1.5625rem;
    line-height: 1.927rem;
}
.home-career-banner .col-6:nth-of-type(2){
    padding-right: 1.5625rem;
    height: 100%;
}
.home-career-banner .col-6 .img-wrap{
    overflow: unset;
    height: 100%;
}
.home-career-banner .col-6 .img-wrap > svg{
    position: absolute;
    opacity: 0;
}
.home-career-banner .col-6 .img-wrap > svg:nth-of-type(1){
    right: 1.5625rem;
    top: 1.5625rem;
}
.home-career-banner .col-6 .img-wrap > svg:nth-of-type(2){
    left: 6.25rem;
    bottom: 1.5625rem;
}
.home-career-banner .col-6 .img-wrap.aos-animate > svg:nth-of-type(1){
    transition-delay: 0.5s;
    right: 0;
    top: -1.042rem;
    opacity: 1;
}
.home-career-banner .col-6 .img-wrap.aos-animate > svg:nth-of-type(2){
    transition-delay: 0.5s;
    left: 5.208rem;
    bottom: -1.042rem;
    opacity: 1;
}
.home-career-banner .col-6 .img{
    height: 100%;
    background-image: url('../images/home-career-bg.png');
    background-size: 100%;
    background-repeat: no-repeat;
}
.home-career-banner .col-6 img{
    margin-left: 8.854rem;
    width: 23.4375rem;
    height: 100%;
    mask: url('../images/home-career-mask.png');
    -webkit-mask: url('../images/home-career-mask.png');
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
}
.home-career-banner > .swiper-wrap{
    margin-top: 2.604rem;
}
.home-careers.swiper{
    margin: 0 -0.521rem;
}
.home-careers .swiper-slide{
    padding: 0 0.521rem;
}
.home-careers .item{
    padding: 1.667rem 2.1875rem;
    border-radius: 0.78125rem;
    background: #FBF7F3;
    position: relative;
}
.home-careers .item .btn:after {
    opacity: 1 !important;
}
.home-careers .item .btn{
    color: #FFF !important;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 !important;
}
.home-careers .item .title-wrap{
    margin-bottom: 1.25rem;
    min-height: 3.646rem;
}
.home-careers .item .title-wrap .title{
    transition: all 0.4s;
}
.home-careers .item:hover .title-wrap .title{
    color: transparent !important;
    background: linear-gradient(90deg, #6388F7 0%, #009199 25%, #008E2C 100%, #020202 50%, #020202 100%) !important;
    background-clip: text !important;
}
.home-careers .item .title-wrap .date{
    opacity: 0.5;
    margin-bottom: 0.208rem;
}
.btn.btn-square{
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 1.042rem 0;
}
.home-8{
    padding-top: 9.115rem;
}
.home-8 .section-inner{
    padding: 6.25rem 0 5.208rem;
    background: #010837;
}
.home-8 .section-inner >svg{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.home-8 .title-group{
    margin-bottom: 2.448rem;
}
.home-network{
    width: max-content;
    max-width: 100%;
}
.home-network .item{
    position: absolute;
    transform: translate(-50%, -50%);
}
.home-network .item .text-wrap{
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    padding: 0.417rem 0.833rem;
    transition: all 0.6s;
    opacity: 0;
}
.home-network .item .text-wrap:before{
    width: 100%;
    height: 100%;
    background: var(--color);
    opacity: 0.2;
    backdrop-filter: blur(10px);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 2.604rem;
}
.home-network .item .text-wrap .cont-popup{
    position: absolute;
    background: #01083799;
    padding: 1.042rem;
    border-radius: 1.042rem;
    top: 50%;
    transform: translateY(-50%);
    backdrop-filter: blur(40px);
    width: 13.333rem;
    transition: all 0.6s;
    opacity: 0;
    pointer-events: none;
}
.home-network .item .text-wrap .cont-popup .desc p{
    margin-bottom: 0.521rem
}
.home-network .item .text-wrap .cont-popup .name{
    font-weight: 600;
    font-size: 0.729rem;
    line-height: 1.042rem;
    color: var(--color);
    margin-bottom: 0.208rem;
}
.home-network .item .text-wrap .cont-popup .desc{
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 0.729rem;
}
.home-network .item .text-wrap .cont-popup .desc a{
    transition: all 0.4s;
    color: rgba(255, 255, 255, 0.8);
}
.home-network .item .text-wrap .cont-popup .desc a:hover{
    color: var(--color);
}
.home-network .item .text-wrap .text{
    width: max-content;
    font-weight: 600;
    font-size: 0.729rem;
    line-height: 0.9375rem;
    color: var(--color);
    position: relative;
    z-index: 2;
}
.home-network .item > .cont-wrap{
    bottom: 4px;
    display: flex;
}
.home-network .item > .cont-wrap > svg path{
    stroke-dasharray: 300;
    stroke-dashoffset: 300;
    transition: all 1s;
}
.home-network .item.item-left > .cont-wrap{
    right: 4px;
}
.home-network .item.item-left .text-wrap{
    right: 100%;
    transform: translateY(-50%) translateX(-2.604rem);
}
.home-network .item.item-left .text-wrap .cont-popup{
    right: calc(100% + 3.125rem);
}
.home-network .item.item-right .text-wrap{
    left: 100%;
    transform: translateY(-50%) translateX(2.604rem);
}
.home-network .item.item-right .text-wrap .cont-popup{
    left: calc(100% + 3.125rem);
}
.home-network .item.item-left .text-wrap:hover .cont-popup{
    right: calc(100% + 0.521rem);
    opacity: 1;
    z-index: 20;
}
.home-network .item.item-right .text-wrap:hover .cont-popup{
    left: calc(100% + 0.521rem);
    opacity: 1;
    z-index: 20;
}
.home-network .item.item-right > .cont-wrap{
    left: 4px;
}
.home-network.active .item > .cont-wrap > svg path{
    stroke-dashoffset: 0;
    transition: all 2s;
}
.home-network .item:hover{
    z-index: 10;
}
.home-network.active .item.item-left .text-wrap,
.home-network.active .item.item-right .text-wrap{
    transform: translateY(-50%) translateX(0);
    opacity: 1;
    transition-delay: 1s;
}
.home-network .item .dot{
    width: 0.46875rem;
    height: 0.46875rem;
    background: var(--color);
    border-radius: 50%;
    opacity: 0.8;
    position: relative;
}
.home-network .item .dot:before{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    content: '';
    border: 1px solid var(--color);
    width: 0.9375rem;
    height: 0.9375rem;
    animation: scaleBorder 1.4s infinite linear;
    border-radius: 50%;
}
.home-9{
    padding-top: 8.333rem;
}
.home-9 .title-group{
    margin-bottom: 1.875rem;
}
.home-9 .swiper{
    margin: 0 -1.042rem;
}
.home-9 .swiper-slide{
    padding: 0 1.042rem;
}
.post-item .img-wrap{
    border-radius: 1.042rem;
    margin-bottom: 1.5625rem;
}
.post-item .date-term{
    margin-bottom: 0.521rem;
}
.post-item .post-title{
    font-weight: 600;
    font-size: 1.042rem;
    line-height: 1.458rem;
}
.home-10{
    padding-top: 8.333rem;
}
.home-11{
    padding-top: 7.8125rem;
}
.home-11 .section-inner{
    border-radius: 5.208rem 5.208rem 0 0;
    background: #F6F7FF;
}
.home-11 .section-inner .col-left{
    width: 53%;
    margin-right: -3%;
}
.home-11 .section-inner .col-right{
    width: 50%;
    padding-right: 4.792rem;
}
.home-11 .section-inner .col-right .form-input{
    background: #FFF !important;
    border-color: transparent;
}
.home-11 .section-inner .col-right textarea.form-input{
    padding-top: 0.729rem;
    padding-bottom: 0.729rem;
    border-radius: 1.042rem;
}
.home-11 .form-wrap{
    gap: 0.78125rem 0;
}
.home-11 .form-wrap .form-group.group-half{
    width: calc(50% - 0.417rem);
}
.home-11 .form-wrap .btn{
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.042rem;
}
.home-11 .section-inner .col-right .title-group{
    margin-bottom: 1.823rem;
}
.home-product-cats{
    margin-top: 4.53125rem;
}
.home-product-cats .col-4{
    padding-right: 6.25rem;
}
.home-product-cats .tab-title{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    border-radius: 2.604rem;
    font-weight: 600;
    font-size: 1.042rem;
    height: 2.604rem;
    color: #FFF;
    border: 1px solid #FFFFFF4D;
    padding: 0 0.78125rem 0 1.302rem;
    position: relative;
    transition: all 0.4s;
}
.home-product-cats .tab-title > span{
    color: transparent;
    background-image: linear-gradient(90deg, #6388F7 0%, #009199 25%, #008E2C 50%, #FFF 50%, #FFF 100%);
    background-size: 200%;
    background-position: 100% 0;
    background-clip: text;
    transition: all 0.4s;
}
.home-product-cats .tab-title > svg{
    opacity: 0;
}
.home-product-cats .tab-title.active > span,
.home-product-cats .tab-title:hover > span{
    background-position: 0 0;
}
.home-product-cats .tab-title.active > svg,
.home-product-cats .tab-title:hover > svg{
    opacity: 1;
}
.home-product-cats .tab-title:before{
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 2.604rem;
    padding: 1px;
    background: linear-gradient(90deg, #6388F7 0%, #009199 50.56%, #008E2C 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
    opacity: 0;
    transition: all 0.4s;
    pointer-events: none;
}
.home-product-cats .tab-title.active,
.home-product-cats .tab-title:hover{
    border-color: transparent;
}
.home-product-cats .tab-title.active:before,
.home-product-cats .tab-title:hover:before{
    opacity: 1;
}
.home-product-cats .tab-title+.tab-title{
    margin-top: 1.042rem;
}
.home-product-cats .tab-content{
    display: none;
}
.home-product-cats .tab-content.active{
    display: block;
    animation: fade-up 1.4s;
}
.home-product-cats .tab-content .grid-box{
    grid-gap: 0 4.271rem;
}
.home-product-cats .tab-content .grid-box .item{
    border-top: 1px solid #FFFFFF26;
}
.home-product-cats .tab-content .grid-box .item:last-of-type{
    border-bottom: 1px solid #FFFFFF26;
}
.home-product-cats .tab-content .grid-box .item > a{
    color: #FFF;
    display: flex;
    font-weight: 700;
    padding: 1.458rem 0;
    font-size: 0.9375rem;
    line-height: 1.042rem;
    justify-content: space-between;
}
.home-product-cats .tab-content .grid-box .item > a > svg{
    transform: rotate(180deg);
}
.home-product-cats .tab-content .grid-box .item.active > a > svg{
    transform: rotate(0deg);
}
.home-product-cats .tab-content .grid-box .item > ul{
    padding-bottom: 1.5625rem;
}
.home-product-cats .tab-content .grid-box .item > ul > li{
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.042rem;
    color: #FFF;
}
.home-product-cats .tab-content .grid-box .item > ul > li+li{
    margin-top: 0.78125rem !important;
}
.product-details-5 .tab-content{
    display: none;
}
.product-details-5 .tab-content.active{
    display: block;
    animation: fade-up 1.4s;
}
.product-details-5 .swiper{
    margin: 0 -5rem;
}
.product-details-5 .swiper-slide{
    padding: 0 0.78125rem;
}
.sale-product-item .img-wrap{
    margin-bottom: 1.354rem;
}
.sale-product-item .cont-wrap{
    padding-bottom: 0.9375rem;
    margin-bottom: 0.729rem;
    border-bottom: 1px solid #E6E6E6;
}
.sale-product-item .stock-left{
    display: flex;
    gap: 1.875rem;
}
.sale-product-item .price-right{
    font-weight: 700;
    font-size: 1.354rem;
}
.sale-product-item .btn{
    margin-top: 0.729rem;
    height: 2.083rem;
}
.btn.btn-full-width{
    width: 100%;
}
#add-to-cart-popup{
    background: transparent;
}
#add-to-cart-popup .popup-inner{
    border-radius: 1.042rem;
    padding: 3.646rem 3.229rem;
    background: #FFF;
    width: 57.708rem;
    background-image: url('../images/add-to-cart-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
}
#add-to-cart-popup .popup-inner .img-wrap{
    width: 56%;
    border-radius: 0.521rem;
    aspect-ratio: 555/460;
}
#add-to-cart-popup .popup-inner .cont-wrap{
    width: 44%;
    padding-left: 3.229rem;
}
#add-to-cart-popup .popup-inner .cont-wrap > div{
    transition: all 0.4s;
}
#add-to-cart-popup .popup-inner .cont-wrap.box-loading > div{
    filter: blur(6px);
}
#add-to-cart-popup .popup-inner .cont-wrap .name{
    padding-bottom: 0.677rem;
    margin-bottom: 0.677rem;
    border-bottom: 1px solid #E6E6E6;
    line-height: 1.2;
}
#add-to-cart-popup .popup-inner .cont-wrap .desc {
    padding-bottom: 0.677rem;
    margin-bottom: 0.677rem;
    border-bottom: 1px solid #E6E6E6;
    line-height: 1.3;
}
#add-to-cart-popup .popup-inner .cont-wrap .stock{
    margin-bottom: 0.833rem;
}
#add-to-cart-popup .popup-inner .cont-wrap .stock .price-right{
    font-weight: 700;
    font-size: 1.354rem;
}
#add-to-cart-popup .popup-inner .cont-wrap .stock .stock-left{
    display: flex;
    gap: 1.875rem;
    font-weight: 400;
    font-size: 0.78125rem;
}
#add-to-cart-popup .popup-inner .cont-wrap .quantity{
    margin-right: 0;
    margin-bottom: 1.25rem;
}
#add-to-cart-popup .popup-inner .cont-wrap .quantity label{
    min-width: 5.208rem;
    padding-right: 0.625rem;
    font-weight: 700;
    font-size: 0.833rem;
    line-height: 1.042rem;
}
#add-to-cart-popup .popup-inner .cont-wrap .quantity input{
    background: transparent !important;
    flex-grow: 1;
    border-radius: 5px !important;
    text-align: center;
    border: 1px solid #6388F759;
    font-weight: 400;
    font-size: 0.78125rem;
    line-height: 1.042rem;
    max-width: unset;
    width: auto;
}
#add-to-cart-popup .popup-inner .cont-wrap .btn{
    height: 1.979rem;
}
#add-to-cart-popup .popup-inner .cont-wrap .btn+.btn{
    margin-top: 0.625rem;
}
div:where(.swal2-container){
    z-index: 999999999 !important;
}
.swal2-container .swal2-popup #swal2-title{
    font-size: 1.3rem;
    color: #111;
}
.swal2-container .swal2-popup .swal2-actions > button.swal2-styled{
    font-size: 0.8rem !important;
    line-height: 1.5;
    text-transform: initial;
}
.swal2-container .swal2-popup .swal2-actions > button.swal2-styled:not([style*='background-color']){
    background: linear-gradient(90deg, #6388F7 0%, #009199 50.56%, #008E2C 100%) !important;
    outline: unset !important;
    box-shadow: unset !important;
}
#add-to-cart-popup{
    display: none;
}
.cart-sec{
    padding: 5.208rem 0;
    min-height: 100vh;
    position: relative;
}
.cart-sec >.grid-container > div{
    transition: all 0.4s
}
.cart-sec >.grid-container.box-loading > div{
    filter: blur(6px);
}
section.thanks-sec > svg:nth-of-type(1),
.cart-sec > svg:nth-of-type(1){
    position: absolute;
    right: 0;
    top: 0;
    width: 41.667rem;
    height: auto;
    pointer-events: none;
}
section.thanks-sec > svg:nth-of-type(2),
.cart-sec > svg:nth-of-type(2){
    position: absolute;
    bottom: 0;
    left: 0;
    width: 46.875rem;
    height: auto;
    pointer-events: none;
}
.cart-sec .list-cart-items{
    padding-right: 2.34375rem;
    overflow: auto;
    max-height: 34.115rem;
    margin-top: 1.042rem;
}
.cart-sec .list-cart-items::-webkit-scrollbar-track {
    border-radius: 20px;
    background-color: #F5F5F5;
}
.cart-sec .list-cart-items::-webkit-scrollbar {
    width: 0.3125rem;
    background-color: #cedbff;
    border-radius: 20px;
}
.cart-sec .list-cart-items::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #6388F7 0%, #009199 50.56%, #008E2C 100%);
    border-radius: 20px;
}
.cart-sec .list-cart-items .cart-item+.cart-item{
    padding-top: 0.625rem;
    margin-top: 0.625rem;
    border-top: 1px solid #C3C3C3
}
.cart-sec .list-cart-items .cart-item .img-wrap{
    width: 11.146rem;
    min-width: 11.146rem;
}
.cart-sec .list-cart-items .cart-item .cont-wrap{
    padding: 0.833rem 2.5rem 0.833rem 2.865rem;
}
.cart-sec .list-cart-items .cart-item .name{
    margin-bottom: 1.5625rem;
}
.cart-sec .list-cart-items .cart-item .cont-wrap > .flex-box{
    font-weight: 400;
    font-size: 0.78125rem;
}
.cart-sec .form-order{
    border-radius: 1.042rem;
    padding: 4.6875rem 3.542rem;
    background: #6388F712;
    margin-left: 3.4375rem;
}
.cart-sec .form-order .form-title{
    font-weight: 700;
    font-size: 1.302rem;
    margin-bottom: 0.3125rem;
}
.cart-sec .form-order .form-desc{
    margin-bottom: 1.042rem;
}
.page-template-thanks footer,
.page-template-thanks header{
    display: none !important;
}
section.thanks-sec{
    height: 100vh;
}
section.thanks-sec .text-center{
    width: 31.875rem;
    max-width: 100%;
}
section.thanks-sec .text-center svg{
    width: 7.292rem;
    height: auto;
    margin-bottom: 1.042rem;
}
section.thanks-sec .text-center {
    font-weight: 400;
    font-size: 0.833rem;
}
section.thanks-sec .text-center h1{
    font-weight: 700;
    font-size: 1.875rem;
    background: linear-gradient(90deg, #6388F7 0%, #009199 50.56%, #008E2C 100%);
    background-clip: text;
    color: transparent;
    font-family: 'SVN-Zona Pro', sans-serif;
    margin-bottom: 0.208rem;
}
section.thanks-sec .text-center .last-reset{
    margin-bottom: 2.083rem;
}
section.thanks-sec .text-center .btn{
    width: 26.979rem;
    max-width: 100%;
}
section.cart-sec .cart-empty .cart-empty-image{
    height: 15.625rem;
    width: 30.625rem;
    max-width: calc(100% - 30px);
    -webkit-mask-image: url(../images/cart-empty.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    background-color: var(--color-4);
    margin: 1rem auto 2rem;
}
section.cart-sec .cart-empty .btn{
    width: 13.542rem;
}
section.cart-sec:has(.h-full){
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
section.cart-sec .cart-empty .cart-empty-message{
    font-size: 0.9375rem;
    margin-bottom: 1.042rem;
}
.find-products-sec{
    padding-bottom: 6.25rem;
}
.find-products-sec .title-group{
    padding-top: 4.271rem;
}
.find-products-sec .col-5 > .flex-box{
    gap: 1.146rem;
}
.find-products-sec .col-5 > .flex-box .btn{
    height: 2.34375rem;
    font-weight: 400;
}
.find-products-box .fixed-compare{
    display: block;
    position: sticky;
    top: 50%;
    left: 0;
    transform: rotate(-90deg) translateX(-50%);
    transform-origin: left top;
    padding: 0.417rem 1.5625rem;
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 0.9375rem;
    text-align: center;
    color: #FFF;
    border-radius: 0 0 10px 10px;
    width: max-content;
    background: linear-gradient(270deg, #6388F7 0%, #009199 50.56%, #008E2C 100%);
    z-index: 9;
}
.find-products-box .find-products-wrap{
    padding-left: 4.167rem;
}
.find-products-table{
    overflow: auto;
}
.find-products-table .table-row{
    display: flex;
}
.find-products-table .table-row .sticky-column{
    width: 14.0625rem;
    min-width: 14.0625rem;
    position: sticky;
    left: 0;
    z-index: 20;
}
.find-products-table .filter-table .column{
    background: #F5F5F5;
}
.find-products-table .filter-table.controls-is-hidden .column-header{
    height: 100% !important;
}
.find-products-table .filter-table .column .column-inner{
    height: 100%;
}
.find-products-table .filter-table .sticky-column{
    padding-right: 0.417rem;
    background: #FFF;
}
.find-products-table .filter-table .sticky-column .column-inner{
    border-radius: 0.521rem;
    background: #F5F5F5;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.find-products-table .filter-table .sticky-column .btn{
    height: 2.083rem;
    width: 100%;
    font-weight: 400;
}
.find-products-table .filter-table .sticky-column .hidden-quantity{
    margin: 0.677rem 0 1.042rem;
    color: #020202;
    opacity: 0.5;
    font-weight: 400;
    font-size: 0.78125rem;
    line-height: 0.833rem;
}
.btn-compare-now.disabled{
    pointer-events: none;
    opacity: 0.6;
}
.find-products-table .filter-table .sticky-column .btn-compare-now{
    gap: 0
}
.find-products-table .filter-table .sticky-column .display-params{
    background: #003699;
    color: #FFF;
}
.find-products-table .filter-table .sticky-column .count-row{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.677rem;
}
.find-products-table .filter-table .sticky-column .count-row .label{
    font-weight: 400;
    font-size: 0.78125rem;
    line-height: 1.042rem;
    color: #020202;
    opacity: 0.5;
}
.find-products-table .filter-table .sticky-column .btn-reset-filter{
    background: #6388F71A;
}
.find-products-table .filter-table .sticky-column .count-row .value{
    font-weight: 600;
    font-size: 1.042rem;
    line-height: 1.146rem;
    text-align: right;
}
.find-products-table .filter-table .sticky-column+.filter-column{
    border-radius: 0.521rem 0 0 0.521rem;
    overflow: hidden;
}
.find-products-table .filter-table .filter-column[data-name="description"]{
}
.find-products-table .filter-table .filter-column[data-name="description"] .column-inner{
    width: 13.021rem;
    min-width: 13.021rem;
}
.find-products-table .filter-table .filter-column{
    min-width: max-content;
}
.find-products-table .filter-table .filter-column .column-inner{
    min-width: 8.854rem;
    width: max-content;
    max-width: 14.0625rem;
    overflow: hidden;
}
.find-products-table .filter-table .filter-column+.filter-column .column-header,
.find-products-table .filter-table .filter-column+.filter-column .column-filter{
    border-left: 1px solid #DFDFDF;
}
.find-products-table .filter-table .filter-column .column-header{
    height: 7.8125rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 1.042rem;
    text-align: center;
    padding: 0.729rem 1.25rem;
    border-top: 4px solid #6388F7;
    border-bottom: 1px solid #DFDFDF;
}
.find-products-table .filter-table .filter-column .column-header .order-icon{
    display: flex;
}
.find-products-table .filter-table .filter-column .column-header .condition{
    font-weight: 400;
    font-size: 0.729rem;
    line-height: 0.885rem;
    color: #989898;
}
.find-products-table .filter-table .filter-column .column-header .header-title{
    font-weight: 700;
    font-size: 0.833rem;
    line-height: 1.042rem;
}
.find-products-table .filter-table .filter-column .column-inner{
    display: flex;
    flex-direction: column;
}
.find-products-table .filter-table .filter-column .column-filter{
    padding: 1.042rem 0.833rem;
    flex-grow: 1;
}
.find-products-table .filter-table .filter-column .column-filter .item{
    font-weight: 400;
    font-size: 0.729rem;
    line-height: 0.833rem;
    width: max-content;
    max-width: 100%;
}
.find-products-table .filter-table .filter-column .column-order{
    padding: 0.3125rem 0.625rem 1.042rem;
}
.find-products-table .filter-table .filter-column .column-order > .flex-box{
    gap: 4px;
    cursor: pointer;
}
.find-products-table .filter-table .filter-column .column-order .order{
    opacity: 0.5;
}
.find-products-table .filter-table .filter-column .column-order .order.active{
    opacity: 1;
}
.nk-custom-checkbox input,
.nk-custom-radio input{
    display: none !important;
}
.nk-custom-checkbox,

.nk-custom-radio{
    display: flex !important;
    align-items: flex-start;
    gap: 0.521rem;
    cursor: pointer;
    margin-bottom: 0;
}
.nk-custom-checkbox .checkbox-custom{
    width: 0.833rem;
    height: auto;
    aspect-ratio: 1;
    background: #6388F71A;
    border: 1px solid #6388F780;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    transition: all 0.4s;
}
.nk-custom-checkbox .checkbox-custom svg{
    width: 0.729rem;
    height: auto;
    opacity: 0;
}
.nk-custom-checkbox input:checked+.checkbox-custom{
    background: #6388F7E5;
}
.nk-custom-radio input:checked+.radio-custom svg,
.nk-custom-checkbox input:checked+.checkbox-custom svg{
    opacity: 1;
}
.nk-custom-radio .radio-custom{
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #6388F780;
    width: 0.833rem;
    height: auto;
    aspect-ratio: 1;
    background: #6388F71A;
    transition: all 0.4s;
}
.nk-custom-radio .radio-custom svg{
    width: 0.625rem;
    height: auto;
    opacity: 0;
}
.find-products-table .filter-table .filter-column .column-filter .item+.item{
    margin-top: 0.729rem;
}
.find-products-table .filter-table .filter-column .column-filter .item input{
    display: none !important;
}
.find-products-table .filter-table .slider-range{
    height: 9.479rem;
    width: 2px;
    position: relative;
    background: #C2CFF5;
    z-index: 3;
    margin-left: 0.3125rem;
}
.find-products-table .filter-table .slider-range:after,
.find-products-table .filter-table .slider-range:before{
    left: 50%;
    top: -2px;
    position: absolute;
    transform: translateX(-50%);
    content: '';
    height: 0.625rem;
    width: 0.625rem;
    background: #C2CFF5;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    z-index: -1;
}
.find-products-table .filter-table .slider-range:after{
    top: unset;
    bottom: -2px;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
.find-products-table .filter-table .slider-range .ui-slider-range{
    width: 2px;
    background: #6388F7;
    position: absolute;
    left: 0;
}
.find-products-table .filter-table .slider-range .ui-slider-handle{
    border-radius: 50%;
    width: 0.625rem;
    height: 0.625rem;
    background: #6388F7;
    cursor: pointer;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    z-index: 9;
}
.find-products-table .filter-table .slider-range .max,
.find-products-table .filter-table .slider-range .min{
    position: absolute;
    left: 1.146rem;
    bottom: 0;
    transform: translateY(50%);
    font-weight: 400;
    font-size: 0.677rem;
    width: max-content;
}
.find-products-table .filter-table .slider-range .max{
    bottom: unset;
    top: 0;
    transform: translateY(-50%);
}
.find-products-table .filter-table .slider-range-wrap > div[class*='current']{
    display: flex;
    align-items: center;
    gap: 0.521rem;
    font-weight: 600;
    font-size: 0.833rem;
    line-height: 1.042rem;
    color: #6388F7;
}
.find-products-table .filter-table .slider-range-wrap > div[class*='current'] > .current-value{
    margin: 0 !important;
    height: 1.25rem;
    width: 2.5rem;
    border-radius: 0.15625rem;
    border: 0.5px solid #6388F7;
    text-align: center;
    background: #6388F71A;
    color: #020202;
    font-weight: 400;
    font-size: 0.677rem;
    padding: 0;
}
.find-products-table .filter-table .slider-range-wrap > .current-max{
    margin-bottom: 1.5625rem;
}
.find-products-table .filter-table .slider-range-wrap > .current-min{
    margin-top: 1.5625rem;
}
.find-products-table .filter-table .slider-range-wrap{
    width: max-content;
    margin: auto;
}
.find-products-table .products-table{
    margin-top: 1.042rem;
}
.find-products-table .products-table .table-row{
    position: relative;
    transition: all 0.4s;
    cursor: pointer;
}
.find-products-table .products-table .table-row+.table-row{
    margin-top: 0.417rem;
}
.find-products-table .products-table .sticky-column{
    background: #FFF;
}
.find-products-table .products-table .sticky-column .column-inner{
    height: 100%;
    padding: 1.25rem;
}
.find-products-table .products-table .table-row > .column{
    transition: all 0.4s;
}
.find-products-table .products-table .table-row:before{
    height: 100%;
    left: 0;
    top: 0;
    width: 3px;
    position: absolute;
    content: '';
    background: #6388F7;
    z-index: 30;
    opacity: 0;
    transition: all 0.4s
}
.find-products-table .products-table .table-row.selected > .column,
.find-products-table .products-table .table-row:hover > .column{
    background: #EFF3FE !important;
}
.find-products-table .products-table .table-row.selected:before{
    opacity: 1;
}
.find-products-table .products-table .sticky-column .column-inner .product-name{
    margin-bottom: 0.625rem;
}
.find-products-table .products-table .sticky-column .column-inner .name{
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 1.146rem;
    margin-bottom: 0.365rem;
    color: #5A8DFF;
}
.find-products-table .products-table .sticky-column .column-inner .other-name{
    font-weight: 400;
    font-size: 0.729rem;
    line-height: 0.9375rem;
}
.find-products-table .products-table .sticky-column .product-actions {
    gap: 0.729rem
}
.find-products-table .products-table .sticky-column .product-actions > a{
    display: flex;
}
.find-products-table .products-table .value-column .column-inner .product-excerpt{
    padding-right: 0.417rem;
    max-height: 4.427rem;
    overflow: auto;
    height: 100%;
}
.find-products-table .products-table .value-column .column-inner .product-excerpt::-webkit-scrollbar-track {
    background-color: #DFDFDFD9;
}
.find-products-table .products-table .value-column .column-inner .product-excerpt::-webkit-scrollbar {
    width: 3px;
    background-color: #DFDFDFD9;
}
.find-products-table .products-table .value-column .column-inner .product-excerpt::-webkit-scrollbar-thumb {
    background: #C8C8C8;
}
.find-products-table{
    padding-bottom: 0.625rem;
}
.find-products-table::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.find-products-table::-webkit-scrollbar {
    height: 8px;
    background-color: #cedbff;
}
.find-products-table::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #6388F7 0%, #009199 50.56%, #008E2C 100%);
    border-radius: 20px;
}
.find-products-table .products-table .value-column .column-inner{
    padding: 1.458rem 0.9375rem;
    font-weight: 400;
    font-size: 0.729rem;
    line-height: 0.833rem;
    transition: all 0.4s;
    border-left: 1px solid #DFDFDF;
    height: 100%;
}
.find-products-table .products-table .value-column .column-inner li{
    margin-bottom: 0;
}
.find-products-table .products-table .value-column .column-inner li:only-child{
    list-style: none;
}
.find-products-table .products-table .value-column .column-inner .range{
    text-align: center;
}
#display-params-table{
    display: none;
    background: transparent;
}
#display-params-table .params-list{
    border-radius: 0.521rem;
    background: #FFF;
    padding: 2.083rem 2.604rem;
}
#display-params-table .params-list .params-list-header{
    margin-bottom: 1.5625rem;
}
#display-params-table .params-list .params-list-header .title{
    font-weight: 700;
    font-size: 1.302rem;
    line-height: 1.667rem;
    color: var(--color-4);
}
#display-params-table .params-list .params-list-header > .flex-box{
    gap: 1.042rem
}
#display-params-table .params-list .params-list-header > .flex-box > .action{
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.042rem;
    color: var(--color-4);
    text-decoration: underline;
    cursor: pointer;
}
#display-params-table .params-list .params-list-grid{
    gap: 0.833rem;
}
#display-params-table .params-list .params-list-grid .item{
    font-weight: 400;
    font-size: 0.729rem;
    line-height: 0.833rem;
}
#display-params-table .params-list .params-list-footer{
    margin-top: 1.458rem;
}
#display-params-table .params-list .params-list-footer .btn{
    height: 2.083rem;
}
#compare-products{
    display: none;
    background: transparent !important;
    max-width: 100%;
}
#compare-products .compare-wrap{
    background: #FFF;
    width: 78.125rem;
    max-width: 100%;
    border-radius: 0.521rem;
    padding: 2.708rem;
}
#compare-products .compare-wrap .compare-header{
    margin-bottom: 1.667rem;
}
#compare-products .compare-wrap .compare-header .title{
    font-weight: 700;
    font-size: 1.302rem;
    line-height: 1.667rem;
    color: #003699
}
#compare-products .compare-wrap .compare-header .btn{
    background: #5A8DFF33;
    height: 2.34375rem;
    color: #5A8DFF;
}
.compare-table .compare-column{
    width: calc(80% / 7);
    position: relative;
}
.compare-table .compare-column:before{
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% + 0.625rem);
    position: absolute;
    content: '';
    border-radius: 5px;
    pointer-events: none;
    border: 1px solid #DBE5FF;
    opacity: 0;
    transition: all .4s;
}
.compare-table .compare-column:hover .btn-remove-product{
    opacity: 1 !important;
}
.compare-table .compare-column:hover:before{
    opacity: 1;
}
.compare-table .title-column.compare-column:before{
    display: none !important;
}
.compare-table .title-column.compare-column{
    width: 20%;
}
.compare-table .compare-column .column-header .btn-remove-product{
    position: absolute;
    right: 0;
    top: 0;
    width: 1.458rem;
    height: 1.458rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #D2DDFF;
    padding: 0;
    min-height: unset;
    cursor: pointer;
    margin: 0 !important;
    transform: translateY(-50%) translateX(50%);
    z-index: 9;
    opacity: 0;
    transition: all .4s;
}
.compare-table .compare-column .column-header .btn-remove-product svg{
    width: 0.9375rem;
    height: 0.9375rem;
}
.compare-table .compare-column .column-header{
    height: 4.375rem;
    margin-bottom: 0.521rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.compare-table .compare-column .column-header .product-name{
    font-weight: 600;
    font-size: 0.729rem;
    line-height: 1.042rem;
    text-transform: uppercase;
    margin-bottom: 0.417rem;
    color: #003699;
}
.compare-table .compare-column .column-header .product-actions{
    display: flex;
    justify-content: center;
    gap: 0.417rem;
}
.compare-table .compare-column .column-header .product-actions > a{
    width: 1.5625rem;
    height: 1.5625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.compare-table .compare-column .column-header .product-actions > a:nth-of-type(1){
    background: #6388F71A;
}
.compare-table .compare-column .column-header .product-actions > a:nth-of-type(2){
    background: #F270211A;
}
.compare-table .title-column.compare-column .column-header{
    padding-right: 0.521rem;
}
.compare-table .title-column.compare-column .column-header .params-filter{
    background: #F3F3F3;
    border-radius: 5px;
    padding: 1.042rem;
    width: 100%;
    height: 100%;
}
.compare-table .title-column.compare-column .column-header .label{
    font-weight: 600;
    font-size: 0.833rem;
    line-height: 1.146rem;
    margin-right: 0.833rem;
}
.compare-table .title-column.compare-column .column-header .nk-custom-radio{
    font-weight: 400;
    font-size: 0.729rem;
    line-height: 1.042rem;
    align-items: center;
}
.compare-table .title-column.compare-column .column-header .nk-custom-radio+.nk-custom-radio{
    margin-top: 0.26rem;
}
.compare-table .compare-column .add-new-product{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.75rem;
    border-radius: 5px;
    background: #F0F4FF;
    width: calc(100% - 4px);
}
.compare-table .compare-column.title-column .column-content .column-cell{
    font-weight: 700;
}
.compare-table .compare-column .column-content .column-cell .cell-content{
    text-align: center;
}
.compare-table .compare-column .column-content .column-cell{
    min-height: 2.292rem;
    padding: 0.521rem 1.25rem;
    font-weight: 400;
    font-size: 0.78125rem;
    line-height: 1.042rem;
}
.compare-table .compare-column .column-content .column-cell li{
    margin-bottom: 0;
    text-align: left;
}
.compare-table .compare-column .column-content .column-cell li:only-child{
    list-style: none;
    text-align: center;
}
.compare-table .compare-column:last-of-type .column-cell{
    border-radius: 0 5px 5px 0;
}
.compare-table .compare-column.title-column .column-cell{
    border-radius: 5px 0 0 5px;
}
.compare-table .compare-column .column-content .column-cell:nth-of-type(odd){
    background: #6388F61A;
}
.fancybox-slide--html .fancybox-close-small{
    color: #FFF;
    padding: 0;
}
.fancybox-slide--html .fancybox-close-small:hover svg{
    transform: scale(0.8);
}
.fancybox-slide--html .fancybox-close-small svg{
    font-size: 1.042rem;
}
.header-light #wrapper{
    padding-top: 6.25rem;
}
#wrapper .horizontal-header{
    position: absolute;
    height: 6.25rem;
    width: 100%;
    z-index: 99;
    padding-right: 4.167rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    top: 0;
}
#wrapper .horizontal-header > div,
#wrapper .horizontal-header > div > ul{
    gap: 3.646rem
}
#wrapper .horizontal-header ul > li{
    margin-bottom: 0;
    position: relative;
}
#wrapper .horizontal-header ul > li > a{
    color: #FFF;
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.25rem;
    position: relative;
}
#wrapper .horizontal-header ul.horizontal-menu > li > a{
    background-image: linear-gradient(90deg, #6388F7 0%, #009199 25%, #008E2C 50%, #FFF 50%, #FFF 100%);
    background-size: 200%;
    background-position: 100% 0;
    background-clip: text;
    transition: all 0.4s;
    color: transparent;
    padding: 0.521rem 0;
    display: block;
}
#wrapper .horizontal-header ul.horizontal-menu > li > a:before{
    left: 50%;
    top: 0.521rem;
    position: absolute;
    content: '';
    transform: translateX(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #5A8DFF;
    transition: all 0.4s;
    opacity: 0;
}
#wrapper .horizontal-header ul.horizontal-menu > li.current-menu-item > a,
#wrapper .horizontal-header ul.horizontal-menu > li:hover > a{
    background-position: 0 0;
}
#wrapper .horizontal-header ul.horizontal-menu > li.current-menu-item > a:before,
#wrapper .horizontal-header ul.horizontal-menu > li:hover > a:before{
    top: 0px;
    opacity: 1;
}
#wrapper .horizontal-header ul.horizontal-menu ul{
    position: absolute;
    z-index: 9;
    list-style: none;
    padding: 0.625rem;
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 2px 4px 10px 0px #0000000D;
    margin: 0;
    top: 100%;
    left: 0;
    min-width: 13.542rem;
    max-width: 16.667rem;
    width: max-content;
    transform: translateY(1.5625rem);
    transition: all 0.4s;
    opacity: 0;
    pointer-events: none;
}
#wrapper .horizontal-header ul.horizontal-menu ul > li > a{
    padding: 0.15625rem 0.625rem;
    border-radius: 5px;
    transition: all 0.4s;
    font-weight: 300;
    font-size: 0.729rem;
    line-height: 1.042rem;
    cursor: pointer;
    margin: 0;
    display: flex;
    gap: 0.78125rem;
    color: #202020;
}
#wrapper .horizontal-header ul.horizontal-menu ul > li:hover > a,
#wrapper .horizontal-header ul.horizontal-menu ul > li.current-menu-item > a{
    background: #6388F733;
}
#wrapper .horizontal-header ul.horizontal-menu ul ul{
    left: 100%;
    top: 0;
    transform: translateX(1.5625rem);
}
#wrapper .horizontal-header ul.horizontal-menu > li:hover > ul{
    transform: translateY(0);
    opacity: 1;
    pointer-events: unset;
}
#wrapper .horizontal-header ul.horizontal-menu ul > li:hover > ul{
    transform: translateX(0);
    opacity: 1;
}
#wrapper .horizontal-header ul.header-items > li > a{
    display: flex;
}
#wrapper .horizontal-header ul.header-items > li.header-search > a path{
    stroke: currentColor;
}
#wrapper .horizontal-header > div > ul ul{
    position: absolute;
}
#wrapper .horizontal-header ul.header-items .language-switcher > a{
    display: flex;
    align-items: center;
    gap: 0.521rem;
    padding: 10px 0;
}
#wrapper .horizontal-header ul.header-items .language-switcher > a > svg:nth-of-type(1){
    width: 1.146rem;
    height: auto;
}
#wrapper .horizontal-header ul.header-items .language-switcher > a > svg:nth-of-type(2) path{
    stroke: currentColor;
}
#wrapper .horizontal-header ul.header-items .language-switcher .languages-list{
    margin: 0 !important;
    list-style: none;
    padding: 0.417rem 0.521rem;
    border-radius: 10px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(1.042rem);
    opacity: 0;
    transition: all 0.4s;
    background: #0036994D;
    pointer-events: none;
}
#wrapper .horizontal-header ul.header-items .language-switcher:hover .languages-list{
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    /*pointer-events: unset;*/
}
#wrapper .horizontal-header ul.header-items .language-switcher .languages-list > li+li{
    margin-top: 6px;
}
#wrapper .horizontal-header ul.header-items .language-switcher .languages-list > li > a{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 0.729rem;
    line-height: 1.042rem;
    text-transform: uppercase;
    gap: 0.521rem;
    color: #FFF !important;
}
#wrapper .horizontal-header ul.header-items .language-switcher .languages-list > li > a > svg{
    width: 1.146rem;
    height: auto;
}
.header-light #wrapper .horizontal-header ul.header-items .language-switcher .languages-list > li > a{
    color: #020202 !important;
}
.header-light #wrapper .horizontal-header ul.header-items .language-switcher .languages-list{
    background: #6388F71A;
}
.header-light #wrapper .horizontal-header ul > li > a{
    color: #020202;
}
.header-light #wrapper .horizontal-header ul.horizontal-menu > li > a{
    background-image: linear-gradient(90deg, #6388F7 0%, #009199 25%, #008E2C 50%, #020202 50%, #020202 100%);
}
.page-template-my-account.header-light #wrapper,
.page-template-login.header-light #wrapper,
.page-template-register.header-light #wrapper,
.page-template-forget-password.header-light #wrapper,
.page-template-active-account.header-light #wrapper,
.page-template-cart.header-light #wrapper{
    padding-top: 0 !important;
}
.page-template-thanks .horizontal-header,
.page-template-cart .horizontal-header{
    display: none !important;
}
.breadcrumbs ol{
    display: flex;
    list-style: none;
    width: var(--container-w);
    margin: 0 auto;
    margin-top: 0.521rem;
}
.breadcrumbs ol > li{
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 50;
}
.breadcrumbs ol > li+li{
    margin-left: 1.25rem;
}
.breadcrumbs ol > li+li:before{
    position: relative;
    margin-right: 1.25rem;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #5A8DFF;
    display: block;
}
.breadcrumbs ol > li > a{
    font-weight: 300;
    font-size: 0.729rem;
    line-height: 1.042rem;
    color: #FFF;
    display: block;
    transition: all 0.4s;
}
.breadcrumbs ol > li.breadcrumb-has-dropdown > a{
    display: flex;
    align-items: center;
    gap: 0.521rem;
    border-radius: 2.604rem;
    border: 1px solid #FFFFFF80;
    padding: 0.417rem 1.042rem;
}
.breadcrumbs ol > li.breadcrumb-has-dropdown > ul{
    position: absolute;
    left: calc(4px + 1.25rem);
    top: 100%;
    width: 12.5rem;
    background: #FFF;
    z-index: 9;
    list-style: none;
    padding: 0.625rem;
    border-radius: 10px;
    box-shadow: 2px 4px 10px 0px #0000000D;
    margin: 0;
    transform: translateY(1.5625rem);
    transition: all 0.4s;
    opacity: 0;
    pointer-events: none;
    max-height: 14rem;
    overflow: auto;
    min-width: calc(100% - 4px - 1.25rem);
}
.breadcrumbs ol > li.breadcrumb-has-dropdown > ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.breadcrumbs ol > li.breadcrumb-has-dropdown > ul::-webkit-scrollbar {
    width: 6px;
    background-color: #cedbff;
}
.breadcrumbs ol > li.breadcrumb-has-dropdown > ul::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #6388F7 0%, #009199 50.56%, #008E2C 100%);
    border-radius: 20px;
}
.breadcrumbs ol > li.breadcrumb-has-dropdown > ul > li{
    margin: 0;
}
.breadcrumbs ol > li.breadcrumb-has-dropdown > ul > li > a{
    padding: 0.15625rem 0.625rem;
    border-radius: 5px;
    transition: all 0.4s;
    font-weight: 300;
    font-size: 0.729rem;
    line-height: 1.042rem;
    cursor: pointer;
    margin: 0;
    display: flex;
    gap: 0.78125rem;
    color: #202020;
}
.breadcrumbs ol > li.breadcrumb-has-dropdown > ul > li.active-child > a,
.breadcrumbs ol > li.breadcrumb-has-dropdown > ul > li > a:hover{
    background: #6388F733;
}
.breadcrumbs ol > li.breadcrumb-has-dropdown:hover > ul{
    opacity: 1;
    transform: translateY(0);
    pointer-events: unset;
}
.breadcrumbs ol > li > a:hover{
    color: var(--color-2)
}
body.header-light .breadcrumbs ol > li > a{
    color: #020202;
}
.menu-hamburger{
    display: none !important;
}
.show-tablet{
    display: none !important;
}
.my-account-container{
    padding-left: var(--space-left);
    padding-top: 4rem;
    margin-left: 64px;
    min-height: 100vh;
}
.page-template-my-account .horizontal-header{
    display: none !important;
}
.filter-column{
    transition: all 0.2s;
    border: 0px solid transparent;
}
.filter-column.is-dragging  { opacity: .3; }
.filter-column.drop-before  { border-left: 10px solid #5b7fde; }
.filter-column.drop-after   { border-right: 10px solid #5b7fde; }
.order-icon                 { cursor: grab; }
.order-icon:active          { cursor: grabbing; }
.col-ghost                  { cursor: grabbing;
    background: rgba(99, 136, 247, 0.3); }
#register-form,
#login-form{
    background: transparent !important;
    padding-bottom: 0 !important;
}
#register-form .form-inner,
#login-form .form-inner{
    background-color: #FFF;
    width: 34.6875rem;
    max-width: 100%;
    border-radius: 1.042rem;
    padding: 3.333rem 3.854rem;
    background-image: url('../images/login-form-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
#register-form .form-inner{
    background-image: url('../images/register-form-bg.jpg');
}
#NK-signup-form .ajax-form-redirect,
#NK-login-form .ajax-form-redirect{
    font-family: 'SVN-Zona Pro', sans-serif;
    font-weight: 400;
    font-size: 0.729rem;
    color: #A1A1A1;
    margin-top: 1.042rem;
    width: 100%;
}
#NK-signup-form .ajax-form-redirect > a,
#NK-login-form .ajax-form-redirect > a{
    font-weight: 700;
    background: linear-gradient(90deg, #6388F7 0%, #009199 50.56%, #008E2C 100%);
    background-clip: text;
    color: transparent;
    text-decoration: underline;
}
#register-form .form-inner .title-group,
#login-form .form-inner .title-group{
    margin-bottom: 1.25rem;
}
#NK-signup-form a.forget-password,
#NK-login-form a.forget-password{
    font-weight: 400;
    font-size: 0.78125rem;
    line-height: 1.042rem;
}
#NK-signup-form .nk-custom-checkbox,
#NK-login-form .nk-custom-checkbox{
    font-weight: 400;
    font-size: 0.78125rem;
    line-height: 1.042rem;
    align-items: center;
}
#register-form .form-inner .title,
#login-form .form-inner .title{
    font-weight: 700;
    font-size: 1.302rem;
    line-height: 1.667rem;
    margin-bottom: 0.521rem;
}
#register-form,
#login-form{
    display: none ;
}
.default-page{
    padding-bottom: 4rem;
}
.default-page .sec-title{
    margin-bottom: 2.083rem;
}
.account-login-page{
    min-height: 100vh;
    padding-left: var(--space-left) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-group .captcha-wrap{
    display: flex;
    gap: 0.625rem;
}
.form-group .captcha-wrap .captcha{
    display: flex;
    border-radius: 2.604rem;
    flex-grow: 1;
    overflow: hidden;
    background: #00000059;
}
.form-group .captcha-wrap .captcha button svg{
    width: 1.25rem;
    height: 1.25rem;
}
.form-group .captcha-wrap .captcha button{
    min-height: unset;
    width: 3.021rem;
    height: 2.604rem;
    margin: 0 !important;
    background: #FFFFFFC2;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-group .captcha-wrap .captcha canvas{
    border-radius: 0 !important;
    flex-grow: 1;
    height: 2.604rem;
}
.form-group .captcha-wrap input{
    width: 10.104rem;
    text-align: center;
    font-weight: 400;
    font-size: 0.78125rem;
    line-height: 1.042rem;
    height: 2.604rem;
    color: #020202;
    margin: 0;
    border-radius: 2.604rem;
}
.btn.btn-arrow .icon{
    overflow: hidden;
}
.btn.btn-arrow .icon svg:nth-of-type(2){
    position: absolute;
    right: 100%;
    top: 100%;
}
.btn.btn-arrow:hover .icon svg:nth-of-type(2){
    right: 0;
    top: 0;
}
.btn.btn-arrow:hover .icon svg:nth-of-type(1){
    transform: translateX(100%) translateY(-100%);
}
.form-wrap .password-rule{
    font-weight: 400;
    font-size: 0.677rem;
    line-height: 0.885rem;
    margin-top: 0.208rem;
}
.signup-checkboxes > .nk-custom-checkbox{
    align-items: flex-start !important;
    color: rgba(2, 2, 2, 0.7);
}
.signup-checkboxes > .nk-custom-checkbox .checkbox-custom{
    margin-top: 2px;
}
.signup-checkboxes > .nk-custom-checkbox+.nk-custom-checkbox{
    margin-top: 0.521rem;
}
.signup-checkboxes > .nk-custom-checkbox > a{
    text-decoration: underline;
    color: inherit;
    font-weight: 700;
}
.signup-checkboxes > .nk-custom-checkbox > a:hover{
    color: var(--color-2);
}
#NK-signup-form.NK-form .NK-form-group:not(:last-of-type){
    margin-bottom: 0.625rem;
}
#add-product-to-compare-popup{
    background: transparent !important;
    display: none;
}
#add-product-to-compare-popup .popup-inner{
    background: #FFF;
    border-radius: 10px;
    padding: 3.125rem;
}
.contact-sec .col-5{
    padding-right: 1.042rem;
}
.contact-sec .grid-container > .flex-box{
    margin-top: 3.646rem;
}
.contact-sec .sec-title{
    margin-bottom: 0.625rem
}
.contact-sec .title-group{
    margin-bottom: 2.5rem;
}
.contact-sec .hotline{
    margin-bottom: 2.396rem;
}
.contact-sec .hotline > a:after{
    padding: 2px;
    background: linear-gradient(90deg, #019077 0%, #6288F6 100%);
}
.contact-sec .hotline > a > span.text{
    background: linear-gradient(90deg, #019077 0%, #6288F6 100%);
    background-clip: text;
    color: transparent;
    font-weight: 600;
    font-size: 1.302rem;
    line-height: 1.667rem;
}
.contact-sec .branches{
    padding-right: 6.25rem;
}
.contact-sec .branches .branch-item .branch-title{
    margin-bottom: 0.885rem;
    padding-bottom: 0.885rem;
    border-bottom: 1px solid #6388F74D;
    position: relative;
    font-weight: 400;
    font-size: 1.458rem;
    line-height: 1.667rem;
}
.contact-sec .branches .branch-item .branch-title:before{
    bottom: -1px;
    position: absolute;
    content: '';
    width: 6.667rem;
    height: 1px;
    background: var(--color-2);
}
.contact-sec .branches .branch-item .address{
    margin-bottom: 0.573rem;
}
.contact-sec .branches .branch-item .address p{
    margin-bottom: 0.573rem;
}
.contact-sec .branches .branch-item .item{
    gap: 0.521rem;
}
.contact-sec .branches .branch-item .item+.item{
    margin-top: 0.573rem;
}
.contact-sec .branches .branch-item+.branch-item{
    margin-top: 3.021rem;
}
.contact-sec .col-7{
    padding-left: 5.729rem;
    padding-bottom: 0.9375rem;
}
.contact-sec .col-7 .map-wrap{
    width: max-content;
    max-width: 100%;
}
.contact-sec .col-7 img{
    width: 28.125rem;
    height: auto;
    max-width: 100%;
}
.contact-sec .col-7 .item{
    position: absolute;
    transform: translate(-50%, -50%);
}
.contact-sec .col-7 .item .text-wrap{
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    padding: 0.417rem 0.833rem;
    transition: all 0.6s;
    opacity: 0;
}
.contact-sec .col-7 .item .text-wrap:before{
    width: 100%;
    height: 100%;
    background: var(--color);
    opacity: 0.2;
    backdrop-filter: blur(10px);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 2.604rem;
}
.contact-sec .col-7 .item .text-wrap .text{
    width: max-content;
    font-weight: 600;
    font-size: 0.729rem;
    line-height: 0.9375rem;
    color: var(--color);
    position: relative;
    z-index: 2;
}
.contact-sec .col-7 .item > .cont-wrap{
    bottom: 4px;
    display: flex;
}
.contact-sec .col-7 .item > .cont-wrap > svg path{
    stroke-dasharray: 300;
    stroke-dashoffset: 300;
    transition: all 1s;
}
.contact-sec .col-7 .item.item-left > .cont-wrap{
    right: 4px;
}
.contact-sec .col-7 .item.item-left .text-wrap{
    right: 100%;
    transform: translateY(-50%) translateX(-2.604rem);
}
.contact-sec .col-7 .item.item-right .text-wrap{
    left: 100%;
    transform: translateY(-50%) translateX(2.604rem);
}
.contact-sec .col-7 .item.item-right > .cont-wrap{
    left: 4px;
}
.contact-sec .active .col-7 .item > .cont-wrap > svg path{
    stroke-dashoffset: 0;
    transition: all 2s;
}
.contact-sec .col-7 .item:hover{
    z-index: 10;
}
.contact-sec .active .col-7 .item.item-left .text-wrap,
.contact-sec .active .col-7 .item.item-right .text-wrap{
    transform: translateY(-50%) translateX(0);
    opacity: 1;
    transition-delay: 1s;
}
.contact-sec .col-7 .item .dot{
    width: 0.46875rem;
    height: 0.46875rem;
    background: var(--color);
    border-radius: 50%;
    opacity: 0.8;
    position: relative;
}
.contact-sec .col-7 .item .dot:before{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    content: '';
    border: 1px solid var(--color);
    width: 0.9375rem;
    height: 0.9375rem;
    animation: scaleBorder 1.4s infinite linear;
    border-radius: 50%;
}
.resources-page .resources-sec{
    padding: 2.865rem 0 5.208rem;
}
.resources-page .resources-sec .title-group{
    display: flex;
    align-items: center;
    margin-bottom: 3.4375rem;
}
.resources-page .resources-sec .title-group .sec-title{
    text-align: left !important;
    width: 60%;
    padding-right: 1.042rem;
    margin: 0;
}
.resources-page .resources-sec .title-group .sec-desc{
    width: 40%;
    text-align: left !important;
}
.header-light .breadcrumbs ol > li.breadcrumb-has-dropdown > a{
    border-color: #44444E80;
}
.header-light .breadcrumbs ol > li.breadcrumb-has-dropdown > a > svg path{
    stroke: #020202
}
.news-sec{
    padding: 5.208rem 0 4.6875rem;
}
.terms-menu > ul{
    gap: 0.521rem 1.042rem
}
.terms-menu > ul > li{
    margin-bottom: 0;
}
.terms-menu > ul > li > a{
    font-weight: 600;
    font-size: 0.833rem;
    line-height: 1.146rem;
    text-align: center;
    padding: 0.729rem 2.917rem;
    border-radius: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #003699;
    background: linear-gradient(90deg, #6388F7 0%, #009199 50.56%, #008E2C 100%);
}
.terms-menu > ul > li > a > span{
    position: relative;
    z-index: 3;
}
.terms-menu > ul > li > a:before{
    content: '';
    position: absolute;
    border-radius: 2.604rem;
    background: #FFF;
    z-index: 2;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    transition: all 0.4s;
}
.terms-menu > ul > li:hover > a:before,
.terms-menu > ul > li.current-menu-item > a:before{
    opacity: 0;
}
.terms-menu > ul > li:hover > a,
.terms-menu > ul > li.current-menu-item > a{
    color: #FFF;
}
.news-sec .title-group{
    margin-bottom: 2.708rem;
}
.news-sec .terms-menu{
    margin-bottom: 3.333rem;
}
.posts-list .posts-grid{
    grid-gap: 3.958rem 2.083rem;
}
.posts-list .thenativePagination{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3.333rem;
}
.bg-dark{
    background: #010837;
}
.featured-posts{
    padding: 6.771rem 0 3.333rem;
}
.featured-posts .breadcrumbs{
    margin-bottom: 2.604rem;
}
.featured-posts .banner-title{
    margin-bottom: 3.333rem;
}
.featured-posts .swiper{
    margin-bottom: 4.6875rem;
}
.featured-posts .swiper .col-5{
    padding-right: 1.042rem;
}
.featured-posts .swiper .col-5 .btn{
    margin-top: 2.083rem;
}
.featured-posts .swiper .col-7{
    padding-left: 3.125rem;
}
.featured-posts .swiper .col-7 img{
    aspect-ratio: 760/420;
}
.featured-posts .swiper .post-title{
    font-weight: 600;
    font-size: 1.5625rem;
    line-height: 1.823rem;
    margin-bottom: 0.833rem;
}
.featured-posts .swiper .date-term{
    gap: 0.729rem;
    margin-bottom: 0.833rem;
}
.featured-posts > svg{
    position: absolute;
}
.featured-posts > svg:nth-of-type(1){
    top: 0;
    left: 0;
}
.featured-posts > svg:nth-of-type(2){
    top: 0;
    left: 20%;
}
.featured-posts > svg:nth-of-type(3){
    right: 0;
    top: 0;
}
.swiper-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.521rem;
}
.swiper-pagination .swiper-pagination-bullet{
    width: 0.417rem;
    height: 0.417rem;
    border-radius: 50%;
    background: #6388F7;
    opacity: 0.2;
    margin: 0 !important;
}
.swiper-pagination .swiper-pagination-bullet-active{
    opacity: 1;
}
.featured-posts .swiper-pagination{
    position: relative;
    justify-content: flex-start;
}
.featured-posts .swiper .col-5{
    opacity: 0;
    transition: all 0.6s;
    transform: translateX(-50%);
}
.featured-posts .swiper .col-7{
    opacity: 0;
    transition: all 0.6s;
    transform: translateX(50%);
}
.featured-posts .swiper .swiper-slide-active .col-5,
.featured-posts .swiper .swiper-slide-active .col-7{
    transform: translateX(0);
    opacity: 1;
    transition-delay: 400ms;
}
.post-related{
    padding-bottom: 6.042rem;
}
.post-details{
    padding-bottom: 6.042rem;
}
.post-details .breadcrumbs{
    margin-bottom: 3.542rem;
}
.post-details .post-content-wrap{
    width: 61.458rem;
    max-width: 100%;
}
.post-details .post-title{
    font-weight: 700;
    font-size: 2.34375rem;
    line-height: 2.604rem;
    margin-bottom: 1.25rem;
}
.post-details .date-term,
.post-details .post-thumbnail{
    margin-bottom: 1.25rem;
    gap: 0.729rem;
}
.post-details .post-excerpt{
    padding-bottom: 2.083rem;
    margin-bottom: 2.083rem;
    border-bottom: 1px solid #E3E3E3
}
.post-details .post-nav{
    margin-top: 2.083rem;
    padding-top: 2.083rem;
    border-top: 1px solid #E3E3E3
}
.share,
.post-details .post-nav .post-tags{
    gap: 0.3rem 0.78125rem;
}
.post-details .post-nav .post-tags > a{
    font-weight: 500;
    font-size: 0.833rem;
    line-height: 1.146rem;
    text-decoration: underline;
    color: #020202;
}
.share > a{
    display: flex;
    width: 1.5625rem;
    height: 1.5625rem;
    background: #003699;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.share > a:before{
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, #6388F7 0%, #009199 50.56%, #008E2C 100%);
    opacity: 0;
    transition: all 0.4s;
}
.share > a:hover:before{
    opacity: 1;
}
.share > a > svg{
    position: relative;
    z-index: 5;
}
.related-posts .sec-title-2{
    margin-bottom: 1.25rem;
}
.related-posts.swiper{
    margin: 0 -1.042rem;
}
.related-posts .swiper-slide{
    padding: 0 1.042rem;
}
.page-banner{
    min-height: 100vh;
    padding-top: 5.729rem;
    padding-bottom: 2.604rem;
}
.page-banner > .img-wrap{
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.about-1 .cont-wrap{
    margin-top: 9.0625rem;
    width: 550px;
    max-width: 100%;
}
.about-1 .cont-wrap .banner-title{
    margin-bottom: 1.71875rem;
}
.about-1 .cont-wrap .btn-primary{
    margin-top: 1.71875rem;
}
.about-2{
    padding-top: 6.771rem;
}
.about-2 .grid-container > img{
    position: absolute;
    top: 9.896rem;
    left: 0;
    width: 47.396rem;
    height: auto;
}
.about-2 > svg{
    position: absolute;
    right: 0;
    top: -16.927rem;
}
.about-2 .sec-title{
    margin-bottom: 1.5625rem;
}
.about-2 .sec-desc{
    padding: 0 6.823rem;
}
.about-3 {
    padding-top: 13.333rem;
}
.about-3 .item{
    position: sticky;
    left: 0;
    top: 4.167rem;
    width: 100%;
    border-radius: 2.083rem;
    background: radial-gradient(88.69% 1064.87% at 99.05% 89.22%, #6388F7 0%, #003699 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}
.about-3 .item .flex-box{
    min-height: 24.479rem;
}
.about-3 .item:nth-of-type(even){
    background: radial-gradient(88.69% 1064.87% at 99.05% 89.22%, #003699 0%, #50B2A1 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}
.about-3 .item+.item{
    margin-top: 5.833rem;
}
.about-3 .item .sec-desc{
    padding-right: 1.5625rem;
}
.about-3 .item .sec-desc,
.about-3 .item .sec-desc p,
.about-3 .item .sec-desc li{
    font-weight: 300;
}
.about-3 .item .sub-title,
.about-3 .item .sec-title{
    margin-bottom: 0.78125rem;
}
.about-3 .item .col-left{
    padding: 2.8125rem 0 2.8125rem 4.896rem;
    width: 40%;
}
.about-3 .item .col-right{
    align-self: stretch;
    width: 60%;
}
.about-3 .item .img-wrap{
    height: 100%;
    width: 100%;
    overflow: unset;
}
.about-3 .item .img-wrap > svg{
    position: absolute;
}
.about-3 .item .img-wrap > svg:nth-of-type(1){
    right: 0;
    top: -1.25rem;
}
.about-3 .item .img-wrap > svg:nth-of-type(2){
    left: 6.458rem;
    bottom: -1.25rem;
}
.about-3 .item .img{
    background-image: url(../images/about-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}
.about-3 .item .img img{
    margin-left: 11.979rem;
    width: 27.917rem;
    height: 100%;
    mask: url(../images/home-career-mask.png);
    -webkit-mask: url(../images/home-career-mask.png);
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
}
.about-4{
    padding-top: 4.479rem;
}
.about-4 .hscroll-section {
    position: relative;
}
.hscroll-track{
    position: sticky;
    top: 0;
    gap: 6.771rem;
    will-change: transform;
    width: max-content;
    align-items: flex-start;
    overflow: hidden;
    display: flex;
    padding: 2.34375rem 3.958rem 0;
}
.hscroll-track .hscroll-card{
    flex: 0 0 340px;
    display: flex;
    flex-direction: column;
    gap: 1.875rem
}
.hscroll-track .hscroll-card > svg{
    margin: 0 0.3125rem;
    width: calc(100% - 0.625rem);
}
.hscroll-track .hscroll-card .hscroll-card-text{
    padding-left: 0.625rem;
}
.hscroll-section {
    position: relative;
}
.hscroll-section .grid-container {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-4 .title-group {
}
.about-5{
    padding-top: 4.479rem;
}
.about-5 .marquee-container{
    margin-top: 3.75rem;
}
.about-5 .marquee-track{
    gap: 1.458rem;
    padding-right: 1.458rem;
}
.about-5 .marquee-content{
    animation: scroll 15s linear infinite;
}
.about-5 .logo-item{
    height: 3.021rem;
    width: auto;
    aspect-ratio: 180/58;
    min-width: 9.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.208rem 1.042rem;
    background: #FFFFFF1A;
    border-radius: 100px;
    backdrop-filter: blur(5px);
}
.home-8.about-5 > .section-inner > svg{
    bottom: 0;
    top: unset;
    transform: translateX(-50%) rotateX(180deg);
}
.about-5 .logo-item img{
    height: 100%;
    width: auto;
    object-fit: contain;
}
.about-6{
    padding-top: 4.792rem;
    padding-bottom: 5.729rem;
}
.about-6 .title-group{
    margin-bottom: 4.0625rem;
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.marquee-container {
    width: 100%;
    overflow: hidden;
}
.marquee-content {
    display: flex;
    width: fit-content;
}
.marquee-track {
    display: flex;
}
.about-6 .marquee-content{
    animation: scroll 16s linear infinite;
}
.marquee-content:hover{
    animation-play-state: paused;
}
.about-6 .marquee-track{
    gap: 7.292rem;
    padding-right: 7.292rem;
}
.about-6 .logo-item{
    height: 5.625rem;
    width: auto;
    min-width: max-content;
    max-width: 10.833rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-6 .logo-item img{
    height: 100%;
    width: auto;
    object-fit: contain;
}
.page-banner[class*="service"] > svg{
    position: absolute;
    z-index: 4;
}
.page-banner[class*="service"] > svg:nth-of-type(1){
    left: 0;
    top: 0;
    width: 67.5rem;
    height: auto;
}
.page-banner[class*="service"] > svg:nth-of-type(2){
    right: 0;
    top: 0;
    width: 40.104rem;
    height: auto;
}
.page-banner[class*="service"] > svg:nth-of-type(3){
    width: 1126px;
    height: auto;
    bottom: 0;
    right: 0;
}
.services-1 .flex-box{
    padding-top: 3.4375rem;
}
.services-1 .cont-wrap{
    padding-top: 3.125rem;
}
.services-1 .cont-wrap .sec-desc,
.services-1 .cont-wrap .banner-title{
    margin-bottom: 1.71875rem;
}
.services-1 .img-wrap{
    padding-right: 4.896rem;
    padding-left: 4.479rem;
}
.services-1 .img-wrap img{
    object-fit: contain;
}
.services-2{
    padding-top: 4.948rem;
}
.services-2 .title-group{
    margin-bottom: 3.646rem;
}
.services-2 .service-item{
    position: sticky;
    top: 3.646rem;
    left: 0;
    background: #F5F7FE;
}
.services-2 .service-item .icon-wrap{
    width: 7.292rem;
    height: 7.292rem;
    right: 1.667rem;
    top: 1.667rem;
    position: absolute;
    opacity: 0.3;
}
.services-2 .service-item .cont-wrap{
    padding: 2.865rem 9.271rem 2.865rem 3.333rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.services-2 .service-item .cont-wrap .sec-title-2{
    margin-bottom: 0.833rem;
}
.services-2 .service-item .cont-wrap .fs-16{
    margin-bottom: 1.042rem;
}
.services-2 .service-item+.service-item{
    margin-top: 3.854rem;
}
.services-3 {
    padding-top: 6.5625rem;
}
.training-3:before,
.service-details-10:before,
.service-details-7:before,
.service-details-2:before,
.services-3 .section-inner:before{
    right: 0;
    top: 0;
    position: absolute;
    content: '';
    width: 55rem;
    height: auto;
    aspect-ratio: 1056/630;
    z-index: 2;
    background-image: url('../images/service-pattern.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.service-details-10:before,
.service-details-2:before{
    right: -4.167rem;
}
.service-details-7:before{
    height: 26.25rem;
    width: auto;
    right: -2.604rem;
}
.fat-5.service-details-7:before{
    display: none !important;
}
.training-3:before {
    height: 26.042rem;
    width: auto;
    right: 0.833rem;
}
.services-3 .section-inner{
    padding-top: 7.03125rem;
    padding-bottom: 7.292rem;
    background: linear-gradient(180deg, #F6F7FF 0%, rgba(246, 247, 255, 0) 100%);
}
.services-3 .title-group{
    margin-bottom: 4.167rem;
}
.services-swiper{
    margin: 0 -2.34375rem;
}
.services-swiper .swiper-slide{
    padding: 0 2.34375rem;
}
.services-swiper .swiper-slide .item:hover .icon-wrap img{
    transform: rotateY(360deg);
}
.services-swiper .swiper-slide .icon-wrap img{
    width: 7.65625rem;
    height: 7.65625rem;
    margin-bottom: 1.927rem;
    transition: all 0.4s;
}
.services-swiper .swiper-slide .sec-desc{
    color: #44444E;
    padding-right: 2.292rem;
}
.services-swiper .swiper-slide .title{
    margin-bottom: 1.146rem;
    font-size: 1.458rem;
    line-height: 1.667rem;
}
.services-4{
    padding-bottom: 7.1875rem;
}
.services-4 .col-6:nth-of-type(1){
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service-details-1 .cont-wrap{
    padding-top: 4.167rem;
    width: 39.583rem;
    max-width: 100%;
}
.service-details-1 .cont-wrap .banner-title{
    margin-bottom: 1.71875rem;
}
.service-details-1 .cont-wrap .sec-desc{
    margin-bottom: 1.71875rem;
}
.service-details-2{
    padding-top: 4.948rem;
    padding-bottom: 6.51rem;
}
.service-details-2 .sec-title{
    margin-bottom: 5.46875rem;
}
.service-details-2 .grid-box{
    grid-gap: 4.271rem;
}
.service-details-2 .grid-box .icon-wrap img{
    width: 5.729rem;
    height: auto;
    aspect-ratio: 1;
    margin-bottom: 1.458rem;
    transition: all 0.4s;
    display: block;
}
.service-details-3{
    padding-top: 5.625rem;
    background: linear-gradient(180deg, #F6F7FF 0%, rgba(246, 247, 255, 0) 100%);
}
.service-details-3 .col-5{
    padding-right: 6.25rem;
}
.service-details-3 .col-5 .sec-title{
    margin-bottom: 1.25rem;
}
.service-details-4{
    padding-top: 6.042rem;
    padding-bottom: 5.729rem;
}
.service-details-4 .home-career-banner > .flex-box{
    background: radial-gradient(88.69% 1064.87% at 99.05% 89.22%, #003699 0%, #50B2A1 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}
.service-details-4 .home-career-banner .col-6 .fw400{
    font-weight: 400;
    font-size: 2.083rem;
    line-height: 2.34375rem;
    margin-bottom: 1.042rem;
}
.service-details-4 .home-career-banner .col-6 .img-wrap{
    height: 100%;
}
.service-details-4 .home-career-banner .col-6:nth-of-type(2){
    height: unset;
    padding-right: 3.021rem;
}
.service-details-4 .home-career-banner .col-6:nth-of-type(1){
    padding: 3.125rem 0.521rem 3.125rem 5rem;
}
.service-details-4 .home-career-banner .col-6 .img-wrap.aos-animate > svg:nth-of-type(1){
    right: -2.083rem;
}
.service-details-4 .home-career-banner .col-6 .img-wrap.aos-animate > svg:nth-of-type(2){
    left: 3.646rem;
}
.service-details-4 .sec-desc{
    color: #FFF;
    margin-bottom: 0.9375rem;
}
.service-details-5{
    background: linear-gradient(180deg, #F6F7FF 0%, rgba(246, 247, 255, 0) 100%);
    padding-top: 5.625rem;
}
.service-details-5 > svg{
    bottom: 0;
    left: 13.021rem;
    position: absolute;
    transform: translateY(60%);
}
.service-details-5 .sec-desc{
    margin-bottom: 3.4375rem;
}
.service-details-5 .col-7{
    padding-right: 5.208rem;
}
.service-details-5 .col-5{
    padding-right: 6.667rem;
}
.service-details-5 .col-5 .item{
    display: flex;
    gap: 1.667rem;
}
.service-details-5 .col-5 .item .number-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.521rem;
    padding-bottom: 0.521rem;
}
.service-details-5 .col-5 .item .number{
    width: 1.823rem;
    min-width: 1.823rem;
    height: 1.823rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.042rem;
    line-height: 1.354rem;
    color: #6388F7;
    position: relative;
}
.service-details-5 .col-5 .item .number:before{
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 2.604rem;
    padding: 1px;
    background: linear-gradient(90deg, #6388F7 0%, #009199 50.56%, #008E2C 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
    pointer-events: none;
}
.service-details-5 .col-5 .item .line{
    flex-grow: 1;
    border-left: 1px dashed #6388F7;
}
.service-details-5 .col-5 .item .fs-17{
    padding-bottom: 3.385rem;
}
.service-details-5 .col-5 .item:last-child .line{
    display: none !important;
}
.service-details-6 .cont-wrap{
    padding-top: 3.542rem;
    padding-right: 2.865rem;
}
.service-details-6 .cont-wrap .sec-desc{
    margin-bottom: 1.71875rem;
}
.service-details-7 {
    padding-top: 4.948rem;
    padding-bottom: 4.948rem;
}
.service-details-7 .sec-title{
    margin-bottom: 4.427rem;
}
.service-details-7 .col-6:nth-of-type(1){
    padding-right: 7.292rem;
}
.service-details-7 .item{
    border-top: 1px solid #E3E3E3;
}
.service-details-7 .item .title{
    padding: 1.5625rem 0;
    font-weight: 400;
    font-size: 1.458rem;
    line-height: 1.667rem;
    gap: 0.833rem;
    cursor: pointer;
    transition: all 0.4s;
}
.service-details-7 .item .title > svg{
    width: 1.25rem;
    min-width: 1.25rem;
    height: 1.25rem;
}
.service-details-7 .item .cont {
    padding-bottom: 1.5625rem;
}
.service-details-7 .item .cont,
.service-details-7 .item .cont p,
.service-details-7 .item .cont li{
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.042rem;
}
.service-details-7 .item .cont ul{
    list-style-position: inside;
    column-count: 2;
    column-gap: 1.667rem;
}
.service-details-7 .item .cont ul li{
    margin-bottom: 0.26rem;
}
.service-details-7 .item .cont ul li::marker{
    color: #EF4136;
}
.service-details-7 .item:last-of-type{
    border-bottom: 1px solid #E3E3E3;
}
.service-details-7 .item.active .title {
    padding-bottom: 0.521rem;
}
.service-details-7 .item.active .title > span{
    color: transparent;
    background: linear-gradient(90deg, #6388F7 0%, #009199 50.56%, #008E2C 100%);
    background-clip: text;
}
.service-details-7 .item.active svg path{
    stroke: #0202024D
}
.service-details-7 .item.active svg path:nth-of-type(2){
    opacity: 0;
}
.service-details-8{
    background: linear-gradient(180deg, #F6F7FF 0%, rgba(246, 247, 255, 0) 100%);
    padding-top: 6.25rem;
    padding-bottom: 4.6875rem;
}
.service-details-8 .sec-title{
    margin-bottom: 3.021rem;
}
.service-details-8 .grid-box{
    grid-gap: 1.25rem;
}
.service-details-8 .grid-box .item{
    padding: 2.083rem;
    position: relative;
    background: #FFFFFF33;
}
.service-details-8 .grid-box .item > .flex-box{
    gap: 2.083rem;
}
.service-details-8 .grid-box .item:before{
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 1.5625rem;
    padding: 1px;
    background: linear-gradient(180deg, rgba(98, 136, 246, 0.5) 0%, rgba(1, 142, 44, 0.5) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
    pointer-events: none;
}
.service-details-8 .grid-box .item .cont-wrap{
    padding-top: 0.625rem;
}
.service-details-8 .grid-box .item .title{
    font-size: 1.458rem;
    line-height: 1.667rem;
    margin-bottom: 1.146rem;
}
.service-details-8 .grid-box .item .icon-wrap img{
    opacity: 0.3;
    object-fit: contain;
    width: 5.729rem;
    min-width: 5.729rem;
    height: 5.729rem;
}
.service-details-8 .grid-box .item li::marker{
    color: #EF4136;
}
.service-details-8 .home-career-banner {
    margin-top: 3.021rem;
}
.service-details-8 .home-career-banner > .flex-box{
    background: radial-gradient(88.69% 1064.87% at 99.05% 89.22%, #003699 0%, #50B2A1 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}
.service-details-8 .home-career-banner .font-title{
    margin-bottom: 0;
    font-weight: 400;
    font-size: 2.083rem;
    line-height: 2.34375rem;
}
.service-details-8 .cta-banner.home-career-banner .font-title{
    padding-right: 0;
}
.service-details-8 .home-career-banner .col-6:nth-of-type(1){
    padding-top: 3.333rem;
    padding-bottom: 3.333rem;
    padding-right: 0 !important;
}
.service-details-8 .cta-banner.home-career-banner .col-6:nth-of-type(2){
    height: auto;
    padding-right: 4.583rem;
    padding-left: 1.5625rem;
}
.service-details-8 .cta-banner.home-career-banner .col-6 .img-wrap.aos-animate > svg:nth-of-type(2){
    left: -1.042rem;
}
.service-details-8 .home-career-banner .img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-details-8 > svg{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 41.146rem;
    height: auto;
}
.service-details-9 .cont-wrap{
    width: 38.542rem;
    max-width: 100%;
    padding-top: 4.6875rem;
}
.service-details-9 .cont-wrap .sec-desc{
    margin-bottom: 1.71875rem;
}
.service-details-11,
.service-details-10{
    padding-top: 5rem;
}
.service-details-10 .sec-title{
    margin-bottom: 3.4375rem;
}
.service-details-11 > svg{
    right: 0;
    bottom: 0;
    position: absolute;
    width: 37.396rem;
    height: auto;
}
.service-details-11{
    padding-bottom: 1.667rem;
}
.service-details-11 .item{
    gap: 2.083rem;
}
.service-details-11 .item+.item{
    margin-top: 3.385rem;
}
.service-details-11 .item .icon-wrap img{
    width: 4.167rem;
    min-width: 4.167rem;
    height: 4.167rem;
    object-fit: contain;
}
.service-details-11 .item h3{
    font-size: 1.458rem;
    line-height: 1.667rem;
    margin-bottom: 0.521rem;
    color: #0E2249;
}
.service-details-11 .col-5 {
    padding-bottom: 5.417rem;
    padding-right: 3.125rem;
}
.service-details-11 .col-5 .fs-16{
    padding-right: 4.6875rem;
}
.service-details-11 .col-7 {
    padding-right: 2.5rem;
    padding-left: 1.875rem;
}
.service-details-11 .grid-container > .flex-box{
    margin-top: -6.458rem;
}
.service-details-12 .section-inner{
    padding: 5.99rem 0 5.46875rem;
}
.service-details-12 .section-inner > .bg-video{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
}
.service-details-12 .section-inner > .bg-video:before{
    z-index: 2;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.5;
}
.service-details-12 .section-inner > .bg-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.service-details-12 .cont-wrap{
    width: 29.948rem;
    max-width: 100%;
    margin-bottom: 9.375rem;
}
.service-details-12 .cta-banner.home-career-banner > .flex-box{
    background: radial-gradient(88.69% 1064.87% at 99.05% 89.22%, rgba(0, 54, 153, 0.5) 0%, rgba(80, 178, 161, 0.5) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    backdrop-filter: blur(20px);
}
.cta-banner.home-career-banner .col-6:nth-of-type(2){
    height: auto;
    padding-right: 8.854rem;
}
.cta-banner.home-career-banner .img-wrap{
    height: 100%;
}
.cta-banner.home-career-banner .img-wrap .img{
    background-image: url('../images/button-banner-pattern.png');
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta-banner.home-career-banner .font-title{
    font-weight: 400;
    font-size: 2.083rem;
    line-height: 2.34375rem;
    padding-right: 5.208rem;
}
.cta-banner.home-career-banner .col-6 .img-wrap.aos-animate > svg:nth-of-type(1){
    right: -1.771rem;
}
.cta-banner.home-career-banner .col-6 .img-wrap.aos-animate > svg:nth-of-type(2){
    left: -3.125rem;
}
.career-details-1{
    padding-bottom: 2.8125rem;
    background: linear-gradient(0deg, #F6F7FF 0%, rgba(246, 247, 255, 0) 100%);
}
.hps-details-1 > svg,
.career-details-1 > svg{
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
}
.hps-details-1:before,
.career-details-1:before{
    right: 0;
    width: 47%;
    height: 100%;
    z-index: 2;
    position: absolute;
    content: '';
    background-image: url('../images/career-pattern.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.career-details-1 .breadcrumbs{
    margin-bottom: 1.5625rem;
}
.career-details-1 .sec-title-2{
    margin-bottom: 2.34375rem;
    font-size: 2.34375rem;
}
.career-details-1 .grid-box{
    grid-gap: 0 3.542rem;
    padding-right: 5.208rem;
}
.career-details-1 .grid-box .item{
    padding: 0.78125rem 0;
    border-bottom: 1px solid #E3E3E3;
}
.career-details-1 .grid-box .item:first-of-type,
.career-details-1 .grid-box .item:first-of-type+.item{
    border-top: 1px solid #E3E3E3;
}
.career-details-1 .grid-box .item .label{
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 0.833rem;
    margin-bottom: 4px;
}
.career-details-1 .grid-box .item .value{
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 1.25rem;
}
.career-details-1 .btn-primary{
    margin-top: 2.34375rem;
}
.career-details-2{
    padding-top: 5.104rem;
    padding-bottom: 5.208rem;
}
.career-details-2 .col-9{
    padding-right: 4.167rem;
}
.career-details-2 .col-9 .item{
    display: flex;
    padding-bottom: 1.5625rem;
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 1.5625rem;
}
.career-details-2 .col-9 .item:last-child{
    margin-bottom: 0;
}
.career-details-2 .col-9 .item .label{
    font-weight: 500;
    font-size: 1.042rem;
    line-height: 1.667rem;
    width: 25%;
    padding-right: 20px;
}
.career-details-2 .sticky-wrap{
    position: sticky;
    top: 2.083rem;
}
.career-details-2 .apply-box{
    background: var(--color-4);
    padding: 2.1875rem 1.771rem;
}
.career-details-2 .apply-box div.fs-16{
    padding: 0 1.5625rem;
}
.career-details-2 .apply-box .title{
    margin-bottom: 0.3125rem;
}
.career-details-2 .apply-box .apply-btn{
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    width: 1.979rem;
    height: 1.979rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.042rem auto;
}
.career-details-2 .apply-box .apply-btn svg{
    animation: arrow-move 1.5s infinite linear;
    width: 0.9375rem;
    height: 0.9375rem;
}
.service-details-6 .sec-title{
    margin-bottom: 1.25rem;
}
.ip-table{
    box-shadow: 0px 4px 20px 0px #0000000D;
}
.ip-table-wrap+.ip-table-wrap{
    margin-top: 2.083rem;
}
.ip-table th{
    padding: 0;
    height: 60px;
    text-align: center;
    background: #003699;
    color: #FFF;
    font-weight: 400;
    font-size: 1.042rem;
    line-height: 1.5625rem;
    border-radius: 10px 10px 0 0;
    text-transform: initial;
}
.ip-table tbody td{
    padding: 0.417rem 0.833rem;
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.302rem;
    color: #020202;
    vertical-align: top;
}
.ip-table tbody tr:last-of-type td,
.ip-table tbody .sub-row:has(+.main-row) td{
    padding-bottom: 1.042rem;
}
.ip-table tbody .main-row td{
    padding-top: 1.042rem;
}
.ip-table tbody td .cell-inner{
    min-height: 1.458rem;
    display: flex;
    align-items: center;
}
.ip-table .title-row td{
    background: #F6F9FF;
    padding-top: 0;
    padding-bottom: 0;
}
.ip-table .title-row td .cell-inner{
    height: 2.5rem;
    font-weight: 700;
    font-size: 0.833rem;
    line-height: 1.302rem;
    position: relative;
    display: flex;
    align-items: center;
}
.ip-table .title-row td .cell-inner:before{
    bottom: 0;
    left: 0;
    height: 2px;
    width: 1.458rem;
    position: absolute;
    content: '';
    background: #003699;
}
.ip-table .title-row td:nth-of-type(1){
    width: 6%;
    padding-left: 0.833rem;
}
.ip-table .title-row td:nth-of-type(2){
    width: 36%;
}
.ip-table .title-row td:nth-of-type(3){
    width: 17%;
}
.ip-table td[rowspan]:nth-of-type(1){
    padding-left: 0.833rem;
}
@keyframes arrow-move {
    0%{
        transform: translateY(-15%);
    }
    25%{
        transform: translateY(0%);
    }
    50%{
        transform: translateY(15%);
    }
    75%{
        transform: translateY(0%);
    }
    100%{
        transform: translateY(-15%);
    }
}
.career-details-2 .apply-box a.fs-16:hover{
    color: var(--color-2)
}
.career-details-2{
    padding-bottom: 6.146rem;
}
.career-details-2 .career-form:before{
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 1px;
    background: linear-gradient(234.05deg, rgba(1, 142, 44, 0.2) 0%, rgba(99, 136, 247, 0.2) 99.16%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
    pointer-events: none;
}
.career-details-2 .career-form{
    padding: 2.708rem 3.021rem;
    background: #F6F7FF;
    position: relative;
    margin-top: 5.208rem;
}
.career-details-2 .career-form .select-styled,
.career-details-2 .career-form .form-input{
    height: 2.604rem;
}
.career-details-2 .career-form .title-group{
    margin-bottom: 1.667rem;
}
.career-details-2 .career-form .form-title{
    font-weight: 700;
    font-size: 1.302rem;
    line-height: 2.083rem;
}
.career-details-2 .career-form .group-parent{
    padding-top: 1.042rem;
}
.career-details-2 .career-form .btn-primary{
    width: 10.625rem;
}
.career-details-2 .career-form .form-file-label{
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.146rem;
    margin-bottom: 0.3125rem;
}
.career-details-2 .career-form input[type='file']{
    font-weight: 400;
    font-size: 0.833rem;
    color: #81818F;
    margin-bottom: 0;
}
.career-details-2 .career-form input[type='file']::file-selector-button{
    height: 2.083rem;
    border-radius: 2.604rem;
    padding: 0 1.042rem;
    border: 1px solid #C3D1DE;
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.146rem;
    color: #44444E;
    background: transparent !important;
    margin-right: 0.833rem;
}
.career-details-4{
    padding-bottom: 4.948rem;
}
.career-details-4 .sec-title-2{
    margin-bottom: 2.5rem;
}
.career-table-wrap{
    padding: 0 1.5625rem;
    border-top: 1px solid #E3E3E3
}
.career-table-wrap.box-loading tbody{
    filter: blur(10px);
}
.career-table-wrap thead th{
    outline: none !important;
    border: none;
    border-bottom: 1px solid #E3E3E3;
    padding: 0;
}
.career-table-wrap thead th span{
    font-weight: 700;
    font-size: 0.729rem;
    line-height: 1.302rem;
    height: 2.8125rem;
    color: #020202;
    text-transform: initial;
    text-align: left;
    width: max-content;
    position: relative;
    display: flex;
    align-items: center;
}
.career-table-wrap thead th span:before{
    bottom: -1px;
    height: 2px;
    width: 100%;
    position: absolute;
    content: '';
    background: #5A8DFF;
}
.career-table-wrap thead th:not(:first-of-type){
    padding-left: 0.625rem;
}
.career-table-wrap thead th:nth-of-type(2){
    width: 14%;
}
.career-table-wrap thead th:nth-of-type(3){
    width: 14%;
}
.career-table-wrap thead th:nth-of-type(4){
    width: 8%;
}
.career-table-wrap thead th:nth-of-type(5){
    width: 10%;
}
.career-table-wrap tbody td{
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 0.833rem;
    color: #020202;
    padding: 0.625rem;
}
.career-table-wrap tbody td .cell-inner{
    min-height: 3.333rem;
    display: flex;
    align-items: center;
}
.career-table-wrap tbody td .cell-inner .location-wrap{
    display: flex;
    align-items: center;
    gap: 0.78125rem;
}
.career-table-wrap tbody td .cell-inner .location-wrap svg,
.career-table-wrap tbody td .cell-inner .location-wrap img{
    width: 0.9375rem;
    height: auto;
}
.career-table-wrap tbody td:first-of-type{
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.042rem;
    padding-left: 0;
}
.career-table-wrap tbody td:last-of-type{
    width: 8.854rem;
    padding-right: 0;
}
.career-table-wrap thead th:last-of-type > span{
    width: 100%;
}
.career-table-wrap tbody .btn svg{
    width: 1.042rem;
    height: 1.042rem;
}
.career-table-wrap tbody .btn{
    width: 100%;
    font-size: 0.729rem;
    position: relative;
    z-index: 50;
}
.btn.btn-expired{
    border: 1px solid #85858580;
    color: #858585;
    cursor: not-allowed;
}
.career-sec-2{
    padding: 5.625rem 0 6.875rem;
}
.career-sec-2 > svg{
    position: absolute;
    right: 0;
    top: 0;
    width: 64.323rem;
    height: auto;
}
.career-sec-2 .heading-group{
    margin-bottom: 2.708rem;
}
.career-sec-3 .arrows,
.career-sec-2 .arrows{
    display: flex;
    gap: 0.417rem;
}
.swiper.careers-swiper-1{
    overflow: unset;
    margin: 0 -1.146rem;
}
.swiper.careers-swiper-1 .swiper-slide{
    padding: 0 1.146rem;
}
.swiper.careers-swiper-1 .cont-wrap{
    position: absolute;
    bottom: 0.625rem;
    left: 0.625rem;
    right: 0.625rem;
    backdrop-filter: blur(30px);
    border: 1px solid #FFFFFF4D;
    background: #FFFFFF80;
    z-index: 3;
    padding: 0.9375rem 1.354rem;
    border-radius: 15px;
    transition: all 0.4s;
}
.swiper.careers-swiper-1 .cont-wrap:before{
    z-index: 3;
    position: absolute;
    background: linear-gradient(102.77deg, rgba(80, 178, 161, 0.8) 3.97%, rgba(97, 136, 245, 0.8) 97.4%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    backdrop-filter: blur(30px);
    opacity: 0;
    transition: all 0.4s;
    border: 1px solid #FFFFFF4D;
    border-radius: 15px;
}
.swiper.careers-swiper-1 .cont-wrap .font-title{
    font-weight: 400;
    font-size: 1.458rem;
    line-height: 1.667rem;
    margin-bottom: 0.26rem;
}
.swiper.careers-swiper-1 .cont-wrap .fs-16{
    min-height: 3.125rem;
}
.swiper.careers-swiper-1 .item:hover .cont-wrap{
    background: transparent;
}
.swiper.careers-swiper-1 .item:hover .cont-wrap .ts-04{
    color: #FFF;
}
.swiper.careers-swiper-1 .item:hover .cont-wrap:before{
    opacity: 1;
}
.slide-arrow{
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}
.slide-arrow > svg{
    position: relative;
    z-index: 9;
}
.slide-arrow:before{
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 1px;
    background: linear-gradient(90deg, #6388F7 0%, #009199 50.56%, #008E2C 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
    pointer-events: none;
}
.slide-arrow:after{
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 1px;
    background: linear-gradient(90deg, #6388F7 0%, #009199 50.56%, #008E2C 100%);
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    transition: all 0.4s;
}
.slide-arrow.next:after,
.slide-arrow.next:before{
    transform: rotateY(180deg);
}
.slide-arrow:hover:after{
    opacity: 1;
}
.slide-arrow:hover svg{
    filter: brightness(0) invert(1);
}
.career-sec-3{
    padding: 6.40625rem 0 5.625rem;
    background: linear-gradient(180deg, #F6F7FF 0%, rgba(246, 247, 255, 0) 100%);
}
.career-sec-3 > img{
    position: absolute;
    right: 2.34375rem;
    top: 2.604rem;
}
.career-sec-3 .heading-group{
    margin-bottom: 5.729rem;
}
.career-sec-3 .swiper{
    margin: 0 -1.667rem;
    padding-right: 3.4375rem;
    overflow: unset;
}
.career-sec-3 .swiper .swiper-slide{
    padding: 0 1.667rem;
}
.career-sec-3 .swiper .swiper-slide .item{
    gap: 1.146rem;
}
.career-sec-3 .swiper .swiper-slide .item .country{
    gap: 0.521rem;
    margin-bottom: 0.521rem;
}
.career-sec-3 .swiper .swiper-slide .item .country img{
    width: 1.667rem;
    min-width: 1.667rem;
    height: auto;
}
.career-sec-3 .swiper .swiper-slide .cont-wrap{
    flex-grow: 1;
}
.career-sec-3 .swiper .slick-dots{
    position: absolute;
    bottom: 0.729rem;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    z-index: 9;
    width: 100%;
    gap: 8px;
}
.career-sec-3 .swiper .slick-dots > li{
    margin: 0;
}
.career-sec-3 .swiper .slick-dots > li > button{
    margin: 0;
    min-height: unset;
    padding: 0;
    width: 6px;
    height: 6px;
    background: #FFFFFF80;
    border-radius: 50%;
    font-size: 0 !important;
}
.career-sec-3 .swiper .slick-dots > li.slick-active > button{
    background: #6388F7;
}
.career-sec-4{
    padding: 4.6875rem 0;
}
.career-sec-4 .col-5{
    padding-right: 2.292rem;
    padding-top: 2.292rem;
}
.career-sec-4 .col-5 .btn{
    margin-top: 2.292rem;
}
.career-sec-4 .careers-swiper-3-thumb{
    margin-top: 3.125rem;
}
.career-sec-4 .careers-swiper-3-thumb .swiper-slide{
    padding: 0 0.417rem;
    cursor: pointer;
}
.career-sec-4 .careers-swiper-3-thumb .swiper-slide .img-wrap:before{
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 3px;
    background: linear-gradient(107.38deg, #6388F7 0.78%, #50B2A1 98.32%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    transition: all 0.4s;
}
.career-sec-4 .careers-swiper-3-thumb .swiper-slide-thumb-active .img-wrap:before{
    opacity: 1;
}
.career-sec-5{
    padding: 4.948rem 0;
}
.career-sec-5 .title-group{
    margin-bottom: 2.083rem;
}
.training-1 .cont-wrap{
    padding-right: 2.083rem;
}
.training-2{
    padding: 5.46875rem 0;
    background: linear-gradient(0deg, #F6F7FF 0%, rgba(246, 247, 255, 0.358599) 31.85%, rgba(246, 247, 255, 0) 100%);
}
.training-2 .title-group{
    margin-bottom: 1.771rem;
}
.training-2 .flex-box{
    gap: 1.042rem
}
.training-2 .flex-box .item{
    width: 100%;
    padding: 2.083rem 1.458rem 5.208rem 1.458rem;
    border-radius: 20px;
    position: relative;
    transition: all 0.4s;
    min-width: 11.458rem;
    height: 20.833rem;
}
.training-2 .flex-box .item:before{
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(180deg, rgba(98, 136, 246, 0.5) 0%, rgba(1, 142, 44, 0.5) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
    pointer-events: none;
    transition: all 0.4s;
}
.training-2 .flex-box .item:hover{
    min-width: 23.958rem;
    padding: 2.083rem 7.292rem 5.208rem 1.458rem;
}
.training-2 .flex-box .item .icon-wrap{
    position: absolute;
    bottom: 1.458rem;
    left: 1.458rem;
    display: flex;
}
.training-2 .flex-box .item .icon-wrap svg{
    max-height: 3.125rem;
    width: auto;
}
.training-2 .flex-box .item .sec-desc{
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s;
}
.training-2 .flex-box .item:hover .sec-desc{
    max-height: 6.25rem;
}
.training-3{
    padding: 4.375rem 0 8.542rem;
}
.training-3 .title-group{
    margin-bottom: 2.292rem;
}
.training-3 .filter-bar{
    margin-bottom: 3.125rem;
}
.training-3 > svg{
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
}
.filter-bar > .flex-box{
    gap: 1.042rem;
}
.filter-bar .btn{
    width: 10.417rem;
}
.filter-bar .filter-item{
    display: flex;
    gap: 0.625rem;
    align-items: center;
}
.filter-bar .filter-item.search-item > svg{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1.042rem;
    width: 0.9375rem;
    height: 0.9375rem;
    pointer-events: none;
}
.filter-bar .filter-item.date-item > input{
    width: 15.104rem;
    padding-left: 1.042rem;
}
.filter-bar .filter-item.date-item > svg{
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    right: 1.042rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.filter-bar .filter-item.search-item{
    flex-grow: 1;
}
.filter-bar .filter-item.search-item > input{
    padding-left: 2.604rem;
}
.filter-bar .filter-item input{
    background: transparent;
    margin: 0;
    font-weight: 300;
    font-size: 0.833rem;
    line-height: 1.302rem;
    height: 2.604rem;
    border-radius: 2.604rem;
    background: #FFF;
    border: 1px solid #0E22494D;
}
.filter-bar .filter-item .select-styled{
    width: 15.104rem;
    background: #FFF;
}
.list-courses .item{
    box-shadow: 0px 4px 30px 0px #D6DAF24D;
    background-color: #FFF;
    position: sticky;
    top: 8.854rem;
}
.training-3{
    background: linear-gradient(0deg, #F6F7FF 0%, rgba(246, 247, 255, 0.358599) 84.39%, rgba(246, 247, 255, 0) 100%);
}
.training-3 .filter-bar{
    position: sticky;
    top: 3.125rem;
    z-index: 9;
}
.list-courses .item+.item{
    margin-top: 5.625rem;
}
.list-courses .item .cont-wrap{
    padding: 2.604rem 3.333rem 2.604rem 2.604rem;
    align-self: center;
}
.list-courses .item h3 {
    margin-bottom: 1.25rem;
}
.list-courses .item .sec-desc{
    margin-bottom: 1.25rem;
}
.list-courses .item .grid-box{
    margin-bottom: 1.25rem;
}
.list-courses .item .info{
    border-bottom: 1px solid #E3E3E3;
    padding: 0.521rem 0;
}
.list-courses .item .info .label{
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 0.833rem;
    margin-bottom: 0.3125rem;
}
.list-courses .item .info .value{
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 1.25rem;
}
.list-courses .item .info:nth-of-type(odd){
    padding-right: 1.042rem;
}
.list-courses .item .info:nth-of-type(odd):last-of-type{
    grid-column: 1/3;
}
.hps-details-1{
    background: linear-gradient(0deg, #F6F7FF 0%, rgba(246, 247, 255, 0) 100%);
    padding-bottom: 4.896rem;
}
.hps-details-1 .flex-box{
    margin-top: 1.667rem;
}
.hps-details-1 .flex-box .col-6:nth-child(1){
    padding-right: 6.771rem;
}
.hps-details-1 .flex-box .col-6:nth-child(2){
    padding-right: 6.25rem;
    padding-left: 7.8125rem;
}
.hps-details-1 .flex-box .sec-desc{
    margin-bottom: 1.71875rem;
}
.hps-menu.products-menu{
    padding-top: 1.823rem;
}
.hps-details-2{
    padding-top: 4.0625rem;
}
.hps-details-2 .cont-wrap{
    padding-right: 6.25rem;
}
.hps-details-2 .cont-wrap .sec-desc,
.hps-details-2 .cont-wrap .sec-title-2{
    margin-bottom: 1.458rem;
}
.hps-details-2 .cont-wrap .sec-desc ul > li{
    display: flex;
    gap: 0.521rem;
    align-items: center;
    margin-bottom: 0.521rem;
}
.hps-details-2 .cont-wrap .sec-desc ul > li:before{
    font-size: 1.5625rem;
    background: #5A8DFF;
    border-radius: 50%;
    min-width: 0.625rem;
    width: 0.625rem;
    height: 0.625rem;
    position: relative;
    display: block;
    content: '';
}
.hps-details-3{
    padding-top: 4.479rem;
    padding-bottom: 6.25rem;
}
.hps-details-3 .spec-row{
    padding: 0.78125rem 3.125rem;
}
.hps-details-3 .spec-row+.spec-row{
    border-top: 1px solid #D7D7D7;
}
.hps-details-3 .spec-row .label{
    width: 25%;
    min-width: 25%;
    padding: 0.3125rem 1.25rem;
}
.hps-details-3 .spec-row .value{
    font-size: 0.78125rem;
    line-height: 1.302rem;
}
.hps-details-3 .product-tabs .tabs-content{
    border-radius: 0 0 0.521rem 0.521rem;
}
.hps-details-3 .spec-row .value li{
    margin-bottom: 0;
}
.hps-details-4{
    padding-bottom: 8.333rem;
    background: linear-gradient(180deg, #F6F7FF 0%, rgba(246, 247, 255, 0) 100%);
}
.hps-details-4 > svg{
    position: absolute;
    right: 0;
    top: 0;
    width: 44.271rem;
    height: auto;
}
.hps-details-4 #feature{
    padding-top: 5.625rem;
}
.hps-details-4 #feature .sec-title-2{
    margin-bottom: 1.823rem;
}
.hps-details-4 #feature .swiper{
    padding-right: 1.875rem;
    margin: 0 -1.5625rem;
    overflow: unset;
}
.hps-details-4 #feature .swiper .swiper-slide{
    padding: 0 1.5625rem;
}
.hps-details-4 #feature .swiper .swiper-slide .icon-wrap img{
    height: 5.729rem;
    width: 5.729rem;
    margin-bottom: 1.458rem;
    transition: all 0.4s;
}
.hps-details-4 #feature .swiper .swiper-slide:hover .icon-wrap img{
    transform: rotateY(360deg);
}
.hps-details-4 #application{
    padding-top: 5.99rem;
}
.hps-details-4 #application .swiper{
    overflow: unset;
}
.hps-details-4 #application .sec-title-2{
    margin-bottom: 1.25rem;
}
.hps-1 .cont-wrap{
    padding-right: 8.333rem;
    padding-top: 6.771rem;
}
.hps-2{
    padding: 6.667rem 0 9.271rem;
}
.hps-2 .sec-title{
    margin-bottom: 2.865rem;
}
.hps-2 .col-3{
    padding-top: 2.604rem;
}
.hps-2 .col-6{
    padding: 0 2.604rem;
    position: relative;
}
.hps-2 .col-6 svg{
    width: 100%;
    height: auto;
}
.hps-2 .col-6 svg:nth-of-type(2){
    position: absolute;
    top: 0;
    left: 0;
}
.hps-2 .col-6 svg:nth-of-type(2) path[fill="white"]{
    pointer-events: none !important;
}
.hps-2 .col-6 svg:nth-of-type(2) path{
    opacity: 0;
}
.hps-2 .col-6 svg:nth-of-type(2) path.active{
    opacity: 1;
}
.hps-2 .hps-circle{
    width: 100%;
    height: auto;
    aspect-ratio: 1;
}
.hps-2 .hps-circle:before{
    width: 100%;
    height: 100%;
    background: radial-gradient(70.86% 70.86% at 50% 13.1%, rgba(179, 255, 220, 0.5) 30.83%, rgba(42, 102, 255, 0.15) 100%);
    filter: blur(70px);
    content: '';
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.hps-2 .hps-circle:after{
    z-index: 2;
    background-image: url('../images/light-bulb.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: '';
    position: absolute;
    filter: brightness(0) invert(1);
    pointer-events: none;
}
.hps-2 .item{
    padding: 0.833rem 1.042rem;
    position: relative;
}
.hps-2 .item:before{
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(90deg, #6388F7 0%, #009199 50.56%, #008E2C 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
    pointer-events: none;
    transition: all 0.4s;
    opacity: 0;
}
.hps-2 .item+.item{
    margin-top: 1.042rem;
}
.hps-2 .item.active:before{
    opacity: 1;
}
.hps-3 .sec-title{
    margin-bottom: 2.8125rem;
}
.hps-3 .swiper {
    padding-right: 11.302rem;
    overflow: unset;
    margin-left: -0.78125rem;
}
.hps-3 .swiper-slide{
    padding: 0 0.78125rem;
}
.hps-3 .swiper-slide .item{
    padding: 2.292rem 2.292rem 1.5625rem;
    background: #010837;
}
.hps-3 .swiper-slide .item > .flex-box{
    gap: 1.979rem;
    height: 100%;
}
.hps-3 .swiper-slide .item:before{
    width: 360px;
    height: 360px;
    position: absolute;
    left: 50%;
    z-index: 2;
    background: radial-gradient(50% 50% at 50% 50%, rgba(120, 158, 255, 0.6) 0%, rgba(42, 102, 255, 0.24) 100%);
    filter: blur(50px);
    content: '';
    border-radius: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.hps-3 .swiper-slide .item > .flex-box > a{
    margin-top: 3.021rem;
    display: flex;
    align-items: center;
    gap: 0.521rem;
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #FFF !important
}
.hps-3 .swiper-slide .item > .flex-box > a > span{
    text-decoration: underline;
}
.hps-3 .swiper-slide .item .img-wrap{
    margin-top: auto;
    padding: 0 1.40625rem;
}
.hps-3 .swiper-slide .item .sec-title-2{
    margin-bottom: 0.417rem;
    line-height: 2.34375rem;
}
.hps-3{
    padding-top: 6.875rem;
    background: linear-gradient(0deg, rgba(246, 247, 255, 0) 0%, #F6F7FF 35.37%, #F6F7FF 100%);
}
.hps-4{
    padding-bottom: 8.021rem;
    padding-top: 9.271rem;
}
.hps-4.service-details-11 .grid-container > .flex-box{
    margin-top: 0 !important;
}
.hps-4 .col-left{
    width: 52%;
}
.hps-4 .col-right{
    width: 48%;
}
.hps-4 .sec-title{
    margin-bottom: 2.708rem;
}
.hps-4.service-details-11 .item{
    gap: 1.354rem;
    padding-right: 7.8125rem;
}
.hps-4.service-details-11 .item .font-title{
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 1.302rem;
    margin-bottom: 0.26rem;
}
.hps-4.service-details-11 .item+.item{
    margin-top: 1.5625rem;
}
.hps-4 .home-career-banner{
    margin-top: 8.542rem;
}
.hps-4 .home-career-banner .col-6 .img{
    position: relative;
}
.hps-4 .home-career-banner .col-6 img:nth-of-type(2){
    position: absolute;
    bottom: 0;
    right: 3.4375rem;
    mask: unset !important;
    -webkit-mask: unset !important;
    height: calc(100% + 2.604rem);
    width: auto;
}
.fat-1-wrap{
    background: linear-gradient(180deg, #F6F7FF 0%, rgba(246, 247, 255, 0.879409) 32.46%, rgba(246, 247, 255, 0) 100%);
}
.fat-2{
    padding-top: 5.208rem;
}
.fat-2 .grid-box{
    grid-gap: 3.021rem;
}
.fat-2 .grid-box .cont-wrap{
    bottom: 1.5625rem;
    left: 1.771rem;
    right: 1.771rem;
    z-index: 5;
    border-radius: 40px;
    padding: 3.333rem 5.208rem 3.958rem 3.854rem;
}
.fat-2 .grid-box .item:nth-of-type(odd) .cont-wrap{
    background: #6388F7;
}
.fat-2 .grid-box .item:nth-of-type(even) .cont-wrap{
    background: #003699;
}
.fat-3{
    padding-top: 5.417rem;
}
.fat-3 .sec-title{
    margin-bottom: 3.75rem;
}
.fat-3 .swiper{
    margin-left: -1.5625rem;
    padding-right: 1.5625rem;
    overflow: unset;
}
.fat-3 .swiper-slide{
    padding: 0 1.5625rem;
}
.fat-3 .swiper-slide .icon-wrap img{
    width: 5.208rem;
    height: 5.208rem;
    margin-bottom: 1.042rem;
}
.fat-3 .swiper-slide .font-title{
    margin-bottom: 1.146rem;
    font-weight: 400;
    font-size: 1.458rem;
    line-height: 1.667rem;
}
.fat-3 .swiper-slide .sec-desc{
    padding-right: 2.083rem;
}
.fat-4 {
    padding-top: 6.25rem;
}
.fat-4 .section-inner{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 4.271rem 0;
}
.fat-4 .sec-title{
    margin-bottom: 1.875rem;
}
.fat-5 {
    padding-top: 4.6875rem;
}
.fat-5 .sec-title{
    margin-bottom: 3.646rem;
}
.fat-5 .grid-box{
    grid-gap: 4.792rem;
}
.fat-5 .grid-box .icon-wrap img{
    width: 4.167rem;
    height: 4.167rem;
    margin-bottom: 1.667rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.4s;
}
.fat-6{
    padding-top: 5.729rem
}
.fat-6 .section-inner{
    padding-top: 4.792rem;
    background: linear-gradient(0deg, rgba(246, 247, 255, 0) 0%, rgba(236, 242, 255, 0.578049) 17.38%, rgba(233, 240, 255, 0.8) 33.85%, rgba(230, 240, 255, 0.8) 61.93%, rgba(223, 239, 255, 0.8) 100%);
}
.fat-6 .sec-title{
    margin-bottom: 2.865rem;
}
.fat-6 .img-center{
    width: 40%;
}
.fat-6 .left-col,
.fat-6 .right-col{
    width: 30%;
    padding: 1.979rem 0;
    z-index: 9;
}
.fat-6 .left-col > .flex-box,
.fat-6 .right-col > .flex-box{
    gap: 2rem
}
.fat-6 .fat-6-content .item{
    position: relative;
    z-index: 9;
}
.fat-6 .fat-6-content .item .count{
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    background: #FFF;
    font-weight: 600;
    font-size: 1.042rem;
    color: #6388F7;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}
.fat-6 .fat-6-content .item .count > svg{
    width: 5rem;
    height: auto;
    position: absolute;
    top: 50%;
}
.fat-6 .fat-6-content .item .count:before{
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    padding: 1px;
    background: linear-gradient(90deg, #6388F7 0%, #009199 50.56%, #008E2C 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
    pointer-events: none;
    transition: all 0.4s;
}
.fat-6 .fat-6-content .item .font-title{
    font-size: 1.042rem;
    line-height: 1.667rem;
    margin-bottom: 0.521rem;
}
.fat-6 .fat-6-content .item ul >li{
    margin-bottom: 0.26rem;
}
.fat-6 .fat-6-content .item ul >li::marker{
    color: #EF4136
}
.fat-6 .fat-6-content .left-col .item{
    padding-right: 7.083rem;
}
.fat-6 .fat-6-content .left-col .item .count{
    right: 0;
    top: 0;
    transform: translateX(50%);
}
.fat-6 .fat-6-content .left-col .item .count > svg{
    right: 100%;
    transform:  rotateY(180deg) translateY(-50%);
}
.fat-6 .fat-6-content .left-col .fs-16 li{
    direction: rtl;
}
.fat-6 .fat-6-content .right-col .item{
    padding-left: 7.083rem;
}
.fat-6 .fat-6-content .right-col .item .count{
    right: 0;
    left: 0;
    transform: translateX(-50%);
}
.fat-6 .fat-6-content .right-col .item .count > svg{
    left: 100%;
    transform: translateY(-50%);
}
.fat-7{
    padding-top: 7.396rem;
}
#main > section[class*='fat-']:last-of-type{
    padding-bottom: 7.396rem;
}
.application-details-1 .home-career-banner{
    margin-top: 1.458rem;
}
.application-details-1 .home-career-banner .col-6:nth-of-type(1){
    padding-right: 2.396rem;
}
.application-details-1 .home-career-banner .col-6 h1{
    margin-bottom: 0.521rem;
    font-weight: 700;
    font-size: 3.646rem;
    line-height: 4.167rem;
}
.application-details-1 .home-career-banner .col-6 .text-white.sec-desc{
    margin-bottom: 1.71875rem;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.146rem;
}
.application-details-2{
    padding-top: 5.365rem;
}
.application-details-2 .cont-wrap{
    padding-right: 6.979rem;
}
.application-details-2 .cont-wrap ul > li{
    font-size: 0.833rem;
    margin-bottom: 0.26rem;
}
.application-details-2 .cont-wrap ul > li::marker{
    color: var(--color-2);
}
.application-details-2 .wrap-link{
    opacity: 1 !important;
}
section.application-menu{
    padding-top: 3.021rem;
}
.application-details-3{
    padding-top: 5.208rem;
}
.application-details-3 .section-inner{
    padding: 4.271rem 0;
}
.application-cat-3 .title-group,
.application-details-3 .title-group{
    margin-bottom: 0.625rem;
}
.application-details-3 .img-wrap > svg:nth-child(2){
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
}
.application-details-3 .img-wrap > svg:nth-child(2) *{
    opacity: 0;
}
.application-details-3 .img-wrap > svg:nth-child(2) *[data-id]{
    cursor: pointer;
}
.application-details-3 .img-wrap > svg:nth-child(2) *[fill]:hover{
    opacity: 0.3;
}
.application-details-4{
    padding-top: 6.40625rem;
}
.application-cat-3 #product-documents-table_wrapper,
.application-details-4 #product-documents-table_wrapper{
    border-top: none;
    padding-left: 0;
    padding-right: 0;
}
.application-details-4 .sec-title{
    margin-bottom: 1.771rem;
}
#main > section[class*='application-details-']:last-of-type{
    padding-bottom: 6.40625rem;
}
.application-cat-1.service-details-1 .cont-wrap{
    padding-top: 6.354rem;
}
.application-cat-2{
    padding-top: 6.146rem;
}
.application-cat-2 .title-group{
    margin-bottom: 3.333rem;
}
.application-cat-2 .arrows{
    gap: 0.417rem;
}
.application-cat-2 .swiper{
    padding: 0 11.979rem;
    margin: 0 -1.042rem;
    overflow: unset;
}
.application-cat-2 .swiper .swiper-slide{
    padding: 0 1.042rem;
}
.application-cat-2 .application-item .cont-wrap .app-desc{
    margin-bottom: 1.042rem;
}
.application-item{
    display: flex;
    flex-direction: column;
}
.application-item .cont-wrap{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.application-item .cont-wrap .buttons-wrap{
    margin-top: auto;
}
.application-cat-3{
    padding-top: 6.40625rem;
}
#main > section[class*='application-cat-']:last-of-type{
    padding-bottom: 6.146rem;
}
.application-page-3 .services-swiper .swiper-slide .sec-desc{
    padding-right: 0;
}
.application-details-1 .home-career-banner .col-6:nth-of-type(2){
    height: auto;
}
.text-blue{
    color: #0E2249;
}
.NK-form .NK-form-error-mess{
    border-radius: 50px;
}
.filter-bar .filter-item .select-styled{
    width: 11.458rem;
}
.career-filter{
    position: relative;
    z-index: 30;
}
.career-filter .reset-button{
    width: max-content;
}
.product-cat-features .title-group{
    width: 44.01rem;
    max-width: 100%;
    margin-bottom: 3.75rem;
}
.product-cat-features .grid-box{
    grid-gap: 2.083rem 3.854rem
}
.product-cat-features .grid-box .item{
    gap: 1.458rem
}
.product-cat-features .grid-box .item .icon-wrap img{
    width: 4.271rem;
    min-width: 4.271rem;
    height: 4.271rem;
}
.product-cat-features .grid-box .item .text-wrap{
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.146rem;
}
.product-cat-features .grid-container{
    padding-top: 5.521rem;
}
.product-cat-features .grid-container:before{
    top: 0;
    left: 50%;
    width: 100%;
    height: auto;
    aspect-ratio: 1420/655;
    position: absolute;
    content: '';
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/product-cat-pattern.png');
}
.fat-chains{
    margin-top: 2.865rem;
    --gap: 3.542rem
}
.fat-chains .chains-row+.chains-row{
    /*margin-top: 5.9375rem;*/
    margin-top: -14px;
}
.fat-chains .chains-row{
    display: flex;
    justify-content: center;
    gap: var(--gap)
}
.fat-chains .chains-row:nth-child(even){
    flex-direction: row-reverse;
}
.fat-chains .chains-row .row-link{
    margin-top: 4.896rem;
    position: relative;
    z-index: 9;
}
.fat-chains .chains-row .row-link .link-text{
    position: absolute;
    top: 50%;
    left: 60%;
    background: linear-gradient(90deg, #6388F7 0%, #009199 50.56%, #008E2C 100%);
    font-weight: 600;
    font-size: 0.9375rem;
    background-clip: text;
    color: transparent;
    transform: rotate(-90deg);
    transform-origin: top center;
}
.fat-chains .chains-row:nth-child(odd) .row-link:first-of-type,
.fat-chains .chains-row:nth-child(even) .row-link:last-of-type{
    opacity: 0 !important;
    pointer-events: none !important;
}
.fat-chains .chains-row:nth-child(odd) .row-link:first-of-type{
    margin-right: calc(0px - var(--gap));
}
.fat-chains .chains-row:nth-child(odd) .row-link:last-of-type{
    margin-left: calc(0px - var(--gap));
}
.fat-chains .chains-row:nth-child(even) .group{
    flex-direction: row-reverse;
    align-items: flex-start;
}
.fat-chains .chains-row .group{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: var(--gap);
}
.fat-chains .chains-row .group.highlight:before{
    position: absolute;
    content: '';
    z-index: 3;
    width: calc(100% + var(--gap));
    height: calc(100% + 1.875rem);
    left: calc(0px - calc(var(--gap) / 2));
    bottom: -0.9375rem;
    border-radius: 20px;
    /*background: linear-gradient(90deg, #CFDBFF 0%, #D9FFD9 100%);*/
    background: linear-gradient(90deg, #5A8DFF 0%, #018E2D 100%);
}
.fat-chains .chains-row .group.highlight.has-name:before{
    height: calc(100% + 4.0625rem);
}
.fat-chains .chains-row .group.highlight .item > .text{
    color: #FFF;
}
.fat-chains .chains-row .group .group-name{
    position: absolute;
    bottom: calc(100% + 0.833rem);
    left: 50%;
    transform: translateX(-50%);
    font-weight: 700;
    font-size: 1.042rem;
    /*color: transparent;*/
    /*background: linear-gradient(90deg, #6388F7 0%, #009199 50.56%, #008E2C 100%);*/
    /*background-clip: text;*/
    color: #FFF;
    z-index: 4;
}
.fat-chains .chains-row .group .item{
    width: 15.625rem;
    position: relative;
    z-index: 5;
}
.fat-chains .chains-row .group .item .line{
    top: 4.896rem;
    display: flex;
    position: absolute;
}
.fat-chains .chains-row .group .item .line svg{
    width: 1.042rem;
    height: 1.042rem;
}
.fat-chains .chains-row .group .item .line:before{
    height: 1px;
    width: var(--gap);
    position: absolute;
    content: '';
    top: 50%;
    background: linear-gradient(90deg, rgba(12, 200, 68, 0) 0%, #FFF 52.46%);
}
.fat-chains .chains-row .row-link+.group > .item:first-of-type .line,
.fat-chains .chains-row .group:first-of-type > .item:first-of-type .line{
    display: none !important;
}
.fat-chains .chains-row:nth-child(odd) .item .line{
    left: 0;
    transform: translateY(-50%) translateX(-50%);
}
.fat-chains .chains-row:nth-child(odd) .item .line:before{
    right: 50%;
}
.fat-chains .chains-row:nth-child(even) .item .line{
    right: 0;
    transform: translateY(-50%) translateX(50%);
}
.fat-chains .chains-row:nth-child(even) .item .line:before{
    left: 50%;
    transform: rotateY(180deg);
}
.fat-chains .chains-row .group .item .img-wrap{
    aspect-ratio: 300/185;
    margin-bottom: 0.78125rem;
}
#popup-network{
    display: none;
}
.about-7{
    padding: 5.208rem 0 6.458rem;
    background: linear-gradient(180deg, rgba(246, 247, 255, 0) 0%, #E9EBFF 100%);
}
.about-7 .title-group{
    margin-bottom: 2.396rem;
}
.testimonials-swiper.swiper{
    margin: 0 -0.521rem;
    overflow: unset;
}
.testimonials-swiper .swiper-slide{
    padding: 0 0.521rem;
    --gap: 3.125rem;
}
.testimonials-swiper .item{
    padding: 1.5625rem 2.083rem;
    gap: var(--gap);
    justify-content: space-between;
    border: 1.5px solid #5A8DFF33;
    background: #FFFFFF;
}
.testimonials-swiper .item .testimonial-content{
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.302rem;
    color: #555555;
}
.testimonials-swiper .item .testimonial-logo img{
    height: 1.5625rem;
    width: auto;
    max-width: 100%;
}
.testimonials-swiper .item .item-top{
    display: flex;
    flex-direction: column;
    gap: var(--gap);
}
.testimonials-swiper .item .item-bottom{
    gap: 1.042rem;
}
.testimonials-swiper .item .avatar{
    border-radius: 50%;
    width: 2.8125rem;
    height: 2.8125rem;
    overflow: hidden;
}
.testimonials-swiper .item .avatar img{
    display: block;
}
.testimonials-swiper .item .name{
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 1.146rem;
    margin-bottom: 0.208rem;
}
.testimonials-swiper .item .position{
    font-weight: 400;
    font-size: 0.729rem;
    line-height: 1.146rem;
    color: #555555;
}
.application-cat-1+.application-details-3{
    padding-top: 0 !important;
}
.service-details-6{
    padding-bottom: 6.042rem;
}
.empty-filters{
    margin-top: 30px;
    text-align: center;
    padding: 8px 16px;
    font-size: 0.833rem;
    background: rgba(99, 136, 247, 0.2);
    margin-right: 4.167rem;
}
@media (min-width: 1200px) {
    .career-sec-3 .swiper .swiper-slide .item:hover .img-wrap img,
    .hps-3 .swiper-slide .item:hover .img-wrap img{
        transform: scale(1.1);
    }
    .fat-5 .grid-box .item:hover .icon-wrap img,
    .service-details-2 .grid-box .item:hover img{
        transform: rotateY(360deg);
    }
    body, html {
        font-size: 1vw;
    }
    .product-item:hover .product-item-bottom .plus-btn svg{
        transform: rotate(90deg);
    }
    .product-item:hover .product-item-image img:nth-of-type(2){
        opacity: 1;
    }
    .product-item:hover .product-item-image img:nth-of-type(1){
        opacity: 0;
    }
}
@media only screen and (max-width: 1199px){
    :root{
        --container-w: 59.375rem;
    }
    #wrapper .horizontal-header > div, #wrapper .horizontal-header > div > ul{
        gap: 2rem
    }
    header#header{
        height: auto;
    }
    header#header .site-logo{
        padding: 0.75rem 1.5rem;
        height: 5rem;
        display: flex;
        align-items: center;
    }
    header#header .vertical-menu{
        position: absolute;
        top: 5rem;
        height: calc(100vh - 5rem);
        background: rgba(1, 9, 54, 0.5);
        backdrop-filter: blur(20px);
        width: 16.667rem;
        transform: translateX(-100%);
        transition: all 0.6s;
    }
    .active-side-menu header#header .vertical-menu{
        transform: translateX(0);
    }
    .menu-hamburger{
        display: block !important;
    }
    .menu-hamburger > a{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 26px;
        height: 16px;
        align-items: flex-end;
        padding: 0 !important;
    }
    .menu-hamburger > a span{
        width: 100%;
        height: 1px;
        background-color: #FFF;
        transition: all 0.4s;
    }
    .menu-hamburger > a span:nth-of-type(1){
        width: 100%;
    }
    .menu-hamburger > a span:nth-of-type(3){
        width: 75%;
    }
    .menu-hamburger > a span:nth-of-type(2){
        width: 50%;
    }
    .active-side-menu .menu-hamburger > a span:nth-of-type(2){
        opacity: 0;
    }
    .active-side-menu .menu-hamburger > a span:nth-of-type(1){
        transform: rotate(45deg) translate(5px, 5px);
    }
    .active-side-menu .menu-hamburger > a span:nth-of-type(3){
        transform: rotate(135deg) translate(-5px, 5px);
        width: 100%;
    }
    .header-light .menu-hamburger > a span{
        background: #111;
    }
    #wrapper .horizontal-header{
        padding-right: 1.823rem;
    }
    .home-1 .home-banner-thumb,
    .home-1 .cont-wrap{
        margin-left: 0;
        width: 100%;
    }
    .space-left{
        padding-left: 0 !important;
    }
    #wrapper .horizontal-header{
        position: fixed;
        background: #0109364D;
        backdrop-filter: blur(20px);
        height: 5rem;
        transition: all 0.4s;
        z-index: 1001;
    }
    header#header{
        border: none !important;
        background: unset !important;
        backdrop-filter: unset !important;
        z-index: 1002;
    }
    header#header.is-light{
        border-right: none !important;
    }
    header#header.is-light+.horizontal-header{
        background: rgba(1, 9, 54, 0.5);
    }
    .header-light #wrapper .horizontal-header ul > li > a{
        color: #FFF;
    }
    .header-light .menu-hamburger > a span{
        background: #FFF;
    }
    .home-1 .cont-wrap{
        padding: 0 8rem;
        width: var(--container-w);
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
    }
    .application-details-1 .home-career-banner .col-6 h1,
    .banner-title,
    .sec-title,
    .home-1 .cont-wrap .title{
        font-size: 2.4rem;
        line-height: 1.2;
    }
    .home-1 .home-banner-thumb{
        gap: 2rem;
        padding: 0 1rem;
    }
    .home-1 .home-banner-thumb .item.active:before, .home-1 .home-banner-thumb .item:hover:before{
        min-width: 2.5rem;
    }
    header#header.is-light .vertical-menu .vertical-menu-inner > ul li.menu-item-has-children > ul > li > a{
        color: #FFF !important;
    }
    .home-services.swiper{
        padding: 0 5rem;
    }
    .home-product-cats .col-4{
        padding-right: 2rem;
    }
    .home-product-cats .tab-content .grid-box{
        grid-gap: 1.5rem 2rem
    }
    .home-product-cats .tab-title{
        font-size: 0.9375rem;
    }
    .home-5 .flex-box .item .cont-wrap .title{
        font-size: 1.125rem;
    }
    .home-5 .title-group{
        top: 2.5rem;
    }
    .service-details-11 .images img:nth-of-type(1) ,
    .home-6 .images img:nth-of-type(1) {
        width: 5rem;
    }
    .service-details-11 .images img:nth-of-type(3),
    .home-6 .images img:nth-of-type(3){
        width: 4rem;
    }
    .service-details-11 .images img:nth-of-type(2),
    .home-6 .images img:nth-of-type(2){
        width: 21.5rem;
    }
    .home-6 .swiper-slide .item{
        padding-right: 0;
    }
    .home-career-banner .col-6:nth-of-type(1){
        padding: 3rem;
    }
    .home-career-banner .col-6 img{
        margin-left: 5.854rem;
        width: 20.4375rem;
        max-width: 100%;
    }
    .home-career-banner .col-6 .img-wrap.aos-animate > svg:nth-of-type(2){
        left: 2.208rem;
        bottom: -2.042rem;
    }
    .sec-desc {
        font-size: 0.875rem;
    }
    .resources-list #resources-table_wrapper{
        padding: 0;
    }
    footer#footer .footer-top{
        padding: 4rem 0;
    }
    footer#footer .footer-bottom > div,
    footer#footer .footer-top > div{
        width: var(--container-w);
        margin-left: auto;
        margin-right: auto;
    }
    .footer-menus .menu-col{
        min-width: unset;
        width: 100%;
    }
    .footer-menus ul{
        grid-template-columns: 1fr;
    }
    footer#footer .footer-top .footer-menus > .flex-box{
        gap: 2rem;
    }
    .footer-contact > .flex-box{
        align-items: center;
    }
    .footer-contact > .flex-box .title{
        padding-right: 0;
        width: 30%;
        font-size: 1rem;
        line-height: 1.3;
    }
    .footer-contact > .flex-box .form-footer{
        padding-right: 2rem;
        width: 40%;
    }
    .footer-socials .socials{
        gap: 0.5rem
    }
    .footer-branches > .flex-box{
        gap: 1rem
    }
    .footer-title{
        font-size: 13px;
    }
    footer#footer .footer-bottom{
        padding: 1.5rem 0;
    }
    .home-1 .home-banner .swiper-arrow.prev{
        left: 3rem;
    }
    .home-1 .home-banner .swiper-arrow.next{
        right: 3rem;
    }
    header#header .site-logo img:nth-of-type(1){
        opacity: 0 !important;
    }
    header#header .site-logo img:nth-of-type(2){
        opacity: 1 !important;
    }
    .product-cat-2 .swiper{
        padding: 0 4rem;
    }
    .products-menu.is-fixed > .space-left {
        top: 5.75rem;
    }
    .product-details-3 .sticky-box{
        top: 10.5rem;
    }
    .product-tabs .tabs-title .tab-title{
        font-size: 0.75rem;
        padding: 0.5rem 0.75rem;
    }
    .find-products-box .find-products-wrap{
        padding-left: 2.25rem;
    }
    .compare-table{
        overflow: auto;
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }
    .compare-table .empty-column+.empty-column{
        display: none !important;
    }
    .compare-table > .flex-box{
        max-width: 75rem;
    }
    .compare-table .compare-column{
        flex-grow: 1;
    }
    .compare-table .compare-column .column-header .btn-remove-product,
    .compare-table .compare-column:before{
        opacity: 1;
    }
    #compare-products .compare-wrap .compare-header{
        margin-bottom: 0.5rem;
    }
    .cart-sec .form-order{
        padding: 2.5rem 2rem;
    }
    .cart-sec .list-cart-items .cart-item .cont-wrap{
        padding: 0.5rem 1rem;
    }
    .cart-sec .list-cart-items{
        padding-right: 0;
    }
    #wrapper .horizontal-header{
        display: flex !important;
    }
    .cart-sec{
        padding-top: 8rem;
    }
    .page-template-thanks #wrapper .horizontal-header{
        display: none !important;
    }
    .my-account-container{
        margin-left: 0;
        padding-left: 32px;
        padding-top: 8rem;
    }
    .account-login-page{
        padding-left: 0 !important;
    }
    .about-2 .sec-desc{
        padding: 0 0 0 2rem;
    }
    .about-2 .grid-container > img{
        width: 32rem;
    }
    .about-3{
        padding-top: 8rem;
    }
    .about-3 .item .col-left{
        padding: 2rem 0 2rem 2rem;
    }
    .about-3 .item .img img{
        margin-left: 8rem;
        width: 25rem;
    }
    .hscroll-track{
        gap: 3rem;
        padding: 2.34375rem 2.25rem 0;
        top: 5rem;
    }
    .sec-title-2{
        font-size: 1.75rem;
    }
    .services-2 .service-item .cont-wrap{
        padding: 3.4375rem 6.875rem 3.4375rem 3.4375rem;
    }
    .services-2 .service-item .icon-wrap{
        width: 6rem;
        height: 6rem;
        right: 1rem;
        top: 1rem;
    }
    .services-swiper .swiper-slide .sec-desc{
        padding-right: 0;
    }
    .services-swiper{
        margin: 0 -1.5rem;
    }
    .services-swiper .swiper-slide{
        padding: 0 1.5rem;
    }
    .services-2 .service-item{
        top: 7rem;
    }
    .service-details-2{
        padding: 4rem 0;
    }
    .service-details-2 .sec-title{
        margin-bottom: 3rem;
    }
    .service-details-3 .col-5{
        padding-right: 2rem;
    }
    .service-details-4 .home-career-banner .col-6:nth-of-type(2){
        padding-right: 0;
    }
    .service-details-4 .home-career-banner .col-6:nth-of-type(1){
        padding: 2rem 0 2rem 3rem;
    }
    .service-details-5 .col-5 .item .fs-17{
        padding-bottom: 2rem;
    }
    .service-details-5 .col-5{
        padding-right: 3rem;
    }
    .service-details-11 .col-5{
        padding-right: 1.5rem;
        padding-bottom: 2rem;
    }
    .service-details-11 .item+.item{
        margin-top: 1.5rem;
    }
    .service-details-11 .col-5 .fs-16{
        padding-right: 0;
    }
    .service-details-11 .item h3{
        font-size: 1.25rem;
        line-height: 1.3;
    }
    .service-details-12 .section-inner{
        padding: 3rem 0;
    }
    .cta-banner.home-career-banner .col-6:nth-of-type(2){
        padding-right: 2rem;
    }
    .service-details-7 .col-6:nth-of-type(1){
        padding-right: 2rem;
    }
    .service-details-7 .item .title{
        font-size: 1.25rem;
        line-height: 1.3;
    }
    .services-1 .img-wrap{
        padding-right: 0;
    }
    .application-cat-2 .swiper{
        padding: 0 4rem;
        margin: 0;
    }
    .application-details-1 .home-career-banner .col-6:nth-of-type(2){
        padding-right: 0;
    }
    .application-details-2 .cont-wrap{
        padding-right: 2rem;
    }
    .fat-2 .grid-box .cont-wrap{
        padding: 2rem;
        border-radius: 20px;
        left: 1rem;
        right: 1rem;
        bottom: 1rem;
    }
    .fat-5 .grid-box{
        grid-gap: 2rem;
    }
    .fat-5 .grid-box .font-title{
        font-size: 1rem;
    }
    .hps-2{
        padding: 5rem 0 6rem;
    }
    .hps-3{
        padding-top: 4rem;
    }
    .hps-3 .swiper{
        padding-right: 2rem;
    }
    .hps-4{
        padding: 5rem 0;
    }
    .hps-4 .home-career-banner .col-6 img:nth-of-type(2){
        right: 1.5rem;
    }
    .hps-2 .col-6{
        align-self: center;
    }
    .hps-3 .swiper-slide .item .sec-title-2{
        line-height: 1.3;
    }
    .hps-details-1 .flex-box .col-6:nth-child(1),

    .hps-details-1 .flex-box .col-6:nth-child(2){
        padding-right: 0;
    }
    .hps-details-2 .cont-wrap{
        padding-right: 3rem;
    }
    .career-sec-2{
        padding: 4rem 0;
    }
    .career-details-2 .apply-box{
        padding: 1rem;
    }
    .contact-sec .branches{
        padding-right: 0;
    }
    .about-3 .item .img-wrap > svg:nth-of-type(2){
        left: 4rem;
    }
    .fat-chains .chains-row .group .item{
        width: 12.5rem;
    }
    .fat-chains{
        --gap: 2rem;
    }
    .fat-chains .chains-row .group .item .line{
        top: 62px;
    }
    .fat-chains .chains-row .row-link{
        margin-top: 62px;
    }
    .testimonials-swiper .swiper-slide{
        --gap: 2rem
    }
}
@media only screen and (min-width: 992px){
    .home-5 .flex-box .item{
        background: unset !important;
    }
}
@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-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;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr;
    }
    #wrapper .horizontal-header .horizontal-menu{
        display: none !important;
    }
    header#header .vertical-menu{
        background: rgba(1, 9, 54, 0.5);
        backdrop-filter: blur(20px);
    }
    header#header .vertical-menu > .vertical-menu-inner{
        width: 100%;
        border-radius: 0 !important;
        background: unset !important;
    }
    header#header .vertical-menu .vertical-menu-inner > ul > li{
        border-bottom: 1px solid #FFFFFF52;
    }
    header#header .vertical-menu .vertical-menu-inner > ul > li > a{
        height: auto;
        aspect-ratio: unset;
        flex-direction: row;
        justify-content: flex-start;
        gap: 0.75rem;
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    header#header .vertical-menu .vertical-menu-inner > ul > li > a > svg, header#header .vertical-menu .vertical-menu-inner > ul > li > a > img{
        width: 1.5rem;
        height: 1.5rem;
    }
    header#header .vertical-menu .vertical-menu-inner > ul li.menu-item-has-children > ul{
        position: relative;
        left: unset;
        top: unset;
        width: 100%;
        padding: 0 0 0 3rem;
        display: none;
    }
    header#header .vertical-menu .vertical-menu-inner > ul li.menu-item-has-children > ul > li > a{
        padding: 0.5rem 0;
        font-weight: 400;
    }
    .show-tablet{
        display: block !important;
    }
    header#header .vertical-menu{
        border-top: none !important;
    }
    footer#footer .footer-top .footer-menus > .flex-box{
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-menus .menu-col{
        width: calc(100% / 3 - calc(2rem * 2 / 3));
        flex-grow: 1;
    }
    .footer-contact > .flex-box{
        flex-wrap: wrap;
    }
    .footer-contact > .flex-box .title{
        width: 50%;
        padding-right: 2rem;
        font-size: 1.3rem;
    }
    .footer-contact > .flex-box .form-footer{
        width: 50%;
    }
    .footer-socials{
        width: 100%;
        text-align: center;
        margin-top: 2rem;
    }
    .footer-socials .socials{
        justify-content: center;
    }
    .footer-branches > .flex-box{
        flex-wrap: wrap;
        gap: 2rem
    }
    .footer-branches .branch-item{
        width: calc(100% / 3 - calc(2rem * 2 / 3));
    }
    .home-1 .cont-wrap{
        padding: 0 4rem;
    }
    .application-details-1 .home-career-banner .col-6 h1,
    .banner-title,
    .product-cat-1.product-details-1 .sec-title,
    .sec-title, .home-1 .cont-wrap .title{
        font-size: 2rem;
    }
    .home-1 .home-banner-thumb{
        flex-wrap: wrap;
        gap: 1rem
    }
    .home-1 .home-banner-thumb .item{
        width: calc(50% - 0.5rem);
        justify-content: center;
    }
    .home-2{
        padding-top: 3rem;
    }
    .home-2 .grid-container{
        padding-bottom: 3rem;
    }
    .home-3{
        padding-top: 3rem;
    }
    .home-4{
        padding-top: 5rem;
    }
    .home-4 .section-inner{
        overflow: clip;
    }
    .home-4 .grid-container{
        padding: 4rem 0;
    }
    .home-product-cats .col-4 .sticky-box{
        position: sticky;
        top: 100px;
        left: 0;
    }
    .home-product-cats .tab-content .grid-box{
        grid-gap: 0;
    }
    .home-5 {
        padding-top: 3rem;
    }
    .home-5 .section-inner{
        display: flex;
        flex-direction: column;
    }
    .home-5 .title-group{
        position: relative !important;
        left: unset;
        top: unset;
        transform: unset;
        order: 1;
    }
    .home-5 .title-group .sec-title{
        color: var(--color-4);
    }
    .home-5 .title-group .sec-desc{
        color: #202020;
    }
    .home-5 .images{
        position: relative;
        aspect-ratio: 16/9;
        width: 100%;
        height: auto;
        margin-top: 2rem;
        order: 3;
    }
    .home-5 .flex-box{
        height: auto;
        order: 2;
        width: var(--container-w);
        margin-left: auto;
        margin-right: auto;
        flex-wrap: wrap;
        margin-top: 2rem;
        gap: 1rem;
    }
    .home-5 .flex-box .item{
        width: calc(50% - 0.5rem);
        background-repeat: no-repeat;
        background-size: cover;
        height: auto;
        border-color: #999;
        aspect-ratio: 16/9;
        position: relative;
        border-radius: 10px;
        overflow: hidden;
    }
    .home-5 .flex-box .item:before{
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        content: '';
        position: absolute;
        background: #000;
        opacity: 0.2;
    }
    .home-5 .flex-box .item:last-child:nth-child(odd){
        margin-left: auto;
        margin-right: auto;
    }
    .home-5 .flex-box .item .cont-wrap .text-white{
        /*color: #333;*/
    }
    .home-5 .flex-box .item .btn{
        opacity: 1;
    }
    .home-5 .flex-box .item .cont-wrap{
        min-height: 100% !important;
        z-index: 9;
        padding-top: 1rem;
    }
    .home-5 .images{
        display: none !important;
    }
    .home-6 .swiper .swiper-slide{
        padding: 0 1rem;
    }
    .home-6 .swiper{
        margin: 0 -1rem;
        padding-top: 3rem;
    }
    section[class*="home"] > svg{
        display: none !important;
    }
    .home-7{
        padding-top: 4rem;
    }
    .home-1 .home-banner .swiper-arrow.prev{
        left: 2rem;
    }
    .home-1 .home-banner .swiper-arrow.next{
        right: 2rem;
    }
    .home-6 .swiper-slide .title{
        font-size: 1.25rem;
        line-height: 1.2;
    }
    .home-8{
        padding-top: 4rem;
    }
    .home-8 .section-inner{
        padding: 4rem 0;
    }
    .home-network{
        margin-top: 4rem;
        max-width: 90%;
    }
    .home-career-banner .col-6:nth-of-type(2){
        padding-right: 0;
    }
    .home-career-banner .col-6 .text-white{
        font-size: 1.25rem;
        line-height: 1.2;
    }
    .home-career-banner .col-6 img{
        margin-left: 0;
    }
    .home-career-banner .col-6 .img-wrap.aos-animate > svg:nth-of-type(2){
        left: -3.792rem;
    }
    .home-network .item .text-wrap .text{
        font-size: 0.625rem;
    }
    .home-10,
    .home-9{
        padding-top: 4rem;
    }
    .resources-sec .resources-filters > .flex-box{
        flex-wrap: wrap;
        gap: 0.5rem 1rem
    }
    .resources-sec .resources-filters > .flex-box > .btn{
        width: calc(50% - 0.5rem);
    }
    .resources-sec .resources-filters > .flex-box .filter-item .select-styled{
        width: 100%;
    }
    .resources-sec .resources-filters > .flex-box .filter-item{
        width: calc(100% / 3 - calc(1rem * 2 / 3));
    }
    .resources-list{
        overflow: auto;
    }
    .resources-list #resources-table_wrapper{
        width: 53.75rem;
        padding: 0 1.771rem;
    }
    .resources-list #resources-table tr>*:nth-of-type(1){
        width: 35%;
    }
    .resources-list #resources-table tr>*:nth-of-type(2){
        width: 17%;
    }
    .resources-list #resources-table tr>*:nth-of-type(3){
        width: 9%;
    }
    .resources-list #resources-table tr>*:nth-of-type(4){
        width: 13%;
    }
    .resources-list #resources-table tr>*:nth-of-type(5){
        width: 9%;
    }
    .resources-list #resources-table tr>*:nth-of-type(6){
        width: 9%;
    }
    .resources-list #resources-table tr>*:nth-of-type(7){
        width: 8%;
    }
    #wrapper #main .dt-container .dt-layout-row:has(.dt-paging) > .dt-layout-end {
        margin-right: auto !important;
    }
    .home-11 .section-inner .col-right{
        padding: 1rem 1rem 1rem 0;
    }
    .home-11 .section-inner .col-left{
        align-self: end;
    }
    .mobile-dots.has-padding{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .mobile-dots{
        margin-top: 1.5rem;
    }
    .mobile-dots .swiper-pagination{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.625rem;
        bottom: unset;
        top: unset;
        left: unset;
        right: unset;
        position: relative;
        margin: 0 !important;
    }
    .mobile-dots .swiper-pagination > .swiper-pagination-bullet{
        background: var(--color-2);
        opacity: 0.4;
        transition: all 0.4s;
        margin: 0 !important;
        width: 10px;
        height: 10px;
    }
    .mobile-dots .swiper-pagination.dark-style > .swiper-pagination-bullet{
        background: #FFF;
    }
    .mobile-dots .swiper-pagination > .swiper-pagination-bullet-active{
        opacity: 1;
    }
    .mobile-dots .mobile-arrow{
        width: 2rem;
        min-width: 2rem;
        height: 2rem;
        border-radius: 50%;
        border: 1px solid currentColor;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--color-2);
    }
    .mobile-dots .mobile-arrow svg{
        width: 1.125rem;
        height: 1.125rem;
    }
    .mobile-dots .mobile-arrow svg path{
        stroke: currentColor;
    }
    .home-banner .mobile-dots{
        bottom: 2.5rem;
        position: absolute;
        margin-top: 0;
        padding: 0 1rem;
        z-index: 9;
    }
    .home-banner .mobile-dots .mobile-arrow{
        color: #FFF;
    }
    #wrapper #main .dt-container .dt-paging nav{
        justify-content: flex-start;
    }
    .footer-contact > .flex-box .form-footer .wpcf7-response-output {
        position: relative;
    }
    .resources-sec .resources-notify{
        border-radius: 15px;
    }
    .resources-sec .resources-notify > .flex-box{
        gap: 1rem
    }
    .resources-sec .resources-notify .btn{
        margin-left: 0;
        margin-right: auto;
    }
    header#header .vertical-menu .vertical-menu-inner > ul li > a > i{
        display: block !important;
        margin-left: auto;
        font-size: 1.25rem;
        position: relative;
        z-index: 3;
    }
    .product-cat-1 .col-7{
        padding-right: 1.5rem;
    }
    .product-details-1 > .grid-container{
        padding-top: 3.5rem;
    }
    .product-cat-2 .swiper{
        padding: 0;
        margin: 0 -1rem;
    }
    .application-item .cont-wrap{
        padding-right: 0;
    }
    .product-details-7.product-cat-4,
    .product-details-6{
        padding-top: 4rem;
    }
    .swiper.related-products{
        padding: 0;
    }
    .product-details-7{
        padding-bottom: 4rem;
    }
    .product-details-1 .col-7{
        padding-right: 0;
    }
    .product-details-1{
        min-height: unset;
    }
    .product-details-2 .product-download .btn{
        min-width: 10rem;
    }
    .products-menu{
        padding-top: 3rem;
    }
    #product-documents-table th:nth-of-type(2) .th-inner,
    #product-documents-table th:nth-of-type(1) .th-inner{
        padding-right: 1rem;
    }
    #product-documents-table_wrapper #product-documents-table .select-types .select-styled {
        min-width: 10rem;
    }
    #product-documents-table_wrapper #product-documents-table .search{
        width: 15rem;
    }
    .product-details-3 .col-5 {
        padding-left: 1.5rem;
    }
    .product-details-1 .sub-title{
        font-size: 1.125rem;
    }
    .sec-title-2{
        font-size: 1.5rem;
        line-height: 1.2;
    }
    .header-light #wrapper .horizontal-header ul.header-items .language-switcher .languages-list{
        background: rgba(99, 136, 247, 0.4);
    }
    .find-products-sec .col-5 > .flex-box{
        margin-top: 1.5rem;
    }
    .find-products-table .filter-table .filter-column[data-name="description"] .column-inner{
        width: 10rem;
        min-width: 10rem;
    }
    .find-products-table .products-table .sticky-column .column-inner{
        padding: 0.75rem;
    }
    .find-products-table > div{
        width: max-content;
    }
    header#header .vertical-menu .vertical-menu-inner > ul li.menu-item-has-children > ul > li > a{
        color: #FFF !important;
    }
    #add-to-cart-popup .popup-inner .cont-wrap{
        padding-left: 1.5rem;
    }
    #add-to-cart-popup .popup-inner{
        padding: 1.5rem;
    }
    #add-to-cart-popup .popup-inner .cont-wrap .stock .stock-left{
        gap: 1rem
    }
    .compare-table .compare-column{
        min-width: 10rem;
    }
    .form-popup.form-large .popup-inner{
        padding: 3rem 4rem;
    }
    .cart-sec .form-order{
        margin-left: 0;
        margin-top: 2rem;
    }
    .cart-sec .list-cart-items .cart-item .cont-wrap{
        flex-grow: 1;
    }
    .about-2 .sec-desc{
        padding-left: 0;
    }
    .hide-tablet{
        display: none !important;
    }
    .about-2 .grid-container > img{
        display: none;
    }
    .about-3{
        padding-top: 5rem;
    }
    .about-3 .item .sec-desc{
        padding-right: 0;
    }
    .about-3 .item .img{
        padding-left: 3rem;
    }
    .about-3 .item .img img{
        margin-left: 0;
        width: 22rem;
    }
    .about-3 .item .col-left {
        padding: 1.5rem 0 1.5rem 1.5rem;
        width: 42%;
    }
    .resources-page .resources-sec .title-group{
        flex-direction: column;
    }
    .resources-page .resources-sec .title-group .sec-title{
        width: 100%;
        text-align: center !important;
        padding-right: 0;
    }
    .resources-page .resources-sec .title-group .sec-desc{
        text-align: center !important;
        width: 100%;
    }
    .featured-posts .swiper .col-5{
        padding-right: 0;
    }
    .post-details .post-title{
        font-size: 2rem;
        line-height: 1.3;
    }
    .breadcrumbs ol{
        overflow: auto;
    }
    .breadcrumbs ol > li{
        flex: 0 0 auto;
    }
    .services-1 .img-wrap{
        padding: 0 0 0 1rem;
    }
    .services-2 .title-group{
        margin-bottom: 2rem;
    }
    .services-2 .service-item .cont-wrap{
        padding: 1.875rem 5rem 1.875rem 1.875rem;
    }
    .services-2 .service-item .icon-wrap{
        width: 5rem;
        height: 5rem;
    }
    .services-swiper .swiper-slide .icon-wrap img{
        width: 6.5rem;
        height: auto;
        aspect-ratio: 1;
    }
    .services-3 .section-inner{
        padding: 4rem 0;
    }
    .training-3:before, .service-details-10:before,
    .service-details-7:before,
    .service-details-2:before,
    .services-3 .section-inner:before{
        width: 32rem;
    }
    .service-details-2 .grid-box{
        grid-gap: 2.5rem
    }
    .service-details-2 .grid-box .icon-wrap img{
        width: 4.5rem;
    }
    .service-details-5 .col-5{
        padding-right: 0;
    }
    .service-details-5 .col-7{
        display: flex;
        flex-direction: column;
    }
    .service-details-5 .col-7 > .img-wrap{
        margin-top: auto;
    }
    .service-details-11, .service-details-10{
        padding-top: 3rem;
    }
    .service-details-11 .grid-container > .flex-box{
        margin-top: 2rem;
    }
    .service-details-11 .item{
        gap: 1rem
    }
    .service-details-11 .col-5{
        padding-right: 0;
    }
    .service-details-7{
        padding: 3rem 0;
    }
    .service-details-7 .img-wrap{
        position: sticky;
        top: 6rem;
    }
    .service-details-8{
        padding: 4rem 0 3rem;
    }
    .service-details-6 .cont-wrap{
        padding-right: 0;
    }
    .service-details-8 .grid-box .item .cont-wrap{
        flex-grow: 1;
    }
    .application-cat-2 .swiper{
        padding: 0;
        margin: 0 -1.042rem;
    }
    .services-1 .cont-wrap{
        padding-top: 0;
    }
    .application-cat-2{
        padding-top: 4rem;
    }
    .application-details-2 .cont-wrap{
        padding-right: 0;
        padding-bottom: 2rem;
    }
    .application-details-4{
        padding-top: 4rem;
    }
    #main > section[class*='application-details-']:last-of-type{
        padding-bottom: 4rem;
    }
    .fat-6 .fat-6-content .right-col .item{
        padding-left: 2rem;
    }
    .fat-6 .fat-6-content .left-col .item{
        padding-right: 2rem;
    }
    .fat-6 .fat-6-content .item .count > svg{
        display: none;
    }
    .fat-6 .left-col > .flex-box, .fat-6 .right-col > .flex-box{
        gap: 1.25rem
    }
    .fat-7{
        padding-top: 4rem;
    }
    #main > section[class*='fat-']:last-of-type{
        padding-bottom: 4rem;
    }
    .hps-2{
        padding: 4rem 0;
    }
    .hps-4.service-details-11 .item{
        padding-right: 0;
    }
    .hps-4 .col-right{
        margin-left: auto;
        margin-right: auto;
        margin-top: 3rem;
    }
    .hps-1 .cont-wrap{
        padding-right: 0;
    }
    .hps-1 .cont-wrap{
        padding-top: 3rem;
    }
    .hps-details-1 .flex-box .col-6:nth-child(2){
        padding-left: 2rem;
    }
    .hps-details-2 .cont-wrap{
        padding-right: 1rem;
    }
    .hps-details-4{
        padding-bottom: 4rem;
    }
    .hps-details-3 .spec-row{
        padding: 0.75rem 1.5rem;
    }
    .career-sec-3{
        padding: 4rem 0;
    }
    .career-sec-3 .swiper{
        margin: 0 -1rem;
    }
    .career-sec-3 .swiper .swiper-slide{
        padding: 0 1rem;
    }
    .career-sec-4 .col-5{
        padding-top: 0;
    }
    .career-table-wrap{
        padding-left: 0;
        padding-right: 0;
    }
    .career-details-2 .col-9{
        padding-right: 2rem;
    }
    .career-details-2 .sticky-wrap{
        top: 6rem;
    }
    .career-details-2 .career-form{
        margin-top: 3rem;
        padding: 2rem;
    }
    .career-details-2{
        padding-bottom: 4rem;
    }
    .career-details-4{
        padding-bottom: 3rem;
    }
    .career-details-1 .sec-title-2{
        font-size: 1.8rem;
        line-height: 1.3;
    }
    .training-2 .flex-box{
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: center;
    }
    .training-2 .flex-box .item{
        min-width: unset !important;
        width: calc(50% - 0.5rem);
        height: auto;
        padding-bottom: 7rem;
    }
    .training-2 .flex-box .item .sec-desc{
        max-height: unset;
    }
    .training-2{
        padding: 4rem 0;
    }
    .training-3 .filter-bar{
        position: unset;
    }
    .list-courses .item{
        position: unset;
    }
    .filter-bar > .flex-box{
        flex-wrap: wrap;
        gap: 0.75rem 1rem;
    }
    .filter-bar .filter-item{
        width: calc(100% / 3 - 1rem * 2 /3);
    }
    .filter-bar .filter-item > input{
        width: 100% !important;
    }
    .list-courses .item .cont-wrap{
        padding: 1.5rem;
    }
    .list-courses .item+.item{
        margin-top: 3rem;
    }
    .training-3{
        padding: 4rem 0;
    }
    .contact-sec .col-5{
        padding-right: 0;
    }
    .contact-sec .branches .branch-item+.branch-item{
        margin-top: 1.5rem;
    }
    .contact-sec .col-7{
        padding-left: 3rem;
        margin: 3rem auto 0;
    }
    .career-table-wrap{
        border-top: none !important;
    }
    .career-table{
        display: block;
    }
    .career-table thead{
        display: none !important;
    }
    .career-table tbody{
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .career-table tbody tr{
        display: flex;
        flex-direction: column;
        border: 1px solid #00369933;
        border-radius: 20px;
        overflow: hidden;
    }
    .career-table tbody td{
        display: flex;
        width: 100% !important;
        padding: 0 !important;
        font-size: 16px !important;
        line-height: 1.6 !important;
        font-weight: 400 !important;
    }
    .career-table tbody td:last-of-type{
        border-bottom: none !important;
    }
    .career-table tbody td:before{
        position: relative;
        min-width: 40%;
        width: 40%;
        content: attr(data-title);
        font-size: inherit;
        padding: 12px 20px !important;
        border-right: 1px solid #ececec;
        display: flex;
        align-items: center;
    }
    .career-table tbody td .cell-inner{
        padding: 12px 20px !important;
    }
    .career-table-wrap tbody td .cell-inner{
        min-height: unset;
    }
    .career-table-wrap tbody .btn{
        width: max-content;
        min-width: 160px;
        height: 2.25rem;
    }
    .about-3 .item .img-wrap > svg{
        width: 120px !important;
        min-width: 120px !important;
        height: auto !important;
    }
    .about-3 .item .img-wrap > svg:nth-of-type(1){
        top: -1.5rem;
    }
    .about-3 .item .img-wrap > svg:nth-of-type(2){
        bottom: -1.5rem;
        left: 0;
    }
    .product-cat-features .grid-container {
        padding-top: 4rem;
    }
    .product-cat-2{
        padding-top: 5rem;
    }
    .fat-chains .chains-row .group .item{
        width: 9rem;
    }
    .fat-chains .chains-row .group .item .img-wrap{
        border-radius: 8px;
    }
    .fat-chains .chains-row .group .item .text{
        font-size: 0.75rem;
    }
    .fat-chains .chains-row .row-link img{
        min-width: 64px !important;
        height: auto !important;
        width: 64px !important;
    }
    .fat-chains .chains-row .group .item .line{
        top: 44px;
    }
    .fat-chains .chains-row .row-link{
        margin-top: 44px;
    }
    #resources-table tr .login-required-box{
        opacity: 1;
    }
}
@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;
    }
    .mobile-text-center{
        text-align: center;
    }
    .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;
    }
    .sec-title{
        margin-bottom: 0.4rem;
    }
    footer#footer .footer-top{
        padding: 2rem 1rem;
    }
    .footer-branches > .flex-box,
    footer#footer .footer-top .footer-menus > .flex-box{
        gap: 1.5rem 1rem
    }
    .footer-branches .branch-item,
    .footer-menus .menu-col{
        width: calc(50% - 0.5rem);
    }
    .footer-contact > .flex-box .title{
        width: 100%;
        padding-right: 0;
        margin-bottom: 0.5rem;
        text-align: center;
    }
    .footer-contact > .flex-box .form-footer{
        width: 100%;
        padding-right: 0;
    }
    .hide-mobile{
        display: none !important;
    }
    footer#footer .footer-bottom {
        padding: 1rem;
    }
    footer#footer .footer-bottom .col-3 .flex-box{
        margin-top: 1rem;
    }
    #wrapper .horizontal-header{
        padding-right: 1rem;
    }
    #wrapper .horizontal-header > div, #wrapper .horizontal-header > div > ul{
        gap: 1rem
    }
    header#header .site-logo img{
        width: 10rem;
        height: auto;
    }
    header#header .site-logo{
        padding: 0.5rem 1rem;
        height: 3.75rem;
    }
    header#header .vertical-menu{
        top: 3.75rem;
        height: calc(100vh - 3.75rem);
    }
    #wrapper .horizontal-header{
        height: 3.75rem;
    }
    #page-loader .loader-logo {
        height: 4.5rem;
    }
    .home-1 .cont-wrap{
        padding: 0 1rem;
    }
    .home-1 .cont-wrap .title{
        margin-bottom: 1rem;
    }
    .application-details-1 .home-career-banner .col-6 h1,
    .banner-title,
    .product-cat-1.product-details-1 .sec-title,
    .sec-title, .home-1 .cont-wrap .title{
        font-size: 1.5rem;
    }
    .home-1 .cont-wrap .desc{
        font-size: 0.875rem;
        line-height: 1.3;
    }
    .home-1 .home-banner-thumb{
        display: none !important;
    }
    .btn{
        font-size: 0.8125rem;
    }
    .home-1 .home-banner .swiper-arrow{
        display: none !important;
    }
    .home-news .swiper{
        height: 22rem;
    }
    .home-2 .col-12{
        margin-top: 2rem;
    }
    .home-services.swiper{
        padding: 0 6rem;
    }
    .home-services .swiper-slide{
        padding: 0 0.5rem;
    }
    .home-services .swiper-slide .item .cont-wrap{
        padding: 1.75rem;
    }
    .home-services .swiper-slide .item .cont-wrap .service-name{
        font-size: 1.25rem;
    }
    .home-product-cats .col-4{
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 2rem;
    }
    .home-product-cats .tab-content .grid-box .item > a {
        padding: 1rem 0;
    }
    .home-4 .grid-container{
        padding: 4rem 1rem;
    }
    .home-product-cats{
        margin-top: 2.5rem;
    }
    .home-5 .section-inner{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .home-5 .flex-box .item{
        padding-bottom: 3rem;
        width: 100% !important;
    }
    .btn.btn-square{
        width: 2.5rem;
        height: 2.5rem;
    }
    .home-5 .flex-box{
        gap: 1rem;
    }
    .home-5 .flex-box .item .desc{
        padding-right: 0;
    }
    .home-5 .flex-box .item .cont-wrap .title{
        font-size: 1rem;
    }
    .home-5 .images{
        margin-left: -1rem;
        margin-right: -1rem;
        width: calc(100% + 2rem);
        max-width: calc(100% + 2rem);
    }
    .home-6{
        padding-top: 3rem;
    }
    .home-6 .col-6:nth-of-type(1){
        padding-right: 0;
    }
    .service-details-11 .images ,
    .home-6 .images {
        margin-top: 2rem;
    }
    .service-details-11 .images img:nth-of-type(2),
    .home-6 .images img:nth-of-type(2){
        width: 10rem;
    }
    .home-career-banner .col-6 img{
        width: 100%;
    }
    .home-career-banner .col-6 .img-wrap.aos-animate > svg:nth-of-type(2){
        left: -1.7rem;
    }
    .home-career-banner .col-6 .img-wrap.aos-animate > svg:nth-of-type(1){
        right: -1.5rem;
    }
    .home-career-banner .col-6:nth-of-type(1) .btn{
        margin-left: auto;
        margin-right: auto;
    }
    .home-career-banner .col-6:nth-of-type(1) {
        padding: 2.5rem 1.5rem;
        text-align: center;
    }
    .home-careers.swiper{
        overflow: unset;
        padding-right: 8rem;
    }
    .home-careers .item{
        padding: 0.75rem;
    }
    .home-network .item > .cont-wrap svg{
        max-height: 5rem;
        max-width: 3.75rem;
        height: auto;
        width: auto;
    }
    .post-item .img-wrap{
        margin-bottom: 1rem;
    }
    .home-9 .col-12{
        margin-top: 2rem;
    }
    .home-9 .swiper{
        padding-right: 8rem;
        margin: 0 -0.5rem;
    }
    .home-9 .swiper-slide{
        padding: 0 0.5rem;
    }
    .resources-sec .resources-filters > .flex-box{
        gap: 0.5rem
    }
    .resources-sec .resources-filters > .flex-box > .btn,
    .resources-sec .resources-filters > .flex-box .filter-item{
        width: calc(50% - 0.25rem);
    }
    .resources-sec .resources-filters > .flex-box .filter-item.search-item{
        width: 100%;
    }
    .home-11{
        padding-top: 3rem;
    }
    .home-11 .section-inner{
        border-radius: 2rem 2rem 0 0;
    }
    .home-11 .section-inner .col-right{
        padding: 2rem 1.5rem !important;
    }
    .home-11 .section-inner .col-left{
        margin-right: 0;
    }
    .home-news .left-col .post-item .cont-wrap{
        padding: 0 1.5rem 1.5rem;
    }
    .home-2 .title-group{
        margin-bottom: 1.25rem;
    }
    .home-7{
        padding-top: 2.5rem;
    }
    .home-network-tabs{
        display: flex !important;
        flex-wrap: wrap;
        gap: 0.5rem;
    }
    .home-network-tabs > .item{
        padding: 0.625rem 0.875rem;
        transition: all 0.6s;
        transition-delay: 1s;
        position: relative;
        flex-grow: 1;
    }
    .home-network-tabs > .item .item-text{
        width: max-content;
        font-weight: 600;
        font-size: 0.8125rem;
        line-height: 0.9375rem;
        color: var(--color);
        position: relative;
        margin: auto;
        max-width: 100%;
        z-index: 2;
    }
    .home-network-tabs > .item:before{
        width: 100%;
        height: 100%;
        background: var(--color);
        opacity: 0.2;
        backdrop-filter: blur(10px);
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        border-radius: 2.604rem;
    }
    .home-network.active .item > .cont-wrap > svg path{
        stroke-dashoffset: 300;
    }
    .home-network.active .item.item-left .text-wrap,
    .home-network.active .item.item-right .text-wrap{
        opacity: 0;
    }
    .home-network{
        max-width: 100%;
    }
    .home-network .item.item-right .text-wrap{
        left: unset;
        right: 100%;
    }
    .home-network .item > .cont-wrap > svg path{
        stroke-width: 3px;
    }
    .home-network .item.active > .cont-wrap > svg path{
        stroke-dashoffset: 0;
    }
    .home-network .item.active .text-wrap{
        opacity: 1 !important;
    }
    .home-network .item.item-right > .cont-wrap{
        right: 4px;
        left: unset;
    }
    .home-network .item.item-right > .cont-wrap > svg{
        transform: rotateY(180deg);
    }
    .home-blogs.swiper .mobile-dots,
    .home-careers.swiper .mobile-dots{
        width: calc(100% + 8rem);
        max-width: calc(100% + 8rem);
    }
    .product-cat-1 .col-7{
        padding-right: 0;
        padding-top: 1.5rem;
    }
    .breadcrumbs ol{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .breadcrumbs ol > li{
        flex: 0 0 auto;
    }
    .breadcrumbs ol > li+li {
        margin-left: 0.75rem;
    }
    .breadcrumbs ol > li+li:before{
        margin-right: 0.75rem;
    }
    .product-details-1 .buttons-wrap {
        margin-top: 1.5rem;
    }
    .product-cat-1{
        padding: 5rem 0 4rem;
    }
    .product-details-1 > .grid-container{
        padding-top: 2.5rem;
    }
    .product-cat-2 {
        padding-top: 4rem;
    }
    .product-cat-2 .title-group {
        margin-bottom: 1.5rem;
    }
    .product-cat-2 .swiper{
        padding: 0 2rem;
    }
    .product-cat-2 .swiper .swiper-slide{
        padding: 0 0.75rem;
    }
    .swiper.related-products {
        padding: 0 4rem;
    }
    .product-item{
        padding: 1.5rem 0.75rem 0.75rem;
    }
    .product-item .product-item-top{
        margin-bottom: 1.5rem;
    }
    .product-item .product-item-image{
        margin-bottom: 1rem;
    }
    .product-details-1 .title-group{
        padding-left: 0.75rem;
    }
    .product-details-1{
        padding: 5rem 0 4rem;
    }
    .product-details-2 .product-download{
        padding: 1rem;
    }
    .product-details-2 .product-download > .flex-box{
        gap: 1rem
    }
    .product-details-2 .product-download .name-group .file-title{
        font-size: 1.125rem;
        line-height: 1.2;
    }
    .product-details-2 .product-download .name-group .file-meta{
        flex-direction: column;
        gap: 0.5rem
    }
    .product-details-2 .product-download .name-group .icon{
        align-self: flex-start;
    }
    .products-menu{
        display: none !important;
    }
    .sec-title-2{
        font-size: 1.35rem;
    }
    .product-details-3 .col-5{
        padding-left: 0;
        padding-top: 2rem;
    }
    .product-documents{
        overflow: auto;
    }
    #product-documents-table_wrapper{
        width: 53.125rem;
    }
    .product-details-5 .swiper{
        margin: 0 0 0 0.5rem;
        padding-right: 8rem;
    }
    .product-details-5 .swiper-slide{
        padding: 0 0.5rem;
    }
    .sale-product-item .price-right{
        font-size: 1.2rem;
    }
    .sale-product-item .stock-left{
        gap: 1rem;
    }
    .product-item .product-item-top .product-name{
        font-size: 1.5rem;
        line-height: 1.2;
    }
    .product-item .product-item-top {
        padding: 0;
    }
    .search-page{
        padding-top: 0;
    }
    .default-page{
        padding-top: 0;
    }
    .find-products-box .find-products-wrap{
        padding-left: 1rem;
    }
    .find-products-box .fixed-compare{
        display: none !important;
    }
    .find-products-table .table-row .sticky-column{
        width: 12rem;
        min-width: 12rem;
    }
    .find-products-box .find-products-wrap{
        margin-top: 2rem;
    }
    .find-products-table .filter-table .sticky-column .column-inner{
        padding: 1rem 0.75rem;
    }
    .find-products-table .filter-table .sticky-column .btn{
        padding: 0 0.625rem;
    }
    #add-to-cart-popup .popup-inner > .flex-box{
        flex-direction: column;
    }
    #add-to-cart-popup .popup-inner > .flex-box > div{
        width: 100% !important;
    }
    #display-params-table,
    #add-to-cart-popup{
        padding-left: 0;
        padding-right: 0;
    }
    #compare-products .compare-wrap,
    #display-params-table .params-list{
        padding: 1rem 1.5rem;
    }
    #add-to-cart-popup .popup-inner .cont-wrap{
        padding-left: 0 !important;
    }
    #display-params-table .params-list .params-list-header{
        flex-direction: column;
        gap: 0.5rem;
    }
    #request-sample-form,
    #register-form, #login-form,
    #compare-products{
        padding-left: 0;
        padding-right: 0;
    }
    #register-form .form-inner, #login-form .form-inner{
        padding: 1.5rem;
    }
    .form-group .captcha-wrap .captcha button,
    .form-group .captcha-wrap .captcha canvas,
    .form-group .captcha-wrap input{
        height: 2.25rem;
    }
    .form-wrap#NK-login-form{
        gap: 0
    }
    .NK-form .NK-form-error-mess .content-error{
        font-size: 13px;
    }
    .form-popup.form-large .popup-inner{
        padding:  1.5rem;
    }
    #request-sample-form .form-wrap .form-group.group-half{
        width: 100%;
    }
    .form-popup .title-group .popup-title{
        font-size: 1.125rem;
        line-height: 1.3;
    }
    .form-wrap .form-divider{
        margin: 0.5rem 0;
    }
    .form-wrap .form-group .wpcf7-acceptance{
        margin: 0.5rem 0 0.25rem;
    }
    .product-tabs .tab-content .product-content{
        padding: 1.5rem;
    }
    .cart-sec .list-cart-items .cart-item .img-wrap{
        width: 8rem;
        min-width: 8rem;
    }
    .cart-sec .list-cart-items .cart-item .name{
        margin-bottom: 0.5rem;
    }
    .cart-sec .list-cart-items .cart-item .cont-wrap{
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
    .cart-sec{
        padding-top: 5rem;
    }
    section.thanks-sec .text-center h1{
        font-size: 1.4rem;
    }
    section.thanks-sec .text-center svg{
        width: 6rem;
    }
    .my-account-container{
        padding-left: 6px;
    }
    .NK-order-details .order-details-table tbody td:first-of-type img{
        display: block;
        margin-right: 0;
        margin-bottom: 8px;
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-information h1.my-account-name{
        margin-left: 0;
    }
    section.account-login-page .ajax-form-wrapper{
        padding: 0;
        border-radius: 0;
        box-shadow: unset;
    }
    section.account-login-page .ajax-form-wrapper{
        max-width: 100%;
    }
    section.account-login-page {
        padding-top: 5rem;
    }
    .resources-sec .resources-notify .btn{
        margin-left: auto;
    }
    :root {
        --input-scale: calc(14 / 16);
    }

    html body div .form-wrap.NK-form .NK-input{
        height: 50px;
    }
    .resources-sec .resources-filters input,
    .footer-contact > .flex-box .form-footer .wpcf7-form-control,
    html body div .form-wrap.NK-form .NK-input,
    html body div .form-wrap input,
    html body div .form-wrap textarea {
        font-size: 16px;

        @media (max-width: 768px) {
            font-size: 16px !important;
            transform: scale(var(--input-scale));
            transform-origin: left top;
            width: calc(100% / var(--input-scale)) !important;
            max-width: calc(100% / var(--input-scale));
            margin-bottom: calc((1 - var(--input-scale)) * -2em) !important;
        }
    }
    .about-2{
        padding-top: 3rem;
    }
    .about-3 .item .flex-box{
        flex-wrap: wrap;
    }
    .about-3 .item .flex-box .col-left{
        width: 100%;
        text-align: center;
        padding: 1.5rem;
    }
    .about-3 .item .flex-box .col-right{
        width: 100%;
    }
    .about-3 .item .img{
        padding: 0;
    }
    .about-3 .item .img img{
        width: 100%;
    }
    .hscroll-track{
        padding: 0 1rem;
        flex-wrap: wrap;
        max-width: 100%;
        gap: 3rem 1rem
    }
    .hscroll-track .hscroll-card{
        flex: 0 0 100%;
        gap: 1rem
    }
    .hscroll-track .hscroll-card > svg{
        width: 100%;
        margin: 0;
        height: auto;
    }
    .hscroll-track .hscroll-card .hscroll-card-text{
        padding-left: 0;
    }
    .about-6 .marquee-track{
        gap: 3rem;
        padding-right: 3rem;
    }
    .about-6 .logo-item{
        height: 4.5rem;
    }
    .about-5 .logo-item{
        height: 2.25rem;
    }
    .about-6{
        padding: 3rem 0;
    }
    .resources-page .resources-sec {
        padding: 2.5rem 0 4rem;
    }
    .resources-page .resources-sec .title-group{
        margin-bottom: 2rem;
    }
    .header-light #wrapper{
        padding-top: 4rem;
    }
    .grid-container .breadcrumbs ol{
        padding-left: 0;
        padding-right: 0;
    }
    .featured-posts .swiper .col-7{
        padding-left: 0;
        padding-bottom: 1.5rem;
    }
    .featured-posts .banner-title{
        margin-bottom: 2rem;
    }
    .featured-posts .swiper .post-title{
        font-size: 1.2rem;
        line-height: 1.3;
    }
    .featured-posts .swiper{
        margin-bottom: 2.5rem;
    }
    .posts-list .posts-grid{
        grid-gap: 1.5rem 1rem
    }
    .post-item .img-wrap{
        border-radius: 10px;
    }
    .terms-menu > ul > li > a{
        padding: 0.7rem 1.25rem;
        font-size: 0.75rem;
    }
    .post-item .post-title{
        font-size: 15px;
    }
    .news-sec{
        padding: 3rem 0 4rem;
    }
    .featured-posts{
        padding-top: 3.75rem;
    }
    .breadcrumbs ol{
        overflow: auto;
    }
    .post-details{
        padding-bottom: 3rem;
    }
    .post-related{
        padding-bottom: 4rem;
    }
    .related-posts.swiper{
        margin: 0 -0.5rem;
    }
    .related-posts .swiper-slide{
        padding: 0 0.5rem;
    }
    .post-details .post-nav{
        padding-top: 1.5rem;
        margin-top: 1.5rem;
        flex-wrap: wrap;
        gap: 1rem
    }
    .post-details .post-title{
        font-size: 1.4rem;
    }
    .post-details .breadcrumbs{
        margin-bottom: 2rem;
    }
    .post-details .post-excerpt{
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .services-1 .cont-wrap{
        padding-top: 0;
    }
    .page-banner{
        padding-top: 4rem;
    }
    .services-1 .img-wrap{
        padding: 1.5rem 0 0 0;
    }
    .services-2{
        padding-top: 3rem;
    }
    .services-2 .service-item .cont-wrap{
        padding: 1.5rem 5rem 1.5rem 1.5rem;
    }
    .services-2 .service-item .icon-wrap{
        width: 4.5rem;
        height: 4.5rem;
        right: 0.5rem;
        top: 0.5rem;
    }
    .radius-30{
        border-radius: 15px;
    }
    .training-3:before, .service-details-10:before,
    .service-details-7:before,
    .service-details-2:before,
    .services-3 .section-inner:before{
        width: 20rem;
    }
    .services-3{
        padding-top: 3rem;
    }
    .services-3 .section-inner{
        padding: 3rem 0;
    }
    .services-swiper{
        margin: 0 -1rem;
    }
    .services-swiper .swiper-slide .icon-wrap img{
        width: 5rem;
    }
    .services-swiper .swiper-slide{
        padding: 0 1rem;
    }
    .services-3 .title-group{
        margin-bottom: 2rem;
    }
    .service-details-2 .grid-box{
        grid-gap: 2.5rem 1rem;
    }
    .service-details-2{
        padding: 3rem 0;
    }
    .service-details-3 .col-5{
        padding-right: 0;
        padding-bottom: 2rem;
    }
    .service-details-3{
        padding-top: 3rem;
    }
    .service-details-4{
        padding: 3rem 0;
    }
    .service-details-4 .home-career-banner .col-6:nth-of-type(1){
        padding: 1.5rem;
    }
    .service-details-4 .home-career-banner .col-6 .fw400{
        font-size: 1.25rem;
        line-height: 1.3;
    }
    .service-details-4 .home-career-banner .col-6 .img-wrap{
        display: none !important;
    }
    .service-details-5 {
        padding-bottom: 3rem;
    }
    .service-details-5 .col-7{
        padding-right: 0;
        padding-bottom: 2rem;
    }
    .service-details-9 .cont-wrap{
        padding-top: 3rem;
    }
    .service-details-11 .col-7{
        padding: 0;
    }
    .cta-banner.home-career-banner .font-title{
        padding-right: 0;
    }
    .cta-banner.home-career-banner .img-wrap > svg{
        display: none !important;
    }
    .cta-banner.home-career-banner .img-wrap .img{
        padding: 0 0 2rem;
        background: unset;
    }
    .cta-banner.home-career-banner .col-6:nth-of-type(2){
        padding-right: 0;
    }
    .home-career-banner .col-6:nth-of-type(1){
        padding: 1.5rem 1.5rem 0;
    }
    .home-7 .home-career-banner .col-6:nth-of-type(1){
        padding: 1.5rem 1.5rem 2.5rem;
    }
    .home-career-banner > .flex-box{
        border-radius: 20px;
    }
    .service-details-7 .col-6:nth-of-type(1){
        padding-right: 0;
    }
    .service-details-7 .item .title{
        padding: 1rem 0;
        font-size: 1rem;
    }
    .service-details-7 .img-wrap{
        margin-top: 2rem;
    }
    .service-details-7 .sec-title{
        margin-bottom: 2rem;
    }
    .service-details-8 .grid-box .item{
        padding: 1.5rem;
    }
    .service-details-8 .grid-box .item > .flex-box{
        gap: 1rem
    }
    .service-details-8 .grid-box .item .icon-wrap img{
        width: 4rem;
        min-width: 4rem;
        height: 4rem;
    }
    .service-details-8 .home-career-banner .col-6:nth-of-type(1){
        padding: 2rem 1rem;
    }
    .service-details-8 .cta-banner.home-career-banner .col-6:nth-of-type(2){
        padding: 0 1rem;
    }
    .training-1 .cont-wrap{
        padding-right: 0;
    }
    .application-cat-2 .title-group{
        margin-bottom: 1.5rem;
    }
    .application-cat-1.service-details-1 .cont-wrap{
        padding-top: 3rem;
    }
    .application-cat-3{
        padding-top: 3rem;
    }
    #main > section[class*='application-cat-']:last-of-type{
        padding-bottom: 3rem;
    }
    .application-details-1 .home-career-banner .col-6:nth-of-type(1){
        padding: 1.5rem;
    }
    .application-details-3{
        padding-top: 3rem;
    }
    .application-details-3 .section-inner{
        padding: 3rem 0;
    }
    .application-details-4{
        padding-top: 3rem;
    }
    #main > section[class*='application-details-']:last-of-type{
        padding-bottom: 3rem;
    }
    .fat-3,
    .fat-2{
        padding-top: 3rem;
    }
    .fat-3 .sec-title{
        margin-bottom: 2rem;
    }
    .fat-4{
        padding-top: 3rem;
    }
    .fat-4 .section-inner{
        padding: 3rem 0;
    }
    .fat-5{
        padding-top: 3rem;
    }
    .fat-5 .grid-box{
        grid-gap: 1rem 2rem
    }
    .fat-5 .sec-title{
        margin-bottom: 2rem;
    }
    .fat-6{
        padding-top: 3rem;
    }
    .fat-6-content{
        flex-wrap: wrap;
        gap: 1.25rem;
    }
    .fat-6-content .img-wrap{
        order: 3;
        width: 100%;
    }
    .fat-6 .left-col, .fat-6 .right-col{
        width: 100%;
        padding: 0;
    }
    .fat-6 .fat-6-content .left-col .fs-16 li{
        direction: ltr;
    }
    .fat-6 .fat-6-content .item{
        padding-right: 0 !important;
        padding-left: 3rem !important;
    }
    .fat-6 .fat-6-content .item .count{
        transform: unset !important;
    }
    .fat-6 .fat-6-content .left-col .item .count{
        right: unset;
        left: 0;
    }
    .fat-6 .fat-6-content .item .font-title{
        text-align: left !important;
    }
    .fat-6 .section-inner{
        padding-top: 3rem;
    }
    .fat-6 .sec-title{
        margin-bottom: 1.5rem;
    }
    .hps-2{
        padding: 3rem 0;
    }
    .hps-2 .col-6{
        order: -1;
    }
    .hps-2 .col-6{
        padding: 0 3.5rem;
    }
    .hps-2 .item{
        padding: 0.5rem;
        min-height: 7.8125rem;
    }
    .hps-3 .swiper-slide .item{
        padding: 1rem;
    }
    .hps-3 .swiper-slide .item .img-wrap{
        padding: 0 1rem;
    }
    .hps-3 .swiper-slide .item > .flex-box > a{
        margin-top: 1rem;
    }
    .hps-3 .sec-title{
        margin-bottom: 1.5rem;
    }
    .hps-4 .col-right{
        margin-top: 0;
    }
    .hps-4 .home-career-banner{
        margin-top: 4rem;
      }
    .hps-4 .home-career-banner .col-6:nth-of-type(2){
        margin-top: 4rem;
    }
    .hps-4 .home-career-banner .col-6 img:nth-of-type(2){
        right: 0;
    }
    .hps-details-1 .flex-box .col-6:nth-child(2){
        padding-left: 0;
        padding-top: 2rem;
    }
    .hps-details-2 .cont-wrap{
        padding-right: 0;
        padding-bottom: 2rem;
    }
    .hps-details-3 .spec-row{
        padding: 0.573rem 1rem;
    }
    .hps-details-3 .spec-row .label{
        padding: 0;
        width: 38%;
        min-width: 38%;
        padding-right: 0.5rem;
    }
    .hps-details-3{
        padding: 3rem 0 4rem;
    }
    .hps-details-4 #feature{
        padding-top: 3rem;
    }
    .hps-details-4 #application{
        padding-top: 3rem;
    }
    .career-sec-3 .swiper,
    .swiper.careers-swiper-1{
        margin: 0 -0.5rem;
    }
    .career-sec-3 .swiper .swiper-slide,
    .swiper.careers-swiper-1 .swiper-slide{
        padding: 0 0.5rem;
    }
    .career-sec-3 .heading-group{
        margin-bottom: 2rem;
    }
    .radius-10{
        border-radius: 5px;
    }
    .radius-20{
        border-radius: 10px;
    }
    .career-sec-4 .col-5{
        padding-right: 0;
        margin-bottom: 2rem;
    }
    .career-sec-4 .col-5 .btn{
        margin-top: 1rem;
    }
    .career-sec-4 .careers-swiper-3-thumb{
        margin: 0.5rem -0.25rem 0;
    }
    .career-sec-4 .careers-swiper-3-thumb .swiper{
        padding: 0 0.25rem;
    }
    .career-sec-4{
        padding: 3rem 0;
    }
    .career-sec-5{
        padding: 3rem 0;
    }
    .career-details-1 .grid-box{
        padding-right: 0;
        grid-gap: 0 1.5rem;
    }
    .career-details-1 .sec-title-2{
        font-size: 1.5rem;
    }
    .career-details-1 .sec-title-2{
        margin-bottom: 1.5rem;
    }
    .career-details-2{
        padding-top: 3rem;
    }
    .career-details-2 .col-9{
        padding-right: 0;
    }
    .career-details-2 .col-9 .item .label{
        font-size: 1.25rem;
        padding-right: 0;
        margin-bottom: 0.5rem !important;
    }
    .career-details-2 .col-9 .item{
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }
    .form-wrap .form-group.group-half{
        width: 100%;
    }
    .career-details-2 .career-form:before{
        border-radius: 15px;
    }
    .career-details-2 .career-form{
        padding: 1.5rem;
    }
    .career-details-2 .apply-box{
        margin-top: 2rem;
    }
    .career-details-2 .career-form .group-parent{
        flex-wrap: wrap;
        gap: 1rem;
        padding-top: 0;
    }
    .training-2 .flex-box .item{
        padding: 1.25rem 1.25rem 7rem 1.25rem;
    }
    .training-2 .flex-box .item .icon-wrap{
        left: 1.25rem;
        bottom: 1.25rem;
    }
    .training-2 .flex-box .item:last-of-type:nth-of-type(odd){
        width: 100%;
    }
    .filter-bar .filter-item{
        width: 100%;
    }
    .filter-bar .filter-item .select,
    .filter-bar .filter-item .select-styled{
        width: 100%;
    }
    .training-3:before{
        right: 0;
        height: 12rem;
    }
    .contact-sec .branches .branch-item .branch-title{
        font-size: 1.125rem;
        line-height: 1.3;
    }
    .contact-sec .col-7 .item > .cont-wrap{
        display: none;
    }
    .form-group .captcha-wrap .captcha{
        min-width: 200px;
    }
    .form-group .captcha-wrap input{
        height: auto;
        transform-origin: right center;
    }
    .page-banner{
        min-height: unset;
        padding-bottom: 5rem;
    }
    .about-1 .cont-wrap{
        margin-top: 3rem;
    }
    #wrapper .horizontal-header ul.header-items .language-switcher > a > svg:nth-of-type(1){
        width: 1.4rem;
    }
    .header-light #wrapper{
        padding-top: 6rem;
    }
    .career-table tbody td{
        font-size: 14px !important;
    }
    .career-table tbody td .cell-inner,
    .career-table tbody td:before{
        padding: 8px 12px !important;
    }
    .career-table tbody td:before{
        width: 30%;
        min-width: 30%;
    }
    .career-details-4 .sec-title-2{
        margin-bottom: 1.5rem;
    }
    .application-cat-2 .swiper{
        padding: 0 2rem;
    }
    .contact-sec .col-7 .item > .cont-wrap > svg{
        max-width: 50px;
        height: auto;
    }
    .contact-sec .col-7 .item > .cont-wrap{
        display: flex;
    }
    .contact-sec .col-7 .item .text-wrap .text{
        font-size: 0.6rem;
    }
    .contact-sec .col-7 .item .text-wrap{
        padding: 0.25rem 0.75rem;
    }
    .about-3 .item .img-wrap > svg{
        display: none !important;
    }
    .product-cat-features .grid-box{
        grid-gap: 2rem 1.5rem
    }
    .product-cat-features .grid-box .item{
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
    }
    .product-cat-features .grid-box .item .icon-wrap img{
        width: 3.5rem;
        height: 3.5rem;
        min-width: 3.5rem;
    }
    .product-cat-features .title-group{
        margin-bottom: 1.5rem;
    }
    .product-cat-features .grid-container{
        padding-top: 3rem;
    }
    .fat-chains{
        padding-left: 3rem;
        position: relative;
        display: flex;
        flex-direction: column;
        gap: calc(var(--gap) * 3);
    }
    .fat-chains:before{
        top: 3.75rem;
        left: 0;
        background: #0CC844;
        background: linear-gradient(0deg, rgba(12, 200, 68, 0.2) 0%, #0CC844 52.46%);
        position: absolute;
        content: '';
        width: 2px;
        height: calc(100% - 3.75rem);
    }
    .fat-chains:after{
        left: 0;
        transform: translateX(-50%);
        content: '';
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background: #0CC844;
        position: absolute;
        top: 3.75rem;
    }
    .fat-chains .chains-row,
    .fat-chains .chains-row .group{
        flex-direction: column !important;
    }
    .fat-chains .chains-row .row-link{
        display: none !important;
    }
    .fat-chains .chains-row .group .item{
        width: 100%;
    }
    #wrapper .fat-chains .chains-row .group .item .line{
        top: 50%;
        display: flex !important;
    }
    .fat-chains .chains-row .group .item .line svg{
        width: 1.5rem;
        height: 1.5rem;
    }
    .fat-chains .chains-row .group .item .line:before{
        width: 3rem;
        height: 2px;
    }
    .fat-chains .chains-row:nth-child(even) .item .line{
        left: 0;
        transform: translateY(-50%) translateX(-50%);
        right: unset;
    }
    .fat-chains .chains-row:nth-child(even) .item .line:before{
        right: 50%;
        left: unset;
        transform: unset;
    }
    .fat-chains .chains-row .group .item .text{
        font-size: 1rem;
    }
    #popup-network{
        background: transparent;
        padding: 45px 0 0;
    }
    #popup-network .popup-inner{
        background: #FFF;
        border-radius: 10px;
        padding: 1.5rem;
    }
    #popup-network .popup-inner a{
        color: var(--color-4);
    }
    #popup-network .popup-inner .name{
        font-size: 1.25rem;
        font-weight: 700;
        margin-bottom: 1rem;
        color: var(--color-4);
    }
    .testimonials-swiper.swiper{
        margin: 0 -0.5rem;
    }
    .testimonials-swiper .swiper-slide{
        --gap: 1.5rem;
        padding: 0 0.5rem;
    }
    .testimonials-swiper .item{
        padding: 1rem 1.25rem;
    }
    .about-7{
        padding: 3rem 0;
    }
    .ip-table-wrap{
        max-width: 100%;
        overflow: auto;
    }
    .ip-table{
        width: 600px;
    }
}
@media only screen and (max-width: 400px){
    html{
        font-size: 14.5px;
    }
}
@media only screen and (max-width: 380px){
    html{
        font-size: 14px;
    }
}
@media only screen and (max-width: 350px){
    html{
        font-size: 13px;
    }
}