@font-face {
    font-family: "Avenir";
    src: url("../fonts/Avenir-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

body {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.18px;
    color: #000000;
}

ul {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

p {
    margin-bottom: 16px;
}

p:last-child {
    margin-bottom: 0;
}

h1 {
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.36px;
}

h2 {
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.32px;
    margin-bottom: 24px;
}

.d-flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.text-center {
    text-align: center;
}

.text-block-wrapper {
    align-items: center;
    gap: 24px;
}

.text-block-wrapper .text-block {
    flex: 1;
}

.cta-button {
    display: flex;
    justify-content: center;
    border-radius: 8px;
    color: #ffffff;
    background-color: #0ABE4E;
    text-transform: uppercase;
    padding: 15px 10px 17px 10px;
    font-weight: 800;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.22px;
    width: 100%;
    text-align: center;
    transition: 0.125s ease-in;
}

.cta-button:hover {
    background-color: #09ab46;
    transition: 0.125s ease-out;
}

.cta-text {
    color: #2200FF;
    font-weight: 700;
    text-decoration: underline;
}

.section-image {
    margin-bottom: 24px;
}

.container {
    margin: 0 auto;
    padding: 0 16px;
    max-width: 1232px;
    width: 100%;
}

header {
    padding: 14px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.header-content {
    justify-content: space-between;
}

.layout {
    gap: 67px;
    padding: 40px 0 80px 0;
}

main {
    flex: 1;
}

section {
    margin-bottom: 32px;
}

section:last-child {
    margin-bottom: 0;
}

.hero h1 {
    text-transform: capitalize;
}

.hero-disclaimer {
    background-color: #E9FAFF;
    border: 1px solid #369DBB;
    padding: 15px;
    margin: 18px 0 20px 0;
    letter-spacing: 0;
}

.author {
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 24px;
    gap: 12px;
}

.author-info {
    font-size: 16px;
    line-height: 22px;
    font-style: italic;
    letter-spacing: 0;
}

.hero-image {
    display: inline-flex;
    margin-bottom: 24px;
}

.hero-image-logo {
    top: 11px;
    right: 5px;
}

.quick-version {
    background-color: #F5F7FC;
    border: 1px solid #E8E8E8;
    padding: 15px 15px 16px 15px;
}

.quick-version div {
    color: #1D374E;
    text-transform: uppercase;
    font-weight: 800;
    padding: 12px 0 10px 0;
    border-bottom: 2px solid #1D374E;
    margin-bottom: 15px;
    letter-spacing: -0.18px;
}

.quick-version ul {
    column-count: 2;
    column-gap: 15px;
    font-size: 16px;
    letter-spacing: -0.16px;
    margin: 0;
    padding: 0;
    list-style-position: inside;
    margin-bottom: -16px;
}

.quick-version ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
    break-inside: avoid;
}

.quick-version ul li:before {
    content: '';
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-image: url('../img/pre1/icon-checkmark-blue.svg');
    background-size: cover;
    background-position: center;
}

.info {
    border: 1px solid #DFDFDF;
    margin: 32px 0;
    letter-spacing: -0.18px;
}

.info-title {
    background-color: rgba(251, 175, 63, 0.2);
    padding: 16px;
    font-weight: 700;
}

.info-title span {
    color: #A80504;
}

.info-content {
    background-color: #F7F7F7;
    padding: 16px;
}

.comparison-attributes {
    background-color: #F5F7FC;
    border: 1px solid #E8E8E8;
    padding: 24px;
}

.comparison-attributes ul {
    gap: 20px;
    margin-top: 20px;
}

.comparison-attributes ul li {
    display: flex;
    align-items: center;
    gap: 16px;
}

.comparison-guarantee {
    padding: 16px;
    border: 2px dashed #3875D0;
    margin: 16px 0 32px 0;
}

.comparison-guarantee a {
    color: #3875D0;
    font-weight: 600;
}

.comparison-table {
    border: 1px solid #E8E8E8;
    padding: 14px 0;
    position: relative;
}

.comparison-header {
    display: flex;
    align-items: center;
    text-align: center;
    height: 176px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.24px;
    margin-bottom: 15px;
    position: relative;
}

.comparison-header div {
    width: 50%;
    padding: 12px;
}

.comparison-header img {
    height: 100px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 15px;
}

.comparison-content {
    position: relative;
}

.comparison-content ul {
    display: flex; 
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.16px;
}

.comparison-content ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 32px;
    width: 50%;
}

.comparison-content ul li:nth-last-child(-n+2) div {
    border-bottom: none;
}

.comparison-content ul li div {
    padding: 24px 0 16px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.comparison-content ul li:last-child {
    border-bottom: 0;
}

.comparison-content ul li:before {
    content: '';
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-image: url('../img/pre1/icon-checkmark-lightblue.svg');
    background-size: cover;
    background-position: center;
    margin-top: 10px;
}

.comparison-content ul li:nth-child(2n):before {
    background-image: url('../img/pre1/icon-crossmark.svg');
}

.comparison-table:before {
    content: '';
    background-color: #F5F7FC;
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
}

.attributes-drivers {
    gap: 10px;
    margin: 16px 0;
}

.attributes-drivers-title {
    background-color: #E4EAF5;
    padding: 8px;
    font-weight: 700;
    text-align: center;
}

.attributes-drivers-wrapper {
    gap: 12px;
}

.attributes-driver {
    background-color: #FBFCFE;
    border: 1px solid #E8E8E8;
    padding: 16px 6px;
    text-align: center;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.attributes-items {
    gap: 24px 16px;
    margin: 24px 0;
}

.attributes-items li {
    display: flex;
    align-items: center;
    gap: 15px;
    width: calc(50% - 8px);
}

.attributes-items li div {
    display: flex;
    flex-direction: column;
}

.attributes-items b {
    font-weight: 800;
}

.testimonials-items {
    gap: 24px;
    margin-bottom: 32px;
}

.testimonials {
    padding-bottom: 32px;
    border-bottom: 1px solid #D4D4D4;
}

.testimonial {
    padding: 16px;
    background-color: #F9F9F9;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    letter-spacing: -0.18px;
}

.testimonial:before {
    content: '';
    background-color: #3875D0;
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.testimonial-text {
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
}

.testimonials-update div {
    padding: 16px;
}

.testimonials-update-title {
    background-color: rgba(251, 176, 63, 0.2);
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #DFDFDF;
}

.testimonials-update-content {
    background-color: #F7F7F7;
    border: 1px solid #DFDFDF;
    border-top: none;
}

.faqs h2 {
    margin-bottom: 10px;
}

.faq {
    cursor: pointer;
    padding: 15px 28px 15px 0;
    border-bottom: 1px solid #D4D4D4;
    position: relative;
    letter-spacing: -0.18px;
}

.faq span {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #000000;
    top: 18px;
    right: 4px;
    border-radius: 50%;
}

.faq span:before,
.faq span:after {
    content: '';
    height: 1px;
    width: 8px;
    background-color: rgba(255 255 255);
    position: absolute;
    left: 6px;
    top: 9px;
    box-shadow: 0px 0 0 1px #ffffff6e;
    border-radius: 2px;
}

.faq span:after {
    transform: rotate(90deg);
    transition: 0.09s;
}

.faq.open span:after {
    opacity: 0;
}

.faq-question {
    font-weight: 700;
    transition: 0.115s;
}

.faq.open .faq-question {
    padding-bottom: 8px;
}

.faq-answer-wrapper {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translate(0, 8px);
    transition: 0.18s, opacity 0.125s;
}

.faq.open .faq-answer-wrapper {
    transform: none;
    opacity: 1;
    transition: 0.16s, opacity 0.38s;
}

.reminder {
    background-color: #E4EAF5;    
}

.reminder-effect {
    width: 100%;
    height: 24px;
    overflow: hidden;
    position: relative;
}

.reminder-effect:before {
    content: '';
    height: 100%;
    width: calc(100% + 108px);
    background: repeating-linear-gradient(45deg, #3381c1 0px, #3381c1 18px, #5193ca 18px, #5193ca 36px);
    position: absolute;
    top: 0;
    left: -50px;
    animation: stripeMove 2.1s linear infinite;
}

.reminder-content {
    padding: 27px 30px;
    border: 2px dashed #000000;
    border-top: none;
}

.reminder-title {
    gap: 9px;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: -0.32px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.reminder-image {
    margin: 11px 0 27px 0;
}

.reminder .cta-button {
    margin-top: 27px;
}

@keyframes stripeMove {
    to {
        transform: translateX(50px);
    }
}

aside {
    background-color: #E9FAFF;
    border: 2px dashed #369DBB;
    padding: 14px;
    width: 340px;
    align-self: flex-start;
    position: sticky;
    top: 40px;
}

.sidebar-content {
    gap: 20px;
    text-align: center;
}

.sidebar-content h3 {
    font-weight: 900;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.sidebar-text p {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.14px;
    text-align: center;
    text-transform: uppercase;
}

.sidebar-cta div {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.12px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 12px;
}

.sidebar-cta div span {
    color: #D32F2F;
}

footer {
    font-family: 'Avenir', 'Inter', sans-serif;
    color: #ffffff;
    background-color: #000000;
    padding: 40px 0;
    font-size: 16px;
}

.footer-logo {
    margin-bottom: 20px;
}

footer ul {
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin-bottom: 16px;
}

footer ul li {
    display: flex;
    align-items: center;
}

footer ul li:after {
    content: '|';
}

footer ul li:last-child:after {
    content: none;
}

footer ul a {
    display: flex;
    padding: 2px 12px;
    transition: 0.12s;
}

footer ul a:hover {
    color: #c3c3c3;
}

@media screen and (max-width: 1200px) {
    .layout {
        gap: 40px;
    }
}

@media screen and (max-width: 991px) {
    .text-block-wrapper {
        flex-direction: column;
    }
    aside {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 16px;
        letter-spacing: 0.16px;
    }
    h1 {
        font-size: 26px;
        letter-spacing: 0.26px;        
    }
    h2 {
        font-size: 24px;
        line-height: 1.3;
        letter-spacing: 0.24px;
        margin-bottom: 16px;
    }
    .section-image {
        margin-bottom: 16px;
    }
    header {
        padding: 10px 0 9px 0;
    }
    .header-content {
        font-size: 14px;
    }
    .layout {
        padding: 20px 0;
    }
    section {
        margin-bottom: 24px;
    }
    .hero-image {
        margin-bottom: 16px;
    }
    .hero-disclaimer {
        padding: 12px;
        margin: 12px 0 16px 0;
    }
    .author {
        margin-bottom: 16px;
    }
    .quick-version {
        padding: 12px;
    }
    .quick-version ul {
        margin-bottom: 0;
    }
    .quick-version div {
        padding: 10px 0;
    }
    .quick-version ul {
        font-size: 14px;
        line-height: 1.3;
    }
    .info {
        margin: 24px 0;
    }
    .info-title {
        padding: 12px;
    }
    .info-content {
        padding: 12px;
    }
    .comparison-attributes {
        padding: 16px 12px;
    }
    .comparison-attributes ul {
        margin-top: 12px;
    }
    .comparison-attributes ul li img {
        width: 45px;
    }
    .comparison-guarantee {
        padding: 12px;
        margin: 16px 0 24px 0;
    }
    .comparison-header {
        font-size: 18px;
        letter-spacing: 0.18px;
    }
    .comparison-content ul li {
        padding: 0 12px;
    }
    .comparison-content ul li div {
        padding: 12px 0;
    }
    .comparison-content ul li:before {
        margin-top: 0;
    }
}

@media screen and (max-width: 600px) {
    .layout {
        padding: 20px 0 0 0;
    }
    .cta-button {
        padding: 14px 10px 15px 10px;
        font-weight: 800;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: 0.18px;
    }
    .attributes-items {
        flex-direction: column;
    }
    .attributes-items {
        gap: 12px;
    }
    .attributes-items li {
        width: 100%;
    }
    .attributes-items li img {
        width: 45px;
    }
    .testimonials {
        padding-bottom: 24px;
    }
    .testimonials-items {
        gap: 12px;
        margin-bottom: 24px;
    }
    .testimonial {
        letter-spacing: -0.16px;
        padding: 12px 16px;
    }
    .testimonials-update div {
        padding: 12px;
    }
    .faqs h2 {
        font-weight: 700;
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: -0.2px;
    }
    .faq {
        letter-spacing: -0.16px;
    }
    .reminder-effect {
        height: 14px;
    }
    .reminder-effect:before {
        background: repeating-linear-gradient(45deg, #3381c1 0px, #3381c1 10px, #5193ca 10px, #5193ca 20px);
        animation: stripeMove_mb 2.1s linear infinite;
    }
    .reminder-content {
        padding: 15px 8px;
    }
    .reminder-title {
        font-size: 20px;
        letter-spacing: -0.2px;
        margin-bottom: 12px;
    }
    .reminder p {
        margin-bottom: 14px;
    }
    .reminder-image {
        margin: 0 0 14px 0;
    }
    .reminder .cta-button {
        margin-bottom: 0;
    }
    footer {
        font-size: 14px;
        line-height: 28px;
    }
}

@keyframes stripeMove_mb {
    to {
        transform: translateX(28px);
    }
}