.spb-text {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-weight: 400;
    line-height: 1.46;
    margin: 0
}

.spb-text--left {
    text-align: left
}

.spb-text--center {
    text-align: center
}

.spb-text--right {
    text-align: right
}

.spb-text--justify {
    text-align: justify
}

.spb-text--size-xxs {
    font-size: 10px
}

.spb-text--size-xs {
    font-size: 12px
}

.spb-text--size-s {
    font-size: 14px
}

.spb-text--size-m {
    font-size: 16px
}

.spb-text--size-l {
    font-size: 20px
}

.spb-text--size-inherit {
    font-size: inherit
}

.spb-text--weight-bold {
    font-weight: 700
}

.spb-text--weight-inherit {
    font-weight: inherit
}

.spb-text--case-capitalize {
    text-transform: capitalize
}

.spb-text--case-lowercase {
    text-transform: lowercase
}

.spb-text--case-uppercase {
    text-transform: uppercase
}

.spb-text--color-disabled-1 {
    color: #e5e5e5
}

.spb-text--color-standard-1 {
    color: #000
}

.spb-text--color-standard-2 {
    color: #fff
}

.spb-text--color-standard-3 {
    color: #666
}

.spb-text--color-standard-4 {
    color: #bfbfbf
}

.spb-text--color-standard-5 {
    color: #eee
}

.spb-text--color-standard-6 {
    color: #e5e5e5
}

.spb-text--color-standard-7 {
    color: #333
}

.spb-text--color-highlight-1 {
    color: #ffdc00
}

.spb-text--color-highlight-2 {
    color: #037b00
}

.spb-text--color-highlight-3 {
    color: #0d365b
}

.spb-text--color-promotional-1 {
    color: #e70940
}

.spb-text--color-warning-1 {
    color: #ff5417
}

.spb-text--color-warning-2 {
    color: #e6000f
}

.spb-text--color-inherit {
    color: inherit
}

.spb-text--line-height-s {
    line-height: 1
}

.spb-text--line-height-m {
    line-height: 1.22
}

.spb-text--line-height-l {
    line-height: 1.46
}

.spb-text--line-height-inherit {
    line-height: inherit
}

.spb-text--trimmed {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.spb-title {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-weight: 700;
    line-height: 1.22;
    margin: 0
}

.spb-title--size-l {
    font-size: 20px
}

.spb-title--size-xl {
    font-size: 24px
}

.spb-title--size-xxl {
    font-size: 36px
}

.spb-title--size-xxxl {
    font-size: 48px
}

.spb-title--size-inherit {
    font-size: inherit
}

.spb-title--weight-regular {
    font-weight: 400
}

.spb-title--case-capitalize {
    text-transform: capitalize
}

.spb-title--case-lowercase {
    text-transform: lowercase
}

.spb-title--case-uppercase {
    text-transform: uppercase
}

.spb-title--color-disabled-1 {
    color: #e5e5e5
}

.spb-title--color-standard-1 {
    color: #000
}

.spb-title--color-standard-2 {
    color: #fff
}

.spb-title--color-standard-3 {
    color: #666
}

.spb-title--color-standard-4 {
    color: #bfbfbf
}

.spb-title--color-highlight-1 {
    color: #ffdc00
}

.spb-title--color-highlight-2 {
    color: #037b00
}

.spb-title--color-highlight-3 {
    color: #0d365b
}

.spb-title--color-promotional-1 {
    color: #e70940
}

.spb-title--color-warning-1 {
    color: #ff5417
}

.spb-title--color-warning-2 {
    color: #e6000f
}

.spb-title--line-height-s {
    line-height: 1
}

.spb-title--line-height-m {
    line-height: 1.22
}

.spb-title--line-height-l {
    line-height: 1.46
}

.spb-title--line-height-inherit {
    line-height: inherit
}

.spb-icon__svg {
    pointer-events: none
}

.spb-image {
    height: auto;
    max-width: 100%
}

.spb-input {
    align-items: center;
    background: #fff;
    border-radius: 5px;
    display: flex;
    height: 56px;
    width: 100%
}

.spb-input__display-text {
    align-self: center;
    margin-right: 4px
}

.spb-input__text-line {
    align-items: baseline;
    display: flex;
    height: 100%;
    width: 100%
}

.spb-input--focused {
    box-shadow: 0 0 0 1px #bfbfbf
}

.spb-input--focused:focus-within {
    box-shadow: 0 0 0 2px #0d365b
}

.spb-input__btn--hidden {
    visibility: hidden
}

.spb-input--has-error {
    box-shadow: 0 0 0 2px #e6000f, inset 0 0 0 2px #fff!important
}

.spb-input input {
    border: 0;
    border-radius: 5px;
    box-shadow: none;
    display: flex;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    height: 100%;
    min-width: 0;
    padding: 8px;
    width: 100%
}

.spb-input input:focus {
    outline: none
}

.spb-input input::placeholder {
    color: #bfbfbf;
    opacity: 1
}

.spb-input input::-ms-clear {
    display: none
}

.spb-input--with-icon,
.spb-input--with-unit {
    padding-left: 8px
}

.spb-input--with-icon.spb-input input,
.spb-input--with-unit.spb-input input {
    padding-left: 4px
}

.spb-input__clear-input {
    cursor: pointer;
    display: flex;
    outline: none;
    padding: 0 8px
}

.spb-input__icon {
    padding-right: 8px
}

.spb-input--size-xxs {
    font-size: 10px
}

.spb-input--size-xs {
    font-size: 12px
}

.spb-input--size-s {
    font-size: 14px
}

.spb-input--size-m {
    font-size: 16px
}

.spb-input--weight-bold {
    font-weight: 700
}

.spb-input--unbind-placeholder-weight input::placeholder {
    font-weight: 400
}

.spb-input--color-disabled-1 {
    color: #e5e5e5
}

.spb-input--color-standard-1 {
    color: #000
}

.spb-input--color-standard-2 {
    color: #fff
}

.spb-input--color-standard-3 {
    color: #666
}

.spb-input--color-standard-4 {
    color: #bfbfbf
}

.spb-input--color-highlight-1 {
    color: #ffdc00
}

.spb-input--color-highlight-2 {
    color: #037b00
}

.spb-input--color-highlight-3 {
    color: #0d365b
}

.spb-input--color-promotional-1 {
    color: #e70940
}

.spb-input--color-warning-1 {
    color: #ff5417
}

.spb-input--color-warning-2 {
    color: #e6000f
}

.popover {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    max-width: calc(100vw - 16px)
}

.popover .popover-inner {
    border-radius: 5px;
    padding: 8px
}

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

.popover .popover__close-btn,
.popover .popover__content {
    padding: 4px
}

.popover .popover__footer {
    display: flex;
    justify-content: flex-end;
    padding: 4px
}

@media only screen and (min-width: 1024px) {
    .popover .popover__footer {
        display: none
    }
}

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

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

.popover[x-placement^=bottom] {
    margin-top: 6px
}

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

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

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

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

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

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

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

.spb-accordion {
    display: flex;
    flex: 1
}

.spb-accordion__title {
    flex: 1;
    text-align: left
}

.spb-accordion__icon,
.spb-accordion__title {
    align-items: center;
    display: flex;
    margin: auto 0
}

.spb-accordion__icon {
    justify-content: center
}

.spb-accordion button::-moz-focus-inner {
    border: 0
}

.spb-accordion__title-icon {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    color: inherit;
    cursor: pointer;
    display: flex;
    font-size: 1em;
    justify-content: space-between;
    margin: 0;
    outline: none;
    padding: 0
}

.spb-accordion--content-direction-normal {
    flex-direction: column
}

.spb-accordion--content-direction-reverse {
    flex-direction: column-reverse
}

.spb-form-input__label {
    display: block;
    padding-bottom: 8px
}

.spb-form-input .spb-input input {
    padding: 16px
}

.spb-form-input .spb-input--with-icon input,
.spb-form-input .spb-input--with-unit input {
    padding-left: 4px
}

.spb-form-input__error-message {
    padding-top: 4px
}

.spb-form-input__valid,
.spb-form-input__wrong {
    margin-right: 20px
}

.spb-form-input__wrong {
    cursor: pointer
}

.spb-form-input__placeholder-area {
    display: flex;
    flex-direction: column;
    width: 100%
}

.spb-form-input .spb-input__input-wrapper {
    align-items: center;
    display: flex;
    width: 100%
}

.spb-form-input__input--with-label-inside .spb-form-input__placeholder-area {
    overflow: hidden
}

.spb-form-input__input--with-label-inside .spb-form-input__label {
    color: #666;
    font-size: 12px;
    overflow: hidden;
    padding: 4px 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.spb-form-input__input--with-label-inside .spb-input input {
    padding: 4px 8px
}

.spb-form-input__input--with-label-inside .spb-input--with-icon .spb-form-input__label,
.spb-form-input__input--with-label-inside .spb-input--with-unit .spb-form-input__label {
    padding: 4px 8px 4px 0
}

.spb-form-input__input--with-label-inside .spb-input--with-icon input,
.spb-form-input__input--with-label-inside .spb-input--with-unit input {
    padding: 4px 8px 4px 4px
}

.spb-form-input .spb-input__content {
    display: flex
}

.sr-only[data-v-26c6b8de] {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.custom-scrollbar[data-v-26c6b8de] {
    scrollbar-face-color: #0d365b;
    scrollbar-arrow-color: #0d365b;
    scrollbar-track-color: #f7f7f7;
    scrollbar-color: #0d365b #f7f7f7;
    scrollbar-width: thin
}

.custom-scrollbar[data-v-26c6b8de]::-webkit-scrollbar {
    border-radius: 8px;
    width: 8px
}

.custom-scrollbar[data-v-26c6b8de]::-webkit-scrollbar-track {
    background: #f7f7f7
}

.custom-scrollbar[data-v-26c6b8de]::-webkit-scrollbar-thumb {
    background-color: #0d365b;
    border: 2px solid #f7f7f7;
    border-radius: 8px
}

.spb-select[data-v-26c6b8de] {
    position: relative
}

.spb-select__select[data-v-26c6b8de] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: hsla(0, 0%, 100%, 0);
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    max-width: 160px;
    min-height: 24px;
    outline: none;
    padding: 0 28px 0 4px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.spb-select__select[data-v-26c6b8de]::-ms-expand {
    display: none
}

.spb-select .spb-icon[data-v-26c6b8de] {
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.spb-select .spb-icon svg[data-v-26c6b8de] {
    height: 100%
}

.spb-phone-number-input {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol
}

.spb-phone-number-input__label {
    display: block;
    font-size: 14px;
    padding-bottom: 8px
}

.spb-phone-number-input__field {
    align-items: center;
    display: flex;
    position: relative
}

.spb-phone-number-input__field .spb-select {
    left: 10px;
    position: absolute;
    width: 110px
}

.spb-phone-number-input__field .spb-input {
    padding-left: 130px;
    width: 100%
}

@media only screen and (min-width: 768px) {
    .spb-phone-number-input__field .spb-input {
        width: 350px
    }
}

.spb-phone-number-input__error {
    padding-top: 4px
}

.spb-checkbox {
    position: relative
}

.spb-checkbox__input {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.spb-checkbox__label {
    align-items: baseline;
    color: #666;
    cursor: pointer;
    display: flex
}

.spb-checkbox__fake-input {
    align-items: center;
    background: #fff;
    border: 1px solid #bfbfbf;
    border-radius: 25%;
    display: flex;
    flex: none;
    height: 32px;
    justify-content: center;
    margin-right: 8px;
    width: 32px
}

.spb-checkbox__fake-input:before {
    border: solid #fff;
    border-width: 0 1.5px 1.5px 0;
    content: "";
    height: 8px;
    opacity: 0;
    transform: rotate(45deg) translate(-1px, -1px);
    width: 4px
}

.spb-checkbox__input:focus+.spb-checkbox__label .spb-checkbox__fake-input {
    border-color: #0d365b
}

.spb-checkbox__input:checked+.spb-checkbox__label .spb-checkbox__fake-input {
    background-color: #0d365b
}

.spb-checkbox__input:checked+.spb-checkbox__label .spb-checkbox__fake-input:before {
    opacity: 1
}

.spb-checkbox__input:disabled+.spb-checkbox__label {
    color: #e5e5e5
}

.spb-checkbox__input:disabled+.spb-checkbox__label .spb-checkbox__fake-input {
    background-color: #e5e5e5
}

@media only screen and (min-width: 768px) {
    .spb-checkbox--small .spb-checkbox__fake-input {
        height: 20px;
        width: 20px
    }
    .spb-checkbox--small .spb-checkbox__fake-input:before {
        border-width: 0 1px 1px 0;
        height: 6px
    }
}

.spb-country-select {
    align-items: baseline;
    display: flex;
    margin: 8px 0
}

.spb-country-select--top {
    flex-direction: column
}

.spb-country-select__title--top {
    margin-bottom: 8px
}

.spb-country-select__title--left {
    margin-right: 4px
}

.spb-country-select__title--is-rtl {
    order: 2
}

.spb-country-select--has-error {
    box-shadow: 0 0 0 2px #e6000f, inset 0 0 0 2px #fff!important
}

.spb-country-select__error-message {
    padding-top: 4px
}

.spb-country-select__select-wrapper {
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 0 0 1px #bfbfbf;
    display: flex;
    width: 100%
}

.spb-country-select__select-wrapper .spb-select {
    width: 100%
}

.spb-country-select__select-wrapper .spb-select__select {
    height: 56px;
    max-width: unset
}

.spb-country-select .spb-country-select--is-rtl .spb-select {
    width: 100%
}

.spb-country-select .spb-country-select--is-rtl .spb-select__select {
    direction: rtl;
    padding: 0 4px 0 28px
}

.spb-country-select .spb-country-select--is-rtl .spb-icon {
    left: 0;
    right: inherit
}

.spb-modal {
    background-color: rgba(0, 0, 0, .5);
    display: table;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 9998
}

.spb-modal__wrapper {
    display: table-cell;
    vertical-align: middle
}

.spb-modal__container {
    align-items: center;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    display: flex;
    flex-direction: column;
    height: calc(100vh - 32px);
    justify-content: center;
    margin: 0 auto;
    max-height: calc(100vh - 32px);
    overflow-y: auto;
    position: relative;
    transition: all .3s ease;
    width: calc(100% - 16px)
}

@media only screen and (min-width: 768px) {
    .spb-modal__container {
        height: auto;
        max-width: 1050px
    }
}

.spb-modal__container>.spb-modal__closer {
    background: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 1
}

.spb-modal__container>.spb-modal__closer:hover {
    box-shadow: none
}

.spb-modal__body {
    max-height: calc(100vh - 32px);
    width: 100%
}

.spb-modal__basic-template {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center
}

@media only screen and (max-width: 575px) {
    .spb-modal__basic-template {
        padding: 40px 16px
    }
}

@media only screen and (min-width: 576px) {
    .spb-modal__basic-template {
        padding: 40px 98px
    }
}

.spb-modal__header {
    display: flex;
    justify-content: center
}

.spb-modal__header+.spb-modal__content>:first-child {
    margin-top: 24px
}

.spb-modal__title+.spb-modal__description {
    margin-top: 16px
}

.spb-modal__footer {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%
}

.spb-modal__footer:not(:first-child) {
    margin-top: 32px
}

@media only screen and (min-width: 576px) {
    .spb-modal__footer {
        flex-direction: row
    }
}

.spb-modal__footer .spb-modal__cta {
    margin: 16px 12px 0;
    width: 50%
}

@media only screen and (max-width: 575px) {
    .spb-modal__footer .spb-modal__cta {
        margin: 16px 0 0
    }
    .spb-modal__footer .spb-modal__cta.spb-button {
        width: 100%
    }
}

.spb-modal__footer .spb-modal__cta>span.spb-text {
    pointer-events: none
}

.modal-enter,
.modal-leave-active {
    opacity: 0
}

.modal-enter .spb-modal__container,
.modal-leave-active .spb-modal__container {
    transform: scale(1.1)
}

.spb-modal.spb-modal--full .spb-modal__container {
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    width: 100%
}

.spb-modal.spb-modal--medium .spb-modal__container {
    max-width: 744px
}

.spb-modal.spb-modal--small .spb-modal__container {
    max-width: 536px
}

.spb-modal:not(.spb-modal--large):not(.spb-modal--full) .spb-modal__container {
    height: auto;
    max-height: calc(100vh - 32px)
}

.spb-slider {
    width: 100%
}

.spb-slider__items {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    white-space: nowrap
}

.spb-slider__items::-webkit-scrollbar {
    display: none
}

.spb-slider__item {
    display: inline-flex;
    flex-direction: column;
    overflow: hidden;
    padding: 8px;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    width: 100%
}

.spb-slider__navbar {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.spb-slider__navbar button {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    margin: 0 4px;
    overflow: hidden;
    padding: 8px
}

.spb-slider__navbar button:after {
    background-color: #e5e5e5;
    border-radius: 12px;
    content: "";
    height: 12px;
    width: 12px
}

.spb-slider__navbar button[aria-pressed=true]:after {
    background-color: #0d365b
}

@media only screen and (min-width: 768px) {
    .spb-slider__items {
        display: flex
    }
    .spb-slider__item {
        width: calc(100%/var(--total-items))
    }
    .spb-slider__navbar {
        display: none
    }
}

.spb-card {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    width: 100%
}

@media only screen and (min-width: 1024px) {
    .spb-card {
        flex-direction: row
    }
}

.spb-card__imagewrapper {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 800px;
    min-height: 200px;
    width: 100%
}

@media only screen and (min-width: 1024px) {
    .spb-card__imagewrapper {
        width: 50%
    }
}

.spb-card__imagewrapper--shimmer {
    animation: shimmer 1s linear infinite;
    animation-direction: reverse;
    animation-fill-mode: forwards;
    background: #e5e5e5;
    background-image: linear-gradient(290deg, #eee, #e5e5e5, #eee);
    background-size: 200%
}

@keyframes shimmer {
    0% {
        background-position: -100% 0
    }
    to {
        background-position: 100% 0
    }
}

.spb-card__imagewrapper--shimmer * {
    visibility: hidden
}

.spb-card__slotblock {
    align-items: flex-start;
    align-self: center;
    display: flex;
    flex-flow: column nowrap;
    padding: 48px;
    width: 100%
}

@media only screen and (min-width: 1024px) {
    .spb-card__slotblock {
        width: 50%
    }
}

.spb-card--image-left {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px
}

.spb-card--image-left .spb-card__imagewrapper {
    border-radius: 5px;
    order: 1
}

.spb-card--image-left .spb-card__slotblock {
    order: 2
}

.spb-card--image-right {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px
}

.spb-card--image-right .spb-card__imagewrapper {
    border-radius: 5px;
    order: 1
}

@media only screen and (min-width: 1024px) {
    .spb-card--image-right .spb-card__imagewrapper {
        order: 2
    }
}

.spb-card--image-right .spb-card__slotblock {
    order: 2
}

@media only screen and (min-width: 1024px) {
    .spb-card--image-right .spb-card__slotblock {
        order: 1
    }
}

.spb-card--image-full {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    flex-wrap: wrap
}

.spb-card--image-full .spb-card__imagewrapper {
    border-radius: 5px;
    order: 1;
    width: 100%
}

.spb-card--image-full .spb-card__slotblock {
    order: 2;
    width: 100%
}

.spb-card--small {
    border-radius: 5px
}

.spb-card--small,
.spb-card--small .spb-card__imagewrapper {
    height: 254px;
    width: 100%
}

.spb-card--small .spb-card__slotblock {
    bottom: 0;
    height: auto;
    left: 0;
    padding: 16px;
    position: absolute;
    width: 100%
}

.spb-card .spb-card__sticker {
    position: absolute;
    top: 16px;
    z-index: 10
}

.spb-card .spb-card__sticker--left {
    left: 16px
}

.spb-card .spb-card__sticker--right {
    right: 16px
}

.spb-map,
.spb-map__static {
    height: 100%;
    overflow: hidden;
    width: 100%
}

.spb-map__static img {
    object-fit: cover
}

.spb-map__dynamic {
    height: 100%;
    overflow: hidden;
    width: 100%
}

@media only screen and (min-width: 1280px) {
    .spb-map,
    .spb-map__dynamic {
        min-height: 400px
    }
    .spb-map {
        min-width: 600px
    }
}

.sr-only[data-v-730eeef8] {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.custom-scrollbar[data-v-730eeef8] {
    scrollbar-face-color: #0d365b;
    scrollbar-arrow-color: #0d365b;
    scrollbar-track-color: #f7f7f7;
    scrollbar-color: #0d365b #f7f7f7;
    scrollbar-width: thin
}

.custom-scrollbar[data-v-730eeef8]::-webkit-scrollbar {
    border-radius: 8px;
    width: 8px
}

.custom-scrollbar[data-v-730eeef8]::-webkit-scrollbar-track {
    background: #f7f7f7
}

.custom-scrollbar[data-v-730eeef8]::-webkit-scrollbar-thumb {
    background-color: #0d365b;
    border: 2px solid #f7f7f7;
    border-radius: 8px
}

.spb-list[data-v-730eeef8] {
    list-style-type: none;
    padding-inline-start: 0
}

.spb-list--column[data-v-730eeef8] {
    display: flex;
    flex-flow: column wrap;
    gap: 8px
}

.spb-list__item[data-v-730eeef8] {
    display: flex
}

.spb-list--row[data-v-730eeef8] {
    display: flex;
    flex-flow: row wrap;
    gap: 8px;
    margin: 16px 0
}

@media only screen and (max-width: 575px) {
    .spb-list--mobile--column[data-v-730eeef8] {
        display: flex;
        flex-flow: column wrap;
        gap: 8px
    }
    .spb-list--mobile--row[data-v-730eeef8] {
        display: flex;
        flex-flow: row wrap;
        gap: 8px;
        margin: 16px 0
    }
}

.spb-wrapper-with-tag {
    display: flex;
    position: relative
}

.spb-wrapper-with-tag__tag {
    position: absolute;
    transform: translateY(-50%)
}

.spb-wrapper-with-tag__tag--left {
    left: 16px
}

.spb-wrapper-with-tag__tag--right {
    right: 24px
}

.spb-wrapper-with-tag__tag--with-tooltip {
    max-width: 250px
}

.spb-article {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-decoration: none;
    width: 100%
}

.spb-article__image,
.spb-article__image--size-small {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    margin-bottom: 4px;
    padding-top: 56.25%;
    width: 100%
}

.spb-article__subhead {
    padding: 4px 0 0
}

.spb-article__baseline,
.spb-article__title {
    padding: 4px 0
}

.spb-article__baselines {
    list-style-position: inside;
    list-style-type: disc;
    margin: 0;
    padding: 0
}

.spb-article__baselines li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.spb-article__link {
    padding: 4px 0
}

.spb-article__primary {
    margin-top: 16px;
    width: 100%
}

@media only screen and (min-width: 768px) {
    .spb-article__primary {
        margin-top: 24px;
        max-width: 240px
    }
    .spb-article__primary--size-small {
        margin-top: 8px
    }
}

@media only screen and (max-width: 767px) {
    .spb-article--simple-mobile {
        flex-direction: row
    }
    .spb-article--simple-mobile .spb-article__content {
        margin-left: 16px
    }
    .spb-article--simple-mobile .spb-article__title {
        font-size: 16px
    }
    .spb-article--simple-mobile .spb-article__baseline,
    .spb-article--simple-mobile .spb-article__baselines,
    .spb-article--simple-mobile .spb-article__subhead {
        display: none
    }
    .spb-article--simple-mobile .spb-article__image,
    .spb-article--simple-mobile .spb-article__image--size-small {
        margin-bottom: 0;
        min-width: 70px;
        padding-top: 70px;
        width: 70px
    }
}

@media only screen and (min-width: 768px) {
    .spb-article--is-alone {
        flex-direction: row;
        max-width: none;
        min-width: 264px
    }
    .spb-article--is-alone.spb-article--row {
        flex-direction: row
    }
    .spb-article--is-alone.spb-article--row-reverse {
        flex-direction: row-reverse
    }
    .spb-article--is-alone .spb-article__content {
        align-self: center;
        max-width: 33.3%
    }
    .spb-article--is-alone .spb-article__content-spacing-left {
        margin-left: 24px
    }
    .spb-article--is-alone .spb-article__content-spacing-right {
        margin-right: 24px
    }
    .spb-article--is-alone .spb-article__image {
        margin-bottom: 0;
        max-width: none;
        padding-top: 37.4625%;
        width: 66.6%
    }
    .spb-article--is-alone .spb-article__image--size-small {
        padding-top: 17.15625%;
        width: 42%
    }
}

.spb-article:focus .spb-article__title,
.spb-article:focus .spb-article__underline,
.spb-article:hover .spb-article__title,
.spb-article:hover .spb-article__underline {
    text-decoration: underline
}

.spb-articles {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    max-width: 1096px;
    width: 100%
}

.spb-articles .spb-article:not(:first-child) {
    margin-top: 24px
}

@media only screen and (min-width: 768px) {
    .spb-articles {
        flex-direction: row
    }
    .spb-articles .spb-article:not(:first-child) {
        margin-left: 24px;
        margin-top: 0
    }
}

.spb-chevron {
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    color: inherit;
    cursor: pointer;
    display: flex;
    font-size: 1em;
    margin: 0;
    outline: none;
    padding: 0
}

.spb-chevron--left {
    flex-direction: row-reverse
}

.age-select {
    align-items: center;
    display: flex;
    margin: 8px 0
}

.age-select__text {
    white-space: nowrap
}

.age-select__text--is-rtl {
    order: 2
}

.age-select__tooltip {
    align-self: center;
    display: flex
}

.age-select__tooltip .spb-icon {
    cursor: pointer
}

.age-select__tooltip--is-rtl {
    padding-right: 8px
}

.age-select__tooltip__content-title {
    font-weight: 700;
    padding-bottom: 5px
}

.age-select__tooltip__content-text {
    padding-bottom: 5px
}

.age-select__popover {
    z-index: 2
}

.age-select__popover .tooltip-inner {
    font-size: 14px;
    max-width: 100%
}

@media only screen and (min-width: 768px) {
    .age-select__popover .tooltip-inner {
        max-width: 280px
    }
}

.age-select .age-select__select--is-rtl .spb-select__select {
    padding: 0 4px 0 28px
}

.age-select .age-select__select--is-rtl .spb-icon {
    left: 0;
    right: inherit
}

.negotiated-rate {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin-bottom: 8px;
    margin-top: 8px;
    position: relative
}

@media only screen and (max-width: 575px) {
    .negotiated-rate {
        width: 100%
    }
}

.negotiated-rate__tooltip {
    align-self: center;
    display: flex;
    font-size: 14px;
    margin-left: 8px
}

.negotiated-rate__tooltip-title {
    font-weight: 700;
    padding-bottom: 5px
}

.negotiated-rate__tooltip-text {
    padding-bottom: 5px
}

.negotiated-rate__tooltip .spb-icon {
    cursor: pointer
}

.negotiated-rate__popover {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    overflow: hidden;
    padding-top: 8px;
    position: absolute;
    top: 40px;
    z-index: 10
}

.negotiated-rate__popover .spb-text {
    padding: 0 16px
}

.negotiated-rate__popover .negotiated-rate__popover-rate.spb-text {
    padding-bottom: 4px;
    padding-top: 4px
}

.negotiated-rate__popover-input {
    display: flex;
    justify-content: center;
    padding: 0 16px
}

.negotiated-rate__popover-input .spb-input {
    padding: 0 8px;
    width: 200px
}

.negotiated-rate__popover-input .spb-button {
    margin-left: 8px;
    min-width: 48px
}

.negotiated-rate__popover-info {
    background: #eee;
    margin-top: 16px;
    padding: 16px
}

.negotiated-rate__popover-info .spb-text {
    padding: 0
}

.negotiated-rate--valid {
    z-index: 30
}

.negotiated-rate--valid .tooltip-arrow,
.negotiated-rate--valid .tooltip-inner {
    animation: popover 3s cubic-bezier(.5, 0, .5, 1);
    opacity: 0;
    transition: opacity .3s ease-out
}

.negotiated-rate__business {
    display: none
}

@media only screen and (min-width: 1024px) {
    .negotiated-rate__business {
        display: block;
        margin-top: 16px
    }
    .negotiated-rate__business:before {
        border-top: 1px solid #bfbfbf;
        content: "";
        display: block;
        height: 1px;
        margin: 0 16px;
        padding-top: 16px
    }
    .negotiated-rate__business-access {
        padding: 8px 0
    }
    .negotiated-rate__business-access .spb-button {
        font-weight: 400
    }
    .negotiated-rate__business-access .spb-button p {
        padding-right: 8px
    }
}

.negotiated-rate__popover-tooltip-info {
    z-index: 2
}

.negotiated-rate__popover-tooltip-info .tooltip-inner {
    font-size: 14px;
    max-width: 100%
}

@media only screen and (min-width: 768px) {
    .negotiated-rate__popover-tooltip-info .tooltip-inner {
        max-width: 280px
    }
}

@keyframes popover {
    0% {
        opacity: 0
    }
    30% {
        opacity: 1
    }
    70% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.inline-select {
    flex-shrink: 0;
    width: 100%
}

.inline-select__options {
    -ms-overflow-style: none;
    display: flex;
    gap: 16px;
    margin-top: 8px;
    overflow-x: auto;
    padding-right: 16px
}

@media only screen and (min-width: 768px) {
    .inline-select__options {
        padding-right: 0
    }
}

.inline-select__options::-webkit-scrollbar {
    display: none
}

.inline-select__option {
    flex-shrink: 0
}

.inline-select__option .spb-button {
    background-color: #fff;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    padding: 14px 8px
}

.inline-select__option .spb-button .spb-image {
    max-height: 20px
}

.inline-select__option .spb-button .spb-text {
    line-height: 20px
}

.inline-select__option--selected .spb-button {
    background-color: #0d365b;
    color: #fff
}

.inline-select__option--selected .spb-button .spb-text {
    text-shadow: .09ex 0 #fff
}

@media only screen and (min-width: 768px) {
    .inline-select:not(.inline-select--version-two) {
        width: auto
    }
    .inline-select:not(.inline-select--version-two) .inline-select__options {
        border: 1px solid #bfbfbf;
        border-radius: 5px;
        gap: 0;
        padding: 0
    }
    .inline-select:not(.inline-select--version-two) .inline-select__option {
        padding: 0
    }
    .inline-select:not(.inline-select--version-two) .inline-select__option .spb-button {
        border: 0;
        border-radius: 0;
        padding: 14px 16px
    }
    .inline-select:not(.inline-select--version-two) .inline-select__option--selected .spb-button {
        box-shadow: 0 0 0 1px #0d365b
    }
}

.inline-select--version-two {
    flex-shrink: 1;
    width: auto
}

@media only screen and (min-width: 768px) {
    .inline-select--version-two {
        overflow: hidden
    }
}

.inline-select--version-two .inline-select__options {
    border-radius: 5px;
    gap: 0;
    width: fit-content
}

@media only screen and (min-width: 768px) {
    .inline-select--version-two .inline-select__options {
        border: 1px solid #bfbfbf;
        width: auto
    }
}

.inline-select--version-two .inline-select__option {
    padding: 0
}

.inline-select--version-two .inline-select__option .spb-button {
    border: 1px solid #bfbfbf;
    border-radius: 0;
    box-shadow: none;
    gap: 12px;
    height: auto;
    padding: 14px 16px
}

@media only screen and (min-width: 768px) {
    .inline-select--version-two .inline-select__option .spb-button {
        border: 0;
        height: 100%
    }
}

.inline-select--version-two .inline-select__option:not(:first-child) .spb-button {
    border-left: 0
}

@media only screen and (min-width: 768px) {
    .inline-select--version-two .inline-select__option:not(:first-child) .spb-button {
        border-left: 1px solid #bfbfbf
    }
}

.inline-select--version-two .inline-select__option:first-child .spb-button {
    border-radius: 5px 0 0 5px
}

@media only screen and (min-width: 768px) {
    .inline-select--version-two .inline-select__option:first-child .spb-button {
        border-radius: 0
    }
    .inline-select--version-two .inline-select__option:last-child {
        flex-shrink: 1;
        min-width: 0
    }
}

.inline-select--version-two .inline-select__option:last-child .spb-button {
    border-radius: 0 5px 5px 0
}

@media only screen and (min-width: 768px) {
    .inline-select--version-two .inline-select__option:last-child .spb-button {
        border-radius: 0;
        min-width: 0
    }
    .inline-select--version-two .inline-select__option:last-child .spb-button .spb-text {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

.station-details {
    background-color: #fff;
    overflow: auto;
    padding: 24px
}

.station-details__name {
    margin-bottom: 4px
}

@media only screen and (max-width: 1023px) {
    .station-details__name--hidden {
        display: none
    }
}

.station-details__address {
    margin-bottom: 16px;
    width: 100%
}

.station-details__services {
    margin: 16px 0
}

.station-details__service+.station-details__service {
    margin-top: 8px
}

.station-details__service--read-only+.station-details__service--interactive {
    margin-top: 16px
}

.station-details__service--read-only {
    align-items: center;
    display: flex
}

.station-details__greenstation>.spb-icon {
    margin: 0 4px
}

.station-details__contact {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap
}

@media only screen and (min-width: 1280px) {
    .station-details__contact {
        flex-direction: column
    }
}

.station-details__contact--itinerary.spb-button,
.station-details__contact--phone.spb-button {
    background: #fff;
    border: 1px solid #bfbfbf;
    border-radius: 20px;
    display: flex;
    justify-content: flex-start;
    margin: 8px 8px 8px 0;
    padding: 8px
}

.station-details__contact--itinerary.spb-button .spb-icon,
.station-details__contact--phone.spb-button .spb-icon {
    margin-right: 8px
}

.station-details__schedule table {
    border-spacing: 0
}

.station-details__schedule table>tr {
    vertical-align: text-top
}

.station-details__schedule__day {
    margin-right: 16px
}

.station-details__schedule__day-hours {
    padding-bottom: 12px
}

.station-search-results {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    position: relative;
    width: 100%
}

@media only screen and (min-width: 1024px) {
    .station-search-results {
        display: inline-flex
    }
}

.station-search-results__status {
    padding: 24px
}

.station-search-results .stations-list {
    scrollbar-face-color: #0d365b;
    scrollbar-arrow-color: #0d365b;
    scrollbar-track-color: #f7f7f7;
    background-color: #fff;
    max-height: 384px;
    overflow: auto;
    padding: 24px;
    scrollbar-color: #0d365b #f7f7f7;
    scrollbar-width: thin;
    width: 100%
}

.station-search-results .stations-list::-webkit-scrollbar {
    border-radius: 8px;
    width: 8px
}

.station-search-results .stations-list::-webkit-scrollbar-track {
    background: #f7f7f7
}

.station-search-results .stations-list::-webkit-scrollbar-thumb {
    background-color: #0d365b;
    border: 2px solid #f7f7f7;
    border-radius: 8px
}

.station-search-results .stations-list__group+.stations-list__group {
    margin-top: 24px
}

.station-search-results .stations-list__item {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 8px
}

.station-search-results .stations-list__item:focus,
.station-search-results .stations-list__item:hover {
    background-color: #e8ffe8;
    font-weight: 700
}

.station-search-results .stations-list__station-info {
    align-items: center;
    display: inline-flex;
    width: calc(100% - 32px)
}

.station-search-results .stations-list__station-info>span.spb-text {
    padding-left: 8px
}

.station-search-results .stations-list__station-info--is-electric {
    margin-left: auto
}

@media only screen and (min-width: 1024px) {
    .station-search-results .stations-list__station-info--is-electric {
        margin-left: 16px
    }
}

.station-search-results .stations-list__icon-info>.spb-icon {
    display: flex
}

@media only screen and (min-width: 1024px) {
    .station-search-results .stations-list__icon-info {
        display: none
    }
}

@media only screen and (max-width: 1023px) {
    .station-search-results--viewer-opened .stations-list {
        display: none
    }
}

.station-search-results .station-viewer {
    background-color: #fff;
    width: 100%
}

@media only screen and (max-width: 767px) {
    .station-search-results .station-viewer {
        display: flex;
        flex-direction: column;
        height: 100vh;
        left: 0;
        position: fixed;
        top: 0;
        width: 100vw
    }
}

@media only screen and (min-width: 1024px) {
    .station-search-results .station-viewer {
        min-width: 572px;
        position: relative
    }
    .station-search-results .station-viewer__details {
        border-radius: 5px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
        height: calc(100% - 16px);
        left: 8px;
        position: absolute;
        top: 8px;
        width: 296px;
        z-index: 1
    }
}

.station-search-results .station-viewer__header {
    padding: 16px
}

.station-search-results .station-viewer__header .spb-button span.spb-text {
    margin-left: 16px
}

@media only screen and (min-width: 1024px) {
    .station-search-results .station-viewer__header {
        display: none
    }
}

.station-search-results .station-viewer__map {
    display: flex;
    height: 200px;
    min-height: 200px;
    width: 100%
}

@media only screen and (min-width: 1024px) {
    .station-search-results .station-viewer__map {
        height: 100%;
        min-height: 384px
    }
}

.station-search-results .station-viewer__select-button {
    padding: 16px
}

@media only screen and (min-width: 1024px) {
    .station-search-results .station-viewer__select-button {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    body.modal-open {
        overflow-y: hidden
    }
}

.station-search-autocomplete {
    background: #fff
}

@media only screen and (max-width: 1023px) {
    .station-search-autocomplete {
        padding-bottom: 8px;
        position: relative
    }
}

.station-search-autocomplete .spb-input input {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px
}

.station-search-autocomplete__error {
    padding-top: 4px
}

.station-search-autocomplete__suggestions {
    background-color: #fff;
    border-radius: 5px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 2
}

.station-search-autocomplete--has-error .station-search-autocomplete__input,
.station-search-autocomplete--has-error .station-search-autocomplete__input:focus-within {
    margin-bottom: 0
}

.station-search-autocomplete--with-results-fitting {
    position: relative
}

@media only screen and (min-width: 768px) {
    .station-search-autocomplete--with-results-fitting .station-search-autocomplete__suggestions {
        width: calc(100vw - 128px)
    }
}

.station-search {
    padding: 0 16px
}

@media only screen and (min-width: 768px) {
    .station-search {
        padding: 0
    }
}

@media only screen and (min-width: 1024px) {
    .station-search {
        padding-right: 16px
    }
}

.station-search__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px
}

@media only screen and (max-width: 767px) {
    .station-search__header>.station-search__same-dropoff {
        display: none
    }
}

.station-search__autocompletes {
    width: 100%
}

@media only screen and (min-width: 1024px) {
    .station-search__autocompletes {
        display: inline-flex
    }
    .station-search__autocompletes #station-search-pickup {
        width: 100%
    }
}

.station-search__autocompletes #station-search-dropoff {
    margin-top: 24px
}

@media only screen and (min-width: 1024px) {
    .station-search__autocompletes #station-search-dropoff {
        margin-left: 16px;
        margin-top: 0;
        width: 100%
    }
}

.station-search__bottom {
    margin-top: 24px
}

@media only screen and (min-width: 768px) {
    .station-search__bottom {
        display: none
    }
}

.spb-datepicker {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    width: 100%
}

.spb-datepicker__input input {
    cursor: pointer;
    font-weight: 700;
    padding-right: 0
}

.spb-datepicker__input input::placeholder {
    font-weight: 400
}

.spb-datepicker__input .spb-input__text-line {
    height: 100%
}

.spb-datepicker__input .spb-input__icon {
    padding-right: 0
}

.spb-datepicker__input--has-error {
    box-shadow: 0 0 0 2px #e6000f
}

.spb-datepicker__input--has-error .spb-input__icon .spb-icon__svg {
    fill: #e6000f!important
}

.spb-datepicker--stand-alone {
    min-width: 300px;
    position: relative
}

.spb-datepicker--stand-alone .spb-datepicker__input {
    margin-bottom: 8px
}

.spb-datepicker:not(.spb-datepicker--stand-alone) .spb-datepicker__input--has-error {
    margin-bottom: 0
}

.spb-datepicker:not(.spb-datepicker--stand-alone) .spb-datepicker__input--focus-within-like:not(.spb-datepicker__input--has-error),
.spb-datepicker:not(.spb-datepicker--stand-alone) .spb-datepicker__input:not(.spb-datepicker__input--has-error):focus-within {
    box-shadow: 0 0 0 2px #0d365b
}

.spb-datepicker__modal-like {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    display: flex;
    justify-content: center;
    left: 0;
    max-height: 384px;
    position: absolute;
    width: 100%;
    z-index: 2
}

.spb-datepicker__modal-like__airnbpicker-container {
    margin: 48px auto
}

.spb-datepicker__modal-like__airnbpicker-container .asd__wrapper {
    border: none;
    position: static!important
}

.spb-datepicker__modal-like__airnbpicker-container .asd__wrapper .asd__day {
    border: none;
    color: #e5e5e5;
    font-weight: 700
}

.spb-datepicker__modal-like__airnbpicker-container .asd__wrapper .asd__day--enabled:hover {
    background: #e8ffe8
}

.spb-datepicker__modal-like__airnbpicker-container .asd__wrapper .asd__day--enabled:focus {
    outline: none
}

.spb-datepicker__modal-like__airnbpicker-container .asd__wrapper .asd__day--disabled:hover {
    background: none
}

.spb-datepicker__modal-like__airnbpicker-container .asd__wrapper .asd__day-title {
    color: #bfbfbf;
    font-size: 10px;
    font-weight: 700
}

.spb-datepicker__modal-like__airnbpicker-container .asd__wrapper .asd__day--highlighted {
    background: #e8ffe8!important;
    color: #bfbfbf!important;
    opacity: 1
}

.spb-datepicker__modal-like__airnbpicker-container .asd__wrapper .asd__day--highlighted-left-only {
    border-radius: 50%;
}

.spb-datepicker__modal-like__airnbpicker-container .asd__wrapper .asd__day--highlighted-right-only {
    border-radius: 50%;
}

.spb-datepicker__modal-like__airnbpicker-container .asd__wrapper .asd__day--selected {
    background: #e8ffe8!important;
    border: none!important;
    color: #fff!important
}

.spb-datepicker__modal-like__airnbpicker-container .asd__wrapper .asd__day--selected button {
    background: #0d365b!important;
    border: none!important;
    border-radius: 50%;
    outline: none!important
}

.spb-datepicker__modal-like__airnbpicker-container .asd__wrapper .asd__day--dateError {
    color: #fff!important;
    opacity: 1
}

.spb-datepicker__modal-like__airnbpicker-container .asd__wrapper .asd__day--dateError button {
    background: #e6000f!important;
    border-radius: 50%
}

.spb-datepicker__modal-like__airnbpicker-container .asd__wrapper .asd__day--today button {
    border: 1px solid #bfbfbf;
    border-radius: 50%
}

.spb-datepicker__modal-like__airnbpicker-container .asd__wrapper .asd__day-button {
    height: 36px!important;
    outline: none!important;
    width: 36px!important
}

.spb-datepicker__modal-like__airnbpicker-container .asd__wrapper .asd__month-name {
    font-size: 16px
}

.spb-datepicker__modal-like__airnbpicker-container .asd__wrapper .asd__change-month-button button {
    border: none
}

@media only screen and (max-width: 576px) {
    .spb-datepicker__modal-like__airnbpicker-container .asd__inner-wrapper {
        margin-left: -252px!important;
        width: 252px!important
    }
    .spb-datepicker__modal-like__airnbpicker-container .asd__wrapper {
        width: 248px!important
    }
    .spb-datepicker__modal-like__airnbpicker-container .asd__month-table {
        margin-left: -2px
    }
    .spb-datepicker__modal-like__airnbpicker-container .asd__days-legend {
        padding: 0!important;
        width: 252px!important
    }
    .spb-datepicker__modal-like__airnbpicker-container .asd__month {
        padding: 15px 0 0!important;
        width: 252px!important
    }
    .spb-datepicker__modal-like__airnbpicker-container .asd__change-month-button {
        padding: 2px!important
    }
}

.date-time-range-picker {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    width: 100%
}

@media only screen and (max-width: 767px) {
    .date-time-range-picker {
        padding-bottom: 8px;
        position: relative
    }
}

.date-time-range-picker__pickers {
    border-radius: 5px;
    box-shadow: 0 0 0 1px #bfbfbf;
    display: inline-flex;
    width: 100%
}

.date-time-range-picker__pickers__date {
    width: calc(100% - 90px)
}

.date-time-range-picker__pickers__date .spb-datepicker__input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.date-time-range-picker__pickers__date .spb-datepicker__input--focus-within-like,
.date-time-range-picker__pickers__date .spb-datepicker__input--has-error {
    position: relative;
    z-index: 1
}

.date-time-range-picker__pickers__time {
    border-left: 1px solid #bfbfbf;
    width: 90px
}

.date-time-range-picker__pickers__time__input {
    border-radius: 0 5px 5px 0;
    display: flex
}

.date-time-range-picker__pickers__time__input input {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
    font-weight: 700;
    text-align: center
}

.date-time-range-picker__pickers__time__input input::placeholder {
    font-weight: 400;
    text-align: left
}

.date-time-range-picker__pickers__time__input input .spb-input input {
    border-radius: 0
}

.date-time-range-picker__pickers__time__input--focus-within-like:not(.date-time-range-picker__pickers__time__input--has-error) {
    box-shadow: 0 0 0 2px #0d365b
}

.date-time-range-picker__pickers__time__input--has-error {
    box-shadow: 0 0 0 2px #e6000f;
    color: #e6000f
}

.date-time-range-picker__error-message {
    color: #e6000f;
    font-size: 14px;
    padding-top: 4px
}

.date-time-range-picker .spb-datepicker__modal-like,
.date-time-range-picker__modal-like {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    display: flex;
    justify-content: center;
    left: 0;
    max-height: 384px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 2
}

@media only screen and (min-width: 768px) {
    .date-time-range-picker .spb-datepicker__modal-like,
    .date-time-range-picker__modal-like {
        position: absolute
    }
}

.date-time-range-picker__timepicker {
    align-items: center;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    width: 100%
}

.date-time-range-picker__timepicker--empty {
    justify-content: center
}

.date-time-range-picker__timepicker-options--empty {
    font-style: italic;
    padding: 24px
}

.date-time-range-picker__timegroup {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-top: 16px;
    width: 100%
}

.date-time-range-picker__timegroup:not(:first-child):before {
    border-top: 1px solid #bfbfbf;
    content: "";
    display: block;
    padding-top: 16px;
    width: 80%
}

.date-time-range-picker__timegroup__title {
    background-color: #fff;
    height: 20px;
    position: sticky;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1
}

.date-time-range-picker__timegroup__title:after {
    background: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, .7));
    content: "";
    display: block;
    height: 20px;
    margin-top: -1px;
    position: sticky
}

.date-time-range-picker__timevalue {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
    width: 136px
}

.date-time-range-picker__timevalue:first-of-type {
    margin-top: 20px
}

.date-time-range-picker__timevalue:hover {
    background-color: #e8ffe8
}

.date-time-range-picker__timevalue span {
    height: 48px;
    line-height: 48px
}

.date-time-range-picker__timevalue--disabled {
    background: #e5e5e5;
    color: #bfbfbf;
    pointer-events: none
}

.date-time-range-picker__timevalue--selected {
    border: 1px solid #0d365b
}

.date-time-range-picker__timevalue--with-separator {
    margin-top: 12px;
    position: relative
}

.date-time-range-picker__timevalue--with-separator:before {
    border-top: 1px solid #bfbfbf;
    content: "";
    position: absolute;
    top: -15px;
    width: 444%
}

.date-time-range-picker__station-details {
    background-color: #f7f7f7;
    max-width: 288px;
    overflow-y: scroll;
    width: 100%
}

.date-time-range-picker .custom-scrollbar {
    scrollbar-face-color: #0d365b;
    scrollbar-arrow-color: #0d365b;
    scrollbar-track-color: #f7f7f7;
    scrollbar-color: #0d365b #f7f7f7;
    scrollbar-width: thin
}

.date-time-range-picker .custom-scrollbar::-webkit-scrollbar {
    border-radius: 8px;
    width: 8px
}

.date-time-range-picker .custom-scrollbar::-webkit-scrollbar-track {
    background: #f7f7f7
}

.date-time-range-picker .custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #0d365b;
    border: 2px solid #f7f7f7;
    border-radius: 8px
}

.date-times-select {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .date-times-select {
        display: flex
    }
}

.date-times-select__block-pickup {
    margin-bottom: 16px
}

@media only screen and (min-width: 768px) {
    .date-times-select__block-pickup {
        margin-bottom: 0;
        padding-right: 8px;
        width: 100%
    }
    .date-times-select__block-dropoff {
        padding-left: 8px;
        width: 100%
    }
}

.date-times-select__title {
    margin-bottom: 8px
}

.spb-booking-pod {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 6px #bfbfbf;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 16px;
    min-width: 280px;
    width: 100%
}

@media only screen and (min-width: 768px) {
    .spb-booking-pod {
        padding: 32px
    }
}

.spb-booking-pod__top-container {
    -ms-overflow-style: none;
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    overflow-x: auto;
    padding: 16px 0 1px 16px
}

@media only screen and (min-width: 768px) {
    .spb-booking-pod__top-container {
        padding: 0
    }
}

.spb-booking-pod__top-container::-webkit-scrollbar {
    display: none
}

.spb-booking-pod__top-container:not(:has(.inline-select)) {
    margin-bottom: 0
}

.spb-booking-pod__top-container:not(:has(.inline-select)):has(.spb-booking-pod__closer) {
    justify-content: flex-end;
    margin-bottom: 24px
}

@media only screen and (max-width: 767px) {
    .spb-booking-pod__top-container {
        flex-direction: column-reverse
    }
}

.spb-booking-pod__filters {
    display: flex;
    flex-direction: column;
    gap: 24px
}

@media only screen and (min-width: 768px) {
    .spb-booking-pod__filters {
        flex-direction: row;
        gap: 48px
    }
}

.spb-booking-pod__closer {
    text-align: right
}

@media only screen and (max-width: 767px) {
    .spb-booking-pod__closer {
        width: 100%
    }
}

.spb-booking-pod__middle-container {
    padding-bottom: 8px;
    position: relative;
    width: 100%
}

@media only screen and (min-width: 1024px) {
    .spb-booking-pod__middle-container {
        display: inline-flex
    }
}

.spb-booking-pod__middle-container--station-search {
    width: 100%
}

.spb-booking-pod__middle-container--datetimes-search {
    margin-top: 24px;
    width: 100%
}

@media only screen and (min-width: 1024px) {
    .spb-booking-pod__middle-container--datetimes-search {
        margin-top: 0
    }
}

.spb-booking-pod__bottom-container {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    margin-top: 16px;
    padding: 0 16px 16px
}

@media only screen and (min-width: 576px) {
    .spb-booking-pod__bottom-container {
        margin-top: 24px
    }
}

@media only screen and (min-width: 768px) {
    .spb-booking-pod__bottom-container {
        flex: 1;
        flex-direction: row;
        padding: 0
    }
}

.spb-booking-pod__bottom-inputs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%
}

@media only screen and (min-width: 1280px) {
    .spb-booking-pod__bottom-inputs {
        flex: 1;
        margin-right: 16px
    }
    .spb-booking-pod__bottom-inputs:not(:has(.negotiated-rate)) {
        justify-content: flex-start
    }
    .spb-booking-pod__bottom-inputs:not(:has(.negotiated-rate)) .age-select {
        margin-right: 72px
    }
}

.spb-booking-pod__country-select {
    align-items: center
}

.spb-booking-pod__submit-button {
    display: flex;
    width: 100%
}

@media only screen and (max-width: 1279px) {
    .spb-booking-pod__submit-button {
        margin-top: 16px
    }
}

@media only screen and (min-width: 1280px) {
    .spb-booking-pod__submit-button {
        max-width: 256px
    }
}

.asd__fade-enter-active,
.asd__fade-leave-active {
    transition: all .2s ease
}

.asd__fade-enter,
.asd__fade-leave-active {
    opacity: 0
}

.asd__list-complete-enter,
.asd__list-complete-leave-to {
    opacity: 0;
    transform: translateY(30px)
}

.asd__list-complete-leave-active {
    position: absolute;
    visibility: hidden
}

.datepicker-trigger {
    overflow: visible;
    position: relative
}

.asd__wrapper {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    overflow: hidden;
    text-align: center;
    white-space: nowrap
}

.asd__wrapper *,
.asd__wrapper :after,
.asd__wrapper :before {
    box-sizing: border-box
}

.asd__wrapper--full-screen {
    border: none;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2
}

.asd__inner-wrapper {
    position: relative;
    transition: all .3s ease
}

.asd__datepicker-header,
.asd__keyboard-shortcuts-trigger-wrapper {
    position: relative
}

.asd__keyboard-shortcuts-trigger {
    background-color: transparent;
    border-width: 26px 33px 0 0;
    border-right: 33px solid #00a699;
    border-top: 26px solid transparent;
    bottom: 0;
    cursor: pointer;
    font: inherit;
    position: absolute;
    right: 0
}

.asd__keyboard-shortcuts-trigger span {
    bottom: 0;
    color: #fff;
    position: absolute;
    right: -28px
}

.asd__keyboard-shortcuts-show {
    display: block!important
}

.asd__keyboard-shortcuts-close {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 5px;
    position: absolute;
    right: 5px;
    top: 7px;
    z-index: 2
}

.asd__keyboard-shortcuts-menu {
    background: #fff;
    border: 1px solid #dbdbdb;
    border-image: initial;
    border-radius: 2px;
    bottom: 0;
    display: none;
    margin: 33px;
    overflow: auto;
    padding: 22px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    z-index: 1
}

.asd__keyboard-shortcuts-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0
}

.asd__keyboard-shortcuts-list {
    list-style: none;
    margin: 6px 0;
    padding: 0;
    white-space: normal
}

.asd__keyboard-shortcuts-symbol {
    background: #f2f2f2;
    font-family: monospace;
    font-size: 12px;
    margin-right: 4px;
    padding: 2px 6px;
    text-transform: uppercase
}

.asd__change-month-button {
    background: #fff;
    position: absolute;
    top: 12px;
    z-index: 1
}

.asd__change-month-button--previous {
    left: 0;
    padding-left: 15px
}

.asd__change-month-button--next {
    padding-right: 15px;
    right: 0
}

.asd__change-month-button>button {
    background-color: #fff;
    border: 1px solid #e4e7e7;
    border-radius: 3px;
    cursor: pointer;
    padding: 4px 8px
}

.asd__change-month-button>button:hover {
    border: 1px solid #c4c4c4
}

.asd__change-month-button>button>svg {
    fill: #82888a;
    height: 19px;
    width: 19px
}

.asd__days-legend {
    left: 10px;
    padding: 0 10px;
    position: absolute;
    top: 50px
}

.asd__day-title {
    color: rgba(0, 0, 0, .7);
    display: inline-block;
    font-size: .8em;
    margin-bottom: 4px;
    margin-left: -1px;
    text-align: center;
    width: 14.28571%
}

.asd__month-table {
    background: #fff;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    width: 100%
}

.asd__month {
    display: inline-block;
    padding: 15px;
    transition: all .3s ease
}

.asd__month--hidden {
    height: 275px;
    visibility: hidden
}

.asd__month-name {
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0 0 30px;
    text-align: center
}

.asd__month-year-select {
    -webkit-appearance: none;
    background-color: inherit;
    border: none;
    color: blue;
    cursor: pointer;
    font-size: inherit;
    font-weight: inherit;
    padding: 0
}

.asd__month-year-select::-ms-expand {
    display: none
}

.asd__day {
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    padding: 0
}

.asd__day--enabled {
    border: 1px solid #e4e7e7
}

.asd__day--enabled:hover {
    background-color: #e4e7e7
}

.asd__day--enabled:focus {
    outline: 5px auto Highlight;
    outline: 5px auto -webkit-focus-ring-color
}

.asd__day--disabled,
.asd__day--empty {
    opacity: .5
}

.asd__day--disabled button,
.asd__day--empty button {
    cursor: default
}

.asd__day--empty {
    border: none
}

.asd__day--disabled:hover {
    background-color: transparent
}

.asd__day-button {
    background: transparent;
    border: none;
    color: inherit;
    cursor: pointer;
    font-size: 15px;
    font-weight: inherit;
    height: 100%;
    padding: 0;
    text-align: center;
    user-select: none;
    width: 100%
}

.asd__action-buttons {
    margin-bottom: 12px;
    min-height: 50px;
    padding-top: 10px
}

.asd__action-buttons button {
    background: transparent;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: 700;
    position: relative
}

.asd__action-buttons button:hover {
    text-decoration: underline
}

.asd__action-buttons button:first-child {
    float: left;
    left: 15px
}

.asd__action-buttons button:nth-child(2) {
    float: right;
    right: 15px
}

.asd__mobile-header {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    height: 50px;
    padding: 15px!important;
    position: relative;
    text-align: center
}

.asd__mobile-header h3 {
    font-size: 20px;
    margin: 0
}

.asd__mobile-only {
    display: none
}

@media (max-width: 600px) {
    .asd__mobile-only {
        display: block
    }
}

.asd__mobile-close {
    border: none;
    cursor: pointer;
    padding: 5px;
    position: absolute;
    right: 5px;
    top: 7px;
    z-index: 2
}

.asd__mobile-close__icon {
    font-size: 1.6em;
    font-weight: 700;
    padding: 0;
    position: relative
}

.spb-textarea__input {
    border: 0;
    border-radius: 5px;
    box-shadow: 0 0 0 1px #bfbfbf;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 14px;
    height: 100%;
    line-height: 1.22;
    padding: 16px;
    resize: none;
    width: 100%
}

.spb-textarea__input:focus {
    outline: none
}

.spb-textarea__input:focus-within {
    box-shadow: 0 0 0 2px #0d365b
}

.spb-textarea__input--error {
    box-shadow: 0 0 0 2px #e6000f
}

.spb-textarea__label {
    display: block;
    padding-bottom: 8px
}

.extra-review-item {
    padding: 16px
}

@media only screen and (min-width: 768px) {
    .extra-review-item {
        align-items: flex-end;
        display: flex;
        padding: 24px
    }
    .extra-review-item:not(:last-child) {
        border-bottom: 1px solid #bfbfbf
    }
}

.extra-review-item__name {
    display: flex;
    padding-right: 16px
}

@media only screen and (min-width: 768px) {
    .extra-review-item__name {
        display: inline-flex;
        width: 60%
    }
}

@media only screen and (min-width: 1280px) {
    .extra-review-item__name {
        width: 50%
    }
}

.extra-review-item__tooltip {
    display: inline-block;
    line-height: 1;
    vertical-align: middle
}

.extra-review-item__tooltip-content {
    max-width: 250px;
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 8px
}

@media only screen and (min-width: 768px) {
    .extra-review-item__tooltip-content {
        max-width: 360px
    }
}

@media only screen and (min-width: 1280px) {
    .extra-review-item__tooltip-content {
        padding-bottom: 8px
    }
}

.extra-review-item__tooltip-title {
    padding-bottom: 8px;
    padding-top: 4px
}

.extra-review-item__details {
    display: inline-flex;
    justify-content: space-between;
    width: 100%
}

@media only screen and (min-width: 768px) {
    .extra-review-item__details {
        width: 40%
    }
}

@media only screen and (min-width: 1280px) {
    .extra-review-item__details {
        width: 50%
    }
}

.extra-review-item__quantity-price {
    display: flex;
    justify-content: space-between;
    width: 49%
}

@media only screen and (min-width: 768px) {
    .extra-review-item__quantity-price {
        width: 45%
    }
}

@media only screen and (min-width: 1280px) {
    .extra-review-item__quantity-price {
        width: 35%
    }
}

.spb-extra-review {
    display: block;
    width: 100%
}

.spb-extra-review__header {
    display: none
}

@media only screen and (min-width: 768px) {
    .spb-extra-review__header {
        display: inline-block;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        width: 100%
    }
}

@media only screen and (min-width: 1280px) {
    .spb-extra-review__header {
        padding-left: 24px;
        padding-right: 24px
    }
}

.spb-extra-review__title {
    display: inline-block
}

.spb-extra-review__price {
    float: right
}

.spb-extra-review__included-covers--white {
    padding-bottom: 16px
}

.spb-extra-review__included-covers--grey {
    opacity: .3;
    padding-bottom: 8px;
    padding-top: 8px
}

.spb-extra-review__included-cover {
    display: inline-flex;
    padding: 8px;
    width: 100%
}

.spb-extra-review__included-cover--details {
    padding-left: 4px;
    padding-right: 4px;
    word-break: break-word
}

@media only screen and (min-width: 768px) {
    .spb-extra-review__list:not(:last-child) {
        border-bottom: 1px solid #bfbfbf
    }
}

.extra-review-item__tooltip-title--plan {
    padding-bottom: 4px;
    padding-left: 8px
}

.extra-review-item__tooltip-content--plan {
    max-width: 250px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px
}

@media only screen and (min-width: 768px) {
    .extra-review-item__tooltip-content--plan {
        max-width: 360px
    }
}

.extra-review-item__tooltip-content--plan>ul {
    list-style: none;
    margin-block-end: 0;
    margin-block-start: 0;
    margin-inline-end: 0;
    margin-inline-start: 0;
    padding-inline-start: 0
}

.spb-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style-type: none;
    padding-inline-start: 0
}

.spb-radio {
    display: block
}

.spb-radio__input,
.spb-radio__label {
    align-items: center;
    color: #666;
    cursor: pointer;
    display: flex;
    position: relative
}

.spb-radio__input {
    display: none;
    opacity: 0;
    position: absolute
}

.spb-radio__input,
.spb-radio__label:before {
    background: #fff;
    border: 1px solid #bfbfbf;
    border-radius: 50%;
    content: "";
    position: absolute
}

.spb-radio__input,
.spb-radio__label:after {
    border-radius: 0;
    content: "";
    position: absolute;
    transition: .2s ease
}

.spb-radio__input:not(:checked)+.spb-radio__label:after {
    opacity: 0;
    transform: scale(0)
}

.spb-radio__input:checked+.spb-radio__label:before {
    background-color: #0d365b
}

.spb-radio__input:disabled+.spb-radio__label {
    color: #e5e5e5
}

.spb-radio__input:disabled+.spb-radio__label:before {
    background-color: #fff
}

.spb-radio--position-left .spb-radio__input,
.spb-radio--position-left .spb-radio__label:before {
    left: 0;
    top: 0
}

.spb-radio--position-left .spb-radio__input,
.spb-radio--position-left .spb-radio__label:after {
    left: 4px;
    top: 4px
}

.spb-radio--position-left .spb-radio__input:checked+.spb-radio__label:after {
    border: solid #fff
}

.spb-radio--position-left .spb-radio__input:disabled:checked+.spb-radio__label:after {
    border-color: #e5e5e5;
    color: #e5e5e5
}

.spb-radio--position-left .spb-radio__input:disabled:not(:checked)+.spb-radio__label:after {
    color: #e5e5e5
}

.spb-radio--position-right .spb-radio__input,
.spb-radio--position-right .spb-radio__label:before {
    right: 0;
    top: 0
}

.spb-radio--position-right .spb-radio__input,
.spb-radio--position-right .spb-radio__label:after {
    right: 4px;
    top: 4px
}

.spb-radio--position-right .spb-radio__input:checked+.spb-radio__label:after {
    border: solid #fff
}

.spb-radio--position-right .spb-radio__input:disabled:checked+.spb-radio__label:after {
    border-color: #e5e5e5;
    color: #e5e5e5
}

.spb-radio--position-right .spb-radio__input:disabled:not(:checked)+.spb-radio__label:after {
    color: #e5e5e5
}

.spb-radio--position-top .spb-radio__input,
.spb-radio--position-top .spb-radio__label:before {
    left: 0;
    margin: 0 auto;
    right: 0;
    top: 0
}

.spb-radio--position-top .spb-radio__input,
.spb-radio--position-top .spb-radio__label:after {
    left: 0;
    margin: 0 auto;
    right: 0
}

.spb-radio--position-top .spb-radio__input:checked+.spb-radio__label:after {
    border: solid #fff
}

.spb-radio--position-top .spb-radio__input:disabled:checked+.spb-radio__label:after {
    border-color: #e5e5e5;
    color: #e5e5e5
}

.spb-radio--position-top .spb-radio__input:disabled:not(:checked)+.spb-radio__label:after {
    color: #e5e5e5
}

.spb-radio--position-bottom .spb-radio__input,
.spb-radio--position-bottom .spb-radio__label:before {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    right: 0
}

.spb-radio--position-bottom .spb-radio__input,
.spb-radio--position-bottom .spb-radio__label:after {
    left: 0;
    margin: 0 auto;
    right: 0
}

.spb-radio--position-bottom .spb-radio__input:checked+.spb-radio__label:after {
    border: solid #fff
}

.spb-radio--position-bottom .spb-radio__input:disabled:checked+.spb-radio__label:after {
    border-color: #e5e5e5;
    color: #e5e5e5
}

.spb-radio--position-bottom .spb-radio__input:disabled:not(:checked)+.spb-radio__label:after {
    color: #e5e5e5
}

.spb-radio--medium .spb-radio__input,
.spb-radio--medium .spb-radio__label:before {
    height: 30px;
    width: 30px
}

.spb-radio--medium .spb-radio__input,
.spb-radio--medium .spb-radio__label:after {
    height: 12px;
    width: 12px
}

.spb-radio--medium.spb-radio--position-left .spb-radio__input,
.spb-radio--medium.spb-radio--position-left .spb-radio__label {
    height: 32px;
    line-height: 32px;
    padding-left: 38px
}

.spb-radio--medium.spb-radio--position-left .spb-radio__input:checked+.spb-radio__label:after,
.spb-radio--medium.spb-radio--position-left .spb-radio__input:disabled:checked+.spb-radio__label:after,
.spb-radio--medium.spb-radio--position-left .spb-radio__input:disabled:not(:checked)+.spb-radio__label:after {
    border-width: 0 1.5px 1.5px 0;
    height: 8px;
    left: 13px;
    opacity: 1;
    top: 10px;
    transform: rotate(45deg);
    width: 4px
}

.spb-radio--medium.spb-radio--position-right .spb-radio__input,
.spb-radio--medium.spb-radio--position-right .spb-radio__label {
    height: 32px;
    line-height: 32px;
    padding-right: 38px
}

.spb-radio--medium.spb-radio--position-right .spb-radio__input:checked+.spb-radio__label:after,
.spb-radio--medium.spb-radio--position-right .spb-radio__input:disabled:checked+.spb-radio__label:after,
.spb-radio--medium.spb-radio--position-right .spb-radio__input:disabled:not(:checked)+.spb-radio__label:after {
    border-width: 0 1.5px 1.5px 0;
    height: 8px;
    opacity: 1;
    right: 13px;
    top: 10px;
    transform: rotate(45deg);
    width: 4px
}

.spb-radio--medium.spb-radio--position-top .spb-radio__input,
.spb-radio--medium.spb-radio--position-top .spb-radio__label {
    align-items: flex-start;
    justify-content: center;
    padding-top: 34px
}

.spb-radio--medium.spb-radio--position-top .spb-radio__input:checked+.spb-radio__label:after,
.spb-radio--medium.spb-radio--position-top .spb-radio__input:disabled:checked+.spb-radio__label:after,
.spb-radio--medium.spb-radio--position-top .spb-radio__input:disabled:not(:checked)+.spb-radio__label:after {
    border-width: 0 1.5px 1.5px 0;
    height: 8px;
    opacity: 1;
    top: 10px;
    transform: rotate(45deg);
    width: 4px
}

.spb-radio--medium.spb-radio--position-bottom .spb-radio__input,
.spb-radio--medium.spb-radio--position-bottom .spb-radio__label {
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 34px
}

.spb-radio--medium.spb-radio--position-bottom .spb-radio__input:checked+.spb-radio__label:after,
.spb-radio--medium.spb-radio--position-bottom .spb-radio__input:disabled:checked+.spb-radio__label:after,
.spb-radio--medium.spb-radio--position-bottom .spb-radio__input:disabled:not(:checked)+.spb-radio__label:after {
    border-width: 0 1.5px 1.5px 0;
    bottom: 13px;
    height: 8px;
    opacity: 1;
    transform: rotate(45deg);
    width: 4px
}

.spb-radio--small .spb-radio__input,
.spb-radio--small .spb-radio__label:before {
    height: 16px;
    width: 16px
}

.spb-radio--small .spb-radio__input,
.spb-radio--small .spb-radio__label:after {
    height: 12px;
    width: 12px
}

.spb-radio--small.spb-radio--position-left .spb-radio__input,
.spb-radio--small.spb-radio--position-left .spb-radio__label {
    height: 18px;
    line-height: 18px;
    padding-left: 24px
}

.spb-radio--small.spb-radio--position-left .spb-radio__input:checked+.spb-radio__label:after,
.spb-radio--small.spb-radio--position-left .spb-radio__input:disabled:checked+.spb-radio__label:after,
.spb-radio--small.spb-radio--position-left .spb-radio__input:disabled:not(:checked)+.spb-radio__label:after {
    border-width: 0 1.5px 1.5px 0;
    height: 4px;
    left: 7px;
    opacity: 1;
    top: 6px;
    transform: rotate(45deg);
    width: 2px
}

.spb-radio--small.spb-radio--position-right .spb-radio__input,
.spb-radio--small.spb-radio--position-right .spb-radio__label {
    height: 18px;
    line-height: 18px;
    padding-right: 24px
}

.spb-radio--small.spb-radio--position-right .spb-radio__input:checked+.spb-radio__label:after,
.spb-radio--small.spb-radio--position-right .spb-radio__input:disabled:checked+.spb-radio__label:after,
.spb-radio--small.spb-radio--position-right .spb-radio__input:disabled:not(:checked)+.spb-radio__label:after {
    border-width: 0 1.5px 1.5px 0;
    height: 4px;
    opacity: 1;
    right: 7px;
    top: 6px;
    transform: rotate(45deg);
    width: 2px
}

.spb-radio--small.spb-radio--position-top .spb-radio__input,
.spb-radio--small.spb-radio--position-top .spb-radio__label {
    align-items: flex-start;
    justify-content: center;
    padding-top: 20px
}

.spb-radio--small.spb-radio--position-top .spb-radio__input:checked+.spb-radio__label:after,
.spb-radio--small.spb-radio--position-top .spb-radio__input:disabled:checked+.spb-radio__label:after,
.spb-radio--small.spb-radio--position-top .spb-radio__input:disabled:not(:checked)+.spb-radio__label:after {
    border-width: 0 1.5px 1.5px 0;
    height: 4px;
    opacity: 1;
    top: 6px;
    transform: rotate(45deg);
    width: 2px
}

.spb-radio--small.spb-radio--position-bottom .spb-radio__input,
.spb-radio--small.spb-radio--position-bottom .spb-radio__label {
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 20px
}

.spb-radio--small.spb-radio--position-bottom .spb-radio__input:checked+.spb-radio__label:after,
.spb-radio--small.spb-radio--position-bottom .spb-radio__input:disabled:checked+.spb-radio__label:after,
.spb-radio--small.spb-radio--position-bottom .spb-radio__input:disabled:not(:checked)+.spb-radio__label:after {
    border-width: 0 1.5px 1.5px 0;
    bottom: 7px;
    height: 4px;
    opacity: 1;
    transform: rotate(45deg);
    width: 2px
}

.sr-only[data-v-d5c7896a] {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.custom-scrollbar[data-v-d5c7896a] {
    scrollbar-face-color: #0d365b;
    scrollbar-arrow-color: #0d365b;
    scrollbar-track-color: #f7f7f7;
    scrollbar-color: #0d365b #f7f7f7;
    scrollbar-width: thin
}

.custom-scrollbar[data-v-d5c7896a]::-webkit-scrollbar {
    border-radius: 8px;
    width: 8px
}

.custom-scrollbar[data-v-d5c7896a]::-webkit-scrollbar-track {
    background: #f7f7f7
}

.custom-scrollbar[data-v-d5c7896a]::-webkit-scrollbar-thumb {
    background-color: #0d365b;
    border: 2px solid #f7f7f7;
    border-radius: 8px
}

.spb-extras-details[data-v-d5c7896a] {
    margin-top: 24px
}

.spb-extras-details__title[data-v-d5c7896a] {
    margin-bottom: 16px
}

@media only screen and (max-width: 1023px) {
    .spb-extras-details[data-v-d5c7896a] {
        margin-left: 16px;
        margin-right: 16px
    }
    .spb-extras-details__title[data-v-d5c7896a] {
        font-size: 20px;
        margin-bottom: 32px
    }
    .spb-extras-details__extra[data-v-d5c7896a] {
        margin-top: 16px
    }
}

@media only screen and (min-width: 1024px) {
    .spb-extras-details__container[data-v-d5c7896a] {
        display: flex;
        flex-flow: wrap;
        flex-direction: row;
        gap: 24px 40px
    }
    .spb-extras-details__col[data-v-d5c7896a] {
        max-width: 248px
    }
}

.spb-extras-details__col[data-v-d5c7896a] {
    align-items: center;
    display: flex
}

.spb-extras-details__protection-package__composition[data-v-d5c7896a] {
    display: flex
}

.spb-extras-details__extra__text[data-v-d5c7896a] {
    margin-left: 8px;
    margin-right: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.spb-extras-details__extra__icon[data-v-d5c7896a] {
    max-width: 52px
}

.popover-spacing[data-v-d5c7896a] {
    margin-left: 8px
}

@media only screen and (min-width: 1024px) {
    .popover-spacing[data-v-d5c7896a] {
        margin-left: 16px
    }
}

.popover__content .tooltip-action[data-v-d5c7896a] {
    display: flex;
    justify-content: space-between;
    padding-top: 4px
}

@media only screen and (max-width: 1023px) {
    .popover__content .tooltip-action[data-v-d5c7896a] {
        margin-bottom: -16px
    }
}

.popover__content .tooltip-action--close[data-v-d5c7896a] {
    cursor: pointer;
    font-weight: 700;
    padding-right: 8px
}

.popover__content .tooltip-action--next[data-v-d5c7896a] {
    cursor: pointer;
    font-weight: 700
}

.sr-only[data-v-335e0ca7] {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.custom-scrollbar[data-v-335e0ca7] {
    scrollbar-face-color: #0d365b;
    scrollbar-arrow-color: #0d365b;
    scrollbar-track-color: #f7f7f7;
    scrollbar-color: #0d365b #f7f7f7;
    scrollbar-width: thin
}

.custom-scrollbar[data-v-335e0ca7]::-webkit-scrollbar {
    border-radius: 8px;
    width: 8px
}

.custom-scrollbar[data-v-335e0ca7]::-webkit-scrollbar-track {
    background: #f7f7f7
}

.custom-scrollbar[data-v-335e0ca7]::-webkit-scrollbar-thumb {
    background-color: #0d365b;
    border: 2px solid #f7f7f7;
    border-radius: 8px
}

.spb-price-details[data-v-335e0ca7] {
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%
}

@media only screen and (min-width: 1280px) {
    .spb-price-details[data-v-335e0ca7] {
        padding-left: 24px;
        padding-right: 24px
    }
}

.spb-price-details__header[data-v-335e0ca7] {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 24px
}

@media only screen and (max-width: 1023px) {
    .spb-price-details__header-title[data-v-335e0ca7] {
        font-size: 20px
    }
}

.spb-price-details__header-total[data-v-335e0ca7] {
    float: right
}

@media only screen and (max-width: 1023px) {
    .spb-price-details__header-total[data-v-335e0ca7] {
        font-size: 14px
    }
}

.spb-price-details__section-title[data-v-335e0ca7] {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 8px;
    padding-top: 16px
}

@media only screen and (max-width: 1023px) {
    .spb-price-details__section-title[data-v-335e0ca7] {
        font-size: 16px
    }
}

.spb-price-details__section-item[data-v-335e0ca7] {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 16px
}

.spb-price-details__section-item-left[data-v-335e0ca7] {
    align-items: flex-end;
    display: flex;
    flex-direction: row
}

@media only screen and (max-width: 1023px) {
    .spb-price-details__section-item-left[data-v-335e0ca7] {
        align-items: flex-start;
        flex-direction: column
    }
}

.spb-price-details__section-item-tag[data-v-335e0ca7] {
    margin-left: 8px
}

@media only screen and (max-width: 1023px) {
    .spb-price-details__section-item-name[data-v-335e0ca7] {
        font-size: 14px;
        max-width: 80%
    }
}

.spb-price-details__section-item-price[data-v-335e0ca7] {
    float: right
}

@media only screen and (max-width: 1023px) {
    .spb-price-details__section-item-price[data-v-335e0ca7] {
        font-size: 14px;
        font-weight: inherit
    }
}

.price-details-coupon-code[data-v-335e0ca7] {
    align-items: center;
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 16px;
    width: 100%
}

@media only screen and (min-width: 1280px) {
    .price-details-coupon-code[data-v-335e0ca7] {
        padding-left: 24px;
        padding-right: 24px
    }
}

.price-details-coupon-code__title[data-v-335e0ca7] {
    display: inline-block
}

@media only screen and (max-width: 1023px) {
    .price-details-coupon-code__title[data-v-335e0ca7] {
        font-size: 16px
    }
}

.price-details-coupon-code__price[data-v-335e0ca7] {
    float: right
}

@media only screen and (max-width: 1023px) {
    .price-details-coupon-code__price[data-v-335e0ca7] {
        font-size: 14px;
        font-weight: inherit
    }
}

.price-details-total-block[data-v-335e0ca7] {
    background-color: #f7f7f7;
    border: 1px solid #bfbfbf;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 24px 16px;
    width: 100%
}

@media only screen and (min-width: 1280px) {
    .price-details-total-block[data-v-335e0ca7] {
        padding-left: 24px;
        padding-right: 24px
    }
}

.price-details-total-block__total[data-v-335e0ca7] {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.price-details-total-block__total-label[data-v-335e0ca7] {
    display: inline-block
}

@media only screen and (max-width: 1023px) {
    .price-details-total-block__total-label[data-v-335e0ca7] {
        font-size: 20px
    }
}

.price-details-total-block__total-right-section[data-v-335e0ca7] {
    align-items: flex-end;
    display: flex
}

.price-details-total-block__total-right-section-more-details .spb-chevron[data-v-335e0ca7] {
    color: #0d365b;
    font-weight: 700;
    margin-right: 16px;
    padding-bottom: 8px
}

@media only screen and (max-width: 1023px) {
    .price-details-total-block__total-right-section-more-details .spb-chevron[data-v-335e0ca7] {
        padding-bottom: 0;
        padding-top: 16px
    }
}

.price-details-total-block__total-price[data-v-335e0ca7] {
    float: right
}

@media only screen and (max-width: 1023px) {
    .price-details-total-block__total-price[data-v-335e0ca7] {
        font-size: 20px
    }
}

.price-details-total-block__total-at-desk[data-v-335e0ca7] {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.price-details-total-block__total-at-desk__label-block[data-v-335e0ca7] {
    align-items: center;
    display: flex
}

.price-details-total-block__total-at-desk__tooltip[data-v-335e0ca7] {
    margin-left: 8px
}

.price-details-total-block__total-at-desk__tooltip-content[data-v-335e0ca7] {
    max-width: 350px;
    padding: 8px
}

.price-details-total-block__total-at-desk__label[data-v-335e0ca7] {
    display: inline-block
}

@media only screen and (max-width: 1023px) {
    .price-details-total-block__total-at-desk__label[data-v-335e0ca7] {
        font-size: 14px
    }
}

.price-details-total-block__total-at-desk__price[data-v-335e0ca7] {
    float: right
}

@media only screen and (max-width: 1023px) {
    .price-details-total-block__total-at-desk__price[data-v-335e0ca7] {
        font-size: 14px
    }
}

.popover-container[data-v-335e0ca7] {
    float: right;
    margin-right: 32px;
    padding-top: 32px
}

@media only screen and (max-width: 1023px) {
    .popover-container[data-v-335e0ca7] {
        padding-top: 8px
    }
}

.popover__content .tooltip-action[data-v-335e0ca7] {
    display: flex;
    justify-content: space-between;
    padding-top: 4px
}

@media only screen and (max-width: 1023px) {
    .popover__content .tooltip-action[data-v-335e0ca7] {
        margin-bottom: -16px
    }
}

.popover__content .tooltip-action--close[data-v-335e0ca7] {
    cursor: pointer;
    font-weight: 700
}

.spb-payment-wrapper {
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    min-width: 288px;
    padding: 16px 32px 32px;
    width: 100%
}

.spb-payment-wrapper__title {
    margin-top: 8px;
    width: 100%
}

.spb-payment-wrapper__subhead {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media only screen and (min-width: 768px) {
    .spb-payment-wrapper__subhead {
        flex-direction: row
    }
}

.spb-payment-wrapper__subhead-one-icon {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.spb-payment-wrapper__description {
    margin-bottom: 16px
}

@media only screen and (min-width: 768px) {
    .spb-payment-wrapper__description {
        max-width: 400px
    }
}

@media only screen and (min-width: 1280px) {
    .spb-payment-wrapper__description {
        max-width: inherit
    }
}

.spb-payment-wrapper--active {
    box-shadow: 0 0 0 1px #0d365b, 0 5px 30px rgba(0, 153, 0, .3);
    cursor: default
}

.spb-payment-wrapper__cards {
    margin-top: 4px
}

.spb-payment-wrapper__card {
    margin-right: 16px
}

.spb-payment-wrapper__card:last-child {
    margin-right: 0
}

.spb-payment-wrapper__tags {
    display: flex;
    margin: -30px 8px;
    max-width: 300px;
    position: absolute
}

.spb-payment-wrapper__tags>div {
    margin: 0 8px 4px 0
}

.spb-payment-wrapper__tags__with-tooltip {
    max-width: 250px
}

@media only screen and (min-width: 768px) {
    .spb-charge-card-pay-mode__form {
        max-width: 360px
    }
}

.spb-charge-card-pay-mode__form label {
    align-items: flex-end;
    display: flex;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 14px;
    margin-bottom: 8px;
    margin-top: 24px
}

.spb-charge-card-pay-mode__error {
    word-wrap: break-word;
    margin-top: 4px
}

.sr-only[data-v-1ba0d922] {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.custom-scrollbar[data-v-1ba0d922] {
    scrollbar-face-color: #0d365b;
    scrollbar-arrow-color: #0d365b;
    scrollbar-track-color: #f7f7f7;
    scrollbar-color: #0d365b #f7f7f7;
    scrollbar-width: thin
}

.custom-scrollbar[data-v-1ba0d922]::-webkit-scrollbar {
    border-radius: 8px;
    width: 8px
}

.custom-scrollbar[data-v-1ba0d922]::-webkit-scrollbar-track {
    background: #f7f7f7
}

.custom-scrollbar[data-v-1ba0d922]::-webkit-scrollbar-thumb {
    background-color: #0d365b;
    border: 2px solid #f7f7f7;
    border-radius: 8px
}

#cardNumber-container[data-v-1ba0d922],
#securityCode-container[data-v-1ba0d922] {
    align-items: center;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px #bfbfbf;
    display: flex;
    height: 56px;
    padding: 16px;
    width: 100%
}

#cardNumber-container.flex-microform-focused[data-v-1ba0d922],
#securityCode-container.flex-microform-focused[data-v-1ba0d922] {
    box-shadow: 0 0 0 2px #0d365b
}

#cardNumber-container.has-error[data-v-1ba0d922],
#securityCode-container.has-error[data-v-1ba0d922] {
    box-shadow: 0 0 0 2px #e6000f, inset 0 0 0 2px #fff!important
}

.spb-credit-card-pci-dss[data-v-1ba0d922] {
    margin-top: 16px
}

@media only screen and (min-width: 768px) {
    .spb-credit-card-pci-dss[data-v-1ba0d922] {
        margin-top: 24px
    }
    .spb-credit-card-pci-dss__content-cards[data-v-1ba0d922] {
        display: flex;
        justify-content: space-between
    }
}

.spb-credit-card-pci-dss__cards[data-v-1ba0d922] {
    margin: 4px 0 16px
}

@media only screen and (min-width: 768px) {
    .spb-credit-card-pci-dss__cards[data-v-1ba0d922] {
        margin: 0
    }
}

.spb-credit-card-pci-dss__card[data-v-1ba0d922] {
    margin-right: 14px
}

.spb-credit-card-pci-dss__card[data-v-1ba0d922]:last-child {
    margin-right: 0
}

@media only screen and (min-width: 768px) {
    .spb-credit-card-pci-dss__container[data-v-1ba0d922] {
        display: flex;
        justify-content: space-between
    }
    .spb-credit-card-pci-dss__form[data-v-1ba0d922] {
        max-width: 310px
    }
}

.spb-credit-card-pci-dss__content[data-v-1ba0d922] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 8px
}

.spb-credit-card-pci-dss__label[data-v-1ba0d922] {
    align-items: flex-end;
    display: flex
}

.spb-credit-card-pci-dss__expiry-date[data-v-1ba0d922] {
    margin-right: 16px
}

.spb-credit-card-pci-dss__cvv[data-v-1ba0d922],
.spb-credit-card-pci-dss__expiry-date[data-v-1ba0d922] {
    min-width: 0;
    width: 100%
}

.spb-credit-card-pci-dss__content-expiry-date[data-v-1ba0d922] {
    display: flex;
    width: 100%
}

.spb-credit-card-pci-dss__security[data-v-1ba0d922] {
    margin-top: 8px;
    text-align: right
}

@media only screen and (min-width: 768px) {
    .spb-credit-card-pci-dss__security[data-v-1ba0d922] {
        max-width: 292px
    }
}

@media only screen and (min-width: 1280px) {
    .spb-credit-card-pci-dss__security[data-v-1ba0d922] {
        max-width: 384px
    }
}

.spb-credit-card-pci-dss__descriptions[data-v-1ba0d922] {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    margin-top: 24px
}

@media only screen and (min-width: 768px) {
    .spb-credit-card-pci-dss__descriptions[data-v-1ba0d922] {
        justify-content: flex-end
    }
}

.spb-credit-card-pci-dss__security-image[data-v-1ba0d922] {
    margin: 16px 8px 0 0
}

.spb-credit-card-pci-dss__security-image[data-v-1ba0d922]:last-child {
    margin-right: 0
}

.spb-credit-card-pci-dss__error[data-v-1ba0d922] {
    word-wrap: break-word;
    margin-top: 4px
}

.spb-credit-card-pci-dss label[data-v-1ba0d922] {
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
    padding-left: 4px;
    width: 50%
}

.spb-credit-card-pci-dss label[data-v-1ba0d922]:last-child {
    padding-left: 12px
}

.spb-vehicle-offers {
    display: flex;
    flex-direction: column;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    padding: 32px 0
}

.spb-vehicle-offers__policy {
    color: #666;
    flex: 1;
    font-size: 14px
}

.spb-vehicle-offers__policy--title {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin: 8px 0
}

.spb-vehicle-offers__policy :not(:first-child) {
    margin: 0
}

.spb-vehicle-offers--day {
    font-size: 24px;
    font-weight: 700;
    margin: 16px 0 4px
}

.spb-vehicle-offers--day span {
    font-weight: 400
}

.spb-vehicle-offers--total {
    color: #666;
    font-size: 14px;
    margin: 0 0 16px;
    text-transform: uppercase
}

.spb-vehicle-offers__container {
    display: flex;
    flex-direction: column
}

.spb-vehicle-offers__car {
    max-height: 300px;
    padding: 16px;
    position: relative
}

.spb-vehicle-offers__car--title {
    font-size: 24px;
    font-weight: 700;
    margin: -8px 0 8px;
    max-width: 230px
}

.spb-vehicle-offers__car--model {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    max-width: calc(100% - 125px)
}

.spb-vehicle-offers__car--tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
    max-width: 300px
}

.spb-vehicle-offers__car--tags>div {
    margin: 0 8px 4px 0
}

.spb-vehicle-offers__car--tags--with-tooltip {
    max-width: 250px
}

.spb-vehicle-offers__car .spb-image {
    max-height: 125px;
    max-width: 125px;
    position: absolute;
    right: 4px;
    top: 32px
}

.spb-vehicle-offers__car--electric {
    background: -webkit-linear-gradient(left, rgba(0, 134, 230, .15) 50%, transparent 0)
}

.spb-vehicle-offers__car--prestige {
    background: -webkit-linear-gradient(left, hsla(38, 51%, 67%, .3) 50%, transparent 0)
}

.spb-vehicle-offers__car--gocar {
    background: -webkit-linear-gradient(left, rgba(112, 171, 63, .35) 50%, transparent 0)
}

.spb-vehicle-offers__online {
    background: #f7f7f7;
    display: flex;
    flex-direction: column;
    order: 0;
    padding: 16px
}

.spb-vehicle-offers__online--tag {
    display: flex
}

.spb-vehicle-offers__desk {
    display: flex;
    flex-direction: column;
    padding: 16px
}

.spb-vehicle-offers__desk--tag {
    display: flex
}

.spb-vehicle-offers .spb-button {
    height: 56px
}

@media only screen and (min-width: 768px) {
    .spb-vehicle-offers {
        flex-flow: column wrap;
        padding: 32px
    }
    .spb-vehicle-offers__car {
        padding: 0
    }
    .spb-vehicle-offers__car--title {
        font-size: 36px;
        max-width: 300px
    }
    .spb-vehicle-offers__car--tags {
        margin-top: 16px
    }
    .spb-vehicle-offers__car .spb-image {
        max-width: 250px;
        top: 8px
    }
    .spb-vehicle-offers__container {
        display: flex;
        flex-direction: row;
        margin-top: 24px
    }
    .spb-vehicle-offers__online {
        border-radius: 5px;
        flex: 1;
        margin-left: 24px;
        order: 1
    }
    .spb-vehicle-offers__online--tag {
        height: 24px
    }
    .spb-vehicle-offers__desk {
        border: 1px solid #e5e5e5;
        border-radius: 5px;
        flex: 1
    }
    .spb-vehicle-offers__desk--tag {
        height: 24px
    }
    .spb-vehicle-offers__desk,
    .spb-vehicle-offers__online {
        height: 100%;
        min-height: 300px;
        min-width: 300px;
        padding: 16px 24px 24px
    }
}

@media only screen and (min-width: 1280px) {
    .spb-vehicle-offers {
        flex-flow: row nowrap;
        padding: 32px 0 0
    }
    .spb-vehicle-offers__container {
        flex-direction: row;
        margin-top: 0;
        padding: 32px
    }
    .spb-vehicle-offers__car {
        box-sizing: content-box;
        height: 100%;
        max-width: 300px;
        padding-bottom: 140px;
        width: 100%
    }
    .spb-vehicle-offers__car__details-container,
    .spb-vehicle-offers__car__title-container {
        margin-left: 32px
    }
    .spb-vehicle-offers__car .spb-image {
        bottom: -5px;
        left: 0;
        max-height: 250px;
        max-width: 250px;
        padding-left: 32px;
        top: unset
    }
}

.spb-range-slider {
    height: 46px;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative
}

.spb-range-slider__steps {
    display: flex;
    height: 20px;
    justify-content: space-between;
    padding-bottom: 8px;
    width: 100%
}

.spb-range-slider__step-label {
    font-size: 12px;
    height: 20px;
    text-align: center;
    width: 18px
}

.spb-range-slider__slider-container {
    align-items: center;
    display: flex;
    height: 18px;
    justify-content: center;
    width: 100%
}

.spb-range-slider__scroll-zone-back {
    background-color: #bfbfbf;
    border-radius: 5px;
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%
}

.spb-range-slider__scroll-zone-front {
    background-color: #0d365b;
    border-radius: 5px;
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%
}

.spb-range-slider__cursor-container {
    display: flex;
    height: 18px;
    position: absolute;
    width: 100%
}

.spb-range-slider__cursor {
    background-color: #fff;
    border: 1px solid #bfbfbf;
    border-radius: 50%;
    box-shadow: 0 3px 2px #bfbfbf;
    height: 18px;
    left: 0;
    position: relative;
    width: 18px
}

.sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.custom-scrollbar {
    scrollbar-face-color: #0d365b;
    scrollbar-arrow-color: #0d365b;
    scrollbar-track-color: #f7f7f7;
    scrollbar-color: #0d365b #f7f7f7;
    scrollbar-width: thin
}

.custom-scrollbar::-webkit-scrollbar {
    border-radius: 8px;
    width: 8px
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: #f7f7f7
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #0d365b;
    border: 2px solid #f7f7f7;
    border-radius: 8px
}

.spb-stepper {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory
}

.spb-stepper::-webkit-scrollbar {
    display: none
}

.spb-stepper__container {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.spb-stepper__head {
    align-items: flex-start;
    display: flex;
    flex-direction: row
}

.spb-stepper__index {
    background-color: #bfbfbf;
    border-radius: 5px 0;
    color: #fff;
    height: 24px;
    min-width: 24px;
    text-align: center
}

.spb-stepper__index .spb-text {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center
}

.spb-stepper__extra {
    border-left: 2px solid #bfbfbf;
    padding-left: 16px
}

.spb-stepper__station-name {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-height: 2.8em;
    overflow: hidden;
    text-overflow: ellipsis
}

.spb-stepper__title {
    align-items: center;
    color: #666;
    display: flex;
    min-height: 24px;
    overflow: hidden;
    padding: 0 8px;
    text-transform: uppercase;
    width: 100%
}

.spb-stepper__title .spb-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.spb-stepper__body {
    max-height: 0;
    opacity: 0;
    padding: 0;
    transition: visibility .3s linear, max-height .3s linear, opacity .3s linear, padding .3s linear;
    visibility: hidden;
    width: 100%
}

.spb-stepper__body .v-popover {
    display: inline-block;
    margin-left: 4px;
    vertical-align: text-top
}

.spb-stepper__body__content {
    align-items: center;
    display: flex
}

.spb-stepper__station-details {
    display: flex;
    flex: 1;
    margin-top: 24px
}

.spb-stepper__station-details>div {
    flex: 1
}

.spb-stepper__station-details>div+div {
    margin-left: 16px
}

.spb-stepper__image {
    height: 80px;
    margin-top: 8px
}

.spb-stepper__step {
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin: 0;
    padding: 8px
}

.spb-stepper__step--active {
    box-shadow: inset 0 0 0 1px #0d365b;
    cursor: default
}

@supports(display: grid) {
    .spb-stepper__step--active {
        box-shadow: inset 0 0 0 1px #0d365b
    }
}

.spb-stepper__step--active .spb-stepper__index {
    background-color: #0d365b
}

.spb-stepper__step--active .spb-stepper__title {
    color: #0d365b
}

.spb-stepper__step--active .spb-stepper__extra {
    border-left-color: #0d365b
}

.spb-stepper__step--disabled {
    cursor: default
}

.spb-stepper__step--disabled .spb-stepper__head {
    opacity: .5
}

.spb-stepper__step:first-child {
    margin-right: 4px
}

.spb-stepper__step:last-child {
    margin-left: 4px
}

.spb-stepper__step:not(:first-child):not(:last-child) {
    margin: 0 8px
}

@media only screen and (min-width: 768px) {
    .spb-stepper__step:first-child {
        width: 40%
    }
    .spb-stepper__step:nth-child(2) {
        width: 20%
    }
    .spb-stepper__step:nth-child(3) {
        width: 25%
    }
    .spb-stepper__step:nth-child(4) {
        width: 15%
    }
    .spb-stepper__body {
        align-items: flex-end;
        display: flex;
        flex-direction: row;
        flex-grow: 1;
        justify-content: space-between;
        max-height: 300px;
        opacity: 1;
        transition: visibility .3s linear, max-height .3s linear, opacity .3s linear, padding .3s linear;
        visibility: inherit
    }
    .spb-stepper__details {
        margin-top: 4px
    }
    .spb-stepper__extra-details {
        margin-right: 16px;
        max-width: 50%
    }
}

.vue-map-container {
    position: relative
}

.vue-map-container .vue-map {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.vue-map-hidden {
    display: none
}

.vue-street-view-pano-container {
    position: relative
}

.vue-street-view-pano-container .vue-street-view-pano {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}