p {
    margin-bottom: 18px;
}

.mybody {
    min-height: 100vh;
    background: #141524;
    line-height: 1.5;
}

.mybody .color-muted {
    color: #a9a8cd;
}

.mybody .card-text {
    margin-block-start: 0;
}

.mybody .hero-shadow-bg {
    background-image: url(../img/topback.png);
    height: 350px;
    background-size: contain;
    opacity: .1;
    position: absolute;
    left: 0;
    right: 0;
    pointer-events: none;
    transform: rotate(-5deg);
    transform-origin: 18px center;
}

.mybody .hero-shadow-bg::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 200px;
    background: linear-gradient(to bottom, transparent, #141524);
}

.almaContainer {
    max-width: 1200px;
    margin: 0 auto;
}

.mybody section {
    margin-bottom: 150px
}

.mybody h2 {
    font-weight: bold;
    display: inline-block;
}

.mybody .hero-section h1 {
    font-size: 48px;
    font-weight: bold;
    padding-top: 60px;
    display: inline-block;
    line-height: 1.5;
    margin-bottom: 4px;
}

.mybody .hero-section h1 em {
    font-style: normal;
    color: #01d676;
}

.mybody .hero-section .hero-details {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 16px;
    flex-direction: row;
    gap: 20px;
}

/* @media only screen and (min-width: 701px) {
    .mybody .hero-section .hero-details {
        flex-direction: row;
        gap: 20px;
    }
} */

.mybody .color-muted {
    color: #a9a8cd;
}

.mybody .hero-section .hero-details .color-muted em {
    color: white;
    font-weight: bold;
    font-style: normal;
}

.mybody .hero-section .green-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #01d676;
    display: inline-block;
    margin-right: 10px;
}

.mybody .hero-section .hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: space-between;
    gap: 100px;
    margin-top: 32px;
    grid-template-columns: minmax(250px, 600px) 427px;
    gap: 40px;
    margin-top: 48px;
}

img {
    border-style: none;
}


.featured-box .featured-box-container,
.earn-page-card .featured-box-container {
    padding: 12px;
}

.featured-box,
.earn-page-card {
    border-radius: 12px;
    overflow: hidden;
}

.mybody .grid-cols-3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    align-items: end;
    grid-template-columns: repeat(3, 1fr);
}


.mybody .earn-page-card {
    gap: 0;
    grid-template-columns: repeat(3, 33.3333333333%);
    width: 100%;
}

.mybody .earn-page-card .earn-box-v2.offer-fox-nth-1 {
    transform-origin: left center;
}

.mybody .earn-page-card .earn-box-v2.offer-fox-nth-1,
.mybody .earn-page-card .earn-box-v2.offer-fox-nth-3 {
    transform: scale(0.85);
}
.mybody .section-subtitle svg {
    width: 45px;
    height: 45px;
}

.offer-box {
    border-radius: 5px;
}

.featured-box-wrapper {
    position: relative;
}

.cursor-pointer {
    cursor: pointer;
}

.featured-box-wrapper .featured-box-container,
.featured-box-wrapper .featured-box-background {
    background-color: #222339;
}

.mybody .earn-page-card .earn-box-v2 .featured-box-container {
    border-radius: 15px;
    padding: 16px;
}

.featured-box-wrapper .featured-box-container,
.featured-box-wrapper .featured-box-background {
    background-color: #222339;
}

.featured-box-wrapper .featured-box-container {
    position: relative;
    height: 100%;
    transition: all .3s ease-in-out;
}

.earn-box-v2 .earn-box-cover-container {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.offer-box .earn-box-cover-container {
    aspect-ratio: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2e2e42;
}

.offer-box .cover {
    display: flex;
    object-fit: cover;
    aspect-ratio: 1;
    width: 100%;
}

.earn-box-v2 .earn-box-cover-container .earn-box-cover-action,
.earn-box-v2 .earn-box-cover-container .earn-box-cover-action-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    opacity: 0;
}

.earn-box-v2 .earn-box-cover-container .earn-box-cover-action,
.earn-box-v2 .earn-box-cover-container .earn-box-cover-action-overlay,
.earn-box-v2 .earn-box-cover-container .earn-box-cover-container .cover,
.earn-box-v2 .earn-box-cover-container .openOfferWallBtn {
    transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
}

.earn-box-v2 .earn-box-cover-container .earn-box-cover-action {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.earn-box-v2 .earn-box-play-button {
    width: 40px;
    height: 40px;
    background: rgba(1, 214, 118, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    border-radius: 50%;
}

.earn-box-v2 .earn-box-play-button img {
    height: 15px;
    width: 12px;
}

.earn-box-v2 .earn-box-cover-container .earn-box-cover-action-text {
    margin: 0;
    color: white;
    font-size: 12px;
}

.mybody .earn-page-card .earn-box-v2.offer-fox-nth-3 {
    transform-origin: right center;
}

.offer-box .featured-survey-text {
    inset: 0;
    color: white;
}

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

.offer-box .featured-survey-text-overlay {
    margin-top: 12px;
}

.flex-1 {
    flex: 1;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.offer-box .featured-survey-text--frame-heading {
    font-size: 14px;
    font-weight: 500;
    flex: 1;
    font-style: normal;
    color: #a9a9ca;
}

.mybody .earn-page-card .earn-box-v2 .featured-survey-text--frame-heading {
    color: #a9a9ca;
    font-size: 16px;
}

.offer-box .featured-survey-text--frame-subheading {
    font-size: 11px;
    height: 16px;
    overflow: hidden;
    font-style: normal;
    color: #a9a9ca;
    opacity: .6;
    margin-top: 2px;
}

.mybody .earn-page-card .earn-box-v2 .featured-survey-text--frame-subheading {
    font-weight: 500;
    font-size: 12px;
    margin-bottom: -2px;
}

.offer-box .featured-survey-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    align-items: center;
}

.offer-box .featured-survey-amount-wrapper {
    position: relative;
    z-index: 0;
    white-space: nowrap;
    flex: none;
    display: flex;
    align-items: end;
    color: #fff;
    font-weight: 600;
}

.mybody .featured-survey-amount-wrapper,
.mybody .pre-wrap {
    white-space: pre-wrap;
}

.offer-box .featured-survey-amount-wrapper .featured-survey-amount {
    position: relative;
    font-size: 15px;
    line-height: 16px;
}

.mybody .earn-page-card .earn-box-v2 .featured-survey-amount {
    font-size: 18px;
}

.offer-box .featured-survey-amount-wrapper .featured-survey-amount-decimals {
    font-size: 10px;
    line-height: 12px;
}

.mybody .earn-page-card .earn-box-v2 .featured-survey-amount-decimals {
    font-size: 15px;
}

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

.mybody .earn-page-card .earn-box-v2 .featured-box-container:hover {
    cursor: pointer;
}

.earn-page-card:not(.deactivated) .earn-box-v2 .earn-box-cover-container:hover .cover,
.earn-page-card:not(.deactivated) .earn-box-v2 .earn-box-cover-container:hover .featured-box-devices-container,
.earn-page-card:not(.deactivated) .earn-box-v2 .featured-box-container:hover .cover,
.earn-page-card:not(.deactivated) .earn-box-v2 .featured-box-container:hover .featured-box-devices-container {
    filter: blur(8px);
    opacity: .2;
}

.earn-page-card:not(.deactivated) .earn-box-v2 .earn-box-cover-container:hover .earn-box-cover-action,
.earn-page-card:not(.deactivated) .earn-box-v2 .earn-box-cover-container:hover .earn-box-cover-action-overlay,
.earn-page-card:not(.deactivated) .earn-box-v2 .featured-box-container:hover .earn-box-cover-action,
.earn-page-card:not(.deactivated) .earn-box-v2 .featured-box-container:hover .earn-box-cover-action-overlay {
    opacity: 1;
}

.featured-box-wrapper .featured-box-container:hover,
.featured-box-wrapper .featured-box-background:hover {
    background-color: #33334d;
}

.mybody .hero-section .hero-grid .register-box {
    line-height: 1.3;
    background-color: #1d1e31;
    padding: 24px 32px 32px 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-radius: 15px;
}


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

.color-white {
    color: white;
}

.fs-20 {
    font-size: 20px;
}

.mybody .hero-section .hero-grid .register-box__headline {
    font-size: 20px;
    margin-bottom: 4px;
}

.animated-rolling-cases {
    position: relative;
}

.animated-rolling-cases .description span {
    color: #01d676;
}

.animated-rolling-cases .free-case-needle {
    position: absolute;
    left: 50%;
    top: 25px;
    bottom: -2px;
    background-color: white;
    width: 2px;
}

.animated-rolling-cases .free-case-banner-bg.active {
    animation: rolling-case-signup-movements 30s ease-in-out infinite;
}

.free-case-banner-bg {
    will-change: background-position;
    width: 100%;
    height: auto;
    margin-top: 10px;
    background: url(../img/rollingCaseFull.png) repeat-x;
    background-size: cover;
    min-height: 75px;
}

.animated-rolling-cases .free-case-banner-bg::before,
.animated-rolling-cases .free-case-banner-bg::after {
    content: "";
    position: absolute;
    top: 28px;
    bottom: 0;
    width: 80px;
    background: linear-gradient(to right, rgba(29, 30, 49, 0.8901960784) 13px, rgba(0, 0, 0, 0));
}

.animated-rolling-cases .free-case-banner-bg::before {
    left: 0;
}

.animated-rolling-cases .free-case-banner-bg::after {
    right: 0;
    transform: scaleX(-1);
}

@keyframes rolling-case-signup-movements {
    0% {
        background-position-x: 0
    }

    33% {
        background-position-x: 100%
    }

    66% {
        background-position-x: -100%
    }

    100% {
        background-position-x: 0
    }
}

.accentBtn.accentBtnV2:hover,
.accentBtn.accentBtnV2:focus {
    background-color: #01ff97;
}

.mybody .btn {
    border-radius: 8px;
}

.accentBtn.accentBtnV2 {
    color: black;
    font-weight: 600;
    border-radius: 5px;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
}

.btn,
.accentBtn,
.accentBtn:hover,
.accentBtn:focus {
    background-color: #01d676;
    text-transform: none;
    text-decoration: none;
}

.btn:hover,
.btn-large:hover,
.btn-small:hover {
    background-color: #2bbbad;
}

.z-depth-1-half,
.btn:hover,
.btn-large:hover,
.btn-small:hover,
.btn-floating:hover {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.w-full {
    width: 100%;
}


.mybody .homestats-section .homestats-grid {
    padding: 32px 0;
    display: grid;
    grid-template-columns: 1fr;
    background-color: #1d1e31;
    border-radius: 15px;
    gap: 30px;
    padding: 48px 0;
    grid-template-columns: 1fr 1fr minmax(290px, 1fr);
}


.mybody .homestats-section .homestats-grid>div {
    padding: 0 32px;
}

.mybody .homestats-section .homestats-grid>div:not(:first-child) {
    border-left: 1px solid #2f3043;
    padding: 0 48px;
}

.mybody .homestats-section .homestats-grid .top-text {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 16px;
}



.mybody .recommended-by-section {
    padding: 40px 0;
    background-color: #1e1e2e;
    padding: 72px 0;
}



.mybody .recommended-by-section .recommended-by-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    flex-direction: row;
    gap: 60px;
}


.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.mybody .recommended-by-section .recommended-by-grid {
    display: grid;
    flex: 1;
    grid-template-columns: repeat(4, 160px);
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    gap: 40px;
    left: 40px;
    position: static;
}

.fly-in {
    opacity: 0;
    animation: fly-in 1s ease-in-out forwards;
}

.mybody .recommended-by-section .recommended-by-grid .item {
    opacity: 0;
    fill: #a4a4ac;
    filter: grayscale(1);
}

.mybody .recommended-by-section .recommended-by-grid .item:nth-child(1) {
    animation-delay: 0;
}

.mybody .recommended-by-section .recommended-by-grid .item:nth-child(2) {
    animation-delay: .2s;
}

.mybody .recommended-by-section .recommended-by-grid .item:nth-child(3) {
    animation-delay: .4s;
}

.mybody .recommended-by-section .recommended-by-grid .item:nth-child(4) {
    animation-delay: .6s;
}

.mybody .recommended-by-section .recommended-by-grid .item>* {
    margin: auto;
}

svg:not(:root) {
    overflow: hidden;
}

@keyframes fly-in {
    0% {
        transform: translateY(100%);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fly-out {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    100% {
        transform: translateY(100%);
        opacity: 0
    }
}

.grid-cols-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.mybody .home-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    justify-content: space-between;
    grid-template-columns: 358px 600px;
}

.mybody .how-to-earn-section .home-grid {
    gap: 60px;
    gap: unset;
}

.mybody .how-to-earn-section .signup-box {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.mybody .section-title {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 1.3;
    font-size: 32px;
    margin-bottom: 50px;
}

.mybody .how-to-earn-section .section-title {
    text-align: left;
}

.mybody em.accent {
    color: #01d676;
    font-style: normal;
}

.mybody .signup-btn {
    width: 100%;
    display: block;
    max-width: 416px;
    margin-left: auto;
    margin-right: auto;
}


.mybody .how-to-earn-section .signup-box-action .signup-btn {
    margin-left: 0;
}

.mybody .section-subtitle {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: bold;
    font-size: 32px;
}

.mybody .how-to-earn-section .card-text {
    font-size: 18px;
}

.mybody .paralax-image-strips {
    --fc-home-image-strip1-offset-x: 30px;
    --fc-home-image-strip2-offset-x: -300px;
    --fc-home-image-strip3-offset-x: -30px;
    background-color: #1d1e31;
    overflow: hidden;
    border: 10px solid #1d1e31;
    border-radius: 10px;
}

.mybody .how-to-earn-section .step-img {
    max-height: 300px;
    margin-bottom: 50px;
    max-height: 350px;
}

/* @media only screen and (min-width: 1200px) {
    .mybody .how-to-earn-section .step-img {
        max-height: 350px;
        margin-bottom: 80px;
    }
} */

.mybody .paralax-image-strips .rotator {
    transform: rotate(-15deg) scale(1.25);
}

.mybody .paralax-image-strips__strip-1 {
    transform: translateX(var(--fc-home-image-strip1-offset-x));
}

.mybody .paralax-image-strips__strip-2 {
    transform: translateX(var(--fc-home-image-strip2-offset-x));
}

.mybody .paralax-image-strips__strip-3 {
    transform: translateX(var(--fc-home-image-strip3-offset-x));
}

.mybody .paralax-image-strips .image-strip {
    transform-origin: center center;
    background-repeat: repeat-x;
    background-size: contain;
    display: block;
    height: 150px;
    width: 200vw;
}


.mybody .how-to-earn-section .complete-offer {
    width: 100%;
    height: 350px;
    background-size: var(--fc-home-offer-card-image-scale, 100%);
    background-repeat: no-repeat;
    background-image: url(../img/complete-the-offer.png);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    border-radius: 20px;
}

/* @media only screen and (min-width: 1200px) {
    .lg\:hidden {
        display: none !important;
    }
} */

img {
    border-style: none;
}

.mybody .how-to-earn-section .complete-offer img {
    max-width: 100%;
}

.mybody .how-to-earn-section .complete-offer .img-progress {
    scale: var(--fc-home-offer-progress-image-scale, 0.6);
}

.mybody .how-to-earn-section .complete-offer img {
    max-width: 100%;
}

.mybody .how-to-earn-section .step-img {
    max-height: 300px;
    margin-bottom: 50px;
    max-height: 350px;
    margin-bottom: 80px;
}

/* @media only screen and (min-width: 1200px) {
    .mybody .how-to-earn-section .step-img {
        max-height: 350px;
        margin-bottom: 80px;
    }
} */

.mybody .how-to-earn-section .get-paid {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1.422;
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/get-paid.png);
    background-position-y: 30%;
    overflow: hidden;
}

.mybody .how-to-earn-section .get-paid img:first-child {
    transform-origin: top left;
    left: -15px;
    transform: scale(var(--fc-home-get-paid-card-image-scale));
}

.mybody .how-to-earn-section .get-paid img:last-child {
    right: 0;
    transform-origin: top right;
    transform: scale(var(--fc-home-get-paid-card-image-scale));
}

.mybody .how-to-earn-section .get-paid img {
    max-width: 160px;
    position: absolute;
}

.mybody .section-title {
    font-weight: bold;
    margin-top: 0;
    line-height: 1.3;
    font-size: 32px;
    margin-bottom: 50px;
}

.mybody .top-1-site .heres-why-grid-item {
    height: 100%;
    opacity: 0;
    display: flex;
    flex-direction: column;
    padding: 40px 30px;
    gap: 20px;
    background-color: #1d1e31;
    border-radius: 12px;
    font-size: 14px;
    align-items: center;
}

.mybody .cashout-via-section {
    background-color: #1e1e2f;
    padding: 30px 0;
}

.mybody .emphasized-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;

}

.mybody .cashout-via-section .emphasized-title {
    margin-bottom: 46px;
}

.mybody .cashout-via-section .cashout-options-list {
    display: flex;
    justify-content: space-evenly;
    gap: 36px;
    transform: translateX(calc(var(--fc-parallax-value-full) * 1.2px));
}

.mybody .cashout-via-section .cashout-options-list>img {
    height: 39px;
    width: auto;
    flex-shrink: 0;
}

.mybody .faq-container {
    max-width: 736px;
}

.mybody .faq-container .faq-item {
    opacity: 0;
    border-color: #7d7d9e;
}

.faq-item {
    border: 1px solid #a9a9ca;
    border-radius: 10px;
    margin-bottom: 15px;
}

details,
menu {
    display: block;
}

.mybody .faq-container .faq-item summary {
    font-size: 16px;
    padding: 20px;
}

.faq-item summary:focus {
    outline: 0;
}

.faq-item summary {
    font-weight: 500;
    position: relative;
    padding: 25px;
    padding-right: 35px;
    padding-right: 40px;
    cursor: pointer;
}

:focus,
:focus-visible,
*[data-focus] {
    box-shadow: none !important;
    outline: none !important;
    border-color: inherit !important;
}

.mybody .faq-container .faq-item summary>span {
    padding-right: 24px;
}

.faq-item summary::after {
    content: "";
    background-image: url(../img/close.svg);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 16px;
    transition: transform .2s linear;
}

.faq-item.accordion-opened summary::after {
    transform: translateY(-50%) rotate(90deg);
}

.mybody .faq-container .faq-item summary::after {
    background-image: url(../img/close.png);
    width: 14px;
    height: 14px;
    background-size: 100%;
    transform: translateY(-50%) rotate(90deg);
    right: 24px;
}

.mybody .faq-container .faq-item.accordion-opened summary::after {
    transform: translateY(-50%) rotate(45deg);
}
.content {
    padding: 24px 0;
    border-top: 1px solid #242537;
    border-bottom: 1px solid #242537;
}
.faq-item .content {
    color: #a9a9ca;
    padding: 25px;
    padding-top: 0;
}

.mybody .faq-container .faq-item .content {
    color: #ccccdf;
    text-align: left;
    font-weight: 500;
    user-select: none;
}
.mybody .faq-container .faq-item .content .answer-highlights {
    padding-left: 60px;
    margin-top: 20px;
}
.mybody .faq-container .faq-item .content .answer-highlights li {
    position: relative;
    counter-increment: requirements-counter;
    list-style: none;
    margin-left: 30px;
    margin-bottom: 20px;
}
.mybody .faq-container .faq-item .content .answer-highlights li::before {
    content: counter(requirements-counter);
    color: #01d676;
    position: absolute;
    left: -45px;
    top: -15px;
    font-size: 48px;
    font-weight: bold;
    text-align: right;
    width: 30px;
}
.mybody .faq-container .faq-item .content .answer-highlights li h6 {
    color: #01d676;
    font-weight: bold;
    font-size: 14px;
}




