body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    background-color: #ffffff;
    height: auto;
}

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

ul {
    list-style: none;
}

h1 {
    font-size: 62px;
    line-height: 67px;
}

h2 {
    font-size: 48px;
    line-height: 56px;
}

h3 {
    font-size: 36px;
    line-height: 42px;
}

p {
    font-size: 18px;
    line-height: 28px;
}

button {
    cursor: pointer;
}

.text-semibold {
    font-weight: 600;
}

.text-bold {
    font-weight: 700;
}

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

.h-100 {
    height: 100%;
}

.w-50 {
    width: 50%;
}

.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute
}

.white-color {
    color: #ffffff;
}

.dark-color {
    color: #202e3b;
}

.blue-color {
    color: #1e5ec2;
}

.green-color {
    color: #07a965;
}

.blue-color {
    color: #3875D0;
}

.white-bg {
    background-color: #ffffff;
}

.dark-grey-bg {
    background-color: #2a2a2a;
}

.dark-bg {
    background-color: #091117;
}

.grey-bg {
    background-color: #8b8b8b;
}

.light-grey-bg {
    background-color: #f9f9f9;
}

.blue-bg {
    background-color: #3875D0;
}

.blue-gray-bg-1 {
    background-color: #FBFCFE;
}

.blue-gray-bg-2 {
    background-color: #F5F7FC;
}

.blue-gray-bg-3 {
    background-color: #E4EAF5;
}

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

.fb {
    display: flex;
}

.fb-inline {
    display: inline-flex;
}

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

.fb-row-reverse {
    flex-direction: row-reverse;
}

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

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

.fb-align-end {
    align-items: end;
}

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

.fb-justify-end {
    justify-content: end;
}

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

.fb-grow {
    flex-grow: 1;
}

.fb-flex-1 {
    flex: 1;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

h1 span {
    box-shadow: 0 -11px #ffffff inset, 0 -31px #81FEE0 inset;
}

.layout-arrow {
    left: 0;
    right: 0;
    margin: auto;
}

.topbar {
    padding: 6px 0;
}

header {
    max-height: 78px;
    min-height: 52px;
    height: calc(100vw - 931px);
    position: sticky;
    top: 0;
    left: 0;
    box-shadow: 0 10px 28px -15px rgb(0 0 0 / 0.08);
    z-index: 2;
}

header .menu-opener {
    width: 28px;
    height: 22px;
    cursor: pointer;
}

header .menu-opener span {
    background-color: #000000;
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
    border-radius: 10px;
    transition: 0.24s;
}

header .menu-opener span:nth-child(2) {
    top: 9px;
}

header .menu-opener span:nth-child(3) {
    top: 18px;
}

.nav.open ~ .menu-opener span {
    border-radius: 4px;
}

.nav.open ~ .menu-opener span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.nav.open ~ .menu-opener span:nth-child(2) {
    opacity: 0;
    transform: scale(0, 2.75);
}

.nav.open ~ .menu-opener span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

header .logo {
    max-width: 196px;
    min-width: 165px;
    width: calc(100vw - 811px);
}

.nav {
    font-size: 15px;
    gap: 32px;
}

.nav li a {
    padding: 10px 16px;
    transition: 0.18s;
}

.nav li a:hover {
    color: #1e5ec2;
}

.nav button {
    font-size: 18px;
    border: 2px solid #1e5ec2;
    border-radius: 50px;
    width: 165px;
    height: 42px;
    transition: 0.2s;
}

.nav button:hover,
header.fixed-header .nav button {
    color: #ffffff;
    background-color: #1e5ec2;
}

.hero {
    background-color: rgba(249, 249, 249, 0.8);
    padding: 72px 0 62px 0;
    overflow: hidden;
}

.hero-image {
    background-image: url('../img/int4cro2/hero.jpg');
    background-position: bottom center;
    top: 0;
    right: 0;
    height: 100%;
    width: 50vw;
}

.hero-content {
    width: 526px;
}

.hero-image-wrapper {
    left: 0;
    bottom: 16px;
    height: 271px;
    max-width: 1180px;
}

.hero-product {
    top: 0;
    left: 404px;
    width: 323px;
}

.hero-seal {
    right: 12px;
    bottom: 0;
    max-width: 210px;
    min-width: 122px;
    width: 15vw;
}

.rating-summary {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.rating-summary img {
    margin: 0 6px 2px 0;
}

.primary-list {
    font-size: 20px;
    line-height: 36px;
    margin-top: 12px;
}

.primary-list li {
    display: flex;
}

.primary-list li:before {
    content: '';
    background-image: url('../img/int4cro2/primary-list-checkmark.svg');
    margin: 8px 20px 0 0;
    height: 20px;
    width: 20px;
}

.primary-list li span {
    flex: 1;
}

.cta {
    width: fit-content;
    padding: 16px 0;
}

.cta button {
    background-color: #1e5ec2;
    border: none;
    border-radius: 40px;
    padding: 12px 35px;
    font-size: 20px;
    line-height: 36px;
    transition: background 0.24s;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
    transform: scale(0.9);
    animation: pulseCTAButton 1.5s infinite;
}

@keyframes pulseCTAButton {
    50% {
        transform: scale(1);
    }
}

.cta button:hover {
    background-color: #1b54ae;
}

.cta button span {
    display: inline-block;
    transition: 0.24s;
}

.cta button:hover span {
    transform: translate(4px, 0);
}

.cta-bottom {
    font-size: 11px;
    line-height: 16px;
    margin-top: 17px;
}

.cta-ship {
    height: 7px;
    width: 7px;
    background-color: #95df89;
    border-radius: 50%;
    margin-right: 8px;
    box-shadow: 0 0 0 2px #adf4a1;
    animation: pulseCtaShip 1.725s forwards infinite ease-out;
    opacity: 0.5;
}

@keyframes pulseCtaShip {
    45% {
        box-shadow: 0 0 0 5px #adf4a1;
        opacity: 1;
    } 55% {
        opacity: 1;
    }
}

.cta-stock-view {
    gap: 2px;
    margin: 0 7px 0 5px;
}

.cta-stock-view span {
    background-color: #d9d9d9;
    gap: 2px;
    height: 10px;
    width: 10px;
}

.cta-stock-view span:first-child {
    background-color: #fc2201;
}

.cta-stock-level {
    font-size: 12px;
    color: #ea4701;
}

.attributes {
    padding: 65px 0 60px 0;
}

.attributes-content {
    gap: 102px
}

.attribute {
    flex: 1;
    position: relative;
    padding: 12px 0;
}

.attribute:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(100% + 42px);
    background-color: #616161;
}

.attribute:last-child:before {
    content: none;
}

.attribute img {
    height: 33px;
    margin-bottom: 15px;
}

.attribute p {
    margin-bottom: 4px;
    line-height: 38px;
}

.attributes .layout-arrow {
    bottom: -25px;
}

.slider-buttons div {
    gap: 6px;
}

.slider-buttons span {
    background-color: #606060;
    border-radius: 50%;
    height: 15px;
    width: 15px;
}

.slider-buttons span.tns-nav-active {
    background-color: #091117;
}

.activities {
    padding: 68px 0 32px 0;
}

.activities h2 {
    max-width: 900px;
    margin: 0 auto;
}

.activities-slider-buttons span {
    background-color: #dbdbdb;
}

.activities-list {
    margin-top: 36px;
}

.activity {
    width: 260px;
}

.activity-inner {
    border-radius: 8px;
    border: 1px solid #E8E8E8;
    overflow: hidden;
}

.activity-image {
    height: 170px;
    width: 100%;
}

.activity-text {
    padding: 18px 20px 30px 20px;
}

.activity-text h3 {
    font-size: 24px;
    line-height: 38px;
}

.features-desktop {
    padding-top: 64px;
}

.features-desktop .features-list {
    margin-top: 56px;
}

.features-desktop h2 {
    max-width: 740px;
    margin: auto;
}

.features-desktop .feature-block {
    padding: 58px 68px 58px 96px;
}

.features-desktop .feature-text {
    z-index: 1;
}

.features-desktop p {
    margin-top: 10px;
}

.features-desktop .features-list-group-image {
    bottom: 0;
    left: 0;
    right: 100px;
    pointer-events: none;
}

.features-desktop .feature-block-1 {
    overflow: hidden;
}

.features-desktop .feature-block-1 .feature-text {
    max-width: 420px;
    margin-right: 170px;
}

.features-desktop .feature-block-1 .feature-image {
    right: -86px;
    bottom: -20px;
    transform: rotate(20deg);
}

.features-desktop .feature-block-2 .feature-text {
    max-width: 520px;
}

.features-desktop .feature-block-2 .feature-image {
    z-index: 1;
    left: 70px;
    bottom: -120px;
}

.features-desktop .feature-block-3 .feature-text {
    max-width: 500px;
    margin-right: 90px;
}

.features-desktop .feature-block-3 .feature-text p {
    max-width: 350px;
}

.features-desktop .feature-block-4 {
    min-height: 576px;
}

.features-desktop .feature-block-4 .feature-text {
    margin-left: calc(50% + 96px);
    max-width: 500px;
}

.features-desktop .feature-block-4 .feature-image {
    height: 100%;
    overflow: hidden;
    right: 50%;
}

.features-desktop .feature-block-4 .feature-image img {
    height: 126%;
    bottom: 17%;
    object-fit: cover;
}

.feature-block-5 .features-list-image {
    right: 70px;
    bottom: 0;
}

.features-desktop .feature-block-5,
.features-desktop .feature-block-6 {
    padding-bottom: 320px;
}

.features-desktop .feature-block-5 .feature-text {
    max-width: 510px;
    margin-right: 80px;
}

.feature-block-6 .features-list-image {
    left: 96px;
    bottom: 0;
}

.features-mobile {
    padding: 64px 0 32px 0;
}

.features-mobile h2 {
    max-width: 740px;
}

.features-mobile .features-list {
    margin: 44px 0 5px 0;
}

.features-mobile .feature {
    padding: 70px 30px;
}

.features-mobile .feature:nth-child(2n + 1) {
    background-color: #fafafa;
    padding: 30px;
}

.features-mobile .feature-content {
    gap: 50px;
    max-width: 1040px;
    margin: 0 auto;
}

.features-mobile .feature-image {
    height: 232px;
    width: 327px;
    border-radius: 8px;
}

.features-mobile .feature-1 .feature-image img {
    bottom: -40px;
    right: 15px;
    width: 210px;
}

.features-mobile .feature-3 .feature-image img {
    bottom: -32px;
    right: 12px;
    width: 176px;
}

.features-mobile .feature-4 .feature-image img {
    bottom: -18px;
    left: 17px;
    width: 135px;
}

.features-mobile .feature-5 .feature-image img {
    bottom: -20px;
    right: 6px;
    width: 155px;
}

.features-mobile .feature-6 .feature-image img {
    bottom: -20px;
    left: -20px;
    width: 212px;
}

.features-mobile .feature-text p {
    margin-top: 16px;
}

.banner-content h2 {
    margin-bottom: 20px;
}

.banner-content {
    max-width: 700px;
    padding: 65px 0 60px 0;
}

.banner-video {
    width: 100%;
}

.banner-video > div {
    width: 50%;
}

.banner-video video {
    width: 100%;
    max-width: 2000px;
    max-height: 800px;
    object-fit: cover;
}

.banner-video--text {
    bottom: 42px;
    left: 52px;
}

.banner .layout-arrow,
.banner-2 .layout-arrow {
    top: -12px;
}

.comparison {
    padding: 64px 0 84px 0;
}

.comparison h2 {
    margin-bottom: 30px;
}

.comparison-table {
    margin: 109px auto 38px auto;
    width: 100%;
    max-width: 1056px;
}

.comparison-table-header {
    height: 103px;
}

.comparison-table-items {
    border: 1px solid #d3d3d3;
    border-radius: 8px;
}

.comparison-table-item {
    border-bottom: 1px solid rgba(194, 194, 194, 0.5);
    padding-left: 34px;
    margin-right: 16px;
    z-index: 1;
    position: relative;
}

.comparison-table-item,
.comparison-table-header {
    gap: 24px;
}

.comparison-table-header {
    margin-right: 17px;
}

.comparison-table-item:last-child {
    border-bottom: none;
}

.comparison-text {
    flex: 1;
    padding: 18px 0;
}

.comparison-mark,
.comparison-product {
    width: 182px;
}

.comparison-product {
    z-index: 1;
}

.comparison-product-image {
    left: 0;
    right: 0;
    bottom: 68px;
    margin: auto;
}

.comparison-product div {
    height: 26px;
    margin-top: 8px;
    text-align: center;
}

.comparison-mark span {
    display: inline-block;
    height: 29px;
    width: 29px;
    margin: auto;
}

.checkmark-y {
    background-image: url('../img/int4cro2/comparison-checkmark-blue.svg');
}

.checkmark-g {
    background-image: url('../img/int4cro2/comparison-checkmark-gray.svg');
}

.crossmark {
    background-image: url('../img/int4cro2/comparison-crossmark.svg');
}

.comparison-table-bg div {
    width: 182px;
    height: calc(100% + 143px);
    top: -103px;
    border-radius: 8px;
}

.comparison-table-bg div:nth-child(1) {
    right: 428px;
}

.comparison-table-bg div:nth-child(2) {
    right: 222px;
}

.comparison-table-bg div:nth-child(3) {
    right: 16px;
}

.banner-2 {
    padding: 86px 0;
}

.banner-2-content {
    align-items: flex-start;
    max-width: 1060px;
    margin: auto;
    gap: 47px;
}

.banner-2-content h3 {
    margin-bottom: 16px;
}

.banner-2-content p {
    line-height: 30px;
}

.reviews {
    padding: 64px 0 52px 0;
}

.reviews-title {
    margin: 0 auto 36px auto;
    max-width: 840px;
}

.reviews-list {
    columns: 261px;
    column-gap: 28px;
    margin: 0 26px 30px 26px;
}

.review {
    min-width: 261px;
    page-break-inside: avoid;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
}

.review-content {
    padding: 22px 16px 20px 20px;
}

.review-image {
    height: 170px;
    width: 100%;
    max-width: 325px;
    margin: 0 auto;
    border-radius: 8px 8px 0 0;
    background-position: top;
}

.review-name {
    margin: 6px 0;
    white-space: nowrap;
    letter-spacing: -0.33px;
}

.review-name span {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.review-name span:before {
    content: url('../img/int4cro2/review-icon-checkmark-g.svg');
    height: 20px;
    width: 20px;
    margin: 0 6px 0 8px;
}

.show-reviews {
    cursor: pointer;;
    padding: 5px 0;
    text-align: center;
    text-decoration: underline;
}

.offer {
    background-color: rgba(249, 249, 249, 0.8);
    padding: 88px 0 80px 0;
    overflow: hidden;
}

.offer h1 {
    max-width: 470px;
}

.offer-content {
    z-index: 1;
}

.offer-image-wrapper {
    width: calc(50% + 46px);
    margin-left: 10px;
}

.offer-image {
    left: 0;
    top: 0;
    overflow: hidden;
    height: 708px;
    width: 100%;
    object-fit: contain;
}

.offer-seal {
    max-width: 210px;
    min-width: 122px;
    width: 15vw;
    bottom: 26px;
    left: 18px;
}

.faq {
    padding: 68px 0;
}

.faq h2 {
    max-width: 760px;
    margin: auto;
}

.faq-list {
    gap: 21px;
    margin: 25px 0 30px 0;
}

.faq-list input[type="radio"] {
    display: none;
}

.faq-accordion {
    padding: 27px 75px 27px 34px;
    border-radius: 8px;
    box-shadow: 0px 4px 12px 0px #f7f7f7;
    overflow: hidden;
    cursor: pointer;
}

.faq-text {
    max-height: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
    opacity: 0;
    transition: 0.47s cubic-bezier(0.175, 0.885, 0.32, 1.275), max-height 0.6s;
}

.faq-text p {
    line-height: 35px;
}

.faq-text::-webkit-scrollbar {
    display: none;
}

.faq-item input:checked ~ label .faq-text {
    max-height: 25vh;
    overflow: auto;
    transition: 0.52s ease-out, max-height 0.92s;
}

.faq-item input:checked ~ label .faq-text {
    opacity: 1;
}

.faq-icon {
    height: 30px;
    width: 30px;
    position: absolute;
    right: 29px;
    top: 29px;
    z-index: 1;
    border: 2px solid #1e5ec2;
    border-radius: 50%;
}

.faq-item input:checked ~ label .faq-icon {
    transform: rotate(90deg);
    transition: 0.24s;
}

.faq-icon:before,
.faq-icon:after {
    content: '';
    background-color: #1e5ec2;
    position: absolute;
    top: 12px;
    left: 5px;
    width: 16px;
    height: 2px;
    transition: 0.46s ease-in;
}

.faq-icon:after {
    transform: rotate(90deg);
}

.faq-item input:checked ~ label .faq-icon:before {
    opacity: 0;
    transform: scale(0.25, 1);
}

footer {
    color: rgba(255, 255, 255, 0.5);
    padding: 36px 0;
    font-size: 14px;
    line-height: 24px;
}

footer img {
    margin-bottom: 16px;
}

.footer-links {
    gap: 4px;
}

.footer-links:hover span {
    color: #ffffff;
}

.footer-links a {
    padding: 0 3px;
}

.footer-links a,
.footer-links span {
    transition: 0.24s;
}

.footer-links a:hover {
    color: #ffffff;
}

.fixed-cta {
    padding: 15px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.fixed-cta.hidden {
    display: none;
}

@media screen and (max-width: 1500px) {
    .features-desktop .feature-block-1 .feature-image {
        width: 50%;
    }
    .features-desktop .features-list-group-image {
        right: 0;
    }
    .features-desktop .feature-block-4 {
        min-height: 440px;
    }
}

@media screen and (max-width: 1200px) {
    .offer-image-wrapper {
        width: calc(45% + 30px);
    }
    .features-desktop .feature-block {
        padding: 48px 56px;
    }
    .features-desktop .feature-block-4 .feature-text {
        margin-left: calc(50% + 56px);
    }
    .features-desktop .feature-block-1 .feature-text,
    .features-desktop .feature-block-3 .feature-text ,
    .features-desktop .feature-block-5 .feature-text,
    .features-desktop .feature-block-6 .feature-text{
        max-width: unset;
        margin-right: 0;
    }
    .features-desktop .feature-block-1 .feature-image,
    .features-desktop .features-list-group-image,
    .feature-block-5 .features-list-image,
    .feature-block-6 .features-list-image {
        display: none;
    }
    .features-desktop .feature-block-2 .feature-image img {
        width: 100%;
        max-width: 370px;
    }
    .features-desktop .feature-block-4 {
        min-height: 340px;
    }
    .features-desktop .feature-block-4 .feature-image img {
        object-fit: contain;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .activities-list {
        flex-wrap: wrap;
    }
    .activity {
        width: calc(50% - 10px);
    }
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 46px;
        line-height: 52px;
    }
    .hide-tablet {
        display: none;
    }
    .hero-content {
        width: 440px;
    }
    .hero-seal {
        bottom: -22px;
    }
    .features-desktop .feature-block {
        padding: 36px 44px;
    }
    .features-desktop .feature-block-2 {
        padding-bottom: 0;
    }
    .features-desktop .feature-block-2 .feature-image {
        position: relative;
        bottom: 0;
        left: 0;
    }
    .features-desktop .feature-block-2 .feature-image img {
        max-width: 300px;
    }
    .features-desktop .feature-block-4 .feature-text {
        margin-left: calc(50% + 44px);
    }
    .attributes-content {
        gap: 40px;
    }
    .attribute:before {
        content: none;
    }
    .activity p {
        font-size: 16px;
        line-height: 26px;
    }
    .reviews-list {
        columns: 250px;
    }
    .review {
        min-width: 250px;
    }
    .reviews-list {
        margin-left: 0;
        margin-right: 0;
    }
    /* .offer-image {
        transform: scale(1.5);
        left: 50px;
    } */
    .comparison-table-bg div:nth-child(1) {
        right: 220px;
    }
    .comparison-table-bg div:nth-child(2) {
        right: 15px;
    }
    .offer-image-wrapper {
        width: 45%;
    }
}

@media screen and (min-width: 768px) {
    .hide-desktop {
        display: none;
    }
    .hero-image-wrapper {
        width: calc(100vw - 77px);
        pointer-events: none;
    }
    .attribute:nth-child(5):before {
        content: none;
    }
    .activities-list {
        gap: 20px;
    }
}

@media screen and (max-width: 767px) {
    .hide-mobile {
        display: none;
    }
    .fb-col-mobile {
        flex-direction: column;
    }
    h1 {
        font-size: 31px;
        line-height: 38px;
    }
    h1 span {
        box-shadow: 0 -6px #ffffff inset, 0 -20px #81FEE0 inset;
    }
    h2 {
        font-size: 28px;
        line-height: 37px;
    }
    h3 {
        font-size: 24px;
        line-height: 31px;
    }
    p {
        font-size: 16px;
        line-height: 26px;
    }
    .container {
        padding: 0 25px;
    }
    .cta button {
        font-size: 18px;
        width: 327px;
        padding: 12px 18px;
        letter-spacing: -0.22px;
    }
    .nav {
        overflow: hidden;
        width: 100%;
        font-size: 16px;
        pointer-events: none;
        position: absolute;
        top: 100%;
        right: 0;
        overflow: hidden;
        max-width: 600px;
    }
    .nav.open {
        pointer-events: initial;
    }
    .nav > a {
        display: none;
    }
    .nav ul {
        flex-direction: column;
        background-color: #ffffff;
        font-weight: 600;
        width: 100%;
        transform: translate(0, -100%);
        z-index: 1;
        border-left: 1px solid #d6d6d6;
        border-right: 1px solid #d6d6d6;
        transition: 0.24s;
    }
    .nav ul li {
        border-bottom: 1px solid #d6d6d6;
        width: 100%;
    }
    .nav ul a {
        display: inline-block;
        padding: 0;
        width: 100%;
        padding: 11px 15px;
    }
    .nav ul li:hover a {
        color: #ffffff;
        background-color: #1e5ec2;
    }
    .nav.open ul {
        transform: translate(0, 0);
    }
    .hero {
        padding: 20px 0;
    }
    .hero-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .hero-content h1 {
        text-align: center;
        max-width: 420px;
    }
    .hero-product {
        width: 292px;
    }
    .primary-list {
        font-size: 18px;
        line-height: 25px;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .primary-list li:before {
        margin: 4px 14px 0 0;
    }
    .hero-image-wrapper {
        position: relative;
        left: 0;
        top: 0;
        margin: 15px 0 20px 0;
    }
    .hero-product {
        position: static;
    }
    .hero-seal {
        width: 122px;
    }
    .attributes {
        padding: 12px 0;
    }
    .attributes-content {
        display: block;
        max-width: unset;
        padding: 0;
    }
    .attribute div {
        max-width: 320px;
        margin: auto;
    }
    .attribute p {
        font-size: 18px;
        line-height: 38px;
    }
    .activities {
        padding: 48px 0 32px 0;
    }
    .activities .container {
        padding: 0;
    }
    .activities h2 {
        max-width: 440px;
    }
    .activities-list {
        margin: 20px 0 30px 0;
    }
    .activity-text h3 {
        font-size: 22px;
    }
    .features-mobile {
        padding: 40px 0 30px 0;
    }
    .features-mobile h2 {
        max-width: 420px;
    }
    .features-mobile .features-list {
        margin: 24px 0 15px 0;
    }
    .features-mobile .features-list h3 {
        margin: 0;
    }
    .features-mobile .feature {
        width: 100%;
        padding: 36px 20px 24px 20px;
    }
    .features-mobile .feature:nth-child(2n + 1) {
        padding: 27px 20px 14px 20px;
    }
    .features-mobile .feature-content {
        gap: 30px;
        max-width: 440px;
        margin: 0 auto;
    }
    .features-mobile .feature-text h3 {
        margin-bottom: 4px;
    }
    .features-mobile .feature-text p {
        margin-top: 4px;
    }
    .features-mobile .feature-image {
        width: 100%;
    }
    .banner-content {
        padding: 61px 0 76px 0;
    }
    .banner-content p {
        font-size: 18px;
        line-height: 28px;
    }
    .comparison .container {
        padding: 0 10px;
    }
    .comparison-table-bg div {
        width: 104px;
    }
    .comparison-table-item,
    .comparison-table-header {
        gap: 8px;
    }
    .comparison-mark,
    .comparison-product {
        width: 104px;
    }
    .comparison-table-header {
        margin-right: 0;
    }
    .comparison-product-image {
        bottom: 74px;
    }
    .comparison-product-image-walla {
        width: 76px;
    }
    .comparison-product-image-competitor,
    .comparison-product-stars {
        width: 70px;
    }
    .comparison-product div {
        font-size: 12px;
        margin-top: 5px;
    }
    .comparison-table-item {
        margin-right: 0;
        padding-left: 12px;
    }
    .comparison-table-bg div:nth-child(1) {
        right: 112px;
    }
    .comparison-table-bg div:nth-child(2) {
        right: 0;
    }
    .comparison-text {
        font-size: 14px;
        line-height: 17px;
        padding: 17px 0 12px;
        word-break: break-word;
    }
    .comparison-mark span {
        height: 24px;
        width: 24px;
    }
    .banner-2 {
        padding: 64px 0 40px 0;
    }
    .banner-2-content {
        align-items: center;
        text-align: center;
        gap: 22px;
    }
    .banner-2-content h3 {
        font-size: 28px;
        line-height: 37px;
    }
    .banner-2-content img {
        width: 192px;
    }
    .banner-2-content p {
        font-size: 18px;
        line-height: 28px;
    }
    .reviews {
        padding: 44px 0 26px 0;
    }
    .reviews-list {
        margin-bottom: 10px;
        columns: 240px;
    }
    .review {
        min-width: 240px;
    }
    .reviews-title {
        margin-bottom: 24px;
    }
    .review:nth-last-child(-n+4) {
        display: none;
    }
    .reviews-list.show-all .review:nth-last-child(-n+4) {
        display: block;
    }
    .review-content {
        padding: 22px 36px 20px 20px;
    }
    .review-name p {
        font-size: 18px;
    }
    .offer {
        padding: 28px 0 25px 0;
    }
    .offer h1 {
        text-align: center;
        max-width: 420px;
    }
    .offer-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .offer-image-wrapper {
        position: relative;
        width: 100%;
        margin: 10px 0 0 0;
        justify-content: center;
    }
    .offer-image {
        height: auto;
        width: 294px;
    }
    .offer-seal {
        left: calc(50% - 160px);
        bottom: 42px;
    }
    .offer .primary-list {
        order: 1;
    }
    .faq {
        padding: 43px 0 120px 0;
    }
    .faq-text p {
        line-height: 28px;
    }
}

@media screen and (max-width: 600px) {
    .container {
        padding: 0 20px;
    }
    .topbar {
        padding: 8px 0;
    }
    .topbar p {
        font-size: 14px;
        line-height: 24px;
    }
    .features-mobile {
        padding: 40px 0 20px 0;
    }
    .features-mobile h2 {
        max-width: 300px;
    }
    .features-mobile .features-list {
        margin: 12px 0 0 0;
    }
    .features-mobile .feature-text p {
        margin-right: 10px;
    }
    .features-mobile .feature-1 .feature-image {
        background-size: 120%;
        background-position: right;
    }
    .features-mobile .feature-2 .feature-image {
        background-position: center 60%;
        background-size: 336px;
        background-color: #091016;
    }
    .features-mobile .feature-3 .feature-image {
        background-size: 122%;
        background-position: right 48%;
    }
    .features-mobile .feature-4 .feature-image {
        background-position: center 70%;
    }
    .features-mobile .feature-5 .feature-image {
        background-position: right 24%;
        background-size: 136%;
    }
    .features-mobile .feature-6 .feature-image {
        background-position: left center;
    }
    .activities {
        padding: 32px 0;
    }
    .activities h2 {
        max-width: 320px;
    }
    .comparison {
        padding: 44px 0;
    }
    .comparison h2 {
        margin-bottom: 0;
    }
    .comparison-text p {
        font-size: 14px;
        line-height: 18px;
    }
    .comparison-mark, .comparison-product,
    .comparison-table-bg div {
        width: 100px;
    }
    .comparison-table-bg div {
        height: calc(100% + 120px);
        top: -90px;
    }
    .comparison-product-image {
        bottom: 60px;
    }
    .comparison-table {
        margin: 56px auto 38px auto;
    }
    .comparison-table-bg div:nth-child(1) {
        right: 106px;
    }
    .comparison-text {
        padding: 15px 0;
    }
}