.back-to-main-land {
    margin-left: auto;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
}

.light-theme .back-to-main-land {
    color: #0A1F44;
}

.light-theme .back-to-main-land path {
    fill: #0A1F44;
}

.land-sect {
    padding-block: 120px;
    color: #fff;
    background-color: #0A1F44;
}

.light-theme .land-sect {
    background-color: #fff;
    color: #0A1F44;
}

.back-to-main-land span {
    text-decoration: underline;
    font: 600 15px / 1.667 Inter, sans-serif;
}

.hover-move-arr svg {
    transition: transform 0.3s;
}

.hover-move-arr:hover svg {
    transform: translateX(3px);
}

.land-top-sect .container {
    align-items: flex-end;
}

.land-top-sect__wrap {
    display: flex;
    align-items: flex-end;
}

.land-top-sect__txt {
    flex-basis: 660px;
    color: #fff;
}

.mb-16 {
    margin-bottom: 16px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-32 {
    margin-top: 32px;
}

.mt-48 {
    margin-top: 48px;
}

.pt-96 {
    padding-top: 96px;
}

.max-850 {
    max-width: 850px;
}

.land-subhead {
    color: #FFF;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
    font: 600 14px / 1.72 SohoStd, sans-serif;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.light-theme .land-subhead {
    color: #0A1F44;
}

.land-header {
    font: 700 38px / 1.11 SohoStd, sans-serif;
    color: inherit;
}

.light-theme .land-header {
    color: #0A1F44;
}

.land-top-sect {
    padding-block: 220px 108px;
}

.light-theme .land-top-sect {
    background-color: #fff;
}

.land-top-sect__txt h1 {
    font: 700 46px / 1.08 SohoStd, sans-serif;
}

.land-top-sect__txt h1 span {
    background: linear-gradient(270deg, #E650B8 19.38%, #4A20E5 37.66%, #3592FF 56.86%, #A1DEBA 74.52%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fz-20-inter {
    font: 20px / 1.5 Inter, sans-serif;
}

.fz-32-500-inter {
    font: 500 24px / 1.333 Inter, sans-serif;
}

.land-top-sect__msg {
    opacity: 0.75;
    max-width: 534px;
}

.light-theme .land-top-sect__msg {
    color: #0A1F44;
    opacity: 1;
}

.land-top-sect__msg p:last-of-type {
    margin-bottom: 0;
}

.land-cta {
    font: 600 15px / 1.667 Inter, sans-serif;
    background-color: #fff;
    display: inline-flex;
    padding: 10px 14px 10px 20px;
    gap: 10px;
    align-items: center;
    border-radius: 100px;
    border: 1px solid #FFF;
    background: #fff;
    color: #012169;
    cursor: pointer;
}

.light-theme .land-cta {
    color: #fff;
    background: #0A1F44;
    border-color: #0A1F44;
}

.light-theme .land-cta path {
    fill: #fff;
}

.book {
    color: #fff;
    background: linear-gradient(150deg, #0A1F44 2.05%, #113371 97.95%);
    flex-basis: 312px;
    max-width: 312px;
    min-height: 421px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    padding: 23px 30px;
    position: relative;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);

}
.book .light_bg{
    position: absolute;
    right: -40%;
    bottom: -106px;
}
.book:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(150deg, #0A1F44 2.05%, #113371 97.95%);
    z-index: 1;
}
.book::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    background-color: #2c3388;
    left: -7px;
    top: 0;
    z-index: 2;
}

.book__titles-wrap {
    margin-block: auto;
    z-index: 2;
    position: relative;
}

.book__subtitle {
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
    font: 500 8px / normal SohoStd, sans-serif;
    text-transform: uppercase;
    background: linear-gradient(70deg, #EE5CC1 16.07%, #4A20E5 37.63%, #3592FF 64.97%, #A1DEBA 83.92%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.book__title {
    font: 200 30px / 1.3 SohoStd, sans-serif;
}

.book__remark {
    font: 6px / 1.333 Inter, sans-serif;
    max-width: 160px;
    position: relative;
    z-index: 2;
}

.land-ben-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

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

.land-ben-item__icon-wrap {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.10);
    width: 48px;
    height: 48px;
}

.light-theme .land-ben-item__icon-wrap {
    background-color: rgba(10, 31, 68, 0.10);
}

.land-ben-item__icon-wrap svg {
    max-width: 90%;
}

.light-theme .land-ben-item__icon-wrap path {
    fill: #0A1F44;
}

.land-ben-item__txt {
    font: 16px / 1.5 Inter, sans-serif;
    opacity: 0.75;
}

.land-sect-with-grid-4 {
    position: relative;
    z-index: 1;
}

.land-sect-with-grid-4-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 90vw;
}

.has-img-full {
    position: relative;
    overflow: hidden;
}

.has-img-full img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lp-slide__img-wrap {
    width: 340px;
    aspect-ratio: 1;
    border-radius: 25px;
    margin-left: auto;
    flex: 0 0 340px;
}

.lp-slide__inner {
    display: flex;
}

.lp-slide__quote {
    max-width: calc((657 / 24) * 1em);
}

.lp-slide__position {
    margin-top: 40px;
    font: 16px / 1.5 Inter, sans-serif;
}


.lp-slide__position strong {
    font-weight: 700;
}

.land-slider-style {
    text-align: center;
}

.land-slider-style .slick-list {
    overflow: hidden;
    text-align: initial;
}

.land-slider-style .slick-track {
    display: flex;
}

.land-slider-style .slick-dots {
    display: inline-flex;
    margin-inline: auto;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    gap: 12px;
    padding: 3px 5px;
    background-color: rgba(255, 255, 255, 0.10);
    border-radius: 8px;
}

.light-theme .land-slider-style .slick-dots {
    background-color: rgba(10, 31, 68, 0.1);
}

.land-slider-style .slick-dots button {
    font-size: 0;
    color: transparent;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    width: 7px;
    height: 7px;
    background-color: #fff;
    opacity: 0.25;
    border-radius: 50%;
    transition: opacity 0.3s;
}

.light-theme .land-slider-style .slick-dots button {
    background-color: #0A1F44;
}

.land-slider-style .slick-dots li {
    margin-bottom: 0;
    font-size: 0;
    line-height: 1px;
}

.land-slider-style .slick-dots li.slick-active button {
    opacity: 1;
}
