/* Fix mobile horizontal overflow */
html,
body {
    overflow-x: hidden !important;
    max-width: 100vw;
}

input[type="tel"] {
    padding-left: 102px !important;
    width: 100%;
}

.iti {
    width: 100%;
}

.iti__selected-dial-code {
    color: #000;
}

 .overlay-5ANo8F43Pw {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: rgba(0, 0, 0, 0.8);
     z-index: 1000;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-align-items: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     overflow-y: auto;
     display: none;
 }

.lds-spinner-5ANo8F43Pw {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-spinner-5ANo8F43Pw div {
    transform-origin: 40px 40px;
    animation: lds-spinner-5ANo8F43Pw 1.2s linear infinite;
}

.lds-spinner-5ANo8F43Pw div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #fff;
}

.lds-spinner-5ANo8F43Pw div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner-5ANo8F43Pw div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner-5ANo8F43Pw div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner-5ANo8F43Pw div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner-5ANo8F43Pw div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner-5ANo8F43Pw div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner-5ANo8F43Pw div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner-5ANo8F43Pw div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner-5ANo8F43Pw div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner-5ANo8F43Pw div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner-5ANo8F43Pw div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner-5ANo8F43Pw div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner-5ANo8F43Pw {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.visible-5ANo8F43Pw {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

 .logo-small {
     display: none;
 }

span.logo__text {
    text-transform: uppercase;
    font-style: italic;
    color: #553f90 !important;
    letter-spacing: 2px;
    font-size: 30px;
}

@media screen and (max-width: 450px) {
    .logo-big {
        display: none;
    }

    .logo-small {
        display: block;
    }
}

@keyframes rf-spin {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rf-flip {
    0% {
        transform: perspective(400px) rotateY(-1turn);
    }

    0%,
    40% {
        animation-timing-function: ease-out;
    }

    40% {
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    }

    50% {
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    }

    50%,
    80% {
        animation-timing-function: ease-in;
    }

    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}

.rf-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
    display: flex;
    justify-content: center;
}

.rf-container__inner {
    box-sizing: border-box;
    max-width: 460px;
    width: 500px;
}

.rf-form {
    border-radius: 10px;
    box-shadow: #ffffff 0 0 0 0, rgba(15, 23, 42, 0.05) 0 0 0 1px,
    rgba(0, 0, 0, 0.1) 0 20px 25px -5px,
    rgba(0, 0, 0, 0.1) 0 8px 10px -6px;
}

.rf-form__header {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    box-sizing: border-box;
    padding: 24px 16px;
    text-align: center;
    color: #fff;
    border-top-right-radius: inherit;
    border-top-left-radius: inherit;
    background: #7ed321;
}

.rf-form__content {
    position: relative;
    box-sizing: border-box;
    padding: 20px 16px;
    border-radius: inherit;
}

.rf-form__loader {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.8);
}

.rf-form__loader::before {
    content: "";
    display: block;
    width: 46px;
    height: 46px;
    margin-bottom: 16px;
    border-radius: 50%;
    border: 5px solid #fff;
    border-top-color: rgb(255, 255, 255);
    border-right-color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
    border-left-color: rgb(255, 255, 255);
    border-color: currentColor transparent currentColor transparent;
    animation: rf-spin 1.2s linear infinite;
}

.rf-form-field {
    width: 100%;
}

.rf-form-field__error {
    line-height: 1.25;
    display: none;
    width: 100%;
    margin-top: 8px;
    color: #ef4444;
}

.rf-form-text {
    font-size: 14px;
    width: 100%;
    text-align: center;
    font-family: Unbounded;
    color: #6e6e6e;
}

.rf-form-input {
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    width: 100%;
    padding: 8px 12px;
    color: #0f172a;
    border: 0 solid #e5e7eb;
    border-radius: 6px;
    box-shadow: #fff 0 0 0 0, #e2e8f0 0 0 0 1px,
    rgba(0, 0, 0, 0.05) 0 1px 2px 0;
    background-color: #fff;
    appearance: none;
}

.rf-form-input:focus {
    box-shadow: #fff 0 0 0 0, #3b82f6 0 0 0 2px,
    rgba(0, 0, 0, 0.05) 0 1px 2px 0;
}

.rf-form-button {
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    border: 0 solid #e5e7eb;
    border-radius: 8px;
    /* background: #7ed321; */
}

.rf-form-button:focus {
    outline: none;
    box-shadow: #fff 0 0 0 0, rgb(147, 197, 253) 0 0 0 3px,
    rgba(0, 0, 0, 0) 0 0 0 0;
}

.rf-alert {
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 8px;
    border-radius: 8px;
}

.rf-alert_error {
    color: #b91c1c;
    background: #fee2e2;
}

.rf-alert_success {
    color: #15803d;
    background: #dcfce7;
}

.rf-alert__icon {
    opacity: 0.65;
}

.rf-alert__content {
    font-size: 14px;
    line-height: 20px;
    padding-left: 12px;
}

.rf-alert__content * {
    font-family: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
}

.rf-alert__content>* {
    margin: 0 !important;
    padding: 0 !important;
}

.rf-alert__content>*+* {
    margin-top: 0.35em !important;
}

.rf-alert__content>h1,
.rf-alert__content>h2,
.rf-alert__content>h3,
.rf-alert__content>h4,
.rf-alert__content>h5,
.rf-alert__content>h6 {
    font-size: 100% !important;
    font-weight: 600 !important;
}

.rf-alert__content>ul,
.rf-alert__content>ol {
    padding-left: 1.5em !important;
}

.rf-form__content>*+* {
    margin-top: 16px;
}

.rf-form__content> :last-child {
    margin-top: 20px;
}

.rf-logos {
    display: flex;
    flex-wrap: wrap;
    margin: 32px 0 0;
    padding: 0;
    list-style: none;
}

.rf-logos>* {
    flex: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    max-width: 33.3%;
    padding: 8px;
}

.rf-logo {
    height: auto;
    max-width: 100%;
}
 #reg-form {
     max-width: 485px;
     width: 100%;
 }

.leadform {
    /* background: linear-gradient(143deg, #b6ff6f 0%, #beed8f 100%); */
    padding: 20px;
}

.leadform .rf-form-field,
.leadform button[type="submit"] {
    border: 1px solid black;
}

.form__header {
    text-align: center;
    margin-bottom: 20px;
}

.form__header h3 {
    font-size: 21px;
    margin-bottom: 20px;
    font-weight: 900;
    color: #fff;
}

.form__header p {
    font-size: 21px;
    line-height: 150%;
}

.rf-form {
    box-shadow: none;
}

.rf-form__header {
    display: none;
}

.rf-form-button {
    border-radius: 20px;
    /* background: -o-linear-gradient(307deg,
    #b6ff6f 0%,
    #beed8f 100%);
    background: linear-gradient(143deg, #b6ff6f 0%, #beed8f 100%); */
    color: #1e1e1e;
    text-align: center;
    font-family: "Montserrat";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    height: 84px;
}

.rf-form-button:hover,
.rf-form-button:active {
    color: #633dba;
    background: #ede8fa;
}

.rf-form-field {
    border-radius: 20px;
    border: 2px solid #fff;
    background: -o-linear-gradient(274deg,
    rgba(51, 51, 51, 0.4) 0%,
    rgba(80, 79, 79, 0.4) 100%);
    background: linear-gradient(176deg,
    rgba(51, 51, 51, 0.4) 0%,
    rgba(80, 79, 79, 0.4) 100%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 3;
}

.rf-form__content {
    padding: 0;
    max-width: 485px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}

.rf-form-input {
    color: #000000;
    background: transparent;
    border: none;
    box-shadow: none;
    text-align: left;
    font-family: "Montserrat";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    padding: 30px 15px;
    width: 100%;
}

.rf-form-input:focus {
    box-shadow: #fff 0 0 0 0, #beed8f 0 0 0 2px,
    rgba(0, 0, 0, 0.05) 0 1px 2px 0;
    /* border-radius: 0 20px 20px 0px; */
}

.rf-form-input::-webkit-input-placeholder {
    color: #000000 !important;
    text-align: left;
    font-family: "Montserrat";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
}

.rf-form-input::-moz-placeholder {
    color: #000000;
    text-align: left;
    font-family: "Montserrat";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
}

.rf-form-input:-ms-input-placeholder {
    color: #000000;
    text-align: left;
    font-family: "Montserrat";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
}

.rf-form-input::-ms-input-placeholder {
    color: #000000;
    text-align: left;
    font-family: "Montserrat";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
}

.rf-form-input::placeholder {
    color: #000000;
    text-align: left;
    font-family: "Montserrat";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
}

.rf-form-field__error {
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 5;
}

.logo__img {
    width: 50px;
}

.header {
    padding: 10px;
}

@media (max-width: 1280px) {
    .rf-form-input {
        padding: 15px 15px;
    }

    .rf-form-input {
        font-size: 16px;
    }

    .rf-form-input::-webkit-input-placeholder {
        font-size: 16px;
    }

    .rf-form-input::-moz-placeholder {
        font-size: 16px;
    }

    .rf-form-input:-ms-input-placeholder {
        font-size: 16px;
    }

    .rf-form-input::-ms-input-placeholder {
        font-size: 16px;
    }

    .rf-form-input::placeholder {
        font-size: 16px;
    }

    .rf-form-button {
        font-size: 16px;
    }

    .rf-form-button {
        height: 54px;
    }
}

@media (max-width: 1200px) {
    .rf-form-input {
        font-size: 18px;
    }

    .rf-form-input::-webkit-input-placeholder {
        font-size: 18px;
    }

    .rf-form-input::-moz-placeholder {
        font-size: 18px;
    }

    .rf-form-input:-ms-input-placeholder {
        font-size: 18px;
    }

    .rf-form-input::-ms-input-placeholder {
        font-size: 18px;
    }

    .rf-form-input::placeholder {
        font-size: 18px;
    }

    .rf-form-button {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    .rf-form-field {
        font-size: 18px;
    }

    .rf-form-input {
        padding: 25px 15px;
    }

    .rf-form-field__error {
        top: -2px;
    }

    .rf-form-button {
        height: 74px;
    }

    .logo__img {
        width: 40px;
    }

    span.logo__text {
        font-size: 25px;
    }
}

@media (max-width: 576px) {
    .rf-form-input {
        padding: 15px 15px;
    }

    .rf-form-input {
        font-size: 16px;
    }

    .rf-form-input::-webkit-input-placeholder {
        font-size: 16px;
    }

    .rf-form-input::-moz-placeholder {
        font-size: 16px;
    }

    .rf-form-input:-ms-input-placeholder {
        font-size: 16px;
    }

    .rf-form-input::-ms-input-placeholder {
        font-size: 16px;
    }

    .rf-form-input::placeholder {
        font-size: 16px;
    }

    .rf-form-button {
        font-size: 16px;
    }

    .rf-form-field__error {
        top: 48px;
    }

    .rf-form-button {
        height: 54px;
    }

    img.logo__img {
        width: 30px;
    }

    span.logo__text {
        font-size: 22px;
    }
}
