    :root{
        --max-width-container: 1728px;
        --height-header: 92px;
        --viewportHeight: 100dvh;
        --padding-container: 24px;
        --padding-container-first-screen-button: 56px;
        --overflow-scrolling: touch;
        --xxl-width: 2112px;
        --xl-width: 1616px;
        --l-width: 1328px;
    }
    @font-face {
        font-family: GT-Pressura;
        font-style: normal;
        font-weight: 400;
        src: url(../fonts/GT-Pressura-Regular.woff2) format("woff2"), url(../fonts/GT-Pressura-Regular.woff) format("woff"), url(../fonts/GT-Pressura-Regular.ttf) format("truetype");
        font-display: swap
    }

    @font-face {
        font-family: GT-Pressura-Mono;
        src: url(../fonts/GT-Pressura-Mono-Regular.woff2) format("woff2"), url(../fonts/GT-Pressura-Mono-Regular.woff) format("woff"), url(../fonts/GT-Pressura-Mono-Regular.ttf) format("truetype");
        font-weight: 400;
        font-style: normal
    }

    @font-face {
        font-family: GT-Pressura-Mono;
        src: url(../fonts/GT-Pressura-Mono-Light.woff2) format("woff2"), url(../fonts/GT-Pressura-Mono-Light.woff) format("woff"), url(../fonts/GT-Pressura-Mono-Light.ttf) format("truetype");
        font-weight: 300;
        font-style: normal
    }

    @font-face {
        font-family: GT-Pressura-Mono;
        src: url(../fonts/GT-Pressura-Mono-Bold.woff2) format("woff2"), url(../fonts/GT-Pressura-Mono-Bold.woff) format("woff"), url(../fonts/GT-Pressura-Mono-Bold.ttf) format("truetype");
        font-weight: 700;
        font-style: normal
    }

    @font-face {
        font-family: SF-Pro;
        src: url(../fonts/SF-Pro-Display-Bold.woff2) format("woff2"), url(../fonts/SF-Pro-Display-Bold.woff) format("woff"), url(../fonts/SF-Pro-Display-Bold.ttf) format("truetype");
        font-weight: 700;
        font-style: normal
    }

    @font-face {
        font-family: SF-Pro;
        src: url(../fonts/SF-Pro-Display-Regular.woff2) format("woff2"), url(../fonts/SF-Pro-Display-Regular.woff) format("woff"), url(../fonts/SF-Pro-Display-Regular.ttf) format("truetype");
        font-weight: 400;
        font-style: normal
    }

    /* @import "custom.css"; */
    h1,
    h2,
    h3,
    h4,
    h5,
    p {
        margin-bottom: 0px !important;
    }
    
    img {
        -webkit-user-select: none;
        -webkit-touch-callout:none;
    }
    .hidden{
        display: none !important;
    }

    /* Header Start */

    * {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
    }

    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    input[type=number]{
        -moz-appearance: textfield;
    }

    body.bg-white{
        background-color:#fff !important;
        background-image: unset;
        overflow-x: hidden;
    }

    .hero-parallax-image{
        position: fixed;
        top: 0;
        width: 100% !important;
        height: 100% !important;
        min-height: 100vh !important;
        z-index: -1;
    }
    .hero-parallax-image img{
        width: 100%;
        height: 100% !important;
        object-fit: cover;
        object-position: top left;
    }
    .hero-parallax-image .mobi{
        display: none;
    }
    #homepage_bg_animation{
        display: none;
    }
    body.page-id-488 #homepage_bg_animation{
        display: block;
    }
    body.home .header_container,body.page-id-568 .header_container  {
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
    }
    header>.container-fluid>nav>a.logo svg{
        width:100%;
    }
    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    header>.container-fluid>nav.navbar {
        padding: 24px;
        margin: 0 auto;
    }
    .footer-policy li:hover a{
        color:#fff;
        transition: all 0.3s;
    }
    header>.container-fluid>nav>a.logo {
        display: flex;
        align-items: center;
        width: 100%;
        height: auto;
        max-width: 48px;
        z-index: 20;
        padding: 7px 8px 7px 7px;
        border-radius: 10px;
        background-color: #000;
        color: #fff;
    }

    header>.container-fluid>nav>button {
        border: none;
        padding: 0px;
        background-color: transparent;
    }

    header>.container-fluid>nav a.nav-link {
        font-family: GT-Pressura-Mono;
        color: #FFF;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 70px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 0px;
        transition: all 0.3s;
    }
    .navbar-expand-lg .navbar-nav .nav-link:hover{
        text-decoration: underline;
    }
    .navbar-nav {
        -moz-column-gap: 72px;
            column-gap: 72px;
    }

    #offcanvasMenu {
        background: url('/wp-content/uploads/2023/09/plain-gray-nav-tablet.webp');
        background-size: cover;
    }

    #offcanvasMenu {
        --bs-offcanvas-zindex: 1045;
        --bs-offcanvas-width: 100%;
        --bs-offcanvas-height: 30vh;
        --bs-offcanvas-padding-x: 56px;
        --bs-offcanvas-padding-y: 56px;
        --bs-offcanvas-color: var(--bs-body-color);
        --bs-offcanvas-bg: var(--bs-body-bg);
        --bs-offcanvas-border-width: 0px;
        --bs-offcanvas-border-color: var(--bs-border-color-translucent);
        --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
        --bs-offcanvas-transition: transform 0.3s ease-in-out;
        --bs-offcanvas-title-line-height: 1.5;
    }

    #offcanvasMenu .offcanvas-header {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 56px 56px 0px;
    }

    #offcanvasMenu .offcanvas-header .btn-close {
        padding: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        width: 24px;
        height: 24px;
    }

    #offcanvasMenu .offcanvas-body {
        flex-grow: 1;
        padding: 13px var(--bs-offcanvas-padding-x);
        overflow-y: auto;
    }

    #offcanvasMenu .offcanvas-footer {
        padding: 0 0 56px;
        display: flex;
        align-items: center;
        justify-content: center;
        -moz-column-gap: 50px;
            column-gap: 50px;
    }

    *:not(body, html)::-webkit-scrollbar{
        display:none;
    }
    header>.container-fluid>nav>button{
        margin-left: auto;
    }
    body.only-for-app .top_div.header_container,body.only-for-app footer,.page-template-app-redirection .top_div.header_container,.page-template-app-redirection footer#footer_section {
        display: none !important;
    }  
    header .navbar-nav .nav-item.FAQ {
        display: none;
    }
    @media (min-width: 500px) {
        header>.container-fluid>nav.navbar {
            padding: 56px;
        }

        header>.container-fluid>nav>a.logo {
            display: flex;
            align-items: center;
            width: 100%;
            height: 56px;
            max-width: 80px;
            z-index: 20;
            padding: 9px;
            border-radius: 10px;
            background-color: #000;
            color: #fff;
        }

        header>.container-fluid>nav>button {
            border: none;
            padding: 15px 0 16px;
            background-color: transparent;
        }

        header>.container-fluid>nav a.nav-link {
            font-family: GT-Pressura-Mono;
            color: #FFF;
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: 70px;
        }


        .navbar-expand-lg .navbar-nav .nav-link {
            padding-right: 0px;
            padding-left: 0px;
        }

        .navbar-nav {
            -moz-column-gap: 72px;
                column-gap: 72px;
        }

        #offcanvasMenu {
            background: url('/wp-content/uploads/2023/09/plain-gray-nav-tablet.webp');
            background-size: cover;
        }

        #offcanvasMenu {
            --bs-offcanvas-zindex: 1000000;
            --bs-offcanvas-width: 100%;
            --bs-offcanvas-height: 30vh;
            --bs-offcanvas-padding-x: 56px;
            --bs-offcanvas-padding-y: 56px;
            --bs-offcanvas-color: var(--bs-body-color);
            --bs-offcanvas-bg: var(--bs-body-bg);
            --bs-offcanvas-border-width: 0px;
            --bs-offcanvas-border-color: var(--bs-border-color-translucent);
            --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
            --bs-offcanvas-transition: transform 0.3s ease-in-out;
            --bs-offcanvas-title-line-height: 1.5;
        }

        #offcanvasMenu .offcanvas-header {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            padding: 56px 56px 0px;
        }

        #offcanvasMenu .offcanvas-header .btn-close {
            padding: 0px;
            margin-top: 0px;
            margin-right: 0px;
            margin-bottom: 0px;
            width: 24px;
            height: 24px;
        }

        #offcanvasMenu .offcanvas-body {
            flex-grow: 1;
            padding: 13px var(--bs-offcanvas-padding-x);
            overflow-y: auto;
        }

        #offcanvasMenu .offcanvas-footer {
            padding: 0 0 56px;
            display: flex;
            align-items: center;
            justify-content: center;
            -moz-column-gap: 50px;
                column-gap: 50px;
        }
    }

    @media (min-width: 800px) {}

    @media (min-width: 1024px) {
        .container-fluid {
            padding-left: 0;
            padding-right: 0;
        }

        header>.container-fluid>nav.navbar {
            padding: 56px;
        }

        header>.container-fluid>nav a.nav-link {
            color: #000;
            font-family: GT-Pressura-Mono;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

        .navbar-expand-lg .navbar-nav .nav-link {
            padding-right: 0px;
            padding-left: 0px;
        }

        .navbar-nav {
            -moz-column-gap: 72px;
                column-gap: 72px;
        }

        #offcanvasMenu {
            background: none;
        }

        #offcanvasMenu .offcanvas-header {
            display: none;
        }

        #offcanvasMenu .offcanvas-body {
            flex-grow: 1;
            padding: 0px;
            overflow-y: auto;
        }
    }

    @media (min-width: 2000px){
        header>.container-fluid>nav.navbar {
            max-width: var(--xxl-width);
            margin: 0 auto;
        }
    }

    /* Header End */

    /* Footer Start */

    footer.container-fluid {
        padding: 48px 24px 56px 24px;
        background: url('/wp-content/themes/mobikasa-neu/public/footer-background.jpg');
        background-size: cover;
        background-position: bottom center;
    }

    footer .footer-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .touchonetwothree{
        display:none;
    }
    footer a.footer-logo {
        width: 48px;
        height: 29px;
        color: #fff;
        display: none;
    }

    footer .social-connect {
        display: flex;
        -moz-column-gap: 24px;
        column-gap: 24px;
        margin-left: auto;
    }

    footer h4.footer-subtitle {
        color: #ADB3BC;
        font-family: 'GT-Pressura-Mono';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 115%;
        text-transform: uppercase;
        margin-right: 8px;
    }
    footer .footer-grid h4.footer-subtitle span.inc {
        display: block;
        margin-bottom: 24px;
    }
    footer .seperator {
        width: 100%;
        border: 1px solid #ADB3BC;
        margin: 56px 0px;
    }

    .footer-grid {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        row-gap: 56px;
    }

    footer .footer-grid h4.footer-subtitle {
        margin-right: 0px;
        margin-bottom: 20px !important;
    }

    footer .footer-grid a.footer-link {
        color: #E3E3E3;
        font-family: 'GT-Pressura-Mono';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        text-decoration-line: underline;
        text-transform: uppercase;
        display: block;
    }

    footer .footer-grid .more ul {
        display: flex;
        flex-direction: column;
        row-gap: 24px;
        align-items: flex-start;
        padding: 0;
        list-style: none;
    }

    footer .footer-policy {
        margin-top: 26px;
    }

    footer .footer-policy>ul {
        padding: 0px;
        list-style: none;
        margin-bottom: 16px;
    }

    footer .footer-policy>ul>li>a {
        color: #ADB3BC;
        font-family: 'GT-Pressura-Mono';
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        text-decoration: none;
        vertical-align: middle;
    }

    footer .footer-policy>ul>li>span {
        color: #ADB3BC;
        padding: 0 8px;
        font-size: 13px;
    }

    footer p.copywrite {
        color: #ADB3BC;
        font-family: 'GT-Pressura-Mono';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 125%;
    }
    footer p.copywrite a{
        color: #ADB3BC;
        display: inline-block;
    }

    footer .footer-grid .about a.footer-link:not(:first-child) {
        margin-top: clamp(17px,5.6075vw,24px);
    }
    @media (min-width: 1532px) {
        footer .footer-policy {
            margin-top: 48px;
        }
    }
    @media (min-width: 500px) {
        footer.container-fluid {
            padding: 48px 56px 56px;
        }
    }

    @media (min-width: 800px) {
        .footer-grid{
            flex-direction: row;    
        }
        footer .footer-grid .more ul{
            align-items: flex-end;
        }
        footer .footer-grid .join a.footer-link {
            text-align: center;
        }
    }

    @media (min-width: 1280px) {
        footer.container-fluid {
            padding: 56px;
        }

        footer .footer-top {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        footer a.footer-logo {
            width: 81px;
            height: 50px;
            color: #fff;
        }

        footer .social-connect {
            display: flex;
            -moz-column-gap: 24px;
                column-gap: 24px;
        }

        footer h4.footer-subtitle {
            font-size: 20px;
        }

        footer .seperator {
            width: 100%;
            border: 1px solid #ADB3BC;
            margin: 56px 0px;
        }

        .footer-grid {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            flex-direction: row;
        }

        footer .footer-grid h4.footer-subtitle {
            margin-right: 0px;
            margin-bottom: 24px !important;
        }

        footer .footer-grid a.footer-link {
            color: #E3E3E3;
            font-family: 'GT-Pressura-Mono';
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 28px;
            text-decoration-line: underline;
            text-transform: uppercase;
            display: block;
        }

        footer .footer-grid .more ul {
            display: flex;
            flex-direction: column;
            row-gap: 24px;
            align-items: flex-end;
        }

        footer .footer-policy>ul {
            padding: 0px;
            list-style: none;
            margin-bottom: 6px;
        }

        footer .footer-policy>ul>li>a {
            color: #ADB3BC;
            font-family: 'GT-Pressura-Mono';
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: 28px;
            text-decoration: none;
            vertical-align: middle;
        }

        footer .footer-policy>ul>li>span {
            color: #ADB3BC;
            padding: 0 12px;
            font-size: 13px;
        }

        footer p.copywrite {
            color: #ADB3BC;
            font-family: 'GT-Pressura-Mono';
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.3;
            max-width: 1420px;
            padding-right: 214px;
        }

        footer .footer-grid .about a.footer-link:not(:first-child) {
            margin-top: 24px;
        }
    }

    @media (min-width: 1728px){
        footer.container-fluid > div {
            max-width: var(--xxl-width);
            margin-left: auto;
            margin-right: auto;
        }
    }
    /* Footer End */

    /* Homepage Start */
    .intro.container-fluid {
        display: flex;
        position: relative;
        align-items: center;
        justify-content: center;
        padding-top: var(--height-header);
        padding-bottom: var(--height-header);
        height: 100vh;
    }
    .intro-container {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding-left: 0px;
        padding-right: 0px;
        flex-direction: column;
        row-gap: 56px;
        width: 100%;
        transition: all 0.3s;
    }

    .intro-content-mobile {
        width: 100%;
        margin-top: 50px;
    }

    h1.intro-title {
        color: #000;
        font-family: 'GT-Pressura-Mono';
        font-size: clamp(28px, 5vw, 40px);
        font-style: normal;
        font-weight: 400;
        line-height: 125%;
        text-transform: uppercase;
    }

    p.intro-text {
        color: #000;
        text-align: center;
        font-family: 'GT-Pressura-Mono';
        font-size: clamp(24px, 2.8vw, 32px);
        font-style: normal;
        font-weight: 300;
        line-height: 115%;
    }

    .intro-card {
        align-self: center;
        transition: all 0.3s;
    }
    .intro-card img {
        width: 100%;
        height: 100%;
    }
    /* Hero Section End */

    .circle-triggers.container-fluid {
        padding: 56px;
    }

    .circle-triggers-content {
        position: absolute;
        left: 0;
        top: 0;
        padding: 64px;
    }

    .circle-triggers-container {
        position: relative;
    }

    /* Circle Section End */

    .plans.conatiner-fluid {
        padding: 56px;
        height: 100vh;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .plans-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        row-gap: 28px;
        width: 100%;
    }

    .plans .grow {
        display: flex;
        -moz-column-gap: 56px;
            column-gap: 56px;
        flex-direction: column;
        row-gap: 28px;
    }

    .plans h2.plans-title {
        color: #000;
        text-align: center;
        font-family: 'GT-Pressura-Mono';
        font-size: clamp(28px,5vw,40px);
        font-style: normal;
        font-weight: 400;
        line-height: 125%;
        text-transform: uppercase;
    }

    .plans .uppercase.font-light {
        font-family: 'GT-Pressura-Mono';
        font-size: 25px;
        font-weight: 300;
        line-height: 28px;
        letter-spacing: 0em;
        text-align: center;
    }

    .plans .grow .uppercase {
        font-family: 'GT-Pressura-Mono';
        font-size: 25px;
        font-weight: 300;
        line-height: 28px;
        letter-spacing: 0em;
        text-align: center;
        margin-bottom: 3px;
    }

    .plans .grow span {
        font-family: 'GT-Pressura-Mono';
        font-size: 32px;
        font-weight: 700;
        line-height: 37px;
        letter-spacing: 0em;
        text-align: center;
    }

    .plans header.plan-title {
        margin-bottom: 12px;
    }

    .plan-table {
        border-radius: 30px;
        border: 1px solid #010101;
        background: rgba(255, 255, 255, 0.50);
        list-style: none;
        display: grid;
        align-items: center;
        grid-template-columns: minmax(0, auto) minmax(0, 1fr);
        justify-content: space-between;
    }

    .plans .plan-table-price {
        color: #000;
        text-align: center;
        font-family: 'GT-Pressura-Mono';
        font-size: 64px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
        padding: 0 30px 0 32px;
    }

    .plans .plan-table-price small {
        color: #4F4F4F;
        font-family: 'GT-Pressura-Mono';
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        text-transform: initial;
        display: block;
    }

    .plans ul.plan-table-list>li {
        color: #000;
        font-family: 'GT-Pressura-Mono';
        font-size: clamp(16px,3vw,20px);
        font-style: normal;
        font-weight: 400;
        line-height: 49.01px;
        padding: 0 26px 0 20px;
        border-bottom: 1px solid #010101;
    }

    .plans ul.plan-table-list>li:last-child {
        border-bottom: none;
    }

    .plans ul.plan-table-list>li:nth-child(-n+2) {
        font-weight: 700;
    }

    .plans ul.plan-table-list {
        list-style: none;
        padding: 0px;
        margin-bottom: 0px;
        border-left: 1px solid #010101;
    }
    small.hide {
        display: none !important;
    }

    /* Plans Section End*/

    @keyframes marquee {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-100%);
        }
    }

    .marquee {
        position: relative;
        padding: 37px 40px;
        overflow: hidden;
        background: url('/wp-content/themes/mobikasa-neu/public/yellow-slice-background.jpg') no-repeat;
        background-size: cover;
    }

    .marquee-inner {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: flex;
        background-color: transparent !important;
    }

    .marquee-inner span {
        flex-shrink: 0;
        padding-inline: 2px;
        /* animation-name: marquee;
        animation-duration: 40s;
        animation-timing-function: linear;
        animation-iteration-count: infinite; */
        font-family: 'GT-Pressura-Mono';
        font-size: clamp(16px,5vw,24px);
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: center;
        text-transform: uppercase;
    }

    /* Marquee Ended */

    .credCard.container-fluid {
        display: flex;
        align-items: center;
        padding: 56px;
        height: 100vh;
    }

    #app-slider {
        text-align: center;
    }

    .app-slide {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all 0.3s;
    }

    .app-slider img {
        width: auto;
        height: 450px;
    }

    .app-slider-section {
        position: relative;
    }
    .app-slider-section .app_slider_dark_background,.app-slider-section .app_slider_white_background,.mobile_app_section_bg_img_block img{
        position: absolute;
        bottom: 0;
        left: 0;
        width:100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
        transition: all 0.3s;
        opacity: 1;
        visibility: visible;
    }
    .app-slider-section.black-card .app_slider_white_background{
        opacity: 1;
        visibility: visible;
    }
    .app-slider-section .app_slider_white_background,.app-slider-section.black-card .app_slider_dark_background{
        opacity: 0;
        visibility: hidden;
    }
    .app-slider-section div#sliderNav {
        position: absolute;
        bottom: 20%;
        left: 50%;
        transform: translateX(-50%);
    }

    .app-slider-section button#sliderPrev {
        background: none;
        border: 0px;
        padding: 0px;
        position: absolute;
        top: 0;
        left: 0;
        width: max-content;
    }

    .app-slider-section button#sliderNext {
        background: none;
        border: 0px;
        padding: 0px;
        position: absolute;
        top: 0;
        right: 0;
        width: max-content;
    }

    .app-slider-section svg.icon {
        width: 18px;
        height: 28px;
    }

    /* Slider section End*/

    .friends.container-fuid {
        display: flex;
        align-items: center;
        padding: 56px;
        height: 100vh;
    }

    .friends-container {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        -moz-column-gap: 61px;
            column-gap: 61px;
        align-items: center;
        row-gap: 56px;
        width: 100%;
    }

    .friends-content {
        order: 2;
    }

    h2.friends-title {
        font-family: 'GT-Pressura-Mono';
        font-size: 28px;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: 0em;
        text-align: left;
        text-transform: uppercase;
        transition: all 0.3s;
    }

    p.friends-text {
        font-family: 'GT-Pressura-Mono';
        font-size: 24px;
        font-weight: 300;
        line-height: 28px;
        letter-spacing: 0em;
        text-align: left;
        margin-top: 20px;
    }
    .friends-img {
        position: relative;
        padding-top: 100%;
        border-radius: 30px;
        border: 2px solid #000;
        overflow: hidden;
        transition: all .3s;
    }
    .friends-img > img {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        object-fit: cover;
    }

    /* Friend End Here */

    .mobile-app.container-fluid {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100vh;
        padding:56px;
        position: relative;
    }

    #appMobImg {
        order: 2;
        width: 100%;
        position: relative;
    }

    .mobile-app-container {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        -moz-column-gap: 200px;
            column-gap: 200px;
        align-items: center;
        overflow: hidden;
        width: 100%;
        margin: 0 auto;
    }

    img#appQRCode {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: none;
        width: clamp(100px,10vw,120px);
        height: auto;
    }

    .app-circle {
        position: relative;
        transform: rotate(300deg);
    }

    /* Mobile App section Ended */
    #benefits .bg-level-2{
        margin: 0 auto;
    }
    .benefits {
        overflow: hidden;
    }

    .bg-level-2 {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .why-neu {
        height: 100vh;
        width: 100%;
        display: grid;
        align-items: center;
        padding: 56px;
    }
    #whyNeu2 .why-neu-container .why-neu-heading {
        order: 2;
    }
    h2.why-neu-title {
        color: #000;
        font-family: 'GT-Pressura-Mono';
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 125%;
        text-transform: uppercase;
    }

    p.why-neu-text {
        color: #000;
        font-family: 'GT-Pressura-Mono';
        font-size: 24px;
        font-style: normal;
        font-weight: 300;
        line-height: 115%;
        margin-top: 24px;
    }

    .why-neu-text br.hidden {
        display: contents;
    }
    body #whyNeu2 p.why-neu-text br.hidden {
        display: none;
    }

    .why-neu-container button span {
        color: #000;
        font-family: 'GT-Pressura-Mono';
        font-size: clamp(16px,4.2056vw,18px);
        font-style: normal;
        font-weight: 400;
        line-height: 34px;
        text-decoration-line: underline;
        text-transform: uppercase;
    }

    .why-neu-container button {
        padding: 0px;
        background: none;
        border: none;
        margin-top: 68px;
        display: flex;
        align-items: center;
        margin-right: auto;
    }

    .why-neu-container button span.eyes {
        margin-right: 12px;
        margin-top: -3px;
    }

    .why-neu-container {
        display: grid;
        justify-content: space-between;
        grid-template-columns: minmax(0, 1fr);
        -moz-column-gap: 225px;
            column-gap: 225px;
        align-items: center;
    }
    ul.why-neu-list {
        padding: 0px;
        list-style: none;
        margin-top: 56px;
    }

    li.why-neu-item {
        color: #000;
        font-family: 'GT-Pressura-Mono';
        font-size: 24px;
        font-style: normal;
        font-weight: 300;
        line-height: 100%;
        text-transform: lowercase;
        display: flex;
        align-items: flex-start;
        -moz-column-gap: 18px;
            column-gap: 18px;
    }

    li.why-neu-item svg.icon {
        width: 25px;
        height: 25px;
    }

    li.why-neu-item:not(:first-child) {
        margin-top: 56px;
    }

    li.why-neu-item.font-bold {
        font-weight: 700;
    }

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

    .why-neu-list li.why-neu-item.why-neu-item {
        display: flex;
        align-items: center;
        border-radius: clamp(20px, 3vw, 30px);
        border: 1px solid #000;
        background-color: #fff;
        padding: 25px 22px 24px 23px;
        text-transform: inherit;
    }

    .why-neu-list li.why-neu-item:not(:first-child) {
        margin-top: 56px;
    }

    /* Why Neu Section Ended Here */

    /*Marquee Endeed Here*/

    .manifesto.container-fluid {
        padding: 100px 0;
    }

    #manifesto {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        row-gap: 48px;
        height: 100vh;
    }

    h2.manifesto-title {
        color: #000;
        font-family: 'GT-Pressura-Mono';
        font-size: 28px;
        font-style: normal;
        font-weight: 400;
        line-height: 125%;
        text-transform: uppercase;
    }

    .manifesto-text-main,
    .manifesto-text-extra {
        color: #000;
        font-family: 'GT-Pressura-Mono';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        text-transform: uppercase;
    }

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

    .manifesto-text-main mark,
    .manifesto-text-extra mark {
        background-color: #E9FF53;
        padding: 1.6px 5px;
        font-weight: 700;
    }
    .manifesto p span {
        letter-spacing: -5px;
        margin-right: 5px;
    }
    .manifesto p+p,
    .manifesto-text-extra {
        margin-top: 20px;
    }
    hr.plans-saprator {
        border: none;
        margin: 80px 0 0;
        display: none;
    }
    .mobile_content,.arrow_hide_mobi,.onlytouchtablet,.mobiletouchone{
        display:none;
    }
    #offcanvasMenu .offcanvas-header .btn-close {
        width: 40px !important;
        height: 40px !important;
        border-radius: 50px;
        background: #FFF;
        filter: none;
        opacity: 1;
    }
    header>.container-fluid>nav .offcanvas-body.d-md-none a.nav-link {
        line-height: 140%;
        margin-bottom: 5px;
    }
    #offcanvasMenu .offcanvas-header{
        padding: 24px 24px 0px !important;
    }
    #offcanvasMenu .offcanvas-body.d-md-none{
        padding: 12px 24px !important;
    }
    header button:focus,header button:active,
    header button:hover,header button:focus-visible,header button:focus-within {
        outline: none !important;
        box-shadow: none !important;
    }
    body .app-slider-section.black-card path{
        stroke: #000;
    }
    footer .social-connect svg {
        width: 24px;
        height: 24px;
    }
    footer .footer-grid .more .footer-subtitle {
        text-align: right;
    }
    .js-marquee {
        display: flex;
    }
    .marquee__inner span img {
        height: 5.1875rem;
    }
    @media (min-width: 800px) {
        .hero-parallax-image.black:after {
            position: absolute;
            content: '';
            left: 0;
            bottom: 0;
            height: var(--height-footer);
            width: 100%;
            background: #000;
        }
        .intro-container {
            display: flex;
            justify-content: center;
            align-items: center;
            padding-left: 56px;
            padding-right: 56px;
            flex-direction: row;
            column-gap: clamp(0px,0vw,140px);
        }
        .intro-content{min-width: 283px;}
        h1.intro-title {
            font-family: 'GT-Pressura-Mono';
            margin-bottom: 12px !important;
            color: #000;
            font-size: clamp(32px,4vw,64px);
            font-style: normal;
            font-weight: 400;
            line-height: 125%;
            text-transform: uppercase;
            text-wrap: nowrap;
        }

        p.intro-text {
            color: #000;
            font-family: 'GT-Pressura-Mono';
            font-size: clamp(27px, 2.8vw, 40px);
            font-style: normal;
            font-weight: 300;
            line-height: 115%;
            text-align: left;
            text-wrap: nowrap;
        }

        .intro-card {
            align-self: center;
            width: clamp(17rem,5rem + 38.5vw,30rem);
        }

        .intro-card img {
            width: 100%;
            height: 100%;
        }


        /* Hero Section */

        .circle-triggers.container-fluid {
            padding: 56px;
        }

        .circle-triggers-content {
            position: absolute;
            left: 0;
            top: 0;
            padding: 64px;
        }

        .circle-triggers-container {
            position: relative;
        }

        /* Circle Section End */

        .plans .grow {
            display: grid;
            -moz-column-gap: 56px;
            column-gap: 40px;
            flex-direction: row;
            grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
            width: 100%;
        }

        .plans .uppercase.font-light {
            font-family: 'GT-Pressura-Mono';
            font-size: 25px;
            font-weight: 300;
            line-height: 28px;
            letter-spacing: 0em;
            text-align: center;
        }

        .plans .grow .uppercase {
            font-family: 'GT-Pressura-Mono';
            font-size: 25px;
            font-weight: 300;
            line-height: 28px;
            letter-spacing: 0em;
            text-align: center;
            margin-bottom: 3px;
        }

        .plans .grow span {
            font-family: 'GT-Pressura-Mono';
            font-size: 32px;
            font-weight: 700;
            line-height: 37px;
            letter-spacing: 0em;
            text-align: center;
        }

        .plans header.plan-title {
            margin-bottom: 12px;
        }

        .plan-table {
            border-radius: 50px;
            flex-direction: column;
            display: flex;
            align-items: inherit;
            justify-content: space-between;
        }

        .plans .plan-table-price {   
            color: #000;
            font-family: 'GT-Pressura-Mono';
            font-size: 96px;
            font-style: normal;
            font-weight: 400;
            line-height: 65px;
            text-transform: uppercase;
            padding: 51px 0px 13px 0px;
        }

        body .plans ul.plan-table-list>li:first-child {
            border-top: 1px solid #010101;
        }

        .plans .plan-table-price small {
            color: #4F4F4F;
            font-family: 'GT-Pressura-Mono';
            font-size: 32px;
            font-style: normal;
            font-weight: 400;
            line-height: 275%;       
            text-transform: initial;
            display: contents;
        }

        .plans ul.plan-table-list>li {
            line-height: 275%;
            padding: 0 26px 0 38px;
        }

        .plans h2.plans-title br {
            display: contents;
        }

        .plans ul.plan-table-list>li:last-child {
            border-bottom: none;
        }

        .plans ul.plan-table-list>li:nth-child(-n+2) {
            font-weight: 700;
        }

        .plans ul.plan-table-list {
            list-style: none;
            padding: 0px;
            margin-bottom: 0px;
            border: none;
        }

        /* Plans Section End*/


        @keyframes marquee {
            from {
                transform: translateX(0);
            }

            to {
                transform: translateX(-100%);
            }
        }

        /* Marquee Ended */

        #app-slider {
            text-align: center;
        }

        .app-slide {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .app-slider-section div#sliderNav {
            position: relative;
        }

        .app-slider-section svg.icon {
            width: 50px;
            height: 50px;
        }

        /* Slider section End*/

        .friends-container {
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
            -moz-column-gap: 61px;
                column-gap: 61px;
            align-items: center;
        }

        .friends-content {
            order: 1;
        }

        .friends-img {
            order: 2;
        }
        h2.friends-title {
            font-size: clamp(32px,4vw,53.33px);
            line-height: 115%;
        }
        /* Friend End Here */

        #appMobImg {
            order: 1;
        }

        .app-qr {
            order: 2;
        }

        .mobile-app-container {
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
            -moz-column-gap: clamp(65px,5vw,200px);
                column-gap: clamp(65px,5vw,200px);
            align-items: center;
        }

        img#appQRCode {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            display: block;
        }

        .app-circle {
            position: relative;
            transform: none;
        }

        /* Mobile App section Ended */

        .benefits {
            overflow: hidden;
        }

        h2.why-neu-title {
            color: #000;
            font-family: 'GT-Pressura-Mono';
            font-size: 64px;
            font-style: normal;
            font-weight: 400;
            line-height: 115%;
            text-transform: uppercase;
        }

        p.why-neu-text {
            color: #000;
            font-family: 'GT-Pressura-Mono';
            font-size: 40px;
            font-style: normal;
            font-weight: 300;
            line-height: 115%;
            margin-top: 56px;
        }

        .why-neu-text br.hidden {
            display: block;
        }

        .why-neu-container button {
            padding: 0px;
            background: none;
            border: none;
            margin-top: 68px;
            display: flex;
            align-items: center;
        }

        .why-neu-container {
            grid-template-columns: minmax(0, 1fr) minmax(0, 44%);
        }

        ul.why-neu-list {
            padding: 0px;
            list-style: none;
            margin-top: auto;
        }

        li.why-neu-item {
            color: #000;
            font-family: 'GT-Pressura-Mono';
            font-size: 40px;
            font-style: normal;
            font-weight: 300;
            line-height: 100%;
            text-transform: lowercase;
            display: flex;
            align-items: flex-start;
            -moz-column-gap: 18px;
                column-gap: 18px;
        }

        li.why-neu-item svg.icon {
            width: 40px;
            height: 40px;
        }

        li.why-neu-item:not(:first-child) {
            margin-top: 120px;
        }

        li.why-neu-item.font-bold {
            font-weight: 700;
        }

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

        /* Why Neu Section Ended Here */
        #manifesto {
            flex-direction: row;
        }

        h2.manifesto-title {
            color: #000;
            font-family: 'GT-Pressura-Mono';
            font-size:clamp(32px,4vw,53.33px);
            font-style: normal;
            font-weight: 400;
            line-height: 125%;
            text-transform: uppercase;
        }

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

        .manifesto-text-main mark,
        .manifesto-text-extra mark {
            padding: 1.6px 8px;
        }

        .manifesto p+p,
        .manifesto-text-extra {
            margin-top: 30px;
        } 

    }
    @media (min-width: 1024px) {
        /* Hero Section Ended */

        .intro-card {
            align-self: center;
            width: clamp(30rem,-13rem + 67.188vw,47.75rem);
        }

        .circle-triggers.container-fluid {
            padding: 56px;
        }

        .circle-triggers-content {
            position: absolute;
            left: 0;
            top: 0;
            padding: 64px;
        }

        .circle-triggers-container {
            position: relative;
        }

        @keyframes marquee {
            from {
                transform: translateX(0);
            }

            to {
                transform: translateX(-100%);
            }
        }

        /* Marquee Ended */

        #app-slider {
            text-align: center;
        }

        .app-slider img {
            height: 500px;
        }

        .app-slide {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .app-slider-section div#sliderNav {
            position: relative;
        }

        .app-slider-section svg.icon {
            width: 50px;
            height: 50px;
        }

        /* Slider section End*/

        .friends-container {
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
            -moz-column-gap: 61px;
                column-gap: 61px;
            align-items: center;
        }

        .friends-content {
            order: 1;
        }

        /* Friend End Here */

        /* Mobile App section Ended */

        .benefits {
            overflow: hidden;
        }

        .why-neu-text br.hidden {
            display: block;
        }

        .why-neu-container button {
            padding: 0px;
            background: none;
            border: none;
            margin-top: 68px;
            display: flex;
            align-items: center;
        }

        .why-neu-container {
            grid-template-columns: minmax(0, 1fr) minmax(0, 44%);
        }

        ul.why-neu-list {
            padding: 0px;
            list-style: none;
            margin-top: auto;
        }

        li.why-neu-item {
            color: #000;
            font-family: 'GT-Pressura-Mono';
            font-size: 40px;
            font-style: normal;
            font-weight: 300;
            line-height: 100%;
            text-transform: lowercase;
            display: flex;
            align-items: flex-start;
            -moz-column-gap: 18px;
                column-gap: 18px;
        }

        li.why-neu-item svg.icon {
            width: 40px;
            height: 40px;
        }

        li.why-neu-item:not(:first-child) {
            margin-top: 120px;
        }

        li.why-neu-item.font-bold {
            font-weight: 700;
        }

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

        /* Why Neu Section Ended Here */

    }

    @media (min-width: 1281px) {
        .why-neu{
            background-size: cover!important;
        }
        div#desktop_show {
            display: block!important;
            position: relative!Important;
        }  

        /* Circle Section End */

        .plans-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-direction: row;
            max-width: calc(1616px - 112px);
            margin: 0 auto;
        }

        .plans .grow {
            display: grid;
            -moz-column-gap: 40px;
            column-gap: 40px;
            flex-direction: row;
            width: 100%;
            grid-template-columns: clamp(380px,28vw,457px) clamp(380px,28vw,457px);
            justify-content: end;
        }
        .plans h2.plans-title {
            font-family: 'GT-Pressura-Mono';
            font-size: clamp(53.333px,4vw,64px);
            font-weight: 400;
            line-height: clamp(115%,1.5vw,139%);
            letter-spacing: 0em;
            text-align: left;
            text-transform: uppercase;
            max-width:clamp(360px,30vw,527px);
            width: 100%;
        }
        .plans h2.plans-title br {
            display: block;
        }
        .plans .uppercase.font-light {
            font-family: 'GT-Pressura-Mono';
            font-size: 25px;
            font-weight: 300;
            line-height: 28px;
            letter-spacing: 0em;
            text-align: center;
        }

        .plans .grow .uppercase {
            font-family: 'GT-Pressura-Mono';
            font-size: 24px;
            font-weight: 300;
            line-height: 28px;
            letter-spacing: 0em;
            text-align: center;
            margin-bottom: 3px;
        }

        .plans .grow span {
            font-family: 'GT-Pressura-Mono';
            font-size: 32px;
            font-weight: 700;
            line-height: 37px;
            letter-spacing: 0em;
            text-align: center;
        }

        .plans header.plan-title {
            margin-bottom: 12px;
        }

        .plan-table {
            border-radius: 50px;
            flex-direction: column;
            display: flex;
            align-items: inherit;
            justify-content: space-between;
        }

        .plans .plan-table-price {
            color: #000;
            font-family: 'GT-Pressura-Mono';
            font-size: clamp(106px,8vw,128px);
            font-style: normal;
            font-weight: 400;
            line-height: 65px;
            text-transform: uppercase;
            padding: 75px 120px 30px 131px;
        }

        .plans .plan-table-price small {
            color: #4F4F4F;
            font-family: 'GT-Pressura-Mono';
            font-size: clamp( 26.667px,2vw,32px);
            font-style: normal;
            font-weight: 400;
            line-height: 275%;
            text-transform: initial;
            display: contents;
        }

        .plans ul.plan-table-list>li:last-child {
            border-bottom: none;
        }

        .plans ul.plan-table-list>li:nth-child(-n+2) {
            font-weight: 700;
        }

        .plans ul.plan-table-list {
            list-style: none;
            padding: 0px;
            margin-bottom: 0px;
            border: none;
        }

        /* Plans Section End*/


        @keyframes marquee {
            from {
                transform: translateX(0);
            }

            to {
                transform: translateX(-100%);
            }
        }

        /* Marquee Ended */

        #app-slider {
            text-align: center;
        }

        .app-slide {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .app-slider-section div#sliderNav {
            position: relative;
        }

        .app-slider-section svg.icon {
            width: 50px;
            height: 50px;
        }

        /* Slider section End*/

        .friends-container {
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
            -moz-column-gap: 61px;
                column-gap: 61px;
            align-items: center;
        }
        .friends-container .friends-img {
            padding-top: 95%;
        }

        .friends-content {
            order: 1;
        }

        h2.friends-title {
            color: #000;
            font-family: 'GT-Pressura-Mono';
            font-size: clamp(53.33px,4vw,64px);
            font-style: normal;
            font-weight: 400;
            line-height: 115%;
            text-transform: uppercase;
            margin-bottom: 20px !important;
        }

        p.friends-text {
            color: #000;
            font-family: 'GT-Pressura-Mono';
            font-size: clamp(33.33px,2.6vw,40px);
            font-style: normal;
            font-weight: 300;
            line-height: 115%;
            margin-top: 0;
        }

        /* Friend End Here */

        #appMobImg {
            order: 1;
        }

        .app-qr {
            order: 2;
        }

        .mobile-app-container {
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
            -moz-column-gap: 200px;
                column-gap: 200px;
            align-items: center;
            max-width: 1117px;
            height: 100%;
        }

        img#appQRCode {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            display: block;
        }

        .app-circle {
            position: relative;
            transform: none;
        }

        /* Mobile App section Ended */

        .benefits {
            overflow: hidden;
        }

        h2.why-neu-title {
            color: #000;
            font-family: 'GT-Pressura-Mono';
            font-size: clamp(53.33px,4vw,64px);
            font-style: normal;
            font-weight: 400;
            line-height: 115%;
            text-transform: uppercase;
        }

        p.why-neu-text {
            color: #000;
            font-family: 'GT-Pressura-Mono';
            font-size: clamp(33.33px,2.2vw,40px);
            font-style: normal;
            font-weight: 300;
            line-height: 115%;
            margin-top: 20px;
        }

        .why-neu-text br.hidden {
            display: block;
        }

        .why-neu-container button {
            padding: 0px;
            background: none;
            border: none;
            margin-top: 64px;
            display: flex;
            align-items: center;
        }

        ul.why-neu-list {
            padding: 0px;
            list-style: none;
            margin-top: auto;
        }

        li.why-neu-item {
            color: #000;
            font-family: 'GT-Pressura-Mono';
            font-size: clamp(30px,2vw,40px);
            font-style: normal;
            font-weight: 300;
            line-height: 100%;
            text-transform: lowercase;
            display: flex;
            align-items: flex-start;
            -moz-column-gap: 18px;
                column-gap: 18px;
        }
        .why-neu-list li.why-neu-item.why-neu-item{
            padding-top: clamp(32px, 2.4vw, 46px);
            padding-right: 20px;
            padding-bottom: clamp(32px, 2.4vw, 46px);
            padding-left: clamp(40px, 2.4vw, 48px);
        }

        li.why-neu-item svg.icon {
            width: 40px;
            height: 40px;
        }

        li.why-neu-item:not(:first-child) {
            margin-top: 120px;
        }

        li.why-neu-item.font-bold {
            font-weight: 700;
        }

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

        /* Why Neu Section Ended Here */


        /*Marquee Endeed Here*/

        #manifesto {
            flex-direction: row;
        }

        h2.manifesto-title {
            color: #000;
            font-family: 'GT-Pressura-Mono';
            font-size: clamp(40px,4vw,64px);
            font-style: normal;
            font-weight: 400;
            line-height: 125%;
            text-transform: uppercase;
        }

        .manifesto-text-main,
        .manifesto-text-extra {
            color: #000;
            font-family: 'GT-Pressura-Mono';
            font-size: clamp(20px,1.5vw,25px);
            font-style: normal;
            font-weight: 400;
            line-height: 130%;
            text-transform: uppercase;
        }

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

        .manifesto-text-main mark,
        .manifesto-text-extra mark {
            padding: 1.6px 8px;
        }

        .manifesto p+p,
        .manifesto-text-extra {
            margin-top: 30px;
        }

    }
    @media(min-width:992px){
        #offcanvasMenu .offcanvas-header {
            padding: 0;
            display: none;
        }
        #offcanvasMenu .offcanvas-body {
            flex-grow: 1;
            padding: 0;
            overflow-y: auto;
        }
        #offcanvasMenu {
            background: unset;
            background-size: cover;
        }
        .offcanvas-body.d-none.d-md-block ul li a {
            color: #000;
            text-align: right;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            padding: 18px 0;
        }
    }
    @media screen and (min-width: 2000px){
        .intro.container-fluid {
            align-items: flex-start;
            min-height: 1340px;
            transition: all 0.3s;
            padding-top: calc(var(--height-header) + 60px);
        }
        .intro-container{
            column-gap: clamp(120px,7vw,140px);
        }
        h1.intro-title{
            font-size: 80px;
        }
        section.section-circle_triggers {
            margin-top: -172px;
            padding-bottom: 100px;
        }
        .biggerscreendownload{
            max-width: var(--xxl-width);
            padding: 0 56px;
        }
        .highPage {
            max-width: calc(var(--xxl-width) + 30px);
            padding: 0 56px !important;
        }
        body .circle-triggers__content {
            padding: 60px 60px 80px;
        }
        body .circle-triggers__svg-line,body .circle-triggers__content  {
            max-height: 977px;
        }
        .plans h2.plans-title{
            font-size: 80px;
            max-width: 530px;
        }
        .plans-container {
            max-width: 1860px;
            width: 100%;
        }
        .plans .grow{
            grid-template-columns: 564px 564px;
        }
        body .plans ul.plan-table-list>li {
            font-size: 29px;
            line-height: 270%;
        }
        .plans .plan-table-price {
            padding: 42px 120px 45px;
            line-height: 1;
            font-size: 158px;
        }
        .plans.conatiner-fluid {
            max-width: var(--xxl-width);
            max-height: 1117px;
            padding: 56px;
        }
        .plans header.plan-title {
            margin-bottom: 20px;
        }
        .plans .grow span {
            font-size: 39px;
        }
        .plans .grow .uppercase {
            font-size: 29px;
            margin-bottom: 10px;
        }
        .plans ul.plan-table-list>li {
            font-size: 29px;
        }
        .credCard.container-fluid {
            height: 100vh;
            max-height: 1117px;
        }
        .credCard.container-fluid .app-slider-container {
            max-width: 1672px;
        }
        .app-slider img{
            height: 620px;
        }
        .friends.container-fuid{
            padding: 108px 0;
            max-height: 1117px;
        }
        .friends-container .friends-img {
            padding-top: 90%;
        }
        h2.friends-title {
            font-size: 80px;
            margin-bottom: 70px !important;
        }
        p.friends-text {
            font-size: 49.6px;
            max-width: 685px;
        }
        #benefits .bg-level-2{
            max-width: var(--xxl-width);
            padding:0 56px;
        }
        .why-neu {
            padding: 108px 70px;
            height: auto;
        }
        .why-neu-container {
            grid-template-columns: minmax(0, 1fr) minmax(0, 47%);
            column-gap: 225px;
        }
        #whyNeu2 .why-neu-container {
            column-gap: 300px;
            grid-template-columns: minmax(0, 47.2%) minmax(0, 1fr);
        }
        h2.why-neu-title {
            font-size: 80px;
        }
        p.why-neu-text {
            font-size: 49px;
            margin-top: 70px;
        }
        .why-neu-container button span {
            font-size: 22.32px;
            line-height: 42.16px;
        }
        .why-neu-container {
            grid-template-columns: minmax(0, 1fr) minmax(0, 47.2%);
            column-gap: 300px;
        }
        li.why-neu-item svg.icon {
            width: 43px;
            height: 43px;
        }
        .why-neu-list li.why-neu-item.why-neu-item {
            padding: 53px 35px 54px 60px;
            font-size: 49.6px;
            line-height: 115%;
        }
        .why-neu-container button{
            margin-top: 84px;
        }
        #manifesto{
            max-width: calc(var(--xxl-width) - 112px);
            padding:50px 70px;
            max-height: 1117px;
        }
        h2.manifesto-title {
            font-size: 80px;
        }
        .manifesto-text-main, .manifesto-text-extra {
            font-size: 29.76px;
            line-height: 125%;
        }
    }
    @media screen and (min-width: 2000px) and (max-height: 1107px){
        .plans.conatiner-fluid,.credCard.container-fluid,.friends.container-fuid,section.manifesto.container-fluid {
            min-height: 1117px !important;
        }
    }
    @media screen and (min-width: 2000px) and (min-height: 1201px){
        .intro.container-fluid {
            max-height: 1340px;
        }
        .compare-popup__inner-1, .compare-popup__inner-2 {
            max-height: 1340px;
            min-height: 100%;
            height: 100vh;
        }
    }
    @media (hover: hover) and (min-width: 800px) and (min-height: 1201px){
        body section.section-circle_triggers {
            margin-top: -172px;
            padding-bottom: 100px;
            height: auto;
            align-items: flex-start;
        }
    }
    @media screen and (min-width: 2000px) and (max-height: 900px){
        .compare-table td, .compare-table th {
            height: auto;
            padding: 30px 15px;
        }
    }
    @media screen and (max-width:1999px){
        .intro-card{max-width: 570px;}
        .intro-container{
            column-gap: clamp(80px,7vw,120px);
        }
        .biggerscreendownload{
            padding: 0 56px;
        }
        section.section-circle_triggers {
            height: 100vh;
            display: flex;
            align-items: center;
            padding: 20px 56px 0;
        }
        .credCard.container-fluid .app-slider-container {
            max-width: 1348px;
        }
        .friends-container {
            grid-template-columns: minmax(0, 1fr) minmax(0, 1.1882fr);
        }
        #benefits .bg-level-2 {
            max-width: var(--xl-width);
        }
        .why-neu-list li.why-neu-item:not(:first-child) {
            margin-top: 48px;
        }
        ul.why-neu-list {
            margin-bottom: 0;
        }
        .why-neu-container {
            grid-template-columns: minmax(0, 1fr) minmax(0, 47.075%);
        }
        #whyNeu2 .why-neu-container{
            grid-template-columns: minmax(0, 47.075%) minmax(0, 1fr);
            column-gap: clamp(160px,13vw,248px);
        }
        #whyNeu2 p.why-neu-text {
            max-width: 528px;
        }
        .manifesto.container-fluid{padding: 80px 0;}
        div#manifesto {
            max-width: var(--xl-width);
            padding: 0 56px;
        }
    }
    @media (min-width:800px) and (max-width:1999px){
        .app-slider-section button svg {
            width: 40px;
            height: auto;
        }
    }

    @media (min-width:1280px) and (max-width:1999px) and (max-height: 900px){
        .circle-triggers__svg-line,.circle-triggers__content,section.section-circle_triggers,
        .friends.container-fuid,.why-neu,#manifesto,.credCard.container-fluid,body .mobile-app.container-fluid{
            min-height: 800px;
        }
        .plans.conatiner-fluid{
            min-height: 900px;
        }
        .intro.container-fluid{
            min-height: 850px;
        }
        .mobile-app.container-fluid #appMobImg {
            width: 384px;
        }
    }
    @media (min-width:800px) and (max-width:1279px) and (max-height: 900px){
        .circle-triggers__svg-line,.circle-triggers__content,section.section-circle_triggers,
        .friends.container-fuid,.why-neu,#manifesto,.credCard.container-fluid,body .mobile-app.container-fluid{
            min-height: 800px;
        }
        .intro.container-fluid{
            min-height: 850px;
        }
    }
    @media(max-width:1440px){
        .intro-container{
            column-gap: clamp(60px,7vw,77px);
        }
        p.why-neu-text {
            margin-top: 20px;
        }
        .download-app-qr img {
            max-width: 190px;
        }
        li.why-neu-item:not(:first-child) {
            margin-top: 80px;
        }
        .why-neu-container {
            column-gap: clamp(65px,10vw,225px);
        }
    }
    @media (min-width:1281px) and (max-width:1999px) and (max-height: 899px){
        .friends.container-fuid ,body .mobile-app.container-fluid,.why-neu,#manifesto,.credCard.container-fluid{
            min-height: 800px;
        }
        .plans.conatiner-fluid{
            min-height: 900px;
        }
        #appMobImg {
            max-width: 350px !important;
        }
    }
    @media (min-width:1281px) and (max-width:1999px) and (max-height: 820px){
        #appMobImg {
            max-width: 335px !important;
        }
    }
    @media (max-width:1280px){
        .intro-container{
            column-gap: clamp(0px,0vw,60px);
        }
        p.why-neu-text {
            font-size: 32px;
        }
        body .plans.conatiner-fluid {
            padding: 60px 56px;
            align-items: center;
            justify-content: center;
            min-height: 900px;
        }
        body .plan-table-price {
            padding: 63px 0px 27px 0px!important;
        }
        body .plans ul.plan-table-list>li {
            min-height: 57px;
            font-size: 18px;
            line-height: 56px;
        }
        .plans .grow .uppercase {
            font-size: 18px;
            line-height: 110%;
        }
        .app-slider img {
            height: 500px;
        }
        .plans .grow span {
            font-size: 24px;
            line-height: 110%;
        }
        li.why-neu-item:not(:first-child) {
            margin-top: 50px;
        }
        body h2.why-neu-title br.hidden {
            display: none;
        }
        body .friends-container {
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(0, 1.1882fr);
            column-gap: 20px;
            align-items: center;
        }
        .friends-img {
            padding-top: 100%;
        }
        body h2.friends-title {
            margin-bottom: 20px !important;
        }
        #appMobImg {
            width: 100%;
            max-width: 413px;
            max-height: 100% !important;
        }
        .app-qr .app-circle {
            width: 100%;
            margin-left: auto;
        }
        body .why-neu {
            height: auto;
        }
        body p.why-neu-text {
            width: 100%;
            max-width: 686px;
            font-size: 32px;
        }
        body .why-neu-content {
            margin-top: 56px;
        }
        ul.why-neu-list{
            max-width: 600px;
        }
        .why-neu-list li.why-neu-item.why-neu-item {
            padding: 27px 30px;
            font-size: clamp(24px, 2.8vw, 32px);
            align-items: center;
            margin-top: 32px;
        }
        body #whyNeu2{
            padding-top: 142.81px;
            padding-bottom: 144px;
        }
        #whyNeu2 .why-neu-container .why-neu-heading {
            order: 0;
        }
        body #whyNeu2 p.why-neu-text{    
            width: 100%;
            max-width: 650px;
        }
        .why-neu-container button{
            margin-top: 52px;
        }
        body .why-neu-container,#whyNeu2 .why-neu-container{
            display: grid;
            grid-template-columns: repeat(1,1fr);
            -moz-column-gap: 0;
            column-gap: 0;
        }
        body button.d-md-none {
            display: flex !important;
        }
        body button.d-none.d-md-block {
            display: none !important;
        }
    }
    @media (min-width:800px) and (max-width:1280px) and (max-height: 899px){
        body .mobile-app.container-fluid{
            min-height: 800px;
        }
        body #appMobImg {
            max-width: 340px !important;
        }
    }
    @media (min-width:800px) and (max-width:1280px) and (max-height: 800px){
        body #appMobImg {
            max-width: 306px !important;
        }
    }
    /* style one 
    Middle size desktop 800 <= x < 1280
    */
    @media (min-width: 800px) and (max-width: 1280px){
        br.hidden{
            display:none;
        }
        .manifesto-text-main,.manifesto-text-extra {
            font-size: clamp(18px,2.5vw,20px);
        }
        .circle-triggers__svg .spacingAndGlyphsDesktop:last-child, .circle-triggers__svg tspan:nth-child(17), .circle-triggers__svg tspan:nth-child(18) {
            display: none;
        }
        footer h4.footer-subtitle,footer .footer-grid a.footer-link {
            font-size: 18px;
        }
        .plans h2.plans-title{
            font-size: clamp(32px,4vw,53.33px);
        }
        .plans ul.plan-table-list>li{
            padding: 0 26px 0 38px !important;
        }
        body #whyNeu2 p.why-neu-text br.hidden {
            display: block;
        }
    }
    @media (hover: hover) and (min-width: 800px) and (max-width: 1280px){
        body {
            background-color: #faffbd!important;
            background-image: unset;
        }
        section.section-circle_triggers {
            min-height: 800px;
        }
        .circle-triggers__svg-line, .circle-triggers__content {
            min-height: 720px;
        }
        body .mobile-app-container{
            column-gap:63px;
            max-width: 1117px;
            height: 100%;
        }
        body p.why-neu-text {
            margin-top: 20px;
            margin-bottom: 0!important;
            font-size: clamp(24px, 2.8vw, 32px);
        }
        .why-neu-list li.why-neu-item.why-neu-item:first-child {
            margin-top: 0;
        }
        body .app-slider-section button#sliderNext {
            right: 73px;
        }
        body .app-slider-section button#sliderPrev {
            left: 56px;
        }
        body .app-slider-section div#sliderNav {
            position: absolute;
            top: 50%;
            left: 0vw;
            transform: unset;
            width: 100vw;
            bottom: auto;
            transform: translateY(-50%);
        }
        body .touch-screen-tab{
            display:none;
        }
        body .non-touch-tab{
            display:block;
        }
        body p.friends-text {
            font-size: clamp(21px,2.6vw,33.33px);
            font-style: normal;
            font-weight: 300;
            line-height: 115%;
            margin-top: 0;
            max-width: 458px;
        }
        body h2.why-neu-title {
            font-size: clamp(32px,4vw,53.33px);
            line-height: 125%;
        }
        body .why-neu {
            position:relative;
        }
        body .bg-level-2{
            position: relative;
            width:100%;
            background-size:cover!important;
            background-repeat: no-repeat;
        }
        body div#desktop_show {
            display: none;
            position: absolute;
            bottom: 0;
            height: 83px;
        }
        body ul.why-neu-list li {
            display: flex;
            align-items: center;
        }
        footer p.copywrite {
            padding-right: 214px;
        }
    }
    @media (hover: hover) and (min-width: 800px) and (max-width: 991px){
        body header>.container-fluid>nav>button {
            display: none;
        }
        body #offcanvasMenu {
            position: relative;
            padding: 0;
            width: auto;
            left: auto;
            top: auto;
            transform: none;
            margin-left: auto;
            opacity: 1;
            visibility: visible;
            background: transparent !important;
            transition: none;
        }
        body #offcanvasMenu .offcanvas-header {
            display: none;
        }
        body #offcanvasMenu .offcanvas-body {
            padding: 0;
        }
        body #offcanvasMenu .offcanvas-body .navbar-nav {
            flex-direction: row;
        }
        body .offcanvas-body.d-none.d-md-block ul li a {
            color: var(--bs-black);
            text-align: right;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            padding: 18px 0;
        }
    }
    @media screen and (max-width:799px){
        .marquee__inner span img{
            height: clamp(42px,13.085vw,56px);
        }
        .marquee-inner span{
            animation-duration: 46s;
        }
        .friends-img > img{
            width: 101%;
            height: 101%;
        }
        .downloadbutton.ipad_desktop{
            display:flex;
        }
        .intro-content {
            padding-left: 56px;
        }
        .circle-triggers__svg {
            display: none;
        }
    }
    @media (hover: hover) and (min-width: 800px){
        .biggerscreendownload {
            bottom: 56px !important;
        }
    }
    @media (hover: hover) and (max-width:799px){
        .nav-list__item {
            padding-top: 16px;
            padding-bottom: 16px;
            line-height: 140%;
        }
        .intro.container-fluid {
            align-items: flex-start;
        }
        .intro-card{max-width: 388px;transition: none;}
        body h1.intro-title {
            font-size: clamp(24px, 6vw, 28px) !important;
            line-height: 125%;
            margin-bottom: 40px !important;
        }
        body .intro-content .intro-text{
            display:none;
        } 
        body .overlay_content{
            display:none;
        }
        .section-circle_triggers {
            padding-top: 112px;
            height: auto;
        }
        section.section-circle_triggers {
            min-height: 750px;
        }
        .circle-triggers__svg-line, .circle-triggers__content {
            min-height: 670px;
        }
        body p.intro-text {
            font-size: clamp(17px,5.6075vw,24px);
            -moz-text-align-last: center;
            text-align-last: center;
        }
        body .highPage {
            position: relative;
            max-width: 100vw;
            margin: 0 auto;
        }
        .circle-triggers__svg {
            display: none;
        }
        body .circle-triggers__content {
            padding: 0;
        }
        body .benefit span {
            font-size: 20px;
            width: 100%;
        }
        body .intro-container {
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            flex-direction: column;
            row-gap: 0;
            transition: none;
        }
        body .plans.conatiner-fluid {
            width: 100vw;
            margin: 0 auto;
            padding-top: 30px;
            padding-bottom: 85px;
        }
        body .plans .grow {
            grid-template-columns: repeat(1,1fr);
        }
        .plans header.plan-title,body .intro p.intro-text{
            display: none !important;
        }
        body .downloadbutton.ipad_desktop{
            margin: 0 auto;
            display:none!important;
        }
        body .intro-content-mobile.d-md-none,body .intro-content-mobile.d-md-none p.intro-text{
            display: block !important;
            margin-top: 8px;
        }
        body .benefit:not(.circle-triggers-circle-3) {
            width: 114px;
            height: 114px;
        }
        body .touchonetwothree{
            display: none!Important;
        }
        body .circle-triggers-circle-1 {
            bottom: -16px;
            left: 25px;
        }
        body .circle-triggers-circle-2 {
            left: 8px;
        }
        body .circle-triggers-circle-3 {
            width: 146px;
            height: 146px;
            right: 25px;
            top: -35px;
        }
        .app-slider img{
            height: auto;
            width: clamp(212px,66vw,282px);
        }
        .app-slider-section .touchone{display: none;}
        .app-slider-section .mobiletouchone{display: block;}
        body .app-slider-section div#sliderNav {
            position: absolute;
            z-index: 7;
            display: flex;
            column-gap: 29px;
        }
        body .app-slider-section button#sliderNext,body .app-slider-section button#sliderPrev {
            transform: none;
            position: unset;
        }
        .app-slider-section button svg {
            width: 32px;
            height: auto;
        }
        body .friends-container {
            display: flex;
            flex-direction: column-reverse;
            row-gap: unset;
            max-width: 388px;
            margin: 0 auto;
        }
        body .plan-table {
            display: grid;
            align-items: center;
            grid-template-columns: minmax(0, auto) minmax(0, 1fr);
        }
        body .plans .grow {
            width: 100%;
            max-width: 388px;
        }
        body .plans ul.plan-table-list {
            border-left: 1px solid #010101;
        }
        body .plans ul.plan-table-list>li {
            line-height: 49.01px;
            padding: 0 26px 0 20px;
        }
        .credCard.container-fluid {
            min-height: 800px;
        }
        .app-slide{
            top: 47%;
        }
        .app-slider-section div#sliderNav {
            bottom: 17%;
        }
        body p.friends-text {
            font-size: clamp(20px,6vw,24px);
            padding: 0 0;
            margin-top: 25px;
        }
        body h2.friends-title {
            color: #000;
            font-size: 32px;
            line-height: 125%;
            margin-top: 56px;
            padding: 0 0;
        }
        body .friends.container-fuid {
            padding: 56px;
            min-height: 800px;
        }
        body .mobile-app.container-fluid{
            padding: 65px 56px 0px;
            background-size: cover;
            height: auto;
        }
        body .mobile-app-container{
            grid-template-columns: minmax(0, 1fr);
            max-width: 380px;
            margin: 0 auto;
        }
        body div#appMobsvg {
            display: block !important;
            margin-bottom: -60px;
        }
        body .mobile-app-container .app-qr {
            display: none;
        }
        body .friends-img {
            width: 100%;
            padding-top: 102%;
        }
        body #appMobImg {
            width: 100%;
            height: fit-content;
            max-height: fit-content;
            align-items: flex-end;
            max-width: 100% !important;
            justify-content: center;
        }
        body .friends-container .friends-content {
            order: 0;
        }
        body .bg-level-2 .why-neu {
            display: block;
            height: auto;
            min-height: auto;
            padding:119px 56px 0;
            position: relative;
        }
        body footer.container-fluid {
            padding: 56px;
        }
        body header>.container-fluid>nav.navbar {
            padding: 56px;
        }
        body .bg-level-2 .why-neu p.why-neu-text {
            width: auto !important;
            margin-bottom: 60px !important;
            font-size: 24px;
            font-style: normal;
            font-weight: 300;
            line-height: 115%;
            margin-top: 24px;
            margin-bottom: 44px !important;
        }
        body .manifesto.container-fluid {
            padding: 130px 0;
        }
        body .why-neu-content {
            margin-top: 32px;
        }
        body #whyNeu2 .why-neu-content {
            margin-top: 20px;
        }
        .why-neu-list li.why-neu-item.why-neu-item:first-child {
            margin-top: 0;
        }
        body .why-neu .content_p {
            height: 65px;
        }
        body .why-neu .content_p img {
            height: 65px;
        }
        body .why-neu .why-neu-container {
            display: block;
            padding-bottom: 140px;
        }
        body h2.why-neu-title{
            font-size: 28px;
        }
        body div#whyNeu2 {
            margin-top: 0;
            background: none;
            padding-bottom: 50px;
        }
        body ul.why-neu-list{
            margin-top: 0;
            margin-bottom: 0;
        }
        body .why-neu-list li.why-neu-item.why-neu-item {
            padding: 22px 10px 22px 22px;
            font-size: clamp(18px,3.2vw,24px);
        }
        body .why-neu-list li.why-neu-item.why-neu-item br {
            display: none;
        }
        body .why-neu-list li.why-neu-item.why-neu-item span {
            flex: 1 0 0;
        }
        body .why-neu-list li.why-neu-item.why-neu-item span.font-bold {
            margin-right: 10px;
        }
        body li.why-neu-item {
            font-size: 22px;
        }
        body .highPage .overlay_content {
            display: none;
        }
        body .offcanvas-body.d-none.d-md-block{
            display:none!Important;
        }
        body #offcanvasMenu .offcanvas-footer{
            display:flex!Important; 
        }
        body .offcanvas-body.d-md-none{
            display:block!Important;
        }
        body .plans .plan-table-price {
            padding: 0 30px !important;
            font-size: clamp(44px,11vw,64px);
        }
        body .plans .plan-table-price small {
            font-size: 16px;
            display: block;
            line-height: normal;
        }
        body .plans ul.plan-table-list > li{
            line-height: 48px;
            padding: 0 15px;
            font-size: 16px;
            min-height: auto;
        }
        #manifesto{
            align-items: flex-start;
            height: auto;
        }
        .manifesto-text-main, .manifesto-text-extra {
            font-size: clamp(14px,3.5vw,16px);
            line-height: 125%;
        }
        h2.manifesto-title{font-size: 28px;}
        footer .footer-policy {
            margin-top: 224px;
        }
        .footer-grid{row-gap: 24px;}
        footer .footer-grid .more ul {
            margin-bottom: 0;
        }
        footer .footer-grid .more .footer-subtitle,footer .footer-grid .more li{
            display: none;
        }
        footer .footer-grid .more,footer .footer-grid .more li.join-neu-friends {
            display: block !important;
        }
    }
    @media (hover: hover) and (max-width:499px){
        body .why-neu-list li.why-neu-item.why-neu-item {
            font-size: 12px;
        }
    }
    @media (hover: hover) and (max-width:499px){
        body .why-neu-list li.why-neu-item.why-neu-item {
            font-size: 12px;
        }
    }
    @media (hover: hover) and (max-width:799px) and (max-height: 850px){
        .intro.container-fluid {
            min-height: 800px;
        }
    }
    @media (hover: hover) and (min-width: 768px) and (max-width: 799px){
        .circle-triggers__content img.touchonetwothree {
            display: block !important;
        }
        .circle-triggers__content picture.touchone{display: none !important;}
    }
    @media (hover: hover) and (max-width:499px){
        header>.container-fluid>nav>a.logo {
            height: 56px;
            max-width: 80px;
            padding: 9px;
        }
        header>.container-fluid>nav>button {
            padding: 15px 0 16px;
        }
        body .plans.conatiner-fluid,
        body .highPage,
        body .intro.container-fluid,
        body .bg-level-2 .why-neu,
        body .manifesto.container-fluid,
        body footer.container-fluid,
        body .friends.container-fuid {
            padding-left: 56px;
            padding-right: 56px;
        }
        body .intro-container {
            padding: 0;
        }
        body .intro-content {
            padding-left: 0;
        }
        body .intro-card img {
            margin: 0 auto;
            display: block;
        }
        body .plans.conatiner-fluid {
            height: auto;
        }
        body section.section-circle_triggers {
            padding: 40px 0px;
            overflow: hidden;
        }
        body .mobile-app.container-fluid {
            padding: 65px 56px 0px;
        }
        body .intro-card {
            width:100%;
        }
        body .biggerscreendownload {
            max-width: 100%;
        }
        body div#manifesto {
            padding: 0;
        }
        body .plans ul.plan-table-list > li{
            font-size: clamp(10px,3vw,16px);
        }
    }
    @media (hover: none) and (max-width: 1280px){
        footer .about .social-connect{
            display: flex !important;
            margin-bottom: 20px;
        }
        footer .footer-top .social-connect {
            display: none;
        }
    }
    @media (hover: none) and (min-width: 768px) and (max-width: 1280px){
        .intro.container-fluid {
            min-height: 750px;
        }
        .intro-container {
            padding-bottom: 56px;
        }
        body .why-neu,
        body #whyNeu2 {
            padding: 56px;
            height: 100vh;
        }
        body h2.why-neu-title {
            font-size: clamp(32px, 4vw, 40px);
            line-height: 125%;
        }
        body p.why-neu-text {
            margin-top: 20px;
            margin-bottom: 0!important;
            font-size: clamp(24px, 2.8vw, 32px);
        }
        .why-neu-list li.why-neu-item.why-neu-item:first-child {
            margin-top: 0;
        }
        ul.why-neu-list {
            margin: 0;
        }
        body .app-slider-section button#sliderPrev{
            left: 0;
        }
        body .app-slider-section button#sliderNext{
            right: 0;
        }
        footer p.copywrite{
            padding-right: 214px;
        }
    }
    @media (hover: none) and (min-width: 768px) and (max-width: 991px) and (orientation:portrait){
        body header>.container-fluid>nav>button {
            display: none;
        }
        body #offcanvasMenu {
            position: relative;
            padding: 0;
            width: auto;
            left: auto;
            top: auto;
            transform: none;
            margin-left: auto;
            opacity: 1;
            visibility: visible;
            background: transparent !important;
            transition: none;
        }
        body #offcanvasMenu .offcanvas-header {
            display: none;
        }
        body #offcanvasMenu .offcanvas-body {
            padding: 0;
        }
        body #offcanvasMenu .offcanvas-body .navbar-nav {
            flex-direction: row;
        }
        body .offcanvas-body.d-none.d-md-block ul li a {
            color: var(--bs-black);
            text-align: right;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            padding: 18px 0;
        }
    }
    @media (hover: none) and (min-width: 768px) and (max-width: 800px){
        .intro-container {
            display: flex;
            justify-content: center;
            align-items: center;
            padding-left: 56px;
            padding-right: 56px;
            flex-direction: row;
        }
        .intro-card {
            align-self: center;
            width: clamp(17rem,5rem + 38.5vw,30rem);
        }
        .intro-content {
            min-width: 283px;
            padding-left: 0;
        }
        h1.intro-title {
            font-family: 'GT-Pressura-Mono';
            margin-bottom: 12px !important;
            color: #000;
            font-size: clamp(32px, 4vw, 64px);
            font-style: normal;
            font-weight: 400;
            line-height: 125%;
            text-transform: uppercase;
            text-wrap: nowrap;
        }
        p.intro-text {
            color: #000;
            font-family: 'GT-Pressura-Mono';
            font-size: clamp(24px, 3.4vw, 27px) !important;
            line-height: 115%;
            text-align: left;
            text-align-last: left !important;
            text-wrap: nowrap;
        }
        .circle-triggers__content picture.touchone {
            padding: 10px !important;
        }
        .plans .grow {
            display: grid;
            -moz-column-gap: 56px;
            column-gap: 40px;
            flex-direction: row;
            grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
            width: 100%;
        }
        .plans .plan-table-price {
            font-size: 96px;
            line-height: 65px;
            padding: 51px 0px 13px 0px;
        }
        .plan-table {
            flex-direction: column;
            display: flex;
            align-items: inherit;
            justify-content: space-between;
        }
        .plans ul.plan-table-list {
            border: none;
        }
        body .plans ul.plan-table-list>li {
            min-height: 57px;
            font-size: 18px;
            line-height: 56px;
        }
        .app-slider-section div#sliderNav {
            position: relative;
        }
        .onlytouchtablet{display: block;}
        .mobile-app-container .touchone{display: none;}
        .mobile-app-container {
            grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
            -moz-column-gap: 65px;
            column-gap: 65px;
        }
        #appMobImg {
            order: 0;
        }
        .app-qr .app-circle {
            transform: none;
        }
        .app-qr .app-circle .onlytouchtablet {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 100px;
            height: auto;
        }
        div#manifesto{height: auto;flex-direction: row;}
        h2.manifesto-title {
            font-size: 40px;
        }
        .manifesto-text {
            padding-left: 20px;
        }
        .manifesto-text-main, .manifesto-text-extra {
            font-size:18px;
        }
        .manifesto p+p, .manifesto-text-extra {
            margin-top: 30px;
        }
        .friends-img {
            order: 2;
        }
        h2.friends-title{
            font-size: clamp(28px,4vw,32px);
            line-height: 115%;
        }
        p.friends-text{
            font-size: clamp(21px,2.7vw,24px);
        }
        .circle-triggers__svg {
            display: block;
        }
        footer .footer-policy {
            margin-top: 68px;
        }
        footer h4.footer-subtitle,footer .footer-grid a.footer-link {
            font-size: 18px;
            text-align: left !important;
        }
    }
    @media (hover: none) and (min-width: 768px) {
        .biggerscreendownload {
            bottom: 56px !important;
        }
        section.section-circle_triggers,.credCard.container-fluid,.friends.container-fuid,.mobile-app.container-fluid,body .why-neu{
            max-height: 1117px;
        }
        .circle-triggers__svg-line,.circle-triggers__content{
            max-height: 1005px;    
        }
        .manifesto.container-fluid {
            display: flex;
            align-items: center;
            max-height: 1117px;
            height: 100vh;
        }
        section.manifesto.container-fluid div#manifesto {
            height: auto;
            min-height:900px;
        }
        .plans.conatiner-fluid {
            align-items: center;
            max-height: 1117px;
        }
        hr.plans-saprator {
            display: none;
        }
    }
    @media (hover: none) and (min-width: 768px) and (max-height: 900px){
        section.section-circle_triggers,.credCard.container-fluid,.plans.conatiner-fluid,
        .friends.container-fuid,.mobile-app.container-fluid,body .why-neu,.manifesto.container-fluid{
            min-height: 900px;
        }
        .circle-triggers__svg-line, .circle-triggers__content {
            min-height: 820px;
            height: 100%;
        }
    }
    @media (hover: none) and (max-width: 767px) {
        .hero-parallax-image.black:after {
            position: absolute;
            content: '';
            left: 0;
            bottom: 0;
            height: 80%;
            width: 100%;
            background: #000;
        }
        .container, .container-fluid{
            padding-right: clamp(17px,5.60747vw,24px);
            padding-left: clamp(17px,5.60747vw,24px);
        }
        body .benefit {
            width: clamp(71px,22.43vw,96px);
            height: clamp(71px,22.43vw,96px);
        }
        body .circle-triggers-circle-1 {
            left: auto;
            right: 15px;
            bottom: 55px;
        }
        body .circle-triggers-circle-2 {
            left: 2px;
            bottom: 32%;
        }
        .benefit.circle-triggers-circle-3 {
            width: clamp(86px,27.105vw,116px);
            height: clamp(86px,27.105vw,116px);
            top: 20px;
            right: 18px;
            padding: 0 12px;
        }
        body .benefit span {
            font-size: clamp(12px,3.73832vw,16px);
            line-height: 115%;
        }
        .nav-list__item {
            padding-top: 16px;
            padding-bottom: 16px;
            line-height: 140%;
        }
        .top_div.header_container {
            width: 100%;
            z-index: 100;
        }
        body .inner_container{
            padding-top: var(--height-header) !important;
        }
        body header>.container-fluid>nav>a.logo {
            max-width: clamp(50px,14.486vw,62px);
            height: auto;
            padding: 7px;
            z-index: 100;
        }
        header > .container-fluid > nav > button svg,footer .social-connect svg {
            width: clamp(18px,5.61vw,24px);
            height: auto;
        }
        body header>.container-fluid>nav>a.logo svg {
            width: 100%;
        }
        header>.container-fluid>nav .offcanvas-body.d-md-none a.nav-link {
            font-size: clamp(18px,5vw,24px);
        }
        #offcanvasMenu .offcanvas-footer svg {
            width: clamp(18px,5.61vw,24px);
            height: auto;
        }
        body header>.container-fluid>nav.navbar {
            padding: clamp(17px,5.60747vw,24px);
        }
        header > .container-fluid > nav > button {
            padding: clamp(5px,2.12vw,10px) 0;
        }
        #offcanvasMenu .offcanvas-body{
            padding: 13px 24px;
        }
        .intro-card {
            width: 37.3vh;
        }
        .intro.container-fluid {
            align-items: flex-start;
            flex-wrap: wrap;
            height: auto;
            min-height: var(--viewportHeight);
        }
        body .intro-container {
            row-gap: 0;
            justify-content: flex-start;
            padding: 0 clamp(17px,5.60747vw,24px);
            transition: none;
        }
        body .intro-content {
            padding-left: 0px;
            padding-top: clamp(0px,4.6729vw,20px);
            padding-bottom: clamp(10px,9.3458vw,40px);
        }
        body .download-app-qr .desk_img {
            display: none;
        } 
        body .biggerscreendownload .mobi_img {
            display: block;
        }   
        .intro-content-mobile {
            margin-top: clamp(0px,4.6729vw,20px);
        }
        h1.intro-title {
            font-size: clamp(20px,6.54205vw,28px);
        }
        body .plans.conatiner-fluid {
            min-height: max-content;
            height: max-content;
            padding: clamp(0px,4.6729vw,20px) clamp(17px,5.60747vw,24px) clamp(20px,10.71013vh,92px);
        }
        .marquee{
            padding: clamp(20px,9.3458vw,40px) clamp(15px,4.6729vw,20px);
            background-position: right;
        }
        .marquee-inner span{
            line-height: 0.7145;
            font-size: clamp(16px,6.543vw,28px);
        }
        .plan-table {
            background-color: #fff;
        }
        .plans .grow {
            width: 100%;
        }
        .plans .plan-table-price {
            font-size: clamp(59px,18.6916vw,80px);
            line-height: 0.75;
            padding: 0 clamp(5px,4.6729vw,20px) !important;
        }
        .plans .plan-table-price small {
            font-size: clamp(12px,3.68vw,16px);
            line-height: 3;
        }
        .plans ul.plan-table-list {
            display: flex;
            flex-direction: column;
        }
        body .plans ul.plan-table-list > li {
            padding: clamp(10px,3.5047vw,15px) 10px clamp(10px,3.5047vw,15px) 12px;
            font-size: clamp(12px,3.73832vw,16px);
            line-height: 0.974;
            min-height: auto;
        }
        body .plans ul.plan-table-list > li.mobi-last {
            order: 1;
            border-bottom: 0;
            border-top: 1px solid #010101;
        }
        .plans .plan-table-price small {
            display: none !IMPORTANT;
        }
        .plans .plan-table-price small.hide {
            display: block !IMPORTANT;
        }
        .credCard.container-fluid {
            padding: clamp(17px,5.60747vw,24px);
        }
        #app-slider picture.touchone {
            display: none;
        }
        .app-slide{
            top: 45%;
        }
        .app-slider img {
            height: auto;
            width: clamp(210px,66vw,282px);
        }
        .app-slider-section div#sliderNav {
            display: flex;
            column-gap: 16px;
            bottom: 15%;
        }
        body .app-slider-section button#sliderPrev, body .app-slider-section button#sliderNext {
            position: relative;
            left: 0;
            right: 0;
        }
        body .app-slider-section button svg,.app-slider-section .touchone{display: none;}
        .app-slider-section .mobiletouchone{display: block;}
        body .app-slider-section button .arrow_hide_mobi{
            display: block;
        }
        #appMobImg .touchone {
            display: none;
        }
        .friends.container-fuid {
            padding: clamp(17px,5.60747vw,24px);
            min-height: 600px;
        }
        body .friends-container {
            grid-template-columns: 1fr;
            row-gap: clamp(10px,9.3458vw,40px);
        }
        body h2.friends-title {
            font-size: clamp(20px,6.54205vw,28px);
            margin-bottom: clamp(10px,5.14018vw,22px) !important;
            line-height: 1.14286;
        }
        p.friends-text {
            font-size: clamp(17px,5.6075vw,24px);
            margin-top: 0;
            line-height: 115%;
        }
        .friends-img {
            padding-top: 104%;
            border-radius: 17px;
        }
        body .mobile-app.container-fluid {
            padding: clamp(0px,14.0187vw,60px) clamp(17px,5.60747vw,24px) 0;
            overflow: hidden;
            align-items: flex-start;
            max-height: 935px;
        }
        .mobile-app-container{
            height: 100%;
        }
        div#appMobsvg {
            margin-bottom: -56px;
        }
        .mobile-app-container{
            align-items: flex-start;
        }
        body #whyNeu1 {
            padding:clamp(17px,5.60747vw,24px);
            min-height: 100vh;
        }
        body #whyNeu2{
            padding:clamp(10px,7.4766vw,32px) clamp(17px,5.60747vw,24px) 23.45vh;
        }
        h2.why-neu-title, h2.manifesto-title, h2.friends-title {
            font-size: clamp(20px,6.54205vw,28px);
        }
        body p.why-neu-text {
            font-size: clamp(17px,5.6075vw,24px);
            width: 100%;
            max-width: 80%;
            margin-top: clamp(5px,2.13334vh,16px);
        }
        body .why-neu-content {
            margin-top: 12px;
        }
        ul.why-neu-list {
            margin-top: 0;
        }
        .why-neu-list li.why-neu-item.why-neu-item {
            font-size: clamp(12px,3.73832vw,16px);
            margin-top: clamp(15px,5.6075vw,24px);
            padding: clamp(5px,3.73832vw,16px) 10px clamp(5px,3.73832vw,16px) clamp(15px,5.38vw,23px);
            column-gap: 12px;
            line-height: 140%;
        }
        .why-neu-container button span.eyes img {
            width: clamp(15px,5.6075vw,24px);
            height: auto;
        }
        .why-neu-container button span {
            font-size: clamp(14px,3.73832vw,16px);
        }
        li.why-neu-item svg.icon {
            width: clamp(20px,5.844vw,25px);
            height: auto;
        }
        .why-neu-list li.why-neu-item.why-neu-item br {
            display: none;
        }
        body .why-neu-list li.why-neu-item.why-neu-item span {
            flex: 1 0 0;
        }
        body .why-neu-list li.why-neu-item.why-neu-item span.font-bold {
            margin-right: 10px;
        }
        .why-neu-container button {
            margin-top: 20px;
        }
        body #whyNeu2 p.why-neu-text{
            font-weight: 300;
        }
        .manifesto.container-fluid {
            padding: 0;
        }
        div#manifesto {
            padding: clamp(17px,5.6075vw,24px);
            row-gap: 16px;
            justify-content: center;
            min-height: 600px;
            align-items: flex-start;
        }
        h2.manifesto-title {
            text-align: center;
            width: 100%;
        }
        .manifesto-text-main, .manifesto-text-extra {
            font-size: clamp(12px,3.73832vw,16px);
            line-height: 125%;
        }
        footer .footer-grid h4.footer-subtitle span.inc {
            display: none;
        }
        footer .seperator {
            margin: 43px 0px 50px;
        }
        body .friends-container,.mobile-app-container {
            max-width: 380px;
            margin: 0 auto;
        }
        footer.container-fluid {
            display: flex;
            flex-direction: column;
            height: 100vh;
            min-height: auto;
            transition: height 0.4s;
        }
        footer .footer-policy {
            margin-top: auto;
            margin-bottom: 0;
        }
        .footer-grid{row-gap: clamp(17px,5.6075vw,24px);}
        footer .footer-grid h4.footer-subtitle{
            text-transform: unset;
            font-size: clamp(12px,3.73832vw,16px);
            margin-bottom: clamp(17px,5.6075vw,24px) !important;
        }
        footer .about .social-connect{
            margin-bottom: clamp(17px,5.6075vw,24px);
        }
        footer .footer-grid a.footer-link{
            font-size: clamp(12px,3.73832vw,16px);
            line-height: 1.2;
        }
        footer .footer-grid .more .footer-subtitle,footer .footer-grid .more li{
            display: none;
        }
        footer .footer-grid .more, footer .footer-grid .more li.join-neu-friends {
            display: block !important;
        }
    }
    @media (hover: none) and (max-width: 767px) and (orientation:portrait){
        .hero-parallax-image .desk{
            display: none;
        }
        .hero-parallax-image .mobi{
            display: block;
        }
        .credCard.container-fluid,.friends.container-fuid,div#manifesto {
            min-height: 600px;
        }
    }
    @media (hover: none) and (max-width: 767px) and (min-height: 731px) and (orientation:portrait){
        .app-slider-section div#sliderNav {
            bottom: 18%;
        }
        .intro-card {
            width: 38vh;
        }
    }
    @media (hover: none) and (max-width: 767px) and (max-height: 730px) and (orientation:portrait){
        body .intro-content{
            padding-top: clamp(8px,3.73832vw,16px);
        }
        .app-slider-section div#sliderNav {
            bottom: 17%;
        }
        div#appMobsvg svg {
            scale: 1.02 !important;
        }
    }
    @media (hover: none) and (min-width: 381px) and (max-width: 390px) and (max-height: 670px) and (orientation:portrait){
        body .intro-content {
            padding-top: 10px;
        }
    }
    @media (hover: none) and (max-width: 380px) and (max-height: 745px) and (orientation:portrait){
        body .plans.conatiner-fluid{
            padding-top: clamp(0px,5.60747vw,24px);
        }
        body .plans ul.plan-table-list > li{
            line-height: 0.982;
        }
        .app-slider-section div#sliderNav {
            bottom: 17.5%;
        }
        div#appMobsvg {
            transform: scale(1.04);
        }
        .why-neu-list li.why-neu-item.why-neu-item{
            border-radius: clamp(5px,3.73832vw,16px);
        }
        section.section-circle_triggers{
            padding-bottom: 19vw;
        }
    }
    @media (hover: none) and (max-width: 380px) and (max-height: 635px) and (orientation:portrait){
        body .intro-content{
            padding-top: clamp(0px,1.87vw,7px);
            padding-bottom: clamp(10px,8vw,30px);
        }
    }
    @media (hover: none) and (max-width: 380px) and (max-height: 568px) and (orientation:portrait){
        body .intro-content {
            padding-top: 0;
            padding-bottom: clamp(5px,3.73832vw,16px);
        }
        .intro-content-mobile {
            margin-top: 5px;
        }
        section.section-circle_triggers{
            padding-bottom: 11.3458vw;
        }
        body .plans.conatiner-fluid{
            padding-top: clamp(10px,9.3458vw,40px);
        }
        body .plans ul.plan-table-list > li {
            line-height: 0.95;
        }
        .credCard.container-fluid, .friends.container-fuid, div#manifesto {
            min-height: 528px;
        }
        .app-slider-section div#sliderNav {
            bottom: 14%;
        }
        section#friends_section {
            align-items: flex-start;
        }
        .friends-img {
            padding-top: 86.6%;
        }
        .manifesto p+p, .manifesto-text-extra {
            margin-top: 17px;
        }
        footer.container-fluid {
            min-height: 528px;
            height: auto;
        }
        body .app-slider-section button .arrow_hide_mobi{
            width: clamp(10px,7.4766vw,32px);
            height: auto;
        }
        p.friends-text{line-height: 1.25;}
        body p.why-neu-text{
            max-width: 82%;
        }
        body .why-neu-content {
            margin-top: 8px;
        }
        body #whyNeu2 {
            padding: clamp(17px,5.60747vw,24px);
            height: 100vh;
        }
        .why-neu-list li.why-neu-item.why-neu-item {
            padding: clamp(5px,3vw,14px) 10px clamp(5px,3vw,14px) clamp(15px,5.38vw,23px);
        }
    }
    @media (hover: none) and (max-width: 360px) and (max-height: 568px) and (orientation:portrait){
        .marquee-inner span {
            font-size: 12px;
            line-height: 1.22;
        }
    }
    @media (hover: none) and (max-width:402px){
        footer .footer-policy>ul>li>a,footer p.copywrite {
            font-size: 13px;
        }
    }
    @media (hover: none) and (max-width:370px){
        .klaviyo_messages .success_message h2 {
            font-size: 20px;
        }
        .klaviyo_messages .success_message p {
            font-size: 14px;
        }
    }
    @media (hover: none) and (max-width:359px){
        .why-neu-list li.why-neu-item.why-neu-item {
            font-size: clamp(12px,3vw,14px);
        }
    }
    @media (hover: none) and (max-width:350px){
        footer .footer-policy>ul>li>a,footer p.copywrite {
            font-size: 11px;
        }
    }
    @media (hover: none) and (max-width:330px){
        footer .footer-policy>ul>li>a,footer p.copywrite {
            font-size: 10px;
        }
        body p.why-neu-text{
            font-size: clamp(18px,5vw,20px);
        }
        h2.why-neu-title, h2.manifesto-title, h2.friends-title {
            font-size: clamp(22px,6vw,24px);
        }
    }
    a.footer-link:hover {
        color: #fff !important;
    }
    footer .social-connect svg path{
        transition: all .3s;
    }
    footer .social-connect a:hover svg path{
        fill: #fff;
    }
    button:focus{
        outline:0;
    }
    button:focus:not(:focus-visible) {
        outline: 0;
        box-shadow: unset;
    }
    @media (hover: none) and (max-width: 991px) and (orientation:landscape){
        body header>.container-fluid>nav.navbar {
            padding: clamp(17px,3vw,24px) clamp(17px,3vw,24px) 0;
        }
        body header>.container-fluid>nav>a.logo {
            padding: 7px;
            max-width: clamp(56px,7.75vw,64px);
            height: clamp(34px,5.375vw,43px);
        }
        body header>.container-fluid>nav>button{
            padding: 9px 0;
        }
        body .mobile-app.container-fluid {
            min-height: 935px;
        }
        .download-app-qr {
            border-radius: 56px !important;
        }
        .download-app-qr .desk_img{
            display: none !important;
        }
        .download-app-qr .mobi_img {
            display: block !important;
        }
        body .biggerscreendownload {
            padding: 0 clamp(17px,3vw,24px);
            bottom: 24px !important;
            position: fixed !important;
        }
        body .popupSubscription-block button {
            font-size: 16px;
            line-height: 1;
        }
        body .intro.container-fluid {
            min-height: 100vh;
            padding-top: clamp(17px,3vw,24px);
            padding-bottom: clamp(17px,3vw,24px);
            padding-right: 164px;
            align-items: center;
            margin-top: clamp(17px,3vw,24px);
        }
        body .intro-container {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-start;
            padding: 0 clamp(17px,3vw,24px);
        }
        h1.intro-title {
            font-size: clamp(20px,3.5vw,28px);
            margin-bottom: 12px !important;
        }
        p.intro-text {
            font-size: clamp(16px,3vw,24px) !important;
        }
        body .intro-card {
            width: clamp(270px,38.25vw,306px);
        }
        body .intro-content {
            padding-bottom: 0;
            min-width: max-content;
        }
        .intro-content-mobile {
            display: none !important;
        }
        p.intro-text.d-none {
            display: block !important;
            text-align: left;
            text-align-last: left;
        }
        body section.section-circle_triggers {
            padding-top: 0;
        }
        footer p.copywrite {
            padding-right: 150px;
        }            
    }
    @media (hover: none) and (max-width: 767px) and (orientation: landscape){
        body .intro.container-fluid{
            align-items: flex-start;
        }
        body section.section-circle_triggers{
            padding-bottom: 56px;
        }
        .credCard.container-fluid {
            min-height: 600px;
        }
        .app-slider-section div#sliderNav{
            bottom: 8%;
        }
        .friends.container-fuid {
            min-height: 724px;
        }
        body .mobile-app.container-fluid {
            min-height: 724px;
            padding-top: clamp(34px, 5.375vw, 43px);
        }
        body #whyNeu1, body #whyNeu2 {
            min-height: 600px;
        }
        .manifesto.container-fluid {
            padding: 30px 0;
        }
        footer p.copywrite {
            padding-right: 180px;
        }
    }
    @media (hover: none) and (max-width: 1024px) {
        .hero-parallax-image {
            transform: translate3d(0,0,0);
        }
    }

    @media only screen and (max-width: 767px){
        footer.container-fluid{
            padding: 48px 24px 96px 24px;
        }
    }