@font-face {
    font-family: "Avenir";
    src: url("/assets/font/Avenir-Black-03.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Avenir";
    src: url("/assets/font/Avenir-BlackOblique-04.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: "Avenir";
    src: url("/assets/font/Avenir-Book-01.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Avenir";
    src: url("/assets/font/Avenir-BookOblique-02.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Avenir";
    src: url("/assets/font/Avenir-Heavy-05.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Avenir";
    src: url("/assets/font/Avenir-HeavyOblique-06.ttf") format("truetype");
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: "Avenir";
    src: url("/assets/font/Avenir-Light-07.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Avenir";
    src: url("/assets/font/Avenir-LightOblique-08.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Avenir";
    src: url("/assets/font/Avenir-Medium-09.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Avenir";
    src: url("/assets/font/Avenir-MediumOblique-10.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "Avenir";
    src: url("/assets/font/Avenir-Oblique-11.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Avenir";
    src: url("/assets/font/Avenir-Roman-12.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    margin: 0.67em 0;
    font-size: 2em;
}
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
b,
strong {
    font-weight: bolder;
}
code {
    font-family: monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
}
sub {
    bottom: -0.25em;
}
img {
    border-style: none;
}
button,
input,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
}
[hidden] {
    display: none;
}
*,
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
}
html,
body {
    overscroll-behavior-y: none;
    overflow-x: hidden;
}
img,
video,
iframe {
    max-width: 100%;
}

main.kl-main-data .as-cta {
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius: 300px;
    font-weight: 700;
    font-family: Nunito, sans-serif;
    color: #273644;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16pt;
    background: #0cefbc;
    padding-top: 10px;
    -webkit-transition:
        background 0.25s,
        color 0.25s;
    -o-transition:
        background 0.25s,
        color 0.25s;
    -moz-transition:
        background 0.25s,
        color 0.25s;
    transition:
        background 0.25s,
        color 0.25s;
}

[data-os="Windows"] main.kl-main-data .as-cta {
    padding-bottom: 9px;
}

[data-os="Windows"] main.kl-main-data .as-cta {
    padding-top: 12px;
}
main.kl-main-data .as-cta:hover {
    background: #273644;
    color: #0cefbc;
}
main.kl-main-data .as-img-wrapper img {
    width: 100%;
}
.kl-main-data .as-faq {
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
}
.kl-main-data .as-faq .inner {
    width: 100%;
    max-width: 1130px;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
}
.kl-main-data .as-faq .inner h2 {
    color: #273644;
    text-align: left;
    font-family: Avenir, sans-serif;
    font-size: 28px;
    font-weight: 500;
}
.kl-main-data .as-faq .inner .questions {
    width: 100%;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
}
.kl-main-data .as-faq .inner .questions .question {
    width: 100%;
    background: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.kl-main-data .as-faq .inner .questions .question .header {
    cursor: pointer;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 12px 28px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
}
.kl-main-data .as-faq .inner .questions .question .header p {
    color: #273644;
    font-family: Avenir, sans-serif;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
}
.kl-main-data .as-faq .inner .questions .question .header button {
    width: 36px;
    height: 36px;
    background: 0 0;
    border: 0;
    outline: 0;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
}
.kl-main-data .as-faq .inner .questions .question .header button img {
    width: 18px;
}
.kl-main-data .as-faq .inner .questions .question .body {
    padding: 8px 60px 18px 28px;
}
.kl-main-data .as-faq .inner .questions .question .body p {
    color: #273644;
    text-align: justify;
    font-family: Avenir, sans-serif;
    font-size: 18px;
}
.kl-main-data .as-faq .inner .questions .question:not(.active) .header button img:nth-child(1) {
    display: none;
}
.kl-main-data .as-faq .inner .questions .question:not(.active) .body {
    display: none;
}
.kl-main-data .as-faq .inner .questions .question.active .header button img:nth-child(2) {
    display: none;
}
.kl-main-data .as-faq .inner .as-cta {
    -webkit-align-self: center;
    align-self: center;
    margin-top: 36px;
}
.kl-main-data .as-faq .inner .as-cta {
    margin: auto;
    margin-top: 24px;
}
@media screen and (max-width: 1360px) {
    .kl-main-data .as-faq .inner {
        max-width: 95%;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .kl-main-data .as-faq .inner .questions .question .header p {
        font-size: 18px;
    }
    .kl-main-data .as-faq .inner .questions .question .body p {
        font-size: 16px;
    }
}
.kl-main-data .as-faq-full {
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
}
.kl-main-data .as-faq-full .inner {
    width: 100%;
    width: 1130px;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
}
.kl-main-data .as-faq-full .inner .search-box {
    width: 640px;
    height: 60px;
    border: 2px solid #d0d0d0;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius: 300px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
}
.kl-main-data .as-faq-full .inner .search-box img {
    height: 30px;
}
.kl-main-data .as-faq-full .inner .search-box input {
    width: 100%;
    text-align: left;
    height: 100%;
    border: 0;
    outline: 0;
    font-family: Avenir, sans-serif;
    font-size: 20px;
    font-weight: 500;
}
.kl-main-data .as-faq-full .inner .as-pretitle,
.kl-main-data .as-faq-full .inner h1 {
    text-align: center;
}
.kl-main-data .as-faq-full .inner h1 {
    color: #273644;
    font-family: Avenir, sans-serif;
    font-size: 46px;
    font-weight: 500;
}
.kl-main-data .as-faq-full .inner .questions {
    width: 100%;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
}
.kl-main-data .as-faq-full .inner .questions .question {
    width: 100%;
    background: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.kl-main-data .as-faq-full .inner .questions .question .header {
    cursor: pointer;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 12px 28px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
}
.kl-main-data .as-faq-full .inner .questions .question .header p {
    color: #273644;
    font-family: Avenir, sans-serif;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
}
.kl-main-data .as-faq-full .inner .questions .question .header button {
    width: 36px;
    height: 36px;
    background: 0 0;
    border: 0;
    outline: 0;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
}
.kl-main-data .as-faq-full .inner .questions .question .header button img {
    width: 18px;
}
.kl-main-data .as-faq-full .inner .questions .question .body {
    padding: 8px 60px 18px 28px;
}
.kl-main-data .as-faq-full .inner .questions .question .body p {
    color: #273644;
    text-align: justify;
    font-family: Avenir, sans-serif;
    font-size: 18px;
}
.kl-main-data
    .as-faq-full
    .inner
    .questions
    .question:not(.active)
    .header
    button
    img:nth-child(1) {
    display: none;
}
.kl-main-data .as-faq-full .inner .questions .question:not(.active) .body {
    display: none;
}
.kl-main-data .as-faq-full .inner .questions .question.active .header button img:nth-child(2) {
    display: none;
}
@media screen and (max-width: 1360px) {
    .kl-main-data .as-faq-full .inner {
        width: 95%;
    }
    .kl-main-data .as-faq-full .inner .search-box {
        width: 90%;
    }
    .kl-main-data .as-faq-full .inner .questions {
        margin-top: 24px;
    }
    .kl-main-data .as-faq-full .inner .questions .question .header p {
        font-size: 18px;
    }
    .kl-main-data .as-faq-full .inner .questions .question .body p {
        font-size: 16px;
    }
}
@media screen and (max-width: 560px) {
    .kl-main-data .as-faq-full .inner h1 {
        font-size: 38px;
    }
}
.as-back-bar {
    width: 100%;
    display: flex;
    padding: 18px 0;
    margin-top: 107px;
    justify-content: center;
}

.as-back-bar .inner {
    width: 100%;
    max-width: 1130px;
    display: flex;
    align-items: center;
}

.as-back-bar .inner > a {
    font-family: Avenir, sans-serif;
    font-size: 18px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #273644;
    width: 50%;
}
.as-back-bar .inner > a:hover {
    text-decoration: underline;
}

.as-back-bar .inner > a svg {
    width: 24px;
    margin-right: 6px;
}
.as-back-bar .as-right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 32px;
}
.as-back-bar .as-right .link-box {
    display: flex;
    align-items: center;
    gap: 8px;
}
.as-back-bar .as-right .link-box a {
    font-size: 14px;
    display: flex;
    align-items: center;
    color: black;
    font-weight: 300;
    flex-shrink: 0;
}
.as-back-bar .as-right .link-box a:hover {
    text-decoration: underline;
}
.as-back-bar .as-right .link-box img {
    width: 36px;
}
.as-transparency-full {
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
}
.as-transparency-full .inner {
    width: 100%;
    max-width: 1340px;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
}
.as-transparency-full .inner .as-pretitle,
.as-transparency-full .inner .as-subtitle,
.as-transparency-full .inner h1 {
    text-align: center;
}
.as-transparency-full .inner h1 {
    color: #273644;
    font-family: Avenir, sans-serif;
    font-size: 46px;
    font-weight: 500;
}
.as-transparency-full .inner .as-subtitle {
    color: #273644;
    font-family: Avenir, sans-serif;
    font-size: 18px;
}
.as-transparency-full .inner .table {
    width: 100%;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
}
.as-transparency-full .inner .table table {
    border-collapse: collapse;
    border: 0;
    font-family: Avenir, sans-serif;
}
.as-transparency-full .inner .table table thead th {
    color: #fff;
    text-align: center;
    background: #273644;
    padding: 24px 36px;
    font-size: 18px;
    font-weight: 400;
}
.as-transparency-full .inner .table table thead th:nth-child(n + 2) {
    border-right: 1px solid #fff;
}
.as-transparency-full .inner .table table tbody tr td {
    vertical-align: middle;
    text-align: center;
    background: #f0f0f0;
    border: 0;
    outline: 0;
    padding-top: 12px;
    padding-bottom: 12px;
}
.as-transparency-full .inner .table table tbody tr td .as-available {
    color: #00edb8;
}
.as-transparency-full .inner .table table tbody tr td .as-missing {
    color: #bf272d;
}
.as-transparency-full .inner .table table tbody tr td svg {
    width: 28px;
}
.as-transparency-full .inner .table table tbody tr td:nth-child(1) {
    text-align: left;
    padding-left: 18px;
}
.as-transparency-full .inner .table table tbody tr td:nth-child(n + 2) {
    border-right: 1px solid #fff;
}
.as-transparency-full .inner .table table tbody tr td:nth-last-child(1) {
    font-weight: 500;
}
.as-transparency-full .inner .table table tbody tr:nth-child(2n + 1) td {
    background: #fff;
}
.as-transparency-full .inner .as-cta {
    margin-top: 32px;
}
@media screen and (max-width: 1360px) {
    .as-transparency-full .inner {
        width: 95%;
    }
}
@media screen and (max-width: 1160px) {
    .as-transparency-full .inner .table {
        -webkit-box-align: start;
        -moz-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        overflow-x: auto;
    }
    .as-transparency-full .inner .table table {
        width: 1080px;
    }
}
@media screen and (max-width: 560px) {
    .as-transparency-full .inner h1 {
        font-size: 38px;
    }
}
.as-pre-contact {
    width: 100%;
    display: flex;
    padding: 18px 0;
    margin-top: 107px;
    justify-content: center;
}

.as-pre-contact .inner {
    width: 100%;
    max-width: 1130px;
    display: flex;
    align-items: center;
}

.as-pre-contact .as-right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 32px;
}
.as-pre-contact .as-right .link-box {
    display: flex;
    align-items: center;
    gap: 8px;
}
.as-pre-contact .as-right .link-box a {
    font-size: 14px;
    display: flex;
    align-items: center;
    color: black;
    font-weight: 300;
}
.as-pre-contact .as-right .link-box a:hover {
    text-decoration: underline;
}
.as-pre-contact .as-right .link-box img {
    width: 36px;
}
main.kl-main-data section.as-hero .as-cols .as-left > img {
    width: 180px;
    margin-bottom: 20px;
}

main.kl-main-data section.as-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 660px;
}
section.as-hero:after {
    content: "";
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: -60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    right: 180px;
    bottom: 15px;
    height: 50px;
    width: 50px;
    background-image: url(../img/discover/small-half-disc.png);
    -moz-background-size: 100%;
    background-size: 100%;
}
main.kl-main-data section.as-hero .as-cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 1130px;
}
main.kl-main-data section.as-hero .as-cols .as-left,
main.kl-main-data section.as-hero .as-cols .as-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
main.kl-main-data section.as-hero .as-cols .as-left {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 51%;
    padding-right: 50px;
}
main.kl-main-data section.as-hero .as-cols .as-left .as-title {
    font-size: 32pt;
    color: #000;
    font-family: "Avenir Next LT Pro", sans-serif;
    font-weight: 900;
}

main.kl-main-data section.as-hero .as-cols .as-left .as-subtitle {
    font-family: Nunito, sans-serif;
    color: #000;
    margin-top: 15px;
    font-size: 18pt;
    font-weight: 500;
}
main.kl-main-data section.as-hero .as-cols .as-left .as-perks {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
main.kl-main-data section.as-hero .as-cols .as-left .as-perks li {
    font-family: Nunito, sans-serif;
    color: #000;
    font-size: 16pt;
    font-weight: 300;
}
main.kl-main-data section.as-hero .as-cols .as-left .as-cta {
    margin-top: 30px;
}
main.kl-main-data section.as-hero .as-cols .as-right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 49%;
    height: 512px;
}
main.kl-main-data section.as-hero .as-cols .as-right .as-img-wrapper {
    width: 100%;
    height: 100%;
}
.as-img-placeholder {
    width: 100%;
    height: 100%;
    background: #1485ad;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 700;
    color: white;
    font-size: 20px;
}
main.kl-main-data section.as-feature {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
}
main.kl-main-data section.as-feature .inner {
    display: flex;
    width: 100%;
    max-width: 1130px;
    justify-content: center;
}
main.kl-main-data section.as-feature .inner .as-cols {
    width: 100%;
    display: flex;
}
main.kl-main-data section.as-feature .as-cols .as-left,
main.kl-main-data section.as-feature .as-cols .as-right {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 50%;
    justify-content: center;
}
main.kl-main-data section.as-feature .as-cols .as-left {
    align-items: flex-start;
    width: 51%;
    padding-right: 50px;
    padding-top: 72px;
    padding-bottom: 72px;
}
main.kl-main-data section.as-feature.for-tools .as-cols .as-left {
    width: 46%;
}
main.kl-main-data section.as-feature.for-tools .as-cols .as-right {
    width: 54%;
}
main.kl-main-data .as-pretitle {
    margin-bottom: 24px;
    color: #0cefbc;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}
main.kl-main-data section.as-feature .as-cols .as-left .as-title {
    font-size: 32pt;
    color: #000;
    font-family: "Avenir Next LT Pro", sans-serif;
    font-weight: 900;
}

main.kl-main-data section.as-feature .as-cols .as-left .as-description,
main.kl-main-data section.as-bicolumn-transparency .left .as-description {
    font-family: Nunito, sans-serif;
    color: #000;
    margin-top: 18px;
    font-size: 16pt;
    font-weight: 500;
}
main.kl-main-data section.as-feature .as-cols .as-right .as-img-wrapper {
    height: 100%;
}
main.kl-main-data section.as-bicolumn-transparency {
    padding-top: 40px;
    padding-bottom: 120px;
}
main.kl-main-data section.as-bicolumn-transparency .as-title {
    font-size: 26pt;
    color: #000;
    font-family: "Avenir Next LT Pro", sans-serif;
    font-weight: 900;
    text-align: left;
    margin-bottom: 32px;
}
main.kl-main-data section.as-bicolumn-transparency .inner .right .matrix {
    width: 100%;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
}
main.kl-main-data section.as-bicolumn-transparency .inner .right .matrix .matrix-header {
    height: 80px;
    width: 100%;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
}
main.kl-main-data section.as-bicolumn-transparency .inner .right .matrix .matrix-header span {
    color: #273644;
    width: 80px;
    height: 100%;
    text-align: center;
    font-family: Avenir, sans-serif;
    font-size: 12px;
    font-weight: 500;
}
@media screen and (max-width: 1360px) {
    main.kl-main-data section.as-bicolumn-transparency .inner .right .matrix .matrix-header span {
        width: 80px;
    }
}
main.kl-main-data
    section.as-bicolumn-transparency
    .inner
    .right
    .matrix
    .matrix-header
    span.with-bg {
    background: #e4e4e4;
    -webkit-border-top-left-radius: 24px;
    -moz-border-top-left-radius: 24px;
    border-top-left-radius: 24px;
    -webkit-border-top-right-radius: 24px;
    -moz-border-top-right-radius: 24px;
    border-top-right-radius: 24px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
}
main.kl-main-data section.as-bicolumn-transparency .inner .right .matrix .matrix-rows {
    width: 100%;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -moz-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    gap: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    position: relative;
}
main.kl-main-data section.as-bicolumn-transparency .inner .right .matrix .matrix-rows:before {
    content: "";
    width: 80px;
    height: 105%;
    z-index: -1;
    background: #e4e4e4;
    -webkit-border-bottom-right-radius: 24px;
    -moz-border-bottom-right-radius: 24px;
    border-bottom-right-radius: 24px;
    -webkit-border-bottom-left-radius: 24px;
    -moz-border-bottom-left-radius: 24px;
    border-bottom-left-radius: 24px;
    position: absolute;
    right: 0;
}
main.kl-main-data section.as-bicolumn-transparency .inner .right .matrix .matrix-rows .matrix-row {
    background: #fff;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius: 300px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-right: -16px;
    padding: 16px 16px 16px 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
main.kl-main-data
    section.as-bicolumn-transparency
    .inner
    .right
    .matrix
    .matrix-rows
    .matrix-row
    .cells {
    width: 100%;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
}
main.kl-main-data
    section.as-bicolumn-transparency
    .inner
    .right
    .matrix
    .matrix-rows
    .matrix-row
    .cells
    .cell {
    width: 80px;
    height: 100%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
}
@media screen and (max-width: 1360px) {
    main.kl-main-data
        section.as-bicolumn-transparency
        .inner
        .right
        .matrix
        .matrix-rows
        .matrix-row
        .cells
        .cell {
        width: 80px;
    }
}
main.kl-main-data
    section.as-bicolumn-transparency
    .inner
    .right
    .matrix
    .matrix-rows
    .matrix-row
    .cells
    .cell
    img {
    width: 20%;
}
main.kl-main-data
    section.as-bicolumn-transparency
    .inner
    .right
    .matrix
    .matrix-rows
    .matrix-row
    .matrix-title {
    color: #273644;
    text-align: right;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    font-family: Avenir, sans-serif;
    font-size: 16px;
    margin-right: 16px;
}
main.kl-main-data
    section.as-bicolumn-transparency
    .inner
    .right
    .matrix
    .matrix-rows
    .matrix-row.alternate {
    background: #273644;
}
main.kl-main-data
    section.as-bicolumn-transparency
    .inner
    .right
    .matrix
    .matrix-rows
    .matrix-row.alternate
    .matrix-title {
    color: #fff;
}
main.kl-main-data
    section.as-bicolumn-transparency
    .inner
    .right
    .matrix
    .matrix-rows
    .matrix-row
    .matrix-count {
    width: 90px;
    text-align: center;
    color: #273644;
    background: #e4e4e4;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius: 300px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 18px;
    font-family: Avenir, sans-serif;
    font-size: 15px;
    font-weight: 500;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
}
main.kl-main-data
    section.as-bicolumn-transparency
    .inner
    .right
    .matrix
    .matrix-rows
    .matrix-row:nth-of-type(2n + 1)
    .matrix-title {
    width: 142px;
}
@media screen and (max-width: 780px) {
    main.kl-main-data section.as-bicolumn-transparency .inner .right {
        display: none;
    }
}
main.kl-main-data .as-bicolumn-transparency {
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
}
main.kl-main-data .as-bicolumn-transparency .inner {
    width: 100%;
    max-width: 1130px;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
}
main.kl-main-data .as-bicolumn-transparency .inner .left {
    width: 480px;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
}
main.kl-main-data .as-bicolumn-transparency .inner .left h2 {
    color: #273644;
}
main.kl-main-data .as-bicolumn-transparency .inner .left .description {
    color: #273644;
    margin-top: 36px;
    font-family: Avenir, sans-serif;
    font-size: 18px;
}
main.kl-main-data .as-bicolumn-transparency .inner .left .as-cta {
    margin-top: 24px;
}
main.kl-main-data .as-bicolumn-transparency .inner .right {
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-right: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
}
main.kl-main-data .as-bicolumn-transparency .inner .right img {
    width: 100%;
}
@media screen and (max-width: 1360px) {
    main.kl-main-data .as-bicolumn-transparency .inner {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    main.kl-main-data .as-bicolumn-transparency .inner .left {
        text-align: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    main.kl-main-data .as-bicolumn-transparency .inner .right {
        max-width: 720px;
        margin-top: 48px;
        margin-left: 0;
        padding-left: 0;
    }
}
@media screen and (max-width: 780px) {
    main.kl-main-data .as-bicolumn-transparency .inner .left,
    main.kl-main-data .as-bicolumn-transparency .inner .right {
        max-width: 95%;
    }
}
main.kl-main-data section.as-bicolumn-transparency .as-pretitle {
    margin-bottom: 24px;
    color: #0cefbc;
    font-weight: bold;
    font-size: 18px;
}
main.kl-main-data section.as-market {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 70px 0;
}
main.kl-main-data section.as-market div.inner {
    display: flex;
    width: 100%;
    max-width: 1130px;
    flex-direction: column;
}
main.kl-main-data section.as-market div.inner > .as-title {
    font-size: 26pt;
    color: #000;
    font-family: "Avenir Next LT Pro", sans-serif;
    font-weight: 900;
    text-align: left;
    margin-bottom: 32px;
}
main.kl-main-data section.as-market div.inner .advantages {
    width: 100%;
    display: flex;
    gap: 18px;
    margin-bottom: 28px;
}
main.kl-main-data section.as-market div.inner .advantages .advantage-box {
    padding: 22px 36px;
    border-radius: 18px;
    border: 1px solid black;
    display: flex;
    flex-direction: column;
    flex: 1;
}
main.kl-main-data section.as-market div.inner .advantages .advantage-box .title {
    font-size: 17pt;
    font-weight: 700;
}
main.kl-main-data section.as-market div.inner .separator {
    display: flex;
    width: 48px;
    height: 1px;
    background: black;
    margin-top: -18px;
}
main.kl-main-data section.as-market div.inner .description {
    margin-top: -18px;
}
main.kl-main-data section.as-market div.inner .advantages .advantage-box .description {
    font-size: 12.5pt;
}
main.kl-main-data
    section.as-market
    div.inner
    .advantages
    .advantage-box
    .description:nth-of-type(1) {
    height: 200px;
}
main.kl-main-data
    section.as-market
    div.inner
    .advantages
    .advantage-box
    .description:nth-of-type(2) {
    white-space: nowrap;
}
main.kl-main-data section.as-market div.inner .as-cta {
    margin: auto;
}
[data-pricing="yearly"] .for-monthly {
    display: none;
}
[data-pricing="monthly"] .for-yearly {
    display: none;
}
main.kl-main-data section.as-pricing {
    display: flex;
    width: 100%;
    justify-content: center;
}
main.kl-main-data section.as-pricing > .inner {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    max-width: 1130px;
}
main.kl-main-data section.as-pricing div.inner > .as-title {
    font-size: 26pt;
    color: #000;
    font-family: "Avenir Next LT Pro", sans-serif;
    font-weight: 900;
    text-align: left;
    margin-bottom: 32px;
}
main.kl-main-data section.as-pricing > .inner .as-cols {
    display: flex;
    width: 100%;
    gap: 18px;
}

main.kl-main-data section.as-pricing > .inner .as-cols .as-col {
    flex: 1;
    border-radius: 12px;
    padding: 32px 16px;
    flex-direction: column;
    border: 2px solid black;
    display: flex;
}
main.kl-main-data section.as-pricing > .inner .as-cols .as-col .as-cta {
    margin-top: auto;
}
main.kl-main-data section.as-pricing > .inner .as-cols .as-col > .title {
    font-weight: 700;
    font-size: 24pt;
    margin-bottom: 16px;
    display: inline-flex;
    justify-content: center;
    text-align: center;
}
main.kl-main-data section.as-pricing > .inner .as-cols .as-col > .info-line {
    font-size: 11pt;
    text-align: center;
}
main.kl-main-data section.as-pricing > .inner .as-cols .as-col > .info-line .bordered {
    border: 1px solid black;
    border-radius: 4px;
    padding: 4px;
}
main.kl-main-data section.as-pricing > .inner .as-cols .as-col > .info-line.small {
    font-size: 10pt;
}
main.kl-main-data section.as-pricing > .inner .as-cols .as-col > .info-line em {
    font-size: 16pt;
    font-weight: 600;
    font-style: normal;
}
main.kl-main-data section.as-pricing > .inner .as-cols .as-col > .notice {
    font-size: 10pt;
    font-style: italic;
    text-align: center;
}
main.kl-main-data section.as-pricing > .inner .as-cols .as-col > .as-package-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
    padding-bottom: 24px;
}
main.kl-main-data section.as-pricing > .inner .as-cols .as-col > .as-package-features p {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 24px;
}
main.kl-main-data section.as-pricing > .inner .as-cols .as-col > .as-package-features p:before {
    content: "";
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid black;
    border-radius: 4px;
}
.as-period-switcher {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}
.as-period-switcher span {
    font-size: 14pt;
    display: flex;
    width: 200px;
}
.as-period-switcher span:nth-child(1) {
    text-align: right;
    justify-content: flex-end;
}
.as-period-switcher button {
    width: 96px;
    border-radius: 8px;
    height: 48px;
    border: 2px solid black;
    margin: 0 24px;
    background: #fafafa;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.as-period-switcher button:after {
    content: "";
    width: 55%;
    height: 100%;
    background: #0cefbc;
    left: 0;
    transition: transform 0.3s;
}
[data-pricing="monthly"] .as-period-switcher button:after {
    transform: translateX(0%);
}
[data-pricing="yearly"] .as-period-switcher button:after {
    transform: translateX(95%);
}
.as-back-bar + .as-pricing {
    margin-top: 72px;
}
.as-hidden {
    display: none !important;
}
main.kl-main-data section.as-pricing-v2 {
    display: flex;
    width: 100%;
    justify-content: center;
}
main.kl-main-data section.as-pricing-v2 > .inner {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    max-width: 1130px;
}
main.kl-main-data section.as-pricing-v2 div.inner > .as-title {
    font-size: 26pt;
    color: #000;
    font-family: "Avenir Next LT Pro", sans-serif;
    font-weight: 900;
    text-align: left;
    margin-bottom: 42px;
}
main.kl-main-data section.as-pricing-v2 > .inner .as-cols {
    display: flex;
    width: 100%;
    gap: 18px;
}

main.kl-main-data section.as-pricing-v2 > .inner .as-cols .as-col {
    flex: 1;
    border-radius: 12px;
    padding: 32px 16px;
    flex-direction: column;
    /* border: 2px solid #dadada; */
    display: flex;
}
main.kl-main-data section.as-pricing-v2 > .inner .as-cols .as-col:nth-child(1) {
    background: #f8f8f8;
}
main.kl-main-data section.as-pricing-v2 > .inner .as-cols .as-col:nth-child(2) {
    background: hsl(213, 100%, 96%, 1);
}
main.kl-main-data section.as-pricing-v2 > .inner .as-cols .as-col:nth-child(3) {
    background: hsl(207, 48%, 80%, 1);
}
main.kl-main-data section.as-pricing-v2 > .inner .as-cols .as-col:nth-child(2) .as-cta {
    background: #67ceec;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
main.kl-main-data section.as-pricing-v2 > .inner .as-cols .as-col:nth-child(2) .as-cta:hover {
    color: inherit;
    background: #78dffd;
}
main.kl-main-data section.as-pricing-v2 > .inner .as-cols .as-col .as-cta {
    margin-top: auto;
    border: 2px solid #273644;
}
main.kl-main-data section.as-pricing-v2 > .inner .as-cols .as-col > .title {
    font-weight: 700;
    font-size: 24pt;
    margin-bottom: 16px;
    display: inline-flex;
    justify-content: center;
    text-align: center;
}
main.kl-main-data section.as-pricing-v2 > .inner .as-cols .as-col > .info-line {
    font-size: 11pt;
    text-align: center;
}
main.kl-main-data section.as-pricing-v2 > .inner .as-cols .as-col > .info-line .bordered {
    border: 1px solid black;
    border-radius: 4px;
    padding: 2px 5px;
}
main.kl-main-data section.as-pricing-v2 > .inner .as-cols .as-col > .info-line.small {
    font-size: 10pt;
}
main.kl-main-data section.as-pricing-v2 > .inner .as-cols .as-col > .info-line em {
    font-size: 16pt;
    font-weight: 600;
    font-style: normal;
}
main.kl-main-data section.as-pricing-v2 > .inner .as-cols .as-col > .notice {
    font-size: 10pt;
    font-style: italic;
    text-align: center;
}
main.kl-main-data section.as-pricing-v2 > .inner .as-cols .as-col > .as-package-features {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 24px;
    padding-bottom: 48px;
}
main.kl-main-data section.as-pricing-v2 > .inner .as-cols .as-col > .as-package-features p {
    position: relative;
    align-items: center;
    padding-left: 30px;
}
main.kl-main-data section.as-pricing-v2 > .inner .as-cols .as-col > .as-package-features p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border: 1px solid #273644;
    border-radius: 6px;
    background: #0cefbc;
}
main.kl-main-data section.as-pricing-v2 > .inner .as-cols + .notice {
    margin-top: 12px;
    font-size: 18px;
    line-height: 130%;
}
.as-back-bar + .as-pricing-v2 {
    margin-top: 72px;
}
main.kl-main-data section.as-hero-v2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 660px;
}

main.kl-main-data section.as-hero-v2 .inner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
    max-width: 1130px;
    padding-top: 10vh;
}

main.kl-main-data section.as-hero-v2 .inner .logo-wrapper {
    width: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
}
main.kl-main-data section.as-hero-v2 .inner .logo-wrapper img {
    width: 100%;
}
main.kl-main-data section.as-hero-v2 .inner .as-title {
    text-align: center;
    line-height: 135%;
    font-size: 36pt;
    font-weight: bolder;
    font-family: "Avenir Next LT Pro", sans-serif;
}
main.kl-main-data section.as-hero-v2 .inner .cta-row {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    gap: 24px;
    margin-top: 36px;
    padding-left: 54px;
}
main.kl-main-data section.as-hero-v2 .inner .cta-row .as-cta {
    border: 2px solid #273644;
}
main.kl-main-data section.as-hero-v2 .inner .cta-row .as-cta:nth-child(1) {
    background: transparent;
}
main.kl-main-data section.as-hero-v2 .inner .cta-row .as-cta:nth-child(2) {
    background: #ea8d83;
}
main.kl-main-data section.as-hero-v2 .inner .cta-row .as-cta:nth-child(2):hover {
    background: #fb9e94;
    color: inherit;
}
main.kl-main-data section.as-hero-v2 .inner .cta-row .as-cta:nth-child(3) {
    background: #67ceec;
    color: white;
}
main.kl-main-data section.as-hero-v2 .inner .cta-row .as-cta:nth-child(3):hover {
    background: #78dffd;
    color: white;
}
main.kl-main-data section.as-hero-v2 .inner .as-subtitle {
    text-align: center;
    font-size: 18px;
}
main.kl-main-data section.as-contact {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
    margin-top: 40px;
}
main.kl-main-data section.as-contact .inner {
    max-width: 1130px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
main.kl-main-data section.as-contact .inner .as-title {
    color: #273644;
    text-align: left;
    font-family: Avenir, sans-serif;
    font-size: 28px;
    font-weight: 500;
}
main.kl-main-data section.as-contact .inner .rows {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
    margin-top: 40px;
}
main.kl-main-data section.as-contact .inner .rows .row {
    display: flex;
    align-items: center;
    width: 100%;
    background: #f8f8f8;
    border-radius: 12px;
    border: 1px solid #273644;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    background: white;
    border: 0;
    height: 60px;
    padding-left: 24px;
    margin: 0;
}
main.kl-main-data section.as-contact .inner .rows .row p {
    font-size: 22px;
    font-weight: 500;
    display: flex;
    align-items: center;
    font-family: Avenir, sans-serif;
}
main.kl-main-data section.as-contact .inner .rows .row p a.as-cta {
    background: #67ceec;
    color: #273644;
    padding-top: 4px;
    padding-bottom: 4px;
    /* border: 2px solid #273644; */
    margin-left: 8px;
}
main.kl-main-data section.as-contact .inner .rows .row p a.as-cta:hover {
    background: #78dffd;
}
main.kl-main-data section.as-market {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 60px;
}
main.kl-main-data section.as-market .inner {
    width: 100%;
    max-width: 1130px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
main.kl-main-data section.as-market .inner .as-title {
    font-size: 26pt;
    color: #000;
    font-family: "Avenir Next LT Pro", sans-serif;
    font-weight: 900;
    text-align: left;
    margin-bottom: 16px;
}
main.kl-main-data section.as-market .inner .cols {
    display: flex;
    width: 100%;
    gap: 48px;
    margin-top: 48px;
}
main.kl-main-data section.as-market .inner .cols .col {
    display: flex;
    flex-direction: column;
    gap: 42px;
}
main.kl-main-data section.as-market .inner .cols .col p {
    font-size: 20px;
    line-height: 130%;
}
main.kl-main-data section.as-market .inner .cols .col .title {
    font-weight: bold;
    font-size: 22px;
    margin-top: -24px;
}
main.kl-main-data section.as-market .inner .cols .col .description {
    font-family: Avenir, sans-serif;
    font-size: 16px;
}
main.kl-main-data section.as-market .inner .cols .col .icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
}
main.kl-main-data section.as-market .inner .cols .col .icon-wrapper svg {
    width: 100%;
    height: 100%;
}
main.kl-main-data section.as-why {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 72px;
    padding-top: 40px;
}
main.kl-main-data section.as-why .inner {
    width: 100%;
    max-width: 1130px;
    display: flex;
    flex-direction: column;
    background: #f4f4f4;
    border-radius: 8px;
    padding: 42px 72px;
}
main.kl-main-data section.as-why .inner .as-title {
    font-size: 26pt;
    color: #000;
    font-family: "Avenir Next LT Pro", sans-serif;
    font-weight: 900;
    text-align: center;
}
main.kl-main-data section.as-why .inner .as-description {
    font-size: 20px;
    line-height: 135%;
    font-family: Avenir, sans-serif;
    margin-top: 24px;
    text-align: justify;
}
main.kl-main-data section.as-million {
    width: 100%;
    display: flex;
    justify-content: center;
}
main.kl-main-data section.as-million .inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1130px;
    padding: 36px 20px;
    border-radius: 16px;
    /* border: 2px solid #273644; */
    background: #dde9f3;
}
main.kl-main-data section.as-million .inner .as-title {
    font-size: 20pt;
    color: #000;
    font-family: Avenir, sans-serif;
    font-weight: 500;
    text-align: center;
    margin-bottom: 46px;
}
main.kl-main-data section.as-million .inner .as-title em {
    font-style: normal;
    font-size: 22pt;
    font-weight: 800;
}
main.kl-main-data section.as-million .inner .features-row {
    width: 100%;
    display: flex;
    gap: 18px;
    margin-bottom: 28px;
}
main.kl-main-data section.as-million .inner .features-row .feature-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 16px;
    /* border: 2px solid #273644; */
    background: white;
    padding-bottom: 18px;
    width: 25%;
}
main.kl-main-data section.as-million .inner .features-row .feature-box:nth-child(2n + 2) {
    /* background: #f8f8f8; */
}

main.kl-main-data section.as-million .inner .features-row .feature-box .counter {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #273644;
    margin-top: -24px;
    background: white;
}
main.kl-main-data section.as-million .inner .features-row .feature-box .separator {
    display: flex;
    width: 48px;
    height: 1px;
    background: black;
    margin-top: 8px;
}
main.kl-main-data section.as-million .inner .features-row .feature-box .counter span {
    font-weight: 700;
    font-size: 24px;
}
main.kl-main-data section.as-million .inner .features-row .feature-box .title {
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    margin-top: 12px;
}
main.kl-main-data section.as-million .inner .features-row .feature-box .description {
    text-align: center;
    margin-top: 8px;
}
main.kl-main-data section.as-million .inner .features-row .feature-box .preview {
    width: 90%;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    border: 1px solid #273644;
    overflow: hidden;
    margin-top: 18px;
}
main.kl-main-data section.as-million .inner .features-row .feature-box .preview img {
    height: 100%;
}
main.kl-main-data section.as-million .inner .feature-insights {
    background: white;
    width: 100%;
    border-radius: 16px;
    /* border: 2px solid #273644; */
    display: flex;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 18px;
}
main.kl-main-data section.as-million .inner .feature-insights .bullet {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #273644;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -18px;
    background: white;
}
main.kl-main-data section.as-million .inner .feature-insights .bullet svg {
    width: 70%;
}
main.kl-main-data section.as-million .inner .feature-insights .title {
    font-size: 20px;
    line-height: 135%;
    margin-left: 42px;
    font-weight: 800;
}
main.kl-main-data section.as-million .inner .feature-insights .previews {
    margin-left: auto;
    display: flex;
    gap: 32px;
    padding-right: 36px;
}
main.kl-main-data section.as-million .inner .feature-insights .previews .preview-box {
    display: flex;
    flex-direction: column;
    margin-top: 42px;
}

main.kl-main-data section.as-million .inner .feature-insights .previews .preview-box .img-wrapper {
    width: 220px;
    height: 140px;
    border: 1px solid #273644;
    border-radius: 8px;
    overflow: hidden;
}
main.kl-main-data
    section.as-million
    .inner
    .feature-insights
    .previews
    .preview-box
    .img-wrapper
    img {
    height: 100%;
}

main.kl-main-data section.as-million .inner .feature-insights .previews .preview-box p {
    font-size: 14px;
    margin-top: 8px;
}

main.kl-main-data section.feature-import {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 60px;
}
main.kl-main-data section.feature-import .inner {
    width: 100%;
    max-width: 1130px;
    display: flex;
    flex-direction: column;
    background: #fbe3d6;
    border-radius: 16px;
    padding: 36px 20px;
    /* border: 2px solid #273644; */
}
main.kl-main-data section.feature-import .inner .as-title {
    font-size: 20pt;
    color: #000;
    font-family: Avenir, sans-serif;
    font-weight: 500;
    text-align: center;
    margin-bottom: 52px;
}
main.kl-main-data section.feature-import .inner > .cols {
    display: flex;
    width: 100%;
    gap: 20px;
}
main.kl-main-data section.feature-import .inner > .cols > .feature-box {
    flex: 1;
    display: flex;
    border-radius: 16px;
    background: white;
    /* border: 2px solid #273644; */
    position: relative;
    padding: 0 18px;
}
main.kl-main-data section.feature-import .inner > .cols > .feature-box .counter {
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #273644;
    top: -24px;
    left: 120px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
main.kl-main-data section.feature-import .inner > .cols > .feature-box .counter span {
    font-weight: 700;
    font-size: 24px;
}
main.kl-main-data section.feature-import .inner > .cols > .feature-box > .col {
    display: flex;
    flex-direction: column;
    flex: 1;
}
main.kl-main-data section.feature-import .inner > .cols > .feature-box > .col:nth-child(2) {
    padding-left: 0;
}
main.kl-main-data section.feature-import .inner > .cols > .feature-box > .col:nth-child(3) {
    padding-right: 0;
}
main.kl-main-data section.feature-import .inner > .cols > .feature-box > .col > .icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
}
main.kl-main-data
    section.feature-import
    .inner
    > .cols
    > .feature-box
    > .col
    > .icon-wrapper
    > svg {
    width: 100%;
}
main.kl-main-data section.feature-import .inner > .cols > .feature-box > .col:has(.title) {
    padding-top: 42px;
    padding-bottom: 72px;
}
main.kl-main-data section.feature-import .inner > .cols > .feature-box > .col:has(.img-wrapper) {
    padding-top: 16px;
    padding-bottom: 16px;
}
main.kl-main-data section.feature-import .inner > .cols > .feature-box > .col > .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 26px;
    margin-top: 10px;
}
main.kl-main-data section.feature-import .inner > .cols > .feature-box > .col > .subtitle {
    line-height: 120%;
    font-size: 16px;
}

main.kl-main-data section.feature-import .inner > .cols > .feature-box > .col > .separator {
    margin: 12px 0;
    height: 2px;
    background: #f0f0f0;
    width: 70%;
}

main.kl-main-data section.feature-import .inner > .cols > .feature-box > .col > .img-wrapper img {
    height: 100%;
}
main.kl-main-data section.feature-import .inner > .cols > .feature-box > .col > .img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border: 1px solid #273644;
    overflow: hidden;
    border-radius: 16px;
}
.as-popup.for-video {
    position: fixed;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999999;
    pointer-events: none;
    transition: opacity 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.as-popup.for-video.active {
    pointer-events: all;
    opacity: 1;
}
.as-popup.for-video .as-popup-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.75);
    cursor: pointer;
}
.as-popup.for-video .as-content {
    z-index: 2;
    width: 760px;
    height: 640px;
    border-radius: 12px;
    padding: 24px;
    background: #0cefbc;
}
.as-announcement-bar ~ .kl-main-data .as-pre-contact {
    margin-top: 0;
}
.as-announcement-bar ~ .kl-main-data .as-back-bar {
    margin-top: 0;
}
