/* #region common */
.process-page {
    position: relative;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #181D27;
}

.process-page .container {
    width: 100%;
    max-width: 1310px;
}

.nowrap {
    white-space: nowrap;
}

.section-p {
    padding: 50px 0;
}

.text-center {
    text-align: center;
}

.text-medium {
    font-family: Inter Medium;
}

.text-semibold {
    font-family: Inter SemiBold;
}

.default-title {
    font-family: Inter Bold;
    font-weight: normal;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.2px;
}

.pb-title {
    padding-bottom: 12px;
}

.default-subtitle {
    font-size: 20px;
    color: #535862;
}

.default-desc {
    background: url(/sites/amis/images/pages/process/ic-check.svg) no-repeat top left;
    background-size: 24px;
    padding-left: 32px;
    color: #535862;
    letter-spacing: -0.2px;
}

.gradient-text {
    background: linear-gradient(76.24deg, #1B49F5 0%, #7839EE 62.45%, #FDA29B 130.54%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cta-group {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 16px;
}

.justify-center {
    justify-content: center;
}

a.base-btn {
    position: relative;
    font-family: Inter SemiBold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 12px;
    transition: all ease 0.5s;
}

a.primary-btn {
    background: linear-gradient(45.04deg, #02AFD4 0%, #22CCEE 100%);
    padding: 14px 26px;
    color: #FFF;
}

a.second-btn {
    border: 2px solid transparent;
    padding: 12px 24px;
    background: linear-gradient(#FFF, #FFF) padding-box, linear-gradient(45.04deg, #02AFD4 0%, #22CCEE 100%) border-box;
    color: #02AFD4;
}

a.third-btn {
    background-color: #FFF;
    border: 2px solid transparent;
    padding: 12px 24px;
    color: #02AFD4;
    box-shadow: 0px 3px 3px -1.5px rgba(10, 27, 137, 0.02), 0px 8px 8px -4px rgba(10, 27, 137, 0.01), 0px 20px 24px -4px rgba(10, 27, 137, 0.04);
}

a.arrow-btn img {
    transform: translateX(0px);
    transition: transform 0.3s ease;
}

a.arrow-btn:hover img {
    transform: translateX(4px);
}

a.shadow-btn {
    opacity: 1 !important;
}

.shadow-btn::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 12px;
    background: linear-gradient(90deg,
            #ff6ec4,
            #7873f5,
            #22d3ee,
            #4ade80,
            #ff6ec4);
    background-size: 300% 300%;
    z-index: -1;
    opacity: 0;
    filter: blur(12px);
    transition: opacity 0.3s ease;
}

.shadow-btn:hover::before {
    opacity: 1;
    animation: shadowMove 4s linear infinite;
}

.border-btn:hover {
    background:
        linear-gradient(white, white) padding-box,
        linear-gradient(90deg,
            #ff6ec4,
            #7873f5,
            #4ade80,
            #22d3ee,
            #ff6ec4) border-box;
    background-size: 200% 200%;
    animation: borderMove 3s linear infinite;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    border-radius: 100%;
}

.bg-play-btn {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #02AFD4;
    animation: pulse 1.2s ease infinite;
}

.process-page form[lz-id='33b524bb-285b-4a00-8e69-9b4829138c21'].private-form .submit-wrapper .btn-form-submit {
    background: linear-gradient(45.04deg, #02AFD4 0%, #22CCEE 100%);
    padding: 14px 20px !important;
    height: 52px !important;
    font-family: Inter SemiBold !important;
    font-size: 16px !important;
    border-radius: 12px !important;
}

@keyframes pulse {
    0% {
        transform: scale(1, 1);
    }

    50% {
        opacity: 0.3;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes borderMove {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 200% 50%;
    }
}

@keyframes shadowMove {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 300% 50%;
    }
}

@media (max-width: 979px) {
    .default-title {
        font-size: 28px;
    }

    .default-subtitle {
        font-size: 18px;
    }

    .section-p {
        padding: 40px 0;
    }
}

@media (max-width: 767px) {
    .default-title {
        font-size: 24px;
    }

    .cta-group {
        display: grid;
        justify-content: center;
    }

    .play-btn {
        width: 36px;
        height: 36px;
    }

    .section-p {
        padding: 30px 0;
    }
}

/* #endregion */

/* #region hero */
.hero {
    background: radial-gradient(75.92% 83.64% at 43.39% 103.95%, rgba(2, 175, 212, 0.4) 0%, rgba(165, 240, 252, 0.4) 27.5%, rgba(236, 253, 255, 0.4) 49.99%, rgba(237, 252, 242, 0) 91.01%),
            radial-gradient(46.73% 85.09% at 67.58% 117.37%, rgba(138, 248, 197, 0.8) 0%, rgba(204, 251, 211, 0.8) 38.77%, rgba(245, 255, 249, 0) 86.48%),
            radial-gradient(58.45% 68.78% at 52.14% 110.08%, rgba(255, 245, 237, 0.4) 0%, rgba(255, 255, 255, 0) 100%),
            linear-gradient(180deg, rgba(245, 254, 255, 0.5) 0%, #F5FEFF 100%);
    padding: 100px 0;
}

.hero-content {
    text-align: center;
    position: relative;
    z-index: 2;
}

.hero-title {
    font-family: Inter Bold;
    font-size: 52px;
    line-height: 60px;
    padding-bottom: 16px;
}

.hero-desc {
    font-size: 20px;
    color: #252B37;
    max-width: 1160px;
    margin: 0 auto;
}

.hero-cta {
    padding: 32px 0 48px;
}

.hero-wrap {
    display: flex;
    gap: 32px;
    position: relative;
}

.hero-image {
    position: relative;
    z-index: 2;
    width: 733px;
    aspect-ratio: 728/576;
    max-width: 100%;
}

.hero-image img {
    position: absolute;
    max-width: unset;
    left: -9%;
    width: 118%;
}

.hero-register {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 515px;
    border: 3px solid transparent;
    background:
        linear-gradient(#FFF, #FFF) padding-box,
        linear-gradient(43.36deg, rgba(72, 154, 251, 0.4) -0.05%, rgba(165, 240, 252, 0.4) 35.11%, rgba(34, 204, 238, 0.4) 100.81%) border-box;
    border-radius: 24px;
    overflow: hidden;
}

.hero-register-title {
    font-family: Inter SemiBold;
    font-size: 20px;
    text-align: center;
    color: #252B37;
    padding: 24px 24px 0;
    text-transform: uppercase;
}

@media (max-width: 1024px) {
    .hero {
        padding: 80px 0;
    }

    .hero-title {
        font-size: 36px;
        line-height: 1.2;
        padding-bottom: 12px;
        display: block;
    }

    .hero-wrap {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .hero-cta {
        padding: 16px 0 24px;
    }

    .hero-image img {
        width: 112%;
    }
}

@media (max-width: 767px) {
    .hero {
        padding: 30px 0;
    }

    .hero-title {
        font-size: 28px;
    }

    .hero-desc {
        font-size: 16px;
    }

    .hero-register-title {
        font-size: 18px;
    }
}

/* #endregion */

/* #region ai agent */
.ai-agent-bg {
    max-width: 1472px;
    margin: 0 auto;
    border-radius: 24px;
    background:
            radial-gradient(125.15% 273.22% at 103.09% -3%, rgba(255, 247, 240, 0.4) 0%, rgba(138, 248, 197, 0.2) 9.41%, rgba(138, 248, 197, 0.2) 21.46%, rgba(103, 239, 164, 0.2) 36.24%, rgba(236, 233, 254, 0) 59.26%),
            radial-gradient(109.27% 434.19% at -9.27% 133.55%, rgba(236, 253, 255, 0.4) 16.29%, rgba(207, 249, 254, 0.4) 29.37%, rgba(168, 246, 255, 0.2) 48.45%, rgba(236, 233, 254, 0) 100%),
            linear-gradient(0deg, #FFFFFF, #FFFFFF);
}

.ai-agent .default-subtitle {
    color: #252B37;
}

.agent-wrap {
    display: flex;
    gap: 64px;
    justify-content: space-between;
    padding-top: 40px;
}

.agent-desc {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 24px 0 40px;
}

.agent-desc .default-desc {
    background: url(/sites/amis/images/pages/process/ic-check-gradient.svg) no-repeat top left;
}

.agent-cta {
    position: relative;
    z-index: 1;
}

.agent-video {
    height: fit-content;
    max-width: 732px;
    padding: 12px;
    border: 2px solid #FFF;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.60);
    box-shadow: 0px 7.14px 26.78px -5.36px rgba(116, 135, 255, 0.05);
    position: relative;
    cursor: pointer;
}

.agent-video-inner {
    position: absolute;
    bottom: 30px;
    right: 25px;
    width: 37%;
    box-shadow: 0px 3.11px 62.17px 0px rgba(10, 27, 137, 0.12);
    border-radius: 24px;
}

@media (max-width: 979px) {
    .agent-wrap {
        flex-direction: column;
        align-items: center;
        gap: 32px;
        padding-top: 0;
    }

    .agent-desc {
        gap: 12px;
        padding: 24px 0 24px;
    }

    .agent-video {
        padding: 12px;
    }
}

/* #endregion */

/* #region benefit */
.benefit-cta {
    padding: 32px 0 0;
}

.tab-panel {
    display: flex;
    align-items: center;
    gap: 64px;
    padding-top: 40px;
}

.tab-panel-image {
    display: grid;
    flex-shrink: 0;
    width: 58%;
    max-width: 732px;
    border-radius: 20px;
    overflow: hidden;
}

.tab-panel-img {
    display: none;
    width: 100%;
    border-radius: 24px;
    grid-area: 1 / 1;
}

.tab-panel-img.active {
    display: block;
}

.tab-panel-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tab-panel-item {
    padding: 16px 18px;
    border: 1px solid transparent;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
}

.tab-panel-item.active {
    background-color: #FFF;
    padding: 16px 18px 24px;
    border: 1px solid #ECE9FE;
    box-shadow: 0px 8px 30px -4px rgba(10, 27, 137, 0.03), 0px 8px 30px -6px rgba(116, 135, 255, 0.05);
}

.tab-panel-title {
    display: flex;
    align-items: center;
    gap: 12px;
    user-select: none;
}

.tab-panel-title h3 {
    font-family: Inter SemiBold;
    font-size: 20px;
    color: #000;
    line-height: 1.25;
}

.tab-panel-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.tab-panel-desc {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all ease 0.3s;
}

.tab-panel-item.active .tab-panel-desc {
    max-height: 300px;
    opacity: 1;
    padding: 16px 0 0 40px;
}

@media (max-width: 979px) {
    .tab-panel {
        flex-direction: column;
        gap: 32px;
        padding-top: 32px;
    }

    .tab-panel-image {
        width: 100%;
        max-width: 100%;
    }

    .tab-panel-title {
        font-size: 18px;
    }

    .tab-panel-title br {
        display: none;
    }
}

@media (max-width: 767px) {
    .tab-panel {
        gap: 24px;
        padding-top: 24px;
    }

    .tab-panel-title {
        font-size: 16px;
        gap: 10px;
    }

    .tab-panel-icon {
        width: 28px;
        height: 28px;
    }

    .tab-panel-item.active .tab-panel-desc {
        padding: 16px 0 0 0;
    }
}

/* #endregion */

/* #region automation */
.automation-bg {
    max-width: 1472px;
    margin: 0 auto;
    border-radius: 24px;
    background: 
            radial-gradient(117.17% 349.66% at 103.28% -15.1%, rgba(138, 248, 197, 0.25) 0%, rgba(227, 250, 224, 0.25) 39.98%, rgba(255, 255, 255, 0) 86.54%),
            radial-gradient(155.4% 551.16% at 123.47% 46.42%, rgba(255, 255, 255, 0) 0%, rgba(207, 249, 254, 0.4) 48.85%, rgba(178, 243, 255, 0.2) 71%, rgba(165, 240, 252, 0.4) 100%),
            linear-gradient(0deg, #FFFFFF, #FFFFFF);
}

.automation-cta {
    padding: 32px 0 40px;
}

.automation-img {
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    .automation-cta {
        padding: 24px 0;
    }

    .automation .default-title br {
        display: none;
    }
}
/* #endregion */

/* #region mobile app */
.mobile-app-bg {
    background: url(/sites/amis/images/pages/process/bg-mobile-app.webp) no-repeat center;
    background-size: cover;
}

.mobile-desc {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    max-width: 960px;
    margin: 24px auto 0;
}

.mobile-download {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    position: relative;
    z-index: 3;
    padding: 40px 0;
}

.img-qr {
    border-radius: 16px;
    box-shadow: 0px 1px 2px 0px rgba(17, 24, 39, 0.06), 0px 1px 3px 0px rgba(17, 24, 39, 0.1);
}

.md-link-item {
    border-radius: 12px;
    box-shadow: 0px 1px 2px 0px rgba(17, 24, 39, 0.06), 0px 1px 3px 0px rgba(17, 24, 39, 0.1);
}

.mobile-download-link {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

@media (max-width: 979px) {
    .mobile-desc {
        grid-template-columns: 1fr;
    }

    .mobile-download {
        padding: 24px 0;
    }
}
/* #endregion */

/* #region feature */
.feature-list {
    display: flex;
    flex-direction: column;
    gap: 96px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 64px;
}

.feature-item-reverse {
    flex-direction: row-reverse;
}

.feature-image {
    flex-shrink: 0;
    width: 48%;
    max-width: 608px;
    border-radius: 24px;
    overflow: hidden;
}

.feature-image img {
    width: 100%;
    display: block;
}

.feature-item-content {
    flex: 1;
}

.feature-desc {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px 0;
}

.feature-cta {
    flex-wrap: wrap;
}

@media (max-width: 1024px) {
    .feature-item {
        gap: 40px;
    }

    .feature-image {
        width: 46%;
    }
}

@media (max-width: 979px) {
    .feature-list {
        gap: 48px;
        padding-top: 36px;
    }

    .feature-item,
    .feature-item-reverse {
        flex-direction: column;
        gap: 28px;
    }

    .feature-image {
        width: 100%;
        max-width: 100%;
    }

    .feature-desc {
        gap: 12px;
        padding: 16px 0 24px;
    }
}

@media (max-width: 767px) {
    .feature-list {
        gap: 36px;
        padding-top: 28px;
    }

    .feature-cta {
        gap: 12px;
    }
}

/* #endregion */

/* #region connect */
.connect-bg {
    background: 
            radial-gradient(72.86% 120.94% at 35.89% 131.98%, rgba(103, 227, 249, 0.4) 0%, rgba(255, 255, 255, 0) 63.94%),
            radial-gradient(36.78% 125.13% at 71.8% 130.18%, rgba(138, 248, 197, 0.4) 0%, rgba(255, 255, 255, 0) 71.99%),
            linear-gradient(0deg, #FFFFFF, #FFFFFF);
    padding-bottom: 96px;
}

.connect-wrap {
    display: flex;
    gap: 40px;
    align-items: center;
}

.connect-image {
    width: 48%;
    max-width: 673px;
    aspect-ratio: 673/402;
    flex-shrink: 0;
    position: relative;
}

.connect-image img {
    position: absolute;
    top: 0;
    max-width: unset;
    width: 673px;
}

.connect-tag {
    font-family: Inter SemiBold;
    font-size: 20px;
    padding-bottom: 12px;
    color: #02AFD4;
}

.connect-desc {
    font-size: 18px;
    color: #252B37;
    padding-bottom: 32px;
}

.connect-cta {
    flex-wrap: wrap;
}

@media (max-width: 979px) {
    .connect-wrap {
        flex-direction: column;
        gap: 28px;
    }

    .connect-image, .connect-image img {
        position: unset;
        width: 100%;
    }

    .connect-desc {
        font-size: 16px;
        padding-bottom: 24px;
    }
}
/* #endregion */

/* #region testimonial */
.testimonial-list.owl-carousel {
    padding: 40px 0 80px;
}

.testimonial-item {
    display: flex;
    align-items: center;
    gap: 64px;
}

.testimonial-video {
    flex-shrink: 0;
    max-width: 448px;
    position: relative;
    cursor: pointer;
    margin-top: 40px;
}

.testimonial img.testmonial-icon {
    width: 48px;
    height: 48px;
}


.testimonial-text {
    font-size: 20px;
    padding: 8px 0 24px;
}

.testimonial-author {
    font-family: Inter SemiBold;
    font-size: 18px;
    padding-bottom: 4px;
}

.testimonial-position {
    color: #535862;
}

.testimonial-note {
    color: #414651;
    text-align: center;
    padding-top: 12px;
}

/* Owl carousel overrides for testimonial */
.testimonial-list.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 32px;
    position: absolute;
    width: fit-content;
    left: 40%;
    bottom: 40px;
}

.testimonial-list.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    background: #E9EAEB;
}

.testimonial-list.owl-theme .owl-dots .owl-dot.active span,
.testimonial-list.owl-theme .owl-dots .owl-dot:hover span {
    background: #22CCEE;
}

@media (max-width: 979px) {
    .testimonial-item {
        flex-direction: column;
        gap: 24px;
    }

    .testimonial-list.owl-carousel {
        padding: 32px 0;
    }

    .testimonial-list.owl-theme .owl-nav.disabled+.owl-dots {
        position: unset;
        width: 100%;
        margin-top: 12px;
    }

    .testimonial-video {
        width: 100%;
    }

    .testimonial-video img:first-child {
        width: 100%;
        height: auto;
    }

    .testimonial-text {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .testimonial-text {
        font-size: 16px;
    }
}

/* #endregion */

/* #region certificate */
.certificate {
    background-color: #ECFDFF;
}

.cert-wrap {
    padding-top: 40px;
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

.cert-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 140px;
    flex: 1;
    background-color: #FFF;
    border-radius: 16px;
    padding: 22px 20px;
    box-shadow: 0 24px 50px -8px rgba(10, 27, 137, 0.03), 0 4px 8.7px 4px rgba(10, 27, 137, 0.02);
}

.cert-item img {
    max-height: 100%;
}

@media (max-width: 979px) {
    .cert-wrap {
        padding-top: 28px;
        gap: 24px;
    }

    .cert-item {
        flex: unset;
        width: calc(33.33% - 24px);
    }
}

@media (max-width: 767px) {
    .cert-wrap {
        padding-top: 24px;
        gap: 16px;
    }

    .cert-item {
        width: calc(50% - 16px);
    }
}

/* #endregion */

/* #region Prize */
.prize-wrap {
    padding: 40px 60px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px;
}

.prize-item {
    max-width: 268px;
    margin: 0 auto;
}

.prize-cup {
    aspect-ratio: 267/245;
    max-width: 267px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.prize-item:hover .prize-cup {
    background: url(/sites/amis/images/pages/process/bg-circle.png) no-repeat center;
    background-size: cover;
}

.prize-title {
    font-family: Inter Medium;
    font-size: 18px;
    text-align: center;
}

.prize-wrap.owl-carousel .owl-item img {
    object-fit: contain;
    width: auto;
}

.prize-wrap.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    background: #E9EAEB;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #22CCEE;
}

.prize-wrap.owl-theme .owl-nav {
    margin: 0;
}

.prize-wrap.owl-theme .owl-nav [class*='owl-'] {
    display: none;
    margin: 0;
}

.prize-wrap:hover .owl-nav [class*='owl-'] {
    display: block;
}

.prize-wrap.owl-theme .owl-nav [class*='owl-']:hover {
    background-color: transparent;
}

.prize-wrap.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
}

.prize-wrap.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
}

@media (max-width: 979px) {

    .prize .default-subtitle br,
    .prize-title br {
        display: none;
    }

    .prize-wrap {
        padding: 32px 0 0;
    }
}

@media (max-width: 767px) {
    .prize-wrap {
        padding: 24px 0 0;
    }
}

/* #endregion */

/* #region Customer */
.customer-wrap {
    padding-top: 60px;
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

.customer-item {
    width: 296px;
    box-shadow: 0 2px 20px -6px rgba(116, 135, 255, 0.12), 0 12px 46px -4px rgba(10, 27, 137, 0.08);
    border-radius: 16px;
    overflow: hidden;
}

.customer-item-head {
    font-family: Inter SemiBold;
    font-size: 18px;
    color: #FFF;
    padding: 8px 16px;
    background-color: #02AFD4;
    text-align: center;
}

.customer-item-content {
    padding: 16px 16px 36px;
}

@media (max-width: 979px) {
    .customer-wrap {
        padding-top: 30px;
        gap: 16px;
    }
}

@media (max-width: 767px) {
    .customer-wrap {
        padding-top: 24px;
    }

    .customer-item-head {
        font-size: 16px;
    }
}

/* #endregion */

/* #region register */
.register-page {
    background: url(/sites/amis/images/pages/process/bg-register.webp) no-repeat center;
    background-size: cover;
}

.register-page .default-title {
    color: #FFF;
}

.register-page-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.register-page-desc {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 24px 0;
}

.register-page-desc .default-desc {
    color: #FFF;
    background: url(/sites/amis/images/pages/process/ic-check-white.svg) no-repeat top left;
}

.register-page-form {
    width: 100%;
    max-width: 515px;
    border-radius: 16px;
    background: #FFF;
    overflow: hidden;
    box-shadow: 0 20px 24px -4px rgba(10, 27, 137, 0.04), 0 8px 8px -4px rgba(10, 27, 137, 0.01), 0 3px 3px -1.5px rgba(10, 27, 137, 0.02);
}

.register-page-form-title {
    font-family: Inter SemiBold;
    font-size: 20px;
    text-align: center;
    padding: 24px 24px 4px;
    color: #000;
    text-transform: uppercase;
}

.register-page-form-subtitle {
    color: #000;
    text-align: center;
}

.register-page-agent {
    position: absolute;
    left: 44%;
    bottom: -50px;
    width: 220px;
}

.register-page-extend {
    border-radius: 12px;
    padding: 16px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: fit-content;
}

.register-page-extend::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 12px;

    background: linear-gradient(76.63deg, #8EB9FF 1.78%, #D9E6FF 100%);

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    pointer-events: none;
}

.rp-extend-item {
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: Inter SemiBold;
    color: #FFF;
}

@media (max-width: 1100px) {
    .register-page-agent {
        display: none;
    }

    .register-page-wrap {
        gap: 24px;
    }
}

@media (max-width: 979px) {
    .register-page-wrap {
        flex-direction: column;
    }

    .register-page-desc {
        gap: 12px;
    }

    .register-page-desc br {
        display: none;
    }

    .register-page .default-title br {
        display: none;
    }
}

/* #endregion */

/* #region cta section */
.cta-section-wrap {
    background: url(/sites/amis/images/pages/process/bg-cta-section.webp) no-repeat center;
    background-size: cover;
    padding: 72px 66px;
    min-height: 221px;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.cta-section-title {
    font-family: Inter Bold;
    font-size: 32px;
    line-height: 1.25;
    color: #FFF;
    padding-bottom: 12px;
}

.cta-section-desc {
    font-family: Inter Medium;
    color: #FFF;
}

.cta-section-cta {
    position: absolute;
    right: 108px;
    bottom: 46px;
}

@media (max-width: 979px) {
    .cta-section-cta {
        position: unset;
        margin-top: 16px;
    }

    .cta-section-wrap {
        padding: 24px 16px;

    }
}

@media (max-width: 767px) {
    .cta-section-wrap {
        background-position: top left;
    }

    .cta-section-title {
        font-size: 24px;
    }
}
/* #endregion */