@media (max-width: 575.98px) {
    div.index-main-hero-area {
        width: 100%;
        min-height: calc(100vh - 60px);
    }

    h1#index-main-hero-title-txt-p {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 50px;
        color: black;
        margin: 0;
        padding: 0;
        margin-top: 50px;
        text-align: center;
    }

    div#index-main-hero-by-mogee-area {
        width: 100%;
        height: 75px;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
    }

    p#index-main-hero-by-mogee-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0;
        margin-top: 5px;
        text-align: center;
        font-weight: bold;
    }

    img#index-main-hero-by-mogee-img {
        height: 30px;
        margin-left: 10px;
        filter: invert(30%);
    }

    img#index-main-hero-motto-img {
        display: block;
        margin: auto;
        opacity: 0;
        margin-bottom: 20px;
        margin-top: 20px;
        width: 100%;
    }

    p#index-main-hero-subtitle-txt-p {
        font-family: 'SF Pro Display';
        font-size: 20px;
        color: black;
        margin: 0;
        padding: 0;
        text-align: center;
        opacity: 0;
    }

    div#index-main-hero-image-overlay-div {
        width: 100%;
        position: relative;
        margin-top: 50px;
        margin-bottom: 50px;
        opacity: 0;
    }

    img#index-main-hero-image {
        width: 100%;
        display: block;
        margin: auto;
    }

    div#index-main-hero-under-blur-div {
        width: 100%;
        height: 150px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(to top, #eee, transparent);
    }

    p#index-main-hero-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 50px;
        display: block;
        margin: auto;
        opacity: 0;
    }

    #scroll-container {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: relative;
    }

    #scroll-image {
        width: 100%;
        height: 100%;
        position: fixed;
    }

    div.index-features-area {
        width: 100%;
        min-height: 100vh;
    }

    h1.index-features-title-txt-h1 {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 45px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 50px;
        text-align: center;
        opacity: 0;
    }

    div.feature-bar-div {
        width: 100%;
        min-height: 100px;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    div.feature-right-area {
        width: 100%;
        min-height: inherit;
        float: left;
        display: flex;
        justify-content: right;
        align-items: center;
    }

    div.feature-opp-right-area {
        width: 60%;
        min-height: inherit;
        float: left;
        display: none;
    }

    div#feature-inner-right-txt-area {
        min-height: 100px;
        display: block;
        margin: auto;
    }

    h3#feature-title-txt-h3 {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 30px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        opacity: 0;
    }

    p#feature-subtitle-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 20px;
        display: block;
        margin: auto;
        opacity: 0;
        font-style: italic;
        font-weight: bold;
    }

    span#feature-hightlight-span {
        color: black;
    }

    p#feature-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 20px;
        opacity: 0;
    }

    div.feature-left-area {
        width: 100%;
        min-height: inherit;
        display: block;
        margin: auto;
    }

    div.feature-left-area.normal {
        display: none;
    }

    div.feature-opp-left-area {
        width: 100%;
        min-height: inherit;
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    img#feature-left-img {
        width: 100%;
        margin-top: 50px;
        opacity: 0;
    }

    div#feature-inner-left-txt-area {
        width: 100%;
        min-height: 100px;
        float: left;
    }

    div#thing-bar-area-div {
        width: 100%;
        min-height: 100px;
        margin-top: 20px;
        float: left;
    }

    div#thing-title-area {
        width: 100%;
        margin-bottom: 20px;
    }

    h3#thing-title-txt-h3 {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 25px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        text-align: center;
        opacity: 0;
    }

    div#thing-card-bar {
        width: 100%;
        min-height: 100px;
    }

    div#thing-card-div {
        width: 100%;
        min-height: 100px;
        border-radius: 20px;
        padding: 20px;
        box-sizing: border-box;
        opacity: 0;
        display: block;
        margin: auto;
    }

    div#thing-card-div.normal {
        display: none;
    }

    div#thing-card-div.mobile {}

    div#thing-card-div.signature-card {
        background-color: #3737ff;
    }

    div#thing-card-div.suggestion-card {
        background-color: #ba18fa;
    }

    div#thing-card-div.task-card {
        background-color: #00d02a;
    }

    div#thing-card-div.process-card {
        background-color: #d00000;
    }

    div#thing-card-div.thing-card {
        background-color: #e76400;
    }

    div#thing-card-title-area {
        width: 100%;
        height: 30px;
        border-bottom: 1px solid lightgray;
    }

    div#thing-card-fake-title-div {
        width: 40%;
        height: 16px;
        background-color: #ffffff7a;
        border-radius: 10px;
    }

    div#thing-card-txt-area {
        width: 100%;
        margin-top: 10px;
    }

    div#thing-card-fake-txt-long-div {
        width: 90%;
        height: 16px;
        background-color: #ffffff7a;
        border-radius: 10px;
    }

    div#thing-card-fake-txt-short-div {
        width: 60%;
        height: 16px;
        background-color: #ffffff7a;
        border-radius: 10px;
        margin-top: 10px;
    }

    div#thing-info-area-div {
        width: 100%;
        min-height: inherit;
        float: left;
        margin-top: 20px;
    }

    p#thing-info-right-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        padding: 0;
        opacity: 0;
    }

    p#thing-info-left-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        padding: 0;
        opacity: 0;
    }

    div#index-pricing-area {
        width: 100%;
        margin-bottom: 50px;
    }

    h1.index-pricing-title-txt-h1 {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 45px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 50px;
        text-align: center;
        opacity: 0;
    }

    div#pricing-cards-area-div {
        width: 100%;
        min-height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 50px;
    }

    div#pricing-card-div {
        width: 400px;
        background-color: white;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        float: left;
        margin-left: 50px;
        border-radius: 20px;
        padding: 20px;
        box-sizing: border-box;
        opacity: 0;
    }

    div#pricing-card-div:nth-child(1) {
        margin-left: 0px;
    }

    div#pricing-title-area {
        width: 100%;
        min-height: 50px;
    }

    p#pricing-top-title-txt-p {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 30px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    p#pricing-price-txt-p {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 40px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    span#pricing-type-txt-span {
        font-weight: normal;
        font-size: 16px;
    }

    div#pricing-content-area {
        width: 100%;
        margin-top: 20px;
        overflow: hidden;
    }

    div#pricing-content-bar-div {
        width: 100%;
        min-height: 0px;
        float: left;
    }

    span#pricing-icon-span {
        font-size: 30px;
        margin-right: 10px;
        float: left;
        color: green;
    }

    p#pricing-content-txt-p {
        font-family: 'SF Pro Display';
        font-size: 16px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        float: left;
        line-height: 30px;
    }

    div#pricing-cta-area {
        width: 100%;
        min-height: 50px;
        margin-top: 20px;
    }

    button#pricing-cta-butt {
        width: 100%;
        height: 40px;
        background-color: #3737ff;
        color: white;
        font-weight: bold;
        font-family: 'SF Pro Display';
        border: none;
        border-radius: 20px;
    }

    button#index-main-hero-cta {
        height: 40px;
        background-color: transparent;
        color: white;
        font-weight: bold;
        font-family: 'SF Pro Display';
        border: none;
        display: block;
        margin: auto;
        cursor: pointer;
        opacity: 0;
    }

    a {
        text-decoration: none;
    }

    div#wouter-verkerk-area-div {
        width: 100%;
        min-height: 100px;
        margin-top: 100px;
        margin-bottom: 50px;
    }

    img#wouter-verkerk-img {
        width: 90%;
        opacity: 0;
        object-fit: cover;
        object-position: right;
        border-radius: 1000px;
        display: block;
        margin: auto;
        margin-bottom: 50px;
        aspect-ratio: 1 / 1;
    }

    div#wouter-verkerk-txt-area {
        width: 100%;
        min-height: inherit;
        float: left;
    }

    div#wouter-verkerk-inner-txt-area {
        width: 90%;
        min-height: 100px;
        display: block;
        margin: auto;
    }

    h3#wouter-verkerk-title-txt-h3 {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 25px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        opacity: 0;
    }

    p#wouter-verkerk-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 20px;
        opacity: 0;
    }

    p#wouter-verkerk-qoute-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 20px;
        font-style: italic;
        opacity: 0;
    }

    p#wouter-verkerk-getdone-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 20px;
        text-align: center;
        font-weight: bold;
        opacity: 0;
    }

    section {
        float: left;
        width: 100%;
        overflow: hidden;
    }

    div#index-main-hero-qoutes-div {
        margin-top: 50px;
        margin-bottom: 50px;
        padding: 30px 0 20px 0;
        background-color: white;
        border-radius: 50px;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
        opacity: 0;
    }

    div.swiper {}

    div.swiper-slide {
        padding-left: 25px;
        padding-right: 25px;
        box-sizing: border-box;
        padding-bottom: 40px;
    }

    p#qoutes-title-txt-p {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 30px;
        color: black;
        margin: 0;
        padding: 0;
        text-align: center;
        /* opacity: 0; */
    }

    p#qoutes-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0;
        margin-top: 20px;
        text-align: center;
        font-style: italic;
        /* opacity: 0; */
        padding-bottom: 20px;
    }

    p#qoutes-autor-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0;
        text-align: center;
        font-weight: bold;
        padding-bottom: 20px;
    }

    button#qoutes-check-article-button {
        background-color: #3737ff;
        color: white;
        font-weight: bold;
        font-family: 'SF Pro Display';
        border: none;
        border-radius: 50px;
        padding: 10px 20px;
        cursor: pointer;
        width: 100%;
    }

    .radio-container {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .switch-container {
        display: inline-flex;
        position: relative;
        border: 1px solid #ccc;
        border-radius: 50px;
        overflow: hidden;
        margin-bottom: 20px;
        float: left;
        opacity: 0;
    }

    .switch-input {
        display: none;
    }

    .switch-label {
        display: inline-block;
        padding: 10px 20px;
        margin: 0;
        border: none;
        background-color: transparent;
        color: #333;
        cursor: pointer;
        transition: color 0.3s;
        z-index: 1;
        font-family: 'SF Pro Display';
        font-weight: bold;
    }

    .switch-input:checked+.switch-label {
        color: #fff;
    }

    .switch-slider {
        position: absolute;
        top: 0;
        left: 0;
        width: 55%;
        height: 100%;
        background-color: #3737ff;
        transition: transform 0.3s;
        transform: translateX(0%);
        z-index: 0;
        border-radius: 50px;
    }

    #option2:checked~.switch-slider {
        transform: translateX(100%);
    }

    div.cta-container {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    h3#preregister-discount-txt-p {
        font-family: 'SF Pro Display';
        font-size: 20px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 20px;
        text-align: center;
        opacity: 0;
    }

    div.countdown-container {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 50px;
        float: left;
    }

    div.countdown-inner {
        display: flex;
        opacity: 0;
    }

    div#countdown-area {
        margin-right: 30px;
    }

    div#countdown-area:nth-child(0) {
        margin-right: 0px;
    }

    div#countdown-area:last-child {
        margin-right: 0px;
    }

    p#countdown-txt-p {
        font-family: 'SF Pro Display';
        font-size: 30px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 20px;
        text-align: center;
        font-weight: bold;
    }

    p#countdown-txt-var-p {
        font-family: 'SF Pro Display';
        font-size: 15px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        text-align: center;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    div.index-main-hero-area {
        width: 100%;
        min-height: calc(100vh - 60px);
    }

    h1#index-main-hero-title-txt-p {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 50px;
        color: black;
        margin: 0;
        padding: 0;
        margin-top: 50px;
        text-align: center;
    }

    div#index-main-hero-by-mogee-area {
        width: 100%;
        height: 75px;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
    }

    p#index-main-hero-by-mogee-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0;
        margin-top: 5px;
        text-align: center;
        font-weight: bold;
    }

    img#index-main-hero-by-mogee-img {
        height: 30px;
        margin-left: 10px;
        filter: invert(30%);
    }

    img#index-main-hero-motto-img {
        height: 25px;
        display: block;
        margin: auto;
        opacity: 0;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    p#index-main-hero-subtitle-txt-p {
        font-family: 'SF Pro Display';
        font-size: 20px;
        color: black;
        margin: 0;
        padding: 0;
        text-align: center;
        opacity: 0;
    }

    div#index-main-hero-image-overlay-div {
        width: 100%;
        position: relative;
        margin-top: 50px;
        margin-bottom: 50px;
        opacity: 0;
    }

    img#index-main-hero-image {
        width: 100%;
        display: block;
        margin: auto;
    }

    div#index-main-hero-under-blur-div {
        width: 100%;
        height: 150px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(to top, #eee, transparent);
    }

    p#index-main-hero-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 50px;
        display: block;
        margin: auto;
        opacity: 0;
    }

    #scroll-container {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: relative;
    }

    #scroll-image {
        width: 100%;
        height: 100%;
        position: fixed;
    }

    div.index-features-area {
        width: 100%;
        min-height: 100vh;
    }

    h1.index-features-title-txt-h1 {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 45px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 50px;
        text-align: center;
        opacity: 0;
    }

    div.feature-bar-div {
        width: 100%;
        min-height: 100px;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    div.feature-right-area {
        width: 100%;
        min-height: inherit;
        float: left;
        display: flex;
        justify-content: right;
        align-items: center;
    }

    div.feature-opp-right-area {
        width: 60%;
        min-height: inherit;
        float: left;
        display: none;
    }

    div#feature-inner-right-txt-area {
        min-height: 100px;
        display: block;
        margin: auto;
    }

    h3#feature-title-txt-h3 {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 30px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        opacity: 0;
    }

    p#feature-subtitle-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 20px;
        display: block;
        margin: auto;
        opacity: 0;
        font-style: italic;
        font-weight: bold;
    }

    span#feature-hightlight-span {
        color: black;
    }

    p#feature-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 20px;
        opacity: 0;
    }

    div.feature-left-area {
        width: 100%;
        min-height: inherit;
        display: block;
        margin: auto;
    }

    div.feature-left-area.normal {
        display: none;
    }

    div.feature-opp-left-area {
        width: 100%;
        min-height: inherit;
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    img#feature-left-img {
        width: 100%;
        margin-top: 50px;
        opacity: 0;
    }

    div#feature-inner-left-txt-area {
        width: 100%;
        min-height: 100px;
        float: left;
    }

    div#thing-bar-area-div {
        width: 100%;
        min-height: 100px;
        margin-top: 20px;
        float: left;
    }

    div#thing-title-area {
        width: 100%;
        margin-bottom: 20px;
    }

    h3#thing-title-txt-h3 {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 25px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        text-align: center;
        opacity: 0;
    }

    div#thing-card-bar {
        width: 100%;
        min-height: 100px;
    }

    div#thing-card-div {
        width: 400px;
        min-height: 100px;
        border-radius: 20px;
        padding: 20px;
        box-sizing: border-box;
        opacity: 0;
        display: block;
        margin: auto;
    }

    div#thing-card-div.normal {
        display: none;
    }

    div#thing-card-div.mobile {}

    div#thing-card-div.signature-card {
        background-color: #3737ff;
    }

    div#thing-card-div.suggestion-card {
        background-color: #ba18fa;
    }

    div#thing-card-div.task-card {
        background-color: #00d02a;
    }

    div#thing-card-div.process-card {
        background-color: #d00000;
    }

    div#thing-card-div.thing-card {
        background-color: #e76400;
    }

    div#thing-card-title-area {
        width: 100%;
        height: 30px;
        border-bottom: 1px solid lightgray;
    }

    div#thing-card-fake-title-div {
        width: 40%;
        height: 16px;
        background-color: #ffffff7a;
        border-radius: 10px;
    }

    div#thing-card-txt-area {
        width: 100%;
        margin-top: 10px;
    }

    div#thing-card-fake-txt-long-div {
        width: 90%;
        height: 16px;
        background-color: #ffffff7a;
        border-radius: 10px;
    }

    div#thing-card-fake-txt-short-div {
        width: 60%;
        height: 16px;
        background-color: #ffffff7a;
        border-radius: 10px;
        margin-top: 10px;
    }

    div#thing-info-area-div {
        width: 100%;
        min-height: inherit;
        float: left;
        margin-top: 20px;
    }

    p#thing-info-right-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        padding: 0;
        opacity: 0;
    }

    p#thing-info-left-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        padding: 0;
        opacity: 0;
    }

    div#index-pricing-area {
        width: 100%;
        margin-bottom: 50px;
    }

    h1.index-pricing-title-txt-h1 {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 45px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 50px;
        text-align: center;
        opacity: 0;
    }

    div#pricing-cards-area-div {
        width: 100%;
        min-height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 50px;
    }

    div#pricing-card-div {
        width: 400px;
        background-color: white;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        float: left;
        margin-left: 50px;
        border-radius: 20px;
        padding: 20px;
        box-sizing: border-box;
        opacity: 0;
    }

    div#pricing-card-div:nth-child(1) {
        margin-left: 0px;
    }

    div#pricing-title-area {
        width: 100%;
        min-height: 50px;
    }

    p#pricing-top-title-txt-p {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 30px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    p#pricing-price-txt-p {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 40px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    span#pricing-type-txt-span {
        font-weight: normal;
        font-size: 16px;
    }

    div#pricing-content-area {
        width: 100%;
        margin-top: 20px;
        overflow: hidden;
    }

    div#pricing-content-bar-div {
        width: 100%;
        min-height: 0px;
        float: left;
    }

    span#pricing-icon-span {
        font-size: 30px;
        margin-right: 10px;
        float: left;
        color: green;
    }

    p#pricing-content-txt-p {
        font-family: 'SF Pro Display';
        font-size: 16px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        float: left;
        line-height: 30px;
    }

    div#pricing-cta-area {
        width: 100%;
        min-height: 50px;
        margin-top: 20px;
    }

    button#pricing-cta-butt {
        width: 100%;
        height: 40px;
        background-color: #3737ff;
        color: white;
        font-weight: bold;
        font-family: 'SF Pro Display';
        border: none;
        border-radius: 20px;
    }

    button#index-main-hero-cta {
        height: 40px;
        background-color: transparent;
        color: white;
        font-weight: bold;
        font-family: 'SF Pro Display';
        border: none;
        display: block;
        margin: auto;
        cursor: pointer;
        opacity: 0;
    }

    a {
        text-decoration: none;
    }

    div#wouter-verkerk-area-div {
        width: 100%;
        min-height: 100px;
        margin-top: 100px;
        margin-bottom: 50px;
    }

    img#wouter-verkerk-img {
        width: 400px;
        height: 400px;
        opacity: 0;
        object-fit: cover;
        object-position: right;
        border-radius: 200px;
        display: block;
        margin: auto;
        margin-bottom: 50px;
    }

    div#wouter-verkerk-txt-area {
        width: 100%;
        min-height: inherit;
        float: left;
    }

    div#wouter-verkerk-inner-txt-area {
        width: 90%;
        min-height: 100px;
        display: block;
        margin: auto;
    }

    h3#wouter-verkerk-title-txt-h3 {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 25px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        opacity: 0;
    }

    p#wouter-verkerk-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 20px;
        opacity: 0;
    }

    p#wouter-verkerk-qoute-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 20px;
        font-style: italic;
        opacity: 0;
    }

    p#wouter-verkerk-getdone-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 20px;
        text-align: center;
        font-weight: bold;
        opacity: 0;
    }

    section {
        float: left;
        width: 100%;
        overflow: hidden;
    }

    div#index-main-hero-qoutes-div {
        margin-top: 50px;
        margin-bottom: 50px;
        padding: 30px 0 20px 0;
        background-color: white;
        border-radius: 50px;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
        opacity: 0;
    }

    div.swiper {}

    div.swiper-slide {
        padding-left: 50px;
        padding-right: 50px;
        box-sizing: border-box;
        padding-bottom: 40px;
    }

    p#qoutes-title-txt-p {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 30px;
        color: black;
        margin: 0;
        padding: 0;
        text-align: center;
        /* opacity: 0; */
    }

    p#qoutes-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0;
        margin-top: 20px;
        text-align: center;
        font-style: italic;
        /* opacity: 0; */
        padding-bottom: 20px;
    }

    p#qoutes-autor-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0;
        text-align: center;
        font-weight: bold;
        padding-bottom: 20px;
    }

    button#qoutes-check-article-button {
        background-color: #3737ff;
        color: white;
        font-weight: bold;
        font-family: 'SF Pro Display';
        border: none;
        border-radius: 50px;
        padding: 10px 20px;
        cursor: pointer;
        width: 30%;
        margin-left: 40%;
    }

    .radio-container {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .switch-container {
        display: inline-flex;
        position: relative;
        border: 1px solid #ccc;
        border-radius: 50px;
        overflow: hidden;
        margin-bottom: 20px;
        float: left;
        opacity: 0;
    }

    .switch-input {
        display: none;
    }

    .switch-label {
        display: inline-block;
        padding: 10px 20px;
        margin: 0;
        border: none;
        background-color: transparent;
        color: #333;
        cursor: pointer;
        transition: color 0.3s;
        z-index: 1;
        font-family: 'SF Pro Display';
        font-weight: bold;
    }

    .switch-input:checked+.switch-label {
        color: #fff;
    }

    .switch-slider {
        position: absolute;
        top: 0;
        left: 0;
        width: 55%;
        height: 100%;
        background-color: #3737ff;
        transition: transform 0.3s;
        transform: translateX(0%);
        z-index: 0;
        border-radius: 50px;
    }

    #option2:checked~.switch-slider {
        transform: translateX(100%);
    }

    div.cta-container {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    h3#preregister-discount-txt-p {
        font-family: 'SF Pro Display';
        font-size: 20px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 20px;
        text-align: center;
        opacity: 0;
    }

    div.countdown-container {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 50px;
        float: left;
    }

    div.countdown-inner {
        display: flex;
        opacity: 0;
    }

    div#countdown-area {
        margin-right: 50px;
    }

    div#countdown-area:nth-child(0) {
        margin-right: 0px;
    }

    div#countdown-area:last-child {
        margin-right: 0px;
    }

    p#countdown-txt-p {
        font-family: 'SF Pro Display';
        font-size: 50px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 20px;
        text-align: center;
        font-weight: bold;
    }

    p#countdown-txt-var-p {
        font-family: 'SF Pro Display';
        font-size: 20px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    div.index-main-hero-area {
        width: 100%;
        min-height: calc(100vh - 60px);
    }

    h1#index-main-hero-title-txt-p {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 50px;
        color: black;
        margin: 0;
        padding: 0;
        margin-top: 50px;
        text-align: center;
    }

    div#index-main-hero-by-mogee-area {
        width: 100%;
        height: 75px;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
    }

    p#index-main-hero-by-mogee-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0;
        margin-top: 5px;
        text-align: center;
        font-weight: bold;
    }

    img#index-main-hero-by-mogee-img {
        height: 30px;
        margin-left: 10px;
        filter: invert(30%);
    }

    img#index-main-hero-motto-img {
        height: 25px;
        display: block;
        margin: auto;
        opacity: 0;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    p#index-main-hero-subtitle-txt-p {
        font-family: 'SF Pro Display';
        font-size: 20px;
        color: black;
        margin: 0;
        padding: 0;
        text-align: center;
        opacity: 0;
    }

    div#index-main-hero-image-overlay-div {
        width: 100%;
        min-height: 500px;
        position: relative;
        margin-top: 50px;
        margin-bottom: 50px;
        opacity: 0;
    }

    img#index-main-hero-image {
        width: 100%;
        display: block;
        margin: auto;
    }

    div#index-main-hero-under-blur-div {
        width: 100%;
        height: 150px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(to top, #eee, transparent);
    }

    p#index-main-hero-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 50px;
        display: block;
        margin: auto;
        opacity: 0;
    }

    #scroll-container {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: relative;
    }

    #scroll-image {
        width: 100%;
        height: 100%;
        position: fixed;
    }

    div.index-features-area {
        width: 100%;
        min-height: 100vh;
    }

    h1.index-features-title-txt-h1 {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 45px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 50px;
        text-align: center;
        opacity: 0;
    }

    div.feature-bar-div {
        width: 100%;
        min-height: 100px;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    div.feature-right-area {
        width: 100%;
        min-height: inherit;
        float: left;
        display: flex;
        justify-content: right;
        align-items: center;
    }

    div.feature-opp-right-area {
        width: 60%;
        min-height: inherit;
        float: left;
        display: none;
    }

    div#feature-inner-right-txt-area {
        min-height: 100px;
        display: block;
        margin: auto;
    }

    h3#feature-title-txt-h3 {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 30px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        opacity: 0;
    }

    p#feature-subtitle-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 20px;
        display: block;
        margin: auto;
        opacity: 0;
        font-style: italic;
        font-weight: bold;
    }

    span#feature-hightlight-span {
        color: black;
    }

    p#feature-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 20px;
        opacity: 0;
    }

    div.feature-left-area {
        width: 100%;
        min-height: inherit;
        display: block;
        margin: auto;
    }

    div.feature-left-area.normal {
        display: none;
    }

    div.feature-opp-left-area {
        width: 100%;
        min-height: inherit;
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    img#feature-left-img {
        width: 100%;
        margin-top: 50px;
        opacity: 0;
    }

    div#feature-inner-left-txt-area {
        width: 100%;
        min-height: 100px;
        float: left;
    }

    div#thing-bar-area-div {
        width: 100%;
        min-height: 100px;
        margin-top: 20px;
        float: left;
    }

    div#thing-title-area {
        width: 100%;
        margin-bottom: 20px;
    }

    h3#thing-title-txt-h3 {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 25px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        text-align: center;
        opacity: 0;
    }

    div#thing-card-bar {
        width: 100%;
        min-height: 100px;
    }

    div#thing-card-div {
        width: 400px;
        min-height: 100px;
        border-radius: 20px;
        padding: 20px;
        box-sizing: border-box;
        opacity: 0;
        display: block;
        margin: auto;
    }

    div#thing-card-div.normal {
        display: none;
    }

    div#thing-card-div.mobile {}

    div#thing-card-div.signature-card {
        background-color: #3737ff;
    }

    div#thing-card-div.suggestion-card {
        background-color: #ba18fa;
    }

    div#thing-card-div.task-card {
        background-color: #00d02a;
    }

    div#thing-card-div.process-card {
        background-color: #d00000;
    }

    div#thing-card-div.thing-card {
        background-color: #e76400;
    }

    div#thing-card-title-area {
        width: 100%;
        height: 30px;
        border-bottom: 1px solid lightgray;
    }

    div#thing-card-fake-title-div {
        width: 40%;
        height: 16px;
        background-color: #ffffff7a;
        border-radius: 10px;
    }

    div#thing-card-txt-area {
        width: 100%;
        margin-top: 10px;
    }

    div#thing-card-fake-txt-long-div {
        width: 90%;
        height: 16px;
        background-color: #ffffff7a;
        border-radius: 10px;
    }

    div#thing-card-fake-txt-short-div {
        width: 60%;
        height: 16px;
        background-color: #ffffff7a;
        border-radius: 10px;
        margin-top: 10px;
    }

    div#thing-info-area-div {
        width: 100%;
        min-height: inherit;
        float: left;
        margin-top: 20px;
    }

    p#thing-info-right-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        padding: 0;
        opacity: 0;
    }

    p#thing-info-left-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        padding: 0;
        opacity: 0;
    }

    div#index-pricing-area {
        width: 100%;
        margin-bottom: 50px;
    }

    h1.index-pricing-title-txt-h1 {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 45px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 50px;
        text-align: center;
        opacity: 0;
    }

    div#pricing-cards-area-div {
        width: 100%;
        min-height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 50px;
    }

    div#pricing-card-div {
        width: 400px;
        background-color: white;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        float: left;
        margin-left: 50px;
        border-radius: 20px;
        padding: 20px;
        box-sizing: border-box;
        opacity: 0;
    }

    div#pricing-card-div:nth-child(1) {
        margin-left: 0px;
    }

    div#pricing-title-area {
        width: 100%;
        min-height: 50px;
    }

    p#pricing-top-title-txt-p {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 30px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    p#pricing-price-txt-p {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 40px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    span#pricing-type-txt-span {
        font-weight: normal;
        font-size: 16px;
    }

    div#pricing-content-area {
        width: 100%;
        margin-top: 20px;
        overflow: hidden;
    }

    div#pricing-content-bar-div {
        width: 100%;
        min-height: 0px;
        float: left;
    }

    span#pricing-icon-span {
        font-size: 30px;
        margin-right: 10px;
        float: left;
        color: green;
    }

    p#pricing-content-txt-p {
        font-family: 'SF Pro Display';
        font-size: 16px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        float: left;
        line-height: 30px;
    }

    div#pricing-cta-area {
        width: 100%;
        min-height: 50px;
        margin-top: 20px;
    }

    button#pricing-cta-butt {
        width: 100%;
        height: 40px;
        background-color: #3737ff;
        color: white;
        font-weight: bold;
        font-family: 'SF Pro Display';
        border: none;
        border-radius: 20px;
    }

    button#index-main-hero-cta {
        height: 40px;
        background-color: transparent;
        color: white;
        font-weight: bold;
        font-family: 'SF Pro Display';
        border: none;
        display: block;
        margin: auto;
        cursor: pointer;
        opacity: 0;
    }

    a {
        text-decoration: none;
    }

    div#wouter-verkerk-area-div {
        width: 100%;
        min-height: 100px;
        margin-top: 100px;
        margin-bottom: 50px;
    }

    img#wouter-verkerk-img {
        width: 400px;
        height: 400px;
        opacity: 0;
        object-fit: cover;
        object-position: right;
        border-radius: 200px;
        display: block;
        margin: auto;
        margin-bottom: 50px;
    }

    div#wouter-verkerk-txt-area {
        width: 100%;
        min-height: inherit;
        float: left;
    }

    div#wouter-verkerk-inner-txt-area {
        width: 90%;
        min-height: 100px;
        display: block;
        margin: auto;
    }

    h3#wouter-verkerk-title-txt-h3 {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 25px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        opacity: 0;
    }

    p#wouter-verkerk-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 20px;
        opacity: 0;
    }

    p#wouter-verkerk-qoute-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 20px;
        font-style: italic;
        opacity: 0;
    }

    p#wouter-verkerk-getdone-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 20px;
        text-align: center;
        font-weight: bold;
        opacity: 0;
    }

    section {
        float: left;
        width: 100%;
        overflow: hidden;
    }

    div#index-main-hero-qoutes-div {
        margin-top: 50px;
        margin-bottom: 50px;
        padding: 30px 0 20px 0;
        background-color: white;
        border-radius: 50px;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
        opacity: 0;
    }

    div.swiper {}

    div.swiper-slide {
        padding-left: 50px;
        padding-right: 50px;
        box-sizing: border-box;
        padding-bottom: 40px;
    }

    p#qoutes-title-txt-p {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 30px;
        color: black;
        margin: 0;
        padding: 0;
        text-align: center;
        /* opacity: 0; */
    }

    p#qoutes-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0;
        margin-top: 20px;
        text-align: center;
        font-style: italic;
        /* opacity: 0; */
        padding-bottom: 20px;
    }

    p#qoutes-autor-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0;
        text-align: center;
        font-weight: bold;
        padding-bottom: 20px;
    }

    button#qoutes-check-article-button {
        background-color: #3737ff;
        color: white;
        font-weight: bold;
        font-family: 'SF Pro Display';
        border: none;
        border-radius: 50px;
        padding: 10px 20px;
        cursor: pointer;
        width: 20%;
        margin-left: 40%;
    }

    .radio-container {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .switch-container {
        display: inline-flex;
        position: relative;
        border: 1px solid #ccc;
        border-radius: 50px;
        overflow: hidden;
        margin-bottom: 20px;
        float: left;
        opacity: 0;
    }

    .switch-input {
        display: none;
    }

    .switch-label {
        display: inline-block;
        padding: 10px 20px;
        margin: 0;
        border: none;
        background-color: transparent;
        color: #333;
        cursor: pointer;
        transition: color 0.3s;
        z-index: 1;
        font-family: 'SF Pro Display';
        font-weight: bold;
    }

    .switch-input:checked+.switch-label {
        color: #fff;
    }

    .switch-slider {
        position: absolute;
        top: 0;
        left: 0;
        width: 55%;
        height: 100%;
        background-color: #3737ff;
        transition: transform 0.3s;
        transform: translateX(0%);
        z-index: 0;
        border-radius: 50px;
    }

    #option2:checked~.switch-slider {
        transform: translateX(100%);
    }

    div.cta-container {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    h3#preregister-discount-txt-p {
        font-family: 'SF Pro Display';
        font-size: 20px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 20px;
        text-align: center;
        opacity: 0;
    }

    div.countdown-container {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 50px;
        float: left;
    }

    div.countdown-inner {
        display: flex;
        opacity: 0;
    }

    div#countdown-area {
        margin-right: 50px;
    }

    div#countdown-area:nth-child(0) {
        margin-right: 0px;
    }

    div#countdown-area:last-child {
        margin-right: 0px;
    }

    p#countdown-txt-p {
        font-family: 'SF Pro Display';
        font-size: 50px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 20px;
        text-align: center;
        font-weight: bold;
    }

    p#countdown-txt-var-p {
        font-family: 'SF Pro Display';
        font-size: 20px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        text-align: center;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    div.index-main-hero-area {
        width: 100%;
        min-height: calc(100vh - 60px);
    }

    h1#index-main-hero-title-txt-p {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 50px;
        color: black;
        margin: 0;
        padding: 0;
        margin-top: 50px;
        text-align: center;
    }

    div#index-main-hero-by-mogee-area {
        width: 100%;
        height: 75px;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
    }

    p#index-main-hero-by-mogee-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0;
        margin-top: 5px;
        text-align: center;
        font-weight: bold;
    }

    img#index-main-hero-by-mogee-img {
        height: 30px;
        margin-left: 10px;
        filter: invert(30%);
    }

    img#index-main-hero-motto-img {
        height: 25px;
        display: block;
        margin: auto;
        opacity: 0;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    p#index-main-hero-subtitle-txt-p {
        font-family: 'SF Pro Display';
        font-size: 20px;
        color: black;
        margin: 0;
        padding: 0;
        text-align: center;
        margin-bottom: 20px;
        opacity: 0;
        padding-left: 20%;
        padding-right: 20%;
    }

    div#index-main-hero-image-overlay-div {
        width: 100%;
        min-height: 500px;
        position: relative;
        margin-top: 50px;
        margin-bottom: 50px;
        opacity: 0;
    }

    img#index-main-hero-image {
        width: 80%;
        display: block;
        margin: auto;
    }

    div#index-main-hero-under-blur-div {
        width: 100%;
        height: 150px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(to top, #eee, transparent);
    }

    p#index-main-hero-txt-p {
        font-family: 'SF Pro Display';
        font-size: 20px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 50px;
        width: 80%;
        display: block;
        margin: auto;
        opacity: 0;
    }

    #scroll-container {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: relative;
    }

    #scroll-image {
        width: 100%;
        height: 100%;
        position: fixed;
    }

    div.index-features-area {
        width: 100%;
        min-height: 100vh;
    }

    h1.index-features-title-txt-h1 {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 45px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 50px;
        text-align: center;
        opacity: 0;
    }

    div.feature-bar-div {
        width: 100%;
        min-height: 100px;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    div.feature-right-area {
        width: 100%;
        min-height: inherit;
        float: left;
        display: flex;
        justify-content: right;
        align-items: center;
    }

    div.feature-opp-right-area {
        width: 60%;
        min-height: inherit;
        float: left;
        display: none;
    }

    div#feature-inner-right-txt-area {
        width: 80%;
        min-height: 100px;
        display: block;
        margin: auto;
    }

    h3#feature-title-txt-h3 {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 30px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        opacity: 0;
    }

    p#feature-subtitle-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 20px;
        display: block;
        margin: auto;
        opacity: 0;
        font-style: italic;
        font-weight: bold;
    }

    span#feature-hightlight-span {
        color: black;
    }

    p#feature-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 20px;
        opacity: 0;
    }

    div.feature-left-area {
        width: 80%;
        min-height: inherit;
        display: block;
        margin: auto;
    }

    div.feature-left-area.normal {
        display: none;
    }

    div.feature-opp-left-area {
        width: 100%;
        min-height: inherit;
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    img#feature-left-img {
        width: 100%;
        margin-top: 50px;
        opacity: 0;
    }

    div#feature-inner-left-txt-area {
        width: 80%;
        min-height: 100px;
        float: left;
    }

    div#thing-bar-area-div {
        width: 100%;
        min-height: 100px;
        margin-top: 50px;
        float: left;
    }

    div#thing-title-area {
        width: 100%;
        margin-bottom: 20px;
    }

    h3#thing-title-txt-h3 {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 25px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 50px;
        text-align: center;
        opacity: 0;
    }

    div#thing-card-bar {
        width: 100%;
        min-height: 100px;
        display: flex;
    }

    div#thing-card-div {
        width: 400px;
        min-height: 100px;
        border-radius: 20px;
        padding: 20px;
        box-sizing: border-box;
        float: left;
        opacity: 0;
    }

    div#thing-card-div.mobile {
        display: none;
    }

    div#thing-card-div.signature-card {
        background-color: #3737ff;
    }

    div#thing-card-div.suggestion-card {
        background-color: #ba18fa;
    }

    div#thing-card-div.task-card {
        background-color: #00d02a;
    }

    div#thing-card-div.process-card {
        background-color: #d00000;
    }

    div#thing-card-div.thing-card {
        background-color: #e76400;
    }

    div#thing-card-title-area {
        width: 100%;
        height: 30px;
        border-bottom: 1px solid lightgray;
    }

    div#thing-card-fake-title-div {
        width: 40%;
        height: 16px;
        background-color: #ffffff7a;
        border-radius: 10px;
    }

    div#thing-card-txt-area {
        width: 100%;
        margin-top: 10px;
    }

    div#thing-card-fake-txt-long-div {
        width: 90%;
        height: 16px;
        background-color: #ffffff7a;
        border-radius: 10px;
    }

    div#thing-card-fake-txt-short-div {
        width: 60%;
        height: 16px;
        background-color: #ffffff7a;
        border-radius: 10px;
        margin-top: 10px;
    }

    div#thing-info-area-div {
        width: calc(100% - 400px);
        min-height: inherit;
        float: left;
        display: flex;
        align-items: center;
    }

    p#thing-info-right-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        padding: 0;
        padding-left: 50px;
        opacity: 0;
    }

    p#thing-info-left-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        padding: 0;
        padding-right: 50px;
        opacity: 0;
    }

    div#index-pricing-area {
        width: 100%;
        margin-bottom: 50px;
    }

    h1.index-pricing-title-txt-h1 {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 45px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 50px;
        text-align: center;
        opacity: 0;
    }

    div#pricing-cards-area-div {
        width: 100%;
        min-height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 50px;
    }

    div#pricing-card-div {
        width: 400px;
        height: 500px;
        background-color: white;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        float: left;
        margin-left: 50px;
        border-radius: 20px;
        padding: 20px;
        box-sizing: border-box;
        opacity: 0;
    }

    div#pricing-card-div:nth-child(1) {
        margin-left: 0px;
    }

    div#pricing-title-area {
        width: 100%;
        min-height: 50px;
    }

    p#pricing-top-title-txt-p {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 30px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    p#pricing-price-txt-p {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 40px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    span#pricing-type-txt-span {
        font-weight: normal;
        font-size: 16px;
    }

    div#pricing-content-area {
        width: 100%;
        min-height: 300px;
        margin-top: 20px;
    }

    div#pricing-content-bar-div {
        width: 100%;
        min-height: 0px;
        float: left;
    }

    span#pricing-icon-span {
        font-size: 30px;
        margin-right: 10px;
        float: left;
        color: green;
    }

    p#pricing-content-txt-p {
        font-family: 'SF Pro Display';
        font-size: 16px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        float: left;
        line-height: 30px;
    }

    div#pricing-cta-area {
        width: 100%;
        min-height: 50px;
        margin-top: 20px;
    }

    button#pricing-cta-butt {
        width: 100%;
        height: 40px;
        background-color: #3737ff;
        color: white;
        font-weight: bold;
        font-family: 'SF Pro Display';
        border: none;
        border-radius: 20px;
    }

    button#index-main-hero-cta {
        height: 40px;
        background-color: transparent;
        color: white;
        font-weight: bold;
        font-family: 'SF Pro Display';
        border: none;
        display: block;
        margin: auto;
        cursor: pointer;
        opacity: 0;
    }

    a {
        text-decoration: none;
    }

    div#wouter-verkerk-area-div {
        width: 100%;
        min-height: 100px;
        overflow: hidden;
        display: flex;
        margin-top: 100px;
        margin-bottom: 50px;
    }

    img#wouter-verkerk-img {
        width: 60%;
        height: inherit;
        float: left;
        border-top-right-radius: 200px;
        border-bottom-right-radius: 200px;
        opacity: 0;
        object-fit: cover;
        object-position: right;
    }

    div#wouter-verkerk-txt-area {
        width: 60%;
        min-height: inherit;
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    div#wouter-verkerk-inner-txt-area {
        width: 80%;
        min-height: 100px;
        display: block;
        margin: auto;
    }

    h3#wouter-verkerk-title-txt-h3 {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 25px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        opacity: 0;
    }

    p#wouter-verkerk-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 20px;
        opacity: 0;
    }

    p#wouter-verkerk-qoute-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 20px;
        font-style: italic;
        opacity: 0;
    }

    p#wouter-verkerk-getdone-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 20px;
        text-align: center;
        font-weight: bold;
        opacity: 0;
    }

    section {
        margin-top: 50px;
        margin-bottom: 50px;
        overflow: hidden;
    }

    div#index-main-hero-qoutes-div {
        margin-top: 50px;
        margin-bottom: 50px;
        padding: 30px 0 20px 0;
        margin-left: 10%;
        margin-right: 10%;
        background-color: white;
        border-radius: 50px;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
        opacity: 0;
    }

    div.swiper {}

    div.swiper-slide {
        padding-left: 50px;
        padding-right: 50px;
        box-sizing: border-box;
        padding-bottom: 40px;
    }

    p#qoutes-title-txt-p {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 30px;
        color: black;
        margin: 0;
        padding: 0;
        text-align: center;
        /* opacity: 0; */
    }

    p#qoutes-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0;
        margin-top: 20px;
        text-align: center;
        font-style: italic;
        /* opacity: 0; */
        padding-bottom: 20px;
    }

    p#qoutes-autor-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0;
        text-align: center;
        font-weight: bold;
        padding-bottom: 20px;
    }

    button#qoutes-check-article-button {
        background-color: #3737ff;
        color: white;
        font-weight: bold;
        font-family: 'SF Pro Display';
        border: none;
        border-radius: 50px;
        padding: 10px 20px;
        cursor: pointer;
        width: 20%;
        margin-left: 40%;
    }

    .radio-container {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .switch-container {
        display: inline-flex;
        position: relative;
        border: 1px solid #ccc;
        border-radius: 50px;
        overflow: hidden;
        margin-bottom: 20px;
        float: left;
        opacity: 0;
    }

    .switch-input {
        display: none;
    }

    .switch-label {
        display: inline-block;
        padding: 10px 20px;
        margin: 0;
        border: none;
        background-color: transparent;
        color: #333;
        cursor: pointer;
        transition: color 0.3s;
        z-index: 1;
        font-family: 'SF Pro Display';
        font-weight: bold;
    }

    .switch-input:checked+.switch-label {
        color: #fff;
    }

    .switch-slider {
        position: absolute;
        top: 0;
        left: 0;
        width: 55%;
        height: 100%;
        background-color: #3737ff;
        transition: transform 0.3s;
        transform: translateX(0%);
        z-index: 0;
        border-radius: 50px;
    }

    #option2:checked~.switch-slider {
        transform: translateX(100%);
    }

    div.cta-container {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    h3#preregister-discount-txt-p {
        font-family: 'SF Pro Display';
        font-size: 20px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 20px;
        text-align: center;
        opacity: 0;
    }

    div.countdown-container {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 50px;
        float: left;
    }

    div.countdown-inner {
        display: flex;
        opacity: 0;
    }

    div#countdown-area {
        margin-right: 50px;
    }

    div#countdown-area:nth-child(0) {
        margin-right: 0px;
    }

    div#countdown-area:last-child {
        margin-right: 0px;
    }

    p#countdown-txt-p {
        font-family: 'SF Pro Display';
        font-size: 50px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 20px;
        text-align: center;
        font-weight: bold;
    }

    p#countdown-txt-var-p {
        font-family: 'SF Pro Display';
        font-size: 20px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        text-align: center;
    }
}

@media (min-width: 1200px) {
    div.index-main-hero-area {
        width: 100%;
        min-height: calc(100vh - 60px);
    }

    h1#index-main-hero-title-txt-p {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 50px;
        color: black;
        margin: 0;
        padding: 0;
        margin-top: 50px;
        text-align: center;
        opacity: 0;
    }

    div#index-main-hero-by-mogee-area {
        width: 100%;
        display: flex;
        justify-content: center;
        opacity: 0;
        margin-bottom: 50px;
        margin-top: 20px;
    }

    p#index-main-hero-by-mogee-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0;
        margin-top: 5px;
        text-align: center;
        font-weight: bold;
    }

    img#index-main-hero-by-mogee-img {
        height: 30px;
        margin-left: 10px;
        filter: invert(30%);
    }

    img#index-main-hero-motto-img {
        height: 25px;
        display: block;
        margin: auto;
        opacity: 0;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    p#index-main-hero-subtitle-txt-p {
        font-family: 'SF Pro Display';
        font-size: 20px;
        color: black;
        margin: 0;
        padding: 0;
        text-align: center;
        margin-bottom: 20px;
        opacity: 0;
        padding-left: 20%;
        padding-right: 20%;
    }

    div#index-main-hero-image-overlay-div {
        width: 100%;
        min-height: 500px;
        position: relative;
        margin-top: 50px;
        margin-bottom: 50px;
        opacity: 0;
    }

    img#index-main-hero-image {
        width: 70%;
        display: block;
        margin: auto;
    }

    div#index-main-hero-under-blur-div {
        width: 100%;
        height: 150px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(to top, #eee, transparent);
    }

    p#index-main-hero-txt-p {
        font-family: 'SF Pro Display';
        font-size: 20px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 50px;
        /* text-align: center; */
        width: 70%;
        display: block;
        margin: auto;
        opacity: 0;
    }

    #scroll-container {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: relative;
    }

    #scroll-image {
        width: 100%;
        height: 100%;
        position: fixed;
    }

    div.index-features-area {
        width: 100%;
        min-height: 100vh;
    }

    h1.index-features-title-txt-h1 {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 45px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 50px;
        text-align: center;
        opacity: 0;
    }

    div.feature-bar-div {
        width: 100%;
        min-height: 100px;
        overflow: hidden;
        margin-top: 50px;
        margin-bottom: 50px;
        display: flex;
    }

    div.feature-right-area {
        width: 40%;
        min-height: inherit;
        float: left;
        display: flex;
        justify-content: right;
        align-items: center;
    }

    div.feature-opp-right-area {
        width: 60%;
        min-height: inherit;
        float: left;
    }

    div#feature-inner-right-txt-area {
        width: 428px;
        min-height: 100px;
        float: right;
    }

    h3#feature-title-txt-h3 {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 30px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        opacity: 0;
    }

    p#feature-subtitle-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 20px;
        display: block;
        margin: auto;
        opacity: 0;
        font-style: italic;
        font-weight: bold;
    }

    span#feature-hightlight-span {
        color: black;
    }

    p#feature-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 20px;
        opacity: 0;
    }

    div.feature-left-area {
        width: 60%;
        min-height: inherit;
        float: left;
    }

    div.feature-left-area.mobile {
        display: none;
    }

    div.feature-opp-left-area {
        width: 40%;
        min-height: inherit;
        float: left;
        display: flex;
        justify-content: left;
        align-items: center;
    }

    img#feature-left-img {
        width: 70%;
        height: auto;
        display: block;
        margin: auto;
        opacity: 0;
    }

    div#feature-inner-left-txt-area {
        width: 428px;
        min-height: 100px;
        float: left;
    }

    div#thing-bar-area-div {
        width: 100%;
        min-height: 100px;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    div#thing-title-area {
        width: 100%;
    }

    h3#thing-title-txt-h3 {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 30px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 50px;
        text-align: center;
        opacity: 0;
    }

    div#thing-card-bar {
        width: 100%;
        min-height: 100px;
        display: flex;
    }

    div#thing-card-div {
        width: 400px;
        min-height: 100px;
        border-radius: 20px;
        padding: 20px;
        box-sizing: border-box;
        float: left;
        opacity: 0;
    }

    div#thing-card-div.mobile {
        display: none;
    }

    div#thing-card-div.signature-card {
        background-color: #3737ff;
    }

    div#thing-card-div.suggestion-card {
        background-color: #ba18fa;
    }

    div#thing-card-div.task-card {
        background-color: #00d02a;
    }

    div#thing-card-div.process-card {
        background-color: #d00000;
    }

    div#thing-card-div.thing-card {
        background-color: #e76400;
    }

    div#thing-card-title-area {
        width: 100%;
        height: 30px;
        border-bottom: 1px solid lightgray;
    }

    div#thing-card-fake-title-div {
        width: 40%;
        height: 16px;
        background-color: #ffffff7a;
        border-radius: 10px;
    }

    div#thing-card-txt-area {
        width: 100%;
        margin-top: 10px;
    }

    div#thing-card-fake-txt-long-div {
        width: 90%;
        height: 16px;
        background-color: #ffffff7a;
        border-radius: 10px;
    }

    div#thing-card-fake-txt-short-div {
        width: 60%;
        height: 16px;
        background-color: #ffffff7a;
        border-radius: 10px;
        margin-top: 10px;
    }

    div#thing-info-area-div {
        width: calc(100% - 400px);
        min-height: inherit;
        float: left;
        display: flex;
        align-items: center;
    }

    p#thing-info-right-txt-p {
        font-family: 'SF Pro Display';
        font-size: 20px;
        color: black;
        margin: 0;
        padding: 0;
        padding-left: 50px;
        opacity: 0;
    }

    p#thing-info-left-txt-p {
        font-family: 'SF Pro Display';
        font-size: 20px;
        color: black;
        margin: 0;
        padding: 0;
        padding-right: 50px;
        opacity: 0;
    }

    div#index-pricing-area {
        width: 100%;
        margin-bottom: 50px;
    }

    h1.index-pricing-title-txt-h1 {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 50px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 50px;
        text-align: center;
        opacity: 0;
    }

    div#pricing-cards-area-div {
        width: 100%;
        min-height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    div#pricing-card-div {
        width: 400px;
        background-color: white;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        float: left;
        margin-left: 50px;
        border-radius: 20px;
        padding: 20px;
        box-sizing: border-box;
        opacity: 0;
    }

    div#pricing-card-div:nth-child(1) {
        margin-left: 0px;
    }

    div#pricing-title-area {
        width: 100%;
        min-height: 50px;
    }

    p#pricing-top-title-txt-p {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 30px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    p#pricing-price-txt-p {
        font-family: 'SF Pro Display';
        font-size: 40px;
        color: black;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    p#pricing-discount-txt-p {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 40px;
        color: black;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    span#pricing-type-txt-span.alt {
        opacity: 0;
    }

    .strike-through {
        position: relative;
    }

    .strike-through:before {
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        right: 0;
        border-top: 5px solid;
        border-color: red;
        transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
    }

    span#pricing-type-txt-span {
        font-weight: normal;
        font-size: 16px;
    }

    div#pricing-content-area {
        width: 100%;
        min-height: 0px;
        margin-top: 20px;
        float: left;
    }

    div#pricing-content-bar-div {
        width: 100%;
        height: 30px;
        float: left;
    }

    span#pricing-icon-span {
        font-size: 30px;
        margin-right: 10px;
        float: left;
        color: green;
    }

    p#pricing-content-txt-p {
        font-family: 'SF Pro Display';
        font-size: 16px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        float: left;
        line-height: 30px;
    }

    div#pricing-cta-area {
        width: 100%;
        min-height: 50px;
        margin-top: 20px;
        float: left;
    }

    button#pricing-cta-butt {
        width: 100%;
        height: 40px;
        background-color: #3737ff;
        color: white;
        font-weight: bold;
        font-family: 'SF Pro Display';
        border: none;
        border-radius: 20px;
    }

    button#index-main-hero-cta {
        height: 40px;
        background-color: transparent;
        color: white;
        font-weight: bold;
        font-family: 'SF Pro Display';
        border: none;
        display: block;
        margin: auto;
        cursor: pointer;
        opacity: 0;
    }

    a {
        text-decoration: none;
    }

    div#wouter-verkerk-area-div {
        width: 100%;
        min-height: 100px;
        overflow: hidden;
        display: flex;
        margin-top: 100px;
        margin-bottom: 50px;
    }

    img#wouter-verkerk-img {
        width: 60%;
        height: inherit;
        float: left;
        border-top-right-radius: 200px;
        border-bottom-right-radius: 200px;
        opacity: 0;
    }

    div#wouter-verkerk-txt-area {
        width: 60%;
        min-height: inherit;
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    div#wouter-verkerk-inner-txt-area {
        width: 50%;
        min-height: 100px;
        display: block;
        margin: auto;
    }

    h3#wouter-verkerk-title-txt-h3 {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 30px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        text-align: center;
        opacity: 0;
    }

    p#wouter-verkerk-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 20px;
        opacity: 0;
    }

    p#wouter-verkerk-qoute-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 20px;
        font-style: italic;
        opacity: 0;
    }

    p#wouter-verkerk-getdone-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 20px;
        text-align: center;
        font-weight: bold;
        opacity: 0;
    }

    section {
        margin-top: 50px;
        margin-bottom: 50px;
        overflow: hidden;
    }

    div#index-main-hero-qoutes-div {
        margin-top: 50px;
        margin-bottom: 50px;
        padding: 30px 0 20px 0;
        margin-left: 15%;
        margin-right: 15%;
        background-color: white;
        border-radius: 50px;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
        opacity: 0;
    }

    div.swiper {}

    div.swiper-slide {
        padding-left: 50px;
        padding-right: 50px;
        box-sizing: border-box;
        padding-bottom: 40px;
    }

    p#qoutes-title-txt-p {
        font-family: 'SF Pro Display';
        font-weight: bold;
        font-size: 30px;
        color: black;
        margin: 0;
        padding: 0;
        text-align: center;
        /* opacity: 0; */
    }

    p#qoutes-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0;
        margin-top: 20px;
        text-align: center;
        font-style: italic;
        /* opacity: 0; */
        padding-bottom: 20px;
    }

    p#qoutes-autor-txt-p {
        font-family: 'SF Pro Display';
        font-size: 18px;
        color: black;
        margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0;
        text-align: center;
        font-weight: bold;
        padding-bottom: 20px;
    }

    button#qoutes-check-article-button {
        background-color: #3737ff;
        color: white;
        font-weight: bold;
        font-family: 'SF Pro Display';
        border: none;
        border-radius: 50px;
        padding: 10px 20px;
        cursor: pointer;
        width: 20%;
        margin-left: 40%;
    }

    .radio-container {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .switch-container {
        display: inline-flex;
        position: relative;
        border: 1px solid #ccc;
        border-radius: 50px;
        overflow: hidden;
        margin-bottom: 20px;
        float: left;
        opacity: 0;
    }

    .switch-input {
        display: none;
    }

    .switch-label {
        display: inline-block;
        padding: 10px 20px;
        margin: 0;
        border: none;
        background-color: transparent;
        color: #333;
        cursor: pointer;
        transition: color 0.3s;
        z-index: 1;
        font-family: 'SF Pro Display';
        font-weight: bold;
    }

    .switch-input:checked+.switch-label {
        color: #fff;
    }

    .switch-slider {
        position: absolute;
        top: 0;
        left: 0;
        width: 55%;
        height: 100%;
        background-color: #3737ff;
        transition: transform 0.3s;
        transform: translateX(0%);
        z-index: 0;
        border-radius: 50px;
    }

    #option2:checked~.switch-slider {
        transform: translateX(100%);
    }

    div.cta-container {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }

    h3#preregister-discount-txt-p {
        font-family: 'SF Pro Display';
        font-size: 20px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 20px;
        text-align: center;
        opacity: 0;
    }

    h3#preregister-discount-value {
        font-family: 'SF Pro Display';
        font-size: 30px;
        color: red;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        text-align: center;
        font-weight: bold;
        opacity: 0;
    }


    div.countdown-container {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 50px;
        float: left;
    }

    div.countdown-inner {
        display: flex;
        opacity: 0;
    }

    div#countdown-area {
        margin-right: 50px;
    }

    div#countdown-area:nth-child(0) {
        margin-right: 0px;
    }

    div#countdown-area:last-child {
        margin-right: 0px;
    }

    p#countdown-txt-p {
        font-family: 'SF Pro Display';
        font-size: 50px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 20px;
        text-align: center;
        font-weight: bold;
    }

    p#countdown-txt-var-p {
        font-family: 'SF Pro Display';
        font-size: 20px;
        color: black;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        text-align: center;
    }
}