/* fonts */

@font-face {
    font-family: "GilroyRegular";
    src: url("../fonts/GilroyRegular.eot");
    src: url("../fonts/GilroyRegular.eot") format("embedded-opentype"), url("../fonts/GilroyRegular.woff2") format("woff2"), url("../fonts/GilroyRegular.woff") format("woff"), url("../fonts/GilroyRegular.ttf") format("truetype"), url("../fonts/GilroyRegular.svg#GilroyRegular") format("svg");
}

@font-face {
    font-family: "GilroyBold";
    src: url("../fonts/GilroyBold.eot");
    src: url("../fonts/GilroyBold.eot") format("embedded-opentype"), url("../fonts/GilroyBold.woff2") format("woff2"), url("../fonts/GilroyBold.woff") format("woff"), url("../fonts/GilroyBold.ttf") format("truetype"), url("../fonts/GilroyBold.svg#GilroyBold") format("svg");
}

@font-face {
    font-family: "GilroyBlack";
    src: url("../fonts/GilroyBlack.eot");
    src: url("../fonts/GilroyBlack.eot") format("embedded-opentype"), url("../fonts/GilroyBlack.woff2") format("woff2"), url("../fonts/GilroyBlack.woff") format("woff"), url("../fonts/GilroyBlack.ttf") format("truetype"), url("../fonts/GilroyBlack.svg#GilroyBlack") format("svg");
}

@font-face {
    font-family: "GilroyMedium";
    src: url("../fonts/GilroyMedium.eot");
    src: url("../fonts/GilroyMedium.eot") format("embedded-opentype"), url("../fonts/GilroyMedium.woff2") format("woff2"), url("../fonts/GilroyMedium.woff") format("woff"), url("../fonts/GilroyMedium.ttf") format("truetype"), url("../fonts/GilroyMedium.svg#GilroyMedium") format("svg");
}

@font-face {
    font-family: "GilroySemiBold";
    src: url("../fonts/GilroySemiBold.eot");
    src: url("../fonts/GilroySemiBold.eot") format("embedded-opentype"), url("../fonts/GilroySemiBold.woff2") format("woff2"), url("../fonts/GilroySemiBold.woff") format("woff"), url("../fonts/GilroySemiBold.ttf") format("truetype"), url("../fonts/GilroySemiBold.svg#GilroySemiBold") format("svg");
}

body {
    font-family: "GilroyRegular";
}

.gilroy-bold {
    font-family: "GilroyBold" !important;
}

.gilroy-black {
    font-family: "GilroyBlack";
}

.gilroy-semibold {
    font-family: "GilroySemiBold" !important;
}


/* colors */

.bg1 {
    background: #f1eee6;
}

.bg2 {
    background: #5a7483;
}

.bg3 {
    background: #cbcac8;
}

.color1 {
    color: #3d5159;
}

.color2 {
    color: #566261;
}

.color3 {
    color: #ffe38d;
}

.color4 {
    color: #5a7483;
}


/* desktop css */

a:hover,
a:focus {
    text-decoration: none;
}

.center-child {
    display: flex;
    align-items: center;
    justify-content: center;
}

.covid-19-main-wrap {
    min-height: 500px;
}

.right-side-illustration {
    background: url("../images/bg-gradient-form.png") no-repeat;
    background-size: cover;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

img.girl-illustration {
    max-height: 400px;
    bottom: -25px;
    z-index: 100;
}

img.shield-covid-img {
    width: auto;
    height: 463.45px;
    margin-right: 130px;
    /* left: -115px;
    top: 44px; */
}

.main-head-of-intro {
    font-size: 40px;
}

.left-side-intro-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.sub-head-of-intro {
    font-size: 22px;
}

.intro-content-right {
    font-size: 18px;
}

.plant-icon-img {
    height: 130px;
}

.leaf-img {
    top: 21px;
    left: 97px;
}

.leaf-img img {
    height: 200px;
}

.join-study-section {
    min-height: 350px;
    background: #5a7483 url("../images/Vector-cta.png") no-repeat;
    background-size: 35%;
    background-position: -110px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.leaf-in-join-study {
    position: absolute;
    right: -100px;
    bottom: 0;
}

.leaf-in-join-study img {
    height: 450px;
}

.join-study-inner {
    position: relative;
    min-height: 250px;
    justify-content: space-evenly;
    width: 100%;
    margin-left: 0;
}

.para-in-join-study {
    color: white;
    font-size: 20px;
    text-align: center;
    width: 80%;
}

.compension {
    color: white;
    font-size: 20px;
    text-align: center;
    width: 80%;
}

.compension-button-like-div {
    width: 40px;
    height: 4px;
    margin: 16px auto;
    background: linear-gradient(180deg, #FFE9A9 0%, #FFBF85 100%);
    border-radius: 32px;
}

.para-in-compension {
    margin-top: 8px;
    font-size: 14px !important;
}

.available-sites-location {
    position: relative;
    min-height: 400px;
    width: 1000px;
    margin: auto;
    background: rgba(255, 255, 255, 0.888);
    border-radius: 80px;
    margin-top: 20px;
    overflow: hidden;
    z-index: 100;
    margin-bottom: 80px;
    box-shadow: 0 8px 32px #cbcac8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.available-leaf {
    position: absolute;
    bottom: 0;
    right: -40px;
}

.available-leaf-2 {
    position: absolute;
    bottom: 0;
    left: -40px;
}

.available-leaf img {
    height: 600px;
}

.leaf-in-available-sites {
    position: absolute;
    right: -100px;
    /* bottom: 0; */
}

.leaf-in-available-sites img {
    height: 200px;
}

.available-sites-location h1 {
    font-size: 28px;
    text-align: center;
}

.available-sites-location .grapes-image {
    display: flex;
    justify-content: center;
}

.grapes-image img {
    height: 59px;
}

.available-site-container {
    padding: 10px 0px;
    width: 100%;
}

.locations-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding: 20px;
    width: 100%;
}

.locations-item .meta-data {
    font-size: 12px;
}


.location-item-top {
    width: 220px;
    margin: auto;
    text-align: center;
}

.locations-item .gilroy-bold {
    font-size: 18px;
}

.locations-item-divider {
    width: 100%;
    height: 1px;
    background: #D0D0D0;
}

.phone-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    height: 40px;
}

.phone-image img {
    height: 16px;
    margin-top: -20px;
    margin-right: 12px;
}

.join-buttons {
    display: flex;
    justify-content: center;
    z-index: 2;
    margin-bottom: 10px;
}

.join-buttons:last-child {
    margin-bottom: 0;
}

.join-study-link {
    background: linear-gradient(180deg, #ffe9a9 0%, #ffbf85 100%);
    padding: 8px 20px;
    border-radius: 32px;
    box-shadow: 2px 3px #34444d;
    cursor: pointer;
}

.join-study-link a {
    font-size: 18px;
}

.covid-19-main-wrap {
    overflow-x: hidden;
}

.benefit-heading {
    font-size: 28px;
}

.join-study-link a:hover {
    color: #5a7483;
}

.benefit-section {
    min-height: 700px;
    background: #f1eee6 url("../images/Vector-benefit-sec.png") no-repeat;
    background-size: 100%;
    background-position: center bottom;
    padding-top: 50px;
    overflow: hidden;
}

.grapes-icon {
    margin-left: 60px;
}

.grapes-icon.entry-data-grapes {
    margin-left: 160px;
}

.box-may-will {
    height: 380px;
    width: 480px;
    background: rgba(255, 255, 255, 0.888);
    border-radius: 80px;
    margin-top: 20px;
    overflow: hidden;
    box-shadow: 0 8px 32px #cbcac8;
}

.box-may-will-inner {
    padding: 30px 8px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box-may-will-inner div,
.box-may-will-inner ul {
    position: relative;
    z-index: 100;
}

.box-may-will.left-box .box-may-will-inner::before {
    content: "";
    left: 0;
    top: 0;
    height: 380px;
    width: 380px;
    position: absolute;
    background: url("../images/left-ill-in-box-will.png") no-repeat;
    background-position: left top;
    opacity: 0.12;
}

.box-may-will.right-box .box-may-will-inner::before {
    content: "";
    left: 0;
    top: 0;
    height: 380px;
    width: 380px;
    position: absolute;
    background: url("../images/right-ill-in-box-will.png") no-repeat;
    background-position: left top;
    opacity: 0.12;
}

.head-box {
    font-size: 22px;
    padding: 8px;
}

ul.true-marker li::marker {
    content: "\2713";
    color: #33c66e;
    font-size: 20px;
}

ul.true-marker li {
    font-size: 17px;
    margin: 8px;
    padding-left: 8px;
}

.center-child-1 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.center-child-2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.benefit-section-container {
    position: relative;
    z-index: 100;
}

.benefit-leaf {
    position: absolute;
    top: 20px;
    left: 135px;
}

.benefit-leaf img {
    height: 400px;
}

.become-participant-link {
    margin: 30px auto;
    position: relative;
    z-index: 100;
}

.line-of-benefit-section {
    top: -50px;
    left: 80px;
    height: 715px;
}

.line-of-benefit-section img {
    max-height: 100%;
}

.mobile-show {
    display: none;
}

.mobile-none {
    display: block;
}

.xs-mobile-show {
    display: none;
}

.md-mobile-show {
    display: none;
}

.mobile-line.line-benefit-section {
    left: 68px;
    bottom: -59px;
}

.benefit-leaf-2 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.footer {
    min-height: 140px;
    display: flex;
    align-items: center;
}

.footer-row {
    gap: 20px;
}

.informative-footer-description {
    max-width: 800px;
    text-align: left;
    color: #3d5159;
    border-left: 1px solid #F9F8F5;
    padding-left: 20px;
}

.informative-footer-description a {
    color: #53478d;
    text-decoration: underline;
    font-family: "GilroyBold";
}

.walmart-logo img {
    height: 33px;
}

.novatek-logo img {
    height: 50px;
}

#entryForm {
    display: none;
}


/* entry data.html file stylesheet starts from here  */

.first-page-entry-data {
    background: #f1eee6 url("../images/entry-data-main-bg.png") no-repeat;
    background-size: 40%;
    background-position: right 18px;
    padding-top: 50px;
    min-height: calc(100vh - 140px);
    position: relative;
}

.entry-head-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.entry-data-container {
    position: relative;
}

.entry-data-heading {
    font-size: 28px;
}

.go-back-option {
    color: #566256;
    font-size: 18px;
    cursor: pointer;
}

a.go-back-option:hover,
a.go-back-option:focus,
a.go-back-option:active {
    color: #566256;
}

span.left-arrow {
    font-size: 22px;
    padding-top: 4px;
}

.go-back-option {
    position: relative;
}

.go-back-section {
    position: absolute;
    left: 0;
}

.go-back-bg {
    mix-blend-mode: multiply;
    height: 55px;
    width: 55px;
    background: url("../images/go-back-bg.png") no-repeat;
    background-size: 100%;
    position: absolute;
    left: -15px;
    top: -10px;
}

.leaf-img.entry-leaf-img {
    left: 25%;
    top: 50px;
}

.entry-input-label {
    color: #566256;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.input-layout {
    background: white;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 12px;
    font-size: 18px;
}

.input-layout input::placeholder {
    color: #6d6d6d;
}

.input-layout input {
    min-height: 44px;
    border: none;
    background: none;
    outline: none;
    padding: 12px;
    font-size: 18px;
    width: calc(100% - 20px);
}

.prefix-num {
    padding-left: 12px;
    width: calc(100% - 20px);
}

.prefix-num input {
    padding-left: 5px;
    width: calc(100% - 30px);
}

.form-starts {
    margin-top: 25px;
}

.validation-check {
    background: #f1eee6;
    height: 28px;
    width: 28px;
    border-radius: 100%;
}

.no-err .validation-check .result-icon::before {
    content: "\2713";
    color: #33c66e;
    font-size: 20px;
}

.err-true .validation-check .result-icon::before {
    content: "\00d7";
    color: #f25656;
    font-size: 29px;
    padding-top: 2px;
}

.entry-input-wrapper {
    margin: 15px 0;
    /* min-height: 10px; */
}

.entry-data-submit {
    background: linear-gradient(180deg, #ffe9a9 0%, #ffbf85 100%);
    padding: 8px 40px;
    color: #5a7483;
    border-radius: 32px;
    box-shadow: 2px 3px #34444d;
    font-size: 18px;
    margin: 10px 0;
}

.entry-submit-row input {
    outline: none;
    border: none;
}

.input-with-date {
    position: relative;
}

.input-with-date input {
    width: 100%;
}

.input-with-date .date-picker-icon {
    right: 50px;
    top: 12px;
}

.input-with-date input::-webkit-calendar-picker-indicator {
    opacity: 0;
    font-size: 28px;
    margin-top: 3px;
    margin-right: -5px;
}


/* eligability.html file stylesheet starts from here */

.eligibility-main-wrapper {
    background: #f1eee6 url('../images/Vector-benefit-sec.png') no-repeat;
    background-position: left bottom;
    background-size: 100%;
    min-height: 140vh;
    padding-top: 50px;
    overflow-x: hidden;
}

.eligibility-main-wrapper.show-entry {
    background: #f1eee6 url('../images/entry-data-main-bg.png') no-repeat;
    background-size: 40%;
    background-position: right 18px;
    padding-top: 50px;
    min-height: calc(100vh - 140px);
    position: relative;
}

.form-container-in-eligibility {
    background: #ffffffa3;
    min-height: 400px;
    width: 90%;
    border-radius: 48px;
    box-shadow: 0px 8px 32px 0px #cbcac8;
    padding: 45px;
    position: relative;
    z-index: 100;
    margin: 25px auto 80px auto;
}

.question-container {
    margin: 8px 0;
}

.question-part {
    color: #566261;
    font-size: 20px;
}

.question-sub-part {
    color: #566256;
    font-size: 17px;
}

.answer-container .result-icon {
    background: #f1eee6;
    height: 28px;
    width: 28px;
    border-radius: 100%;
    margin-right: 8px;
}

.option-container.q1 input:checked+label .answer-container {
    font-family: "GilroyBold";
    box-shadow: 0px 8px 20px 0px #cbcac866;
}

.option-container.true-false input:checked+label .answer-container {
    font-family: "GilroyBold";
    box-shadow: 0px 8px 20px 0px #cbcac866;
}

.option-container.true-false input:checked+label .answer-container .result-icon::before {
    font-family: "GilroyRegular" !important;
}

.option-container.q1 input:checked+label .answer-container .result-icon::before {
    content: "\2713";
    color: #33c66e;
    font-size: 20px;
}

.option-container.true-false input:checked+label.yes .answer-container .result-icon::before {
    content: "\2713";
    color: #33c66e;
    font-size: 20px;
}

.option-container.true-false input:checked+label.no .answer-container .result-icon::before {
    content: "\00d7";
    color: #f25656;
    font-size: 29px;
    padding-top: 2px;
}

.answer-container:first-child {
    margin: 8px 12px 8px 0;
}

.answer-container {
    background: white;
    display: flex;
    align-items: center;
    font-size: 16px;
    border-radius: 24px;
    padding: 8px;
    color: #6d6d6d;
    cursor: pointer;
    margin: 8px 12px;
}

.option-container {
    margin-top: 10px;
    display: flex;
}

.option-container input[type="radio"] {
    display: none;
}

label {
    display: flex;
}

.some-of-options-label {
    margin-top: 8px;
    color: #6d6d6d;
    font-size: 18px;
}

ul.plus-marker li::marker {
    content: "+";
    color: #5a7483;
    font-weight: 600;
    font-size: 20px;
}

ul.plus-marker li {
    padding-left: 8px;
}

ul.plus-marker {
    margin-bottom: 0;
}

.next-step-link {
    width: fit-content;
    margin: 16px auto 16px auto;
}

.entry-data-main-bg-in-eligibility {
    right: 0;
    background: url('../images/entry-data-main-bg.png') no-repeat;
    background-size: 88%;
    height: 854.57px;
    width: 738.67px;
}

.first-page-in-eligibility.show-entry {
    background: #f1eee6 url("../images/entry-data-main-bg.png") no-repeat;
    background-size: 40%;
    background-position: right 18px;
    min-height: calc(100vh - 190px);
    position: relative;
}

.left-option,
.right-option {
    display: flex;
}

.error-msg {
    color: #f25656;
    font-family: 'GilroyMedium';
    font-size: 16px;
    margin-right: 8px;
    text-align: right;
    display: none;
}

.no-error .error-msg {
    display: none;
}

.err-true .error-msg {
    display: block;
}

/** Participating page styles */

.participating-main-wrapper {
    background: #f1eee6 url('../images/Vector-benefit-sec.png') no-repeat;
    background-position: left bottom;
    background-size: 100%;
    min-height: 100vh;
    padding-top: 50px;
    overflow-x: hidden;
}

.participating-main-wrapper .form-in-eligibility {
    /* height: calc(100vh - 291px); */
}

.participating-main-wrapper .form-in-eligibility .form-container-in-eligibility {
    min-height: 300px;
    padding: 64px;
}

.participating-main-wrapper .form-in-eligibility .participating {
    text-align: center;
    margin-bottom: 30px;
}

.join-study-link.participate-link {
    margin-left: 10px;
    text-align: center;
}

.join-study-link.participate-link.participating {
    margin-left: 0;
    width: 350px;
}

.hide-mobile {
    display: block;
}

.hide-desktop {
    display: none;
}

.available-image {
    position: relative;
}

/* media query */

@media (max-width: 1200px) {

    .available-leaf img {
        height: 500px;
    }

    .main-head-of-intro {
        font-size: 36px;
    }

    .sub-head-of-intro {
        font-size: 20px;
    }

    .intro-content-right {
        font-size: 14px;
    }

    .plant-icon-img {
        height: 100px;
    }

    .leaf-in-join-study {
        right: -105px;
    }

    .first-page-entry-data {
        background-size: 60%;
    }

    .entry-data-main-bg-in-eligibility {
        background-position: 200px 0;
    }
}

@media (max-width: 992px) {

    .available-leaf {
        top: -180px !important;
        right: -40px;
        z-index: -1 !important;
    }

    .available-leaf img {
        height: 400px;
    }

    .available-sites-location {
        padding: 16px 0px;
    }

    .join-study-section {
        padding: 28px 0px;
    }

    .locations-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .leaf-img {
        top: 20px;
        left: 200px;
    }

    .leaf-img img {
        height: 130px;
    }

    .left-side-intro-content {
        margin-top: 30px;
    }

    .intro-content-wrapper {
        width: 63%;
    }

    .center-child-1,
    .center-child-2 {
        justify-content: center;
    }

    .benefit-leaf {
        top: 123px;
        left: 0px;
    }

    .benefit-leaf img {
        height: 300px;
    }

    .line-of-benefit-section {
        top: unset;
        bottom: -54px;
        left: -18px;
    }


    .footer-row {
        flex-direction: column;
        min-height: 200px;
        padding: 15px 0;
    }


    .informative-footer-description {
        border-left: none;
        padding-left: 0;
        text-align: center;
    }

    .entry-data-main-bg-in-eligibility {
        background-position: 320px 0;
    }

    .left-option,
    .right-option,
    .some-of-options-label {
        flex-direction: column;
    }
}

@media (max-width: 767px) {

    .available-leaf {
        right: -80px;
    }

    .available-leaf img {
        height: 320px;
    }

    .md-mobile-show {
        display: block;
    }

    .available-sites-location {
        padding: 24px 0px;
    }

    .text-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .tx-3 {
        margin-top: -10px;
    }

    .intro-content-wrapper {
        flex-direction: column;
        width: 100%;
        text-align: center;
    }

    .leaf-img {
        left: unset !important;
    }

    img.shield-covid-img {
        height: 300px;
        width: auto;
        margin-right: 76px;
        margin-top: 109px;
    }

    img.girl-illustration {
        max-height: 290px;
    }

    .right-side-illustration {
        min-height: 350px;
    }

    .para-in-join-study {
        font-size: 16px;
    }

    .compension {
        font-size: 18px;
    }

    .location-item-top .gilroy-bold {
        font-size: 14px;
    }

    .location-item-top .meta-data {
        font-size: 10px !important;
    }

    .phone-container .gilroy-bold {
        font-size: 14px;
    }

    .compension-button-like-div {
        margin: 12px auto;
    }

    .para-in-compension {
        font-size: 12px !important;
    }

    .join-study-link a {
        font-size: 16px;
    }

    .box-may-will {
        height: 300px;
        width: 300px;
    }

    .box-may-will-inner {
        padding: 15px 5px;
    }

    .box-may-will.left-box .box-may-will-inner::before,
    .box-may-will.right-box .box-may-will-inner::before {
        height: 300px;
        width: 300px;
    }

    .head-box {
        font-size: 18px;
    }

    .available-site-container .grapes-image {
        margin-left: 100px;
    }

    .available-site-container .grapes-image img {
        height: 40px;
    }

    ul.true-marker li {
        font-size: 14px;
    }

    .mobile-show {
        display: block;
    }

    .mobile-none {
        display: none;
    }

    .footer-row {
        flex-direction: column;
        min-height: 200px;
        padding: 15px 0;
    }

    .informative-footer-description {
        width: 88%;
    }

    .walmart-logo,
    .novatek-logo {
        margin: 8px 0;
    }

    .first-page-entry-data {
        background-size: 100%;
        background-position: 220px 20px;
    }

    .eligibility-main-wrapper {
        background: #f1eee6
    }

    .entry-data-main-bg-in-eligibility {
        top: unset;
        bottom: 0;
        background-position: 320px 0;
    }

    .container.eligible-container {
        max-width: unset !important;
    }

    .left-option,
    .right-option,
    .some-of-options-label {
        flex-direction: column;
    }
}

@media (max-width: 576px) {

    .available-leaf {
        top: -120px;
        right: -120px;
    }

    .available-leaf img {
        height: 300px;
    }

    .right-side-illustration {
        background-size: 100%;
        background-position: center top;
        height: 350px;
    }

    .available-sites-location {
        padding: 36px 0px 10px 0px;
        width: 300px;
    }

    .locations-container {
        display: grid;
        grid-template-columns: 1fr;
    }


    .illustration-column {
        padding: 0 !important;
    }

    img.shield-covid-img {
        margin-top: 0;
    }

    .sub-head-of-intro {
        font-size: 18px;
        text-align: center;
    }

    .join-study-inner {
        min-height: 320px;
        margin: 0;
    }

    .leaf-in-join-study {
        right: -107px;
    }

    .para-in-join-study {
        font-size: 14px;
    }

    .compension {
        font-size: 14px;
    }

    .compension-button-like-div {
        margin: 8px auto;
    }

    .para-in-compension {
        font-size: 10px !important;
    }

    .join-study-link a {
        font-size: 14px;
    }

    .mobile-line.line-benefit-section {
        left: 217px;
        bottom: -59px;
    }

    .benefit-leaf {
        top: 225px;
    }

    .xs-mobile-show {
        display: block;
    }

    .first-page-entry-data {
        background-size: 100%;
        background-position: 200px 150px;
    }

    .entry-head-row {
        padding: 0 18px;
    }

    .entry-data-heading {
        text-align: center;
        margin-top: 30px;
    }

    .go-back-section {
        left: 18px;
        margin-bottom: 10px;
    }

    .question-sub-part,
    .answer-container {
        font-size: 14px;
    }

    .question-part {
        font-size: 16px;
    }

    .answer-container:first-child {
        margin: 4px 9px 4px 0;
    }

    .form-container-in-eligibility {
        padding: 15px;
    }

    .entry-data-main-bg-in-eligibility {
        top: 109px;
        background-position: 440px 0;
        background-size: 70%;
    }

    .participating-main-wrapper .form-in-eligibility .form-container-in-eligibility {
        min-height: 240px;
        padding: 32px;
    }

    .hide-mobile {
        display: none;
    }

    .hide-desktop {
        display: block;
    }
}

@media (max-width: 425px) {

    .right-side-illustration {
        background-size: 117%;
        background-position: left top;
    }

    .main-head-of-intro {
        font-size: 32px;
    }

    .benefit-section {
        background-size: cover;
    }

    .benefit-leaf {
        top: 228px;
        left: -88px;
    }

    .benefit-leaf img {
        height: 230px;
    }

    .mobile-line.line-benefit-section {
        left: 50px;
        bottom: -59px;
    }

    .first-page-entry-data {
        background-size: 100%;
        background-position: 150px 150px;
    }

    .answer-container .result-icon {
        height: 24px;
        width: 24px;
        margin-right: 5px;
    }

    .option-container {
        justify-content: space-between;
    }

    .option-container:not(.option-container.q4) {
        padding-right: 28px;
    }

    .sub-head-of-intro {
        font-size: 17px;
    }
}