﻿.v--modal-block-scroll {
    overflow: hidden;
    width: 100vw;
}

.v--modal-overlay {
    position: fixed;
    box-sizing: border-box;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    z-index: 999;
    opacity: 1;
}

    .v--modal-overlay.scrollable {
        height: 100%;
        min-height: 100vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .v--modal-overlay .v--modal-background-click {
        width: 100%;
        height: 100%;
    }

    .v--modal-overlay .v--modal-box {
        position: relative;
        overflow: hidden;
        box-sizing: border-box;
    }

    .v--modal-overlay.scrollable .v--modal-box {
        margin-bottom: 2px;
    }

.v--modal {
    background-color: white;
    text-align: left;
    border-radius: 3px;
    box-shadow: 0 20px 60px -2px rgba(27, 33, 58, 0.4);
    padding: 0;
}

    .v--modal.v--modal-fullscreen {
        width: 100vw;
        height: 100vh;
        margin: 0;
        left: 0;
        top: 0;
    }

.v--modal-top-right {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.overlay-fade-enter-active,
.overlay-fade-leave-active {
    transition: all 0.2s;
}

.overlay-fade-enter,
.overlay-fade-leave-active {
    opacity: 0;
}

.nice-modal-fade-enter-active,
.nice-modal-fade-leave-active {
    transition: all 0.4s;
}

.nice-modal-fade-enter,
.nice-modal-fade-leave-active {
    opacity: 0;
    transform: translateY(-20px);
}

.vue-dialog div {
    box-sizing: border-box;
}

.vue-dialog .dialog-flex {
    width: 100%;
    height: 100%;
}

.vue-dialog .dialog-content {
    flex: 1 0 auto;
    width: 100%;
    padding: 15px;
    font-size: 14px;
}

.vue-dialog .dialog-c-title {
    font-weight: 600;
    padding-bottom: 15px;
}

.vue-dialog .dialog-c-text {
}

.vue-dialog .vue-dialog-buttons {
    display: flex;
    flex: 0 1 auto;
    width: 100%;
    border-top: 1px solid #eee;
}

.vue-dialog .vue-dialog-buttons-none {
    width: 100%;
    padding-bottom: 15px;
}

.vue-dialog-button {
    font-size: 12px !important;
    background: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    cursor: pointer;
    box-sizing: border-box;
    line-height: 40px;
    height: 40px;
    color: inherit;
    font: inherit;
    outline: none;
}

    .vue-dialog-button:hover {
        background: rgba(0, 0, 0, 0.01);
    }

    .vue-dialog-button:active {
        background: rgba(0, 0, 0, 0.025);
    }

    .vue-dialog-button:not(:first-of-type) {
        border-left: 1px solid #eee;
    }


.resize-observer[data-v-b329ee4c] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: none;
    background-color: transparent;
    pointer-events: none;
    display: block;
    overflow: hidden;
    opacity: 0
}

.resize-observer[data-v-b329ee4c] object {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.customer-contacts-module_box__1eFYX {
    background: white;
}

.customer-contacts-module_organization__3oKOt {
    margin-top: 4px;
    line-height: 23px;
}

.customer-contacts-module_filters__xyiA_ {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    line-height: 23px;
    margin-top: 8px;
}

.customer-contacts-module_filterText__1bJUH {
    min-width: 200px;
}

.customer-contacts-module_sortOrder__2hC_A {
    min-width: 160px;
}

.customer-contacts-module_floats__3PvF4:after {
    content: "";
    display: table;
    clear: both;
}

.customer-contacts-module_contacts__10Vdy {
    margin-top: 8px;
    box-sizing: border-box;
}

.customer-contacts-module_contactsHeader__252wm {
    font-size: 16px;
    color: white;
    background: #707C8E;
    display: flex;
    justify-content: space-between;
    border-radius: 8px 8px 0px 0px !important;
    padding: 4px 8px;
}

.customer-contacts-module_contactsBody__1YOMo {
    border: solid #6E7C8D;
    border-width: 0px 1px;
    max-height: 500px;
    overflow-y: scroll;
}

    .customer-contacts-module_contactsBody__1YOMo::-webkit-scrollbar {
        width: 8px;
    }

    .customer-contacts-module_contactsBody__1YOMo::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0);
    }

    .customer-contacts-module_contactsBody__1YOMo::-webkit-scrollbar-thumb {
        background: #C4C4C4;
        border: 0 solid rgba(0, 0, 0, 0);
        border-radius: 4px !important;
    }

.customer-contacts-module_contactsFooter__gLZvU {
    color: white;
    background: #707C8E;
    height: 8px;
    border-radius: 0px 0px 8px 8px !important;
}

.customer-contacts-module_noContacts__1M4B1 {
    padding: 4px 8px;
}

.customer-contacts-module_contact__25f5z {
    border-bottom: 1px solid #6E7C8D;
    padding-bottom: 4px;
}

    .customer-contacts-module_contact__25f5z:last-child {
        border-bottom: none;
    }

.customer-contacts-module_contactDate__1blj7 {
    color: #6E7C8D;
    float: right;
    font-size: 10px;
    margin: 8px 8px 0px 0px;
}

.customer-contacts-module_contactBadge__1--Vu {
    float: left;
    border: 1px solid #6E7C8D;
    border-radius: 4px 4px 15px 4px;
    font-size: 13px;
    margin: 8px 0px 0px 8px;
    padding: 0px 8px 0px 4px;
}

.customer-contacts-module_contactDataColumns__RxFTs {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

.customer-contacts-module_contactDataColumn__2aD6B {
    width: 45%;
    margin: 0px 8px;
}

.customer-contacts-module_contactDataBig__E36wu {
    font-size: 16px;
    line-height: 16px;
}

    .customer-contacts-module_contactDataBig__E36wu em {
        background: yellow;
        font-style: normal;
    }

.customer-contacts-module_contactData__3x2vU {
    color: #202020;
    font-size: 13px;
    line-height: 16px;
}

.customer-contacts-module_contactCategories__3huID {
    display: flex;
    margin: 8px 0px 0px 0px;
    font-size: 13px;
    line-height: 16px;
}

.customer-contacts-module_contactCategoriesHeader__3E26-, .customer-contacts-module_contactCategoriesFirst__1bmy3, .customer-contacts-module_contactCategoriesMore__1T3Yi {
    white-space: nowrap;
}

.customer-contacts-module_contactCategoriesHeader__3E26- {
    margin-left: 8px;
}

.customer-contacts-module_contactCategoriesFirst__1bmy3 {
    text-overflow: ellipsis;
    overflow: hidden;
}

.customer-contacts-module_contactCategoriesMore__1T3Yi {
    user-select: none;
    cursor: pointer;
    margin-left: auto;
    margin-right: 8px;
}

.customer-contacts-module_contactCategoriesAll__1gXT6 ul {
    margin: 8px 8px 0px 8px;
    padding: 0;
    list-style-type: none;
    max-height: 100px;
    overflow-y: scroll;
    line-height: 13px;
}

    .customer-contacts-module_contactCategoriesAll__1gXT6 ul::-webkit-scrollbar {
        width: 8px;
    }

    .customer-contacts-module_contactCategoriesAll__1gXT6 ul::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0);
    }

    .customer-contacts-module_contactCategoriesAll__1gXT6 ul::-webkit-scrollbar-thumb {
        background: #C4C4C4;
        border: 0 solid rgba(0, 0, 0, 0);
        border-radius: 4px !important;
    }

.customer-contacts-module_contactCategoriesAll__1gXT6 li {
    margin-bottom: 0.3em;
}

.customer-contacts-module_contactCategoriesHide__CNRRf {
    user-select: none;
    cursor: pointer;
    float: right;
    margin-right: 8px;
}

.drop-down-list-module_box__3KMwg {
    position: relative;
    user-select: none;
}

.drop-down-list-module_value__3JBaw {
    padding-right: 22px;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.drop-down-list-module_icon__1NdCD {
    position: absolute;
    top: 9px;
    right: 6px;
    cursor: pointer;
    fill: #3C3C3C;
}

.drop-down-list-module_items__3kWMY {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 100;
    box-sizing: border-box;
    border-radius: 4px !important;
    border: 0.75px solid #6E7C8D;
    background-color: white;
}

.static-text-module_box__3y9Ej {
    position: relative;
    border-radius: 4px !important;
    border: 0.75px solid #6E7C8D;
    padding: 4px 7px;
}


.items-list-module_box__WaJ4m {
    list-style-type: none;
    margin: 0;
    padding: 4px 7px;
}

.items-list-module_item__1zj4a {
    cursor: pointer;
}

    .items-list-module_item__1zj4a:hover {
        background-color: #F0F2F4;
    }


.text-input-module_box__1lbIV {
    position: relative;
}

.text-input-module_value__3h9xe {
    box-sizing: border-box;
    border-radius: 4px !important;
    border: 0.75px solid #6E7C8D;
    height: 32px;
    width: 100%;
    padding: 0 6px;
    outline: none !important;
}

    .text-input-module_value__3h9xe:focus {
        border: 1.5px solid #6E7C8D;
        padding: 0 5.25px;
    }


.widgetRouter-6c7 {
    border-radius: 8px !important;
    border-bottom-right-radius: 40px !important;
    line-height: 1.3;
}

.widgetRouter__header-38c h3 {
    font-weight: normal;
    line-height: 40px;
    font-size: 32px;
}

.widgetRouter__action-9dd {
    margin-top: 24px;
}

@media screen and (min-width: 990px) {
    .widgetRouter__action-9dd a {
        min-width: 250px;
        float: right;
    }
}

.widgetRouter_black-a9c {
    background-color: black;
}

    .widgetRouter_black-a9c .widgetRouter__header-38c h3 {
        color: white;
    }

    .widgetRouter_black-a9c .widgetRouter__text-e0d p {
        color: white;
    }

.widgetRouter_header-791 {
    padding: 8px 16px 16px !important;
}

.widgetRouter_white-4f0 {
    background-color: white;
}

    .widgetRouter_white-4f0 .widgetRouter__text-e0d p {
        color: black;
    }

.widgetRouter_grey-360 {
    background-color: gray;
}

    .widgetRouter_grey-360 .widgetRouter__text-e0d p {
        color: black;
    }

.widgetRouter_bordered-520 {
    padding: 16px 24px 24px;
}

.widgetRouter_bordered-black-14b {
    border: 2px rgba(255, 255, 255, 0.5) solid;
}

.widgetRouter_bordered-white-a07 {
    border: 2px rgba(0, 0, 0, 0.5) solid;
}

.userInfoMobile-836 {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}

.auth__body-861 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.auth__text-895 {
    margin-bottom: 16px;
}

.auth__input-92f, .auth__actions-7d2 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.auth__actions-7d2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .auth__actions-7d2 a {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 210px;
    }

.auth__input-92f {
    margin-right: 20px;
}

    .auth__input-92f input {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.auth_black-cf8 .auth__text-895 {
    color: white;
}

.auth_white-c83 .auth__text-895 {
    color: black;
}


@-webkit-keyframes v-pulseStretchDelay {
    0%, 80%

{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    opacity: 1;
}

45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-opacity: 0.7;
    opacity: 0.7;
}

}

@keyframes v-pulseStretchDelay {
    0%, 80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-opacity: 1;
        opacity: 1;
    }

    45% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        -webkit-opacity: 0.7;
        opacity: 0.7;
    }
}

.pulse-loader-3ed {
    text-align: center;
    width: auto;
    padding-top: 15px;
    padding-bottom: 7px;
}

.registration__header-926 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 6px;
}

    .registration__header-926 h4 {
        font-size: 32px;
        line-height: 32px;
    }

    .registration__header-926 .reg-header-f09 {
        font-weight: 600;
    }

    .registration__header-926 p, .registration__header-926 p a {
        font-size: 13px !important;
        text-decoration: none;
    }

.registration__actions-f6b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
}

    .registration__actions-f6b a {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: 33px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 23px;
    }

    .registration__actions-f6b:last-child {
        margin-bottom: 0;
    }

    .registration__actions-f6b label + label {
        margin-left: 20px;
    }

    .registration__actions-f6b label {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .registration__actions-f6b .label-narrow-063 {
        max-width: 101px;
    }

    .registration__actions-f6b .reg-button-7ef {
        font-weight: 400;
    }

.registration__content-6f7 label {
    margin-bottom: 8px;
}

    .registration__content-6f7 label:last-child {
        margin-bottom: 0;
    }

.registration__content-6f7 a {
    cursor: pointer;
}

    .registration__content-6f7 a:hover {
        color: #EE6865 !important;
    }

.registration__content-6f7 .agreement_error-5ef {
    display: block;
    color: #EE6865;
    font-size: 13px;
}

.registration__content-6f7 .agreement-text-0d0 {
    font-size: 8px !important;
}

.registration__content-6f7 .checkbox-label-a12 {
    font-style: italic;
}

.registration__content-6f7 [errortext] {
    font-size: 13px !important;
}

.registration-383 .modal-d77 [modalwrapper] {
    padding: 0 !important;
    border: none !important;
}

.registration-383 .buttonHover-899:hover {
    opacity: 0.85;
}

.registration-383 .grayButton-eb8 {
    background: -webkit-gradient(linear, left bottom, left top, from(#6E7C8D), to(#6E7C8D)), rgba(0, 0, 0, 0.2);
    background: linear-gradient(0deg, #6E7C8D, #6E7C8D), rgba(0, 0, 0, 0.2);
    color: white !important;
}

.registration_white-931 .registration__header-926 h4 {
    color: black;
}

.registration_white-931 .registration__header-926 p {
    color: #202020 !important;
}

    .registration_white-931 .registration__header-926 p a {
        color: #202020 !important;
    }

.registration_white-931 .registration__content-6f7 p, .registration_white-931 .registration__content-6f7 a, .registration_white-931 .registration__content-6f7 label {
    color: #202020 !important;
}

.registration_white-931 .modal-d77 [modalwrapper] {
    padding: 0 !important;
    border: none !important;
}

.registration_white-931 .buttonHover-899:hover {
    opacity: 0.85;
}

.registration_white-931 .grayButton-eb8 {
    background: -webkit-gradient(linear, left bottom, left top, from(#6E7C8D), to(#6E7C8D)), rgba(0, 0, 0, 0.2);
    background: linear-gradient(0deg, #6E7C8D, #6E7C8D), rgba(0, 0, 0, 0.2);
    color: white !important;
}

.registration_white-931 .enterByEds-884 {
    color: #202020 !important;
}

.registration_black-fa8 .registration__header-926 h4 {
    color: white;
}

.registration_black-fa8 .registration__header-926 p {
    color: white !important;
}

    .registration_black-fa8 .registration__header-926 p a {
        color: white !important;
    }

.registration_black-fa8 .registration__content-6f7 p, .registration_black-fa8 .registration__content-6f7 a, .registration_black-fa8 .registration__content-6f7 label {
    color: white !important;
}

.registration_black-fa8 p {
    color: white;
}

.registration_black-fa8 .modal-d77 [modalwrapper] {
    padding: 0 !important;
    border: none !important;
}

.registration_black-fa8 .buttonHover-899:hover {
    opacity: 0.85;
}

.registration_black-fa8 .grayButton-eb8 {
    background: -webkit-gradient(linear, left bottom, left top, from(#6E7C8D), to(#6E7C8D)), rgba(0, 0, 0, 0.2);
    background: linear-gradient(0deg, #6E7C8D, #6E7C8D), rgba(0, 0, 0, 0.2);
    color: white !important;
}

.enterByEdsDiv-ca2 {
    width: 100% !important;
    text-align: center !important;
    padding-top: 8px !important;
}

.enterByEds-884 {
    text-decoration: underline !important;
    font-size: 13px !important;
}

.enterToAccount-103 {
    cursor: pointer !important;
    margin-right: 0 !important;
}

.modal-626 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    z-index: 90800;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    overflow: auto;
    font-family: 'IBM Plex Sans',sans-serif;
}

.modal__wrapper-e8d {
    position: relative;
    width: auto;
    max-height: calc(100vh - 55px);
    overflow-y: auto;
    background-color: white;
    border-radius: 8px !important;
    border-bottom-right-radius: 40px !important;
    padding: 11px 16px 16px;
    border: 1px solid #888;
    -webkit-box-shadow: -4px 0px 10px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: -4px 0px 10px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.modal__header-16a h4 {
    font-size: 32px;
    color: black;
    line-height: 32px;
}

.modal__header-16a p {
    margin: 0;
    font-size: 16px;
}

.modal__content-253 p {
    color: #202020 !important;
    margin: 0;
    margin-bottom: 16px;
    font-size: 16px;
}

.modal__actions-efa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal__close-b90 {
    position: absolute;
    top: -5px;
    right: 7px;
    color: #aaa;
    font-size: 25px !important;
    cursor: pointer;
}

    .modal__close-b90:hover, .modal__close-b90:focus {
        color: #555;
        text-decoration: none;
    }

.modal-white-38f {
    background-color: rgba(255, 255, 255, 0.25);
}

.modal-black-92e {
    background-color: rgba(0, 0, 0, 0.25);
}

.modal_mid-fd1 .modal__wrapper-e8d {
    max-width: 640px;
}

.modal_sm-99c .modal__wrapper-e8d {
    max-width: 515px;
}

.modal_xl-038 {
    padding: 0 20px;
}

    .modal_xl-038 .modal__wrapper-e8d {
        max-width: 1430px;
    }

@media only screen and (min-width: 1200px) {
    .modal_xl-038 {
        padding: 0;
    }
}

.input-e0a {
    width: 100%;
    height: auto !important;
    border: 1px #6E7C8D solid;
    border-radius: 4px !important;
    font-size: 16px;
    padding: 4px;
    color: #202020;
    font-family: 'IBM Plex Sans',sans-serif;
    text-align: left;
    resize: vertical;
    background-color: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.input_error-a1f {
    border-color: #EE6865;
    font-size: 16px;
}

.input-e0a::-webkit-input-placeholder {
    color: rgba(41, 47, 54, 0.6) !important;
    text-align: left !important;
    font-size: 16px;
    font-family: 'IBM Plex Sans',sans-serif;
}

.input-e0a::-moz-placeholder {
    color: rgba(41, 47, 54, 0.6) !important;
    text-align: left !important;
    font-size: 16px;
    font-family: 'IBM Plex Sans',sans-serif;
}

.input-e0a:-ms-input-placeholder {
    color: rgba(41, 47, 54, 0.6) !important;
    text-align: left !important;
    font-size: 16px;
    font-family: 'IBM Plex Sans',sans-serif;
}

.input-e0a::-ms-input-placeholder {
    color: rgba(41, 47, 54, 0.6) !important;
    text-align: left !important;
    font-size: 16px;
    font-family: 'IBM Plex Sans',sans-serif;
}

.input-e0a::placeholder {
    color: rgba(41, 47, 54, 0.6) !important;
    text-align: left !important;
    font-size: 16px;
    font-family: 'IBM Plex Sans',sans-serif;
}

.input-e0a:disabled {
    background-color: rgba(110, 124, 141, 0.1);
    color: #6E7C8D;
}

.input-e0a:focus {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 123, 255, 0.3);
    box-shadow: 0 0 0 1px rgba(0, 123, 255, 0.3);
}

.input-label-d2b {
    display: block;
    font-size: 16px;
}

.input-label__container-b7e {
    margin-top: 2px;
}

.input-label__dual-container-3ba {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .input-label__dual-container-3ba > div + div {
        margin-left: 20px;
    }

.input-label__error-0e6 {
    color: #EE6865;
}

.input-label__desc-f8e {
    font-size: 13px;
    color: #6E7C8D;
}

.input-label-d2b input[type="text"] {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: white;
    height: auto;
    padding-left: 4px;
}

.input-label-d2b input + input {
    margin-left: 20px;
    width: 50%;
}

.input-label_white-b65 {
    color: #202020;
}

.input-label_black-aaa {
    color: white;
}

.input-suggestions-8e7 {
    position: relative;
}

    .input-suggestions-8e7 ul {
        position: absolute;
        background-color: white;
        border-radius: 4px !important;
        padding: 4px;
        min-width: 280px;
        border: 1px #eee solid;
        border-top: 0;
        top: 100%;
    }

.input_mid-007 {
    padding: 9px 4px;
}

.inputLg-dcd {
    height: 56px !important;
    padding: 9px 7px !important;
}


.button-7f0 {
    display: block;
    max-width: 100%;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 4px !important;
    border-bottom-right-radius: 20px !important;
    -webkit-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    cursor: pointer;
}

.button-7f0 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

    .button-7f0:hover, .button-7f0:focus {
        text-decoration: none !important;
    }

.button_lg-aca {
    padding: 16px 16px;
}

.button_mid-f82 {
    padding: 9px;
}

.button_sm-e1b {
    padding: 5px !important;
}

.button_red-d15,
.button_red-d15.button_disabled-153:focus,
.button_red-d15.button_disabled-153:hover {
    color: white !important;
    background-color: #EE2B45;
    border: 1px #EE2B45 solid;
}

.button_white-547,
.button_white-547.button_disabled-153:focus,
.button_white-547.button_disabled-153:focus {
    color: #202020 !important;
    background-color: white;
}

.button_transparent-abe,
.button_transparent-abe.button_disabled-153:focus,
.button_transparent-abe.button_disabled-153:hover {
    color: #202020 !important;
    background-color: white;
    border: 1px #202020 solid;
}

.button_grey-aa6,
.button_grey-aa6.button_disabled-153:focus,
.button_grey-aa6.button_disabled-153:hover {
    color: white !important;
    background-color: #6E7C8D;
}

    .button_red-d15:focus, .button_red-d15:hover,
    .button_grey-aa6:focus, .button_grey-aa6:hover,
    .button_white-547:focus, .button_white-547:hover,
    .button_transparent-abe:focus, .button_transparent-abe:hover {
        color: white !important;
        background-color: #EE6865;
    }

    .button_white-547:focus, .button_red-d15:focus, .button_grey-aa6:focus {
        -webkit-box-shadow: 0 0 0 1px rgba(240, 67, 90, 0.5);
        box-shadow: 0 0 0 1px rgba(240, 67, 90, 0.5);
    }

.button_transparent-abe:focus, .button_transparent-abe:hover {
    border-color: transparent !important;
}

.button_disabled-153, .button_disabled-153:focus {
    opacity: .5;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.check-db8 {
    font-size: 16px;
    position: relative;
    padding-left: 1.7em;
    margin-bottom: 0;
    /*disabled*/
    /*chcked*/
    /*focused*/
    /*chcked*/
    /*focused*/
}

.check__input-d11 {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

    .check__input-d11:disabled + .check__box-2e2 {
        -webkit-box-shadow: 0 0 0 .1em #9B9B9B;
        box-shadow: 0 0 0 .1em #9B9B9B;
    }

    .check__input-d11:checked:disabled + .check__box-2e2 {
        background-color: #9B9B9B;
    }

.check__box-2e2 {
    position: absolute;
    width: 1em;
    height: 1em;
    border-radius: .05em !important;
    margin-top: .2em;
    margin-left: -1.5em;
    background-position: center -1px;
    background-repeat: no-repeat;
}

.check__label-87e {
    margin-left: 10px;
    font-weight: 600;
    margin-bottom: 0;
}

.check__input_black-a73:checked + .check__box-2e2 {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.04004 8.84766L6.64664 12.4543L12.9603 6.14055' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.check__input_black-a73:focus + .check__box-2e2 {
    -webkit-box-shadow: 0 0 0 .15em white, 0 0 0 .15em #4A90E2;
    box-shadow: 0 0 0 .15em white, 0 0 0 .15em #4A90E2;
}

.check__input_white-747:checked + .check__box-2e2 {
    background-color: #6E7C8D;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.04004 8.84766L6.64664 12.4543L12.9603 6.14055' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.check__input_white-747:focus + .check__box-2e2 {
    -webkit-box-shadow: 0 0 0 .15em #6E7C8D, 0 0 0 .15em #4A90E2;
    box-shadow: 0 0 0 .15em #6E7C8D, 0 0 0 .15em #4A90E2;
}

.check_black-324 {
    color: white;
}

    .check_black-324 .check__box-2e2 {
        -webkit-box-shadow: 0 0 0 .15em white;
        box-shadow: 0 0 0 .15em white;
    }

.check_white-23e .check__box-2e2 {
    background-color: white;
    -webkit-box-shadow: 0 0 0 .15em #6E7C8D;
    box-shadow: 0 0 0 .15em #6E7C8D;
}


.spinner-cb5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
}

.spinner-cb5 > div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.login__header-714 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px;
}

.login__header-714 .enter-908 {
    font-size: 13px;
    font-weight: 600;
}

.login__header-714 .registration-562 {
    cursor: pointer;
    font-size: 13px !important;
}

.login__header-714 a:hover {
    cursor: pointer;
    text-decoration: underline;
}

.login__actions-e0c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}

    .login__actions-e0c a {
        margin-right: 8px;
        width: 156px;
    }

    .login__actions-e0c a {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: 33px;
    }

    .login__actions-e0c:last-child {
        margin-bottom: 0;
    }

    .login__actions-e0c label + label {
        margin-left: 20px;
    }

    .login__actions-e0c label {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .login__actions-e0c .label-narrow-bee {
        max-width: 101px;
    }

.login__content-f96 label {
    margin-bottom: 8px;
}

.login__content-f96 a {
    cursor: pointer;
}

    .login__content-f96 a:hover {
        color: #EE6865 !important;
    }

.login__content-f96 [errortext] {
    font-size: 13px !important;
}

.login_white-65c .login__header-714 h4 {
    color: #202020 !important;
}

.login_white-65c .login__header-714 p a {
    color: #202020 !important;
}

.login_white-65c .login__content-f96 p, .login_white-65c .login__content-f96 a {
    color: #202020 !important;
}

.login_white-65c .enterByEds-ae2 {
    color: #202020 !important;
}

.login_white-65c .registration-562 {
    color: #202020 !important;
}

.login_white-65c .enter-908 {
    color: #202020 !important;
}

.login_black-92a .login__header-714 h4 {
    color: white;
}

.login_black-92a .login__header-714 p a {
    color: white !important;
}

.login_black-92a .login__content-f96 p, .login_black-92a .login__content-f96 a {
    color: white !important;
}

.enterByEdsDiv-126 {
    width: 100% !important;
    text-align: center !important;
    padding-top: 8px !important;
}

.enterByEds-ae2 {
    text-decoration: underline !important;
    font-size: 13px !important;
}

.pulseLoader-0fb {
    text-align: center;
    width: auto;
    padding-top: 15px;
    padding-bottom: 7px;
}


.signDiv {
    min-width: 250px;
}


.education__body-efd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.education__body-efd p {
    margin-right: 16px;
}

.education__actions-eb0 {
    min-width: 210px;
}

.education_black-c14 .education__text-799 {
    color: white;
}

.education_white-006 .education__text-799 {
    color: black;
}


.header-9d1 {
    margin-bottom: 8px;
}

.header-9d1 h4 {
    font-size: 32px;
    line-height: 32px;
    margin: 0;
}

.header_black-18a h4 {
    color: white;
}

.header_white-a0d h4 {
    color: #202020 !important;
}


.email__body-f2a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.email__input-404, .email__actions-dd4 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.email__actions-dd4 {
    max-width: 210px;
}

.email__input-404 {
    margin-right: 20px;
}

    .email__input-404 input {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.email_black-861 .email__text-08f {
    color: white;
}

.email_white-4bc .email__text-08f {
    color: #202020;
}


.license__body-2d6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.license__body-2d6 p {
    margin-right: 16px;
}

.license__actions-2e6 {
    min-width: 210px;
}

.license_black-580 .license__text-874 {
    color: white;
}

.license_white-edd .license__text-874 {
    color: black;
}


.name__body-490 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 8px;
}

.name__body-490 label {
    margin-bottom: 0;
    line-height: 1.25;
}

    .name__body-490 label > div {
        margin: 0;
    }

.name__input-81e, .name__actions-b15 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.name__actions-b15 {
    max-width: 210px;
}

.name__input-81e {
    margin-right: 20px;
}

    .name__input-81e input {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.name_black-0f5 .name__text-173 {
    color: white;
}

.name_white-218 .name__text-173 {
    color: black;
}


.input-1e2 {
    border: 1px #6E7C8D solid;
    border-radius: 4px !important;
    font-size: 16px;
    padding: 4px;
    color: #202020;
    font-family: 'IBM Plex Sans',sans-serif;
    text-align: left;
    width: 100%;
    resize: vertical;
}

.input_error-98e {
    border-color: #EE6865;
    font-size: 16px;
}

.input-1e2::-webkit-input-placeholder {
    color: rgba(41, 47, 54, 0.6) !important;
    text-align: left !important;
    font-size: 16px;
    font-family: 'IBM Plex Sans',sans-serif;
}

.input-1e2::-moz-placeholder {
    color: rgba(41, 47, 54, 0.6) !important;
    text-align: left !important;
    font-size: 16px;
    font-family: 'IBM Plex Sans',sans-serif;
}

.input-1e2:-ms-input-placeholder {
    color: rgba(41, 47, 54, 0.6) !important;
    text-align: left !important;
    font-size: 16px;
    font-family: 'IBM Plex Sans',sans-serif;
}

.input-1e2::-ms-input-placeholder {
    color: rgba(41, 47, 54, 0.6) !important;
    text-align: left !important;
    font-size: 16px;
    font-family: 'IBM Plex Sans',sans-serif;
}

.input-1e2::placeholder {
    color: rgba(41, 47, 54, 0.6) !important;
    text-align: left !important;
    font-size: 16px;
    font-family: 'IBM Plex Sans',sans-serif;
}

.input-1e2:disabled {
    background-color: rgba(110, 124, 141, 0.1);
    color: #6E7C8D;
}

.input-1e2:focus {
    -webkit-box-shadow: 0 0 0 1px blue;
    box-shadow: 0 0 0 1px blue;
}

.input-label-f5a {
    display: block;
    color: #202020;
    font-size: 16px;
}

.input-label__container-a3b {
    margin-top: 3px;
}

.input-label__dual-container-6e4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .input-label__dual-container-6e4 > div + div {
        margin-left: 20px;
    }

.input-label__error-f02 {
    color: #EE6865;
}

.input-label-f5a input {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

    .input-label-f5a input + input {
        margin-left: 20px;
        width: 50%;
    }

.input-suggestions-e3c {
    position: relative;
}

    .input-suggestions-e3c ul {
        z-index: 999;
        position: absolute;
        background-color: white;
        border-radius: 4px !important;
        min-width: 280px;
        border: 1px #eee solid;
        border-top: 0;
        top: 100%;
        padding: 0;
    }

    .input-suggestions-e3c li {
        list-style: none;
        padding: 4px;
    }

        .input-suggestions-e3c li:hover {
            background-color: #e5e5e5;
        }

        .input-suggestions-e3c li span {
            display: inline-block;
            width: 100%;
        }

.inputSuggestions-cc4 input {
    padding-left: 4px;
}


.organization__body-eb0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.organization__body-input-b77 {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 16px;
}

    .organization__body-input-b77 label > div {
        margin: 0;
    }

.organization__input-4a5, .organization__actions-bea {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.organization__actions-bea {
    max-width: 210px;
}

.organization__input-4a5 {
    margin-right: 20px;
}

    .organization__input-4a5 input {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.organization_black-488 .organization__text-6cb {
    color: white;
}

.organization_white-6bd .organization__text-6cb {
    color: black;
}


.phone-verification__header-d01 {
    margin-bottom: 8px;
}

.phone-verification__header-d01 h4 {
    font-size: 32px;
    line-height: 32px;
    margin: 0;
}

.phone-verification__actions-47c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 10px;
}

    .phone-verification__actions-47c a:last-child {
        margin-left: 16px;
    }

    .phone-verification__actions-47c a {
        min-width: 230px;
    }

    .phone-verification__actions-47c:last-child {
        margin-bottom: 0;
    }

    .phone-verification__actions-47c label + label {
        margin-left: 20px;
    }

    .phone-verification__actions-47c label {
        width: 100%;
        margin-bottom: 0;
    }

        .phone-verification__actions-47c label > div {
            margin-top: 0;
        }

    .phone-verification__actions-47c .label-narrow-e5f {
        max-width: 101px;
    }

.phone-verification__content-6ea a {
    display: inline-block;
    cursor: pointer;
    margin-top: 8px;
}

    .phone-verification__content-6ea a:hover {
        color: #EE6865 !important;
    }

.phone-verification_black-397 .phone-verification__header-d01 h4 {
    color: white;
}

.phone-verification_black-397 .phone-verification__content-6ea p, .phone-verification_black-397 .phone-verification__content-6ea a {
    color: white !important;
}

.phone-verification_white-31e .phone-verification__header-d01 {
    margin-bottom: 8px;
}

    .phone-verification_white-31e .phone-verification__header-d01 h4 {
        color: black;
    }

.phone-verification_white-31e .phone-verification__content-6ea p, .phone-verification_white-31e .phone-verification__content-6ea a {
    color: #202020 !important;
}


.role__body-70a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.role__selecting-db0, .role__actions-70a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.role__actions-70a {
    max-width: 210px;
}

.role__selecting-db0 {
    text-align: center;
}

    .role__selecting-db0 label {
        margin-right: 31px;
        line-height: 1.5;
    }

        .role__selecting-db0 label:last-child {
            margin-right: 0;
        }

.role_black-819 .role__text-3c2 {
    color: white;
}

.role_white-72b .role__selecting-db0 label {
    color: #202020;
}


.social__share-a1d {
    margin-top: 16px;
}

.social__share-a1d ul li {
    margin-right: 10px !important;
}

    .social__share-a1d ul li a > span:first-child {
        border-radius: 4px !important;
        display: block;
        overflow: hidden;
    }

.social_black-3e8 .social__text-778 {
    color: white;
}

.social_white-151 .social__text-778 {
    color: #202020 !important;
}


.tour__body-e84 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tour__body-e84 p {
    font-size: 16px;
    margin-right: 16px;
}

.tour__actions-3a1 {
    min-width: 210px;
}

.tour_black-f5f .tour__text-162 {
    color: white;
}

.tour_white-316 .tour__text-162 {
    color: black;
}


.demo__body-1ff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.demo__actions-800 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 210px;
}

.demo_black-a57 .demo__text-6d5 {
    color: white;
}


.background-0d4 {
    position: fixed;
    padding: 15px 32px;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(19, 21, 36, 0.85)), to(rgba(19, 21, 36, 0.85)));
    background: linear-gradient(0deg, rgba(19, 21, 36, 0.85), rgba(19, 21, 36, 0.85));
    z-index: 1000;
    width: 100%;
    height: 100%;
    font-family: IBM Plex Sans;
}

.background-0d4 .slideDiv-ebc {
    min-height: 95%;
    max-height: 95%;
    max-width: 95vw;
    overflow: auto;
}

    .background-0d4 .slideDiv-ebc .grayButton-c5c {
        background: -webkit-gradient(linear, left bottom, left top, from(#6E7C8D), to(#6E7C8D)), rgba(0, 0, 0, 0.2);
        background: linear-gradient(0deg, #6E7C8D, #6E7C8D), rgba(0, 0, 0, 0.2);
        color: white !important;
    }

    .background-0d4 .slideDiv-ebc .whiteButton-c64 {
        background: white !important;
        color: black !important;
    }

.title-453 {
    font-size: 48px;
    line-height: 72px;
    color: #FFFFFF;
    font-weight: normal;
}

.description-099 {
    font-size: 32px;
    line-height: 40px;
    color: #FFFFFF;
    font-weight: normal;
}

.iKnow-48a {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF !important;
    text-decoration: underline !important;
    cursor: pointer;
}

.buttonStyle-c96 {
    font-weight: normal !important;
    margin-top: 20px !important;
    font-size: 24px !important;
    line-height: 32px !important;
    width: 85%;
}

.buttonDiv-eb1 {
    padding-top: 50px;
    float: left;
}

.width100-aa6 {
    width: 100%;
    float: left;
}

.width60-93d {
    width: 60%;
    float: left;
}

.width50-04e {
    width: 50%;
    float: left;
}

.width40-0c5 {
    width: 40%;
    float: left;
}

.width30-b44 {
    width: 30%;
    float: left;
}

.descriptionDiv1-d6f {
    padding-top: 50px;
}

.descriptionDiv2-f59 {
    padding-top: 40px;
}

.iKnowDiv-578 {
    padding-top: 16px;
    padding-bottom: 20px;
}

.buttonHover-f31:hover {
    opacity: 0.85;
}

@media screen and (max-width: 767px) {
    .width60-93d {
        width: 100%;
    }

    .width50-04e {
        width: 100%;
    }

    .width40-0c5 {
        width: 100%;
    }

    .width30-b44 {
        width: 100%;
    }

    .background-0d4 {
        padding: 10px !important;
    }

    .title-453 {
        padding-top: 10px;
        font-size: 16px;
        line-height: 16px;
    }

    .description-099 {
        font-size: 16px;
        line-height: 16px;
    }

    .iKnow-48a {
        font-size: 16px;
        line-height: 16px;
    }

    .buttonStyle-c96 {
        margin-top: 10px !important;
        font-size: 16px !important;
        line-height: 16px !important;
    }

    .descriptionDiv1-d6f, .descriptionDiv2-f59, .iKnowDiv-578, .buttonDiv-eb1 {
        padding-top: 20px;
    }
}

.videoDiv-a59 {
    width: 438px;
    height: 144px;
    background: #FFFFFF;
    margin: 0 auto;
}

.underVideoDiv-d4b {
    text-align: center !important;
    width: 438px;
    height: 48px;
    background: -webkit-gradient(linear, left bottom, left top, from(#6E7C8D), to(#6E7C8D)), rgba(0, 0, 0, 0.2) !important;
    background: linear-gradient(0deg, #6E7C8D, #6E7C8D), rgba(0, 0, 0, 0.2) !important;
    border-radius: 0 0 20px 4px !important;
    margin: 0 auto;
}

.watchedAndUnderstoodDiv-887 {
    cursor: pointer;
    padding-top: 12px;
    text-align: center !important;
}

.watchedAndUnderstood-c0f {
    color: #FFFFFF !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}

.suggestions-938 {
    padding-left: 10px !important;
}

.varifyCode-089 div {
    text-align: center !important;
}

.varifyCode-089 input {
    border: none !important;
    width: 85px !important;
}

    .varifyCode-089 input:focus {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

.varifyCodeDiv-803 {
    position: absolute;
    left: -282px;
    bottom: 0;
}

    .varifyCodeDiv-803 [errorText] {
        float: left;
        font-size: 10px;
        text-align: center !important;
        width: 100%;
        padding-bottom: 5px;
    }

.varifyCodeDivInner-a0e {
    background: white;
    border-radius: 8px !important;
    margin: 0 auto;
    padding: 6px 8px;
    text-align: center;
    width: 224px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.modal-8ec [modalwrapper] {
    padding: 0 !important;
    border: none !important;
}

@media screen and (min-width: 767px) {
    [scrollDiv]::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        /*background-color: #F5F5F5;*/
    }

    [scrollDiv]::-webkit-scrollbar {
        width: 8px;
        background-color: #F5F5F5;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }

    [scrollDiv]::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: gray;
        height: 10px;
    }
}

@media screen and (max-width: 767px) {
    .hideModile-e41 {
        display: none;
    }

    .mobilePaddingBottom20-493 {
        padding-bottom: 20px !important;
    }
}

.agreementLinkContainer-7c3 {
    margin-top: 8px;
}

    .agreementLinkContainer-7c3 a {
        font-size: 12px;
        line-height: 20px;
        color: #202020 !important;
        text-decoration: none;
    }

        .agreementLinkContainer-7c3 a:hover {
            color: #202020;
        }

.organizationInfoContainer-e44 {
    max-width: 498px;
    font-family: IBM Plex Sans;
    font-style: normal;
    float: left;
    background: white;
    border-radius: 8px 8px 40px !important;
    padding: 4px 27px 12px 27px;
}

.organizationInfoHeader-e60 {
    font-weight: 200;
    font-size: 24px;
    line-height: 40px;
    color: #131524;
}

.organizationInfoBody-38b {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #202020;
    margin-top: 7px;
}

.organizationInfoAddButton-6df {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 12px;
}

.innValidationLabel-d3a {
    color: #EE6865 !important;
}

.representativePersonContainer-e2e {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 9px;
}

.representativePersonCheckBox-96d {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 6px;
}

    .representativePersonCheckBox-96d label {
        cursor: pointer;
    }

.representativePersonLabel-a4b {
    -webkit-box-flex: 100;
    -ms-flex: 100;
    flex: 100;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #6E7C8D;
}

.inputSuggestionDetails-7c3 {
    border: 0.75px solid #6E7C8D;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    padding-left: 9px;
    padding-right: 5px;
    font-size: 12px;
    line-height: 24px;
    color: #6E7C8D;
}

.manualInputOrganizationBox-caf {
    cursor: pointer;
}

.notResidentOrganizationBox-e6c {
    cursor: pointer;
}

.customSelectLabelText-d66 {
    display: inline-block;
    font-size: 16px;
    color: #202020;
    line-height: 24px;
    font-family: 'IBM Plex Sans';
}

.customSelectText-293 {
    min-height: 40px !important;
    padding: 9px 7px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left !important;
    display: inline-block;
    width: 100%;
}

    .customSelectText-293::-webkit-scrollbar {
        width: 7px;
    }

    .customSelectText-293::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0);
        border-radius: 10px;
    }

    .customSelectText-293::-webkit-scrollbar-thumb {
        background: #C4C4C4;
        border: 0 solid rgba(0, 0, 0, 0);
        border-radius: 10px !important;
    }

.notFoundDadataItemsInput-d8c {
    border-color: #EE6865 !important;
}

    .notFoundDadataItemsInput-d8c:focus {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

.formContainer-d8a {
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: white;
    border-radius: 8px 8px 40px !important;
    padding: 9px 15px 15px;
}

.labelContainer-ae0 {
    font-size: 16px;
    line-height: 24px;
    color: #202020;
    float: left;
}

.modalPadding-405 {
    padding: 11px 16px 16px;
}

.modalWidth-83e {
    width: 395px;
}

.modalContent-6e8 {
    font-size: 24px;
    line-height: 32px;
    color: black;
}

.modalButton-d51 {
    margin-top: 16px;
}

.formLabel-9b4 {
    font-size: 16px;
    line-height: 24px;
    color: #6e7c8d;
    float: left;
}

.formLabelSmallFont-ecc {
    font-size: 12px;
    line-height: 20px;
    color: #6E7C8D;
}

    .formLabelSmallFont-ecc a {
        color: #2e6ebb;
        text-decoration: underline;
        cursor: pointer;
    }

        .formLabelSmallFont-ecc a:hover {
            color: #2e6ebb !important;
            text-decoration: underline;
            cursor: pointer;
        }

.agreementCheckBoxLabel-8a9 {
    font-size: 12px;
    line-height: 20px;
    color: #6E7C8D;
    font-style: italic;
}

    .agreementCheckBoxLabel-8a9 a {
        color: #000000 !important;
        font-style: italic !important;
    }

        .agreementCheckBoxLabel-8a9 a:hover {
            color: #000000 !important;
            font-style: italic !important;
        }

.agreementError-85a {
    display: block;
    color: #EE6865;
    font-size: 16px;
}

.agreement-text-404 {
    font-size: 8px !important;
}


.input-be2 {
    width: 100%;
    height: auto !important;
    border: 1px #6E7C8D solid;
    border-radius: 4px !important;
    font-size: 16px;
    padding: 4px;
    color: #202020;
    font-family: 'IBM Plex Sans',sans-serif;
    text-align: left;
    resize: vertical;
    background-color: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.input_error-704 {
    border-color: #EE6865;
    font-size: 16px;
}

.input-be2::-webkit-input-placeholder {
    color: rgba(41, 47, 54, 0.6) !important;
    text-align: left !important;
    font-size: 16px;
    font-family: 'IBM Plex Sans',sans-serif;
}

.input-be2::-moz-placeholder {
    color: rgba(41, 47, 54, 0.6) !important;
    text-align: left !important;
    font-size: 16px;
    font-family: 'IBM Plex Sans',sans-serif;
}

.input-be2:-ms-input-placeholder {
    color: rgba(41, 47, 54, 0.6) !important;
    text-align: left !important;
    font-size: 16px;
    font-family: 'IBM Plex Sans',sans-serif;
}

.input-be2::-ms-input-placeholder {
    color: rgba(41, 47, 54, 0.6) !important;
    text-align: left !important;
    font-size: 16px;
    font-family: 'IBM Plex Sans',sans-serif;
}

.input-be2::placeholder {
    color: rgba(41, 47, 54, 0.6) !important;
    text-align: left !important;
    font-size: 16px;
    font-family: 'IBM Plex Sans',sans-serif;
}

.input-be2:disabled {
    background-color: rgba(110, 124, 141, 0.1);
    color: #6E7C8D;
}

.input-be2:focus {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 123, 255, 0.3);
    box-shadow: 0 0 0 1px rgba(0, 123, 255, 0.3);
}

.input-label-84c {
    display: block;
    font-size: 16px;
}

.input-label__container-559 {
    margin-top: 2px;
}

.input-label__dual-container-ea3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .input-label__dual-container-ea3 > div + div {
        margin-left: 20px;
    }

.input-label__error-87a {
    color: #EE6865;
}

.input-label__desc-087 {
    font-size: 13px;
    color: #6E7C8D;
}

.input-label-84c input[type="text"] {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: white;
    height: auto;
    padding-left: 4px;
}

.input-label-84c input + input {
    margin-left: 20px;
    width: 50%;
}

.input-label_white-44e {
    color: #202020;
}

.input-label_black-08a {
    color: white;
}

.input-suggestions-a21 {
    position: relative;
}

    .input-suggestions-a21 ul {
        position: absolute;
        background-color: white;
        border-radius: 4px !important;
        padding: 4px;
        min-width: 280px;
        border: 1px #eee solid;
        border-top: 0;
        top: 100%;
    }

.input_mid-ba1 {
    padding: 9px 4px;
}

.inputLg-801 {
    height: 40px !important;
    padding: 9px 7px !important;
}


.select-df3 {
    position: relative;
    border-bottom: 0;
    font-size: 16px;
    font-family: IBM Plex Sans;
}

.select-label__text-0a2 {
    display: inline-block;
    font-size: 16px;
    color: #202020;
    margin-bottom: 3px;
}

.select-label__tooltip-359 {
    margin-left: 4px;
}

.select-text-f9e {
    border: 1px #6E7C8D solid;
    border-radius: 4px !important;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.101 6.416a2 2 0 0 1-2.202 0l-3.73-2.46C-.487 2.862.287.285 2.27.285h7.46c1.983 0 2.757 2.577 1.101 3.67l-3.73 2.46z' fill='%23202020'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 4px) 8px;
    padding: 4px 20px 4px 8px;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select-text__placeHolder-0cd {
    color: rgba(41, 47, 54, 0.6) !important;
    font-size: 16px;
    font-family: 'IBM Plex Sans';
    font-style: normal !important;
    opacity: .5 !important;
}

.select-dropdown-aa8 {
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    border: 1px grey solid;
    border-radius: 4px !important;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.101 6.416a2 2 0 0 1-2.202 0l-3.73-2.46C-.487 2.862.287.285 2.27.285h7.46c1.983 0 2.757 2.577 1.101 3.67l-3.73 2.46z' fill='%23202020'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 4px) 8px;
    padding: 4px 20px 4px 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1991;
}

    .select-dropdown-aa8 input {
        border-radius: 4px !important;
        width: 100%;
        border: 2px #6E7C8D solid;
        padding: 3px 8px;
        margin-top: 5px;
        margin-bottom: 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .select-dropdown-aa8 input::-webkit-input-placeholder {
            color: #b7bec6;
        }

        .select-dropdown-aa8 input::-moz-placeholder {
            color: #b7bec6;
        }

        .select-dropdown-aa8 input:-ms-input-placeholder {
            color: #b7bec6;
        }

        .select-dropdown-aa8 input::-ms-input-placeholder {
            color: #b7bec6;
        }

        .select-dropdown-aa8 input::placeholder {
            color: #b7bec6;
        }

    .select-dropdown-aa8 ::-webkit-input-placeholder {
        color: rgba(41, 47, 54, 0.6) !important;
        font-family: 'IBM Plex Sans';
        font-style: normal !important;
        opacity: .5 !important;
    }

.select-dropdown__list-78d {
    overflow: auto;
    max-height: 250px;
}

.select-dropdown__list__item_enabled-328 {
    width: 100%;
    cursor: pointer;
}

    .select-dropdown__list__item_enabled-328 :hover {
        background-color: rgba(110, 124, 141, 0.2);
    }

.select-dropdown__list__item_disabled-ad3 {
    width: 100%;
    color: #b7bec6;
    cursor: default;
}

.select-dropdown__list__item_text-f23 {
    width: 100%;
}

.select-dropdown__list-78d::-webkit-scrollbar {
    width: 7px;
}

.select-dropdown__list-78d::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
    border-radius: 10px;
}

.select-dropdown__list-78d::-webkit-scrollbar-thumb {
    background: #C4C4C4;
    border: 0 solid rgba(0, 0, 0, 0);
    border-radius: 10px !important;
}

.input-label__error-191 {
    color: #EE6865;
}

.input_error-788 {
    border-color: #EE6865;
    font-size: 16px;
}


.tooltip-855 {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #6E7C8D;
    border-radius: 50% !important;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: white;
    line-height: 1.25;
    letter-spacing: 1px;
}


.tooltip {
    display: block !important;
    z-index: 10000;
    font-size: 13px;
    max-width: 250px;
    font-family: 'IBM Plex Sans', 'Avenir', Helvetica, Arial, sans-serif;
    text-align: left !important;
}

.tooltip .tooltip-inner {
    background: white;
    color: #202020;
    border: 1px solid #6e7c8d;
    border-radius: 4px !important;
    padding: 5px 10px 4px;
    text-align: left !important;
}

.tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px;
    border-color: black;
    z-index: 1;
}

.tooltip[x-placement^="top"] {
    margin-bottom: 5px;
}

    .tooltip[x-placement^="top"] .tooltip-arrow {
        border-width: 5px 5px 0 5px;
        border-left-color: transparent !important;
        border-right-color: transparent !important;
        border-bottom-color: transparent !important;
        bottom: -5px;
        left: calc(50% - 5px);
        margin-top: 0;
        margin-bottom: 0;
    }

.tooltip[x-placement^="bottom"] {
    margin-top: 5px;
}

    .tooltip[x-placement^="bottom"] .tooltip-arrow {
        border-width: 0 5px 5px 5px;
        border-left-color: transparent !important;
        border-right-color: transparent !important;
        border-top-color: transparent !important;
        top: -5px;
        left: calc(50% - 5px);
        margin-top: 0;
        margin-bottom: 0;
    }

.tooltip[x-placement^="right"] {
    margin-left: 5px;
}

    .tooltip[x-placement^="right"] .tooltip-arrow {
        border-width: 5px 5px 5px 0;
        border-left-color: transparent !important;
        border-top-color: transparent !important;
        border-bottom-color: transparent !important;
        left: -5px;
        top: calc(50% - 5px);
        margin-left: 0;
        margin-right: 0;
    }

.tooltip[x-placement^="left"] {
    margin-right: 5px;
}

    .tooltip[x-placement^="left"] .tooltip-arrow {
        border-width: 5px 0 5px 5px;
        border-top-color: transparent !important;
        border-right-color: transparent !important;
        border-bottom-color: transparent !important;
        right: -5px;
        top: calc(50% - 5px);
        margin-left: 0;
        margin-right: 0;
    }

.tooltip[aria-hidden='true'] {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .15s, visibility .15s;
    transition: opacity .15s, visibility .15s;
}

.tooltip[aria-hidden='false'] {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .15s;
    transition: opacity .15s;
}


.box-29d {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.box-29d .label-3e9 {
    margin-left: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}


.root-269 .label-bab {
    margin-bottom: 10px;
}

.root-269 .radioButtonBox-ad3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}


.v-spinner {
    text-align: center;
}

.v-pulse {
    border-radius: 100% !important;
}

.slot-ff8 {
    position: relative;
}

.textContainer-dab {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .textContainer-dab .textRow-113 {
        color: white;
        font-size: 24px;
        line-height: 26px;
    }

    .textContainer-dab .textRowFirst-705 {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-flex: 115;
        -ms-flex: 115;
        flex: 115;
    }

    .textContainer-dab .textRowSecond-97c {
        position: relative;
        -webkit-box-flex: 100;
        -ms-flex: 100;
        flex: 100;
        font-weight: bold;
        color: white;
    }

    .textContainer-dab .text-bb5 {
        position: relative;
        margin: 0 0 0 70px;
        max-width: 475px;
    }

    .textContainer-dab .text1-4a2 {
        padding-bottom: 9px;
    }

.containerHorizontal-f7b {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.redRow-f4b {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ff2744;
}

.blackRectangle-f94 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    background-color: #222;
    width: 505px;
}

.logo-080 {
    position: absolute;
    top: -350px;
    left: 70px;
}

.text1-show-596 {
    -webkit-animation: text1-show-frame-4eb 9.14s linear infinite;
    animation: text1-show-frame-4eb 9.14s linear infinite;
}

@-webkit-keyframes text1-show-frame-4eb {
    0% {
        -webkit-transform: translateX(-545px);
        transform: translateX(-545px);
    }

    9.84683% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes text1-show-frame-4eb {
    0% {
        -webkit-transform: translateX(-545px);
        transform: translateX(-545px);
    }

    9.84683% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.redRow-show-45a {
    -webkit-animation: redRow-show-frame-e88 9.14s linear infinite;
    animation: redRow-show-frame-e88 9.14s linear infinite;
}

@-webkit-keyframes redRow-show-frame-e88 {
    0% {
        width: 0;
    }

    9.84683% {
        width: 0;
    }

    19.69365% {
        width: 100%;
        top: 0;
    }

    52.51641% {
        width: 100%;
        top: 0;
        bottom: 0;
    }

    61.70678% {
        top: 200%;
        bottom: -200%;
    }

    100% {
        top: 200%;
        bottom: -200%;
    }
}

@keyframes redRow-show-frame-e88 {
    0% {
        width: 0;
    }

    9.84683% {
        width: 0;
    }

    19.69365% {
        width: 100%;
        top: 0;
    }

    52.51641% {
        width: 100%;
        top: 0;
        bottom: 0;
    }

    61.70678% {
        top: 200%;
        bottom: -200%;
    }

    100% {
        top: 200%;
        bottom: -200%;
    }
}

.blackRectangle-show-eb8 {
    -webkit-animation: blackRectangle-show-frame-06b 9.14s linear infinite;
    animation: blackRectangle-show-frame-06b 9.14s linear infinite;
}

@-webkit-keyframes blackRectangle-show-frame-06b {
    0% {
        height: 0;
    }

    19.69365% {
        height: 0;
    }

    26.25821% {
        height: 100%;
        top: 0;
        bottom: 0;
    }

    42.66958% {
        height: 100%;
        top: 0;
        bottom: 0;
    }

    49.23414% {
        top: 200%;
        bottom: -200%;
    }

    100% {
        top: 200%;
        bottom: -200%;
    }
}

@keyframes blackRectangle-show-frame-06b {
    0% {
        height: 0;
    }

    19.69365% {
        height: 0;
    }

    26.25821% {
        height: 100%;
        top: 0;
        bottom: 0;
    }

    42.66958% {
        height: 100%;
        top: 0;
        bottom: 0;
    }

    49.23414% {
        top: 200%;
        bottom: -200%;
    }

    100% {
        top: 200%;
        bottom: -200%;
    }
}

.text2-show-356 {
    -webkit-animation: text2-show-frame-cdf 9.14s linear infinite;
    animation: text2-show-frame-cdf 9.14s linear infinite;
}

@-webkit-keyframes text2-show-frame-cdf {
    0% {
        -webkit-transform: translateX(-545px);
        transform: translateX(-545px);
        color: #ff2744;
    }

    26.25821% {
        -webkit-transform: translateX(-545px);
        transform: translateX(-545px);
        color: #ff2744;
    }

    34.79212% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        color: #ff2744;
    }

    49.23414% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        color: #ff2744;
    }

    52.51641% {
        color: white;
    }
}

@keyframes text2-show-frame-cdf {
    0% {
        -webkit-transform: translateX(-545px);
        transform: translateX(-545px);
        color: #ff2744;
    }

    26.25821% {
        -webkit-transform: translateX(-545px);
        transform: translateX(-545px);
        color: #ff2744;
    }

    34.79212% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        color: #ff2744;
    }

    49.23414% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        color: #ff2744;
    }

    52.51641% {
        color: white;
    }
}

.text3-show-0c5 {
    -webkit-animation: text3-show-frame-eaf 9.14s linear infinite;
    animation: text3-show-frame-eaf 9.14s linear infinite;
}

@-webkit-keyframes text3-show-frame-eaf {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        color: #ff2744;
    }

    34.79212% {
        -webkit-transform: translateY(200px);
        transform: translateY(200px);
        color: #ff2744;
    }

    40.04376% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        color: #ff2744;
    }

    49.23414% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        color: #ff2744;
    }

    52.51641% {
        color: white;
    }
}

@keyframes text3-show-frame-eaf {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        color: #ff2744;
    }

    34.79212% {
        -webkit-transform: translateY(200px);
        transform: translateY(200px);
        color: #ff2744;
    }

    40.04376% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        color: #ff2744;
    }

    49.23414% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        color: #ff2744;
    }

    52.51641% {
        color: white;
    }
}

.logo-show-15c {
    -webkit-animation: logo-show-frame-e33 9.14s linear infinite;
    animation: logo-show-frame-e33 9.14s linear infinite;
}

@-webkit-keyframes logo-show-frame-e33 {
    0% {
        top: 100%;
    }

    64.98906% {
        top: 100%;
    }

    78.11816% {
        top: -350px;
    }
}

@keyframes logo-show-frame-e33 {
    0% {
        top: 100%;
    }

    64.98906% {
        top: 100%;
    }

    78.11816% {
        top: -350px;
    }
}

.mobile-ee7 .text-bb5 {
    margin-left: 16px;
}

.mobile-ee7 .logo-080 {
    left: 5px;
}

.mobile-ee7 .blackRectangle-f94 {
    left: 0;
}


.container-86b {
    position: relative;
    background-color: #222;
    border-radius: 8px 8px 60px 12px;
    min-height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.container-86b .movie-180 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 8px 8px 60px 12px;
}

.container-86b .movieHorizontal-c5d {
    position: relative;
    min-height: 160px;
    border-radius: 8px 8px 0 0;
}

.container-86b .movieHorizontal-c5d {
    position: relative;
    min-height: 160px;
    border-radius: 8px 8px 0 0;
}

.container-86b .slot-ae1 {
    position: relative;
}

.containerHorizontal-3c0 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mobile-cd6 .movieHorizontal-c5d {
    min-height: 270px;
}


@-webkit-keyframes text1-show-ce5 {
    0%

{
    top: -100%;
    bottom: 100%;
}

27.17391% {
    top: -100%;
    bottom: 100%;
}

33.69565% {
    top: 0;
    bottom: 0;
}

72.82609% {
    color: white;
}

78.26087% {
    color: rgba(0, 0, 0, 0);
}

100% {
    color: rgba(0, 0, 0, 0);
}

}

@keyframes text1-show-ce5 {
    0% {
        top: -100%;
        bottom: 100%;
    }

    27.17391% {
        top: -100%;
        bottom: 100%;
    }

    33.69565% {
        top: 0;
        bottom: 0;
    }

    72.82609% {
        color: white;
    }

    78.26087% {
        color: rgba(0, 0, 0, 0);
    }

    100% {
        color: rgba(0, 0, 0, 0);
    }
}

@-webkit-keyframes text2-show-e23 {
    0% {
        top: 100%;
        bottom: -100%;
    }

    27.17391% {
        top: 100%;
        bottom: -100%;
    }

    33.69565% {
        top: 0;
        bottom: 0;
    }

    72.82609% {
        color: white;
    }

    78.26087% {
        color: rgba(0, 0, 0, 0);
    }

    100% {
        color: rgba(0, 0, 0, 0);
    }
}

@keyframes text2-show-e23 {
    0% {
        top: 100%;
        bottom: -100%;
    }

    27.17391% {
        top: 100%;
        bottom: -100%;
    }

    33.69565% {
        top: 0;
        bottom: 0;
    }

    72.82609% {
        color: white;
    }

    78.26087% {
        color: rgba(0, 0, 0, 0);
    }

    100% {
        color: rgba(0, 0, 0, 0);
    }
}

@-webkit-keyframes red-background-show-36e {
    0% {
        background-color: rgba(0, 0, 0, 0);
    }

    47.28261% {
        background-color: rgba(0, 0, 0, 0);
    }

    51.08696% {
        background-color: #ff2744;
    }

    72.82609% {
        background-color: #ff2744;
    }

    78.26087% {
        background-color: rgba(0, 0, 0, 0);
    }

    100% {
        background-color: rgba(0, 0, 0, 0);
    }
}

@keyframes red-background-show-36e {
    0% {
        background-color: rgba(0, 0, 0, 0);
    }

    47.28261% {
        background-color: rgba(0, 0, 0, 0);
    }

    51.08696% {
        background-color: #ff2744;
    }

    72.82609% {
        background-color: #ff2744;
    }

    78.26087% {
        background-color: rgba(0, 0, 0, 0);
    }

    100% {
        background-color: rgba(0, 0, 0, 0);
    }
}

@-webkit-keyframes image-show-0f8 {
    0% {
        -webkit-transform: translateX(-190px);
        transform: translateX(-190px);
        opacity: 0;
    }

    0% {
        -webkit-transform: translateX(-190px);
        transform: translateX(-190px);
        opacity: 0;
    }

    5.43478% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    27.17391% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    33.69565% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 0;
    }

    72.82609% {
        opacity: 0;
    }

    78.26087% {
        opacity: 0.8;
    }

    94.56522% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes image-show-0f8 {
    0% {
        -webkit-transform: translateX(-190px);
        transform: translateX(-190px);
        opacity: 0;
    }

    0% {
        -webkit-transform: translateX(-190px);
        transform: translateX(-190px);
        opacity: 0;
    }

    5.43478% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    27.17391% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    33.69565% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 0;
    }

    72.82609% {
        opacity: 0;
    }

    78.26087% {
        opacity: 0.8;
    }

    94.56522% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes image-show-rotate-2be {
    0% {
        -webkit-transform: translateX(-190px);
        transform: translateX(-190px);
        opacity: 0;
    }

    0% {
        -webkit-transform: translateX(-190px) rotate(90deg);
        transform: translateX(-190px) rotate(90deg);
        opacity: 0;
    }

    5.43478% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    27.17391% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    33.69565% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 0;
    }

    72.82609% {
        opacity: 0;
    }

    78.26087% {
        opacity: 0.8;
    }

    94.56522% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes image-show-rotate-2be {
    0% {
        -webkit-transform: translateX(-190px);
        transform: translateX(-190px);
        opacity: 0;
    }

    0% {
        -webkit-transform: translateX(-190px) rotate(90deg);
        transform: translateX(-190px) rotate(90deg);
        opacity: 0;
    }

    5.43478% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    27.17391% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    33.69565% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 0;
    }

    72.82609% {
        opacity: 0;
    }

    78.26087% {
        opacity: 0.8;
    }

    94.56522% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes image-text-show-632 {
    0% {
        -webkit-transform: translateX(-190px);
        transform: translateX(-190px);
        opacity: 0;
    }

    0% {
        -webkit-transform: translateX(-190px);
        transform: translateX(-190px);
        opacity: 0;
    }

    5.43478% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    8.15217% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    8.80435% {
        -webkit-transform: rotate(1deg) translateX(1px);
        transform: rotate(1deg) translateX(1px);
    }

    9.45652% {
        -webkit-transform: rotate(-3deg) translateX(-2px);
        transform: rotate(-3deg) translateX(-2px);
    }

    10.1087% {
        -webkit-transform: rotate(4deg) translateX(3px);
        transform: rotate(4deg) translateX(3px);
    }

    10.76087% {
        -webkit-transform: rotate(-3deg) translateX(-4px);
        transform: rotate(-3deg) translateX(-4px);
    }

    11.41304% {
        -webkit-transform: rotate(1deg) translateX(0);
        transform: rotate(1deg) translateX(0);
    }

    12.3913% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    27.17391% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    33.69565% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 0;
    }

    72.82609% {
        opacity: 0;
    }

    78.26087% {
        opacity: 0.8;
    }

    94.56522% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes image-text-show-632 {
    0% {
        -webkit-transform: translateX(-190px);
        transform: translateX(-190px);
        opacity: 0;
    }

    0% {
        -webkit-transform: translateX(-190px);
        transform: translateX(-190px);
        opacity: 0;
    }

    5.43478% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    8.15217% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    8.80435% {
        -webkit-transform: rotate(1deg) translateX(1px);
        transform: rotate(1deg) translateX(1px);
    }

    9.45652% {
        -webkit-transform: rotate(-3deg) translateX(-2px);
        transform: rotate(-3deg) translateX(-2px);
    }

    10.1087% {
        -webkit-transform: rotate(4deg) translateX(3px);
        transform: rotate(4deg) translateX(3px);
    }

    10.76087% {
        -webkit-transform: rotate(-3deg) translateX(-4px);
        transform: rotate(-3deg) translateX(-4px);
    }

    11.41304% {
        -webkit-transform: rotate(1deg) translateX(0);
        transform: rotate(1deg) translateX(0);
    }

    12.3913% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    27.17391% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    33.69565% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 0;
    }

    72.82609% {
        opacity: 0;
    }

    78.26087% {
        opacity: 0.8;
    }

    94.56522% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.content-3da {
    position: relative;
}

.textContainer-aaf {
    max-width: 440px;
    margin-left: 40px;
    color: white;
    font-size: 26px;
    line-height: 28px;
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 10px;
    right: 0;
}

    .textContainer-aaf .text-c6a {
        color: white;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .textContainer-aaf .text-c6a span {
            font-size: 26px !important;
            line-height: 28px !important;
        }

        .textContainer-aaf .text-c6a em {
            font-style: normal;
            -webkit-animation: red-background-show-36e 18.4s linear infinite;
            animation: red-background-show-36e 18.4s linear infinite;
            display: inline-block;
        }

    .textContainer-aaf .text1-f8d {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-animation: text1-show-ce5 18.4s linear infinite;
        animation: text1-show-ce5 18.4s linear infinite;
    }

    .textContainer-aaf .text2-955 {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-animation: text2-show-e23 18.4s linear infinite;
        animation: text2-show-e23 18.4s linear infinite;
    }

.image-34c {
    width: 200px;
    position: absolute;
    top: 10px;
    left: 40px;
    bottom: 10px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    -webkit-animation: image-show-0f8 18.4s ease-in-out infinite;
    animation: image-show-0f8 18.4s ease-in-out infinite;
}

.imageText-e51 {
    width: 240px;
    position: absolute;
    top: 10px;
    left: 250px;
    bottom: 10px;
    color: white;
    font-size: 26px !important;
    line-height: 28px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: image-text-show-632 18.4s ease-in-out infinite;
    animation: image-text-show-632 18.4s ease-in-out infinite;
}

.imageRotateAnimation-f63 {
    -webkit-animation: image-show-rotate-2be 18.4s ease-in-out infinite;
    animation: image-show-rotate-2be 18.4s ease-in-out infinite;
}

.imageHorizontal-011 {
    width: 440px;
    background-position: left;
    top: 32px;
    bottom: 5px;
}

.imageTextHorizontal-e25 {
    width: 540px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    left: 40px;
    font-size: 20px;
    line-height: 22px;
    -webkit-animation: image-text-show-632 18.4s ease-in-out infinite;
    animation: image-text-show-632 18.4s ease-in-out infinite;
}

.mobile-806 .textContainer-aaf {
    margin-left: 0;
    margin-right: 0;
    padding-left: 2px;
    padding-right: 2px;
    width: 100%;
    text-align: center;
}

.mobile-806 .image-34c {
    top: 40px;
    left: 0;
    width: 100%;
    background-position: center;
}

.mobile-806 .imageText-e51 {
    font-size: 22px !important;
    line-height: 22px !important;
    left: 0;
    width: 100%;
    text-align: center !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.slot-65a {
    position: relative;
}

.textContainer-9ae {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .textContainer-9ae .textRow-d81 {
        color: white;
        font-size: 24px;
        line-height: 26px;
    }

    .textContainer-9ae .textRowFirst-3cb {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-flex: 115;
        -ms-flex: 115;
        flex: 115;
    }

    .textContainer-9ae .textRowSecond-c0d {
        position: relative;
        -webkit-box-flex: 100;
        -ms-flex: 100;
        flex: 100;
        font-weight: bold;
        color: white;
    }

    .textContainer-9ae .text-ba0 {
        position: relative;
        margin: 0 0 0 70px;
        max-width: 475px;
    }

    .textContainer-9ae .text1-bab {
        padding-bottom: 9px;
    }

.imgPagingContainer-0a2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.containerHorizontal-cfc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.redRow-c65 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ff2744;
}

.blackRectangle-c58 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    background-color: #222;
    width: 505px;
}

.logo-c8a {
    position: absolute;
    top: -350px;
    left: 70px;
}

.mobile-a30 .text-ba0 {
    margin-left: 16px;
}

.mobile-a30 .logo-c8a {
    left: 5px;
}

.mobile-a30 .blackRectangle-c58 {
    left: 0;
}


.slot-204 {
    width: 355px;
    background-color: whitesmoke;
    border: 1px black solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px 10px 10px;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
    border-radius: 8px 8px 50px 8px;
}

.blackLink {
    color: black !important;
}

.blackLink:hover {
    text-decoration: underline;
}

.grayLink {
    text-decoration: none;
    color: rgba(32, 32, 32, 0.5) !important;
}

.grayLink:hover {
    text-decoration: underline;
}

.headerSum {
    white-space: nowrap !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 24px !important;
    color: #225265 !important;
}

.headerLocation {
    font-size: 16px !important;
    color: #202020 !important;
    margin-right: 20px !important;
    margin-top: 7px !important;
}

.headerItemDate {
    margin-top: 10px !important;
}

.Header-module_guaranteeBlock_24LB4 {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.headerTitle {
    width: 80% !important;
}

.headerTitle {
    margin-right: 0 !important;
}

.headerBottom {
    margin-top: 0 !important;
}

.Header-module_guaranteeBlock_24LB4 .Header-module_guaranteeStyle_3kmlH {
    font-size: 16px;
    color: #225265;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 60px
}

.Header-module_guaranteeBlock_24LB4 .Header-module_guaranteeStyle_3kmlH > .Header-module_guaranteePrice_xh6zr {
    font-weight: 700;
    margin-left: 5px
}