* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body{
    margin: 0;
    padding: 0;
    font-family: "Exo 2", sans-serif;
}
html {
    font-size: 16px;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
input {
    outline: none;
}
textarea {
    overflow: auto;
}
ul{
    list-style-type: none;
    margin:0;
    padding:0;
}
a {
    text-decoration: none;
}
.fx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.fx-ac {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.fx-as {
    align-items: flex-start;
}
.fx-jb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.fx-jc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.fx-ae {
    align-items: flex-end;
}
.fx-je {
    justify-content: flex-end;
}
.fx-js {
    justify-content: flex-start;
}
.f-dir-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.fx-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
body {
    font-size: 1rem;
    background: #17181F;
}
.container{
    padding: 1rem 3rem;
}
header{
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.hd-link a{
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25rem;
    font-family: "Sarabun", sans-serif;
    border-bottom: 0.063rem solid transparent;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}
.hd-link a:hover{
    border-color: #ffffff;
}
.ld-intro-wrap{
    padding-top: 6.25rem;
}
.ld-intro-wrap h1{
    font-family: "Exo 2", sans-serif;
    color: #ffffff;
    text-align: center;
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 4.75rem;
    letter-spacing: -0.09rem;
    margin: 0;
}
.ld-intro-wrap h1 strong{
    font-weight: 400;
    color: #B6F008;
}
.ld-intro-wrap h2{
    color: #ffffff;
    text-align: center;
    font-family: "Sarabun", sans-serif;
    font-size: 2.25rem;
    font-weight: 275;
    line-height: 2.375rem;
    letter-spacing: -0.045rem;
    margin: 24px 0 0 0;
}
.btn-primary{
    text-align: center;
    font-family: "Sarabun", sans-serif;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25rem;
    letter-spacing: 0.02rem;
    text-transform: uppercase;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    text-decoration: none;
    background-image: linear-gradient(#181a23, #181a23), linear-gradient(to right, #fe897c 0%, #3797e6 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    width: 14.563rem;
    height: 3.75rem;
    padding: 0.125rem;
    border-radius: 3.75rem;
    cursor: pointer;
}
.btn-primary:hover {
    animation: gradientMoveErr 0.6s ease infinite;
}
@keyframes gradientMoveErr {
    0% {
        background-position: 13px 0;
    }
    100% {
        background-position: 258px 0;
    }
}
.btn-primary-l{
    width: 21rem;
}
.ld-btn-row{
    margin-top: 3rem;
}
.ld-intro-main{
    margin-top: 3.75rem;
}
.ld-intro{
    background: url(../images/ld-bg.webp) no-repeat center;
    background-size: cover;
}
.slide-logo-row{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(24px);
    padding: 0 1rem;
}
.slide-logo-row img{
    height: 1.25rem;
    width: auto;
}
.ld-slider-nav{
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    margin-left: -3rem;
}
.ld-swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal,
.tst-swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal{
    width: auto;
    margin: 0 1.5rem;
}
.ld-slider-arr{
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
    background: #1D202D;
    cursor: pointer;
}
.ld-swiper-pagination .swiper-pagination-bullet,
.tst-swiper-pagination .swiper-pagination-bullet{
    width: 0.5rem;
    height: 0.5rem;
    background: #ffffff;
    opacity: 0.2;
}
.ld-swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
.tst-swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin-right: 1.5rem;
}
.ld-swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:last-child,
.tst-swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:last-child{
    margin-right: 0;
}
.ld-swiper-pagination .swiper-pagination-bullet-active,
.tst-swiper-pagination  .swiper-pagination-bullet-active{
    opacity: 1;
}
.ld-boxes-sc{
    margin: 4.5rem 0;
}
.ld-boxes-wrap{
    gap: 1.5rem;
}
.ld-box{
    width: calc((100% - 3* 1.5rem) / 4);
    background: #1D202D;
    padding: 2.25rem;
    position: relative;
}
.ld-box h3, .ld-sv-box h3{
    color: #ffffff;
    text-align: center;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.875rem;
    letter-spacing: -0.018rem;
    margin: 0;
}
.ld-box h4, .ld-sv-box h4{
    color: #ffffff;
    text-align: center;
    font-family: "Sarabun", sans-serif;
    font-size: 1.25rem;
    font-weight: 275;
    line-height: 22px;
    letter-spacing: -0.013rem;
    margin: 0.5rem 0 0 0;
}
.ld-box:before{
    content: '';
    width: 0.75rem;
    height: 0.75rem;
    background: url(../images/plus-icon.svg) no-repeat;
    background-size: cover;
    position: absolute;
    left: -0.375rem;
    top: -0.375rem;
}
.ld-box:after{
    content: '';
    width: 0.75rem;
    height: 0.75rem;
    background: url(../images/plus-icon.svg) no-repeat;
    background-size: cover;
    position: absolute;
    right: -0.375rem;
    bottom: -0.375rem;
}
.ld-sc-info{
    margin: 6.25rem 0;
}
.ld-sc-lcol, .ld-sc-rcol{
    width: 36.875rem;
}
.ld-sc-lcol h4{
    color: #ffffff;
    font-size: 3rem;
    font-weight: 400;
    line-height: 3.125rem;
    letter-spacing: -0.06rem;
    margin: 0;
}
.ld-sc-lcol h4 strong{
    font-weight: 400;
    color: #B6F008;
}
.ld-text p{
    color: #ffffff;
    font-family: "Sarabun", sans-serif;
    font-size: 1.5rem;
    font-weight: 275;
    line-height: 1.625rem;
    letter-spacing: -0.015rem;
    margin: 1.313rem 0 1rem 0;
}
.ld-text p:last-child{
    margin-bottom: 0;
}
.ld-sv{
    margin: 4.5rem 0;
}
.ld-sc-top h2{
    color: #ffffff;
    text-align: center;
    font-size: 3.75rem;
    font-weight: 400;
    line-height: 4rem;
    letter-spacing: -0.075rem;
    margin: 0;
}
.ld-sc-top h3{
    color: #ffffff;
    text-align: center;
    font-family: "Sarabun", sans-serif;
    font-size: 2.25rem;
    font-weight: 275;
    line-height: 2.375rem;
    letter-spacing: -0.045rem;
    margin: 1.5rem 0 0 0;
}
.ld-sv-list{
    margin: 3.75rem 0 0 0;
    gap: 1.5rem;
}
.ld-sv-box{
    width: calc((100% - 2* 1.5rem) / 3);
    background: #1D202D;
    padding: 2.25rem;
    position: relative;
}
.ld-sv-box h3,
.ld-sv-box h4{
    text-align: left;
}
.ld-sv-box h3{
    margin-top: 1.75rem;
}
.ld-sv-icon img{
    width: 4rem;
    height: 4rem;
}
.ld-testimnials{
    padding: 4.5rem 0;
}
.ld-sv-box:before{
    content: '';
    width: 1.25rem;
    height: 1.25rem;
    background: url(../images/shape-triangle.svg) no-repeat;
    background-size: cover;
    position: absolute;
    left: -0.375rem;
    top: -0.375rem;
}
.ld-sv-box:after{
    content: '';
    width: 1.313rem;
    height: 1.313rem;
    background: url(../images/shape-2.svg) no-repeat;
    background-size: cover;
    position: absolute;
    right: -0.3rem;
    bottom: -0.3rem;
}
.ld-sv-plus-1{
    width: 0.75rem;
    height: 0.75rem;
    background: url(../images/plus-blue.svg) no-repeat;
    background-size: cover;
    position: absolute;
    right: -0.375rem;
    top: -0.375rem;
}
.ld-sv-plus-2{
    width: 0.75rem;
    height: 0.75rem;
    background: url(../images/plus-blue.svg) no-repeat;
    background-size: cover;
    position: absolute;
    left: -0.375rem;
    bottom: -0.375rem;
}
.tst-slide{
    background: #1D202D;
    padding: 2.25rem;
}
.testimonials-slider{
    margin-top: 2.5rem;
}
.tst-slide-wrap .ld-text p{
    margin-top: 0;
}
.tst-slide-wrap{
    position: relative;
}
.tst-slide-wrap:before{
    content: '';
    width: 3.125rem;
    height: 2.5rem;
    background: url(../images/quote..svg) no-repeat;
    background-size: cover;
    position: absolute;
    left: -3.2rem;
    top: -3.5rem;
}
.tst-slider .swiper-wrapper{
    padding-top: 1.25rem;
}
.tst-info-row {
    margin-top: 2rem;
    min-height: 4.625rem;
}
.tst-author{
    width: 56%;
    padding-left: 1rem;
}
.tst-author h4{
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.375rem;
    letter-spacing: -0.013rem;
    margin: 0;
}
.tst-author h5{
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 275;
    line-height: 1rem;
    opacity: 0.8;
    margin: 0.25rem 0 0 0;
}
.tst-rcol a{
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25rem;
}
.tst-rcol a span{
    margin-right: 0.25rem;
}
.tst-rcol a svg{
    flex-shrink: 0;
}
.tst-lcol{
    width: 70%;
}
.tst-logo img{
    width: auto;
}
.tst-slide:first-child .tst-logo img{
    height: 2rem;
}
.tst-slide:last-child .tst-logo img{
    height: 3rem;
}
.ld-client-logos{
    padding: 6.25rem 0;
}
.client-logos-row{
    margin-top: 3rem;
}
.client-logos-list {
    -moz-animation: scroll 60s linear infinite;
    -webkit-animation: scroll 60s linear infinite;
    -o-animation: scroll 60s linear infinite;
    animation: scroll 60s linear infinite;
    white-space: nowrap;
    flex-shrink: 0;
    padding-right: 10px;
}
@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
     }
    100% {
        transform: translateX(-100%);
    }
}
@-moz-keyframes scroll {
    0% {
        transform: translateX(0);
     }
    100% {
        transform: translateX(-100%);
    }
}
@-ms-keyframes scroll {
    0% {
        transform: translateX(0);
     }
    100% {
        transform: translateX(-100%);
    }
}
@-o-keyframes scroll {
    0% {
        transform: translateX(0);
     }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes scroll {
    0% {
       transform: translateX(0);
    }
    100% {
       transform: translateX(-100%);
    }
}
.client-logo{
    margin-right: 6rem;
}
.client-logo img{
    height: 3rem;
}
.client-logos-row{
    overflow: hidden;
}
.ld-lead-form{
    margin: 6.25rem 0;
    background: url(../images/form-bg.webp) no-repeat center;
    background-size: cover;
}
.ld-lead-form .ld-sc-top h2 strong{
    color: #B6F008;
    font-weight: 400;
}
.lead-form-wrapper{
    width: 45rem;
    padding: 2.25rem;
    background: #1D202D;
    margin: 3.75rem auto 0 auto;
    position: relative;
}
.lead-form-wrapper:before {
    content: '';
    width: 1.25rem;
    height: 1.25rem;
    background: url(../images/shape-triangle.svg) no-repeat;
    background-size: cover;
    position: absolute;
    left: -0.375rem;
    top: -0.375rem;
}
.lead-form-wrapper:after {
    content: '';
    width: 1.313rem;
    height: 1.313rem;
    background: url(../images/shape-2.svg) no-repeat;
    background-size: cover;
    position: absolute;
    right: -0.3rem;
    bottom: -0.3rem;
}
.field-group input{
    width: 100%;
    color: #ffffff;
    text-align: left;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.25rem;
    border: none;
    background: #111319;
    height: 48px;
    padding: 0 12px;
    border-radius: 8px;
    font-family: "Sarabun", sans-serif;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}
input:-webkit-autofill {
    -webkit-text-fill-color: #ffffff !important;
    -webkit-box-shadow: 0 0 0px 1000px #111319 inset !important;
    background-color: #111319 !important;
    border: 1px solid transparent;
    transition: background-color 5000s ease-in-out 0s;
}
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-text-fill-color: #ffffff !important;
    -webkit-box-shadow: 0 0 0px 1000px #111319 inset !important;
    background-color: #111319 !important;
    border: 1px solid #111319 !important;
}
.field-group textarea {
    background: #111319;
    resize: none;
    height: auto;
    padding: 12px;
    color: #ffffff;
    text-align: left;
    font-size: 1rem;
    font-weight: 300;
    font-family: "Sarabun", sans-serif;
    max-height: 12.5rem;
    line-height: 1.25rem;
    overflow-y: auto;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 8px;
}
.field-group{
    margin-bottom: 1rem;
}
.field-group-input, .field-group-txt{
    margin-top: 0.5rem;
}
.field-group-h {
    width: 49%;
}
.field-group label {
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 0.875rem;
    display: block;
}
.field-group-list{
    width: 100%;
    margin-top: 0.5rem;
    gap: 0.5rem;
}
.field-group-radio h4{
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 0.875rem;
    margin: 0;
}
.field-group-radio{
    margin-bottom: 1rem;
}
.field-radio{
    border-radius: 8px;
    background: #111319;
    height: 48px;
    cursor: pointer;
}
.field-radio span{
    color: #ffffff;
    font-family: "Sarabun", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25rem;
    padding-left: 0.5rem;
}
.radio-box input[type="radio"] {
    display: none;
}
.custom-radio {
    width: 1rem;
    height: 1rem;
    border: 0.063rem solid #B6F008;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
}
.radio-box input[type="radio"]:checked + .custom-radio{
    border-width: 0.25rem;
}
.radio-box{
    cursor: pointer;
    padding: 0 1.25rem 0 1rem;
    height: 100%;
}
.form-checkbox {
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid #4f5466;
    background: #23252d;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.form-checkbox input {
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    cursor: pointer;
}
.form-checkbox img {
    width: 0.75rem;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
}
.form-checkbox.invalid{
    border: 1px solid #ff5457;
}
.field-group-terms label{
    color: rgba(255, 255, 255, 0.80);
    font-family: "Sarabun", sans-serif;
    font-size: 0.875rem;
    font-weight: 275;
    line-height: 1rem;
    padding-left: 0.5rem;
}
.field-group-terms label a{
    color: rgba(255, 255, 255, 0.80);
}
.form-checkbox.agreed {
    border-color: #b6f008;
}
.agreed.form-checkbox img {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}
.ps-rel{
    position: relative;
}
.is-required {
    position: absolute;
    top: 0;
    right: 12px;
    margin: auto;
    bottom: 0;
    width: 1.625rem;
    height: 1.625rem;
    font-size: 1.063rem;
    line-height: 1.4rem;
    border-radius: 50%;
    text-align: center;
    font-weight: normal;
    border: 1px solid #ff5457;
    color: #ff5457;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.is-required.visible {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    visibility: visible;
    margin-left: 10px;
}
.form-btn-row button{
    border-radius: 1.125rem;
    background: #B6F008;
    height: 2.25rem;
    padding: 0 1rem;
    color: #000000;
    font-family: "Sarabun", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25rem;
    letter-spacing: 0.02rem;
    text-transform: uppercase;
    outline: none;
    border: none;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}
.form-btn-row button:hover{
    background: #A5D907;
}
.field-group-terms, .field-group-terms label{
    cursor: pointer;
}
.field-group-rd-lb .is-required{
    border: none;
    right: -25px;
}
.form-btn-row{
    margin-top: 2rem;
}
footer{
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    background: #17181F;
    padding: 3rem;
}
.social-links{
    margin-top: 1.25rem;
}
.social-links a{
    margin-right: 0.75rem;
}
.social-links a svg *{
    -webkit-transition: fill .3s linear;
    -moz-transition: fill .3s linear;
    transition: fill .3s linear;
}
.social-links a svg:hover *{
    fill: #B6F008;
}
.ft-mcol ul, .ft-rcol ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.ft-mcol ul li:not(:last-child), .ft-rcol ul li:not(:last-child){
    margin-right: 1.5rem;
}
.ft-mcol ul li a{
    color: #ffffff;
    font-family: "Sarabun", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25rem;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}
.ft-rcol ul li a{
    color: #ffffff;
    font-family: "Sarabun", sans-serif;
    font-size: 0.875rem;
    font-weight: 275;
    line-height: 1rem;
    text-decoration: underline;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}
.ft-mcol ul li a:hover,
.ft-rcol ul li a:hover{
    color: #B6F008;
}
.ft-rcol h5{
    color: #ffffff;
    font-family: "Sarabun", sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 0.875rem;
    margin: 0 0 1rem 0;
}
.ft-rcol p{
    color: rgba(255, 255, 255, 0.60);
    font-family: "Sarabun", sans-serif;
    font-size: 0.875rem;
    font-weight: 275;
    line-height: 1rem;
    margin: 0.25rem 0;
}
.ft-rcol p a{
    color: rgba(255, 255, 255, 0.60);
    font-family: "Sarabun", sans-serif;
    font-size: 0.875;
    font-weight: 275;
    line-height: 1rem;
}
.ft-row:last-child{
    margin-top: 3rem;
}
.ft-lcol p{
    color: #ffffff;
    font-family: "Sarabun", sans-serif;
    font-size: 0.875rem;
    font-weight: 275;
    line-height: 1rem;
    margin: 0;
}
.ld-form-thankyou{
    padding: 2.25rem 0;
    display: none;
}
.ld-form-thankyou-wrap{
    padding: 6.25rem 0;
}
.ld-form-thankyou-wrap h5{
    width: 100%;
    margin: 2rem 0 0 0;
    color: #ffffff;
    font-size:3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.125rem;
    letter-spacing: 0.06rem;
    text-align: center;
}
.scc-icon{
    text-align: center;
}
.field-group-lbl span{
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 0.875em;
    opacity: 0.5;
}
.ld-text{
    position: relative;
    padding-right: 0.938rem;
    margin-right: 5px;
}
.tst-slide .ld-text{
    overflow-y: auto;
    height: 20rem;
}
.tst-slide .ld-text::-webkit-scrollbar, .field-group textarea::-webkit-scrollbar {
    width: 4px;
}
.tst-slide .ld-text::-webkit-scrollbar-thumb, .field-group textarea::-webkit-scrollbar-thumb {
    background: #65709B;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.tst-slide .ld-text::-webkit-scrollbar-track, .field-group textarea::-webkit-scrollbar-track {
    background: #394054;
    margin: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.ct-whatsapp-btn{
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 1000px;
    border: 1px solid #ffffff;
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(12px);
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 1;
}
.swiper-slide-lcol, .swiper-slide-rcol{
    width: calc((100% - 1rem) / 2);
    height: 100%;
}
.swiper-slide-wrap{
    height: 37.5rem;
}
.slide-visual img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.slide-visual{
    height: 100%;
}
.swiper-slide-lcol .swiper-slide-col,
.swiper-slide-rcol .swiper-slide-col{
    height: 100%;
    width: 100%;
    align-self: flex-start;
}
@media screen and (max-width:1300px) {
    html {
        font-size: 14px;
    }
}
@media screen and (max-width:1200px) {
    html {
        font-size: 12px;
    }
}
@media screen and (max-width:900px) {
    .ld-box {
        width: calc((100% - 1.5rem) / 2);
    }
    .ld-box h3 br, .ld-sc-lcol h4 strong br{
        display: none;
    }
    .ld-sc-lcol, .ld-sc-rcol {
        width: 100%;
    }
    .ld-sv-box {
        width: calc((100% - 1.5rem) / 2);
    }
}
@media screen and (max-width:767px) {
    .ld-sc-top{
        padding: 0 2rem;
    }
    .tst-info-row, .tst-lcol{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .tst-lcol, .tst-author{
        width: 100%;
    }
    .tst-author{
        margin: 1rem 0;
    }
    .tst-author{
        padding-left: 0;
    }
    .ld-intro-wrap h2 br{
        display: none;
    }
    .tst-logo img {
        height: 3rem;
    }
    .tst-slide:nth-child(3) .tst-author h5,
    .tst-slide:last-child .tst-author h5 {
        margin: 0.25rem 0 1.67rem 0;
    }
    .swiper-slide-wrap{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .swiper-slide-lcol, .swiper-slide-rcol{
        width: 100%;
        height: 28.5rem;
    }
    .swiper-slide-wrap {
        height: auto;
        gap: 0.5rem;
    }
}
@media screen and (max-width:600px) {
    .lead-form-wrapper, .ft-mcol, .ft-rcol{
        width: 100%;
    }
    .ft-row, .field-group-list{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .social-links {
        margin-top: 2.25rem;
    }
    .ft-mcol, .ft-rcol{
        margin: 3rem 0 0 0;
    }
    .field-radio{
        margin-right: 0;
    }
    .ld-sc-top h3 br, .ld-sc-top h2 br{
        display: none;
    }
    .ct-whatsapp-btn svg{
        width: 3rem;
        height: 3rem;
    }
}
@media screen and (max-width:479px) {
    .ld-box, .ld-sv-box {
        width: 100%;
    }
    .container {
        padding: 1rem 2rem;
    }
    .tst-slide {
        padding: 2rem;
    }
    .ld-swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet, .tst-swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin-right: 0.8rem;
    }
    .ld-slider-nav {
        margin-left: -2rem;
    }
    .ld-intro-wrap h1 {
        font-size: 3.5rem;
        line-height: 3.75rem;
    }
    .ld-sc-top h2 {
        font-size: 2.75rem;
        line-height: 3rem;
    }
    .ld-sc-top h3 {
        font-size: 2rem;
        line-height: 2rem;
    }
}