body {
    font-family: 'Sora', sans-serif;
    font-size: 18px;
    /* line-height: 30px; */
    color: #070826;
    height: auto;
}

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

ul {
    list-style: none;
}

h1 {
    font-size: 35px;
    line-height: 50px;
    font-weight: 600;
}

h2 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
}

h3 {
    font-size: 18px;
    line-height: 30px;
}

p {
    line-height: 35px;
}

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

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

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

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

.h-100 {
    height: 100%;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute
}

.layout-form {
    max-width: initial;
}

.btn {
    color: #ffffff;
    background-color: #DB3535;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    font-family: Sora;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.btn a {
    padding: 12px 24px;
    width: 100%;
    display: block;
    text-decoration: none;
}

.btn-lg {
    font-size: 24px;
    line-height: normal;
}

.btn-lg a {
    padding: 25px 31px;
}

.btn-lg a:after {
    content: url('../images/int1/btn-arrow-right.svg');
    display: inline-block;
    width: 8px;
    margin-left: 20px;
}

.white-color {
    color: #ffffff;
}

.red-color {
    color: #FD1E06;
}

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

.black-bg {
    background-color: #000000;
}

.red-bg {
    background-color: #FF1D03;
}

.midnight-blue-bg {
    background-color: #070826;
}

.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-wrap {
    flex-wrap: wrap;
}

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

.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;
}

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

.cta {
    display: inline-block;
    text-align: center;
}

.cta-stock {
    margin-top: 16px;
}

.cta-stock div {
    margin: 0 16px;
}

.cta-stock>span {
    background-color: #7F7F7F;
    flex: 1;
    height: 1px;
}

.section-title {
    text-align: center;
    margin: 0 auto 50px auto;
}

.topbar {
    padding: 10px 0;
    font-size: 14px;
    line-height: 20px;
}

.topbar div {
    height: 100%;
}

.topbar p {
    line-height: 20px;
    width: 100%;
}

.topbar span {
    font-weight: 600;
}

header {
    position: sticky;
    height: 8vw;
    max-height: 78px;
    min-height: 64px;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.102);
    z-index: 2;
}

header .logo {
    margin-right: 10px;
}

header .logo img {
    max-width: 125px;
    min-width: 100px;
    width: 12.5vw;
}

nav ul {
    font-size: 14px;
    margin-right: 44px;
    gap: 21px;
}

nav li:after {
    display: inline-block;
    content: '';
    height: 14px;
    width: 1px;
    background-color: #EBEBEB;
    margin-left: 22px;
}

nav li:last-child:after {
    display: none;
}

nav a {
    text-decoration: none;
}

.hero {
    min-height: 770px;
    overflow: hidden;
    background-position: bottom;
    padding-bottom: 70px;
}

.hero-layout-wave {
    width: calc(100% + 50px);
    bottom: -30px;
    left: -25px;
}

.hero-content {
    margin-top: 77px;
    z-index: 1;
}

.hero-content h2 {
    font-size: 36px;
}

.hero-content h3 {
    font-weight: 400;
    margin-top: 10px;
}

.hero-content .info {
    border-radius: 10px;
    font-size: 14px;
    background: linear-gradient(90deg, rgba(20, 26, 18, 0.50) 0%, rgba(68, 84, 61, 0.50) 48.99%, rgba(20, 26, 18, 0.50) 98.72%);
    box-shadow: 0px 4px 10px 10px rgba(0, 0, 0, 0.10);
    padding: 22px 38px 22px 38px;
    margin: 25px 0;
}

.hero-content .info p {
    line-height: 26px;
    margin-top: 10px;
}

.hero-content .info-items {
    font-weight: 500;
    text-transform: uppercase;
}

.hero-content .info-items>div {
    line-height: 24px;
    gap: 5px;
}

.hero-content .info-items>span {
    width: 1px;
    height: 30px;
    background-color: #7F7F7F;
    margin: 0 18px;
}



.hero-content .points {
    margin: 25px 0;
}

.hero-content .points div {
    gap: 17px;
}

.hero-image {
    right: 0;
    width: fit-content;
}

.hero-image img {
    max-width: 535px;
    width: 100%;
}

.summary {
    padding: 20px 0 58px 0;
}

.summary-items {
    gap: 20px;
}

.summary-item-image>img {
    border-radius: 40px;
    height: 275px;
    object-fit: cover;
    object-position: center;
}

.summary-item-image div {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.summary-item-text {
    margin: 65px auto 0 auto;
    max-width: 345px;
}

.summary-item-text h3 {
    font-size: 24px;
    text-transform: uppercase;
}

.introduction {
    background-image: linear-gradient(rgba(0, 0, 0, 0.70) 650px, rgba(0, 0, 0, 0.70)), url('../images/int1/introduction-description-bg.jpg');
    background-position: 30% 650px;
    background-size: cover;
    padding: 77px 0 270px 0;
    position: relative;
    overflow: hidden;
}

.introduction-slider input[type="radio"] {
    display: none;
}

.introduction-layout-wave {
    width: calc(100% + 50px);
    bottom: -2px;
    left: -25px;
    transform: scale(-1, 1);
}

.introduction .section-title {
    max-width: 840px;
}

.introduction-content {
    margin-bottom: 40px;
}

.introduction-content-mobile {
    margin-top: 60px;
}

.introduction-block {
    left: 0;
    width: calc(50% + 90px);
    overflow: hidden;
}

.introduction-block .cta {
    margin: 50px 0;
}

.introduction-image {
    height: 857px;
    border-radius: 40px 40px 0px 0px;
}

.introduction-text {
    padding: 54px 50px;
    right: 0;
    width: calc(50% + 290px);
    margin-top: 64px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.102);
}

.introduction-text .cta {
    margin-top: 30px;
}

.introduction-feat {
    margin-top: 48px;
}

.introduction-feat-item {
    width: 25%;
    padding: 30px 0 0 0;
}

.introduction-feat-item p {
    font-size: 14px;
    line-height: 26px;
    margin: 19px 10px 0 10px;
}

.introduction-description {
    margin-top: 40px;
}

.introduction-slider {
    gap: 45px;
    padding-bottom: 90px;
}

.introduction-slider>div {
    flex: 1;
}

.introduction-slider-option {
    padding: 40px 35px 0 85px;
    border-radius: 40px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.32s;
}

.introduction-slider-option:before,
.introduction-content-text:before {
    content: '';
    position: absolute;
    top: 37px;
    left: 37px;
    width: 30px;
    height: 31px;
}

.introduction-slider-option:before,
.introduction-content-text:before {
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.32s;
}

.introduction-slider-options label .introduction-slider-option:before,
.introduction-content-mobile>div .introduction-content-text:before {
    background-image: url('../images/int1/slide-text-checkmark.svg');
}

.introduction-content-text:before {
    left: 0;
    top: 0;
}

.introduction-slider-option div {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    transition: 0.32s, color 0.16s;
}

.introduction-slider-option div::-webkit-scrollbar {
    display: none;
}

.introduction-slider-option h3 {
    line-height: 30px;
}

.introduction-slider-option p {
    font-size: 14px;
    line-height: 26px;
    margin: 15px 0 0 0;
}

.introduction-slider-options .cta {
    margin-top: 62px;
}

.introduction-slider #slide1:checked~.introduction-slider-options .slide-1,
.introduction-slider #slide2:checked~.introduction-slider-options .slide-2,
.introduction-slider #slide3:checked~.introduction-slider-options .slide-3,
.introduction-slider #slide4:checked~.introduction-slider-options .slide-4 {
    background-color: #FF1D03;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 10px;
}

.introduction-slider #slide1:checked~.introduction-slider-options .slide-1:before,
.introduction-slider #slide2:checked~.introduction-slider-options .slide-2:before,
.introduction-slider #slide3:checked~.introduction-slider-options .slide-3:before,
.introduction-slider #slide4:checked~.introduction-slider-options .slide-4:before {
    top: 28px;
}

.introduction-slider-images {
    background-color: #070826;
    border-radius: 20px;
    height: 100%;
    max-width: 535px;
    overflow: hidden;
}

.introduction-slider-wrapper {
    max-width: 535px;
}

.introduction-slider-images div {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.12s linear;
}

.introduction-slider #slide1:checked~.introduction-slider-wrapper .introduction-slider-images div:nth-child(1),
.introduction-slider #slide2:checked~.introduction-slider-wrapper .introduction-slider-images div:nth-child(2),
.introduction-slider #slide3:checked~.introduction-slider-wrapper .introduction-slider-images div:nth-child(3),
.introduction-slider #slide4:checked~.introduction-slider-wrapper .introduction-slider-images div:nth-child(4) {
    z-index: 1;
    transform: scale(1.1125);
    transition: 0.275s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    opacity: 1;
}

.introduction-content-image {
    height: 300px;
    width: 100%;
    border-radius: 20px;
}

.introduction-content-text {
    padding-bottom: 50px;
    position: relative;
}

.introduction-content-text h3 {
    margin: 40px 0 20px 50px;
}

.introduction-content-text p {
    margin-bottom: 26px;
}

.demo {
    padding-top: 0px;
}

.demo .section-title {
    max-width: 980px;
}

.demo .section-title p {
    margin-top: 25px;
}

.demo-images {
    margin-top: 98px;
    gap: 16px;
}

.demo-images>div {
    border-radius: 20px;
    height: 557px;
}

.demo-image-text {
    left: 0;
    right: 0;
    bottom: calc(-160px + 10vw);
    margin: 0 auto;
    z-index: 1;
}

.demo-image-text div {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.demo-image-text h3 {
    white-space: nowrap;
    letter-spacing: -0.45px;
    margin-top: 28px;
}

.demo-layout-curve {
    width: 100%;
    bottom: 240px;
    left: 0;
    padding-bottom: 70px;
}

.demo-cta {
    text-align: center;
    z-index: 1;
    margin-top: 100px;
}

.demo-cta h3 {
    max-width: 460px;
    margin-bottom: 34px;
}

.demo .cta {
    position: relative;
}

.reviews {
    padding: 60px 0 0px 0;
}

.reviews-list {
    gap: 48px;
    margin: 94px 87px 50px 87px;
}

.review {
    gap: 50px;
}

.review-summary {
    width: 280px;
    padding: 12px 0 0 0;
    border-right: 1px solid #cedff0;
}

.review-customer {
    font-weight: 600;
    padding: 11px 15px 30px 0;
    border-bottom: 1px solid #cedff0;
}

.review-verified {
    color: #00c04e;
    font-size: 14px;
    gap: 4px;
}

.review-customer-letter {
    background-color: #FF1D03;
    height: 67px;
    width: 67px;
    border-radius: 50%;
    margin-right: 30px;
}

.review-verified img {
    margin-right: 2px;
    width: 16px;
}

.review-text {
    flex: 1;
}

.review-comment img {
    margin: 15px 0 30px 0;
}

.review-item {
    padding: 35px 15px 27px 0;
}

.review-item img {
    margin: 0 40px 0 16px;
    width: 46px;
}

.review-item p {
    font-size: 14px;
    line-height: 20px;
}

.faq {
    background-color: #FFFBF7;
    padding: 40px 0;
}

.faq-content {
    max-width: 1080px;
}

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

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

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

.faq-accordion {
    padding: 16px 106px 16px 34px;
    border-radius: 10px;
    box-shadow: 0px 4px 12px 0px #f7f7f7;
    border: 1px solid #CEDFF0;
    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;
    transition: 0.6s linear;
}

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

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

.faq-item input:checked~label .faq-text p {
    margin-top: 15px;
    transition: 0.32s ease-out;
}

.faq-icon {
    height: 30px;
    width: 30px;
    position: absolute;
    right: 29px;
    top: 29px;
    z-index: 1;
}

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

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

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

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

footer {
    background: #000000;
    text-align: center;
}

.footer-content {
    padding: 87px 0 105px 0;
}

.footer-content-nav {
    margin-top: 40px;
}

.footer-content-nav span {
    display: inline-block;
    text-transform: uppercase;
}

footer ul {
    font-size: 16px;
    gap: 80px;
    margin: 20px 0;
    max-width: 540px;
}

footer ul a {
    text-decoration: none;
}

.cta-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    padding: 10px 0 4px 0;
    z-index: 3;
    transition: all 0.3s ease-in-out;
    transform: translateY(100%);
}

.cta-mobile.show {
    transform: translateY(0);
}

@media screen and (min-width: 992px) {
    h1 {
        font-size: 50px;
        line-height: 70px;
    }

    h2 {
        font-size: 45px;
        line-height: 60px;
    }

    h3 {
        font-size: 24px;
        line-height: 40px;
    }

    .sm-text,
    .sm-text p {
        font-size: 14px;
        line-height: 26px;
        width: 410px;
        margin: 0 auto;
    }

    .hide-desktop {
        display: none;
    }

    .hero-content {
        max-width: 680px;
    }

    .hero-image {
        position: absolute;
        top: 92px;
    }

    .hero-image img {
        max-width: 585px;
        width: 45vw;
    }

    .introduction-content>div {
        border-radius: 40px;
    }

    .introduction-text {
        max-width: 780px;
    }

    .introduction-feat-item:nth-child(-n+3),
    .introduction-feat-item:nth-child(n+5):nth-child(-n+7) {
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }

    .introduction-feat-item:nth-child(-n+4) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .introduction-feat-item:nth-child(-n+4) {
        padding: 0 0 30px 0;
    }

    .demo-images>div {
        flex: 1;
    }

    .demo-images>div:nth-child(2) .demo-image-text,
    .demo-images>div:nth-child(3) .demo-image-text {
        bottom: calc(-120px + 10vw);
    }
}

@media screen and (max-width: 1200px) {
    .demo-image-text h3 {
        margin-top: 20px;
        font-size: 20px;
    }
}

@media screen and (max-width: 991px) {
    .container {
        padding: 0 20px;
    }

    .hide-mobile {
        display: none;
    }

    nav {
        position: absolute;
        top: 64px;
        left: 0;
        background: #ffffff;
        width: 100%;
        height: auto;
        padding: 20px;
        z-index: 2;
        transform: scale(1, 0);
        transform-origin: top;
        transition: 0.48s;
    }

    nav ul {
        opacity: 0;
        transition: 0.12s;
    }

    nav ul li {
        font-weight: 600;
        font-size: 15px;
    }

    nav ul li:after {
        content: none;
    }

    nav .btn .go-to-offer {
        display: none;
    }

    .mobile-menu-opener {
        height: 44px;
        width: 44px;
        padding: 6px;
        margin-right: -6px;
        cursor: pointer;
    }

    .mobile-menu-opener div {
        height: 100%;
        width: 100%;
    }

    .mobile-menu-opener span {
        position: absolute;
        background-color: #000000;
        border-radius: 5px;
        height: 4px;
        width: 100%;
        top: 4px;
        left: 0;
        transition: 0.28s;
    }

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

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

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

    .mobile-menu-opener.open span:nth-child(2) {
        opacity: 0;
        transition: 0.35s;
        transform: scale(1.333, 0.5);
    }

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

    .mobile-menu-opener.open+nav {
        transform: scale(1)
    }

    .mobile-menu-opener.open+nav ul {
        opacity: 1;
        transition: 0.21s 0.16s;
    }

    .cta button {
        width: auto;
        text-align: left;
        margin: 10px 0 17px 0;
        position: relative;
    }

    .cta button a:after {
        content: '';
        position: absolute;
        right: 10px;
    }

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

    .container-full-mobile {
        margin-left: -30px;
        margin-right: -30px;
        margin: 0 -20px 58px -20px;
        width: calc(100% + 40px);
        border-radius: 0;
    }

    .topbar p {
        font-size: 12px;
        line-height: 20px;
    }

    .hero-layout-wave,
    .introduction-layout-wave {
        width: 991px;
        right: 0;
        left: unset;
    }

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

    .hero-content h3 {
        margin-top: 15px;
    }

    .hero-content .points {
        margin: 15px 0;
        font-size: 16px;
    }

    .hero-content .points img {
        width: 17px;
    }

    .hero-image {
        margin-top: 10px;
        height: 80vw;
        max-height: 581px;
    }

    .summary {
        padding: 20px 0 32px 0;
    }

    .introduction {
        padding: 30px 0 150px 0;
        background-position: center 650px;
    }

    .introduction .section-title {
        margin-bottom: 0;
    }

    .introduction-feat-item {
        width: 50%;
    }

    .introduction-block {
        height: 450px;
        border-radius: 0;
        width: 100%;
    }

    .introduction-feat-item:nth-child(2n+1) {
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }

    .introduction-feat-item {
        padding: 30px 8px 26px 8px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .introduction-feat-item:nth-last-child(-n+2) {
        border-bottom: none;
    }

    .introduction-description {
        margin-top: 0;
    }

    .introduction-image {
        margin-top: 50px;
        height: 400px;
        background-position: center;
    }

    .introduction-text {
        position: relative;
        left: 0;
        padding: 60px 30px;
        margin-top: 0;
        border-radius: 0 0 40px 40px;
        width: 100%;
    }

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

    .introduction-content-text h3 {
        font-size: 24px;
        line-height: 30px;
        margin: 30px 0 15px 0;
    }

    .introduction-content-text p {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 0;
    }

    .introduction-content-text:before {
        content: none;
    }

    .introduction-content-image {
        height: 419px;
    }

    .demo {
        padding: 60px 0 1px 0;
        background-image: none;
    }

    .demo-info {
        padding-top: 20px;
        background-image: linear-gradient(0deg, white 60px, #ee8037 60px);
    }

    .demo-images {
        gap: 12px;
        margin-top: 0;
        position: relative;
        z-index: 1;
    }

    .demo-images>div {
        height: 325px;
        width: calc(50% - 6px);
        margin-bottom: 108px;
    }

    .demo-image-text {
        top: calc(100% - 35px);
        bottom: unset;
    }

    .demo-image-text div {
        height: 70px;
        width: 70px;
    }

    .demo-image-text img {
        height: 42px;
        width: 42px;
    }

    .demo-image-text h3 {
        margin-top: 10px;
        white-space: normal;
        text-align: center;
    }

    .demo-cta {
        min-height: unset;
    }

    .demo-cta h3 {
        font-size: 24px;
        line-height: 35px;
    }

    .demo-layout-curve {
        bottom: 350px;
    }

    .reviews {
        padding: 50px 0;
    }

    .reviews-list {
        margin: 0;
    }

    .review {
        gap: 26px;
    }

    .review-customer-letter {
        height: 56px;
        width: 56px;
        margin-right: 7px;
    }

    .review-customer-letter h3 {
        font-size: 16px;
        line-height: normal;
    }

    .review-customer-name h3 {
        font-size: 18px;
        line-height: 30px;
    }

    .review-verified {
        font-size: 12px;
        line-height: 24px;
    }

    .review-summary {
        width: 100%;
        display: flex;
        justify-content: space-between;
        gap: 10px;
        border-right: 0;
        border-bottom: 1px solid #cedff0;
        padding-bottom: 20px;
    }

    .review-customer {
        border: 0;
        align-items: center;
    }

    .review-customer h2 {
        font-size: 12px;
        line-height: 15px;
    }

    .review-customer img {
        margin-left: 0;
    }

    .review-item img {
        width: 46px;
        margin: 0 10px 0 0;
    }

    .review-item,
    .review-customer {
        padding: 0;
    }

    .review-text .review-image {
        width: 174px;
        margin-bottom: 20px;
        flex: auto;
    }

    .review-comment p {
        font-size: 16px;
        line-height: 30px;
    }

    .faq {
        padding: 40px 0;
    }

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

    .footer-content {
        padding: 87px 0 164px 0;
        font-size: 12px;
        width: 100%;
    }

    .footer-content img {
        max-width: 245px;
    }

    footer ul {
        font-size: 14px;
        gap: 20px;
    }

    .btn-lg {
        font-size: 22px;
    }
}

@media screen and (max-width: 600px) {
    .info-items {
        flex-direction: column;
        gap: 15px;
    }

    .hero-content .info-items>span {
        display: none;
    }

    .hero-content .info>p {
        text-align: center;
    }
}

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

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

@keyframes pulseCtaShip {
    45% {
        box-shadow: 0 0 0 5px #26ff00;
        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;
}



.video-box {
    padding: 80px 0px 30px 0px;
}

.video-container {
    position: relative;
    width: 978px;
    height: 550px;
    margin: auto;
    overflow: hidden;
    border-radius: 30px;
    box-sizing: border-box;
    border: 1px solid black;
}

.video-container video {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 30px;
    box-sizing: border-box;/
}

.overlay-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    z-index: 1;
    object-fit: cover;
}

.overlay-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-sizing: border-box;
}

.overlay-image-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    z-index: 1;
    object-fit: cover;
}

.overlay-image-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-sizing: border-box;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background-color: rgb(243 243 243);
    color: #e6aebc;
    border: none;
    border-radius: 50%;
    padding: 20px;
    cursor: pointer;
    font-size: 40px;
    border-radius: 20px;
    width: 100px;
    height: 70px;
}

.play-button-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background-color: rgb(243 243 243);
    color: #87857f;
    border: none;
    border-radius: 50%;
    padding: 20px;
    cursor: pointer;
    font-size: 40px;
    border-radius: 20px;
    width: 100px;
    height: 70px;
}

.div-line {
    margin: 50px 0px;
    padding: 0.75rem 0px;
    overflow: hidden;
    font-size: 0.75rem;
    text-align: center;
    font-weight: 500;
    position: relative;
}

.div-line:before {
    position: absolute;
    content: "";
    width: 35%;
    height: 2px;
    background: #E5E5E5;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.div-line:after {
    position: absolute;
    content: "";
    width: 35%;
    height: 2px;
    background: #E5E5E5;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.new-main-section {
    padding-top: 48px;
    background-color: #F7F7F7;
    padding: 48px 30px 0 30px;
}

.new-hero-subtitle {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 40px;
    letter-spacing: 0%;
}

.new-main-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    padding-bottom: 48px;
}

.new-main-left {
    max-width: 50%;
    text-align: center;
}

.new-main-left-features {
    display: flex;
    justify-content: center;
    gap: 48px;
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #D9D9D9;
}

.new-main-left-feature-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.new-main-left-feature-content img {
    width: 64px;
    height: 64px;
}

.features-text-red {
    font-family: Sora;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #DB3535;
}

.review-stars {
    font-family: Sora;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    display: flex;
    gap: 8px;
    align-items: center;
}

.new-hero-title {
    font-family: Sora;
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}

.red-highlight {
    color: #DB3535;
}

.container-new {
    max-width: 1354px;
    width: 100%;
    margin: 0 auto;
}

.new-main-right {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 50%;
    margin-top: 36px;
}

.new-hero-feature {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    display: flex;
    gap: 10px;
    align-items: center;
}

.new-hero-features-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: 40px;
}

.cta-btn-new {
    font-family: Sora;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    display: flex;
    gap: 16px;
    padding: 33px 48px;
    border-radius: 999px;
    background-color: #DB3535;
    color: #fff;
    width: fit-content;
}

.shipping-lvl {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}

.new-cta-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 534px;
    align-items: center;
}

.d-1200-block {
    display: none;
}

@media (max-width: 1200px) {
    .new-main-right {
        margin-top: 0;
    }

    .d-1200-none {
        display: none;
    }

    .d-1200-block {
        display: block;
    }

    .new-main-wrapper {
        flex-direction: column;
        align-items: center;
        max-width: 600px;
        margin: 0 auto;
        padding-bottom: 30px;
    }

    .new-main-left,
    .new-main-right {
        max-width: 100%;
        margin: 0;
    }

    .new-main-left {
        order: 1;
    }

    .new-main-right {
        text-align: center;
        order: 0;
    }

    .review-stars {
        margin: 0 auto;
    }

    .new-main-section {
        padding: 32px 16px 0 16px;
    }

    .new-hero-title {
        font-family: Sora;
        font-weight: 700;
        font-style: Bold;
        font-size: 40px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
    }

    .new-hero-subtitle {
        text-align: start;
        font-family: Sora;
        font-weight: 400;
        font-style: Regular;
        font-size: 24px;
        leading-trim: NONE;
        line-height: 40px;
        letter-spacing: 0%;
        vertical-align: bottom;
        margin-bottom: 24px;
    }

    .new-hero-feature {
        font-size: 16px;
    }

    .new-cta-container {
        display: none;
    }

    .new-hero-features-list {
        padding-left: 0;
    }

    .new-main-right {
        gap: 0;
    }

    .new-hero-title {
        margin-top: 24px;
        margin-bottom: 48px;
    }

    .new-hero-features-list {
        margin-bottom: 24px;
    }

    .new-main-wrapper {
        gap: 0;
    }

    .new-main-left-features {
        gap: 5px;
        justify-content: space-between;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .video-container {
        width: 100% !important;
        height: auto;
    }

    .video-box {
        padding: 0px 0px;
    }

    .div-line {
        margin: 30px 0px;

    }

    .div-line:before {
        position: absolute;
        content: "";
        width: 35%;
        height: 2px;
        background: #E5E5E5;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .div-line:after {
        position: absolute;
        content: "";
        width: 35%;
        height: 2px;
        background: #E5E5E5;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .play-button {
        font-size: 35px;
        border-radius: 15px;
        width: 80px;
        height: 65px;
    }

    .play-button-1 {
        font-size: 35px;
        border-radius: 15px;
        width: 80px;
        height: 65px;
    }
}

@media (max-width: 500px) {
    .new-hero-img {
        display: block;
        width: calc(100% + 16px) !important;
        margin-right: -16px !important;
        max-width: none;
    }
}