.hyper-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #000;
    text-decoration: none
}

.hyper-link:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    height: 1px;
    background-color: transparent
}

.hyper-link:hover {
    opacity: 0.8
}

.hyper-link--disabled {
    opacity: 0.4;
    pointer-events: none;
    cursor: default
}

.hyper-link--theme-hover:hover:after {
    background-color: #000
}

.hyper-link--theme-hover.hyper-link--theme-light:hover:after {
    background-color: #fff
}

.hyper-link--theme-border:after {
    background-color: #000
}

.hyper-link--theme-border.hyper-link--theme-light:after {
    background-color: #fff
}

.hyper-link--theme-light {
    color: #fff
}

.hyper-link--theme-light.hyper-link--theme-transparent:after {
    background-color: transparent
}

.hyper-link--theme-button {
    position: relative;
    justify-content: center;
    align-items: center;
    padding: 11px 23px;
    text-align: center;
    color: #fff;
    background-color: #19899D;
    border: 1px solid #19899D
}

.hyper-link--theme-button:hover {
    opacity: 0.8
}

.hyper-link--theme-button.hyper-link--theme-dark {
    color: #fff;
    background-color: #000;
    border: 1px solid #000
}

.hyper-link--theme-button.hyper-link--theme-dark:hover {
    opacity: 0.8
}

.hyper-link--theme-button.hyper-link--theme-transparent {
    color: #000;
    border: 1px solid transparent;
    background-color: transparent;
    padding: 0
}

.hyper-link--theme-button.hyper-link--theme-dark.hyper-link--theme-border {
    border: 1px solid #fff
}

.hyper-link--theme-button.hyper-link--theme-dark.hyper-link--theme-border.hyper-link--theme-transparent {
    color: #000;
    border: 1px solid #000;
    background-color: transparent
}

.hyper-link--theme-button.hyper-link--theme-light {
    color: #000;
    background-color: #fff;
    border: 1px solid #fff
}

.hyper-link--theme-button.hyper-link--theme-light:hover {
    opacity: 0.8
}

.hyper-link--theme-button.hyper-link--theme-light.hyper-link--theme-border {
    border: 1px solid #000
}

.hyper-link--theme-button.hyper-link--theme-light.hyper-link--theme-border.hyper-link--theme-transparent {
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent
}

.hyper-link--theme-button.hyper-link--theme-shadow {
    box-shadow: 2px 2px 2px -1px #000
}

.hyper-link--theme-bold {
    font-family: 'DarkerGrotesque-Bold', sans-serif
}

.hyper-link--theme-underline {
    text-decoration: underline !important
}

.hyper-link--theme-bold.hyper-link--theme-underline {
    font-size: 18px;
    line-height: 24px
}

.hyper-link.hyper-link--theme-button {
    color: #fff;
    background-color: #19899D;
    border: 1px solid #19899D
}

.hyper-link.hyper-link--theme-button.hyper-link--theme-light {
    color: #000;
    background-color: #fff;
    border: 1px solid #fff
}

.hyper-link.hyper-link--theme-button.hyper-link--theme-light.hyper-link--theme-border {
    border: 1px solid #000
}

.hyper-link.hyper-link--theme-button.hyper-link--theme-dark {
    color: #fff;
    background-color: #000;
    border: 1px solid #000
}

.hyper-link.hyper-link--theme-button.hyper-link--theme-border-teal {
    color: #19899D;
    background-color: transparent;
    border: 1px solid #19899D;
    text-transform: capitalize
}

.cookie-popup {
    font-family: 'Yantramanav-Light', sans-serif;
    font-size: 16px;
    line-height: 20px;
    max-width: 428px;
    padding: 20px 44px 20px 24px;
    position: fixed;
    z-index: 9;
    bottom: 12px;
    left: 12px;
    right: 12px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 7px 0 rgba(154, 154, 154, 0.5);
    text-align: justify;
    border: 1px solid #cdcdcd
}

.cookie-popup__close-button {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 21px;
    right: 16px;
    cursor: pointer
}

.cookie-popup__close-button:hover {
    opacity: .6
}

.cookie-popup .hyper-link {
    font-family: 'Yantramanav-Medium', sans-serif
}

.hyper-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #333;
    text-decoration: none;
    cursor: pointer
}

.hyper-link--disabled {
    pointer-events: none;
    cursor: default
}

.hyper-link--no-bg {
    background: transparent;
    border: 0;
    padding: 0
}

.hyper-link:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: transparent
}

.hyper-link:hover {
    opacity: 0.8
}

.hyper-link--theme-transparent:after {
    content: none
}

.hyper-link--theme-button {
    position: relative;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
    text-align: center;
    color: #333;
    background-color: #eee;
    border: 1px solid #c2c2c2;
    border-radius: 2px
}

.hyper-link--theme-button:after {
    background-color: transparent
}

.hyper-link--theme-button:hover {
    opacity: 0.8
}

.calendar {
    position: relative;
    display: inline-flex
}

.calendar__selector {
    display: flex
}

.calendar__selector-input {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    padding: 7px 36px 7px 12px;
    color: #000;
    border: solid 1px #c2c2c2;
    background-image: url(../img/icons/calendar.svg);
    background-repeat: no-repeat;
    background-position: right 8px center;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.calendar__popup {
    font-size: 14px;
    line-height: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 0 0 4px 0 #ccc;
    cursor: default;
    z-index: 50
}

.calendar__popup .calendar__popup-button-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 50%
}

.calendar__popup--up {
    transform: translate(0, -40px)
}

.calendar__popup-button-arrow {
    z-index: 1
}

.calendar__popup-title {
    font-size: 16px;
    line-height: 40px;
    padding: 0 10px;
    margin-bottom: 10px;
    background-color: #19899D;
    color: #fff
}

.calendar__popup-selector {
    display: flex;
    margin: 0 10px
}

.calendar__popup-prev {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    width: 40px;
    height: 40px;
    border: none;
    background-color: transparent;
    cursor: pointer
}

.calendar__popup-prev:hover .calendar__popup-button-background {
    background-color: #d8e5eb
}

.calendar__popup-next {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    width: 40px;
    height: 40px;
    border: none;
    background-color: transparent;
    cursor: pointer
}

.calendar__popup-next:hover .calendar__popup-button-background {
    background-color: #d8e5eb
}

.calendar__popup-year-selector {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center
}

.calendar__popup-month-selector {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center
}

.calendar__popup-week-title {
    display: flex;
    justify-content: center;
    margin: 0 10px
}

.calendar__popup-day-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #868f98
}

.calendar__popup-month {
    margin: 0 10px
}

.calendar__popup-week {
    display: flex;
    justify-content: center;
    height: 40px
}

.calendar__popup-day {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    color: #000;
    border: none;
    background-color: transparent;
    cursor: pointer
}

.calendar__popup-day-text {
    z-index: 1
}

.calendar__popup-day:hover .calendar__popup-day-text {
    color: #fff
}

.calendar__popup-day:hover .calendar__popup-button-background {
    background-color: #d8e5eb
}

.calendar__popup-day--selected .calendar__popup-day-text {
    color: #fff
}

.calendar__popup-day--selected .calendar__popup-button-background {
    background-color: #19899D
}

.calendar__popup-day--disabled {
    color: #bcc8cb;
    pointer-events: none
}

.calendar__popup-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 20px
}

.calendar__popup-button-cancel {
    color: #19899D;
    cursor: pointer;
    border: none;
    background: none
}

.calendar__popup-button-cancel:hover {
    color: #66bccc
}

.calendar__popup-button-save {
    color: #fff;
    margin-left: 20px;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    box-shadow: inset 0 -1px 0 0 #66bccc;
    background-color: #19899D;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    letter-spacing: -0.2px;
    cursor: pointer
}

.calendar__popup-button-save:hover {
    background-color: #66bccc
}

.calendar__popup-button-save:disabled {
    background-color: #d8e5eb;
    box-shadow: none;
    color: #bcc8cb;
    pointer-events: none
}

.calendar__popup-time {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 22px;
    margin-top: 12px;
    max-width: 300px
}

.calendar__popup-time-input {
    width: 49%;
    height: 36px;
    position: relative
}

.calendar__popup-time-input input[type='number'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 4px 0 #ccc;
    border: 1px solid #fff;
    padding: 0 10;
    background-color: #fff;
    border-color: #ccc;
    padding: 0.5rem 0 0.5rem 0.75rem;
    border-width: 1px;
    font-size: 1rem;
    line-height: 1.5rem
}

.calendar__popup-time-separator {
    height: inherit;
    line-height: inherit;
    font-weight: bold;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.calendar--error .calendar__selector-input {
    border-color: red
}

@media (min-width: 978px) {
    .calendar__popup {
        position: absolute;
        bottom: -4px;
        left: 0;
        top: auto;
        transform: translate(0, 100%)
    }
}

.button {
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    font-size: 16px;
    line-height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 13px 23px;
    text-align: center;
    position: relative;
    background-color: #19899D;
    color: #fff;
    border: #19899D;
    cursor: pointer;
    white-space: nowrap
}

.button:hover {
    opacity: 0.8
}

.button--disabled {
    cursor: auto;
    opacity: 0.6
}

.button--disabled:hover {
    opacity: 1
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .button {
        font-size: 16px;
        line-height: 20px;
        padding: 15px 25px
    }
}

@media screen and (min-width: 1440px) {
    .button {
        font-size: 20px;
        line-height: 24px;
        padding: 19px 29px
    }
}

.button--theme-transparent {
    color: #000;
    background-color: transparent;
    border: 1px solid transparent
}

.button--theme-link {
    align-items: center;
    background-color: transparent;
    color: #000;
    padding: 0
}

.button--theme-link:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    height: 1px;
    background-color: transparent
}

.button--theme-link.button--theme-border:after {
    background-color: #000
}

.button--theme-link.button--theme-hover:hover:after {
    background-color: #000
}

.button--theme-link.button--theme-light {
    color: #fff;
    background-color: #000;
    border: none
}

.button--theme-link.button--theme-green {
    color: #19899D;
    background-color: #000;
    border: none
}

.button--theme-link.button--theme-border.button--theme-light:after {
    background-color: #fff
}

.button--theme-link.button--theme-hover.button--theme-light:hover:after {
    background-color: #fff
}

.button--theme-dark {
    color: #fff;
    background-color: #000;
    border: 1px solid #000
}

.button--theme-dark:hover {
    opacity: 0.8
}

.button--theme-dark.button--theme-border {
    border: 1px solid #fff
}

.button--theme-dark.button--theme-transparent {
    color: #000;
    background-color: transparent;
    border: 1px solid #000
}

.button--theme-gray {
    color: #000;
    background-color: #e4e5ec;
    border: 1px solid #e4e5ec
}

.button--theme-gray:hover {
    opacity: 0.8
}

.button--theme-border-teal {
    color: #19899D;
    background-color: #fff;
    border: 1px solid #19899D
}

.button--theme-border-teal:hover {
    opacity: 0.8
}

.button--theme-border-error {
    color: red;
    background-color: #fff;
    border: 1px solid red
}

.button--theme-border-error:hover {
    opacity: 0.8
}

.button--theme-gray.button--theme-border {
    border: 1px solid #e4e5ec
}

.button--theme-gray.button--theme-transparent {
    color: #000;
    background-color: transparent;
    border: 1px solid #e4e5ec
}

.button--theme-light {
    color: #000;
    background-color: #fff;
    border: 1px solid #fff
}

.button--theme-green {
    color: #fff;
    background-color: #19899D;
    border: 1px solid #19899D
}

.button--theme-green.button--theme-border {
    border: 1px solid #19899D
}

.button--theme-light.button--theme-border {
    border: 1px solid #000
}

.button--theme-light.button--theme-border.button--disabled {
    background-color: #f5f5f5
}

.button--theme-green.button--theme-border.button--disabled {
    background-color: #f5f5f5;
    color: #19899D
}

.button--theme-light.button--theme-transparent {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff
}

.button--theme-green.button--theme-transparent {
    color: #19899D;
    background-color: transparent;
    border: 1px solid #19899D
}

.button--theme-green.button--theme-light.button--theme-border {
    color: #19899D;
    background-color: #fff;
    border: 1px solid #19899D
}

.button--theme-shadow {
    box-shadow: 2px 2px 2px -1px #000
}

.customer-menu {
    position: relative
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .customer-menu {
        margin: 0 0 0 28px;
        padding-bottom: 0
    }
}

@media screen and (min-width: 1440px) {
    .customer-menu {
        margin: 0 0 0 36px
    }
}

.customer-menu__name {
    font-size: 14px;
    line-height: 20px;
    font-family: 'DMSans-Medium', sans-serif;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .customer-menu__name {
        max-width: 108px
    }
}

@media screen and (min-width: 1440px) {
    .customer-menu__name {
        max-width: 220px
    }
}

.customer-menu__heart-icon {
    margin-left: 4px
}

.customer-menu__arrow-icon {
    margin-left: 4px
}

@media screen and (min-width: 1025px) {
    .customer-menu__submenu {
        width: 100%;
        position: absolute;
        right: 0;
        top: 48px;
        z-index: 9;
        background-color: #000;
        border: 1px solid #fff;
        min-width: 173px;
        display: none;
        padding: 16px 0
    }
}

.customer-menu__submenu .hyper-link--theme-light, .customer-menu__submenu .button--theme-link {
    font-family: 'DMSans-Regular', sans-serif;
    color: #fff !important
}

.customer-menu__submenu .hyper-link--theme-light:hover::after, .customer-menu__submenu .button--theme-link:hover::after {
    background-color: unset
}

.customer-menu__submenu .hyper-link--theme-light span, .customer-menu__submenu .button--theme-link span {
    background-image: linear-gradient(to top, #fff 2px, transparent 2px) !important;
    background-position: 0 0;
    transition: background-size 0.35s cubic-bezier(0.16, 0.48, 0.36, 1), color 0.2s ease-out;
    background-repeat: no-repeat;
    background-size: 0 100%;
    background-position-x: 100%
}

.customer-menu__submenu .hyper-link--theme-light span:hover, .customer-menu__submenu .button--theme-link span:hover {
    background-size: 100% 100%;
    background-position-x: 0;
    opacity: 1
}

.customer-menu__link {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Yantramanav-Regular', sans-serif;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    text-transform: uppercase;
    padding: 6px 16px
}

.customer-menu--opened .customer-menu__submenu {
    display: block
}

.notification-item {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
    padding: 16px 20px;
    border-radius: 30px
}

.notification-item__content {
    padding-right: 10px
}

.notification-item--info {
    background-color: #349ef3
}

.notification-item--success {
    background-color: #19899D
}

.notification-item--success img {
    margin-top: 5px
}

.notification-item--error {
    background-color: #fc6471
}

.notification-item--enter {
    opacity: 0;
    transform: scale(0.9)
}

.notification-item--enter-active {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 500ms, transform 500ms
}

.notification-item--exit {
    opacity: 1
}

.notification-item--exit-active {
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 500ms, transform 500ms
}

.notification-item .button {
    margin-left: 12px;
    opacity: .3
}

.notification-item .button:hover {
    opacity: .8
}

.notification-item__top {
    position: fixed;
    right: 20px;
    top: 80px
}

@media screen and (max-width: 767px) {
    .notification-item__top {
        font-size: 16px;
        line-height: 20px;
        left: 20px
    }
}

.notifications__bottom {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Yantramanav-Regular', sans-serif;
    position: fixed;
    right: 20px;
    max-width: 280px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    bottom: 0
}

@media screen and (min-width: 768px) {
    .notifications__bottom {
        font-size: 16px;
        line-height: 20px;
        max-width: 360px
    }
}

.notifications__top {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Yantramanav-Regular', sans-serif;
    position: fixed;
    right: 20px;
    max-width: 280px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    top: 20px
}

@media screen and (min-width: 768px) {
    .notifications__top {
        font-size: 16px;
        line-height: 20px;
        max-width: 360px
    }
}

.preloader {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: relative
}

.preloader__icon {
    width: 48px;
    height: 48px
}

.preloader--theme-small .preloader__content {
    width: 32px;
    height: 32px;
    font-size: 26px;
    line-height: 32px
}

.preloader--theme-small .preloader__content:after {
    border-width: 1px 0px 1px 2px
}

.preloader--theme-small .preloader__text {
    top: 2px;
    right: 2px
}

.preloader--theme-small .preloader__icon {
    width: 32px;
    height: 32px
}

.preloader__content {
    font-family: 'Voltaire', sans-serif;
    font-size: 38px;
    line-height: 44px;
    width: 48px;
    height: 48px;
    color: #000;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.preloader__content:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border-width: 2px 0px 2px 3px;
    border-style: solid;
    border-color: #000;
    animation: preloader 1s linear infinite
}

.preloader__text {
    position: absolute;
    top: 4px;
    right: 4px
}

@-webkit-keyframes preloader {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.input {
    position: relative
}

.input__input {
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #000;
    padding: 18px 20px 16px
}

@media screen and (min-width: 768px) {
    .input__input {
        font-size: 16px;
        line-height: 20px;
        padding: 20px 22px 18px
    }
}

@media screen and (min-width: 1440px) {
    .input__input {
        font-size: 18px;
        line-height: 24px;
        padding: 21px 24px 19px
    }
}

.input__title {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding: 18px 20px 16px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    color: #999;
    cursor: text;
    white-space: nowrap
}

@media screen and (min-width: 768px) {
    .input__title {
        font-size: 16px;
        line-height: 20px;
        padding: 20px 22px 18px
    }
}

@media screen and (min-width: 1440px) {
    .input__title {
        font-size: 18px;
        line-height: 24px;
        padding: 21px 24px 19px
    }
}

.input--activated .input__input {
    padding: 22px 16px 12px
}

@media screen and (min-width: 768px) {
    .input--activated .input__input {
        padding: 24px 20px 12px
    }
}

@media screen and (min-width: 1440px) {
    .input--activated .input__input {
        padding: 26px 24px 12px
    }
}

.input--activated .input__title {
    font-size: 10px;
    line-height: 16px;
    padding: 7px 0 0 16px;
    bottom: initial
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .input--activated .input__title {
        font-size: 12px;
        line-height: 16px;
        padding: 7px 0 0 20px
    }
}

@media screen and (min-width: 1440px) {
    .input--activated .input__title {
        font-size: 14px;
        line-height: 20px;
        padding: 7px 0 0 24px
    }
}

.input--no-title .input__input {
    padding: 10px 12px 8px
}

@media screen and (min-width: 768px) {
    .input--no-title .input__input {
        padding: 12px 14px 10px
    }
}

.radio-group {
    display: inline-flex
}

.radio-group__items {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
    border: none;
    width: 100%
}

.radio-group__item {
    display: flex;
    cursor: pointer
}

.radio-group__item-value {
    display: flex;
    align-items: center;
    justify-content: center
}

.radio-group__item-value-icon {
    width: 24px;
    height: 24px
}

.radio-group__item-container {
    margin-left: 8px;
    width: 100%
}

.radio-group--disabled {
    opacity: 0.6
}

.radio-group--disabled .radio-group__item {
    cursor: default
}

.dropdown {
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    position: relative;
    width: 100%
}

@media screen and (max-width: 767px) {
    .dropdown {
        font-size: 14px;
        line-height: 20px
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .dropdown {
        font-size: 16px;
        line-height: 20px
    }
}

@media screen and (min-width: 1025px) {
    .dropdown {
        font-size: 18px;
        line-height: 24px
    }
}

.dropdown__label {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #000;
    background-color: #fff
}

.dropdown__input {
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    width: 100%;
    border: none
}

@media screen and (max-width: 767px) {
    .dropdown__input {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 32px 8px 12px
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .dropdown__input {
        font-size: 16px;
        line-height: 20px;
        padding: 12px 36px 10px 14px
    }
}

@media screen and (min-width: 1025px) {
    .dropdown__input {
        font-size: 18px;
        line-height: 24px;
        padding: 12px 36px 10px 14px
    }
}

.dropdown__input-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer
}

.dropdown__input-icon {
    position: absolute;
    width: 20px;
    height: auto;
    padding: 2px;
    cursor: text
}

@media screen and (max-width: 767px) {
    .dropdown__input-icon {
        right: 6px
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .dropdown__input-icon {
        right: 8px
    }
}

@media screen and (min-width: 1025px) {
    .dropdown__input-icon {
        right: 10px
    }
}

.dropdown__items {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    list-style-type: none;
    padding: 0;
    margin: -1px 0;
    border: 1px solid #000;
    background-color: #fff;
    z-index: 4
}

@media screen and (max-width: 767px) {
    .dropdown__items {
        font-size: 14px;
        line-height: 20px;
        max-height: 216px
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .dropdown__items {
        font-size: 16px;
        line-height: 20px;
        max-height: 240px
    }
}

@media screen and (min-width: 1025px) {
    .dropdown__items {
        font-size: 18px;
        line-height: 24px;
        max-height: 264px
    }
}

.dropdown__item {
    cursor: pointer;
    white-space: nowrap
}

@media screen and (max-width: 767px) {
    .dropdown__item {
        padding: 8px 12px
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .dropdown__item {
        padding: 10px 12px
    }
}

@media screen and (min-width: 1025px) {
    .dropdown__item {
        padding: 10px 12px
    }
}

.dropdown__item:hover {
    opacity: 0.8
}

.dropdown__item--selected {
    background-color: #e3f2fd
}

.dropdown--expanded .dropdown__items {
    display: block
}

.checkbox {
    display: inline-flex;
    align-items: flex-end;
    cursor: pointer
}

.checkbox__value {
    position: relative;
    display: inline-flex;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    border: 1px solid #000;
    background-color: #fff
}

@media screen and (min-width: 768px) {
    .checkbox__value {
        width: 24px;
        height: 24px;
        margin-right: 10px
    }
}

.checkbox__value-icon {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 17px;
    height: 17px
}

@media screen and (max-width: 767px) {
    .checkbox__value-icon {
        top: 1px;
        left: 1px
    }
}

.error-message {
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    color: red;
    margin: 8px 0
}

@media screen and (max-width: 767px) {
    .error-message {
        font-size: 14px;
        line-height: 20px
    }
}

@media screen and (min-width: 768px) {
    .error-message {
        font-size: 16px;
        line-height: 20px
    }
}

@media screen and (min-width: 1440px) {
    .error-message {
        font-size: 18px;
        line-height: 24px
    }
}

.success-message {
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    background-color: rgba(25, 137, 157, 0.1);
    color: #19899D;
    padding: 24px 32px;
    margin: 24px 0
}

.preloader-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8)
}

.preloader-progress__content {
    position: relative;
    width: 100%;
    height: 100%
}

.preloader-progress__content-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #19899D);
    animation: left-right 1.5s linear infinite
}

.preloader-progress__content-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 50%;
    background: linear-gradient(0deg, #19899D, transparent);
    animation: top-bottom 1.5s linear infinite
}

.preloader-progress__content-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 3px;
    background: linear-gradient(90deg, #19899D, transparent);
    animation: right-left 1.5s linear infinite
}

.preloader-progress__content-left {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3px;
    height: 50%;
    background: linear-gradient(0deg, transparent, #19899D);
    animation: bottom-top 1.5s linear infinite
}

@keyframes left-right {
    from {
        transform: translateX(-100%)
    }
    to {
        transform: translateX(100%)
    }
}

@keyframes top-bottom {
    from {
        transform: translateY(-100%)
    }
    to {
        transform: translateY(150%)
    }
}

@keyframes right-left {
    from {
        transform: translateX(100%)
    }
    to {
        transform: translateX(-100%)
    }
}

@keyframes bottom-top {
    from {
        transform: translateY(100%)
    }
    to {
        transform: translateY(-150%)
    }
}

.subscribe {
    width: 100%;
    max-width: 596px;
    margin: auto
}

.subscribe__form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.subscribe__title {
    font-family: 'Jost-ExtraLight', sans-serif;
    margin: 25px -12px 45px;
    font-weight: 200;
    font-size: 30px;
    line-height: 1.3em;
    text-align: center
}

@media screen and (min-width: 1025px) {
    .subscribe__title {
        margin: 25px 0 45px
    }
}

.subscribe__title span {
    color: #ffffff
}

.subscribe .input {
    width: 100%
}

.subscribe .input__input {
    font-family: 'Jost', sans-serif;
    color: #fff;
    background-color: #ffffff;
    color: #7e7e7e;
    border: 1px solid #acacac;
    padding: 8px;
    font-size: 15px;
    line-height: 24px
}

.subscribe .input__input:focus {
    border-color: #fff
}

.subscribe .button {
    width: 100px;
    background-color: #000000;
    color: #FFFFFF;
    border-radius: 3px;
    margin: 22px 0 16px;
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    text-transform: uppercase;
    padding: 10px 20px;
    line-height: 2em;
    font-size: 17px;
    border-style: solid;
    border-width: 1px 1px 1px 1px
}

.how-it-works-menu {
    position: relative
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .how-it-works-menu {
        margin: 0 0 0 28px;
        padding-bottom: 0
    }
}

@media screen and (min-width: 1440px) {
    .how-it-works-menu {
        margin: 0 0 0 36px
    }
}

.how-it-works-menu__how-it-work-flex-container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 1020px) {
    .how-it-works-menu__how-it-work-flex-container {
        padding-bottom: 16px
    }
}

.how-it-works-menu__name-Wp {
    font-family: "Yantramanav", Sans-serif !important
}

.how-it-works-menu__name-without-Wp {
    font-family: "Yantramanav-Regular", sans-serif !important
}

.how-it-works-menu__name {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .how-it-works-menu__name {
        max-width: 108px
    }
}

@media screen and (min-width: 1440px) {
    .how-it-works-menu__name {
        max-width: 220px
    }
}

.how-it-works-menu__heart-icon {
    margin-left: 4px
}

.how-it-works-menu__arrow-icon {
    margin-left: 4px
}

.how-it-works-menu__submenu {
    padding: 28px 0 20px 0;
    width: 100%;
    position: absolute;
    top: 48px;
    z-index: 9;
    background-color: #000;
    border: 1px solid #fff;
    min-width: 260px;
    display: none;
    outline-color: transparent;
    outline-style: none
}

.how-it-works-menu__submenu:focus {
    outline: none;
    box-shadow: 0 0 0 #fff
}

.how-it-works-menu__submenu .hyper-link--theme-light {
    color: #fff !important
}

.how-it-works-menu__submenu .hyper-link--theme-light:hover::after {
    background-color: unset
}

.how-it-works-menu__submenu .hyper-link--theme-light span {
    background-image: linear-gradient(to top, #fff 2px, transparent 2px) !important;
    background-position: 0 0;
    transition: background-size 0.35s cubic-bezier(0.16, 0.48, 0.36, 1), color 0.2s ease-out;
    background-repeat: no-repeat;
    background-size: 0 100%;
    background-position-x: 100%
}

.how-it-works-menu__submenu .hyper-link--theme-light span:hover {
    background-size: 100% 100%;
    background-position-x: 0;
    opacity: 1
}

.how-it-works-menu__submenuItem {
    position: absolute !important;
    width: 155px;
    height: 40px;
    left: -60px;
    top: 20px;
    color: red
}

.how-it-works-menu__submenuItemHidden {
    display: none
}

.how-it-works-menu__link-a {
    font-size: 14px !important;
    line-height: 20px !important;
    font-family: "Yantramanav-Regular", sans-serif !important;
    text-decoration: none !important;
    display: flex;
    justify-content: flex-start;
    text-transform: uppercase;
    cursor: pointer
}

.how-it-works-menu__link-a:focus {
    outline: none;
    box-shadow: 0 0 0 #fff
}

.how-it-works-menu__link {
    font-family: 'DMSans-Regular', sans-serif;
    padding-bottom: 10px
}

.how-it-works-menu--opened .how-it-works-menu__submenu {
    display: block
}

.how-it-works-menu.hyper-link:hover {
    opacity: 1
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 1
    }
}

@keyframes zoomOut {
    0% {
        opacity: 0;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-100px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.promo {
    font-family: 'Jost', sans-serif;
    font-size: 10px;
    line-height: 16px;
    padding: 5px 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #19899D;
    color: #fff
}

.promo--1h-service {
    background-color: #E2ED82;
    color: #000;
    text-transform: uppercase
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .promo {
        font-size: 12px;
        line-height: 16px;
        padding: 7px 0 5px
    }
}

@media screen and (min-width: 1025px) {
    .promo {
        font-size: 13px;
        line-height: 20px;
        padding: 9px 0 7px
    }
}

.promo-icon {
    width: 8px;
    height: 10px;
    margin: 0 8px 2px 0
}

.header {
    z-index: 9;
    background-color: #000;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0
}

@media screen and (min-width: 1025px) {
    .header {
        background-color: #fff
    }
}

.header__content {
    position: relative;
    width: 100%;
    padding: 10px 12px;
    display: flex;
    align-items: center
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .header__content {
        padding: 12px 16px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .header__content {
        padding: 24px 20px
    }
}

@media screen and (min-width: 1440px) {
    .header__content {
        padding: 24px 48px;
        margin: auto
    }
}

.header__content:after {
    content: '';
    position: absolute;
    bottom: -1px;
    height: 1px;
    right: 12px;
    left: 12px;
    background: #2b2c2e;
    display: none
}

@media screen and (min-width: 768px) {
    .header__content:after {
        right: 16px;
        left: 16px
    }
}

@media screen and (min-width: 1025px) {
    .header__content:after {
        right: 48px;
        left: 48px;
        display: block
    }
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .header__content:after {
        right: 20px;
        left: 20px
    }
}

.header-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%
}

.header-authenticate, .header-sign-in {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    font-size: 10px;
    line-height: 16px;
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    .header-authenticate, .header-sign-in {
        padding: 8px 10px 6px
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .header-authenticate, .header-sign-in {
        font-size: 13px;
        line-height: 20px;
        margin-left: 36px;
        padding: 8px 14px 6px
    }
}

@media screen and (min-width: 1025px) {
    .header-authenticate, .header-sign-in {
        font-size: 14px;
        line-height: 20px;
        margin-left: 24px
    }
}

@media screen and (min-width: 1440px) {
    .header-authenticate, .header-sign-in {
        margin-left: 36px
    }
}

.header-sign-in.hyper-link:after {
    background-color: #fff
}

.header-authenticate {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    font-size: 10px;
    line-height: 16px
}

@media screen and (min-width: 768px) {
    .header-authenticate {
        font-size: 13px;
        line-height: 20px
    }
}

@media screen and (min-width: 1025px) {
    .header-authenticate {
        font-size: 14px;
        line-height: 20px;
        margin-left: 24px
    }
}

.header-links .hyper-link {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    font-size: 10px;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    .header-links .hyper-link {
        padding: 8px 10px 6px
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .header-links .hyper-link {
        font-size: 13px;
        line-height: 20px;
        margin-left: 36px;
        padding: 8px 14px 6px
    }
}

@media screen and (min-width: 1025px) {
    .header-links .hyper-link {
        font-size: 14px;
        line-height: 20px;
        margin-left: 24px
    }
}

@media screen and (min-width: 1440px) {
    .header-links .hyper-link {
        margin-left: 36px
    }
}

@media screen and (min-width: 1440px) {
    .header--animated {
        animation-duration: .4s;
        animation-fill-mode: both;
        animation-name: fadeInDown;
        animation-duration: 0.8s
    }
}

.header .hyper-link--theme-light {
    font-family: 'DMSans-Medium', sans-serif;
    color: #fff
}

@media screen and (min-width: 1025px) {
    .header .hyper-link--theme-light {
        color: #000
    }
}

.header .hyper-link--theme-light:hover::after {
    background-color: unset
}

.header .hyper-link--theme-light span {
    background-image: linear-gradient(to top, #000 2px, transparent 2px);
    background-position: 0 0;
    transition: background-size 0.35s cubic-bezier(0.16, 0.48, 0.36, 1), color 0.2s ease-out;
    background-repeat: no-repeat;
    background-size: 0 100%;
    background-position-x: 100%
}

.header .hyper-link--theme-light span:hover {
    background-size: 100% 100%;
    background-position-x: 0;
    opacity: 1
}

.header-buttons {
    height: 32px
}

.logo {
    display: flex
}

.logo-text {
    font-family: 'Voltaire', sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #fff !important;
    white-space: nowrap;
    margin-left: 8px
}

@media screen and (min-width: 768px) {
    .logo-text {
        font-size: 20px;
        line-height: 24px;
        margin-left: 16px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .logo-text {
        margin-left: 12px
    }
}

.logo-icon {
    width: 162px;
    margin-left: 8px
}

@media screen and (min-width: 768px) {
    .logo-icon {
        width: 216px
    }
}

@media screen and (min-width: 1025px) {
    .logo-icon {
        margin-left: 0px;
        width: 336px
    }
}

.verify-warning {
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px;
    background: #D0D2D3;
    color: #000
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .verify-warning {
        font-size: 16px;
        line-height: 20px
    }
}

@media screen and (min-width: 1025px) {
    .verify-warning {
        font-size: 18px;
        line-height: 24px
    }
}

.verify-warning .button {
    font-size: 14px;
    line-height: 20px;
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    color: #000;
    border-color: #D0D2D3
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .verify-warning .button {
        font-size: 16px;
        line-height: 20px
    }
}

@media screen and (min-width: 1025px) {
    .verify-warning .button {
        font-size: 18px;
        line-height: 24px
    }
}

.verify-warning .button:after {
    background-color: #000
}

.menu {
    position: fixed;
    top: 0;
    right: 0;
    overflow: hidden;
    overflow-y: auto;
    bottom: 0;
    background-color: #000;
    transform: translateX(100%);
    transition: transform 250ms ease-in-out;
    will-change: transform;
    z-index: 8
}

.menu-icon {
    width: 22px;
    height: 22px;
    margin-bottom: 2px
}

@media screen and (min-width: 768px) {
    .menu-icon {
        width: 30px;
        height: 28px
    }
}

.menu-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 7
}

.menu-link, .menu .button {
    font-family: 'Jost-Light', sans-serif;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0 0 20px 0
}

@media screen and (min-width: 1025px) {
    .menu-link, .menu .button {
        font-size: 13px;
        line-height: 20px;
        margin: 0 8px 24px 0
    }
}

.menu-links {
    padding: 24px 36px 0 24px
}

@media screen and (min-width: 768px) {
    .menu-links {
        padding: 36px 48px 0 36px
    }
}

.menu-links a {
    color: #fff !important
}

.menu-buttons {
    margin-bottom: 28px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e8e8e8
}

.menu-buttons .hyper-link, .menu-buttons .button {
    font-family: 'Jost-Light', sans-serif;
    font-size: 20px;
    line-height: 24px
}

@media screen and (max-width: 1024px) {
    .menu-buttons .hyper-link, .menu-buttons .button {
        text-transform: uppercase;
        margin-bottom: 16px
    }
}

.menu--opened {
    transform: translateX(0);
    box-shadow: 4px 0 4px rgba(0, 0, 0, 0.1)
}

.menu--opened .menu-background {
    display: block
}

.page {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 100%
}

.page-content {
    position: relative;
    flex: auto;
    width: 100%;
    min-height: 160px
}

@media screen and (min-width: 1440px) {
    .page-content {
        max-width: 2880px;
        margin: 0 auto
    }
}

.page-content > .preloader {
    position: absolute;
    top: 0;
    left: 0
}

.page-footer {
    padding: 44px 0 20px;
    background-color: #000;
    position: relative
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .page-footer {
        padding: 52px 0 20px
    }
}

@media screen and (min-width: 1025px) {
    .page-footer {
        padding: 65px 0 20px
    }
}

.page-footer-social {
    display: flex;
    margin: 20px auto 0
}

@media screen and (min-width: 768px) {
    .page-footer-social {
        margin: 20px auto 8px
    }
}

.page-footer-social-icon {
    width: 22px;
    height: auto
}

.page-footer-social .hyper-link {
    width: 24px;
    height: 24px;
    margin: 8px
}

.page-footer-line {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Yantramanav-Regular', sans-serif;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 2px solid #fff;
    flex: 2;
    margin-right: 20px;
    padding-bottom: 14px
}

.page-footer-column {
    display: flex;
    flex-direction: column;
    padding-right: 12px;
    text-align: left
}

@media screen and (min-width: 1025px) {
    .page-footer-column {
        padding: 0;
        width: auto
    }
}

.page-footer-links {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Jost-Light', sans-serif;
    display: flex;
    width: 100%;
    margin: 10px 0
}

.page-footer-links .hyper-link {
    line-height: 1.65em;
    color: #fff;
    text-decoration: none
}

.page-footer-links .button {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    font-size: 14px;
    line-height: 20px
}

.page-footer-link {
    text-transform: uppercase
}

.page-footer-copyright {
    font-size: 16px;
    line-height: 20px;
    font-family: 'DMSans-Regular', sans-serif;
    color: #908f90;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    line-height: 1.65em
}

.page-footer-copyright-text {
    font-family: 'DMSans-Medium', sans-serif;
    color: #ffffff;
    font-size: 11px;
    line-height: 1.39em;
    font-weight: 500;
    margin: 13px 0 0
}

@media screen and (min-width: 1025px) {
    .page-footer-copyright-text {
        margin: 25px 0
    }
}

.wrapper {
    flex: auto;
    background-color: #fff;
    padding-top: 72px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .wrapper {
        padding-top: 84px
    }
}

@media screen and (min-width: 1025px) {
    .wrapper {
        padding-top: 100px
    }
}

.wrapper--menu-opened {
    height: 100vh
}

@media screen and (max-width: 1024px) {
    .wrapper--menu-opened {
        overflow: hidden
    }
}

.wrapper--menu-opened .menu {
    z-index: 10;
    margin-top: 24px;
    width: 100%
}

.wrapper--verify-warning {
    padding-top: 116px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .wrapper--verify-warning {
        padding-top: 128px
    }
}

@media screen and (min-width: 1025px) {
    .wrapper--verify-warning {
        padding-top: 144px
    }
}

.wrapper--verify-warning .menu {
    z-index: 10;
    margin-top: 24px;
    width: 100%
}

@media screen and (min-width: 1025px) {
    .wrapper--verify-warning .menu {
        margin-top: 0;
        width: auto
    }
}

.contact-us-message {
    position: fixed;
    z-index: 7;
    right: 20px;
    bottom: 20px;
    width: 64px;
    height: 40px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    border: 1px solid #19899D;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 5px 5px 5px #000
}

.contact-us-message-icon {
    width: 36px
}

.hyper-link--theme-button.header-authenticate {
    color: #fff !important;
    background-color: #000 !important;
    border: 1px solid #000 !important
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 1
    }
}

@keyframes zoomOut {
    0% {
        opacity: 0;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-100px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.home-authenticate {
    position: relative
}

.home-authenticate__background {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: flex-start;
    width: 140px
}

@media screen and (min-width: 768px) {
    .home-authenticate__background {
        width: 328px;
        justify-content: flex-end
    }
}

@media screen and (min-width: 1025px) {
    .home-authenticate__background {
        width: 532px
    }
}

.home-authenticate__background:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 140px 0 0 140px;
    border-color: transparent transparent transparent #F6F7F8
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-authenticate__background:before {
        border-width: 328px 0 0 380px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .home-authenticate__background:before {
        border-width: 348px 0 0 440px
    }
}

@media screen and (min-width: 1440px) {
    .home-authenticate__background:before {
        border-width: 444px 0 0 544px
    }
}

.home-authenticate__background-icon {
    position: relative;
    z-index: 1;
    max-width: 104px;
    display: block
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-authenticate__background-icon {
        max-width: 172px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .home-authenticate__background-icon {
        margin: auto;
        max-width: 180px
    }
}

@media screen and (min-width: 1440px) {
    .home-authenticate__background-icon {
        margin: auto;
        max-width: 240px
    }
}

.home-authenticate__content {
    max-width: 320px;
    display: flex;
    margin: 0 auto;
    padding: 0 20px;
    align-items: center;
    justify-content: flex-end;
    padding: 40px 20px;
    min-height: 252px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-authenticate__content {
        max-width: 768px;
        padding: 0 40px
    }
}

@media screen and (min-width: 1025px) {
    .home-authenticate__content {
        max-width: 1024px
    }
}

@media screen and (min-width: 1440px) {
    .home-authenticate__content {
        max-width: 1280px
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-authenticate__content {
        min-height: 400px
    }
}

@media screen and (min-width: 1025px) {
    .home-authenticate__content {
        min-height: 554px
    }
}

.home-authenticate__info {
    padding-left: 100px
}

@media screen and (min-width: 768px) {
    .home-authenticate__info {
        max-width: 360px;
        padding-left: 0
    }
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .home-authenticate__info {
        max-width: 520px
    }
}

@media screen and (min-width: 1440px) {
    .home-authenticate__info {
        max-width: 660px;
        margin: 0 38px 0 0
    }
}

.home-authenticate__title {
    font-family: 'JosefinSans-BoldItalic', sans-serif;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 8px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-authenticate__title {
        font-size: 34px;
        line-height: 40px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .home-authenticate__title {
        font-size: 40px;
        line-height: 44px
    }
}

@media screen and (min-width: 1440px) {
    .home-authenticate__title {
        font-size: 45px;
        line-height: 52px;
        padding: 0 68px 0 0;
        margin-bottom: 12px;
        opacity: 0;
        animation-duration: .4s;
        animation-fill-mode: both;
        animation-name: fadeInUp;
        animation-delay: 0s
    }
}

.home-authenticate__text {
    font-family: 'Yantramanav-Light', sans-serif;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-authenticate__text {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 24px
    }
}

@media screen and (min-width: 1025px) {
    .home-authenticate__text {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 28px;
        opacity: 0;
        animation-duration: .4s;
        animation-fill-mode: both;
        animation-name: fadeInUp;
        animation-delay: .4s
    }
}

.home-authenticate .hyper-link {
    font-family: 'Yantramanav-Regular', sans-serif;
    font-size: 12px;
    line-height: 16px;
    padding: 9px 12px
}

@media screen and (min-width: 768px) {
    .home-authenticate .hyper-link {
        font-size: 16px;
        line-height: 20px;
        padding: 13px 24px
    }
}

@media screen and (min-width: 1025px) {
    .home-authenticate .hyper-link {
        opacity: 0;
        animation-duration: .4s;
        animation-fill-mode: both;
        animation-name: fadeInUp;
        animation-delay: .8s
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 1
    }
}

@keyframes zoomOut {
    0% {
        opacity: 0;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-100px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.home-overview {
    padding: 32px 0
}

@media screen and (min-width: 768px) {
    .home-overview {
        padding: 52px 0 60px
    }
}

@media screen and (min-width: 1440px) {
    .home-overview {
        padding: 76px 0 80px
    }
}

.home-overview__content {
    max-width: 320px;
    display: flex;
    margin: 0 auto;
    padding: 0 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-overview__content {
        max-width: 768px;
        padding: 0 40px
    }
}

@media screen and (min-width: 1025px) {
    .home-overview__content {
        max-width: 1024px
    }
}

@media screen and (min-width: 1440px) {
    .home-overview__content {
        max-width: 1280px
    }
}

.home-overview__title {
    font-size: 20px;
    line-height: 24px;
    font-family: 'JosefinSans-BoldItalic', sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 20px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-overview__title {
        font-size: 30px;
        line-height: 36px;
        margin: 0 0 36px
    }
}

@media screen and (min-width: 1025px) {
    .home-overview__title {
        font-size: 40px;
        line-height: 44px;
        margin: 24px 0 58px
    }
}

.home-overview__steps-container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
    width: 100%;
    max-width: 1104px
}

.home-overview__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 324px;
    padding: 0 12px;
    position: relative;
    z-index: 1
}

@media screen and (min-width: 768px) {
    .home-overview__step {
        max-width: 33.3%
    }
}

@media screen and (min-width: 1025px) {
    .home-overview__step {
        opacity: 0
    }
}

.home-overview__step-round {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #19899D;
    height: 72px;
    width: 72px;
    border-radius: 50%
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-overview__step-round {
        height: 96px;
        width: 96px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .home-overview__step-round {
        height: 120px;
        width: 120px
    }
}

@media screen and (min-width: 1440px) {
    .home-overview__step-round {
        height: 140px;
        width: 140px
    }
}

.home-overview__step-round:before {
    content: "";
    position: absolute;
    margin-left: 5px;
    margin-top: 5px;
    background-color: black;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    z-index: -1
}

.home-overview__step-icon {
    max-height: 42px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-overview__step-icon {
        max-height: 54px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .home-overview__step-icon {
        max-height: 60px
    }
}

@media screen and (min-width: 1440px) {
    .home-overview__step-icon {
        max-height: 84px;
        margin-top: 6px
    }
}

.home-overview__step-info {
    margin-top: 12px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-overview__step-info {
        margin-top: 16px
    }
}

@media screen and (min-width: 1025px) {
    .home-overview__step-info {
        width: 300px;
        margin: 24px auto 0
    }
}

.home-overview__step-info-title {
    font-family: 'Voltaire', sans-serif;
    font-size: 18px;
    line-height: 24px;
    text-align: center
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-overview__step-info-title {
        font-size: 20px;
        line-height: 24px
    }
}

@media screen and (min-width: 1025px) {
    .home-overview__step-info-title {
        font-size: 25px;
        line-height: 32px
    }
}

.home-overview__step-info-description {
    font-family: 'Yantramanav-Light', sans-serif;
    font-size: 12px;
    line-height: 16px;
    margin: 8px 0 16px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-overview__step-info-description {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 16px
    }
}

@media screen and (min-width: 1025px) {
    .home-overview__step-info-description {
        font-size: 16px;
        line-height: 20px;
        margin: 8px 0 16px
    }
}

.home-overview__divider {
    display: none
}

@media screen and (min-width: 768px) {
    .home-overview__divider {
        position: absolute;
        top: 2px;
        right: 50%;
        width: 180px;
        height: 96px;
        display: flex;
        align-items: center;
        z-index: 0
    }

    .home-overview__divider:before {
        content: '';
        height: 2px;
        width: 100%;
        background-color: #2e2d2d
    }

    .home-overview__divider:nth-child(4) {
        right: auto;
        left: 50%
    }
}

@media screen and (min-width: 1025px) {
    .home-overview__divider {
        width: 320px;
        height: 140px;
        opacity: 0
    }
}

@media screen and (min-width: 1025px) {
    .home-overview--animated .home-overview__step:nth-child(1) {
        animation-duration: .4s;
        animation-fill-mode: both;
        animation-name: zoomOut
    }

    .home-overview--animated .home-overview__step:nth-child(3) {
        animation-duration: .4s;
        animation-fill-mode: both;
        animation-name: zoomOut;
        animation-delay: 0.6s
    }

    .home-overview--animated .home-overview__step:nth-child(5) {
        animation-duration: .4s;
        animation-fill-mode: both;
        animation-name: zoomOut;
        animation-delay: 1.2s
    }

    .home-overview--animated .home-overview__divider:nth-child(2) {
        animation-duration: .4s;
        animation-fill-mode: both;
        animation-name: fadeIn;
        animation-delay: 0.3s
    }

    .home-overview--animated .home-overview__divider:nth-child(4) {
        animation-duration: .4s;
        animation-fill-mode: both;
        animation-name: fadeIn;
        animation-delay: 0.9s
    }
}

.home-brands {
    background-color: #f7f7f7;
    color: #000;
    padding: 24px 0 32px;
    position: relative;
    overflow: hidden
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-brands {
        padding: 24px 0 40px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .home-brands {
        padding: 80px 0 70px
    }
}

@media screen and (min-width: 1440px) {
    .home-brands {
        padding: 100px 0 90px
    }
}

.home-brands__content {
    max-width: 320px;
    display: flex;
    margin: 0 auto;
    padding: 0 20px;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-brands__content {
        max-width: 768px;
        padding: 0 40px
    }
}

@media screen and (min-width: 1025px) {
    .home-brands__content {
        max-width: 1024px
    }
}

@media screen and (min-width: 1440px) {
    .home-brands__content {
        max-width: 1280px
    }
}

.home-brands__title {
    font-family: 'JosefinSans-BoldItalic', sans-serif;
    font-size: 18px;
    line-height: 24px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-brands__title {
        font-size: 20px;
        line-height: 24px
    }
}

@media screen and (min-width: 1025px) {
    .home-brands__title {
        font-size: 35px;
        line-height: 40px;
        margin: 0 0 32px 0
    }
}

.home-brands__brands {
    display: block;
    width: 100%
}

@media screen and (min-width: 1440px) {
    .home-brands__brands {
        max-width: 1008px
    }
}

.home-brands__brands-title {
    font-size: 18px;
    line-height: 24px;
    font-family: 'JosefinSans-BoldItalic', sans-serif;
    margin-bottom: 12px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-brands__brands-title {
        font-size: 20px;
        line-height: 24px
    }
}

@media screen and (min-width: 1025px) {
    .home-brands__brands-title {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 24px
    }
}

.home-brands__brands-list {
    font-size: 12px;
    line-height: 16px;
    font-family: 'JosefinSans-Light', sans-serif
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-brands__brands-list {
        font-size: 17px;
        line-height: 24px;
        column-count: 4
    }
}

@media screen and (min-width: 1025px) {
    .home-brands__brands-list {
        font-size: 20px;
        line-height: 24px;
        column-count: 4
    }
}

.home-brands__brands-list li {
    padding: 4px 0
}

.home-brands__categories {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 44px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-brands__categories {
        max-width: 520px;
        margin-bottom: 28px
    }
}

@media screen and (min-width: 1025px) {
    .home-brands__categories {
        max-width: 720px
    }
}

.home-brands__category-icon {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 8px
}

@media screen and (min-width: 768px) {
    .home-brands__category-icon {
        width: 64px;
        height: 64px;
        margin: 16px auto 20px
    }
}

.home-brands__category-icon-sign {
    max-height: 24px
}

@media screen and (min-width: 768px) {
    .home-brands__category-icon-sign {
        max-height: initial
    }
}

.home-brands__category {
    width: 20%
}

@media screen and (max-width: 1024px) {
    .home-brands__category {
        display: none
    }

    .home-brands__category:nth-child(1), .home-brands__category:nth-child(2), .home-brands__category:nth-child(3), .home-brands__category:nth-child(4), .home-brands__category:nth-child(5) {
        display: block
    }
}

@media screen and (min-width: 1025px) {
    .home-brands__category {
        width: 16.6%
    }
}

.home-brands__category-title {
    font-family: 'JosefinSans-Regular', sans-serif;
    font-size: 12px;
    line-height: 16px;
    text-align: center
}

@media screen and (min-width: 768px) {
    .home-brands__category-title {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 24px
    }
}

.home-brands__background {
    max-width: 300px;
    height: auto;
    position: absolute;
    bottom: 64px;
    right: -64px
}

@media screen and (min-width: 768px) {
    .home-brands__background {
        max-width: initial;
        top: 32px;
        right: -840px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .home-brands__background {
        top: 66px;
        right: -680px
    }
}

@media screen and (min-width: 1440px) {
    .home-brands__background {
        top: 92px;
        right: -480px
    }
}

.home-brands__icon-link {
    margin: -4px 0 0 8px
}

.home-brands .hyper-link {
    font-family: 'JosefinSans-SemiBoldItalic', sans-serif;
    text-transform: uppercase;
    margin-top: 4px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-brands .hyper-link {
        margin-top: 0;
        white-space: nowrap
    }
}

@media screen and (min-width: 1025px) {
    .home-brands .hyper-link {
        font-size: 16px;
        line-height: 20px
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 1
    }
}

@keyframes zoomOut {
    0% {
        opacity: 0;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-100px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.home-pricing {
    padding: 36px 0
}

@media screen and (min-width: 768px) {
    .home-pricing {
        padding: 36px 0 72px
    }
}

@media screen and (min-width: 1025px) {
    .home-pricing {
        flex-direction: row;
        padding: 132px 0 76px
    }
}

@media screen and (min-width: 1440px) {
    .home-pricing {
        padding: 152px 0 70px
    }
}

.home-pricing__content {
    max-width: 320px;
    display: flex;
    margin: 0 auto;
    padding: 0 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-pricing__content {
        max-width: 768px;
        padding: 0 40px
    }
}

@media screen and (min-width: 1025px) {
    .home-pricing__content {
        max-width: 1024px
    }
}

@media screen and (min-width: 1440px) {
    .home-pricing__content {
        max-width: 1280px
    }
}

@media screen and (min-width: 1025px) {
    .home-pricing__content {
        flex-direction: row
    }
}

.home-pricing__title {
    font-family: 'JosefinSans-BoldItalic', sans-serif;
    font-size: 40px;
    line-height: 44px;
    margin-top: 64px;
    margin-left: -64px;
    transform: rotate(-90deg)
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-pricing__title {
        font-size: 70px;
        line-height: 76px;
        margin-top: 180px;
        margin-left: -116px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .home-pricing__title {
        font-size: 70px;
        line-height: 76px;
        margin-top: 196px;
        margin-left: -120px;
        width: 200px
    }
}

@media screen and (min-width: 1440px) {
    .home-pricing__title {
        font-size: 90px;
        line-height: 96px;
        margin-top: 180px;
        margin-left: -180px
    }
}

.home-pricing__status {
    width: 192px;
    height: 192px;
    background: #4AA69D;
    border-radius: 50%;
    padding: 28px 32px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-start;
    justify-content: center;
    margin: -108px 0 0px 64px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-pricing__status {
        width: 364px;
        height: 364px;
        padding: 40px;
        margin: -228px 0 0px 140px;
        align-content: center
    }
}

@media screen and (min-width: 1025px) {
    .home-pricing__status {
        width: 360px;
        height: 360px;
        padding: 68px 56px 76px;
        margin: 0 40px 0 -40px;
        align-content: center;
        opacity: 0
    }
}

@media screen and (min-width: 1440px) {
    .home-pricing__status {
        width: 440px;
        height: 440px;
        padding: 88px 56px 72px;
        margin: 0 84px 0 -84px
    }
}

.home-pricing__status-price {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 8px;
    width: 100%
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-pricing__status-price {
        font-size: 40px;
        line-height: 44px
    }
}

@media screen and (min-width: 1025px) {
    .home-pricing__status-price {
        font-size: 50px;
        line-height: 56px;
        margin: 0
    }
}

.home-pricing__status-title {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Voltaire', sans-serif;
    margin: 0 0 8px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-pricing__status-title {
        font-size: 30px;
        line-height: 36px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .home-pricing__status-title {
        font-size: 30px;
        line-height: 36px;
        margin: 0 0 20px
    }
}

@media screen and (min-width: 1440px) {
    .home-pricing__status-title {
        font-size: 40px;
        line-height: 44px;
        margin: 0 0 20px
    }
}

.home-pricing__status-text {
    font-family: 'Yantramanav-Light', sans-serif;
    font-size: 12px;
    line-height: 16px
}

@media screen and (min-width: 768px) {
    .home-pricing__status-text {
        font-size: 23px;
        line-height: 28px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .home-pricing__status-text {
        font-size: 20px;
        line-height: 24px
    }
}

@media screen and (min-width: 1440px) {
    .home-pricing__status-text {
        font-size: 23px;
        line-height: 28px
    }
}

.home-pricing__status-icon {
    max-width: 10px;
    margin: -2px 0 0 8px
}

@media screen and (min-width: 768px) {
    .home-pricing__status-icon {
        max-width: 12px
    }
}

.home-pricing__status .hyper-link {
    font-family: 'Yantramanav-Bold', sans-serif;
    font-size: 15px;
    line-height: 20px;
    position: relative;
    color: #fff;
    z-index: 1
}

@media screen and (min-width: 768px) {
    .home-pricing__status .hyper-link {
        font-size: 18px;
        line-height: 24px;
        margin-top: 18px
    }
}

@media screen and (min-width: 1025px) {
    .home-pricing__status .hyper-link {
        margin-top: 36px
    }
}

.home-pricing__services {
    margin-top: 60px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-pricing__services {
        position: relative;
        margin-top: 92px
    }
}

@media screen and (min-width: 1025px) {
    .home-pricing__services {
        width: 400px;
        margin-top: -64px;
        opacity: 0
    }
}

@media screen and (min-width: 1440px) {
    .home-pricing__services {
        width: 560px
    }
}

.home-pricing__services-title {
    font-family: 'JosefinSans-BoldItalic', sans-serif;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 12px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-pricing__services-title {
        font-size: 70px;
        line-height: 76px;
        transform: rotate(90deg);
        position: absolute;
        top: 204px;
        right: -388px
    }
}

@media screen and (min-width: 1025px) {
    .home-pricing__services-title {
        font-size: 30px;
        line-height: 36px;
        text-transform: none;
        text-align: left;
        padding-left: 4px;
        margin-bottom: 32px
    }
}

.home-pricing__service {
    display: flex;
    align-items: flex-start
}

.home-pricing__service + .home-pricing__service {
    margin-top: 12px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-pricing__service + .home-pricing__service {
        margin-top: 24px
    }
}

@media screen and (min-width: 1025px) {
    .home-pricing__service + .home-pricing__service {
        margin-top: 20px
    }
}

.home-pricing__service-list {
    max-width: 480px
}

@media screen and (min-width: 768px) {
    .home-pricing__service-list {
        min-height: 480px
    }
}

.home-pricing__service-price {
    font-family: 'JosefinSans-SemiBold', sans-serif;
    font-size: 18px;
    line-height: 24px;
    background: #000;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    padding: 6px 4px 2px;
    margin: 4px 20px 0 0;
    flex: 0 0 64px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-pricing__service-price {
        padding: 6px 4px 2px
    }
}

.home-pricing__service-title {
    font-family: 'Voltaire', sans-serif;
    font-size: 17px;
    line-height: 24px
}

@media screen and (min-width: 768px) {
    .home-pricing__service-title {
        font-size: 20px;
        line-height: 24px
    }
}

.home-pricing__service-text {
    font-family: 'Yantramanav-Light', sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-top: 4px
}

@media screen and (min-width: 768px) {
    .home-pricing__service-text {
        font-size: 16px;
        line-height: 20px
    }
}

@media screen and (min-width: 1025px) {
    .home-pricing--animated .home-pricing__status {
        animation-duration: .4s;
        animation-fill-mode: both;
        animation-name: zoomOut;
        animation-duration: .8s;
        animation-delay: 0s
    }

    .home-pricing--animated .home-pricing__services {
        animation-duration: .4s;
        animation-fill-mode: both;
        animation-name: fadeInRight;
        animation-duration: .6s;
        animation-delay: .4s
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 1
    }
}

@keyframes zoomOut {
    0% {
        opacity: 0;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-100px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.home-certificates {
    position: relative;
    overflow: hidden;
    background-color: #fcfcfc;
    padding: 48px 0
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .home-certificates {
        padding: 36px 0
    }
}

@media screen and (min-width: 1440px) {
    .home-certificates {
        padding: 36px 0 76px
    }
}

.home-certificates__background {
    position: absolute;
    bottom: 0;
    right: -364px;
    display: flex;
    height: 100%
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-certificates__background {
        right: -180px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .home-certificates__background {
        right: -240px
    }
}

@media screen and (min-width: 1440px) {
    .home-certificates__background {
        right: 0;
        display: block
    }
}

.home-certificates__content {
    max-width: 320px;
    display: flex;
    margin: 0 auto;
    padding: 0 20px;
    flex-direction: column;
    justify-content: center;
    position: relative
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-certificates__content {
        max-width: 768px;
        padding: 0 40px
    }
}

@media screen and (min-width: 1025px) {
    .home-certificates__content {
        max-width: 1024px
    }
}

@media screen and (min-width: 1440px) {
    .home-certificates__content {
        max-width: 1280px
    }
}

@media screen and (min-width: 1025px) {
    .home-certificates__content {
        height: 458px
    }
}

.home-certificates__info {
    max-width: 480px
}

@media screen and (min-width: 1025px) {
    .home-certificates__info {
        position: absolute;
        z-index: 1;
        max-width: 360px;
        top: 84px;
        left: 260px;
        right: 0;
        margin: auto
    }
}

@media screen and (min-width: 1440px) {
    .home-certificates__info {
        left: 204px
    }
}

.home-certificates__info .button {
    font-family: 'Yantramanav-Regular', sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 29px
}

@media screen and (min-width: 768px) {
    .home-certificates__info .button {
        font-size: 16px;
        line-height: 20px;
        padding: 14px 48px
    }
}

.home-certificates__title {
    font-family: 'JosefinSans-BoldItalic', sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-certificates__title {
        font-size: 30px;
        line-height: 36px
    }
}

@media screen and (min-width: 1025px) {
    .home-certificates__title {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 20px
    }
}

.home-certificates .hyper-link {
    font-family: 'Yantramanav-Regular', sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding: 9px 28px
}

@media screen and (min-width: 768px) {
    .home-certificates .hyper-link {
        font-size: 16px;
        line-height: 20px;
        min-width: 184px;
        padding: 13px 28px
    }
}

.home-certificates__content-logo {
    margin-top: 44px
}

@media screen and (min-width: 1025px) {
    .home-certificates__content-logo {
        opacity: 0
    }
}

.home-certificates__content-logo-icon {
    max-width: 280px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-certificates__content-logo-icon {
        max-width: 420px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .home-certificates__content-logo-icon {
        max-width: 460px
    }
}

@media screen and (min-width: 1440px) {
    .home-certificates__content-logo-icon {
        max-width: inherit
    }
}

@media screen and (min-width: 1025px) {
    .home-certificates--animated .home-certificates__content-logo {
        animation-duration: .4s;
        animation-fill-mode: both;
        animation-name: fadeInLeftBig;
        animation-duration: 1.2s
    }
}

.home-promo {
    display: flex;
    position: relative;
    align-items: flex-start;
    padding: 56px 0 0
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .home-promo {
        padding: 80px 0 0
    }
}

@media screen and (min-width: 1440px) {
    .home-promo {
        padding: 100px 0 0
    }
}

.home-promo__content {
    max-width: 320px;
    display: flex;
    margin: 0 auto;
    padding: 0 20px;
    display: block
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-promo__content {
        max-width: 768px;
        padding: 0 40px
    }
}

@media screen and (min-width: 1025px) {
    .home-promo__content {
        max-width: 1024px
    }
}

@media screen and (min-width: 1440px) {
    .home-promo__content {
        max-width: 1280px
    }
}

@media screen and (min-width: 1440px) {
    .home-promo__content {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }
}

.home-promo__info {
    width: 100%;
    text-align: center
}

@media screen and (min-width: 1440px) {
    .home-promo__info {
        margin-top: 40px;
        text-align: left;
        width: auto
    }
}

.home-promo__text {
    font-size: 25px;
    line-height: 32px;
    font-family: 'JosefinSans-SemiBoldItalic', sans-serif;
    display: block;
    margin-top: 16px;
    text-transform: uppercase
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-promo__text {
        font-size: 36px;
        line-height: 40px;
        margin: 16px 0 24px
    }
}

@media screen and (min-width: 1025px) {
    .home-promo__text {
        font-size: 41px;
        line-height: 48px;
        max-width: 576px;
        margin: 20px auto 24px
    }
}

@media screen and (min-width: 1440px) {
    .home-promo__text {
        margin: 20px 0 24px
    }
}

.home-promo__text-more {
    font-size: 20px;
    line-height: 24px;
    display: block
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-promo__text-more {
        font-size: 36px;
        line-height: 40px
    }
}

@media screen and (min-width: 1440px) {
    .home-promo__text-more {
        font-size: 40px;
        line-height: 44px
    }
}

.home-promo__ampersand {
    font-size: 40px;
    line-height: 44px;
    font-family: 'JosefinSans-BoldItalic', sans-serif;
    color: #19899D
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-promo__ampersand {
        font-size: 48px;
        line-height: 52px
    }
}

@media screen and (min-width: 1440px) {
    .home-promo__ampersand {
        font-size: 59px;
        line-height: 64px
    }
}

.home-promo__logo-icon {
    max-width: 280px
}

@media screen and (min-width: 768px) {
    .home-promo__logo-icon {
        max-width: inherit
    }
}

.home-promo .hyper-link {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 15px 18px 11px
}

@media screen and (min-width: 768px) {
    .home-promo .hyper-link {
        font-size: 25px;
        line-height: 32px;
        font-family: 'JosefinSans-BoldItalic', sans-serif;
        text-transform: uppercase;
        padding: 30px 40px 24px;
        margin-bottom: 20px
    }
}

.home-services {
    padding: 44px 0 30px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-services {
        padding: 60px 0
    }
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .home-services {
        padding: 80px 0
    }
}

@media screen and (min-width: 1440px) {
    .home-services {
        padding: 80px 0 90px
    }
}

.home-services__content {
    max-width: 320px;
    display: flex;
    margin: 0 auto;
    padding: 0 20px;
    justify-content: center;
    overflow-x: hidden
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-services__content {
        max-width: 768px;
        padding: 0 40px
    }
}

@media screen and (min-width: 1025px) {
    .home-services__content {
        max-width: 1024px
    }
}

@media screen and (min-width: 1440px) {
    .home-services__content {
        max-width: 1280px
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-services__content {
        padding: 0;
        max-width: 728px;
        border-left: 2px solid #000;
        border-right: 2px solid #000
    }
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .home-services__content {
        border-left: 2px solid #000;
        border-right: 2px solid #000
    }
}

.home-services__frame {
    border: 2px solid #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 292px;
    height: 420px;
    overflow: hidden;
    margin: 0 10px;
    padding: 44px 0 20px;
    position: relative
}

@media screen and (min-width: 768px) {
    .home-services__frame {
        flex: 0 0 400px;
        height: 632px;
        padding: 80px 0 20px
    }
}

@media screen and (min-width: 1440px) {
    .home-services__frame {
        margin: 10px
    }
}

.home-services__frame:nth-child(1) .home-services__frame-icon {
    position: absolute;
    top: 0;
    left: -2px
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .home-services__frame:nth-child(1) .home-services__frame-icon {
        max-width: 280px;
        top: 60px
    }
}

.home-services__frame:nth-child(2) {
    margin-top: 0
}

.home-services__frame:nth-child(2) .home-services__frame-icon {
    position: absolute;
    bottom: -1px;
    right: -1px
}

.home-services__frame:nth-child(3) .home-services__frame-icon {
    position: absolute;
    top: -1px;
    right: -1px
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .home-services__frame:nth-child(3) .home-services__frame-icon {
        max-width: 280px
    }
}

.home-services__frame:nth-child(3) .home-services__frame-icon2 {
    position: absolute;
    left: -1px;
    bottom: -1px
}

.home-services__frame-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px
}

.home-services__frame-info-title {
    font-family: 'JosefinSans-BoldItalic', sans-serif;
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 4px;
    position: relative;
    z-index: 1
}

@media screen and (min-width: 768px) {
    .home-services__frame-info-title {
        font-size: 36px;
        line-height: 40px
    }
}

.home-services__frame-info-description {
    font-family: 'JosefinSans-Light', sans-serif;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    position: relative;
    z-index: 1
}

@media screen and (min-width: 768px) {
    .home-services__frame-info-description {
        font-size: 20px;
        line-height: 24px;
        padding: 16px;
        margin: 0 0 24px 0
    }
}

.home-services__icon-arrow {
    margin-left: 12px;
    max-width: 12px
}

@media screen and (min-width: 768px) {
    .home-services__icon-arrow {
        max-width: 20px
    }
}

.home-services .hyper-link, .home-services .button {
    font-family: 'Voltaire', sans-serif;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 12px;
    position: relative;
    z-index: 1
}

@media screen and (min-width: 768px) {
    .home-services .hyper-link, .home-services .button {
        font-size: 30px;
        line-height: 36px
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 1
    }
}

@keyframes zoomOut {
    0% {
        opacity: 0;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-100px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.home-reviews-slider {
    position: relative;
    margin-bottom: 28px;
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .home-reviews-slider {
        margin-bottom: 40px
    }
}

@media screen and (min-width: 1025px) {
    .home-reviews-slider {
        margin-bottom: 72px
    }
}

.home-reviews-slider--animated .home-reviews-slider__list-inner {
    transition: all .4s
}

.home-reviews-slider__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%
}

.home-reviews-slider__list-inner {
    display: flex
}

.home-reviews-slider__prev-arrow, .home-reviews-slider__next-arrow {
    padding: 0;
    width: 36px;
    height: 36px;
    border: 1px solid #19899D;
    position: absolute;
    top: 50%;
    z-index: 3;
    margin-top: -18px
}

@media screen and (min-width: 1025px) {
    .home-reviews-slider__prev-arrow, .home-reviews-slider__next-arrow {
        width: 44px;
        height: 44px;
        margin-top: -22px
    }
}

.home-reviews-slider__prev-arrow {
    left: 0
}

@media screen and (min-width: 1025px) {
    .home-reviews-slider__prev-arrow {
        left: -80px
    }
}

.home-reviews-slider__next-arrow {
    right: 0
}

.home-reviews-slider__arrow-icon {
    max-width: 12px
}

.home-reviews-slider__slide {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center
}

.home-reviews-slider__dots {
    display: flex;
    justify-content: center;
    margin: 20px -6px 0;
    width: 100%
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-reviews-slider__dots {
        margin: 20px 0 0 -14px
    }
}

@media screen and (min-width: 1025px) {
    .home-reviews-slider__dots {
        margin: 40px 0 0 0
    }
}

.home-reviews-slider__dot {
    max-width: 100%;
    width: 60px;
    padding: 14px 6px;
    outline: none
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-reviews-slider__dot {
        width: 92px
    }
}

@media screen and (min-width: 1025px) {
    .home-reviews-slider__dot {
        width: 104px
    }
}

.home-reviews-slider__dot:before {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    background-color: #e4e5ec
}

.home-reviews-slider__dot--active:before {
    background-color: #19899D
}

.home-reviews-slider__author {
    font-family: 'JosefinSans-Light', sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px
}

@media screen and (min-width: 768px) {
    .home-reviews-slider__author {
        font-size: 20px;
        line-height: 24px
    }
}

.home-reviews-slider__description {
    font-family: 'JosefinSans-Light', sans-serif;
    font-size: 16px;
    line-height: 20px
}

@media screen and (min-width: 768px) {
    .home-reviews-slider__description {
        font-size: 30px;
        line-height: 36px
    }
}

.home-reviews-slider--multi {
    padding: 0 48px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-reviews-slider--multi {
        padding: 0 60px
    }
}

@media screen and (min-width: 1025px) {
    .home-reviews-slider--multi {
        padding: 0 80px 0 0
    }
}

@media screen and (min-width: 1440px) {
    .home-reviews-slider--multi {
        padding: 0 80px 0 0
    }
}

.home-reviews-slider--multi .home-reviews-slider__slide {
    width: 184px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-reviews-slider--multi .home-reviews-slider__slide {
        width: 568px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .home-reviews-slider--multi .home-reviews-slider__slide {
        width: 424px
    }
}

@media screen and (min-width: 1440px) {
    .home-reviews-slider--multi .home-reviews-slider__slide {
        width: 560px
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 1
    }
}

@keyframes zoomOut {
    0% {
        opacity: 0;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-100px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.home-reviews {
    display: flex;
    align-items: flex-start;
    background-color: #fcfcfc;
    padding: 52px 0 0;
    color: #000;
    overflow: hidden
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .home-reviews {
        padding: 80px 0 0
    }
}

@media screen and (min-width: 1440px) {
    .home-reviews {
        padding: 100px 0 0
    }
}

.home-reviews__content {
    max-width: 320px;
    display: flex;
    margin: 0 auto;
    padding: 0 20px;
    flex-wrap: wrap;
    align-items: center;
    position: relative
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-reviews__content {
        max-width: 768px;
        padding: 0 40px
    }
}

@media screen and (min-width: 1025px) {
    .home-reviews__content {
        max-width: 1024px
    }
}

@media screen and (min-width: 1440px) {
    .home-reviews__content {
        max-width: 1280px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .home-reviews__content {
        justify-content: flex-end;
        padding: 0 20px 0 500px
    }
}

@media screen and (min-width: 1440px) {
    .home-reviews__content {
        padding: 0 20px 0 610px
    }
}

.home-reviews__content-icon {
    max-width: 100%;
    height: auto;
    transform: translateX(20px)
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-reviews__content-icon {
        transform: translateX(40px)
    }
}

@media screen and (min-width: 1025px) {
    .home-reviews__content-icon {
        position: absolute;
        bottom: 0;
        left: 0;
        transform: translateX(0);
        max-width: 480px
    }
}

@media screen and (min-width: 1440px) {
    .home-reviews__content-icon {
        max-width: 100%
    }
}

.home-reviews__info {
    width: 100%;
    position: relative;
    z-index: 1
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .home-reviews__info {
        max-width: 480px
    }
}

@media screen and (min-width: 1025px) {
    .home-reviews__info {
        max-width: 640px;
        opacity: 0
    }
}

.home-reviews__title {
    font-family: 'JosefinSans-BoldItalic', sans-serif;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    margin-bottom: 28px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-reviews__title {
        font-size: 30px;
        line-height: 36px
    }
}

@media screen and (min-width: 1025px) {
    .home-reviews__title {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 44px
    }
}

@media screen and (min-width: 1025px) {
    .home-reviews--animated .home-reviews__info {
        animation-duration: .4s;
        animation-fill-mode: both;
        animation-name: fadeInUp;
        animation-duration: 1.2s
    }
}

.home-application {
    background-color: #fff;
    padding: 56px 0
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-application {
        padding: 56px 0 76px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .home-application {
        padding: 100px 0
    }
}

@media screen and (min-width: 1440px) {
    .home-application {
        padding: 166px 0
    }
}

.home-application__content {
    max-width: 320px;
    display: flex;
    margin: 0 auto;
    padding: 0 20px;
    flex-wrap: wrap;
    position: relative
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-application__content {
        max-width: 768px;
        padding: 0 40px
    }
}

@media screen and (min-width: 1025px) {
    .home-application__content {
        max-width: 1024px
    }
}

@media screen and (min-width: 1440px) {
    .home-application__content {
        max-width: 1280px
    }
}

.home-application__content-icon {
    max-width: 144px
}

@media screen and (min-width: 768px) {
    .home-application__content-icon {
        max-width: 352px
    }
}

@media screen and (min-width: 1440px) {
    .home-application__content-icon {
        max-width: 440px
    }
}

.home-application__content-left {
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .home-application__content-left {
        margin-left: 100px
    }
}

@media screen and (min-width: 1440px) {
    .home-application__content-left {
        margin-left: 130px
    }
}

.home-application__info {
    max-width: 400px;
    padding-right: 124px
}

@media screen and (min-width: 768px) {
    .home-application__info {
        padding-right: 0
    }
}

.home-application__info-title {
    font-family: 'JosefinSans-BoldItalic', sans-serif;
    font-size: 25px;
    line-height: 32px
}

@media screen and (min-width: 768px) {
    .home-application__info-title {
        font-size: 36px;
        line-height: 40px;
        padding-right: 100px
    }
}

@media screen and (min-width: 1025px) {
    .home-application__info-title {
        font-size: 47px;
        line-height: 52px
    }
}

.home-application__info-description {
    font-family: 'JosefinSans-Light', sans-serif;
    font-size: 13px;
    line-height: 20px;
    margin-top: 8px
}

@media screen and (min-width: 768px) {
    .home-application__info-description {
        font-size: 25px;
        line-height: 32px;
        margin-top: 20px
    }
}

@media screen and (min-width: 1025px) {
    .home-application__info-description {
        margin-top: 32px
    }
}

.home-application__content-right {
    position: absolute;
    top: -4px;
    right: 12px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-application__content-right {
        top: 28px;
        right: 44px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .home-application__content-right {
        top: -28px;
        right: 48px
    }
}

@media screen and (min-width: 1440px) {
    .home-application__content-right {
        top: -72px;
        right: 52px
    }
}

.home-application__download {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px
}

@media screen and (min-width: 768px) {
    .home-application__download {
        max-width: 220px;
        margin-top: 40px
    }
}

@media screen and (min-width: 1025px) {
    .home-application__download {
        height: 70px;
        max-width: inherit
    }
}

.home-application__download-icon {
    max-width: 118px
}

@media screen and (min-width: 768px) {
    .home-application__download-icon {
        max-width: 204px
    }
}

@media screen and (min-width: 1440px) {
    .home-application__download-icon {
        max-width: 246px
    }
}

.home-application__download .hyper-link {
    height: 58px
}

@media screen and (min-width: 1025px) {
    .home-application__download .hyper-link {
        transition: .3s;
        height: 70px
    }

    .home-application__download .hyper-link:hover {
        margin-top: -8px
    }
}

.home-application__download .hyper-link + .hyper-link {
    margin-left: 24px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-application__download .hyper-link + .hyper-link {
        margin: 16px 0 0 0
    }
}

.home {
    width: 100%
}

.sign-in__email {
    margin-top: 8px
}

@media screen and (min-width: 768px) {
    .sign-in__email {
        margin-top: 38px
    }
}

.sign-in__password {
    margin-top: 20px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .sign-in__password {
        margin-top: 24px
    }
}

@media screen and (min-width: 1025px) {
    .sign-in__password {
        margin-top: 28px
    }
}

.sign-in__account {
    display: flex;
    justify-content: space-between;
    margin-top: 22px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .sign-in__account {
        margin-top: 48px
    }
}

@media screen and (min-width: 1025px) {
    .sign-in__account {
        margin-top: 24px
    }
}

.sign-in__remember-me {
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    font-size: 12px;
    line-height: 16px
}

@media screen and (min-width: 768px) {
    .sign-in__remember-me {
        font-size: 16px;
        line-height: 20px
    }
}

.sign-in__remember-me.checkbox--checked .checkbox__value {
    background-color: #19899D;
    border: 1px solid #19899D
}

.sign-in__forgot-password {
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    font-size: 12px;
    line-height: 16px
}

@media screen and (min-width: 768px) {
    .sign-in__forgot-password {
        font-size: 16px;
        line-height: 20px
    }
}

.sign-in__sign-in {
    margin-top: 40px;
    text-align: center
}

@media screen and (min-width: 768px) {
    .sign-in__sign-in {
        margin-top: 48px
    }
}

.sign-in__sign-in .button {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    width: 160px;
    padding: 5px 29px;
    color: #fff;
    background-color: #000;
    border-radius: 8px
}

@media screen and (min-width: 1025px) {
    .sign-in__sign-in .button {
        padding: 8px 29px
    }
}

.sign-in .input__input {
    border: unset;
    border-bottom: 1px solid #cccc;
    padding-left: 0px
}

.sign-in .input__input:focus {
    outline: none;
    border-bottom: 1px solid #000
}

.sign-in input:-webkit-autofill, .sign-in input:-webkit-autofill:hover, .sign-in input:-webkit-autofill:focus, .sign-in input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset
}

.sign-in__create-account {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    display: flex;
    justify-content: center;
    color: #19899D;
    margin-top: 15px
}

.sign-in__create-account .hyper-link--theme-button {
    padding: 0 0 0 5px;
    color: #19899D !important;
    text-decoration: underline
}

@media screen and (min-width: 1440px) {
    .sign-in-page {
        display: flex
    }
}

.sign-in-page h1 {
    font-family: 'Jost', sans-serif;
    max-width: 235px;
    text-align: center;
    margin: 12px auto
}

@media screen and (min-width: 768px) {
    .sign-in-page h1 {
        max-width: 270px
    }
}

@media screen and (min-width: 1025px) {
    .sign-in-page h1 {
        max-width: 355px;
        margin: 12px 0;
        text-align: left
    }
}

.sign-in-page h1 span {
    color: #19899D
}

.sign-in-page__welcome-text {
    font-family: 'Jost', sans-serif;
    color: #19899D;
    text-align: center
}

@media screen and (min-width: 1025px) {
    .sign-in-page__welcome-text {
        text-align: left
    }
}

.sign-in-page__container {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column
}

@media screen and (min-width: 1025px) {
    .sign-in-page__container {
        flex-direction: row;
        padding: 16px 20px 12px 20px
    }
}

@media screen and (min-width: 1440px) {
    .sign-in-page__container {
        flex-direction: row;
        padding: 32px 20px 14px 20px
    }
}

.sign-in-page__image {
    width: 100%;
    margin-bottom: -7px
}

@media screen and (min-width: 1025px) {
    .sign-in-page__image {
        width: 55%;
        height: 100%;
        margin-bottom: 0
    }
}

.sign-in-page__image-icon {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.sign-in-page__content {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px
}

@media screen and (min-width: 1025px) {
    .sign-in-page__content {
        width: 45%
    }
}

.sign-in-page__content-form {
    padding: 24px 24px 0
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .sign-in-page__content-form {
        padding: 40px 64px 0
    }
}

@media screen and (min-width: 1025px) {
    .sign-in-page__content-form {
        padding: 0 80px 0 0
    }
}

.sign-in-page__account {
    display: flex;
    justify-content: space-between;
    margin-top: 22px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .sign-in-page__account {
        margin-top: 48px
    }
}

@media screen and (min-width: 1025px) {
    .sign-in-page__account {
        margin-top: 38px
    }
}

.sign-in-page__create-account {
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 64px;
    padding: 22px 24px 20px;
    background-color: #19899D
}

@media screen and (min-width: 768px) {
    .sign-in-page__create-account {
        flex-direction: row;
        justify-content: space-between;
        margin-top: 52px;
        padding: 20px 80px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .sign-in-page__create-account {
        padding: 40px 60px;
        margin-top: 92px
    }
}

@media screen and (min-width: 1440px) {
    .sign-in-page__create-account {
        padding: 38px 116px 36px 104px;
        margin-top: 92px
    }
}

.sign-in-page__create-account-text {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    font-style: italic;
    font-size: 18px;
    line-height: 24px;
    color: #fff
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .sign-in-page__create-account-text {
        font-size: 20px;
        line-height: 24px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .sign-in-page__create-account-text {
        font-size: 20px;
        line-height: 24px
    }
}

@media screen and (min-width: 1440px) {
    .sign-in-page__create-account-text {
        font-size: 30px;
        line-height: 36px
    }
}

.sign-in-page__create-account .hyper-link {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    font-size: 14px;
    line-height: 20px;
    width: 132px;
    width: auto;
    text-transform: uppercase;
    margin-top: 10px;
    padding: 7px 23px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .sign-in-page__create-account .hyper-link {
        font-size: 15px;
        line-height: 20px;
        margin: 0;
        padding: 9px 23px
    }
}

@media screen and (min-width: 1025px) {
    .sign-in-page__create-account .hyper-link {
        font-size: 17px;
        line-height: 24px;
        margin: 0;
        padding: 10px
    }
}

.sign-in-page__create-account .hyper-link.hyper-link--theme-button.hyper-link--theme-light.hyper-link--theme-border {
    border: 1px solid #fff
}

.create-account .input {
    margin-top: 20px
}

@media screen and (min-width: 768px) {
    .create-account .input {
        margin-top: 24px
    }
}

@media screen and (min-width: 1440px) {
    .create-account .input {
        margin-top: 28px
    }
}

.create-account__first-name .input {
    margin-top: 12px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .create-account__first-name .input {
        margin-top: 28px
    }
}

@media screen and (min-width: 1025px) {
    .create-account__first-name .input {
        margin-top: 20px
    }
}

.create-account__agreement {
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    font-size: 12px;
    line-height: 16px;
    margin-top: 20px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .create-account__agreement {
        font-size: 14px;
        line-height: 20px
    }
}

@media screen and (min-width: 1025px) {
    .create-account__agreement {
        font-size: 16px;
        line-height: 20px;
        margin-top: 28px
    }
}

.create-account__agreement-container {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap
}

.create-account__agreement-container .checkbox, .create-account__agreement-container .hyper-link {
    margin-top: 8px
}

.create-account__create-account {
    margin-top: 40px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .create-account__create-account {
        margin-top: 36px
    }
}

@media screen and (min-width: 1025px) {
    .create-account__create-account {
        margin-top: 24px
    }
}

.create-account__create-account .button {
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    width: 180px;
    padding: 13px 29px
}

@media screen and (min-width: 1025px) {
    .create-account__create-account .button {
        width: 228px;
        padding: 15px 29px
    }
}

@media screen and (min-width: 1025px) {
    .create-account-page {
        display: flex
    }
}

.create-account-page h1 {
    font-family: 'Jost', sans-serif;
    font-style: italic
}

.create-account-page__image {
    position: relative;
    width: 100%;
    height: 110px;
    overflow: hidden
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .create-account-page__image {
        height: 100%;
        position: absolute;
        top: 0;
        right: 0
    }
}

@media screen and (min-width: 1025px) {
    .create-account-page__image {
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0
    }
}

.create-account-page__image-icon {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.create-account-page__content {
    background: #fff;
    padding: 24px 14px 56px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .create-account-page__content {
        position: relative;
        width: 560px;
        margin: 60px auto 100px;
        padding: 40px 40px 60px;
        border: 1px solid #000
    }
}

@media screen and (min-width: 1025px) {
    .create-account-page__content {
        width: 50%;
        padding: 60px
    }
}

@media screen and (min-width: 1440px) {
    .create-account-page__content {
        padding: 60px 120px
    }
}

.create-account-page__sign-in {
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    margin-top: 28px
}

.create-account-page__sign-in-link {
    margin-left: 4px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .create-account-page__sign-in {
        font-size: 14px;
        line-height: 20px;
        justify-content: flex-start;
        margin-top: 40px
    }
}

@media screen and (min-width: 1025px) {
    .create-account-page__sign-in {
        font-size: 16px;
        line-height: 20px;
        justify-content: flex-start;
        margin-top: 30px
    }
}

@media screen and (min-width: 1025px) {
    .forgot-password {
        display: flex
    }
}

.forgot-password h1 {
    font-family: 'Jost', sans-serif
}

.forgot-password__image {
    position: relative;
    width: 100%;
    height: 110px;
    overflow: hidden
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .forgot-password__image {
        height: 100%;
        position: absolute;
        top: 0;
        right: 0
    }
}

@media screen and (min-width: 1025px) {
    .forgot-password__image {
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0
    }
}

.forgot-password__image-icon {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.forgot-password__content {
    background: #fff;
    padding: 32px 20px 120px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .forgot-password__content {
        position: relative;
        width: 560px;
        margin: 60px auto 120px;
        padding: 40px 62px 60px;
        border: 1px solid #000
    }
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .forgot-password__content {
        width: 50%;
        padding: 100px 60px
    }
}

@media screen and (min-width: 1440px) {
    .forgot-password__content {
        width: 50%;
        padding: 104px 92px
    }
}

.forgot-password__email {
    margin-top: 8px
}

@media screen and (min-width: 768px) {
    .forgot-password__email {
        margin-top: 36px
    }
}

.forgot-password__reset-password {
    margin-top: 20px
}

@media screen and (min-width: 768px) {
    .forgot-password__reset-password {
        margin-top: 36px
    }
}

.forgot-password__reset-password .button {
    width: 100%;
    padding: 13px 29px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .forgot-password__reset-password .button {
        width: 161px
    }
}

@media screen and (min-width: 1025px) {
    .forgot-password__reset-password .button {
        width: 228px;
        padding: 15px 29px
    }
}

.forgot-password__sign-in {
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    font-size: 12px;
    line-height: 16px;
    margin-top: 26px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .forgot-password__sign-in {
        font-size: 16px;
        line-height: 20px;
        margin-top: 30px
    }
}

@media screen and (min-width: 1025px) {
    .forgot-password__sign-in {
        font-size: 16px;
        line-height: 20px;
        margin-top: 44px
    }
}

@media screen and (min-width: 1025px) {
    .reset-password {
        display: flex
    }
}

.reset-password__image {
    position: relative;
    width: 100%;
    height: 110px;
    overflow: hidden
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .reset-password__image {
        height: 100%;
        position: absolute;
        top: 0;
        right: 0
    }
}

@media screen and (min-width: 1025px) {
    .reset-password__image {
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0
    }
}

.reset-password__image-icon {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.reset-password__content {
    background: #fff;
    padding: 32px 20px 120px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .reset-password__content {
        position: relative;
        width: 560px;
        margin: 60px auto 120px;
        padding: 40px 62px 60px;
        border: 1px solid #000
    }
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .reset-password__content {
        width: 50%;
        padding: 100px 60px
    }
}

@media screen and (min-width: 1440px) {
    .reset-password__content {
        width: 50%;
        padding: 104px 92px
    }
}

.reset-password__email {
    margin-top: 8px
}

@media screen and (min-width: 768px) {
    .reset-password__email {
        margin-top: 36px
    }
}

.reset-password__confirmation {
    margin-top: 20px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .reset-password__confirmation {
        margin-top: 24px
    }
}

@media screen and (min-width: 1025px) {
    .reset-password__confirmation {
        margin-top: 28px
    }
}

.reset-password__reset-password {
    margin-top: 20px
}

@media screen and (min-width: 768px) {
    .reset-password__reset-password {
        margin-top: 36px
    }
}

.reset-password__reset-password .button {
    width: 100%;
    padding: 13px 29px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .reset-password__reset-password .button {
        width: 161px
    }
}

@media screen and (min-width: 1025px) {
    .reset-password__reset-password .button {
        width: 228px;
        padding: 15px 29px
    }
}

.reset-password__sign-in {
    font-family: 'Yantramanav-Light', sans-serif;
    font-size: 12px;
    line-height: 16px;
    margin-top: 26px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .reset-password__sign-in {
        font-size: 16px;
        line-height: 20px;
        margin-top: 30px
    }
}

@media screen and (min-width: 1025px) {
    .reset-password__sign-in {
        font-size: 16px;
        line-height: 20px;
        margin-top: 44px
    }
}

.authenticate-item-authorization {
    position: relative
}

.authenticate-item-authorization h1 {
    font-family: 'Jost', sans-serif;
    max-width: 235px;
    text-align: center;
    margin: 12px auto
}

@media screen and (min-width: 768px) {
    .authenticate-item-authorization h1 {
        max-width: 270px
    }
}

@media screen and (min-width: 1025px) {
    .authenticate-item-authorization h1 {
        max-width: 355px;
        margin: 12px 0;
        text-align: left
    }
}

.authenticate-item-authorization h1 span {
    color: #19899D
}

.authenticate-item-authorization__welcome-text {
    font-family: 'Jost', sans-serif;
    color: #19899D;
    text-align: center
}

@media screen and (min-width: 1025px) {
    .authenticate-item-authorization__welcome-text {
        text-align: left
    }
}

.authenticate-item-authorization__container {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column
}

@media screen and (min-width: 1025px) {
    .authenticate-item-authorization__container {
        flex-direction: row;
        padding: 16px 20px 12px 20px
    }
}

@media screen and (min-width: 1440px) {
    .authenticate-item-authorization__container {
        flex-direction: row;
        padding: 32px 20px 14px 20px
    }
}

.authenticate-item-authorization__image {
    width: 100%;
    margin-bottom: -7px
}

@media screen and (min-width: 1025px) {
    .authenticate-item-authorization__image {
        width: 55%;
        height: 100%;
        margin-bottom: 0
    }
}

.authenticate-item-authorization__image-icon {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.authenticate-item-authorization__content {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px
}

@media screen and (min-width: 1025px) {
    .authenticate-item-authorization__content {
        width: 45%
    }
}

.authenticate-item-authorization__content-form {
    padding: 24px 24px 0
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .authenticate-item-authorization__content-form {
        padding: 40px 64px 0
    }
}

@media screen and (min-width: 1025px) {
    .authenticate-item-authorization__content-form {
        padding: 0 80px 0 0
    }
}

.authenticate-item-authorization__title {
    font-family: 'Jost-Italic', sans-serif;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 22px 0 10px 0
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .authenticate-item-authorization__title {
        font-size: 26px;
        line-height: 32px;
        margin: 0 0 10px
    }
}

@media screen and (min-width: 1025px) {
    .authenticate-item-authorization__title {
        font-size: 30px;
        line-height: 36px;
        margin: 0 0 10px
    }
}

.authenticate-item-authorization__header-title, .authenticate-item-authorization__header-title-link {
    font-family: 'DarkerGrotesque-Light', sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-top: 28px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .authenticate-item-authorization__header-title, .authenticate-item-authorization__header-title-link {
        font-size: 14px;
        line-height: 20px;
        margin-top: 40px
    }
}

@media screen and (min-width: 1025px) {
    .authenticate-item-authorization__header-title, .authenticate-item-authorization__header-title-link {
        font-size: 16px;
        line-height: 20px;
        margin-top: 30px
    }
}

.authenticate-item-authorization__header-title-link {
    margin: 0
}

.authenticate-item-authorization__create-account .authenticate-item-authorization__header-title-link {
    margin-bottom: 0
}

@media screen and (min-width: 1025px) {
    .authenticate-item-authorization__create-account .create-account .button {
        font-size: 20px;
        line-height: 24px;
        width: 228px;
        padding: 21px 28px;
        margin-top: 12px
    }
}

@media screen and (max-width: 767px) {
    .authenticate-item-authorization__create-account .create-account .input__input {
        padding: 13px 25px
    }
}

.authenticate-item-authorization__create-account .create-account__first-name .input {
    margin-top: 24px
}

@media screen and (min-width: 1025px) {
    .authenticate-item-authorization__create-account .create-account__first-name .input {
        margin-top: 38px
    }
}

.authenticate-item-authorization__content-bottom {
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 64px;
    padding: 22px 24px 20px;
    background-color: #19899D
}

@media screen and (min-width: 768px) {
    .authenticate-item-authorization__content-bottom {
        flex-direction: row;
        justify-content: space-between;
        padding: 20px 80px;
        margin: 52px -40px -40px
    }
}

@media screen and (min-width: 1025px) {
    .authenticate-item-authorization__content-bottom {
        padding: 40px 60px;
        margin: 92px -128px -84px
    }
}

@media screen and (min-width: 1440px) {
    .authenticate-item-authorization__content-bottom {
        padding: 38px 116px 36px 104px
    }
}

.authenticate-item-authorization__content-bottom-text {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    font-style: italic;
    font-size: 18px;
    line-height: 24px;
    color: #fff
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .authenticate-item-authorization__content-bottom-text {
        font-size: 20px;
        line-height: 24px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .authenticate-item-authorization__content-bottom-text {
        font-size: 20px;
        line-height: 24px
    }
}

@media screen and (min-width: 1440px) {
    .authenticate-item-authorization__content-bottom-text {
        font-size: 30px;
        line-height: 36px
    }
}

.authenticate-item-authorization__content-bottom .button {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    font-size: 14px;
    line-height: 20px;
    width: 132px;
    text-transform: uppercase;
    margin-top: 10px;
    padding: 7px 23px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .authenticate-item-authorization__content-bottom .button {
        font-size: 15px;
        line-height: 20px;
        margin: 0;
        padding: 9px 23px
    }
}

@media screen and (min-width: 1025px) {
    .authenticate-item-authorization__content-bottom .button {
        font-size: 17px;
        line-height: 24px;
        margin: 0;
        width: 148px;
        padding: 10px
    }
}

.authenticate-item-authorization__as-guest {
    width: 100%;
    margin-top: 20px;
    text-align: center
}

@media screen and (min-width: 768px) {
    .authenticate-item-authorization__as-guest {
        text-align: left
    }
}

@media screen and (min-width: 1025px) {
    .authenticate-item-authorization__as-guest {
        font-size: 20px;
        line-height: 24px;
        margin-top: 40px
    }
}

.authenticate-item-authorization__as-guest .button {
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    font-size: 18px;
    line-height: 24px
}

.authenticate-item-authorization__background-icons {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    top: 80px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .authenticate-item-authorization__background-icons {
        left: 0;
        right: 0;
        top: 0;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width: 1025px) {
    .authenticate-item-authorization__background-icons {
        left: 0;
        right: 0;
        top: 0;
        margin-left: auto;
        margin-right: auto
    }
}

.authenticate-item-authorization__container-icons {
    display: flex;
    flex-direction: column
}

@media screen and (max-width: 767px) {
    .authenticate-item-authorization__container-icons {
        justify-content: space-between
    }
}

.authenticate-item-authorization__container-icons:last-child {
    margin-top: 20px;
    align-items: flex-end
}

@media screen and (min-width: 1025px) {
    .authenticate-item-authorization__container-icons:last-child {
        width: 600px;
        align-items: flex-end
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .authenticate-item-authorization__container-icons > * {
        transform: translateY(60px)
    }
}

.authenticate-item-authorization__icon-green-bag {
    width: 200px
}

@media screen and (min-width: 768px) {
    .authenticate-item-authorization__icon-green-bag {
        width: 240px;
        position: absolute;
        right: 0;
        bottom: 80px
    }
}

@media screen and (min-width: 1025px) {
    .authenticate-item-authorization__icon-green-bag {
        width: 360px
    }
}

@media screen and (min-width: 1440px) {
    .authenticate-item-authorization__icon-green-bag {
        right: 120px;
        bottom: 220px
    }
}

.authenticate-item-authorization__icon-grey-bag {
    width: 200px;
    transform: translateY(40px) translateX(-100px)
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .authenticate-item-authorization__icon-grey-bag {
        width: 260px;
        transform: translateY(0px) translateX(0)
    }
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .authenticate-item-authorization__icon-grey-bag {
        width: 380px;
        transform: translateY(-30px) translateX(-110px)
    }
}

@media screen and (min-width: 1440px) {
    .authenticate-item-authorization__icon-grey-bag {
        width: 440px;
        transform: translateY(-80px) translateX(40px)
    }
}

.authenticate-item-authorization__icon-bracelet {
    width: 140px;
    transform: translateY(10px) translateX(-40px)
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .authenticate-item-authorization__icon-bracelet {
        width: 220px
    }
}

@media screen and (min-width: 1025px) {
    .authenticate-item-authorization__icon-bracelet {
        width: 280px
    }
}

@media screen and (min-width: 1440px) {
    .authenticate-item-authorization__icon-bracelet {
        transform: translateY(0px) translateX(-100px)
    }
}

.authenticate-item-authorization__icon-shoes {
    width: 160px;
    transform: translateY(0px) translateX(-40px)
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .authenticate-item-authorization__icon-shoes {
        width: 220px;
        transform: translateY(60px) translateX(-40px)
    }
}

@media screen and (min-width: 1025px) {
    .authenticate-item-authorization__icon-shoes {
        width: 320px
    }
}

@media screen and (min-width: 1440px) {
    .authenticate-item-authorization__icon-shoes {
        transform: translateY(-110px) translateX(80px)
    }
}

.authenticate-item-authorization__icon-black-bag {
    width: 200px
}

@media screen and (min-width: 768px) {
    .authenticate-item-authorization__icon-black-bag {
        width: 240px;
        position: absolute;
        bottom: 160px
    }
}

@media screen and (min-width: 1025px) {
    .authenticate-item-authorization__icon-black-bag {
        width: 320px
    }
}

@media screen and (min-width: 1440px) {
    .authenticate-item-authorization__icon-black-bag {
        bottom: 40px;
        right: 80px
    }
}

.modal-window {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 999
}

.modal-window__container {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 auto;
    padding: 92px 20px 20px
}

@media screen and (min-width: 768px) {
    .modal-window__container {
        width: 560px;
        padding: 108px 20px 20px
    }
}

@media screen and (min-width: 1025px) {
    .modal-window__container {
        padding: 132px 20px 20px
    }
}

.modal-window__main {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.5);
    max-height: 100%;
    display: flex;
    flex-direction: column;
    flex: auto;
    padding: 20px
}

.modal-window__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px
}

.modal-window__title {
    font-size: 18px;
    line-height: 24px;
    font-family: 'JosefinSans-Italic', sans-serif;
    color: #000;
    margin: 0
}

@media screen and (min-width: 1025px) {
    .modal-window__title {
        font-size: 25px;
        line-height: 32px
    }
}

.modal-window__close {
    display: block;
    overflow: visible;
    border: none;
    background: none;
    cursor: pointer
}

.modal-window__body {
    flex: auto;
    overflow: auto;
    padding: 20px
}

.modal-window__icon-title {
    margin-right: 5px;
    margin-top: -8px
}

.edit-payment-method__row {
    display: flex;
    justify-content: space-between
}

.edit-payment-method__group {
    display: flex;
    flex-direction: column;
    margin-top: 24px
}

.edit-payment-method__group-short {
    width: 120px
}

@media screen and (min-width: 768px) {
    .edit-payment-method__group-short {
        width: 200px
    }
}

.edit-payment-method__group-short + .edit-payment-method__group-short {
    margin-left: 8px
}

.edit-payment-method__label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px
}

.edit-payment-method__label-icon {
    margin-left: 2px
}

.edit-payment-method__buttons {
    display: flex;
    justify-content: flex-end;
    margin-top: 60px
}

.edit-payment-method__buttons .button {
    font-family: 'Yantramanav-Regular', sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding: 11px 29px 9px
}

@media screen and (min-width: 1440px) {
    .edit-payment-method__buttons .button {
        font-size: 16px;
        line-height: 20px;
        padding: 11px 29px 9px;
        width: 128px
    }
}

.edit-payment-method__buttons .button + .button {
    margin-left: 12px
}

.braintree-error {
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    line-height: 20px
}

.braintree-error--retry-button {
    padding: 0;
    border: none;
    color: #1A8A9E;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration-line: underline;
    text-transform: capitalize;
    background-color: transparent;
    width: fit-content;
    cursor: pointer
}

.add-credits {
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    color: #000
}

@media screen and (min-width: 768px) {
    .add-credits {
        font-size: 16px;
        line-height: 20px
    }
}

.add-credits__available {
    font-family: 'JosefinSans-Italic', sans-serif;
    font-size: 14px;
    line-height: 20px
}

.add-credits__available-button.button {
    font-size: 12px;
    line-height: 16px;
    font-family: 'DarkerGrotesque-Bold', sans-serif
}

@media screen and (min-width: 768px) {
    .add-credits__available-button.button {
        font-size: 14px;
        line-height: 20px
    }
}

.add-credits__note {
    color: #19899D;
    margin: 8px 0 8px 0
}

.add-credits .checkbox {
    align-items: center
}

.add-credits .checkbox__value {
    flex: none
}

.add-credits .dropdown {
    margin-left: 4px
}

.add-credits__group {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
    width: 100%
}

.add-credits__bundle {
    display: flex;
    flex-direction: column;
    width: 100%
}

.add-credits__buttons {
    display: flex;
    justify-content: flex-end;
    margin-top: 60px
}

.add-credits__buttons .button {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding: 11px 29px 9px;
    text-transform: uppercase
}

@media screen and (min-width: 1440px) {
    .add-credits__buttons .button {
        font-size: 16px;
        line-height: 20px;
        padding: 11px 29px 9px
    }
}

.add-credits__buttons .button + .button {
    margin-left: 12px
}

.add-credits__payment-systems > * {
    margin-top: 24px
}

.add-credits__label {
    margin-bottom: 4px
}

.add-credits__amount {
    display: flex;
    align-items: center
}

.add-credits__amount .input {
    width: 100%;
    margin-left: 4px
}

.add-credits__amount-disabled {
    opacity: 0.4;
    z-index: 1
}

.add-credits__amount-disabled .dropdown__input-background {
    cursor: default
}

.add-credits__radio-amount {
    width: 24px;
    height: 24px;
    margin-right: 14px;
    cursor: pointer
}

.add-credits__option {
    width: 100%;
    border: 1px solid #979797;
    padding: 12px;
    margin-bottom: 8px
}

.add-credits__payment-info {
    margin-top: 30px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .add-credits__payment-info {
        font-size: 18px;
        line-height: 24px
    }
}

.add-credits__payment-info-title {
    font-family: 'Yantramanav-Light', sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin: 25px 0 10px
}

.add-credits__payment-info-cards .radio-group {
    width: 100%
}

@media screen and (min-width: 1440px) {
    .add-credits__payment-info-cards .radio-group {
        max-width: 320px
    }
}

.add-credits__payment-info-cards .radio-group__item {
    border: solid 1px #cecece;
    padding: 9px 12px
}

.add-credits__payment-info-cards .radio-group__item + .radio-group__item {
    margin-top: 8px
}

.add-credits__payment-info-card {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px
}

.add-credits__payment-info-number {
    margin-left: 24px
}

@media screen and (min-width: 768px) {
    .add-credits__payment-info-number {
        font-size: 18px;
        line-height: 24px
    }
}

.add-credits__payment-info-icon {
    width: 38px;
    height: 23px
}

.add-credits__payment-info .button {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Yantramanav-Light', sans-serif;
    margin-top: 20px
}

.add-credits__add-button {
    font-family: 'Yantramanav-Light', sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px
}

.add-credits__add-form {
    transform: scaleY(0);
    max-height: 0
}

.add-credits__select-form {
    transform-origin: top;
    transform: scaleY(1);
    transform-style: flat;
    max-height: 1000px
}

.add-credits__form--add-form .add-credits__add-form {
    transform-origin: top;
    transform: scaleY(1);
    transform-style: flat;
    max-height: 1000px
}

.add-credits__form--add-form .add-credits__select-form {
    transform: scaleY(0);
    max-height: 0
}

.cancel-modal-buttons {
    display: flex;
    justify-content: space-around;
    margin-top: 24px
}

.cancel-modal-buttons .button {
    font-size: 14px;
    line-height: 20px;
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    font-weight: 700;
    padding: 9px 14px
}

.cancel-modal-title {
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: center
}

.referral-code {
    box-sizing: border-box;
    display: flex;
    min-width: 148px;
    cursor: pointer
}

.referral-code__content {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    line-height: 33px;
    text-align: center;
    min-width: 108px;
    background-color: rgba(25, 137, 157, 0.1);
    border-left: 2px dashed #19899D;
    border-top: 2px dashed #19899D;
    border-bottom: 2px dashed #19899D;
    word-break: break-all;
    padding: 6px 20px
}

.referral-code__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #19899D;
    width: 44px
}

.order-services-item__section {
    text-align: center
}

@media screen and (max-width: 767px) {
    .order-services-item__section {
        border-top: solid 1px #cecece;
        padding-top: 16px
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .order-services-item__section {
        display: flex;
        align-items: center;
        border-top: solid 1px #cecece;
        padding-top: 16px
    }
}

@media screen and (min-width: 1025px) {
    .order-services-item__section {
        display: flex;
        align-items: center;
        border-top: none;
        padding-bottom: 16px
    }
}

.order-services-item__section-title {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    margin: 0 0 16px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    line-height: 16px;
    color: #a7a7a7
}

@media screen and (max-width: 767px) {
    .order-services-item__section-title {
        font-size: 14px;
        line-height: 20px;
        line-height: 14px
    }
}

.order-services-item__info {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    text-align: center;
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .order-services-item__info {
        font-size: 15px;
        line-height: 20px;
        margin: 11px 0 0
    }
}

@media screen and (min-width: 768px) {
    .order-services-item__info {
        font-size: 17px;
        line-height: 24px;
        text-align: left;
        margin-left: 16px;
        max-width: 180px
    }
}

@media screen and (max-width: 767px) {
    .order-services-item__info .hyper-link {
        font-size: 14px;
        line-height: 20px;
        margin: 11px 0
    }
}

@media screen and (min-width: 768px) {
    .order-services-item__info .hyper-link {
        font-size: 14px;
        line-height: 20px;
        margin-top: 20px
    }
}

.order-services-item__title {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase
}

.order-services-item__icon {
    object-fit: cover;
    width: 90px;
    height: 90px
}

.order-services-item__added-service {
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    font-size: 14px;
    line-height: 20px;
    line-height: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px
}

.order-services-item__added-service--additional {
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    margin-left: 8px
}

.order-services-item__added-service--additional .order-services-item__added-service-title:before {
    content: '+';
    margin-right: 5px;
    margin-left: 5px
}

.order-services-item__discount {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
    color: #19899D
}

@media screen and (min-width: 768px) {
    .order-services-item__discount {
        font-size: 17px;
        line-height: 24px
    }
}

.order-services-item__discount-sum {
    font-size: 17px;
    line-height: 24px
}

.order-services-item__total {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin-top: 15px;
    border-bottom: 1px solid #e0e0e0
}

.order-services-item__total-price {
    font-size: 16px;
    line-height: 20px
}

.order-services-item__balance-preDiscount {
    font-family: 'Yantramanav-Medium', sans-serif;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    color: #000
}

@media screen and (min-width: 768px) {
    .order-services-item__balance-preDiscount {
        font-size: 17px;
        line-height: 24px
    }
}

.order-services-item__billing-detail {
    font-family: 'Yantramanav-Light', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    margin-top: 10px
}

@media screen and (min-width: 768px) {
    .order-services-item__billing-detail {
        font-size: 16px;
        line-height: 20px
    }
}

.order-services-item__billing-detail-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px
}

.order-services-item__billing-detail-item:last-child {
    margin-bottom: 5px
}

.order-services-item__promote-real-plus-button {
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    padding: 10px 20px;
    width: 100%;
    border: 2px solid;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    align-items: center
}

@media screen and (min-width: 768px) {
    .order-services-item__promote-real-plus-button {
        font-size: 18px;
        line-height: 24px
    }
}

.order-services-item__promote-real-plus-button-purchase {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    font-weight: 700;
    border-radius: 12px;
    background-color: #E2ED82;
    color: black;
    padding: 0px 40px 2px;
    width: fit-content;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px
}

@media screen and (min-width: 768px) {
    .address-edit__row {
        display: flex;
        justify-content: space-between
    }
}

.address-edit__group {
    display: flex;
    flex-direction: column;
    margin-top: 24px
}

.address-edit__group-short {
    width: 100%
}

@media screen and (min-width: 768px) {
    .address-edit__group-short {
        width: 200px
    }
}

.address-edit__label {
    margin-bottom: 4px
}

.address-edit__footer {
    margin-top: 120px
}

.address-edit__buttons {
    display: flex;
    justify-content: flex-end
}

.address-edit__buttons .button {
    font-family: 'Yantramanav-Regular', sans-serif;
    font-size: 16px;
    line-height: 20px;
    padding: 11px 29px 9px;
    width: 128px
}

.address-edit__buttons-save {
    margin-left: 12px
}

.authenticate-item-payment-mailing-change-address {
    font-family: 'Yantramanav-Regular', sans-serif
}

.authenticate-item-payment-mailing-change-address__buttons {
    display: flex;
    justify-content: flex-end;
    margin-top: 60px
}

.authenticate-item-payment-mailing-change-address__buttons .button {
    font-family: 'Yantramanav-Regular', sans-serif;
    font-size: 16px;
    line-height: 20px;
    padding: 11px 29px 9px;
    width: 128px
}

.authenticate-item-payment-mailing-change-address__buttons-save {
    margin-left: 12px
}

.authenticate-item-payment-mailing-change-address .button {
    font-family: 'Yantramanav-Regular', sans-serif;
    margin-top: 40px
}

.authenticate-item-payment-mailing-change-address .radio-group__items {
    display: flex;
    flex-direction: column
}

.authenticate-item-payment-mailing-change-address .radio-group__item {
    align-items: center;
    margin-bottom: 10px
}

.authenticate-item-payment-mailing-change-address .radio-group__item-value {
    margin-right: 10px
}

.authenticate-item-payment-mailing-change-address__add-form {
    transform: scaleY(0);
    transition: all 500ms ease;
    max-height: 0
}

.authenticate-item-payment-mailing-change-address__select-form {
    transform-origin: top;
    transform: scaleY(1);
    transform-style: flat;
    transition: all 500ms ease;
    max-height: 1000px
}

.authenticate-item-payment-mailing-change-address--add-form .authenticate-item-payment-mailing-change-address__add-form {
    transform-origin: top;
    transform: scaleY(1);
    transform-style: flat;
    max-height: 1000px
}

.authenticate-item-payment-mailing-change-address--add-form .authenticate-item-payment-mailing-change-address__select-form {
    transform: scaleY(0);
    max-height: 0
}

.order-services-mailing__title {
    font-family: 'JosefinSans-Italic', sans-serif;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    padding-bottom: 12px;
    border-bottom: solid 1px #cecece;
    text-align: center;
    margin: 22px 0 10px 0
}

@media screen and (min-width: 768px) {
    .order-services-mailing__title {
        margin: 0 0 10px;
        text-align: left
    }
}

.order-services-mailing__address {
    padding: 22px 18px;
    margin-bottom: 24px;
    border-left: 4px solid #19899D;
    background-color: #f6f7f8
}

.order-services-mailing__address-content {
    font-family: 'Yantramanav-Light', sans-serif;
    font-size: 18px;
    line-height: 24px;
    padding-top: 22px
}

.order-services-mailing__address-content .button {
    font-family: 'Yantramanav-Light', sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-top: 18px
}

.order-services-client-name__title {
    font-family: 'JosefinSans-Italic', sans-serif;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    padding-bottom: 12px;
    border-bottom: solid 1px #cecece;
    text-align: center;
    margin: 22px 0 10px 0
}

@media screen and (min-width: 768px) {
    .order-services-client-name__title {
        margin: 0 0 10px;
        text-align: left
    }
}

.order-services-client-name__client {
    padding: 22px 18px;
    margin-top: 10px;
    margin-bottom: 5px;
    border-left: 4px solid #19899D;
    background-color: #f6f7f8
}

.order-services-client-name__client-content {
    font-family: 'Yantramanav-Light', sans-serif;
    font-size: 18px;
    line-height: 24px;
    padding-top: 22px
}

.order-services-client-name__client-content .button {
    font-family: 'Yantramanav-Light', sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-top: 18px
}

.order-services-services {
    margin: 0 0 40px
}

.order-services-services__upgrades {
    font-family: 'Jost-Light', sans-serif;
    font-size: 36px;
    line-height: 40px;
    line-height: 25px;
    padding: 20px 0;
    margin-top: 0;
    text-transform: uppercase;
    text-align: left
}

@media screen and (max-width: 767px) {
    .order-services-services__upgrades {
        font-size: 20px;
        line-height: 24px;
        line-height: 20px;
        margin-top: 5px
    }
}

.order-services-services__service {
    display: flex;
    align-items: flex-start
}

.order-services-services__service + .order-services-services__service {
    margin-top: 24px
}

.order-services-services__service-price {
    font-family: 'Jost-Bold', sans-serif;
    font-size: 12px;
    line-height: 16px;
    border-radius: 2px;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin-right: 15px;
    min-width: 28px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .order-services-services__service-price {
        font-size: 14px;
        line-height: 20px;
        padding: 7px 0;
        margin-right: 11px;
        min-width: 48px
    }
}

@media screen and (min-width: 1025px) {
    .order-services-services__service-price {
        font-size: 16px;
        line-height: 20px;
        padding: 7px 0;
        margin-right: 32px;
        min-width: 60px
    }
}

.order-services-services__service-title {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    font-size: 16px;
    line-height: 20px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .order-services-services__service-title {
        font-size: 18px;
        line-height: 24px
    }
}

@media screen and (min-width: 1025px) {
    .order-services-services__service-title {
        font-size: 20px;
        line-height: 24px
    }
}

.order-services-services__service-text {
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    font-size: 12px;
    line-height: 16px;
    padding-right: 20px;
    margin-top: 4px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .order-services-services__service-text {
        font-size: 14px;
        line-height: 20px;
        padding-right: 40px
    }
}

@media screen and (min-width: 1025px) {
    .order-services-services__service-text {
        font-size: 16px;
        line-height: 20px;
        padding-right: 18px
    }
}

.order-services-services__service .button {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    margin-left: auto;
    width: 60px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .order-services-services__service .button {
        font-size: 16px;
        line-height: 20px;
        width: 84px
    }
}

@media screen and (min-width: 1025px) {
    .order-services-services__service .button {
        font-size: 16px;
        line-height: 20px;
        width: 98px;
        padding: 13px 29px
    }
}

.order-services-services__button-icon {
    height: 18px
}

.order-services-services .preloader {
    width: 60px;
    margin-left: auto
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .order-services-services .preloader {
        width: 84px
    }
}

@media screen and (min-width: 1025px) {
    .order-services-services .preloader {
        width: 98px
    }
}

.order-services-services__fastest-label {
    padding-left: 10px;
    max-width: max-content;
    font-family: 'DarkerGrotesque-Bold', sans-serif
}

.order-services-services__fastest-label > span {
    margin-left: 5px;
    color: #000;
    background-color: #e2ed82;
    font-style: italic;
    font-style: italic;
    display: inline-block;
    padding: 2px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 20px
}

.order-services-services__fastest-label img {
    height: 15px;
    margin-right: 5px
}

.order-services {
    margin: 15px auto;
    display: flex;
    flex-direction: column
}

@media screen and (max-width: 1024px) {
    .order-services {
        margin: 15px
    }
}

@media screen and (max-width: 767px) {
    .order-services {
        background-color: #fff;
        margin: 0 15px 15px
    }
}

@media screen and (min-width: 1025px) {
    .order-services {
        width: 1050px;
        margin: 30px auto
    }
}

@media screen and (min-width: 1440px) {
    .order-services {
        width: 1269px
    }
}

.order-services__container-main {
    background-color: #fff;
    position: relative;
    flex-grow: 1
}

@media screen and (min-width: 768px) {
    .order-services__container-main {
        margin: 15px auto 120px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .order-services__container-main {
        margin: 15px 36px 0 0
    }
}

@media screen and (min-width: 1440px) {
    .order-services__container-main {
        margin: 15px 50px 0 0
    }
}

.order-services__container-item {
    background-color: #fff;
    padding: 15px 16px;
    border: solid 1px #e0e0e0;
    max-width: 380px;
    position: relative
}

.order-services__title {
    font-family: 'Jost-Light', sans-serif;
    font-size: 36px;
    line-height: 40px;
    line-height: 25px;
    text-transform: uppercase;
    margin-top: 0
}

@media screen and (max-width: 767px) {
    .order-services__title {
        font-size: 20px;
        line-height: 24px;
        line-height: 20px;
        margin-top: 5px
    }
}

.order-services__mailing-address-content {
    font-family: 'Yantramanav-Light', sans-serif;
    font-size: 18px;
    line-height: 24px;
    padding: 22px 0
}

.order-services__mailing-address-content .button {
    font-family: 'Yantramanav-Light', sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 17px 0
}

.order-services__payment-info {
    font-family: 'DarkerGrotesque-Regular', sans-serif
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .order-services__payment-info {
        font-size: 18px;
        line-height: 24px
    }
}

.order-services__payment-info-title {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    margin: 24px 0 16px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    line-height: 16px;
    color: #a7a7a7
}

@media screen and (max-width: 767px) {
    .order-services__payment-info-title {
        font-size: 14px;
        line-height: 20px;
        line-height: 14px
    }
}

.order-services__payment-info-cards {
    display: flex;
    flex-direction: column;
    align-items: center
}

.order-services__payment-info-cards .radio-group {
    width: fit-content
}

@media screen and (min-width: 1025px) {
    .order-services__payment-info-cards .radio-group {
        max-width: 320px
    }
}

.order-services__payment-info-cards .radio-group__item {
    border: solid 1px #cecece;
    padding: 12px
}

.order-services__payment-info-card {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px
}

.order-services__payment-info-number {
    margin-left: 24px
}

@media screen and (min-width: 768px) {
    .order-services__payment-info-number {
        font-size: 18px;
        line-height: 24px
    }
}

.order-services__payment-info-icon {
    width: 38px;
    height: 23px
}

.order-services__payment-info-button {
    font-size: 14px;
    line-height: 20px;
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    margin-top: 15px
}

.order-services__credits {
    justify-content: space-between;
    margin: 15px 0;
    color: #19899d
}

.order-services__credits-container {
    display: flex;
    flex-direction: column;
    background-color: #E2ED82;
    color: #000;
    border-radius: 5px
}

@media screen and (min-width: 320px) {
    .order-services__credits-container {
        padding: 16px
    }
}

@media screen and (min-width: 768px) {
    .order-services__credits-container {
        padding: 20px
    }
}

.order-services__credits-title {
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 5px
}

@media screen and (min-width: 768px) {
    .order-services__credits-title {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 20px
    }
}

.order-services__credits .checkbox {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    font-size: 14px;
    line-height: 20px;
    width: 100%
}

@media screen and (min-width: 768px) {
    .order-services__credits .checkbox {
        font-size: 16px;
        line-height: 20px
    }
}

.order-services__credits .checkbox__value {
    border-color: black;
    background-color: transparent
}

.order-services__credits .button {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px
}

.order-services__credits-referral {
    padding: 12px;
    display: flex;
    flex-direction: column;
    background-color: rgba(25, 137, 157, 0.1);
    padding: 15px 30px 15px 15px;
    margin-top: 15px
}

.order-services__credits-referral-icon {
    width: 80px;
    object-fit: cover
}

.order-services__credits-referral-icon-wrapper {
    width: 34px;
    height: 34px;
    margin-right: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px
}

.order-services__credits-referral-offer {
    font-family: 'Jost', sans-serif;
    display: flex;
    align-items: center;
    color: #19899D;
    margin-bottom: 8px;
    text-align: center
}

.order-services__credits-referral-offer-tooltip .button {
    padding: 0;
    margin-top: 0
}

@media screen and (min-width: 320px) {
    .order-services__credits-referral-offer {
        font-size: 12px;
        line-height: 16px
    }
}

@media screen and (min-width: 768px) {
    .order-services__credits-referral-offer {
        font-size: 12px;
        line-height: 16px;
        min-width: 168px
    }
}

.order-services__credits-referral-offer-title {
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 5px
}

@media screen and (min-width: 768px) {
    .order-services__credits-referral-offer-title {
        margin-bottom: 0;
        font-size: 18px;
        line-height: 24px
    }
}

.order-services__credits-referral .referral-code {
    min-width: 120px;
    align-self: center;
    margin-left: 36px
}

.order-services__credits-referral .referral-code__content {
    line-height: 16px;
    font-size: 15px;
    min-width: 186px;
    padding: 6px 12px
}

@media screen and (max-width: 767px) {
    .order-services__credits-referral .referral-code__content {
        padding: 6px;
        min-width: 88px
    }
}

.order-services__credits-referral .referral-code__icon {
    width: 32px
}

.order-services__credits-referral .referral-code__icon img {
    width: 28px
}

.order-services__credits-items {
    font-family: 'Yantramanav-Regular', sans-serif;
    font-size: 14px;
    line-height: 20px
}

.order-services__credits-items div {
    margin-bottom: 3px
}

.order-services__discount-input {
    display: flex;
    justify-content: center;
    height: 36px
}

.order-services__discount-input .input {
    flex-grow: 1;
    margin-right: 10px
}

.order-services__discount-input .input__input {
    font-size: 16px;
    line-height: 20px;
    border-color: #cecece;
    padding: 10px 12px 8px
}

.order-services__discount-input .button {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #19899d;
    border: 1px solid #19899d;
    background-color: #fff;
    margin: 0;
    padding: 0;
    width: 60px;
    text-transform: uppercase
}

.order-services__discount-code {
    color: #19899d;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase
}

.order-services__approve-message {
    font-family: 'Yantramanav-Medium', sans-serif;
    margin-top: 12px;
    color: #19899d
}

.order-services__agreement {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    font-size: 12px;
    line-height: 16px;
    margin-top: 20px
}

@media screen and (min-width: 768px) {
    .order-services__agreement {
        font-size: 14px;
        line-height: 20px
    }
}

.order-services__agreement-container {
    display: flex;
    align-items: center
}

.order-services__agreement-container .hyper-link {
    color: #19899D
}

.order-services__submit {
    width: 100%;
    margin-top: 20px
}

@media screen and (max-width: 767px) {
    .order-services__submit {
        font-size: 20px;
        line-height: 24px;
        line-height: 20px
    }
}

.order-services__submit .button {
    text-transform: uppercase;
    font-family: 'DarkerGrotesque-Black', sans-serif;
    width: 100%
}

.order-services .radio-group__item + .radio-group__item {
    margin-top: 8px
}

.order-services__background-icons {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: -36px;
    bottom: 0
}

@media screen and (max-width: 767px) {
    .order-services__background-icons {
        display: none
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .order-services__background-icons {
        width: 768px;
        left: 0;
        right: 0;
        top: 0;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width: 1025px) {
    .order-services__background-icons {
        width: 1024px;
        left: 0;
        right: 0;
        top: 0;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width: 1440px) {
    .order-services__background-icons {
        width: 1440px
    }
}

.order-services__container-icons {
    display: flex;
    flex-direction: column
}

@media screen and (max-width: 767px) {
    .order-services__container-icons {
        justify-content: space-between
    }
}

.order-services__container-icons:last-child {
    margin-top: 20px;
    align-items: flex-end
}

@media screen and (min-width: 1025px) {
    .order-services__container-icons:last-child {
        width: 600px;
        align-items: flex-end
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .order-services__container-icons > * {
        transform: translateY(60px)
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .order-services__icon-green-bag {
        width: 240px
    }
}

@media screen and (min-width: 1025px) {
    .order-services__icon-green-bag {
        width: 360px;
        transform: translateX(-60px) translateY(440px)
    }
}

@media screen and (min-width: 1440px) {
    .order-services__icon-green-bag {
        transform: translateX(-130px) translateY(440px)
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .order-services__icon-grey-bag {
        width: 260px
    }
}

@media screen and (min-width: 1025px) {
    .order-services__icon-grey-bag {
        width: 380px;
        transform: translateY(0) translateX(-100px)
    }
}

@media screen and (min-width: 1440px) {
    .order-services__icon-grey-bag {
        width: 440px;
        transform: translateY(-30px) translateX(-120px)
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .order-services__icon-bracelet {
        width: 220px
    }
}

@media screen and (min-width: 1025px) {
    .order-services__icon-bracelet {
        display: none
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .order-services__icon-shoes {
        width: 240px
    }
}

@media screen and (min-width: 1025px) {
    .order-services__icon-shoes {
        width: 320px;
        transform: translateY(40px) translateX(-80px)
    }
}

@media screen and (min-width: 1440px) {
    .order-services__icon-shoes {
        transform: translateY(80px) translateX(0px)
    }
}

@media screen and (min-width: 768px) {
    .order-services__icon-black-bag {
        width: 240px;
        position: absolute;
        bottom: 160px
    }
}

@media screen and (min-width: 1025px) {
    .order-services__icon-black-bag {
        width: 320px;
        bottom: -80px;
        right: 60px
    }
}

@media screen and (min-width: 1440px) {
    .order-services__icon-black-bag {
        right: 120px
    }
}

.order-services__payment-systems {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.order-services__cancel {
    width: 100%;
    text-align: center;
    margin-top: 8px
}

.order-services-services__upgrades {
    font-family: 'JosefinSans-Italic', sans-serif;
    font-size: 25px;
    line-height: 32px;
    line-height: 25px;
    text-transform: uppercase;
    margin-top: 0
}

@media screen and (max-width: 767px) {
    .order-services-services__upgrades {
        font-size: 20px;
        line-height: 24px;
        line-height: 20px;
        margin-top: 5px
    }
}

.order-services__auto-renew-info {
    text-transform: initial;
    font-style: italic;
    padding-left: 2px;
    font-size: 12px;
    line-height: 16px
}

.order-services__buttons {
    display: flex;
    justify-content: flex-end
}

.order-services__buttons .button + .button {
    margin-left: 12px
}

.order-services__content-auto-renew-modal {
    font-size: 18px;
    line-height: 24px;
    margin-top: -20px;
    padding-bottom: 10px
}

.payment {
    position: relative;
    z-index: 0;
    width: 250px
}

.payment--disabled:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.6;
    z-index: 200
}

.payment__item .braintree-google-pay.button {
    margin-top: 0;
    width: 100%
}

@supports (-webkit-appearance: -apple-pay-button) {
    .payment__item .apple-pay-button-with-text {
        display: inline-block;
        -webkit-appearance: -apple-pay-button;
        -apple-pay-button-type: buy;
        width: 100%;
        height: 40px;
        margin-top: 0
    }

    .payment__item .apple-pay-button-with-text > * {
        display: none
    }

    .payment__item .apple-pay-button-black-with-text {
        -apple-pay-button-style: black;
        margin-top: 10px
    }

    .payment__item .apple-pay-button-white-with-line-with-text {
        -apple-pay-button-style: white-outline
    }
}


.upload-image {
    position: relative;
    background-color: #f2f2f2;
    border: 1px dashed #e0e0e0
}

.upload-image--error {
    border: 1px solid #9D5036
}

.upload-image--uploaded {
    border: 1px solid #e0e0e0
}

.upload-image--disabled {
    cursor: auto
}

.upload-image--disabled .upload-image__input {
    cursor: auto
}

.upload-image--disabled .upload-image__input-label {
    cursor: auto
}

@media screen and (max-width: 767px) {
    .upload-image {
        margin: auto;
        width: 100%;
        height: 100%
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .upload-image {
        width: 180px;
        height: 180px
    }

    .upload-image__as-button {
        width: 220px;
        height: 44px
    }
}

@media screen and (min-width: 1025px) {
    .upload-image {
        width: 180px;
        height: 180px
    }

    .upload-image__as-button {
        width: 220px;
        height: 44px
    }
}

.upload-image__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2
}

.upload-image__icon {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px
}

.upload-image__icon--attachment {
    padding: 0
}

.upload-image__icon img {
    max-width: 100%;
    max-height: 100%
}

.upload-image__input {
    display: none
}

.upload-image__input-label {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-align: center
}

.upload-image__buttons {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 32px;
    z-index: 2
}

@media screen and (min-width: 768px) {
    .upload-image__buttons {
        position: absolute;
        bottom: 0;
        right: 0;
        display: flex;
        z-index: 2
    }
}

.upload-image__buttons .button {
    background-color: #000;
    width: 32px;
    height: 100%;
    padding: 6px
}

@media screen and (min-width: 768px) {
    .upload-image__buttons .button {
        width: 36px;
        padding: 6px 8px
    }
}

.upload-image__rotate {
    width: 18px;
    height: 18px
}

.upload-image__delete {
    width: 18px;
    height: 18px
}

.upload-image .preloader {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3
}

.upload-image .preloader:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1)
}

.upload-image__truncate {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.upload-image__as-button {
    width: 30%;
    height: 36px;
    border: 1px #19899D solid;
    color: #19899D;
    margin: 0;
    background-color: #FFF
}

@media screen and (min-width: 768px) {
    .upload-image__as-button {
        width: 220px;
        height: 44px
    }
}

.upload-image__required {
    position: absolute;
    height: 30px;
    width: 30px;
    border-top: 30px solid #9D5036;
    border-right: 30px solid transparent;
    left: -1px;
    top: -1px;
    z-index: 1
}

.upload-image__required-icon {
    position: absolute;
    top: calc((-30px) + 5px);
    left: 4px;
    color: white;
    font-size: 22px;
    font-family: "Voltaire"
}

.upload-images {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-bottom: 10px
}

@media screen and (min-width: 768px) {
    .upload-images {
        flex-wrap: wrap
    }
}

@media screen and (max-width: 767px) {
    .upload-images {
        display: grid;
        grid-template-columns:30% 30% 30%;
        grid-column-gap: 2%;
        margin-bottom: 5px;
        overflow: auto
    }
}

.upload-images__title {
    font-family: 'JosefinSans-Italic', sans-serif;
    font-size: 18px;
    line-height: 24px
}

@media screen and (min-width: 768px) {
    .upload-images__title {
        font-size: 25px;
        line-height: 32px
    }
}

.upload-images__info {
    font-family: 'Yantramanav-Light', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #6a6a6a;
    margin: 8px 0
}

.upload-images__item {
    margin: 15px 20px 0 0
}

@media screen and (max-width: 767px) {
    .upload-images__item {
        position: relative;
        margin-right: 0
    }
}

@media screen and (max-width: 767px) {
    .upload-images__item-space {
        margin-top: 100%
    }
}

.upload-images__item-title {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    font-size: 14px;
    line-height: 20px;
    min-height: 24px;
    text-align: center;
    margin-top: 15px;
    color: #828282
}

@media screen and (max-width: 767px) {
    .upload-images__item-title {
        margin-top: 5px
    }
}

.upload-images__item-title > span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap
}

.upload-images__item-text {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px
}

@media screen and (min-width: 1025px) {
    .upload-images__item-text {
        font-size: 16px;
        line-height: 20px
    }
}

.upload-images__item:last-child .upload-image__input-label {
    font-family: 'DarkerGrotesque-Bold', sans-serif
}

@media screen and (max-width: 767px) {
    .upload-images__grid-layout {
        display: grid;
        grid-template-columns:30% 30% 30%;
        grid-column-gap: 2%
    }
}

.upload-images__requested-image-note {
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 2px
}

@media screen and (max-width: 767px) {
    .upload-images__requested-image-note {
        font-size: 8px;
        line-height: 12px;
        color: #19899D
    }
}

.upload-images__requested-image-text {
    color: #9D5036
}

.tooltip {
    margin-left: 4px
}

@media screen and (min-width: 768px) {
    .tooltip {
        position: relative
    }
}

.tooltip__content {
    font-family: 'Yantramanav-Light', sans-serif;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: solid 1px #f3f3f3;
    padding: 5px;
    margin-top: 2px
}

@media screen and (max-width: 767px) {
    .tooltip__content {
        width: 100%;
        left: 0
    }
}

@media screen and (min-width: 768px) {
    .tooltip__content {
        top: -10px;
        margin-left: 30px;
        width: 270px
    }
}

.tooltip__icon {
    height: 18px;
    width: 18px
}

.terms-and-conditions {
    overflow-y: scroll;
    font-family: 'Jost'
}

.terms-and-conditions__header {
    display: flex;
    border-bottom: 1px solid #e8e8e8;
    padding: 13px 20px
}

.terms-and-conditions .hyper-link {
    font-size: 14px;
    line-height: 20px
}

.terms-and-conditions__back-icon {
    margin: 0 8px 2px 0;
    width: 16px;
    height: 16px
}

.terms-and-conditions__content {
    max-width: 788px;
    margin: auto;
    padding: 0 20px
}

.terms-and-conditions__title {
    font-family: 'Jost';
    font-size: 24px;
    line-height: 28px
}

@media screen and (min-width: 768px) {
    .terms-and-conditions__title {
        font-size: 30px;
        line-height: 36px;
        margin: 24px 0 12px
    }
}

@media screen and (min-width: 1440px) {
    .terms-and-conditions__title {
        margin: 24px 0
    }
}

.terms-and-conditions__text {
    margin-bottom: 24px;
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
    color: #3d3d3d
}

.terms-and-conditions__list_disc_style {
    display: list-item;
    list-style-position: inside
}

.terms-and-conditions__list_disc_style li {
    list-style-type: disc
}

.terms-and-conditions__list_decimal_style {
    display: list-item;
    list-style-position: inside
}

.terms-and-conditions__list_decimal_style li {
    list-style-type: decimal
}

@media screen and (max-width: 767px) {
    .authenticate-item-item-info-additional-options {
        margin-top: 15px
    }
}

.authenticate-item-item-info-additional-options__title {
    font-family: 'DarkerGrotesque-Black', sans-serif;
    font-size: 16px;
    line-height: 20px
}

@media screen and (min-width: 768px) {
    .authenticate-item-item-info-additional-options__title {
        font-size: 18px;
        line-height: 24px
    }
}

.authenticate-item-item-info-additional-options__items {
    display: flex;
    flex-wrap: wrap;
    margin: 0
}

.authenticate-item-item-info-additional-options__item {
    margin-top: 24px
}

@media screen and (max-width: 767px) {
    .authenticate-item-item-info-additional-options__item {
        width: 100%;
        margin-top: 15px
    }
}

@media screen and (min-width: 768px) {
    .authenticate-item-item-info-additional-options__item {
        flex-grow: 1;
        margin-right: 20px
    }
}

.authenticate-item-item-info-additional-options__item--active {
    width: 100%;
    margin-right: 0px
}

.authenticate-item-item-info-additional-options__item:last-child {
    margin-right: 0
}

.authenticate-item-item-info-additional-options .button {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    text-transform: uppercase;
    padding: 10px 30px;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    line-height: 16px
}

@media screen and (max-width: 767px) {
    .authenticate-item-item-info-additional-options .button {
        font-size: 14px;
        line-height: 20px;
        line-height: 14px
    }
}

@media screen and (min-width: 1440px) {
    .authenticate-item-item-info-additional-options .button {
        font-size: 18px;
        line-height: 24px;
        line-height: 18px
    }
}

.authenticate-item-item-info-additional-options .input {
    margin: 2px 0 0
}

.authenticate-item-item-info-additional-options__icon {
    height: 18px;
    width: 18px;
    margin: 0 6px 2px 0
}

.authenticate-item-item-info {
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    max-width: 1280px;
    margin: auto
}

@media screen and (min-width: 768px) {
    .authenticate-item-item-info__category-brand-field {
        display: flex;
        gap: 10px;
        justify-content: space-between
    }
}

@media screen and (max-width: 767px) {
    .authenticate-item-item-info__category-brand-field {
        display: block
    }
}

.authenticate-item-item-info__text-info-container {
    margin: 0 auto
}

@media screen and (max-width: 767px) {
    .authenticate-item-item-info__text-info-container {
        max-width: none
    }
}

@media screen and (min-width: 768px) {
    .authenticate-item-item-info__text-info-container {
        max-width: 650px
    }
}

.authenticate-item-item-info__content {
    background-color: #fff;
    border: none;
    padding: 0;
    position: relative
}

@media screen and (max-width: 767px) {
    .authenticate-item-item-info__content {
        margin: 30px 15px
    }
}

@media screen and (min-width: 768px) {
    .authenticate-item-item-info__content {
        margin: 30px 124px 90px 108px
    }
}

.authenticate-item-item-info__title {
    font-family: 'Jost-Light', sans-serif;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    font-weight: 400
}

@media screen and (min-width: 768px) {
    .authenticate-item-item-info__title {
        font-size: 36px;
        line-height: 40px;
        line-height: 25px;
        text-align: left
    }
}

.authenticate-item-item-info__tooltip {
    margin-top: 4px
}

.authenticate-item-item-info__email {
    margin-bottom: 32px
}

.authenticate-item-item-info__field {
    margin-top: 15px;
    flex-grow: 1
}

.authenticate-item-item-info__label {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin-bottom: 4px;
    color: #828282
}

@media screen and (min-width: 768px) {
    .authenticate-item-item-info__label {
        font-size: 18px;
        line-height: 24px
    }
}

.authenticate-item-item-info__label-title {
    font-size: 14px;
    line-height: 20px;
    display: flex
}

@media screen and (min-width: 768px) {
    .authenticate-item-item-info__label-title {
        font-size: 18px;
        line-height: 24px
    }
}

.authenticate-item-item-info__label .button {
    padding: 0
}

.authenticate-item-item-info__upload-image-title {
    font-family: 'Jost-Light', sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin-top: 30px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase
}

@media screen and (min-width: 768px) {
    .authenticate-item-item-info__upload-image-title {
        font-size: 36px;
        line-height: 40px;
        line-height: 25px;
        text-align: left
    }
}

.authenticate-item-item-info__upload-image-info {
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #6a6a6a;
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap
}

.authenticate-item-item-info__upload-image-info-text {
    margin-right: 4px
}

.authenticate-item-item-info__upload-image-info .hyper-link {
    color: #19899D
}

.authenticate-item-item-info__upload-image-note {
    margin-top: 15px;
    color: #19899D
}

.authenticate-item-item-info__submit {
    margin: 30px 0 60px
}

@media screen and (max-width: 767px) {
    .authenticate-item-item-info__submit {
        text-align: center
    }
}

.authenticate-item-item-info__submit-button {
    font-family: 'DarkerGrotesque-Black', sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    width: 220px;
    line-height: 16px;
    font-weight: 400
}

@media screen and (max-width: 767px) {
    .authenticate-item-item-info__submit-button {
        font-size: 14px;
        line-height: 20px;
        line-height: 14px;
        width: 100%
    }
}

@media screen and (min-width: 1440px) {
    .authenticate-item-item-info__submit-button {
        font-size: 18px;
        line-height: 24px;
        line-height: 18px
    }
}

.authenticate-item-item-info__upgrades {
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #6a6a6a;
    margin-top: 16px
}

.authenticate-item-item-info__icon {
    height: 18px;
    width: 18px
}

.authenticate-item-item-info__background-icons {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: -36px;
    bottom: 0
}

@media screen and (max-width: 767px) {
    .authenticate-item-item-info__background-icons {
        display: none
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .authenticate-item-item-info__background-icons {
        width: 768px;
        left: 0;
        right: 0;
        top: 0;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width: 1025px) {
    .authenticate-item-item-info__background-icons {
        width: 1024px;
        left: 0;
        right: 0;
        top: 0;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width: 1440px) {
    .authenticate-item-item-info__background-icons {
        width: 1440px
    }
}

.authenticate-item-item-info__container-icons {
    display: flex;
    flex-direction: column
}

@media screen and (max-width: 767px) {
    .authenticate-item-item-info__container-icons {
        justify-content: space-between
    }
}

.authenticate-item-item-info__container-icons:last-child {
    margin-top: 20px;
    align-items: flex-end
}

@media screen and (min-width: 1025px) {
    .authenticate-item-item-info__container-icons:last-child {
        width: 600px;
        align-items: flex-end
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .authenticate-item-item-info__container-icons > * {
        transform: translateY(60px)
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .authenticate-item-item-info__icon-green-bag {
        width: 240px
    }
}

@media screen and (min-width: 1025px) {
    .authenticate-item-item-info__icon-green-bag {
        width: 360px;
        transform: translateX(40px)
    }
}

@media screen and (min-width: 1440px) {
    .authenticate-item-item-info__icon-green-bag {
        transform: translateY(60px) translateX(-100px)
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .authenticate-item-item-info__icon-grey-bag {
        width: 260px
    }
}

@media screen and (min-width: 1025px) {
    .authenticate-item-item-info__icon-grey-bag {
        width: 380px;
        transform: translateY(80px) translateX(-40px)
    }
}

@media screen and (min-width: 1440px) {
    .authenticate-item-item-info__icon-grey-bag {
        width: 440px;
        transform: translateY(80px) translateX(0)
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .authenticate-item-item-info__icon-bracelet {
        width: 220px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .authenticate-item-item-info__icon-bracelet {
        width: 260px
    }
}

@media screen and (min-width: 1440px) {
    .authenticate-item-item-info__icon-bracelet {
        width: 280px;
        transform: translateY(80px) translateX(-130px)
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .authenticate-item-item-info__icon-shoes {
        width: 240px
    }
}

@media screen and (min-width: 1025px) {
    .authenticate-item-item-info__icon-shoes {
        width: 320px;
        transform: translateY(40px) translateX(-80px)
    }
}

@media screen and (min-width: 1440px) {
    .authenticate-item-item-info__icon-shoes {
        transform: translateY(80px) translateX(30px)
    }
}

@media screen and (min-width: 768px) {
    .authenticate-item-item-info__icon-black-bag {
        width: 240px;
        position: absolute;
        bottom: 160px
    }
}

@media screen and (min-width: 1025px) {
    .authenticate-item-item-info__icon-black-bag {
        width: 320px
    }
}

@media screen and (min-width: 1440px) {
    .authenticate-item-item-info__icon-black-bag {
        bottom: 40px;
        right: 80px
    }
}

.authenticate-item-item-info hr {
    margin-top: 30px;
    border-color: #E0E0E0
}

.authenticate-item-item-info .dropdown__label {
    border-color: #828282
}

.authenticate-item-item-info .input__input {
    border-color: #828282
}

.authenticate-item-item-info .upload-images {
    align-items: flex-start
}

@media screen and (min-width: 768px) {
    .authenticate-item-item-info .upload-images__item {
        max-width: 180px
    }
}

.authenticate-item-item-info .upload-images__item-title > span {
    text-overflow: clip;
    white-space: normal
}

.authenticate-item-item-info .upload-image {
    background-color: white
}

.authenticate-item-item-info .modal_terms_and_conditions {
    background-color: rgba(0, 0, 0, 0.65)
}

.authenticate-item-item-info .modal_terms_and_conditions > div {
    display: flex;
    flex-direction: column
}

.authenticate-item-item-info .modal_terms_and_conditions > div > :nth-child(2) {
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.authenticate-item-item-info .button--disabled {
    background-color: gray !important;
    border: 1px solid gray !important;
    color: #fff !important;
    opacity: 1
}

.authenticate-item-item-info__cancel {
    margin-top: 8px
}

.authenticate-item-item-info__basic-infor {
    max-width: 700px;
    margin: 20px auto
}

@media screen and (min-width: 768px) {
    .authenticate-item-item-info__basic-infor {
        margin: 30px auto
    }
}

.authenticate-item-item-info__basic-infor h3 {
    font-family: 'Jost-Light', sans-serif;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400
}

@media screen and (min-width: 768px) {
    .authenticate-item-item-info__basic-infor h3 {
        font-size: 35px;
        line-height: 40px
    }
}

.authenticate-item-item-info__basic-infor p {
    font-family: 'Jost', sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #D0D2D3
}

@media screen and (min-width: 768px) {
    .authenticate-item-item-info__basic-infor p {
        font-size: 15px;
        line-height: 20px
    }
}

.authenticate-item-item-info__shape-icon {
    width: 100%
}

.authenticate-item-item-info__shape-item {
    width: 45%
}

@media screen and (min-width: 768px) {
    .authenticate-item-item-info__shape-item {
        width: 24%
    }
}

.nav-bar {
    display: flex;
    margin: 0 auto 70px;
    padding: 0 30px
}

@media screen and (min-width: 768px) {
    .nav-bar {
        max-width: 596px
    }
}

.nav-bar__step {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    font-size: 12px;
    line-height: 16px;
    padding-top: 16px;
    border-top: 4px solid #e8e8e8;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #D0D2D3
}

.nav-bar__step--performed {
    color: #19899D;
    border-top: 4px solid #19899D
}

@media screen and (min-width: 768px) {
    .nav-bar__step {
        font-size: 16px;
        line-height: 20px
    }
}

.authenticate-item__title {
    font-family: 'Jost-Light', sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin-top: 38px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .authenticate-item__title {
        font-size: 36px;
        line-height: 40px
    }
}

@media screen and (min-width: 1025px) {
    .authenticate-item__title {
        font-size: 48px;
        line-height: 52px
    }
}

.authenticate-item__content {
    width: 100%;
    position: relative;
    overflow: hidden
}

.authenticate-item .nav-bar {
    margin-bottom: 0
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .authenticate-item .nav-bar {
        padding: 0 80px
    }
}

@media screen and (min-width: 1025px) {
    .authenticate-item .nav-bar {
        padding: 0 53px
    }
}

.authenticate-item__image-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media screen and (min-width: 1025px) {
    .how-it-works {
        display: flex;
        justify-content: flex-end
    }
}

.how-it-works__image {
    position: relative;
    width: 100%;
    height: 110px;
    overflow: hidden
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .how-it-works__image {
        height: 100%;
        position: absolute;
        top: 0;
        right: 0
    }
}

@media screen and (min-width: 1025px) {
    .how-it-works__image {
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0
    }
}

.how-it-works__image-icon {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.how-it-works__content {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px 20px 60px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .how-it-works__content {
        position: relative;
        width: 560px;
        margin: 40px auto 100px;
        padding: 48px 56px;
        border: 1px solid #000
    }
}

@media screen and (min-width: 1025px) {
    .how-it-works__content {
        width: 50%;
        padding: 60px
    }
}

@media screen and (min-width: 1440px) {
    .how-it-works__content {
        padding: 60px 76px 60px 102px
    }
}

.how-it-works__title {
    font-family: 'JosefinSans-SemiBoldItalic', sans-serif;
    font-size: 34px;
    line-height: 40px;
    margin: 4px 0
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .how-it-works__title {
        margin: 6px 0
    }
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .how-it-works__title {
        font-size: 44px;
        line-height: 48px
    }
}

@media screen and (min-width: 1440px) {
    .how-it-works__title {
        font-size: 54px;
        line-height: 60px
    }
}

.how-it-works__item {
    display: flex;
    margin-top: 24px
}

@media screen and (min-width: 1025px) {
    .how-it-works__item {
        margin-top: 44px
    }
}

.how-it-works__item + .how-it-works__item {
    margin-top: 12px
}

.how-it-works__step {
    display: flex;
    flex-direction: column;
    align-items: center
}

.how-it-works__circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #e8e8e8
}

.how-it-works__line {
    width: 2px;
    height: 75%;
    background-color: #e8e8e8;
    margin-top: 8px
}

.how-it-works__information {
    min-height: 112px;
    margin-left: 24px
}

.how-it-works__information-title {
    font-family: 'Yantramanav-Bold', sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 0
}

@media screen and (min-width: 768px) {
    .how-it-works__information-title {
        font-size: 18px;
        line-height: 24px
    }
}

.how-it-works__information-text {
    font-family: 'Yantramanav-Regular', sans-serif;
    font-size: 14px;
    line-height: 20px
}

@media screen and (min-width: 768px) {
    .how-it-works__information-text {
        font-size: 16px;
        line-height: 20px
    }
}

.how-it-works .hyper-link {
    font-family: 'Yantramanav-Regular', sans-serif;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    margin-top: 44px;
    padding: 16px 23px;
    text-transform: uppercase
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .how-it-works .hyper-link {
        font-size: 15px;
        line-height: 20px;
        width: 204px;
        padding: 17px 20px
    }
}

@media screen and (min-width: 1025px) {
    .how-it-works .hyper-link {
        font-size: 15px;
        line-height: 20px;
        margin-top: 52px;
        width: 204px;
        padding: 17px 20px
    }
}

.privacy-policy__header {
    display: flex;
    border-bottom: 1px solid #e8e8e8;
    padding: 13px 20px
}

.privacy-policy .hyper-link {
    font-family: 'Yantramanav-Regular', sans-serif;
    font-size: 14px;
    line-height: 20px
}

.privacy-policy__back-icon {
    margin: 0 8px 2px 0;
    width: 16px;
    height: 16px
}

.privacy-policy__content {
    max-width: 788px;
    margin: auto;
    padding: 8px 20px 20px
}

@media screen and (min-width: 1025px) {
    .privacy-policy__content {
        padding: 32px 20px 170px
    }
}

.privacy-policy__title {
    font-size: 24px;
    line-height: 28px
}

@media screen and (min-width: 768px) {
    .privacy-policy__title {
        font-size: 30px;
        line-height: 36px;
        margin: 24px 0 12px
    }
}

@media screen and (min-width: 1440px) {
    .privacy-policy__title {
        margin: 24px 0
    }
}

.privacy-policy__text {
    font-family: 'Yantramanav-Regular', sans-serif;
    margin-bottom: 24px;
    text-align: justify
}

@media screen and (max-width: 767px) {
    .privacy-policy__text {
        font-size: 14px;
        line-height: 20px
    }
}

.what-we-authenticate {
    padding: 12px 0 56px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .what-we-authenticate {
        padding: 40px
    }
}

@media screen and (min-width: 1025px) {
    .what-we-authenticate {
        padding: 64px 0 144px
    }
}

.what-we-authenticate__title {
    font-family: 'JosefinSans-SemiBoldItalic', sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin: 26px 0;
    text-align: center
}

@media screen and (min-width: 768px) {
    .what-we-authenticate__title {
        font-size: 30px;
        line-height: 36px;
        margin: 20px 0
    }
}

.what-we-authenticate__text {
    font-family: 'Yantramanav-Regular', sans-serif;
    text-align: center;
    padding: 0 16px
}

@media screen and (min-width: 768px) {
    .what-we-authenticate__text {
        max-width: 685px;
        margin: 8px auto 0;
        padding: 0
    }
}

.what-we-authenticate__categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: auto
}

@media screen and (max-width: 767px) {
    .what-we-authenticate__categories {
        max-width: 320px
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .what-we-authenticate__categories {
        max-width: 448px;
        margin-top: 48px
    }
}

@media screen and (min-width: 1025px) {
    .what-we-authenticate__categories {
        max-width: 880px;
        margin-top: 44px
    }
}

.what-we-authenticate__category {
    text-align: center;
    margin: 8px
}

@media screen and (min-width: 768px) {
    .what-we-authenticate__category {
        margin: 16px;
        flex-basis: 100px
    }
}

.what-we-authenticate__category-background {
    width: 80px;
    height: 80px;
    margin: auto
}

.what-we-authenticate__category-background-icon {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.what-we-authenticate__category-title {
    font-size: 18px;
    line-height: 24px;
    margin: 8px 0
}

.what-we-authenticate__filter {
    margin-top: 20px;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .what-we-authenticate__filter {
        flex-direction: row;
        margin: 48px auto 0;
        max-width: 685px;
        padding: 0
    }
}

@media screen and (min-width: 1025px) {
    .what-we-authenticate__filter {
        flex-direction: row;
        max-width: 880px;
        margin: 44px auto 0;
        padding: 0
    }
}

.what-we-authenticate__filter-search {
    align-self: stretch;
    align-items: center;
    position: relative;
    width: 100%
}

.what-we-authenticate__filter-search-icon {
    position: absolute;
    z-index: 1;
    left: 20px
}

@media screen and (min-width: 768px) {
    .what-we-authenticate__filter-search {
        flex: 1
    }
}

.what-we-authenticate__filter-search .input {
    height: 100%;
    width: 100%
}

.what-we-authenticate__filter-search .input__input {
    height: 100%;
    padding: 18px 20px 16px 40px
}

.what-we-authenticate__filter .dropdown {
    margin-top: 16px
}

@media screen and (min-width: 768px) {
    .what-we-authenticate__filter .dropdown {
        margin: 0 0 0 16px;
        flex: 1
    }
}

.what-we-authenticate__filter .dropdown__label {
    height: 100%
}

.what-we-authenticate__filter .dropdown__input {
    padding: 17px 40px 17px 12px
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .what-we-authenticate__filter .dropdown__input {
        padding: 15px 40px 15px 12px
    }
}

.what-we-authenticate__filter .button {
    font-family: 'Yantramanav-Regular', sans-serif;
    font-size: 15px;
    line-height: 20px;
    width: 100%;
    margin-top: 12px;
    padding: 17px 23px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .what-we-authenticate__filter .button {
        width: 90px;
        margin: 0 0 0 16px
    }
}

@media screen and (min-width: 1025px) {
    .what-we-authenticate__filter .button {
        width: 152px;
        margin: 0 0 0 16px
    }
}

.what-we-authenticate__brands {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

@media screen and (max-width: 767px) {
    .what-we-authenticate__brands {
        max-width: 320px;
        margin: 40px auto 0
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .what-we-authenticate__brands {
        max-width: 685px;
        margin: 40px auto 0
    }
}

@media screen and (min-width: 1025px) {
    .what-we-authenticate__brands {
        max-width: 880px;
        margin: 52px auto 0
    }
}

.what-we-authenticate__brands .hyper-link, .what-we-authenticate__brands .what-we-authenticate__brand-container {
    margin: 15px 10px;
    padding: 0;
    position: relative
}

.what-we-authenticate__brands .hyper-link:before, .what-we-authenticate__brands .what-we-authenticate__brand-container:before {
    content: "";
    position: absolute;
    margin-left: 5px;
    margin-top: 5px;
    background-color: #000;
    height: 100%;
    width: 100%;
    border-radius: 50%
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .what-we-authenticate__brands .hyper-link, .what-we-authenticate__brands .what-we-authenticate__brand-container {
        margin: 16px 20px
    }
}

@media screen and (min-width: 1025px) {
    .what-we-authenticate__brands .hyper-link, .what-we-authenticate__brands .what-we-authenticate__brand-container {
        margin: 16px 20px
    }
}

.what-we-authenticate__brand {
    width: 128px;
    height: 128px;
    background-color: #19899D;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-family: 'JosefinSans-Italic', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 4px
}

@media screen and (min-width: 768px) {
    .what-we-authenticate__brand {
        font-size: 16px;
        line-height: 20px
    }
}

.single-brand-info__header {
    display: flex;
    padding: 13px 20px;
    border-bottom: 1px solid #e8e8e8
}

@media screen and (min-width: 1025px) {
    .single-brand-info__header {
        padding: 17px 20px
    }
}

.single-brand-info .hyper-link {
    font-family: 'Yantramanav-Regular', sans-serif;
    font-size: 14px;
    line-height: 20px
}

.single-brand-info__back-icon {
    margin: 0 8px 2px 0
}

.single-brand-info__content {
    padding: 8px 20px 20px;
    text-align: justify
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .single-brand-info__content {
        max-width: 768px;
        margin: auto;
        padding: 24px 40px 20px
    }
}

@media screen and (min-width: 1025px) {
    .single-brand-info__content {
        max-width: 749px;
        margin: auto;
        padding: 50px 0 170px
    }
}

.single-brand-info__content h1 {
    font-size: 24px;
    line-height: 28px
}

@media screen and (min-width: 1025px) {
    .single-brand-info__content h1 {
        font-size: 30px;
        line-height: 36px;
        margin: 24px 0
    }
}

.single-brand-info__content p {
    font-family: 'Yantramanav-Regular', sans-serif;
    margin-bottom: 24px
}

@media screen and (max-width: 767px) {
    .single-brand-info__content p {
        font-size: 14px;
        line-height: 20px
    }
}

.single-brand-info__content p b, .single-brand-info__content p strong {
    font-family: 'Yantramanav-Bold', sans-serif
}

@media screen and (min-width: 768px) {
    .image-guidelines__header {
        display: flex
    }
}

@media screen and (max-width: 767px) {
    .image-guidelines__header-logo {
        height: 88px
    }
}

@media screen and (max-width: 767px) {
    .image-guidelines__header-logo-icon {
        object-fit: cover;
        width: 100%;
        height: 100%
    }
}

@media screen and (min-width: 768px) {
    .image-guidelines__header-logo-icon {
        max-width: 320px
    }
}

@media screen and (min-width: 1440px) {
    .image-guidelines__header-logo-icon {
        max-width: 440px
    }
}

.image-guidelines__header-info {
    padding: 24px 20px 0
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .image-guidelines__header-info {
        padding: 32px 60px 0
    }
}

@media screen and (min-width: 1025px) {
    .image-guidelines__header-info {
        padding: 44px 68px 0
    }
}

.image-guidelines__header-title {
    font-size: 20px;
    line-height: 24px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .image-guidelines__header-title {
        font-size: 31px;
        line-height: 36px;
        margin-bottom: 20px
    }
}

@media screen and (min-width: 1025px) {
    .image-guidelines__header-title {
        font-size: 40px;
        line-height: 44px;
        max-width: 480px
    }
}

@media screen and (min-width: 1440px) {
    .image-guidelines__header-title {
        font-size: 54px;
        line-height: 60px
    }
}

.image-guidelines__header-text {
    text-align: justify
}

.image-guidelines__header-text + .image-guidelines__header-text {
    margin: 40px 0 0
}

.image-guidelines__header-text-heading {
    display: block;
    text-transform: uppercase;
    color: #908f90
}

.image-guidelines__categories {
    padding: 0 20px;
    margin: 64px auto 0
}

@media screen and (min-width: 1025px) {
    .image-guidelines__categories {
        max-width: 1080px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
}

@media screen and (min-width: 1440px) {
    .image-guidelines__categories {
        margin: 84px auto 0;
        max-width: 1320px
    }
}

.image-guidelines__category {
    margin-bottom: 56px
}

@media screen and (min-width: 768px) {
    .image-guidelines__category {
        max-width: 540px;
        margin: 0 auto 32px;
        position: relative;
        padding: 20px 0 0 156px
    }
}

@media screen and (min-width: 1025px) {
    .image-guidelines__category {
        width: 50%;
        margin: 0 0 52px;
        padding: 20px 40px 0 148px
    }
}

@media screen and (min-width: 1440px) {
    .image-guidelines__category {
        padding: 20px 0 0 172px
    }
}

.image-guidelines__category-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    border: 1px solid #cdcdcd;
    border-radius: 50%;
    margin: auto
}

@media screen and (min-width: 768px) {
    .image-guidelines__category-logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 120px;
        height: 120px
    }
}

.image-guidelines__category-logo-icon {
    max-width: 64px
}

@media screen and (min-width: 768px) {
    .image-guidelines__category-logo-icon {
        max-width: 80px
    }
}

.image-guidelines__category-title {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    margin: 12px 0 16px
}

@media screen and (min-width: 768px) {
    .image-guidelines__category-title {
        font-size: 25px;
        line-height: 32px;
        text-align: left
    }
}

.image-guidelines__category-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px 8px 0;
    height: 76px
}

.image-guidelines__category-icon + .image-guidelines__category-icon {
    border-top: 2px solid #cdcdcd
}

@media screen and (min-width: 768px) {
    .image-guidelines__category-icon + .image-guidelines__category-icon {
        border-top: 1px solid #cdcdcd
    }
}

.image-guidelines__category-icon-description {
    font-family: 'Yantramanav-Light', sans-serif;
    font-size: 14px;
    line-height: 20px
}

@media screen and (min-width: 768px) {
    .image-guidelines__category-icon-description {
        font-size: 18px;
        line-height: 24px
    }
}

.image-guidelines__category-icon-picture {
    width: 92px;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.image-guidelines__category-icon-picture-symbol {
    max-width: 100%;
    max-height: 60px
}

.image-guidelines__authenticate {
    position: relative
}

.image-guidelines__authenticate-content {
    max-width: 320px;
    margin: 0 auto;
    height: 260px;
    padding: 44px 20px 24px 136px;
    position: relative;
    z-index: 0
}

@media screen and (min-width: 768px) {
    .image-guidelines__authenticate-content {
        max-width: 768px;
        padding: 80px 20px 24px 280px
    }
}

@media screen and (min-width: 1025px) {
    .image-guidelines__authenticate-content {
        height: 424px;
        padding: 168px 20px 24px 180px
    }
}

.image-guidelines__authenticate-title {
    font-family: 'JosefinSans-SemiBoldItalic', sans-serif;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 8px;
    text-transform: uppercase
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .image-guidelines__authenticate-title {
        font-size: 24px;
        line-height: 28px
    }
}

@media screen and (min-width: 1025px) {
    .image-guidelines__authenticate-title {
        font-size: 34px;
        line-height: 40px
    }
}

.image-guidelines__authenticate-background {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

@media screen and (min-width: 768px) {
    .image-guidelines__authenticate-background {
        width: 46%
    }
}

.image-guidelines__authenticate-background-icon {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.image-guidelines__authenticate .hyper-link {
    font-family: 'Yantramanav-Regular', sans-serif;
    font-size: 12px;
    line-height: 16px;
    width: 100%;
    margin-top: 8px;
    padding: 9px 8px;
    text-transform: uppercase
}

@media screen and (min-width: 768px) {
    .image-guidelines__authenticate .hyper-link {
        font-size: 17px;
        line-height: 24px;
        max-width: 244px;
        margin-top: 16px;
        padding: 13px 28px
    }
}

.apply-as-business-authorization {
    margin: auto;
    background: #fff;
    border: 1px solid #000
}

@media screen and (max-width: 767px) {
    .apply-as-business-authorization {
        padding: 16px 16px 78px;
        border-left: 0;
        border-right: 0
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .apply-as-business-authorization {
        max-width: 560px;
        padding: 40px
    }
}

@media screen and (min-width: 1025px) {
    .apply-as-business-authorization {
        max-width: 720px;
        padding: 68px 128px 84px
    }
}

.apply-as-business-authorization__title {
    font-family: 'JosefinSans-Italic', sans-serif;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 22px 0 10px 0
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .apply-as-business-authorization__title {
        font-size: 26px;
        line-height: 32px;
        margin: 0 0 10px
    }
}

@media screen and (min-width: 1025px) {
    .apply-as-business-authorization__title {
        font-size: 30px;
        line-height: 36px;
        margin: 0 0 10px
    }
}

.apply-as-business-authorization__header-title, .apply-as-business-authorization__header-title-link {
    font-family: 'JosefinSans-Italic', sans-serif;
    font-size: 14px;
    line-height: 20px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .apply-as-business-authorization__header-title, .apply-as-business-authorization__header-title-link {
        font-size: 18px;
        line-height: 24px
    }
}

@media screen and (min-width: 1025px) {
    .apply-as-business-authorization__header-title, .apply-as-business-authorization__header-title-link {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 12px
    }
}

.apply-as-business-authorization__header-title-link {
    margin: 0
}

.apply-as-business-authorization__create-account .apply-as-business-authorization__header-title-link {
    margin-bottom: 0
}

@media screen and (min-width: 1025px) {
    .apply-as-business-authorization__create-account .create-account .button {
        font-size: 20px;
        line-height: 24px;
        width: 228px;
        padding: 21px 28px;
        margin-top: 12px
    }
}

@media screen and (max-width: 767px) {
    .apply-as-business-authorization__create-account .create-account .input__input {
        padding: 13px 25px
    }
}

.apply-as-business-authorization__create-account .create-account__first-name .input {
    margin-top: 24px
}

@media screen and (min-width: 1025px) {
    .apply-as-business-authorization__create-account .create-account__first-name .input {
        margin-top: 38px
    }
}

@media screen and (max-width: 767px) {
    .apply-as-business-authorization .sign-in .input__input {
        padding: 13px 25px
    }
}

.apply-as-business-authorization .sign-in__email {
    margin-top: 24px
}

@media screen and (min-width: 1025px) {
    .apply-as-business-authorization .sign-in__email {
        margin-top: 38px
    }
}

.apply-as-business-application {
    margin: auto;
    background: #fff;
    border: 1px solid #000
}

@media screen and (max-width: 767px) {
    .apply-as-business-application {
        padding: 16px 16px 78px;
        border-left: 0;
        border-right: 0
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .apply-as-business-application {
        max-width: 560px;
        padding: 40px
    }
}

@media screen and (min-width: 1025px) {
    .apply-as-business-application {
        max-width: 720px;
        padding: 68px 128px 84px
    }
}

.apply-as-business-application__title {
    font-family: 'JosefinSans-SemiBoldItalic', sans-serif;
    font-size: 17px;
    line-height: 24px;
    margin: 4px 0
}

@media screen and (min-width: 768px) {
    .apply-as-business-application__title {
        font-size: 25px;
        line-height: 32px;
        margin: 6px 0
    }
}

.apply-as-business-application__field {
    margin-top: 24px
}

@media screen and (min-width: 768px) {
    .apply-as-business-application__field {
        margin-top: 32px
    }
}

.apply-as-business-application__field-name {
    margin-top: 24px
}

@media screen and (min-width: 768px) {
    .apply-as-business-application__field-name {
        margin-top: 32px
    }
}

.apply-as-business-application__label {
    font-family: 'Yantramanav-Regular', sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 4px
}

.apply-as-business-application__price {
    font-family: 'Yantramanav-Light', sans-serif;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center
}

.apply-as-business-application__price .validation {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.apply-as-business-application__price .validation .error-message {
    width: 100%
}

.apply-as-business-application__price-value {
    width: 190px;
    margin-left: 12px
}

.apply-as-business-application__services {
    font-family: 'Yantramanav-Light', sans-serif;
    font-size: 15px;
    line-height: 20px;
    margin-top: 16px
}

.apply-as-business-application__services + .apply-as-business-application__services {
    margin-top: 12px
}

.apply-as-business-application__sign-in {
    margin: 28px auto 0
}

@media screen and (min-width: 768px) {
    .apply-as-business-application__sign-in {
        width: 228px;
        margin: 48px 0 0
    }
}

.apply-as-business-application__sign-in .button {
    width: 100%
}

.apply-as-business-review {
    margin: auto;
    background: #fff;
    border: 1px solid #000
}

@media screen and (max-width: 767px) {
    .apply-as-business-review {
        padding: 40px 16px 56px;
        border-left: 0;
        border-right: 0
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .apply-as-business-review {
        max-width: 560px;
        padding: 40px
    }
}

@media screen and (min-width: 1025px) {
    .apply-as-business-review {
        max-width: 720px;
        padding: 60px 120px 64px
    }
}

.apply-as-business-review__title {
    font-size: 17px;
    line-height: 24px;
    font-family: 'JosefinSans-SemiBoldItalic', sans-serif;
    margin: 4px 0
}

@media screen and (min-width: 768px) {
    .apply-as-business-review__title {
        font-size: 25px;
        line-height: 32px;
        margin: 6px 0
    }
}

.apply-as-business-review__text {
    font-family: 'Yantramanav-Light', sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-top: 28px
}

@media screen and (min-width: 1025px) {
    .apply-as-business-review__text {
        font-size: 18px;
        line-height: 24px;
        margin: 6px 0
    }
}

@media screen and (min-width: 1025px) {
    .apply-as-business__header {
        display: flex
    }
}

.apply-as-business__background {
    position: relative;
    height: 110px;
    overflow: hidden
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .apply-as-business__background {
        position: absolute;
        top: 0;
        width: 100%;
        min-height: 1260px
    }
}

@media screen and (min-width: 1025px) {
    .apply-as-business__background {
        flex: 1;
        height: auto;
        min-height: 664px;
        min-width: 50%
    }
}

.apply-as-business__background-icon {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    max-width: 100%
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .apply-as-business__background-icon {
        width: 100%;
        height: 100%;
        object-fit: cover
    }
}

.apply-as-business__content {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 6%
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .apply-as-business__content {
        position: relative;
        width: 620px;
        margin: 64px auto;
        padding: 36px 60px 52px 72px;
        border: 1px solid #000
    }
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .apply-as-business__content {
        padding: 52px
    }
}

@media screen and (min-width: 1440px) {
    .apply-as-business__content {
        flex: 1;
        padding: 68px 96px 76px
    }
}

.apply-as-business__title {
    font-family: 'JosefinSans-SemiBoldItalic', sans-serif;
    margin-top: 16px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .apply-as-business__title {
        font-size: 30px;
        line-height: 36px;
        margin: 20px 0
    }
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .apply-as-business__title {
        font-size: 36px;
        line-height: 40px;
        margin: 18px 0
    }
}

@media screen and (min-width: 1440px) {
    .apply-as-business__title {
        font-size: 40px;
        line-height: 44px;
        margin: 16px 0
    }
}

.apply-as-business__text {
    font-family: 'Yantramanav-Regular', sans-serif;
    margin: 8px 0 0
}

.apply-as-business__text + .apply-as-business__text {
    margin: 36px 0 0
}

@media screen and (min-width: 1025px) {
    .apply-as-business__text + .apply-as-business__text {
        margin: 16px 0 0
    }
}

.apply-as-business__text--additional {
    font-family: 'Yantramanav-Light', sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 52px 0 0
}

@media screen and (min-width: 1025px) {
    .apply-as-business__text--additional {
        max-width: 89%
    }
}

.apply-as-business__item {
    display: block;
    text-align: center;
    margin-top: 44px
}

@media screen and (min-width: 768px) {
    .apply-as-business__item {
        margin-top: 52px;
        display: flex;
        align-items: center;
        text-align: left
    }
}

@media screen and (min-width: 1440px) {
    .apply-as-business__item {
        margin-top: 36px
    }
}

.apply-as-business__item-background {
    width: 52px;
    height: 52px;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 12px
}

@media screen and (min-width: 768px) {
    .apply-as-business__item-background {
        width: 120px;
        height: 120px;
        margin: 0 52px 0 0;
        padding: 32px
    }
}

@media screen and (min-width: 1025px) {
    .apply-as-business__item-background {
        margin: 0 36px 0 0
    }
}

.apply-as-business__item-icon {
    max-width: 100%;
    height: auto
}

@media screen and (min-width: 768px) {
    .apply-as-business__item-content {
        width: 65%
    }
}

.apply-as-business__item-title {
    font-family: 'Yantramanav-Regular', sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin: 8px 0 0
}

@media screen and (min-width: 768px) {
    .apply-as-business__item-title {
        margin: 4px 0
    }
}

.apply-as-business__item-text {
    font-family: 'Yantramanav-Light', sans-serif;
    font-size: 15px;
    line-height: 20px;
    margin: 4px 0 0
}

@media screen and (min-width: 768px) {
    .apply-as-business__item-text {
        margin: 8px 0 0
    }
}

.apply-as-business__footer {
    background-color: #f6f7f8;
    padding: 24px 0 50px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .apply-as-business__footer {
        padding: 5% 7% 7%
    }
}

@media screen and (min-width: 1440px) {
    .apply-as-business__footer {
        padding: 36px 0 56px
    }
}

.apply-as-business__footer-title {
    font-family: 'JosefinSans-SemiBoldItalic', sans-serif;
    font-size: 19px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .apply-as-business__footer-title {
        font-size: 30px;
        line-height: 36px
    }
}

@media screen and (min-width: 1025px) {
    .apply-as-business__footer-title {
        font-size: 30px;
        line-height: 36px;
        margin: 20px 0
    }
}

.apply-as-business__footer-content {
    margin-top: 48px
}

.services__content {
    position: relative;
    overflow: hidden;
    padding: 20px 20px 58px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .services__content {
        padding: 52px 36px 40px 24px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .services__content {
        padding: 80px 20px
    }
}

@media screen and (min-width: 1440px) {
    .services__content {
        padding: 100px 20px
    }
}

.services__title {
    font-family: 'JosefinSans-SemiBoldItalic', sans-serif;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
    margin: 14px 0
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .services__title {
        font-size: 44px;
        line-height: 48px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .services__title {
        font-size: 48px;
        line-height: 52px
    }
}

@media screen and (min-width: 1440px) {
    .services__title {
        font-size: 54px;
        line-height: 60px;
        margin: 8px 0 40px
    }
}

.services__services {
    margin: 12px 0 0
}

@media screen and (min-width: 768px) {
    .services__services {
        margin: 32px 0 0
    }
}

@media screen and (min-width: 1025px) {
    .services__services {
        display: flex;
        max-width: 1180px;
        margin: 32px auto 0
    }
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .services__services-list + .services__services-list {
        margin-left: 20px
    }
}

@media screen and (min-width: 1440px) {
    .services__services-list + .services__services-list {
        margin-left: 50px
    }
}

.services__service {
    position: relative
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .services__service {
        padding-left: 112px
    }
}

@media screen and (min-width: 1025px) {
    .services__service {
        padding: 0 16px 0 112px;
        text-align: justify
    }
}

.services__service-title {
    font-family: 'Voltaire', sans-serif;
    font-size: 20px;
    line-height: 24px
}

@media screen and (max-width: 767px) {
    .services__service-title {
        padding-left: 100px
    }
}

.services__service-description {
    font-family: 'Yantramanav-Light', sans-serif;
    text-align: justify
}

.services__service-price {
    font-family: 'JosefinSans-SemiBoldItalic', sans-serif;
    font-size: 18px;
    line-height: 24px;
    background: #000;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    padding: 0 2px;
    width: 64px;
    height: 32px;
    line-height: 34px;
    position: absolute;
    left: 0;
    top: -3px;
    margin-left: 24px
}

@media screen and (min-width: 1025px) {
    .services__service-price {
        top: 4px
    }
}

.services__service {
    margin-top: 36px
}

.services__service .services__service-price--plus:before {
    content: '';
    width: 10px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 14px;
    left: -20px
}

.services__service .services__service-price--plus:after {
    content: '';
    width: 2px;
    height: 10px;
    background: #000;
    position: absolute;
    top: 10px;
    left: -16px
}

.services__icon-description1 {
    position: absolute;
    top: -60px;
    left: -30px;
    max-width: 220px
}

@media screen and (min-width: 1440px) {
    .services__icon-description1 {
        top: -108px;
        left: 0;
        max-width: 100%
    }
}

.services__icon-description2 {
    position: absolute;
    max-width: 124px;
    top: -36px;
    right: -30px
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .services__icon-description2 {
        top: -67px
    }
}

@media screen and (min-width: 1440px) {
    .services__icon-description2 {
        max-width: 100%;
        right: 0;
        top: -100px
    }
}

.services__icon-description3 {
    position: absolute;
    top: 260px;
    left: 0
}

.services__icon-description4 {
    max-width: 292px;
    position: absolute;
    bottom: 0;
    right: -44px
}

.services__authenticate {
    position: relative
}

.services__authenticate-content {
    max-width: 320px;
    margin: 0 auto;
    height: 260px;
    padding: 44px 20px 24px 136px;
    position: relative;
    z-index: 0
}

@media screen and (min-width: 768px) {
    .services__authenticate-content {
        max-width: 768px;
        padding: 80px 20px 24px 280px
    }
}

@media screen and (min-width: 1025px) {
    .services__authenticate-content {
        height: 424px;
        padding: 168px 20px 24px 180px
    }
}

.services__authenticate-title {
    font-family: 'JosefinSans-SemiBoldItalic', sans-serif;
    font-size: 17px;
    line-height: 24px;
    text-transform: uppercase
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .services__authenticate-title {
        font-size: 24px;
        line-height: 28px
    }
}

@media screen and (min-width: 1025px) {
    .services__authenticate-title {
        font-size: 34px;
        line-height: 40px
    }
}

.services__authenticate-background {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

@media screen and (min-width: 768px) {
    .services__authenticate-background {
        width: 46%
    }
}

.services__authenticate-background-icon {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.services__authenticate .hyper-link {
    font-family: 'Yantramanav-Regular', sans-serif;
    font-size: 12px;
    line-height: 16px;
    width: 100%;
    margin-top: 16px;
    padding: 9px 8px;
    text-transform: uppercase
}

@media screen and (min-width: 768px) {
    .services__authenticate .hyper-link {
        font-size: 17px;
        line-height: 24px;
        max-width: 244px;
        margin-top: 16px;
        padding: 13px 28px
    }
}

.faq {
    padding: 12px 12px 152px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .faq {
        padding: 24px 36px 260px
    }
}

@media screen and (min-width: 1025px) {
    .faq {
        max-width: 768px;
        margin: auto;
        padding: 68px 0 100px
    }
}

.faq__title {
    font-family: 'JosefinSans-SemiBoldItalic', sans-serif;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
    margin: 10px 0
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .faq__title {
        font-size: 44px;
        line-height: 48px
    }
}

@media screen and (min-width: 1025px) {
    .faq__title {
        font-size: 54px;
        line-height: 60px;
        margin: 4px 0
    }
}

.faq__information {
    margin-top: 15px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .faq__information {
        margin-top: 12px
    }
}

@media screen and (min-width: 1025px) {
    .faq__information {
        margin-top: 40px
    }
}

.faq__information-title {
    font-family: 'Voltaire', sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin: 8px 0
}

.faq__information-text {
    font-family: 'Yantramanav-Light', sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0 0
}

@media screen and (min-width: 768px) {
    .faq__information-text {
        margin: 0
    }
}

.faq__information + .faq__information {
    margin-top: 28px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .faq__information + .faq__information {
        margin-top: 36px
    }
}

@media screen and (min-width: 1025px) {
    .faq__information + .faq__information {
        margin-top: 64px
    }
}

.faq__items {
    position: relative;
    margin-top: 92px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .faq__items {
        margin-top: 188px
    }
}

@media screen and (min-width: 1025px) {
    .faq__items {
        display: flex;
        justify-content: space-between;
        margin-top: 32px
    }
}

.faq__item {
    text-align: center
}

.faq__item + .faq__item {
    margin: 115px 0 0
}

@media screen and (min-width: 1025px) {
    .faq__item + .faq__item {
        margin: 0 0 0 68px
    }
}

.faq__item-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin: auto;
    padding: 16px;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    position: relative;
    background: #fff
}

.faq__item-text {
    font-family: 'Yantramanav-Light', sans-serif;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    padding: 20px 0;
    background-color: #ffffff
}

@media screen and (min-width: 1025px) {
    .faq__item-text {
        margin-top: 12px;
        padding: 0
    }
}

.faq__icon {
    max-width: 100%;
    height: auto
}

.faq__line {
    border-right: 1px solid #e8e8e8;
    position: absolute;
    top: 0;
    left: 50%;
    height: 90%
}

@media screen and (min-width: 1025px) {
    .faq__line {
        border-right: none;
        width: 88%;
        border-top: 1px solid #e8e8e8;
        top: 40px;
        left: 5%;
        height: 0
    }
}

.horizontal-scroll {
    position: relative
}

.horizontal-scroll ul {
    max-width: 100%;
    overflow-x: scroll;
    scroll-behavior: smooth;
    margin: 0 2px;
    padding-bottom: 8px
}

.horizontal-scroll ul::-webkit-scrollbar {
    -webkit-appearance: none
}

.horizontal-scroll ul::-webkit-scrollbar:horizontal {
    height: 0
}

.horizontal-scroll__scroll-button {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 2;
    max-height: 37px
}

.horizontal-scroll__previous {
    padding: 0 8px 0 6px;
    left: 0;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.8))
}

.horizontal-scroll__next {
    padding: 0 6px 0 8px;
    right: 0;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2))
}

.toggle__label {
    cursor: pointer;
    display: flex;
    overflow: hidden
}

.toggle__label *:first-child {
    border-radius: 20px 0 0 20px
}

.toggle__label *:last-child {
    border-radius: 0 20px 20px 0
}

.toggle__default {
    font-size: 14px;
    line-height: 20px;
    padding: 7px 0;
    width: 50%;
    min-width: 64px
}

@media screen and (min-width: 1025px) {
    .toggle__default {
        min-width: 80px;
        padding: 8px 0
    }
}

.toggle__small {
    font-size: 12px;
    line-height: 16px;
    padding: 5px;
    width: fit-content
}

.toggle__ellipse {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    color: #19899D;
    background-color: #fff;
    transition: .4s;
    border: 1px solid #19899D
}

.toggle__ellipse--selected {
    background-color: #19899D;
    color: #fff
}

.my-orders-empty {
    width: 100%;
    text-align: center;
    padding: 20px 0 120px
}

.my-orders-empty__logo {
    max-width: 360px
}

.my-orders-empty__title {
    font-family: 'JosefinSans-Italic', sans-serif;
    font-size: 25px;
    line-height: 32px;
    margin: 0 0 8px
}

.my-orders-empty__description {
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 18px
}

.my-orders-empty .hyper-link {
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700
}

.my-orders-filter {
    width: 100%;
    display: flex;
    white-space: nowrap;
    margin-right: 10px
}

@media screen and (min-width: 1025px) {
    .my-orders-filter {
        padding-bottom: 0;
        overflow-x: auto
    }
}

.my-orders-filter__button {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    font-size: 12px;
    line-height: 16px;
    padding: 8px 12px;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    color: rgba(0, 0, 0, 0.6);
    text-transform: capitalize
}

@media screen and (min-width: 768px) {
    .my-orders-filter__button {
        font-size: 14px;
        line-height: 20px;
        padding: 6px 12px
    }
}

.my-orders-filter__button--selected {
    border: 1px solid #000;
    color: #000
}

.my-orders-filter .hyper-link + .hyper-link {
    margin: 0 4px
}

.my-orders-filter__icon {
    height: 16px;
    margin-right: 4px
}

.my-orders-filter__title {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    text-transform: uppercase
}

.my-orders-header {
    background-color: #f6f7f8;
    margin-top: 16px
}

@media screen and (min-width: 768px) {
    .my-orders-header {
        margin-top: 0
    }
}

.my-orders-header__title {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    color: #5e5e5e;
    padding: 12px 16px 8px 16px;
    cursor: pointer
}

@media screen and (min-width: 768px) {
    .my-orders-header__title {
        padding: 12px 30px 8px 16px;
        justify-content: flex-end
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .my-orders-header__title {
        font-size: 14px;
        line-height: 20px
    }
}

.my-orders-header__title-by {
    font-family: 'DarkerGrotesque-Black', sans-serif;
    display: flex;
    align-items: center;
    margin-left: 5px
}

.my-orders-header__row {
    padding: 0 16px;
    display: none
}

@media screen and (min-width: 768px) {
    .my-orders-header__row {
        width: 100%
    }
}

.my-orders-header__sort-icon {
    max-width: 14px;
    margin-left: 4px
}

.my-orders-header__sort-icon--rotate {
    transform: rotate(180deg)
}

.my-orders-header--expanded .my-orders-header__row {
    display: grid;
    justify-items: center
}

@media screen and (min-width: 768px) {
    .my-orders-header--expanded .my-orders-header__row {
        justify-items: flex-end
    }
}

.my-orders-header-cell {
    font-size: 14px;
    line-height: 20px;
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    color: #000;
    text-transform: uppercase;
    padding: 6px 0
}

@media screen and (max-width: 1024px) {
    .my-orders-header-cell:first-child {
        display: none
    }
}

@media screen and (min-width: 768px) {
    .my-orders-header-cell {
        opacity: .7
    }
}

@media screen and (max-width: 1439px) {
    .my-orders-header-cell {
        font-size: 12px;
        line-height: 16px;
        line-height: 12px;
        text-align: right
    }
}

.my-orders-header-cell__sort-icon {
    width: 14px;
    margin: -2px 0 0 6px
}

.my-orders-header-cell__sort-icon--rotate {
    transform: rotate(180deg)
}

.my-orders-progress {
    display: flex;
    margin-top: 4px
}

.my-orders-progress__list {
    display: inline-flex;
    position: relative
}

.my-orders-progress__list::before {
    content: '';
    width: 100%;
    border-bottom: 1px solid #ccc;
    position: absolute;
    top: 8px;
    left: 0
}

.my-orders-progress__step {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 1px solid #999;
    background-color: #fff;
    position: relative
}

.my-orders-progress__step + .my-orders-progress__step {
    margin-left: 16px
}

.my-orders-progress__step--prev {
    border: none
}

.my-orders-progress__step--current {
    border: 1px solid #19899D;
    background-color: #19899D;
    text-align: center
}

.my-orders-progress__step--hovered .my-orders-progress__title {
    display: block
}

.my-orders-progress__title {
    font-size: 12px;
    line-height: 16px;
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    display: none;
    position: absolute;
    top: 20px;
    left: -36px;
    width: 92px;
    text-align: center;
    text-transform: capitalize
}

.my-orders-list-item {
    width: 100%;
    margin: 8px 0;
    position: relative
}

@media screen and (min-width: 768px) {
    .my-orders-list-item {
        margin: 12px 0
    }
}

.my-orders-list-item__content {
    font-size: 14px;
    line-height: 20px;
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding: 0px 0px 16px 0px;
    position: relative
}

@media screen and (min-width: 1440px) {
    .my-orders-list-item__content {
        border: 1px solid #e0e0e0;
        padding: 16px;
        display: grid;
        grid-gap: 16px;
        grid-template-columns:minmax(220px, 1fr) minmax(100px, 1fr) minmax(280px, 1.5fr)
    }
}

.my-orders-list-item__header {
    font-family: 'Yantramanav-Regular', sans-serif;
    position: absolute;
    top: -10px;
    left: 16px;
    padding: 0 4px;
    background-color: #fff;
    z-index: 1
}

.my-orders-list-item__logo {
    display: flex;
    align-items: center;
    position: relative;
    height: 90px;
    max-width: 90px
}

.my-orders-list-item__logo-icon {
    border-radius: 50%;
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.my-orders-list-item__info {
    flex-direction: column;
    align-items: start;
    justify-content: center;
    width: 100%;
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    white-space: unset
}

.my-orders-list-item__title {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-align: left
}

.my-orders-list-item__date {
    font-size: 13px;
    line-height: 20px;
    color: #a7a7a7;
    text-transform: uppercase;
    text-align: end;
    min-width: max-content
}

@media screen and (min-width: 768px) {
    .my-orders-list-item__date {
        margin: 5px 0;
        text-align: start;
        min-width: auto
    }
}

.my-orders-list-item__id {
    font-size: 13px;
    line-height: 20px;
    color: #a7a7a7;
    text-align: left;
    margin-top: 5px
}

@media screen and (min-width: 768px) {
    .my-orders-list-item__id {
        margin-top: 0
    }
}

.my-orders-list-item__cost {
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    top: -4px;
    right: -4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 36px;
    height: 36px;
    background-color: #19899D;
    border-radius: 50%
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .my-orders-list-item__cost {
        width: 32px;
        height: 32px;
        right: 0
    }
}

.my-orders-list-item__btn-group {
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    margin-top: 25px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

@media screen and (min-width: 1025px) {
    .my-orders-list-item__btn-group {
        margin-top: 6px;
        align-items: center;
        flex-wrap: nowrap
    }
}

@media screen and (min-width: 1440px) {
    .my-orders-list-item__btn-group {
        justify-content: flex-start
    }
}

.my-orders-list-item__btn-group .button, .my-orders-list-item__btn-group .hyper-link {
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 4px 7px;
    margin: 6px 0 0 10px
}

@media screen and (min-width: 768px) {
    .my-orders-list-item__btn-group .button, .my-orders-list-item__btn-group .hyper-link {
        font-size: 10px;
        line-height: 16px;
        padding: 4px 5px;
        margin: 0 0 0 7px
    }
}

@media screen and (min-width: 1025px) {
    .my-orders-list-item__btn-group .button, .my-orders-list-item__btn-group .hyper-link {
        font-size: 13px;
        line-height: 20px;
        padding: 7px 15px;
        margin: 0 0 0 10px
    }
}

@media screen and (min-width: 1440px) {
    .my-orders-list-item__btn-group .button, .my-orders-list-item__btn-group .hyper-link {
        font-size: 14px;
        line-height: 20px;
        padding: 6px 14px;
        margin: 0 0 0 10px
    }
}

.my-orders-list-item__btn-group .hyper-link::after {
    height: 0
}

@media screen and (max-width: 767px) {
    .my-orders-list-item__btn-group-top {
        display: flex;
        width: 100%;
        flex-wrap: wrap
    }
}

.my-orders-list-item__modal-btn-group {
    display: flex;
    justify-content: space-around;
    margin-top: 24px
}

.my-orders-list-item__modal-btn-group .button {
    font-size: 14px;
    line-height: 20px;
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    font-weight: 700;
    padding: 9px 14px
}

.my-orders-list-item__modal-title {
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: center
}

.my-orders-list-item__button, .my-orders-list-item__flash-button {
    font-size: 12px;
    line-height: 16px;
    padding: 9px 15px;
    position: relative;
    margin: 0 0 0 10px
}

@media screen and (max-width: 767px) {
    .my-orders-list-item__button, .my-orders-list-item__flash-button {
        margin-top: 8px
    }
}

@media screen and (min-width: 768px) {
    .my-orders-list-item__button, .my-orders-list-item__flash-button {
        width: initial;
        margin: 0 0 0 10px
    }
}

.my-orders-list-item__flash-button {
    background-color: #E2ED82 !important;
    color: #000 !important;
    border: 1px solid #E2ED82 !important
}

.my-orders-list-item__flash-icon {
    margin-right: 5px;
    width: 8px
}

@media screen and (min-width: 768px) {
    .my-orders-list-item__flash-icon {
        width: 14px
    }
}

.my-orders-list-item__btn-icon {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -8px;
    margin-right: -8px;
    border-radius: 50%;
    height: 18px
}

.my-orders-list-item__status {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    align-items: flex-start;
    margin-top: 5px
}

@media screen and (min-width: 768px) {
    .my-orders-list-item__status {
        margin-top: 10px
    }
}

@media screen and (min-width: 1440px) {
    .my-orders-list-item__status {
        margin-top: 5px;
        padding-left: 35px
    }
}

.my-orders-list-item__status-line {
    display: flex
}

.my-orders-list-item__status-text {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    height: 16px;
    margin-left: 4px
}

.my-orders-list-item__status-text--draft {
    color: #D0D2D3
}

.my-orders-list {
    display: flex;
    flex-wrap: wrap
}

@media screen and (min-width: 1025px) {
    .my-orders-list {
        margin-top: 20px
    }
}

.my-orders-list__item--image-needed {
    background-color: rgba(252, 100, 113, 0.06)
}

.my-orders-list__message {
    margin-top: 12px
}

.my-orders-search {
    display: flex;
    align-items: center;
    max-width: 100%;
    position: relative
}

@media screen and (max-width: 767px) {
    .my-orders-search {
        margin: 0 0 auto auto
    }
}

.my-orders-search .input__input {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    border: 1px solid #d9d9d9;
    background-color: transparent;
    padding: 8px 4px 6px 32px
}

.my-orders-search .input__input::-webkit-input-placeholder {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #D0D2D3
}

.my-orders-search .input__input:-moz-placeholder {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #D0D2D3
}

.my-orders-search .input__input::-moz-placeholder {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #D0D2D3
}

.my-orders-search .input__input:-ms-input-placeholder {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #D0D2D3
}

.my-orders-search .input__input:focus {
    border-color: #000
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .my-orders-search .input__input {
        padding: 10px 4px 6px 40px
    }
}

.my-orders-search__icon {
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    margin: auto 0 auto 9px
}

@media screen and (min-width: 1025px) {
    .my-orders-search__icon {
        margin: auto 0 auto 12px
    }
}

@media screen and (max-width: 767px) {
    .my-orders-search--focused .input__input {
        width: inherit;
        border-radius: 0;
        padding: 8px 4px 6px 28px;
        text-indent: 0
    }
}

.my-orders {
    font-family: 'DarkerGrotesque-Regular', sans-serif
}

.my-orders__container {
    position: relative;
    margin: 0 auto;
    padding: 0 12px
}

@media screen and (min-width: 768px) {
    .my-orders__container {
        padding: 0 16px
    }
}

@media screen and (min-width: 1440px) {
    .my-orders__container {
        padding: 0 96px
    }
}

.my-orders__header {
    background-color: #fff;
    position: sticky;
    z-index: 1;
    margin: -8px -12px 0px -12px;
    padding: 0 12px 5px 12px
}

@media screen and (min-width: 768px) {
    .my-orders__header {
        margin: -8px 0 0 0;
        padding: 0
    }
}

.my-orders__header-title-container {
    display: flex;
    align-items: center;
    padding: 16px 0
}

@media screen and (max-width: 767px) {
    .my-orders__header-title-container {
        align-items: flex-start;
        justify-content: space-between
    }
}

@media screen and (min-width: 768px) {
    .my-orders__header-title-container {
        padding: 30px 0 15px;
        justify-content: space-between
    }
}

.my-orders__header-left-content {
    display: flex
}

.my-orders__header-left-content .hyper-link {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    text-transform: uppercase;
    padding: 11px 15px;
    margin-left: 20px
}

.my-orders__header-title-search {
    display: flex;
    justify-content: space-between
}

.my-orders__header-title-search .hyper-link {
    font-family: 'Yantramanav-Regular', sans-serif;
    font-size: 16px;
    line-height: 20px;
    width: 220px;
    text-transform: uppercase;
    padding: 7px 16px
}

@media screen and (max-width: 767px) {
    .my-orders__header-title-search .hyper-link {
        display: none
    }
}

@media screen and (min-width: 1025px) {
    .my-orders__header-title-search .hyper-link {
        padding: 11px 16px
    }
}

.my-orders__header-tools {
    display: flex;
    align-items: center
}

@media screen and (max-width: 767px) {
    .my-orders__header-tools {
        flex-wrap: wrap;
        justify-content: flex-end
    }
}

@media screen and (min-width: 768px) {
    .my-orders__header-tools .toggle {
        margin-right: 20px
    }
}

.my-orders__header-tools .toggle__label {
    font-size: 16px;
    line-height: 20px
}

.my-orders__header-tools .toggle__ellipse {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px
}

.my-orders__header-title {
    font-family: 'Jost-Light', sans-serif;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    white-space: nowrap;
    margin-top: 5px
}

@media screen and (min-width: 768px) {
    .my-orders__header-title {
        margin-top: 9px
    }
}

@media screen and (min-width: 1025px) {
    .my-orders__header-title {
        font-size: 36px;
        line-height: 40px
    }
}

.my-orders__header-divider {
    left: 0;
    right: 0;
    border: none;
    color: #e8e8e8;
    background-color: #e8e8e8;
    height: 1px;
    margin: 15px 0;
    display: none
}

@media screen and (min-width: 768px) {
    .my-orders__header-divider {
        display: block
    }
}

@media screen and (min-width: 768px) {
    .my-orders__header-toolbar {
        padding-top: 15px
    }
}

@media screen and (min-width: 1025px) {
    .my-orders__header-toolbar {
        display: flex;
        justify-content: space-between
    }
}

.my-orders-search {
    width: 100%
}

.my-orders-search .input {
    width: 100%
}

.my-orders__more-products {
    margin: 28px 0 60px
}

@media screen and (max-width: 767px) {
    .my-orders__more-products .hyper-link {
        font-family: 'DarkerGrotesque-Bold', sans-serif;
        font-size: 12px;
        line-height: 16px;
        text-transform: uppercase;
        padding: 17px 24px;
        width: 100%
    }
}

.my-orders__previous-products {
    margin: 20px 0
}

.my-orders__previous-products .hyper-link {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 17px 24px;
    width: 100%
}

.my-orders__promo {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    font-size: 13px;
    line-height: 20px;
    padding: 7px 12px;
    margin: 0 -12px;
    text-transform: uppercase;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E2ED82
}

@media screen and (min-width: 768px) {
    .my-orders__promo {
        padding: 7px 16px;
        margin: 0 -16px
    }
}

@media screen and (min-width: 1025px) {
    .my-orders__promo {
        padding: 8px 20px 8px 20px
    }
}

@media screen and (min-width: 1440px) {
    .my-orders__promo {
        margin: 0 -96px
    }
}

.my-orders__promo .hyper-link, .my-orders__promo .button {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 10px;
    background-color: transparent;
    text-transform: uppercase;
    margin-left: 16px
}

.my-orders__promo .hyper-link:hover, .my-orders__promo .button:hover {
    text-decoration: none
}

.my-orders .horizontal-scroll {
    margin-top: 16px
}

@media screen and (min-width: 1025px) {
    .my-orders .horizontal-scroll__scroll-button {
        display: none
    }
}

.add-services__container {
    font-family: 'Voltaire', sans-serif;
    display: flex
}

.add-services__container .button, .add-services__container .hyper-link {
    font-size: 16px;
    line-height: 20px;
    width: 100%
}

@media screen and (max-width: 767px) {
    .add-services__container .button, .add-services__container .hyper-link {
        text-transform: uppercase
    }
}

@media screen and (min-width: 768px) {
    .add-services__container .button, .add-services__container .hyper-link {
        width: 232px
    }
}

@media screen and (min-width: 1440px) {
    .add-services__container .button, .add-services__container .hyper-link {
        font-size: 20px;
        line-height: 24px
    }
}

.add-services__container .hyper-link {
    margin-right: 40px
}

.order-detail-info-requested {
    margin-top: 30px
}

.order-detail-info-requested__title {
    font-size: 25px;
    line-height: 32px;
    font-family: 'Jost', sans-serif;
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    .order-detail-info-requested__title {
        font-size: 20px;
        line-height: 24px
    }
}

.order-detail-info-requested__title-icon {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    padding: 5px;
    background-color: #f5a623;
    border-radius: 50%
}

.order-detail-info-requested__title-icon-info {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.order-detail-info-requested__label {
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    font-size: 22px;
    line-height: 28px;
    margin: 15px 0 30px
}

@media screen and (max-width: 767px) {
    .order-detail-info-requested__label {
        margin: 15px 0;
        font-size: 16px;
        line-height: 20px
    }
}

.order-detail-info-requested__content {
    width: 100%;
    padding: 20px 16px;
    border: 1px solid #4F4F4F
}

@media screen and (min-width: 768px) {
    .order-detail-info-requested__content {
        display: flex
    }
}

.order-detail-info-requested__information {
    display: flex;
    align-items: center
}

.order-detail-info-requested__avatar {
    overflow: hidden;
    border-radius: 50%;
    width: 32px;
    min-width: 32px;
    height: 32px;
    margin-right: 10px
}

@media screen and (min-width: 768px) {
    .order-detail-info-requested__avatar {
        width: 50px;
        min-width: 50px;
        height: 50px;
        margin-right: 20px
    }
}

.order-detail-info-requested__avatar-icon {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.order-detail-info-requested__text {
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 15px;
    background-color: rgba(25, 137, 157, 0.1);
    word-break: break-word;
    width: fit-content
}

@media screen and (min-width: 768px) {
    .order-detail-info-requested__text {
        font-size: 16px;
        line-height: 20px
    }
}

.order-detail-info-requested__images {
    background-color: #fff;
    position: relative
}

.order-detail-info-requested__images:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 20px 14px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    left: -20px;
    top: 44px
}

.order-detail-info-requested__items {
    display: flex;
    flex-wrap: wrap;
    margin: 8px -8px 0
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .order-detail-info-requested__items {
        margin: 0 -12px
    }
}

@media screen and (min-width: 1025px) {
    .order-detail-info-requested__items {
        margin: 0 -16px
    }
}

.order-detail-info-requested__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 4px 8px 8px;
    width: 68px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .order-detail-info-requested__item {
        margin: 24px 12px 8px;
        width: 156px
    }
}

@media screen and (min-width: 1025px) {
    .order-detail-info-requested__item {
        margin: 24px 16px 8px;
        width: 168px
    }
}

.order-detail-info-requested__item-image {
    flex: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #f2f2f2;
    max-height: 68px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .order-detail-info-requested__item-image {
        max-height: 156px
    }
}

@media screen and (min-width: 1025px) {
    .order-detail-info-requested__item-image {
        max-height: 168px
    }
}

.order-detail-info-requested__item-image-icon-description {
    justify-content: center;
    display: flex;
    align-items: center;
    object-fit: contain;
    width: 68px;
    height: 68px;
    padding: 4px;
    overflow: hidden;
    text-align: center
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .order-detail-info-requested__item-image-icon-description {
        width: 156px;
        height: 156px;
        padding: 24px
    }
}

@media screen and (min-width: 1025px) {
    .order-detail-info-requested__item-image-icon-description {
        width: 168px;
        height: 168px;
        padding: 24px
    }
}

.order-detail-info-requested__item-image-icon-truncate {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.order-detail-info-requested__item-image-icon {
    object-fit: contain;
    width: 68px;
    height: 68px;
    padding: 4px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .order-detail-info-requested__item-image-icon {
        width: 156px;
        height: 156px;
        padding: 24px
    }
}

@media screen and (min-width: 1025px) {
    .order-detail-info-requested__item-image-icon {
        width: 168px;
        height: 168px;
        padding: 24px
    }
}

.order-detail-info-requested__item-image-additional {
    font-size: 12px;
    line-height: 16px;
    font-family: 'Yantramanav-Light', sans-serif;
    width: 68px;
    height: 68px;
    padding: 22px 4px;
    text-align: center
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .order-detail-info-requested__item-image-additional {
        font-size: 16px;
        line-height: 20px;
        width: 156px;
        height: 156px;
        padding: 68px 12px
    }
}

@media screen and (min-width: 1025px) {
    .order-detail-info-requested__item-image-additional {
        font-size: 16px;
        line-height: 20px;
        width: 168px;
        height: 168px;
        padding: 74px 12px
    }
}

.order-detail-info-requested__item-text {
    font-family: 'Yantramanav-Light', sans-serif;
    font-size: 12px;
    line-height: 16px;
    margin-top: 12px;
    text-align: center
}

@media screen and (min-width: 768px) {
    .order-detail-info-requested__item-text {
        font-size: 15px;
        line-height: 20px
    }
}

.order-detail-info-requested__submit-button {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    text-transform: uppercase;
    width: 150px;
    height: 36px;
    border: 1px #19899D solid;
    color: #19899D;
    margin: 0;
    background-color: #FFF;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    line-height: 20px;
    line-height: 36px
}

@media screen and (min-width: 768px) {
    .order-detail-info-requested__submit-button {
        width: 200px;
        height: 44px;
        font-size: 16px;
        line-height: 20px;
        line-height: 44px
    }
}

@media screen and (max-width: 767px) {
    .order-detail-info-requested__submit-button {
        font-size: 12px;
        line-height: 16px;
        line-height: 36px
    }
}

.order-detail-info-requested .upload-images {
    align-items: start
}

@media screen and (max-width: 767px) {
    .order-detail-info-requested .upload-images {
        margin: 0 0 5px;
        margin-right: 0 !important;
        grid-template-columns:49% 49%;
        justify-items: center
    }
}

.order-detail-info-requested .upload-images .upload-image {
    border: 2px dashed #a7a7a7
}

@media screen and (max-width: 767px) {
    .order-detail-info-requested .upload-images .upload-image {
        width: 150px;
        height: 150px
    }
}

.order-detail-info-requested .upload-images .upload-image__truncate {
    font-family: 'JosefinSans-Regular', sans-serif;
    font-size: 16px;
    line-height: 20px;
    width: 100%
}

.order-detail-info-requested .upload-images .upload-image__icon {
    padding: 20px
}

@media screen and (max-width: 767px) {
    .order-detail-info-requested .upload-images .upload-image__icon {
        padding: 15px
    }
}

.order-detail-info-requested .upload-images__item {
    max-width: 200px
}

.order-detail-info-requested .upload-images__item-title > span {
    white-space: initial
}

@media screen and (max-width: 767px) {
    .order-detail-info-requested .upload-images__item {
        width: 150px !important
    }
}

.order-detail-info-requested .upload-images__item-space {
    margin-top: 0
}

@media screen and (max-width: 767px) {
    .order-detail-info-requested .upload-images__item-space {
        margin-top: calc(100% + 5px)
    }
}

.order-detail-info {
    margin: 24px 0 0
}

@media screen and (min-width: 768px) {
    .order-detail-info {
        margin: 32px 0 0
    }
}

.order-detail-info__header {
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    display: flex;
    flex-wrap: wrap
}

@media screen and (max-width: 1024px) {
    .order-detail-info__header {
        font-size: 14px;
        line-height: 20px
    }
}

@media screen and (min-width: 1025px) {
    .order-detail-info__header {
        font-size: 16px;
        line-height: 20px
    }
}

@media screen and (max-width: 767px) {
    .order-detail-info__header {
        display: block
    }
}

.order-detail-info__header-item, .order-detail-info__header-item-id {
    margin: 0 24px 16px 0
}

@media screen and (max-width: 767px) {
    .order-detail-info__header-item, .order-detail-info__header-item-id {
        display: flex;
        margin: 0 0 16px 0;
        align-items: center;
        gap: 16px
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .order-detail-info__header-item, .order-detail-info__header-item-id {
        min-width: 100px
    }
}

@media screen and (min-width: 1025px) {
    .order-detail-info__header-item, .order-detail-info__header-item-id {
        min-width: 140px;
        margin: 0 40px 16px 0
    }
}

.order-detail-info__header-item-name, .order-detail-info__header-item-id-name {
    color: #7d7d7d
}

.order-detail-info__header-item-value, .order-detail-info__header-item-id-value {
    font-weight: 600;
    word-break: break-word;
    line-height: initial
}

.order-detail-info__header-item-value-link, .order-detail-info__header-item-id-value-link {
    word-break: break-all;
    line-height: initial
}

.order-detail-info__header-item-link, .order-detail-info__header-item-id-link {
    color: #000
}

.order-detail-info__header-item-link:hover, .order-detail-info__header-item-id-link:hover {
    opacity: 0.8
}

.order-detail-info__header-item-note, .order-detail-info__header-item-id-note {
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    font-size: 14px;
    line-height: 20px
}

@media screen and (max-width: 767px) {
    .order-detail-info__header-item-note, .order-detail-info__header-item-id, .order-detail-info__header-item-id-note, .order-detail-info__header-item-id-id {
        width: 100%
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .order-detail-info__header-item-note, .order-detail-info__header-item-id, .order-detail-info__header-item-id-note, .order-detail-info__header-item-id-id {
        min-width: 100px
    }
}

@media screen and (min-width: 1025px) {
    .order-detail-info__header-item-note, .order-detail-info__header-item-id, .order-detail-info__header-item-id-note, .order-detail-info__header-item-id-id {
        min-width: 140px
    }
}

.order-detail-info__upload-image-title {
    font-family: 'Jost', sans-serif;
    font-size: 25px;
    line-height: 32px
}

@media screen and (max-width: 767px) {
    .order-detail-info__upload-image-title {
        font-size: 20px;
        line-height: 24px
    }
}

.order-detail-info__upload-image-info {
    padding-top: 30px;
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 12px 0;
    display: flex;
    flex-wrap: wrap
}

@media screen and (min-width: 768px) {
    .order-detail-info__upload-image-info {
        font-size: 16px;
        line-height: 20px
    }
}

.order-detail-info__upload-image-info-text {
    margin-right: 4px
}

.order-detail-info__upload-image-info .hyper-link {
    color: #19899D
}

@media screen and (min-width: 768px) {
    .order-detail-info .upload-images__item {
        max-width: 200px
    }
}

.order-detail-info hr {
    margin-top: 30px !important
}

.order-detail-services-progress__items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 0 12px
}

@media screen and (min-width: 768px) {
    .order-detail-services-progress__items {
        justify-content: flex-start;
        margin: 4px 0 32px
    }
}

@media screen and (min-width: 1025px) {
    .order-detail-services-progress__items {
        margin: 12px 0 36px
    }
}

@media screen and (max-width: 767px) {
    .order-detail-services-progress__items {
        justify-content: space-between;
        align-items: flex-start
    }
}

.order-detail-services-progress__icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (max-width: 767px) {
    .order-detail-services-progress__icon {
        width: 32px;
        height: 32px;
        margin: 4px 14px
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .order-detail-services-progress__icon {
        width: 72px;
        height: 72px;
        margin: 0
    }
}

@media screen and (min-width: 1025px) {
    .order-detail-services-progress__icon {
        width: 92px;
        height: 92px;
        margin: 0
    }
}

.order-detail-services-progress__icon img {
    width: 100%;
    height: auto
}

.order-detail-services-progress__icon-title {
    font-family: 'Yantramanav-Bold', sans-serif;
    position: absolute
}

@media screen and (max-width: 767px) {
    .order-detail-services-progress__icon-title {
        font-size: 8px;
        line-height: 12px;
        left: 20px;
        top: 8px
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .order-detail-services-progress__icon-title {
        font-size: 16px;
        line-height: 20px;
        left: 46px;
        top: 18px
    }
}

@media screen and (min-width: 1025px) {
    .order-detail-services-progress__icon-title {
        font-size: 20px;
        line-height: 24px;
        left: 60px;
        top: 24px
    }
}

.order-detail-services-progress__icon-text {
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    text-transform: uppercase;
    color: #908f90
}

@media screen and (max-width: 767px) {
    .order-detail-services-progress__icon-text {
        font-size: 8px;
        line-height: 12px;
        margin: 0
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .order-detail-services-progress__icon-text {
        font-size: 13px;
        line-height: 20px;
        margin: 8px 0 0
    }
}

@media screen and (min-width: 1025px) {
    .order-detail-services-progress__icon-text {
        font-size: 16px;
        line-height: 20px;
        margin: 8px 0 0
    }
}

.order-detail-services-progress__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 16px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .order-detail-services-progress__item {
        width: 120px;
        margin-top: 0
    }
}

@media screen and (min-width: 1025px) {
    .order-detail-services-progress__item {
        width: 180px;
        margin-top: 0
    }
}

.order-detail-services-progress__item + .order-detail-services-progress__item .order-detail-services-progress__icon:before, .order-detail-services-progress__item + .order-detail-services-progress__item .order-detail-services-progress__background:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 4px;
    height: 4px;
    background-color: #e8e8e8;
    border-radius: 50%;
    left: calc(var(--vw, 1vw) * -6)
}

@media only screen and (max-width: 500px) {
    .order-detail-services-progress__item + .order-detail-services-progress__item .order-detail-services-progress__icon:before, .order-detail-services-progress__item + .order-detail-services-progress__item .order-detail-services-progress__background:before {
        left: calc(var(--vw, 1vw) * -4)
    }
}

@media screen and (min-width: 768px) {
    .order-detail-services-progress__item + .order-detail-services-progress__item .order-detail-services-progress__icon:before, .order-detail-services-progress__item + .order-detail-services-progress__item .order-detail-services-progress__background:before {
        width: 12px;
        height: 12px;
        left: -18px
    }
}

@media screen and (min-width: 1025px) {
    .order-detail-services-progress__item + .order-detail-services-progress__item .order-detail-services-progress__icon:before, .order-detail-services-progress__item + .order-detail-services-progress__item .order-detail-services-progress__background:before {
        left: -32px
    }
}

.order-detail-services-progress__item .order-detail-services-progress__icon:after, .order-detail-services-progress__item .order-detail-services-progress__background:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 4px;
    height: 4px;
    background-color: #e8e8e8;
    border-radius: 50%;
    right: calc(var(--vw, 1vw) * -6)
}

@media only screen and (max-width: 500px) {
    .order-detail-services-progress__item .order-detail-services-progress__icon:after, .order-detail-services-progress__item .order-detail-services-progress__background:after {
        right: calc(var(--vw, 1vw) * -4)
    }
}

@media screen and (min-width: 768px) {
    .order-detail-services-progress__item .order-detail-services-progress__icon:after, .order-detail-services-progress__item .order-detail-services-progress__background:after {
        width: 12px;
        height: 12px;
        right: -18px
    }
}

@media screen and (min-width: 1025px) {
    .order-detail-services-progress__item .order-detail-services-progress__icon:after, .order-detail-services-progress__item .order-detail-services-progress__background:after {
        right: -32px
    }
}

.order-detail-services-progress__item:last-child .order-detail-services-progress__icon:after {
    content: none
}

@media screen and (max-width: 767px) {
    .order-detail-services-progress__item--mini {
        max-width: 65px;
        margin-top: 0
    }
}

.order-detail-services-progress__item--mini .order-detail-services-progress__icon {
    border: 1px solid #908f90;
    border-radius: 50%
}

.order-detail-services-progress__item--mini .order-detail-services-progress__icon-title {
    color: #908f90
}

.order-detail-services-progress__item--mini .order-detail-services-progress__icon img {
    width: 60%
}

.order-detail-services-progress__item--mini .order-detail-services-progress__icon-text {
    text-align: center
}

.order-detail-services-progress__item--current .order-detail-services-progress__icon {
    background-color: #19899D;
    border: #19899D
}

.order-detail-services-progress__item--current .order-detail-services-progress__icon-title {
    color: #fff
}

.order-detail-services-progress__item--current .order-detail-services-progress__icon-text {
    color: #19899D
}

.order-detail-services-progress__item--passed .order-detail-services-progress__icon {
    border: 1px solid #19899D
}

.order-detail-services-progress__item--passed .order-detail-services-progress__icon-title {
    color: #19899D
}

.order-detail-services {
    margin: 15px 0
}

.order-detail-services__item {
    padding: 14px 0;
    display: flex;
    justify-content: space-between
}

.order-detail-services__item-header {
    display: flex;
    align-items: center
}

@media screen and (min-width: 768px) {
    .order-detail-services__item-header {
        flex-basis: 300px
    }
}

.order-detail-services__item .hyper-link:after {
    background-color: transparent
}

.order-detail-services__item-title {
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    line-height: 24px
}

@media screen and (min-width: 768px) {
    .order-detail-services__item-title {
        font-size: 20px;
        line-height: 24px
    }
}

.order-detail-services__item-content, .order-detail-services__item-content-mobile {
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center
}

@media screen and (max-width: 767px) {
    .order-detail-services__item-content, .order-detail-services__item-content-mobile {
        margin-top: 16px
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .order-detail-services__item-content, .order-detail-services__item-content-mobile {
        font-size: 16px;
        line-height: 20px;
        flex-basis: 254px
    }
}

@media screen and (min-width: 1025px) {
    .order-detail-services__item-content, .order-detail-services__item-content-mobile {
        font-size: 16px;
        line-height: 20px;
        flex-basis: 440px
    }
}

.order-detail-services__item-content-mobile {
    margin-top: 0;
    padding-right: 5px
}

@media screen and (min-width: 768px) {
    .order-detail-services__item-content-mobile {
        display: none
    }
}

.order-detail-services__item-footer {
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase
}

@media screen and (min-width: 768px) {
    .order-detail-services__item-footer {
        font-size: 16px;
        line-height: 20px;
        display: flex;
        justify-content: flex-end;
        flex-basis: 220px;
        align-items: center
    }
}

.order-detail-services__item-footer .hyper-link {
    white-space: nowrap;
    border-radius: 0
}

.order-detail-services__item-footer-delimiter {
    background-color: #e8e8e8;
    width: 1px;
    margin: 0 12px
}

.order-detail-services__item-footer-counterfeit {
    color: #f5311d;
    text-transform: uppercase;
    font-weight: bold
}

.order-detail-services__item-footer-counterfeit-button {
    color: #f5311d;
    border-color: #f5311d;
    background-color: transparent;
    padding-left: 21px;
    padding-right: 21px
}

.order-detail-services__item-footer-verified {
    color: #19899D;
    text-transform: uppercase;
    font-weight: bold;
    text-align: end
}

.order-detail-services__item-footer-verified-button {
    color: #19899D;
    border-color: #19899D;
    background-color: transparent;
    padding-left: 21px;
    padding-right: 21px
}

.order-detail-services__item-footer .button {
    padding: 7px 32px;
    text-transform: uppercase
}

.order-detail-services__item-ok-icon, .order-detail-services__item-none-icon {
    margin-right: 12px
}

.order-detail-services__item + .order-detail-services__item {
    border-top: 1px solid #e8e8e8
}

.order-detail-services__item-faster {
    display: flex;
    align-items: center;
    padding: 0 6px;
    flex-wrap: nowrap;
    font-style: italic;
    background-color: #E2ED82;
    margin-right: 10px;
    font-size: 13px
}

.order-detail-services .button, .order-detail-services .hyper-link {
    text-transform: uppercase
}

.order-detail-services__flash-icon {
    margin-right: 5px;
    width: 10px
}

.order-detail-message {
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    display: flex;
    justify-content: flex-end
}

.order-detail-message + .order-detail-message {
    margin-top: 24px
}

.order-detail-message__user {
    margin: 0 0 0 24px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.order-detail-message__user-icon {
    border-radius: 50%;
    overflow: hidden;
    width: 36px;
    height: 36px
}

@media screen and (min-width: 768px) {
    .order-detail-message__user-icon {
        width: 48px;
        height: 48px
    }
}

.order-detail-message__user-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.order-detail-message__user-name {
    font-size: 11px;
    line-height: 16px;
    margin-top: 4px;
    text-align: center
}

@media screen and (min-width: 768px) {
    .order-detail-message__user-name {
        font-size: 13px;
        line-height: 20px
    }
}

.order-detail-message__info {
    width: 85%
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .order-detail-message__info {
        width: 100%;
        max-width: 348px
    }
}

@media screen and (min-width: 1025px) {
    .order-detail-message__info {
        width: 100%;
        max-width: 440px
    }
}

.order-detail-message__image-icon {
    max-width: 100%
}

.order-detail-message__text {
    font-size: 12px;
    line-height: 16px;
    padding: 16px;
    background-color: rgba(25, 137, 157, 0.1);
    word-break: break-word;
    white-space: pre-line
}

@media screen and (min-width: 768px) {
    .order-detail-message__text {
        font-size: 16px;
        line-height: 20px
    }
}

.order-detail-message__date {
    margin-top: 8px;
    font-size: 11px;
    line-height: 16px
}

@media screen and (min-width: 768px) {
    .order-detail-message__date {
        font-size: 13px;
        line-height: 20px
    }
}

.order-detail-message--received {
    justify-content: flex-start
}

.order-detail-message--received .order-detail-message__user {
    margin: 0 24px 0 0
}

.order-detail-messages {
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    margin: 16px 0 32px
}

.order-detail-messages__header {
    font-size: 14px;
    line-height: 20px;
    padding: 0
}

@media screen and (min-width: 768px) {
    .order-detail-messages__header {
        font-size: 16px;
        line-height: 20px
    }
}

.order-detail-messages__header-title {
    font-size: 20px;
    line-height: 24px;
    margin: 2px 0
}

@media screen and (min-width: 768px) {
    .order-detail-messages__header-title {
        font-size: 25px;
        line-height: 32px;
        margin: 0
    }
}

.order-detail-messages__content {
    border: 1px solid #979797;
    padding: 24px;
    margin-top: 16px
}

@media screen and (min-width: 768px) {
    .order-detail-messages__content {
        border: 1px solid #979797;
        padding: 32px
    }
}

.order-detail-messages__footer {
    padding: 20px 16px 60px;
    border-left: 1px solid #979797;
    border-right: 1px solid #979797;
    border-bottom: 1px solid #979797
}

@media screen and (min-width: 768px) {
    .order-detail-messages__footer {
        padding: 24px 28px
    }
}

.order-detail-messages__chat {
    display: flex;
    justify-content: space-between
}

.order-detail-messages__chat-work-area {
    font-size: 16px;
    line-height: 20px;
    width: 100%
}

.order-detail-messages__chat-control {
    display: flex;
    align-items: center
}

.order-detail-messages__chat-control .upload-image {
    width: 40px !important;
    height: 40px !important;
    background-color: initial;
    border: initial;
    margin-left: 12px
}

.order-detail-messages__chat-control .button {
    padding: 0;
    margin-left: 12px;
    width: 36px;
    height: 36px
}

@media screen and (min-width: 768px) {
    .order-detail-messages__chat-control .button {
        width: 40px;
        height: 40px
    }
}

.order-detail-messages__chat-control .button--disabled {
    opacity: 0.6
}

.order-detail-messages__chat-control img {
    width: 100%;
    height: auto
}

.order-detail-messages .input__input {
    font-size: 16px;
    line-height: 20px;
    border: none
}

.order-detail-messages__input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.order-detail-payment-history {
    padding: 0 0 32px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .order-detail-payment-history {
        padding: 0 0 32px
    }
}

@media screen and (min-width: 1025px) {
    .order-detail-payment-history {
        padding: 0 0 32px
    }
}

.order-detail-payment-history__title {
    font-family: 'Yantramanav-Bold', sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding: 32px 20px 20px;
    text-transform: uppercase;
    color: #908f90
}

@media screen and (min-width: 768px) {
    .order-detail-payment-history__title {
        font-size: 16px;
        line-height: 20px;
        padding: 0
    }
}

.order-detail-payment-history__item {
    padding: 16px 20px 28px;
    border: 1px solid #e0e0e0
}

@media screen and (min-width: 768px) {
    .order-detail-payment-history__item {
        border: 1px solid #e0e0e0;
        margin-top: 16px;
        padding: 16px 28px 24px
    }

    .order-detail-payment-history__item + .order-detail-payment-history__item {
        margin-top: 20px
    }
}

.order-detail-payment-history__item-title {
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700
}

@media screen and (min-width: 768px) {
    .order-detail-payment-history__item-title {
        font-size: 20px;
        line-height: 24px
    }
}

.order-detail-payment-history__item-info {
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-top: 16px;
    font-weight: 700
}

@media screen and (min-width: 768px) {
    .order-detail-payment-history__item-info {
        font-size: 16px;
        line-height: 20px
    }
}

.order-detail-payment-history__item-info-content {
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400
}

@media screen and (min-width: 768px) {
    .order-detail-payment-history__item-info-content {
        font-size: 16px;
        line-height: 20px
    }
}

.order-detail-payment-history__services {
    display: flex
}

.order-detail-payment-history__services p {
    margin: 0
}

@media screen and (min-width: 768px) {
    .order-detail .upload-image {
        width: 200px;
        height: 200px
    }

    .order-detail .upload-image__as-button {
        height: 44px
    }
}

@media screen and (min-width: 768px) {
    .order-detail {
        margin: 0 124px 0 108px
    }
}

@media screen and (max-width: 1024px) {
    .order-detail {
        margin: 0 15px
    }
}

.order-detail__header {
    display: flex;
    align-items: center;
    padding: 20px 0 0
}

@media screen and (min-width: 768px) {
    .order-detail__header {
        border-bottom: 1px solid #e8e8e8;
        padding: 20px 0 16px
    }
}

.order-detail__header-content {
    display: flex;
    align-items: center;
    margin-top: 16px
}

@media screen and (min-width: 1025px) {
    .order-detail__header-content {
        margin-top: 32px
    }
}

.order-detail__section-title {
    font-size: 25px;
    line-height: 32px;
    font-family: 'JosefinSans-Italic', sans-serif;
    font-family: 'Jost', sans-serif;
    margin-top: 50px;
    text-transform: uppercase;
    padding: 0
}

@media screen and (max-width: 767px) {
    .order-detail__section-title {
        font-size: 20px;
        line-height: 24px
    }
}

.order-detail__title {
    margin-left: 15px
}

.order-detail__title-text {
    font-family: 'JosefinSans-Italic', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Jost', sans-serif;
    text-transform: uppercase
}

@media screen and (min-width: 768px) {
    .order-detail__title-text {
        font-size: 25px;
        line-height: 32px
    }
}

.order-detail__back {
    padding: 4px 0
}

@media screen and (min-width: 768px) {
    .order-detail__back {
        font-family: 'Yantramanav-Regular', sans-serif;
        font-size: 14px;
        line-height: 20px
    }
}

.order-detail__back-icon {
    width: 20px;
    height: 20px
}

@media screen and (min-width: 768px) {
    .order-detail__back-icon {
        margin-right: 8px
    }
}

.order-detail__item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0
}

.order-detail__item-image {
    width: 72px;
    height: 72px;
    overflow: hidden;
    border-radius: 50%
}

.order-detail__item-image-icon {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.order-detail__links {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 24px;
    margin-bottom: 15px;
    padding: 0
}

@media screen and (min-width: 768px) {
    .order-detail__links {
        justify-content: flex-start
    }
}

@media screen and (max-width: 767px) {
    .order-detail__links {
        width: 100%
    }
}

.order-detail__link {
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    display: flex;
    align-items: center;
    color: #7d7d7d;
    border-bottom: 3px solid transparent;
    text-decoration: none;
    padding: 4px 12px
}

@media screen and (min-width: 768px) {
    .order-detail__link {
        font-size: 16px;
        line-height: 20px
    }
}

@media screen and (max-width: 767px) {
    .order-detail__link {
        padding: 0 5px;
        text-align: center
    }
}

.order-detail__link + .order-detail__link {
    margin-left: 6px
}

@media screen and (min-width: 768px) {
    .order-detail__link + .order-detail__link {
        margin-left: 15px
    }
}

.order-detail__link.active {
    color: #000;
    border: 1px solid #000000;
    border-radius: 30px
}

.order-detail__link-text {
    margin-top: 2px
}

.order-detail__link-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    overflow: hidden;
    width: 12px;
    height: 12px;
    border-radius: 50%
}

@media screen and (min-width: 768px) {
    .order-detail__link-icon {
        width: 20px;
        height: 20px
    }
}

.order-detail__link-icon-info, .order-detail__link-icon-services, .order-detail__link-icon-messages-text {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.order-detail__link-icon-messages-text {
    font-size: 10px;
    line-height: 16px;
    padding-top: 1px;
    background-color: #9013fe;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 16px;
    height: 16px
}

.order-detail__upward-icon {
    position: fixed;
    width: 44px;
    height: 44px;
    right: 32px;
    bottom: 90px;
    border: 1px solid #19899D;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9;
    background-color: #fff;
    padding: 0
}

.order-detail hr {
    margin: 0;
    border-color: #E0E0E0
}

@media screen and (max-width: 767px) {
    .pdf-viewer {
        margin: -20px
    }
}

@media screen and (min-width: 768px) {
    .pdf-viewer {
        max-width: 600px
    }
}

@media screen and (min-width: 1440px) {
    .pdf-viewer {
        max-width: 800px
    }
}

.view-certificate {
    display: flex;
    flex-direction: column;
    max-width: 1080px;
    padding: 24px 16px 88px;
    margin: auto
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .view-certificate {
        padding: 52px 32px
    }
}

@media screen and (min-width: 1025px) {
    .view-certificate {
        padding: 40px 52px 140px;
        flex-direction: row
    }
}

@media screen and (min-width: 1440px) {
    .view-certificate {
        max-width: 1280px
    }
}

.view-certificate__content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: auto
}

@media screen and (min-width: 768px) {
    .view-certificate__content {
        max-width: 100%
    }
}

.view-certificate__order-images {
    width: 100%;
    max-width: 360px;
    display: flex;
    flex-wrap: wrap;
    margin: 28px auto 0
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .view-certificate__order-images {
        max-width: 540px
    }
}

@media screen and (min-width: 1440px) {
    .view-certificate__order-images {
        max-width: 720px
    }
}

.view-certificate__order-image {
    width: 50%;
    margin-bottom: 8px;
    padding: 0 8px
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .view-certificate__order-image {
        width: 33.3%
    }
}

@media screen and (min-width: 1440px) {
    .view-certificate__order-image {
        width: 25%
    }
}

.view-certificate__order-image-icon {
    max-width: 100%
}

.view-certificate__certificate {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0
}

.view-certificate__certificate__canvas {
    margin: auto;
    width: 100%
}

.view-certificate__certificate-icon {
    width: 100%
}

.view-certificate__certificate-icon .react-pdf__Page__canvas {
    object-fit: contain
}

.view-certificate__buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 32px
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .view-certificate__buttons {
        margin-top: 124px
    }
}

@media screen and (min-width: 1440px) {
    .view-certificate__buttons {
        margin-top: 200px
    }
}

.view-certificate__buttons .button {
    width: 100%;
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    .view-certificate__buttons .button {
        padding: 16px 46px
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .view-certificate__buttons .button {
        padding: 24px 46px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .view-certificate__buttons .button {
        padding: 24px 46px
    }
}

@media screen and (min-width: 1440px) {
    .view-certificate__buttons .button {
        padding: 24px 29px
    }
}

.view-certificate__share {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #b3b3b3
}

@media screen and (max-width: 767px) {
    .view-certificate__share {
        margin-top: 28px
    }
}

@media screen and (min-width: 768px) {
    .view-certificate__share {
        margin-top: 40px
    }
}

.view-certificate__share-title {
    font-family: 'Yantramanav-Regular', sans-serif;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    top: -10px;
    background-color: #fff;
    padding: 0 24px;
    color: #b3b3b3
}

.view-certificate__share-icons {
    display: flex;
    width: 100%;
    justify-content: space-around
}

@media screen and (max-width: 1024px) {
    .view-certificate__share .hyper-link {
        margin: 6px 26px 12px
    }
}

@media screen and (min-width: 1025px) {
    .view-certificate__share .hyper-link {
        margin: 2px 28px 16px
    }
}

.view-card {
    display: flex;
    flex-direction: column;
    max-width: 1080px;
    padding: 24px 16px 88px;
    margin: auto
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .view-card {
        padding: 52px 32px
    }
}

@media screen and (min-width: 1025px) {
    .view-card {
        padding: 40px 52px 140px;
        flex-direction: row
    }
}

@media screen and (min-width: 1440px) {
    .view-card {
        max-width: 1280px
    }
}

.view-card__content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: auto
}

@media screen and (min-width: 768px) {
    .view-card__content {
        max-width: 100%
    }
}

.view-card__order-images {
    width: 100%;
    max-width: 360px;
    display: flex;
    flex-wrap: wrap;
    margin: 28px auto 0
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .view-card__order-images {
        max-width: 540px
    }
}

@media screen and (min-width: 1440px) {
    .view-card__order-images {
        max-width: 720px
    }
}

.view-card__order-image {
    width: 50%;
    margin-bottom: 8px;
    padding: 0 8px
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .view-card__order-image {
        width: 33.3%
    }
}

@media screen and (min-width: 1440px) {
    .view-card__order-image {
        width: 25%
    }
}

.view-card__order-image-icon {
    max-width: 100%
}

.view-card__certificate {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0
}

.view-card__certificate__canvas {
    margin: auto;
    width: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    overflow: hidden
}

.view-card__certificate-icon {
    width: 100%
}

.view-card__certificate-icon .react-pdf__Page__canvas {
    object-fit: contain
}

.order-confirmation {
    position: relative;
    padding: 16px 20px;
    margin: 0 auto;
    padding: 25px 16px 44px
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .order-confirmation {
        padding: 30px 0 132px;
        margin: 0 60px
    }
}

@media screen and (min-width: 1440px) {
    .order-confirmation {
        padding: 30px 0 132px;
        max-width: 1280px
    }
}

.order-confirmation__header-title {
    font-family: 'Jost-Light', sans-serif;
    margin: 0;
    font-size: 20px;
    line-height: 24px
}

@media screen and (min-width: 1025px) {
    .order-confirmation__header-title {
        font-size: 36px;
        line-height: 40px
    }
}

.order-confirmation__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

@media screen and (min-width: 768px) {
    .order-confirmation__content {
        gap: 50px;
        flex-direction: row
    }
}

@media screen and (min-width: 1025px) {
    .order-confirmation__content {
        gap: 170px
    }
}

.order-confirmation__container {
    min-height: 500px;
    display: flex;
    align-items: center
}

.order-confirmation__item-button {
    padding: 0 7px 14px 7px;
    width: 50%
}

@media screen and (min-width: 768px) {
    .order-confirmation__item-button {
        padding: 0;
        max-width: none
    }
}

@media screen and (min-width: 1025px) {
    .order-confirmation__item-button {
        width: 236px
    }
}

.order-confirmation__message {
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    background: #fff;
    position: relative
}

@media screen and (max-width: 767px) {
    .order-confirmation__message {
        width: 100%
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .order-confirmation__message {
        min-width: 406px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .order-confirmation__message {
        min-width: 532px
    }
}

@media screen and (min-width: 1440px) {
    .order-confirmation__message {
        min-width: 736px
    }
}

.order-confirmation__message-mail {
    font-size: 16px;
    line-height: 20px
}

.order-confirmation__message-mail span {
    color: #19899D;
    text-decoration-line: underline
}

.order-confirmation__message-text {
    font-size: 16px;
    line-height: 20px;
    margin: 16px 0 0
}

@media screen and (min-width: 1025px) {
    .order-confirmation__message-text {
        margin: 10px 0 0
    }
}

.order-confirmation__message-links {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 20px;
    margin: 20px -7px 0 -7px
}

@media screen and (min-width: 768px) {
    .order-confirmation__message-links {
        justify-content: flex-start;
        gap: 20px;
        margin: 20px 0 0 0
    }
}

.order-confirmation__message-links .hyper-link {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    font-size: 12px;
    line-height: 16px;
    width: 100%;
    padding: 6px 4px;
    text-transform: uppercase !important
}

@media screen and (min-width: 768px) {
    .order-confirmation__message-links .hyper-link {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 8px
    }
}

@media screen and (min-width: 1025px) {
    .order-confirmation__message-links .hyper-link {
        width: 236px
    }
}

@media screen and (min-width: 768px) {
    .order-confirmation__authenticate {
        width: 236px
    }
}

.order-confirmation__determination {
    padding: 40px 0 0 0
}

@media screen and (min-width: 768px) {
    .order-confirmation__determination {
        padding: 60px 0 0 0
    }
}

.order-confirmation__determination-title {
    text-transform: uppercase;
    font-family: 'Jost-Light', sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin: 0
}

@media screen and (min-width: 1025px) {
    .order-confirmation__determination-title {
        font-size: 36px;
        line-height: 40px
    }
}

.order-confirmation__determination-link {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 30px -7px 0 -7px
}

@media screen and (min-width: 768px) {
    .order-confirmation__determination-link {
        margin: 30px 0 0 0;
        gap: 20px
    }
}

.order-confirmation__determination .hyper-link {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    font-size: 13px;
    line-height: 20px;
    padding: 6px 5px;
    width: 100%;
    text-transform: uppercase !important
}

@media screen and (min-width: 768px) {
    .order-confirmation__determination .hyper-link {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 8px
    }
}

@media screen and (min-width: 1025px) {
    .order-confirmation__determination .hyper-link {
        width: 236px
    }
}

.order-confirmation__item {
    background: #fff;
    position: relative;
    margin-top: 20px;
    padding: 16px;
    border: 1px solid #a7a7a7;
    width: 100%
}

@media screen and (min-width: 768px) {
    .order-confirmation__item {
        width: 378px
    }
}

.order-confirmation__item-header {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #a7a7a7;
    text-transform: uppercase;
    margin: 0
}

@media screen and (min-width: 1025px) {
    .order-confirmation__item-header {
        font-size: 16px;
        line-height: 20px
    }
}

.order-confirmation__item-title {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    margin-top: 12px
}

.order-confirmation__item .hyper-link {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-top: 7px;
    width: 100%;
    padding: 11px 16px;
    text-transform: uppercase !important
}

.order-confirmation__turnaround-button {
    background-color: #E2ED82 !important;
    color: #000 !important;
    border: 1px solid #E2ED82 !important;
    font-size: 11px !important
}

@media screen and (min-width: 768px) {
    .order-confirmation__turnaround-button {
        font-size: 16px !important;
        line-height: 20px !important
    }
}

.order-confirmation__flash-icon {
    width: 14px;
    margin-right: 5px
}

@media screen and (min-width: 768px) {
    .order-confirmation__flash-icon {
        width: 18px
    }
}

.order-confirmation__icon {
    width: 90px;
    height: 90px;
    margin-top: 12px;
    border: 1px solid #f2f2f2
}

.order-confirmation__icon > * {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.order-confirmation__order-info {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #a7a7a7;
    margin-top: 16px;
    text-transform: uppercase
}

@media screen and (min-width: 1025px) {
    .order-confirmation__order-info {
        font-size: 16px;
        line-height: 20px
    }
}

.order-confirmation__order-number {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #a7a7a7
}

.order-confirmation__date {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    font-size: 13px;
    line-height: 20px;
    margin: 5px 0;
    color: #a7a7a7
}

.order-confirmation__services {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #908f90;
    margin-top: 16px;
    text-transform: uppercase
}

@media screen and (min-width: 1025px) {
    .order-confirmation__services {
        font-size: 16px;
        line-height: 20px
    }
}

.order-confirmation__service-title {
    font-family: 'DarkerGrotesque-Regular', sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 7px 0
}

.panel__content {
    padding: 22px 20px;
    border: 1px solid #979797;
    position: relative
}

@media screen and (min-width: 768px) {
    .panel__content {
        height: 100%;
        overflow-y: auto
    }
}

.panel__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px
}

@media screen and (min-width: 1025px) {
    .panel__header {
        margin-bottom: 16px
    }
}

.panel__title {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Yantramanav-Regular', sans-serif;
    color: #7d7d7d;
    margin: 0;
    padding: 0;
    text-transform: uppercase
}

@media screen and (min-width: 1025px) {
    .panel {
        padding: 20px 28px
    }
}

.panel__button {
    font-size: 12px;
    line-height: 16px
}

@media screen and (min-width: 768px) {
    .panel__button {
        font-size: 14px;
        line-height: 20px
    }
}

@media screen and (min-width: 1440px) {
    .panel__button {
        font-size: 16px;
        line-height: 20px
    }
}

.customer-account-upload {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer
}

.customer-account-upload [type=file] {
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute
}

.customer-account-upload__image-wrapper {
    display: inline-block;
    position: relative;
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 16px
}

.customer-account-upload__image {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.customer-account-upload__title {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Yantramanav-Regular', sans-serif;
    position: relative
}

.customer-account-upload__title:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    height: 1px;
    background-color: #000
}

.customer-account-upload .preloader {
    position: absolute;
    top: 0;
    left: 0
}

.customer-account-upload .preloader:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1)
}

@media screen and (min-width: 768px) {
    .customer-account {
        max-height: 404px
    }
}

.customer-account__avatar-wrapper {
    position: relative;
    width: 56px;
    height: 56px;
    overflow: hidden;
    border-radius: 50%
}

.customer-account__avatar {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.customer-account__email {
    margin-right: 12px
}

.customer-account__email-value {
    word-break: break-all;
    line-height: initial
}

.customer-account__option {
    margin-top: 20px
}

.customer-account__option-name {
    color: #7d7d7d
}

.customer-account__option-value {
    word-break: break-word
}

.customer-account__group {
    display: flex;
    flex-direction: column;
    margin-top: 24px
}

.customer-account__buttons {
    display: flex;
    justify-content: flex-end;
    margin-top: 60px
}

.customer-account__buttons .button {
    font-family: 'Yantramanav-Regular', sans-serif;
    font-size: 16px;
    line-height: 20px;
    padding: 11px 29px 9px;
    width: 128px
}

.customer-account__buttons-save {
    margin-left: 12px
}

.customer-account__label {
    margin-bottom: 4px
}

.customer-account__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.customer-account__verified {
    color: #19899D
}

.customer-account__not-verified {
    font-size: 14px;
    line-height: 20px;
    color: red
}

.customer-account__not-verified .button {
    font-family: 'Yantramanav-Regular', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: red;
    border-color: red
}

.customer-account__not-verified .button:after {
    background-color: red
}

.confirmation-modal-window .modal-window__content {
    max-width: 300px;
    align-items: center;
    padding: 20px
}

.confirmation-modal-window .modal-window__title {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Yantramanav-Regular', sans-serif;
    color: #000
}

.confirmation-modal-window__buttons {
    display: flex;
    justify-content: flex-end;
    margin-top: 60px
}

.confirmation-modal-window__buttons .button {
    font-family: 'Yantramanav-Regular', sans-serif;
    font-size: 16px;
    line-height: 20px;
    padding: 11px 29px 9px;
    width: 128px
}

.confirmation-modal-window__buttons-cancel {
    margin-left: 12px
}

.customer-payment-card {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Yantramanav-Regular', sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media screen and (min-width: 1440px) {
    .customer-payment-card {
        font-size: 16px;
        line-height: 20px
    }
}

.customer-payment-card__card-data {
    display: flex
}

.customer-payment-card__card-data-icon {
    margin-right: 10px
}

@media screen and (min-width: 1440px) {
    .customer-payment-card__card-data-icon {
        margin-right: 18px
    }
}

.customer-payment-card__row {
    display: flex;
    justify-content: space-between
}

.customer-payment-card__group {
    display: flex;
    flex-direction: column;
    margin-top: 24px
}

.customer-payment-card__group-short {
    width: 120px
}

@media screen and (min-width: 768px) {
    .customer-payment-card__group-short {
        width: 200px
    }
}

.customer-payment-card__label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px
}

.customer-payment-card__label-icon {
    margin-left: 2px
}

.customer-payment-card__buttons-modal {
    display: flex;
    justify-content: flex-end;
    margin-top: 60px
}

.customer-payment-card__buttons-modal .button {
    font-family: 'Yantramanav-Regular', sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding: 11px 29px 9px
}

@media screen and (min-width: 1440px) {
    .customer-payment-card__buttons-modal .button {
        font-size: 16px;
        line-height: 20px;
        padding: 11px 29px 9px;
        width: 128px
    }
}

.customer-payment-card__buttons-modal-save {
    margin-left: 12px
}

.customer-payment-card__button {
    font-family: 'Yantramanav-Regular', sans-serif;
    font-size: 14px;
    line-height: 20px
}

@media screen and (min-width: 1440px) {
    .customer-payment-card__button {
        font-size: 16px;
        line-height: 20px
    }
}

.customer-payment-card__button + .customer-payment-card__button {
    margin-left: 10px
}

.customer-payment-card + .customer-payment-card {
    padding-top: 24px
}

@media screen and (min-width: 768px) {
    .customer-payment {
        max-height: 404px
    }
}

.customer-payment__list {
    padding: 26px 0 10px
}

@media screen and (min-width: 1440px) {
    .customer-payment__list {
        padding: 20px 0 10px
    }
}

.customer-mailing-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 6px 0 0
}

@media screen and (min-width: 1440px) {
    .customer-mailing-item {
        padding: 14px 0 0
    }
}

.customer-mailing-item__content {
    max-width: 100%;
    overflow: hidden
}

.customer-mailing-item__buttons {
    min-width: 80px;
    margin-left: 10px
}

.customer-mailing-item__button {
    font-family: 'Yantramanav-Regular', sans-serif;
    font-size: 14px;
    line-height: 20px
}

@media screen and (min-width: 1440px) {
    .customer-mailing-item__button {
        font-size: 16px;
        line-height: 20px
    }
}

.customer-mailing-item__button + .customer-mailing-item__button {
    margin-left: 12px
}

@media screen and (min-width: 768px) {
    .customer-mailing {
        max-height: 620px
    }
}

.discount-card {
    font-family: 'Yantramanav-Regular', sans-serif;
    color: #000;
    border: 1px solid #d0d2d3;
    padding: 10px 12px 15px 12px;
    width: 235px
}

.discount-card__header {
    display: flex;
    justify-content: space-between
}

.discount-card__amount {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 46px;
    color: #19899d
}

.discount-card__infor-sale {
    font-family: 'Yantramanav-Light', sans-serif;
    font-size: 16px;
    line-height: 14px;
    color: #000000;
    text-align: center;
    margin-top: 10px
}

.discount-card__basic {
    text-decoration: line-through
}

.discount-card__sale {
    color: #99cc00
}

.discount-card__original {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 14px;
    color: #000000;
    margin-top: 7px
}

.discount-card__ruler {
    height: 0px;
    border-top: 1px solid #d0d2d3;
    width: 100%;
    margin: 20px 0
}

.discount-card__name {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    color: #000000;
    text-align: center
}

.discount-card__percent {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #19899d;
    margin-top: 7px
}

.discount-card__button {
    color: white;
    margin-top: 20px;
    padding: 6px 15px;
    border: 1px solid #19899d;
    background: #19899d;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    width: 100%
}

@media screen and (min-width: 768px) {
    .customer-credits {
        max-height: 1065px
    }
}

@media screen and (min-width: 1440px) {
    .customer-credits {
        max-width: 50%
    }
}

.customer-credits__content, .customer-credits__title-bundle {
    font-family: 'Yantramanav-Light', sans-serif;
    font-size: 12px;
    line-height: 16px;
    padding: 0 0 15px;
    text-align: justify
}

@media screen and (min-width: 1025px) {
    .customer-credits__content, .customer-credits__title-bundle {
        font-size: 14px;
        line-height: 20px
    }
}

.customer-credits__title-bundle {
    text-align: start
}

.customer-credits__available {
    font-family: 'JosefinSans-Italic', sans-serif;
    font-size: 14px;
    line-height: 20px;
    background-color: #E2ED82;
    color: #000;
    padding: 15px 10px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .customer-credits__available {
        padding: 20px 10px
    }
}

@media screen and (min-width: 1440px) {
    .customer-credits__available {
        font-size: 18px;
        line-height: 24px;
        padding: 28px 10px
    }
}

.customer-credits__available-text {
    text-transform: uppercase;
    padding-bottom: 8px;
    text-align: center
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .customer-credits__available-text {
        padding-bottom: 0
    }
}

@media screen and (min-width: 1440px) {
    .customer-credits__available-text {
        padding-bottom: 18px
    }
}

.customer-credits__available-note {
    align-self: flex-start;
    margin: 8px 0 0;
    font-family: 'Yantramanav-Regular', sans-serif;
    font-size: 12px;
    line-height: 16px
}

@media screen and (min-width: 1025px) {
    .customer-credits__available-note {
        font-size: 14px;
        line-height: 20px
    }
}

.customer-credits__panel {
    width: 100%;
    padding-bottom: 26px
}

@media screen and (min-width: 1440px) {
    .customer-credits__panel {
        width: 626px;
        padding-bottom: 26px
    }
}

.customer-credits__group {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    width: 100%
}

.customer-credits__buttons {
    display: flex;
    justify-content: flex-end;
    margin-top: 60px
}

.customer-credits__buttons .button {
    font-family: 'Yantramanav-Regular', sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding: 11px 29px 9px
}

@media screen and (min-width: 1440px) {
    .customer-credits__buttons .button {
        font-size: 16px;
        line-height: 20px;
        padding: 11px 29px 9px;
        width: 128px
    }
}

.customer-credits__buttons .button + .button {
    margin-left: 12px
}

.customer-credits__label {
    margin-bottom: 4px
}

.customer-credits__amount {
    display: flex;
    align-items: center
}

.customer-credits__amount .input {
    width: 100%;
    margin-left: 4px
}

.customer-credits__option {
    width: 100%;
    border: 1px solid #979797;
    padding: 12px;
    margin-bottom: 8px
}

.customer-credits__payment-info {
    margin-top: 30px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .customer-credits__payment-info {
        font-size: 18px;
        line-height: 24px
    }
}

.customer-credits__payment-info-title {
    font-family: 'Yantramanav-Light', sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin: 25px 0 10px
}

.customer-credits__payment-info-cards .radio-group {
    width: 100%
}

@media screen and (min-width: 1440px) {
    .customer-credits__payment-info-cards .radio-group {
        max-width: 320px
    }
}

.customer-credits__payment-info-cards .radio-group__item {
    border: solid 1px #cecece;
    padding: 12px
}

.customer-credits__payment-info-cards .radio-group__item + .radio-group__item {
    margin-top: 8px
}

.customer-credits__payment-info-card {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px
}

.customer-credits__payment-info-number {
    margin-left: 24px
}

@media screen and (min-width: 768px) {
    .customer-credits__payment-info-number {
        font-size: 18px;
        line-height: 24px
    }
}

.customer-credits__payment-info-icon {
    width: 38px;
    height: 23px
}

.customer-credits__payment-info .button {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Yantramanav-Light', sans-serif;
    margin-top: 20px
}

.customer-credits__add-button {
    font-family: 'Yantramanav-Light', sans-serif;
    margin-top: 20px
}

.customer-credits__add-form {
    transform: scaleY(0);
    transition: all 500ms ease;
    max-height: 0
}

.customer-credits__select-form {
    transform-origin: top;
    transform: scaleY(1);
    transform-style: flat;
    transition: all 500ms ease;
    max-height: 1000px
}

.customer-credits__form--add-form .customer-credits__add-form {
    transform-origin: top;
    transform: scaleY(1);
    transform-style: flat;
    max-height: 1000px
}

.customer-credits__form--add-form .customer-credits__select-form {
    transform: scaleY(0);
    max-height: 0
}

@media screen and (min-width: 768px) {
    .customer-business-details {
        height: 100%
    }
}

.customer-business-details__status-name {
    color: #7d7d7d
}

.customer-business-details__status-value:first-letter {
    text-transform: uppercase
}

.customer-business-details__services {
    margin-top: 16px
}

.customer-business-details__service {
    display: flex;
    justify-content: space-between;
    margin: 4px 0
}

.customer-business-details__service-title {
    color: #7d7d7d;
    margin-bottom: 4px
}

.calendar {
    position: relative;
    display: inline-flex
}

.calendar__selector {
    display: flex
}

.calendar__selector-input {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    padding: 5px 36px 5px 12px;
    color: #000;
    border: solid 1px #000;
    background-image: url(../img/icons/calendar.svg);
    background-repeat: no-repeat;
    background-position: right 8px center;
    cursor: pointer
}

.calendar__popup {
    font-size: 14px;
    line-height: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 0 0 4px 0 #ccc;
    cursor: default;
    z-index: 50
}

.calendar__popup .calendar__popup-button-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 50%
}

.calendar__popup-button-arrow {
    z-index: 1
}

.calendar__popup-title {
    font-size: 16px;
    line-height: 40px;
    padding: 0 10px;
    margin-bottom: 10px;
    background-color: #6cc;
    color: #fff
}

.calendar__popup-selector {
    display: flex;
    margin: 0 10px
}

.calendar__popup-prev {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    width: 40px;
    height: 40px;
    border: none;
    background-color: transparent;
    cursor: pointer
}

.calendar__popup-prev:hover .calendar__popup-button-background {
    background-color: #d8e5eb
}

.calendar__popup-next {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    width: 40px;
    height: 40px;
    border: none;
    background-color: transparent;
    cursor: pointer
}

.calendar__popup-next:hover .calendar__popup-button-background {
    background-color: #d8e5eb
}

.calendar__popup-year-selector {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center
}

.calendar__popup-month-selector {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center
}

.calendar__popup-week-title {
    display: flex;
    justify-content: center;
    margin: 0 10px
}

.calendar__popup-day-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #868f98
}

.calendar__popup-month {
    margin: 0 10px
}

.calendar__popup-week {
    display: flex;
    justify-content: center;
    height: 32px
}

.calendar__popup-day {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    color: #000;
    border: none;
    background-color: transparent;
    cursor: pointer
}

.calendar__popup-day-text {
    z-index: 1
}

.calendar__popup-day:hover .calendar__popup-day-text {
    color: #fff
}

.calendar__popup-day:hover .calendar__popup-button-background {
    background-color: #d8e5eb
}

.calendar__popup-day--selected .calendar__popup-day-text {
    color: #fff
}

.calendar__popup-day--selected .calendar__popup-button-background {
    background-color: #6cc
}

.calendar__popup-day--disabled {
    color: #bcc8cb;
    pointer-events: none
}

.calendar__popup-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 20px
}

.calendar__popup-button-cancel {
    color: #6cc;
    cursor: pointer;
    border: none;
    background: none
}

.calendar__popup-button-cancel:hover {
    color: #66bccc
}

.calendar__popup-button-save {
    color: #fff;
    margin-left: 20px;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    box-shadow: inset 0 -1px 0 0 #66bccc;
    background-color: #6cc;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    letter-spacing: -0.2px;
    cursor: pointer
}

.calendar__popup-button-save:hover {
    background-color: #66bccc
}

.calendar__popup-button-save:disabled {
    background-color: #d8e5eb;
    box-shadow: none;
    color: #bcc8cb;
    pointer-events: none
}

.calendar__popup-time {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 22px;
    margin-top: 12px;
    max-width: 300px
}

.calendar__popup-time-input {
    width: 49%;
    height: 32px;
    position: relative
}

.calendar__popup-time-input input[type='number'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 4px 0 #ccc;
    border: 1px solid #fff;
    padding: 0 10;
    background-color: #fff;
    border-color: #ccc;
    padding: 0.5rem 0 0.5rem 0.75rem;
    border-width: 1px;
    font-size: 0.875rem;
    line-height: 1.5rem
}

.calendar__popup-time-separator {
    height: inherit;
    line-height: inherit;
    font-weight: bold;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.calendar--error .calendar__selector-input {
    border-color: red
}

@media (min-width: 978px) {
    .calendar__popup {
        position: absolute;
        bottom: -4px;
        left: 0;
        top: auto;
        transform: translate(0, 100%)
    }

    .customer-transaction__date-filter-end .calendar__popup {
        right: 0;
        left: auto
    }
}

.download-file {
    display: flex;
    margin: 4px 0 0 4px;
    min-height: 32px
}

.download-file .button--theme-link:after {
    bottom: 8px
}

.customer-transaction {
    max-height: 620px
}

.customer-transaction .download-file {
    position: relative;
    justify-content: flex-end
}

@media screen and (max-width: 767px) {
    .customer-transaction .download-file {
        left: 4px
    }
}

@media screen and (min-width: 320px) {
    .customer-transaction .download-file {
        bottom: 36px
    }
}

@media screen and (min-width: 1025px) {
    .customer-transaction .download-file {
        bottom: 44px
    }
}

.customer-transaction .download-file .preloader {
    justify-content: flex-end;
    right: 8px
}

.customer-transaction .download-file button {
    font-size: 12px;
    line-height: 16px;
    font-family: 'Yantramanav-Regular', sans-serif
}

@media screen and (min-width: 768px) {
    .customer-transaction .download-file button {
        font-size: 14px;
        line-height: 20px
    }
}

@media screen and (min-width: 1440px) {
    .customer-transaction .download-file button {
        font-size: 16px;
        line-height: 20px
    }
}

@media screen and (min-width: 320px) {
    .customer-transaction .panel__content {
        overflow-y: auto;
        height: 100%
    }
}

@media screen and (max-width: 767px) {
    .customer-transaction .panel__title {
        font-size: 15px;
        line-height: 20px
    }
}

.customer-transaction__date-filter {
    display: flex;
    margin: -32px 0 20px
}

.customer-transaction__date-filter .calendar__selector {
    padding-bottom: 4px
}

.customer-transaction__date-filter .calendar__selector-input {
    width: 120px
}

.customer-transaction__date-filter-divider {
    padding: 6px 0
}

.customer-transaction__transaction {
    font-size: 13px;
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
    border-bottom: 1px solid #979797;
    padding-bottom: 12px
}

.customer-transaction__transaction > div > span {
    padding-right: 4px
}

@media screen and (min-width: 768px) {
    .customer-transaction__transaction {
        font-size: 15px
    }
}

.customer-transaction__transaction-date {
    color: #979797;
    font-size: 12px;
    padding-bottom: 4px
}

@media screen and (min-width: 768px) {
    .customer-transaction__transaction-date {
        font-size: 13px
    }
}

@media screen and (min-width: 768px) {
    .customer-referral {
        max-height: 620px
    }
}

@media screen and (min-width: 1440px) {
    .customer-referral {
        max-width: 50%
    }
}

.customer-referral__referral {
    font-family: 'Yantramanav-Light', sans-serif;
    font-size: 12px;
    line-height: 16px;
    padding: 16px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.customer-referral__referral .referral-code__content {
    min-width: 164px;
    font-size: 16px;
    line-height: 28px
}

@media screen and (min-width: 768px) {
    .customer-referral__referral .referral-code__content {
        font-size: 17px
    }
}

@media screen and (min-width: 1025px) {
    .customer-referral__referral {
        font-size: 14px;
        line-height: 20px
    }

    .customer-referral__referral .referral-code__content {
        font-size: 18px
    }
}

@media screen and (min-width: 1440px) {
    .customer-referral__referral .referral-code__content {
        width: 220px;
        font-size: 20px
    }
}

.customer-referral__referral-icon {
    width: 80px;
    object-fit: cover
}

.customer-referral__referral-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px
}

.customer-referral__referral-offer {
    font-family: 'JosefinSans-Regular', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #19899D;
    padding-bottom: 4px;
    text-align: center
}

.customer-referral__referral-text {
    text-align: center;
    padding-bottom: 12px
}

.customer-referral__referral-counter {
    padding: 4px 0 8px
}

.customer-referral__referral-info {
    width: 100%;
    display: flex;
    flex-direction: column
}

.customer-referral__referral-info-row {
    display: flex;
    justify-content: space-between
}

.customer-referral__referral-code-edit {
    width: 44px;
    padding: 0;
    margin-left: 5px
}

.customer-referral__buttons {
    display: flex;
    justify-content: flex-end;
    margin-top: 60px
}

.customer-referral__buttons .button {
    font-family: 'Yantramanav-Regular', sans-serif;
    font-size: 16px;
    line-height: 20px;
    padding: 11px 29px 9px;
    width: 128px
}

.customer-referral__buttons-save {
    margin-left: 12px
}

.customer-referral__label {
    margin-bottom: 4px
}

.customer {
    font-family: 'Yantramanav-Regular', sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding: 0 15px 35px 15px;
    color: #000;
    position: relative
}

@media screen and (min-width: 768px) {
    .customer {
        font-size: 16px;
        line-height: 20px;
        padding: 0 32px 42px 32px
    }
}

@media screen and (min-width: 1440px) {
    .customer {
        padding: 0 90px 64px 90px
    }
}

.customer__header {
    font-size: 18px;
    line-height: 24px;
    font-family: 'JosefinSans-Italic', sans-serif;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px
}

@media screen and (min-width: 768px) {
    .customer__header {
        font-size: 20px;
        line-height: 24px;
        text-align: left;
        padding-bottom: 24px
    }
}

@media screen and (min-width: 1025px) {
    .customer__header {
        font-size: 25px;
        line-height: 32px;
        padding-bottom: 36px
    }
}

.customer__promo {
    position: sticky;
    z-index: 2;
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    font-size: 13px;
    line-height: 20px;
    padding: 7px 12px;
    margin: -5px -15px 0 -15px;
    text-transform: uppercase;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E2ED82
}

@media screen and (min-width: 768px) {
    .customer__promo {
        padding: 7px 16px;
        margin: -5px -32px 0 -32px
    }
}

@media screen and (min-width: 1025px) {
    .customer__promo {
        padding: 8px 20px 8px 20px
    }
}

@media screen and (min-width: 1440px) {
    .customer__promo {
        margin: 0 -90px
    }
}

.customer__promo .hyper-link, .customer__promo .button {
    font-family: 'DarkerGrotesque-Bold', sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 10px;
    background-color: transparent;
    text-transform: none;
    margin-left: 16px
}

.customer__promo .hyper-link:hover, .customer__promo .button:hover {
    text-decoration: none
}

.customer__promo .preloader {
    width: auto;
    margin-left: 10px
}

.customer__panels {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px
}

.customer__panels .panel {
    width: 100%;
    padding: 0 12px 24px
}

@media screen and (min-width: 768px) {
    .customer__panels .panel {
        width: 50%
    }
}

@media screen and (min-width: 1440px) {
    .customer__panels .panel {
        width: 25%
    }
}

.customer .panel__button {
    font-family: 'Yantramanav-Regular', sans-serif
}

.page-404__image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0
}

.page-404__image-icon {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.page-404__content {
    font-family: 'JosefinSans-Italic', sans-serif;
    position: relative;
    color: #fff;
    max-width: 260px;
    margin: auto;
    padding: 108px 0 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center
}

@media screen and (max-width: 767px) {
    .page-404__content {
        min-height: 100vh
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .page-404__content {
        max-width: 426px;
        padding: 128px 0
    }
}

@media screen and (min-width: 1025px) {
    .page-404__content {
        max-width: 600px;
        min-height: 600px;
        padding: 128px 0 40px
    }
}

@media screen and (min-width: 1440px) {
    .page-404__content {
        min-height: 800px;
        padding: 200px 0 40px
    }
}

.page-404__header {
    font-size: 28px;
    line-height: 32px;
    margin: 0
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .page-404__header {
        font-size: 38px;
        line-height: 44px
    }
}

@media screen and (min-width: 1025px) {
    .page-404__header {
        font-size: 48px;
        line-height: 52px
    }
}

.page-404__text {
    font-size: 15px;
    line-height: 20px;
    margin-top: 16px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .page-404__text {
        font-size: 25px;
        line-height: 32px;
        margin-top: 24px
    }
}

@media screen and (min-width: 1025px) {
    .page-404__text {
        font-size: 35px;
        line-height: 40px;
        margin-top: 36px
    }
}

.page-void {
    background-color: #000
}

.page-void__container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    border-bottom: 1px solid #505050;
    padding-top: 20px;
    padding-bottom: 90px
}

@media screen and (min-width: 1025px) {
    .page-void__container {
        padding: 5% 10% 10% 12%
    }
}

.page-void__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media screen and (min-width: 1025px) {
    .page-void__content {
        margin-top: 80px
    }
}

.page-void__first-title {
    padding: 0px 10px 0px 10px;
    margin: 15px 0px 10px 0px
}

.page-void__first-title h2 {
    font-family: 'Jost-Light', sans-serif;
    margin: 0;
    font-size: 32px;
    font-weight: 300;
    color: #ffffff
}

@media screen and (min-width: 1025px) {
    .page-void__first-title h2 {
        font-size: 47px
    }
}

.page-void__second-title {
    padding: 0px 10px 0px 10px;
    margin: 0
}

.page-void__second-title h2 {
    font-family: 'Jost-Light', sans-serif;
    line-height: 1;
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    margin: 0
}

@media screen and (min-width: 1025px) {
    .page-void__second-title h2 {
        font-size: 29px
    }
}

.page-void__divider {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%
}

.page-void__divider div {
    border-top: 1px solid #ffffff;
    width: 10%;
    margin: 0 auto
}

.page-void__text {
    max-width: 368px
}

@media screen and (min-width: 1025px) {
    .page-void__text {
        max-width: 964.203px
    }
}

.page-void__image-icon {
    width: 100%;
    height: auto;
    max-width: 100%
}

.page-void__body {
    font-family: 'Jost-Light', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.65em;
    color: #ffffff;
    margin: 10px 0;
    padding: 0px 30px 0px 30px;
    text-align: center
}

@media screen and (min-width: 1025px) {
    .page-void__body {
        padding: 0
    }
}

.page-void__button {
    padding: 20px 0px 0px 0px
}

.page-void__button .hyper-link {
    font-family: 'DarkerGrotesque-Black', sans-serif;
    padding: 15px 30px;
    border-radius: 4px;
    font-size: 18px;
    text-transform: capitalize;
    fill: #ffffff;
    color: #ffffff;
    background-color: #1A8A9E;
    border-style: solid;
    border-width: 1px 1px 1px 1px
}

.verify-email {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

@font-face {
    font-family: 'JosefinSans-Regular';
    font-style: normal;
    src: url(../fonts/JosefinSans-Regular.eot), url(../fonts/JosefinSans-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/JosefinSans-Regular.woff) format("woff"), url(../fonts/JosefinSans-Regular.ttf) format("truetype")
}

@font-face {
    font-family: 'JosefinSans-Italic';
    font-style: normal;
    src: url(../fonts/JosefinSans-Italic.eot), url(../fonts/JosefinSans-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/JosefinSans-Italic.woff) format("woff"), url(../fonts/JosefinSans-Italic.ttf) format("truetype")
}

@font-face {
    font-family: 'JosefinSans-Light';
    font-style: normal;
    src: url(../fonts/JosefinSans-Light.eot), url(../fonts/JosefinSans-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/JosefinSans-Light.woff) format("woff"), url(../fonts/JosefinSans-Light.ttf) format("truetype")
}

@font-face {
    font-family: 'JosefinSans-SemiBold';
    font-style: normal;
    src: url(../fonts/JosefinSans-SemiBold.eot), url(../fonts/JosefinSans-SemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/JosefinSans-SemiBold.woff) format("woff"), url(../fonts/JosefinSans-SemiBold.ttf) format("truetype")
}

@font-face {
    font-family: 'JosefinSans-SemiBoldItalic';
    font-style: normal;
    src: url(../fonts/JosefinSans-SemiBoldItalic.eot), url(../fonts/JosefinSans-SemiBoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/JosefinSans-SemiBoldItalic.woff) format("woff"), url(../fonts/JosefinSans-SemiBoldItalic.ttf) format("truetype")
}

@font-face {
    font-family: 'JosefinSans-Bold';
    font-style: normal;
    src: url(../fonts/JosefinSans-Bold.eot), url(../fonts/JosefinSans-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/JosefinSans-Bold.woff) format("woff"), url(../fonts/JosefinSans-Bold.ttf) format("truetype")
}

@font-face {
    font-family: 'JosefinSans-BoldItalic';
    font-style: normal;
    src: url(../fonts/JosefinSans-BoldItalic.eot), url(../fonts/JosefinSans-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/JosefinSans-BoldItalic.woff) format("woff"), url(../fonts/JosefinSans-BoldItalic.ttf) format("truetype")
}

@font-face {
    font-family: 'Yantramanav-Regular';
    font-style: normal;
    src: url(../fonts/Yantramanav-Regular.eot), url(../fonts/Yantramanav-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Yantramanav-Regular.woff) format("woff"), url(../fonts/Yantramanav-Regular.ttf) format("truetype")
}

@font-face {
    font-family: 'Yantramanav-Light';
    font-style: normal;
    src: url(../fonts/Yantramanav-Light.eot), url(../fonts/Yantramanav-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Yantramanav-Light.woff) format("woff"), url(../fonts/Yantramanav-Light.ttf) format("truetype")
}

@font-face {
    font-family: 'Yantramanav-Bold';
    font-style: normal;
    src: url(../fonts/Yantramanav-Bold.eot), url(../fonts/Yantramanav-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Yantramanav-Bold.woff) format("woff"), url(../fonts/Yantramanav-Bold.ttf) format("truetype")
}

@font-face {
    font-family: 'Yantramanav-Medium';
    font-style: normal;
    src: url(../fonts/Yantramanav-Medium.eot), url(../fonts/Yantramanav-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Yantramanav-Medium.woff) format("woff"), url(../fonts/Yantramanav-Medium.ttf) format("truetype")
}

@font-face {
    font-family: 'Voltaire';
    font-style: normal;
    src: url(../fonts/Voltaire.eot), url(../fonts/Voltaire.eot?#iefix) format("embedded-opentype"), url(../fonts/Voltaire.woff) format("woff"), url(../fonts/Voltaire.ttf) format("truetype")
}

@font-face {
    font-family: 'Jost';
    font-style: normal;
    src: url(../fonts/Jost-Regular.ttf) format("truetype")
}

@font-face {
    font-family: 'Jost-Italic';
    font-style: normal;
    src: url(../fonts/Jost-Italic.ttf) format("truetype")
}

@font-face {
    font-family: 'Jost-Light';
    font-style: normal;
    src: url(../fonts/Jost-Light.ttf) format("truetype")
}

@font-face {
    font-family: 'Jost-ExtraLight';
    font-style: normal;
    src: url(../fonts/Jost-ExtraLight.ttf) format("truetype")
}

@font-face {
    font-family: 'Jost-LightItalic';
    font-style: normal;
    src: url(../fonts/Jost-LightItalic.ttf) format("truetype")
}

@font-face {
    font-family: 'Jost-Bold';
    font-style: normal;
    src: url(../fonts/Jost-Bold.ttf) format("truetype")
}

@font-face {
    font-family: 'Jost-BoldItalic';
    font-style: normal;
    src: url(../fonts/Jost-BoldItalic.ttf) format("truetype")
}

@font-face {
    font-family: 'DarkerGrotesque-Regular';
    font-style: normal;
    src: url(../fonts/DarkerGrotesque-Regular.ttf) format("truetype")
}

@font-face {
    font-family: 'DarkerGrotesque-Medium';
    font-style: normal;
    src: url(../fonts/DarkerGrotesque-Medium.ttf) format("truetype")
}

@font-face {
    font-family: 'DarkerGrotesque-Bold';
    font-style: normal;
    src: url(../fonts/DarkerGrotesque-Bold.ttf) format("truetype")
}

@font-face {
    font-family: 'DarkerGrotesque-Black';
    font-style: normal;
    src: url(../fonts/DarkerGrotesque-Black.ttf) format("truetype")
}

@font-face {
    font-family: 'DarkerGrotesque-Light';
    font-style: normal;
    src: url(../fonts/DarkerGrotesque-Light.ttf) format("truetype")
}

@font-face {
    font-family: 'DMSans-Regular';
    font-style: normal;
    src: url(../fonts/DMSans-Regular.ttf) format("truetype")
}

@font-face {
    font-family: 'DMSans-Bold';
    font-style: normal;
    src: url(../fonts/DMSans-Bold.ttf) format("truetype")
}

@font-face {
    font-family: 'DMSans-BoldItalic';
    font-style: normal;
    src: url(../fonts/DMSans-BoldItalic.ttf) format("truetype")
}

@font-face {
    font-family: 'DMSans-Italic';
    font-style: normal;
    src: url(../fonts/DMSans-Italic.ttf) format("truetype")
}

@font-face {
    font-family: 'DMSans-Medium';
    font-style: normal;
    src: url(../fonts/DMSans-Medium.ttf) format("truetype")
}

@font-face {
    font-family: 'DMSans-MediumItalic';
    font-style: normal;
    src: url(../fonts/DMSans-MediumItalic.ttf) format("truetype")
}

*, *:before, *:after {
    box-sizing: border-box
}

html {
    height: 100%
}

body {
    font-family: 'JosefinSans-Regular', sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    height: 100%
}

h1 {
    font-family: 'JosefinSans-Italic', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 12px 0
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    h1 {
        font-size: 26px;
        line-height: 32px;
        margin: 8px 0
    }
}

@media screen and (min-width: 1025px) {
    h1 {
        font-size: 36px;
        line-height: 40px;
        margin: 4px 0
    }
}

h2 {
    font-size: 32px;
    line-height: 36px;
    font-weight: normal;
    margin: 20px 0
}

h3 {
    font-size: 24px;
    line-height: 28px;
    margin: 12px 0
}

#root {
    display: flex;
    flex-direction: column;
    height: 100%
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: left
}

label {
    display: flex
}

button {
    margin: 0
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

sup {
    margin-left: 4px
}

textarea {
    resize: none
}

