body.show-menu {
    background-color: #FFFFFF;
}

.hero__content {
    background: var(--Main-Blue-100, #F6FAFF);
}

/* html.os-ios .hero__content,
html.os-mac .hero__content {
    background: #c5e5fd;
} */

.hero {
    margin: 40px 0 92px;
    padding: 0 100px;
}

@media (max-width: 1280.98px) {
    .hero {
        margin-top: 24px;
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 1200px) {
    .hero {
        padding: 0 70px;
    }
}

@media (max-width: 767.98px) {
    .hero {
        margin-top: 29px;
        margin-bottom: 60px;
        padding: 0 16px;
    }
}

@media screen and (max-width: 600px) {
    .hero {
        margin-bottom: 30px;
    }
}

.hero__content {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    align-items: start;
    justify-content: space-between;
    border-radius: 60px;
}

@media (min-width: 1280.98px) {
    .hero__content {
        max-height: 664px;
    }
}

@media screen and (max-width: 1200px) {
    .hero__content {
        align-items: center;
    }
}

@media (max-width: 1024px) {
    .hero__content {
        flex-direction: column-reverse;
        padding: 0px 50px 84px;
        gap: 19px;
    }
}

@media (max-width: 767.98px) {
    .hero__content {
        padding: 0;
        gap: 14px;
        border-radius: var(--Middle, 24px);
    }
}

.hero__left {
    padding: 90px 0px 0px 110px;
}

@media (max-width: 1536.98px) {
    .hero__left {
        padding: 60px 0px 40px 70px;
    }
}

@media screen and (max-width: 1200px) {
    .hero__left {
        padding: 40px 0 30px 50px;
    }
}

@media screen and (max-width: 1100px) {
    .hero__left {
        padding: 40px 0 30px 40px;
    }
}

@media screen and (max-width: 1024px) {
    .hero__left {
        padding: 0;
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .hero__left {
        padding: 0px 16px 20px 15px;
    }
}

.hero__title {
    color: var(--Gray-900, #181F35);
    /* Headings/H2 */
    font-size: 82px;
    font-style: normal;
    font-weight: 700;
    line-height: 108%;
    /* 88.56px */
    margin-bottom: 20px;
    max-width: 485px;
}

@media screen and (max-width: 1440px) {
    .hero__title {
        font-size: 70px;
    }
}

@media screen and (max-width: 1350px) {
    .hero__title {
        font-size: 60px;
        max-width: 410px;
    }
}

@media screen and (max-width: 1024px) {
    .hero__title {
        max-width: 100%;
        font-size: 82px;
    }
}

@media screen and (max-width: 850px) {
    .hero__title {
        font-size: 60px;
    }
}

@media (max-width: 767.98px) {
    .hero__title {
        font-size: 48px;
    }
}

@media (max-width: 600px) {
    .hero__title {
        font-size: 38px;
    }
}

@media (max-width: 480px) {
    .hero__title {
        font-size: 34px;
        text-align: center;
    }
}

.hero__text {
    color: var(--Gray-600, #646E8C);
    /* Paragraph/Body/Regular */
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 30.8px */
    margin-bottom: 80px;
    max-width: 425px;
}

@media screen and (max-width: 1350px) {
    .hero__text {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 1100px) {
    .hero__text {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .hero__text {
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .hero__text {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .hero__text {
        text-align: center;
    }
}

.hero__buttons {
    display: flex;
    align-items: center;
    gap: 24px;
}

@media (max-width: 480px) {
    .hero__buttons {
        flex-direction: column;
    }
}

.hero__buttons .icon_btn_wrapper {
    width: 222px;
}

@media screen and (max-width: 1024px) {
    .hero__buttons .icon_btn_wrapper {
        width: 214px;
    }
}

@media screen and (max-width: 480px) {

    .hero__buttons .icon_btn_wrapper,
    .hero__buttons .book_a_call_wrapper {
        width: 100%;
        max-width: 310px;
    }
}


.book_a_call {
    border-color: var(--say9-secondary-blue);
}

.book_a_call:hover {
    background-color: var(--say9-secondary-blue);
}

.book_a_call span {
    color: var(--say9-secondary-blue);
    transition: color 0.3s ease-in-out;
}

html.os-ios .book_a_call span {
    transition: none;
}

.book_a_call:hover {
    background-color: var(--say9-secondary-blue);
}

.book_a_call:hover span {
    color: #F6FAFF;
}

.hero__right {
    align-items: stretch;
}

.hero__right {
    flex: 0 1 49.146341%;
    /* 806/1640 */
    aspect-ratio: 806/664;
}

@media (max-width: 1024px) {
    .hero__right {
        margin: 0px;
        width: 100%;
        aspect-ratio: 780/643;
    }
}

.hero-right__video {
    width: 100%;
    height: auto;
    aspect-ratio: 806/664;
    border-radius: 0px 60px 60px 0px;
}

@media (max-width: 1024px) {
    .hero-right__video {
        aspect-ratio: 780/643;
    }
}

@media screen and (max-width: 600px) {
    #trusted_partners {
        margin-bottom: 30px;
    }
}

/* Pricing */

.audit-pricing {
    position: relative;
    z-index: 1;
    scroll-margin-top: -60px;
    border-radius: 60px;
    background-color: var(--White, #FFF);
    padding: 124px 100px;
    background-image: url("../assets/images/seo_audit/pricing.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 806px 588px;
}

@media (max-width: 1200px) {
    .audit-pricing {
        background-image: url("../assets/images/seo_audit/pricing-bg-tablet.png");
        background-size: 445px 496px;
        padding: 120px 70px 89px;
    }
}

@media screen and (max-width: 1024px) {
    .audit-pricing {
        padding: 120px 52px 89px;
    }
}

@media (max-width: 767.98px) {
    .audit-pricing {
        padding: 80px 16px;
        background-image: url("../assets/images/seo_audit/pricing-bg-mobile.png");
        background-size: 317px 876px;
        border-radius: var(--Middle, 24px);
    }
}

.audit-pricing__content {
    display: flex;
    flex-direction: column;
}

.audit-pricing__label {
    margin: 0px auto 14px;
    color: #FFFFFF;
    padding: 7px 14px 5px;
    background-color: #181F35;
    border-radius: 200px;
    font-size: 18px;
    line-height: 1.1em;
    font-weight: 500;
}

.audit-pricing__title {
    text-align: center;
    color: var(--Gray-900, #181F35);
    font-size: 82px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.18em;
    margin-bottom: 60px;
}


@media screen and (max-width: 1440px) {
    .audit-pricing__title {
        font-size: 70px;
    }
}

@media screen and (max-width: 1350px) {
    .audit-pricing__title {
        font-size: 60px;
    }
}

@media screen and (max-width: 1024px) {
    .audit-pricing__title {
        font-size: 82px;
    }
}

@media screen and (max-width: 850px) {
    .audit-pricing__title {
        font-size: 60px;
    }
}

@media (max-width: 767.98px) {
    .audit-pricing__title {
        font-size: 48px;
        margin-bottom: 40px;
    }
}

@media (max-width: 600px) {
    .audit-pricing__title {
        font-size: 38px;
    }
}

@media (max-width: 480px) {
    .audit-pricing__title {
        font-size: 34px;
    }
}

.audit-pricing__card-content {
    max-width: 1029px;
    width: 1029px;
    position: relative;
    margin: 0px auto;
    overflow: hidden;
    border-radius: var(--Large, 32px);
    background-color: var(--Main-Blue-100, #F6FAFF);
}

@media (max-width: 1280.98px) {
    .audit-pricing__card-content {
        max-width: 100%;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .audit-pricing__card-content {
        padding: 17px 23px;
    }
}

.audit-pricing .audit-pricing-card__video {
    position: absolute;
    top: 0;
    right: -153px;
}

@media screen and (max-width: 1024px) {
    .audit-pricing .audit-pricing-card__video {
        right: -210px;
    }
}

@media (max-width: 900px) {
    .audit-pricing .audit-pricing-card__video {
        display: none;
    }
}

.audit-pricing-card__card {
    z-index: 10;
    position: relative;
    display: flex;
    width: 448px;
    border-radius: var(--Middle, 24px);
    background: var(--Main-Blue-600, #077DFD);
    padding: 40px 10px 20px 20px;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 900px) {
    .audit-pricing-card__card {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .audit-pricing-card__card {
        padding: 29px 16px 16px 16px;
    }
}

.audit-pricing-card__title {
    color: var(--White, #FFF);
    margin-bottom: 40px;
    /* Headings/H4 */
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 116%;
    /* 69.6px */
}

@media (max-width: 767.98px) {
    .audit-pricing-card__title {
        margin-bottom: 15px;
    }
}

.audit-pricing-card__list {
    display: flex;
    flex-direction: column;
    gap: 31px;
    margin-bottom: 28px;
}

@media (max-width: 767.98px) {
    .audit-pricing-card__list {
        gap: 15px;
        margin-bottom: 31px;
    }
}

.audit-pricing-card__li {
    color: var(--Main-Blue-200, #E5F1FF);
    /* Paragraph/Body/Regular */
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 38.4px */
    display: flex;
    align-items: start;
    gap: 14px;
}

.audit-pricing-card__li-img {
    height: 30px;
    padding-top: 6px;
    flex-shrink: 0;
}

.audit-pricing-card .button-wrapper {
    width: 100% !important;
    max-width: 100%;
}

.audit-pricing-card .button-wrapper .button {
    width: 100% !important;
    max-width: 100% !important;
    cursor: pointer;
}

.audit-pricing-card .button-wrapper .button:active {
    height: auto !important;
    width: calc(100% - 4px) !important;
}

/***************************/
.audit-steps {
    border-radius: 60px;
    padding: 146px 100px 133px;
    background-color: #FFFFFF;
    background-image: url("../assets/images/seo_audit/what-we-do-left-bg.png");
    background-position: left top;
    background-repeat: no-repeat;
    position: relative;
}

@media (min-width: 767.98px) {
    .audit-steps::after {
        position: absolute;
        content: "";
        width: 960px;
        right: 0;
        top: 0;
        height: 297px;
        background-image: url("../assets/images/seo_audit/what-we-do-right-bg.png");
        background-position: top right;
        background-repeat: no-repeat;
        background-size: contain;
    }
}

@media (min-width: 767.98px) and (max-width: 1280.98px) {
    .audit-steps::after {
        width: 64px;
        background-image: url("../assets/images/seo_audit/what-we-do-right-bg-tablet.png");
    }
}

@media screen and (max-width: 1440px) {
    .audit-steps {
        padding: 120px 70px 90px;
    }
}

@media (max-width: 1024px) {
    .audit-steps {
        padding: 146px 70px 90px;
        background-image: url("../assets/images/seo_audit/what-we-do-left-bg-tablet.png");
    }
}

@media (max-width: 767.98px) {
    .audit-steps {
        border-radius: var(--Middle, 24px);
        padding: 80px 16px 40px;
        background-image: url("../assets/images/seo_audit/what-we-do-left-bg-mobile.png");
    }
}

.audit-steps__container {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 10;
}

.audit-steps__label {
    margin: 0px auto 14px auto;
    color: #FFFFFF;
    padding: 7px 14px 5px;
    background-color: #181F35;
    border-radius: 200px;
    font-size: 18px;
    line-height: 1.1em;
    font-weight: 500;
}

.audit-steps__title {
    margin: 0px auto 61px auto;
    color: var(--Gray-900, #181F35);
    text-align: center;
    /* Headings/H2 */
    font-size: 82px;
    font-style: normal;
    font-weight: 700;
    line-height: 108%;
    /* 88.56px */
}
/* 
.audit-steps__title span:nth-child(1) {
    display: block;
}

@media (max-width: 1280.98px) {
    .audit-steps__title span:nth-child(1) {
        display: none;
    }
}

.audit-steps__title span:nth-child(2) {
    display: none;
}

@media (max-width: 1280.98px) {
    .audit-steps__title span:nth-child(2) {
        display: block;
    }
} */

@media (max-width: 1280.98px) {
    .audit-steps__title {
        color: var(--Main-Blue-900, #031D3D);
        text-align: center;
        /* Headings/H3 */
        font-size: 72px;
        font-style: normal;
        font-weight: 700;
        line-height: 108%;
        /* 77.76px */
        margin: 0px auto 80px auto;
    }
}

@media (max-width: 767.98px) {
    .audit-steps__title {
        margin: 0px auto 40px auto;
        color: var(--Main-Blue-800, #10335F);
        text-align: center;
        /* Headings/H6 */
        font-size: 34px;
        font-style: normal;
        font-weight: 700;
        line-height: 118%;
        /* 40.12px */
    }
}

.audit-steps__cards {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media (max-width: 767.98px) {
    .audit-steps__cards {
        gap: 30px;
    }
}

.audit-step {
    display: flex;
    padding: 60px 100px;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    border-radius: 32px;
    box-shadow: 4px -1px 10px 3px rgba(92, 90, 90, 0.03);
    height: 614px;
}

@media screen and (max-width: 1440px) {
    .audit-step {
        padding: 60px;
        height: 540px;
    }
}

@media screen and (max-width: 1200px) {
    .audit-step {
        padding: 48px;
        height: 490px;
    }
}

@media (max-width: 1024px) {
    .audit-step {
        padding: 40px;
        align-items: inherit;
        flex-direction: column-reverse;
        justify-content: start;
        height: unset;
    }
}

@media (max-width: 767.98px) {
    .audit-step {
        border-radius: 24px;
        gap: 14px;
        justify-content: space-between;
        padding: 20px 20px 30px 20px;
    }
}

.audit-step:nth-child(1) {
    background: var(--Secondary-Orange-400, #FFDBB0);
}

.audit-step:nth-child(2) {
    background: var(--Other-Green-1-300, #ECFBC3);
}

.audit-step:nth-child(3) {
    background: var(--Secondary-Yellow-300, #FFFAD4);
}

.audit-step:nth-child(4) {
    background: var(--Secondary-Turquoise-300, #DCF6FF);
}

.audit-step:nth-child(5) {
    background: var(--Main-Blue-300, #C6E1FF);
}

html.os-ios .audit-step:nth-child(1),
html.os-mac .audit-step:nth-child(1) {
    background: #ffdfb7;
}

html.os-ios .audit-step:nth-child(2),
html.os-mac .audit-step:nth-child(2) {
    background: #eefbca;
}

html.os-ios .audit-step:nth-child(3),
html.os-mac .audit-step:nth-child(3) {
    background: #fffbda;
}

html.os-ios .audit-step:nth-child(4),
html.os-mac .audit-step:nth-child(4) {
    background: #dff7ff;
}

html.os-ios .audit-step:nth-child(5),
html.os-mac .audit-step:nth-child(5) {
    background: #cde5ff;
}


.audit-step__left {
    /* 575/1440 */
}

@media (min-width: 1536.98px) {
    .audit-step__left {
        flex: 0 1 39.930556%;
    }
}

@media (min-width: 1280.98px) {
    .audit-step__left {
        flex: 0 1 48%;
    }
}

@media (min-width: 1024px) {
    .audit-step__left {
        flex: 0 1 43%;
    }
}

.audit-step-left__label {
    background-color: #FFFFFF;
    color: #181F35;
    padding: 9px 20px 7px;
    width: fit-content;
    border-radius: 200px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1em;
}

.audit-step__right {
    flex: 0 1 48.75%;
}

@media screen and (max-width: 1200px) {
    .audit-step__right {
        flex: 0 1 55%;
    }
}

.audit-step-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media (max-width: 767.98px) {
    .audit-step-left {
        gap: 14px;
        justify-content: end;
    }
}

.audit-step-left__title {
    color: var(--Gray-900, #181F35);
    /* Headings/H3 */
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 108%;
    /* 77.76px */
}

@media screen and (max-width: 1440px) {
    .audit-step-left__title {
        font-size: 60px;
    }
}

@media screen and (max-width: 1200px) {
    .audit-step-left__title {
        font-size: 54px;
    }
}

@media screen and (max-width: 1100px) {
    .audit-step-left__title {
        font-size: 48px;
    }
}

@media screen and (max-width: 1024px) {
    .audit-step-left__title {
        font-size: 72px;
    }
}

@media (max-width: 767.98px) {
    .audit-step-left__title {
        font-size: 26px;
    }
}

.audit-step-left__text {
    color: var(--Gray-700, #4A5578);
    /* Paragraph/Body/Regular */
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 38.4px */
}

@media screen and (max-width: 1200px) {
    .audit-step-left__text {
        font-size: 21px;
    }
}

@media screen and (max-width: 1024px) {
    .audit-step-left__text {
        font-size: 24px;
    }
}

@media (max-width: 767.98px) {
    .audit-step-left__text {
        font-size: 16px;
    }
}

.audit-step-right__video {
    width: 100%;
    mix-blend-mode: normal;
    height: auto;
}

/* Faq */

#faq {
    margin-top: 180px;
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    #faq {
        margin-top: 160px;
    }
}

@media screen and (max-width: 1024px) {
    #faq {
        margin-top: 120px;
    }
}

/* Result */

#result {
    padding-top: 140px;
}

@media screen and (max-width: 768px) {
    #result {
        padding-top: 70px;
    }
}

.result_content {
    margin: 100px 0;
    gap: 14px;
}

.result_desc {
    margin-bottom: 46px;
}

@media screen and (max-width: 1440px) {
    .result_content {
        margin: 60px 0;
    }
}

@media screen and (max-width: 1024px) {
    .result_content {
        margin: 0;
    }

    .result_desc {
        margin: 0;
    }
}

/* Pricing Popup */

#purchase_popup_audit {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    z-index: 10999999999999000;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

#purchase_popup_audit.active {
    opacity: 1;
    pointer-events: auto;
}

#purchase_filter {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    background-color: rgba(217, 217, 217, 0.14);
    opacity: 0;
    z-index: 100;
    transition: backdrop-filter 0.4s ease, opacity 0.4s ease;
}

#purchase_popup_audit.active #purchase_filter {
    opacity: 1;
}

#popup_inner {
    width: 100%;
    max-width: 587px;
    border-radius: 32px;
    background-color: #C6E1FF;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 60px 60px 40px;
    overflow: hidden;
    z-index: 150;
    transform: translateZ(0) scale(0.8);
    -webkit-transform: translateZ(0) scale(0.8);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
    -webkit-transition: transform 0.5s ease, opacity 0.5s ease;
}

#purchase_popup_audit.active #popup_inner {
    transform: scale(1);
    opacity: 1;
}

#popup_inner .ff-el-group.ff-custom_html {
    margin-bottom: 40px;
}

#popup_inner .title {
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 700;
    color: var(--say9-default-text-blue);
    margin-bottom: 4px;
    text-align: left;
}

#popup_inner .content,
#popup_inner .content *,
#popup_inner .ff-message-success .title+p,
#popup_inner .ff-message-success .title+p * {
    font-size: 24px;
    color: #4A5578;
    font-weight: 400;
    line-height: 1.6em;
    text-align: left;
}

#popup_inner .ff-message-success .title+p,
#popup_inner .ff-message-success .title+p * {
    text-align: center;
}

#popup_inner .description,
#popup_inner .description * {
    font-size: 14px;
    line-height: 17px;
}

#popup_inner>p {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 40px;
}

#popup_inner>p span {
    font-weight: 600;
}

#popup_inner>.form {
    z-index: 2;
}

#popup_inner>.form label {
    color: #7F88A2;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 600;
    transition: color 0.3s ease-in-out;
}

#popup_inner>.form label:after {
    content: none;
}

#popup_inner>.form input {
    position: relative;
    color: #4A5578;
    border-radius: 12px;
    border: 2px solid transparent;
    /* padding: 11px 12px 8px 40px; */
    padding: 2px 12px 0 40px;
    font-size: 19px;
    line-height: 44px;
    background-color: #F6FAFF;
    /* line-height: 1.4em; */
    transition: border-color 0.7s ease-in-out;
}

#popup_inner>.form input:active,
#popup_inner>.form input:focus {
    border-color: #99CAFF;
}

#popup_inner .form input:-webkit-autofill {
    -webkit-text-fill-color: #4A5578 !important;
    color: #4A5578 !important;
    background-color: #F6FAFF !important;
    background-clip: content-box !important;
    box-shadow: 0 0 0 1000px #F6FAFF inset !important;
    /* border: none !important; */
    appearance: none;
    -webkit-appearance: none;
}

#popup_inner>.form input::placeholder {
    color: #B9C0D4;
    transition: color 0.3s ease-in-out;
}

#popup_inner>.form .ff-el-input--content {
    position: relative;
}

#popup_inner>.form svg {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    z-index: 1;
    pointer-events: none;
}

#popup_inner>.form svg path {
    transition: stroke-opacity 0.15s ease-in-out;
}

#popup_inner>.form svg.active path {
    stroke-opacity: 1;
}

#popup_inner>.form button[type="submit"] {
    background-color: var(--say9-primary-blue);
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 600;
    line-height: 1em;
    border-radius: 200px;
    text-align: center;
    padding: 16px 20px 12px;
    width: 100%;
    transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out;
}

#popup_inner>.form button[type="submit"]:hover,
#popup_inner>.form button[type="submit"]:focus {
    opacity: 1;
    background-color: #10335F;
}

#popup_inner>.form button[type="submit"]:active {
    padding: 14px 20px 10px;
}

#popup_inner>.form button[type="submit"]:active+.loader-wrapper {
    top: -2px;
}

#popup_inner .ff_submit_btn_wrapper {
    margin: 35px 0 0;
    height: 52px;
}

#popup_inner:has(.ff-el-is-error) .ff_submit_btn_wrapper button[type="submit"]:active,
#popup_inner:has(.ff-el-is-error) .ff_submit_btn_wrapper button[type="submit"]:focus {
    padding: 16px 20px 12px;
}

#popup_inner .pricing_form_input {
    margin-bottom: 12px;
    height: 101px;
}

#popup_inner .pricing_form_input:not(.ff-el-is-error) .text-danger.error {
    display: none;
}

#popup_inner .ff-el-group.ff-el-is-error input:active,
#popup_inner .ff-el-group.ff-el-is-error input:focus {
    border-color: #F22B1D !important;
}

.pricing_form_website.ff-el-is-error .ff-el-input--content::before {
    transition: border-color 0.3s ease-in-out;
}

.pricing_form_website.ff-el-is-error .ff-el-input--content:focus-within::before {
    border-color: #F22B1D !important;
}

#popup_inner .ff-el-group.ff-el-is-error label {
    color: #D92D20;
}

#popup_inner .ff-el-group.ff-el-is-error .text-danger {
    margin: 6px 0 0;
    color: #D92D20;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    line-height: 1.1em;
}

#popup_inner .pricing_form_linkedin.ff-el-is-error::after {
    display: none;
}

#popup_inner.thank_you {
    padding: 60px 60px 40px;
}

#popup_inner .ff-message-success {
    border: none;
    box-shadow: none;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding: 0;
}

#popup_inner .ff-message-success .thank_you {
    text-transform: none;
    text-align: center;
    margin-bottom: 12px;
}

#popup_inner .ff-message-success p {
    margin-bottom: 60px;
}

#popup_inner .ff-message-success .thank_you_btn {
    height: 52px;
}

#popup_inner .ff-message-success button {
    width: 100%;
    text-align: center;
    border: none;
    outline: none;
    border-radius: 200px;
    margin: auto;
    padding: 17px 20px 13px;
    background-color: var(--say9-secondary-blue);
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    line-height: 1em;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out;
}

#popup_inner .ff-message-success button:hover {
    background-color: #63AEFF;
}

#popup_inner .ff-message-success button:active {
    padding: 15px 20px 11px;
}

#popup_inner .ff-message-success .thank_you_bottom,
#popup_inner .ff-message-success .thank_you_bottom span {
    color: var(--say9-default-text-blue);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1em;
}

#popup_inner .ff-message-success .thank_you_links {
    margin-top: 10px;
    display: flex;
    column-gap: 10px;
    align-items: center;
    justify-content: center;
}

#purchase_close {
    position: absolute;
    top: 24px;
    right: 24px;
    display: flex;
    cursor: pointer;
    z-index: 10;
}

#purchase_close svg path {
    transition: stroke 0.3s ease-in-out;
}

#purchase_close svg:hover path {
    stroke: #4A5578;
}

#purchase_popup_audit .fluentform .ff-el-input--label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

#popup_inner .thank_you_icon {
    width: 30px;
    height: 30px;
    background-image: none;
    border-radius: 50%;
    transition: background-color 0.3s ease-in-out;
}

#popup_inner .thank_you_icon:hover {
    background-color: #FFFFFF;
}

#popup_inner .thank_you_icon img {
    display: block;
}

.pricing_form_website .ff-el-input--content::before {
    content: "http://";
    position: absolute;
    height: 100%;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.4em;
    padding: 12px 12px 8px;
    color: #7F88A2;
    z-index: 1;
    border-right: 1px solid #D0D5DD;
}

#popup_inner .pricing_form_input .ff-el-input--content::after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    background-image: url('../assets/images/input-alert-icon.svg');
    display: none;
}

#popup_inner .pricing_form_input.ff-el-is-error .ff-el-input--content::after {
    display: block;
}

#popup_inner .pricing_form_website input {
    padding-left: 90px;
}

#popup_inner .pricing_form_linkedin::after {
    content: "Optional";
    color: #7F88A2;
    font-size: 14px;
    line-height: 1.1em;
    font-weight: 500;
    margin-top: 6px;
}

#popup_inner .input-info-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    cursor: pointer;
}

#popup_inner .info-tooltip {
    position: absolute;
    width: 260px;
    background-color: #646E8C;
    border-radius: 4px;
    padding: 8px 10px;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 1.1em;
    font-weight: 500;
    right: 14px;
    bottom: calc(100% - 10px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
}

#popup_inner .input-info-icon:hover+.info-tooltip {
    pointer-events: all;
    opacity: 1;
}

@media screen and (max-width: 1880px) {
    #popup_inner {
        padding: 40px 50px 20px;
    }

    #popup_inner .content,
    #popup_inner .content *,
    #popup_inner .title+p,
    #popup_inner .title+p * {
        font-size: 22px;
    }

    #popup_inner .ff_submit_btn_wrapper {
        margin-top: 30px;
    }

    #popup_inner .ff-el-group.ff-custom_html {
        margin-bottom: 30px;
    }
}


@media screen and (max-width: 1620px) {
    #popup_inner .pricing_form_input {
        height: 97px;
    }

    #popup_inner>.form input {
        line-height: 40px;
    }
}

@media screen and (max-width: 1440px) {
    #popup_inner .title {
        font-size: 42px;
    }

    #popup_inner .content,
    #popup_inner .content *,
    #popup_inner .title+p,
    #popup_inner .title+p * {
        font-size: 19px;
    }
}

@media screen and (max-width: 1024px) {
    #popup_inner {
        padding: 40px 50px 30px;
    }

    #popup_inner .title {
        font-size: 38px;
    }

    #popup_inner>.form button[type="submit"] {
        font-size: 22px;
        padding: 12px 20px 8px;
    }

    #popup_inner:has(.ff-el-is-error) .ff_submit_btn_wrapper button[type="submit"]:active,
    #popup_inner:has(.ff-el-is-error) .ff_submit_btn_wrapper button[type="submit"]:focus {
        padding: 12px 20px 8px;
    }

    #popup_inner>.form button[type="submit"]:active,
    #popup_inner>.form button[type="submit"]:focus {
        padding: 10px 20px 6px;
    }

    #popup_inner .ff-message-success .thank_you_btn {
        height: 44px;
    }

    #popup_inner .ff-message-success button {
        padding: 13px 20px 9px;
    }

    #popup_inner .ff-message-success button:active {
        padding: 11px 20px 7px;
    }
}

@media screen and (max-width: 768px) {
    #popup_inner .ff-el-group.ff-custom_html {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 600px) {
    #popup_inner {
        padding: 50px 20px 20px;
        border-radius: 24px;
    }

    #popup_inner.thank_you {
        padding: 60px 30px 30px;
    }

    #popup_inner .ff-message-success .thank_you_bottom {
        margin-top: 40px;
    }

    #popup_inner .ff_submit_btn_wrapper {
        margin-top: 0;
    }

    #popup_inner .title {
        font-size: 34px;
    }

    #popup_inner .content,
    #popup_inner .content *,
    #popup_inner .title+p,
    #popup_inner .title+p * {
        font-size: 16px;
        line-height: 1.4em;
    }

    #popup_inner .pricing_form_website input {
        padding-left: 80px;
    }

    #popup_inner>.form input,
    .pricing_form_website .ff-el-input--content::before {
        font-size: 16px;
    }

    #popup_inner>.form svg {
        width: 18px;
        height: 18px;
    }

    #popup_inner .ff-message-success .thank_you_btn {
        height: 40px;
    }

    #popup_inner .ff-message-success button {
        font-size: 18px;
    }
}

@media screen and (max-width: 480px) {
    #popup_inner .ff_submit_btn_wrapper {
        height: 40px;
    }

    #popup_inner>.form button[type="submit"] {
        font-size: 18px;
    }
}

@media screen and (max-width: 390px) {
    #popup_inner {
        padding: 30px 20px 10px;
    }

    #popup_inner .pricing_form_input {
        height: 90px;
    }

    #popup_inner .ff-el-group.ff-custom_html {
        margin-bottom: 10px;
    }

    #popup_inner .pricing_form_input {
        margin-bottom: 12px;
    }

    #popup_inner .ff-el-group.ff-el-is-error .text-danger {
        margin-top: 4px;
    }

    #popup_inner .ff-el-group.ff-el-is-error .text-danger {
        font-size: 11px;
    }

    #popup_inner .content,
    #popup_inner .content *,
    #popup_inner .title+p,
    #popup_inner .title+p *,
    #popup_inner p,
    #popup_inner p * {
        font-size: 14px;
    }

    #purchase_close svg {
        width: 30px;
        height: 30px;
    }

    #popup_inner>.form input {
        /* padding: 8px 12px 5px 40px */
        line-height: 34px;
    }

    #popup_inner .pricing_form_website input {
        padding-left: 80px;
    }

    .pricing_form_website .ff-el-input--content::before {
        padding: 10px 12px 8px;
    }
}