.gray,
.white {
    background-color: var(--white);
    padding: var(--mar-140) 0;
    color: var(--black1);
}
.gray {
    background-color: #f6f6f6;
}

/*  */
/*  */
/*  */
.flex_3_1,
.stats,
.flex_1_3,
.flex_4,
.flex_2,
.flex_3,
.flex {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 24px;
}
.flex > * {
    flex: 1 1 50%;
}

.flex_1_3,
.flex_4,
.flex_2,
.flex_3 {
    align-items: stretch;
    flex-wrap: wrap;
}
.flex_3 > * {
    flex: 1 1 28.5%;
}
.flex_2 > * {
    flex: 1 1 48.5%;
}
.serve_card p,
.flex_2 > div p,
.flex_3 > div p {
    margin-bottom: 0;
}
.flex_1_3 {
    margin-top: var(--mar-140);
}
.flex_1_3 > *:first-child {
    flex: 1 1 20%;
}
.flex_1_3 > * {
    flex: 1 1 70%;
}
.flex_4 > * {
    flex: 1 1 23.5%;
}
.gap_64 {
    gap: 64px;
}

.flex h2 + p,
.flex h2 {
    max-width: unset !important;
}
/*  */
/*  */
/*  */
/*  */
/*  */
.topTitle {
    margin-bottom: 0px;
    color: var(--accent2);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}
.flex_title {
    margin-bottom: 44px;
}
.flex_title > * {
    width: 40%;
}
.flex_title p,
.flex_title h2 {
    text-align: left;
}
/*  */
/*  */
/*  */
/*  */
.serve_card {
    display: flex;
    flex-direction: column;
    background-color: var(--gray);
}
.serve_card a {
    padding: 32px;

    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: space-between;

    margin-top: auto;
}
.serve_card a:hover {
    color: inherit !important;
    background-color: var(--accent2);
}
.serve_card a > div:last-child {
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.serve_card a:hover > div:last-child:has(svg) {
    transform: rotate(45deg);
}
.serve_card h3 {
    margin-bottom: 0;
}
.serve_card p {
    font-size: 20px;
    font-weight: 200;
}
.serve_card img {
    aspect-ratio: 2/1.1905;
}
.flex_4 .serve_card h3 {
    font-size: 36px;
}
.flex_4 .serve_card div:has(svg) {
    display: none;
}
/*  */
/*  */
/*  */
/*  */
.problems {
}
.problems > div {
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: stretch;
    justify-content: space-between;
}
.problems > div:last-child {
    /* margin-top: var(--mar-140); */
}
/*  */
/*  */
/*  */
/*  */
.cost_card {
    display: flex;
    flex-direction: column;
    padding: 28px;
    background-color: var(--gray);
}
.cost_card p:first-child {
    margin-bottom: 12px;
}
.cost_card p:nth-child(3) {
    margin-bottom: 0;
}
.cost_card p:nth-child(4) {
    margin-top: auto;
    padding-top: 32px;
    /* margin-top: 32px; */
    margin-bottom: 24px;
    font-size: var(--fz40);
}
.cost_card p:nth-child(4) span {
    font-size: var(--fz24);
}
/*  */
/*  */
/*  */
/*  */
.flex_3_1,
.stats {
    align-items: stretch;
}
.flex_3_1 > *,
.stats > * {
    flex: 1 1 70%;
}
.flex_3_1 > *:last-child,
.stats > *:last-child {
    flex: 1 1 30%;
}
.stats_item > p:first-child {
    font-size: var(--fz64);
}
.stats_item > p:first-child span {
    font-size: var(--fz24);
}
.stats_item > p:first-child::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #545454;
    bottom: 11px;
    left: 0;
}
/*  */
/*  */
/*  */
/*  */
.features_card {
    background-color: #f6f6f6;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.features_card:nth-child(even) {
    flex-direction: row-reverse;
}
.features_card > * {
    flex: 1 1 50%;
}
.features_card > div:first-child {
    padding: 0 120px;
}
.features_card {
}
/*  */
/*  */
/*  */
/*  */
.rounded_cards {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 48px;
    flex-wrap: wrap;
    justify-content: center;
}
.rounded_cards > div {
    /* padding: 140px 100px; */
    /* flex: 0 0 30.5%; */
    padding: 9% 6%;
    border-radius: 100%;
    width: 480px;
    height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.rounded_cards > div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: #f6f6f6;
}
.rounded_cards > div p:first-child {
    margin-bottom: 0;
    font-size: var(--fz24);
}
/*  */
/*  */
/*  */
/*  */
.reviews {
}
.reviews.embla {
    overflow: hidden !important;
}
.reviews_item {
    flex: 0 0 100% !important;
    /* height: 100%; */
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: stretch; */
    /* justify-content: space-between; */
}
.reviews_item > div:first-child {
    margin-bottom: 64px;
}
.reviews_item > div:first-child::after {
    position: absolute;
    content: "";
    bottom: -32px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #dbdbdb;
}
.reviews_item p {
    font-size: var(--fz18);
}
.reviews_item ul {
    display: flex;
    flex-direction: row;
    color: #ffc700;
}
.reviews_item ul li {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}
.reviews_item ul p {
    font-size: 24px;
}
.reviews_item h3 {
    margin-top: var(--mar-s);
    font-size: var(--fz24);
    margin-bottom: 4px;
}
.image_top_item {
    display: none;
}

@media (max-width: 992px) {
    .problems > div:nth-child(3) > div:first-child {
        display: none;
    }
    section:has(.faq),
    section:has(.image_top) {
        padding-top: 0 !important;
    }
    .image_top {
        padding-top: 0 !important;
        gap: 60px !important;
    }
    .image_top_item {
        display: block;
        margin-bottom: 60px;
    }
    .image_inner {
        display: none;
    }
    .faq,
    .stats {
        flex-direction: column-reverse !important;
    }

    /* .faq > *:last-child, */
    .stats > *:last-child {
        min-width: 100vw;
        margin-left: -3.8%;
    }
    .features_card {
        align-items: stretch;
    }
    .features_card > div:first-child {
        padding: 24px;
    }
    .features_card p {
        margin-bottom: 0;
    }
    .image_top_2 {
        margin-top: calc(-1 * var(--mar-100));
    }
    .flex_1_3 {
        width: 100% !important;
        margin-left: unset !important;
    }
    .formBg .wrapper > * {
        max-width: 100% !important;
    }
    .stats_item > p:first-child::after {
        bottom: 4px;
        left: 0;
    }
}
@media (max-width: 768px) {
    .flex_1_3,
    .problems > div {
        flex-direction: column;
    }
    .flex_3 {
    }
    .flex_3 > * {
        flex: 1 1 48.5%;
    }
    .serve_card a > div:last-child:has(svg) {
        flex: 1 1 10%;
        min-width: 32px;
        max-width: 32px;
    }
    .flex_1_3 {
        gap: 20px !important;
    }
    .flex_1_3 > div {
        overflow: hidden;
    }
    .flex_3_1 {
        flex-direction: column;
    }
    .flex {
        flex-direction: column;
    }
    .stats > *:last-child {
        margin-left: -3.8%;
    }
    .features_card {
        flex-direction: column-reverse !important;
        border-radius: var(--brad);
        overflow: hidden;
    }
    .features_card:not(:last-child) {
        margin-bottom: 20px;
    }
    .features_card > div:last-child {
        padding: 24px 24px 0;
        border-radius: var(--brad);
        overflow: hidden;
    }
    .flex_4 .serve_card h3 {
        font-size: var(--fz40);
    }
    .flex_4 > * {
        flex: 1 1 47.5%;
    }

    section:has(iframe) iframe {
        min-height: 800px;
        min-width: 110vw;
        margin-left: -4%;
    }
    section:has(iframe) p {
        margin-bottom: 0 !important;
    }
    section:has(iframe) {
        overflow: visible !important;
        padding-bottom: 0 !important;
    }

    .mobile_image_reverse {
        padding-top: 0 !important;
    }
    .mobile_image_reverse p {
        margin-bottom: 0 !important;
    }
    .mobile_image_reverse,
    .mobile_image_reverse > div {
        flex-direction: column-reverse;
    }
    .mobile_image_reverse div:has(> img) {
        min-width: 100vw;
        margin-left: -3.8%;
    }
}
@media (max-width: 490px) {
    .rounded_cards > div {
        padding: 9% 15%;
        height: 89vw;
    }
    .rounded_cards > div br {
        display: none;
    }
}
