.nexit-login__left a:focus,
.nexit-login__left a:not(.nexit-login__home-btn):hover,
.nexit-login__title {
    color: var(--nexit-primary-dark)
}

.nexit-login .nexit-login__home-btn,
.nexit-login__modal__bottom button {
    text-transform: uppercase;
    letter-spacing: var(--spaced-chars);
    line-height: 1;
    min-height: 40px
}

:root {
    --light-color: #fff;
    --light-color-rgb: 255 255 25;
    --light-transparent-border: #ffffff4d;
    --error: #d43900;
    --black: #000;
    --gray-light: #8393a3;
    --gray-lighter: #ced7e0;
    --gray-background: #f0f2f5;
    --gray-pub: #e9eef6;
    --gray: #52677b;
    --gray-dark: #2a333d;
    --gray-background-skeleton: #f0f3f573;
    --nexit-soft-blue-pub: #f7f8fe;
    --nexit-primary: #295eff;
    --nexit-primary-dark: #326295;
    --nexit-primary-dark-light: #002884;
    --nexit-primary-lighter: #a3b7f5;
    --nexit-brand: #2a333d;
    --nexit-brand-lighter: #a3c1f5;
    --login-swiper-animation-time: 0ms;
    --login-progress-gradient-first-color: #0038e1;
    --login-progress-gradient-second-color: #00ffff;
    --login-progress-controls-color: #fff;
    --login-background-color: #fff;
    --icon-gradient: linear-gradient(180deg, #f0f6ff 0%, #fdfeff 97%);
    --popover-shadow: 2px 4px 8px #00000026;
    --text-smallest: 0.75rem;
    --text-small: 0.875rem;
    --text-default: 1rem;
    --text-medium: 1.25rem;
    --text-big: 1.5rem;
    --text-biggest: 1.75rem;
    --btn-shadow: 0 4px 12px #0024641a;
    --default-transition-time: 0.3s;
    --spaced-chars: 0.4px;
    --gutters-total-width: 2rem;
    --modal-backdrop-color: #2a333d99;
    --modal-shadow: 0px 4px 12px 0px #2a343d1a;
    --btn-hover-neutral-shadow: 0 4px 12px rgba(0, 36, 100, 0.1);
    --tip-box-from: #326295;
    --tip-box-to: #0c1fff;
    --tip-box-background: #00000066
}

*,
:after,
:before {
    box-sizing: border-box
}

.nexit-ppp-login [hidden] {
    display: none !important
}

body,
html {
    font-size: 16px !important;
    font-family: "Nunito Sans" !important
}

body.nexit-ppp-login {
    margin: 0 !important
}

.pixel-medicion,
img[referrerpolicy=no-referrer-when-downgrade] {
    position: absolute;
    height: 0
}

.nexit-ppe-login *,
.nexit-ppp-login * {
    font-family: "Nunito Sans"
}

.nexit-login p,
span {
    font-size: var(--text-small);
    font-weight: 400;
    font-variation-settings: "wght" 400;
    color: var(--gray);
    margin-top: 0
}

.nexit-login input,
.nexit-login__right__description b {
    font-size: var(--text-default)
}

.nexit-login .nexit-login__home-btn,
.nexit-login b,
.nexit-login strong {
    font-weight: 700;
    font-variation-settings: "wght" 700
}

.nexit-login p:last-of-type {
    margin-bottom: 0
}

.nexit-login .nexit-login__contact__fonobank-container>p,
.nexit-login__contact__help-center p:first-of-type,
.nexit-login__popover p:first-of-type {
    margin-bottom: .5rem
}

.nexit-login a,
button:not(:disabled) {
    position: relative;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    cursor: pointer;
    outline: 0
}

.nexit-login__input>label,
.nexit-login__popover p:first-of-type,
.nexit-login__title {
    font-weight: 400;
    font-variation-settings: "wght" 400
}

.nexit-login button {
    background: 0 0;
    outline: 0;
    border: none;
    padding: 0
}

.nexit-login a {
    color: var(--nexit-primary-dark-lighter);
    display: inline-flex;
    align-items: center;
    gap: .5rem
}

.nexit-login a:focus {
    outline: 0
}

.nexit-login input {
    outline: transparent solid 1px;
    border: 1px solid var(--gray);
    padding: 1rem;
    border-radius: .5rem;
    color: var(--gray-dark);
    height: auto
}

.nexit-login input:focus,
.nexit-login input:hover {
    border: 1px solid var(--nexit-primary)
}

.nexit-login input:focus {
    outline: 1px solid var(--nexit-primary);
    box-shadow: none;
    -webkit-box-shadow: none
}

.nexit-login a:focus-visible::before,
.nexit-login__modal a:focus-visible::before,
button:not(:disabled):focus-visible::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + .75rem);
    height: calc(100% + .75rem);
    border-radius: inherit;
    border: 2px solid var(--nexit-primary);
    transition: none
}

.nexit-login-container {
    position: relative
}

.nexit-login__mobile-background {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    overflow: hidden;
    transition: opacity var(--default-transition-time)
}

.nexit-login__mobile-background img {
    height: 100%;
    max-height: 400px;
    width: 100%;
    max-width: 100svw;
    object-fit: cover
}

.nexit-login {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    padding: 3rem 1rem 1rem;
    border-radius: 1.5rem
}

.nexit-login__left,
.nexit-login__right {
    width: 100%
}

.nexit-login__left {
    padding: 2rem 1rem;
    z-index: 30;
    border-radius: inherit;
    background-color: var(--login-background-color);
    box-shadow: var(--modal-shadow)
}

@media (min-width:576px) {
    .nexit-login__mobile-background {
        display: none
    }

    .nexit-login {
        min-height: 100svh;
        padding: 0;
        border-radius: 0
    }

    .nexit-login__left {
        padding: 2rem 0 0;
        border-radius: 0 0 2.5rem 2.5rem;
        box-shadow: unset
    }
}

@media (min-height:1016px) {
    .nexit-login__left {
        display: flex;
        flex-direction: column;
        justify-content: center
    }
}

.nexit-login__left-upper-container {
    max-width: 100%;
    padding: 0 1rem
}

.nexit-login .nexit-login__home-btn {
    display: none;
    font-size: var(--text-smallest);
    text-decoration: none;
    border-radius: 3rem;
    padding: .5rem 1rem;
    transition: var(--default-transition-time);
    border: 2px solid;
    color: var(--nexit-primary);
    border-color: var(--gray-pub)
}

.nexit-login .nexit-login__home-btn i {
    padding: 0 .25rem
}

.nexit-login .nexit-login__home-btn:hover {
    border-color: var(--nexit-primary);
    box-shadow: var(--btn-shadow)
}

.nexit-login__right {
    display: none
}

@media (min-height:860px) and (min-width:992px) {
    .nexit-login__right-container:has(.nexit-login__default-slider:not([hidden])) .nexit-login__right-column-spacer {
        padding-top: 5rem
    }
}

.nexit-login__right:has(video) {
    overflow: hidden;
    margin-top: -2.5rem;
    padding-top: 2.5rem
}

.nexit-login__left a {
    text-decoration: underline;
    color: var(--nexit-primary-dark-light);
    transition: color var(--default-transition-time)
}

.nexit-login__right__background {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--black)
}

@media (min-width:576px) {
    .nexit-login__left-upper-container {
        max-width: calc(660px + var(--gutters-total-width));
        margin: 0 auto;
        width: 100%
    }

    .nexit-login__left-upper-container a {
        margin-right: auto
    }

    .nexit-login .nexit-login__home-btn {
        display: inline-flex
    }

    .nexit-login__right {
        position: relative;
        display: flex;
        flex: 1
    }

    .nexit-login__right__background {
        display: flex;
        top: -3rem;
        height: calc(100% + 3rem)
    }
}

.nexit-login__right__background img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    mask-image: linear-gradient(black 70%, transparent)
}

.nexit-login__right__background-video {
    position: absolute;
    left: 0;
    width: 100%;
    top: -2.5rem;
    height: calc(100% + 2.5rem);
    object-fit: cover;
    display: none
}

.nexit-login__right__background-video-overlay {
    height: 100%;
    width: calc(100% + 2.5rem);
    position: absolute;
    left: -2.5rem;
    z-index: 1;
    background-image: linear-gradient(transparent 70%, #000);
    pointer-events: none;
    display: none
}

.nexit-login .nexit-login__right__description {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 0;
    margin-top: 3rem
}

.nexit-login .nexit-login__right__description * {
    color: var(--light-color)
}

.nexit-login .nexit-login__right__description [description-title] {
    display: block;
    margin-bottom: .5rem
}

.nexit-login .nexit-login__right__description [description-location] {
    display: inline-block
}

.nexit-login .nexit-login__right__description [description-location] img {
    transform: translateY(2px);
    margin-right: .5rem
}

.nexit-login__right-container {
    display: none;
    position: relative;
    width: 100%;
    max-width: calc(520px + var(--gutters-total-width));
    margin: 0 auto;
    padding: 4rem 1rem 4.5rem
}

.nexit-login__right-container:has(#sliderSkeleton:not([hidden])) {
    margin: auto;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (min-width:576px) and (min-height:1016px) {
    .nexit-login__right-container:has(.nexit-login__default-slider:not([hidden])) {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .nexit-login__right-container:has(.nexit-login__modyo-slider:not([hidden])) {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
}

.nexit-login__right-container:has(.nexit-login__modyo-slider:not([hidden])) {
    padding-top: 4.5rem
}

@media (min-width:576px) {

    .nexit-login__right-container,
    .nexit-login__right__background-video,
    .nexit-login__right__background-video-overlay {
        display: block
    }
}

@media (min-width:992px) and (max-height:1016px) {
    .nexit-login__right-container {
        padding: 0 1rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .nexit-login__right-container {
        max-width: calc(100% - 2rem)
    }
}

.nexit-login__form-container {
    max-width: 100%;
    padding: 0 1rem 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}

@media (min-width:576px) {
    .nexit-login__form-container {
        max-width: calc(380px + var(--gutters-total-width));
        margin: 0 auto;
        padding-top: 1.5rem
    }
}

.nexit-login__more {
    margin: 0 auto;
    padding: 0 1rem;
    width: 100%
}

.nexit-login__login-help {
    text-align: center;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

.nexit-login__login-help p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .25rem;
    margin: 0
}

.nexit-login__login-help img {
    padding-right: .4rem
}

.nexit-login__login-help p:first-of-type {
    position: relative;
    flex-flow: wrap
}

.nexit-login__contact {
    text-align: center;
    background-color: var(--nexit-soft-blue-pub);
    padding: 1.5rem .5rem;
    border-radius: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2rem
}

.nexit-login__contact__fonobank {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .25rem;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0
}

.nexit-login__contact__fonobank-container {
    position: relative
}

.nexit-login__contact__fonobank-container:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1rem;
    width: 1.75rem;
    height: 2px;
    border-radius: 1.25rem;
    background-color: var(--nexit-brand-lighter)
}

@media (min-width:768px) and (max-width:991.98px) {
    .nexit-login__right-container:has(.nexit-login__default-slider:not([hidden])) {
        max-width: calc(660px + var(--gutters-total-width))
    }

    .nexit-login__more {
        max-width: calc(660px + var(--gutters-total-width))
    }

    .nexit-login__contact {
        flex-direction: row;
        gap: 3.5rem
    }

    .nexit-login__contact__fonobank-container {
        width: 100%
    }

    .nexit-login__contact__fonobank-container:after {
        bottom: unset;
        left: unset;
        top: 50%;
        transform: translateY(-50%);
        right: -1.75rem;
        height: 1.75rem;
        width: 2px
    }
}

.nexit-login__contact__fonobank-phones {
    display: flex;
    gap: .875rem;
    flex-flow: wrap;
    justify-content: center
}

@media (min-width:390px) {
    .nexit-login__contact__fonobank-phones {
        gap: 1.25rem
    }
}

@media (min-width:420px) {
    .nexit-login__contact {
        padding: 1.5rem
    }

    .nexit-login__contact__fonobank-phones {
        gap: 2.5rem
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    .nexit-login__contact__fonobank p:last-of-type {
        flex-direction: column
    }
}

.nexit-login__contact__fonobank b {
    color: var(--gray)
}

.nexit-login__contact__fonobank a {
    text-decoration: none
}

.nexit-login__contact__help-center {
    width: 100%
}

.nexit-login__contact__help-center a {
    text-transform: uppercase;
    letter-spacing: var(--spaced-chars)
}

.nexit-login__logos {
    display: flex;
    column-gap: 1rem;
    row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    margin-bottom: 1.5rem;
    width: 100%
}

.nexit-login__logos div {
    display: flex
}

.nexit-login__logos div:first-of-type,
.nexit-login__slider-container {
    position: relative
}

.nexit-login__logos div:first-of-type img {
    width: 100px;
    object-fit: contain
}

.nexit-login__logos div:nth-of-type(2) img,
.nexit-login__logos div:nth-of-type(3) img {
    width: 115px;
    object-fit: contain
}

.nexit-login__logos div:first-of-type:after {
    content: "";
    position: absolute;
    left: unset;
    right: -.5rem;
    height: 1rem;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--gray-lighter);
    display: none
}

@media (min-width:330px) {
    .nexit-login__logos div:first-of-type:after {
        display: block
    }
}

@media (min-width:460px) {
    .nexit-login__logos {
        column-gap: 2re40
        margin-bottom: 2rem
    }

    .nexit-login__logos div:first-of-type img {
        width: 400px
    }

    .nexit-login__logos div:nth-of-type(2) img,
    .nexit-login__logos div:nth-of-type(3) img {
        width: 170px
    }

    .nexit-login__logos div:first-of-type:after {
        left: unset;
        right: -1rem;
        height: 1rem;
        width: 1px;
        top: 50%;
        transform: translateY(-50%)
    }
}

.nexit-login__title {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: var(--text-medium);
    text-align: center
}

.nexit-login__form-container form {
    all: unset;
    width: 100%
}

.nexit-login__form-container .nexit-login__submit {
    background-color: var(--nexit-primary-dark);
    padding: 1rem;
    min-height: 55px;
    border-radius: 260px;
    width: 100%;
    transition: var(--default-transition-time)
}

.nexit-login__form-container .nexit-login__submit:not(:disabled):hover {
    box-shadow: var(--btn-shadow)
}

.nexit-login__form-container .nexit-login__submit.loading:disabled,
.nexit-login__form-container .nexit-login__submit:focus {
    background-color: var(--nexit-brand)
}

.nexit-login__form-container .nexit-login__submit:not(.loading):disabled {
    background-color: var(--nexit-brand-lighter)
}

.nexit-login__submit__text {
    text-transform: uppercase;
    color: var(--light-color);
    font-size: var(--text-small);
    font-weight: 700;
    font-variation-settings: "wght" 700
}

.nexit-login__loading-lines {
    display: none;
    height: 19px;
    gap: .25rem;
    justify-content: center;
    align-items: center
}

.nexit-login__loading-line {
    display: inline-block;
    height: .5rem;
    width: .5rem;
    border-radius: 50%;
    background: var(--light-color);
    transform: translateY(0);
    animation: 1s linear infinite loadingBounce
}

.nexit-login__loading-line:first-of-type {
    animation-delay: -.5s
}

.nexit-login__loading-line:nth-of-type(2) {
    animation-delay: -.75s
}

@keyframes loadingBounce {
    25% {
        transform: translateY(-.1rem)
    }

    75% {
        transform: translateY(.1rem)
    }

    100% {
        transform: translateY(0)
    }
}

.nexit-login__submit.loading {
    display: flex;
    align-items: center;
    justify-content: center
}

.nexit-login__submit.loading .nexit-login__submit__text {
    display: none
}

.nexit-login__submit.loading .nexit-login__loading-lines {
    display: flex
}

.nexit-login__form-container .nexit-login__login-help {
    margin-top: 1.25rem
}

.nexit-login__field {
    margin-bottom: 2rem
}

.nexit-login__form-container .nexit-login__field:has(.nexit-login__error-message:not([hidden])) {
    margin-bottom: 1.75rem
}

.nexit-login__form-container .nexit-login__field:has(.nexit-login__error-message:not([hidden])) input {
    border-color: var(--error)
}

.nexit-login__form-container .nexit-login__field:has(.nexit-login__error-message:not([hidden])) input:focus {
    outline-color: var(--error)
}

.nexit-login__input {
    display: flex;
    flex-direction: column;
    position: relative
}

.nexit-login__input>input {
    width: 100%;
    padding-right: 3.5rem
}

.nexit-login__input>label {
    position: absolute;
    top: 50%;
    left: .5rem;
    transform: translateY(-50%);
    padding: .25rem;
    background: #fff;
    transition: var(--default-transition-time);
    pointer-events: none;
    color: var(--gray-dark);
    margin-bottom: 0
}

.nexit-login .nexit-login__error-message {
    color: var(--error);
    margin-top: .5rem;
    font-size: var(--text-smallest);
    margin-bottom: 0
}

.nexit-login__input label:has(~ input:focus),
.nexit-login__input label:has(~ input:valid) {
    font-size: var(--text-smallest);
    top: 0;
    pointer-events: all
}

.nexit-login__popover {
    position: absolute;
    top: 0;
    background: var(--light-color);
    left: calc(100% + 3rem);
    min-width: 260px;
    padding: 1.5rem 1.75rem;
    border-radius: 1rem;
    filter: drop-shadow(var(--popover-shadow));
    opacity: 0;
    transform: translateX(-.75rem);
    transition-duration: var(--default-transition-time);
    display: none;
    pointer-events: none
}

.nexit-login__popover:before {
    content: "";
    position: absolute;
    left: -1rem;
    top: 2rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 16px 11px 0;
    border-color: transparent var(--light-color) transparent transparent
}

.nexit-login__popover__icon {
    background: var(--icon-gradient);
    padding: .5rem;
    border-radius: 50%;
    display: inline-flex;
    width: 40px;
    height: 40px;
    margin-bottom: .75rem
}

.nexit-login__popover p:first-of-type {
    color: var(--nexit-primary-dark-light)
}

.nexit-login__popover p:last-of-type {
    color: var(--gray);
    font-weight: 300;
    font-variation-settings: "wght" 300
}

.nexit-login .nexit-login__modyo-slide *,
.nexit-login__default-slide p,
.nexit-login__default-slide p b {
    color: var(--light-color)
}

.nexit-login__input--password input:focus~.nexit-login__popover,
.nexit-login__input--password input:hover~.nexit-login__popover {
    opacity: 1;
    transform: translateX(0);
    transition-delay: var(--default-transition-time)
}

.nexit-login .nexit-login__visibility-toggle {
    position: absolute;
    display: inline-flex;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    height: 1.5rem;
    width: 1.5rem
}

.nexit-login .nexit-login__visibility-toggle label {
    border-radius: 50%;
    height: inherit;
    width: inherit;
    cursor: pointer
}

.nexit-login .nexit-login__visibility-toggle label:has(input:focus-visible):before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + .75rem);
    height: calc(100% + .75rem);
    border-radius: inherit;
    border: 2px solid var(--nexit-primary);
    transition: none
}

.nexit-login .nexit-login__visibility-toggle input,
.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    left: 0
}

.nexit-login .nexit-login__visibility-toggle label:has(input:checked) .on {
    opacity: 0
}

.nexit-login .nexit-login__visibility-toggle label:has(input:not(:checked)) .off {
    opacity: 0
}

.nexit-login__visibility-icon {
    position: absolute;
    width: inherit;
    pointer-events: none
}

.nexit-login__right-container .swiper-slide .nexit-login__modyo-slide {
    opacity: 0;
    transition: opacity var(--default-transition-time)
}

.nexit-login__rifght-container .swiper-container,
.scroll-blocked {
    overflow: hidden
}

.nexit-login__right-container .swiper {
    max-width: 100%;
    min-height: 0;
    min-width: 0
}

.nexit-login__right-container .swiper-wrapper {
    padding: 0;
    margin: 0
}

.nexit-login__right-container .swiper-slide-active .nexit-login__default-slide,
.nexit-login__right-container .swiper-slide-active .nexit-login__modyo-slide {
    opacity: 1
}

.nexit-login__slider-container:has(.nexit-login__slider-skeleton:not([hidden])) .nexit-login__slider__mantle {
    height: calc(100% + 1.75rem)
}

.nexit-login__slider-controls {
    padding: 2.75rem 1rem 1.35rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    background: rgba(0, 0, 0, .5);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 1rem;
    margin-top: -1.5rem
}

.nexit-login__slider-container:has(.nexit-login__default-slider:not([hidden]))+#sliderControls .nexit-login__slider-controls {
    display: none
}

.nexit-login__slider-controls>div:first-of-type {
    width: auto;
    display: flex;
    gap: .75rem
}

.nexit-login__slider-controls>div:nth-of-type(2) {
    width: 100%
}

.nexit-login__slider__control span {
    height: 8px;
    width: 8px;
    border-color: var(--login-progress-controls-color);
    border-width: 2px 2px 0 0;
    border-style: solid
}

.nexit-login .nexit-login__slider__control:not(:disabled):focus-visible::before {
    border-color: var(--light-color);
    transition: none
}

.nexit-login__slider__control.prev span {
    transform: rotate(225deg);
    margin-left: .25rem
}

.nexit-login__slider__control.next span {
    transform: rotate(45deg);
    margin-right: .25rem
}

.nexit-login__slider-controls button {
    outline: 0;
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: 0 0;
    border: 2px solid var(--login-progress-controls-color);
    border-radius: 50%;
    position: relative;
    gap: .2rem;
    transition: none
}

.nexit-login .nexit-login__modyo-slide a,
.nexit-login__modal-wrapper,
.nexit-login__modal__bottom button,
.nexit-login__slider-pause span:last-of-type {
    transition: var(--default-transition-time);
    transition: var(--default-transition-time)
}

.nexit-login__slider-controls button:disabled {
    opacity: .5
}

.nexit-login__slider-pagination {
    width: 100%;
    display: flex;
    gap: 1rem
}

.nexit-login__slider-pagination span {
    width: 100%;
    height: 4px;
    border-radius: 4px;
    position: relative;
    background: var(--gray-background);
    overflow: hidden
}

.nexit-login .nexit-login__slider-pause:not(:disabled):focus-visible::before {
    border-color: var(--light-color);
    transition: none
}

.nexit-login__slider-pause span:first-of-type,
.nexit-login__slider-pause span:nth-of-type(2) {
    display: block;
    border-radius: 2px;
    width: 2px;
    height: 10px;
    transition: var(--default-transition-time);
    background-color: var(--login-progress-controls-color)
}

.nexit-login__slider-pause span:last-of-type {
    position: absolute;
    height: 0;
    width: 0;
    border-radius: 2px;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent var(--login-progress-controls-color);
    opacity: 0;
    transform: scale(0) translateX(1px)
}

.nexit-login__slider-pause.paused span:first-of-type,
.nexit-login__slider-pause.paused span:nth-of-type(2),
.nexit-login__slider-pause[data-animation-state=paused] span:first-of-type,
.nexit-login__slider-pause[data-animation-state=paused] span:nth-of-type(2) {
    opacity: 0;
    transform: scale(0)
}

.nexit-login__slider-pause.paused span:last-of-type,
.nexit-login__slider-pause[data-animation-state=paused] span:last-of-type {
    opacity: 1;
    transform: scale(1) translateX(1px)
}

.nexit-login__slider-pagination .slide-progress {
    pointer-events: none;
    display: block;
    height: 4px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(90deg, var(--login-progress-gradient-first-color) 20%, var(--login-progress-gradient-second-color) 100%);
    transform: translateX(-100%)
}

.nexit-login__slider-pagination .swiper-pagination-bullet {
    opacity: 1
}

.nexit-login__slider-pagination .swiper-pagination-bullet-active .slide-progress {
    animation: advanceProgress linear var(--login-swiper-animation-time)
}

@keyframes advanceProgress {
    from {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(0)
    }
}

.nexit-login .nexit-login__modyo-slide {
    display: flex;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    align-self: end;
    gap: .5rem
}

.nexit-login__modyo-slide__body {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    position: relative
}

.nexit-login__modyo-slide__body:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--gray-lighter);
    opacity: .3
}

.nexit-login .nexit-login__modyo-slide a {
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    justify-content: space-between;
    font-size: var(--text-small);
    letter-spacing: var(--spaced-chars)
}

.nexit-login .nexit-login__modyo-slide a:hover {
    font-weight: 800;
    font-variation-settings: "wght" 800
}

.nexit-login .nexit-login__modyo-slide a:focus-visible:before {
    border-color: var(--light-color);
    transition: none;
    z-index: 1
}

.nexit-login .nexit-login__modyo-slide p {
    font-size: var(--text-biggest);
    line-height: 2rem;
    font-weight: 300;
    font-variation-settings: "wght" 300
}

.nexit-login__modyo-slide>img {
    position: relative;
    object-fit: cover;
    max-width: 224px;
    max-height: 300px;
    align-self: end;
    margin-left: auto
}

.nexit-login__modyo-slide__graphic {
    position: absolute;
    right: 0;
    bottom: 1px;
    height: calc(100% - 1.75rem - 1px);
    width: 6.5rem;
    border-radius: 1rem;
    mask-image: linear-gradient(to left, white 20%, transparent 100%);
    overflow: hidden
}

.nexit-login__modyo-slide__graphic img {
    height: 100%;
    width: 100%
}

.nexit-login__slider__mantle {
    position: absolute;
    left: 0;
    width: 100%;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 1rem;
    z-index: 1;
    top: unset;
    bottom: 0;
    box-shadow: none;
    height: calc(100% - 1.75rem);
    background: rgba(0, 0, 0, .5)
}

.nexit-login__slider__mantle:has(~ .nexit-login__default-slider:not([hidden])) {
    height: 100%
}

.nexit-login__modyo-slide__left-column {
    padding: 3.5rem 0 2.75rem 2rem
}

.nexit-login .nexit-login__default-slider {
    position: relative;
    max-height: unset;
    padding: 2.5rem
}

.nexit-login__default-slider ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.nexit-login__default-slider li {
    margin-bottom: 1rem
}

.nexit-login__default-slider li:last-of-type {
    margin-bottom: 0
}

@supports (display:grid) {
    .nexit-login__default-slider ul {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem
    }

    @media (min-width:768px) and (max-width:991.98px) {
        .nexit-login__default-slider ul {
            grid-template-columns: 1fr 1fr
        }
    }

    .nexit-login__default-slider li {
        margin-bottom: 0
    }
}

.nexit-login .nexit-login__default-slider>p {
    font-weight: 300;
    font-variation-settings: "wght" 300;
    text-align: center;
    color: var(--light-color);
    margin-bottom: 1.5rem;
    text-wrap: balance;
    font-size: var(--text-medium)
}

.nexit-login__default-slide {
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    border-radius: .8125rem;
    background: var(--tip-box-background);
    height: 100%
}

.nexit-login__default-slide p {
    font-weight: 400;
    font-variation-settings: "wght" 400;
    font-size: var(--text-small);
    text-wrap: balance
}

.nexit-login__modal__body a,
.nexit-login__modal__bottom button {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    text-decoration: none
}

.nexit-login__default-slide div:first-of-type {
    background-image: linear-gradient(45deg, var(--tip-box-from),var(--tip-box-to));
    height: 3.75rem;
    width: 3.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .75rem;
    flex: none
}

.nexit-login__default-slide img {
    width: 24px
}

.nexit-login__slider-skeleton {
    height: 300px;
    width: 100%;
    padding: 0 2rem 1.5rem;
    position: relative;
    z-index: 20;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 1.75rem
}

@media (min-width:992px) {
    .nexit-login {
        flex-direction: row;
        overflow: hidden
    }

    .nexit-login__left,
    .nexit-login__right {
        width: 50%
    }

    .nexit-login__left {
        border-radius: 0 2.5rem 2.5rem 0
    }

    .nexit-login__right:has(video) {
        overflow: unset;
        margin-top: 0;
        padding-top: 0
    }

    .nexit-login__right__background {
        left: -2.5rem;
        top: unset;
        height: 100%;
        width: calc(100% + 2.5rem)
    }

    .nexit-login__right__background-video {
        top: unset;
        left: -2.5rem;
        width: calc(50svw + 2.5rem);
        height: 100svh
    }

    .nexit-login .nexit-login__right__description {
        margin-top: 0;
        padding-bottom: 4rem
    }

    .nexit-login__right-container {
        padding: 0 1rem
    }

    .nexit-login__form-container {
        padding-top: 3.5rem
    }

    .nexit-login__more {
        max-width: calc(380px + var(--gutters-total-width))
    }

    .nexit-login__title {
        font-size: var(--text-big)
    }

    .nexit-login__popover {
        display: block
    }

    .nexit-login__right-container .swiper-slide .nexit-login__default-slide {
        opacity: 1;
        transition: none
    }

    .nexit-login__slider-container:has(.nexit-login__default-slider:not([hidden])) {
        padding: 0
    }

    .nexit-login__slider-skeleton {
        margin-top: 0
    }
}

.nexit-login__slider-skeleton span {
    height: 1rem;
    background: var(--gray-background-skeleton);
    border-radius: .25rem;
    position: relative;
    overflow: hidden
}

.nexit-login__slider-skeleton div {
    display: flex;
    gap: 1rem
}

.nexit-login__slider-skeleton div:first-child {
    flex-direction: column
}

.nexit-login__slider-skeleton div:first-child span:first-child {
    width: 60%
}

.nexit-login__slider-skeleton div:first-child span:nth-child(2) {
    width: 70%
}

.nexit-login__slider-skeleton div:first-child span {
    height: 1.5rem
}

.nexit-login__slider-skeleton div:first-child span:last-child {
    width: 40%
}

.nexit-login__slider-skeleton div:nth-of-type(2) span {
    height: 2rem;
    width: 50%
}

.nexit-login__slider-skeleton div:last-child span {
    width: 100%
}

.nexit-login__slider-skeleton span:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .2) 20%, hsla(0, 0%, 100%, .5) 60%, hsla(0, 0%, 100%, 0));
    animation: 1s infinite pulseAnimation;
    content: ""
}

@keyframes pulseAnimation {
    100% {
        transform: translateX(100%)
    }
}

.nexit-login__modal-container {
    position: fixed;
    z-index: 1000;
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    opacity: 0
}

.nexit-login__modal-backdrop {
    position: absolute;
    background: var(--modal-backdrop-color);
    inset: 0;
    z-index: 1000;
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent
}

.nexit-login__modal-wrapper {
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center
}

.nexit-login__modal-container.nexit-login__modal--active {
    display: block;
    animation: modalFadeIn var(--default-transition-time) cubic-bezier(.25, .8, .25, 1) forwards
}

.nexit-login__modal-container.nexit-login__modal--transitioning {
    display: block;
    animation: modalFadeOut var(--default-transition-time) cubic-bezier(.25, .8, .25, 1) forwards
}

.nexit-login__modal-container.nexit-login__modal--active .nexit-login__modal-wrapper {
    animation: wrapperScaleIn var(--default-transition-time) cubic-bezier(.25, .8, .25, 1) forwards
}

@keyframes modalFadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes modalFadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes wrapperScaleIn {
    from {
        transform: scale(.75)
    }

    to {
        transform: scale(1)
    }
}

.nexit-login__modal-inner {
    pointer-events: auto
}

.nexit-login__modal {
    z-index: 1000;
    background: var(--light-color);
    padding: 1.5rem 1.5rem 2rem;
    border-radius: .5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: calc(100% - 2rem);
    margin: auto;
    box-shadow: var(--modal-shadow)
}

.nexit-login__modal:focus {
    outline: 0
}

.nexit-login__modal-container .nexit-login__modal__close-btn {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    padding: 0;
    border: 0;
    outline: 0;
    background: 0 0
}

.nexit-login__modal__close-btn span {
    display: block;
    position: relative;
    height: 1rem;
    width: 1rem
}

.nexit-login__modal__close-btn span:after,
.nexit-login__modal__close-btn span:before {
    content: "";
    position: absolute;
    width: .75rem;
    height: .125rem;
    background-color: var(--gray);
    border-radius: 2px;
    top: 50%;
    translate: 0 -50%
}

.nexit-login__modal__close-btn span:before {
    transform: rotate(45deg);
    left: 2px
}

.nexit-login__modal__close-btn span:after {
    transform: rotate(-45deg);
    right: 2px
}

.nexit-login__modal__icon {
    margin-bottom: 1rem;
    display: flex
}

.nexit-login__modal__body p {
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: center
}

.nexit-login__modal__body p:first-of-type {
    font-size: var(--text-medium);
    font-weight: 400;
    font-variation-settings: "wght" 400;
    color: var(--error)
}

@media (min-width:576px) {
    .nexit-login__more {
        margin-bottom: 3.25rem
    }

    .nexit-login__modal {
        max-width: 480px
    }

    .nexit-login__modal__body p:first-of-type {
        font-size: var(--text-big);
        font-weight: 400;
        font-variation-settings: "wght" 400;
        color: var(--error)
    }
}

.nexit-login__modal__body p:not(:first-of-type) {
    font-weight: 400;
    font-variation-settings: "wght" 400;
    color: var(--gray)
}

.nexit-login__modal__body a {
    color: var(--gray);
    position: relative
}

.nexit-login__modal__body a:focus {
    outline: 0
}

.nexit-login__modal__bottom {
    display: flex
}

.nexit-login__modal__bottom button {
    position: relative;
    font-size: var(--text-smallest);
    border-radius: 3rem;
    padding: .5rem 1rem;
    border: 2px solid;
    color: var(--gray-dark);
    border-color: var(--gray-lighter);
    background: 0 0;
    margin: auto
}

.nexit-login__modal__bottom button:focus,
.nexit-login__modal__bottom button:hover {
    border-color: var(--gray-light);
    box-shadow: var(--btn-hover-neutral-shadow)
}

.nexit-login__modal__bottom button:focus {
    background: var(--gray-light);
    color: var(--light-color)
}