@charset "UTF-8";

@font-face {
    font-family: Manrope;
    src: url(../fonts/manrope/Manrope-SemiBold.woff2) format("woff2");
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: Manrope;
    src: url(../fonts/manrope/Manrope-ExtraLight.woff2) format("woff2");
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: Manrope;
    src: url(../fonts/manrope/Manrope-Regular.woff2) format("woff2");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: Manrope;
    src: url(../fonts/manrope/Manrope-Light.woff2) format("woff2");
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: Manrope;
    src: url(../fonts/manrope/Manrope-Bold.woff2) format("woff2");
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: Manrope;
    src: url(../fonts/manrope/Manrope-Medium.woff2) format("woff2");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: Manrope;
    src: url(../fonts/manrope/Manrope-ExtraBold.woff2) format("woff2");
    font-weight: 700;
    font-display: swap;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

.lp-navbar-action.switcher {
    display: block !important;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;

}

body {
    margin: 0;
    position: relative;
}


/*
.body {

    background-image: url("../images/bg-min.png") !important;
    background-repeat: no-repeat !important;
    position: absolute;
    width: 100%;
    min-height: 600px;
    z-index: 9;
    background-size: cover;

}

*/
.body {
    background-image: url(../images/bg-min3.svg) !important;
    background-repeat: no-repeat !important;
    position: Fixed;
    min-width: 100%;
    min-height: 500px;
    z-index: 1;
    background-size:cover !important;
    opacity: 0.8;
    top: 0;
}


.lp-headcap-container {
    z-index: 2!important;
    position: relative!important;
}
.lp-loader {
    position: fixed;
    width: 100%;
    z-index: 20;
    top: 7px;
    right: 0;
    left: 0;
    min-height: 60px;
    background-color: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(7.5px);
    transition: background-color 0.4s, transform 0.4s;
}

.body1 {

    background-image: url("../images/bg-min1.png") !important;
    background-repeat: no-repeat !important;
    position: absolute;
    width: 100%;
    min-height: 600px;
    z-index: 9;
    background-size: cover;

}

.body2 {

    background-image: url("../images/bg-min.png") !important;
    background-repeat: no-repeat !important;
    position: absolute;
    width: 100%;
    min-height: 600px;
    z-index: 9;
    background-size: cover;

}

.body3 {

    background-image: url("../images/bg-min.png") !important;
    background-repeat: no-repeat !important;
    position: absolute;
    width: 100%;
    min-height: 600px;
    z-index: 9;
    background-size: cover;

}

.body4 {

    background-image: url("../images/bg-min.png") !important;
    background-repeat: no-repeat !important;
    position: absolute;
    width: 100%;
    min-height: 600px;
    z-index: 9;
    background-size: cover;

}

.body-bg {
    background-image: url(../images/bg-min.png);
    background-repeat: no-repeat !important;
    position: absolute;
    width: 100%;
    min-height: 600px;
    z-index: 0;

}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

html {
    scrollbar-width: thin;
    font-family: Manrope, sans-serif;
    font-size: 2.6666666667vw;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
    html {
        font-size: 0.5208333333vw;
    }
}

@media (min-width: 1920px) {
    html {
        font-size: 10px;
    }
}

body {
    color: #000;
    background: #f5f8ff;
    -webkit-tap-highlight-color: transparent;
    font-size: 1.4rem;
}

.modal body,
.no-scroll body {
    overflow: hidden !important;
}

* {
    box-sizing: border-box;
}

:after,
:before {
    box-sizing: border-box;
}

::-moz-selection {
    color: #fff;
    background: #a191f5;
}

::selection {
    color: #fff;
    background: #a191f5;
}

a {
    color: inherit;
    cursor: pointer;
    text-decoration: underline;
    -webkit-tap-highlight-color: initial;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

button {
    cursor: pointer;
    -webkit-tap-highlight-color: initial;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

figure {
    margin: 0;
}

address,
blockquote,
em,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: inherit;
    line-height: inherit;
    text-align: inherit;
    letter-spacing: inherit;
}

@media print {

    address,
    blockquote,
    em,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
        page-break-after: avoid;
        orphans: 3;
        widows: 3;
    }
}

.lp-advantage-content,
.lp-advisor-content,
.lp-benefit-content,
.lp-benefits-content,
.lp-billboard-content,
.lp-challenge-content,
.lp-compliance-logos-content,
.lp-content,
.lp-counter-content,
.lp-culture-content,
.lp-definition-content,
.lp-eut-tos-content,
.lp-explanation-content,
.lp-explore-content,
.lp-faq-content,
.lp-feature-content,
.lp-feedback-content,
.lp-form-hero-content,
.lp-four-column-content,
.lp-implementation-content,
.lp-jumbotron-content,
.lp-outro-content,
.lp-overview-content,
.lp-policies-and-plans-content,
.lp-problem-content,
.lp-quote-content,
.lp-recommendation-content,
.lp-service-content,
.lp-solution-content,
.lp-specification-content,
.lp-summary-content,
.lp-support-content,
.lp-testimonials-content,
.lp-textplace-content,
.lp-thank-you-hero-content,
.lp-three-column-content,
.lp-two-column-content,
.lp-utility-content,
.lp-worth-content {
    padding: 6rem 0;
}

@media (min-width: 768px) {

    .lp-advantage-content,
    .lp-advisor-content,
    .lp-benefit-content,
    .lp-benefits-content,
    .lp-billboard-content,
    .lp-challenge-content,
    .lp-compliance-logos-content,
    .lp-content,
    .lp-counter-content,
    .lp-culture-content,
    .lp-definition-content,
    .lp-eut-tos-content,
    .lp-explanation-content,
    .lp-explore-content,
    .lp-faq-content,
    .lp-feature-content,
    .lp-feedback-content,
    .lp-form-hero-content,
    .lp-four-column-content,
    .lp-implementation-content,
    .lp-jumbotron-content,
    .lp-outro-content,
    .lp-overview-content,
    .lp-policies-and-plans-content,
    .lp-problem-content,
    .lp-quote-content,
    .lp-recommendation-content,
    .lp-service-content,
    .lp-solution-content,
    .lp-specification-content,
    .lp-summary-content,
    .lp-support-content,
    .lp-testimonials-content,
    .lp-textplace-content,
    .lp-thank-you-hero-content,
    .lp-three-column-content,
    .lp-two-column-content,
    .lp-utility-content,
    .lp-worth-content {
        padding: 16rem 0;
    }
}

.-sm.lp-advantage-content,
.-sm.lp-advisor-content,
.-sm.lp-benefit-content,
.-sm.lp-benefits-content,
.-sm.lp-billboard-content,
.-sm.lp-challenge-content,
.-sm.lp-compliance-logos-content,
.-sm.lp-counter-content,
.-sm.lp-culture-content,
.-sm.lp-definition-content,
.-sm.lp-eut-tos-content,
.-sm.lp-explanation-content,
.-sm.lp-explore-content,
.-sm.lp-faq-content,
.-sm.lp-feature-content,
.-sm.lp-feedback-content,
.-sm.lp-form-hero-content,
.-sm.lp-four-column-content,
.-sm.lp-implementation-content,
.-sm.lp-jumbotron-content,
.-sm.lp-outro-content,
.-sm.lp-overview-content,
.-sm.lp-policies-and-plans-content,
.-sm.lp-problem-content,
.-sm.lp-quote-content,
.-sm.lp-recommendation-content,
.-sm.lp-service-content,
.-sm.lp-solution-content,
.-sm.lp-specification-content,
.-sm.lp-summary-content,
.-sm.lp-support-content,
.-sm.lp-testimonials-content,
.-sm.lp-textplace-content,
.-sm.lp-thank-you-hero-content,
.-sm.lp-three-column-content,
.-sm.lp-two-column-content,
.-sm.lp-utility-content,
.-sm.lp-worth-content,
.lp-content.-sm {
    padding: 8rem 0;
}

@media (min-width: 768px) {

    .-sm.lp-advantage-content,
    .-sm.lp-advisor-content,
    .-sm.lp-benefit-content,
    .-sm.lp-benefits-content,
    .-sm.lp-billboard-content,
    .-sm.lp-challenge-content,
    .-sm.lp-compliance-logos-content,
    .-sm.lp-counter-content,
    .-sm.lp-culture-content,
    .-sm.lp-definition-content,
    .-sm.lp-eut-tos-content,
    .-sm.lp-explanation-content,
    .-sm.lp-explore-content,
    .-sm.lp-faq-content,
    .-sm.lp-feature-content,
    .-sm.lp-feedback-content,
    .-sm.lp-form-hero-content,
    .-sm.lp-four-column-content,
    .-sm.lp-implementation-content,
    .-sm.lp-jumbotron-content,
    .-sm.lp-outro-content,
    .-sm.lp-overview-content,
    .-sm.lp-policies-and-plans-content,
    .-sm.lp-problem-content,
    .-sm.lp-quote-content,
    .-sm.lp-recommendation-content,
    .-sm.lp-service-content,
    .-sm.lp-solution-content,
    .-sm.lp-specification-content,
    .-sm.lp-summary-content,
    .-sm.lp-support-content,
    .-sm.lp-testimonials-content,
    .-sm.lp-textplace-content,
    .-sm.lp-thank-you-hero-content,
    .-sm.lp-three-column-content,
    .-sm.lp-two-column-content,
    .-sm.lp-utility-content,
    .-sm.lp-worth-content,
    .lp-content.-sm {
        padding: 20rem 0;
    }
}

@media (min-width: 768px) {

    .-sm-t.lp-advantage-content,
    .-sm-t.lp-advisor-content,
    .-sm-t.lp-benefit-content,
    .-sm-t.lp-benefits-content,
    .-sm-t.lp-billboard-content,
    .-sm-t.lp-challenge-content,
    .-sm-t.lp-compliance-logos-content,
    .-sm-t.lp-counter-content,
    .-sm-t.lp-culture-content,
    .-sm-t.lp-definition-content,
    .-sm-t.lp-eut-tos-content,
    .-sm-t.lp-explanation-content,
    .-sm-t.lp-explore-content,
    .-sm-t.lp-faq-content,
    .-sm-t.lp-feature-content,
    .-sm-t.lp-feedback-content,
    .-sm-t.lp-form-hero-content,
    .-sm-t.lp-four-column-content,
    .-sm-t.lp-implementation-content,
    .-sm-t.lp-jumbotron-content,
    .-sm-t.lp-outro-content,
    .-sm-t.lp-overview-content,
    .-sm-t.lp-policies-and-plans-content,
    .-sm-t.lp-problem-content,
    .-sm-t.lp-quote-content,
    .-sm-t.lp-recommendation-content,
    .-sm-t.lp-service-content,
    .-sm-t.lp-solution-content,
    .-sm-t.lp-specification-content,
    .-sm-t.lp-summary-content,
    .-sm-t.lp-support-content,
    .-sm-t.lp-testimonials-content,
    .-sm-t.lp-textplace-content,
    .-sm-t.lp-thank-you-hero-content,
    .-sm-t.lp-three-column-content,
    .-sm-t.lp-two-column-content,
    .-sm-t.lp-utility-content,
    .-sm-t.lp-worth-content,
    .lp-content.-sm-t {
        padding-top: 20rem;
    }
}

@media (min-width: 768px) {

    .-sm-b.lp-advantage-content,
    .-sm-b.lp-advisor-content,
    .-sm-b.lp-benefit-content,
    .-sm-b.lp-benefits-content,
    .-sm-b.lp-billboard-content,
    .-sm-b.lp-challenge-content,
    .-sm-b.lp-compliance-logos-content,
    .-sm-b.lp-counter-content,
    .-sm-b.lp-culture-content,
    .-sm-b.lp-definition-content,
    .-sm-b.lp-eut-tos-content,
    .-sm-b.lp-explanation-content,
    .-sm-b.lp-explore-content,
    .-sm-b.lp-faq-content,
    .-sm-b.lp-feature-content,
    .-sm-b.lp-feedback-content,
    .-sm-b.lp-form-hero-content,
    .-sm-b.lp-four-column-content,
    .-sm-b.lp-implementation-content,
    .-sm-b.lp-jumbotron-content,
    .-sm-b.lp-outro-content,
    .-sm-b.lp-overview-content,
    .-sm-b.lp-policies-and-plans-content,
    .-sm-b.lp-problem-content,
    .-sm-b.lp-quote-content,
    .-sm-b.lp-recommendation-content,
    .-sm-b.lp-service-content,
    .-sm-b.lp-solution-content,
    .-sm-b.lp-specification-content,
    .-sm-b.lp-summary-content,
    .-sm-b.lp-support-content,
    .-sm-b.lp-testimonials-content,
    .-sm-b.lp-textplace-content,
    .-sm-b.lp-thank-you-hero-content,
    .-sm-b.lp-three-column-content,
    .-sm-b.lp-two-column-content,
    .-sm-b.lp-utility-content,
    .-sm-b.lp-worth-content,
    .lp-content.-sm-b {
        padding-bottom: 20rem;
    }
}

.-cp.lp-advantage-content,
.-cp.lp-advisor-content,
.-cp.lp-benefit-content,
.-cp.lp-benefits-content,
.-cp.lp-billboard-content,
.-cp.lp-challenge-content,
.-cp.lp-compliance-logos-content,
.-cp.lp-counter-content,
.-cp.lp-culture-content,
.-cp.lp-definition-content,
.-cp.lp-eut-tos-content,
.-cp.lp-explanation-content,
.-cp.lp-explore-content,
.-cp.lp-faq-content,
.-cp.lp-feature-content,
.-cp.lp-feedback-content,
.-cp.lp-form-hero-content,
.-cp.lp-four-column-content,
.-cp.lp-implementation-content,
.-cp.lp-jumbotron-content,
.-cp.lp-outro-content,
.-cp.lp-overview-content,
.-cp.lp-policies-and-plans-content,
.-cp.lp-problem-content,
.-cp.lp-quote-content,
.-cp.lp-recommendation-content,
.-cp.lp-service-content,
.-cp.lp-solution-content,
.-cp.lp-specification-content,
.-cp.lp-summary-content,
.-cp.lp-support-content,
.-cp.lp-testimonials-content,
.-cp.lp-textplace-content,
.-cp.lp-thank-you-hero-content,
.-cp.lp-three-column-content,
.-cp.lp-two-column-content,
.-cp.lp-utility-content,
.-cp.lp-worth-content,
.lp-content.-cp {
    padding: 0;
}

.-ct.lp-advantage-content,
.-ct.lp-advisor-content,
.-ct.lp-benefit-content,
.-ct.lp-benefits-content,
.-ct.lp-billboard-content,
.-ct.lp-challenge-content,
.-ct.lp-compliance-logos-content,
.-ct.lp-counter-content,
.-ct.lp-culture-content,
.-ct.lp-definition-content,
.-ct.lp-eut-tos-content,
.-ct.lp-explanation-content,
.-ct.lp-explore-content,
.-ct.lp-faq-content,
.-ct.lp-feature-content,
.-ct.lp-feedback-content,
.-ct.lp-form-hero-content,
.-ct.lp-four-column-content,
.-ct.lp-implementation-content,
.-ct.lp-jumbotron-content,
.-ct.lp-outro-content,
.-ct.lp-overview-content,
.-ct.lp-policies-and-plans-content,
.-ct.lp-problem-content,
.-ct.lp-quote-content,
.-ct.lp-recommendation-content,
.-ct.lp-service-content,
.-ct.lp-solution-content,
.-ct.lp-specification-content,
.-ct.lp-summary-content,
.-ct.lp-support-content,
.-ct.lp-testimonials-content,
.-ct.lp-textplace-content,
.-ct.lp-thank-you-hero-content,
.-ct.lp-three-column-content,
.-ct.lp-two-column-content,
.-ct.lp-utility-content,
.-ct.lp-worth-content,
.lp-content.-ct {
    padding-top: 0;
}

.-cb.lp-advantage-content,
.-cb.lp-advisor-content,
.-cb.lp-benefit-content,
.-cb.lp-benefits-content,
.-cb.lp-billboard-content,
.-cb.lp-challenge-content,
.-cb.lp-compliance-logos-content,
.-cb.lp-counter-content,
.-cb.lp-culture-content,
.-cb.lp-definition-content,
.-cb.lp-eut-tos-content,
.-cb.lp-explanation-content,
.-cb.lp-explore-content,
.-cb.lp-faq-content,
.-cb.lp-feature-content,
.-cb.lp-feedback-content,
.-cb.lp-form-hero-content,
.-cb.lp-four-column-content,
.-cb.lp-implementation-content,
.-cb.lp-jumbotron-content,
.-cb.lp-outro-content,
.-cb.lp-overview-content,
.-cb.lp-policies-and-plans-content,
.-cb.lp-problem-content,
.-cb.lp-quote-content,
.-cb.lp-recommendation-content,
.-cb.lp-service-content,
.-cb.lp-solution-content,
.-cb.lp-specification-content,
.-cb.lp-summary-content,
.-cb.lp-support-content,
.-cb.lp-testimonials-content,
.-cb.lp-textplace-content,
.-cb.lp-thank-you-hero-content,
.-cb.lp-three-column-content,
.-cb.lp-two-column-content,
.-cb.lp-utility-content,
.-cb.lp-worth-content,
.lp-content.-cb {
    padding-bottom: 0;
}

.lp-advantage-container,
.lp-advisor-container,
.lp-article-container,
.lp-benefit-container,
.lp-benefits-container,
.lp-billboard-container,
.lp-challenge-container,
.lp-compliance-logos-container,
.lp-container,
.lp-counter-container,
.lp-culture-container,
.lp-definition-container,
.lp-entrylist-container,
.lp-eut-tos-container,
.lp-explanation-container,
.lp-explore-container,
.lp-faq-container,
.lp-feature-container,
.lp-feedback-container,
.lp-footer-container,
.lp-form-hero-container,
.lp-four-column-container,
.lp-headcap-container,
.lp-hero-container,
.lp-implementation .lp-stats-container,
.lp-implementation-container,
.lp-jumbotron-container,
.lp-latest-blogs-container,
.lp-outro-container,
.lp-overview-container,
.lp-policies-and-plans-container,
.lp-preview-container,
.lp-problem-container,
.lp-quote-container,
.lp-recommendation-container,
.lp-service-container,
.lp-solution-container,
.lp-specification-container,
.lp-summary-container,
.lp-support-container,
.lp-testimonials-container,
.lp-textplace-container,
.lp-thank-you-hero-container,
.lp-three-column-container,
.lp-two-column-container,
.lp-utility-container,
.lp-worth-container {
    padding: 0 2.5rem;
}

@media (min-width: 768px) {

    .lp-advantage-container,
    .lp-advisor-container,
    .lp-article-container,
    .lp-benefit-container,
    .lp-benefits-container,
    .lp-billboard-container,
    .lp-challenge-container,
    .lp-compliance-logos-container,
    .lp-container,
    .lp-counter-container,
    .lp-culture-container,
    .lp-definition-container,
    .lp-entrylist-container,
    .lp-eut-tos-container,
    .lp-explanation-container,
    .lp-explore-container,
    .lp-faq-container,
    .lp-feature-container,
    .lp-feedback-container,
    .lp-footer-container,
    .lp-form-hero-container,
    .lp-four-column-container,
    .lp-headcap-container,
    .lp-hero-container,
    .lp-implementation .lp-stats-container,
    .lp-implementation-container,
    .lp-jumbotron-container,
    .lp-latest-blogs-container,
    .lp-outro-container,
    .lp-overview-container,
    .lp-policies-and-plans-container,
    .lp-preview-container,
    .lp-problem-container,
    .lp-quote-container,
    .lp-recommendation-container,
    .lp-service-container,
    .lp-solution-container,
    .lp-specification-container,
    .lp-summary-container,
    .lp-support-container,
    .lp-testimonials-container,
    .lp-textplace-container,
    .lp-thank-you-hero-container,
    .lp-three-column-container,
    .lp-two-column-container,
    .lp-utility-container,
    .lp-worth-container {
        padding: 0 20rem;
    }
}

.-sm.lp-advantage-container,
.-sm.lp-advisor-container,
.-sm.lp-article-container,
.-sm.lp-benefit-container,
.-sm.lp-benefits-container,
.-sm.lp-billboard-container,
.-sm.lp-challenge-container,
.-sm.lp-compliance-logos-container,
.-sm.lp-counter-container,
.-sm.lp-culture-container,
.-sm.lp-definition-container,
.-sm.lp-entrylist-container,
.-sm.lp-eut-tos-container,
.-sm.lp-explanation-container,
.-sm.lp-explore-container,
.-sm.lp-faq-container,
.-sm.lp-feature-container,
.-sm.lp-feedback-container,
.-sm.lp-footer-container,
.-sm.lp-form-hero-container,
.-sm.lp-four-column-container,
.-sm.lp-headcap-container,
.-sm.lp-hero-container,
.-sm.lp-implementation-container,
.-sm.lp-jumbotron-container,
.-sm.lp-latest-blogs-container,
.-sm.lp-outro-container,
.-sm.lp-overview-container,
.-sm.lp-policies-and-plans-container,
.-sm.lp-preview-container,
.-sm.lp-problem-container,
.-sm.lp-quote-container,
.-sm.lp-recommendation-container,
.-sm.lp-service-container,
.-sm.lp-solution-container,
.-sm.lp-specification-container,
.-sm.lp-summary-container,
.-sm.lp-support-container,
.-sm.lp-testimonials-container,
.-sm.lp-textplace-container,
.-sm.lp-thank-you-hero-container,
.-sm.lp-three-column-container,
.-sm.lp-two-column-container,
.-sm.lp-utility-container,
.-sm.lp-worth-container,
.lp-container.-sm,
.lp-implementation .-sm.lp-stats-container {
    padding: 0 0.5rem;
}

@media (min-width: 768px) {

    .-sm.lp-advantage-container,
    .-sm.lp-advisor-container,
    .-sm.lp-article-container,
    .-sm.lp-benefit-container,
    .-sm.lp-benefits-container,
    .-sm.lp-billboard-container,
    .-sm.lp-challenge-container,
    .-sm.lp-compliance-logos-container,
    .-sm.lp-counter-container,
    .-sm.lp-culture-container,
    .-sm.lp-definition-container,
    .-sm.lp-entrylist-container,
    .-sm.lp-eut-tos-container,
    .-sm.lp-explanation-container,
    .-sm.lp-explore-container,
    .-sm.lp-faq-container,
    .-sm.lp-feature-container,
    .-sm.lp-feedback-container,
    .-sm.lp-footer-container,
    .-sm.lp-form-hero-container,
    .-sm.lp-four-column-container,
    .-sm.lp-headcap-container,
    .-sm.lp-hero-container,
    .-sm.lp-implementation-container,
    .-sm.lp-jumbotron-container,
    .-sm.lp-latest-blogs-container,
    .-sm.lp-outro-container,
    .-sm.lp-overview-container,
    .-sm.lp-policies-and-plans-container,
    .-sm.lp-preview-container,
    .-sm.lp-problem-container,
    .-sm.lp-quote-container,
    .-sm.lp-recommendation-container,
    .-sm.lp-service-container,
    .-sm.lp-solution-container,
    .-sm.lp-specification-container,
    .-sm.lp-summary-container,
    .-sm.lp-support-container,
    .-sm.lp-testimonials-container,
    .-sm.lp-textplace-container,
    .-sm.lp-thank-you-hero-container,
    .-sm.lp-three-column-container,
    .-sm.lp-two-column-container,
    .-sm.lp-utility-container,
    .-sm.lp-worth-container,
    .lp-container.-sm,
    .lp-implementation .-sm.lp-stats-container {
        padding: 0 16rem;
    }
}

@media (min-width: 768px) {

    .-md.lp-advantage-container,
    .-md.lp-advisor-container,
    .-md.lp-article-container,
    .-md.lp-benefit-container,
    .-md.lp-benefits-container,
    .-md.lp-billboard-container,
    .-md.lp-challenge-container,
    .-md.lp-compliance-logos-container,
    .-md.lp-counter-container,
    .-md.lp-culture-container,
    .-md.lp-definition-container,
    .-md.lp-entrylist-container,
    .-md.lp-eut-tos-container,
    .-md.lp-explanation-container,
    .-md.lp-explore-container,
    .-md.lp-faq-container,
    .-md.lp-feature-container,
    .-md.lp-feedback-container,
    .-md.lp-footer-container,
    .-md.lp-form-hero-container,
    .-md.lp-four-column-container,
    .-md.lp-headcap-container,
    .-md.lp-hero-container,
    .-md.lp-implementation-container,
    .-md.lp-jumbotron-container,
    .-md.lp-latest-blogs-container,
    .-md.lp-outro-container,
    .-md.lp-overview-container,
    .-md.lp-policies-and-plans-container,
    .-md.lp-preview-container,
    .-md.lp-problem-container,
    .-md.lp-quote-container,
    .-md.lp-recommendation-container,
    .-md.lp-service-container,
    .-md.lp-solution-container,
    .-md.lp-specification-container,
    .-md.lp-summary-container,
    .-md.lp-support-container,
    .-md.lp-testimonials-container,
    .-md.lp-textplace-container,
    .-md.lp-thank-you-hero-container,
    .-md.lp-three-column-container,
    .-md.lp-two-column-container,
    .-md.lp-utility-container,
    .-md.lp-worth-container,
    .lp-container.-md,
    .lp-implementation .-md.lp-stats-container {
        padding: 0 32rem;
    }
}

@media (min-width: 1920px) {

    .lp-advantage-container,
    .lp-advisor-container,
    .lp-article-container,
    .lp-benefit-container,
    .lp-benefits-container,
    .lp-billboard-container,
    .lp-challenge-container,
    .lp-compliance-logos-container,
    .lp-container,
    .lp-counter-container,
    .lp-culture-container,
    .lp-definition-container,
    .lp-entrylist-container,
    .lp-eut-tos-container,
    .lp-explanation-container,
    .lp-explore-container,
    .lp-faq-container,
    .lp-feature-container,
    .lp-feedback-container,
    .lp-footer-container,
    .lp-form-hero-container,
    .lp-four-column-container,
    .lp-headcap-container,
    .lp-hero-container,
    .lp-implementation .lp-stats-container,
    .lp-implementation-container,
    .lp-jumbotron-container,
    .lp-latest-blogs-container,
    .lp-outro-container,
    .lp-overview-container,
    .lp-policies-and-plans-container,
    .lp-preview-container,
    .lp-problem-container,
    .lp-quote-container,
    .lp-recommendation-container,
    .lp-service-container,
    .lp-solution-container,
    .lp-specification-container,
    .lp-summary-container,
    .lp-support-container,
    .lp-testimonials-container,
    .lp-textplace-container,
    .lp-thank-you-hero-container,
    .lp-three-column-container,
    .lp-two-column-container,
    .lp-utility-container,
    .lp-worth-container {
        max-width: 1920px;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .-lsm {
        display: none;
    }
}

@media (min-width: 1024px) {
    .-lmd {
        display: none;
    }
}

@media (min-width: 1200px) {
    .-llg {
        display: none;
    }
}

@media (min-width: 1600px) {
    .-lxl {
        display: none;
    }
}

@media (max-width: 767px) {
    .-gxs {
        display: none;
    }

    .lp-service-text1 p {
        color: #171768;
        font-size: 1.4rem !important;
        letter-spacing: 0;
        line-height: 27px;
        margin: 2.4rem 0 0;
    }

    .-v6 {
        color: #fff !important;
    }

    .lp-jumbotron.-jumbotron-small.-blue {

        margin-top: -500px;
    }

    .lp-service-text {

        font-size: 1.2rem !important;

    }
}

@media (max-width: 1023px) {
    .-gsm {
        display: none;
    }
}

@media (max-width: 1199px) {
    .-gmd {
        display: none;
    }
}

@media (max-width: 1399px) {
    .-glg {
        display: none;
    }
}

@media (max-width: 1919px) {
    .-gxl {
        display: none;
    }
}

.bg-quaternary {
    background-color: #3022bb;
}

.bg-base {
    background-color: #fff;
}

.bg-graybase-alternative {
    background-color: #151515;
}

.-center {
    text-align: center;
}

.lp-svgsprite {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
}




.lp-loader.-visible {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transition-delay: 0s, 0s;
    transition-duration: 0.3s, 0s;
    display: none;
}

.lp-navbar-logo {

    left: 5rem;
    position: fixed;
    z-index: 99;
    top: 2rem;
    color: #27313f;
    text-decoration: none;
    transition: transform 0.4s, opacity 0.3s;
}

@media (min-width: 768px) {
    .lp-navbar-logo {
        top: 2.7rem;
        left: 5rem;
    }
}



@media (max-width: 767px) {
    .lp-navbar.-fixed.-open .lp-navbar-logo {
        transition-duration: 0.4s, 0.6s;
        transition-delay: 0s, 0.4s;
    }
}

.lp-navbar.-hidden .lp-navbar-logo {
    transform: translateY(calc(-100% - 2rem));
}

@media (min-width: 768px) {
    .lp-navbar.-hidden .lp-navbar-logo {
        transform: translateY(calc(-100% - 2.7rem));
    }
}

.lp-navbar-logo svg {
    width: 9.8rem;
    height: 2.7rem;
}

@media (min-width: 768px) {
    .lp-navbar-logo svg {
        width: 14rem;
        height: auto;
    }
}

.lp-navbar-logo svg g {
    transition: fill 0.4s;
}

.lp-navbar.-inverse:not(.-open) .lp-navbar-logo svg g:nth-child(1) {
    fill: #fff;
}

.lp-navbar.-inverse:not(.-open) .lp-navbar-logo svg g:nth-child(2) {
    fill: #fff;
}

.lp-navbar-toggle {
    position: fixed;
    top: calc(0% - -25px);
    right: 2.5rem;
    width: 2.4rem;
    height: 1rem;
    z-index: 99;
}

@media (min-width: 768px) {
    .lp-navbar-toggle {
        display: none;
    }

    .lp-loader {
        display: none;
    }

}

.lp-navbar.-fixed .lp-navbar-toggle {
    color: #fff;
   
}

.lp-navbar-backdrop {
    display: inline;
    transform: translateX(100%);
}

@media (max-width: 767px) {
    .lp-navbar-backdrop {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 100vh;
        z-index: 98;
        background: #fff;
        pointer-events: none;
        visibility: hidden;
        transition: transform 0.8s cubic-bezier(0.35, 0, 0, 1), visibility 0s 1s;
    }

    @supports (height: 100lvh) {
        .lp-navbar-backdrop {
            height: 100lvh;
        }
    }

    .lp-navbar.-open .lp-navbar-backdrop {
        transform: translateX(0);
        pointer-events: auto;
        visibility: visible;
        transition-delay: 0s, 0s, 0s;
    }
}

.lp-navbar-menu {
    display: inline;
    transform: translateX(100%);
}

@media (max-width: 767px) {
    .lp-navbar-menu {
        display: block;
        position: fixed;
        top: 7rem;
        left: 0;
        right: 0;
        height: calc(100vh - 7rem);
        padding: 5rem 2rem 0 2rem;
        z-index: 98;
        overflow: auto;
        scroll-behavior: smooth;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        transition: transform 0.75s cubic-bezier(0.35, 0, 0, 1), opacity 0.8s, visibility 0s 0.4s;
    }

    @supports (height: 100lvh) {
        .lp-navbar-menu {
            height: calc(100lvh - 7rem);
        }
    }

    .lp-navbar.-open .lp-navbar-menu {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transition: transform 0.85s cubic-bezier(0.35, 0, 0, 1), opacity 0.8s;
    }
}

@media (min-width: 768px) {
    .lp-navbar-navs {
        position: fixed;
        top: 2rem;
        left: 50%;
        padding: 1.6rem 1rem;
        transform: translateX(-50%);
        z-index: 99;
        color: #27313f;
        background-color: rgba(255, 255, 255, 0.45);
        border-radius: 10rem;
        -webkit-backdrop-filter: blur(7.5px);
        backdrop-filter: blur(7.5px);
        transition: background-color 0.4s, transform 0.4s;
    }

    .lp-navbar.-inverse .lp-navbar-navs,
    .lp-navbar.-inverse-half .lp-navbar-navs {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.15);
    }

    .lp-navbar.-inverse-half .lp-navbar-navs {
        color: #fff;
    }

    .lp-navbar.-hidden .lp-navbar-navs {
        transform: translateX(-50%) translateY(calc(-100% - 2rem));
    }
}

.lp-navbar-nav {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (max-width: 767px) {
    .lp-navbar-nav {
        padding: 1.75rem 0;
    }
}

@media (min-width: 768px) {
    .lp-navbar-nav {
        display: inline-block;
    }
}

.lp-navbar-nav-toggle {
    text-decoration: none;
}

@media (max-width: 767px) {
    .lp-navbar-nav-toggle {
        display: block;
        font-size: 3rem;
        line-height: 110%;
        letter-spacing: -0.02em;
    }

    .lp-navbar-nav-toggle:after {
        content: "";
        position: relative;
        display: inline-block;
        top: 0.35em;
        right: 0.1em;
        height: 0.3em;
        width: 0.3em;
        float: right;
        transform: rotate(-225deg);
        border-style: solid;
        border-width: 0.05em 0.05em 0 0;
        border-radius: 0 0.11em 0 0;
        transition: transform 0.4s;
    }

    .lp-navbar-nav.-active .lp-navbar-nav-toggle:after,
    .lp-navbar-nav.-visible .lp-navbar-nav-toggle:after,
    .lp-navbar.-open .lp-navbar-toggle button.lp-navbar-nav .lp-navbar-nav-toggle:after {
        transform: rotate(-45deg) translate(-30%, 30%);
    }
}

@media (min-width: 768px) {
    .lp-navbar-nav-toggle {
        padding: 0 2rem;
        font-size: 1.8rem;
        font-weight: 600;
        transition: color 0.4s;
    }

    .lp-navbar-nav-toggle:hover,
    .lp-navbar-nav.-visible .lp-navbar-nav-toggle {
        color: #5233ed;
    }
}

@media (max-width: 767px) {
    .lp-navbar-nav-dropdown {
        display: none;
    }
}

@media (min-width: 768px) {
    .lp-navbar-nav-dropdown {
        position: absolute;
        top: 100%;
        left: 50%;
        width: -moz-max-content;
        width: max-content;
        min-width: 28.1rem;
        padding: 2.5rem 3rem;
        margin-top: 3.75rem;
        transform: translateX(-50%) scale(0.9);
        transform-origin: top center;
        will-change: transform;
        opacity: 0;
        background: #fff;
        box-shadow: 0 4px 24px 0 rgba(16, 16, 42, 0.05);
        border-radius: 2rem;
        visibility: hidden;
        transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s, visibility 0s 0.3s;
    }

    .lp-navbar-nav-dropdown:before {
        content: "";
        display: block;
        position: absolute;
        top: -3.75rem;
        left: 0;
        right: 0;
        height: 3.75rem;
    }

    .lp-navbar-nav-dropdown.-lg {
        min-width: 31.1rem;
    }
}

@keyframes lp-navbar-menu-dropdown-in {
    0% {
        transform: translateY(0.5rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 767px) {

    .lp-navbar-nav.-active .lp-navbar-nav-dropdown,
    .lp-navbar.-open .lp-navbar-toggle button.lp-navbar-nav .lp-navbar-nav-dropdown {
        display: block;
        padding: 3.5rem 0 1rem 0;
        animation: lp-navbar-menu-dropdown-in 0.7s backwards;
    }
}

@media (min-width: 768px) {
    .lp-navbar-nav.-visible .lp-navbar-nav-dropdown {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(0);
        transition-delay: 0s, 0s, 0s;
    }
}

@media (min-width: 768px) {
    .lp-navbar-nav-grid {
        display: flex;
    }
}

.lp-navbar-nav-grid-col {
    flex: 0 0 50%;
}

@media (max-width: 767px) {
    .lp-navbar-nav-grid-col.-right {
        padding-top: 3rem;
    }
}

.lp-navbar-nav-items {
    margin: -1.5rem 0;
}

.lp-navbar-nav-item {
    cursor: pointer;
    text-decoration: none;
    color: #000;
}

@media (max-width: 767px) {
    .lp-navbar-nav-item {
        display: block;
        padding: 1.25rem 0;
    }
}

@media (min-width: 768px) {
    .lp-navbar-nav-item {
        display: grid;
        grid-template-columns: 2rem auto;
        align-items: center;
        gap: 1rem;
        padding: 1rem 0;
        transition: opacity 0.3s;
    }
}

.lp-navbar-nav-item:hover {
    opacity: 0.7;
    color: #000;
}

.lp-navbar-nav-item.-active,
.lp-navbar.-open .lp-navbar-toggle button.lp-navbar-nav-item {
    opacity: 1;
    color: #5233ed;
}

.lp-navbar-nav-item-icon {
    display: none;
}

@media (min-width: 768px) {
    .lp-navbar-nav-item-icon {
        display: block;
        width: 2rem;
        height: 2rem;
        color: #5233ed;
    }
}

.lp-navbar-nav-item-icon svg {
    width: 100%;
    height: 100%;
}

.lp-navbar-nav-item-title {
    font-size: 1.8rem;
    line-height: 160%;
}

@media (max-width: 767px) {
    .lp-navbar-actions {
        display: grid;
      
        grid-template-columns: repeat(2, 1fr);
        margin: 4rem 0 4rem 0;
    }

    @supports (height: 100lvh) {
        .lp-navbar-actions {
            padding-bottom: calc(100lvh - 100svh);
        }
    }
}

@media (min-width: 768px) {
    .lp-navbar-actions {
        position: fixed;
        top: 2rem;
        right: 5rem;
        z-index: 99;
        display: grid;
        grid-auto-flow: column;
        gap: 0 1.2rem;
        align-items: center;
        color: #579BB7;
        transition: color 0.4s, transform 0.4s;
    }

    .lp-navbar.-inverse .lp-navbar-actions,
    .lp-navbar.-inverse-half .lp-navbar-actions {
        color: #fff;
    }

    .lp-navbar.-hidden .lp-navbar-actions {
        transform: translateY(calc(-100% - 2rem));
    }
}

@media (max-width: 767px) {

    .lp-navbar-action>a,
    .lp-navbar-action>button {
        width: 100%;
    }
}

.lp-navbar.-inverse .lp-navbar-logo svg {
    color: #fff;
}

.lp-navbar.-inverse .lp-navbar-logo svg g,
.lp-navbar.-inverse .lp-navbar-logo svg path {
    fill: #fff;
}

.lp-btn_close,
.lp-btn_cta,
.lp-btn_dummy,
.lp-btn_extra,
.lp-btn_link,
.lp-btn_menu,
.lp-btn_more {
    position: relative;
    display: inline-block;
    height: auto;
    margin: 0;
    padding: 0;
    color: inherit;
    background: 0 0;
    border: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-align: inherit;
    text-transform: inherit;
    text-indent: inherit;
    text-decoration: none;
}

.lp-btn_close:focus,
.lp-btn_close:hover,
.lp-btn_cta:focus,
.lp-btn_cta:hover,
.lp-btn_dummy:focus,
.lp-btn_dummy:hover,
.lp-btn_extra:focus,
.lp-btn_extra:hover,
.lp-btn_link:focus,
.lp-btn_link:hover,
.lp-btn_menu:focus,
.lp-btn_menu:hover,
.lp-btn_more:focus,
.lp-btn_more:hover {
    text-decoration: none;
}

.lp-btn_cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0 1.2rem;
    padding: 0 2.4rem;
    height: 6rem;
    overflow: hidden;
    color: currentColor;
    border-radius: 10rem;
    background: currentColor;
    font-size: 1.6rem;
    line-height: 130%;
    text-align: center;
    text-decoration: none;
    transform: translateZ(0);
}

.lp-service-text1 {

    font-size: 2rem;
}

.lp-service-text1 p {
    color: #171768;
    font-size: 2.4rem;
    letter-spacing: 0;
    line-height: 27px;
    margin: 2.4rem 0 0;
}

@media (min-width: 768px) {
    .lp-btn_cta {
        gap: 0 1.4rem;
        padding: 0 3rem;
        height: 6.9rem;
        font-size: 1.8rem;
    }
}

.lp-btn_cta.-xs {
    padding: 0 1.5rem;
    height: 4.6rem;
    font-size: 1.4rem;
    line-height: 160%;
}

@media (min-width: 768px) {
    .lp-btn_cta.-xs {
        padding: 0 2.4rem;
        height: 5.6rem;
        font-size: 1.8rem;
        font-weight: 600;
    }
}

@media (min-width: 768px) {
    .lp-btn_cta.-sm {
        padding: 0 2.4rem;
        height: 5.6rem;
        font-size: 1.8rem;
        font-weight: 600;
    }
}

.lp-btn_cta.-full {
    width: 100%;
}

.lp-btn_cta.-tertiary {
    color: #fff;
    background: #579BB7;
}

.lp-btn_cta.-outline {
    color: currentColor;
    background: 0 0;
}

.lp-btn_cta.-outline:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.2;
    border: 1px solid;
    border-radius: inherit;
    transition: transform 0.5s;
}


.lp-btn_cta.-outline.-tertiary {
    color: #579BB7;
}

.lp-btn_cta.-outline.-tertiary:after {
    opacity: 0.5;
    border-color: #579BB7;
}

.lp-btn_cta:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.lp-btn_cta-ripple {
    display: block;
    position: absolute;
    top: -0.2px;
    left: -0.2px;
    right: -0.2px;
    bottom: -0.2px;
    z-index: 1;
    border-radius: inherit;
}

.lp-btn_cta-ripple span {
    display: block;
    width: 100%;
    height: 100%;
    transform: translateY(101%);
    background: #579BB7;
    border-radius: 50% 50% 0 0;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1), border-radius 0.5s cubic-bezier(0.4, 0, 0, 1);
}

.lp-btn_cta.-xs.-active .lp-btn_cta-ripple span,
.lp-navbar.-open .lp-navbar-toggle button.lp-btn_cta.-xs .lp-btn_cta-ripple span {
    border-radius: 0;
    transform: translateY(0);
    transition-duration: 0.5s, 0.9s;
}

.lp-btn_cta.-bg-tertiary .lp-btn_cta-ripple span {
    background: #579BB7;
}



.lp-btn_cta-title {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.lp-btn_cta-title span {
    display: block;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.lp-btn_cta-title span:after {
    content: attr(data-text);
    display: block;
    position: absolute;
    top: 120%;
    left: 0;
    color: #fff;
}

.lp-btn_cta.-xs.-active .lp-btn_cta-title span,
.lp-navbar.-open .lp-navbar-toggle button.lp-btn_cta.-xs .lp-btn_cta-title span {
    transform: translateY(-120%);
}


.lp-btn_cta-icon {
    position: relative;
    display: inline-block;
    z-index: 2;
    line-height: 1;
    transition: color 0.4s, transform 0.4s;
}

@media (max-width: 767px) {
    .lp-btn_cta-icon {
        display: none;
    }
}

.lp-btn_cta.-xs.-active .lp-btn_cta-icon,
.lp-navbar.-open .lp-navbar-toggle button.lp-btn_cta.-xs .lp-btn_cta-icon {
    color: #fff;
    transform: translateX(20%);
}



.lp-btn_cta-icon svg {
    vertical-align: top;
}


.lp-btn_menu.-active span,
.lp-navbar.-open .lp-navbar-toggle button.lp-btn_menu span {
    transition: top 0.15s, transform 0.3s 0.15s;
}

.lp-btn_menu.-active span:first-child,
.lp-navbar.-open .lp-navbar-toggle button.lp-btn_menu span:first-child {
    top: 0;
    transform: rotate(45deg);
}

.lp-btn_menu.-active span:last-child,
.lp-navbar.-open .lp-navbar-toggle button.lp-btn_menu span:last-child {
    top: 0;
    transform: rotate(-45deg);
}

.lp-btn_link {
    position: relative;
    color: currentColor;
    background-image: linear-gradient(transparent, transparent), linear-gradient(currentColor, currentColor);
    background-size: 100% 0.1rem, 0 0.1rem;
    background-position: 0 100%, 100% 100%;
    background-repeat: no-repeat;
    font-size: 2rem;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    transition: color ease-out 0.55s, background-size ease-out 0.55s;
}

@media (pointer: fine) {
    .lp-btn_link:hover {
        color: #579BB7;
        background-size: 0 0.1rem, 100% 0.1rem;
        background-position: 100% 100%, 0 100%;
    }
}

.lp-btn_more {
    display: inline-flex;
    align-items: center;
    gap: 0 1.2rem;
    color: currentColor;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 160%;
    text-decoration: none;
}

@media (min-width: 768px) {
    .lp-btn_more {
        font-size: 2rem;
    }
}

.lp-btn_more.-md {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 3.2rem;
}

.lp-btn_more.-tertiary {
    color: #579BB7;
}

.lp-btn_more-title {
    position: relative;
    background-image: linear-gradient(transparent, transparent), linear-gradient(currentColor, currentColor);
    background-size: 100% 0.1rem, 0 0.1rem;
    background-position: 0 100%, 100% 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s;
}

@media (pointer: fine) {
    .lp-btn_more:hover .lp-btn_more-title {
        background-size: 0 0.1rem, 100% 0.1rem;
        background-position: 100% 100%, 0 100%;
    }
}

.lp-btn_more-icon.-sm {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.2rem;
    height: 0.8rem;
    font-size: 1.2rem;
}

.lp-btn_more-icon.-lg {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.6rem;
    height: 3.6rem;
    color: #fff;
    background-color: #579BB7;
    border-radius: 50%;
    font-size: 1.2rem;
}

.lp-btn_more-icon.-xl {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7rem;
    height: 7rem;
    color: #fff;
    background-color: #579BB7;
    border-radius: 50%;
    font-size: 1.7rem;
}

.lp-btn_more-icon svg {
    vertical-align: top;
    transition: transform ease-out 0.25s;
}

@media (pointer: fine) {
    .lp-btn_more:hover .lp-btn_more-icon svg {
        transform: scale(1.2);
    }
}

.lp-btn_extra {
    padding: 0 0.85rem;
    color: #579BB7;
    font-size: 2rem;
    line-height: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .lp-btn_extra {
        width: 6.4rem;
        height: 6.4rem;
        margin: 0 0.2rem;
        color: #fff;
        border-radius: 50%;
        font-size: 2.4rem;
    }

    .lp-btn_extra:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #579BB7;
        border-radius: inherit;
        transition: transform 0.4s;
    }
}

.lp-btn_extra svg {
    position: relative;
}

@media (min-width: 768px) and (pointer: fine) {
    .lp-btn_extra:hover:before {
        transform: scale(0.9);
    }
}

@media (min-width: 768px) {
    .lp-btn_extra:active:before {
        transform: scale(0.85);
        transition-duration: 0.2s;
    }
}

.lp-btn_close {
    width: 2rem;
    height: 2rem;
}

.lp-btn_close:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
}

.lp-btn_close span {
    display: block;
    position: absolute;
    top: 1rem;
    left: 0;
    right: 0;
    height: min(1px, 1rem);
    width: 100%;
    transform: translateY(-50%) rotate(-45deg) scaleY(1.4) scaleX(1.414);
    background: currentColor;
    transition: transform 0.2s;
}

.lp-btn_close span:last-child {
    transform: translateY(-50%) rotate(45deg) scaleY(1.4) scaleX(1.414);
}

@media (pointer: fine) {
    .lp-btn_close:hover span:first-child {
        transform: translateY(-50%) rotate(-45deg) scaleY(1.4) scaleX(1.2);
    }

    .lp-btn_close:hover span:last-child {
        transform: translateY(-50%) rotate(45deg) scaleY(1.4) scaleX(1.2);
    }
}

.lp-input_underline {
    position: relative;
}

.lp-input_underline input {
    margin: 0;
    padding: 1.9rem 0;
    width: 100%;
    color: #000;
    background: 0 0;
    border: 0;
    border-bottom: 1px rgba(0, 0, 0, 0.15) solid;
    border-radius: 0;
    outline: 0;
    font-size: 2rem;
    line-height: 1;
    transition: border-color 0.4s;
}

.lp-input_underline input:-webkit-autofill,
.lp-input_underline input:-webkit-autofill:focus {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #000;
}

.lp-input_underline input:hover {
    border-bottom-color: rgba(0, 0, 0, 0.5);
}

.lp-input_underline input:focus {
    border-bottom-color: #000;
}

.lp-input_underline-icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #579BB7;
    font-size: 1.2rem;
    line-height: 0;
}

.lp-input_search {
    position: relative;
}

.lp-input_search input {
    margin: 0;
    padding: 0.8rem 0;
    width: 100%;
    color: #171768;
    background: 0 0;
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
    outline: 0;
    font-size: 1.6rem;
    line-height: 1;
    transition: border-bottom 0.4s;
}

@media (min-width: 768px) {
    .lp-input_search input {
        padding: 3rem 0;
        font-size: 3.2rem;
        font-weight: 500;
        letter-spacing: -0.02em;
    }
}

.lp-input_search input::-webkit-search-cancel-button,
.lp-input_search input::-webkit-search-decoration,
.lp-input_search input::-webkit-search-results-button,
.lp-input_search input::-webkit-search-results-decoration {
    display: none;
}

.lp-input_search input:hover {
    border-bottom-color: rgba(0, 0, 0, 0.5);
}

.lp-input_search input:focus {
    border-bottom-color: #000;
}

.lp-input_search input::-moz-placeholder {
    color: #171768;
}

.lp-input_search input::placeholder {
    color: #171768;
}

.lp-input_search input:invalid {
    box-shadow: none;
    outline: 0;
}

.lp-input_search-buttons {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin: 0 -0.85rem;
    z-index: 2;
}

@media (min-width: 768px) {
    .lp-input_search-buttons {
        margin: 0 -0.2rem;
    }
}

.lp-input_search-button {
    display: inline-block;
}

@media (min-width: 768px) {
    .lp-input_search-button {
        margin: 0 0.2rem;
    }
}

@media (min-width: 768px) {
    .lp-input_search-button.-filters {
        display: none;
    }
}

.lp-input_filter {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.lp-input_filter>input {
    position: absolute;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0;
}

.lp-input_filter-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.5rem;
    height: 4.6rem;
    transform: translateZ(0);
    overflow: hidden;
    color: currentColor;
    border-radius: 10rem;
    background: 0 0;
    font-size: 1.6rem;
    line-height: 130%;
    text-align: center;
    text-decoration: none;
}

@media (min-width: 768px) {
    .lp-input_filter-box {
        gap: 0 1.4rem;
        padding: 0 3rem;
        height: 6.9rem;
        font-size: 1.8rem;
    }
}

.lp-input_filter-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    opacity: 0.15;
    border: 1px solid;
    border-radius: inherit;
    transition: opacity 0.3s;
}

input:focus-visible~.lp-input_filter-box:after {
    opacity: 1;
}

@media (pointer: fine) {
    input:hover~.lp-input_filter-box:after {
        opacity: 0.5;
    }
}

.lp-input_filter-ripple {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    transform: translateZ(0);
    border-radius: inherit;
}

.lp-input_filter-ripple span {
    display: block;
    width: 100%;
    height: 100%;
    transform: translateY(101%);
    background: #579BB7;
    border-radius: 50% 50% 0 0;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1), border-radius 0.5s cubic-bezier(0.4, 0, 0, 1);
}

input:checked~.lp-input_filter-box .lp-input_filter-ripple span {
    border-radius: 0;
    transform: translateY(0);
    transition-duration: 0.5s, 0.9s;
}

.lp-input_filter-title {
    position: relative;
    z-index: 2;
    overflow: hidden;
    transform: translateZ(0);
}

.lp-input_filter-title span {
    display: block;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.lp-input_filter-title span:after {
    content: attr(data-text);
    display: block;
    position: absolute;
    top: 120%;
    left: 0;
    color: #fff;
}

input:checked~.lp-input_filter-box .lp-input_filter-title span {
    transform: translateY(-120%);
}

.lp-modal_box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 200;
    overflow: hidden;
    pointer-events: none;
}

@media (min-width: 768px) {
    .lp-modal_box {
        align-items: center;
        justify-content: center;
    }
}

.lp-modal_box.-show {
    display: flex;
}

.lp-modal_box.-visible {
    pointer-events: auto;
}

.lp-modal_box-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.8);
    transition: opacity 0.4s;
}

@media (min-width: 768px) {
    .lp-modal_box-backdrop {
        display: block;
    }
}

.lp-modal_box.-visible .lp-modal_box-backdrop {
    opacity: 1;
}

.lp-modal_box-close {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0;
    transition: opacity 0.2s;
}

@media (min-width: 768px) {
    .lp-modal_box-close {
        top: 30px;
        right: 30px;
    }
}

.lp-modal_box.-visible .lp-modal_box-close {
    opacity: 1;
}

.lp-modal_box-dialog {
    width: 100%;
    transform: scale(0.9);
    overflow: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    opacity: 0;
    background: #fff;
    transition: opacity 0.4s, transform 0.4s;
}

@media (min-width: 768px) {
    .lp-modal_box-dialog {
        width: 560px;
        border-radius: 10px;
    }
}

.lp-modal_box-dialog::-webkit-scrollbar {
    display: none;
}

.lp-modal_box.-visible .lp-modal_box-dialog {
    opacity: 1;
    transform: translateX(0);
}

@media (max-width: 767px) {
    .lp-modal_stealth {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 100vh;
        z-index: 200;
        transform: scale(0.8);
        overflow: auto;
        scroll-behavior: smooth;
        opacity: 0;
        background: #fff;
        transition: opacity 0.4s, transform 0.4s;
    }

    @supports (height: 100lvh) {
        .lp-modal_stealth {
            height: 100lvh;
        }
    }

    .lp-modal_stealth.-show {
        display: block;
    }

    .lp-modal_stealth.-visible {
        opacity: 1;
        transform: scale(1);
        transition: opacity 0.4s, transform 0.4s;
    }
}

.lp-modal_stealth-close {
    display: none;
}

@media (max-width: 767px) {
    .lp-modal_stealth-close {
        display: block;
        position: absolute;
        top: 2.5rem;
        right: 2.5rem;
        z-index: 10;
        line-height: 1;
    }
}

@media (max-width: 767px) {
    .lp-modal_stealth-content {
        padding: 1.9rem 2.5rem;
    }
}

.lp-modal_stealth-action {
    display: none;
}

@media (max-width: 767px) {
    .lp-modal_stealth-action {
        display: block;
        padding: 5rem 2.5rem 0 2.5rem;
    }
}

.lp-footer {
    position: relative;
    color: #fff;
    background-color: #09090a;
}

.lp-footer-content {
    padding: 6rem 0;
}

@media (min-width: 768px) {
    .lp-footer-content {
        padding: 11.3rem 0;
    }
}

.lp-footer-grid {
    display: grid;
    gap: 4rem 0;
}

@media (min-width: 768px) {
    .lp-footer-grid {
        grid-template-columns: 47rem 1fr;
        gap: 0;
        align-items: flex-start;
    }
}

@media (min-width: 768px) {
    .lp-footer-grid-col.-logo {
        width: 47rem;
    }
}

.lp-footer-grid-col.-social {
    order: 3;
}

@media (min-width: 768px) {
    .lp-footer-grid-col.-social {
        position: absolute;
        bottom: 11.3rem;
    }
}

.lp-footer-grid-col.-nav {
    max-width: 27rem;
}

@media (min-width: 768px) {
    .lp-footer-grid-col.-nav {
        width: 100%;
        max-width: none;
    }
}

.lp-footer-logo {
    position: relative;
    display: block;
    width: 18rem;
}

.lp-footer-logo svg {
    width: 100%;
    color: #fff;
}

.lp-footer-logo svg g,
.lp-footer-logo svg path {
    fill: #fff;
}

.lp-footer-logo .lp-logo-circles {
    fill: #fff;
    transition: fill ease-out 0.25s;
}

.lp-footer-logo:hover .lp-logo-circles {
    fill: #2e4398;
}

.lp-footer-title {
    color: #ededed;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: normal;
}

@media (min-width: 768px) {
    .lp-footer-title {
        font-size: 2.4rem;
        font-weight: 700;
    }
}

.lp-footer-items {
    position: relative;
    display: grid;
    gap: 4rem 0;
}

@media (min-width: 768px) {
    .lp-footer-items {
        grid-template-columns: repeat(3, 1fr);
        gap: 8rem;
        width: 100%;
    }
}

.lp-footer-navs {
    position: relative;
    margin: 2rem 0 0;
}

.lp-footer-nav {
    margin: 1.5rem 0 0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.lp-footer-nav:first-child {
    margin: 0;
}

@media (min-width: 768px) {
    .lp-footer-nav {
        margin: 2rem 0 0;
        font-size: 2rem;
    }
}

.lp-footer-nav a {
    position: relative;
    color: rgba(237, 237, 237, 0.7);
    background-image: linear-gradient(transparent, transparent), linear-gradient(rgba(237, 237, 237, 0.7), rgba(237, 237, 237, 0.7));
    background-size: 100% 0.1rem, 0 0.1rem;
    background-position: 0 100%, 100% 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    transition: color ease-out 0.55s, background-size ease-out 0.55s;
}

.lp-footer-nav a:hover {
    color: #ededed;
    background-size: 0 0.1rem, 100% 0.1rem;
    background-position: 100% 100%, 0 100%;
}

.lp-footer-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin: 0 3rem 0 0;
    font-size: 3rem;
    transition: color 0.4s;
}

.lp-footer-social:last-child {
    margin: 0;
}

.lp-footer-social:hover {
    color: rgba(255, 255, 255, 0.6);
}

.lp-footer-copy {
    margin: 2.5rem 0 0;
    color: rgba(237, 237, 237, 0.7);
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
}

.lp-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 250;
    color: #579BB7;
    contain: layout style size;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s, color 0.4s;
}

.lp-cursor:before {
    content: "";
    position: absolute;
    top: -24px;
    left: -24px;
    display: block;
    width: 48px;
    height: 48px;
    transform: scale(0.2);
    background: currentColor;
    border-radius: 50%;
    transition: transform 0.25s ease-in-out, opacity 0.1s;
}

.lp-cursor.-inverse {
    color: #adcc12;
}

@supports (mix-blend-mode: exclusion) {
    .lp-cursor.-exclusion {
        mix-blend-mode: exclusion;
    }

    .lp-cursor.-exclusion:before {
        background: #adcc12;
    }
}

.lp-cursor.-pointer:before {
    transform: scale(0.15);
}

.lp-cursor.-text {
    opacity: 1;
}

.lp-cursor.-text:before {
    opacity: 0.85;
    background-color: #579BB7;
    transform: scale(1.7);
}

.lp-cursor.-text.-active:before,
.lp-navbar.-open .lp-navbar-toggle button.lp-cursor.-text:before {
    transform: scale(1.6);
    transition-duration: 0.2s;
}

.lp-cursor.-icon:before {
    transform: scale(1.5);
}

.lp-cursor.-icon.-active:before,
.lp-navbar.-open .lp-navbar-toggle button.lp-cursor.-icon:before {
    transform: scale(1.4);
}

.lp-cursor.-hidden:before {
    transform: scale(0);
}

.lp-cursor-text {
    position: absolute;
    top: -18px;
    left: -18px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0) rotate(10deg);
    opacity: 0;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    transition: opacity 0.4s, transform 0.3s;
}

.lp-cursor.-icon .lp-cursor-text,
.lp-cursor.-text .lp-cursor-text {
    opacity: 1;
    transform: scale(1);
}

.lp-form-hero {
    position: relative;
    background-color: #f5f8ff;
    position: relative;
    overflow: hidden;
}

.lp-form-hero-bg {
    display: none;
}

@media (min-width: 768px) {
    .lp-form-hero-bg {
        display: block;
    }
}

.lp-form-hero-bg-scene {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.65;
}

.lp-form-hero-content {
    padding: 6rem 0 0 0;
}

@media (min-width: 768px) {
    .lp-form-hero-content {
        padding: 2rem 0 0 0;
    }
}

.lp-form-hero-container {
    padding: 0;
}

@media (min-width: 768px) {
    .lp-form-hero-container {
        padding: 10px 16rem;
    }
}

.lp-form-hero-grid {
    position: relative;
    display: grid;
    left: 0;
    gap: 0.5rem 0;
    margin: 4.8rem 0 0;
    width: 100%;
}

@media (min-width: 768px) {
    .lp-form-hero-grid {
        left: 0;
        gap: 0 3.4rem;
        grid-template-columns: repeat(2, calc(50% - 1.7rem));
        width: 100%;
        margin: 10rem 0 0;
    }
}

.lp-form-hero-grid-col {
    position: relative;
    padding: 5rem 3rem;
    border-radius: 0;
}

@media (min-width: 768px) {
    .lp-form-hero-grid-col {
        padding: 9rem 6rem;
        border-radius: 2.5rem;
    }
}

.lp-form-hero-grid-col.-left {
    display: flex;
    align-items: center;
    order: 2;
    background-color: #fff;
    color: #171768;
}

@media (min-width: 768px) {
    .lp-form-hero-grid-col.-left {
        order: 1;
        background-color: #000;
        color: #fff;
    }
}

.lp-form-hero-grid-col.-right {
    order: 1;
    overflow: hidden;
    background-color: #000;
    background-image: url(../backgrounds/bg-form-mobile.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: -15rem;
    border-radius: 0;
}

@media (min-width: 768px) {
    .lp-form-hero-grid-col.-right {
        order: 2;
        border-radius: 2.5rem;
        background-color: #fff;
        background-image: none;
    }
}

.lp-form-hero-grid-col.-right h3 {
    margin-bottom: 1.063rem;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #fff;
}

@media (min-width: 768px) {
    .lp-form-hero-grid-col.-right h3 {
        margin-bottom: 3.063rem;
        color: #171768;
        font-size: 3rem;
    }
}

.lp-form-hero-grid-col.-right h2.mobile-only {
    margin-bottom: 2.63rem;
    display: block;
    color: #b3aedf;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}

@media (min-width: 768px) {
    .lp-form-hero-grid-col.-right h2.mobile-only {
        display: none;
    }
}

.lp-form-hero-box.-primary h2.desktop-only {
    display: none;
}

@media (min-width: 768px) {
    .lp-form-hero-box.-primary h2.desktop-only {
        display: block;
    }
}

.lp-form-hero-box p {
    margin-bottom: 2.438rem;
}

.lp-form-hero-box p,
.lp-form-hero-box span {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

@media (min-width: 768px) {

    .lp-form-hero-box p,
    .lp-form-hero-box span {
        font-size: 2rem;
    }
}

.lp-form-hero-box ul:not(.hs-error-msgs) {
    margin: 0;
    padding-left: 0;
}

.lp-form-hero-box ul:not(.hs-error-msgs) li {
    display: flex;
    align-items: center;
    margin-bottom: 2.438rem;
    padding: 0.625rem 1.25rem;
    list-style-type: none;
    border-radius: 2.5rem;
    border: 2px solid #63b3ff;
}

.lp-form-hero-box ul:not(.hs-error-msgs) li .icon-checkmark {
    margin-right: 1.25rem;
    display: block;
    width: 46px;
    height: 24px;
    background: transparent url(../lists/icon-checkmark-purple.svg) no-repeat 6px 3px;
    background-size: 60%;
}

@media (min-width: 768px) {
    .lp-form-hero-box ul:not(.hs-error-msgs) li .icon-checkmark {
        width: 26px;
        height: 19px;
        background: transparent url(../lists/icon-checkmark-blue.svg) no-repeat 0 0;
    }
}

.lp-form-hero-box ul:not(.hs-error-msgs) li div {
    display: flex;
    flex-direction: column;
}

.lp-form-hero-box ul:not(.hs-error-msgs) li div span:nth-of-type(2) {
    font-weight: 200;
}

.lp-form-hero-title h1 {
    margin-bottom: 1.25rem;
    font-size: 3.375rem;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -2.1px;
}

@media (min-width: 768px) {
    .lp-form-hero-title h1 {
        margin-bottom: 0;
        font-size: 6.95rem;
    }
}

.lp-form-hero-title h2 {
    color: #dce6ff;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    color: #171768;
}

@media (min-width: 768px) {
    .lp-form-hero-title h2 {
        margin-bottom: 4.25rem;
        color: #dce6ff;
        font-size: 2.75rem;
    }
}

@media (min-width: 768px) {
    .lp-form-hero-title {
        padding: 0 6rem 0 0;
        font-size: 6rem;
        letter-spacing: -0.12rem;
    }
}

.lp-form-hero .hs-form .hs-form-field {
    position: relative;
    margin-bottom: 4rem;
}

@media (min-width: 768px) {
    .lp-form-hero .hs-form .hs-form-field {
        margin-bottom: 7rem;
    }
}

.lp-form-hero .hs-form .hs-form-field .input {
    position: relative;
}

.lp-form-hero .hs-form .hs-form-field .input input:focus~label,
.lp-form-hero .hs-form .hs-form-field .input input:not([value=""])~label,
.lp-form-hero .hs-form .hs-form-field .input select:focus~label,
.lp-form-hero .hs-form .hs-form-field .input select:not([value=""])~label,
.lp-form-hero .hs-form .hs-form-field .input textarea:focus~label,
.lp-form-hero .hs-form .hs-form-field .input textarea:not([value=""])~label {
    top: -2.525rem;
    left: 1rem;
    color: #579BB7;
    font-size: 0.75rem;
    background-color: #000;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width: 768px) {

    .lp-form-hero .hs-form .hs-form-field .input input:focus~label,
    .lp-form-hero .hs-form .hs-form-field .input input:not([value=""])~label,
    .lp-form-hero .hs-form .hs-form-field .input select:focus~label,
    .lp-form-hero .hs-form .hs-form-field .input select:not([value=""])~label,
    .lp-form-hero .hs-form .hs-form-field .input textarea:focus~label,
    .lp-form-hero .hs-form .hs-form-field .input textarea:not([value=""])~label {
        color: #579BB7;
        background-color: #fff;
    }
}

.lp-form-hero .hs-form .hs-form-field .input input:focus~label span,
.lp-form-hero .hs-form .hs-form-field .input input:not([value=""])~label span,
.lp-form-hero .hs-form .hs-form-field .input select:focus~label span,
.lp-form-hero .hs-form .hs-form-field .input select:not([value=""])~label span,
.lp-form-hero .hs-form .hs-form-field .input textarea:focus~label span,
.lp-form-hero .hs-form .hs-form-field .input textarea:not([value=""])~label span {
    font-size: 1rem;
}

@media (min-width: 768px) {

    .lp-form-hero .hs-form .hs-form-field .input input:focus~label span,
    .lp-form-hero .hs-form .hs-form-field .input input:not([value=""])~label span,
    .lp-form-hero .hs-form .hs-form-field .input select:focus~label span,
    .lp-form-hero .hs-form .hs-form-field .input select:not([value=""])~label span,
    .lp-form-hero .hs-form .hs-form-field .input textarea:focus~label span,
    .lp-form-hero .hs-form .hs-form-field .input textarea:not([value=""])~label span {
        font-size: 1.5rem;
    }
}

.lp-form-hero .hs-form .hs-form-field .input input:focus,
.lp-form-hero .hs-form .hs-form-field .input textarea:focus {
    outline: 0;
    border: 2px solid #dce6ff;
}

@media (min-width: 768px) {

    .lp-form-hero .hs-form .hs-form-field .input input:focus,
    .lp-form-hero .hs-form .hs-form-field .input textarea:focus {
        border: 2px solid #579BB7;
    }
}

.lp-form-hero .hs-form .hs-input {
    position: relative;
    padding: 0.625rem 0.625rem 0.625rem 0;
    width: 100%;
    min-height: 39px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #dce6ff;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    font-size: 2rem;
}

@media (min-width: 768px) {
    .lp-form-hero .hs-form .hs-input {
        color: #000;
        border-bottom: 1px solid #579BB7;
    }
}

.lp-form-hero .hs-form .hs-input:focus {
    border-radius: 0;
}

.lp-form-hero .hs-form .hs-input:-webkit-autofill,
.lp-form-hero .hs-form .hs-input:-webkit-autofill:active,
.lp-form-hero .hs-form .hs-input:-webkit-autofill:focus,
.lp-form-hero .hs-form .hs-input:-webkit-autofill:hover {
    box-shadow: 0 0 0 1000px #000 inset;
}

@media (min-width: 768px) {

    .lp-form-hero .hs-form .hs-input:-webkit-autofill,
    .lp-form-hero .hs-form .hs-input:-webkit-autofill:active,
    .lp-form-hero .hs-form .hs-input:-webkit-autofill:focus,
    .lp-form-hero .hs-form .hs-input:-webkit-autofill:hover {
        box-shadow: 0 0 0 1000px #fff inset;
    }
}

.lp-form-hero .hs-form .hs-input.error {
    border-bottom: 1px solid #ff4c4c;
}

.lp-form-hero .hs-form label:not(.hs-error-msg) {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.625rem 0;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #b8bfd1;
    pointer-events: none;
    transition: 0.5s;
}

@media (min-width: 768px) {
    .lp-form-hero .hs-form label:not(.hs-error-msg) {
        color: #959595;
    }
}

.lp-form-hero .hs-form label:not(.hs-error-msg) .hs-form-required {
    display: none;
}

.lp-form-hero .hs-form .hs-fieldtype-textarea {
    min-height: 60px;
    background-color: #f4f4f4;
    border: 0;
    color: #000;
}

.lp-form-hero .hs-form .hs-submit .actions {
    display: flex;
}

.lp-form-hero .hs-form .hs-submit .actions .hs-button {
    position: relative;
    margin-left: auto;
    display: flex;
    padding: 2.25rem 4.875rem;
    justify-content: center;
    align-items: center;
    border-radius: 6.25rem;
    background-color: #579BB7;
    color: #fff;
    font-family: Manrope;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 0;
    box-shadow: none;
    cursor: pointer;
}

.lp-form-hero .hs-form .hs-submit .actions .hs-button:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "sdsdsds";
    width: 20px;
    height: 20px;
    background: transparent url(../buttons/arrow-right.svg) no-repeat 0 0;
}

@media (min-width: 768px) {
    .lp-form-hero .hs-form .hs-submit .actions .hs-button {
        font-size: 2.425rem;
    }
}

.lp-form-hero .hs-form .hs-submit .actions .hs-button:before {
    position: absolute;
    content: "";
    left: -10%;
    top: -110%;
    width: 120%;
    height: 0;
    padding-bottom: 140%;
    background: #171768;
    border-radius: 50%;
    transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
}

.lp-form-hero .hs-form .hs-submit .actions .hs-button:hover:before {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transition: transform cubic-bezier(0.1, 0, 0.3, 1) 0.5s;
}

.lp-form-hero .hs-form .hs-submit .actions .hs-button:after {
    position: absolute;
    content: "";
    top: -0.1rem;
    left: 0;
    width: 100%;
    height: 100%;
    background: #171768;
    transform: translate3d(0, -100%, 0);
    transition: transform cubic-bezier(0.1, 0, 0.3, 1) 0.3s;
}

.lp-form-hero .hs-form .hs-submit .actions .hs-button:hover:after {
    transform: translate3d(0, 0, 0);
    transition-duration: 50ms;
    transition-delay: 0.5s;
    transition-timing-function: linear;
}

@keyframes btn-movescaleup {
    to {
        transform: translate3d(0, -55%, 0) scale3d(1, 1.5, 1);
        opacity: 0;
    }
}

@keyframes btn-movescaleupend {
    from {
        transform: translate3d(0, 55%, 0) scale3d(1, 1.5, 1);
        opacity: 0;
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.lp-form-hero .hs-form .hs-error-msgs {
    padding-left: 0;
}

.lp-form-hero .hs-form .hs-error-msgs li {
    font-size: 1.5rem;
    color: #ff4c4c;
    list-style-type: none;
}

@media (min-width: 768px) {
    .lp-form-hero .hs-form .hs-error-msgs li {
        font-size: 2rem;
    }
}

.lp-form-hero .hs-form .hs_error_rollup {
    display: none;
}

.lp-form-hero .lp-logoreel {
    margin-top: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #f2f5fe 45%);
}

@media (min-width: 768px) {
    .lp-form-hero .lp-logoreel {
        margin-top: 4rem;
    }
}

.lp-form-hero.access-api-docs .lp-form-hero-grid-col.-left {
    padding-top: 5rem;
    background-color: #000;
}

@media (min-width: 768px) {
    .lp-form-hero.access-api-docs .lp-form-hero-grid-col.-left {
        padding-top: 0;
        background-color: transparent;
    }
}

.lp-form-hero.access-api-docs .lp-form-hero-grid-col.-right {
    padding-top: 0;
    background-color: transparent;
}

@media (min-width: 768px) {
    .lp-form-hero.access-api-docs .lp-form-hero-grid-col.-right {
        padding-top: 9rem;
        background-color: #fff;
    }
}

.lp-form-hero.access-api-docs .lp-form-hero-box h3 {
    margin-bottom: 3rem;
    color: #171768;
}

.lp-form-hero.access-api-docs .lp-form-hero-title h1 {
    color: #fff;
}

@media (min-width: 768px) {
    .lp-form-hero.access-api-docs .lp-form-hero-title h1 {
        margin-bottom: 3.2rem;
        color: #171768;
    }
}

.lp-form-hero.access-api-docs .lp-form-hero-title h2 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    color: #fff;
}

@media (min-width: 768px) {
    .lp-form-hero.access-api-docs .lp-form-hero-title h2 {
        margin-bottom: 4.5rem;
        font-size: 2.75rem;
        font-weight: 600;
        color: #171768;
    }
}

.lp-form-hero.access-api-docs .lp-form-hero-caption p {
    color: #fff;
    font-family: Manrope;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 156.407%;
}

@media (min-width: 768px) {
    .lp-form-hero.access-api-docs .lp-form-hero-caption p {
        margin-bottom: 4.5rem;
        font-size: 2.25rem;
        color: #171768;
    }
}

.lp-form-hero.access-api-docs .lp-form-hero-text ul li {
    padding: 0;
    border: 0;
    border-radius: 0;
}

@media (min-width: 768px) {
    .lp-form-hero.access-api-docs .lp-form-hero-text ul li {
        margin-bottom: 4.5rem;
    }
}

.lp-form-hero.access-api-docs .lp-form-hero-text ul li .icon-checkmark {
    background: transparent url(../lists/icon-checkmark-blue.svg) no-repeat 6px 3px;
}

@media (min-width: 768px) {
    .lp-form-hero.access-api-docs .lp-form-hero-text ul li .icon-checkmark {
        background: transparent url(../lists/icon-checkmark-purple.svg) no-repeat 0 0;
    }
}

.lp-form-hero.access-api-docs .lp-form-hero-text ul li span {
    color: #fff;
}

@media (min-width: 768px) {
    .lp-form-hero.access-api-docs .lp-form-hero-text ul li span {
        font-size: 2rem;
        color: #171768;
    }
}

.lp-form-hero.access-api-docs .lp-form-hero-text ul li:last-of-type {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .lp-form-hero.access-api-docs .lp-form-hero-text ul li:last-of-type {
        margin-bottom: 4.5rem;
    }
}

.lp-form-hero.access-api-docs .lp-form-hero-text p {
    display: none;
}

@media (min-width: 768px) {
    .lp-form-hero.access-api-docs .lp-form-hero-text p {
        display: block;
        font-size: 2rem;
        color: #171768;
    }
}

.lp-form-hero.access-api-docs .hs-form .hs-form-field .input input:focus~label,
.lp-form-hero.access-api-docs .hs-form .hs-form-field .input input:not([value=""])~label,
.lp-form-hero.access-api-docs .hs-form .hs-form-field .input select:focus~label,
.lp-form-hero.access-api-docs .hs-form .hs-form-field .input select:not([value=""])~label,
.lp-form-hero.access-api-docs .hs-form .hs-form-field .input textarea:focus~label,
.lp-form-hero.access-api-docs .hs-form .hs-form-field .input textarea:not([value=""])~label {
    background-color: transparent;
    color: #171768;
}

@media (min-width: 768px) {

    .lp-form-hero.access-api-docs .hs-form .hs-form-field .input input:focus~label,
    .lp-form-hero.access-api-docs .hs-form .hs-form-field .input input:not([value=""])~label,
    .lp-form-hero.access-api-docs .hs-form .hs-form-field .input select:focus~label,
    .lp-form-hero.access-api-docs .hs-form .hs-form-field .input select:not([value=""])~label,
    .lp-form-hero.access-api-docs .hs-form .hs-form-field .input textarea:focus~label,
    .lp-form-hero.access-api-docs .hs-form .hs-form-field .input textarea:not([value=""])~label {
        color: #171768;
        background-color: #fff;
    }
}

.lp-form-hero.access-api-docs .hs-form .hs-form-field .input input:focus,
.lp-form-hero.access-api-docs .hs-form .hs-form-field .input textarea:focus {
    outline: 0;
    border: 2px solid #171768;
}

@media (min-width: 768px) {

    .lp-form-hero.access-api-docs .hs-form .hs-form-field .input input:focus,
    .lp-form-hero.access-api-docs .hs-form .hs-form-field .input textarea:focus {
        border: 2px solid #171768;
    }
}

.lp-form-hero.access-api-docs .hs-form .hs-input {
    border-bottom: 1px solid #171768;
    color: #000;
}

@media (min-width: 768px) {
    .lp-form-hero.access-api-docs .hs-form .hs-input {
        color: #000;
        border-bottom: 1px solid #171768;
    }
}

.lp-form-hero.access-api-docs .hs-form .hs-input:focus {
    border-radius: 0;
}

.lp-form-hero.access-api-docs .hs-form .hs-input:-webkit-autofill,
.lp-form-hero.access-api-docs .hs-form .hs-input:-webkit-autofill:active,
.lp-form-hero.access-api-docs .hs-form .hs-input:-webkit-autofill:focus,
.lp-form-hero.access-api-docs .hs-form .hs-input:-webkit-autofill:hover {
    box-shadow: 0 0 0 1000px #fff inset;
}

.lp-form-hero.access-api-docs .hs-form .hs-input.error {
    border-bottom: 1px solid #ff4c4c;
}

.lp-form-hero.access-api-docs .hs-form label:not(.hs-error-msg) {
    color: #b8bfd1;
}

@media (min-width: 768px) {
    .lp-form-hero.access-api-docs .hs-form label:not(.hs-error-msg) {
        color: #959595;
    }
}

.lp-form-hero.access-api-docs .hs-form label:not(.hs-error-msg) .hs-form-required {
    display: none;
}

.lp-form-hero.access-api-docs .hs-form .hs-fieldtype-textarea {
    background-color: #fff;
    color: #000;
}

.lp-compliance-logos {
    position: relative;
}

.lp-compliance-logos-header {
    padding: 0 2rem;
    font-size: 2rem;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.06rem;
    text-align: center;
}

@media (min-width: 768px) {
    .lp-compliance-logos-header {
        padding: 0 34rem;
        font-size: 3rem;
        letter-spacing: -0.14rem;
    }
}

.lp-compliance-logos-flex {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.lp-compliance-logos-flex img {
    margin: 2rem;
    max-width: 70px;
}

@media (min-width: 768px) {
    .lp-compliance-logos-flex img {
        margin: 6rem;
        max-width: 145px;
    }
}

.lp-latest-blogs {
    position: relative;
    overflow: hidden;
}

.lp-latest-blogs-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 0;
}

@media (min-width: 768px) {
    .lp-latest-blogs-content {
        padding: 10rem 0 11.6rem;
    }
}

.lp-latest-blogs-body {
    width: 100%;
}

.lp-latest-blogs-scene-bg {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

.lp-latest-blogs-scene-bg img {
    display: none;
    width: 100%;
    height: 100%;
    -o-object-position: center bottom;
    object-position: center bottom;
    -o-object-fit: cover;
    object-fit: cover;
}

.lp-latest-blogs-header {
    position: relative;
    color: #171768;
    font-size: 3.6rem;
    letter-spacing: -0.072rem;
    text-align: center;
}

@media (min-width: 768px) {
    .lp-latest-blogs-header {
        font-size: 8rem;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -0.24rem;
    }
}

.lp-latest-blogs-grid {
    position: relative;
    display: flex;
    left: 0;
    margin: 4.8rem 0 0;
    width: 100%;
}

@media (min-width: 768px) {
    .lp-latest-blogs-grid {
        left: 0;
        width: 100%;
        margin: 10rem 0 0;
    }
}

@media (max-width: 1023px) {
    .lp-latest-blogs-grid {
        flex-wrap: wrap;
    }
}

.lp-latest-blogs-grid-col {
    position: relative;
    padding: 2rem 0;
    border-radius: 0;
}

@media (min-width: 768px) {
    .lp-latest-blogs-grid-col {
        padding: 9rem 6rem;
        border-radius: 2.5rem;
        max-width: 240px;
    }
}

.lp-latest-blogs-grid-col picture {
    display: block;
    margin-bottom: 2rem;
}

.lp-latest-blogs-grid-col picture img {
    width: 90vw;
}

@media (min-width: 768px) {
    .lp-latest-blogs-grid-col picture img {
        width: 15vw;
    }
}

.lp-latest-blogs-grid-col h3 {
    margin-bottom: 1rem;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    color: #171768;
}

@media (min-width: 768px) {
    .lp-latest-blogs-grid-col h3 {
        line-height: 120%;
        letter-spacing: -0.03rem;
    }
}

.lp-latest-blogs-grid-col a {
    color: #579BB7;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    text-decoration: none;
}

@media (min-width: 768px) {
    .lp-latest-blogs-grid-col a {
        font-size: 2rem;
    }
}

@media (max-width: 1023px) {
    .lp-latest-blogs-grid-col a {
        display: flex;
    }
}

.lp-latest-blogs-grid-col a .lp-btn_cta-icon {
    margin-left: 1.25rem;
}

@media (max-width: 1023px) {
    .lp-latest-blogs-grid-col a .lp-btn_cta-icon {
        display: block;
    }
}

.lp-latest-blogs-grid-col a:hover {
    text-decoration: underline;
}

.lp-latest-blogs-grid-col .lp-svgsprite {
    width: 3rem;
    height: 3rem;
}

.lp-two-column {
    position: relative;
    overflow: hidden;
}

.lp-two-column-content {
    padding-top: 0;
    padding-bottom: 0;
}

.lp-two-column-header {
    position: relative;
    color: #171768;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.072rem;
    text-align: center;
}

@media (min-width: 768px) {
    .lp-two-column-header {
        padding: 0 33rem;
        font-size: 7rem;
        font-weight: 500;
        letter-spacing: -0.14rem;
    }
}

.lp-two-column-header strong {
    color: #579BB7;
    font-weight: 600;
}

@media (min-width: 768px) {
    .lp-two-column-header strong {
        font-weight: 500;
    }
}

.lp-two-column-grid {
    position: relative;
    display: grid;
    left: -2rem;
    gap: 0.5rem 0;
    margin: 0;
    width: calc(100% + 4rem);
}

@media (min-width: 768px) {
    .lp-two-column-grid {
        left: 0;
        gap: 0 3.4rem;
        grid-template-columns: 30% 70%;
        width: 100%;
        margin: 0;
    }
}

.lp-two-column-grid-col {
    position: relative;
    padding: 5rem 3rem;
    border-radius: 3rem;
}

@media (min-width: 768px) {
    .lp-two-column-grid-col {
        padding: 6rem;
        border-radius: 4rem;
    }
}

.lp-two-column-grid-col.-left {
    padding: 4rem 0 0 3rem;
    color: #fff;
}

@media (min-width: 768px) {
    .lp-two-column-grid-col.-left {
        padding: 5rem 3rem;
    }
}

.lp-two-column-grid-col.-right {
    padding: 1rem 3rem 0;
    overflow: hidden;
}

@media (min-width: 768px) {
    .lp-two-column-grid-col.-right {
        padding: 5rem 3rem;
    }
}

.lp-two-column-title {
    color: #171768;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.0875rem;
}

@media (min-width: 768px) {
    .lp-two-column-title {
        padding: 0 6rem 0 0;
        font-size: 6rem;
        letter-spacing: -0.12rem;
    }
}

.lp-two-column-text {
    color: #171768;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}

@media (min-width: 768px) {
    .lp-two-column-text {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .lp-two-column.-image-right .lp-two-column-grid {
        grid-template-columns: 60% 40%;
    }
}

.lp-two-column.-image-right .lp-two-column-grid .lp-two-column-grid-col.-left {
    padding: 4rem 3rem 0 3rem;
}

@media (min-width: 768px) {
    .lp-two-column.-image-right .lp-two-column-grid .lp-two-column-grid-col.-left {
        padding: 4rem 0 0 3rem;
    }
}

.lp-two-column.-image-right .lp-two-column-grid .lp-two-column-title {
    margin-bottom: 1.5rem;
}

.lp-two-column.-image-right .lp-two-column-grid img {
    width: 100%;
    border-radius: 4rem;
}

.lp-three-column {
    position: relative;
    overflow: hidden;
}

.lp-three-column-content {
    padding-top: 0;
    padding-bottom: 0;
}

.lp-three-column-grid {
    position: relative;
    display: grid;
    left: -2rem;
    gap: 0.5rem 0;
    margin: 0;
    width: calc(100% + 4rem);
}

@media (min-width: 768px) {
    .lp-three-column-grid {
        left: 0;
        gap: 0 3.4rem;
        grid-template-columns: 33% 33% 33%;
        width: 100%;
        margin: 0;
    }
}

.lp-three-column-grid-col {
    position: relative;
    padding: 5rem 3rem;
    border-radius: 3rem;
}

@media (min-width: 768px) {
    .lp-three-column-grid-col {
        padding: 6rem;
        border-radius: 4rem;
    }
}

.lp-three-column-box picture {
    display: block;
    margin-bottom: 1.75rem;
}

@media (min-width: 768px) {
    .lp-three-column-box picture {
        margin-bottom: 3.75rem;
        min-height: 116px;
    }
}

.lp-three-column-title {
    padding: 0 0 1rem 0;
    color: #000;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.04rem;
}

@media (min-width: 768px) {
    .lp-three-column-title {
        padding: 0 6rem 2rem 0;
        font-size: 3rem;
        letter-spacing: -0.12rem;
    }
}

.lp-three-column-text {
    color: #000;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

@media (min-width: 768px) {
    .lp-three-column-text {
        font-size: 2.5rem;
    }
}

.lp-four-column {
    position: relative;
    overflow: hidden;
}

.lp-four-column-content {
    padding-top: 0;
    padding-bottom: 0;
}

.lp-four-column-grid {
    position: relative;
    display: grid;
    left: -2rem;
    gap: 0.5rem 0;
    margin: 0;
    width: calc(100% + 4rem);
}

@media (min-width: 768px) {
    .lp-four-column-grid {
        left: 0;
        gap: 0 3.4rem;
        grid-template-columns: 25% 25% 25% 25%;
        width: 100%;
        margin: 0;
    }
}

.lp-four-column-grid-col {
    position: relative;
    padding: 5rem 3rem;
    border-radius: 3rem;
}

@media (min-width: 768px) {
    .lp-four-column-grid-col {
        padding: 6rem;
        border-radius: 4rem;
    }
}

.lp-four-column-title {
    color: #171768;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.0875rem;
}

@media (min-width: 768px) {
    .lp-four-column-title {
        padding: 0 6rem 0 0;
        font-size: 6.25rem;
        letter-spacing: -0.12rem;
    }
}

.lp-four-column-text {
    color: #171768;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}

@media (min-width: 768px) {
    .lp-four-column-text {
        font-size: 2.5rem;
    }
}

.lp-benefits {
    position: relative;
    overflow: hidden;
    background-color: #f5f8ff;
}

.lp-benefits-header {
    padding: 0 2rem;
    color: #171768;
    font-size: 3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.06rem;
    text-align: center;
}

@media (min-width: 768px) {
    .lp-benefits-header {
        padding: 0 34rem;
        font-size: 7rem;
        letter-spacing: -0.14rem;
    }
}

.lp-benefits-header mark {
    color: #579BB7;
    background: 0 0;
}

.lp-benefits-action {
    margin: 3.2rem 0 0;
    text-align: center;
}

@media (min-width: 768px) {
    .lp-benefits-action {
        margin: 3.4rem 0 0;
    }
}

.lp-benefits-carousel {
    background-color: #3022bb;
}

.lp-benefits-items {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    margin: 11rem 0 0;
    transition-timing-function: linear;
}

.lp-benefits-item {
    position: relative;
    flex: 1 0 30.8rem;
    margin: 0;
    width: auto;
    background-color: #3022bb;
    border: 0;
    border-radius: 0;
}

@media (min-width: 768px) {
    .lp-benefits-item {
        width: auto;
        flex: 1 0 53.8rem;
        padding: 7rem;
        margin: 0;
    }

    .lp-benefits-item:last-child {
        margin: 0;
    }
}

.lp-benefits-item.-v1 {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    min-height: auto;
    overflow: hidden;
}

@media (min-width: 768px) {
    .lp-benefits-item.-v1 {
        min-height: auto;
        padding: 7rem;
    }
}

.lp-benefits-item-content {
    padding-left: 5rem;
    height: 100%;
    border-left: 2px solid #171768;
}

.lp-benefits-icon {
    position: relative;
    width: 6rem;
    height: 6rem;
}

@media (min-width: 768px) {
    .lp-benefits-icon {
        width: 11.6rem;
        height: 11.6rem;
    }
}

.lp-benefits-icon svg {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
}

.lp-benefits-title {
    position: relative;
    margin: 2.5rem 0 0;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.015rem;
    color: #fff;
}

@media (min-width: 768px) {
    .lp-benefits-title {
        font-size: 2.5rem;
    }
}

.lp-benefits-text {
    margin: 1.8rem 0 0;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    color: #fff;
}

@media (min-width: 768px) {
    .lp-benefits-text {
        font-size: 2.25rem;
    }
}

.lp-benefits-img {
    width: calc(100% + 4rem);
    height: 18.5rem;
    margin: auto 0 0;
}

@media (min-width: 768px) {
    .lp-benefits-img {
        width: 100%;
        height: 30rem;
    }
}

.lp-benefits-img img {
    width: 100%;
    height: 100%;
    -o-object-position: center bottom;
    object-position: center bottom;
    -o-object-fit: contain;
    object-fit: contain;
}

.lp-eut-tos {
    position: relative;
    overflow: hidden;
}

.lp-eut-tos h1 {
    margin-bottom: 1.5rem;
    font-size: 5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.15rem;
    color: #579BB7;
}

.lp-eut-tos p {
    margin-bottom: 3.75rem;
    color: #171768;
    font-family: Manrope;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.0125rem;
}

.lp-eut-tos .intro {
    text-transform: uppercase;
}

.lp-eut-tos .no-margin {
    margin-bottom: 0;
}

.lp-policies-and-plans {
    position: relative;
    overflow: hidden;
}

.lp-policies-and-plans-content {
    padding-top: 10rem;
}

@media (min-width: 768px) {
    .lp-policies-and-plans-content {
        padding: 16rem 0;
    }
}

.lp-policies-and-plans h1 {
    margin-bottom: 3rem;
    font-size: 3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.15rem;
    color: #171768;
}

@media (min-width: 768px) {
    .lp-policies-and-plans h1 {
        font-size: 6rem;
    }
}

.lp-policies-and-plans ul {
    padding-left: 0;
}

.lp-policies-and-plans ul li {
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    list-style-type: none;
}

.lp-policies-and-plans ul li svg {
    margin-right: 2rem;
    width: 3.225rem;
    height: 3.225rem;
    color: #579BB7;
}

.lp-policies-and-plans ul li a {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: rgba(23, 23, 104, 0.7);
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

@media (min-width: 768px) {
    .lp-policies-and-plans ul li a {
        font-size: 2rem;
    }
}

.lp-policies-and-plans ul li a:hover {
    color: #171768;
}

.lp-thank-you-hero {
    position: relative;
    overflow: hidden;
}

.lp-thank-you-hero-content {
    padding-bottom: 0;
}

.lp-thank-you-hero-container {
    background-color: #000;
}

@media (min-width: 768px) {
    .lp-thank-you-hero-container {
        background-color: transparent;
    }
}

.lp-thank-you-hero-bg {
    display: none;
}

@media (min-width: 768px) {
    .lp-thank-you-hero-bg {
        display: block;
    }
}

.lp-thank-you-hero-bg-scene {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.65;
}

.lp-thank-you-hero-header {
    position: relative;
    color: #171768;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.072rem;
    text-align: center;
}

@media (min-width: 768px) {
    .lp-thank-you-hero-header {
        padding: 0 33rem;
        font-size: 7rem;
        font-weight: 500;
        letter-spacing: -0.14rem;
    }
}

.lp-thank-you-hero-header strong {
    color: #579BB7;
    font-weight: 600;
}

@media (min-width: 768px) {
    .lp-thank-you-hero-header strong {
        font-weight: 500;
    }
}

.lp-thank-you-hero-grid {
    position: relative;
    display: grid;
    left: -2rem;
    gap: 0.5rem 0;
    margin: 4.8rem 0 0;
    width: calc(100% + 4rem);
}

@media (min-width: 768px) {
    .lp-thank-you-hero-grid {
        left: 0;
        gap: 0 3.4rem;
        grid-template-columns: repeat(2, calc(50% - 1.7rem));
        width: 100%;
        margin: 10rem 0 0;
    }
}

.lp-thank-you-hero-grid-col {
    position: relative;
    padding: 5rem 3rem;
    border-radius: 3rem;
}

@media (min-width: 768px) {
    .lp-thank-you-hero-grid-col {
        padding: 6rem;
        border-radius: 4rem;
    }
}

.lp-thank-you-hero-grid-col.-left {
    padding-bottom: 0;
    background-color: #000;
    color: #fff;
}

@media (min-width: 768px) {
    .lp-thank-you-hero-grid-col.-left {
        background-color: transparent;
    }
}

.lp-thank-you-hero-grid-col.-right {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    background-color: transparent;
}

@media (min-width: 768px) {
    .lp-thank-you-hero-box.-primary {
        padding: 0 14rem 0 0;
    }
}

.lp-thank-you-hero-title {
    color: #fff;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media (min-width: 768px) {
    .lp-thank-you-hero-title {
        padding: 0 6rem 0 0;
        color: #171768;
        font-size: 7rem;
        font-weight: 500;
        letter-spacing: -0.15rem;
        line-height: 110%;
    }
}

.lp-thank-you-hero-caption {
    margin: 2.4rem 0 0;
    color: #fff;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

@media (min-width: 768px) {
    .lp-thank-you-hero-caption {
        font-size: 2.15rem;
        color: #171768;
    }
}

.lp-thank-you-hero-caption p {
    margin-bottom: 3.25rem;
}

.lp-thank-you-hero .lp-logoreel {
    margin-top: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #f2f5fe 45%);
}

@media (min-width: 768px) {
    .lp-thank-you-hero .lp-logoreel {
        margin-top: 4rem;
    }
}

.lp-scene {
    position: fixed;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

@media (min-width: 768px) {
    .lp-scene {
        width: 100%;
    }
}

@supports (height: 100lvh) {
    .lp-scene {
        height: 100lvh;
    }
}

.lp-scene-fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
}

.lp-scene-canvas {
    position: absolute;
    width: 100%;
    height: 100%;
}

.lp-scene-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, rgba(219, 229, 247, 0.6) 100%);
}

.lp-entry {
    display: grid;
    align-items: flex-start;
    height: 100%;
    text-decoration: none;
}

.lp-entry.-md {
    height: auto;
}

.lp-entry-grid {
    display: grid;
    gap: 2rem 0;
}

@media (min-width: 768px) {
    .lp-entry-grid {
        grid-template-columns: 62rem 1fr;
        gap: 0 11.6rem;
    }
}

.lp-entry-thumbnail {
    position: relative;
    padding-bottom: 70.76%;
    margin: 0 0 2.5rem 0;
    overflow: hidden;
    border-radius: 3rem;
}

@media (min-width: 768px) {
    .lp-entry-thumbnail {
        padding-bottom: 63.82%;
        margin: 0 0 3.5rem 0;
    }
}

.lp-entry.-md .lp-entry-thumbnail {
    margin: 0;
}

.lp-entry-thumbnail img,
.lp-entry-thumbnail picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.7s ease-out;
}

@media (pointer: fine) {

    .lp-entry:hover .lp-entry-thumbnail img,
    .lp-entry:hover .lp-entry-thumbnail picture {
        transform: scale(1.02);
    }
}

.lp-entry-thumbnail img {
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 768px) {
    .lp-entry.-md .lp-entry-thumbnail {
        border-radius: 4rem;
    }
}

@media (min-width: 768px) {
    .lp-entry.-lg .lp-entry-thumbnail {
        padding-bottom: 53.87%;
    }
}

.lp-entry-details {
    display: flex;
    justify-content: space-between;
}

.lp-entry-detail {
    font-size: 1.4rem;
    line-height: 160%;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .lp-entry-detail {
        font-size: 1.6rem;
    }
}

.lp-entry.-md .lp-entry-detail {
    display: inline-flex;
    gap: 0 2rem;
    align-items: center;
}

@media (max-width: 767px) {
    .lp-entry-cat:not(:first-child) {
        display: none;
    }
}

.lp-entry-title {
    display: -webkit-box;
    margin: 2.4rem 0 0 0;
    padding: 0 0 1px 0;
    overflow: hidden;
    color: #171768;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 130%;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (min-width: 768px) {
    .lp-entry-title {
        margin: 2.5rem 0 0 0;
        font-size: 3.2rem;
    }
}

.lp-entry.-md .lp-entry-title {
    margin: 2.9rem 0 0 0;
}

@media (min-width: 768px) {
    .lp-entry.-md .lp-entry-title {
        margin: 3.5rem 0 0 0;
    }
}

@media (pointer: fine) {
    .lp-entry-title span {
        background-image: linear-gradient(transparent, transparent), linear-gradient(currentColor, currentColor);
        background-size: 100% 0.1rem, 0 0.1rem;
        background-position: 0 100%, 100% 100%;
        background-repeat: no-repeat;
        transition: background-size ease-out 0.55s;
    }

    .lp-entry:not(.-md):hover .lp-entry-title span {
        background-size: 0 0.1rem, 100% 0.1rem;
        background-position: 100% 100%, 0 100%;
    }
}

@media (pointer: fine) {
    .lp-entry-title a {
        background-image: linear-gradient(transparent, transparent), linear-gradient(currentColor, currentColor);
        background-size: 100% 0.1rem, 0 0.1rem;
        background-position: 0 100%, 100% 100%;
        background-repeat: no-repeat;
        transition: background-size ease-out 0.55s;
    }

    .lp-entry.-md a:hover {
        background-size: 0 0.1rem, 100% 0.1rem;
        background-position: 100% 100%, 0 100%;
    }
}

.lp-entry-title a {
    text-decoration: none;
}

.lp-entry-text {
    display: -webkit-box;
    margin: 1.5rem 0 0 0;
    overflow: hidden;
    align-items: flex-end;
    color: #171768;
    font-size: 1.6rem;
    line-height: 160%;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (min-width: 768px) {
    .lp-entry-text {
        margin: 2rem 0 0 0;
        font-size: 2rem;
    }

    .lp-entry.-md .lp-entry-text {
        margin: 2.5rem 0 0 0;
        font-size: 2.4rem;
    }
}

.lp-entry-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2rem 0 0;
}

@media (min-width: 768px) {
    .lp-entry-info {
        margin: 3.5rem 0 0;
    }
}

.lp-entry-person {
    display: none;
}

@media (min-width: 768px) {
    .lp-entry-person {
        display: inline-flex;
        gap: 0 1.5rem;
        align-items: center;
    }
}

.lp-entry-person-img {
    width: 6.2rem;
    height: 6.2rem;
}

.lp-entry-person-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.lp-entry-person-group {
    display: inline-flex;
    gap: 0.1rem 0;
    flex-direction: column;
    justify-content: center;
}

.lp-entry-person-caption {
    color: #579BB7;
}

.lp-entry-person-caption,
.lp-entry-person-time {
    font-size: 1.8rem;
    line-height: 160%;
}

.lp-entry.-md .lp-entry-date {
    display: inline-flex;
}

@media (min-width: 768px) {
    .lp-entry.-md .lp-entry-date {
        display: none;
    }
}

.lp-entry-more {
    margin: 1.5rem 0 0 0;
    align-self: flex-end;
}

.lp-entry.-md .lp-entry-more {
    margin: 0;
    align-self: center;
}

.origination .bg-quaternary .lp-service-img picture {
    bottom: -20%;
    left: 16%;
    position: absolute;
    width: 74%;
    height: auto;
}

@media (min-width: 768px) {
    .origination .bg-quaternary .lp-service-img picture {
        bottom: -12%;
        left: 21%;
        width: 60%;
    }
}

.origination .bg-base .lp-service-img picture {
    bottom: -15%;
    left: 14%;
    position: absolute;
    width: 62%;
    height: auto;
}

@media (min-width: 768px) {
    .origination .bg-base .lp-service-img picture {
        bottom: -5%;
        left: 23%;
        width: 60%;
    }
}

.origination .bg-graybase-alternative .lp-service-img picture {
    bottom: -16%;
    left: 7%;
    position: absolute;
    width: 71%;
    height: auto;
}

@media (min-width: 768px) {
    .origination .bg-graybase-alternative .lp-service-img picture {
        bottom: -25%;
        left: 25%;
        width: 64%;
    }
}

.modern-lending-core .bg-quaternary .lp-service-img picture {
    bottom: -20%;
    left: 16%;
    position: absolute;
    width: 65%;
    height: auto;
}

@media (min-width: 768px) {
    .modern-lending-core .bg-quaternary .lp-service-img picture {
        bottom: -12%;
        left: 21%;
        width: 60%;
    }
}

.modern-lending-core .bg-base .lp-service-img picture {
    bottom: -31%;
    left: 14%;
    position: absolute;
    width: 62%;
    height: auto;
}

@media (min-width: 768px) {
    .modern-lending-core .bg-base .lp-service-img picture {
        bottom: -5%;
        left: 23%;
        width: 60%;
    }
}

.modern-lending-core .bg-graybase-alternative .lp-service-img picture {
    bottom: -71%;
    left: 7%;
    position: absolute;
    width: 86%;
    height: auto;
}

@media (min-width: 768px) {
    .modern-lending-core .bg-graybase-alternative .lp-service-img picture {
        bottom: -25%;
        left: 25%;
        width: 48%;
    }
}

.collections .bg-quaternary .lp-service-img picture {
    bottom: -34%;
    left: 13%;
    position: absolute;
    width: 74%;
    height: auto;
}

@media (min-width: 768px) {
    .collections .bg-quaternary .lp-service-img picture {
        bottom: -35%;
        left: 16%;
        width: 66%;
    }
}

.collections .bg-base .lp-service-img picture {
    bottom: -12%;
    left: 8%;
    position: absolute;
    width: 67%;
    height: auto;
}

@media (min-width: 768px) {
    .collections .bg-base .lp-service-img picture {
        bottom: 2%;
        left: 6%;
        width: 84%;
    }
}

.collections .bg-graybase-alternative .lp-service-img picture {
    bottom: -16%;
    left: 14%;
    position: absolute;
    width: 71%;
    height: auto;
}

@media (min-width: 768px) {
    .collections .bg-graybase-alternative .lp-service-img picture {
        bottom: -25%;
        left: 18%;
        width: 64%;
    }
}

.payments .bg-quaternary .lp-service-img picture {
    bottom: -20%;
    left: 16%;
    position: absolute;
    width: 74%;
    height: auto;
}

@media (min-width: 768px) {
    .payments .bg-quaternary .lp-service-img picture {
        bottom: -12%;
        left: 21%;
        width: 60%;
    }
}

.payments .bg-base .lp-service-img picture {
    bottom: -15%;
    left: 14%;
    position: absolute;
    width: 62%;
    height: auto;
}

@media (min-width: 768px) {
    .payments .bg-base .lp-service-img picture {
        bottom: 4%;
        left: 11%;
        width: 75%;
    }
}

.payments .bg-graybase-alternative .lp-service-img picture {
    bottom: -26%;
    left: 16%;
    position: absolute;
    width: 71%;
    height: auto;
}

@media (min-width: 768px) {
    .payments .bg-graybase-alternative .lp-service-img picture {
        bottom: -25%;
        left: 25%;
        width: 64%;
    }
}

@media (min-width: 768px) {
    .loan-management-software .lp-headcap-grid-col.-center .lp-headcap-header {
        padding: 0 23rem;
    }
}

.loan-management-software .lp-headcap .lp-three-column {
    display: none;
}

@media (min-width: 768px) {
    .loan-management-software .lp-headcap .lp-three-column {
        margin: 6rem 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
}

.loan-management-software .lp-headcap .lp-three-column-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.loan-management-software .lp-headcap .lp-three-column-box:nth-of-type(2) {
    margin: 0 4rem;
}

.loan-management-software .lp-headcap .lp-three-column-box picture {
    width: 100%;
    height: auto;
}

.loan-management-software .three-frame-lms {
    display: block;
    margin: 6rem 0;
}

@media (min-width: 768px) {
    .loan-management-software .three-frame-lms {
        display: none;
    }
}

.loan-management-software .lp-headcap-text-bottom {
    margin-bottom: 4rem;
}

.loan-management-software .lp-headcap-text-bottom h2 {
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    color: #579BB7;
}

@media (min-width: 768px) {
    .loan-management-software .lp-headcap-text-bottom h2 {
        font-size: 3rem;
    }
}

.loan-management-software .lp-headcap-text-bottom p {
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    color: #171768;
}

@media (min-width: 768px) {
    .loan-management-software .lp-headcap-text-bottom p {
        font-size: 3rem;
    }
}

@media (min-width: 768px) {
    .loan-management-software .lp-two-column {
        margin: 10rem 0;
    }
}

@media (min-width: 768px) {
    .loan-management-software .lp-two-column-grid {
        gap: 0 10.4rem;
    }
}

@media (min-width: 768px) {
    .loan-management-software .lp-two-column-box .lp-two-column-title {
        padding: 0;
    }
}

.loan-management-software .lp-two-column-box .lp-two-column-title strong {
    color: #579BB7;
}

.loan-management-software .lp-two-column-box .ratings {
    margin-top: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .loan-management-software .lp-two-column-box .ratings {
        margin-top: 10rem;
        justify-content: space-between;
    }
}

.loan-management-software .lp-two-column-box .ratings picture {
    margin: 1rem;
}

.loan-management-software .lp-service-header p {
    margin-top: 3rem;
    font-size: 2rem;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    color: #171768;
}

@media (min-width: 768px) {
    .loan-management-software .lp-service-header p {
        font-size: 3rem;
    }
}

.loan-management-software .lp-service-item {
    background-color: #fff;
    height: auto;
}

.loan-management-software .lp-service-item.-v1 {
    background-color: #09090a;
}

@media (min-width: 768px) {
    .loan-management-software .lp-service-item.-v1.-large {
        margin: 0;
    }
}

.loan-management-software .lp-service-item.-v2 {
    background-color: #3022bb;
}

@media (min-width: 768px) {
    .loan-management-software .lp-service-item.-v3.-large {
        margin: 0;
    }
}

@media (min-width: 768px) {
    .loan-management-software .lp-service-text {
        padding: 0;
    }
}

.loan-management-software .lp-service-text ul {
    padding: 0 0 0 3rem;
}

.loan-management-software .lp-service-text ul li {
    margin-bottom: 3rem;
    padding-left: 6rem;
    position: relative;
    list-style-type: none;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

@media (min-width: 768px) {
    .loan-management-software .lp-service-text ul li {
        font-size: 2.5rem;
    }
}

.loan-management-software .lp-service-text ul li.-blue::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 19px;
    background: transparent url(../lists/icon-checkmark-blue.svg) no-repeat 0 0;
}

.loan-management-software .lp-service-text ul li.-purple {
    background: transparent url(../lists/icon-checkmark-purple.svg) no-repeat 6px 3px;
}

.loan-management-software .lp-service-img {
    top: 5rem;
    right: 4rem;
    left: auto;
    width: auto;
    height: auto;
}

@media (min-width: 768px) {
    .loan-management-software .lp-counter-items {
        padding: 9rem 0 0;
    }
}

@media (min-width: 768px) {
    .loan-management-software .lp-jumbotron-slides-col {
        width: 46rem;
    }
}

.loan-management-software .lp-jumbotron-slide {
    width: 33.8rem;
}

@media (min-width: 768px) {
    .loan-management-software .lp-jumbotron-slide {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .loan-management-software .lp-jumbotron.-jumbotron-small .lp-jumbotron-main {
        padding: 0 9rem 0 20rem;
    }
}

.loan-management-software .lp-jumbotron.-jumbotron-small .lp-jumbotron-slides-grid {
    gap: 0 13.7rem;
}

@media (min-width: 768px) {
    .loan-management-software .lp-jumbotron.-jumbotron-small .lp-jumbotron-grid {
        gap: 0 8.7rem;
    }
}

@media (min-width: 768px) {
    .loan-management-software .lp-jumbotron-slides {
        height: 38rem;
    }
}

@media (max-width: 1023px) {
    .loan-management-software .lp-jumbotron-slide:nth-child(2n + 1) {
        transform: translateX(0);
    }
}

@media (max-width: 767px) {
    .loan-management-software .lp-service-item:nth-child(3) {
        order: 3;
    }
}

@media (max-width: 767px) {
    .loan-management-software .lp-counter-container {
        padding: 5rem 2.5rem;
    }
}

.lp-support {
    position: relative;
    overflow: hidden;
}

.lp-support-container {
    text-align: center;
}

.lp-support h1 {
    margin-bottom: 3rem;
    font-size: 3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.15rem;
    color: #171768;
}

@media (min-width: 768px) {
    .lp-support h1 {
        font-size: 6rem;
    }
}

.lp-support .lp-three-column {
    margin-bottom: 12rem;
}

.lp-support .lp-three-column-grid-col {
    border-bottom: 1px solid #dee4ef;
    border-right: 0;
    border-radius: 0;
}

@media (min-width: 768px) {
    .lp-support .lp-three-column-grid-col {
        border-right: 1px solid #dee4ef;
        border-bottom: 0;
    }
}

.lp-support .lp-three-column-grid-col:last-of-type {
    border: 0;
}

.lp-support .lp-three-column-box {
    text-align: center;
}

.lp-support .lp-three-column-box img {
    margin-bottom: 6.37rem;
    min-height: 107px;
}

.lp-support .lp-three-column-box h4,
.lp-support .lp-three-column-box p {
    margin-bottom: 2.2rem;
}

.lp-support .lp-three-column-title {
    padding: 0;
    font-size: 3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.06rem;
}

@media (min-width: 768px) {
    .lp-support .lp-three-column-title {
        font-size: 4.5rem;
    }
}

@media (min-width: 768px) {
    .lp-compliance .lp-headcap-grid.-v2 {
        grid-template-columns: 87rem 1fr;
    }
}

.lp-compliance .lp-headcap-caption {
    margin-top: 1.5rem;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    color: #171768;
}

@media (min-width: 768px) {
    .lp-compliance .lp-headcap-caption {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .lp-compliance .lp-overview-grid {
        grid-template-columns: 25rem 95rem;
        gap: 0 35rem;
    }
}

.lp-compliance .lp-overview-grid-col.-left {
    display: none;
}

@media (min-width: 768px) {
    .lp-compliance .lp-overview-grid-col.-left {
        display: block;
    }
}

.lp-compliance .lp-overview-footer {
    display: none;
}

@media (min-width: 768px) {
    .lp-compliance .lp-overview-footer {
        display: none;
    }
}

.lp-compliance .logos-on-mobile {
    display: none;
}

@media (max-width: 768px) {
    .lp-compliance .logos-on-mobile {
        display: block;
    }
}

.lp-compliance .lp-overview-item {
    background-color: transparent;
}

.lp-compliance .lp-overview-text {
    margin-top: 3rem;
}

.lp-compliance .lp-overview-text p:first-of-type {
    margin-bottom: 2rem;
}

.lp-compliance .bg-quaternary .lp-service-img picture {
    bottom: -40%;
    left: 17%;
    position: absolute;
    width: 73%;
    height: auto;
}

.lp-compliance .bg-base .lp-service-img picture {
    bottom: -30%;
    left: 17%;
    position: absolute;
    width: 68%;
    height: auto;
}

@media (min-width: 768px) {
    .lp-compliance .bg-base .lp-service-img picture {
        bottom: -11%;
        left: 17%;
        width: 68%;
    }
}

.lp-compliance .bg-graybase-alternative .lp-service-img picture {
    bottom: -38%;
    left: 12%;
    position: absolute;
    width: 72%;
    height: auto;
}

@media (min-width: 768px) {
    .lp-compliance .lp-worth-item.-v1 {
        min-height: 50rem;
    }
}

@media (min-width: 768px) {
    .lp-compliance .lp-specification-header {
        padding: 0 1rem;
    }
}

.lp-compliance .lp-specification-header mark {
    display: inline-block;
}

@media (min-width: 768px) {
    .lp-compliance .lp-headcap-content.-middle {
        height: 110vh;
    }
}

@media (min-width: 768px) {
    .lp-compliance .lp-specification-item:nth-of-type(2) {
        transform: translate(0, 50%) !important;
    }
}

@media (min-width: 768px) {
    .lp-compliance .lp-specification-item:nth-of-type(4) {
        transform: translate(0, 100%) !important;
    }
}

.lp-implementation {
    position: relative;
    overflow: hidden;
}

.lp-implementation .lp-headcap {
    background: #fff;
}

@media (min-width: 768px) {
    .lp-implementation .lp-headcap {
        background: linear-gradient(180deg, #f9f9fb 0, rgba(242, 245, 254, 0) 20.39%);
    }
}

@media (min-width: 768px) {
    .lp-implementation .lp-headcap-grid-col.-center .lp-headcap-header {
        padding: 0 9rem;
    }
}

@media (min-width: 768px) {
    .lp-implementation .lp-headcap-grid-col.-center .lp-headcap-text {
        padding: 0 28rem;
    }
}

.lp-implementation .lp-headcap-bg-overlay,
.lp-implementation .lp-headcap-bg-scene {
    display: none;
}

@media (min-width: 768px) {

    .lp-implementation .lp-headcap-bg-overlay,
    .lp-implementation .lp-headcap-bg-scene {
        display: block;
    }
}

.lp-implementation .lp-stats {
    position: relative;
}

.lp-implementation .lp-stats-bg {
    position: absolute;
    top: 0;
    left: calc(50% - 72.2rem);
    width: 144.4rem;
    height: 81.2rem;
}

@media (min-width: 768px) {
    .lp-implementation .lp-stats-bg {
        left: 0;
        width: 100%;
        height: 120rem;
    }
}

@media (min-width: 768px) {
    .lp-implementation .lp-stats-bg.-height-sm {
        height: 100%;
    }
}

@media (min-width: 768px) {
    .lp-implementation .lp-stats-bg.-height-md {
        height: 85rem;
    }
}

.lp-implementation .lp-stats-bg-scene {
    position: absolute;
    left: 0;
    top: -36rem;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.65;
}

@media (min-width: 768px) {
    .lp-implementation .lp-stats-bg-scene {
        top: 0;
    }
}

.lp-implementation .lp-stats-bg-overlay {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16.4rem;
    background: linear-gradient(180deg, rgba(245, 248, 255, 0) 0, #f5f8ff 100%);
}

.lp-implementation .lp-stats-content {
    position: relative;
    padding: 14rem 0 0 0;
}

@media (min-width: 768px) {
    .lp-implementation .lp-stats-content {
        padding: 24rem 0 0 0;
    }
}

.lp-implementation .lp-stats-content.-middle {
    padding: 3.2rem 0;
}

@media (min-width: 768px) {
    .lp-implementation .lp-stats-content.-middle {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100vh;
        padding: 0;
    }
}

.lp-implementation .lp-stats-content.-p-sm {
    padding-bottom: 9rem;
}

@media (min-width: 768px) {
    .lp-implementation .lp-stats-content.-p-sm {
        padding-bottom: 20rem;
    }
}

.lp-implementation .lp-stats-body {
    width: 100%;
}

@media (min-width: 768px) {
    .lp-implementation .lp-stats-grid {
        display: grid;
    }

    .lp-implementation .lp-stats-grid.-v1 {
        grid-template-columns: 1fr;
    }

    .lp-implementation .lp-stats-grid.-v2 {
        grid-template-columns: 49rem 1fr;
        gap: 0 21rem;
    }
}

.lp-implementation .lp-stats-caption {
    margin: 0 0 1rem;
    color: #579BB7;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 160%;
}

@media (min-width: 768px) {
    .lp-implementation .lp-stats-caption {
        font-size: 2.4rem;
    }
}

.lp-implementation .lp-stats-header {
    color: #171768;
    font-size: 3rem;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.06rem;
    text-wrap: balance;
}

@media (min-width: 768px) {
    .lp-implementation .lp-stats-header {
        font-size: 8rem;
        letter-spacing: -0.24rem;
    }

    .lp-implementation-grid-col.-center .lp-implementation .lp-stats-header {
        padding: 0 25rem;
    }
}

.lp-implementation .lp-stats-header mark {
    color: #579BB7;
    background-color: transparent;
}

.lp-implementation .lp-stats-text {
    margin: 2rem 0 0;
    padding: 0;
    color: #171768;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 160%;
}

@media (min-width: 768px) {
    .lp-implementation .lp-stats-text {
        margin: 2.4rem 0 0;
        padding: 0;
        font-size: 2.4rem;
    }

    .lp-implementation-grid-col.-center .lp-implementation .lp-stats-text {
        padding: 0 33rem;
    }
}

.lp-implementation .lp-stats-text.-sm {
    padding: 0;
    font-size: 2rem;
    font-weight: 500;
    line-height: 150%;
}

@media (min-width: 768px) {
    .lp-implementation .lp-stats-text.-sm {
        font-size: 3.2rem;
        line-height: 160%;
    }

    .lp-implementation-grid-col.-center .lp-implementation .lp-stats-text.-sm {
        padding: 0 29.8rem;
    }
}

.lp-implementation .lp-stats-text mark {
    color: #579BB7;
    background-color: transparent;
}

.lp-implementation .lp-stats-items {
    display: flex;
    flex-wrap: nowrap;
    margin: 6rem 0 0;
}

@media (min-width: 768px) {
    .lp-implementation .lp-stats-items {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0 3rem;
        margin: 0;
    }
}

.lp-implementation .lp-stats-item {
    position: relative;
}

@media (max-width: 767px) {
    .lp-implementation .lp-stats-item {
        flex: 1 0 32rem;
        width: 32rem;
        padding: 2rem 7rem 2rem 2.5rem;
        margin: 0 1rem 0 0;
        background-color: #fff;
        border-radius: 1.25rem;
    }
}

@media (min-width: 768px) {
    .lp-implementation .lp-stats-item {
        margin-bottom: 10.5rem;
        padding: 0;
    }
}

@media (min-width: 768px) {
    .lp-implementation .lp-stats-item:nth-child(3n):before {
        display: none;
    }
}

.lp-implementation .lp-stats-item:hover .lp-stats-title {
    color: #579BB7;
}

.lp-implementation .lp-stats-title {
    margin-bottom: 2.5rem;
    font-size: 4.375rem;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    color: #579BB7;
}

@media (min-width: 768px) {
    .lp-implementation .lp-stats-title {
        font-size: 5.4rem;
        letter-spacing: -0.024rem;
        color: #171768;
    }
}

.lp-implementation .lp-stats-text {
    margin: 1.5rem 0 0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 160%;
}

@media (min-width: 768px) {
    .lp-implementation .lp-stats-text {
        font-size: 2rem;
    }
}

.lp-implementation .lp-definition-grid-col.-left h3 {
    margin-bottom: 3rem;
    font-size: 2.85rem;
    font-style: normal;
    font-weight: 500;
    line-height: 115%;
    letter-spacing: -0.0375rem;
    text-align: center;
    color: #171768;
}

@media (min-width: 768px) {
    .lp-implementation .lp-definition-grid-col.-left h3 {
        font-size: 5rem;
        letter-spacing: -0.06rem;
        text-align: left;
    }
}

.lp-implementation .lp-definition-grid-col.-left p {
    margin-bottom: 5rem;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 155.932%;
    text-align: center;
    color: #171768;
}

@media (min-width: 768px) {
    .lp-implementation .lp-definition-grid-col.-left p {
        font-size: 2.25rem;
        text-align: left;
    }
}

@media (min-width: 768px) {
    .lp-implementation .lp-definition-grid {
        gap: 0 10rem;
    }
}

.lp-implementation .lp-definition-images {
    border: 0;
    border-radius: 0;
}

@media (min-width: 768px) {
    .lp-implementation .lp-definition-images {
        width: 86%;
        height: 70%;
    }
}

@media (min-width: 768px) {
    .lp-implementation .lp-definition-images .lp-definition-image {
        padding: 0 9rem;
    }
}

.lp-implementation .lp-overview-header p {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

@media (min-width: 768px) {
    .lp-implementation .lp-overview-header p {
        font-size: 3rem;
    }
}

@media (min-width: 768px) {
    .lp-implementation .lp-explore-content {
        padding-top: 16rem;
    }
}

@media (max-width: 1023px) {
    .lp-implementation .lp-definition-section {
        padding: 0;
        background-color: transparent;
    }
}

@media (max-width: 767px) {
    .lp-implementation .lp-definition-section.-v1 {
        background-color: transparent;
    }
}

@media (max-width: 767px) {
    .lp-implementation .lp-definition-section.-v1 .-right {
        background-color: #579BB7;
    }
}

.lp-implementation .lp-definition-info-subtitle {
    margin-top: 2rem;
    font-weight: 700;
}

.lp-implementation .lp-testimonials-person {
    grid-template-columns: 18rem 1fr;
}

@media (max-width: 767px) {
    .lp-implementation .lp-definition-grid-col.-left {
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .lp-implementation .lp-definition-grid-col.-right {
        padding: 5rem;
        background-color: #fff;
        border-radius: 3rem;
    }
}

@media (max-width: 767px) {
    .lp-implementation .lp-definition-info {
        margin-bottom: 8.4rem;
    }
}

.lp-error-pages .lp-navbar.-inverse .lp-btn_menu span {
    background: #fff;
}

.lp-error-pages .lp-preview-container {
    margin-top: 14rem;
    text-align: center;
}

@media (min-width: 768px) {
    .lp-error-pages .lp-preview-container {
        margin-top: -20rem;
    }
}

.lp-error-pages .lp-preview-container h1 {
    font-size: 3.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.0875rem;
    color: #ff4c4c;
}

@media (min-width: 768px) {
    .lp-error-pages .lp-preview-container h1 {
        font-size: 6.375rem;
    }
}

.lp-error-pages .lp-preview-container h2 {
    font-size: 2.375rem;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.0875rem;
    color: #fff;
}

@media (min-width: 768px) {
    .lp-error-pages .lp-preview-container h2 {
        font-size: 6.375rem;
    }
}

.lp-error-pages .lp-preview-container p {
    margin: 5rem auto 0;
    display: flex;
    width: 100%;
    max-width: 46.375rem;
    height: 7.5625rem;
    padding: 1.875rem;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    flex-shrink: 0;
    color: #fff;
    text-align: center;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    border-radius: 1.875rem;
    background: rgba(46, 46, 46, 0.1);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}

@media (min-width: 768px) {
    .lp-error-pages .lp-preview-container p {
        font-size: 2.25rem;
    }
}

.lp-hero {
    position: relative;
    overflow: hidden;
}

.lp-hero-content {
    position: relative;
    display: flex;
    height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16.8rem 0 6rem;
}

@media (min-width: 768px) {
    .lp-hero-content {
        padding: 23.8rem 0 11.6rem;
    }
}

.lp-hero-body {
    width: 100%;
}

.lp-hero-scene-bg {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

.lp-hero-scene-bg img {
    display: none;
    width: 100%;
    height: 100%;
    -o-object-position: center bottom;
    object-position: center bottom;
    -o-object-fit: cover;
    object-fit: cover;
}

.lp-hero-header {
    position: relative;
    color: #171768;
    font-size: 3.6rem;
    letter-spacing: -0.072rem;
    text-align: center;
}

@media (min-width: 768px) {
    .lp-hero-header {
        font-size: 8rem;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -0.24rem;
    }
}

.lp-hero-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem 0;
    margin: 3.2rem 0 0;
}

@media (min-width: 768px) {
    .lp-hero-actions {
        flex-direction: row;
        gap: 0 1.2rem;
        margin: 5.2rem 0 0;
    }
}

@media (max-width: 767px) {
    .lp-hero-action>* {
        width: 23rem;
    }
}

.lp-hero-footer {
    position: relative;
    width: 100%;
    margin: 6.5rem 0 0;
    z-index: 1;
}

@media (min-width: 768px) {
    .lp-hero-footer {
        margin: 17vh 0 0;
    }
}

.lp-headcap {
    position: relative;
    overflow: hidden;
    background: #f5f8ff;
}

.lp-headcap.-transparent {
    background: 0 0;
}

.lp-headcap-bg {
    position: absolute;
    top: 0;
    left: calc(50% - 72.2rem);
    width: 144.4rem;
    height: 81.2rem;
}

@media (min-width: 768px) {
    .lp-headcap-bg {
        left: 0;
        width: 100%;
        height: 110rem;
    }
}

@media (min-width: 768px) {
    .lp-headcap-bg.-height-sm {
        height: 100%;
    }
}

@media (min-width: 768px) {
    .lp-headcap-bg.-height-md {
        height: 85rem;
    }
}

.lp-headcap-bg-scene {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.65;
}

.lp-headcap-bg-overlay {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16.4rem;
    background: linear-gradient(180deg, rgba(245, 248, 255, 0) 0, #f5f8ff 100%);
}

.lp-headcap-content {
    position: relative;
    padding: 14rem 0 0 0;
}

@media (min-width: 768px) {
    .lp-headcap-content {
        padding: 24rem 0 0 0;
    }
}

.lp-headcap-content.-middle {
    padding: 12.2rem 0 0 0;
}

@media (min-width: 768px) {
    .lp-headcap-content.-middle {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 110vh;
        padding: 0;
    }
}

.lp-headcap-content.-p-sm {
    padding-bottom: 9rem;
}

@media (min-width: 768px) {
    .lp-headcap-content.-p-sm {
        padding-bottom: 9rem;
    }
}

.lp-headcap-body {
    width: 100%;
}

@media (min-width: 768px) {
    .lp-headcap-grid {
        display: grid;
    }

    .lp-headcap-grid.-v1 {
        grid-template-columns: 1fr;
    }

    .lp-headcap-grid.-v2 {
        grid-template-columns: 77rem 1fr;
        align-items: center;
        gap: 0 21rem;
    }
}

@media (max-width: 767px) {
    .lp-headcap-grid-col.-left {
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }
}

.lp-headcap-grid-col.-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.lp-headcap-caption {
    margin: 0 0 1rem;
    color: #579BB7;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 160%;

}

@media (min-width: 768px) {
    .lp-headcap-caption {
        font-size: 2.4rem;
    }
}

.lp-headcap-header {
    color: #171768;
    font-size: 3rem;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.06rem;
    text-wrap: balance;
}

@media (min-width: 768px) {
    .lp-headcap-header {
        font-size: 8rem;
        letter-spacing: -0.24rem;
    }

    .lp-headcap-grid-col.-center .lp-headcap-header {
        padding: 0 25rem;
    }
}

.lp-headcap-text {
    margin: 2rem 0 0;
    padding: 0 3.1rem;
    color: #171768;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 160%;
}

@media (min-width: 768px) {
    .lp-headcap-text {
        margin: 2.4rem 0 0;
        padding: 0;
        font-size: 2.4rem;
    }

    .lp-headcap-grid-col.-center .lp-headcap-text {
        padding: 0 33rem;
    }
}

.lp-headcap-text.-sm {
    padding: 0;
    font-size: 2rem;
    font-weight: 500;
    line-height: 150%;
}

@media (min-width: 768px) {
    .lp-headcap-text.-sm {
        font-size: 3.2rem;
        line-height: 160%;
    }

    .lp-headcap-grid-col.-center .lp-headcap-text.-sm {
        padding: 0 29.8rem;
    }
}

.lp-headcap-text mark {
    color: #579BB7;
    background-color: transparent;
}

.lp-headcap-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem 0;
    margin: 3.2rem 0 0;
}

@media (min-width: 768px) {
    .lp-headcap-actions {
        flex-direction: row;
        gap: 0 1.2rem;
        margin: 5.2rem 0 0;
    }

    .lp-headcap-actions.-v1 {
        margin: 4rem 0 0;
        z-index: 10;
    }
}

@media (max-width: 767px) {
    .lp-headcap-action>* {
        width: 23rem;
    }
}

.lp-headcap-movie {
    position: relative;
    width: 23.5rem;
    height: 23.5rem;
    margin: 6.5rem auto 2.5rem;
}

@media (min-width: 768px) {
    .lp-headcap-movie {
        width: 45.6rem;
        height: 45.6rem;
        margin: 9.2rem 0;
    }
}

.lp-headcap-movie video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.lp-headcap-images {
    perspective: 100px;
}

.lp-headcap-images.-sm {
    width: 23.5rem;
    height: 28rem;
    margin: 4.5rem auto 0 auto;
}

@media (min-width: 768px) {
    .lp-headcap-images.-sm {
        width: 100.6rem;
        height: 62rem;
        margin: 0;
    }
}

.lp-headcap-images.-lg {
    width: 25.5rem;
    height: 28rem;
    margin: 4.5rem auto 0 auto;
}

@media (min-width: 768px) {
    .lp-headcap-images.-lg {
        width: 58.6rem;
        height: 62rem;
        margin: 0;
    }
}

.lp-headcap-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.lp-headcap-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.lp-headcap-tablet {
    width: 100%;
    height: 24rem;
    margin: 4.2rem auto 0;
    perspective: 1100px;
}

@media (max-width: 767px) {
    .lp-headcap-tablet {
        overflow: hidden;
        display: none;
        border-radius: 0.8rem;
        box-shadow: 0 1.5rem 2.5rem 0 rgba(164, 169, 187, 0.2);
    }

    .lp-overview-header p {
        font-size: 1.4rem !important;
    }

    .lp-jumbotron-main {
        margin-top: -500px;

    }
}

@media (min-width: 768px) {
    .lp-headcap-tablet {
        width: 115rem;
        height: 83rem;
        margin: 9.8rem auto 5rem;
    }
}

.lp-headcap-tablet img {
    min-width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media (min-width: 768px) {
    .lp-headcap-tablet-frame {
        position: absolute;
        width: 115rem;
        height: 83rem;
        transform-style: preserve-3d;
    }
}

@media (min-width: 768px) {
    .lp-headcap-tablet-frame-face {
        position: relative;
        width: 117rem;
        height: 83rem;
    }
}

@media (min-width: 768px) {
    .lp-headcap-tablet-frame-bottom {
        position: absolute;
        left: 0.4rem;
        width: calc(100% - 0.8rem);
        height: 100%;
        background-color: #ffffff;
        border-radius: 7.5rem;
        transform: translateY(1.3rem);
    }
}

@media (min-width: 768px) {
    .lp-headcap-tablet-frame-interface {
        position: absolute;
        top: 31px;
        width: 115rem;
        height: 77rem;
    }
}

.lp-headcap-footer {
    margin: 4.5rem 0 0;
}

@media (min-width: 768px) {
    .lp-headcap-footer {
        margin: 3.7rem 0 0;
    }
}

.lp-headcap-bamboo-embed {
    padding: 2rem;
    position: relative;
    width: 100%;
    margin: 4.2rem auto 0;
    border-radius: 2.5rem;
    background-color: #fff;
}

@media (min-width: 768px) {
    .lp-headcap-bamboo-embed {
        padding: 6rem;
        width: 115rem;
        margin: 9.8rem auto 10.3rem;
    }
}

.lp-headcap-bamboo-embed .BambooHR-ATS-board {
    font-family: Manrope;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000;
}

.lp-headcap-bamboo-embed .BambooHR-ATS-board h2 {
    font-family: Manrope;
    font-size: 2rem;
    font-weight: 400;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    padding-bottom: 9px;
    margin: 0;
    text-align: left;
}

@media (min-width: 768px) {
    .lp-headcap-bamboo-embed .BambooHR-ATS-board h2 {
        font-size: 2.5rem;
    }
}

.lp-headcap-bamboo-embed .BambooHR-ATS-board .BambooHR-ATS-Jobs-List {
    padding-right: 0;
    display: flex;
    flex-direction: column;
}

.lp-headcap-bamboo-embed .BambooHR-ATS-board ul ul {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.lp-headcap-bamboo-embed .BambooHR-ATS-board .BambooHR-ATS-Location {
    padding-top: 0;
    color: rgba(0, 0, 0, 0.35);
    text-align: right;
    font-family: Manrope;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    float: none;
}

@media (min-width: 768px) {
    .lp-headcap-bamboo-embed .BambooHR-ATS-board .BambooHR-ATS-Location {
        font-size: 2.25rem;
    }
}

.lp-headcap-bamboo-embed .BambooHR-ATS-board .BambooHR-ATS-Department-Header {
    font-family: Manrope;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000;
}

@media (min-width: 768px) {
    .lp-headcap-bamboo-embed .BambooHR-ATS-board .BambooHR-ATS-Department-Header {
        font-size: 2.25rem;
    }
}

.lp-headcap-bamboo-embed .BambooHR-ATS-board .BambooHR-ATS-Jobs-Item {
    padding-bottom: 1.6rem;
    display: flex;
    justify-content: space-between;
}

.lp-headcap-bamboo-embed .BambooHR-ATS-board .BambooHR-ATS-Jobs-Item a {
    color: #579BB7;
    font-family: Manrope;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

@media (min-width: 768px) {
    .lp-headcap-bamboo-embed .BambooHR-ATS-board .BambooHR-ATS-Jobs-Item a {
        font-size: 2.25rem;
    }
}

.lp-headcap-bamboo-embed .BambooHR-ATS-board .BambooHR-ATS-Jobs-Item a:hover {
    color: rgba(82, 51, 237, 0.65);
}

.lp-headcap.partnerships .lp-headcap-content {
    min-height: 70vh;
}

.lp-headcap.careers .lp-headcap-content {
    padding-bottom: 0;
}

.lp-headcap.with-code .lp-headcap-image:first-of-type {
    top: -5rem;
    left: 15rem;
    width: 50%;
}


@media (min-width: 768px) {
    .lp-headcap.with-code .lp-headcap-image:first-of-type {
        top: -3rem;
        left: 35rem;
    }
}

.lp-headcap.with-code .lp-headcap-image:last-of-type {
    left: -4rem;
    width: 80%;
}

@media (min-width: 768px) {
    .lp-headcap.with-code .lp-headcap-image:last-of-type {
        left: -10rem;
    }
}

.lp-entrylist-content {
    padding: 14rem 0 12rem 0;
}

@media (min-width: 768px) {
    .lp-entrylist-content {
        padding: 23.8rem 0 12rem 0;
    }
}

.lp-entrylist-header {
    margin: 0 auto;
    max-width: 90%;
    color: #171768;
    font-size: 3rem;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.03em;
    text-align: center;
}

@media (min-width: 768px) {
    .lp-entrylist-header {
        max-width: 75%;
        font-size: 8rem;
    }
}

@media (min-width: 768px) {
    .lp-entrylist-header.-lg {
        max-width: none;
    }
}

.lp-entrylist-header strong {
    color: #579BB7;
    font-weight: inherit;
}

.lp-entrylist-text {
    margin: 2rem auto 0 auto;
    max-width: 80%;
    color: #171768;
    font-size: 1.6rem;
    line-height: 160%;
    text-align: center;
}

@media (min-width: 768px) {
    .lp-entrylist-text {
        margin: 2.4rem auto 0 auto;
        max-width: 50%;
        font-size: 2.4rem;
    }
}

.lp-entrylist-actions {
    margin: 3.2rem 0 0 0;
    text-align: center;
}

@media (min-width: 768px) {
    .lp-entrylist-actions {
        margin: 4rem 0 0 0;
    }
}

.lp-entrylist-tags {
    display: none;
}

@media (max-width: 767px) {
    .lp-entrylist-tags {
        position: relative;
        display: flex;
        left: -0.5rem;
        width: calc(100% + 1rem);
        flex-wrap: wrap;
        gap: 0.9rem 0.5rem;
        justify-content: center;
        margin: 8rem 0 0;
    }
}

.lp-entrylist-search {
    margin: 7rem 0 0 0;
}

@media (min-width: 768px) {
    .lp-entrylist-search {
        margin: 11rem 0 0 0;
    }
}

.lp-entrylist-search.-rt {
    margin: 3rem 0 0 0;
}

@media (min-width: 768px) {
    .lp-entrylist-search.-rt {
        margin: 5rem 0 0 0;
    }
}

.lp-entrylist-main {
    margin: 6rem 0 0 0;
}

@media (min-width: 768px) {
    .lp-entrylist-main {
        margin: 11rem 0 0 0;
    }
}

.lp-entrylist-grid {
    display: grid;
    gap: 12rem;
}

@media (min-width: 768px) {
    .lp-entrylist-grid {
        grid-template-columns: 98rem auto;
        gap: 8rem;
    }
}

.lp-entrylist-title {
    margin: 0 0 4.1rem 0;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 150%;
}

@media (min-width: 768px) {
    .lp-entrylist-title {
        margin: 0 0 4rem 0;
        font-size: 3.2rem;
    }
}

.lp-entrylist-divider {
    margin: 4rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.lp-entrylist-filters {
    margin: -0.25rem;
}

@media (min-width: 768px) {
    .lp-entrylist-filters {
        margin: -0.75rem;
    }
}

.lp-entrylist-filter {
    display: inline-block;
    padding: 0.25rem;
}

@media (min-width: 768px) {
    .lp-entrylist-filter {
        padding: 0.75rem;
    }
}

.lp-entrylist-items {
    display: grid;
    gap: 6rem;
}

@media (min-width: 768px) {
    .lp-entrylist-items {
        grid-template-columns: repeat(2, 1fr);
        gap: 8rem 4rem;
    }
}

@media (min-width: 768px) {
    .lp-entrylist-item.-lg {
        grid-column: 1/3;
    }
}

.lp-entrylist-subscribe-group {
    margin: 0 0 2rem 0;
}

.lp-entrylist-subscribe-submit {
    margin: 4rem 0 0 0;
}

.lp-logoreel {
    position: relative;
}

.lp-logoreel-items {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}

.lp-logoreel-item {
    position: relative;
    flex: 0 0 16.3rem;
    width: 16.3rem;
    height: 16.3rem;
    padding: 0 2.15rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: 0.5;
}

@media (min-width: 768px) {
    .lp-logoreel-item {
        flex: 0 0 19rem;
        width: 19rem;
        height: 19rem;
        padding: 0 2.5rem;
    }

    .partnership .lp-logoreel-item {
        flex: 0 0 35rem;
        width: 35rem;
        height: 19rem;
        padding: 0 2.5rem;

    }
}

.lp-logoreel-item img {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.lp-logoreel-itemp img {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.lp-summary {
    height: 200vh;
}

@supports (height: 200lvh) {
    .lp-summary {
        height: 200lvh;
    }
}

.lp-summary-content {
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

@supports (height: 200svh) {
    .lp-summary-content {
        height: 100svh;
    }
}

.lp-summary-body {
    width: 100%;
}

.lp-summary-text {
    color: #171768;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 150%;
}

@media (min-width: 768px) {
    .lp-summary-text {
        width: 81.3rem;
        margin: auto;
        font-size: 3.2rem;
        line-height: 160%;
    }
}

.lp-challenge {
    margin: -100vh 0 0;
    height: 550vh;
}

@supports (height: 450vh) {
    .lp-challenge {
        margin-top: -100lvh;
        height: 550lvh;
    }
}

.lp-challenge.-inverse {
    color: #fff;
}

.lp-challenge-content {
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100vh;
}

@media (min-width: 768px) {
    .lp-challenge-content {
        justify-content: center;
    }
}

.lp-challenge-body {
    width: 100%;
}

.lp-challenge-main {
    position: relative;
    height: calc(100vh - 12rem);
}

.lp-challenge-header {
    position: absolute;
    top: 26%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.072rem;
}

@media (min-width: 768px) {
    .lp-challenge-header {
        top: 50%;
        font-size: 7rem;
        letter-spacing: -0.14rem;
    }
}

.lp-challenge-items {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.lp-challenge-item {
    position: absolute;
    width: 100%;
}

@media (min-width: 768px) {
    .lp-challenge-item {
        width: 35rem;
    }
}

.lp-challenge-item.-v1 {
    top: 75%;
}

@media (min-width: 768px) {
    .lp-challenge-item.-v1 {
        top: 10%;
        left: 0;
    }
}

.lp-challenge-item.-v2 {
    top: 68%;
}

@media (min-width: 768px) {
    .lp-challenge-item.-v2 {
        top: 55%;
        left: 0;
    }
}

.lp-challenge-item.-v3 {
    top: 60%;
}

@media (min-width: 768px) {
    .lp-challenge-item.-v3 {
        top: 60%;
        right: 0;
    }
}

.lp-challenge-item-num {
    color: #fb726a;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.044rem;
}

@media (min-width: 768px) {
    .lp-challenge-item-num {
        font-size: 2.4rem;
        letter-spacing: -0.048rem;
    }
}

.lp-challenge-item-text {
    display: grid;
    gap: 1.8rem 0;
    margin: 1.8rem 0 0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 160%;
}

@media (min-width: 768px) {
    .lp-challenge-item-text {
        gap: 1.6rem 0;
        margin: 1.6rem 0 0;
        font-size: 2.4rem;
    }
}

.lp-preview {
    position: relative;
    height: 700vh;
    color: #fff;
}

@supports (height: 700lvh) {
    .lp-preview {
        height: 700lvh;
    }
}

.lp-preview-sections {
    position: sticky;
    top: 0;
}

.lp-preview-section {
    position: relative;
}

.lp-preview-section:last-child {
    margin: -100vh 0 0;
}

.lp-preview-content {
    display: flex;
    padding: 4rem 0;
    justify-content: center;
    height: 100vh;
}

@media (min-width: 768px) {
    .lp-preview-content {
        align-items: center;
        padding: 20rem 0;
    }
}

.lp-preview-body {
    width: 100%;
}

.lp-preview-container {
    padding: 0 2.5rem;
}

@media (min-width: 768px) {
    .lp-preview-container {
        padding: 0 16rem;
    }
}

.lp-preview-header {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    max-width: 25.9rem;
    margin: 0 auto;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 120%;
    text-align: center;
}

@media (min-width: 768px) {
    .lp-preview-header {
        position: relative;
        max-width: 80.2rem;
        font-size: 7rem;
        line-height: 110%;
        letter-spacing: -0.14rem;
    }
}

@media (min-width: 768px) {
    .lp-preview-items {
        display: grid;
        grid-template-columns: repeat(3, 40rem);
        gap: 0 20rem;
        padding: 0 0 9rem;
        margin: 8.3rem 0 0;
    }
}

.lp-preview-item {
    padding: 3rem;
    min-height: 25.2rem;
    transform: translateZ(0);
    border-radius: 3rem;
    background: rgba(136, 136, 136, 0.1);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);

}

@media (max-width: 767px) {
    .lp-preview-item {
        position: absolute;
        top: 54vh;
        left: 2rem;
        width: calc(100vw - 4rem);
    }
}

@media (min-width: 768px) {
    .lp-preview-item {
        position: relative;
        margin: 8rem 0 0;
    }

    .lp-preview-item:nth-child(2) {
        top: 9rem;
    }
}

.lp-preview-item.-v1 {
    background: rgba(251, 114, 106, 0.1);
}

.lp-preview-icon {
    position: relative;
    width: 3.2rem;
    height: 3.2rem;
}

.lp-preview-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.lp-preview-title {
    margin: 2rem 0 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 140%;

}

@media (min-width: 768px) {
    .lp-preview-title {
        font-size: 2rem;

    }
}

.lp-preview-text {
    margin: 1rem 0 0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 160%;
}

@media (min-width: 768px) {
    .lp-preview-text {
        font-size: 2rem;
    }
}

.lp-explanation {
    position: relative;
    color: #171768;
    background: #f5f8ff;
}

@media (max-width: 767px) {
    .lp-explanation {
        height: 750vh;
    }

    @supports (height: 800vh) {
        .lp-explanation {
            height: 750lvh;
        }
    }
}

@media (max-width: 767px) {
    .lp-explanation-content {
        position: sticky;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 90vh;
        padding-bottom: 9rem;
        overflow: hidden;
        background-color: #f5f8ff;
    }

    @supports (height: 100lvh) {
        .lp-explanation-content {
            height: 90lvh;
        }
    }
}

@media (max-width: 767px) {
    .lp-explanation-body {
        width: 100%;
    }
}

.lp-explanation-header {
    padding: 0 2rem;
    font-size: 3rem;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.06rem;
    text-align: center;
}

@media (max-width: 767px) {
    .lp-explanation-header {
        transform: translateY(-10rem);
    }
}

@media (min-width: 768px) {
    .lp-explanation-header {
        padding: 0 34rem;
        font-size: 7rem;
        letter-spacing: -0.14rem;
    }
}

.lp-explanation-text {
    padding: 0 3rem;
    margin: 2rem 0 0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 160%;
    text-align: center;
}

@media (max-width: 767px) {
    .lp-explanation-text {
        transform: translateY(-10rem);
    }
}

@media (min-width: 768px) {
    .lp-explanation-text {
        padding: 0 34rem;
        font-size: 2.4rem;
    }
}

@media (min-width: 768px) {
    .lp-explanation-main {
        position: relative;
    }
}

.lp-explanation-figures {
    position: absolute;
    top: 10vh;
    left: calc(50% - 18rem);
    width: 36rem;
    height: 30rem;
}

@media (min-width: 768px) {
    .lp-explanation-figures {
        top: calc(50% - 25.1rem);
        left: calc(50% - 32.2rem);
        width: 64.4rem;
        height: 50.2rem;
    }
}

.lp-explanation-figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lp-explanation-figure.-v1 {
    z-index: 1;
}

.lp-explanation-figure.-v2 {
    z-index: 2;
}

.lp-explanation-figure img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
}

.lp-explanation-items {
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .lp-explanation-items {
        top: -7vh;
    }
}

@media (min-width: 768px) {
    .lp-explanation-items {
        position: relative;
        display: grid;
        gap: 17.8rem 19rem;
        margin: 11rem 0 0;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        z-index: 3;
    }
}

.lp-explanation-item {
    position: absolute;
    display: block;
}

@media (min-width: 768px) {
    .lp-explanation-item {
        position: relative;
        margin: 0;
    }

    .lp-explanation-item.-v5 {
        grid-area: 2/3/3/4;
    }
}

.lp-explanation-item-info {
    padding: 3rem;
    border-radius: 3rem;
    background: #fff;
}

@media (min-width: 768px) {
    .lp-explanation-item-info {
        background: rgba(255, 255, 255, 0.7);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
    }
}

.lp-explanation-item-icon {
    position: relative;
    display: block;
    width: 2.6rem;
    height: 2.6rem;
}

.lp-explanation-item-icon img {
    width: 100%;
}

.lp-explanation-item-title {
    margin: 2rem 0 0;
    color: #171768;
    font-size: 2rem;
    font-weight: 700;
    line-height: 140%;
}

@media (min-width: 768px) {
    .lp-explanation-item-title {
        font-size: 2.4rem;
    }
}

.lp-explanation-item-text {
    position: relative;
    margin: 0.8rem 0 0;
    color: #171768;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 160%;
}

@media (min-width: 768px) {
    .lp-explanation-item-text {
        font-size: 2rem;
    }
}

.lp-explanation-item-more {
    margin: 0.8rem 0 0;
}

.lp-solution {
    margin: -100vh 0 0;
    height: 600vh;
}

@supports (height: 800vh) {
    .lp-solution {
        margin-top: -100lvh;
        height: 600lvh;
    }
}

@media (min-width: 768px) {
    .lp-solution {
        height: 600vh;
    }

    @supports (height: 600vh) {
        .lp-solution {
            height: 600lvh;
        }
    }
}

.lp-solution-content {
    position: sticky;
    top: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100vh;
    padding-bottom: 9rem;
}

@supports (height: 100lvh) {
    .lp-solution-content {
        height: 100lvh;
    }
}

@media (min-width: 768px) {
    .lp-solution-content {
        padding: 0;
        align-items: center;
    }
}

.lp-solution-body {
    width: 100%;
}

.lp-solution-images {
    position: absolute;
    top: -10%;
    left: calc(50% - 26rem);
    width: 52rem;
    height: 60.2rem;
    transform: scale(0.65);
}

@media (min-width: 768px) {
    .lp-solution-images {
        position: absolute;
        top: calc(50% - 30.1rem);
        transform: none;
    }
}

.lp-solution-images-img {
    position: absolute;
}

.lp-solution-images-img.-v1 {
    top: 21.1rem;
    left: 0;
    width: 43rem;
    height: 34rem;
}

.lp-solution-images-img.-v2 {
    top: 0;
    left: 0;
    width: 34rem;
    height: 40rem;
}

.lp-solution-images-img.-v3 {
    right: 0;
    bottom: 0;
    width: 34rem;
    height: 28.8rem;
    z-index: 1;
}

.lp-solution-images-img.-v4 {
    top: 5.4rem;
    right: 0;
    width: 25rem;
    height: 33.8rem;
    z-index: 1;
}

.lp-solution-images-img.-v5 {
    top: 15.5rem;
    left: 9rem;
    width: 34rem;
    height: 34rem;
    z-index: 1;
}

.lp-solution-images-img img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
}

.lp-solution-header {
    position: absolute;
    top: 30%;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    width: 90%;
    color: #171768;
    text-align: center;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.072rem;
}

@media (min-width: 768px) {
    .lp-solution-header {
        top: 50%;
        transform: translate(-50%, -170%);
        width: auto;
        font-size: 7rem;
        letter-spacing: -0.24rem;
    }
}

.lp-solution-header b {
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0;
}

@media (min-width: 768px) {
    .lp-solution-header b {
        font-size: 2.4rem;
    }
}

.lp-solution-items {
    position: relative;
}

@media (min-width: 768px) {
    .lp-solution-items {
        display: grid;
        gap: 17.8rem 20rem;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        z-index: 3;
    }
}

.lp-solution-item {
    position: absolute;
    top: 0;
    padding: 3rem;
    z-index: 3;
    border-radius: 3rem;
    background: #fff;
    pointer-events: none;
}

.lp-solution-item:nth-child(2) {
    position: relative;
}

@media (min-width: 768px) {
    .lp-solution-item {
        position: relative;
        background: rgba(255, 255, 255, 0.7);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
    }

    .lp-solution-item.-v2 {
        order: -1;
    }

    .lp-solution-item.-v5 {
        grid-column: 3;
    }
}

.lp-solution-item-icon {
    position: relative;
    display: block;
    width: 2.6rem;
    height: 2.6rem;
}

.lp-solution-item-icon img {
    width: 100%;
}

.lp-solution-item-title {
    margin: 2rem 0 0;
    color: #171768;
    font-size: 2rem;
    font-weight: 700;
    line-height: 140%;
}

@media (min-width: 768px) {
    .lp-solution-item-title {
        font-size: 2.4rem;
    }
}

.lp-solution-item-text {
    position: relative;
    margin: 0.8rem 0 0;
    color: #171768;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 160%;
}

@media (min-width: 768px) {
    .lp-solution-item-text {
        font-size: 2rem;
    }
}

.lp-solution-item-more {
    margin: 0.8rem 0 0;
}

.lp-utility {
    position: relative;
    z-index: 1;
    background-color: #f5f8ff;
}

@media (min-width: 768px) {
    .lp-utility-content {
        padding-bottom: 0;
    }
}

.lp-utility-container {
    position: relative;
}

.lp-utility-above-header {
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 600;
    color: #3022bb;
}

.lp-utility-header {
    padding: 0 2rem;
    color: #171768;
    font-size: 3rem;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.06rem;
    text-align: center;
}

@media (min-width: 768px) {
    .lp-utility-header {
        padding: 0 20rem;
        font-size: 7rem;
        letter-spacing: -0.14rem;
    }
}

.lp-utility-header mark {
    color: #579BB7;
    background: 0 0;
}

.lp-utility-action {
    position: relative;
    margin: 3.2rem 0 0;
    z-index: 1;
    text-align: center;
}

@media (min-width: 768px) {
    .lp-utility-action {
        margin: 4rem 0 0;
    }
}

.lp-utility-sections {
    position: relative;
    margin: 6rem 0 0;
}

@media (min-width: 768px) {
    .lp-utility-sections {
        margin: -10vh 0 0;
    }
}

@media (min-width: 2200px) {
    .lp-utility-sections {
        margin: -15vh 0 0;
    }
}

@media (max-width: 767px) {
    .lp-utility-section {
        margin: 0 0 7rem;
    }

    .lp-utility-section:last-child {
        margin: 0;
    }
}

@media (min-width: 768px) {
    .lp-utility-section {
        display: flex;
        align-items: center;
        height: 100vh;
    }
}

.lp-utility-grid {
    display: grid;
    gap: 4.1rem 0;
}

@media (min-width: 768px) {
    .lp-utility-grid {
        grid-template-columns: 1fr 57rem;
        gap: 0 24.5rem;
        width: 100%;
        align-items: center;
    }
}

.lp-utility-img {
    position: relative;
    width: 32.5rem;
    height: 25rem;
}

@media (min-width: 768px) {
    .lp-utility-img {
        position: absolute;
        top: 0;
        width: 67rem;
        height: 100vh;
    }
}



.lp-utility-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.lp-utility-title {
    position: relative;
    color: #171768;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 120%;
}

@media (min-width: 768px) {
    .lp-utility-title {
        font-size: 4.8rem;
        line-height: 110%;
        letter-spacing: -0.096rem;
    }
}

.lp-utility-text {
    margin: 2.5rem 0 0;
    color: #171768;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 160%;
}

@media (min-width: 768px) {
    .lp-utility-text {
        margin: 3.2rem 0 0;
        font-size: 2rem;
    }
}

.lp-utility-text ul {
    display: grid;
    gap: 1.5rem 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .lp-utility-text ul {
        gap: 2.1rem 0;
    }
}

.lp-utility-text ul li {
    position: relative;
    padding: 0 0 0 2.6rem;
}

.lp-utility-text-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.1rem;
    height: 2.6rem;
}

@media (min-width: 768px) {
    .lp-utility-text-icon {
        height: 3.2rem;
    }
}

.lp-utility-text-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left center;
    object-position: left center;
}

.lp-utility-text p {
    margin-bottom: 2rem;
}

.lp-utility-more {
    margin: 2.5rem 0 0;
}

@media (min-width: 768px) {
    .lp-utility-more {
        margin: 3.2rem 0 0;
    }
}

.lp-utility-navigation {
    display: none;
}

@media (min-width: 768px) {
    .lp-utility-navigation {
        position: absolute;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        left: 10rem;
        width: 1.2rem;
        height: 100vh;
        margin: -10vh 0 0;
    }
}

@media (min-width: 2200px) {
    .lp-utility-navigation {
        margin: -15vh 0 0;
    }
}

@media (min-width: 768px) {
    .lp-utility-pagination {
        position: relative;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .lp-utility-pagination-line {
        position: absolute;
        display: block;
        left: calc(50% - 0.1rem);
        width: 0.2rem;
        height: 100%;
        background-color: #e0e1f8;
    }

    .lp-utility-pagination-line span {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #579BB7;
        transform-origin: top center;
    }
}

.lp-utility-pagination-bullets {
    position: relative;
}

@media (min-width: 768px) {
    .lp-utility-pagination-bullets {
        display: grid;
        gap: 8rem 0;
    }
}

@media (min-width: 768px) {
    .lp-utility-pagination-bullet {
        position: relative;
        display: block;
        width: 0.8rem;
        height: 0.8rem;
        overflow: hidden;
        background-color: #e0e1f8;
        border-radius: 50%;
    }

    .lp-utility-pagination-bullet span {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #579BB7;
        transform: scaleY(0);
        transform-origin: top center;
    }
}

.lp-definition {
    position: relative;
    overflow: hidden;
    background-color: #f5f8ff;
    color: #171768;
}

.lp-definition-header {
    padding: 0 2rem;
    font-size: 3rem;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.06rem;
    text-align: center;
}

@media (min-width: 768px) {
    .lp-definition-header {
        padding: 0 34rem;
        font-size: 7rem;
        letter-spacing: -0.14rem;
    }
}

.lp-definition-text {
    padding: 0 3rem;
    margin: 2rem 0 0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 160%;
    text-align: center;
}

@media (min-width: 768px) {
    .lp-definition-text {
        padding: 0 34rem;
        font-size: 2.4rem;
    }
}

.lp-definition-action {
    margin: 3.2rem 0 0;
    text-align: center;
}

@media (min-width: 768px) {
    .lp-definition-action {
        margin: 4rem 0 0;
    }
}

.lp-definition-sections {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem 0;
    margin: 6rem 0 0;
}

@media (max-width: 767px) {
    .lp-definition-sections {
        left: -2rem;
        width: calc(100vw - 1rem);
    }
}

@media (min-width: 768px) {
    .lp-definition-sections {
        display: grid;
        margin: 10rem 0 0;
        gap: 8.5rem 0;
    }
}

.lp-definition-section {
    position: relative;
    width: 100%;
    margin: 6rem 0 0;
    padding: 5rem 3rem;
    overflow: hidden;
}

@media (max-width: 767px) {
    .lp-definition-section {
        background-color: #fff;
        border-radius: 3rem;
    }

    .lp-definition-section.-v1 {
        background: #3022bb;
        color: #fff;
    }

    .lp-definition-section:first-child {
        margin: 0;
    }
}

@media (min-width: 768px) {
    .lp-definition-section {
        margin: 10rem 0 0;
        padding: 0;
    }
}

.lp-definition-grid {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 3rem 0;
}

@media (min-width: 768px) {
    .lp-definition-grid {
        display: grid;
        gap: 0 2rem;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .lp-definition .lp-definition-section.-reverse .lp-definition-grid-col.-left {
        order: 2;
    }
}

@media (min-width: 768px) {
    .lp-definition .-reverse .lp-definition-grid-col.-right {
        order: 1;
    }
}

@media (min-width: 768px) {
    .lp-definition-item {
        padding: 7rem;
        border-radius: 4rem;
        border: 0.2rem solid rgba(255, 255, 255, 0.2);
        background: #fff;
    }

    .lp-definition-item.-v1 {
        background: #3022bb;
        color: #fff;
    }
}

.lp-definition-images {
    width: 100%;
    height: 21.5rem;
}

@media (min-width: 768px) {
    .lp-definition-images {
        width: 100%;
        height: 100%;
        border-radius: 40px;
        border: 0.2rem solid rgba(0, 0, 0, 0.05);
    }
}

.lp-definition-image {
    position: relative;
    width: 100%;
    height: 21.5rem;
}

@media (min-width: 768px) {
    .lp-definition-image {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 9rem;
    }
}

.lp-definition-image img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
}

.lp-definition-title {
    color: #579BB7;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 160%;
}

@media (min-width: 768px) {
    .lp-definition-title {
        font-size: 2rem;
    }
}

.-reverse .lp-definition-title {
    color: #f5f5f5;
}

.lp-definition-caption {
    margin-top: 1.5rem;
    margin-bottom: 15px;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.084rem;
}

@media (min-width: 768px) {
    .lp-definition-caption {
        font-size: 4.8rem;
        font-weight: 500;
        letter-spacing: -0.096rem;
    }
}

.lp-definition-divider {
    width: 100%;
    height: 0.1rem;
    margin: 3rem 0;
    background-color: #ededed;
    opacity: 0.3;
}

@media (min-width: 768px) {
    .lp-definition-divider {
        margin: 4rem 0;
    }
}

.lp-definition-info {
    margin: 0 0 2.4rem;
}

@media (min-width: 768px) {
    .lp-definition-info {
        margin: 0 0 4rem;
    }
}

.lp-definition-info:last-child {
    margin: 0;
}

.lp-definition-info-subtitle {
    color: #579BB7;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 160%;
}

.-reverse .lp-definition-info-subtitle {
    color: #f5f5f5;
}

@media (min-width: 768px) {
    .lp-definition-info-subtitle {
        font-size: 2.4rem;
    }
}

.lp-definition-info-text {
    margin: 1rem 0 0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 160%;
}

@media (min-width: 768px) {
    .lp-definition-info-text {
        margin: 1.5rem 0 0;
        font-size: 2rem;
    }
}

.lp-definition-info-text ul {
    display: grid;
    gap: 0.5rem 0;
    padding: 0 0 0 3rem;
    margin: 0;
}

.lp-feature {
    position: relative;
    background-color: #fff;
}

@media (min-width: 768px) {
    .lp-feature-section {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100vh;
    }

    .lp-feature-section:first-child {
        margin: 0;
    }
}

@media (min-width: 768px) {
    .lp-feature-container {
        padding: 0 35.6rem 0 26rem;
    }
}

.lp-feature-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5rem 0;
}

@media (min-width: 768px) {
    .lp-feature-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0 25rem;
        align-items: center;
    }
}

.lp-feature-figure {
    display: none;
}

@media (min-width: 768px) {
    .lp-feature-figure {
        position: absolute;
        top: 0;
        left: calc(50% - 78.5rem);
        height: 100vh;
        display: flex;
        align-items: center;
    }
}

.lp-feature-figure-bg {
    position: absolute;
    top: calc(50% - 15rem);
    left: calc(50% - 15rem);
    width: 30rem;
    height: 30rem;
    background: #f5f8ff;
    border-radius: 50%;
}

@media (min-width: 768px) {
    .lp-feature-figure-bg {
        top: calc(50% - 27.5rem);
        left: calc(50% - 27.5rem);
        width: 55rem;
        height: 55rem;
    }
}

.lp-feature-figure-lottie {
    width: 60rem;
    height: 60rem;
}

.lp-feature-cube {
    position: relative;
    width: 32.4rem;
    height: 32.4rem;
}

@media (min-width: 768px) {
    .lp-feature-cube {
        width: 60rem;
        height: 60rem;
    }
}

.lp-feature-cube-bg {
    position: absolute;
    top: calc(50% - 15rem);
    left: calc(50% - 15rem);
    width: 30rem;
    height: 30rem;
    background: #f5f8ff;
    border-radius: 50%;
}

@media (min-width: 768px) {
    .lp-feature-cube-bg {
        display: none;
        top: calc(50% - 27.5rem);
        left: calc(50% - 27.5rem);
        width: 55rem;
        height: 55rem;
    }
}

.lp-feature-cube-media {
    position: relative;
    width: 100%;
    height: 32.4rem;
}

@media (min-width: 768px) {
    .lp-feature-cube-media {
        display: none;
        width: 60rem;
        height: 60rem;
        margin: auto;
    }
}

.lp-feature-cube-media img {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.lp-feature-header {
    color: #171768;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.056rem;
}

@media (min-width: 768px) {
    .lp-feature-header {
        font-size: 4.8rem;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -0.096rem;
    }
}

.lp-feature-text {
    margin: 1.6rem 0 0;
    color: #171768;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 160%;
}

@media (min-width: 768px) {
    .lp-feature-text {
        width: 41.6rem;
        margin: 1.8rem 0 0;
        font-size: 2rem;
    }
}

.lp-feature-more {
    margin: 1.6rem 0 0;
}

@media (min-width: 768px) {
    .lp-feature-more {
        margin: 1.8rem 0 0;
    }
}

.lp-overview {
    position: relative;
    overflow: hidden;
    background-color: #f5f8ff;
    color: #171768;
}

.lp-overview-grid {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 6rem 0;
}

@media (min-width: 768px) {
    .lp-overview-grid {
        display: grid;
        grid-template-columns: 1fr 65rem;
        gap: 0 17rem;
    }
}

.lp-overview-header {
    color: #171768;
    font-size: 3rem;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.06rem;
    text-align: center;
}

@media (min-width: 768px) {
    .lp-overview-header {
        font-size: 7rem;
        letter-spacing: -0.14rem;
        text-align: left;
    }
}

.lp-overview-header mark {
    color: #579BB7;
    background: 0 0;
}

.lp-overview-action {
    margin: 3.2rem 0 0;
    text-align: center;
}

@media (min-width: 768px) {
    .lp-overview-action {
        margin: 4rem 0 0;
        text-align: left;
    }
}

.lp-overview-items {
    display: flex;
    flex-wrap: nowrap;
}

@media (min-width: 768px) {
    .lp-overview-items {
        flex-wrap: wrap;
    }
}

.lp-overview-item {
    position: relative;
    border-radius: 3rem;
    background-color: #fff;
    width: 100%;
}

.lp-overview-item:last-child {
    margin: 0;
}

.partnership .lp-service-header {
    padding: 30px;
}

.partnership .lp-service-text1 {
    padding: 15px;
}

.lp-overview-header p {
    color: #171768;
    font-size: 2.4rem;
    letter-spacing: 0;
    line-height: 27px;
}

.flag {
    position: relative;
    z-index: 9999;
    padding-top: 20px;
    max-width: 450px;
    margin: 0 auto;
}

.flag img {
    /*float:left;*/
    width: 40px;
    margin: 5px;
}

.partnership {
    background-color: #fff;
}

@media (max-width: 767px) {
    .lp-overview-item {
        min-height: 34rem;
        margin: 0 1rem 0 0;
        width: 31.5rem;
        flex: 0 0 31.5rem;
        padding: 4rem 5rem 4rem 3rem;
    }
}

@media (min-width: 768px) {
    .lp-overview-item {
        margin: 0 0 3rem;
        padding: 7rem;
    }
}

.lp-overview-icon {
    width: 5rem;
    height: 5rem;
}

@media (min-width: 768px) {
    .lp-overview-icon {
        width: 12rem;
        height: 12rem;
    }
}

.lp-overview-icon img,
.lp-overview-icon svg {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
}

.lp-overview-title {
    margin: 2.5rem 0 0;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 120%;
}

@media (min-width: 768px) {
    .lp-overview-title {
        font-size: 4rem;
        line-height: 110%;
        letter-spacing: -0.096rem;
    }
}

.lp-overview-text {
    margin: 1.8rem 0 0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 160%;
}

@media (min-width: 768px) {
    .lp-overview-text {
        font-size: 2rem;
    }
}

.lp-overview-footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.8rem;
    margin: 5rem 0 0;
}

@media (min-width: 768px) {
    .lp-overview-footer {
        display: none;
    }
}

.lp-overview-nav {
    position: absolute;
    display: inline-flex;
    top: 0;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    padding: 0;
    z-index: 1;
    background-color: transparent;
    border: none;
    color: #000;
    font-size: 2.5rem;
    transition: transform ease-out 0.35s;
}

.lp-overview-nav:hover {
    transform: scale(1.05);
}

.lp-overview-nav.-left {
    left: 0;
}

.lp-overview-nav.-right {
    right: 0;
}

.lp-overview-pagination {
    position: relative;
    display: inline-flex;
    gap: 0 1.2rem;
    align-items: center;
    margin: auto;
    color: #000;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 140%;
}

.lp-overview-pagination-divider,
.lp-overview-pagination-total {
    opacity: 0.2;
}

.lp-advantage {
    position: relative;
    overflow: hidden;
}

.lp-advantage-header {
    position: relative;
    z-index: 1;
    color: #171768;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.072rem;
    text-align: center;
}

@media (min-width: 768px) {
    .lp-advantage-header {
        width: 65rem;
        font-size: 7rem;
        letter-spacing: -0.14rem;
        text-align: left;
    }
}

.lp-advantage-header strong {
    color: #579BB7;
    font-weight: 500;
}

.lp-advantage-action {
    position: relative;
    margin: 3.2rem 0 0;
    z-index: 1;
    text-align: center;
}

@media (min-width: 768px) {
    .lp-advantage-action {
        margin: 3.4rem 0 0;
        text-align: left;
    }
}

.lp-advantage-main {
    position: relative;
}

@media (min-width: 768px) {
    .lp-advantage-main {
        margin: -11rem 0 0;
    }
}

@media (min-width: 768px) {
    .lp-advantage-grid {
        display: grid;
        align-items: center;
        gap: 0 29rem;
        grid-template-columns: 1fr 58rem;
    }
}

.lp-advantage-counter {
    position: relative;
    display: none;
    gap: 0 1rem;
    margin: 0 0 4.2rem;
    align-items: center;
    font-size: 3rem;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.06rem;
    transition: color ease-out 0.4s;
}

@media (min-width: 768px) {
    .lp-advantage-counter {
        display: inline-flex;
    }
}

.lp-advantage-counter-current {
    color: #171768;
}

.lp-advantage-counter-divider,
.lp-advantage-counter-total {
    color: rgba(23, 23, 104, 0.2);
}

.lp-advantage-navs {
    display: none;
    gap: 4.7rem 0;
    padding: 0 0 0;
}

@media (min-width: 768px) {
    .lp-advantage-navs {
        display: grid;
    }
}

.lp-advantage-nav {
    position: relative;
    display: block;
    padding: 0 5.5rem 0 0;
    cursor: pointer;
    color: rgba(23, 23, 104, 0.3);
    font-size: 4.8rem;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.096rem;
    transition: color ease-out 0.4s;
}

.lp-advantage-nav.-active,
.lp-navbar.-open .lp-navbar-toggle button.lp-advantage-nav {
    color: #171768;
}

.lp-advantage-nav-icon {
    position: absolute;
    right: -1rem;
    top: 0.1rem;
    opacity: 0;
    visibility: hidden;
    font-size: 3.7rem;
    transform: translateX(-1.5rem);
    transition: opacity ease-out 0.4s, visibility ease-out 0.4s, transform ease-out 0.4s;
}

.lp-advantage-nav.-active .lp-advantage-nav-icon,
.lp-navbar.-open .lp-navbar-toggle button.lp-advantage-nav .lp-advantage-nav-icon {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.lp-advantage-items {
    position: relative;
    display: grid;
    left: -2rem;
    gap: 1rem 0;
    margin: 6rem 0 0;
    width: calc(100vw - 1rem);
    z-index: 2;
}

@media (min-width: 768px) {
    .lp-advantage-items {
        display: block;
        left: 0;
        gap: 0;
        width: 58rem;
        height: 70rem;
        margin: 0;
    }
}

.lp-advantage-item {
    position: relative;
    padding: 3rem;
    overflow: hidden;
    background-color: #fbfbfb;
    border-radius: 3rem;
}

@media (min-width: 768px) {
    .lp-advantage-item {
        position: absolute;
        display: flex;
        bottom: 0;
        align-items: center;
        width: 100%;
        min-height: 70rem;
        padding: 3rem 7.5rem;
        opacity: 0;
        visibility: hidden;
        box-shadow: 0 2rem 2rem 0 rgba(39, 39, 55, 0.05);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        transform: translateY(1rem);
        transition: transform ease-out 0.6s, opacity ease-out 0.35s, visibility ease-out 0.35s, background-color ease-out 0.35s;
    }

    .lp-advantage-item.-active.-v1,
    .lp-navbar.-open .lp-navbar-toggle button.lp-advantage-item.-v1 {
        background-color: #fbfbfb;
    }

    .lp-advantage-item.-active.-v2,
    .lp-navbar.-open .lp-navbar-toggle button.lp-advantage-item.-v2 {
        background-color: #f5f5f5;
    }

    .lp-advantage-item.-active.-v3,
    .lp-navbar.-open .lp-navbar-toggle button.lp-advantage-item.-v3 {
        background-color: #ededed;
    }

    .lp-advantage-item:nth-child(1) {
        z-index: 1;
    }

    .lp-advantage-item:nth-child(2) {
        z-index: 2;
        box-shadow: none;
        transition-delay: 0.1s;
    }

    .lp-advantage-item:nth-child(3) {
        z-index: 3;
        box-shadow: none;
        transition-delay: 0.15s;
    }

    .lp-advantage-item.-active,
    .lp-navbar.-open .lp-navbar-toggle button.lp-advantage-item {
        opacity: 1;
        visibility: visible;
    }

    .lp-advantage-item.-active:nth-child(1),
    .lp-navbar.-open .lp-navbar-toggle button.lp-advantage-item:nth-child(1) {
        z-index: 1;
        transform: translateY(-5.2rem);
    }

    .lp-advantage-item.-active:nth-child(2),
    .lp-navbar.-open .lp-navbar-toggle button.lp-advantage-item:nth-child(2) {
        z-index: 2;
        box-shadow: none;
        transform: translateY(-2.6rem);
    }

    .lp-advantage-item.-active:nth-child(3),
    .lp-navbar.-open .lp-navbar-toggle button.lp-advantage-item:nth-child(3) {
        z-index: 3;
        box-shadow: none;
        transform: translateY(0);
    }
}

.lp-advantage-item-title {
    margin: 0 0 3rem;
    color: #171768;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.022rem;
}

@media (min-width: 768px) {
    .lp-advantage-item-title {
        display: none;
    }
}

.lp-advantage-item-text {
    color: #000;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 140%;
}

@media (min-width: 768px) {
    .lp-advantage-item-text {
        font-size: 3.2rem;
    }
}

.lp-advantage-item-text ul {
    display: grid;
    gap: 4.1rem 0;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

@media (min-width: 768px) {
    .lp-advantage-item-text ul {
        gap: 6.1rem 0;
    }
}

.lp-advantage-item-text ul li {
    position: relative;
}

.lp-advantage-item-text ul li:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2rem;
    width: 100%;
    height: 0.1rem;
    background-color: #579BB7;
}

@media (min-width: 768px) {
    .lp-advantage-item-text ul li:before {
        bottom: -3rem;
    }
}

.lp-advantage-item-text ul li:last-child:before {
    display: none;
}

.lp-counter {
    position: relative;
    color: #171768;
    background-color: #f5f8ff;
}

.lp-counter-items {
    display: grid;
    gap: 4rem 3.2rem;
    grid-template-columns: repeat(2, 1fr);

}

@media (min-width: 768px) {
    .lp-counter-items {
        gap: 0 13.6rem;
        grid-template-columns: repeat(4, 1fr);

    }
}

.lp-counter-title {
    font-size: 5rem;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.1rem;
}

@media (min-width: 768px) {
    .lp-counter-title {
        font-size: 10rem;
        letter-spacing: -0.4rem;
    }
}

.lp-counter-title span {
    position: relative;
    contain: paint;
}

.lp-counter-text {
    margin: 1.5rem 0 0;
    opacity: 0.7;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 140%;
}

@media (min-width: 768px) {
    .lp-counter-text {
        margin: 2rem 0 0;
        font-size: 2.4rem;
        line-height: 130%;
        letter-spacing: -0.048rem;
    }
}

.lp-counter-header {
    position: relative;
    padding: 4rem 0 6rem;
}

@media (min-width: 768px) {
    .lp-counter-header {
        padding: 8rem 0;
    }
}

@media (min-width: 768px) {
    .lp-counter-header.-m-md {
        margin: -11.5rem 0 0;
    }
}

.lp-quote {
    position: relative;
    color: #171768;
    background-color: #f5f8ff;
}

.lp-quote-grid {
    position: relative;
    display: grid;
    gap: 5.4rem 0;
}

@media (min-width: 768px) {
    .lp-quote-grid {
        grid-template-columns: 1fr 57.3rem;
        align-items: center;
        gap: 0 11.5rem;
    }
}

@media (max-width: 767px) {
    .lp-quote-grid-col.-left {
        order: 2;
    }
}

@media (max-width: 767px) {
    .lp-quote-grid-col.-right {
        order: 1;
    }
}

.lp-quote-text {
    color: #000;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 130%;
}

@media (min-width: 768px) {
    .lp-quote-text {
        font-size: 4.8rem;
    }
}

.lp-quote-text blockquote:after,
.lp-quote-text blockquote:before,
.lp-quote-text q:after,
.lp-quote-text q:before {
    color: #579BB7;
}

.lp-quote-authors {
    display: grid;
    gap: 0.5rem 0;
    margin: 3rem 0 0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 160%;
}

@media (min-width: 768px) {
    .lp-quote-authors {
        gap: 0.75rem 0;
        margin: 4.5rem 0 0;
        font-size: 2rem;
    }
}

.lp-quote-authors mark {
    color: #579BB7;
    background-color: transparent;
}

.lp-quote-img {
    width: 100%;
    height: 37.4rem;
}

@media (min-width: 768px) {
    .lp-quote-img {
        height: 65.9rem;
    }
}

.lp-quote-img img {
    width: 100%;
    height: 100%;
    border-radius: 3rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media (min-width: 768px) {
    .lp-quote-img img {
        border-radius: 4rem;
    }
}

.lp-textplace {
    position: relative;
    color: #171768;
    background-color: #f5f8ff;
}

.lp-textplace-header {
    font-size: 3rem;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.06rem;
}

@media (max-width: 767px) {
    .lp-textplace-header {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .lp-textplace-header {
        font-size: 7rem;
        letter-spacing: -0.14rem;
    }
}

.lp-textplace-grid {
    display: grid;
    gap: 5.3rem 0;
}

@media (min-width: 768px) {
    .lp-textplace-grid {
        grid-template-columns: 45rem 1fr;
        gap: 0 16.1rem;
    }
}

.lp-textplace-aside {
    position: relative;
}

.lp-textplace-action {
    margin: 3.2rem 0 0;
}

@media (max-width: 767px) {
    .lp-textplace-action {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .lp-textplace-action {
        margin: 4.8rem 0 0;
    }
}

.lp-textplace-text {
    display: grid;
    gap: 2rem 0;
    opacity: 0.8;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 160%;
}

@media (min-width: 768px) {
    .lp-textplace-text {
        gap: 2.5rem 0;
        font-size: 3.2rem;
        font-weight: 500;
    }
}

.lp-textplace-text p {
    position: relative;
}

.lp-advisor {
    position: relative;
    background-color: #f5f8ff;
}

@media (max-width: 767px) {
    .lp-advisor-container {
        padding: 0 1rem;
    }
}

.lp-advisor-header {
    padding: 0 1.5rem;
    color: #171768;
    font-size: 3rem;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.06rem;
    text-align: center;
}

@media (min-width: 768px) {
    .lp-advisor-header {
        padding: 0;
        font-size: 7rem;
        letter-spacing: -0.14rem;
    }
}

.lp-advisor-items {
    display: grid;
    gap: 1rem 0;
    margin: 6rem 0 0;
}

@media (min-width: 768px) {
    .lp-advisor-items {
        grid-template-columns: repeat(2, 1fr);
        gap: 0 3.4rem;
        margin: 11rem 0 0;
    }
}

.lp-advisor-item {
    position: relative;
    display: grid;
    gap: 0 3rem;
    padding: 2rem;
    grid-template-columns: 11rem 1fr;
    align-items: center;
    min-height: 11rem;
    color: #171768;
    background-color: #fff;
    border-radius: 3rem;
}

@media (min-width: 768px) {
    .lp-advisor-item {
        gap: 0 7rem;
        grid-template-columns: 17rem 1fr;
        padding: 6rem;
        min-height: 29rem;
        border-radius: 4rem;
    }
}

.lp-advisor-img {
    width: 11rem;
    height: 11rem;
}

@media (min-width: 768px) {
    .lp-advisor-img {
        width: 17rem;
        height: 17rem;
    }
}

.lp-advisor-img img {
    width: 100%;
    height: 100%;
    border-radius: 2rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media (min-width: 768px) {
    .lp-advisor-img img {
        border-radius: 3rem;
    }
}

.lp-advisor-title {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 130%;
}

@media (min-width: 768px) {
    .lp-advisor-title {
        font-size: 3.2rem;
        line-height: 110%;
        letter-spacing: -0.064rem;
    }
}

.lp-advisor-text {
    margin: 0.8rem 0 0;
    opacity: 0.7;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 160%;
}

@media (min-width: 768px) {
    .lp-advisor-text {
        margin: 1.8rem 0 0;
        font-size: 2rem;
    }
}

.lp-service {
    position: relative;
    overflow: hidden;
    background-color: #f5f8ff;
}

.lp-service-header {
    position: relative;
    padding: 0 3rem;
    color: #171768;
    font-size: 3rem;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.06rem;
    text-align: center;
}

@media (min-width: 768px) {
    .lp-service-header {
        padding: 0 32rem;
        font-size: 7rem;
        letter-spacing: -0.14rem;
    }
}

.lp-service-items {
    display: grid;
    gap: 0.5rem 0;
    margin: 6rem 0 0;
}

@media (min-width: 768px) {
    .lp-service-items {
        grid-template-columns: repeat(2, 1fr);
        gap: 4rem;
        padding: 0 16rem;
        margin: 11rem 0 0;
    }
}

.lp-service-item {
    position: relative;
    height: 41rem;
    padding: 4rem 7rem 4rem 3rem;
    overflow: hidden;
    border-radius: 3.1rem;
}

@media (min-width: 768px) {
    .lp-service-item {
        height: 62rem;
        padding: 7rem 12.8rem 7rem 7rem;
        border-radius: 4rem;
    }
}

.lp-service-item.-v1 {
    color: #fff;
}

.lp-service-item.-v2 {
    color: #fff;
}

.lp-service-item.-v3 {
    color: #171768;
}

@media (min-width: 768px) {
    .lp-service-item.-medium {
        height: 67rem;
    }
}

@media (min-width: 768px) {
    .lp-service-item.-large {
        margin: 22rem 0 -44rem;
        height: 84rem;
        z-index: 1;
    }

    .lp-service-item.-large1 {
        margin: 20rem 0 -44rem;
        height: 62rem;
        z-index: 1;
    }

    .-v6 {
        color: #fff;
    }
}

@media (max-width: 767px) {
    .lp-service-item:nth-child(1) {
        order: 1;
    }

    .lp-service-item:nth-child(2) {
        order: 3;
    }

    .lp-service-item:nth-child(3) {
        order: 2;
    }

    .lp-service-item:nth-child(4) {
        order: 5;
    }

    .lp-service-item:nth-child(5) {
        order: 4;
    }
}

.lp-service-title {
    position: relative;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 120%;
}

@media (min-width: 768px) {
    .lp-service-title {
        font-size: 4.7rem;
        line-height: 110%;
        letter-spacing: -0.096rem;
    }
}

.lp-service-text {
    position: relative;
    margin: 1.8rem 0 0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 160%;
}

@media (min-width: 768px) {
    .lp-service-text {
        padding: 0 5.15rem 0 0;
        font-size: 2rem;
    }
}

.lp-service-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lp-service-img picture {
    display: block;
    width: 100%;
    height: 100%;
}

.lp-service-img picture img {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.lp-problem {
    position: relative;
    height: 900vh;
    background: #fff;
}

@supports (height: 800vh) {
    .lp-problem {
        height: 900lvh;
    }
}

@media (min-width: 768px) {
    .lp-problem {
        margin: -100vh 0 0;
    }

    @supports (margin-top: -100vh) {
        .lp-problem {
            margin-top: -100vh;
        }
    }
}

.lp-problem-content {
    position: sticky;
    top: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100vh;
    padding-bottom: 9rem;
    overflow: hidden;
}

@supports (height: 100lvh) {
    .lp-problem-content {
        height: 100lvh;
    }
}

@media (min-width: 768px) {
    .lp-problem-content {
        padding: 0;
        align-items: center;
    }
}

.lp-problem-body {
    width: 100%;
}

@media (min-width: 768px) {
    .lp-problem-grid {
        display: grid;
        align-items: center;
        gap: 0 8rem;
        grid-template-columns: 45rem 46rem 45rem;
    }
}

@media (max-width: 767px) {
    .lp-problem-grid-col.-left {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100vh;
        text-align: center;
    }

    @supports (height: 100lvh) {
        .lp-problem-grid-col.-left {
            height: 100lvh;
        }
    }
}

.lp-problem-grid-col.-center {
    position: relative;
}

@media (max-width: 767px) {
    .lp-problem-grid-col.-center {
        position: absolute;
        display: flex;
        top: 0;
        left: 0;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 4rem 2.5rem 6.5rem;
        z-index: 1;
    }
}

@media (max-width: 767px) {
    .lp-problem-grid-col.-right {
        position: absolute;
        display: flex;
        top: 0;
        left: 0;
        align-items: flex-end;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 4rem 2.5rem 6.5rem;
        z-index: 2;
    }
}

@media (min-width: 768px) {
    .lp-problem-grid-col.-right {
        padding: 0 0 0 5rem;
    }
}

.lp-problem-header {
    color: #171768;
    font-size: 3rem;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.06rem;
}

@media (min-width: 768px) {
    .lp-problem-header {
        font-size: 7rem;
        letter-spacing: -0.14rem;
    }
}

.lp-problem-header mark {
    color: #579BB7;
    background-color: transparent;
}

@media (min-width: 768px) {
    .lp-problem-figure {
        width: 46rem;
        height: 46rem;
    }
}

.lp-problem-fill {
    position: absolute;
    top: calc(50% - 35rem);
    left: calc(50% - 25rem);
    width: 50rem;
    height: 50rem;
    border-radius: 50%;
    background-color: #f5f8ff;
}

@media (min-width: 768px) {
    .lp-problem-fill {
        top: calc(50% - 25rem);
        left: calc(50% - 24rem);
        width: 50rem;
        height: 50rem;
    }
}

.lp-problem-images {
    position: absolute;
    top: calc(50% - 34rem);
    left: calc(50% - 25rem);
    width: 50rem;
    height: 48.7rem;
}

@media (max-width: 767px) {
    .lp-problem-images {
        transform: scale(0.73);
    }
}

@media (min-width: 768px) {
    .lp-problem-images {
        position: relative;
        top: calc(50% - 17.7rem);
        left: calc(50% - 18.2rem);
        width: 36.4rem;
        height: 35.4rem;
    }
}

.lp-problem-images-img {
    position: absolute;
    width: 20.9rem;
    height: 23.3rem;
}

@media (min-width: 768px) {
    .lp-problem-images-img {
        width: 15.2rem;
        height: 17rem;
    }
}

.lp-problem-images-img.-v1 {
    top: 0;
    left: 9.6rem;
    z-index: 1;
}

@media (min-width: 768px) {
    .lp-problem-images-img.-v1 {
        left: 7.1rem;
    }
}

.lp-problem-images-img.-v2 {
    top: 7.7rem;
    left: 24.4rem;
    z-index: 2;
}

@media (min-width: 768px) {
    .lp-problem-images-img.-v2 {
        top: 5.6rem;
        left: 17.7rem;
    }
}

.lp-problem-images-img.-v3 {
    top: 9.7rem;
    left: 0;
}

@media (min-width: 768px) {
    .lp-problem-images-img.-v3 {
        top: 7rem;
    }
}

.lp-problem-images-img.-v4 {
    top: 17.6rem;
    left: 14.4rem;
}

@media (min-width: 768px) {
    .lp-problem-images-img.-v4 {
        top: 12.8rem;
        left: 10.5rem;
    }
}

.lp-problem-images-img.-v5 {
    right: 0;
    bottom: 0;
}

.lp-problem-images-img img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 767px) {
    .lp-problem-items {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 767px) {
    .lp-problem-item {
        position: absolute;
        left: 2.5rem;
        bottom: 6.5rem;
        width: calc(100vw - 5rem);
        min-height: 25.5rem;
        padding: 3rem;
        border-radius: 3rem;
        background: rgba(255, 255, 255, 0.7);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        z-index: 3;
    }

    .lp-navbar.-open .lp-navbar-toggle button.lp-problem-item,
    .lp-problem-item.-active {
        z-index: 4;
    }
}

@media (min-width: 768px) {
    .lp-problem-item {
        margin: 5rem 0 0;
        opacity: 0.3;
        transition: opacity ease-out 0.7s;
    }

    .lp-problem-item:first-child {
        margin: 0;
    }

    .lp-navbar.-open .lp-navbar-toggle button.lp-problem-item,
    .lp-problem-item.-active {
        opacity: 1;
        z-index: 4;
    }
}

.lp-problem-icon {
    width: 2.6rem;
    height: 2.6rem;
}

.lp-problem-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

@media (min-width: 768px) {
    .lp-problem-icon {
        display: none;
    }
}

.lp-problem-title {
    position: relative;
    margin: 2rem 0 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 140%;
}

@media (min-width: 768px) {
    .lp-problem-title {
        margin: 0;
        font-size: 3.2rem;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -0.064rem;
    }
}

@media (min-width: 768px) {
    .lp-problem-info {
        position: relative;
        display: grid;
        gap: 1.8rem 0;
        grid-template-rows: 0fr;
        transition: grid-template-rows 0.4s;
    }

    .lp-navbar.-open .lp-navbar-toggle button.lp-problem-item .lp-problem-info,
    .lp-problem-item.-active .lp-problem-info {
        grid-template-rows: 1fr;
    }
}

@media (min-width: 768px) {
    .lp-problem-line {
        position: relative;
        overflow: hidden;
    }
}

.lp-problem-text {
    position: relative;
    display: block;
    margin: 0.8rem 0 0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 160%;
}

@media (min-width: 768px) {
    .lp-problem-text {
        margin: 2.6rem 0 0;
        font-size: 2rem;
    }
}

.lp-problem-more {
    position: relative;
    margin: 0.8rem 0 0;
}

@media (min-width: 768px) {
    .lp-problem-more {
        margin: 1.8rem 0 0;
    }
}

.lp-worth {
    position: relative;
    overflow: hidden;
    background-color: #f5f8ff;
}

.lp-worth-header {
    padding: 0 2rem;
    color: #171768;
    font-size: 3rem;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.06rem;
    text-align: center;
}

@media (min-width: 768px) {
    .lp-worth-header {
        padding: 0 34rem;
        font-size: 7rem;
        letter-spacing: -0.14rem;
    }
}

.lp-worth-header mark {
    color: #579BB7;
    background: 0 0;
}

.lp-worth-action {
    margin: 3.2rem 0 0;
    text-align: center;
}

@media (min-width: 768px) {
    .lp-worth-action {
        margin: 3.4rem 0 0;
    }
}

.lp-worth-items {
    display: grid;
    gap: 0.5rem 0;
    margin: 6rem 0 0;
}

@media (max-width: 767px) {
    .lp-worth-items {
        transition: none;
    }
}

@media (min-width: 768px) {
    .lp-worth-items {
        display: flex;
        flex-wrap: nowrap;
        gap: 0;
        margin: 11rem 0 0;
        transition-timing-function: linear;
    }
}

.lp-worth-item {
    position: relative;
    padding: 4rem 7rem 4rem 3rem;
    background-color: #fff;
    border-radius: 3rem;
}

@media (min-width: 768px) {
    .lp-worth-item {
        width: 64.8rem;
        flex: 1 0 64.8rem;
        padding: 7rem;
        margin: 0 3rem 0 0;
        border-radius: 3.6rem;
    }

    .lp-worth-item:last-child {
        margin: 0;
    }
}

.lp-worth-item.-v1 {
    display: flex;
    flex-direction: column;
    min-height: 41rem;
    padding-bottom: 0;
    overflow: hidden;
}

@media (min-width: 768px) {
    .lp-worth-item.-v1 {
        min-height: 62rem;
    }
}

.lp-worth-icon {
    position: relative;
    width: 6rem;
    height: 6rem;
}

@media (min-width: 768px) {
    .lp-worth-icon {
        width: 12rem;
        height: 12rem;
    }
}

.lp-worth-icon img,
.lp-worth-icon svg {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
}

.lp-worth-title {
    position: relative;
    margin: 2.5rem 0 0;
    color: #171768;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 120%;
}

@media (min-width: 768px) {
    .lp-worth-title {
        font-size: 4.8rem;
        line-height: 110%;
        letter-spacing: -0.096rem;
    }
}

.lp-worth-text {
    margin: 1.8rem 0 0;
    color: #171768;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 160%;
}

@media (min-width: 768px) {
    .lp-worth-text {
        font-size: 2rem;
    }
}

.lp-worth-img {
    width: calc(100% + 4rem);
    height: 18.5rem;
    margin: auto 0 0;
}

@media (min-width: 768px) {
    .lp-worth-img {
        width: 100%;
        height: 30rem;
    }
}

.lp-worth-img img {
    width: 100%;
    height: 100%;
    -o-object-position: center bottom;
    object-position: center bottom;
    -o-object-fit: contain;
    object-fit: contain;
}

.lp-jumbotron {
    position: relative;
}

.lp-jumbotron.-jumbotron-small.-blue {
    background-color: #f5f8ff;

}

.lp-jumbotron.-jumbotron-large {
    background-color: #1E458A;
}

a,
a:hover {
    text-decoration: none;
}

.lp-overview-title mark {
    color: #579BB7;
    background: 0 0;
}

@media (max-width: 767px) {
    .lp-jumbotron-content {
        padding: 0;
    }
}

@media (min-width: 768px) {
    .lp-jumbotron.-jumbotron-large .lp-jumbotron-content {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        height: 100vh;
        min-height: 65rem;
    }
}

@media (max-width: 767px) {
    .lp-jumbotron-container {
        padding: 0;
    }
}

@media (min-width: 768px) {
    .lp-jumbotron.-jumbotron-large .lp-jumbotron-container {
        width: 100%;
        padding: 0 16rem;
    }
}

.lp-jumbotron-main {
    position: relative;
    display: block;
    padding: 7rem 2.5rem;
    overflow: hidden;
    background-color: #1E458A;
    color: #fff;
}

@media (min-width: 768px) {
    .lp-jumbotron-main {
        padding: 0 19rem 0 16rem;
        border-radius: 4rem;
    }
}

@media (min-width: 768px) {
    .lp-jumbotron.-jumbotron-small .lp-jumbotron-main {
        padding: 0 9rem 0 11rem;
    }
}

@media (min-width: 768px) {
    .lp-jumbotron.-jumbotron-large .lp-jumbotron-main {
        padding: 0;
        border-radius: 0;
        background-color: transparent;
    }
}

.lp-jumbotron-grid,
.lp-jumbotron-slides-grid {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12rem 0;
}

@media (min-width: 768px) {

    .lp-jumbotron-grid,
    .lp-jumbotron-slides-grid {
        display: grid;
        grid-template-columns: 47.6rem 1fr;
        align-items: center;
        gap: 0 19rem;
        min-height: 75rem;
    }
}

.lp-jumbotron.-jumbotron-small .lp-jumbotron-grid,
.lp-jumbotron.-jumbotron-small .lp-jumbotron-slides-grid {
    gap: 8rem 0;
}

@media (min-width: 768px) {

    .lp-jumbotron.-jumbotron-small .lp-jumbotron-grid,
    .lp-jumbotron.-jumbotron-small .lp-jumbotron-slides-grid {
        grid-template-columns: 46.8rem 1fr;
        gap: 0 15.7rem;
        min-height: 72rem;
    }
}

@media (min-width: 768px) {

    .lp-jumbotron.-jumbotron-large .lp-jumbotron-grid,
    .lp-jumbotron.-jumbotron-large .lp-jumbotron-slides-grid {
        grid-template-columns: 75rem 1fr;
        gap: 0 18.8rem;
        min-height: 100vh;
    }
}

@media (min-width: 768px) {

    .lp-jumbotron-grid-col.-left,
    .lp-jumbotron-slides-grid-col.-left {
        order: 1;
    }
}

@media (min-width: 768px) {

    .lp-jumbotron-grid-col.-right,
    .lp-jumbotron-slides-grid-col.-right {
        order: 2;
    }
}

.lp-jumbotron-header {
    padding: 0 10rem 0 0;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.056rem;
}

@media (min-width: 768px) {
    .lp-jumbotron-header {
        padding: 0 10rem 0 0;
        font-size: 4.8rem;
        font-weight: 500;
        letter-spacing: -0.096rem;
    }
}

.lp-jumbotron-header mark {
    background-color: transparent;
    color: #579BB7;
}

.lp-jumbotron.-jumbotron-large .lp-jumbotron-header,
.lp-jumbotron.-jumbotron-small .lp-jumbotron-header {
    padding: 0;
}

@media (max-width: 767px) {

    .lp-jumbotron.-jumbotron-large .lp-jumbotron-header,
    .lp-jumbotron.-jumbotron-small .lp-jumbotron-header {
        text-align: center;
    }
}

@media (min-width: 768px) {

    .lp-jumbotron.-jumbotron-large .lp-jumbotron-header,
    .lp-jumbotron.-jumbotron-small .lp-jumbotron-header {
        padding: 0 7rem 0 0;
        font-size: 7rem;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -0.14rem;
    }
}

@media (min-width: 768px) {
    .lp-jumbotron.-jumbotron-small .lp-jumbotron-header {
        padding: 0;
    }
}

.lp-jumbotron-text {
    position: relative;
    width: 32.5rem;
    margin: 2.4rem 0 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 160%;
}

@media (min-width: 768px) {
    .lp-jumbotron-text {
        width: 50.4rem;
        font-size: 2rem;
    }
}

.lp-jumbotron.-jumbotron-small .lp-jumbotron-text {
    width: auto;
}

@media (min-width: 768px) {
    .lp-jumbotron.-jumbotron-small .lp-jumbotron-text {
        color: #fff;
        font-size: 2.4rem;
    }
}

@media (max-width: 767px) {
    .lp-jumbotron.-jumbotron-large .lp-jumbotron-text {
        padding: 0 1.1rem;
        text-align: center;
    }
}

@media (min-width: 768px) {
    .lp-jumbotron.-jumbotron-large .lp-jumbotron-text {
        width: auto;
        padding: 0 5rem 0 0;
        margin: 4.4rem 0 0;
        font-size: 2.4rem;
    }
}

.lp-jumbotron-more {
    margin: 2.4rem 0 0;
}

@media (max-width: 767px) {
    .lp-jumbotron.-jumbotron-small .lp-jumbotron-more {
        margin: 3.2rem 0 0;
        text-align: center;
    }
}

@media (min-width: 768px) {
    .lp-jumbotron.-jumbotron-small .lp-jumbotron-more {
        margin: 4rem 0 0;
    }
}

.lp-jumbotron-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem 0;
    margin: 3.2rem 0 0;
}

@media (min-width: 768px) {
    .lp-jumbotron-actions {
        flex-direction: row;
        gap: 0 1.2rem;
        margin: 4.4rem 0 0;
    }
}

@media (max-width: 767px) {
    .lp-jumbotron-action>* {
        width: 23rem;
    }
}

.lp-jumbotron-carousel {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .lp-jumbotron-carousel {
        left: -2.5rem;
        width: 100vw;
    }
}

@media (min-width: 768px) {
    .lp-jumbotron-carousel {
        height: 72rem;
    }
}

.lp-jumbotron-items {
    position: relative;
    transition-timing-function: linear;
}

@media (max-width: 767px) {
    .lp-jumbotron-items {
        display: flex;
        flex-wrap: nowrap;
    }
}

.lp-jumbotron-item {
    position: relative;
    cursor: all-scroll;
}

@media (max-width: 767px) {
    .lp-jumbotron-item {
        width: 28rem;
        flex: 1 0 28rem;
        height: 18.5rem;
        margin: 0 1rem 0 0;
    }
}

@media (min-width: 768px) {
    .lp-jumbotron-item {
        width: 46.8rem;
        height: 31.1rem;
        margin: 0 0 3rem;
    }
}

.lp-jumbotron-item:last-child {
    margin: 0;
}

.lp-jumbotron-img {
    width: 28rem;
    height: 18.5rem;
}

@media (min-width: 768px) {
    .lp-jumbotron-img {
        width: 46.8rem;
        height: 31.1rem;
    }
}

.lp-jumbotron-img img {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 4rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.lp-jumbotron-cards,
.lp-jumbotron-slides {
    position: relative;
    left: -2.5rem;
    width: 100vw;
}

@media (min-width: 768px) {

    .lp-jumbotron-cards,
    .lp-jumbotron-slides {
        display: flex;
        left: 0;
        gap: 0 2rem;
        width: 47.6rem;
        height: 75rem;
    }
}

@media (min-width: 768px) {

    .lp-jumbotron.-jumbotron-large .lp-jumbotron-cards,
    .lp-jumbotron.-jumbotron-large .lp-jumbotron-slides {
        gap: 0 3rem;
        width: 75rem;
        height: 100vh;
        min-height: 65rem;
    }
}

.lp-jumbotron-cards-grid,
.lp-jumbotron-slides-grid {
    margin: 0 0 1rem;
}

.lp-jumbotron-cards-grid:last-child,
.lp-jumbotron-slides-grid:last-child {
    margin: 0;
}

@media (min-width: 768px) {

    .lp-jumbotron-cards-grid,
    .lp-jumbotron-slides-grid {
        margin: 0;
    }
}

@media (max-width: 767px) {

    .lp-jumbotron.-jumbotron-large .lp-jumbotron-cards-grid.-v1,
    .lp-jumbotron.-jumbotron-large .lp-jumbotron-slides-grid.-v1 {
        left: -15rem;
        width: calc(100vw + 30rem);
        transform: translateX(-15rem);
    }
}

.lp-jumbotron-cards-col,
.lp-jumbotron-slides-col {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    transition-timing-function: linear;
}

@media (min-width: 768px) {

    .lp-jumbotron-cards-col,
    .lp-jumbotron-slides-col {
        width: 22.8rem;
        height: 100%;
        flex-wrap: wrap;
    }
}

@media (min-width: 768px) {

    .lp-jumbotron.-jumbotron-large .lp-jumbotron-cards-col,
    .lp-jumbotron.-jumbotron-large .lp-jumbotron-slides-col {
        width: 36.7rem;
    }
}

.lp-jumbotron-card,
.lp-jumbotron-slide {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 15.8rem;
    min-height: 22.4rem;
    padding: 2.5rem;
    margin: 0 1rem 0 0;
    border-radius: 3rem;
    background-color: rgba(255, 255, 255, 0.1);
    transition: background-color ease-out 0.4s;
}

@media (max-width: 767px) {

    .lp-jumbotron-card,
    .lp-jumbotron-slide {
        transition: background-color ease-out 0.4s, transform ease-out 0.4s;
    }

    .lp-jumbotron-card:nth-child(2n + 1),
    .lp-jumbotron-slide:nth-child(2n + 1) {
        transform: translateY(2rem);
    }
}

@media (min-width: 768px) {

    .lp-jumbotron-card,
    .lp-jumbotron-slide {
        padding: 3rem;
        width: 100%;
        min-height: 27.5rem;
        margin: 0 0 2rem;
        border-radius: 4.6rem;
    }
}

.lp-jumbotron-card:last-child,
.lp-jumbotron-slide:last-child {
    margin: 0;
}

.lp-jumbotron-card:hover,
.lp-jumbotron-slide:hover {
    background-color: rgba(255, 255, 255, 0.08);
}

.lp-jumbotron.-jumbotron-large .lp-jumbotron-card,
.lp-jumbotron.-jumbotron-large .lp-jumbotron-slide {
    width: 29rem;
    min-height: 35rem;
    padding: 3rem;
    transform: none;
}

@media (min-width: 768px) {

    .lp-jumbotron.-jumbotron-large .lp-jumbotron-card,
    .lp-jumbotron.-jumbotron-large .lp-jumbotron-slide {
        margin: 0 0 3rem;
        padding: 4rem;
        width: 100%;
        min-height: 33rem;
        border-radius: 4.4rem;
    }
}

.lp-jumbotron-card-icon,
.lp-jumbotron-slide-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.6rem;
    height: 6.6rem;
    color: rgba(255, 255, 255, 0.45);
    border: 0.3rem solid transparent;
    border-radius: 50%;
    transition: color ease-out 0.4s;
}

.lp-jumbotron-card-icon svg,
.lp-jumbotron-slide-icon svg {
    width: 2.6rem;
    height: 2.6rem;
}

.lp-jumbotron-card-icon .lp-jumbotron-card,
.lp-jumbotron-slide-icon .lp-jumbotron-card,
.lp-jumbotron-slide:hover .lp-jumbotron-card-icon,
.lp-jumbotron-slide:hover .lp-jumbotron-slide-icon {
    color: #fff;
}

.lp-jumbotron.-jumbotron-large .lp-jumbotron-card-icon,
.lp-jumbotron.-jumbotron-large .lp-jumbotron-slide-icon {
    width: 7.4rem;
    height: 7.4rem;
}

.lp-jumbotron.-jumbotron-large .lp-jumbotron-card-icon svg,
.lp-jumbotron.-jumbotron-large .lp-jumbotron-slide-icon svg {
    width: 3.4rem;
    height: 3.4rem;
}

.lp-jumbotron-card-title,
.lp-jumbotron-slide-title {
    margin: 1.4rem 0 0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 140%;
}

@media (min-width: 768px) {

    .lp-jumbotron-card-title,
    .lp-jumbotron-slide-title {
        font-size: 2.4rem;
    }
}

.lp-jumbotron-card-caption,
.lp-jumbotron-slide-caption {
    margin: 4rem 0 0;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 140%;
}

@media (min-width: 768px) {

    .lp-jumbotron-card-caption,
    .lp-jumbotron-slide-caption {
        font-size: 2.4rem;
        font-weight: 600;
        line-height: 130%;
        letter-spacing: -0.024rem;
    }
}

.lp-jumbotron-card-text,
.lp-jumbotron-slide-text {
    margin: 1.5rem 0 0;
    opacity: 0.8;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 160%;
}

@media (min-width: 768px) {

    .lp-jumbotron-card-text,
    .lp-jumbotron-slide-text {
        font-size: 2rem;
    }
}

.lp-jumbotron-card-arr,
.lp-jumbotron-slide-arr {
    position: relative;
    align-self: flex-end;
    margin: auto 0 0;
    cursor: pointer;
    transition: transform ease-out 0.4s;
}

.lp-jumbotron-card-arr .lp-jumbotron-card,
.lp-jumbotron-slide-arr .lp-jumbotron-card,
.lp-jumbotron-slide:hover .lp-jumbotron-card-arr,
.lp-jumbotron-slide:hover .lp-jumbotron-slide-arr {
    transform: scale(1.1);
}

.lp-jumbotron-card-arr svg,
.lp-jumbotron-slide-arr svg {
    width: 2.2rem;
    height: 2rem;
}

.lp-jumbotron-footer {
    margin-top: 5rem;
    display: flex;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .lp-jumbotron-footer {
        margin-top: 0;
        left: -17rem;
        position: absolute;
        bottom: 0;
        z-index: 10;
    }
}

.lp-jumbotron-footer button {
    background: 0 0;
    border: 0;
    color: #ff4c4c;
}

@media (min-width: 768px) {
    .lp-jumbotron-footer button {
        position: absolute;
        transform: rotate(90deg);
    }
}

@media (min-width: 768px) {
    .lp-jumbotron-footer button:first-of-type {
        top: -18rem;
    }
}

@media (min-width: 768px) {
    .lp-jumbotron-footer button:last-of-type {
        top: -10rem;
    }
}

.lp-jumbotron-footer button .lp-svgsprite {
    width: 4rem;
    height: 4rem;
}

.lp-jumbotron-footer button.swiper-button-disabled {
    color: #fff;
}

.lp-jumbotron-navs {
    order: 2;
}

.lp-jumbotron-pagination {
    display: flex;
    order: 1;
    font-size: 4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 114%;
}

@media (min-width: 768px) {
    .lp-jumbotron-pagination {
        display: block;
        position: absolute;
        bottom: 5rem;
        left: 7rem;
    }
}

.lp-testimonials {
    position: relative;
    overflow: hidden;
}

.lp-testimonials-header {
    position: relative;
    margin: 0 0 6rem;
    color: #171768;
    font-size: 3rem;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.06rem;
    text-align: center;
    text-wrap: balance;
}

@media (min-width: 768px) {
    .lp-testimonials-header {
        padding: 0 30rem;
        margin: 0 0 7rem;
        font-size: 7rem;
        letter-spacing: -0.14rem;
    }
}

.lp-testimonials-header mark {
    color: #579BB7;
    background-color: transparent;
}

.lp-testimonials-carousel {
    position: relative;
}

.lp-testimonials-items {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}

.lp-testimonials-item {
    flex: 1 0 100%;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9);
    transition: transform ease-out 0.65s, opacity ease-out 0.65s, visibility ease-out 0.65s;
}

.lp-navbar.-open .lp-navbar-toggle button.lp-testimonials-item,
.lp-testimonials-item.-active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.lp-testimonials-person {
    display: grid;
    gap: 0 2rem;
    grid-template-columns: 6rem 1fr;
    align-items: center;
}

@media (min-width: 768px) {
    .lp-testimonials-person {
        grid-template-columns: 14rem 1fr;
        gap: 0 4rem;
        padding: 0 40rem 0 26rem;
    }
}

.lp-testimonials-img {
    width: 6rem;
    height: 6rem;
}

@media (min-width: 768px) {
    .lp-testimonials-img {
        width: 14rem;
        height: 14rem;
    }
}

.lp-testimonials-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.lp-testimonials-title {
    color: #579BB7;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 160%;
}

@media (min-width: 768px) {
    .lp-testimonials-title {
        font-size: 2.4rem;
        font-weight: 700;
    }
}

.lp-testimonials-caption {
    color: #000;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 160%;
}

@media (min-width: 768px) {
    .lp-testimonials-caption {
        font-size: 2rem;
    }
}

.lp-testimonials-text {
    position: relative;
    margin: 3rem 0 0;
    font-size: 2rem;
    font-weight: 500;
    line-height: 130%;
}

@media (min-width: 768px) {
    .lp-testimonials-text {
        margin: 5rem 0 0;
        padding: 0 26rem;
        font-size: 3.2rem;
    }
}

.lp-testimonials-text mark {
    color: #579BB7;
    background-color: transparent;
}

@media (max-width: 767px) {
    .lp-testimonials-control {
        position: relative;
        display: flex;
        margin: 4rem 0 0;
        justify-content: center;
    }
}

.lp-testimonials-nav {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    padding: 0;
    z-index: 1;
    background-color: transparent;
    border: none;
    color: #000;
    transition: transform ease-out 0.35s;
}

.lp-testimonials-nav:hover {
    transform: scale(1.05);
}

.lp-testimonials-nav svg {
    width: 2.5rem;
    height: 2.5rem;
}

@media (min-width: 768px) {
    .lp-testimonials-nav svg {
        width: 3.5rem;
        height: 3.5rem;
    }
}

@media (max-width: 767px) {
    .lp-testimonials-nav {
        width: 2.8rem;
        height: 2.8rem;
    }
}

@media (min-width: 768px) {
    .lp-testimonials-nav {
        top: calc(50% + 6rem);
        width: 4rem;
        height: 4rem;
    }
}

.lp-testimonials-nav.-left {
    left: 0;
}

.lp-testimonials-nav.-right {
    right: 0;
}

@media (max-width: 767px) {
    .lp-testimonials-pagination {
        position: relative;
        display: inline-flex;
        gap: 0 3.3rem;
        align-items: center;
        margin: auto;
        color: #000;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 140%;
    }
}

.lp-testimonials-pagination:before {
    position: absolute;
    content: "—";
    left: calc(50% - 0.7rem);
    opacity: 0.2;
}

@media (min-width: 768px) {
    .lp-testimonials-pagination:before {
        left: calc(50% - 1.3rem);
    }
}

@media (min-width: 768px) {
    .lp-testimonials-pagination {
        position: absolute;
        top: 4.85rem;
        right: 26rem;
        display: inline-flex;
        gap: 0 4.5rem;
        z-index: 1;
        font-size: 3.2rem;
        font-weight: 400;
        line-height: 140%;
    }

    .lp-testimonials-pagination:after {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        width: 120%;
        height: 120%;
        z-index: -1;
        transform: translate(-50%, -50%);
    }
}

.lp-testimonials-pagination-total {
    opacity: 0.2;
}

.lp-benefit {
    position: relative;
}

.lp-benefit.-v1 {
    background-color: #f5f8ff;
}

.lp-benefit-content {
    padding-bottom: 0;
}

.lp-benefit-header {
    padding: 0 2rem;
    color: #171768;
    font-size: 3rem;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.06rem;
    text-align: center;
    text-wrap: balance;
}

@media (min-width: 768px) {
    .lp-benefit-header {
        padding: 0 40rem;
        font-size: 7rem;
        letter-spacing: -0.14rem;
    }
}

.lp-benefit-header.-v1 {
    text-wrap: wrap;
}

@media (min-width: 768px) {
    .lp-benefit-header.-v1 {
        padding: 0 33.5rem;
    }
}

.lp-benefit-items {
    position: relative;
    display: grid;
    gap: 0.5rem 0;
    margin: 6rem 0 0;
}

@media (min-width: 768px) {
    .lp-benefit-items {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100vh;
        margin: -5vh 0 0;
    }
}

@media (min-width: 2200px) {
    .lp-benefit-items {
        margin: -13vh 0 0;
    }
}

.lp-benefit-item {
    position: relative;
    padding: 4.5rem 3rem 5rem;
    border-radius: 3rem;
}

@media (min-width: 768px) {
    .lp-benefit-item {
        position: absolute;
        display: flex;
        align-items: center;
        top: calc(50% - 36rem);
        width: 100%;
        height: 72rem;
        padding: 10rem;
        border-radius: 4rem;
        transform-origin: top center;
        transform: translateY(100vh);
    }

    .lp-benefit-item:first-child {
        transform: translateY(0);
    }
}

.lp-benefit-item.-v1 {
    color: #000;
    background-color: #dce6ff;
}

@media (min-width: 768px) {
    .lp-benefit-item.-v1 {
        top: calc(50% - 36rem + 2rem);
        z-index: 1;
    }
}

.lp-benefit-item.-v2 {
    color: #fff;
    background-color: #000;
}

.lp-benefit-item.-v2 .lp-benefit-text {
    color: #f5f5f5;
}

@media (min-width: 768px) {
    .lp-benefit-item.-v2 {
        top: calc(50% - 36rem + 4rem);
        z-index: 2;
    }
}

.lp-benefit-item.-v3 {
    color: #fff;
    background-color: #3022bb;
}

@media (min-width: 768px) {
    .lp-benefit-item.-v3 {
        top: calc(50% - 36rem + 6rem);
        z-index: 3;
    }
}

.lp-benefit-item.-v4 {
    color: #000;
    background-color: #fff;
}

@media (min-width: 768px) {
    .lp-benefit-item.-v4 {
        z-index: 1;
    }
}

.lp-benefit-item.-v5 {
    color: #000;
    background-color: #dce6ff;
}

@media (min-width: 768px) {
    .lp-benefit-item.-v5 {
        top: calc(50% - 36rem + 2rem);
        z-index: 2;
    }
}

.lp-benefit-item.-v6 {
    color: #fff;
    background-color: #000;
}

@media (min-width: 768px) {
    .lp-benefit-item.-v6 {
        top: calc(50% - 36rem + 4rem);
        z-index: 3;
    }
}

.lp-benefit-item.-v7 {
    color: #fff;
    background-color: #3022bb;
}

@media (min-width: 768px) {
    .lp-benefit-item.-v7 {
        top: calc(50% - 36rem + 6rem);
        z-index: 4;
    }
}

.lp-benefit-grid {
    position: relative;
    display: grid;
    gap: 4rem 0;
}

@media (min-width: 768px) {
    .lp-benefit-grid {
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        gap: 0 11.5rem;
    }
}

.lp-benefit-grid-col.-right {
    display: grid;
    gap: 3rem 0;
}

@media (min-width: 768px) {
    .lp-benefit-grid-col.-right {
        gap: 4.5rem 0;
    }
}

.lp-benefit-img {
    position: relative;
    width: 100%;
    height: 28.5rem;
    margin: 0 0 1rem;
}

@media (min-width: 768px) {
    .lp-benefit-img {
        width: 54rem;
        height: 53rem;
        margin: auto;
    }
}

.lp-benefit-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.lp-benefit-count {
    display: none;
}

@media (min-width: 768px) {
    .lp-benefit-count {
        display: block;
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 130%;
        letter-spacing: -0.048rem;
    }
}

.lp-benefit-title {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 120%;
    text-wrap: balance;
}

@media (min-width: 768px) {
    .lp-benefit-title {
        font-size: 4.8rem;
        line-height: 110%;
        letter-spacing: -0.096rem;
    }
}

.lp-benefit-text {
    position: relative;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 160%;
}

@media (min-width: 768px) {
    .lp-benefit-text {
        font-size: 2.4rem;
    }
}

.lp-benefit-text ul {
    display: grid;
    gap: 1.5rem 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

@media (min-width: 768px) {
    .lp-benefit-text ul {
        gap: 2.1rem 0;
    }
}

.lp-benefit-text ul li {
    position: relative;
    padding: 0 0 0 2.6rem;
}

.lp-benefit-text-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.1rem;
    height: 2.6rem;
}

@media (min-width: 768px) {
    .lp-benefit-text-icon {
        height: 3.2rem;
    }
}

.lp-benefit-text-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left center;
    object-position: left center;
}

.lp-culture {
    position: relative;
    overflow: hidden;
    background-color: #f5f8ff;
}

.lp-culture-header {
    color: #171768;
    font-size: 3rem;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.06rem;
    text-align: center;
}

@media (min-width: 768px) {
    .lp-culture-header {
        font-size: 7rem;
        letter-spacing: -0.14rem;
    }
}

.lp-culture-header mark {
    color: #579BB7;
    background-color: transparent;
}

.lp-culture-items {
    display: flex;
    flex-wrap: nowrap;
    margin: 6rem 0 0;
}

@media (min-width: 768px) {
    .lp-culture-items {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0 3rem;
        margin: 11rem 0 0;
    }
}

.lp-culture-item {
    position: relative;
}

@media (max-width: 767px) {
    .lp-culture-item {
        flex: 1 0 32rem;
        width: 32rem;
        padding: 4rem 7rem 4rem 2.5rem;
        margin: 0 1rem 0 0;
    }

    .lp-culture-item:last-child {
        margin: 0;
    }

    .lp-culture-item:last-child:before {
        display: none;
    }
}

@media (min-width: 768px) {
    .lp-culture-item {
        padding: 7rem;
    }
}

.lp-culture-item:before {
    position: absolute;
    content: "";
    top: calc(50% - 15rem);
    right: -0.5rem;
    width: 0.1rem;
    height: 30rem;
    background-color: #dce6ff;
}

@media (min-width: 768px) {
    .lp-culture-item:before {
        top: calc(50% - 16rem);
        height: 32rem;
        right: -1.5rem;
    }
}

@media (min-width: 768px) {
    .lp-culture-item:nth-child(3n):before {
        display: none;
    }
}

.lp-culture-icon {
    width: 4rem;
    height: 4rem;
}

@media (min-width: 768px) {
    .lp-culture-icon {
        width: 5rem;
        height: 5rem;
    }
}

.lp-culture-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.lp-culture-title {
    margin: 3.5rem 0 0;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.022rem;
}

@media (min-width: 768px) {
    .lp-culture-title {
        margin: 6rem 0 0;
        font-size: 2.4rem;
        letter-spacing: -0.024rem;
    }
}

.lp-culture-text {
    margin: 1.5rem 0 0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 160%;
}

@media (min-width: 768px) {
    .lp-culture-text {
        font-size: 2rem;
    }
}

.lp-culture-footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.8rem;
    margin: 5rem 0 0;
}

@media (min-width: 768px) {
    .lp-culture-footer {
        display: none;
    }
}

.lp-culture-nav {
    position: absolute;
    display: inline-flex;
    top: 0;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    padding: 0;
    z-index: 1;
    background-color: transparent;
    border: none;
    color: #000;
    font-size: 2.5rem;
    transition: transform ease-out 0.35s;
}

.lp-culture-nav:hover {
    transform: scale(1.05);
}

.lp-culture-nav.-left {
    left: 0;
}

.lp-culture-nav.-right {
    right: 0;
}

.lp-culture-pagination {
    position: relative;
    display: inline-flex;
    gap: 0 1.2rem;
    align-items: center;
    margin: auto;
    color: #000;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 140%;
}

.lp-culture-pagination-divider,
.lp-culture-pagination-total {
    opacity: 0.2;
}

.lp-explore {
    position: relative;
    overflow: hidden;
    color: #171768;
    background: #fff;
}

@media (min-width: 768px) {
    .lp-explore-content {
        padding-top: 0;
    }
}

.lp-explore-header {
    position: relative;
    font-size: 3rem;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.06rem;
    text-align: center;
}

@media (min-width: 768px) {
    .lp-explore-header {
        padding: 0 32.3rem;
        font-size: 7rem;
        letter-spacing: -0.14rem;
    }
}

.lp-explore-header mark {
    color: #579BB7;
    background-color: transparent;
}

.lp-explore-carousel {
    position: relative;
    margin: 9rem 0 0;
}

@media (max-width: 767px) {
    .lp-explore-carousel {
        left: -2.5rem;
        width: calc(100% + 5rem);
    }
}

@media (min-width: 768px) {
    .lp-explore-carousel {
        margin: 11rem 0 0;
    }
}

.lp-explore-items {
    position: relative;
}

@media (max-width: 767px) {
    .lp-explore-items {
        display: flex;
        flex-wrap: nowrap;
    }
}

@media (min-width: 768px) {
    .lp-explore-items {
        display: flex;
        flex-wrap: wrap;
        gap: 0 3rem;
        justify-content: center;
        overflow: hidden;
    }
}

.lp-explore-item {
    position: relative;
    display: block;
}

@media (max-width: 767px) {
    .lp-explore-item {
        width: 29rem;
        flex: 0 0 29rem;
        margin: 0 1.5rem;
        padding: 4rem 4rem 4rem 1.5rem;
    }
}

@media (min-width: 768px) {
    .lp-explore-item {
        width: calc(33.3333333333% - 2rem);
        flex: 0 0 calc(33.3333333333% - 2rem);
        padding: 7rem;
    }
}

@media (max-width: 767px) {
    .lp-explore-line {
        position: absolute;
        content: "";
        top: calc(50% - 16rem);
        right: -1.45rem;
        width: 0.1rem;
        height: 32rem;
        background-color: #dee4ef;
    }
}

@media (min-width: 768px) {
    .lp-explore-line.-vertical:before {
        position: absolute;
        content: "";
        top: 0;
        right: -1.5rem;
        width: 0.1rem;
        height: 100%;
        background-color: #dee4ef;
    }
}

@media (min-width: 768px) {
    .lp-explore-line.-horizontal:after {
        position: absolute;
        content: "";
        left: -1.5rem;
        bottom: 0;
        width: calc(100% + 3rem);
        height: 0.1rem;
        background-color: #dee4ef;
    }
}

@media (min-width: 768px) {
    .lp-explore-dot {
        position: absolute;
        width: 0.8rem;
        height: 0.8rem;
        border-radius: 2rem;
        background: #dee4ef;
    }

    .lp-explore-dot.-v1 {
        right: -1.9rem;
        bottom: -0.4rem;
    }

    .lp-explore-dot.-v2 {
        right: -1.9rem;
        top: -0.4rem;
    }
}

.lp-explore-icon {
    position: relative;
    width: 5rem;
    height: 5rem;
}

@media (min-width: 768px) {
    .lp-explore-icon {
        width: 9rem;
        height: 9rem;
    }
}

.lp-explore-icon img,
.lp-explore-icon svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.lp-explore-title {
    position: relative;
    margin: 3.5rem 0 0;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 120%;
}

@media (min-width: 768px) {
    .lp-explore-title {
        margin: 6rem 0 0;
        font-size: 3.2rem;
        line-height: 110%;
        letter-spacing: -0.064rem;
    }
}

.lp-explore-text {
    margin: 1.5rem 0 0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 160%;
}

@media (min-width: 768px) {
    .lp-explore-text {
        font-size: 2rem;
    }
}

.lp-explore-more {
    margin: 2rem 0 0;
}

.lp-explore-footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.8rem;
    margin: 4rem 0 0;
    padding: 0 2.5rem;
}

@media (min-width: 768px) {
    .lp-explore-footer {
        display: none;
    }
}

.lp-explore-nav {
    position: absolute;
    display: inline-flex;
    top: 0;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    padding: 0;
    z-index: 1;
    background-color: transparent;
    border: none;
    color: #000;
    font-size: 2.5rem;
    transition: transform ease-out 0.35s;
}

.lp-explore-nav:hover {
    color: #000;
    transform: scale(1.05);
}

.lp-explore-nav.-left {
    left: 2.5rem;
}

.lp-explore-nav.-right {
    right: 2.5rem;
}

.lp-explore-pagination {
    position: relative;
    display: inline-flex;
    gap: 0 1.2rem;
    align-items: center;
    margin: auto;
    color: #000;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 140%;
}

.lp-explore-pagination-divider,
.lp-explore-pagination-total {
    opacity: 0.2;
}

.lp-specification {
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    .lp-specification.-v1 {
        background-color: #f5f8ff;
    }
}

.lp-specification-header {
    position: relative;
    color: #171768;
    font-size: 3rem;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.06rem;
    text-align: center;
}

@media (min-width: 768px) {
    .lp-specification-header {
        padding: 0 20rem;
        font-size: 7rem;
        letter-spacing: -0.14rem;
        text-wrap: balance;
    }
}

.lp-specification-header mark {
    background: 0 0;
    color: #579BB7;
}

@media (min-width: 768px) {
    .lp-specification-header mark {
        display: block;
    }
}

@media (min-width: 768px) {
    .lp-specification-header.-v1 {
        padding: 0 16rem;
        text-wrap: wrap;
    }
}

.lp-specification-items {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    margin: 8rem 0 0;
}

@media (min-width: 768px) {
    .lp-specification-items {
        display: grid;
        gap: 14.2rem 15rem;
        grid-template-columns: repeat(2, 1fr);
        margin: 15rem 0 0;
    }
}

.lp-specification-item {
    position: relative;
}

@media (max-width: 767px) {
    .lp-specification-item {
        width: 29rem;
        flex: 0 0 29rem;
        margin: 0 4rem 0 0;
    }

    .lp-specification-item:last-child {
        margin: 0;
    }
}

@media (min-width: 768px) {
    .lp-specification-item {
        display: grid;
        gap: 0 4rem;
        grid-template-columns: 12.5rem 1fr;
        width: 100%;
    }
}

.lp-specification-img {
    width: 12rem;
    height: 12rem;
}

.lp-specification-img.-v1 {
    width: 6rem;
    height: 6rem;
}

@media (min-width: 768px) {
    .lp-specification-img.-v1 {
        width: 9.5rem;
        height: 9.5rem;
    }
}

.lp-specification-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.lp-specification-info {
    display: grid;
    gap: 1.8rem 0;
}

@media (max-width: 767px) {
    .lp-specification-info {
        margin: 4rem 0 0;
    }
}

.lp-specification-title {
    color: #171768;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 130%;
}

@media (min-width: 768px) {
    .lp-specification-title {
        font-size: 3.2rem;
        line-height: 110%;
        letter-spacing: -0.064rem;
    }
}

.lp-specification-text {
    color: #171768;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 160%;
}

@media (min-width: 768px) {
    .lp-specification-text {
        font-size: 2rem;
    }
}

.lp-specification-footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.8rem;
    margin: 5rem 0 0;
}

@media (min-width: 768px) {
    .lp-specification-footer {
        display: none;
    }
}

.lp-specification-nav {
    position: absolute;
    display: inline-flex;
    top: 0;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    padding: 0;
    z-index: 1;
    background-color: transparent;
    border: none;
    color: #000;
    font-size: 2.5rem;
    transition: transform ease-out 0.35s;
}

.lp-specification-nav:hover {
    transform: scale(1.05);
}

.lp-specification-nav.-left {
    left: 0;
}

.lp-specification-nav.-right {
    right: 0;
}

.lp-specification-pagination {
    position: relative;
    display: inline-flex;
    gap: 0 1.2rem;
    align-items: center;
    margin: auto;
    color: #000;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 140%;
}

.lp-specification-pagination-divider,
.lp-specification-pagination-total {
    opacity: 0.2;
}

@media (min-width: 768px) {
    .lp-specification.core-values .lp-specification-items {
        gap: 5rem;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 768px) {
    .lp-specification.core-values .lp-specification-item {
        display: flex;
        flex-direction: column;
        gap: 0;
    }
}

.lp-specification.core-values picture {
    margin-bottom: 3.75rem;
}

.lp-specification.core-values .lp-specification-title {
    margin-bottom: 1rem;
    color: #000;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.015rem;
}

@media (min-width: 768px) {
    .lp-specification.core-values .lp-specification-title {
        font-size: 2.5rem;
    }
}

.lp-specification.core-values .lp-specification-text {
    color: #000;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

@media (min-width: 768px) {
    .lp-specification.core-values .lp-specification-text {
        font-size: 2.25rem;
    }
}

.lp-article {
    position: relative;
    overflow: hidden;
    color: #171768;
    background-color: #f5f8ff;
    background: linear-gradient(180deg, #faf9fa 0, #f2f5fe 100%);
}

.lp-article-content {
    padding: 12.6rem 0 9rem;
}

@media (min-width: 768px) {
    .lp-article-content {
        padding: 24rem 0 22rem;
    }
}

.lp-article-info {
    display: flex;
    align-items: center;
    gap: 0 2rem;
    color: #000;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 160%;
}

@media (min-width: 768px) {
    .lp-article-info {
        gap: 0 6rem;
        justify-content: center;
        font-size: 2rem;
    }
}

.lp-article-person {
    display: flex;
    flex-wrap: nowrap;
    gap: 0 1rem;
    align-items: center;
}

@media (min-width: 768px) {
    .lp-article-person {
        gap: 0 1.5rem;
    }
}

.lp-article-person-img {
    width: 3rem;
    height: 3rem;
    flex: 1 0 3rem;
}

@media (min-width: 768px) {
    .lp-article-person-img {
        width: 5rem;
        height: 5rem;
        flex: 1 0 5rem;
    }
}

.lp-article-person-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.lp-article-date {
    white-space: nowrap;
}

@media (max-width: 767px) {
    .lp-article-category {
        display: none;
    }
}

@media (max-width: 767px) {
    .lp-article-readtime {
        display: none;
    }
}

.lp-article-header {
    margin: 2rem 0 0;
    font-size: 3rem;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.06rem;
}

@media (min-width: 768px) {
    .lp-article-header {
        margin: 5rem 0 0;
        padding: 0 10rem;
        font-size: 8rem;
        letter-spacing: -0.24rem;
        text-align: center;
    }
}

.lp-article-img {
    width: 100%;
    height: 20rem;
    margin: 3rem 0 0;
    overflow: hidden;
    border-radius: 3rem;
}

@media (min-width: 768px) {
    .lp-article-img {
        height: 64.5rem;
        margin: 10rem 0 0;
        border-radius: 4rem;
    }
}

.lp-article-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.lp-article-place {
    margin: 3rem 0 0;
}

@media (min-width: 768px) {
    .lp-article-place {
        margin: 11rem 0 0;
    }
}

.lp-article-grid {
    display: grid;
    gap: 12rem 0;
}

@media (min-width: 768px) {
    .lp-article-grid {
        gap: 0 8rem;
        grid-template-columns: 1fr 46rem;
    }
}

.lp-article-text {
    color: #000;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 160%;
}

.lp-article-text> :last-child {
    margin: 0;
}

@media (min-width: 768px) {
    .lp-article-text {
        font-size: 2.4rem;
    }
}

.lp-article-text p {
    margin: 0 0 2rem;
}

@media (min-width: 768px) {
    .lp-article-text p {
        margin: 0 0 3rem;
    }
}

.lp-article-text h2 {
    margin-top: 1.66em;
    margin-bottom: 0.83em;
    font-size: 1.325em;
    line-height: 145%;
    font-weight: 600;
}

.lp-article-text h2:first-child {
    margin-top: -0.1em;
}

.lp-article-text h3 {
    margin-top: 2em;
    margin-bottom: 1em;
    font-size: 1em;
    line-height: 140%;
    letter-spacing: 0;
    font-weight: 700;
}

.lp-article-text h4 {
    margin-top: 2.33em;
    margin-bottom: 0.66em;
    font-weight: 700;
    font-size: 0.875em;
    line-height: 135%;
    letter-spacing: -0.03em;
}

.lp-article-text h4+h3 {
    margin-top: 0;
}

.lp-article-text img {
    max-width: 100%;
    height: 20rem;
    margin: 0 0 2rem;
    border-radius: 3rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media (min-width: 768px) {
    .lp-article-text img {
        height: 48rem;
        margin: 0 0 3rem;
    }
}

.lp-article-text img+* {
    margin-top: 0;
}

.lp-article-text hr {
    width: 100%;
    height: 0.1rem;
    margin: 3rem 0 -1rem;
    background-color: rgba(0, 0, 0, 0.1);
    border: none;
}

@media (min-width: 768px) {
    .lp-article-text hr {
        margin: 4rem 0 -2rem;
    }
}

.lp-article-text a {
    position: relative;
    color: #579BB7;
    background-image: linear-gradient(transparent, transparent), linear-gradient(#2e4398, #2e4398);
    background-size: 100% 0.1rem, 0 0.1rem;
    background-position: 0 95%, 100% 95%;
    background-repeat: no-repeat;
    text-decoration: none;
    transition: color ease-out 0.55s, background-size ease-out 0.55s;
}

.lp-article-text a:hover {
    color: #2e4398;
    background-size: 0 0.1rem, 100% 0.1rem;
    background-position: 100% 95%, 0 95%;
}

.lp-article-text b {
    font-weight: 700;
}

.lp-article-text ol,
.lp-article-text ul {
    display: grid;
    gap: 0.5rem 0;
    margin: 2rem 0 2rem 2rem;
    padding: 0;
}

@media (min-width: 768px) {

    .lp-article-text ol,
    .lp-article-text ul {
        margin: 3rem 0 3rem 3rem;
    }
}

.lp-article-text ol li::marker,
.lp-article-text ul li::marker {
    font-size: 1.4rem;
}

@media (min-width: 768px) {

    .lp-article-text ol li::marker,
    .lp-article-text ul li::marker {
        font-size: 2rem;
    }
}

.lp-article-author {
    position: relative;
    display: flex;
    gap: 0 2rem;
    margin: 4rem 0 0;
}

@media (min-width: 768px) {
    .lp-article-author {
        align-items: center;
        gap: 0 4rem;
        margin: 8rem 0 0;
    }
}

.lp-article-author-img {
    width: 6rem;
    height: 6rem;
    flex: 1 0 6rem;
}

@media (min-width: 768px) {
    .lp-article-author-img {
        width: 14rem;
        height: 14rem;
        flex: 1 0 14rem;
    }
}

.lp-article-author-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.lp-article-author-info {
    display: grid;
    gap: 0.5rem 0;
    font-size: 1.4rem;
    line-height: 160%;
}

@media (min-width: 768px) {
    .lp-article-author-info {
        gap: 1rem 0;
        font-size: 2.4rem;
    }
}

.lp-article-author-title {
    color: #579BB7;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 160%;
}

@media (min-width: 768px) {
    .lp-article-author-title {
        font-size: 2.4rem;
    }
}

.lp-article-author-text {
    color: #000;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 160%;
}

@media (min-width: 768px) {
    .lp-article-author-text {
        font-size: 2.4rem;
        font-weight: 400;
    }
}

.lp-article-title {
    margin: 0 0 4rem 0;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 150%;
}

@media (min-width: 768px) {
    .lp-article-title {
        font-size: 3.2rem;
    }
}

.lp-article-divider {
    margin: 4rem 0;
    opacity: 0.1;
    border-top: 1px solid;
}

.lp-article-filters {
    margin: -0.25rem;
}

@media (min-width: 768px) {
    .lp-article-filters {
        margin: -0.75rem;
    }
}

.lp-article-filter {
    display: inline-block;
    padding: 0.25rem;
}

@media (min-width: 768px) {
    .lp-article-filter {
        padding: 0.75rem;
    }
}

.lp-article-items {
    display: grid;
    gap: 6rem;
}

@media (min-width: 768px) {
    .lp-article-items {
        grid-template-columns: repeat(2, 1fr);
        gap: 8rem 4rem;
    }
}

@media (min-width: 768px) {
    .lp-article-item.-lg {
        grid-column: 1/3;
    }
}

.lp-article-subscribe-group {
    margin: 0 0 2rem 0;
}

.lp-article-subscribe-submit {
    margin: 4rem 0 0 0;
}

.lp-recommendation {
    position: relative;
    background-color: #fff;
}

.lp-recommendation-header {
    margin: 0 auto;
    max-width: 90%;
    color: #171768;
    font-size: 3rem;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.03em;
    text-align: center;
}

@media (min-width: 768px) {
    .lp-recommendation-header {
        max-width: 75%;
        font-size: 7rem;
    }
}

.lp-recommendation-items {
    display: grid;
    gap: 6rem 0;
    margin: 6rem 0 0;
}

@media (min-width: 768px) {
    .lp-recommendation-items {
        gap: 5rem 0;
        margin: 11rem 0 0;
    }
}

.lp-billboard {
    position: relative;
    color: #fff;
    background-color: #f5f8ff;
}

@media (min-width: 768px) {
    .lp-billboard-content {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .lp-billboard-container {
        padding: 0 0.5rem;
    }
}

.lp-billboard-main {
    position: relative;
    display: flex;
    padding: 10rem 3rem;
    min-height: 55rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #579BB7;
    border-radius: 3rem;
    text-align: center;
}

@media (min-width: 768px) {
    .lp-billboard-main {
        padding: 15rem 28.3rem;
        min-height: 67rem;
        border-radius: 4rem;
    }
}

.lp-billboard-header {
    font-size: 3rem;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.06rem;
}

@media (min-width: 768px) {
    .lp-billboard-header {
        font-size: 7rem;
        letter-spacing: -0.14rem;
    }
}

.lp-billboard-text {
    margin: 2rem 0 0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 160%;
}

@media (min-width: 768px) {
    .lp-billboard-text {
        margin: 2.4rem 0 0;
        font-size: 2.4rem;
    }
}

.lp-billboard-action {
    position: relative;
    margin: 4rem 0 0;
}

.lp-faq {
    position: relative;
    color: #171768;
}

.lp-faq.-denary-mobile {
    background-color: #f5f8ff;
}

@media (min-width: 768px) {
    .lp-faq.-denary-mobile {
        background-color: #fff;
    }
}

.lp-faq.-denary {
    background-color: #f5f8ff;
}

.lp-faq-header {
    padding: 0 2rem;
    font-size: 3rem;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.06rem;
    text-align: center;
}

@media (min-width: 768px) {
    .lp-faq-header {
        padding: 0 34rem;
        font-size: 7rem;
        letter-spacing: -0.14rem;
    }
}

.lp-faq-items {
    position: relative;
    display: grid;
    gap: 1rem 0;
}

@media (max-width: 767px) {
    .lp-faq-items {
        left: -1.5rem;
        width: calc(100% + 3rem);
    }
}

@media (min-width: 768px) {
    .lp-faq-items {
        gap: 2rem 0;
    }
}

.lp-faq-items.-m-sm {
    margin: 9rem 0 0;
}

@media (min-width: 768px) {
    .lp-faq-items.-m-sm {
        margin: 13.2rem 0 0;
    }
}

.lp-faq-item {
    position: relative;
    padding: 2rem 2rem 2rem 5.8rem;
    border-radius: 3rem;
    border: 0.1rem solid #dbdde5;
    transition: border-color ease-out 0.4s;
}

.lp-faq-item.-faq-active {
    border-color: rgba(0, 0, 0, 0.45);
}

@media (min-width: 768px) {
    .lp-faq-item {
        padding: 5.4rem 20rem 5.4rem 28.3rem;
        border-radius: 5rem;
    }
}

.lp-faq-toggle {
    position: relative;
    cursor: pointer;
}

.lp-faq-toggle-icon {
    position: absolute;
    top: 0.4rem;
    left: -3.8rem;
    width: 2rem;
    height: 2rem;
    transition: transform ease-out 0.4s;
}

@media (min-width: 768px) {
    .lp-faq-toggle-icon {
        top: 0.8rem;
        left: -8.3rem;
        width: 2.7rem;
        height: 2.7rem;
    }
}

.lp-faq-item.-faq-active .lp-faq-toggle-icon {
    transform: rotate(90deg);
}

.lp-faq-toggle-icon:before {
    position: absolute;
    display: block;
    content: "";
    top: calc(50% - 0.1rem);
    left: 0;
    width: 100%;
    height: 0.2rem;
    background-color: currentColor;
    opacity: 1;
    transition: opacity ease-out 0.4s;
}

.lp-faq-item.-faq-active .lp-faq-toggle-icon:before {
    opacity: 0;
}

@media (min-width: 768px) {
    .lp-faq-toggle-icon:before {
        top: calc(50% - 0.15rem);
        height: 0.3rem;
    }
}

.lp-faq-toggle-icon:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: calc(50% - 0.1rem);
    width: 0.2rem;
    height: 100%;
    background-color: currentColor;
}

@media (min-width: 768px) {
    .lp-faq-toggle-icon:after {
        left: calc(50% - 0.15rem);
        width: 0.3rem;
    }
}

.lp-faq-toggle-title {
    font-size: 2rem;
    font-weight: 600;
    line-height: 140%;
}

@media (min-width: 768px) {
    .lp-faq-toggle-title {
        font-size: 3.2rem;
        line-height: 135%;
    }
}

.lp-faq-info {
    position: relative;
    height: 0;
    overflow: hidden;
}

.lp-faq-text {
    position: relative;
    display: grid;
    gap: 1.5rem 0;
    padding: 1.5rem 0 0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 160%;
}

@media (min-width: 768px) {
    .lp-faq-text {
        gap: 3rem 0;
        padding: 3rem 0 0;
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 160%;
    }
}

.lp-feedback {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.lp-feedback-header {
    position: relative;
    color: #171768;
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.072rem;
    text-align: center;
}

@media (min-width: 768px) {
    .lp-feedback-header {
        padding: 0 33rem;
        font-size: 7rem;
        font-weight: 500;
        letter-spacing: -0.14rem;
    }
}

.lp-feedback-header strong {
    color: #579BB7;
    font-weight: 600;
}

@media (min-width: 768px) {
    .lp-feedback-header strong {
        font-weight: 500;
    }
}

.lp-feedback-grid {
    position: relative;
    display: grid;
    left: -2rem;
    gap: 0.5rem 0;
    margin: 4.8rem 0 0;
    width: calc(100% + 4rem);
}

@media (min-width: 768px) {
    .lp-feedback-grid {
        left: 0;
        gap: 0 3.4rem;
        grid-template-columns: repeat(2, calc(50% - 1.7rem));
        width: 100%;
        margin: 10rem 0 0;
    }
}

.lp-feedback-grid-col {
    position: relative;
    padding: 5rem 3rem;
    border-radius: 3rem;
}

@media (min-width: 768px) {
    .lp-feedback-grid-col {
        padding: 6rem;
        border-radius: 4rem;
    }
}

.lp-feedback-grid-col.-left {
    background-color: #3022bb;
    color: #fff;
}

.lp-feedback-grid-col.-right {
    overflow: hidden;
    background-color: #f3f2f3;
}

@media (min-width: 768px) {
    .lp-feedback-box.-primary {
        padding: 0 14rem 0 0;
    }
}

.lp-feedback-title {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.084rem;
}

@media (min-width: 768px) {
    .lp-feedback-title {
        padding: 0 6rem 0 0;
        font-size: 6rem;
        letter-spacing: -0.12rem;
    }
}

.lp-feedback-caption {
    margin: 2.4rem 0 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 160%;
}

@media (min-width: 768px) {
    .lp-feedback-caption {
        font-size: 2rem;
    }
}

.lp-feedback-text {
    display: grid;
    gap: 1rem 0;
    margin: 4rem 0 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 160%;
}

@media (min-width: 768px) {
    .lp-feedback-text {
        margin: 6rem 0 0;
        width: 62.5rem;
        font-size: 2rem;
    }
}

.lp-feedback-text> :first-child {
    margin: 0;
}

.lp-feedback-text p {
    margin: 1.4rem 0 0;
}

.lp-feedback-text h1,
.lp-feedback-text h2,
.lp-feedback-text h3,
.lp-feedback-text h4,
.lp-feedback-text h5,
.lp-feedback-text h6 {
    margin: 1.4rem 0 0;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 130%;
}

@media (min-width: 768px) {

    .lp-feedback-text h1,
    .lp-feedback-text h2,
    .lp-feedback-text h3,
    .lp-feedback-text h4,
    .lp-feedback-text h5,
    .lp-feedback-text h6 {
        font-size: 3rem;
    }
}

.lp-feedback-text ol,
.lp-feedback-text ul {
    display: grid;
    gap: 1rem 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.lp-feedback-text ol li,
.lp-feedback-text ul li {
    position: relative;
    padding: 0 0 0 3rem;
}

.lp-feedback-text ol li:before,
.lp-feedback-text ul li:before {
    position: absolute;
    content: "";
    top: 1.05rem;
    left: 1.05rem;
    width: 0.45rem;
    height: 0.45rem;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
}

@media (min-width: 768px) {

    .lp-feedback-text ol li:before,
    .lp-feedback-text ul li:before {
        top: 1.4rem;
        left: 1.3rem;
        width: 0.5rem;
        height: 0.5rem;
    }
}

.lp-feedback-carousel {
    position: relative;
    width: 100%;
}

.lp-feedback-items {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    max-width: 100%;
}

.lp-feedback-item {
    position: relative;
    display: block;
    width: 100%;
    flex-shrink: 0;
    margin: 0 3rem 0 0;
}

@media (min-width: 768px) {
    .lp-feedback-item {
        margin: 0 6rem 0 0;
    }
}

.lp-feedback-item-photo {
    position: relative;
    width: 21.4rem;
    height: 30.9rem;
    margin: auto;
    overflow: hidden;
    border-radius: 4rem;
}

@media (min-width: 768px) {
    .lp-feedback-item-photo {
        margin: 0;
    }
}

.lp-feedback-item-photo img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}

.lp-feedback-item-photo.grid-images {
    display: grid;
    place-items: center;
    position: relative;
    left: -2rem;
    gap: 0 1.5rem;
    width: calc(100% + 4rem);
    grid-template-columns: repeat(2, calc(50% - 1.7rem));
    grid-template-rows: 25% 25% 25%;
    border-radius: 0;
}

@media (min-width: 768px) {
    .lp-feedback-item-photo.grid-images {
        left: 0;
        gap: 0 3.4rem;
        width: 100%;
        grid-template-rows: auto auto;
    }
}

.lp-feedback-item-photo.grid-images img {
    height: auto;
}

.lp-feedback-item-text {
    margin: 4.5rem 0 0;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 130%;
}

@media (min-width: 768px) {
    .lp-feedback-item-text {
        width: 62.5rem;
        color: #000;
        font-size: 3rem;
    }
}

.lp-feedback-item-text mark {
    color: #579BB7;
    background-color: transparent;
}

.lp-feedback-item-name {
    margin: 2.3rem 0 0;
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 160%;
}

@media (min-width: 768px) {
    .lp-feedback-item-name {
        font-size: 1.8rem;
    }
}

.lp-feedback-item-name strong {
    color: #579BB7;
    font-weight: 500;
}

.lp-feedback-item.with-grid {
    background-color: #fff;
    border-top-right-radius: 4rem;
    border-top-left-radius: 4rem;
}

.lp-feedback-item.with-grid .lp-feedback-item-grid-col.-left {
    align-items: center;
    justify-content: center;
    display: flex;
}

.lp-feedback-item-grid {
    position: relative;
    display: grid;
    align-items: center;
    left: -2rem;
    gap: 0;
    margin: 0;
    width: calc(100% + 4rem);
}

@media (min-width: 768px) {
    .lp-feedback-item-grid {
        left: 0;
        gap: 0 3.4rem;
        grid-template-columns: repeat(2, calc(50% - 1.7rem));
        width: 100%;
    }
}

.lp-feedback-item-grid h3 {
    margin-bottom: 1.25rem;
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.025rem;
    color: #000;
}

@media (min-width: 768px) {
    .lp-feedback-item-grid h3 {
        margin-bottom: 3.25rem;
        font-size: 5.25rem;
    }
}

.lp-feedback-item-grid p,
.lp-feedback-item-grid span {
    margin-bottom: 1.25rem;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    color: #000;
}

@media (min-width: 768px) {

    .lp-feedback-item-grid p,
    .lp-feedback-item-grid span {
        margin-bottom: 2.25rem;
        font-size: 2.5rem;
    }
}

.lp-feedback-item-grid ul {
    margin: 2.25rem 0 0 0;
    padding: 0;
}

.lp-feedback-item-grid ul li {
    margin-bottom: 1.25rem;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    color: #000;
    list-style-type: none;
}

@media (min-width: 768px) {
    .lp-feedback-item-grid ul li {
        font-size: 2.5rem;
    }
}

.lp-feedback-item-grid ul li:before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url(../partnerships/list-type-item-purple-cube.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 0 7px;
}

.lp-feedback-item-grid ul.grid-list {
    position: relative;
    display: grid;
    left: -2rem;
    gap: 0.5rem 0;
    width: calc(100% + 4rem);
}

@media (min-width: 768px) {
    .lp-feedback-item-grid ul.grid-list {
        left: 0;
        gap: 0 3.4rem;
        grid-template-columns: repeat(2, calc(50% - 1.7rem));
        width: 100%;
    }
}

.lp-feedback-item-grid-col {
    position: relative;
    padding: 0 3rem;
    border-radius: 3rem;
}

@media (min-width: 768px) {
    .lp-feedback-item-grid-col {
        padding: 0 6rem;
        border-radius: 4rem;
    }
}

.lp-feedback-item-grid-col.-left {
    background-color: #fff;
    color: #fff;
    order: 1;
    border-radius: 0;
}

@media (min-width: 768px) {
    .lp-feedback-item-grid-col.-left {
        order: 0;
    }
}

.lp-feedback-item-grid-col.-left .gradient {
    padding: 4rem 3.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.875rem;
    background: radial-gradient(112.98% 63.28% at 50% 100%, rgba(255, 255, 255, 0.5) 10.94%, rgba(99, 179, 255, 0.5) 100%);
    -webkit-backdrop-filter: blur(5.5px);
    backdrop-filter: blur(5.5px);
}

@media (min-width: 768px) {
    .lp-feedback-item-grid-col.-left .gradient {
        padding: 8rem;
    }
}

.lp-feedback-item-grid-col.-left .gradient p {
    margin-bottom: 0;
    text-align: center;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    color: #171768;
}

@media (min-width: 768px) {
    .lp-feedback-item-grid-col.-left .gradient p {
        font-size: 2.5rem;
    }
}

.lp-feedback-item-grid-col.-right {
    overflow: hidden;
    background-color: #fff;
    order: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media (min-width: 768px) {
    .lp-feedback-item-grid-col.-right {
        order: 1;
    }
}

.lp-feedback-item-grid-col.-right .lp-feedback-item-text {
    margin: 1.5rem 0 0;
}

@media (min-width: 768px) {
    .lp-feedback-item-grid-col.-right .lp-feedback-item-text {
        margin: 4.5rem 0 0;
    }
}

.lp-feedback-cgrid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 4.6rem 0 0;
}

@media (min-width: 768px) {
    .lp-feedback-cgrid {
        margin: 3.7rem 0 0;
    }
}

.lp-feedback-cgrid.nav-right {
    margin: 0;
    padding: 0 0 3.7rem 0;
    justify-content: flex-end;
    background-color: #fff;
    border-bottom-right-radius: 4rem;
    border-bottom-left-radius: 4rem;
}

.lp-feedback-cgrid.nav-right .lp-feedback-counter {
    margin-right: 16rem;
}

@media (min-width: 768px) {
    .lp-feedback-cgrid.nav-right .lp-feedback-counter {
        margin-right: 44rem;
    }
}

.lp-feedback-cgrid.nav-right .lp-feedback-navs {
    margin-right: 2rem;
}

@media (min-width: 768px) {
    .lp-feedback-cgrid.nav-right .lp-feedback-navs {
        margin-right: 6rem;
    }
}

.lp-feedback-counter {
    display: flex;
    align-items: center;
    gap: 0 0.5rem;
    font-style: normal;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.032rem;
}

@media (min-width: 768px) {
    .lp-feedback-counter {
        gap: 0 1rem;
        font-size: 3rem;
        letter-spacing: -0.06rem;
    }
}

.lp-feedback-counter-current {
    color: #000;
}

.lp-feedback-counter-divider,
.lp-feedback-counter-total {
    color: rgba(0, 0, 0, 0.69);
}

.lp-feedback-counter-current,
.lp-feedback-counter-total {
    width: 1.9rem;
}

@media (min-width: 768px) {

    .lp-feedback-counter-current,
    .lp-feedback-counter-total {
        width: 3.4rem;
    }
}

.lp-feedback-navs {
    display: flex;
    align-items: center;
    gap: 0 2rem;
}

.lp-feedback-nav {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    cursor: pointer;
    z-index: 1;
    border: 0;
    background: 0 0;
    color: #000;
    font-size: 2.3rem;
    transition: color ease-out 0.4s, transform ease-out 0.4s;
}

@media (min-width: 768px) {
    .lp-feedback-nav {
        font-size: 2.9rem;
    }
}

.lp-feedback-nav svg {
    vertical-align: top;
}

.lp-feedback-nav:hover {
    color: #579BB7;
    transform: scale(1.1);
}

.lp-feedback-nav.-disabled {
    pointer-events: none;
    color: rgba(0, 0, 0, 0.2);
}

.lp-feedback-action {
    margin: 4rem 0 0;
    text-align: center;
}

@media (min-width: 768px) {
    .lp-feedback-action {
        margin: 7rem 0 0;
    }
}

.lp-feedback.black .lp-feedback-grid-col.-right {
    background-color: #000;
}

.lp-feedback.black .lp-feedback-grid-col.-right .lp-feedback-item-text {
    color: #fff;
}

.lp-feedback.black .lp-feedback-grid-col.-right .lp-feedback-item-text mark {
    color: #dce6ff;
}

.lp-feedback.black .lp-feedback-grid-col.-right .lp-feedback-item-name {
    color: #fff;
}

.lp-feedback.black .lp-feedback-grid-col.-right .lp-feedback-item-name strong {
    color: #dce6ff;
}

.lp-feedback.black .lp-feedback-grid-col.-right .lp-feedback-counter-current {
    color: #fff;
}

.lp-feedback.black .lp-feedback-grid-col.-right .lp-feedback-counter-divider,
.lp-feedback.black .lp-feedback-grid-col.-right .lp-feedback-counter-total {
    color: rgba(220, 230, 255, 0.8);
}

.lp-feedback.black .lp-feedback-grid-col.-right .lp-feedback-nav.-left {
    color: rgba(255, 255, 255, 0.4);
}

.lp-feedback.black .lp-feedback-grid-col.-right .lp-feedback-nav.-left:hover {
    color: #fff;
}

.lp-feedback.black .lp-feedback-grid-col.-right .lp-feedback-nav.-right {
    color: #fff;
}

.lp-feedback.lp-partnerships .lp-feedback-content {
    padding: 2rem 0 6rem;
}

@media (min-width: 768px) {
    .lp-feedback.lp-partnerships .lp-feedback-content {
        padding: 6rem 0;
    }
}

.lp-feedback.lp-partnerships .lp-feedback-header {
    font-size: 2.5rem;
}

@media (min-width: 768px) {
    .lp-feedback.lp-partnerships .lp-feedback-header {
        font-size: 7rem;
    }
}

.lp-feedback.lp-partnerships .lp-feedback-text {
    margin: 2rem auto 2rem;
    width: auto;
    color: #171768;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

@media (min-width: 768px) {
    .lp-feedback.lp-partnerships .lp-feedback-text {
        margin: 2rem auto 6rem;
        font-size: 2.5rem;
    }
}

.lp-outro {
    position: relative;
    height: 100vh;
    color: #fff;
    background: #000;
    text-align: center;
}

.lp-outro-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.lp-outro-bg-scene {
    width: 100%;
    height: 100%;
}

.lp-outro-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, rgba(60, 66, 73, 0.5) 100%);
}

.lp-outro-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}

.lp-outro-body {
    width: 100%;
}

@media (min-width: 768px) {
    .lp-outro-container {
        padding: 0 48rem;
    }
}

.lp-outro-header {
    position: relative;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.072rem;
}

@media (min-width: 768px) {
    .lp-outro-header {
        font-size: 8rem;
        letter-spacing: -0.24rem;
    }
}

.lp-outro-header mark {
    color: #579BB7;
    background-color: transparent;
}

.lp-outro-text {
    margin: 2.4rem 0 0;
    opacity: 0.8;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 160%;
}

@media (min-width: 768px) {
    .lp-outro-text {
        padding: 0 13.5rem;
        margin: 3.2rem auto 0;
        font-size: 2.4rem;
    }
}

.lp-outro-text.-v1 {
    padding: 0 3.6rem;
}

@media (min-width: 768px) {
    .lp-outro-text.-v1 {
        padding: 0 7.5rem;
    }
}

.lp-outro-actions {
    display: flex;
    gap: 1rem 0;
    flex-direction: column;
    justify-content: center;
    margin: 3.4rem 0 0;
}

@media (min-width: 768px) {
    .lp-outro-actions {
        gap: 0 1.2rem;
        flex-direction: row;
        margin: 3.2rem 0 0;
    }
}

@media (max-width: 767px) {
    .lp-outro-action>* {
        width: 23rem;
    }
}

.lp-overview-header h2 {
    margin-bottom: 2.4rem;
}

.lp-explanation-item-icon {
    position: relative;
    display: block;
    width: 4.5rem;
    height: 4.5rem;

}

.lp-definition-item {
    min-height: 100% !important;
}

.lp-headcap-header-x {
    color: #171768;
    font-size: 6rem;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.06rem;
    text-align: justify;
}

.lp-headcap-header-custom {
    color: #171768;
    font-size: 4rem;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.06rem;
    text-wrap: balance;

}

.lp-utility-text ul li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
    list-style-type: disc;
}

.lp-definition-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 9rem;
    background: white;
    border-radius: 4rem;
    border: 0.2rem solid rgba(255, 255, 255, 0.2);
}

.top-level {
    display: flex;

    align-items: center;
    margin-bottom: 15px;
}

.top-level img {
    width: 180px;
    margin-right: 15px;
}

.second-level {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.second-level img {
    width: 60px;
    margin-right: 15px;
}

.third-level {
    margin-bottom: 25px;
}

.third-level img {
    width: 50px;
}

.lp-definition-image {
    padding: 2rem;

}

.hero-im {
    max-width: 460px;
    position: absolute;
    top: 15%;
    left: 15%;
}

.lp-definition-grid-col {
    position: relative;
}



.hs-form-field {
    margin-bottom: 7rem;
}

.hs-form-field {
    position: relative;
    margin-bottom: 4rem;
}

.hs-input {
    color: #000;
    border: 1px solid #cbcbed !important;
    border-radius: 10px !important;
}

.hs-input {
    position: relative;
    padding: 0.625rem 0.625rem 0.625rem 0;
    width: 100%;
    min-height: 39px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #dce6ff;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    font-size: 2rem;
}

@media (min-width: 768px) {
    .hs-input {
        color: #000;
        border-bottom: 1px solid #579BB7;
    }
}

.input {
    position: relative !important;
}

.hs-input:focus {
    border-radius: 0;
}

@media (min-width: 768px) {

    .hs-input:-webkit-autofill,
    .hs-input:-webkit-autofill:active,
    .hs-input:-webkit-autofill:focus,
    .hs-input:-webkit-autofill:hover {
        box-shadow: 0 0 0 1000px #fff inset;
    }
}


.hs-input.error {
    border-bottom: 1px solid #ff4c4c;
}


.hs-input {
    border: 1px solid #171768;
    color: #000;
    padding: 10px;
}

@media (min-width: 768px) {
    .hs-input {
        color: #000;
        border-bottom: 1px solid #171768;

    }
}

.hs-input:-webkit-autofill,
.hs-input:-webkit-autofill:active,
.hs-input:-webkit-autofill:focus,
.hs-input:-webkit-autofill:hover {
    box-shadow: 0 0 0 1000px #fff inset;
}

.hs-input.error {
    border-bottom: 1px solid #ff4c4c;
}

label:not(.hs-error-msg) {
    color: #959595;
}

label {
    display: block;
    padding: .625rem 0;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #b8bfd1;
    pointer-events: none;
    transition: .5s;
    text-align: justify;
}

.input .hs-input:focus {
    border: 2px solid #171768 !important;
    outline: 0 !important;
}

.label {
    color: #171768 !important;
    background-color: #fff !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-size: 15px !important;
    top: -2.525rem !important;
    left: 1rem !important;
}

.hs-button {
    position: relative;
    margin-left: auto;
    display: flex;
    padding: 2.25rem 4.875rem;
    justify-content: center;
    align-items: center;
    border-radius: 6.25rem;
    background-color: #579BB7;
    color: #fff;
    font-family: Manrope;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 0;
    box-shadow: none;
    cursor: pointer;
}

.flag-contact {

    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}



.lp-navbar-logo img {
    width: 200px !important;
}




@media (max-width: 767.98px) {



    .lp-navbar-logo img {
        width: 120px !important;
        position: fixed;
        left: calc(100% - 154px) !important;
        top: 25px;
        z-index: 1;

    }

    .lp-headcap-tablet img {
        display: none !important;
    }

    .lp-footer {
        padding: 100px 0 !important;
    }

    .lp-navbar-nav-toggle:after {
        content: none !important;
    }

    .label {
        color: #fff !important;
        background-color: #000 !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
        font-size: 15px !important;
        top: -2.525rem !important;
        left: 1rem !important;
    }

    .lp-definition-caption {
        font-size: 1.8rem !important;
    }
    .lp-definition-info-text {
        font-size: 15px !important;
    }
    .lp-headcap.with-code .lp-headcap-image:last-of-type {
        left: 0!important;
        width: 80%!important;
    }
    .lp-headcap-grid.-v2 {
        display: flex!important;
        flex-direction: column-reverse!important;
    }
}

@media (max-width: 991.98px) {

    .lp-navbar-logo {
        top: 14px;
        left: 1rem;
    }


    .flag img {
        width: 25px;
        margin: 5px;
    }

    .flag {
        position: relative;
        z-index: 9999;
        padding-top: 20px;
        max-width: 270px !important;
        margin: 0 auto;
    }

    .lp-navbar-actions {

        display: flex !important;
        flex-direction: column !important;
    }
}


.footer-bottom {
    display: flex;
    justify-content: center;
    align-items: center;

}

.logo1 img,
.logo2 img {
    width: 40px;
    margin-right: 15px;
}

.logo3 img,
.logo4 img {
    width: 70px;
    margin-right: 15px;
}


.logo5 img {
    width: 100px;
}

.copyright {
    display: flex;
    justify-content: center;
    padding-bottom: 25px;
}

.lp-jumbotron-card {
    margin: 0 0 3rem !important;
    padding: 4rem !important;
    width: 90% !important;
    height: 35rem !important;
    border-radius: 4.4rem !important;
    justify-content: center;
}


.grid-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 150px 20px;
}


.box-flex {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.lp-jumbotron-card-text p {
    color: #fff;
}


@media (max-width: 767.98px) {
    .grid-container {
        flex-direction: column !important;
    }

    .lp-jumbotron-card {
        height: 45rem !important;
    }

    .lp-jumbotron-card-icon img {
        width: 100px !important;
    }


    .card-head {
        display: flex;
        flex-direction: column !important;
    }

    .lp-jumbotron-card-icon img {

        margin-bottom: 40px;
    }
}



@media (min-width: 768px) and (max-width: 991.98px) {

    .lp-jumbotron-card-icon img {
        width: 45px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

    .lp-jumbotron-card-icon img {
        width: 45px !important;
    }

}

.card-head {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 10px;
}

.lp-jumbotron-card-caption {
    margin-top: 0 !important;
    margin-left: 20px !important;
}


.custom-icon {
    background: white;
    width: 9.4rem !important;
    height: 9.4rem !important;
}

/* Back to Top Button */
#backToTopBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed position at the bottom right */
    bottom: 20px;
    right: 20px;
    z-index: 99;
    /* Ensure it's above other elements */
    background-color: #579bb7;
    /* Dark background */
    color: white;
    /* White text */
    border: none;
    /* No border */
    outline: none;
    /* Remove outline */
    width: 50px;
    /* Circle size */
    height: 50px;
    border-radius: 50%;
    /* Make it round */
    text-align: center;
    font-size: 18px;
    /* Larger font size */
    cursor: pointer;
    /* Pointer on hover */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    /* Add some shadow */
    transition: all 0.3s ease;
    /* Smooth transition */
}

#backToTopBtn:hover {
    background-color: #555;
    /* Darker background on hover */
}

/**********************/

#fo-toggle-button {
    bottom: 80px !important;
}

/*new redisign */
@media (max-width: 767px) {
    .-v7 {
        height: 21rem !important;
    }

    .lp-jumbotron-card-caption {
        margin-top: 10px !important;
        margin-right: 0px !important;
        text-align: center !important;
    }

    .lp-jumbotron-card-text p {
        color: #fff !important;
        text-align: center !important;
    }


    .lp-navbar-action>a,
    .lp-navbar-action>button {
        width: 100%;
        margin: 8px 0;
    }

    .lp-navbar-toggle {
        left: 2.5rem !important;
    }



    .lp-navbar-navs {
        text-align: left !important;
    }

    .lp-navbar-nav-toggle {

        font-size: 2.5rem;

    }

    .lp-textplace-text p {
        position: relative;
        margin-bottom: 30px;
    }

    .lp-definition-image {
        width: 67% !important;
        height: 100% !important;
        padding: 2rem !important;
    }

    .hero-im {
        width: 249px;
        position: absolute;
        top: -8% !important;
        left: 15%;
    }

    .invoice img {
        
        right: 276px !important;
        position: relative !important;
        top: -25px !important;
    }

    .mbiledev img {
        position: relative;
        right: 117px;
        top: -4px;
    }
}


@media (min-width: 767px) and (max-width: 1199.98px) {

    .invoice img {
        width: 437px !important;
        left: -204px !important;
        position: relative !important;
        
    }

    
    .mbiledev img {
        left: -234px!important;
          position: relative!important;
          top: 0!important;
    }
}

.social-media {
    margin-top: 25px;
    display: flex;
    flex-direction: row;
}

.social-media img {
    display: block;
    width: 32px;
}

.lp-preview-icon i {
    font-size: 26px;
    color: #d5d5d5;
}

#fo-inner-wrap {
    display: none;
}