.page-template-homepage-v2 .inner-home{
    color: #333;
}
.lbtn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 50px;
    border: 1px solid transparent;
    transition: all ease-in-out 300ms;
    color: #201111;
    font-size: 16px;
    text-align: center;
    gap: 10px;
    border-radius: 116px !important;
    height: 52px;
    letter-spacing: -0.24px;
}
.lbtn path{
    transition: fill ease-in-out 300ms;
}
.lbtn:hover path{
    fill: currentColor;
}
.lbtn-green{
    background: #B8FA94;
}
.lbtn-green:hover{
    color: #C6F79F;
    background-color: #27434F;
}
.lbtn-white{
    background-color: #fff;
    color: #000;
}
.lbtn-white:hover{
    color: #ACC7F6;
    background: #191D2F;
}
.lbtn-arrow:after{
    content: '';
    display: block;
    background: url("../img/l-img/right-arrow.svg") no-repeat center;
    background-size: 100% auto;
    width: 12px;
    height: 10px;
}
.lbtn-white.lbtn-outline{
    border-color: #1E4450;
}

.text-center{
    text-align: center;
}
.lh1{
    font-size: 56px;
    line-height: 1.3;
    font-weight: 300;
}
.lh2{
    font-size: 48px;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: -0.84px;
    color: #333;
}
.lh3{
    font-size: 36px;
    line-height: 2;
    font-weight: 300;
    letter-spacing: -0.84px;
    color: #333;
}
.title-box h2{
    font-size: 56px;
    line-height: 1.3;
    font-weight: 300;
    letter-spacing: -0.84px;
}
.title-box p{
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.4px;
    font-weight: 300;
}

.title-box-2 h2{
    font-size: 48px;
    line-height: 1.3;
    font-weight: 300;
    letter-spacing: -0.84px;
}
.title-box-2 p{
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.4px;
    font-weight: 300;
}

.embla__viewport {
    overflow: hidden;
}
.embla__container {
    display: flex;
}

.lwrapper{
    max-width: 1405px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}


.ls1{
    padding-top: 124px;
    padding-bottom: 84px;
    /*background: linear-gradient(180deg, rgba(40, 136, 255, 0.16) 62.24%, rgba(0, 113, 255, 0.16) 86.67%, rgba(217, 229, 249, 0.16) 90.31%);*/
    background: linear-gradient(
            180deg,
            rgba(40, 136, 255, 0.16) 0%,
            rgba(40, 136, 255, 0.08) 62.24%,
            rgba(255, 255, 255, 0) 85%,
            #ffffff 100%
    );
}
.ls1 h1{
    margin-bottom: 16px;
    color: #1A1D2F;
}
.ls1-action{
    padding-bottom: 64px;
}
.ls1-image{
    padding: 0 15px;
}
.ls1-image img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.ls1 p{
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 34px;
}

.ls2{
    padding-top: 36px;
}
.ls2-logo-marquee{
    margin-top: 38px;
}
.ls2-logo-marquee .embla__slide {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    width: 250px;
    padding: 0 2rem;
    border: 1px solid #D3D3D3;
    border-radius: 19px;
    margin-right: 38px;
}
.ls2-logo-marquee .embla__slide img{
    max-width: 100%;
    height: auto;
    display: block;
}

.ls3{
    padding-top: 96px;
    padding-bottom: 96px;
}
.ls3 .lh1{
    margin-bottom: 60px;
    max-width: 685px;
    margin-left: auto;
    margin-right: auto;
}

.ls3-tab-nav{
    list-style: none;
    padding: 0;
    margin: 0 0 60px;
    border: 1px solid #D3D3D3;
    border-radius: 150px;
    display: flex;
    flex-flow: row wrap;
    overflow: hidden;
}
.ls3-tab-nav li{
    flex: 1;
}
.ls3-tab-nav button{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    min-height: 50px;
    width: 100%;
    border: none;
    background-color: transparent;
    color: #121212;
    border-radius: 150px;
    transition: all ease-in-out 300ms;
    padding: 5px 40px;
    cursor: pointer;
    font-size: 18px;
    line-height: 1.28;
    letter-spacing: -0.27px;
    font-family: 'NeueHaasGrotesk';
}
.ls3-tab-nav button:hover{
    background-color: var(--background-color);
}
.ls3-tab-nav li.active button{
    background-color: var(--background-color);
}
.ls3-tab-content .tab-viewport {
    overflow: hidden;
}
.ls3-tab-content .tab-content {
    display: flex;
    touch-action: pan-y pinch-zoom;
}
.ls3-tab-content .ls3-card-item{
    flex: 0 0 100%;
    min-width: 0;
}

.ls3-card{
    perspective: 1000px;
}
.ls3-card-item{
    display: grid;
    grid-template-columns: minmax(0, 1fr) 400px;
    grid-auto-rows: minmax(0, 1fr);
    gap: 28px;
}

.ls3-card-item .card-1{
    grid-row: span 2;
    border-radius: 24px;
    padding: 30px;
    position: relative;
    display: grid;
    grid-template-columns: 40% minmax(0,1fr);
    gap: 15px;
    align-items: center;
}
.ls3-card-1-content-image{
    transform: translateX(30px);
}
.ls3-card-1-content-image img{
    display: block;
    margin-left: auto;
    margin-right: 0;
}
.ls3-card .ls-flipper{
    position: relative;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    height: 100%;
    border-radius: 24px;
}
.ls3-card .ls-flipper .front{
    position: relative;
    height: 100%;
    padding: 30px;
    border-radius: 24px;
    display: flex;
    align-items: center;
}
.ls3-card .ls-flipper .back{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto;
    backface-visibility: hidden;
    top: 0;
    left: 0;
    padding: 30px;
    border-radius: 24px;
    display: flex;
    align-items: center;
}
.ls3-card .ls-flipper .back{
    transform: rotateY(180deg);
}
.ls3-card:hover .ls-flipper{
    transform: rotateY(180deg);
}
.ls3-card-1-content{
    color: #121212;
}
.ls3-card-1-content h2{
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 24px;
    font-weight: 300;
}
.ls3-card-1-content h3{
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 32px;
    letter-spacing: -0.6px;
    font-weight: 300;
}
.ls3-card-1-content p{
    font-size: 20px;
    line-height: 1.45;
    font-weight: 300;
}
.ls3-card-1-content .action{
    padding-top: 67px;
}
.ls3-card.card-2 .front>div{
    display: flex;
    flex-flow: row wrap;
    gap: 39px;
}
.ls3-card.card-2 .front h3{
    font-size: 48px;
    line-height: 1.25;
    font-weight: 700;
    color: #1A1D30;
    margin-bottom: 0;
}
.ls3-card.card-2 .front p{
    font-size: 24px;
    color: #000;
}
.ls3-card .back>div{
    font-size: 18px;
}
.ls3-card .back h3{
    font-size: 20px;
    margin-bottom: .5rem;
    font-weight: 500;
}
.ls3-card.card-3 .front p{
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 0;
}
.ls3-card.card-3 .front .name{
    font-size: 14px;
    line-height: 1.14;
    letter-spacing: -0.21px;
    padding-top: 16px;
    margin-top: 32px;
    font-weight: 700;
    border-top: 1px solid #D0D4E4;
}
.ls3-card.card-3 .front .position{
    font-size: 14px;
    line-height: 1.14;
    letter-spacing: -0.21px;
}

.ls4{
    padding-top: 96px;
    padding-bottom: 74px;
    background: linear-gradient(180deg, #FFFFFF 0%, #ECEFF8 100%);
}
.ls4-title-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}
.ls4-title-content{
    max-width: 455px;
    margin-left: auto;
    margin-right: 0;
    align-items: center;
    display: flex;
    flex-flow: column;
    gap: 24px;
}
.ls4-title-content p{
    font-size: 20px;
    font-weight: 300;
}
.ls4-title-content .action{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 24px;
    width: 100%;
}
.ls4-content-grid{
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr minmax(0,1fr);
    gap: 24px;
    align-items: stretch; /* important */
}
.ls4-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 24px;
    height: 100%;
}
.ls4-cards .card-item{
    padding: 24px;
    border-radius: 14px;
    border: 1px solid #D3D3D3;
    background: #fff;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    position: relative;
}
.ls4-cards .card-item .icon {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 25px;
    height: auto;
}
.ls4-image img{
    display: block;
    width: 100%;
    border-radius: 16px;
}
.ls4-cards h3{
    font-size: 18px;
    line-height: 1.3;
    color: #000000;
    font-weight: 400;
    letter-spacing: -0.27px;
}
.ls4-cards p{
    font-size: 18px;
    line-height: 1.3;
    color: #000000;
    font-weight: 300;
    letter-spacing: -0.27px;
}
.ls4-cards .action a{
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.24px;
    font-weight: 700;
    color: #000;
    position: relative;
}
.ls4-cards .action a:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #000;
    transition: all ease-in-out 300ms;
}
.ls4-cards .action a:hover:after{
    width: 100%;
}


.ls5{
    background: RGBA(26, 29, 48, 0.9);
    background: linear-gradient(0deg,rgba(26, 29, 48, 1) 0%, rgba(52, 60, 85, 0.87) 25%, rgba(166, 199, 250, 0.87) 100%);
    padding-top: 96px;
}
.ls5-tab-content .tab-viewport {
    overflow: hidden;
}
.ls5-tab-content .tab-content {
    display: flex;
    touch-action: pan-y pinch-zoom;
    align-items: center;
}
.ls5-tab-content .tab-item{
    flex: 0 0 100%;
}
.logo-art{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 24px;
}
.ls5 .lh1{
    color: #fff;
    margin-bottom: 54px;
}
.ls5-grid{
    display: grid;
    grid-template-columns: 253px minmax(0,1fr);
    gap: 48px;
    align-items: center;
}
.ls5-tab-content img{
    display: block;
    margin-left: auto;
    margin-right: 0;
}
.ls5-tab-nav{
    display: flex;
    flex-flow: row wrap;
    gap: 53px;
    height: fit-content;
}
.ls5-tab-nav li {
    flex: 0 1 100%;
}
.ls5-tab-nav button{
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 5px 23px;
    border: 1px solid #D3D3D3;
    border-radius: 32px;
    color: rgba(255, 255, 255, 0.55);
    letter-spacing: -0.2px;
    background: transparent;
    transition: all ease-in-out 300ms;
    font-size: 20px;
    font-weight: 300;
    width: 100%;
    cursor: pointer;
}
.ls5-tab-nav button:hover{
    background: #A4FC87;
    color: #121212;
    border-color: #A4FC87;
}
.ls5-tab-nav li.active button{
    background: #A4FC87;
    color: #121212;
    border-color: #A4FC87;
}

.flushed-right-wrapper{
    padding-left: calc((100vw - 1405px) / 2);
    padding-right: 0;
}
.flushed-right-wrapper>div{
    padding-left: 30px;
}

.ls6{
    background: #1B1D31 url("../img/l-img/triangle.png") no-repeat bottom left;
    padding-top: 96px;
    padding-bottom: 273px;
    background-size: 300px auto;
}
.ls6 .title-box{
    color: #fff;
    margin-bottom: 32px;
}

.ls6-content-grid{
    display: grid;
    grid-template-columns: 500px minmax(0, 1fr);
    gap: 48px;
    color: #fff;
    margin-top: 50px;
}
.ls6-content-grid h3{
    color: #FCF7F7;
    font-size: 24px;
    line-height: 1.37;
}
.ls6-content-grid ul{
    list-style: none;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 300;
    margin-top: 22px;
}
.ls6-content-grid ul li{
    position: relative;
    padding-left: 30px;
}
.ls6-content-grid ul li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url("../img/l-img/icon-check.svg") no-repeat center;
    background-size: 100% auto;
}
.ls6-content-grid img {
    display: block;
    margin-left: auto;
    margin-right: 0;
}

.ls7{
    padding-top: 96px;
    padding-bottom: 96px;
}
.ls7-logo-marquee,
.ls7-logo-marquee-backward{
    margin-top: 38px;
}
.ls7-logo-marquee .embla__slide,
.ls7-logo-marquee-backward .embla__slide{
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    width: 250px;
    min-height: 117px;
    padding: 0 2rem;
    border: 1px solid #D3D3D3;
    border-radius: 19px;
    margin-right: 38px;
}
.ls7-logo-marquee .embla__slide img,
.ls7-logo-marquee-backward .embla__slide img{
    max-width: 100%;
    height: auto;
    display: block;
}
.ls7 .ls4-title-grid{
    color: #0D0D0D;
}
.ls7 .ls4-title-grid .lh2{
    color: #0D0D0D;
    margin-bottom: 16px;
    line-height: 1.35;
}

.ls8{
    padding-top: 96px;
    padding-bottom: 96px;
}
.ls8 .title-box-2{
    margin-bottom: 33px;
}
.ls8 .title-box-2 h2{
    margin-bottom: 11px;
}

.ls8-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px;
}
.ls8-grid .item{
    border-radius: 16px;
    overflow: hidden;
}
.ls8-grid .image a{
    display: block;
}
.ls8-grid .image img{
    display: block;
    width: 100%;
}
.ls8-grid .text{
    padding: 23px 20px;
}
.ls8-grid a{
    color: inherit !important;
}
.ls8-grid h3{
    font-size: 17px;
    line-height: 1.2;
    margin-bottom: 17px;
}
.ls8-grid p{
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 0;
}
.ls8-grid .text{
    text-align: center;
}

.ls9{
    padding-top: 96px;
    padding-bottom: 96px;
}
.ls9-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
    margin-top: 60px;
}
.ls9-grid > .item:nth-child(4n + 1) {
    grid-column: span 2;
}
.ls9-grid > .item:nth-child(4n + 4) {
    grid-column: span 2;
}
.ls9-grid > .item:nth-child(4n + 1) .front>div,
.ls9-grid > .item:nth-child(4n + 4) .front>div{
    display: grid;
    grid-template-columns: 200px minmax(0,1fr);
    gap: 15px 80px;
    align-items: center;
}

.ls9-grid .front h3{
    text-align: center;
    font-size: 56px;
    line-height: 1.1;
    letter-spacing: -0.72px;
    margin-bottom: 16px;
    font-weight: 700;
}
.ls9-grid .front p{
    font-size: 23px;
    line-height: 1.3;
    font-weight: 300;
    text-align: center;
}
.ls9-grid > .item:nth-child(4n + 1) .front h3,
.ls9-grid > .item:nth-child(4n + 4) .front h3{
    font-size: 40px;
    line-height: 1.2;
    font-weight: 300;
    text-align: left;
}
.ls9-grid > .item:nth-child(4n + 1) .front p,
.ls9-grid > .item:nth-child(4n + 4) .front p{
    font-size: 30px;
    line-height: 1.2;
    font-weight: 300;
    text-align: left;
}
.ls9-grid .back{
    font-size: 18px;
}
.ls9-grid .back h3{
    font-size: 20px;
    margin-bottom: .5rem;
    font-weight: 500;
}
.ls9-grid .back.reversed h3{
    text-align: center;
    font-size: 56px;
    line-height: 1.1;
    letter-spacing: -0.72px;
    margin-bottom: 16px;
    font-weight: 700;
}
.ls9-grid .back.reversed p{
    font-size: 23px;
    line-height: 1.3;
    font-weight: 300;
    text-align: center;
}
.ls9-grid .ls-flipper{
    position: relative;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    height: 100%;
    border-radius: 24px;
}
.ls9-grid .ls-flipper .front{
    position: relative;
    height: 100%;
    padding: 30px 80px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    min-height: 272px;
    justify-content: center;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.ls9-grid .ls-flipper .back{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto;
    backface-visibility: hidden;
    top: 0;
    left: 0;
    padding: 30px 80px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ls9-grid .ls-flipper .back{
    transform: rotateY(180deg);
}
.ls9-grid .item:hover .ls-flipper{
    transform: rotateY(180deg);
}

.ls10{
    padding-top: 96px;
    padding-bottom: 96px;
}
.ls10 .title-box-2 h2{
    margin-bottom: 16px;
}
.ls10 .action{
    margin-top: 16px;
}
.ls10 .action a{
    color: #000;
    font-size: 20px;
    letter-spacing: -0.24px;
    position: relative;
    display: inline-flex;
    gap: 8px;
    align-items: baseline;
    line-height: 1.3;
}
.ls10 .action a:after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #000;
    transition: all ease-in-out 300ms;
}
.ls10 .action a:hover:after{
    width: 100%;
}
.ls10 .action a path{
    fill: #000;
}
.ls10-grid{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 52px;
    margin-top: 32px;
}
.ls10-grid .item{
    max-width: 260px;
    min-height: 158px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 20px;
    font-size: 40px;
    color: #000 !important;
}

.ls11{
    padding-top: 96px;
    padding-bottom: 27px;
    background: #A6C7FA;
    color: #1A1D30;
    position: relative;
}
.ls11 .title-box-2{
    max-width: 459px;
    margin-bottom: 32px;
}
.ls11 .title-box-2 h2{
    margin-bottom: 16px;
}
.ls11 .title-box-2 p:not(:last-child){
    margin-bottom: 16px;
}
.ls11-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    z-index: 9;
}
.ls11-img{
    position: absolute;
    bottom: -27px;
}

.cta-banner{
    background: #000;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 999;
}
.close-cta-banner{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    border: 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    padding: 0;
    width: 35px;
    height: 35px;
    color: #fff;
    cursor: pointer;
    z-index: 999;
}

.cta-banner .wrapper {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 15px;
}
.cta-banner h2{
    font-weight: 700;
}
.cta-banner .wrapper a{
    margin-left: auto;
    margin-right: 0;
    font-weight: 700;
    text-decoration: underline;
    color: inherit !important;
}
.cta-banner-enabled.ontop header#top{
    transform: translateY(49px);
}
.cta-banner-enabled.ontop.cta-banner-closed header#top{
    transform: translateY(0);
}

.mainmenu li a{
    font-weight: 400 !important;
}
@media(min-width: 992px){
    .ls4-title-content{
        margin-top: 25px;
    }
}
@media(max-width: 991px){
    .lwrapper{
        padding-left: 20px;
        padding-right: 20px;
    }
    .ls3-card-item{
        grid-template-columns: 1fr;
    }
    .ls3-card-item .card-1{
        grid-template-columns: 1fr;
    }
    .ls3-tab-nav{
        border: 0;
        border-radius: 0;
    }

    .lh1 {
        font-size: 36px;
    }
    .title-box h2{
        font-size: 36px;
    }
    .lh3 {
        font-size: 32px;
        line-height: 1.35;
    }
    .title-box-2 h2{
        font-size: 32px;
        line-height: 1.35;
    }
    .lh2 {
        font-size: 34px;
        line-height: 1.35;
    }
    .ls4-title-grid{
        grid-template-columns: 1fr;
    }
    .ls4-content-grid{
        grid-template-columns: 1fr;
    }

    .ls8-grid{
        grid-template-columns: 1fr;
    }

    .ls11-grid{
        grid-template-columns: 1fr;
    }
    .ls11-img{
        position: static;
    }
    .ls9-grid{
        grid-template-columns: 1fr;
    }
    .ls9-grid > .item:nth-child(4n + 1) {
        grid-column: span 1;
    }
    .ls9-grid > .item:nth-child(4n + 4) {
        grid-column: span 1;
    }
    .ls9-grid > .item:nth-child(4n + 1) .front>div,
    .ls9-grid > .item:nth-child(4n + 4) .front>div{
        grid-template-columns: 1fr;
    }
    .ls9-grid .ls-flipper .front,
    .ls9-grid .ls-flipper .back{
        padding-left: 30px;
        padding-right: 30px;
    }
    .ls9-grid .ls-flipper .front>div{
        width: 100%;
    }
    .ls5-grid{
        grid-template-columns: 1fr;
    }
    .ls6-content-grid{
        grid-template-columns: 1fr;
    }
    .ls6-content-grid div:not(.ls6-image){
        padding-right: 20px;
    }
    .ls5-tab-nav{
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
        padding-right: 20px;
    }
    .ls5-tab-nav button{
        justify-content: center;
        text-align: center;
    }

    .ls3,
    .ls7,
    .ls8,
    .ls9,
    .ls11
    {
        padding-bottom: 0;
    }
    .cta-banner .wrapper {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        gap: 5px;
    }
    .cta-banner{
        font-size: 14px;
    }
    .cta-banner-enabled:not(.ontop) .cta-banner{
        display: none;
    }
    .flushed-right-wrapper>div{
        padding-left: 20px;
    }
}
@media(max-width: 480px){
    .ls-tab-nav{
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .ls2-logo-marquee .embla__slide,
    .ls7-logo-marquee .embla__slide,
    .ls7-logo-marquee-backward .embla__slide{
        width: 140px;
        margin-right: 15px;
    }
    .ls7-logo-marquee .embla__slide,
    .ls7-logo-marquee-backward .embla__slide{
        width: 140px;
        margin-right: 15px;
        min-height: 76px;
    }
    .ls4-cards{
        grid-template-columns: 1fr;
    }
    .ls3-tab-nav{
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .cta-banner-enabled.ontop header#top {
        transform: translateY(106px);
    }
    .close-cta-banner {
        top: 15px;
        transform: translateY(0);
    }
    .ls5-tab-content .tab-item{
        padding-left: 15px;
    }
    .ls6-image{
        padding-left: 15px;
    }
}