@-webkit-keyframes slidein {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slidein {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.form--hidden {
    display: none !important
}

.RebrandHero-drawer {
    font-size: 12px;
    line-height: 2.28571;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
/*     background-image: url(/static/images/logo_catalog/glyph_m1-vflCrXgzt.svg); */
    background-size: 38px auto;
    background-repeat: no-repeat;
    background-position: 25px 25px;
    height: 100vh;
    position: fixed;
    z-index: 10;
    right: 0;
    top: 0;
    width: 100vw;
    min-width: 320px;
    background-color: #fff;
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: top;
    -ms-flex-pack: top;
    justify-content: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    will-change: height;
    -webkit-box-shadow: -7px 0 5px -6px rgba(0, 0, 0, 0.075);
    box-shadow: -7px 0 5px -6px rgba(0, 0, 0, 0.075)
}

/*
@media ( max-width: 767px) {
    .RebrandHero-drawer--init {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}
*/

@media (min-width: 768px) {
    .RebrandHero-drawer--init {
        -webkit-animation-name: slidein;
        animation-name: slidein;
        -webkit-animation-duration: 500ms;
        animation-duration: 500ms;
        -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0, 1);
        animation-timing-function: cubic-bezier(0.5, 0, 0, 1)
    }
}

@media ( max-width: 767px) {
    .RebrandHero-drawer--visible {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        position: fixed
    }
}

@media ( max-width: 767px) {
    .RebrandHero-drawer--visible body {
        overflow: hidden;
        position: fixed
    }
}

.RebrandHero-drawer input,
.RebrandHero-drawer label {
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    outline: 0
}

.RebrandHero-drawer input:focus {
    outline: 1px solid #000
}

.RebrandHero-drawer button:focus,
.RebrandHero-drawer div:focus {
    outline: 0
}

.RebrandHero-drawer a:active,
.RebrandHero-drawer a:visited {
    text-decoration: none
}


    .RebrandHero-drawer {
        -webkit-transition: -webkit-transform 500ms cubic-bezier(0.5, 0, 0, 1);
        transition: -webkit-transform 500ms cubic-bezier(0.5, 0, 0, 1);
        transition: transform 500ms cubic-bezier(0.5, 0, 0, 1);
        transition: transform 500ms cubic-bezier(0.5, 0, 0, 1), -webkit-transform 500ms cubic-bezier(0.5, 0, 0, 1);
        -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
        transition-timing-function: cubic-bezier(0.5, 0, 0, 1)
    }


@media ( max-width: 767px) {
    .RebrandHero-drawer {
/*         background-image: url(/static/images/logo_catalog/logotype_m1-vfltuHich.svg); */
        background-size: 160px auto;
        background-position: calc(1023px * (2 / 24)) 29px
    }
}

@media (max-width: 767px) {
    .RebrandHero-drawer {
        background-position: calc(767px * (1 / 24)) 17px
    }
}

@media (max-width: 375px) {
    .RebrandHero-drawer {
        background-position: calc(375px * (2 / 24)) 17px
    }
}

@media only screen and (min-width: 768px) {
    .RebrandHero-drawer {
        background-image: none;
        width: calc(100% / 3)
    }
}

@media only screen and (min-width: 1440px) {
    .RebrandHero-drawer {
        width: calc(480px + ((100vw - 1440px) / 2))
    }
}

.RebrandHero-drawer .RebrandHero-drawer-content {
    max-width: 480px;
    width: 100%;
    height: auto;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

@media ( max-width: 767px) {
    .RebrandHero-drawer .RebrandHero-drawer-content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 90px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        display: block;
        margin: auto;
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width: 767px) {
    .RebrandHero-drawer .RebrandHero-drawer-content {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width: 375px) {
    .RebrandHero-drawer .RebrandHero-drawer-content {
        padding-left: 0;
        padding-right: 0
    }
}

.RebrandHero-drawer--closed, .RebrandHero-drawer--closed-mobi {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@media ( max-width: 767px) {
    .RebrandHero-drawer--close {
        display: block;
        top: 36px;
        right: calc(1023px * (2 / 24));
        position: absolute
    }
}

@media (max-width: 767px) {
    .RebrandHero-drawer--close {
        right: calc(767px * (1 / 24));
        top: 27px
    }
}

@media (max-width: 375px) {
    .RebrandHero-drawer--close {
        right: calc(375px * (2 / 24))
    }
}

.RebrandHero-drawer .RebrandHero-drawer-forms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

@media ( max-width: 767px) {
    .RebrandHero-drawer .RebrandHero-drawer-forms {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 50px
    }
}

.RebrandHero-drawer .RebrandHero-drawer-navigation {
    max-width: 480px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 90px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (min-width: 768px) {
    .RebrandHero-drawer .RebrandHero-drawer-navigation {
        padding-left: calc(1440px * (1 / 24));
        padding-right: calc(1440px * (1 / 24))
    }
}

.top-notification-bar .RebrandHero-drawer .RebrandHero-drawer-navigation {
    margin-top: 65px
}

@media ( max-width: 767px) {
    .RebrandHero-drawer .RebrandHero-drawer-navigation {
        height: 0
    }
}

.RebrandHero-drawer .RebrandHero-drawer-navigation--link {
    font-family: 'Rubik', sans-serif !important;
    font-weight: 400 !important;
    color: #000;
    margin-top: auto !important;
    margin-bottom: auto !important;
    margin-left: 30px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: right
}

@media ( max-width: 767px) {
    .RebrandHero-drawer .RebrandHero-drawer-navigation--link {
        display: none
    }
}

.RebrandHero-drawer .RebrandHero-drawer-navigation--close,
.RebrandHero-drawer .RebrandHero-drawer-navigation--close.ob-button--close {
    font-size: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0;
    -ms-flex-item-align: end;
    align-self: flex-end;
    opacity: 0;
    width: 0;
    -webkit-transition: all 0ms;
    transition: all 0ms;
    -webkit-transition-delay: none;
    transition-delay: none;
    display: none
}

.RebrandHero-drawer .RebrandHero-drawer-navigation--close.animation-delay,
.RebrandHero-drawer .RebrandHero-drawer-navigation--close.ob-button--close.animation-delay {
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms
}

.RebrandHero-drawer .RebrandHero-drawer-navigation--close.button--visible,
.RebrandHero-drawer .RebrandHero-drawer-navigation--close.ob-button--close.button--visible {
    opacity: 1;
    margin-left: 30px;
    display: block;
    width: 17px
}

@media ( max-width: 767px) {
    .RebrandHero-drawer .RebrandHero-drawer-navigation--close,
    .RebrandHero-drawer .RebrandHero-drawer-navigation--close.ob-button--close {
        opacity: 1;
        width: 17px
    }
}

@media (min-width: 768px) {
    .RebrandHero-drawer .RebrandHero-drawer-forms {
        overflow: auto;
        -webkit-overflow-scrolling: auto
    }
}

.RebrandHero-drawer .RebrandHero-drawer-forms>.signin-form,
.RebrandHero-drawer .RebrandHero-drawer-forms>.register-form {
    margin-top: auto;
    margin-bottom: auto;
    padding-left: calc(1440px * (1 / 24));
    padding-right: calc(1440px * (1 / 24))
}

@media ( max-width: 767px) {
    .RebrandHero-drawer .RebrandHero-drawer-forms>.signin-form,
    .RebrandHero-drawer .RebrandHero-drawer-forms>.register-form {
        padding: 0;
        padding-left: calc(1023px * (2 / 24));
        padding-right: calc(1023px * (2 / 24))
    }
}

@media (max-width: 767px) {
    .RebrandHero-drawer .RebrandHero-drawer-forms>.signin-form,
    .RebrandHero-drawer .RebrandHero-drawer-forms>.register-form {
        padding: 0;
        padding-left: calc(767px * (1 / 24));
        padding-right: calc(767px * (1 / 24))
    }
}

@media (max-width: 375px) {
    .RebrandHero-drawer .RebrandHero-drawer-forms>.signin-form,
    .RebrandHero-drawer .RebrandHero-drawer-forms>.register-form {
        padding: 0;
        padding-left: calc(375px * (2 / 24));
        padding-right: calc(375px * (2 / 24))
    }
}

.RebrandHero-drawer .signin-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    width: 100%
}

@media only screen and (min-width: 320px) {
    .RebrandHero-drawer .signin-form {
        margin: 0
    }
}

@media only screen and (min-width: 767px) {
    .RebrandHero-drawer .signin-form {
        margin: 0
    }
}

.RebrandHero-drawer .signin-form .backup-sms-code-form {
    margin-bottom: 0
}

.RebrandHero-drawer .signin-form .inline-input-submit-pair.backup-sms-code-form .inline-input {
    margin-top: 0;
    margin-bottom: 0
}

.RebrandHero-drawer .register-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%
}

.RebrandHero-drawer .register-form .checkbox {
    margin: 0;
    padding: 0;
    min-height: 1px
}

.RebrandHero-drawer .register-form .text-input .text-input-wrapper {
    margin-bottom: 18px
}

.RebrandHero-drawer .register-form .password-input-meter {
    right: 2px;
    position: absolute;
    bottom: 9px;
    padding: 2px 5px;
    height: auto
}

@media only screen and (min-width: 320px) {
    .RebrandHero-drawer .register-form {
        margin: 0
    }
}

@media only screen and (min-width: 767px) {
    .RebrandHero-drawer .register-form {
        margin: 0
    }
}

@media only screen and (min-width: 320px) {
    .RebrandHero-drawer .two-factor-form {
        margin: 0;
        padding: 0;
        max-width: 260px
    }
}

@media only screen and (min-width: 767px) {
    .RebrandHero-drawer .two-factor-form {
        margin: 0;
        padding: 0;
        max-width: 315px
    }
}

@media only screen and (min-width: 1440px) {
    .RebrandHero-drawer .two-factor-form {
        max-width: 360px
    }
}

.RebrandHero-drawer .two-factor-form .login-info {
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400
}

.RebrandHero-drawer .two-factor-form .tooltip-prompt .sprite-text-inner {
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400
}

.RebrandHero-drawer .two-factor-form .inline-input .small .text-input .login-text-input {
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400
}

.RebrandHero-drawer .two-factor-form .text-input.small input {
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    border-radius: 0;
    height: 44px
}

.RebrandHero-drawer .two-factor-form .text-input.small label {
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    padding: 16px 8px
}

.RebrandHero-drawer .two-factor-form .text-input.small .text-input-error-wrapper .error-message {
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #d5001f
}

.RebrandHero-drawer .two-factor-form .two-factor-need-help a {
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400
}

.RebrandHero-drawer .two-factor-form .checkbox.checkbox-inline.standard.remember-me .tooltip-bubble {
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #fff;
    background: #000
}

.RebrandHero-drawer .two-factor-form .sprite-div .sprite-frame.small {
    width: auto
}

.RebrandHero-drawer .two-factor-form .sprite-div .sprite-frame.small.icon-left {
    padding-right: 0
}

.RebrandHero-drawer .two-factor-form .mc-button-primary {
    background-color: #0061ff;
    height: 44px;
    border-radius: 0
}

.RebrandHero-drawer .two-factor-form .mc-button-primary:hover {
    background-color: #007af5
}

.RebrandHero-drawer .two-factor-form .inline-submit {
    margin-bottom: 0
}

.RebrandHero-drawer .register-form .sign-in-up--subcontainer,
.RebrandHero-drawer .signin-form .sign-in-up--subcontainer {
    margin-bottom: 15px
}

.RebrandHero-drawer .register-form .sign-in-up--subcontainer .signup-title,
.RebrandHero-drawer .register-form .sign-in-up--subcontainer .signin-title,
.RebrandHero-drawer .signin-form .sign-in-up--subcontainer .signup-title,
.RebrandHero-drawer .signin-form .sign-in-up--subcontainer .signin-title {
    font-size: 25px;
    line-height: 1.14286;
    font-family: 'Rubik', sans-serif;
    font-weight: 500
}

.RebrandHero-drawer .register-form .sprite-div .sprite-frame.small,
.RebrandHero-drawer .signin-form .sprite-div .sprite-frame.small {
    width: auto
}

.RebrandHero-drawer .register-form .sprite-div .sprite-frame.small.icon-left,
.RebrandHero-drawer .signin-form .sprite-div .sprite-frame.small.icon-left {
    padding-right: 0
}

.RebrandHero-drawer .login-form-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.RebrandHero-drawer .login-form-container--subcontainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.RebrandHero-drawer .login-form-container--subcontainer .login-need-help {
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #0061ff;
    padding: 10px 0 0 0;
    margin: 0;
    width: 100%
}

.RebrandHero-drawer .login-form-container .login-button.button-primary {
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    background-color: #0061ff;
    background-image: none;
    border-radius: 0;
    height: 44px
}

@media only screen and (min-width: 376px) {
    .RebrandHero-drawer .login-form-container .login-button.button-primary {
        font-size: 16px;
        font-family: 'Rubik', sans-serif;
        font-weight: 400
    }
}

.RebrandHero-drawer .login-form-container .login-button.button-primary:hover {
    background-color: #007af5
}

.RebrandHero-drawer .hr-label {
    display: none
}

.RebrandHero-drawer .login-form-container .login-button {
    margin: 18px 0 0 0
}

.RebrandHero-drawer .login-form-container__google-div .auth-google.button-primary,
.RebrandHero-drawer .register-form .auth-google.button-primary {
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    background-image: none !important;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #d0d0d3;
    color: #000;
    height: 44px;
    margin-top: 20px;
    padding-top: 3px;
}

@media only screen and (min-width: 376px) {
    .RebrandHero-drawer .login-form-container__google-div .auth-google.button-primary,
    .RebrandHero-drawer .register-form .auth-google.button-primary {
        font-size: 16px;
        font-family: 'Rubik', sans-serif;
        font-weight: 400;
        padding-top: 3px;
    }
}

.RebrandHero-drawer .login-form-container__google-div .auth-google.button-primary .sign-in-text,
.RebrandHero-drawer .login-form-container__google-div .auth-google.button-primary .sign-up-text,
.RebrandHero-drawer .register-form .auth-google.button-primary .sign-in-text,
.RebrandHero-drawer .register-form .auth-google.button-primary .sign-up-text {
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    display: inline;
    background-image: url("../images/google-logo-color-vflpJqkMT.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px 20px;
    clear: right;
    padding: 5px 0 5px 30px
}

@media only screen and (min-width: 376px) {
    .RebrandHero-drawer .login-form-container__google-div .auth-google.button-primary .sign-in-text,
    .RebrandHero-drawer .login-form-container__google-div .auth-google.button-primary .sign-up-text,
    .RebrandHero-drawer .register-form .auth-google.button-primary .sign-in-text,
    .RebrandHero-drawer .register-form .auth-google.button-primary .sign-up-text {
        padding-left: 30px
    }
}

.RebrandHero-drawer .login-form-container__google-div .auth-google.button-primary:hover,
.RebrandHero-drawer .register-form .auth-google.button-primary:hover {
    background-color: #f2f2f2;
    border: 1px solid #D0D2D3
}

.RebrandHero-drawer .login-form-container__google-div .auth-google.button-primary:before,
.RebrandHero-drawer .register-form .auth-google.button-primary:before {
    display: none
}

.RebrandHero-drawer .credentials-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.RebrandHero-drawer .credentials-form__fields .text-input.small input {
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    border-radius: 0;
    height: 44px
}

.RebrandHero-drawer .credentials-form__fields .text-input.small label {
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    padding: 14px
}

.RebrandHero-drawer .credentials-form__fields .text-input .text-input-wrapper input {
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    border-radius: 0;
    padding-top: 3px;
    padding-left: 18px;
    height: 44px;
    margin-bottom: 0
}

.RebrandHero-drawer .credentials-form__fields .text-input .text-input-wrapper label {
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    padding: 19px 18px 11px 18px;
    color: #637381;
    display: none
}

.RebrandHero-drawer .credentials-form__fields .text-input .text-input-error-wrapper,
.RebrandHero-drawer .credentials-form__fields .text-input.small .text-input-error-wrapper .error-message,
.RebrandHero-drawer .credentials-form__fields .text-input .text-input-error-wrapper span.error-message {
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #d5001f;
    min-height: 0
}

.RebrandHero-drawer .credentials-form__fields .text-input.small .text-input-error-wrapper .error-message {
    padding: 10px 0 !important
}

.RebrandHero-drawer .credentials-form__fields .text-input .text-input-wrapper input.input-error,
.RebrandHero-drawer .credentials-form__fields .text-input .text-input-wrapper textarea.input-error {
    border-color: #d5001f
}

.RebrandHero-drawer .credentials-form__fields .bubble-dropdown {
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    background-color: #000;
    color: #fff
}

.RebrandHero-drawer .credentials-form__fields .bubble-dropdown.top .bubble-arrow,
.RebrandHero-drawer .credentials-form__fields .bubble-dropdown.top-left .bubble-arrow,
.RebrandHero-drawer .credentials-form__fields .bubble-dropdown.top-right .bubble-arrow {
    border-bottom-color: #000
}

.RebrandHero-drawer .credentials-form__fields .text-input .text-input-wrapper .bubble-dropdown-container .bubble-dropdown .password-bubble-title {
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    color: #fff
}

.RebrandHero-drawer .credentials-form__fields .text-input .text-input-wrapper .bubble-dropdown-container .bubble-dropdown {
    width: 212px
}

.RebrandHero-drawer .credentials-form .checkbox .text-input-error-wrapper {
    min-height: 1px
}

.RebrandHero-drawer .credentials-form .checkbox .text-input-error-wrapper .error-message {
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #d5001f;
    max-width: 315px
}

.RebrandHero-drawer .credentials-form .small.checkbox.checkbox-inline.remember-me input,
.RebrandHero-drawer .credentials-form .checkbox.checkbox-inline.agree.standard input {
    opacity: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
    position: absolute
}

.RebrandHero-drawer .credentials-form .small.checkbox.checkbox-inline.remember-me input:focus+label:before,
.RebrandHero-drawer .credentials-form .checkbox.checkbox-inline.agree.standard input:focus+label:before {
    outline: none;
    border: 1px solid #000
}

.RebrandHero-drawer .credentials-form .small.checkbox.checkbox-inline.remember-me input:checked+label:after,
.RebrandHero-drawer .credentials-form .checkbox.checkbox-inline.agree.standard input:checked+label:after {
    opacity: 1
}

.RebrandHero-drawer .credentials-form .small.checkbox.checkbox-inline.remember-me label,
.RebrandHero-drawer .credentials-form .checkbox.checkbox-inline.agree.standard label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 10px 0 0 0;
    padding-left: 30px;
    min-height: 20px
}

.RebrandHero-drawer .credentials-form .small.checkbox.checkbox-inline.remember-me label::before,
.RebrandHero-drawer .credentials-form .checkbox.checkbox-inline.agree.standard label::before {
    content: '';
    border: 1px solid #d0d0d3;
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0
}

.RebrandHero-drawer .credentials-form .small.checkbox.checkbox-inline.remember-me label::after,
.RebrandHero-drawer .credentials-form .checkbox.checkbox-inline.agree.standard label::after {
    content: '';
    background-image: url(../images/checkmark-vfl56VRyi.svg);
    background-color: #0061ff;
    background-position: 5px 5px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    min-width: 20px;
    height: 20px;
    opacity: 0
}

.RebrandHero-drawer .credentials-form .checkbox span {
    color: #637381
}

.RebrandHero-drawer .small.checkbox.checkbox-inline.remember-me,
.RebrandHero-drawer .checkbox.checkbox-inline.standard.remember-me,
.RebrandHero-drawer .checkbox.checkbox-inline.agree.standard {
    min-height: 1px
}

.RebrandHero-drawer .small.checkbox.checkbox-inline.remember-me input,
.RebrandHero-drawer .checkbox.checkbox-inline.standard.remember-me input,
.RebrandHero-drawer .checkbox.checkbox-inline.agree.standard input {
    opacity: 0
}

.RebrandHero-drawer .small.checkbox.checkbox-inline.remember-me input:focus+label:before,
.RebrandHero-drawer .checkbox.checkbox-inline.standard.remember-me input:focus+label:before,
.RebrandHero-drawer .checkbox.checkbox-inline.agree.standard input:focus+label:before {
    outline: 1px solid #000
}

.RebrandHero-drawer .small.checkbox.checkbox-inline.remember-me input:checked+label:after,
.RebrandHero-drawer .checkbox.checkbox-inline.standard.remember-me input:checked+label:after,
.RebrandHero-drawer .checkbox.checkbox-inline.agree.standard input:checked+label:after {
    opacity: 1
}

.RebrandHero-drawer .small.checkbox.checkbox-inline.remember-me label,
.RebrandHero-drawer .checkbox.checkbox-inline.standard.remember-me label,
.RebrandHero-drawer .checkbox.checkbox-inline.agree.standard label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding-left: 30px;
    color: #637381
}

.RebrandHero-drawer .small.checkbox.checkbox-inline.remember-me label::before,
.RebrandHero-drawer .checkbox.checkbox-inline.standard.remember-me label::before,
.RebrandHero-drawer .checkbox.checkbox-inline.agree.standard label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #d0d0d3;
    cursor: pointer;
    margin-right: 10px;
    width: 20px;
    height: 20px
}

.RebrandHero-drawer .small.checkbox.checkbox-inline.remember-me label::after,
.RebrandHero-drawer .checkbox.checkbox-inline.standard.remember-me label::after,
.RebrandHero-drawer .checkbox.checkbox-inline.agree.standard label::after {
    content: '';
    background-image: url(../images/checkmark-vfl56VRyi.svg);
    background-color: #0061ff;
    background-position: 5px 5px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    opacity: 0
}

.RebrandHero-drawer .recaptcha-v2-challenge-container {
    margin: 0 0 15px 0
}

.login-form-container .login-text-input {
    margin-top: 10px;
    margin-bottom: 18px
}

.login-form-container .login-email {
    margin-top: 0
}

.bubble-dropdown-v2 {
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    background-color: #000;
    color: #fff;
    width: 212px;
    top: 16px
}

.bubble-dropdown-v2--bottom-left .bubble-arrow {
    border-bottom-color: #000
}

.bubble-dropdown-v2 .password-bubble__content .password-bubble__title {
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    color: #fff
}