.mp-tooltip {
    -webkit-font-feature-settings: "tnum";
    -moz-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: rgba(0, 0, 0, .851);
    display: block;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    margin: 0;
    max-width: 320px;
    padding: 0;
    position: fixed;
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    visibility: visible;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 1070
}

.mp-tooltip-mobile--hidden {
    display: none !important
}

.mp-tooltip--hidden {
    display: none
}

.mp-tooltip__inner {
    word-wrap: break-word;
    background-color: rgba(0, 0, 0, .749);
    border-radius: 2px;
    -webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .122), 0 6px 16px rgba(0, 0, 0, .078), 0 9px 28px 8px rgba(0, 0, 0, .051);
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .122), 0 6px 16px rgba(0, 0, 0, .078), 0 9px 28px 8px rgba(0, 0, 0, .051);
    color: #fff;
    min-height: 32px;
    min-width: 30px;
    padding: 6px 8px;
    text-align: left;
    text-decoration: none
}

.mp-tooltip__arrow {
    background: 0 0;
    display: block;
    height: 13.07106781px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    width: 13.07106781px
}

.mp-tooltip__arrow-content {
    background-color: rgba(0, 0, 0, .749);
    bottom: 0;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    margin: auto;
    pointer-events: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 5px
}

.mp-tooltip--placement-top,
.mp-tooltip--placement-topLeft,
.mp-tooltip--placement-topRight {
    padding-bottom: 8px
}

.mp-tooltip--placement-right,
.mp-tooltip--placement-rightBottom,
.mp-tooltip--placement-rightTop {
    padding-left: 8px
}

.mp-tooltip--placement-bottom,
.mp-tooltip--placement-bottomLeft,
.mp-tooltip--placement-bottomRight {
    padding-top: 8px
}

.mp-tooltip--placement-left,
.mp-tooltip--placement-leftBottom,
.mp-tooltip--placement-leftTop {
    padding-right: 8px
}

.mp-tooltip--placement-top .mp-tooltip__arrow,
.mp-tooltip--placement-topLeft .mp-tooltip__arrow,
.mp-tooltip--placement-topRight .mp-tooltip__arrow {
    bottom: -5.07106781px
}

.mp-tooltip--placement-top .mp-tooltip__arrow-content,
.mp-tooltip--placement-topLeft .mp-tooltip__arrow-content,
.mp-tooltip--placement-topRight .mp-tooltip__arrow-content {
    -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, .071);
    box-shadow: 3px 3px 7px rgba(0, 0, 0, .071);
    -webkit-transform: translateY(-6.53553391px) rotate(45deg);
    -moz-transform: translateY(-6.53553391px) rotate(45deg);
    transform: translateY(-6.53553391px) rotate(45deg)
}

.mp-tooltip--placement-top .mp-tooltip__arrow {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%)
}

.mp-tooltip--placement-topLeft .mp-tooltip__arrow {
    left: 13px
}

.mp-tooltip--placement-topRight .mp-tooltip__arrow {
    right: 13px
}

.mp-tooltip--placement-right .mp-tooltip__arrow,
.mp-tooltip--placement-rightBottom .mp-tooltip__arrow,
.mp-tooltip--placement-rightTop .mp-tooltip__arrow {
    left: -5.07106781px
}

.mp-tooltip--placement-right .mp-tooltip__arrow-content,
.mp-tooltip--placement-rightBottom .mp-tooltip__arrow-content,
.mp-tooltip--placement-rightTop .mp-tooltip__arrow-content {
    -webkit-box-shadow: -3px 3px 7px rgba(0, 0, 0, .071);
    box-shadow: -3px 3px 7px rgba(0, 0, 0, .071);
    -webkit-transform: translateX(6.53553391px) rotate(45deg);
    -moz-transform: translateX(6.53553391px) rotate(45deg);
    transform: translateX(6.53553391px) rotate(45deg)
}

.mp-tooltip--placement-right .mp-tooltip__arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mp-tooltip--placement-rightTop .mp-tooltip__arrow {
    top: 5px
}

.mp-tooltip--placement-rightBottom .mp-tooltip__arrow {
    bottom: 5px
}

.mp-tooltip--placement-left .mp-tooltip__arrow,
.mp-tooltip--placement-leftBottom .mp-tooltip__arrow,
.mp-tooltip--placement-leftTop .mp-tooltip__arrow {
    right: -5.07106781px
}

.mp-tooltip--placement-left .mp-tooltip__arrow-content,
.mp-tooltip--placement-leftBottom .mp-tooltip__arrow-content,
.mp-tooltip--placement-leftTop .mp-tooltip__arrow-content {
    -webkit-box-shadow: 3px -3px 7px rgba(0, 0, 0, .071);
    box-shadow: 3px -3px 7px rgba(0, 0, 0, .071);
    -webkit-transform: translateX(-6.53553391px) rotate(45deg);
    -moz-transform: translateX(-6.53553391px) rotate(45deg);
    transform: translateX(-6.53553391px) rotate(45deg)
}

.mp-tooltip--placement-left .mp-tooltip__arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mp-tooltip--placement-leftTop .mp-tooltip__arrow {
    top: 5px
}

.mp-tooltip--placement-leftBottom .mp-tooltip__arrow {
    bottom: 5px
}

.mp-tooltip--placement-bottom .mp-tooltip__arrow,
.mp-tooltip--placement-bottomLeft .mp-tooltip__arrow,
.mp-tooltip--placement-bottomRight .mp-tooltip__arrow {
    top: -5.07106781px
}

.mp-tooltip--placement-bottom .mp-tooltip__arrow-content,
.mp-tooltip--placement-bottomLeft .mp-tooltip__arrow-content,
.mp-tooltip--placement-bottomRight .mp-tooltip__arrow-content {
    -webkit-box-shadow: -3px -3px 7px rgba(0, 0, 0, .071);
    box-shadow: -3px -3px 7px rgba(0, 0, 0, .071);
    -webkit-transform: translateY(6.53553391px) rotate(45deg);
    -moz-transform: translateY(6.53553391px) rotate(45deg);
    transform: translateY(6.53553391px) rotate(45deg)
}

.mp-tooltip--placement-bottom .mp-tooltip__arrow {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%)
}

.mp-tooltip--placement-bottomLeft .mp-tooltip__arrow {
    left: 13px
}

.mp-tooltip--placement-bottomRight .mp-tooltip__arrow {
    right: 13px
}

.mp-tooltip-rtl {
    direction: rtl
}

.mp-tooltip-rtl .mp-tooltip-inner {
    text-align: right
}

.customer-sign-in-container.show-loading .sign-in,
.customer-sign-in-container:not(.show-loading) .sign-in--loading {
    display: none
}

.sign-in__activate-info {
    color: #000;
    display: none;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 32px;
    text-align: center
}

.sign-in__has-registered {
    color: #f04949
}

.sign-in__from_confirm_email,
.sign-in__has-registered {
    display: none;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 16px;
    text-align: center
}

.sign-in__from_confirm_email {
    color: #000
}

.sign-in__buttons {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 16px
}

.sign-in__buttons.password__buttons {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.sign-in__buttons>a {
    text-decoration: underline
}

.sign-in__buttons>a,
.sign-in__buttons>a:hover {
    color: #474745;
}

.sign-in__buttons>a:hover {
    text-decoration: none
}

.sign-in__third {
    margin-top: 28px
}

.sign-in__third-buttons {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 28px;
    text-align: center
}

.sign-in__third-buttons .sign-in__third-button {
    border: 1px solid #E0E0D7;
    border-radius: 50%;
    display: inline-block;
    font-size: 0;
    margin-left: 0;
    padding: 12px
}

.sign-in__divid {
    line-height: 24px;
    margin-bottom: 26px;
    position: relative;
    text-align: center
}

.sign-in__divid:before {
    background-color: #E0E0D7;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1
}

.sign-in__divid>span {
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.6);
    display: inline-block;
    padding: 0 18px;
    position: relative;
    word-break: break-word;
    z-index: 2
}

.sign-in__guest {
    margin-top: 62px
}

.sign-in--loading {
    height: 50vh;
    line-height: 50vh;
    text-align: center
}

.sign-in--loading svg {
    -webkit-animation: loading .8s infinite linear;
    -moz-animation: loading .8s infinite linear;
    animation: loading .8s infinite linear
}

.sign-in__activate-verifycode {
    display: none
}

.sl-input {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    font-size: 14px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 1.4;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    width: 100%
}

.sl-input:after {
    border: 1px solid #E0E0D7;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: border-color .3s;
    -moz-transition: border-color .3s;
    transition: border-color .3s;
    z-index: 1
}

[data-button_style=square] .sl-input:after {
    border-radius: 0
}

[data-button_style=radius] .sl-input:after {
    border-radius: 4px
}

[data-button_style=rounded] .sl-input:after {
    border-radius: 46px
}

.sl-input__area input,
.sl-input__area select,
.sl-input__area textarea {
    background: none;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #000000;
    height: 48px;
    line-height: 1.15;
    padding: 24px 16px 8px;
    width: 100%
}

.sl-input__area input::-ms-clear,
.sl-input__area input::-ms-reveal,
.sl-input__area select::-ms-clear,
.sl-input__area select::-ms-reveal,
.sl-input__area textarea::-ms-clear,
.sl-input__area textarea::-ms-reveal {
    display: none
}

.sl-input__area input:-webkit-autofill {
    -webkit-text-fill-color: #000000;
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
}

.sl-input input[type=password] {
    font-family: Helvetica !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px
}

.sl-input__area.is-textarea .sl-input__inpEle:not(:-moz-placeholder-shown)+.placeholder,
.sl-input__inpEle:not(:-moz-placeholder-shown)+.placeholder,
.sl-input__selectEle:not(:-moz-placeholder-shown)+.placeholder {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-transform: scale(.8) translateY(-100%);
    transform: scale(.8) translateY(-100%);
    white-space: nowrap;
    width: 100%;
    word-break: normal
}

.sl-input:focus-within .placeholder,
.sl-input__area .placeholder.active,
.sl-input__area.is-textarea .sl-input__inpEle:not(:placeholder-shown)+.placeholder,
.sl-input__inpEle:not(:placeholder-shown)+.placeholder,
.sl-input__selectEle:not(:placeholder-shown)+.placeholder {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transform: scale(.8) translateY(-100%);
    -moz-transform: scale(.8) translateY(-100%);
    transform: scale(.8) translateY(-100%);
    white-space: nowrap;
    width: 100%;
    word-break: normal
}

.sl-input input:focus,
.sl-input textarea:focus {
    outline: 0
}

.sl-input:focus-within:after,
.sl-input:focus:after {
    border-color: #000000;
    border-width: 2px
}

.sl-input.is-focus:after,
.sl-input:focus-within:after,
.sl-input:focus:after {
    border-width: 2px
}

.sl-input.is-disabled {
    cursor: not-allowed
}

.sl-input.is-disabled input,
.sl-input.is-disabled select,
.sl-input.is-disabled textarea {
    background-color: rgba(44, 44, 44, .06) !important;
    border-color: #d8d8d8 !important;
    color: rgba(44, 44, 44, .4);
    cursor: not-allowed;
    pointer-events: none
}

.sl-input__area {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex: 1;
    flex: 1;
    position: relative
}

.sl-input .sl-input__area select {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    padding-right: 30px;
    position: relative
}

.sl-input__area input::-webkit-input-placeholder,
.sl-input__area textarea::-webkit-input-placeholder {
    font-size: 0
}

.sl-input__area input::-moz-placeholder,
.sl-input__area textarea::-moz-placeholder {
    font-size: 0
}

.sl-input__area input::-ms-input-placeholder,
.sl-input__area textarea::-ms-input-placeholder {
    font-size: 0
}

.sl-input__area input::placeholder,
.sl-input__area textarea::placeholder {
    font-size: 0
}

.sl-input__area .placeholder {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    left: 16px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-overflow: ellipsis;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -moz-transition: transform .3s ease, -moz-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease;
    width: 100%;
    word-break: break-word;
    z-index: 4
}

.sl-input__area.is-textarea {
    padding-top: 24px
}

.sl-input__area.is-textarea textarea {
    padding-top: 0;
    resize: vertical
}

.sl-input__area.is-textarea .placeholder {
    top: 22px
}

.sl-input__addonAfter {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    position: absolute;
    right: 6px;
    z-index: 1
}

.sl-input__addonAfter,
.sl-input__suffix {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.sl-input__suffix {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 10px;
    padding: 6px
}

.code-select__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    padding: 0 16px 0 8px;
    position: relative
}

.code-select__container.active svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

.code-select__container:before {
    border-left: 1px solid #E0E0D7;
    content: " "
}

.code-select__container .code-select__value {
    padding-right: 4px
}

.code-select__container .code-select__value-wrapper {
    line-height: 30px;
    padding-left: 16px
}

.code-select__container>select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0
}

.sl-btn {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .3em;
    line-height: 1.6;
    padding: 13px 23px;
    position: relative;
    text-align: center;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: normal
}

.sl-btn--ghost {
    background: transparent !important;
    border-color: #474745 !important;
    color: #474745 !important;
}

.sl-btn.btn--loading:after {
    -webkit-animation: btn-loading linear 1.5s infinite;
    -moz-animation: btn-loading linear 1.5s infinite;
    animation: btn-loading linear 1.5s infinite;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAVCAYAAABG1c6oAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADoSURBVHgBpZULEYMwDEDDFExCHWwONgk42ByAA+YACUjBAg7KFCAhS0Z6VzIYNH13PWivfaS/AHAARDxDDiygUlHpqUw4401iGlRGEs01VfZSAha3Eu0tR8aiEqzQYBfJPNchBxJ0kdBBDiq6DnKRXbXt4gonKpdQKYpiAAMUSC1n1sXr58GIbOR3yTjCUdod2HHyHFn4jr50h0TUug/h3gZaSGT1yMmCJu/05pFjSepNEZn/iS7qUCvp449MZ6Rmq2ODS1gcsk0l7zq1NXtTeaqpbJGWkUTc4zKiSdo4WvtvAeejdUjwAWbg41OUjSIvAAAAAElFTkSuQmCC);
    content: "";
    height: 20px;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 1;
    position: absolute;
    top: 50%;
    width: 20px
}

.sl-btn.btn-primary {
    overflow: hidden;
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    transition: color .5s ease
}

[data-button-hover-animation="1"] .sl-btn.btn-primary:hover:after {
    -webkit-animation: btn-sweep .75s cubic-bezier(.01, .56, 1, 1);
    -moz-animation: btn-sweep .75s cubic-bezier(.01, .56, 1, 1);
    animation: btn-sweep .75s cubic-bezier(.01, .56, 1, 1);
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(hsla(0, 0%, 100%, .25)), to(transparent));
    background-image: -webkit-linear-gradient(left, transparent, hsla(0, 0%, 100%, .25), transparent);
    background-image: -moz-linear-gradient(left, transparent, hsla(0, 0%, 100%, .25), transparent);
    background-image: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .25), transparent);
    height: 100%;
    left: 150%;
    margin-left: 0;
    margin-top: 0;
    top: 0;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    transform: skew(-20deg);
    width: 100%
}

[data-button-hover-animation="2"] .sl-btn.btn-primary {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s
}

[data-button-hover-animation="2"] .sl-btn.btn-primary:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1)
}

[data-button-hover-animation="2"] .sl-btn.btn-primary:hover:after {
    background: transparent -webkit-radial-gradient(circle, hsla(0, 0%, 100%, .08) 1%, transparent 0) 50%/15000%;
    background: transparent -moz-radial-gradient(circle, hsla(0, 0%, 100%, .08) 1%, transparent 1%) 50%/15000%;
    background: transparent radial-gradient(circle, hsla(0, 0%, 100%, .08) 1%, transparent 0) 50%/15000%
}

[data-button-hover-animation="2"] .sl-btn.btn-primary:hover:active:after {
    background-color: transparent;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    opacity: 1;
    -webkit-transition: background 0s;
    -moz-transition: background 0s;
    transition: background 0s
}

[data-button-hover-animation="3"] .sl-btn.btn-primary {
    background-color: transparent;
    border-color: var(--primary-btn-background-color);
    -webkit-transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    -moz-transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    z-index: 1
}

[data-button-hover-animation="3"] .sl-btn.btn-primary:after {
    background-color: var(--primary-btn-background-color);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
    transition: -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
    -moz-transition: transform .45s cubic-bezier(.785, .135, .15, .86), -moz-transform .45s cubic-bezier(.785, .135, .15, .86);
    transition: transform .45s cubic-bezier(.785, .135, .15, .86);
    transition: transform .45s cubic-bezier(.785, .135, .15, .86), -webkit-transform .45s cubic-bezier(.785, .135, .15, .86), -moz-transform .45s cubic-bezier(.785, .135, .15, .86);
    z-index: -1
}

[data-button-hover-animation="3"] .sl-btn.btn-primary:hover {
    background-color: transparent;
    color: var(--primary-btn-background-color)
}

[data-button-hover-animation="3"] .sl-btn.btn-primary:hover:after {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    transform-origin: right center
}

[data-button-hover-animation="4"] .sl-btn.btn-primary {
    background-color: transparent;
    overflow: hidden;
    z-index: 1
}

[data-button-hover-animation="4"] .sl-btn.btn-primary:after {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: var(--primary-btn-background-color);
    border-radius: 0 0 0 80%;
    height: 300%;
    left: -55%;
    top: -100%;
    -webkit-transition: border-radius 2.5s cubic-bezier(.84, -.01, .56, .59), -webkit-transform .5s ease;
    transition: border-radius 2.5s cubic-bezier(.84, -.01, .56, .59), -webkit-transform .5s ease;
    -moz-transition: transform .5s ease, border-radius 2.5s cubic-bezier(.84, -.01, .56, .59), -moz-transform .5s ease;
    transition: transform .5s ease, border-radius 2.5s cubic-bezier(.84, -.01, .56, .59);
    transition: transform .5s ease, border-radius 2.5s cubic-bezier(.84, -.01, .56, .59), -webkit-transform .5s ease, -moz-transform .5s ease;
    width: 300%;
    z-index: -1
}

[data-button-hover-animation="4"] .sl-btn.btn-primary:hover {
    color: var(--primary-btn-background-color)
}

[data-button-hover-animation="4"] .sl-btn.btn-primary:hover:after {
    -webkit-transform: translate(-45%, -70%);
    -moz-transform: translate(-45%, -70%);
    transform: translate(-45%, -70%)
}

.sl-btn.btn-link {
    font-size: get-body-size(3, sm);
    font-weight: inherit;
    letter-spacing: inherit;
    padding-left: 2px;
    padding-right: 2px;
    position: relative
}

.sl-btn.btn-link:after,
.sl-btn.btn-link:before {
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0
}

.sl-btn.btn-link:before {
    background-color: rgba(0, 0, 0, 0.15);
}

.sl-btn.btn-link:after {
    background-color: #000000;
    border-bottom-right-radius: 1px;
    border-top-right-radius: 1px;
    height: 2px;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    -moz-transition: transform .5s ease-out, -moz-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out, -moz-transform .5s ease-out
}

.sl-btn.btn-link:hover:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1)
}

.sl-btn.btn-outline-primary,
.sl-btn.btn-primary {
    font-size: get-body-size(5, sm);
    text-transform: uppercase
}

.sl-btn.btn-primary,
.sl-btn.btn-primary.active,
.sl-btn.btn-primary.disabled,
.sl-btn.btn-primary:active,
.sl-btn.btn-primary:disabled,
.sl-btn.btn-primary:focus,
.sl-btn.btn-primary:hover {
    background-color: #474745;
    border-color: #474745;
    color: #ffffff;
}

.sl-btn.btn--block,
.sl-btn.col-24 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.sl-checkbox {
    -webkit-font-feature-settings: "tnum";
    -moz-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    line-height: 1;
    list-style: none;
    margin: 0;
    outline: none;
    padding: 0;
    position: relative;
    top: .2em;
    white-space: nowrap
}

.sl-checkbox+span {
    padding-left: 8px;
    padding-right: 8px
}

.sl-checkbox__wrapper {
    -webkit-font-feature-settings: "tnum";
    -moz-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    line-height: unset;
    list-style: none;
    margin: 0;
    padding: 0
}

.sl-checkbox__input {
    -webkit-appearance: auto;
    cursor: pointer;
    height: 100%;
    inset: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

.sl-checkbox__input:checked+.sl-checkbox__inner {
    background-color: #474745;
    border-color: #474745;
}

.sl-checkbox__input:checked+.sl-checkbox__inner:after {
    border: 2px solid #fff;
    border-left: 0;
    border-top: 0;
    content: " ";
    display: table;
    opacity: 1;
    position: absolute;
    -webkit-transform: rotate(45deg) scale(1) translate(-50%, -50%);
    -moz-transform: rotate(45deg) scale(1) translate(-50%, -50%);
    transform: rotate(45deg) scale(1) translate(-50%, -50%);
    -webkit-transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s;
    -moz-transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s;
    transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s
}

.sl-checkbox__inner {
    border: 1px solid #E0E0D7;
    border-collapse: separate;
    border-radius: 2px;
    direction: ltr;
    display: block;
    height: 16px;
    left: 0;
    position: relative;
    top: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    width: 16px
}

.sl-checkbox__inner:after {
    border: 2px solid #fff;
    border-left: 0;
    border-top: 0;
    content: " ";
    display: table;
    height: 9.14285714px;
    left: 21.5%;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg) scale(0) translate(-50%, -50%);
    -moz-transform: rotate(45deg) scale(0) translate(-50%, -50%);
    transform: rotate(45deg) scale(0) translate(-50%, -50%);
    -webkit-transition: all .1s cubic-bezier(.71, -.46, .88, .6), opacity .1s;
    -moz-transition: all .1s cubic-bezier(.71, -.46, .88, .6), opacity .1s;
    transition: all .1s cubic-bezier(.71, -.46, .88, .6), opacity .1s;
    width: 5.71428571px
}

.customer {
    margin: 120px auto;
    width: 430px
}

.customer__title {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 32px;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase
}

.customer__tips {
    font-size: 12px;
    line-height: 20px;
    margin: 32px 0 16px;
    text-align: center
}

.customer__form-item {
    margin-top: 16px
}

.customer__form-item--send {
    -webkit-font-feature-settings: "tnum";
    -moz-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    color: #474745;
    font-size: 14px;
    font-variant-numeric: tabular-nums;
    padding: 0
}

@media(min-width:768px) {
    .customer__form-item--send {
        font-size: 14px
    }
}

.customer__form-item--send:focus,
.customer__form-item--send:hover {
    color: #474745;
}

.customer__form-item--send:before,
.customer__form-item--send:not(.btn--loading):after {
    display: none
}

.customer__form-nickname {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 20px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 16px
}

.customer__form-nickname>.customer__form-item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    margin-top: 0
}

.customer__form-nickname .sl-input__suffix {
    display: none
}

.customer__error {
    color: #f04949;
    display: none;
    font-size: 12px;
    line-height: 16px;
    margin-top: 8px
}

.customer__footer-link {
    color: #474745;
    margin-bottom: 46px;
    margin-top: 28px
}

.customer--link {
    text-decoration: underline
}

.customer--link:hover {
    text-decoration: none
}

.customer .hide {
    display: none !important
}

.customer .errClass .sl-input:after {
    border-color: #f04949
}

.customer input:-webkit-autofill {
    -webkit-text-fill-color: #000000;
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
}

.form-item--password .sl-input__suffix {
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer
}

@media screen and (max-width:750px) {
    .customer {
        padding: 0 20px;
        width: 100%
    }
}

.air-datepicker-cell.-day-.-other-month-,
.air-datepicker-cell.-year-.-other-decade- {
    color: var(--adp-color-other-month)
}

.air-datepicker-cell.-day-.-other-month-:hover,
.air-datepicker-cell.-year-.-other-decade-:hover {
    color: var(--adp-color-other-month-hover)
}

.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade- {
    color: var(--adp-color-other-month)
}

.-selected-.air-datepicker-cell.-day-.-other-month-,
.-selected-.air-datepicker-cell.-year-.-other-decade- {
    background: var(--adp-background-color-selected-other-month);
    color: #fff
}

.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade- {
    background: var(--adp-background-color-selected-other-month-focused)
}

.-in-range-.air-datepicker-cell.-day-.-other-month-,
.-in-range-.air-datepicker-cell.-year-.-other-decade- {
    background-color: var(--adp-background-color-in-range);
    color: var(--adp-color)
}

.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade- {
    background-color: var(--adp-background-color-in-range-focused)
}

.air-datepicker-cell.-day-.-other-month-:empty,
.air-datepicker-cell.-year-.-other-decade-:empty {
    background: none;
    border: none
}

.air-datepicker-cell {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: var(--adp-cell-border-radius);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    z-index: 1
}

.air-datepicker-cell.-focus- {
    background: var(--adp-cell-background-color-hover)
}

.air-datepicker-cell.-current- {
    color: var(--adp-color-current-date)
}

.air-datepicker-cell.-current-.-focus- {
    color: var(--adp-color)
}

.air-datepicker-cell.-current-.-in-range- {
    color: var(--adp-color-current-date)
}

.air-datepicker-cell.-disabled- {
    color: var(--adp-color-disabled);
    cursor: default
}

.air-datepicker-cell.-disabled-.-focus- {
    color: var(--adp-color-disabled)
}

.air-datepicker-cell.-disabled-.-in-range- {
    color: var(--adp-color-disabled-in-range)
}

.air-datepicker-cell.-disabled-.-current-.-focus- {
    color: var(--adp-color-disabled)
}

.air-datepicker-cell.-in-range- {
    background: var(--adp-cell-background-color-in-range);
    border-radius: 0
}

.air-datepicker-cell.-in-range-:hover {
    background: var(--adp-cell-background-color-in-range-hover)
}

.air-datepicker-cell.-range-from- {
    background-color: var(--adp-cell-background-color-in-range);
    border: 1px solid var(--adp-cell-border-color-in-range);
    border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)
}

.air-datepicker-cell.-range-to- {
    background-color: var(--adp-cell-background-color-in-range);
    border: 1px solid var(--adp-cell-border-color-in-range);
    border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0
}

.air-datepicker-cell.-range-to-.-range-from- {
    border-radius: var(--adp-cell-border-radius)
}

.air-datepicker-cell.-selected- {
    border: none
}

.air-datepicker-cell.-selected-,
.air-datepicker-cell.-selected-.-current- {
    background: var(--adp-cell-background-color-selected);
    color: #fff
}

.air-datepicker-cell.-selected-.-focus- {
    background: var(--adp-cell-background-color-selected-hover)
}

.air-datepicker-body {
    -webkit-transition: all var(--adp-transition-duration) var(--adp-transition-ease);
    -moz-transition: all var(--adp-transition-duration) var(--adp-transition-ease);
    transition: all var(--adp-transition-duration) var(--adp-transition-ease)
}

.air-datepicker-body.-hidden- {
    display: none
}

.air-datepicker-body--day-names {
    display: grid;
    grid-template-columns: repeat(7, var(--adp-day-cell-width));
    margin: 8px 0 3px
}

.air-datepicker-body--day-name {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-align-items: center;
    align-items: center;
    color: var(--adp-day-name-color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex: 1;
    flex: 1;
    font-size: .8em;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase
}

.air-datepicker-body--day-name.-clickable- {
    cursor: pointer
}

.air-datepicker-body--day-name.-clickable-:hover {
    color: var(--adp-day-name-color-hover)
}

.air-datepicker-body--cells {
    display: grid
}

.air-datepicker-body--cells.-days- {
    grid-auto-rows: var(--adp-day-cell-height);
    grid-template-columns: repeat(7, var(--adp-day-cell-width))
}

.air-datepicker-body--cells.-months- {
    grid-auto-rows: var(--adp-month-cell-height);
    grid-template-columns: repeat(3, 1fr)
}

.air-datepicker-body--cells.-years- {
    grid-auto-rows: var(--adp-year-cell-height);
    grid-template-columns: repeat(4, 1fr)
}

.air-datepicker-nav {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    border-bottom: 1px solid var(--adp-border-color-inner);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    min-height: var(--adp-nav-height);
    padding: var(--adp-padding)
}

.-only-timepicker- .air-datepicker-nav {
    display: none
}

.air-datepicker-nav--action,
.air-datepicker-nav--title {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.air-datepicker-nav--action {
    border-radius: var(--adp-border-radius);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: var(--adp-nav-action-size)
}

.air-datepicker-nav--action:hover {
    background: var(--adp-background-color-hover)
}

.air-datepicker-nav--action:active {
    background: var(--adp-background-color-active)
}

.air-datepicker-nav--action.-disabled- {
    visibility: hidden
}

.air-datepicker-nav--action svg {
    height: 32px;
    width: 32px
}

.air-datepicker-nav--action path {
    fill: none;
    stroke: var(--adp-nav-arrow-color);
    stroke-width: 2px
}

.air-datepicker-nav--title {
    border-radius: var(--adp-border-radius);
    padding: 0 8px
}

.air-datepicker-nav--title i {
    color: var(--adp-nav-color-secondary);
    font-style: normal;
    margin-left: .3em
}

.air-datepicker-nav--title:hover {
    background: var(--adp-background-color-hover)
}

.air-datepicker-nav--title:active {
    background: var(--adp-background-color-active)
}

.air-datepicker-nav--title.-disabled- {
    background: none;
    cursor: default
}

.air-datepicker-buttons {
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-flow: column
}

.air-datepicker-button {
    background: hsla(0, 0%, 100%, 0);
    border: none;
    border-radius: var(--adp-btn-border-radius);
    color: var(--adp-btn-color);
    cursor: pointer;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    height: var(--adp-btn-height)
}

.air-datepicker-button:focus,
.air-datepicker-button:hover {
    background: var(--adp-btn-background-color-hover);
    color: var(--adp-btn-color-hover)
}

.air-datepicker-button:focus {
    outline: none
}

.air-datepicker-button:active {
    background: var(--adp-btn-background-color-active)
}

.air-datepicker-button span {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    outline: none;
    width: 100%
}

.air-datepicker-button span,
.air-datepicker-time {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.air-datepicker-time {
    grid-column-gap: 12px;
    display: grid;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    padding: 0 var(--adp-time-padding-inner);
    position: relative
}

.-only-timepicker- .air-datepicker-time {
    border-top: none
}

.air-datepicker-time--current {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex: 1;
    flex: 1;
    font-size: 14px;
    text-align: center
}

.air-datepicker-time--current-colon {
    line-height: 1;
    margin: 0 2px 3px
}

.air-datepicker-time--current-hours,
.air-datepicker-time--current-minutes {
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-size: 19px;
    line-height: 1;
    position: relative;
    z-index: 1
}

.air-datepicker-time--current-hours:after,
.air-datepicker-time--current-minutes:after {
    background: var(--adp-background-color-hover);
    border-radius: var(--adp-border-radius);
    bottom: -2px;
    content: "";
    left: -2px;
    opacity: 0;
    position: absolute;
    right: -2px;
    top: -3px;
    z-index: -1
}

.air-datepicker-time--current-hours.-focus-:after,
.air-datepicker-time--current-minutes.-focus-:after {
    opacity: 1
}

.air-datepicker-time--current-ampm {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    color: var(--adp-time-day-period-color);
    font-size: 11px;
    margin-bottom: 1px;
    margin-left: 6px;
    text-transform: uppercase
}

.air-datepicker-time--row {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: -webkit-gradient(linear, left top, right top, from(var(--adp-time-track-color)), to(var(--adp-time-track-color))) left 50%/100% var(--adp-time-track-height) no-repeat;
    background: -webkit-linear-gradient(left, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat;
    background: -moz-linear-gradient(left, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat;
    background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    font-size: 11px;
    height: 17px
}

.air-datepicker-time--row:first-child {
    margin-bottom: 4px
}

.air-datepicker-time--row input[type=range] {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-appearance: none;
    background: none;
    cursor: pointer;
    -webkit-flex: 1;
    flex: 1;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none
}

.air-datepicker-time--row input[type=range]::-ms-tooltip {
    display: none
}

.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb {
    border-color: var(--adp-time-track-color-hover)
}

.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb {
    border-color: var(--adp-time-track-color-hover)
}

.air-datepicker-time--row input[type=range]:hover::-ms-thumb {
    border-color: var(--adp-time-track-color-hover)
}

.air-datepicker-time--row input[type=range]:focus {
    outline: none
}

.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb {
    background: var(--adp-cell-background-color-selected);
    border-color: var(--adp-cell-background-color-selected)
}

.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb {
    background: var(--adp-cell-background-color-selected);
    border-color: var(--adp-cell-background-color-selected)
}

.air-datepicker-time--row input[type=range]:focus::-ms-thumb {
    background: var(--adp-cell-background-color-selected);
    border-color: var(--adp-cell-background-color-selected)
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
    background: #fff;
    border: 1px solid var(--adp-time-track-color);
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    height: 12px;
    -webkit-transition: background var(--adp-transition-duration);
    transition: background var(--adp-transition-duration);
    width: 12px
}

.air-datepicker-time--row input[type=range]::-moz-range-thumb {
    background: #fff;
    border: 1px solid var(--adp-time-track-color);
    border-radius: 3px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    height: 12px;
    -moz-transition: background var(--adp-transition-duration);
    transition: background var(--adp-transition-duration);
    width: 12px
}

.air-datepicker-time--row input[type=range]::-ms-thumb {
    background: #fff;
    border: 1px solid var(--adp-time-track-color);
    border-radius: 3px;
    box-sizing: border-box;
    cursor: pointer;
    height: 12px;
    -ms-transition: background var(--adp-transition-duration);
    transition: background var(--adp-transition-duration);
    width: 12px
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
    margin-top: calc(var(--adp-time-thumb-size)/2*-1)
}

.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track {
    background: transparent;
    border: none;
    color: transparent;
    cursor: pointer;
    height: var(--adp-time-track-height)
}

.air-datepicker-time--row input[type=range]::-moz-range-track {
    background: transparent;
    border: none;
    color: transparent;
    cursor: pointer;
    height: var(--adp-time-track-height)
}

.air-datepicker-time--row input[type=range]::-ms-track {
    background: transparent;
    border: none;
    color: transparent;
    cursor: pointer;
    height: var(--adp-time-track-height)
}

.air-datepicker-time--row input[type=range]::-ms-fill-lower,
.air-datepicker-time--row input[type=range]::-ms-fill-upper {
    background: transparent
}

.air-datepicker {
    --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --adp-font-size: 14px;
    --adp-width: 246px;
    --adp-z-index: 100;
    --adp-padding: 4px;
    --adp-grid-areas: "nav""body""timepicker""buttons";
    --adp-transition-duration: .3s;
    --adp-transition-ease: ease-out;
    --adp-transition-offset: 8px;
    --adp-background-color: #fff;
    --adp-background-color-hover: #f0f0f0;
    --adp-background-color-active: #eaeaea;
    --adp-background-color-in-range: rgba(92, 196, 239, .1);
    --adp-background-color-in-range-focused: rgba(92, 196, 239, .2);
    --adp-background-color-selected-other-month-focused: #8ad5f4;
    --adp-background-color-selected-other-month: #a2ddf6;
    --adp-color: #4a4a4a;
    --adp-color-secondary: #9c9c9c;
    --adp-accent-color: #4eb5e6;
    --adp-color-current-date: var(--adp-accent-color);
    --adp-color-other-month: #dedede;
    --adp-color-disabled: #aeaeae;
    --adp-color-disabled-in-range: #939393;
    --adp-color-other-month-hover: #c5c5c5;
    --adp-border-color: #dbdbdb;
    --adp-border-color-inner: #efefef;
    --adp-border-radius: 4px;
    --adp-border-color-inline: #d7d7d7;
    --adp-nav-height: 32px;
    --adp-nav-arrow-color: var(--adp-color-secondary);
    --adp-nav-action-size: 32px;
    --adp-nav-color-secondary: var(--adp-color-secondary);
    --adp-day-name-color: #ff9a19;
    --adp-day-name-color-hover: #8ad5f4;
    --adp-day-cell-width: 1fr;
    --adp-day-cell-height: 32px;
    --adp-month-cell-height: 42px;
    --adp-year-cell-height: 56px;
    --adp-pointer-size: 10px;
    --adp-poiner-border-radius: 2px;
    --adp-pointer-offset: 14px;
    --adp-cell-border-radius: 4px;
    --adp-cell-background-color-hover: var(--adp-background-color-hover);
    --adp-cell-background-color-selected: #5cc4ef;
    --adp-cell-background-color-selected-hover: #45bced;
    --adp-cell-background-color-in-range: rgba(92, 196, 239, .1);
    --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, .2);
    --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
    --adp-btn-height: 32px;
    --adp-btn-color: var(--adp-accent-color);
    --adp-btn-color-hover: var(--adp-color);
    --adp-btn-border-radius: var(--adp-border-radius);
    --adp-btn-background-color-hover: var(--adp-background-color-hover);
    --adp-btn-background-color-active: var(--adp-background-color-active);
    --adp-time-track-height: 1px;
    --adp-time-track-color: #dedede;
    --adp-time-track-color-hover: #b1b1b1;
    --adp-time-thumb-size: 12px;
    --adp-time-padding-inner: 10px;
    --adp-time-day-period-color: var(--adp-color-secondary);
    --adp-mobile-font-size: 16px;
    --adp-mobile-nav-height: 40px;
    --adp-mobile-width: 320px;
    --adp-mobile-day-cell-height: 38px;
    --adp-mobile-month-cell-height: 48px;
    --adp-mobile-year-cell-height: 64px
}

.air-datepicker-overlay {
    --adp-overlay-background-color: rgba(0, 0, 0, .3);
    --adp-overlay-transition-duration: .3s;
    --adp-overlay-transition-ease: ease-out;
    --adp-overlay-z-index: 99
}

.air-datepicker {
    background: var(--adp-background-color);
    border: 1px solid var(--adp-border-color);
    border-radius: var(--adp-border-radius);
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    color: var(--adp-color);
    display: grid;
    font-family: var(--adp-font-family), sans-serif;
    font-size: var(--adp-font-size);
    grid-template-areas: var(--adp-grid-areas);
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, -webkit-max-content);
    grid-template-rows: repeat(4, max-content);
    position: absolute;
    -webkit-transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), -webkit-transform var(--adp-transition-duration) var(--adp-transition-ease);
    transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), -webkit-transform var(--adp-transition-duration) var(--adp-transition-ease);
    -moz-transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease), -moz-transform var(--adp-transition-duration) var(--adp-transition-ease);
    transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
    transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease), -webkit-transform var(--adp-transition-duration) var(--adp-transition-ease), -moz-transform var(--adp-transition-duration) var(--adp-transition-ease);
    width: var(--adp-width);
    z-index: var(--adp-z-index)
}

.air-datepicker:not(.-custom-position-) {
    opacity: 0
}

.air-datepicker.-from-top- {
    -webkit-transform: translateY(-webkit-calc(var(--adp-transition-offset)*-1));
    -moz-transform: translateY(-moz-calc(var(--adp-transition-offset)*-1));
    transform: translateY(calc(var(--adp-transition-offset)*-1))
}

.air-datepicker.-from-right- {
    -webkit-transform: translateX(var(--adp-transition-offset));
    -moz-transform: translateX(var(--adp-transition-offset));
    transform: translateX(var(--adp-transition-offset))
}

.air-datepicker.-from-bottom- {
    -webkit-transform: translateY(var(--adp-transition-offset));
    -moz-transform: translateY(var(--adp-transition-offset));
    transform: translateY(var(--adp-transition-offset))
}

.air-datepicker.-from-left- {
    -webkit-transform: translateX(-webkit-calc(var(--adp-transition-offset)*-1));
    -moz-transform: translateX(-moz-calc(var(--adp-transition-offset)*-1));
    transform: translateX(calc(var(--adp-transition-offset)*-1))
}

.air-datepicker.-active-:not(.-custom-position-) {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0)
}

.air-datepicker.-active-.-custom-position- {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.air-datepicker.-inline- {
    border-color: var(--adp-border-color-inline);
    -webkit-box-shadow: none;
    box-shadow: none;
    left: auto;
    opacity: 1;
    position: static;
    right: auto;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none
}

.air-datepicker.-inline- .air-datepicker--pointer {
    display: none
}

.air-datepicker.-is-mobile- {
    --adp-font-size: var(--adp-mobile-font-size);
    --adp-day-cell-height: var(--adp-mobile-day-cell-height);
    --adp-month-cell-height: var(--adp-mobile-month-cell-height);
    --adp-year-cell-height: var(--adp-mobile-year-cell-height);
    --adp-nav-height: var(--adp-mobile-nav-height);
    --adp-nav-action-size: var(--adp-mobile-nav-height);
    border: none;
    position: fixed;
    width: var(--adp-mobile-width)
}

.air-datepicker.-is-mobile- * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.air-datepicker.-is-mobile- .air-datepicker--pointer {
    display: none
}

.air-datepicker.-is-mobile-:not(.-custom-position-) {
    -webkit-transform: translate(-50%, -webkit-calc(-50% + var(--adp-transition-offset)));
    -moz-transform: translate(-50%, -moz-calc(-50% + var(--adp-transition-offset)));
    transform: translate(-50%, calc(-50% + var(--adp-transition-offset)))
}

.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.air-datepicker.-custom-position- {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.air-datepicker-global-container {
    left: 0;
    position: absolute;
    top: 0
}

.air-datepicker--pointer {
    --pointer-half-size: -webkit-calc(var(--adp-pointer-size)/2);
    --pointer-half-size: -moz-calc(var(--adp-pointer-size)/2);
    --pointer-half-size: calc(var(--adp-pointer-size)/2);
    z-index: -1
}

.air-datepicker--pointer,
.air-datepicker--pointer:after {
    height: var(--adp-pointer-size);
    position: absolute;
    width: var(--adp-pointer-size)
}

.air-datepicker--pointer:after {
    background: #fff;
    border-right: 1px solid var(--adp-border-color-inline);
    border-top: 1px solid var(--adp-border-color-inline);
    border-top-right-radius: var(--adp-poiner-border-radius);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: ""
}

.-top-center- .air-datepicker--pointer,
.-top-left- .air-datepicker--pointer,
.-top-right- .air-datepicker--pointer,
[data-popper-placement^=top] .air-datepicker--pointer {
    top: -webkit-calc(100% - var(--pointer-half-size) + 1px);
    top: -moz-calc(100% - var(--pointer-half-size) + 1px);
    top: calc(100% - var(--pointer-half-size) + 1px)
}

.-top-center- .air-datepicker--pointer:after,
.-top-left- .air-datepicker--pointer:after,
.-top-right- .air-datepicker--pointer:after,
[data-popper-placement^=top] .air-datepicker--pointer:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg)
}

.-right-bottom- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer,
.-right-top- .air-datepicker--pointer,
[data-popper-placement^=right] .air-datepicker--pointer {
    right: -webkit-calc(100% - var(--pointer-half-size) + 1px);
    right: -moz-calc(100% - var(--pointer-half-size) + 1px);
    right: calc(100% - var(--pointer-half-size) + 1px)
}

.-right-bottom- .air-datepicker--pointer:after,
.-right-center- .air-datepicker--pointer:after,
.-right-top- .air-datepicker--pointer:after,
[data-popper-placement^=right] .air-datepicker--pointer:after {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg)
}

.-bottom-center- .air-datepicker--pointer,
.-bottom-left- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer,
[data-popper-placement^=bottom] .air-datepicker--pointer {
    bottom: -webkit-calc(100% - var(--pointer-half-size) + 1px);
    bottom: -moz-calc(100% - var(--pointer-half-size) + 1px);
    bottom: calc(100% - var(--pointer-half-size) + 1px)
}

.-bottom-center- .air-datepicker--pointer:after,
.-bottom-left- .air-datepicker--pointer:after,
.-bottom-right- .air-datepicker--pointer:after,
[data-popper-placement^=bottom] .air-datepicker--pointer:after {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg)
}

.-left-bottom- .air-datepicker--pointer,
.-left-center- .air-datepicker--pointer,
.-left-top- .air-datepicker--pointer,
[data-popper-placement^=left] .air-datepicker--pointer {
    left: -webkit-calc(100% - var(--pointer-half-size) + 1px);
    left: -moz-calc(100% - var(--pointer-half-size) + 1px);
    left: calc(100% - var(--pointer-half-size) + 1px)
}

.-left-bottom- .air-datepicker--pointer:after,
.-left-center- .air-datepicker--pointer:after,
.-left-top- .air-datepicker--pointer:after,
[data-popper-placement^=left] .air-datepicker--pointer:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg)
}

.-bottom-left- .air-datepicker--pointer,
.-top-left- .air-datepicker--pointer {
    left: var(--adp-pointer-offset)
}

.-bottom-right- .air-datepicker--pointer,
.-top-right- .air-datepicker--pointer {
    right: var(--adp-pointer-offset)
}

.-bottom-center- .air-datepicker--pointer,
.-top-center- .air-datepicker--pointer {
    left: -webkit-calc(50% - var(--adp-pointer-size)/2);
    left: -moz-calc(50% - var(--adp-pointer-size)/2);
    left: calc(50% - var(--adp-pointer-size)/2)
}

.-left-top- .air-datepicker--pointer,
.-right-top- .air-datepicker--pointer {
    top: var(--adp-pointer-offset)
}

.-left-bottom- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer {
    bottom: var(--adp-pointer-offset)
}

.-left-center- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer {
    top: -webkit-calc(50% - var(--adp-pointer-size)/2);
    top: -moz-calc(50% - var(--adp-pointer-size)/2);
    top: calc(50% - var(--adp-pointer-size)/2)
}

.air-datepicker--navigation {
    grid-area: nav
}

.air-datepicker--content {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    grid-area: body;
    padding: var(--adp-padding)
}

.-only-timepicker- .air-datepicker--content {
    display: none
}

.air-datepicker--time {
    grid-area: timepicker
}

.air-datepicker--buttons {
    grid-area: buttons
}

.air-datepicker--buttons,
.air-datepicker--time {
    border-top: 1px solid var(--adp-border-color-inner);
    padding: var(--adp-padding)
}

.air-datepicker-overlay {
    background: var(--adp-overlay-background-color);
    height: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    -webkit-transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
    -moz-transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
    transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
    -webkit-transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
    -moz-transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
    transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
    width: 0;
    z-index: var(--adp-overlay-z-index)
}

.air-datepicker-overlay.-active- {
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s;
    -moz-transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s;
    transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s;
    width: 100%
}

.air-datepicker {
    --adp-background-color: #ffffff;
    --adp-border-color-inner: #E0E0D7;
    --adp-border-color-inline: #E0E0D7;
    --adp-border-color: #E0E0D7;
    --adp-nav-arrow-color: #000000;
    --adp-background-color-hover: rgba(0, 0, 0, 0.1);
    --adp-background-color-active: rgba(0, 0, 0, 0.1);
    --adp-color-disabled: rgba(0, 0, 0, 0.3);
    --adp-color-other-month: rgba(0, 0, 0, 0.6);
    --adp-color-other-month-hover: rgba(0, 0, 0, 0.8);
    --adp-color: #000000;
    --adp-accent-color: #474745;
    --adp-btn-color: #474745;
    --adp-background-color-selected-other-month: #474745;
    --adp-background-color-selected-other-month-focused: #474745;
    --adp-cell-background-color-selected: #474745;
    --adp-cell-background-color-selected-hover: #474745;
    --adp-day-name-color: #000000;
    --adp-nav-color-secondary: #000000;
    --adp-width: 284px
}

.air-datepicker-cell.-current- {
    border: 1px solid rgba(71, 71, 69, 0.6);
    color: inherit
}

.air-datepicker-body--cells {
    gap: 6px
}

.air-datepicker-nav {
    padding: 4px 8px
}

.air-datepicker--content {
    padding: 8px 12px
}

.air-datepicker-body--day-names {
    margin: 4px 0 8px
}

.air-datepicker--pointer:after {
    background-color: #ffffff;
}

.air-datepicker-cell.-disabled- {
    background-color: transparent;
    color: var(--adp-color-disabled) !important;
    cursor: not-allowed
}

.air-datepicker-cell.-selected-,
.air-datepicker-cell.-selected-.-current- {
    color: #ffffff;
}

.air-datepicker-global-container {
    z-index: 1100
}

body .rolldate-container {
    color: #000000;
}

body .rolldate-container .rolldate-btn {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding: 0 12px;
    position: static
}

body .rolldate-container .rolldate-btn,
body .rolldate-container .rolldate-confirm {
    color: #474745;
}

body .rolldate-container header {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: normal;
    min-height: 42px;
    padding: 8px 0
}

body .rolldate-container .mask-top,
body .rolldate-container header {
    border-bottom: 1px solid #E0E0D7;
}

body .rolldate-container .mask-bottom {
    border-top: 1px solid #E0E0D7;
}

body .rolldate-container .rolldate-mask {
    background-color: rgba(23, 23, 23, 0.6);
}

body .rolldate-container .rolldate-panel {
    background: #ffffff;
}

body .rolldate-container .rolldate-dim {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.8)));
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.8));
    background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.8));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.8));
}

.sl-picker {
    border: 1px solid #E0E0D7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    margin: 0;
    padding: 4px 11px 4px 0;
    position: relative;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    -moz-transition: border .3s, box-shadow .3s;
    transition: border .3s, box-shadow .3s;
    transition: border .3s, box-shadow .3s, -webkit-box-shadow .3s
}

@media(max-width:767.98px) {
    .sl-picker .show-not-mobile {
        display: none
    }
}

@media(min-width:768px) {
    .sl-picker .show-only-mobile {
        display: none
    }
}

.sl-picker:hover {
    border-color: #474745;
}

.sl-picker-input {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    position: relative;
    width: 100%
}

.sl-picker-input>input {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    background-image: none;
    background: transparent;
    border: 0;
    color: #000000;
    display: inline-block;
    -webkit-flex: auto;
    flex: auto;
    height: auto;
    min-width: 1px;
    padding: 0 0 0 11px;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    width: 100%
}

.sl-picker-input>input::-moz-placeholder {
    opacity: 1
}

.sl-picker-input>input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}

.sl-picker-input>input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}

.sl-picker-input>input::placeholder {
    color: rgba(0, 0, 0, 0.6);
}

.sl-picker-input>input:-moz-placeholder-shown {
    text-overflow: ellipsis
}

.sl-picker-input>input:placeholder-shown {
    text-overflow: ellipsis
}

.sl-picker-suffix {
    -webkit-align-self: center;
    align-self: center;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1;
    margin-left: 4px;
    pointer-events: none
}

.sl-picker-suffix>* {
    vertical-align: top
}

.sl-select {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    font-size: 14px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 1.4;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    width: 100%
}

.sl-select:after {
    border: 1px solid #E0E0D7;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: border-color .3s;
    -moz-transition: border-color .3s;
    transition: border-color .3s;
    z-index: 1
}

[data-button_style=square] .sl-select:after {
    border-radius: 0
}

[data-button_style=radius] .sl-select:after {
    border-radius: 4px
}

[data-button_style=rounded] .sl-select:after {
    border-radius: 46px
}

.sl-select__area select {
    background: none;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #000000;
    height: 48px;
    line-height: 1.15;
    padding: 24px 16px 8px;
    width: 100%
}

.sl-select__area select::-ms-clear,
.sl-select__area select::-ms-reveal {
    display: none
}

.sl-select__area input:-webkit-autofill {
    -webkit-text-fill-color: #000000;
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
}

.sl-select select {
    border: none;
    width: 100%
}

.sl-select__area.is-textarea .sl-select__inpEle:not(:-moz-placeholder-shown)+.placeholder,
.sl-select__inpEle:not(:-moz-placeholder-shown)+.placeholder,
.sl-select__selectEle:not(:-moz-placeholder-shown)+.placeholder {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-transform: scale(.8) translateY(-100%);
    transform: scale(.8) translateY(-100%);
    white-space: nowrap;
    width: 100%;
    word-break: normal
}

.sl-select:focus-within .placeholder,
.sl-select__area .placeholder.active,
.sl-select__area.is-textarea .sl-select__inpEle:not(:placeholder-shown)+.placeholder,
.sl-select__inpEle:not(:placeholder-shown)+.placeholder,
.sl-select__selectEle:not(:placeholder-shown)+.placeholder {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transform: scale(.8) translateY(-100%);
    -moz-transform: scale(.8) translateY(-100%);
    transform: scale(.8) translateY(-100%);
    white-space: nowrap;
    width: 100%;
    word-break: normal
}

.sl-select input:focus,
.sl-select textarea:focus {
    outline: 0
}

.sl-select:focus-within:after,
.sl-select:focus:after {
    border-color: #000000;
    border-width: 2px
}

.sl-select.is-focus:after,
.sl-select:focus-within:after,
.sl-select:focus:after {
    border-width: 2px
}

.sl-select.is-disabled {
    cursor: not-allowed
}

.sl-select.is-disabled select {
    background-color: rgba(44, 44, 44, .06) !important;
    border-color: #d8d8d8 !important;
    color: rgba(44, 44, 44, .4);
    cursor: not-allowed;
    pointer-events: none
}

.sl-select__area {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex: 1;
    flex: 1;
    position: relative
}

.sl-select .sl-select__area select {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    padding-right: 30px;
    position: relative
}

.sl-select__area .placeholder {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    left: 16px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-overflow: ellipsis;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -moz-transition: transform .3s ease, -moz-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease;
    width: 100%;
    word-break: break-word;
    z-index: 4
}

.sl-select__addonAfter {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    position: absolute;
    right: 6px;
    z-index: 1
}

.sl-select__addonAfter,
.sl-select__suffix {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.sl-select__suffix {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 10px;
    padding: 6px
}

.sign-up__footer-link {
    margin-bottom: 46px;
    margin-top: 28px
}

.sign-up__footer-link,
.sign-up__login-link {
    color: #474745;
}

.sign-up__login-link {
    margin-bottom: 16px;
    margin-top: 16px
}

.sign-up__link {
    text-decoration: underline
}

.sign-up__link,
.sign-up__link:hover {
    color: #474745;
}

.sign-up__link:hover {
    text-decoration: none
}

.sign-up__modal-header {
    background: #fff;
    border-bottom: 1px solid #ddddd8;
    border-radius: 8px 8px 0 0;
    color: rgba(0, 0, 0, .85);
    width: 766px
}

.sign-up__modal-title {
    word-wrap: break-word;
    color: rgba(0, 0, 0, .85);
    font-size: 24px;
    font-weight: 700;
    line-height: 81px;
    margin: 0;
    padding: 0 36px
}

.sign-up__modal-body {
    height: -webkit-calc(100% - 82px);
    height: -moz-calc(100% - 82px);
    height: calc(100% - 82px);
    max-width: 766px;
    overflow: auto;
    padding-bottom: 36px
}

.sign-up__modal-content {
    word-wrap: break-word;
    font-size: 14px;
    line-height: 1.5715;
    max-height: 346px;
    overflow-y: scroll;
    padding: 24px 36px 0
}

@media(max-width:767.98px) {
    .sign-up__modal-header {
        width: 100%
    }

    .sign-up__modal-body {
        max-width: 100%
    }

    .sign-up__modal-content {
        max-height: none
    }
}

.register-modal__container .register-modal__body {
    padding: 0 !important
}

@media(max-width:767.98px) {
    .register-modal__container {
        height: 90vh !important
    }
}

.login-modal__container {
    -ms-scroll-chaining: none;
    max-height: -webkit-calc(100vh - 48px);
    max-height: -moz-calc(100vh - 48px);
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    overscroll-behavior: contain
}

.login-modal__container .login-modal__body {
    padding: 0 !important
}

.login-modal__container .mp-modal__close {
    background-blend-mode: none !important;
    background-color: inherit !important;
    height: 48px !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
    right: 8px !important;
    top: 8px !important;
    width: 48px !important
}

@media screen and (min-width:1069px) {
    .login-modal__container {
        width: 1021px !important
    }
}

@media(min-width:768px) {
    .login-modal__container {
        max-width: -webkit-calc(100vw - 48px);
        max-width: -moz-calc(100vw - 48px);
        max-width: calc(100vw - 48px);
        width: 90%
    }
}

@media(max-width:767.98px) {
    .login-modal__container {
        height: 90vh !important;
        width: 100%
    }
}

.login-modal__logo {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 50px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.login-modal__logo>img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.login-modal__tabs {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 30px
}

.login-modal__tab-item {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: -webkit-calc(50% - 4px);
    width: -moz-calc(50% - 4px);
    width: calc(50% - 4px)
}

.login-modal__tab-item.active span {
    border-bottom: 2px solid #000000;
}

.login-modal--loading {
    color: #000000;
    height: 400px;
    line-height: 400px;
    text-align: center
}

.login-modal--loading svg {
    -webkit-animation: loading .8s infinite linear;
    -moz-animation: loading .8s infinite linear;
    animation: loading .8s infinite linear
}

@media(max-width:767.98px) {
    .login-modal--loading {
        height: 90vh;
        line-height: 90vh
    }
}

.login-modal .sign-in__divid {
    max-width: 100% !important
}

.login-modal .sign-in__divid:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 99%
}

.login-modal .login-container .customer,
.login-modal .register-container .customer {
    margin: 0;
    width: 100%
}

.login-modal .login-container .sign-in__divid,
.login-modal .register-container .sign-in__divid {
    margin: 0 auto;
    max-width: 280px;
    word-break: break-all
}

.login-modal .is-unregistered {
    border: 0 !important;
    margin: 0 auto;
    max-width: 511px
}

.login-modal .is-hidden {
    display: none
}

@media(min-width:768px) {
    .login-modal {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-bottom: 40px;
        margin-top: 44px
    }

    .login-modal .login-container {
        border-right: 1px solid #E0E0D7;
    }

    .login-modal .login-container,
    .login-modal .register-container {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        padding: 0 40px
    }

    .login-modal .login-container .customer .sign-in__title,
    .login-modal .register-container .customer .sign-in__title {
        margin-top: 0
    }
}

@media(max-width:767.98px) {
    .login-modal {
        padding: 48px 20px 40px
    }

    .login-modal .login-container .customer,
    .login-modal .register-container .customer {
        padding: 20px 0 !important;
        width: 100%
    }
}

.mp-modal__wrapper .mp-modal__mask {
    background-color: hsla(0, 0%, 45%, .6);
    background-color: rgba(23, 23, 23, 0.6);
}

i[data-platform] {
    display: block !important
}

@media(min-width:750px) {
    i[data-platform] {
        display: none !important
    }
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-flex-direction: column
}

.swiper-wrapper {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform, -webkit-transform, -moz-transform
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    -webkit-flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform, -webkit-transform, -moz-transform
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -moz-transition-property: transform, height, -moz-transform;
    transition-property: transform, height, -webkit-transform, -moz-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory
}

.swiper-button-next,
.swiper-button-prev {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    -webkit-justify-content: center;
    width: -webkit-calc(var(--swiper-navigation-size)/44*27);
    width: -moz-calc(var(--swiper-navigation-size)/44*27)
}

.swiper-pagination {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -webkit-transition: .3s opacity;
    -moz-transition: .3s opacity
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -moz-transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -moz-transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -moz-transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -moz-transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -moz-transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -moz-transform: scale(.33)
}

button.swiper-pagination-bullet {
    -moz-appearance: none;
    -webkit-box-shadow: none
}

.swiper-container-vertical>.swiper-pagination-bullets {
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -moz-transition: .2s transform, .2s top, .2s -moz-transform;
    transition: .2s transform, .2s top, .2s -webkit-transform, .2s -moz-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%)
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -moz-transition: .2s transform, .2s left, .2s -moz-transform;
    transition: .2s transform, .2s left, .2s -webkit-transform, .2s -moz-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -moz-transition: .2s transform, .2s right, .2s -moz-transform;
    transition: .2s transform, .2s right, .2s -webkit-transform, .2s -moz-transform
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top
}

.swiper-zoom-container {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    -webkit-justify-content: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    -o-object-fit: contain
}

.swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    -moz-animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-moz-keyframes swiper-preloader-spin {
    to {
        -moz-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity
}

.swiper-container-cube .swiper-slide {
    -moz-backface-visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    -moz-backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow:before {
    -webkit-filter: blur(50px)
}

.swiper-container-flip .swiper-slide,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    -moz-backface-visibility: hidden
}

.product_productImages video::-webkit-media-controls-fullscreen-button {
    display: none
}

.product_pc_productImageContainer {
    width: 100%
}

.product_pc_productImageContainer.product_layoutColumn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.product_pc_productImageContainer.product_layoutColumn .product_thumbsColumnContainer {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 0;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
    width: 76px
}

.product_pc_productImageContainer.product_layoutColumn .product_thumbsColumnContainer .productImageThumbs {
    overflow-y: auto;
    scrollbar-width: none
}

.product_pc_productImageContainer.product_layoutColumn .product_thumbsColumnContainer .productImageThumbs.smooth-animate {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scroll-behavior: smooth
}

.product_pc_productImageContainer.product_layoutColumn .product_thumbsColumnContainer .productImageThumbs::-webkit-scrollbar {
    height: 0;
    width: 0
}

.product_pc_productImageContainer.product_layoutColumn .product_thumbsColumnContainer .arrowBottom,
.product_pc_productImageContainer.product_layoutColumn .product_thumbsColumnContainer .arrowTop {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    height: 25px;
    line-height: 0;
    padding: 3px 0 13px;
    text-align: center
}

.product_pc_productImageContainer.product_layoutColumn .product_thumbsColumnContainer .arrowBottom svg,
.product_pc_productImageContainer.product_layoutColumn .product_thumbsColumnContainer .arrowTop svg {
    stroke: #000000;
}

.product_pc_productImageContainer.product_layoutColumn .product_thumbsColumnContainer .arrowTop {
    display: none
}

.product_pc_productImageContainer.product_layoutColumn .product_thumbsColumnContainer .arrowBottom {
    padding: 13px 0 3px
}

.product_pc_productImageContainer.product_layoutColumn .product_thumbsColumnContainer .arrowBottom svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

.product_pc_productImageContainer.product_layoutColumn .product_thumbsColumnContainer .productImageThumbsWrapper {
    position: relative
}

.product_pc_productImageContainer.product_layoutColumn .product_thumbsColumnContainer .productImageThumbsWrapper .thumbsImageItem {
    cursor: pointer;
    line-height: 0;
    margin-bottom: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.product_pc_productImageContainer.product_layoutColumn .product_thumbsColumnContainer .productImageThumbsWrapper .thumbsImageItem figure {
    display: block;
    height: 0;
    margin: 0;
    position: relative
}

.product_pc_productImageContainer.product_layoutColumn .product_thumbsColumnContainer .productImageThumbsWrapper .thumbsImageItem figure.imageItemError {
    background-color: rgba(0, 0, 0, 0.05);
    background-image: url('https://img-preview.myshopline.com/image/shopline/c26ff1f3ccb24bd3b618a5c7416f2a24.svg');
    background-position: 50%;
    background-repeat: no-repeat
}

.product_pc_productImageContainer.product_layoutColumn .product_thumbsColumnContainer .productImageThumbsWrapper .thumbsImageItem figure.imageItemError>img {
    height: 0;
    opacity: 0 !important;
    padding-bottom: 100%;
    width: 0
}

.product_pc_productImageContainer.product_layoutColumn .product_thumbsColumnContainer .productImageThumbsWrapper .thumbsImageItem figure.videoCoverError {
    background-color: rgba(0, 0, 0, 0.05);
    background-image: url('https://img-preview.myshopline.com/image/shopline/c4e9dc0585994eaea5cad8411fc3b44f.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: 35% 35%;
    background-size: 35%
}

.product_pc_productImageContainer.product_layoutColumn .product_thumbsColumnContainer .productImageThumbsWrapper .thumbsImageItem figure.videoCoverError>img {
    height: 0;
    opacity: 0 !important;
    padding-bottom: 100%;
    width: 0
}

.product_pc_productImageContainer.product_layoutColumn .product_thumbsColumnContainer .productImageThumbsWrapper .thumbsImageItem figure.videoCoverError>svg {
    display: none
}

.product_pc_productImageContainer.product_layoutColumn .product_thumbsColumnContainer .productImageThumbsWrapper .thumbsImageItem.imageItemError {
    -webkit-background-size: 25% 25%;
    background-size: 25%
}

.product_pc_productImageContainer.product_layoutColumn .product_thumbsColumnContainer .productImageThumbsWrapper .thumbsImageItem img {
    height: 100%;
    left: 0;
    min-height: 1px;
    -o-object-fit: contain;
    object-fit: contain;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.product_pc_productImageContainer.product_layoutColumn .product_thumbsColumnContainer .productImageThumbsWrapper .thumbsImageItem img[src],
.product_pc_productImageContainer.product_layoutColumn .product_thumbsColumnContainer .productImageThumbsWrapper .thumbsImageItem img[srcset] {
    opacity: 1
}

.product_pc_productImageContainer.product_layoutColumn .product_thumbsColumnContainer .productImageThumbsWrapper .thumbsImageItem.customImageRatio img {
    -o-object-fit: var(--product-preview-thumbnail_fit);
    object-fit: var(--product-preview-thumbnail_fit)
}

.product_pc_productImageContainer.product_layoutColumn .product_thumbsColumnContainer .productImageThumbsWrapper .thumbsImageItem:last-child {
    margin-bottom: 0
}

.product_pc_productImageContainer.product_layoutRow .product_thumbsRowContainer {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.product_pc_productImageContainer.product_layoutRow .product_thumbsRowContainer .productImageThumbs {
    overflow-x: auto;
    scrollbar-width: none
}

.product_pc_productImageContainer.product_layoutRow .product_thumbsRowContainer .productImageThumbs.smooth-animate {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scroll-behavior: smooth
}

.product_pc_productImageContainer.product_layoutRow .product_thumbsRowContainer .productImageThumbs::-webkit-scrollbar {
    height: 0;
    width: 0
}

.product_pc_productImageContainer.product_layoutRow .product_thumbsRowContainer .arrowBottomBox,
.product_pc_productImageContainer.product_layoutRow .product_thumbsRowContainer .arrowTopBox {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    padding: 0 3px 0 24px
}

.product_pc_productImageContainer.product_layoutRow .product_thumbsRowContainer .arrowBottom,
.product_pc_productImageContainer.product_layoutRow .product_thumbsRowContainer .arrowTop {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin: auto;
    position: absolute;
    top: 0
}

.product_pc_productImageContainer.product_layoutRow .product_thumbsRowContainer .arrowBottom svg,
.product_pc_productImageContainer.product_layoutRow .product_thumbsRowContainer .arrowTop svg {
    stroke: #000000;
}

.product_pc_productImageContainer.product_layoutRow .product_thumbsRowContainer .arrowTopBox {
    display: none
}

.product_pc_productImageContainer.product_layoutRow .product_thumbsRowContainer .arrowBottom {
    right: 0
}

.product_pc_productImageContainer.product_layoutRow .product_thumbsRowContainer .arrowBottom svg {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg)
}

.product_pc_productImageContainer.product_layoutRow .product_thumbsRowContainer .arrowTop {
    left: 0
}

.product_pc_productImageContainer.product_layoutRow .product_thumbsRowContainer .arrowTop svg {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.product_pc_productImageContainer.product_layoutRow .product_thumbsRowContainer .productImageThumbsWrapper .thumbsImageItem {
    cursor: pointer;
    line-height: 0;
    margin-right: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 76px
}

.product_pc_productImageContainer.product_layoutRow .product_thumbsRowContainer .productImageThumbsWrapper .thumbsImageItem figure {
    display: block;
    height: 0;
    margin: 0;
    position: relative
}

.product_pc_productImageContainer.product_layoutRow .product_thumbsRowContainer .productImageThumbsWrapper .thumbsImageItem figure.imageItemError {
    background-color: rgba(0, 0, 0, 0.05);
    background-image: url('https://img-preview.myshopline.com/image/shopline/c26ff1f3ccb24bd3b618a5c7416f2a24.svg');
    background-position: 50%;
    background-repeat: no-repeat
}

.product_pc_productImageContainer.product_layoutRow .product_thumbsRowContainer .productImageThumbsWrapper .thumbsImageItem figure.imageItemError>img {
    height: 0;
    opacity: 0 !important;
    padding-bottom: 100%;
    width: 0
}

.product_pc_productImageContainer.product_layoutRow .product_thumbsRowContainer .productImageThumbsWrapper .thumbsImageItem figure.videoCoverError {
    background-color: rgba(0, 0, 0, 0.05);
    background-image: url('https://img-preview.myshopline.com/image/shopline/c4e9dc0585994eaea5cad8411fc3b44f.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: 35% 35%;
    background-size: 35%
}

.product_pc_productImageContainer.product_layoutRow .product_thumbsRowContainer .productImageThumbsWrapper .thumbsImageItem figure.videoCoverError>img {
    height: 0;
    opacity: 0 !important;
    padding-bottom: 100%;
    width: 0
}

.product_pc_productImageContainer.product_layoutRow .product_thumbsRowContainer .productImageThumbsWrapper .thumbsImageItem figure.videoCoverError>svg {
    display: none
}

.product_pc_productImageContainer.product_layoutRow .product_thumbsRowContainer .productImageThumbsWrapper .thumbsImageItem.imageItemError {
    -webkit-background-size: 25% 25%;
    background-size: 25%
}

.product_pc_productImageContainer.product_layoutRow .product_thumbsRowContainer .productImageThumbsWrapper .thumbsImageItem img {
    height: 100%;
    left: 0;
    min-height: 1px;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%
}

.product_pc_productImageContainer.product_layoutRow .product_thumbsRowContainer .productImageThumbsWrapper .thumbsImageItem img :not([srcset]),
.product_pc_productImageContainer.product_layoutRow .product_thumbsRowContainer .productImageThumbsWrapper .thumbsImageItem img:not([src]) {
    opacity: 0
}

.product_pc_productImageContainer.product_layoutRow .product_thumbsRowContainer .productImageThumbsWrapper .thumbsImageItem.customImageRatio img {
    -o-object-fit: var(--product-preview-thumbnail_fit);
    object-fit: var(--product-preview-thumbnail_fit)
}

.product_pc_productImageContainer.product_layoutRow .product_thumbsRowContainer .productImageThumbsWrapper .thumbsImageItem:last-child {
    margin-right: 0 !important
}

.product_pc_productImageContainer .productImageThumbsWrapper .thumbsImageItem {
    position: relative
}

.product_pc_productImageContainer .productImageThumbsWrapper .thumbsImageItem svg {
    bottom: 6px;
    left: 6px;
    position: absolute
}

.product_pc_productImageContainer .productImageThumbsWrapper .thumbsImageItem.active {
    position: relative
}

.product_pc_productImageContainer .productImageThumbsWrapper .thumbsImageItem.active:after {
    border: 2px solid #000000;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.product_pc_productImageContainer .product_productImages {
    position: relative;
    -webkit-transition: .1s height ease-out;
    -moz-transition: .1s height ease-out;
    transition: .1s height ease-out;
    width: 100%
}

.product_pc_productImageContainer .product_productImages .swiper-wrapper {
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    height: auto
}

.product_pc_productImageContainer .product_productImages .product-detail-empty-image {
    background-color: rgba(0, 0, 0, 0.05);
    background-image: url('https://img-preview.myshopline.com/image/shopline/c26ff1f3ccb24bd3b618a5c7416f2a24.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    padding-bottom: 100%
}

.product_pc_productImageContainer .product_productImages .imageItem {
    opacity: .01;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.product_pc_productImageContainer .product_productImages .imageItem.imageItemError {
    background-color: rgba(0, 0, 0, 0.05);
    background-image: url('https://img-preview.myshopline.com/image/shopline/c26ff1f3ccb24bd3b618a5c7416f2a24.svg');
    background-position: 50%;
    background-repeat: no-repeat
}

.product_pc_productImageContainer .product_productImages .imageItem.imageItemError>img {
    height: 0;
    opacity: 0 !important;
    padding-bottom: 100%;
    width: 0
}

.product_pc_productImageContainer .product_productImages .imageItem.initial-slide {
    opacity: 1
}

.product_pc_productImageContainer .product_productImages .imageItem img {
    height: 100%;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.product_pc_productImageContainer .product_productImages .imageItem img[src],
.product_pc_productImageContainer .product_productImages .imageItem img[srcset] {
    opacity: 1
}

.product_pc_productImageContainer .product_productImages.product_productImageScale .imageItem--pointer,
.product_pc_productImageContainer .product_productImages.product_productImageScale .product_pc_skuImage--pointer {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.product_pc_productImageContainer .product_productImages.product_productImageScale .product_pc_skuImage .imageItem--hover {
    border: none;
    left: 0;
    max-height: none;
    max-width: none;
    opacity: 0;
    position: absolute;
    top: 0
}

.product_pc_productImageContainer .product_productImages .videoItem .product_youTubeVideoContainer {
    left: 0;
    padding-bottom: 56.25%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.product_pc_productImageContainer .product_productImages .videoItem .product_youTubeVideoContainer .product_youTubeVideoBox {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.product_pc_productImageContainer .product_productImages .videoItem .product_youTubeVideoContainer .product_youTubeVideoBox iframe {
    height: 100%;
    width: 100%
}

.product_pc_productImageContainer .product_productImages .videoItem .product_slVideoContainer {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.product_pc_productImageContainer .product_productImages .videoItem .product_photoSwipe_image {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 0
}

.product_pc_productImageContainer.product_layoutRight {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.product_pc_productImageContainer.product_layoutRight .product_thumbsColumnContainer {
    margin-left: 20px;
    margin-right: 0
}

.product_pc_skuImage {
    background-color: #fff;
    display: none;
    height: 100%;
    left: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    -webkit-transition: .2s all ease;
    -moz-transition: .2s all ease;
    transition: .2s all ease;
    width: 100%;
    z-index: 1
}

.product_pc_skuImage.imageItemError {
    background-color: rgba(0, 0, 0, 0.05);
    background-image: url('https://img-preview.myshopline.com/image/shopline/c26ff1f3ccb24bd3b618a5c7416f2a24.svg');
    background-position: 50%;
    background-repeat: no-repeat
}

.product_pc_skuImage.imageItemError>img {
    height: 0;
    opacity: 0 !important;
    padding-bottom: 100%;
    width: 0
}

.product_pc_skuImage.imageItemError {
    background-color: #f4f4f4;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.product_pc_skuImage img {
    opacity: 0;
    width: 100%
}

.product_pc_skuImage img[src],
.product_pc_skuImage img[srcset] {
    opacity: 1
}

.product_mobile_productImageContainer {
    margin-bottom: 22px;
    width: 100vw
}

.product_mobile_productImageContainer .product_productImages {
    width: 100%
}

.product_mobile_productImageContainer .product_productImages .product-detail-empty-image {
    background-color: rgba(0, 0, 0, 0.05);
    background-image: url('https://img-preview.myshopline.com/image/shopline/c26ff1f3ccb24bd3b618a5c7416f2a24.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    padding-bottom: 100%
}

.product_mobile_productImageContainer .product_productImages .product-detail-empty-image.product-noImages {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.product_mobile_productImageContainer .product_productImages .videoItem .swiper-slide-box {
    padding-bottom: 56.25%
}

.product_mobile_productImageContainer .product_productImages .videoItem .swiper-slide-box .scaleImageIcon {
    display: none
}

.product_mobile_productImageContainer .product_productImages .videoItem .swiper-slide-box .product_slVideoContainer {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.product_mobile_productImageContainer .product_productImages .videoItem .swiper-slide-box .product_slVideoContainer+.product_photoSwipe_image {
    visibility: hidden
}

.product_mobile_productImageContainer .product_productImages .videoItem .swiper-slide-box .product_youTubeVideoContainer,
.product_mobile_productImageContainer .product_productImages .videoItem .swiper-slide-box .product_youTubeVideoContainer .product_youTubeVideoBox {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.product_mobile_productImageContainer .product_productImages .videoItem .swiper-slide-box .product_youTubeVideoContainer .product_youTubeVideoBox iframe {
    height: 100%;
    width: 100%
}

.product_mobile_productImageContainer .product_productImages .videoItem .swiper-slide-box>.product_photoSwipe_image {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.product_mobile_productImageContainer .product_productImages .videoItem .swiper-slide-box .product_youTubeVideoMask {
    height: 50%;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 20%;
    width: 100%;
    z-index: 2
}

.product_mobile_productImageContainer .product_productImages .imageItem .swiper-slide-box.imageItemError {
    background-color: rgba(0, 0, 0, 0.05);
    background-image: url('https://img-preview.myshopline.com/image/shopline/c26ff1f3ccb24bd3b618a5c7416f2a24.svg');
    background-position: 50%;
    background-repeat: no-repeat
}

.product_mobile_productImageContainer .product_productImages .imageItem .swiper-slide-box.imageItemError>img {
    height: 0;
    opacity: 0 !important;
    padding-bottom: 100%;
    width: 0
}

.product_mobile_productImageContainer .product_productImages .imageItem .swiper-slide-box .imageItem--hover {
    border: none;
    left: 0;
    max-height: none;
    max-width: none;
    opacity: 0;
    position: absolute;
    top: 0
}

.product_mobile_productImageContainer .product_productImages .imageItem .swiper-slide-box>img {
    height: 100%;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%
}

.product_mobile_productImageContainer .product_productImages .imageItem .swiper-slide-box>img:not([src]) {
    opacity: 0
}

.product_mobile_productImageContainer .product_productImages .imageItem .scaleImageIcon {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.product_mobile_productImageContainer .product_productImages .imageItem .scaleImageIcon .scaleImageIconSvg {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #E0E0D7;
    border-radius: 50%;
    bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 44px;
    -webkit-justify-content: center;
    justify-content: center;
    opacity: 0;
    position: absolute;
    right: 10px;
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
    width: 44px;
    z-index: 1
}

.product_mobile_productImageContainer .product_productImages .imageItem .scaleImageIcon .scaleImageIconSvg svg {
    stroke: #000000;
}

.product_mobile_productImageContainer .product_productImages .imageItem:not(.swiper-slide-active) .scaleImageIcon {
    display: none
}

.product_mobile_productImageContainer .product_productImages .imageItem.swiper-slide-active .scaleImageIcon .scaleImageIconSvg {
    opacity: 1
}

.product_mobile_productImageContainer .product_productImages .swiper-slide {
    position: relative;
    width: 100%
}

.product_mobile_productImageContainer .product_productImages .swiper-slide:not(.initial-slide) {
    height: 0
}

.product_mobile_productImageContainer .product_productImages .swiper-slide .swiper-slide-box {
    line-height: 0;
    overflow: hidden;
    position: relative
}

.product_mobile_productImageContainer .product_productImages .swiper-slide .product_m_skuImageBox {
    background-color: #fff;
    height: -webkit-calc(100% + 2px);
    height: -moz-calc(100% + 2px);
    height: calc(100% + 2px);
    left: -1px;
    line-height: 0;
    position: absolute;
    top: -1px;
    width: -webkit-calc(100% + 2px);
    width: -moz-calc(100% + 2px);
    width: calc(100% + 2px);
    z-index: 2
}

.product_mobile_productImageContainer .product_productImages .swiper-slide .product_m_skuImageBox img:not([src]) {
    opacity: 0
}

.product_mobile_productImageContainer .product_productImages .swiper-slide .product_m_skuImageBox.imageItemError {
    background-color: rgba(0, 0, 0, 0.05);
    background-image: url('https://img-preview.myshopline.com/image/shopline/c26ff1f3ccb24bd3b618a5c7416f2a24.svg');
    background-position: 50%;
    background-repeat: no-repeat
}

.product_mobile_productImageContainer .product_productImages .swiper-slide .product_m_skuImageBox.imageItemError>img {
    height: 0;
    opacity: 0 !important;
    padding-bottom: 100%;
    width: 0
}

.product_mobile_productImageContainer .product_productImages .swiper-slide .product_m_skuImageBox.imageItemError {
    background-color: #f4f4f4;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.product_mobile_productImageContainer .product_productImages .swiper-slide .product_m_skuImageBox .product_m_skuImage {
    height: 100%;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%
}

.product_mobile_productImageContainer .product_productImages .swiper-slide .product_m_skuImageBox .scaleSkuImageIcon {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #E0E0D7;
    border-radius: 50%;
    bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 44px;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    width: 44px;
    z-index: 1
}

.product_mobile_productImageContainer .product_productImages .swiper-slide .product_m_skuImageBox .scaleSkuImageIcon svg {
    stroke: #000000;
}

.product_mobile_productImageContainer .product_productImages .swiper-slide img {
    width: 100%
}

.product_mobile_productImageContainer .product_productImages.twoHalf .swiper-slide {
    margin-right: 5px;
    width: -webkit-calc(40% - 3px);
    width: -moz-calc(40% - 3px);
    width: calc(40% - 3px)
}

.product_mobile_productImageContainer .product_productImages.oneHalf .swiper-slide {
    margin-right: 5px;
    width: -webkit-calc(66.66667% - 1.66667px);
    width: -moz-calc(66.66667% - 1.66667px);
    width: calc(66.66667% - 1.66667px)
}

.product_mobile_productImageContainer .product_productImages.oneHalf .imageItem.swiper-slide .scaleImageIcon,
.product_mobile_productImageContainer .product_productImages.twoHalf .imageItem.swiper-slide .scaleImageIcon {
    display: block
}

.product_mobile_productImageContainer .product_productImages.oneHalf .imageItem.swiper-slide .scaleImageIcon .scaleImageIconSvg,
.product_mobile_productImageContainer .product_productImages.twoHalf .imageItem.swiper-slide .scaleImageIcon .scaleImageIconSvg {
    opacity: 1
}

.product_mobile_productImageContainer .paginationBox {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 9px;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 14px auto 0
}

.product_mobile_productImageContainer .paginationBox .paginationList {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    max-width: 83px;
    overflow: hidden
}

.product_mobile_productImageContainer .paginationBox .paginationList .paginationListWrapper {
    position: relative;
    -webkit-transition: -webkit-transform .1s;
    transition: -webkit-transform .1s;
    -moz-transition: transform .1s, -moz-transform .1s;
    transition: transform .1s;
    transition: transform .1s, -webkit-transform .1s, -moz-transform .1s;
    white-space: nowrap
}

.product_mobile_productImageContainer .paginationBox .paginationList .paginationListWrapper,
.product_mobile_productImageContainer .paginationBox .paginationList .paginationListWrapper>span {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-justify-content: center;
    justify-content: center
}

.product_mobile_productImageContainer .paginationBox .paginationList .paginationListWrapper>span {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 6px;
    margin: 0 5px;
    -webkit-transition: .1s .1s all;
    -moz-transition: .1s .1s all;
    transition: .1s .1s all;
    width: 6px
}

.product_mobile_productImageContainer .paginationBox .paginationList .paginationListWrapper>span:before {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    content: "";
    display: block;
    height: 6px;
    -webkit-transition: .1s .1s all;
    -moz-transition: .1s .1s all;
    transition: .1s .1s all;
    width: 6px
}

.product_mobile_productImageContainer .paginationBox .paginationList .paginationListWrapper>span.active {
    height: 9px;
    width: 9px
}

.product_mobile_productImageContainer .paginationBox .paginationList .paginationListWrapper>span.active:before {
    background-color: #000000;
    height: 9px;
    width: 9px
}

.product_mobile_productImageContainer .paginationBox .paginationList .paginationListWrapper>span.next:before {
    height: 4px;
    width: 4px
}

.product_mobile_productImageContainer .paginationBox .paginationList .paginationListWrapper.noTransition,
.product_mobile_productImageContainer .paginationBox .paginationList .paginationListWrapper.noTransition>span,
.product_mobile_productImageContainer .paginationBox .paginationList .paginationListWrapper.noTransition>span:before {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.product_mobile_productImageContainer.middleWidth .swiper-wrapper.hasVideoFl {
    -webkit-transform: translate3d(12.5%, 0, 0);
    -moz-transform: translate3d(12.5%, 0, 0);
    transform: translate3d(12.5%, 0, 0)
}

.product_mobile_productImageContainer.middleWidth .swiper-wrapper:not(.hasVideoFl) .swiper-slide:first-child {
    margin-left: 12.5%
}

.product_mobile_productImageContainer.middleWidth .product_productImages .swiper-slide {
    width: 75%
}

.product_mobile_productImageContainer.middleWidth .product_productImages .swiper-slide.videoItem .product_youTubeVideoContainer>iframe {
    padding: 1px
}

.product-photo-swiper-button {
    background-color: #ffffff;
    border: 1px solid #E0E0D7;
    border-radius: 50%;
    cursor: pointer;
    line-height: 1;
    line-height: 0;
    min-width: 0;
    opacity: 0;
    padding: 10px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10
}

.product-photo-swiper-button>svg {
    stroke: #000000;
    height: 13px;
    margin: 3px;
    pointer-events: none;
    width: 13px
}

.product-photo-swiper-button.product-photo-swiper-button-next {
    right: 10px
}

.product-photo-swiper-button.product-photo-swiper-button-prev {
    left: 10px
}

.product-photo-swiper-button.swiper-button-disabled {
    cursor: not-allowed;
    pointer-events: none
}

.product_productImages:hover .product-photo-swiper-button {
    opacity: 1;
    pointer-events: all;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s
}

.product_productImages:hover .product-photo-swiper-button.swiper-button-disabled {
    opacity: .3
}

.mp-modal__wrapper {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-align-items: center;
    align-items: center;
    bottom: 0;
    display: none;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000
}

.mp-modal__wrapper.mp-modal__visible {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.mp-modal__wrapper.mp-modal__notVisible {
    display: none
}

.mp-modal__wrapper .mp-modal__mask {
    background: rgba(23, 23, 23, 0.6);
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0
}

.mp-modal__wrapper .mp-modal__mask.mp-modal__closable {
    cursor: pointer
}

.mp-modal__wrapper .mp-modal__container {
    background-color: #ffffff;
    position: absolute
}

.mp-modal__wrapper .mp-modal__container .mp-modal__close {
    color: #000000;
    cursor: pointer;
    display: inline-block;
    height: 48px;
    padding: 12px;
    position: absolute;
    width: 48px;
    z-index: 1
}

.mp-modal__wrapper .mp-modal__container .mp-modal__close svg {
    height: 24px;
    width: 24px
}

.mp-modal__wrapper.mp-modal__visibleAnimation .mp-modal__mask {
    -webkit-animation: .5s mp-modal-fadeIn forwards ease;
    -moz-animation: .5s mp-modal-fadeIn forwards ease;
    animation: .5s mp-modal-fadeIn forwards ease
}

.mp-modal__wrapper.mp-modal__notVisibleAnimation .mp-modal__mask {
    -webkit-animation: .5s mp-modal-fadeOut forwards ease;
    -moz-animation: .5s mp-modal-fadeOut forwards ease;
    animation: .5s mp-modal-fadeOut forwards ease
}

.mp-modal__wrapper .mp-modal__fade .mp-modal__container {
    min-height: 182px;
    min-width: 338px
}

.mp-modal__wrapper .mp-modal__fade .mp-modal__container .mp-modal__body {
    padding: 24px
}

.mp-modal__wrapper .mp-modal__fade .mp-modal__container .mp-modal__close {
    right: 8px;
    top: 8px;
    z-index: 20
}

.mp-modal__wrapper .mp-modal__fade.mp-modal__visibleAnimation .mp-modal__container {
    -webkit-animation: .5s mp-modal-fadeSlideIn forwards ease;
    -moz-animation: .5s mp-modal-fadeSlideIn forwards ease;
    animation: .5s mp-modal-fadeSlideIn forwards ease
}

.mp-modal__wrapper .mp-modal__fade.mp-modal__notVisibleAnimation .mp-modal__container {
    -webkit-animation: .5s mp-modal-fadeSlideOut forwards ease;
    -moz-animation: .5s mp-modal-fadeSlideOut forwards ease;
    animation: .5s mp-modal-fadeSlideOut forwards ease
}

.mp-modal__wrapper .mp-modal__popup .mp-modal__container {
    bottom: 0;
    height: 100%;
    max-height: 90%;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
    width: 100%
}

.mp-modal__wrapper .mp-modal__popup .mp-modal__container .mp-modal__close {
    right: 2px;
    top: 6px;
    z-index: 20
}

.mp-modal__wrapper .mp-modal__popup .mp-modal__container .mp-modal__body {
    height: 100%;
    min-height: 30vh;
    overflow: auto
}

.mp-modal__wrapper .mp-modal__popup.mp-modal__visibleAnimation .mp-modal__container {
    -webkit-animation: .5s mp-modal-slideInBottom forwards ease;
    -moz-animation: .5s mp-modal-slideInBottom forwards ease;
    animation: .5s mp-modal-slideInBottom forwards ease
}

.mp-modal__wrapper .mp-modal__popup.mp-modal__notVisibleAnimation .mp-modal__container {
    -webkit-animation: .5s mp-modal-slideOutBottom forwards ease;
    -moz-animation: .5s mp-modal-slideOutBottom forwards ease;
    animation: .5s mp-modal-slideOutBottom forwards ease
}

@media(min-width:768px) {
    .mp-modal__wrapper .mp-modal__container {
        min-height: 182px;
        min-width: 338px
    }

    .mp-modal__wrapper .mp-modal__container .mp-modal__body {
        padding: 24px
    }

    .mp-modal__wrapper .mp-modal__container .mp-modal__close {
        right: 8px;
        top: 8px;
        z-index: 20
    }

    .mp-modal__wrapper.mp-modal__visibleAnimation .mp-modal__container {
        -webkit-animation: .5s mp-modal-fadeSlideIn forwards ease;
        -moz-animation: .5s mp-modal-fadeSlideIn forwards ease;
        animation: .5s mp-modal-fadeSlideIn forwards ease
    }

    .mp-modal__wrapper.mp-modal__notVisibleAnimation .mp-modal__container {
        -webkit-animation: .5s mp-modal-fadeSlideOut forwards ease;
        -moz-animation: .5s mp-modal-fadeSlideOut forwards ease;
        animation: .5s mp-modal-fadeSlideOut forwards ease
    }
}

@media(max-width:767.98px) {
    .mp-modal__wrapper .mp-modal__container {
        bottom: 0;
        height: 100%;
        max-height: 90%;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transform: translateY(100%);
        width: 100%
    }

    .mp-modal__wrapper .mp-modal__container .mp-modal__close {
        right: 2px;
        top: 6px;
        z-index: 20
    }

    .mp-modal__wrapper .mp-modal__container .mp-modal__body {
        height: 100%;
        min-height: 30vh;
        overflow: auto
    }

    .mp-modal__wrapper.mp-modal__visibleAnimation .mp-modal__container {
        -webkit-animation: .5s mp-modal-slideInBottom forwards ease;
        -moz-animation: .5s mp-modal-slideInBottom forwards ease;
        animation: .5s mp-modal-slideInBottom forwards ease
    }

    .mp-modal__wrapper.mp-modal__notVisibleAnimation .mp-modal__container {
        -webkit-animation: .5s mp-modal-slideOutBottom forwards ease;
        -moz-animation: .5s mp-modal-slideOutBottom forwards ease;
        animation: .5s mp-modal-slideOutBottom forwards ease
    }
}

@-webkit-keyframes mp-modal-slideInBottom {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes mp-modal-slideInBottom {
    0% {
        -moz-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes mp-modal-slideInBottom {
    0% {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes mp-modal-slideOutBottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@-moz-keyframes mp-modal-slideOutBottom {
    0% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -moz-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes mp-modal-slideOutBottom {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@-webkit-keyframes mp-modal-fadeSlideIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes mp-modal-fadeSlideIn {
    0% {
        opacity: 0;
        -moz-transform: translateY(30px);
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes mp-modal-fadeSlideIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes mp-modal-fadeSlideOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@-moz-keyframes mp-modal-fadeSlideOut {
    0% {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1)
    }

    to {
        opacity: 0;
        -moz-transform: scale(.9);
        transform: scale(.9)
    }
}

@keyframes mp-modal-fadeSlideOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        transform: scale(.9)
    }
}

@-webkit-keyframes mp-modal-fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes mp-modal-fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes mp-modal-fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes mp-modal-fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-moz-keyframes mp-modal-fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes mp-modal-fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.product-stepper {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    border: 1px solid #E0E0D7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 40px;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    position: relative;
    width: 96px
}

.product-stepper.disabled input,
.product-stepper.disabled span {
    background-color: #f5f5f5;
    cursor: not-allowed;
    opacity: .4
}

.product-stepper .stepper-input {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #000000;
    -webkit-flex: 1;
    flex: 1;
    margin: 0;
    outline: none;
    padding: 6px 0;
    text-align: center;
    width: 100%
}

.product-stepper span {
    cursor: pointer;
    padding: 4px 0
}

.product-stepper span.disabled {
    cursor: not-allowed;
    opacity: .4 !important
}

.product-stepper .stepper-error {
    color: #eb5757;
    padding: 12px 0
}

.product_pc_productImageContainer .productImageThumbsWrapper .thumbsImageItem {
    border: 1px solid #E0E0D7;
}

.product_pc_productImageContainer .productImageThumbsWrapper .thumbsImageItem.active {
    border: none
}

.product_productImages_tile {
    margin-bottom: calc(var(--sl-gutter-x, 20px)*-1);
    position: relative
}

.product_productImages_tile.product-detail-empty-image {
    background-color: rgba(0, 0, 0, 0.05);
    background-image: url(https://img-preview.myshopline.com/image/shopline/c26ff1f3ccb24bd3b618a5c7416f2a24.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    padding-bottom: 100%
}

.color-scheme-1 .product_productImages_tile.product-detail-empty-image {
    -webkit-box-shadow: 0 0 0 undefinedpx rgb(189, 180, 160);
    box-shadow: 0 0 0 undefinedpx rgb(189, 180, 160);
}

.color-scheme-2 .product_productImages_tile.product-detail-empty-image {
    -webkit-box-shadow: 0 0 0 undefinedpx rgb(255, 255, 255);
    box-shadow: 0 0 0 undefinedpx rgb(255, 255, 255);
}

.color-scheme-3 .product_productImages_tile.product-detail-empty-image {
    -webkit-box-shadow: 0 0 0 undefinedpx rgb(0, 0, 0);
    box-shadow: 0 0 0 undefinedpx rgb(0, 0, 0);
}

.product_productImages_tile.product-detail-empty-image {
    border-radius: px;
    position: relative
}

.product_productImages_tile.product-detail-empty-image:before {
    border-radius: px;
    bottom: 0;
    -webkit-box-shadow: undefinedpx undefinedpx undefinedpx rgb(0, 0, 0);
    box-shadow: undefinedpx undefinedpx undefinedpx rgb(0, 0, 0);
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.product_productImages_tile.product-detail-empty-image:after {
    border-radius: undefinedpx;
    bottom: undefinedpx;
    -webkit-box-shadow: 0 0 0 undefinedpx rgb(0, 0, 0);
    box-shadow: 0 0 0 undefinedpx rgb(0, 0, 0);
    content: "";
    left: undefinedpx;
    pointer-events: none;
    position: absolute;
    right: undefinedpx;
    top: undefinedpx;
    -webkit-transition: -webkit-box-shadow .1s ease;
    transition: -webkit-box-shadow .1s ease;
    -moz-transition: box-shadow .1s ease;
    transition: box-shadow .1s ease;
    transition: box-shadow .1s ease, -webkit-box-shadow .1s ease;
    z-index: 1
}

.product_productImages_tile.product_productImageScale .imageItem--pointer,
.product_productImages_tile.product_productImageScale .product_pc_skuImage_flatten--pointer {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.product_productImages_tile .flattenFirstItem .imageItem,
.product_productImages_tile .product_images_firstCol .imageItem,
.product_productImages_tile .product_images_secondCol .imageItem {
    line-height: 0;
    margin-bottom: var(--sl-gutter-x, 20px);
    overflow: hidden;
    padding-bottom: 100%
}

.product_productImages_tile .flattenFirstItem .imageItem.imageItemError,
.product_productImages_tile .product_images_firstCol .imageItem.imageItemError,
.product_productImages_tile .product_images_secondCol .imageItem.imageItemError {
    background-color: rgba(0, 0, 0, 0.05);
    background-image: url(https://img-preview.myshopline.com/image/shopline/c26ff1f3ccb24bd3b618a5c7416f2a24.svg);
    background-position: 50%;
    background-repeat: no-repeat
}

.product_productImages_tile .flattenFirstItem .imageItem.imageItemError>img,
.product_productImages_tile .product_images_firstCol .imageItem.imageItemError>img,
.product_productImages_tile .product_images_secondCol .imageItem.imageItemError>img {
    height: 0;
    opacity: 0;
    padding-bottom: 100%;
    width: 0
}

.color-scheme-1 .product_productImages_tile .flattenFirstItem .imageItem,
.color-scheme-1 .product_productImages_tile .product_images_firstCol .imageItem,
.color-scheme-1 .product_productImages_tile .product_images_secondCol .imageItem {
    -webkit-box-shadow: 0 0 0 undefinedpx rgb(189, 180, 160);
    box-shadow: 0 0 0 undefinedpx rgb(189, 180, 160);
}

.color-scheme-2 .product_productImages_tile .flattenFirstItem .imageItem,
.color-scheme-2 .product_productImages_tile .product_images_firstCol .imageItem,
.color-scheme-2 .product_productImages_tile .product_images_secondCol .imageItem {
    -webkit-box-shadow: 0 0 0 undefinedpx rgb(255, 255, 255);
    box-shadow: 0 0 0 undefinedpx rgb(255, 255, 255);
}

.color-scheme-3 .product_productImages_tile .flattenFirstItem .imageItem,
.color-scheme-3 .product_productImages_tile .product_images_firstCol .imageItem,
.color-scheme-3 .product_productImages_tile .product_images_secondCol .imageItem {
    -webkit-box-shadow: 0 0 0 undefinedpx rgb(0, 0, 0);
    box-shadow: 0 0 0 undefinedpx rgb(0, 0, 0);
}

.product_productImages_tile .flattenFirstItem .imageItem,
.product_productImages_tile .product_images_firstCol .imageItem,
.product_productImages_tile .product_images_secondCol .imageItem {
    border-radius: px;
    position: relative
}

.product_productImages_tile .flattenFirstItem .imageItem:before,
.product_productImages_tile .product_images_firstCol .imageItem:before,
.product_productImages_tile .product_images_secondCol .imageItem:before {
    border-radius: px;
    bottom: 0;
    -webkit-box-shadow: undefinedpx undefinedpx undefinedpx rgb(0, 0, 0);
    box-shadow: undefinedpx undefinedpx undefinedpx rgb(0, 0, 0);
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.product_productImages_tile .flattenFirstItem .imageItem:after,
.product_productImages_tile .product_images_firstCol .imageItem:after,
.product_productImages_tile .product_images_secondCol .imageItem:after {
    border-radius: undefinedpx;
    bottom: undefinedpx;
    -webkit-box-shadow: 0 0 0 undefinedpx rgb(0, 0, 0);
    box-shadow: 0 0 0 undefinedpx rgb(0, 0, 0);
    content: "";
    left: undefinedpx;
    pointer-events: none;
    position: absolute;
    right: undefinedpx;
    top: undefinedpx;
    -webkit-transition: -webkit-box-shadow .1s ease;
    transition: -webkit-box-shadow .1s ease;
    -moz-transition: box-shadow .1s ease;
    transition: box-shadow .1s ease;
    transition: box-shadow .1s ease, -webkit-box-shadow .1s ease;
    z-index: 1
}

.product_productImages_tile .flattenFirstItem .imageItem img,
.product_productImages_tile .product_images_firstCol .imageItem img,
.product_productImages_tile .product_images_secondCol .imageItem img {
    border-radius: px;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    padding: px;
    position: absolute;
    width: 100%
}

.product_productImages_tile .flattenFirstItem .imageItem img:not([src]),
.product_productImages_tile .product_images_firstCol .imageItem img:not([src]),
.product_productImages_tile .product_images_secondCol .imageItem img:not([src]) {
    opacity: 0
}

.product_productImages_tile .flattenFirstItem .videoItem,
.product_productImages_tile .product_images_firstCol .videoItem,
.product_productImages_tile .product_images_secondCol .videoItem {
    line-height: 0;
    margin-bottom: var(--sl-gutter-x, 20px);
    padding-bottom: 56.25%
}

.color-scheme-1 .product_productImages_tile .flattenFirstItem .videoItem,
.color-scheme-1 .product_productImages_tile .product_images_firstCol .videoItem,
.color-scheme-1 .product_productImages_tile .product_images_secondCol .videoItem {
    -webkit-box-shadow: 0 0 0 undefinedpx rgb(189, 180, 160);
    box-shadow: 0 0 0 undefinedpx rgb(189, 180, 160);
}

.color-scheme-2 .product_productImages_tile .flattenFirstItem .videoItem,
.color-scheme-2 .product_productImages_tile .product_images_firstCol .videoItem,
.color-scheme-2 .product_productImages_tile .product_images_secondCol .videoItem {
    -webkit-box-shadow: 0 0 0 undefinedpx rgb(255, 255, 255);
    box-shadow: 0 0 0 undefinedpx rgb(255, 255, 255);
}

.color-scheme-3 .product_productImages_tile .flattenFirstItem .videoItem,
.color-scheme-3 .product_productImages_tile .product_images_firstCol .videoItem,
.color-scheme-3 .product_productImages_tile .product_images_secondCol .videoItem {
    -webkit-box-shadow: 0 0 0 undefinedpx rgb(0, 0, 0);
    box-shadow: 0 0 0 undefinedpx rgb(0, 0, 0);
}

.product_productImages_tile .flattenFirstItem .videoItem,
.product_productImages_tile .product_images_firstCol .videoItem,
.product_productImages_tile .product_images_secondCol .videoItem {
    border-radius: px;
    position: relative
}

.product_productImages_tile .flattenFirstItem .videoItem:before,
.product_productImages_tile .product_images_firstCol .videoItem:before,
.product_productImages_tile .product_images_secondCol .videoItem:before {
    border-radius: px;
    bottom: 0;
    -webkit-box-shadow: undefinedpx undefinedpx undefinedpx rgb(0, 0, 0);
    box-shadow: undefinedpx undefinedpx undefinedpx rgb(0, 0, 0);
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.product_productImages_tile .flattenFirstItem .videoItem:after,
.product_productImages_tile .product_images_firstCol .videoItem:after,
.product_productImages_tile .product_images_secondCol .videoItem:after {
    border-radius: undefinedpx;
    bottom: undefinedpx;
    -webkit-box-shadow: 0 0 0 undefinedpx rgb(0, 0, 0);
    box-shadow: 0 0 0 undefinedpx rgb(0, 0, 0);
    content: "";
    left: undefinedpx;
    pointer-events: none;
    position: absolute;
    right: undefinedpx;
    top: undefinedpx;
    -webkit-transition: -webkit-box-shadow .1s ease;
    transition: -webkit-box-shadow .1s ease;
    -moz-transition: box-shadow .1s ease;
    transition: box-shadow .1s ease;
    transition: box-shadow .1s ease, -webkit-box-shadow .1s ease;
    z-index: 1
}

.product_productImages_tile .flattenFirstItem .videoItem .product_slVideoContainer,
.product_productImages_tile .flattenFirstItem .videoItem .product_youTubeVideoBox,
.product_productImages_tile .product_images_firstCol .videoItem .product_slVideoContainer,
.product_productImages_tile .product_images_firstCol .videoItem .product_youTubeVideoBox,
.product_productImages_tile .product_images_secondCol .videoItem .product_slVideoContainer,
.product_productImages_tile .product_images_secondCol .videoItem .product_youTubeVideoBox {
    border-radius: px;
    height: 100%;
    left: 0;
    padding: px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.product_productImages_tile .flattenFirstItem .videoItem>img,
.product_productImages_tile .product_images_firstCol .videoItem>img,
.product_productImages_tile .product_images_secondCol .videoItem>img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    visibility: hidden;
    width: 100%
}

.product_productImages_tile .product_pc_skuImage_flatten {
    margin-bottom: var(--sl-gutter-x, 20px);
    overflow: hidden
}

.color-scheme-1 .product_productImages_tile .product_pc_skuImage_flatten {
    -webkit-box-shadow: 0 0 0 undefinedpx rgb(189, 180, 160);
    box-shadow: 0 0 0 undefinedpx rgb(189, 180, 160);
}

.color-scheme-2 .product_productImages_tile .product_pc_skuImage_flatten {
    -webkit-box-shadow: 0 0 0 undefinedpx rgb(255, 255, 255);
    box-shadow: 0 0 0 undefinedpx rgb(255, 255, 255);
}

.color-scheme-3 .product_productImages_tile .product_pc_skuImage_flatten {
    -webkit-box-shadow: 0 0 0 undefinedpx rgb(0, 0, 0);
    box-shadow: 0 0 0 undefinedpx rgb(0, 0, 0);
}

.product_productImages_tile .product_pc_skuImage_flatten {
    border-radius: px;
    position: relative
}

.product_productImages_tile .product_pc_skuImage_flatten:before {
    border-radius: px;
    bottom: 0;
    -webkit-box-shadow: undefinedpx undefinedpx undefinedpx rgb(0, 0, 0);
    box-shadow: undefinedpx undefinedpx undefinedpx rgb(0, 0, 0);
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.product_productImages_tile .product_pc_skuImage_flatten:after {
    border-radius: undefinedpx;
    bottom: undefinedpx;
    -webkit-box-shadow: 0 0 0 undefinedpx rgb(0, 0, 0);
    box-shadow: 0 0 0 undefinedpx rgb(0, 0, 0);
    content: "";
    left: undefinedpx;
    pointer-events: none;
    position: absolute;
    right: undefinedpx;
    top: undefinedpx;
    -webkit-transition: -webkit-box-shadow .1s ease;
    transition: -webkit-box-shadow .1s ease;
    -moz-transition: box-shadow .1s ease;
    transition: box-shadow .1s ease;
    transition: box-shadow .1s ease, -webkit-box-shadow .1s ease;
    z-index: 1
}

.product_productImages_tile .product_pc_skuImage_flatten>img {
    border-radius: px;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    padding: px;
    position: absolute;
    width: 100%
}

.product_productImages_tile .product_pc_skuImage_flatten.imageItemError {
    background-color: rgba(0, 0, 0, 0.05);
    background-image: url(https://img-preview.myshopline.com/image/shopline/c26ff1f3ccb24bd3b618a5c7416f2a24.svg);
    background-position: 50%;
    background-repeat: no-repeat
}

.product_productImages_tile .product_pc_skuImage_flatten.imageItemError>img {
    height: 0;
    opacity: 0;
    padding-bottom: 100%;
    width: 0
}

.product_productImages_tile .product_pc_skuImage_flatten .imageItem--hover {
    border: none;
    left: 0;
    max-height: none;
    max-width: none;
    opacity: 0;
    position: absolute;
    top: 0
}

@media(max-width:749.98px) {
    .product_productImages_tile {
        display: none !important
    }
}

.product-sku-trade-flatten .spec-box {
    margin-bottom: 16px
}

.product-sku-trade-flatten .spec-box .spec-title {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 10px;
    word-break: break-word
}

.product-sku-trade-flatten .spec-box .spec-name {
    font-weight: 600;
    letter-spacing: 0
}

.product-sku-trade-flatten .spec-box .attr-box {
    margin: 0 -5px
}

.product-sku-trade-flatten .spec-box .attr-box,
.product-sku-trade-flatten .spec-box .attr-box .attr-value {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-sku-trade-flatten .spec-box .attr-box .attr-value {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #E0E0D7;
    cursor: pointer;
    margin: 0 5px 10px;
    min-height: 42px;
    padding: 7.5px 15px;
    position: relative
}

.product-sku-trade-flatten .spec-box .attr-box .attr-value .value-text {
    word-break: break-word
}

.product-sku-trade-flatten .spec-box .attr-box .attr-value.active {
    border-color: #000000;
    -webkit-box-shadow: 0 0 0 1px #000000;
    box-shadow: 0 0 0 1px #000000;
}

.product-sku-trade-flatten .spec-box .attr-box .attr-value.disabled:after {
    background-color: #000000;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 40px
}

.product-sku-trade-flatten .spec-box .attr-box .attr-value.disabled .value-img {
    opacity: 1
}

.product-sku-trade-flatten .spec-box .attr-box .attr-value.with-img {
    padding: 5px
}

.product-sku-trade-flatten .spec-box .attr-box .attr-value.with-img:after {
    left: 5px;
    right: auto
}

.product-sku-trade-flatten .spec-box .attr-box .attr-value.with-img .value-img {
    height: 32px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 32px
}

.product-sku-trade-flatten .spec-box .attr-box .attr-value.with-img .value-text {
    margin: 0 10px
}

.product-sku-trade-flatten .spec-box .attr-box .border-square {
    border-radius: 0
}

.product-sku-trade-flatten .spec-box .attr-box .border-radius {
    border-radius: 4px
}

.product-sku-trade-flatten .spec-box .attr-box .border-rounded {
    border-radius: 46px
}

.product-sku-trade-flatten .spec-box .attr-box .border-rounded.with-img {
    padding: 7px !important
}

body .pswp {
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    touch-action: none;
    width: 100vw;
    z-index: 1500
}

body .pswp img {
    max-width: none
}

body .pswp--animate_opacity {
    opacity: .001;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    -moz-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    will-change: opacity
}

body .pswp--open {
    display: block
}

body .pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

body .pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

body .pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

body .pswp__bg {
    -webkit-backface-visibility: hidden;
    background: #ffffff;
    opacity: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0)
}

body .pswp__bg,
body .pswp__scroll-wrap {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

body .pswp__scroll-wrap {
    overflow: hidden
}

body .pswp__container,
body .pswp__zoom-wrap {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    touch-action: none
}

body .pswp__container,
body .pswp__img {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body .pswp__zoom-wrap {
    position: absolute;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
    -moz-transition: transform 333ms cubic-bezier(.4, 0, .22, 1), -moz-transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1), -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1), -moz-transform 333ms cubic-bezier(.4, 0, .22, 1);
    width: 100%
}

body .pswp__bg {
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    -moz-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    will-change: opacity
}

body .pswp--animated-in .pswp__bg,
body .pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

body .pswp__container,
body .pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

body .pswp__item {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}

body .pswp__img {
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: auto
}

body .pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

body .pswp--ie .pswp__img {
    height: auto !important;
    left: 0;
    top: 0;
    width: 100% !important
}

body .pswp__error-msg {
    color: #ccc;
    left: 0;
    line-height: 16px;
    margin-top: -8px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%
}

body .pswp__error-msg a {
    color: #ccc;
    text-decoration: underline
}

body .pswp__ui .pswp__button {
    background-color: #ffffff;
    border: 1px solid #E0E0D7;
    border-radius: 50%;
    cursor: pointer;
    line-height: 1;
    line-height: 0;
    margin: 15px;
    min-width: 0;
    padding: 10px;
    position: relative
}

body .pswp__ui .pswp__button>svg {
    stroke: #000000;
    height: 13px;
    margin: 8px;
    pointer-events: none;
    width: 13px
}

body .pswp__ui .pswp__button.pswp__button--close {
    padding: 15px
}

body .pswp__ui .pswp__button:after {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

body .pswp__ui .pswp__button[disabled] {
    opacity: 0;
    pointer-events: none
}

body .pswp__ui {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .25s .6s;
    transition: -webkit-transform .25s .6s;
    -moz-transition: transform .25s .6s, -moz-transform .25s .6s;
    transition: transform .25s .6s;
    transition: transform .25s .6s, -webkit-transform .25s .6s, -moz-transform .25s .6s
}

body .pswp__ui--hidden {
    -webkit-transform: translateY(150%);
    -moz-transform: translateY(150%);
    transform: translateY(150%);
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    -moz-transition: transform .25s, -moz-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s, -moz-transform .25s
}

body .phone-swipe-media-wrapper {
    height: -webkit-calc(100% - 110px);
    height: -moz-calc(100% - 110px);
    height: calc(100% - 110px);
    position: relative;
    width: 100%
}

body .phone-swipe-video-wrapper {
    left: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

body .phone-swipe-video-wrapper:before {
    content: "";
    display: block;
    padding-top: var(--padding-top, 56%)
}

body .phone-swipe-video-wrapper .phone-swipe-video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.product-sku-trade-select .spec-box {
    margin-bottom: 26px
}

.product-sku-trade-select .spec-box .spec-title {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 10px;
    word-break: break-word
}

.product-sku-trade-select .spec-box .select-box {
    position: relative
}

.product-sku-trade-select .spec-box .select-box .select-entry {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #E0E0D7;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 41px;
    padding: 0 15px
}

.product-sku-trade-select .spec-box .select-box .select-entry .entry-img {
    height: 30px;
    margin-right: 8px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 30px
}

.product-sku-trade-select .spec-box .select-box .select-entry .entry-text {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.product-sku-trade-select .spec-box .select-box .select-entry .entry-arrow {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 10px;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -moz-transition: transform .2s, -moz-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s, -moz-transform .2s;
    width: 10px
}

.product-sku-trade-select .spec-box .select-box .select-entry .entry-arrow:before {
    border-bottom: 1px solid;
    border-left: 1px solid;
    color: #000000;
    content: "";
    height: 7px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg) translate(2px, -2px);
    transform: rotate(-45deg) translate(2px, -2px);
    width: 7px
}

.product-sku-trade-select .spec-box .select-box .select-entry.open .entry-arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

.product-sku-trade-select .spec-box .select-box .select-options {
    color: #000
}

.product-sku-trade-select .spec-box .select-box .select-options .select-item {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    padding: 8px 12px
}

.product-sku-trade-select .spec-box .select-box .select-options .select-item .select-img {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 30px;
    margin-right: 8px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 30px
}

.product-sku-trade-select .spec-box .select-box .select-options .select-item .select-text {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-size: 14px;
    word-break: break-word
}

.product-sku-trade-select .spec-box .select-box .select-options .select-item .select-checked {
    background: url(https://img-preview.myshopline.com/image/shopline/d6777c834df74fad8f9a171099f59fa8.svg) 50%/100% no-repeat;
    cursor: pointer;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 12px;
    visibility: hidden;
    width: 12px
}

.product-sku-trade-select .spec-box .select-box .select-options .select-item.active .select-checked {
    visibility: visible
}

.product-sku-trade-select .spec-box .select-box .select-options .disabled .select-text {
    opacity: .3
}

.product-sku-trade-select .spec-box .select-box .select-dropdown {
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    display: none;
    max-height: 480px;
    overflow: auto;
    position: absolute;
    width: 100%;
    z-index: 110
}

.product-sku-trade-select .spec-box .select-box .select-dropdown .select-item:hover {
    background-color: rgba(0, 0, 0, .05)
}

@media(max-width:749.98px) {
    .product-sku-trade-select .spec-box .select-box .select-dropdown {
        display: none !important
    }
}

.product-sku-trade-select-popup {
    background-color: rgba(23, 23, 23, 0.6);
    bottom: 0;
    display: none;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999
}

.product-sku-trade-select-popup .select-options {
    color: #000
}

.product-sku-trade-select-popup .select-options .select-item {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    padding: 8px 12px
}

.product-sku-trade-select-popup .select-options .select-item .select-img {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 30px;
    margin-right: 8px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 30px
}

.product-sku-trade-select-popup .select-options .select-item .select-text {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-size: 14px;
    word-break: break-word
}

.product-sku-trade-select-popup .select-options .select-item .select-checked {
    background: url(https://img-preview.myshopline.com/image/shopline/d6777c834df74fad8f9a171099f59fa8.svg) 50%/100% no-repeat;
    cursor: pointer;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 12px;
    visibility: hidden;
    width: 12px
}

.product-sku-trade-select-popup .select-options .select-item.active .select-checked {
    visibility: visible
}

.product-sku-trade-select-popup .select-options .disabled .select-text {
    opacity: .3
}

.product-sku-trade-select-popup .select-popup {
    background-color: #fff;
    bottom: 0;
    left: 0;
    max-height: 80%;
    overflow: auto;
    padding-top: 8px;
    position: absolute;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -moz-transition: transform .2s, -moz-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s, -moz-transform .2s;
    width: 100%
}

.product-sku-trade-select-popup .select-popup .select-item {
    padding: 8px 20px
}

.product-sku-trade-select-popup .select-popup.open {
    min-height: 30%;
    min-height: 30vh;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

@media(min-width:750px) {
    .product-sku-trade-select-popup {
        display: none !important
    }
}

@media(max-width:749.98px) {
    .compact-layout-row {
        --sl-gutter-x: 20px;
        --sl-gutter-y: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: calc(var(--sl-gutter-x)*-.5);
        margin-right: calc(var(--sl-gutter-x)*-.5);
        margin-top: calc(var(--sl-gutter-y)*-1)
    }

    .compact-layout-row>* {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        margin-top: var(--sl-gutter-y);
        max-width: 100%;
        padding-left: calc(var(--sl-gutter-x)*.5);
        padding-right: calc(var(--sl-gutter-x)*.5);
        width: 100%
    }

    .compact-layout-row .compact-layout-col {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1 0 0%;
        flex: 1 0 0%
    }
}

.btn-link {
    border-radius: 0;
    padding-bottom: 0;
    padding-top: 0
}

.btn-link,
.btn-link:focus,
.btn-link:hover {
    color: #000000;
}

.btn-link {
    font-size: 14px;
    padding-left: 1px;
    padding-right: 1px;
    position: relative
}

.btn-link:after {
    background-color: #E0E0D7;
    border-bottom-right-radius: 1px;
    border-top-right-radius: 1px;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0
}

.btn-extra.btn--loading:after,
.btn-link.btn--loading:after {
    -webkit-animation-name: btn-loading-sm;
    -moz-animation-name: btn-loading-sm;
    animation-name: btn-loading-sm;
    background-color: transparent;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    transform-origin: center
}

@media(min-width:750px) {

    .btn,
    .btn-link {
        font-size: 16px;
    }

    .btn-lg {
        font-size: 18px;
    }

    .btn-extra,
    .btn-sm {
        font-size: 14px;
    }
}

.base-input {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #2c2c2c;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    font-size: 14px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 1.4;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    width: 100%
}

.base-input:after {
    border: 1px solid #ddddd8;
    border-radius: 4px;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: border-color .3s;
    -moz-transition: border-color .3s;
    transition: border-color .3s;
    z-index: 1
}

.base-input-area.is-textarea .base-input__inpEle:not(:-moz-placeholder-shown)+.placeholder,
.base-input__inpEle:not(:-moz-placeholder-shown)+.placeholder,
.base-input__selectEle:not(:-moz-placeholder-shown)+.placeholder {
    -moz-transform: scale(.8) translateY(-100%);
    transform: scale(.8) translateY(-100%);
    white-space: nowrap;
    word-break: normal
}

.base-input-area.is-textarea .base-input__inpEle:not(:placeholder-shown)+.placeholder,
.base-input:focus-within .placeholder,
.base-input__inpEle:not(:placeholder-shown)+.placeholder,
.base-input__selectEle:not(:placeholder-shown)+.placeholder {
    -webkit-transform: scale(.8) translateY(-100%);
    -moz-transform: scale(.8) translateY(-100%);
    transform: scale(.8) translateY(-100%);
    white-space: nowrap;
    word-break: normal
}

.base-input input:focus,
.base-input textarea:focus {
    outline: 0
}

.base-input:focus-within:after,
.base-input:focus:after {
    border-color: #2c2c2c;
    border-width: 2px
}

.base-input.is-focus:after,
.base-input:focus-within:after,
.base-input:focus:after {
    border-width: 2px
}

.base-input.is-disabled {
    cursor: not-allowed
}

.base-input.is-disabled input,
.base-input.is-disabled select,
.base-input.is-disabled textarea {
    background-color: rgba(44, 44, 44, .06) !important;
    border-color: #d8d8d8 !important;
    color: rgba(44, 44, 44, .4);
    cursor: not-allowed;
    pointer-events: none
}

.base-input-area {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex: 1;
    flex: 1;
    position: relative
}

.base-input .base-input-area input,
.base-input .base-input-area select,
.base-input .base-input-area textarea {
    background: none;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #2c2c2c;
    line-height: 1.15;
    padding: 24px 6px 8px 16px;
    width: 100%
}

.base-input .base-input-area select {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    padding-right: 30px;
    position: relative
}

.base-input-area input::-webkit-input-placeholder,
.base-input-area textarea::-webkit-input-placeholder {
    font-size: 0
}

.base-input-area input::-moz-placeholder,
.base-input-area textarea::-moz-placeholder {
    font-size: 0
}

.base-input-area input::-ms-input-placeholder,
.base-input-area textarea::-ms-input-placeholder {
    font-size: 0
}

.base-input-area input::placeholder,
.base-input-area textarea::placeholder {
    font-size: 0
}

.base-input-area .placeholder {
    color: #2c2c2c;
    left: 16px;
    opacity: .6;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -moz-transition: transform .3s ease, -moz-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease;
    word-break: break-word;
    z-index: 4
}

.base-input-area.is-textarea {
    padding-top: 24px
}

.base-input-area.is-textarea textarea {
    padding-top: 0;
    resize: vertical;
    resize: none
}

.base-input-area.is-textarea .placeholder {
    top: 22px
}

.base-input__addonAfter {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 100%;
    position: absolute;
    right: 6px;
    z-index: 1
}

.base-input__staticAddonAfter {
    padding-bottom: 6px;
    padding-right: 6px;
    padding-top: 6px
}

.base-input.inquiry-modal__inputCon,
.base-input.inquiry-modal__textareaCon {
    background-color: unset
}

.base-input.inquiry-modal__inputCon input,
.base-input.inquiry-modal__inputCon textarea,
.base-input.inquiry-modal__textareaCon input,
.base-input.inquiry-modal__textareaCon textarea,
.inquiry-modal__inputCon .placeholder,
.inquiry-modal__textareaCon .placeholder {
    color: #000000;
}

.inquiry-modal__inputCon:after,
.inquiry-modal__textareaCon:after {
    border-color: #E0E0D7;
}

.inquiry-modal__container {
    min-height: 545px;
    width: 432px
}

.inquiry-modal__container .base-input:focus-within:after,
.inquiry-modal__container .base-input:focus:after {
    border-color: #474745;
    border-width: 2px
}

.inquiry-modal__container .errClass {
    margin: 10px 0
}

.inquiry-modal__container .errClass .base-input:after {
    border-color: #f04949
}

.inquiry-modal__container div[sl-form-item-name] {
    margin: 12px 0
}

@media(max-width:749.98px) {
    .inquiry-modal__container {
        padding: 20px 20px 60px;
        width: 100%
    }

    .inquiry-modal__container .inquiry-modal__loadingBox {
        height: 100%;
        position: absolute
    }
}

.inquiry-modal__loadingBox {
    min-height: 498px
}

.inquiry-modal__header {
    background: #ffffff;
    color: #000000;
    font-family: "Amiko";
    font-size: 16px;
    font-weight: 600;
    left: 0;
    line-height: 22px;
    padding: 20px 24px;
    position: fixed;
    text-align: left;
    top: 0;
    width: 100%;
    z-index: 10
}

@media(max-width:749.98px) {
    .inquiry-modal__header {
        text-align: center
    }
}

.inquiry-modal__productInfo {
    -webkit-box-flex: 48px;
    -moz-box-flex: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex: 48px 1;
    flex: 48px 1;
    margin-top: 57px
}

.inquiry-modal__productInfo>.image-container {
    border: 1px solid #d8d8d8;
    height: 50px;
    width: 50px
}

.inquiry-modal__productInfo>.image-container img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.inquiry-modal__productInfo .imageItemError {
    background-color: rgba(0, 0, 0, 0.05);
    background-image: url(https://img-preview.myshopline.com/image/shopline/c26ff1f3ccb24bd3b618a5c7416f2a24.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: 25% 25%;
    background-size: 25%
}

.inquiry-modal__productInfo .imageItemError>img {
    opacity: 0
}

.inquiry-modal__productTitle {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #000000;
    display: -webkit-box;
    font-size: 12px;
    height: 48px;
    line-height: 16px;
    overflow: hidden;
    padding-left: 13px;
    text-overflow: ellipsis;
    word-break: break-word
}

.inquiry-modal__form {
    margin: 20px 0
}

.inquiry-modal__tips {
    color: #000000;
    font-size: 12px;
    margin-bottom: 12px;
    margin-top: 20px;
    opacity: .6
}

.inquiry-modal__btn {
    margin: 0 0 0 20px
}

.inquiry-modal__btnCon {
    text-align: right
}

@media(min-width:750px) {
    .inquiry-modal__btnCon {
        display: block
    }
}

@media(max-width:749.98px) {
    .inquiry-modal__btnCon {
        display: none
    }
}

.inquiry-modal__btnGroup {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex
}

.inquiry-modal__btnGroupMobile {
    background-color: #fff;
    bottom: 0;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .08);
    box-shadow: 0 0 40px rgba(0, 0, 0, .08);
    left: 0;
    padding: 8px 12px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 10
}

@media(min-width:750px) {
    .inquiry-modal__btnGroupMobile {
        display: none
    }
}

@media(max-width:749.98px) {
    .inquiry-modal__btnGroupMobile {
        display: block
    }
}

.inquiry-modal__btnGroupMobile .inquiry-modal__btn {
    margin: auto;
    max-width: 100%
}

@media(max-width:749.98px) {
    .inquiry-modal__btnGroupMobile .inquiry-modal__btn {
        width: 100%
    }
}

.inquiry-modal__input {
    -webkit-appearance: none;
    background-color: transparent;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #1e1e1e;
    font-size: 14px;
    height: 48px;
    line-height: 1.5715;
    padding: 16px 11px 4px 16px;
    position: relative;
    width: 100%
}

.inquiry-modal__input:focus+.placeholder {
    font-size: 10px;
    top: 3px
}

.inquiry-modal__inputCon {
    position: relative;
    width: 100%
}

.inquiry-modal__textareaCon .base-input__inpEle {
    height: 108px
}

.product-tabs-container {
    width: 100%
}

.product-tabs-container .product-tabs-nav {
    border-bottom: 1px solid #E0E0D7;
    overflow: auto;
    position: relative
}

.product-tabs-container .product-tabs-nav::-webkit-scrollbar {
    display: none
}

.product-tabs-container .product-tabs-nav .product-tabs-scroller {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: start;
    justify-content: start;
    min-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.product-tabs-container .product-tabs-nav .product-tabs-tab {
    color: #000000;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: .3em;
    margin-right: 40px;
    padding: 30px 0 12px;
    position: relative;
    text-transform: uppercase
}

.product-tabs-container .product-tabs-nav .product-tabs-tab:after {
    border-top: 3px solid #474745;
    bottom: 0;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 0
}

.product-tabs-container .product-tabs-nav .product-tabs-tab.active:after {
    -webkit-transition: width .1s;
    -moz-transition: width .1s;
    transition: width .1s;
    width: 100%
}

.product-tabs-container .product-tabs-content {
    padding: 16px 0 0
}

.product-tabs-container.only_one_tab .product-tabs-nav {
    border-color: transparent
}

.product-tabs-container.only_one_tab .product-tabs-nav .product-tabs-tab {
    cursor: auto;
    margin-left: 0;
    margin-right: 0;
    width: 100%
}

[data-type_title_text_align=left] .product-tabs-container.only_one_tab .product-tabs-nav .product-tabs-tab {
    text-align: left
}

[data-type_title_text_align=center] .product-tabs-container.only_one_tab .product-tabs-nav .product-tabs-tab {
    text-align: center
}

[data-type_title_text_align=right] .product-tabs-container.only_one_tab .product-tabs-nav .product-tabs-tab {
    text-align: right
}

.product-tabs-container.only_one_tab .product-tabs-nav .product-tabs-tab:after {
    display: none
}

@media(max-width:749.98px) {
    .product-tabs-container .product-tabs-nav-box {
        position: relative
    }

    .product-tabs-container .product-tabs-nav-box:after {
        background: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), to(#fff));
        background: -webkit-linear-gradient(left, hsla(0, 0%, 100%, 0), #fff);
        background: -moz-linear-gradient(left, hsla(0, 0%, 100%, 0) 0, #fff 100%);
        background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff);
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: -1px;
        top: 0;
        width: 40px
    }

    .product-tabs-container .product-tabs-nav .product-tabs-tab:first-child {
        margin-left: 0
    }

    .product-tabs-container.only_one_tab .product-tabs-nav-box:after {
        display: none
    }

    .product-tabs-container.only_one_tab .product-tabs-nav {
        margin-right: 0
    }
}

.third-party-share {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center
}

.third-party-share>a {
    margin-right: 10px
}

.third-party-share>a:last-child {
    margin-right: 0
}

.third-party-share .third-party-item {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.third-party-share .third-party-item .third-party-name {
    color: #000000;
    margin-left: 2px
}

.third-party-share .third-party-item .third-party-icon {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 24px;
    -webkit-justify-content: center;
    justify-content: center;
    width: 24px
}

.third-party-share .third-party-item svg {
    fill: #000000;
    height: 18px;
    width: 18px
}

.third-party-share .third-party-more {
    position: relative
}

.third-party-share .third-party-more.third-party-more-active .third-party-arrow {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.third-party-share .third-party-more.third-party-more-active .third-party-more-list {
    max-height: 200px;
    -webkit-transition: max-height .2s ease-in;
    -moz-transition: max-height .2s ease-in;
    transition: max-height .2s ease-in
}

.third-party-share .third-party-more-list {
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 40px rgba(0, 0, 0, .1);
    max-height: 0;
    overflow: hidden;
    padding: 0 12px;
    position: absolute;
    right: 0;
    top: 30px;
    -webkit-transition: max-height .2s ease-out;
    -moz-transition: max-height .2s ease-out;
    transition: max-height .2s ease-out;
    z-index: 10
}

.third-party-share .third-party-more-list[data-top=true] {
    bottom: 30px;
    top: unset
}

.third-party-share .third-party-more-list>a {
    margin-bottom: 12px
}

.third-party-share .third-party-more-list>a:first-child {
    margin-bottom: 15px;
    margin-top: 12px
}

.third-party-share .third-party-arrow {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .05);
    border-radius: 50%;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    -moz-transition: transform .2s linear, -moz-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear, -moz-transform .2s linear;
    z-index: 2
}

.third-party-share .third-party-arrow.third-party-arrow-large {
    height: 32px;
    width: 32px
}

.third-party-share .third-party-arrow.third-party-arrow-small {
    height: 24px;
    width: 24px
}

.product-info h1,
.product-info>div {
    margin-bottom: 10px;
    overflow-wrap: break-word
}

.product-info .price {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-info .price .product-origin-price,
.product-info .price .product-sales-price {
    color: #1C1D1D;
    margin-right: 10px
}

.product-info .price .product-origin-price>span,
.product-info .price .product-sales-price>span {
    font-weight: 600
}

.product-info .price .product-origin-price>sup,
.product-info .price .product-sales-price>sup {
    margin-left: 1px
}

.product-info .price .vipPrice {
    margin-left: -6px;
    margin-right: 10px
}

.product-info .price .originPrice {
    text-decoration: line-through
}

.product-info .price .discount {
    color: #BA4444;
    margin-right: 0
}

.product-info .hide {
    display: none
}

.product-info .product-info-space {
    margin-bottom: 0;
    padding-top: 25px
}

@media(max-width:749.98px) {
    .product-info .product-info-space {
        padding-top: 20px
    }
}

.product-info .subTitle {
    white-space: pre-wrap
}

.product-sku-quantity>div {
    margin-top: 10px
}

.product-sku-quantity>div:first-child {
    margin-top: 0
}

.product-sku-quantity .blod {
    font-weight: 600
}

.product-sku-quantity .sku-quantity-label {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0
}

.product-sku-quantity .hide {
    display: none
}

.product-sku-quantity .product-stepper {
    width: 108px
}

.product-sku-quantity .product-stepper .stepper-after,
.product-sku-quantity .product-stepper .stepper-before {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.product-sku-quantity .product-stepper .stepper-after svg,
.product-sku-quantity .product-stepper .stepper-before svg {
    height: 27px;
    width: 27px
}

@media(max-width:749.98px) {
    .product-sku-quantity .product-stepper {
        width: 100px
    }

    .product-sku-quantity .product-stepper .stepper-after svg,
    .product-sku-quantity .product-stepper .stepper-before svg {
        height: 23px;
        width: 23px
    }
}

.product-moq-grads-price {
    margin-top: 26px
}

.product-moq-grads-price .product-moq-grads-price-title {
    font-weight: 600
}

.product-moq-grads-price .product-moq-grads-price-table {
    border-bottom: 2px solid #000000;
    border-top: 2px solid #000000;
    display: table;
    margin-top: 10px;
    width: 100%
}

.product-moq-grads-price .product-moq-grads-price-table .product-moq-grads-price-row {
    display: table-row
}

.product-moq-grads-price .product-moq-grads-price-table .product-moq-grads-price-row>div {
    border-top: 1px solid #E0E0D7;
    display: table-cell;
    padding: 12px 0;
    width: 50%
}

.product-moq-grads-price .product-moq-grads-price-table .product-moq-grads-price-row:first-child>div {
    border: none
}

.product-third-party-list {
    margin-top: 17px
}

.product-third-party-list .third-party-content {
    margin-top: 18px
}

.product-third-party-list .third-party-content,
.product-third-party-list .third-party-content a {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.product-third-party-list .third-party-content a {
    color: #000000;
    text-decoration: none
}

@media(max-width:749.98px) {
    .product-third-party-list {
        margin-top: 12px
    }
}

.product-button-list {
    margin-top: 26px
}

.product-button-list .hide {
    display: none
}

.product-button-list button {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 10px;
    min-height: 44px;
    position: relative;
    width: 100%
}

.product-button-list .add-to-cart>.pdp_button_text.loading,
.product-button-list .add-to-cart>.pdp_button_text.showSuccessAni,
.product-button-list .buy-now>.pdp_button_text.loading,
.product-button-list .buy-now>.pdp_button_text.showSuccessAni {
    opacity: 0
}

.product-button-list .add-to-cart .mp-toast,
.product-button-list .buy-now .mp-toast {
    z-index: 129
}

.product-button-list .product_button_loading .mp-loading__spinner {
    height: 20px
}

.product-button-list .paypay-button {
    height: 43px;
    position: relative;
    z-index: 0
}

[data-button_style=square] .product-button-list .paypay-button {
    border-radius: 0
}

[data-button_style=radius] .product-button-list .paypay-button {
    border-radius: 4px
}

[data-button_style=rounded] .product-button-list .paypay-button {
    border-radius: 46px
}

.product-button-list .paypay-button .product-button-paypal-preview-mask {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 101
}

.product-button-list .product-inquiry__contactusButton {
    letter-spacing: 0;
    width: 100%
}

.product-button-list .product-more-payment-button {
    color: #000000;
    cursor: pointer;
    font-family: Helvetica Neue;
    font-size: 14px;
    font-weight: 500;
    margin: 20px auto 0;
    text-align: center;
    text-decoration: underline
}

.product-button-list .product-more-payment-button .product_buy_loading {
    display: none
}

.product-button-list .product-more-payment-button:hover {
    color: rgba(0, 0, 0, 0.8);
}

@media(max-width:749.98px) {
    .product-button-list .product-more-payment-button {
        font-size: 12px
    }
}

.buy-now-auto-height {
    height: auto !important;
    line-height: 1.6 !important
}

@media(max-width:749.98px) {
    .pay-button-theme-first-line-container {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex
    }

    .pay-button-theme-first-line-container>div {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        flex: 1
    }

    .pay-button-theme-first-line-container>div .buy-now-auto-height {
        height: 100% !important
    }

    .pay-button-theme-first-line-container .pay-button-theme-buy-now {
        margin-bottom: 10px
    }

    .pay-button-theme-first-line-container .pay-button-theme-buy-now:empty {
        display: none
    }

    .pay-button-theme-first-line-container .pay-button-theme-buy-now>button {
        height: 100%;
        margin-bottom: 0
    }
}

.product-detail-collapse {
    margin-top: 35px
}

.product-detail-collapse .custom-page-render-container {
    word-break: break-all
}

.product-detail-collapse .custom-page-render-container iframe {
    max-width: 100%
}

.product-detail-collapse .custom-page-render-container img {
    height: auto;
    max-width: 100%
}

@media(max-width:749.98px) {
    .product-detail-collapse {
        margin-top: 30px
    }
}

.base-collapse-item:not(:first-child) {
    border-top: 1px solid #E0E0D7;
}

.base-collapse-item__header {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #000000;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.base-collapse-item__header .base-collapse-item__title {
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 160%;
    margin: 0;
    overflow: hidden;
    padding: 15px 35px 15px 0;
    text-overflow: ellipsis;
    width: 100%;
    word-break: break-word
}

.base-collapse-item__header .base-collapse-item__arrow {
    font-size: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -moz-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.base-collapse-item__wrap {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 0;
    overflow: hidden
}

.base-collapse-item__wrap,
.base-collapse-item__wrap .base-collapse-item__content {
    -webkit-transition: opacity .2s ease, height .15s ease, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
    transition: opacity .2s ease, height .15s ease, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
    -moz-transition: opacity .2s ease, height .15s ease, transform .3s cubic-bezier(.25, .46, .45, .94), -moz-transform .3s cubic-bezier(.25, .46, .45, .94);
    transition: opacity .2s ease, height .15s ease, transform .3s cubic-bezier(.25, .46, .45, .94);
    transition: opacity .2s ease, height .15s ease, transform .3s cubic-bezier(.25, .46, .45, .94), -webkit-transform .3s cubic-bezier(.25, .46, .45, .94), -moz-transform .3s cubic-bezier(.25, .46, .45, .94)
}

.base-collapse-item__wrap .base-collapse-item__content {
    opacity: 0;
    padding: 15px 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    transform: translateY(40px)
}

.base-collapse-item.active .base-collapse-item__arrow {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -moz-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg)
}

.base-collapse-item.active .base-collapse-item__wrap {
    height: auto
}

.base-collapse-item.active .base-collapse-item__content {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

.base-collapse-item.active .base-collapse-item__content img {
    opacity: 0
}

.base-collapse-item.active .base-collapse-item__content img[src],
.base-collapse-item.active .base-collapse-item__content img[srcset] {
    opacity: 1
}

.stock-hide {
    display: none
}

.product-stock-item {
    margin-top: 20px
}

.product-tax {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #000000 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    font-size: 14px;
    opacity: .6
}

@media(max-width:749.98px) {
    .product-tax {
        font-size: 12px
    }
}

.product-tax-ml {
    margin-right: 10px
}

.product-preview-container {
    margin: 0 auto;
    max-width: 1500px;
    padding: 0 29px
}

.product-preview-container .product-preview-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-preview-container .product-preview-row.product-detail-img-postion__right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.product-preview-container .product-preview-row .product-detail-col,
.product-preview-container .product-preview-row .product-detail-col-img,
.product-preview-container .product-preview-row .product-detail-col-info {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 11px;
    width: 100%
}

.product-preview-container .product-preview-row .product-detail-countdown {
    width: 100%
}

.product-preview-container .product-preview-row .product-detail-countdown [data-m-widget-scope]:not(:empty) {
    margin-bottom: 22px
}

.product-preview-container .product-preview-row .product-detail-description,
.product-preview-container .product-preview-row .product-sku-trade-flatten,
.product-preview-container .product-preview-row .product-sku-trade-select {
    margin-top: 35px
}

.product-preview-container .product-preview-row .products-detail-quantity {
    margin-top: 26px
}

@media(min-width:750px) {
    .product-preview-container .product-preview-row .product-detail-col-img__large {
        width: 60%
    }

    .product-preview-container .product-preview-row .product-detail-col-info__large {
        width: 40%
    }

    .product-preview-container .product-preview-row .product-detail-col-img__medium,
    .product-preview-container .product-preview-row .product-detail-col-info__medium {
        width: 50%
    }

    .product-preview-container .product-preview-row .product-detail-col-img__small {
        width: 40%
    }

    .product-preview-container .product-preview-row .product-detail-col-info__small {
        width: 60%
    }

    .product-preview-container .product-preview-row .product-detail-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 0
    }

    .product-preview-container .product-preview-row .product-main_imgps__right {
        margin-right: 45px
    }

    .product-preview-container .product-preview-row .product-main_imgps__left {
        margin-left: 45px
    }
}

@media(max-width:749.98px) {

    .product-preview-container,
    .product-preview-container .product-preview-row .product-detail-col-img {
        padding: 0
    }

    .product-preview-container .product-preview-row .product-detail-col,
    .product-preview-container .product-preview-row .product-detail-col-info {
        padding: 0 20px
    }

    .product-preview-container .product-preview-row .product-detail-description,
    .product-preview-container .product-preview-row .product-sku-trade-flatten,
    .product-preview-container .product-preview-row .product-sku-trade-select {
        margin-top: 30px
    }

    .product-preview-container .product-preview-row .products-detail-quantity-compact {
        margin-top: 0
    }
}

@media(min-width:750px) {
    .product-preview-container .product-preview-row .product-preview-area_bottom {
        padding: 0 121px
    }

    .product-preview-container .product-preview-row .product-preview-area_bottom .product-detail-description {
        margin-top: 40px
    }
}

.sales__discountCouponOnlyOne-container {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    position: relative
}

.sales__discountCouponOnlyOne-left {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    border-right-style: dashed;
    border-right-width: 2px;
    -webkit-flex: 1;
    flex: 1;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 4px;
    margin-top: 4px;
    min-height: 40px;
    padding-left: 16px;
    text-align: left
}

.sales__discountCouponOnlyOne-left,
.sales__discountCouponOnlyOne-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    z-index: 1
}

.sales__discountCouponOnlyOne-right {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex: 0 1 112px;
    flex: 0 1 112px;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 10px 0;
    width: 112px
}

.sales__discountCouponOnlyOne-leftTop {
    margin-bottom: 2px
}

.sales__discountCouponOnlyOne-leftBottom {
    display: none
}

.sales__discountCouponOnlyOne-discount,
.sales__discountCouponOnlyOne-threshold {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.sales__discountCouponOnlyOne-threshold,
.sales__discountCouponOnlyOne-threshold span {
    font-weight: 400 !important
}

.sales__discountCouponOnlyOne-discount,
.sales__discountCouponOnlyOne-discount span {
    font-weight: 600 !important
}

.sales__discountCouponOnlyOne-otherInfoItem {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px
}

.sales__discountCouponOnlyOne-otherInfoItem+.sales__discountCouponOnlyOne-otherInfoItem:before {
    content: " | ";
    display: block;
    white-space: pre
}

.sales__discountCouponOnlyOne-applyBtn {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    -webkit-justify-content: center;
    justify-content: center;
    letter-spacing: 1px;
    line-height: 20px;
    min-height: 28px;
    padding: 4px;
    text-transform: uppercase;
    width: 80px;
    word-break: break-all
}

.sales__discountCouponOnlyOne-discountCode {
    display: none;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 12px;
    margin-top: 4px
}

.sales__discountCouponOnlyOne-container {
    background-color: rgba(186, 68, 68, 0.1);
}

.sales__discountCouponOnlyOne-container .sales__discountCouponOnlyOne-left {
    border-right-color: rgba(255, 255, 255, 0.7);
}

.sales__discountCouponOnlyOne-container .sales__discountCouponOnlyOne-discount,
.sales__discountCouponOnlyOne-container .sales__discountCouponOnlyOne-discountCode,
.sales__discountCouponOnlyOne-container .sales__discountCouponOnlyOne-threshold {
    color: #BA4444;
}

.sales__discountCouponOnlyOne-container .sales__discountCouponOnlyOne-otherInfoItem {
    color: rgba(186, 68, 68, 0.7);
}

.sales__discountCouponOnlyOne-container .sales__discountCouponOnlyOne-applyBtn {
    background-color: #BA4444;
    color: #ffffff;
}

.sales__discountCouponOnlyOne-container.template2 {
    background-color: #BA4444;
}

.sales__discountCouponOnlyOne-container.template2 .sales__discountCouponOnlyOne-left {
    border-right-color: rgba(255, 255, 255, 0.7);
}

.sales__discountCouponOnlyOne-container.template2 .sales__discountCouponOnlyOne-discount,
.sales__discountCouponOnlyOne-container.template2 .sales__discountCouponOnlyOne-discountCode,
.sales__discountCouponOnlyOne-container.template2 .sales__discountCouponOnlyOne-threshold {
    color: #ffffff;
}

.sales__discountCouponOnlyOne-container.template2 .sales__discountCouponOnlyOne-otherInfoItem {
    color: rgba(255, 255, 255, 0.7);
}

.sales__discountCouponOnlyOne-container.template2 .sales__discountCouponOnlyOne-applyBtn {
    background-color: #ffffff;
    color: #BA4444;
}

.sales__discountCouponOnlyOne-container--apply .sales__discountCouponOnlyOne-left .sales__discountCouponOnlyOne-discountCode {
    display: block;
    margin-top: 2px
}

@media(min-width:750px) {
    .sales__discountCouponOnlyOne-leftBottom {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex
    }

    .sales__discountCouponOnlyOne-right {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 1 166px;
        flex: 0 1 166px;
        width: 166px
    }

    .sales__discountCouponOnlyOne-applyBtn {
        padding: 4px 8px;
        width: 110px
    }

    .sales__discountCouponOnlyOne-container--apply .sales__discountCouponOnlyOne-left .sales__discountCouponOnlyOne-discountCode {
        display: none
    }

    .sales__discountCouponOnlyOne-container--apply .sales__discountCouponOnlyOne-right .sales__discountCouponOnlyOne-discountCode {
        display: block;
        overflow: hidden;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 110px
    }
}

.sales-coupon-modal__container {
    display: none
}

@media(min-width:750px) {
    .sales-coupon-modal__container {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
        box-shadow: 0 0 20px rgba(0, 0, 0, .1);
        margin-top: 4px;
        max-height: 520px;
        overflow: auto;
        padding: 12px;
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 1000
    }

    .sales-coupon-modal__container.sales-coupon-modal__container--show {
        display: block
    }
}

.sales-coupon-modal__title {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    padding-bottom: 12px
}

.sales-coupon-modal__list-item+.sales-coupon-modal__list-item {
    margin-top: 12px
}

.sales__card-background {
    background-position: 50%;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.sales-discount-coupon-card1__container {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: rgba(186, 68, 68, 0.1);
    border-radius: 4px;
    cursor: pointer;
    min-height: 96px;
    position: relative;
    width: 335px
}

.sales-discount-coupon-card1__container:hover .sales-discount-coupon-card1__button {
    opacity: .8
}

.sales-discount-coupon-card1__left {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-flex: 0 0 199px;
    flex: 0 0 199px;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 10px 0 20px;
    position: relative;
    word-break: break-all;
    z-index: 1
}

.sales-discount-coupon-card1__threshold {
    color: #BA4444;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px
}

.sales-discount-coupon-card1__discount {
    color: #BA4444;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 4px
}

.sales-discount-coupon-card1__discount--bold {
    font-weight: 600
}

.sales-discount-coupon-card1__below,
.sales-discount-coupon-card1__customers,
.sales-discount-coupon-card1__expire {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    font-weight: 400;
    line-height: 14px
}

.sales-discount-coupon-card1__below {
    margin-bottom: 2px
}

.sales-discount-coupon-card1__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-align-items: center;
    align-items: center;
    border-left: 2px dashed #fff;
    -webkit-flex: 0 0 135px;
    flex: 0 0 135px;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 80px;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    width: 135px;
    z-index: 1
}

.sales-discount-coupon-card1__code-name {
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 6px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: pre;
    width: 114px
}

.sales-discount-coupon-card1__button {
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    background-color: #BA4444;
    border-radius: 32px;
    color: #fff;
    display: -webkit-box;
    font-size: 13px;
    line-height: 160%;
    max-width: 100%;
    min-height: 25px;
    overflow: hidden;
    padding: 2px 27.5px;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    word-break: break-all
}

.sales-discount-coupon-card1__container.sales-discount-coupon--apply .sales-discount-coupon-card1__button {
    background-color: transparent;
    border: 1px solid #BA4444;
    color: #BA4444;
}

.sales-discount-coupon-card2__container {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    min-height: 96px;
    position: relative;
    width: 335px
}

.sales-discount-coupon-card2__container:before {
    border-radius: 0 4px 4px 0;
    bottom: 0;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
    content: "";
    left: 5px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.sales-discount-coupon-card2__container:hover .sales-discount-coupon-card2__button {
    opacity: .8
}

.sales-discount-coupon-card2__left {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-flex: 0 0 199px;
    flex: 0 0 199px;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 96px;
    padding: 0 10px 0 20px;
    position: relative;
    width: 199px;
    word-break: break-all
}

.sales-discount-coupon-card2__left-bg {
    bottom: 0;
    color: #BA4444;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.sales-discount-coupon-card2__threshold {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px
}

.sales-discount-coupon-card2__discount {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 4px
}

.sales-discount-coupon-card2__discount--bold {
    font-weight: 600
}

.sales-discount-coupon-card2__below,
.sales-discount-coupon-card2__customers,
.sales-discount-coupon-card2__expire {
    color: hsla(0, 0%, 100%, .8);
    font-size: 12px;
    font-weight: 400;
    line-height: 12px
}

.sales-discount-coupon-card2__customers,
.sales-discount-coupon-card2__expire {
    line-height: 14px
}

.sales-discount-coupon-card2__below {
    margin-bottom: 2px
}

.sales-discount-coupon-card2__right {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 0 4px 4px 0;
    -webkit-flex: 0 0 136px;
    flex: 0 0 136px;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    width: 136px
}

.sales-discount-coupon-card2__code-name {
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 6px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: pre;
    width: 114px
}

.sales-discount-coupon-card2__button {
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    background-color: #BA4444;
    border-radius: 32px;
    color: #fff;
    display: -webkit-box;
    font-size: 13px;
    line-height: 160%;
    max-width: 100%;
    min-height: 25px;
    overflow: hidden;
    padding: 2px 27.5px;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    word-break: break-all
}

.sales-discount-coupon-card2__container.sales-discount-coupon--apply .sales-discount-coupon-card2__button {
    background-color: transparent;
    border: 1px solid #BA4444;
    color: #BA4444;
}

.sales-coupon-drawer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    max-width: 100vw;
    overflow: hidden;
    padding-top: 20px
}

.sales-coupon-drawer__list-item {
    margin-bottom: 12px
}

.sales__discountCouponBanner-container {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 2px;
    cursor: pointer;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 12px 16px
}

.sales__discountCouponBanner-container,
.sales__discountCouponBanner-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    position: relative
}

.sales__discountCouponBanner-left {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #BA4444;
}

.sales__discountCouponBanner-tagIcon {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 24px;
    flex: 0 0 24px
}

.sales__discountCouponBanner-couponItem {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    padding: 0 8px;
    position: relative;
    word-break: break-word
}

.sales__discountCouponBanner-couponItemDivide {
    display: none
}

.sales__discountCouponBanner-couponItem+.sales__discountCouponBanner-couponItem .sales__discountCouponBanner-couponItemDivide {
    border-left-style: dashed;
    border-left-width: 1px;
    bottom: 0;
    display: block;
    left: 0;
    opacity: .2;
    position: absolute;
    top: 0;
    width: 0
}

.sales__discountCouponBanner-getCodeWrap {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #BA4444;
    border-radius: 2px;
    color: #BA4444;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding: 3px 7px
}

.sales__discountCouponBanner-getCode {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    text-align: center
}

.sales__autoCouponBanner-container {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    background-position: 50%;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 2px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 12px 16px
}

.sales__autoCouponBanner-container,
.sales__autoCouponBanner-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    position: relative
}

.sales__autoCouponBanner-left {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    margin-right: 20px
}

.sales__autoCouponBanner-tagIcon {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 24px;
    flex: 0 0 24px
}

.sales__autoCouponBanner-couponItem {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 0 8px;
    position: relative;
    text-align: left;
    word-break: break-word
}

.sales__autoCouponBanner-couponItemDivide {
    display: none
}

.sales__autoCouponBanner-couponItem+.sales__autoCouponBanner-couponItem .sales__autoCouponBanner-couponItemDivide {
    border-left-style: dashed;
    border-left-width: 1px;
    bottom: 0;
    display: block;
    left: 0;
    opacity: .2;
    position: absolute;
    top: 0;
    width: 0
}

.sales__autoCouponBanner-shopMoreWrap {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    position: relative;
    z-index: 1
}

.sales__autoCouponBanner-shopMoreText {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    margin-right: 8px;
    text-align: right
}

.sales__autoCouponBanner-downIcon,
.sales__autoCouponBanner-shopMoreIcon {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 12px;
    flex: 0 0 12px
}

.sales__autoCouponBanner-downIcon {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    margin-bottom: 6px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -moz-transition: transform .3s, -moz-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s, -moz-transform .3s
}

.sales__autoCouponBanner-container--popup .sales__autoCouponBanner-downIcon {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    transform-origin: center
}

.sales__autoCouponBanner-item {
    margin-bottom: 10px;
    overflow-wrap: break-word
}

.sales__autoCouponModal-container {
    display: none
}

@media(min-width:750px) {
    .sales__autoCouponModal-container {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
        box-shadow: 0 0 20px rgba(0, 0, 0, .1);
        margin-top: 4px;
        max-height: 520px;
        overflow: auto;
        padding: 12px;
        position: absolute;
        right: 0;
        top: -webkit-calc(100% + 12px);
        top: -moz-calc(100% + 12px);
        top: calc(100% + 12px);
        z-index: 120
    }

    .sales__autoCouponModal-container.sales__autoCouponModal-container--show {
        display: block
    }
}

.sales__autoCouponModal-listItem {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%
}

.sales__autoCouponModal-listItem+.sales__autoCouponModal-listItem {
    margin-top: 8px
}

.sales__autoCouponDrawer-list {
    margin: 20px;
    text-align: left
}

.sales__autoCouponDrawer-listItem+.sales__autoCouponDrawer-listItem {
    margin-top: 8px
}

.product-preview-modal-content .sales__add-to-cart-list {
    display: none !important
}

.sales__add-to-cart-list .sales__add-to-cart-item {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.03);
    color: #000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    font-family: "Montserrat";
    font-size: 14px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 8px;
    padding: 8px 20px
}

.sales__add-to-cart-list .sales__add-to-cart-item .sales__add-to-cart-item-btn {
    background: transparent;
    border: 1px solid #000000;
    color: #000000;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    margin-left: 12px;
    padding: 6px 12px
}

.sales__add-to-cart-list .sales__add-to-cart-item .sales__promotionReminder-save {
    color: #BA4444;
}

.sales__add-to-cart-list .sales__add-to-cart-list-title {
    color: #000000;
    font-family: "Amiko";
    font-size: 26px;
    margin: 36px 0 16px
}

.sales__flash-sale .sales__flash-sale-count-down-bg {
    background-position: 50%;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    display: block;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.sales__flash-sale .sales__flash-sale-container {
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    text-align: left
}

.sales__flash-sale .sales__flash-sale-container.cursor-pointer {
    cursor: pointer
}

.sales__flash-sale .sales__flash-sale-container .sales__flash-sale-count-down {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    font-family: Arial !important;
    min-height: 48px;
    overflow: hidden;
    padding: 8px 20px;
    position: relative
}

.sales__flash-sale .sales__flash-sale-container .sales__flash-sale-count-down,
.sales__flash-sale .sales__flash-sale-container .sales__flash-sale-count-down div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.sales__flash-sale .sales__flash-sale-container .sales__flash-sale-count-down>div {
    position: relative;
    z-index: 1
}

.sales__flash-sale .hide {
    height: 0
}

.sales__flash-sale .sales__flash-sale-container--red.sales__flash-sale-container-bg--transparent .sales__flash-sale-count-down {
    background-image: -webkit-gradient(linear, right top, left top, from(#ff2948), to(#ff7900));
    background-image: -webkit-linear-gradient(right, #ff2948, #ff7900);
    background-image: -moz-linear-gradient(right, #ff2948 0, #ff7900 100%);
    background-image: linear-gradient(270deg, #ff2948, #ff7900)
}

.sales__flash-sale .sales__flash-sale-container--red.sales__flash-sale-container-bg--transparent .sales__flash-sale-count-down:before {
    background-image: url(https://img-preview.myshopline.com/image/shopline/1c5a43ad0c894268899ca5c7715bb953.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.sales__flash-sale .sales__flash-sale-container--red .sales__flash-sale-count-down {
    color: #fff
}

.sales__flash-sale .sales__flash-sale-container--red .sales__flash-sale-count-down .sales__flash-sale-title {
    font-style: normal
}

.sales__flash-sale .sales__flash-sale-container--red>div :before {
    display: block
}

.sales__flash-sale .sales__flash-sale-container--red .sales__flash-sale-hot {
    color: #fff
}

.sales__flash-sale .sales__flash-sale-container--orange .sales__flash-sale-count-down {
    background: #ffead1;
    color: #242833
}

.sales__flash-sale .sales__flash-sale-container--orange .sales__flash-sale-count-down .sales__flash-sale-title {
    font-style: italic
}

.sales__flash-sale .sales__flash-sale-container--orange .sales__flash-sale-count-down .sales__flash-sale-title .sales__flash-sale-title-msg i {
    display: inline-block;
    font-size: 26px;
    height: 16px;
    line-height: 10px;
    vertical-align: text-bottom;
    width: 16px
}

.sales__flash-sale .sales__flash-sale-container--orange .sales__flash-sale-count-down .sales__flash-sale-title .sales__flash-sale-title-msg i svg {
    height: 100%;
    width: 100%
}

.sales__flash-sale .sales__flash-sale-container--orange>div :before {
    display: none
}

.sales__flash-sale .sales__flash-sale-container--orange .sales__flash-sale-hot {
    color: #242833;
    margin-left: 20px
}

.sales__flash-sale .sales__flash-sale-title-content {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.sales__flash-sale .sales__flash-sale-title-content>p {
    padding: 0
}

.sales__flash-sale .sales__flash-sale-title-content .sales__flash-sale-title {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-flex: 1;
    flex: 1;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 8px 0 0;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.sales__flash-sale .sales__flash-sale-title-content .sales__flash-sale-title .sales__flash-sale-title-msg {
    vertical-align: middle
}

.sales__flash-sale .sales__flash-sale-title-content .sales__flash-sale-hot {
    font-size: 12px;
    line-height: 12px
}

.sales__flash-sale .sales__flash-sale-hot {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px
}

.sales__flash-sale .sales__flash-sale-limit {
    font-size: 12px;
    padding: 6px 12px
}

@media(max-width:749.98px) {
    .sales__flash-sale .sales__flash-sale-limit {
        margin-bottom: 12px
    }

    .sales__flash-sale .sales__flash-sale-container {
        border-radius: 0;
        width: 100vw
    }

    .sales__flash-sale .sales__flash-sale-container .sales__flash-sale-count-down {
        padding: 8px 12px
    }
}

.sales__flash-sale {
    letter-spacing: 0
}

.sales__flash-sale .sales__flash-sale-timeout-container {
    border-radius: 4px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    text-align: right
}

.sales__flash-sale .sales__flash-sale-timeout-container--red {
    background: #fff;
    color: #ff4139;
    font-size: 0;
    padding: 0 2px
}

.sales__flash-sale .sales__flash-sale-timeout-container--red .sales__flash-sale-timeout-time-item {
    font-size: 16px;
    margin: 0
}

.sales__flash-sale .sales__flash-sale-timeout-container--red span {
    font-size: 16px
}

.sales__flash-sale .sales__flash-sale-timeout-container--orange {
    color: #242833
}

.sales__flash-sale .sales__flash-sale-timeout-container--orange .sales__flash-sale-timeout-time-item {
    background: #ffca8f;
    font-size: 0;
    letter-spacing: 0
}

.sales__flash-sale .sales__flash-sale-timeout-container--orange .sales__flash-sale-timeout-time-item span {
    font-size: 16px
}

.sales__flash-sale .sales__flash-sale-timeout-time-item {
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-family: inherit;
    height: 24px;
    line-height: 24px;
    padding: 0 4px
}

.sales__flash-sale .sales__flash-sale-percentage-container {
    line-height: 14px
}

.sales__flash-sale .sales__flash-sale-percentage-container--vertical {
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.sales__flash-sale .sales__flash-sale-percentage-container--vertical .sales__flash-sale-percentage-msg {
    font-size: 12px;
    margin-left: 8px
}

.sales__flash-sale .sales__flash-sale-percentage-container--vertical .sales__flash-sale-percentage-percent-out {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    border-radius: 4px;
    -webkit-flex: 1;
    flex: 1;
    height: 4px;
    margin-top: 0;
    max-width: 88px
}

.sales__flash-sale .sales__flash-sale-percentage-container--horizontal {
    direction: rtl;
    display: block;
    text-align: right
}

.sales__flash-sale .sales__flash-sale-percentage-container--horizontal .sales__flash-sale-percentage-msg {
    font-size: 14px;
    margin-left: 0
}

.sales__flash-sale .sales__flash-sale-percentage-container--horizontal .sales__flash-sale-percentage-percent-out {
    border-radius: 6px;
    height: 6px;
    margin-top: 4px;
    width: 118px
}

.sales__flash-sale .sales__flash-sale-percentage-percent-out {
    direction: ltr;
    overflow: hidden
}

.sales__flash-sale .sales__flash-sale-percentage-msg {
    direction: ltr
}

.sales__flash-sale .sales__flash-sale-percentage-container--red .sales__flash-sale-percentage-msg {
    color: #fff
}

.sales__flash-sale .sales__flash-sale-percentage-container--red .sales__flash-sale-percentage-percent-out {
    background: hsla(0, 0%, 100%, .2)
}

.sales__flash-sale .sales__flash-sale-percentage-container--red .sales__flash-sale-percentage-percent-out .sales__flash-sale-percentage-percent {
    background: #fff
}

.sales__flash-sale .sales__flash-sale-percentage-container--orange .sales__flash-sale-percentage-msg {
    color: #242833
}

.sales__flash-sale .sales__flash-sale-percentage-container--orange .sales__flash-sale-percentage-percent-out {
    background: rgba(255, 154, 43, .2)
}

.sales__flash-sale .sales__flash-sale-percentage-container--orange .sales__flash-sale-percentage-percent-out .sales__flash-sale-percentage-percent {
    background: #ff9a2b
}

.sales__flash-sale .sales__flash-sale-percentage-percent {
    border-radius: 4px;
    height: 100%
}

.sales-common-drawer__root-open {
    height: 100%;
    overflow: hidden
}

.sales-common-drawer__wrapper {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 201
}

.sales-common-drawer__mask {
    background-color: #171717;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 202
}

.sales-common-drawer__mask--append {
    opacity: .6;
    -webkit-transition: opacity .45s;
    -moz-transition: opacity .45s;
    transition: opacity .45s
}

.sales-common-drawer__content {
    bottom: 0;
    position: fixed;
    z-index: 203
}

.sales-common-drawer__content,
.sales-common-drawer__header {
    background-color: #ffffff;
    left: 0;
    right: 0
}

.sales-common-drawer__header {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #ececec;
    height: 48px;
    position: absolute;
    top: 0;
    z-index: 1
}

.sales-common-drawer__title {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-size: 14px;
    font-weight: 500;
    margin-left: 20px
}

.sales-common-drawer__close {
    font-size: 14px;
    font-weight: 500;
    margin-right: 16px
}

.sales-common-drawer__body {
    -webkit-overflow-scrolling: touch;
    margin-top: 48px;
    max-height: 75vh;
    max-height: -webkit-calc(80vh - 48px);
    max-height: -moz-calc(80vh - 48px);
    max-height: calc(80vh - 48px);
    overflow: auto
}

.product-detail-share .third-party-share {
    margin-top: 35px
}

.products-button-wrap {
    margin-top: 30px
}

@media(max-width:749.98px) {
    .products-button-wrap {
        text-align: center
    }
}

.products-button-wrap .products-button-learnmore {
    border-bottom: 1px solid #000000;
    color: #000000;
    cursor: pointer;
    letter-spacing: 0.025em;
    line-height: 1.6;
    padding-bottom: 1px;
    text-align: left;
    text-transform: uppercase;
    word-break: break-word
}

@media(max-width:749.98px) {
    .product-detail-share .third-party-share {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        margin-top: 30px
    }

    .product-preview-section {
        margin-top: 0 !important
    }
}

@media(min-width:750px) {
    .mp-modal__wrapper .mp-modal__container.product-preview-modal-container {
        bottom: 60px;
        left: 60px;
        margin: auto;
        max-width: 1200px;
        right: 60px;
        top: 60px;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none
    }

    .mp-modal__wrapper .mp-modal__container.product-preview-modal-container .product-preview-modal-body {
        height: 100%;
        margin: 0 !important;
        padding: 0 !important
    }

    .mp-modal__wrapper .mp-modal__container.product-preview-modal-container .product-preview-modal-body .product-preview-section {
        margin-top: 0 !important
    }

    .mp-modal__wrapper .mp-modal__container.product-preview-modal-container .product-preview-modal-body .product-preview-modal-content {
        height: 100%;
        overflow: auto;
        padding: 0 8px 48px
    }

    .mp-modal__wrapper .mp-modal__container.product-preview-modal-container .product-preview-modal-body .product-preview-modal-content .product-preview-modal-top-space {
        padding-top: 48px
    }
}

.product-preview-modal-content .mp-loading {
    color: #000000;
}

.mp-modal__wrapper .product-preview-modal-container .mp-modal__close {
    -webkit-mask-image: initial;
    mask-image: none
}

@media(min-width:750px) {
    .mp-modal__wrapper .product-preview-modal-container .mp-modal__close {
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-align-items: center;
        align-items: center;
        background-color: #474745;
        border-radius: 50%;
        color: #ffffff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        height: 40px;
        -webkit-justify-content: center;
        justify-content: center;
        right: 0;
        top: 0;
        -webkit-transform: translate(40%, -40%);
        -moz-transform: translate(40%, -40%);
        transform: translate(40%, -40%);
        -webkit-transition: -webkit-transform .15s ease-out;
        transition: -webkit-transform .15s ease-out;
        -moz-transition: transform .15s ease-out, -moz-transform .15s ease-out;
        transition: transform .15s ease-out;
        transition: transform .15s ease-out, -webkit-transform .15s ease-out, -moz-transform .15s ease-out;
        width: 40px
    }

    .mp-modal__wrapper .product-preview-modal-container .mp-modal__close svg {
        height: 20px;
        width: 20px
    }

    .mp-modal__wrapper .product-preview-modal-container .mp-modal__close:hover {
        -webkit-transform: translate(40%, -40%) scale(1.08);
        -moz-transform: translate(40%, -40%) scale(1.08);
        transform: translate(40%, -40%) scale(1.08)
    }
}

.quick-add-modal__outerWrapper {
    padding: 48px
}

@media(max-width:749.98px) {
    .quick-add-modal__outerWrapper.flex-layout {
        height: 100%;
        padding: 0
    }

    .quick-add-modal__outerWrapper.flex-layout>div {
        height: 100%
    }

    .quick-add-modal__outerWrapper.flex-layout>div .quick-add-modal__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        height: 100%;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }

    .quick-add-modal__outerWrapper.flex-layout>div .quick-add-modal__wrapper .quick-add-modal__body {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        overflow-y: auto;
        padding: 20px
    }

    .quick-add-modal__outerWrapper.flex-layout>div .quick-add-modal__wrapper .quick-add-modal__footer {
        -webkit-flex-shrink: 0;
        flex-shrink: 0
    }

    .quick-add-modal__outerWrapper.flex-layout>div .quick-add-modal__wrapper .quick-add-modal__footer.overflow-auto-scroll {
        max-height: 202px;
        overflow-y: auto
    }
}

@media(min-width:750px) {
    .mp-modal__wrapper .quick-add-modal__container {
        margin: 60px 0;
        max-height: -webkit-calc(100vh - 120px);
        max-height: -moz-calc(100vh - 120px);
        max-height: calc(100vh - 120px);
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
        width: 600px
    }
}

.mp-modal__wrapper .quick-add-modal__container .mp-modal__close {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #474745;
    border-radius: 50%;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 40px;
    -webkit-justify-content: center;
    justify-content: center;
    right: 0;
    top: 0;
    -webkit-transform: translate(40%, -40%);
    -moz-transform: translate(40%, -40%);
    transform: translate(40%, -40%);
    -webkit-transition: -webkit-transform .15s ease-out;
    transition: -webkit-transform .15s ease-out;
    -moz-transition: transform .15s ease-out, -moz-transform .15s ease-out;
    transition: transform .15s ease-out;
    transition: transform .15s ease-out, -webkit-transform .15s ease-out, -moz-transform .15s ease-out;
    width: 40px
}

.mp-modal__wrapper .quick-add-modal__container .mp-modal__close svg {
    height: 20px;
    width: 20px
}

.mp-modal__wrapper .quick-add-modal__container .mp-modal__close:hover {
    -webkit-transform: translate(40%, -40%) scale(1.08);
    -moz-transform: translate(40%, -40%) scale(1.08);
    transform: translate(40%, -40%) scale(1.08)
}

@media(max-width:749.98px) {
    .mp-modal__wrapper .quick-add-modal__container .mp-modal__close {
        -webkit-transform: translate(-11px, -50%);
        -moz-transform: translate(-11px, -50%);
        transform: translate(-11px, -50%)
    }

    .mp-modal__wrapper .quick-add-modal__container .mp-modal__close:hover {
        -webkit-transform: translate(-11px, -50%) scale(1.08);
        -moz-transform: translate(-11px, -50%) scale(1.08);
        transform: translate(-11px, -50%) scale(1.08)
    }
}

.mp-modal__wrapper .quick-add-modal__container .mp-modal__body {
    padding: 0
}

@media(min-width:750px) {
    .mp-modal__wrapper .quick-add-modal__container .mp-modal__body {
        max-height: -webkit-calc(100vh - 120px);
        max-height: -moz-calc(100vh - 120px);
        max-height: calc(100vh - 120px);
        min-height: 200px;
        overflow: auto;
        width: 600px
    }
}

@media(max-width:749.98px) {
    .mp-modal__wrapper .quick-add-modal__container .mp-modal__body {
        background-color: #ffffff;
    }
}

.mp-modal__wrapper .quick-add-modal__container .mp-modal__body .mp-loading {
    color: #000000;
}

@media(max-width:749.98px) {
    .quick-add-modal__wrapper .quick-add-modal__outerWrapper.flex-layout {
        height: 100%;
        padding: 0
    }

    .quick-add-modal__wrapper .quick-add-modal__outerWrapper.flex-layout>div {
        height: 100%
    }

    .quick-add-modal__wrapper .quick-add-modal__outerWrapper.flex-layout>div .quick-add-modal__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        height: 100%;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }

    .quick-add-modal__wrapper .quick-add-modal__outerWrapper.flex-layout>div .quick-add-modal__wrapper .quick-add-modal__body {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        overflow-y: auto;
        padding: 20px
    }

    .quick-add-modal__wrapper .quick-add-modal__outerWrapper.flex-layout>div .quick-add-modal__wrapper .quick-add-modal__footer {
        -webkit-flex-shrink: 0;
        flex-shrink: 0
    }
}

.quick-add-modal__body .product-sku-quantity .product-stepper {
    margin: 10px 0 0
}

.quick-add-modal__body .products-detail-quantity {
    margin-bottom: 16px
}

.quick-add-modal__body .quick-add-mpdal-sku {
    margin-bottom: 26px
}

.quick-add-modal__body .product-price {
    border-bottom: 0;
    margin-bottom: 10px
}

.quick-add-modal__body .product-price .price .product-price-item {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex
}

.quick-add-modal__body .product-price .price .product-price-item sup {
    top: 0
}

.quick-add-modal__body .product-price .price>span+span {
    margin-left: 15px
}

.quick-add-modal__body .product-price .price .hide {
    display: none
}

.quick-add-modal__footer .product-button-list {
    margin-top: 0
}

.quick-add-modal__footer .product-button-list>button:last-child {
    margin-bottom: 0
}

@media(max-width:749.98px) {
    .quick-add-modal__footer {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .08);
        box-shadow: 0 0 40px rgba(0, 0, 0, .08);
        padding: 20px;
        text-align: center;
        width: 100%
    }
}

.pagination>span.pagination_next,
.pagination>span.pagination_pre,
.pagination_scope_item {
    background-color: #474745;
    height: 42px;
    padding: 0;
    width: 42px
}

.pagination.mobile>span.pagination_next,
.pagination.mobile>span.pagination_pre,
.pagination_scope_item_mobile {
    height: 38px;
    width: 38px
}

.pagination>span.on>a,
.pagination>span:hover>a,
.pagination_scope_item_hover {
    color: #000000;
}

.pagination {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 20px
}

.pagination.hide {
    display: none
}

.pagination>span {
    cursor: pointer;
    display: block;
    font-family: Futura LT Book;
    padding: 0 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pagination>span.pagination_pre {
    margin-right: 5px
}

.pagination>span.pagination_next {
    margin-left: 5px
}

.pagination>span.pagination-disabled {
    opacity: .3
}

.pagination>span>a {
    color: rgba(0, 0, 0, 0.5);
    height: 100%;
    text-decoration: none;
    width: 100%
}

.pagination>span>a,
.pagination>span>a>span {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.pagination>span>a>span.pagination_icon_arrow_color {
    color: #fff
}

.pagination.mobile>span {
    font-size: 14px;
    padding: 0 10.5px
}

.pagination.mobile>span.pagination_pre {
    margin-right: 2.5px
}

.pagination.mobile>span.pagination_next {
    margin-left: 2.5px
}

@media(min-width:750px) {
    .product-item:hover .product-item-image-wrapper .product-item-next-image+.product-item-image {
        opacity: 0
    }

    .product-item:hover .product-item-image-wrapper .product-item-next-image {
        opacity: 1
    }
}

[data-vip-tag] {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 23 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5 1a1 1 0 0 1 1-1h20a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-20a1 1 0 0 1-1-1V1z' fill='%233B3836'/%3E%3Cpath d='M4.1 2.782h1.498l1.487 4.385 1.487-4.385h1.498L7.654 9.125H6.506L4.1 2.782zm6.722 0h1.432v6.343h-1.432V2.782zm5.606 0c.766 0 1.367.178 1.805.533.444.356.667.843.667 1.462 0 .588-.223 1.06-.667 1.416-.438.349-1.04.524-1.805.524H15.04v2.408h-1.433V2.782h2.822zm-.065 2.877c.343 0 .612-.076.81-.23.196-.153.294-.37.294-.652 0-.306-.098-.54-.295-.699-.19-.165-.46-.248-.81-.248H15.04v1.83h1.323z' fill='%23FFD8A2'/%3E%3C/svg%3E") no-repeat 50%
}

[data-vip-tag]:after {
    content: ".";
    text-indent: -9999px
}

[data-vip-tag=small],
[data-vip-tag] {
    width: 26px
}

[data-vip-tag=big],
[data-vip-tag=small],
[data-vip-tag] {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex
}

[data-vip-tag=big] {
    width: 38px
}

[data-vip-tag=big].hide,
[data-vip-tag=small].hide {
    display: none
}

html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-direction: column;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out
}

.swiper-container-pointer-events {
    touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    z-index: 10
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important;
    text-transform: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    left: auto;
    right: 10px
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: .3s opacity;
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    background: #000;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    opacity: .2;
    width: 8px
}

button.swiper-pagination-bullet {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: 1
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 6px 0
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: 4px
}

.swiper-pagination-white {
    --swiper-pagination-color: #fff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    background: rgba(0, 0, 0, .1);
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none
}

.swiper-container-horizontal>.swiper-scrollbar {
    bottom: 3px;
    height: 5px;
    left: 1%;
    position: absolute;
    width: 98%;
    z-index: 50
}

.swiper-container-vertical>.swiper-scrollbar {
    height: 98%;
    position: absolute;
    right: 3px;
    top: 1%;
    width: 5px;
    z-index: 50
}

.swiper-scrollbar-drag {
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

.swiper-container-cube .swiper-cube-shadow {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    width: 100%;
    z-index: 0
}

.swiper-container-cube .swiper-cube-shadow:before {
    background: #000;
    bottom: 0;
    content: "";
    filter: blur(50px);
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

@-webkit-keyframes btn-sweep {
    to {
        left: -200%
    }
}

@-moz-keyframes btn-sweep {
    to {
        left: -200%
    }
}

@-webkit-keyframes btn-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-moz-keyframes btn-loading {
    0% {
        -moz-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -moz-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes btn-loading-sm {
    0% {
        -webkit-transform: rotate(0) scale(.8);
        transform: rotate(0) scale(.8)
    }

    to {
        -webkit-transform: rotate(1turn) scale(.8);
        transform: rotate(1turn) scale(.8)
    }
}

@-moz-keyframes btn-loading-sm {
    0% {
        -moz-transform: rotate(0) scale(.8);
        transform: rotate(0) scale(.8)
    }

    to {
        -moz-transform: rotate(1turn) scale(.8);
        transform: rotate(1turn) scale(.8)
    }
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--sl-gutter-x, .75rem);
    padding-right: var(--sl-gutter-x, .75rem);
    width: 100%
}

.container {
    max-width: 100%
}

@media(min-width:750px) {

    .container,
    .container-md {
        max-width: 100%
    }
}

@media(min-width:960px) {

    .container,
    .container-lg,
    .container-md {
        max-width: 1500px;
    }
}

.row {
    --sl-gutter-x: 22px;
    --sl-gutter-y: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: calc(var(--sl-gutter-x)*-.5);
    margin-right: calc(var(--sl-gutter-x)*-.5);
    margin-top: calc(var(--sl-gutter-y)*-1)
}

.row>* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-top: var(--sl-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--sl-gutter-x)*.5);
    padding-right: calc(var(--sl-gutter-x)*.5);
    width: 100%
}

.col {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 0%;
    flex: 1 0 0%
}

.row-cols-auto>* {
    width: auto
}

.row-cols-1>*,
.row-cols-auto>* {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto
}

.row-cols-1>* {
    width: 100%
}

.row-cols-2>* {
    width: 50%
}

.row-cols-2>*,
.row-cols-3>* {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto
}

.row-cols-3>* {
    width: 33.3333333333%
}

.row-cols-4>* {
    width: 25%
}

.row-cols-4>*,
.row-cols-5>* {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto
}

.row-cols-5>* {
    width: 20%
}

.row-cols-6>* {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%
}

@media(min-width:750px) {
    .col-md {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-md-auto>* {
        width: auto
    }

    .row-cols-md-1>*,
    .row-cols-md-auto>* {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-md-1>* {
        width: 100%
    }

    .row-cols-md-2>* {
        width: 50%
    }

    .row-cols-md-2>*,
    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-md-3>* {
        width: 33.3333333333%
    }

    .row-cols-md-4>* {
        width: 25%
    }

    .row-cols-md-4>*,
    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-md-5>* {
        width: 20%
    }

    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media(min-width:960px) {
    .col-lg {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-lg-auto>* {
        width: auto
    }

    .row-cols-lg-1>*,
    .row-cols-lg-auto>* {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-lg-1>* {
        width: 100%
    }

    .row-cols-lg-2>* {
        width: 50%
    }

    .row-cols-lg-2>*,
    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-lg-3>* {
        width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        width: 25%
    }

    .row-cols-lg-4>*,
    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-lg-5>* {
        width: 20%
    }

    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media(min-width:1200px) {
    .col-xl {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xl-auto>* {
        width: auto
    }

    .row-cols-xl-1>*,
    .row-cols-xl-auto>* {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-xl-1>* {
        width: 100%
    }

    .row-cols-xl-2>* {
        width: 50%
    }

    .row-cols-xl-2>*,
    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-xl-3>* {
        width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        width: 25%
    }

    .row-cols-xl-4>*,
    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-xl-5>* {
        width: 20%
    }

    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

.col-auto {
    width: auto
}

.col-1,
.col-auto {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-1 {
    width: 4.16666667%
}

.col-2 {
    width: 8.33333333%
}

.col-2,
.col-3 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-3 {
    width: 12.5%
}

.col-4 {
    width: 16.66666667%
}

.col-4,
.col-5 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-5 {
    width: 20.83333333%
}

.col-6 {
    width: 25%
}

.col-6,
.col-7 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-7 {
    width: 29.16666667%
}

.col-8 {
    width: 33.33333333%
}

.col-8,
.col-9 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-9 {
    width: 37.5%
}

.col-10 {
    width: 41.66666667%
}

.col-10,
.col-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-11 {
    width: 45.83333333%
}

.col-12 {
    width: 50%
}

.col-12,
.col-13 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-13 {
    width: 54.16666667%
}

.col-14 {
    width: 58.33333333%
}

.col-14,
.col-15 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-15 {
    width: 62.5%
}

.col-16 {
    width: 66.66666667%
}

.col-16,
.col-17 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-17 {
    width: 70.83333333%
}

.col-18 {
    width: 75%
}

.col-18,
.col-19 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-19 {
    width: 79.16666667%
}

.col-20 {
    width: 83.33333333%
}

.col-20,
.col-21 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-21 {
    width: 87.5%
}

.col-22 {
    width: 91.66666667%
}

.col-22,
.col-23 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-23 {
    width: 95.83333333%
}

.col-24 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 4.16666667%
}

.offset-2 {
    margin-left: 8.33333333%
}

.offset-3 {
    margin-left: 12.5%
}

.offset-4 {
    margin-left: 16.66666667%
}

.offset-5 {
    margin-left: 20.83333333%
}

.offset-6 {
    margin-left: 25%
}

.offset-7 {
    margin-left: 29.16666667%
}

.offset-8 {
    margin-left: 33.33333333%
}

.offset-9 {
    margin-left: 37.5%
}

.offset-10 {
    margin-left: 41.66666667%
}

.offset-11 {
    margin-left: 45.83333333%
}

.offset-12 {
    margin-left: 50%
}

.offset-13 {
    margin-left: 54.16666667%
}

.offset-14 {
    margin-left: 58.33333333%
}

.offset-15 {
    margin-left: 62.5%
}

.offset-16 {
    margin-left: 66.66666667%
}

.offset-17 {
    margin-left: 70.83333333%
}

.offset-18 {
    margin-left: 75%
}

.offset-19 {
    margin-left: 79.16666667%
}

.offset-20 {
    margin-left: 83.33333333%
}

.offset-21 {
    margin-left: 87.5%
}

.offset-22 {
    margin-left: 91.66666667%
}

.offset-23 {
    margin-left: 95.83333333%
}

.g-0,
.gx-0 {
    --sl-gutter-x: 0
}

.g-0,
.gy-0 {
    --sl-gutter-y: 0
}

.g-1,
.gx-1 {
    --sl-gutter-x: 5px
}

.g-1,
.gy-1 {
    --sl-gutter-y: 5px
}

.g-2,
.gx-2 {
    --sl-gutter-x: 10px
}

.g-2,
.gy-2 {
    --sl-gutter-y: 10px
}

.g-3,
.gx-3 {
    --sl-gutter-x: 15px
}

.g-3,
.gy-3 {
    --sl-gutter-y: 15px
}

.g-4,
.gx-4 {
    --sl-gutter-x: 20px
}

.g-4,
.gy-4 {
    --sl-gutter-y: 20px
}

.g-5,
.gx-5 {
    --sl-gutter-x: 30px
}

.g-5,
.gy-5 {
    --sl-gutter-y: 30px
}

.g-6,
.gx-6 {
    --sl-gutter-x: 40px
}

.g-6,
.gy-6 {
    --sl-gutter-y: 40px
}

@media(min-width:750px) {
    .col-md-auto {
        width: auto
    }

    .col-md-1,
    .col-md-auto {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-1 {
        width: 4.16666667%
    }

    .col-md-2 {
        width: 8.33333333%
    }

    .col-md-2,
    .col-md-3 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-3 {
        width: 12.5%
    }

    .col-md-4 {
        width: 16.66666667%
    }

    .col-md-4,
    .col-md-5 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-5 {
        width: 20.83333333%
    }

    .col-md-6 {
        width: 25%
    }

    .col-md-6,
    .col-md-7 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-7 {
        width: 29.16666667%
    }

    .col-md-8 {
        width: 33.33333333%
    }

    .col-md-8,
    .col-md-9 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-9 {
        width: 37.5%
    }

    .col-md-10 {
        width: 41.66666667%
    }

    .col-md-10,
    .col-md-11 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-11 {
        width: 45.83333333%
    }

    .col-md-12 {
        width: 50%
    }

    .col-md-12,
    .col-md-13 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-13 {
        width: 54.16666667%
    }

    .col-md-14 {
        width: 58.33333333%
    }

    .col-md-14,
    .col-md-15 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-15 {
        width: 62.5%
    }

    .col-md-16 {
        width: 66.66666667%
    }

    .col-md-16,
    .col-md-17 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-17 {
        width: 70.83333333%
    }

    .col-md-18 {
        width: 75%
    }

    .col-md-18,
    .col-md-19 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-19 {
        width: 79.16666667%
    }

    .col-md-20 {
        width: 83.33333333%
    }

    .col-md-20,
    .col-md-21 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-21 {
        width: 87.5%
    }

    .col-md-22 {
        width: 91.66666667%
    }

    .col-md-22,
    .col-md-23 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-23 {
        width: 95.83333333%
    }

    .col-md-24 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 4.16666667%
    }

    .offset-md-2 {
        margin-left: 8.33333333%
    }

    .offset-md-3 {
        margin-left: 12.5%
    }

    .offset-md-4 {
        margin-left: 16.66666667%
    }

    .offset-md-5 {
        margin-left: 20.83333333%
    }

    .offset-md-6 {
        margin-left: 25%
    }

    .offset-md-7 {
        margin-left: 29.16666667%
    }

    .offset-md-8 {
        margin-left: 33.33333333%
    }

    .offset-md-9 {
        margin-left: 37.5%
    }

    .offset-md-10 {
        margin-left: 41.66666667%
    }

    .offset-md-11 {
        margin-left: 45.83333333%
    }

    .offset-md-12 {
        margin-left: 50%
    }

    .offset-md-13 {
        margin-left: 54.16666667%
    }

    .offset-md-14 {
        margin-left: 58.33333333%
    }

    .offset-md-15 {
        margin-left: 62.5%
    }

    .offset-md-16 {
        margin-left: 66.66666667%
    }

    .offset-md-17 {
        margin-left: 70.83333333%
    }

    .offset-md-18 {
        margin-left: 75%
    }

    .offset-md-19 {
        margin-left: 79.16666667%
    }

    .offset-md-20 {
        margin-left: 83.33333333%
    }

    .offset-md-21 {
        margin-left: 87.5%
    }

    .offset-md-22 {
        margin-left: 91.66666667%
    }

    .offset-md-23 {
        margin-left: 95.83333333%
    }

    .g-md-0,
    .gx-md-0 {
        --sl-gutter-x: 0
    }

    .g-md-0,
    .gy-md-0 {
        --sl-gutter-y: 0
    }

    .g-md-1,
    .gx-md-1 {
        --sl-gutter-x: 5px
    }

    .g-md-1,
    .gy-md-1 {
        --sl-gutter-y: 5px
    }

    .g-md-2,
    .gx-md-2 {
        --sl-gutter-x: 10px
    }

    .g-md-2,
    .gy-md-2 {
        --sl-gutter-y: 10px
    }

    .g-md-3,
    .gx-md-3 {
        --sl-gutter-x: 15px
    }

    .g-md-3,
    .gy-md-3 {
        --sl-gutter-y: 15px
    }

    .g-md-4,
    .gx-md-4 {
        --sl-gutter-x: 20px
    }

    .g-md-4,
    .gy-md-4 {
        --sl-gutter-y: 20px
    }

    .g-md-5,
    .gx-md-5 {
        --sl-gutter-x: 30px
    }

    .g-md-5,
    .gy-md-5 {
        --sl-gutter-y: 30px
    }

    .g-md-6,
    .gx-md-6 {
        --sl-gutter-x: 40px
    }

    .g-md-6,
    .gy-md-6 {
        --sl-gutter-y: 40px
    }
}

@media(min-width:960px) {
    .col-lg-auto {
        width: auto
    }

    .col-lg-1,
    .col-lg-auto {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-1 {
        width: 4.16666667%
    }

    .col-lg-2 {
        width: 8.33333333%
    }

    .col-lg-2,
    .col-lg-3 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-3 {
        width: 12.5%
    }

    .col-lg-4 {
        width: 16.66666667%
    }

    .col-lg-4,
    .col-lg-5 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-5 {
        width: 20.83333333%
    }

    .col-lg-6 {
        width: 25%
    }

    .col-lg-6,
    .col-lg-7 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-7 {
        width: 29.16666667%
    }

    .col-lg-8 {
        width: 33.33333333%
    }

    .col-lg-8,
    .col-lg-9 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-9 {
        width: 37.5%
    }

    .col-lg-10 {
        width: 41.66666667%
    }

    .col-lg-10,
    .col-lg-11 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-11 {
        width: 45.83333333%
    }

    .col-lg-12 {
        width: 50%
    }

    .col-lg-12,
    .col-lg-13 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-13 {
        width: 54.16666667%
    }

    .col-lg-14 {
        width: 58.33333333%
    }

    .col-lg-14,
    .col-lg-15 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-15 {
        width: 62.5%
    }

    .col-lg-16 {
        width: 66.66666667%
    }

    .col-lg-16,
    .col-lg-17 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-17 {
        width: 70.83333333%
    }

    .col-lg-18 {
        width: 75%
    }

    .col-lg-18,
    .col-lg-19 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-19 {
        width: 79.16666667%
    }

    .col-lg-20 {
        width: 83.33333333%
    }

    .col-lg-20,
    .col-lg-21 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-21 {
        width: 87.5%
    }

    .col-lg-22 {
        width: 91.66666667%
    }

    .col-lg-22,
    .col-lg-23 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-23 {
        width: 95.83333333%
    }

    .col-lg-24 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 4.16666667%
    }

    .offset-lg-2 {
        margin-left: 8.33333333%
    }

    .offset-lg-3 {
        margin-left: 12.5%
    }

    .offset-lg-4 {
        margin-left: 16.66666667%
    }

    .offset-lg-5 {
        margin-left: 20.83333333%
    }

    .offset-lg-6 {
        margin-left: 25%
    }

    .offset-lg-7 {
        margin-left: 29.16666667%
    }

    .offset-lg-8 {
        margin-left: 33.33333333%
    }

    .offset-lg-9 {
        margin-left: 37.5%
    }

    .offset-lg-10 {
        margin-left: 41.66666667%
    }

    .offset-lg-11 {
        margin-left: 45.83333333%
    }

    .offset-lg-12 {
        margin-left: 50%
    }

    .offset-lg-13 {
        margin-left: 54.16666667%
    }

    .offset-lg-14 {
        margin-left: 58.33333333%
    }

    .offset-lg-15 {
        margin-left: 62.5%
    }

    .offset-lg-16 {
        margin-left: 66.66666667%
    }

    .offset-lg-17 {
        margin-left: 70.83333333%
    }

    .offset-lg-18 {
        margin-left: 75%
    }

    .offset-lg-19 {
        margin-left: 79.16666667%
    }

    .offset-lg-20 {
        margin-left: 83.33333333%
    }

    .offset-lg-21 {
        margin-left: 87.5%
    }

    .offset-lg-22 {
        margin-left: 91.66666667%
    }

    .offset-lg-23 {
        margin-left: 95.83333333%
    }

    .g-lg-0,
    .gx-lg-0 {
        --sl-gutter-x: 0
    }

    .g-lg-0,
    .gy-lg-0 {
        --sl-gutter-y: 0
    }

    .g-lg-1,
    .gx-lg-1 {
        --sl-gutter-x: 5px
    }

    .g-lg-1,
    .gy-lg-1 {
        --sl-gutter-y: 5px
    }

    .g-lg-2,
    .gx-lg-2 {
        --sl-gutter-x: 10px
    }

    .g-lg-2,
    .gy-lg-2 {
        --sl-gutter-y: 10px
    }

    .g-lg-3,
    .gx-lg-3 {
        --sl-gutter-x: 15px
    }

    .g-lg-3,
    .gy-lg-3 {
        --sl-gutter-y: 15px
    }

    .g-lg-4,
    .gx-lg-4 {
        --sl-gutter-x: 20px
    }

    .g-lg-4,
    .gy-lg-4 {
        --sl-gutter-y: 20px
    }

    .g-lg-5,
    .gx-lg-5 {
        --sl-gutter-x: 30px
    }

    .g-lg-5,
    .gy-lg-5 {
        --sl-gutter-y: 30px
    }

    .g-lg-6,
    .gx-lg-6 {
        --sl-gutter-x: 40px
    }

    .g-lg-6,
    .gy-lg-6 {
        --sl-gutter-y: 40px
    }
}

@media(min-width:1200px) {
    .col-xl-auto {
        width: auto
    }

    .col-xl-1,
    .col-xl-auto {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-1 {
        width: 4.16666667%
    }

    .col-xl-2 {
        width: 8.33333333%
    }

    .col-xl-2,
    .col-xl-3 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-3 {
        width: 12.5%
    }

    .col-xl-4 {
        width: 16.66666667%
    }

    .col-xl-4,
    .col-xl-5 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-5 {
        width: 20.83333333%
    }

    .col-xl-6 {
        width: 25%
    }

    .col-xl-6,
    .col-xl-7 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-7 {
        width: 29.16666667%
    }

    .col-xl-8 {
        width: 33.33333333%
    }

    .col-xl-8,
    .col-xl-9 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-9 {
        width: 37.5%
    }

    .col-xl-10 {
        width: 41.66666667%
    }

    .col-xl-10,
    .col-xl-11 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-11 {
        width: 45.83333333%
    }

    .col-xl-12 {
        width: 50%
    }

    .col-xl-12,
    .col-xl-13 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-13 {
        width: 54.16666667%
    }

    .col-xl-14 {
        width: 58.33333333%
    }

    .col-xl-14,
    .col-xl-15 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-15 {
        width: 62.5%
    }

    .col-xl-16 {
        width: 66.66666667%
    }

    .col-xl-16,
    .col-xl-17 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-17 {
        width: 70.83333333%
    }

    .col-xl-18 {
        width: 75%
    }

    .col-xl-18,
    .col-xl-19 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-19 {
        width: 79.16666667%
    }

    .col-xl-20 {
        width: 83.33333333%
    }

    .col-xl-20,
    .col-xl-21 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-21 {
        width: 87.5%
    }

    .col-xl-22 {
        width: 91.66666667%
    }

    .col-xl-22,
    .col-xl-23 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-23 {
        width: 95.83333333%
    }

    .col-xl-24 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 4.16666667%
    }

    .offset-xl-2 {
        margin-left: 8.33333333%
    }

    .offset-xl-3 {
        margin-left: 12.5%
    }

    .offset-xl-4 {
        margin-left: 16.66666667%
    }

    .offset-xl-5 {
        margin-left: 20.83333333%
    }

    .offset-xl-6 {
        margin-left: 25%
    }

    .offset-xl-7 {
        margin-left: 29.16666667%
    }

    .offset-xl-8 {
        margin-left: 33.33333333%
    }

    .offset-xl-9 {
        margin-left: 37.5%
    }

    .offset-xl-10 {
        margin-left: 41.66666667%
    }

    .offset-xl-11 {
        margin-left: 45.83333333%
    }

    .offset-xl-12 {
        margin-left: 50%
    }

    .offset-xl-13 {
        margin-left: 54.16666667%
    }

    .offset-xl-14 {
        margin-left: 58.33333333%
    }

    .offset-xl-15 {
        margin-left: 62.5%
    }

    .offset-xl-16 {
        margin-left: 66.66666667%
    }

    .offset-xl-17 {
        margin-left: 70.83333333%
    }

    .offset-xl-18 {
        margin-left: 75%
    }

    .offset-xl-19 {
        margin-left: 79.16666667%
    }

    .offset-xl-20 {
        margin-left: 83.33333333%
    }

    .offset-xl-21 {
        margin-left: 87.5%
    }

    .offset-xl-22 {
        margin-left: 91.66666667%
    }

    .offset-xl-23 {
        margin-left: 95.83333333%
    }

    .g-xl-0,
    .gx-xl-0 {
        --sl-gutter-x: 0
    }

    .g-xl-0,
    .gy-xl-0 {
        --sl-gutter-y: 0
    }

    .g-xl-1,
    .gx-xl-1 {
        --sl-gutter-x: 5px
    }

    .g-xl-1,
    .gy-xl-1 {
        --sl-gutter-y: 5px
    }

    .g-xl-2,
    .gx-xl-2 {
        --sl-gutter-x: 10px
    }

    .g-xl-2,
    .gy-xl-2 {
        --sl-gutter-y: 10px
    }

    .g-xl-3,
    .gx-xl-3 {
        --sl-gutter-x: 15px
    }

    .g-xl-3,
    .gy-xl-3 {
        --sl-gutter-y: 15px
    }

    .g-xl-4,
    .gx-xl-4 {
        --sl-gutter-x: 20px
    }

    .g-xl-4,
    .gy-xl-4 {
        --sl-gutter-y: 20px
    }

    .g-xl-5,
    .gx-xl-5 {
        --sl-gutter-x: 30px
    }

    .g-xl-5,
    .gy-xl-5 {
        --sl-gutter-y: 30px
    }

    .g-xl-6,
    .gx-xl-6 {
        --sl-gutter-x: 40px
    }

    .g-xl-6,
    .gy-xl-6 {
        --sl-gutter-y: 40px
    }
}

@media(max-width:749.98px) {
    .row {
        --sl-gutter-x: 20px;
        --sl-gutter-y: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: calc(var(--sl-gutter-x)*-.5);
        margin-right: calc(var(--sl-gutter-x)*-.5);
        margin-top: calc(var(--sl-gutter-y)*-1)
    }
}

.title-font,
.title1,
.title2,
.title3,
.title4,
.title5,
.title6 {
    font-family: "Amiko";
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0em;
    line-height: 1.2;
}

.title1 {
    margin-bottom: 0;
    margin-top: 0;
    word-break: normal
}

[data-type_title_uppercase=true] .title1 {
    text-transform: uppercase
}

.title1 {
    font-size: 26.6666666656px;
}

@media(min-width:750px) {
    .title1 {
        font-size: 62.2222222208px;
    }
}

.title2 {
    margin-bottom: 0;
    margin-top: 0;
    word-break: normal
}

[data-type_title_uppercase=true] .title2 {
    text-transform: uppercase
}

.title2 {
    font-size: 22.2222222208px;
}

@media(min-width:750px) {
    .title2 {
        font-size: 44.4444444448px;
    }
}

.title3 {
    margin-bottom: 0;
    margin-top: 0;
    word-break: normal
}

[data-type_title_uppercase=true] .title3 {
    text-transform: uppercase
}

.title3 {
    font-size: 21.3333333344px;
}

@media(min-width:750px) {
    .title3 {
        font-size: 32px;
    }
}

.title4 {
    margin-bottom: 0;
    margin-top: 0;
    word-break: normal
}

[data-type_title_uppercase=true] .title4 {
    text-transform: uppercase
}

.title4 {
    font-size: 19.5555555552px;
}

@media(min-width:750px) {
    .title4 {
        font-size: 26.6666666656px;
    }
}

.title5 {
    margin-bottom: 0;
    margin-top: 0;
    word-break: normal
}

[data-type_title_uppercase=true] .title5 {
    text-transform: uppercase
}

.title5 {
    font-size: 17.7777777792px;
}

@media(min-width:750px) {
    .title5 {
        font-size: 22.2222222208px;
    }
}

.title6 {
    margin-bottom: 0;
    margin-top: 0;
    word-break: normal
}

[data-type_title_uppercase=true] .title6 {
    text-transform: uppercase
}

.title6 {
    font-size: 16px;
}

@media(min-width:750px) {
    .title6 {
        font-size: 17.7777777792px;
    }
}

.body-font,
.body1,
.body2,
.body3,
.body4,
.body5,
.body6,
.trade_summations .trade_summations_fee .settleSumAmount .text_bold {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.025em;
    line-height: 1.6;
}

.body1 {
    font-size: 16px;
}

@media(min-width:750px) {
    .body1 {
        font-size: 22px;
    }
}

.body2,
.trade_summations .trade_summations_fee .settleSumAmount .text_bold {
    font-size: 16px;
}

@media(min-width:750px) {

    .body2,
    .trade_summations .trade_summations_fee .settleSumAmount .text_bold {
        font-size: 18px;
    }
}

.body3 {
    font-size: 14px;
}

@media(min-width:750px) {
    .body3 {
        font-size: 16px;
    }
}

.body4 {
    font-size: 12px;
}

@media(min-width:750px) {
    .body4 {
        font-size: 14px;
    }
}

.body5 {
    font-size: 13px;
}

@media(min-width:750px) {
    .body5 {
        font-size: 13px;
    }
}

.body6 {
    font-size: 12px;
}

@media(min-width:750px) {
    .body6 {
        font-size: 12px;
    }
}

.navigation-font {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.025em;
    letter-spacing: ;
    line-height: 1.6;
}

.navigation-font-size {
    font-size: 15px;
}

@media(min-width:750px) {
    .navigation-font-size {
        font-size: 15px;
    }
}

.ls-0 {
    letter-spacing: 0 !important
}

.ls-20p {
    letter-spacing: .2em !important
}

.ls-30p {
    letter-spacing: .3em !important
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.d-inline {
    display: inline !important
}

.d-block {
    display: block !important
}

.d-none {
    display: none !important
}

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important
}

.d-inline-block {
    display: inline-block !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-light {
    font-weight: light !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.text-left {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

.text-right {
    text-align: right !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media(min-width:750px) {
    .d-md-inline {
        display: inline !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-none {
        display: none !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: flex !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .text-md-left {
        text-align: left !important
    }

    .text-md-center {
        text-align: center !important
    }

    .text-md-right {
        text-align: right !important
    }
}

@media(min-width:960px) {
    .d-lg-inline {
        display: inline !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-none {
        display: none !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: flex !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .text-lg-left {
        text-align: left !important
    }

    .text-lg-center {
        text-align: center !important
    }

    .text-lg-right {
        text-align: right !important
    }
}

@media(min-width:1200px) {
    .d-xl-inline {
        display: inline !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-none {
        display: none !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: flex !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .text-xl-left {
        text-align: left !important
    }

    .text-xl-center {
        text-align: center !important
    }

    .text-xl-right {
        text-align: right !important
    }
}

.footer__promotion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    overflow-x: hidden
}

.footer__promotion .footer__promotion-img {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0
}

.footer__promotion .footer__promotion-img img {
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.footer__promotion .footer__promotion-block {
    border-radius: 0 !important;
    min-height: 250px;
    overflow: hidden;
    position: relative;
    width: 100%
}

[data-edges=square] .footer__promotion .footer__promotion-block {
    border-radius: 0
}

[data-edges=rounded] .footer__promotion .footer__promotion-block {
    border-radius: 15px
}

.footer__promotion .footer__promotion-block .footer__promotion-block-link {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1
}

.footer__promotion .footer__promotion-block .footer__promotion-block-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 69px 0;
    position: relative;
    width: 100%;
    z-index: 2
}

.footer__promotion .color-scheme-none {
    border: 1px solid #E0E0D7;
}

[data-type_title_uppercase=true] .footer__promotion .title5 {
    text-transform: uppercase
}

.footer__promotion .footer__promotion-text {
    margin-top: 15px
}

.footer__promotion .footer__promotion-btn-link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: inherit;
    cursor: pointer;
    display: inline-block;
    margin-top: 15px
}

.footer__promotion .footer__promotion-btn-link:focus,
.footer__promotion .footer__promotion-btn-link:hover {
    color: inherit
}

.footer__promotion .footer__promotion-hasimg .footer__promotion-img:before {
    background-color: rgba(0, 0, 0, .4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.footer__promotion .footer__promotion-hasimg .footer__promotion-text,
.footer__promotion .footer__promotion-hasimg .footer__promotion-title {
    color: #fff
}

.footer__promotion .footer__promotion-hasimg .footer__promotion-btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #474745;
    border-color: #474745;
    color: inherit;
    color: #ffffff;
    cursor: pointer;
    margin-top: 15px
}

@media(max-width:749.98px) {
    .footer__promotion {
        display: block
    }

    .footer__promotion .footer__promotion-block .footer__promotion-block-content {
        display: inline-block;
        margin: 40px 0;
        padding: 0 30px
    }

    .footer__promotion-2 .footer__promotion-block {
        width: 100%
    }
}

@media(min-width:750px) {
    .footer__promotion-block:first-child {
        padding-left: calc(50% - 750px)
    }

    .footer__promotion-block:first-child .footer__promotion-block-content {
        padding-right: 80px
    }

    .footer__promotion-block:nth-child(2) {
        padding-right: calc(50% - 750px)
    }

    .footer__promotion-block:nth-child(2) .footer__promotion-block-content {
        padding-left: 60px
    }
}

.footer__newsletter-input {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 2px solid;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 100%
}

.footer__newsletter-input input {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    background: transparent;
    border: none;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    line-height: 42px;
    outline: none;
    padding: 0 4px;
    width: 5px
}

.footer__newsletter-input input::-webkit-input-placeholder {
    color: inherit
}

.footer__newsletter-input input::-moz-placeholder {
    color: inherit
}

.footer__newsletter-input input::-ms-input-placeholder {
    color: inherit
}

.footer__newsletter-input input::placeholder {
    color: inherit
}

.footer__newsletter-input .footer__newsletter-ico {
    cursor: pointer;
    margin-right: -10px;
    padding: 10px
}

.footer__newsletter-input .footer__newsletter-ico svg {
    display: block;
    height: 20px;
    width: 20px
}

.footer__newsletter-btn {
    margin-top: 15px
}

@media(max-width:749.98px) {
    .footer__newsletter-btn {
        display: none !important
    }
}

.footer_newsletter-content {
    margin-bottom: 15px;
    margin-top: 0
}

@media(max-width:749.98px) {
    .footer__newsletter {
        padding-right: 0
    }

    .footer_newsletter-content {
        margin-bottom: 17px
    }

    .footer__newsletter-input {
        margin: auto
    }
}

.footer__social {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center
}

.footer__social a {
    color: inherit;
    color: rgb(23, 23, 23);
    display: inline-block;
    margin: 0 8px
}

.footer__social a:last-child {
    margin-right: 0
}

.footer__social a svg,
.footer__social a:hover {
    color: inherit
}

@media(max-width:749.98px) {
    .footer__social {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }

    .footer__social a {
        margin: 0 16px 0 0
    }
}

.footer__conact-list {
    overflow: visible
}

.footer__conact-block {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #333230;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 15px 0;
    width: 100%
}

.footer__conact-block:first-child {
    padding-top: 0
}

.footer__conact-block:last-child {
    border-bottom: none
}

.footer__conact-icon {
    line-height: 0;
    margin-right: 10px
}

.footer__conact-text {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.footer_custom-content {
    margin: 0
}

.footer__custom-image {
    margin-bottom: 20px;
    width: 100%
}

.footer__custom-image img {
    display: block;
    width: 100%
}

@media(max-width:749.98px) {
    .footer__custom {
        padding-right: 0
    }

    .footer__custom-image {
        margin-bottom: 15px
    }
}

.footer__menu-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer__menu-list li {
    margin: 0 0 10px
}

.footer__menu-list li:last-child {
    margin: 0
}

.footer__menu-list a {
    color: inherit;
    display: inline-block;
    text-decoration: none
}

.footer__menu-list a:hover {
    color: inherit
}

.footer__block-header .footer_block-title {
    font-weight: 600;
    margin: 0 0 20px;
    word-break: break-word
}

@media(max-width:749.98px) {
    .footer__block .footer__block-title {
        margin-bottom: 15px
    }
}

.footer__paychannel-container {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%
}

.footer__paychannel-item {
    margin: 4px 5px
}

.footer__paychannel-item img,
.footer__paychannel-item svg {
    display: block;
    height: 22px;
    width: 35px
}

.toolkit-mobile__container {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    -webkit-justify-content: center;
    justify-content: center
}

.toolkit-mobile__container .toolkit-item {
    border: 1px solid #E0E0D7;
    display: none;
    padding: 6px 12px
}

.toolkit-mobile__container .toolkit-item.show {
    display: block
}

.toolkit-mobile__container .toolkit-item .currency-symbol {
    display: none
}

.toolkit-mobile__container .toolkit-item .currency-symbol.show {
    display: inline
}

#stage-footer .toolkit-mobile__container .toolkit-item {
    border: 1px solid #333230;
}

.footer__wrapper .body1,
.footer__wrapper .body2,
.footer__wrapper .body3,
.footer__wrapper .body4,
.footer__wrapper .body5,
.footer__wrapper .body6,
.footer__wrapper .trade_summations .trade_summations_fee .settleSumAmount .text_bold,
.header-menu__footer .body1,
.header-menu__footer .body2,
.header-menu__footer .body3,
.header-menu__footer .body4,
.header-menu__footer .body5,
.header-menu__footer .body6,
.header-menu__footer .trade_summations .trade_summations_fee .settleSumAmount .text_bold,
.trade_summations .trade_summations_fee .settleSumAmount .footer__wrapper .text_bold,
.trade_summations .trade_summations_fee .settleSumAmount .header-menu__footer .text_bold {
    color: inherit
}

.header-menu__footer {
    background-color: #ffffff;
    border-bottom: 1px solid #E0E0D7;
    color: #000000;
}

.header-menu__footer .richtext-content a:after {
    background-color: #000000 !important;
}

.header-menu__footer .footer__block-wrapper {
    color: rgba(0, 0, 0, 0.6);
    height: auto
}

.header-menu__footer .footer__block-item {
    border-bottom-color: rgba(0, 0, 0, 0.1) !important;
}

.header-menu__footer .footer__block-content .footer__social a {
    color: rgba(0, 0, 0, 0.6) !important;
}

.header-menu__footer .header-menu__footer-border-bottom-color {
    border-bottom-color: rgba(0, 0, 0, 0.1) !important;
}

.footer__wrapper {
    background-color: #f6f5f1;
    color: #171717;
}

.footer__wrapper .richtext-content a:after {
    background-color: #171717 !important;
}

.footer__wrapper #stage-footer .footer__tool-hide {
    display: none !important;
    margin: 0 !important
}

.footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-bottom: 40px;
    padding-top: 60px
}

.footer__block-container,
.footer__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.footer__block-container {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: -40px;
    margin-top: 0
}

.footer__block {
    margin-bottom: 40px;
    margin-top: 0
}

.footer__block.full {
    width: 100%
}

.footer__block-item {
    border-bottom-width: 0;
    height: 100%;
    overflow: visible;
    padding-right: 20px
}

.footer__block-divider {
    border-bottom: 1px solid #333230;
    margin: 0 -10px;
    min-width: 100vw;
    width: 100%
}

.footer__block-divider:last-of-type {
    display: none
}

.footer__block-wrapper {
    color: rgba(23, 23, 23, 0.6);
    height: auto
}

.footer__tool-container {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 40px auto 0
}

.footer__copyright-container {
    width: 100%
}

.footer__copyright-container .copy-box {
    text-align: center
}

.footer__copyright-container .copy-box p {
    display: inline;
    word-break: break-all
}

.footer__copyright-container .copy-box .footer__powered a {
    color: inherit;
    font-size: inherit;
    text-decoration: none
}

.footer__copyright-container .copy-box .footer__powered a:hover {
    opacity: 1;
    text-decoration: underline;
    text-underline-offset: 3px
}

.footer__copyright-container p {
    font-size: 12px;
    line-height: 19px;
    margin: 0;
    text-align: center
}

.footer__bottom-container {
    border-top: 1px solid #333230;
    padding-bottom: 10px;
    padding-top: 10px
}

.footer__bottom-container-block {
    padding-top: 20px
}

.footer__bottom-container-block:last-child {
    padding-bottom: 20px
}

@media(max-width:749.98px) {
    .footer__bottom-container-block {
        padding-top: 10px
    }

    .footer__bottom-container-block:last-child {
        padding-bottom: 10px
    }

    .footer__wrapper {
        padding: 0
    }

    .footer__body {
        padding-bottom: 30px;
        padding-top: 0
    }

    .footer__body--fold .footer__block-container.footer__block-container--bordered {
        border-bottom: 1px solid rgb(51, 50, 48);
    }

    .footer__body--fold .footer__block-container {
        margin: 0;
        padding-top: 20px
    }

    .footer__body--fold .footer__block-container .footer__block:last-child .footer__block-item {
        border-bottom-width: 0
    }

    .footer__body--fold .footer__block-container .footer__block {
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        width: 100% !important
    }

    .footer__body--fold .footer__block-container .footer__block-item {
        border-bottom: 1px solid rgb(51, 50, 48);
        padding-right: 0
    }

    .footer__body--fold .footer__block-container .footer__block-item.no-title .footer__block-wrapper {
        height: auto !important;
        opacity: 1 !important
    }

    .footer__body--fold .footer__block-container .footer__block-item.no-title .footer__block-content {
        opacity: 1 !important;
        padding: 20px 0;
        -webkit-transform: translateY(0) !important;
        -moz-transform: translateY(0) !important;
        transform: translateY(0) !important
    }

    .footer__body--fold .footer__block-container .is-open .footer__block-header-btn {
        -webkit-transform: translateY(-50%) rotate(180deg);
        -moz-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg)
    }

    .footer__body--fold .footer__block-container .footer__block-header {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 0;
        min-height: 59px;
        padding: 20px 0;
        position: relative
    }

    .footer__body--fold .footer__block-container .footer__block-header:hover {
        cursor: pointer
    }

    .footer__body--fold .footer__block-container .footer_block-title {
        margin: 0;
        padding: 0
    }

    .footer__body--fold .footer__block-container .footer__block-header-btn {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(0deg);
        -moz-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
        z-index: 1
    }

    .footer__body--fold .footer__block-container .footer__block-content {
        overflow: visible;
        padding-bottom: 20px
    }

    .footer__body--fold .footer__tool-container {
        margin-top: 30px
    }

    .footer__body--fold .footer__tool-container--mobile {
        margin-top: -30px
    }

    .footer__body--fold .toolkit-mobile__container--show {
        margin-top: 60px
    }

    .header-menu__footer .footer__body--fold .footer__tool-container--mobile {
        margin-top: 0
    }

    .header-menu__footer .footer__body--fold .toolkit-mobile__container {
        margin-top: 30px
    }

    .footer__block-container {
        -webkit-box-pack: left;
        -moz-box-pack: left;
        -webkit-justify-content: left;
        justify-content: left;
        margin: 0 -10px
    }

    .footer__block {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 30px 0;
        min-height: 10px;
        width: 50%
    }

    .footer__block.no-content {
        display: none
    }

    .footer__block-item {
        height: 100%
    }

    .footer__tool-container {
        margin: 0 auto
    }
}

.toolbar {
    min-height: 33px;
    width: 300px
}

.toolbar,
.toolbar__select {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.toolbar__select {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 32px
}

.desktop-site-nav {
    list-style: none;
    margin: 0 -20px;
    padding: 0
}

.desktop-site-nav li {
    display: inline-block;
    position: relative
}

.desktop-site-nav .text-left li {
    display: block
}

.desktop-site-nav .site-nav__link {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #171717;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    padding: 16px 20px;
    position: relative;
    text-decoration: none;
    white-space: normal !important;
    width: 100%
}

.desktop-site-nav .site-nav--is-megamenu {
    position: static
}

.desktop-site-nav .site-nav__dropdown {
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .09);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .09);
    display: block;
    left: 0;
    margin: 0;
    min-width: 100%;
    padding: 10px 0 5px;
    position: absolute;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    visibility: hidden;
    z-index: 7
}

.desktop-site-nav .site-nav__dropdown .site-nav__dropdown-link {
    display: inline-block;
    white-space: nowrap
}

.desktop-site-nav .megamenu {
    line-height: 1.8;
    overflow: auto;
    padding: 25px 0 0
}

.desktop-site-nav .megamenu .fw-blod {
    padding-bottom: 7px
}

.desktop-site-nav .megamenu .fw-blod .site-nav__dropdown-link {
    font-weight: 600;
    margin-top: 0
}

.desktop-site-nav .megamenu .site-nav__dropdown-link {
    margin: 4px 0;
    white-space: normal
}

.desktop-site-nav .magamenu__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    opacity: 0;
    overflow: hidden;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: opacity .3s ease 50ms, -webkit-transform .25s cubic-bezier(.165, .84, .44, 1) 50ms;
    transition: opacity .3s ease 50ms, -webkit-transform .25s cubic-bezier(.165, .84, .44, 1) 50ms;
    -moz-transition: opacity .3s ease 50ms, transform .25s cubic-bezier(.165, .84, .44, 1) 50ms, -moz-transform .25s cubic-bezier(.165, .84, .44, 1) 50ms;
    transition: opacity .3s ease 50ms, transform .25s cubic-bezier(.165, .84, .44, 1) 50ms;
    transition: opacity .3s ease 50ms, transform .25s cubic-bezier(.165, .84, .44, 1) 50ms, -webkit-transform .25s cubic-bezier(.165, .84, .44, 1) 50ms, -moz-transform .25s cubic-bezier(.165, .84, .44, 1) 50ms
}

.desktop-site-nav .magamenu__container .nav__product--container {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    display: none;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    overflow: auto;
    padding: 15px 0 39px
}

.desktop-site-nav .magamenu__container .nav__product--container--display {
    display: block
}

.desktop-site-nav .magamenu__container .nav__sortation--item {
    display: none;
    margin: 0 20px;
    max-width: 268px
}

.desktop-site-nav .magamenu__container .nav__sortation--item.active {
    display: block
}

.desktop-site-nav .magamenu__container .nav__sortation--item img {
    width: 100%
}

.desktop-site-nav .magamenu__container .nav__sortation--item .product-item {
    -webkit-box-align: unset;
    -moz-box-align: unset;
    -webkit-align-items: unset;
    align-items: unset;
    padding: 0
}

.desktop-site-nav .unmegamenu-container.site-nav__dropdown {
    overflow: auto
}

.desktop-site-nav .unmegamenu-container.site-nav__dropdown ul {
    opacity: 0;
    padding-left: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: opacity .3s ease 50ms, -webkit-transform .25s cubic-bezier(.165, .84, .44, 1) 50ms;
    transition: opacity .3s ease 50ms, -webkit-transform .25s cubic-bezier(.165, .84, .44, 1) 50ms;
    -moz-transition: opacity .3s ease 50ms, transform .25s cubic-bezier(.165, .84, .44, 1) 50ms, -moz-transform .25s cubic-bezier(.165, .84, .44, 1) 50ms;
    transition: opacity .3s ease 50ms, transform .25s cubic-bezier(.165, .84, .44, 1) 50ms;
    transition: opacity .3s ease 50ms, transform .25s cubic-bezier(.165, .84, .44, 1) 50ms, -webkit-transform .25s cubic-bezier(.165, .84, .44, 1) 50ms, -moz-transform .25s cubic-bezier(.165, .84, .44, 1) 50ms
}

.desktop-site-nav .unmegamenu-container.site-nav__dropdown ul>li {
    padding: 8px 15px
}

.desktop-site-nav .megamenu__colection-image {
    background-position: top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    display: none;
    height: 0;
    margin-bottom: 20px;
    padding-bottom: 46%
}

.desktop-site-nav .megamenu__colection-image.lazyloaded {
    display: block !important
}

.desktop-site-nav .site-nav__link--has-dropdown {
    cursor: pointer
}

.desktop-site-nav .site-nav--has-dropdown {
    z-index: 6
}

.desktop-site-nav .site-nav--has-dropdown.actived .site-nav__link {
    color: #000000;
}

.desktop-site-nav .site-nav--has-dropdown.actived {
    background-color: #ffffff;
    z-index: 7
}

.desktop-site-nav .site-nav--has-dropdown.actived .megamenu__colection-image {
    display: block
}

.desktop-site-nav .site-nav--has-dropdown.actived .site-nav__dropdown {
    display: block;
    visibility: visible
}

.desktop-site-nav .site-nav--has-dropdown.actived .magamenu__container,
.desktop-site-nav .site-nav--has-dropdown.actived .unmegamenu-container.site-nav__dropdown>ul {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

.desktop-site-nav .grid {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex: 1 0 80%;
    flex: 1 0 80%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 0 -22px;
    overflow: hidden;
    padding: 15px 0 0
}

.desktop-site-nav .grid.grid-4 .grid__item {
    width: 25%
}

.desktop-site-nav .grid__item {
    min-height: 1px;
    padding-bottom: 39px;
    padding-left: 22px;
    width: 20%
}

.site-nav__dropdown-link {
    color: #000000 !important;
    position: relative
}

.site-nav__dropdown-link:after {
    border-bottom: 1px solid #000000;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 100%;
    -webkit-transition: right .3s;
    -moz-transition: right .3s;
    transition: right .3s
}

.site-nav__dropdown-link:hover:after {
    right: 0
}

.d-site--nav__underline:after {
    border-bottom: 2px solid;
    bottom: 0;
    content: "";
    display: block;
    left: 20px;
    position: absolute;
    right: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    width: 0
}

.d-site--nav__item.actived .d-site--nav__underline:after {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px)
}

.header__logo {
    display: block;
    margin: 16px 0
}

.header__logo img {
    vertical-align: middle
}

.header__logo a {
    color: #171717;
    font-size: 30px;
    line-height: 39px;
    text-decoration: none
}

[data-type_title_uppercase=true] .header__logo a {
    text-transform: uppercase
}

.header__logo a:hover {
    color: #171717;
}

.header__logo--link {
    display: block
}

.header__logo--link img {
    width: 100%
}

.header--is-light .header__logo--link.has-logo--inverted,
.header__logo--link.logo--inverted {
    display: none
}

.header--is-light .logo--inverted {
    display: block
}

@media(max-width:749.98px) {
    .header__logo {
        margin: 10px 0
    }
}

.header__btn {
    color: #171717;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex
}

.header__btn .header__btn-content {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.header__btn .header__btn-icon {
    position: relative
}

.header__btn .header__btn-text {
    letter-spacing: .2em;
    margin-left: 8px;
    margin-right: 16px;
    white-space: nowrap
}

.header__btn:last-of-type .header__btn-text {
    margin-right: 0
}

.header__btn span,
.header__btn svg {
    vertical-align: middle
}

.header__btn:hover {
    color: #171717;
}

.header__btn--menu {
    background: none;
    border: none;
    padding: 0
}

.header__cart {
    position: relative
}

.header__cart .header__cart-point {
    background-color: #ba4444;
    border-radius: 20px;
    color: #ffffff;
    display: none;
    left: 24px;
    line-height: 20px;
    min-width: 20px;
    padding: 0 6px;
    position: absolute;
    text-align: center;
    top: -8px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%)
}

.header__cart .header__cart--amount {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.header__cart.header__cart--active .header__cart-point {
    display: block
}

.desktop-split-nav {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%
}

@media(max-width:749.98px) {
    .desktop-split-nav {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }
}

.desktop-split-nav .header-item--split-left {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.desktop-split-nav .header-item--split-left,
.desktop-split-nav .header-item--split-right {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex: 1 1 20%;
    flex: 1 1 20%
}

.desktop-split-nav .desktop-split-nav__logo {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center
}

@media(min-width:750px) {
    .desktop-split-nav .desktop-split-nav__logo {
        margin: 0 30px
    }
}

.stage-announcement-bar {
    color: #fff;
    color: #000000;
    overflow: hidden;
    padding: 6px 0;
    position: relative;
    width: 835px;
    word-break: break-word;
    z-index: 120
}

.stage-announcement-bar .slide-wrapper {
    position: relative
}

.stage-announcement-bar .stage-announcement-slider {
    min-height: 20px
}

.stage-announcement-bar .announcement-link {
    color: #fff;
    color: #000000;
}

.stage-announcement-bar .announcement-link .announcement-link-text {
    border-bottom: 1px solid #000000;
}

.stage-announcement-bar .announcement-slider__slide {
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%
}

.stage-announcement-bar .announcement-link-text,
.stage-announcement-bar .announcement-text {
    display: block
}

.stage-announcement-bar .swiper-wrapper {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.stage-announcement-bar .swiper-wrapper .announcement-slider,
.stage-announcement-bar .swiper-wrapper .announcement-slider__slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center
}

@media(min-width:750px) {
    .stage-announcement-bar .stage-announcement-slider[data-compact=true] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex
    }

    .stage-announcement-bar .stage-announcement-slider[data-compact=true] .announcement-text {
        width: 100%
    }

    .stage-announcement-bar .stage-announcement-slider[data-compact=true] .announcement-link-text {
        display: inline
    }

    .stage-announcement-bar .stage-announcement-slider[data-compact=true] .announcement-slider__slide {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1 1 33%;
        flex: 1 1 33%
    }

    .stage-announcement-bar .stage-announcement-slider[data-compact=false] .announcement-slider,
    .stage-announcement-bar .stage-announcement-slider[data-compact=false] .announcement-slider__slide {
        display: none
    }

    .stage-announcement-bar .stage-announcement-slider[data-compact=false] .announcement-slider__slide:first-child {
        display: block
    }

    .stage-announcement-bar .stage-announcement-slider[data-compact=false] .announcement-link-text,
    .stage-announcement-bar .stage-announcement-slider[data-compact=false] .announcement-text {
        display: inline
    }

    .stage-announcement-bar .stage-announcement-slider[data-compact=false] .announcement-link-text {
        padding-left: 5px
    }
}

@media(max-width:959.98px) {
    .stage-announcement-bar {
        text-align: center
    }
}

@media(max-width:749.98px) {
    .stage-announcement-bar .announcement-link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        display: block;
        -webkit-flex-direction: column;
        flex-direction: column
    }

    .stage-announcement-bar .announcement-link-text {
        display: inline
    }

    .stage-announcement-bar .announcement-slider,
    .stage-announcement-bar .announcement-slider__slide {
        display: none
    }

    .stage-announcement-bar .announcement-slider__slide:first-child {
        display: block
    }
}

.swiper-container {
    padding: 0
}

.header__search--container {
    bottom: 200%;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    -webkit-transition: opacity .35s;
    -moz-transition: opacity .35s;
    transition: opacity .35s;
    z-index: 128
}

.header__search--container .header__search {
    background-color: #fff;
    background-color: #ffffff;
    bottom: 0;
    color: #000;
    color: #000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translate3d(0, -110%, 0);
    -moz-transform: translate3d(0, -110%, 0);
    transform: translate3d(0, -110%, 0);
    z-index: 128
}

.header__search--container .header__search .container {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%
}

.header__search--container .header__search .container,
.header__search--container .header__search--form {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.header__search--container .header__search--form {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto
}

@media(min-width:750px) {
    .header__search--container .header__search--form {
        padding: 15px 0
    }
}

.header__search--container .header__search--btn {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: none;
    border: none;
    color: #000000;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    padding: 0 15px 0 0
}

.header__search--container .header__cancel--btn {
    padding: 0 15px
}

.header__search--container .header__search--input {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background-color: inherit;
    border: 0;
    border-radius: 0;
    color: inherit;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    outline: none;
    padding: 8px 10px;
    width: 100px
}

.header__search--container .header__search--input::-webkit-search-cancel-button {
    display: none
}

.header__search--container .header__search--predicate {
    background-color: #fff;
    background-color: #ffffff;
    color: #000;
    color: #000000;
    left: 0;
    max-height: 60vh;
    max-height: -webkit-calc(100vh - 100%);
    max-height: -moz-calc(100vh - 100%);
    max-height: calc(100vh - 100%);
    overflow: auto;
    position: absolute;
    right: 0;
    top: 75%;
    z-index: 130
}

.header__search--container .header__search--predicate.fix_ad_input {
    max-height: 50vh
}

.header__search--container #suggest-menu-list {
    display: none
}

.header__search--container .header__suggest--list {
    list-style: none;
    margin: 0;
    padding: 0
}

.header__search--container .header__suggest--list li {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    padding: 0 12px 0 36px
}

.header__search--container .header__suggest--list li a {
    border-radius: 2px;
    color: #000000;
    overflow: hidden;
    padding: 8px 0 8px 12px;
    text-decoration: none;
    text-overflow: ellipsis;
    width: 100%
}

.header__search--container .header__suggest--list li a:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.header__search--container .header__suggest--list li a[data-match=true] {
    color: rgba(0, 0, 0, 0.6);
}

.header__search--container .header__suggest--list li a[data-match=true] span {
    color: #000000;
}

.header__search--container .header__suggest--list li:last-child {
    margin-bottom: 32px
}

.header__search--container.is-active {
    bottom: 0;
    display: block;
    opacity: 1;
    overflow: visible
}

.header__search--container.is-active .header__search {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0)
}

.header__search--container.is-transitioning {
    display: block !important;
    visibility: visible !important
}

.header-mobile-menu__wraper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    background-color: #ffffff;
    color: #000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    max-height: inherit
}

.header-mobile-menu__wraper .wishlist-Blouse {
    color: #000000 !important;
}

#header-mobile-menu-drawer.top-drawer--open .header-mobile-menu__wraper {
    max-height: inherit
}

.header-menu__container {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    background-color: #ffffff;
    color: #000000;
    -webkit-flex: 1;
    flex: 1;
    overflow: auto;
    padding-top: 20px
}

.header-menu__container .header-menu__account {
    margin: 20px 0 0
}

.header-menu__container .header-menu__account a,
.header-menu__container .header-menu__account a:hover {
    color: #000000;
}

@media(max-width:749.98px) {
    .header-menu__container .header-menu__footer .footer__block {
        margin: 20px 0 30px
    }

    .header-menu__container .header-menu__footer .footer__body--fold .footer__block-container {
        padding-top: 0
    }

    .header-menu__container .header-menu__footer .footer__body--fold .footer__block {
        margin: 0
    }
}

.header-menu__container .footer__block-divider {
    border-bottom: 1px solid #E0E0D7;
}

.header--is-light .header-menu__container .mobile-nav__link,
.header--is-light.header__wrapper .header-menu__container .header__btn--menu,
.header--is-light.header__wrapper .header-menu__container a,
.header--is-light.header__wrapper .header-menu__container a:hover {
    color: #000000;
}

.mobile-nav__image {
    display: none
}

.mobile-nav__image-block {
    background-color: #f3f3f3;
    background-position: 50%;
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    height: 32px;
    margin-right: 10px;
    width: 32px
}

.header-menu__mobile-nav {
    background-color: rgba(0, 0, 0, .05);
    overflow: hidden;
    position: relative
}

.header-menu__mobile-nav[data-nav-level="2"]>.mobile-nav__list {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%)
}

.header-menu__mobile-nav[data-nav-level="3"]>.mobile-nav__list {
    -webkit-transform: translateX(-200%);
    -moz-transform: translateX(-200%);
    transform: translateX(-200%)
}

.mobile-nav__list {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    -webkit-transition: -webkit-transform .25s cubic-bezier(.165, .84, .44, 1);
    transition: -webkit-transform .25s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: transform .25s cubic-bezier(.165, .84, .44, 1), -moz-transform .25s cubic-bezier(.165, .84, .44, 1);
    transition: transform .25s cubic-bezier(.165, .84, .44, 1);
    transition: transform .25s cubic-bezier(.165, .84, .44, 1), -webkit-transform .25s cubic-bezier(.165, .84, .44, 1), -moz-transform .25s cubic-bezier(.165, .84, .44, 1)
}

.mobile-nav__dropdown {
    display: none;
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%
}

.mobile-nav__dropdown.is-actived {
    display: block;
    opacity: 1;
    visibility: visible
}

.mobile-nav__btn {
    background: none;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    outline: none;
    padding: 0;
    text-align: left;
    width: 100%
}

.mobile-nav__link {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    font-size: 14px;
    height: 42px;
    line-height: 1.6;
    padding: 0 15px;
    width: 100%
}

.mobile-nav__link,
.mobile-nav__link:hover {
    color: #000000;
}

.mobile-nav__link--back {
    font-weight: 700
}

.mobile-nav__link--back .mobile-nav__name>span {
    position: relative
}

.mobile-nav__link--back .mobile-nav__name>span:after {
    border-bottom: 1px solid;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 100%;
    width: 100%
}

.mobile-nav__link--back .mobile-nav__icon {
    margin-left: 0;
    margin-right: 10px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

.mobile-nav__name {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 0;
    flex: 1 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.mobile-nav__icon {
    height: 12px;
    margin-left: 10px;
    width: 12px
}

.header__searchBar-container {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 40px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 10px
}

.header__searchBar-container.middle {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 250px;
    flex: 0 1 250px
}

.header__searchBar-container.large {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 475px;
    flex: 0 1 475px
}

.header__searchBar-container.full {
    width: 100%
}

.header__searchBar-container input {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    background-color: transparent;
    border: none;
    -webkit-flex: 1;
    flex: 1;
    max-height: 100%;
    max-width: 100%;
    width: 50px
}

.header__searchBar-container input::-webkit-input-placeholder {
    color: inherit
}

.header__searchBar-container input::-moz-placeholder {
    color: inherit
}

.header__searchBar-container input::-ms-input-placeholder {
    color: inherit
}

.header__searchBar-container input::placeholder {
    color: inherit
}

.header__searchBar-container svg {
    cursor: pointer
}

:focus {
    outline: 0
}

.trade_cart .text_bold,
.trade_mini_cart .text_bold {
    font-weight: 600
}

.trade_cart .hide,
.trade_cart.hide,
.trade_mini_cart .hide,
.trade_mini_cart.hide {
    display: none !important
}

.trade_cart .tip,
.trade_mini_cart .tip {
    color: #2c2c2c;
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 0;
    opacity: .4
}

.trade_cart .content_wrapper,
.trade_mini_cart .content_wrapper {
    margin-bottom: 42px
}

.trade_cart .content_wrapper--small,
.trade_mini_cart .content_wrapper--small {
    margin-bottom: 28px
}

.trade_cart .content_wrapper--large,
.trade_mini_cart .content_wrapper--large {
    margin-bottom: 56px
}

.trade_cart .select__box__padding,
.trade_mini_cart .select__box__padding {
    padding: 20px 24px
}

.trade_cart .modules-header,
.trade_mini_cart .modules-header {
    color: #2c2c2c;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 16px
}

.trade_cart .modules-header.modules-header-no-wrap,
.trade_mini_cart .modules-header.modules-header-no-wrap {
    margin-bottom: 8px
}

@media screen and (max-width:999px) {

    .trade_cart .content_wrapper,
    .trade_mini_cart .content_wrapper {
        margin-bottom: 28px
    }

    .trade_cart .content_wrapper--small,
    .trade_mini_cart .content_wrapper--small {
        margin-bottom: 20px
    }

    .trade_cart .content_wrapper--large,
    .trade_mini_cart .content_wrapper--large {
        margin-bottom: 42px
    }

    .trade_cart .select__box__padding,
    .trade_mini_cart .select__box__padding {
        padding: 20px 16px
    }

    .trade_cart .modules-header.modules-header-double-rows,
    .trade_mini_cart .modules-header.modules-header-double-rows {
        margin-bottom: 8px
    }
}

.trade_cart span.notranslate sup,
.trade_mini_cart span.notranslate sup {
    position: relative;
    top: -.3em;
    vertical-align: baseline
}

.form-title {
    color: #2c2c2c;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px
}

input[type=radio] {
    cursor: pointer
}

.up_arrow_icon {
    background-image: url();
    display: inline-block;
    height: 16px;
    width: 16px
}

.co-toast {
    background: rgba(0, 0, 0, .7);
    border-radius: 4px;
    color: #fff;
    left: 50%;
    line-height: 1.5;
    max-width: 400px;
    padding: 10px 20px;
    position: fixed;
    text-align: left;
    top: 30%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    word-break: break-word;
    z-index: 1000
}

.mp-toast {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    left: 50%;
    margin: 0;
    max-width: 320px;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 1010
}

.mp-toast.comment-toast {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.mp-toast.comment-toast__inner {
    border-radius: 0
}

.mp-toast__inner {
    -webkit-font-feature-settings: "tnum";
    -moz-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    background: #000;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    opacity: .85;
    padding: 16px 32px;
    pointer-events: none;
    pointer-events: all;
    text-align: center
}

.mp-toast__hidden {
    display: none !important
}

.mp-toast--loading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 8px;
    color: #fff;
    color: #c8c9cc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    font-size: 0;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 70%;
    min-height: 88px;
    padding: 16px;
    text-align: center;
    vertical-align: middle;
    white-space: pre-wrap;
    width: 88px;
    word-break: break-all
}

.mp-toast--loading-style2 {
    background-color: transparent
}

.mp-toast--loading-style2 .mp-toast__content {
    display: none
}

.mp-toast__loading {
    color: #fff;
    padding: 4px
}

.mp-toast__text {
    color: #fff;
    font-size: 14px;
    margin-top: 8px;
    min-height: 0;
    min-width: 96px
}

.mp-toast__fullscreen {
    position: fixed !important
}

.mp-loading {
    color: #c8c9cc;
    font-size: 0;
    position: relative;
    vertical-align: middle
}

.mp-loading__circular {
    display: block;
    height: 100%;
    width: 100%
}

.mp-loading__circular circle {
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
    -webkit-animation: mp-circular 1.5s ease-in-out infinite;
    -moz-animation: mp-circular 1.5s ease-in-out infinite;
    animation: mp-circular 1.5s ease-in-out infinite
}

.mp-loading__text {
    color: #969799;
    font-size: 14px;
    margin-left: 8px
}

.mp-loading__spinner,
.mp-loading__text {
    display: inline-block;
    vertical-align: middle
}

.mp-loading__spinner {
    -webkit-animation: mp-rotate .8s linear infinite;
    -moz-animation: mp-rotate .8s linear infinite;
    animation: mp-rotate .8s linear infinite;
    height: 30px;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    width: 100%
}

.mp-loading__spinner--circular {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s
}

.mp-loading__success-box {
    display: inline-block;
    height: 30px;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    vertical-align: middle;
    width: 100%
}

.mp-loading__success-box .hookmark {
    stroke-dasharray: 100 100;
    stroke-dashoffset: 100;
    -webkit-animation: 1s linear hookmarkTransform forwards .6s;
    -moz-animation: 1s linear hookmarkTransform forwards .6s;
    animation: 1s linear hookmarkTransform forwards .6s
}

.mp-loading__success-box .circle {
    stroke-dasharray: 120;
    stroke-dashoffset: 120;
    -webkit-animation: 1s linear circleTransform forwards;
    -moz-animation: 1s linear circleTransform forwards;
    animation: 1s linear circleTransform forwards
}

.mp-loading__success-box svg {
    height: 100%;
    width: 100%
}

@-webkit-keyframes circleTransform {
    0% {
        stroke-dasharray: 120;
        stroke-dashoffset: 120
    }

    to {
        stroke-dasharray: 120;
        stroke-dashoffset: 0
    }
}

@-moz-keyframes circleTransform {
    0% {
        stroke-dasharray: 120;
        stroke-dashoffset: 120
    }

    to {
        stroke-dasharray: 120;
        stroke-dashoffset: 0
    }
}

@keyframes circleTransform {
    0% {
        stroke-dasharray: 120;
        stroke-dashoffset: 120
    }

    to {
        stroke-dasharray: 120;
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes hookmarkTransform {
    0% {
        stroke-dasharray: 100 100;
        stroke-dashoffset: 100
    }

    to {
        stroke-dasharray: 100 100;
        stroke-dashoffset: 0
    }
}

@-moz-keyframes hookmarkTransform {
    0% {
        stroke-dasharray: 100 100;
        stroke-dashoffset: 100
    }

    to {
        stroke-dasharray: 100 100;
        stroke-dashoffset: 0
    }
}

@keyframes hookmarkTransform {
    0% {
        stroke-dasharray: 100 100;
        stroke-dashoffset: 100
    }

    to {
        stroke-dasharray: 100 100;
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes mp-circular {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -40
    }

    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -120
    }
}

@-moz-keyframes mp-circular {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -40
    }

    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -120
    }
}

@keyframes mp-circular {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -40
    }

    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -120
    }
}

@-webkit-keyframes mp-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-moz-keyframes mp-rotate {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes mp-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        -moz-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@media(max-width:320px) {
    .mp-toast.comment-toast {
        max-width: 80%;
        padding: 16px 22px
    }
}

.btn {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.025em;
    line-height: 1.6;
    padding: 8px 17px;
    position: relative;
    text-align: center;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: normal
}

.btn:focus {
    outline: 0
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    cursor: not-allowed;
    opacity: .3
}

.btn-primary,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary:active,
.btn-primary:disabled,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #474745;
    border-color: #474745;
    color: #ffffff;
}

.btn-secondary,
.btn-secondary.active,
.btn-secondary.disabled,
.btn-secondary:active,
.btn-secondary:disabled,
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: transparent;
    border-color: #474745;
    color: #474745;
}

.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover {
    border-color: #474745;
    color: #474745;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    background-color: transparent
}

.btn-link,
.sl-richtext a,
.trade-cart-continue-btn {
    border-radius: 0;
    color: #000000;
    padding-bottom: 0;
    padding-top: 0
}

.btn-link:focus,
.btn-link:hover,
.sl-richtext a:focus,
.sl-richtext a:hover,
.trade-cart-continue-btn:focus,
.trade-cart-continue-btn:hover {
    color: #000000;
}

.btn-lg {
    border-radius: 0;
    font-size: 16px;
    padding: 10px 19px
}

.btn-sm {
    border-radius: 0;
    font-size: 12px;
    padding: 7px 13px
}

:root {
    --primary-btn-background-color: #474745;
    --primary-btn-text-color: #ffffff;
    --page-background-color: #ffffff;
}

@keyframes btn-sweep {
    to {
        left: -200%
    }
}

@keyframes btn-loading {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        -moz-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes btn-loading-sm {
    0% {
        -webkit-transform: rotate(0) scale(.8);
        -moz-transform: rotate(0) scale(.8);
        transform: rotate(0) scale(.8)
    }

    to {
        -webkit-transform: rotate(1turn) scale(.8);
        -moz-transform: rotate(1turn) scale(.8);
        transform: rotate(1turn) scale(.8)
    }
}

.btn-link,
.sl-richtext a,
.trade-cart-continue-btn {
    font-size: 14px;
    padding-left: 1px;
    padding-right: 1px;
    position: relative
}

.btn-link:after,
.sl-richtext a:after,
.trade-cart-continue-btn:after {
    background-color: #E0E0D7;
    border-bottom-right-radius: 1px;
    border-top-right-radius: 1px;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0
}

[data-button_style=square] .btn-style {
    border-radius: 0
}

[data-button_style=radius] .btn-style {
    border-radius: 4px
}

[data-button_style=rounded] .btn-style {
    border-radius: 46px
}

.btn-primary {
    overflow: hidden;
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    transition: color .5s ease
}

.btn-primary:after {
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

[data-button-hover-animation="1"] .btn-primary:after {
    height: 100%;
    width: 200%
}

[data-button-hover-animation="1"] .btn-primary:hover:after {
    -webkit-animation: btn-sweep .75s cubic-bezier(.01, .56, 1, 1);
    -moz-animation: btn-sweep .75s cubic-bezier(.01, .56, 1, 1);
    animation: btn-sweep .75s cubic-bezier(.01, .56, 1, 1);
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(hsla(0, 0%, 100%, .25)), to(transparent));
    background-image: -webkit-linear-gradient(left, transparent, hsla(0, 0%, 100%, .25), transparent);
    background-image: -moz-linear-gradient(left, transparent, hsla(0, 0%, 100%, .25), transparent);
    background-image: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .25), transparent);
    left: 150%;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    transform: skew(-20deg)
}

[data-button-hover-animation="2"] .btn-primary {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s
}

[data-button-hover-animation="2"] .btn-primary:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1)
}

[data-button-hover-animation="2"] .btn-primary:hover:after {
    background: transparent -webkit-radial-gradient(circle, hsla(0, 0%, 100%, .08) 1%, transparent 0) 50%/15000%;
    background: transparent -moz-radial-gradient(circle, hsla(0, 0%, 100%, .08) 1%, transparent 1%) 50%/15000%;
    background: transparent radial-gradient(circle, hsla(0, 0%, 100%, .08) 1%, transparent 0) 50%/15000%
}

[data-button-hover-animation="2"] .btn-primary:hover:active:after {
    background-color: transparent;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    opacity: 1;
    -webkit-transition: background 0s;
    -moz-transition: background 0s;
    transition: background 0s
}

[data-button-hover-animation="3"] .btn-primary {
    background-color: transparent;
    border-color: var(--primary-btn-background-color);
    -webkit-transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    -moz-transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    z-index: 1
}

[data-button-hover-animation="3"] .btn-primary:after {
    background-color: var(--primary-btn-background-color);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
    transition: -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
    -moz-transition: transform .45s cubic-bezier(.785, .135, .15, .86), -moz-transform .45s cubic-bezier(.785, .135, .15, .86);
    transition: transform .45s cubic-bezier(.785, .135, .15, .86);
    transition: transform .45s cubic-bezier(.785, .135, .15, .86), -webkit-transform .45s cubic-bezier(.785, .135, .15, .86), -moz-transform .45s cubic-bezier(.785, .135, .15, .86);
    z-index: -1
}

[data-button-hover-animation="3"] .btn-primary:hover {
    background-color: transparent;
    color: var(--primary-btn-background-color)
}

[data-button-hover-animation="3"] .btn-primary:hover:after {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    transform-origin: right center
}

[data-button-hover-animation="4"] .btn-primary {
    background-color: transparent;
    overflow: hidden;
    z-index: 1
}

[data-button-hover-animation="4"] .btn-primary:after {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: var(--primary-btn-background-color);
    border-radius: 0 0 0 80%;
    height: 300%;
    left: -55%;
    top: -100%;
    -webkit-transition: border-radius 2.5s cubic-bezier(.84, -.01, .56, .59), -webkit-transform .5s ease;
    transition: border-radius 2.5s cubic-bezier(.84, -.01, .56, .59), -webkit-transform .5s ease;
    -moz-transition: transform .5s ease, border-radius 2.5s cubic-bezier(.84, -.01, .56, .59), -moz-transform .5s ease;
    transition: transform .5s ease, border-radius 2.5s cubic-bezier(.84, -.01, .56, .59);
    transition: transform .5s ease, border-radius 2.5s cubic-bezier(.84, -.01, .56, .59), -webkit-transform .5s ease, -moz-transform .5s ease;
    width: 300%;
    z-index: -1
}

[data-button-hover-animation="4"] .btn-primary:hover {
    color: var(--primary-btn-background-color)
}

[data-button-hover-animation="4"] .btn-primary:hover:after {
    -webkit-transform: translate(-45%, -70%);
    -moz-transform: translate(-45%, -70%);
    transform: translate(-45%, -70%)
}

.btn-outline-primary,
.btn-secondary {
    overflow: hidden
}

.btn-outline-primary:after,
.btn-secondary:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

[data-button-hover-animation="2"] .btn-outline-primary:after,
[data-button-hover-animation="2"] .btn-secondary:after {
    background-position: 50%;
    opacity: 0;
    position: absolute;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s
}

[data-button-hover-animation="2"] .btn-outline-primary:hover,
[data-button-hover-animation="2"] .btn-secondary:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    overflow: hidden
}

[data-button-hover-animation="2"] .btn-outline-primary:hover:after,
[data-button-hover-animation="2"] .btn-secondary:hover:after {
    background: rgba(71, 71, 69, 0.08) -webkit-radial-gradient(circle, rgba(71, 71, 69, 0.08) 1%, transparent 1%) 50%/15000%;
    background: rgba(71, 71, 69, 0.08) -moz-radial-gradient(circle, rgba(71, 71, 69, 0.08) 1%, transparent 1%) 50%/15000%;
    background: rgba(71, 71, 69, 0.08) radial-gradient(circle, rgba(71, 71, 69, 0.08) 1%, transparent 0) 50%/15000%;
    opacity: 1
}

[data-button-hover-animation="3"] .btn-outline-primary,
[data-button-hover-animation="3"] .btn-secondary {
    -webkit-transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    -moz-transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    z-index: 1
}

[data-button-hover-animation="3"] .btn-outline-primary:after,
[data-button-hover-animation="3"] .btn-secondary:after {
    background-color: var(--primary-btn-background-color);
    display: block;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
    transition: -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
    -moz-transition: transform .45s cubic-bezier(.785, .135, .15, .86), -moz-transform .45s cubic-bezier(.785, .135, .15, .86);
    transition: transform .45s cubic-bezier(.785, .135, .15, .86);
    transition: transform .45s cubic-bezier(.785, .135, .15, .86), -webkit-transform .45s cubic-bezier(.785, .135, .15, .86), -moz-transform .45s cubic-bezier(.785, .135, .15, .86);
    z-index: -1
}

[data-button-hover-animation="3"] .btn-outline-primary:hover,
[data-button-hover-animation="3"] .btn-secondary:hover {
    background-color: transparent;
    color: var(--primary-btn-text-color)
}

[data-button-hover-animation="3"] .btn-outline-primary:hover:after,
[data-button-hover-animation="3"] .btn-secondary:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    transform-origin: left center
}

[data-button-hover-animation="4"] .btn-outline-primary,
[data-button-hover-animation="4"] .btn-secondary {
    background-color: transparent;
    overflow: hidden;
    z-index: 1
}

[data-button-hover-animation="4"] .btn-outline-primary:after,
[data-button-hover-animation="4"] .btn-secondary:after {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #474745;
    height: 100%;
    -webkit-transform: rotate(10deg) translate(-1.2em, 110%);
    -moz-transform: rotate(10deg) translate(-1.2em, 110%);
    transform: rotate(10deg) translate(-1.2em, 110%);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -moz-transition: transform .5s ease, -moz-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease, -moz-transform .5s ease;
    width: 120%;
    z-index: -1
}

[data-button-hover-animation="4"] .btn-outline-primary:hover,
[data-button-hover-animation="4"] .btn-secondary:hover {
    color: #ffffff;
}

[data-button-hover-animation="4"] .btn-outline-primary:hover:after,
[data-button-hover-animation="4"] .btn-secondary:hover:after {
    -webkit-transform: rotate(0) translate(0);
    -moz-transform: rotate(0) translate(0);
    transform: rotate(0) translate(0)
}

.btn {
    font-size: 14px;
    word-break: break-word
}

.btn-lg {
    font-size: 16px;
}

.btn-extra,
.btn-sm {
    font-size: 12px;
}

.btn-extra {
    border-color: currentColor;
    padding: 8px 14px
}

.btn.btn--loading {
    color: transparent;
    position: relative
}

.btn.btn--loading:after {
    -webkit-animation: btn-loading linear 1.5s infinite;
    -moz-animation: btn-loading linear 1.5s infinite;
    animation: btn-loading linear 1.5s infinite;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAVCAYAAABG1c6oAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFpSURBVHgBpZWxVcMwEIbPhsJl7IpSG2A2gI4u2SDJBIEJkozABIEJgIoyKyQTYDo6TOfO/L+fFO7lOYps/+9Jti6nLyfpdBYJ0AiSQEUewDSKogmeOU1oRV3XNyXkA162wCYAbSxEy9i2k1BglmUrRLFUphLjZ0ZHEILzwuQYlqZpbdsPI5UeavYQkw2W+Wlt3Ks7RFNID8VNF8eHZQ6BiYvOLRXvGxkoRpir8ZMMFE/52g06naISVvaAxxhtTqCx9kJ6Cge6IIcpFyuQkf4y9lkQ+OWsCP1WOgpz9BnsCHxThrF0FFJuoYb7pkfKbFXq5KGwtpRrEhub+eicsMGvdAyBwXerTGt2F+yqqvpOkuQXDvf0ZdnCuIR9fwLGivSB1ysb0Aop994EpB1RIJb8UZl4r7nHhR0zqpmo0mZh68MKW/59hkm820b8YmmbA6YPtb1iK/BU/iu2g/A2EfJyrnqLBz4K/a78AWXKiXBxm7eVAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    border-radius: .5em;
    content: "";
    height: 20px;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 20px
}

.btn--loading.trade-cart-continue-btn:after,
.btn-extra.btn--loading:after,
.btn-link.btn--loading:after,
.sl-richtext a.btn--loading:after {
    -webkit-animation-name: btn-loading-sm;
    -moz-animation-name: btn-loading-sm;
    animation-name: btn-loading-sm;
    background-color: transparent;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    transform-origin: center
}

.btn-primary.btn--loading:after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAVCAYAAABG1c6oAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADoSURBVHgBpZULEYMwDEDDFExCHWwONgk42ByAA+YACUjBAg7KFCAhS0Z6VzIYNH13PWivfaS/AHAARDxDDiygUlHpqUw4401iGlRGEs01VfZSAha3Eu0tR8aiEqzQYBfJPNchBxJ0kdBBDiq6DnKRXbXt4gonKpdQKYpiAAMUSC1n1sXr58GIbOR3yTjCUdod2HHyHFn4jr50h0TUug/h3gZaSGT1yMmCJu/05pFjSepNEZn/iS7qUCvp449MZ6Rmq2ODS1gcsk0l7zq1NXtTeaqpbJGWkUTc4zKiSdo4WvtvAeejdUjwAWbg41OUjSIvAAAAAElFTkSuQmCC");
    opacity: 1
}

.btn-default,
.btn-default.active,
.btn-default.disabled,
.btn-default:active,
.btn-default:disabled,
.btn-default:focus,
.btn-default:hover {
    background-color: #fff;
    border-color: #fff
}

[data-button_style=square] .btn {
    border-radius: 0
}

[data-button_style=radius] .btn {
    border-radius: 4px
}

[data-button_style=rounded] .btn {
    border-radius: 46px
}

[data-button_style=rounded] .btn-sm {
    border-radius: 42px
}

[data-button_style=rounded] .btn-extra {
    border-radius: 28px
}

[data-button_style=rounded] input~.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

[data-button_style=rounded] .btn+input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn--square {
    border-radius: 0 !important
}

.btn--radius {
    border-radius: 4px !important
}

.btn--rounded {
    border-radius: 46px !important
}

@media(min-width:750px) {

    .btn,
    .btn-link,
    .sl-richtext a,
    .trade-cart-continue-btn {
        font-size: 16px;
    }

    .btn-lg {
        font-size: 18px;
    }

    .btn-extra,
    .btn-sm {
        font-size: 14px;
    }
}

.cart-stepper {
    border: 1px solid #E0E0D7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin: 0;
    padding: 0
}

.cart-stepper-minus,
.cart-stepper-plus {
    cursor: pointer
}

.cart-stepper-minus.disabled,
.cart-stepper-plus.disabled {
    cursor: not-allowed;
    opacity: .4
}

.cart-stepper-button {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    font-weight: 700;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.cart-stepper-button svg path {
    stroke: #000000;
}

.cart-stepper-input {
    background-color: transparent;
    border: none;
    color: #000000;
    outline: none;
    padding: 0;
    text-align: center;
    width: 46px
}

.cart-stepper-input:focus {
    border-color: #2c2c2c;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media(min-width:750px) {
    .cart-stepper {
        height: 37px;
        width: 104px
    }

    .cart-stepper-button {
        height: 35px;
        width: 28px
    }
}

@media(max-width:749.98px) {
    .cart-stepper {
        height: 34px;
        width: 86px
    }

    .cart-stepper-button {
        height: 32px;
        width: 22px
    }

    .cart-stepper-input {
        width: 40px
    }
}

.cart-stepper-moq-error {
    border: 1px solid red
}

.cart-stepper_error {
    border: 1px solid #F04949;
}

.empty-cart-title {
    margin: 0 auto;
    text-align: center
}

.empty-cart-continue-btn {
    display: block;
    font-size: 16px;
    line-height: 160%;
    margin: 10px auto 50px;
    text-align: center
}

.empty-cart-continue-btn a {
    color: #000;
    text-decoration: none
}

.trade_mini_cart .empty-cart-continue-btn {
    margin-bottom: 0
}

@media(max-width:749.98px) {
    .empty-cart-continue-btn {
        margin-bottom: 0
    }
}

.trade_cart_title_wrapper {
    margin: 0 auto;
    max-width: 1420px;
    width: 90%
}

@media(max-width:959.98px) {
    .trade_cart_title_wrapper {
        width: 100%
    }
}

.trade_cart_title_wrapper .cart-title-tag {
    margin: 20px auto 10px
}

@media(max-width:959.98px) {
    .trade_cart_title_wrapper .cart-title-tag {
        margin-top: 0
    }
}

.cart-title-tag {
    margin: 20px auto 10px
}

@media(max-width:959.98px) {
    .cart-title-tag {
        margin-top: 0
    }
}

.trade_cart_empty_wrapper {
    margin-bottom: 155px;
    margin-top: 155px
}

.trade_cart_empty_wrapper .mini-cart-title {
    margin-top: 140px
}

.trade_cart_empty_wrapper .cart-title-tag {
    text-align: center
}

@media screen and (max-width:999px) {
    .trade_cart_empty_wrapper {
        margin-bottom: 120px;
        margin-top: 80px
    }

    .trade_cart_empty_wrapper .mini-cart-title {
        margin-top: 65px
    }
}

.cart-sku-list-promotion-module,
.cart-sku-list-promotion-module-can-jump {
    background: rgba(71, 71, 69, 0.08);
    border-radius: var(--btn-border-radius-outset);
    color: #000000;
    font-family: "Montserrat";
    padding: 12px 16px;
    word-break: break-word
}

.cart-sku-list-promotion-module-arrow,
.cart-sku-list-promotion-module-can-jump-arrow {
    margin-left: 12px
}

.cart-sku-list-promotion-module-arrow svg path,
.cart-sku-list-promotion-module-can-jump-arrow svg path {
    stroke: #000000;
}

.cart-sku-list-promotion-module-can-jump-wrapper,
.cart-sku-list-promotion-module-can-jump-wrapper:hover,
.cart-sku-list-promotion-module-wrapper,
.cart-sku-list-promotion-module-wrapper:hover {
    color: #000000;
}

.cart-sku-list-promotion-module-can-jump-wrapper {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    text-decoration: none
}

.cart-sku-list-promotion-module,
.cart-sku-list-promotion-module-can-jump-wrapper {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.cart-sku-list-promotion .sales__promotionReminder-saved {
    color: #000000;
}

.cart-sku-list-promotion .sales__discount-follow-theme {
    color: #000000;
    font-family: "Montserrat";
}

@media(min-width:750px) {

    .cart-sku-list-promotion-module,
    .cart-sku-list-promotion-module-can-jump {
        min-height: 46px
    }

    .cart-sku-list-promotion-module-can-jump-wrapper {
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex
    }
}

@media(max-width:749.98px) {

    .cart-sku-list-promotion-module,
    .cart-sku-list-promotion-module-can-jump {
        min-height: 43px
    }

    .cart-sku-list-promotion-module-can-jump-wrapper {
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex
    }
}

.salesPluginGift__promotion {
    cursor: pointer
}

.salesPluginGift__promotion,
.salesPluginGift__selectIcon {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.salesPluginGift__selectIcon {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.salesPluginGift__selectIcon>svg {
    margin-left: 5px
}

.trade-cart-sku-list {
    color: #000000;
}

.trade-cart-sku-list-module:not(:first-of-type) {
    border-top: 1px solid #E0E0D7;
    padding-top: 20px
}

.trade-cart-sku-list-module.has-promotion,
.trade-cart-sku-list-module.inactive {
    border-top: none !important;
    padding-top: 30px
}

.trade-cart-sku-list-promotion-module,
.trade-cart-sku-list-promotion-module-can-jump {
    background: rgba(186, 68, 68, 0.05);
    padding: 12px 16px;
    word-break: break-word
}

.trade-cart-sku-list-promotion-module-arrow,
.trade-cart-sku-list-promotion-module-can-jump-arrow {
    margin-left: 12px
}

.trade-cart-sku-list-promotion-module-arrow svg path,
.trade-cart-sku-list-promotion-module-can-jump-arrow svg path {
    stroke: #000000;
}

.trade-cart-sku-list-promotion-module-can-jump-wrapper,
.trade-cart-sku-list-promotion-module-wrapper {
    color: #000000;
}

.trade-cart-sku-list-promotion-module-can-jump-wrapper {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    text-decoration: none
}

.trade-cart-sku-list-promotion-module,
.trade-cart-sku-list-promotion-module-can-jump-wrapper {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.trade-cart-sku-list-inactive-wrapper {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 2px;
    margin-top: 20px
}

.trade-cart-sku-list-inactive-wrapper .trade-cart-sku-list-inactive-wrapper-title {
    letter-spacing: .3em
}

.trade-cart-sku-list-inactive-wrapper .trade-cart-sku-list-inactive-wrapper-remove-all {
    background-color: transparent;
    border: none;
    color: #000000;
    margin: 0;
    outline: none;
    padding: 0
}

.trade-cart-sku-list-inactive-wrapper .trade-cart-sku-list-inactive-wrapper-remove-all:hover {
    cursor: pointer
}

.trade-cart-sku-list .trade-cart-sku-item-image-wrapper__accessorial__list {
    bottom: -6px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: -6px
}

.trade-cart-sku-list .trade-cart-sku-item-image-wrapper__accessorial__list li {
    -webkit-background-size: contain !important;
    background-size: contain !important;
    border: 1.5px solid #fff;
    border-radius: 50%;
    float: left;
    height: 32px;
    list-style: none;
    width: 32px
}

.trade-cart-sku-list .trade-cart-sku-item-customization {
    cursor: pointer;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    -webkit-text-decoration-line: underline;
    -moz-text-decoration-line: underline;
    text-decoration-line: underline
}

@media(min-width:750px) {
    .trade-cart-sku-list .trade-cart-sku-list-module {
        margin-bottom: 20px
    }

    .trade-cart-sku-list .trade-cart-sku-list-module .trade-cart-sku-list-promotion-module,
    .trade-cart-sku-list .trade-cart-sku-list-module .trade-cart-sku-list-promotion-module-can-jump {
        min-height: 46px
    }

    .trade-cart-sku-list .trade-cart-sku-list-module .trade-cart-sku-list-promotion-module-can-jump-wrapper {
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex
    }
}

@media(max-width:749.98px) {
    .trade-cart-sku-list .trade-cart-sku-list-module {
        margin-bottom: 20px
    }

    .trade-cart-sku-list .trade-cart-sku-list-module:last-of-type {
        margin-bottom: 0
    }

    .trade-cart-sku-list .trade-cart-sku-list-module .trade-cart-sku-list-promotion-module,
    .trade-cart-sku-list .trade-cart-sku-list-module .trade-cart-sku-list-promotion-module-can-jump {
        min-height: 43px
    }

    .trade-cart-sku-list .trade-cart-sku-list-module .trade-cart-sku-list-promotion-module-can-jump-wrapper {
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex
    }
}

@media(min-width:750px) {
    .trade-cart-sku-list.sidebar {
        width: 100%
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        padding: 20px 0
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-image {
        cursor: pointer;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        position: relative;
        width: 100px
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-image-fallback {
        background-color: rgba(0, 0, 0, 0.05);
        background-image: url(https://img-preview.myshopline.com/image/shopline/c26ff1f3ccb24bd3b618a5c7416f2a24.svg);
        background-position: 50%;
        background-repeat: no-repeat;
        height: 100px;
        padding-bottom: 100%
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-image-wrapper {
        position: relative;
        width: 100px
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-image-item {
        vertical-align: middle;
        width: 100px
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-image-tips {
        background-color: #fff;
        bottom: 0;
        color: #000;
        font-size: 12px;
        left: 0;
        padding: 2px 10px;
        position: absolute;
        text-align: center
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-image-sold-out {
        max-width: 100px
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex: 1;
        flex: 1;
        -webkit-flex-direction: column;
        flex-direction: column;
        max-width: 744px;
        padding-left: 22px;
        width: 0
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info-title {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info-wrapper {
        margin-top: 10px
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info-spec {
        word-break: break-word
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info-spec-key {
        display: inline;
        font-weight: 700;
        margin-right: 7px
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info-spec-value {
        display: inline;
        font-weight: 400
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info-customTip {
        font-size: 14px;
        line-height: 1.1;
        margin-top: 10px;
        word-break: break-word
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info-number {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin: 20px 0 0
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info-amount-and-discount {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -webkit-box-align: end;
        -moz-box-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        margin-left: 12px
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info-amount-through {
        opacity: .6;
        -webkit-text-decoration-line: line-through;
        -moz-text-decoration-line: line-through;
        text-decoration-line: line-through;
        word-break: break-word
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info-discount {
        color: #BA4444;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info-discount svg path {
        fill: #BA4444;
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info-discount-number {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info-discount-icon {
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info-discount-icon svg {
        -webkit-flex-shrink: 0;
        flex-shrink: 0
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info-discount-icon span {
        word-break: break-word
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info-amount {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        text-align: right
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info-amount span {
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info .trade-cart-sku-item-remove {
        margin-top: 10px;
        position: relative;
        z-index: 2
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info .trade-cart-sku-item-remove-button {
        background-color: transparent;
        border: none;
        color: #000000;
        margin: 0;
        outline: none;
        padding: 0
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info .trade-cart-sku-item-remove-button:after {
        background-color: #000000;
        border-bottom-right-radius: 1px;
        border-top-right-radius: 1px;
        bottom: 0;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        right: 0;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        transform-origin: left center;
        -webkit-transition: -webkit-transform .5s ease-out;
        transition: -webkit-transform .5s ease-out;
        -moz-transition: transform .5s ease-out, -moz-transform .5s ease-out;
        transition: transform .5s ease-out;
        transition: transform .5s ease-out, -webkit-transform .5s ease-out, -moz-transform .5s ease-out
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info .trade-cart-sku-item-remove-button:hover {
        cursor: pointer
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info .trade-cart-sku-item-remove-button:hover:after {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        transform: scaleX(1)
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info .trade-cart-sku-item-remove-button:before {
        display: none
    }
}

@media(max-width:749.98px) {
    .trade-cart-sku-list.sidebar {
        width: 100%
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        padding: 20px 0;
        width: 100%
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-image {
        cursor: pointer;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        position: relative;
        width: 100px
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-image-fallback {
        background-color: rgba(0, 0, 0, 0.05);
        background-image: url(https://img-preview.myshopline.com/image/shopline/c26ff1f3ccb24bd3b618a5c7416f2a24.svg);
        background-position: 50%;
        background-repeat: no-repeat;
        height: 100px;
        padding-bottom: 100%
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-image-wrapper {
        position: relative;
        width: 100px
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-image-item {
        vertical-align: middle;
        width: 100px
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-image-tips {
        background-color: #fff;
        bottom: 0;
        color: #000;
        font-size: 12px;
        left: 0;
        padding: 2px 10px;
        position: absolute;
        text-align: center
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-image-sold-out {
        max-width: 100px
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex: 1;
        flex: 1;
        -webkit-flex-direction: column;
        flex-direction: column;
        max-width: 744px;
        padding-left: 15px;
        width: 0
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info-title {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info-wrapper {
        margin-top: 10px
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info-spec {
        word-break: break-word
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info-spec-key {
        display: inline;
        font-weight: 700;
        margin-right: 7px
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info-spec-value {
        display: inline;
        font-weight: 400
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info-customTip {
        font-size: 14px;
        line-height: 1.1;
        margin-top: 10px;
        word-break: break-word
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info-number {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin: 20px 0 0
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info-amount-and-discount {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -webkit-box-align: end;
        -moz-box-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        margin-left: 12px
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info-amount-through {
        opacity: .6;
        -webkit-text-decoration-line: line-through;
        -moz-text-decoration-line: line-through;
        text-decoration-line: line-through;
        word-break: break-word
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info-discount {
        color: #BA4444;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info-discount svg path {
        fill: #BA4444;
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info-discount-number {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info-discount-icon {
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info-discount-icon svg {
        -webkit-flex-shrink: 0;
        flex-shrink: 0
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info-discount-icon span {
        word-break: break-word
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info-amount {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        text-align: right
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info-amount span {
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info .trade-cart-sku-item-remove {
        margin-top: 10px;
        position: relative;
        z-index: 2
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info .trade-cart-sku-item-remove-button {
        background-color: transparent;
        border: none;
        color: #000000;
        margin: 0;
        outline: none;
        padding: 0
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info .trade-cart-sku-item-remove-button:after {
        background-color: #000000;
        border-bottom-right-radius: 1px;
        border-top-right-radius: 1px;
        bottom: 0;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        right: 0;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        transform-origin: left center;
        -webkit-transition: -webkit-transform .5s ease-out;
        transition: -webkit-transform .5s ease-out;
        -moz-transition: transform .5s ease-out, -moz-transform .5s ease-out;
        transition: transform .5s ease-out;
        transition: transform .5s ease-out, -webkit-transform .5s ease-out, -moz-transform .5s ease-out
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info .trade-cart-sku-item-remove-button:hover {
        cursor: pointer
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info .trade-cart-sku-item-remove-button:hover:after {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        transform: scaleX(1)
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info .trade-cart-sku-item-remove-button:before {
        display: none
    }

    .trade-cart-sku-list.sidebar .trade-cart-sku-item .trade-cart-sku-item-info .trade-cart-sku-item-info-amount-and-discount {
        -webkit-box-align: start !important;
        -moz-box-align: start !important;
        -webkit-align-items: flex-start !important;
        align-items: flex-start !important
    }
}

@media(min-width:750px) {
    .trade-cart-sku-list.main {
        max-width: 894px
    }

    .trade-cart-sku-list.main .trade-cart-sku-list-module.inactive,
    .trade-cart-sku-list.main .trade-cart-sku-list-module:not(:first-of-type).has-promotion {
        border-top: none !important;
        padding-top: 30px
    }

    .trade-cart-sku-list.main .trade-cart-sku-list-module:first-of-type:not(.has-promotion) {
        margin-top: -20px
    }

    .trade-cart-sku-list.main .trade-cart-sku-list-module:first-of-type.has-promotion,
    .trade-cart-sku-list.main .trade-cart-sku-list-module:first-of-type.inactive {
        margin-top: -30px
    }

    .trade-cart-sku-list.main .trade-cart-sku-item {
        border-bottom: 1px solid #E0E0D7;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        max-width: 894px;
        padding: 20px 0
    }

    .trade-cart-sku-list.main .trade-cart-sku-item:nth-last-child(-n+2) {
        border-bottom: none
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-image {
        cursor: pointer;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        position: relative;
        width: 150px
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-image-fallback {
        background-color: rgba(0, 0, 0, 0.05);
        background-image: url(https://img-preview.myshopline.com/image/shopline/c26ff1f3ccb24bd3b618a5c7416f2a24.svg);
        background-position: 50%;
        background-repeat: no-repeat;
        height: 150px;
        padding-bottom: 100%
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-image-wrapper {
        position: relative;
        width: 150px
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-image-item {
        vertical-align: middle;
        width: 150px
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-image-tips {
        background-color: #fff;
        bottom: 0;
        color: #000;
        font-size: 12px;
        left: 0;
        padding: 4px 12px;
        position: absolute;
        text-align: center
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-image-sold-out {
        max-width: 150px
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex: 1;
        flex: 1;
        -webkit-flex-direction: column;
        flex-direction: column;
        max-width: 744px;
        padding-left: 22px;
        width: 0
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info-title {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info-wrapper {
        margin-top: 10px
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info-spec {
        word-break: break-word
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info-spec-key {
        display: inline;
        font-weight: 700;
        margin-right: 7px
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info-spec-value {
        display: inline;
        font-weight: 400
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info-customTip {
        font-size: 14px;
        line-height: 1.1;
        margin-top: 10px;
        word-break: break-word
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info-number {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin: 20px 0 0
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info-amount-and-discount {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -webkit-box-align: end;
        -moz-box-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        margin-left: 12px
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info-amount-through {
        opacity: .6;
        -webkit-text-decoration-line: line-through;
        -moz-text-decoration-line: line-through;
        text-decoration-line: line-through;
        word-break: break-word
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info-discount {
        color: #BA4444;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info-discount svg path {
        fill: #BA4444;
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info-discount-number {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info-discount-icon {
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info-discount-icon svg {
        -webkit-flex-shrink: 0;
        flex-shrink: 0
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info-discount-icon span {
        word-break: break-word
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info-amount {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        flex-direction: column;
        text-align: right
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info-amount span {
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info .trade-cart-sku-item-remove {
        margin-top: 10px;
        position: relative;
        z-index: 2
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info .trade-cart-sku-item-remove-button {
        background-color: transparent;
        border: none;
        color: #000000;
        margin: 0;
        outline: none;
        padding: 0
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info .trade-cart-sku-item-remove-button:after {
        background-color: #000000;
        border-bottom-right-radius: 1px;
        border-top-right-radius: 1px;
        bottom: 0;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        right: 0;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        transform-origin: left center;
        -webkit-transition: -webkit-transform .5s ease-out;
        transition: -webkit-transform .5s ease-out;
        -moz-transition: transform .5s ease-out, -moz-transform .5s ease-out;
        transition: transform .5s ease-out;
        transition: transform .5s ease-out, -webkit-transform .5s ease-out, -moz-transform .5s ease-out
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info .trade-cart-sku-item-remove-button:hover {
        cursor: pointer
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info .trade-cart-sku-item-remove-button:hover:after {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        transform: scaleX(1)
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info .trade-cart-sku-item-remove-button:before {
        display: none
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info-amount {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info-amount-through {
        margin-right: 5px;
        margin-top: 2px
    }
}

@media(max-width:749.98px) {
    .trade-cart-sku-list.main {
        max-width: 750px;
        width: 100%
    }

    .trade-cart-sku-list.main .trade-cart-sku-list-module:first-of-type.has-promotion {
        padding-top: 0
    }

    .trade-cart-sku-list.main .trade-cart-sku-item {
        border-bottom: 1px solid #E0E0D7;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        max-width: 750px;
        padding: 20px 0;
        width: 100%
    }

    .trade-cart-sku-list.main .trade-cart-sku-item:nth-last-child(-n+2) {
        border-bottom: none
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-image {
        cursor: pointer;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        position: relative;
        width: 100px
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-image-fallback {
        background-color: rgba(0, 0, 0, 0.05);
        background-image: url(https://img-preview.myshopline.com/image/shopline/c26ff1f3ccb24bd3b618a5c7416f2a24.svg);
        background-position: 50%;
        background-repeat: no-repeat;
        height: 100px;
        padding-bottom: 100%
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-image-wrapper {
        position: relative;
        width: 100px
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-image-item {
        vertical-align: middle;
        width: 100px
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-image-tips {
        background-color: #fff;
        bottom: 0;
        color: #000;
        font-size: 12px;
        left: 0;
        padding: 2px 10px;
        position: absolute;
        text-align: center
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-image-sold-out {
        max-width: 100px
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex: 1;
        flex: 1;
        -webkit-flex-direction: column;
        flex-direction: column;
        max-width: 744px;
        max-width: 633px;
        padding-left: 15px;
        width: 0
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info-title {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info-wrapper {
        margin-top: 10px
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info-spec {
        word-break: break-word
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info-spec-key {
        display: inline;
        font-weight: 700;
        margin-right: 7px
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info-spec-value {
        display: inline;
        font-weight: 400
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info-customTip {
        font-size: 14px;
        line-height: 1.1;
        margin-top: 10px;
        word-break: break-word
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info-number {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin: 20px 0 0
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info-amount-and-discount {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -webkit-box-align: end;
        -moz-box-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        margin-left: 12px
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info-amount-through {
        opacity: .6;
        -webkit-text-decoration-line: line-through;
        -moz-text-decoration-line: line-through;
        text-decoration-line: line-through;
        word-break: break-word
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info-discount {
        color: #BA4444;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info-discount svg path {
        fill: #BA4444;
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info-discount-number {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info-discount-icon {
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info-discount-icon svg {
        -webkit-flex-shrink: 0;
        flex-shrink: 0
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info-discount-icon span {
        word-break: break-word
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info-amount {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        text-align: right
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info-amount span {
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info .trade-cart-sku-item-remove {
        margin-top: 10px;
        position: relative;
        z-index: 2
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info .trade-cart-sku-item-remove-button {
        background-color: transparent;
        border: none;
        color: #000000;
        margin: 0;
        outline: none;
        padding: 0
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info .trade-cart-sku-item-remove-button:after {
        background-color: #000000;
        border-bottom-right-radius: 1px;
        border-top-right-radius: 1px;
        bottom: 0;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        right: 0;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        transform-origin: left center;
        -webkit-transition: -webkit-transform .5s ease-out;
        transition: -webkit-transform .5s ease-out;
        -moz-transition: transform .5s ease-out, -moz-transform .5s ease-out;
        transition: transform .5s ease-out;
        transition: transform .5s ease-out, -webkit-transform .5s ease-out, -moz-transform .5s ease-out
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info .trade-cart-sku-item-remove-button:hover {
        cursor: pointer
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info .trade-cart-sku-item-remove-button:hover:after {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        transform: scaleX(1)
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info .trade-cart-sku-item-remove-button:before {
        display: none
    }

    .trade-cart-sku-list.main .trade-cart-sku-item .trade-cart-sku-item-info .trade-cart-sku-item-info-amount-and-discount {
        -webkit-box-align: start !important;
        -moz-box-align: start !important;
        -webkit-align-items: flex-start !important;
        align-items: flex-start !important
    }
}

.trade-cart-sku-item {
    border-bottom: 1px solid #E0E0D7;
    margin-bottom: 5px;
    position: relative
}

.trade-cart-sku-item:nth-last-child(-n+2) {
    border-bottom: none
}

.trade-cart-sku-item-mask {
    display: none;
    height: 100%;
    left: 0;
    opacity: .5;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.trade-cart-sku-item-image-sold-out {
    background: #ffffff;
    bottom: 0;
    color: #000000;
    display: none;
    height: 27px;
    left: 0;
    line-height: 27px;
    min-width: 71px;
    overflow: hidden;
    position: absolute;
    text-align: center
}

.trade-cart-sku-item.inactive .trade-cart-sku-item-image-item,
.trade-cart-sku-item.inactive .trade-cart-sku-item-info-number,
.trade-cart-sku-item.inactive .trade-cart-sku-item-info-title,
.trade-cart-sku-item.inactive .trade-cart-sku-item-info-wrapper {
    opacity: .5
}

.trade-cart-sku-item.inactive .trade-cart-sku-item-mask,
.trade-cart-sku-item.sold-out .trade-cart-sku-item-image-sold-out {
    display: block
}

.trade-cart-sku-item-info-tag {
    display: inline-block !important;
    margin-left: 4px
}

.custom-sale-color {
    color: #BA4444;
}

.error-color,
.trade_coupon__invalidCodeTip {
    color: #F04949;
}

.trade_coupon {
    background: #ffffff !important;
}

.trade_coupon .hide {
    display: none !important
}

.trade_coupon.hasValue .trade_coupon__btns-apply,
.trade_coupon.is-focus .trade_coupon__btns-apply {
    opacity: 1
}

.trade_coupon__btns {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    line-height: 1.6;
    padding-left: 12px;
    white-space: normal;
    word-break: break-word
}

.trade_coupon__btns>button {
    background-color: #474745;
    border: none;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    min-width: 78px;
    padding: 8px 15px
}

.trade_coupon__btns-apply {
    opacity: .3
}

.trade_coupon__btns-apply.is-disabled {
    cursor: auto;
    opacity: .3 !important;
    pointer-events: none
}

.trade_coupon__btns-apply.hasValue {
    opacity: 1;
    pointer-events: auto
}

.trade_coupon__btns-loading svg {
    -webkit-animation: loading .8s infinite linear;
    -moz-animation: loading .8s infinite linear;
    animation: loading .8s infinite linear
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-moz-keyframes loading {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        -moz-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.trade_coupon__invalidCodeWrapper {
    background: hsla(0, 0%, 82%, .2);
    border-radius: 4px;
    margin-top: 6px;
    max-height: 264px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 8px 12px
}

.trade_coupon__invalidCodeWrapper .trade_coupon__code__btn-del {
    line-height: 1
}

.trade_coupon__invalidCodeBox svg,
.trade_coupon__invalidCodeWrapper .trade_coupon__code__btn-del svg {
    fill: currentColor
}

.trade_coupon__invalidCodeBox .trade_coupon__code-content {
    margin-right: 0
}

.trade_coupon__invalidCodeTip {
    word-break: break-word
}

.trade_coupon__appliedCodeBox {
    max-height: 320px
}

.trade_coupon__appliedCodeBox,
.trade_coupon__invalidCodeBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    overflow-x: hidden;
    overflow-y: auto
}

.trade_coupon__code {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    line-height: 1.6;
    margin-right: 6px;
    margin-top: 8px;
    padding: 4px 8px;
    position: relative
}

.trade_coupon__code-content {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-size: 14px;
    margin-left: 6px;
    margin-right: 20px;
    word-break: break-word
}

.trade_coupon__code__btn-del {
    cursor: pointer;
    line-height: 1
}

.trade_coupon_invalid_tips {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 6px;
    padding: 8px
}

.trade_coupon_invalid_tips,
.trade_coupon_invalid_tips_content {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.trade_coupon_invalid_tips_content {
    margin-left: 8.5px;
    margin-right: 20px
}

.trade_coupon_invalid_tips_content_icon {
    height: 20px;
    margin-right: 6px
}

.trade_coupon_invalid_tips_close {
    cursor: pointer
}

.trade_coupon__wrapper {
    margin-bottom: 15px
}

.trade_coupon__wrapper .error-tips {
    color: #f04949;
    font-size: 11px;
    line-height: 16px;
    margin-top: 6px
}

.trade_input {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    font-size: 14px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    width: 100%
}

.trade_input:after {
    border: 1px solid #E0E0D7;
    border-radius: 4px;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: border-color .3s;
    -moz-transition: border-color .3s;
    transition: border-color .3s;
    z-index: 1
}

.trade_input__inpEle:not(:-moz-placeholder-shown)+.placeholder,
.trade_input__selectEle:not(:-moz-placeholder-shown)+.placeholder {
    -moz-transform: scale(.8) translateY(-100%);
    transform: scale(.8) translateY(-100%);
    white-space: nowrap;
    word-break: normal
}

.trade_input:focus-within .placeholder,
.trade_input__inpEle:not(:placeholder-shown)+.placeholder,
.trade_input__selectEle:not(:placeholder-shown)+.placeholder {
    -webkit-transform: scale(.8) translateY(-100%);
    -moz-transform: scale(.8) translateY(-100%);
    transform: scale(.8) translateY(-100%);
    white-space: nowrap;
    word-break: normal
}

.trade_input:focus-within:after {
    border-color: #474745;
    border-width: 2px
}

.trade_input.is-error:after {
    border-color: #eb5757;
    border-width: 2px
}

.trade_input.is-disabled {
    cursor: not-allowed
}

.trade_input.is-disabled input,
.trade_input.is-disabled select {
    background-color: rgba(44, 44, 44, .06) !important;
    border-color: #d8d8d8 !important;
    color: rgba(0, 0, 0, 0.4);
    cursor: not-allowed;
    pointer-events: none
}

.trade_input-area {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex: 1;
    flex: 1;
    position: relative
}

.trade_input-area input,
.trade_input-area select {
    background: none;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #000000;
    line-height: 1.15;
    padding: 26px 6px 8px 16px;
    width: 100%
}

.trade_input-area input::-webkit-input-placeholder,
.trade_input-area select::-webkit-input-placeholder {
    font-size: 0
}

.trade_input-area input::-moz-placeholder,
.trade_input-area select::-moz-placeholder {
    font-size: 0
}

.trade_input-area input::-ms-input-placeholder,
.trade_input-area select::-ms-input-placeholder {
    font-size: 0
}

.trade_input-area input::placeholder,
.trade_input-area select::placeholder {
    font-size: 0
}

.trade_input-area select {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    padding-right: 30px;
    position: relative
}

.trade_input-area .placeholder {
    color: rgba(0, 0, 0, 0.6);
    left: 16px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -moz-transition: transform .3s ease, -moz-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease;
    word-break: break-word;
    z-index: 4
}

.trade_input__addonAfter {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 100%;
    position: absolute;
    right: 6px;
    z-index: 1
}

.trade_input__staticAddonAfter {
    padding-bottom: 6px;
    padding-right: 6px;
    padding-top: 6px
}

.summations_detail_modal .trade_coupon__code-content {
    max-width: 126px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.summations_detail_modal .trade_summations__amount .trade_summations__amount-box {
    word-break: break-word
}

.trade_summations {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    color: #000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 16px
}

.trade_summations .hide {
    display: none !important
}

.trade_summations .col {
    display: inline-block;
    margin: 0 0 8px;
    overflow: hidden;
    overflow-wrap: break-word;
    vertical-align: middle
}

.trade_summations .col10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 40%;
    flex: 0 0 40%
}

.trade_summations .col14 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 60%;
    flex: 0 0 60%
}

.trade_summations .col24 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%
}

.trade_summations .colImage,
.trade_summations .colauto {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: auto;
    flex: auto
}

.trade_summations .textLeft {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    overflow: hidden;
    overflow-wrap: break-word
}

.trade_summations .textRight {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    max-width: 80%;
    padding-left: 10px;
    text-align: right;
    word-break: break-word
}

.trade_summations .textRight.black {
    color: #000000;
}

.trade_summations .sale-color {
    color: #BA4444;
}

.trade_summations .summations_detail_modal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative
}

.trade_summations .summations_detail_modal__wrapper {
    background: #f8fafb;
    border: 1px solid rgba(44, 44, 44, .08);
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
    padding: 10px;
    position: fixed;
    width: 335px;
    z-index: 2
}

.trade_summations .summations_detail_modal__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.trade_summations .summations_detail_modal__content__row {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 10px
}

.trade_summations .summations_detail_modal__content__row:last-child {
    margin-bottom: 0
}

.trade_summations .summations_detail_modal__content__row .trade_coupon__code,
.trade_summations .summations_detail_modal__content__row .trade_summations__amount {
    margin: 0 !important
}

.trade_summations .summations_detail_modal__content__row .trade_summations__amount {
    font-weight: 500
}

.trade_summations .summations_detail_modal__content__row .trade_summations__amount>span {
    float: right
}

.trade_summations .showDetail {
    cursor: pointer;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

.trade_summations .settle_sum-amount {
    color: #000000;
    font-family: Helvetica Neue;
    max-width: 100%;
    opacity: .6;
    text-align: right;
    width: 100%
}

.trade_summations .settle_sum-amount__converted {
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 4px;
    margin-top: 12px
}

.trade_summations .settle_sum-amount__converted span {
    padding-right: 2px
}

.trade_summations .settle_sum-amount-text__converted {
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 17px
}

.trade_summations .trade_summations_fee {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    font-weight: 400;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%
}

.trade_summations .trade_summations_fee.hidden {
    display: none
}

.trade_summations .trade_summations_fee__tips {
    cursor: pointer;
    display: inline-block;
    padding: 2px 4px 3px;
    vertical-align: inherit
}

.trade_summations .trade_summations_fee .settleSumAmount {
    color: #000000;
    font-weight: 700;
    margin: 0
}

.trade_summations .trade_summations_fee .settleSumAmount .text_bold {
    font-weight: 600
}

.trade_summations .trade_summations_fee .pointAmountLabel {
    color: #000000;
    font-size: 16px;
    margin-bottom: 0
}

.trade_summations .trade_summations_fee__desc {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    margin-left: 20px
}

.trade_summations .trade_summations_fee__desc .deductMemberPointAmount {
    color: #000000;
}

.trade_summations .trade_summations_fee_order_discounts_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 8px;
    width: 100%
}

.trade_summations .trade_summations_fee_order_discounts_list .total_amounts_discount_item {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 10px;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.trade_summations .trade_summations_fee_order_discounts_list .total_amounts_discount_item_title {
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    color: rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    gap: 4px;
    line-height: 160%;
    word-break: break-word
}

.trade_summations .trade_summations_fee_order_discounts_list .total_amounts_discount_item_title svg {
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.trade_summations .trade_summations_fee_order_discounts_list .total_amounts_discount_item_title svg g {
    opacity: 1
}

.trade_summations .trade_summations_fee_order_discounts_list .total_amounts_discount_item_amount {
    color: #BA4444;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    text-align: right
}

.trade_summations .pointAmount_remark {
    margin-bottom: 8px
}

.trade_summations .pointAmount_remark .trade_summations_remark {
    color: #000000;
    font-size: 12px;
    opacity: .5;
    text-align: right
}

.trade_summations .pointAmount_remark_notAvailable {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    margin-left: 20px
}

.trade_summations .pointAmount {
    margin-bottom: 0
}

.trade_summations .pointAmount_use {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.trade_summations.trade_summations_fold {
    display: none;
    overflow: auto
}

.trade_summations.trade_summations_fold-show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.trade_summations .trade_money_desc_fold {
    color: rgba(0, 0, 0, 0.4);
    display: block;
    text-align: left
}

.trade_summations .settleSumAmount__realAmount {
    cursor: pointer;
    margin-left: 8px
}

.trade_summations .trade_summations_taxes {
    font-size: 12px;
    line-height: 140%;
    margin-top: 4px;
    opacity: .5;
    text-align: right;
    width: 100%
}

.trade_summations .cart-fold-up {
    cursor: pointer;
    margin-left: 8px;
    position: relative;
    top: -2px
}

.trade_summations .cart-fold-up_rotate svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

.trade_summations_settleSumAmount .trade_summations__amount {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

@media screen and (min-width:751px)and (max-width:999px) {
    .summations-icon-tooltip.rc-tooltip-placement-topLeft {
        left: 16% !important
    }

    .summations-icon-tooltip.rc-tooltip-placement-topLeft .rc-tooltip-content .rc-tooltip-arrow {
        left: 20%
    }
}

@media screen and (max-width:750px) {
    .summations-icon-tooltip.rc-tooltip-placement-topLeft {
        left: 16px !important
    }

    .summations-icon-tooltip.rc-tooltip-placement-topLeft .rc-tooltip-content .rc-tooltip-arrow {
        left: 20%
    }

    .summations_detail_modal .summations_detail_modal__wrapper {
        left: 16px;
        right: 16px;
        width: unset
    }
}

.trade-modal-wrapper {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-align-items: center;
    align-items: center;
    bottom: 0;
    display: none;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000
}

.trade-modal-wrapper.trade-modal-visible {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.trade-modal-wrapper.trade-modal-notVisible {
    display: none
}

.trade-modal-wrapper .trade-modal-mask {
    background: rgba(23, 23, 23, 0.6);
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0
}

.trade-modal-wrapper .trade-modal-mask.trade-modal-closable {
    cursor: pointer
}

.trade-modal-wrapper .trade-modal-container {
    position: absolute
}

.trade-modal-wrapper .trade-modal-container .trade-modal-body {
    background-color: #fff
}

.trade-modal-wrapper .trade-modal-container .trade-modal-close {
    color: #000000;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    position: absolute;
    width: 24px;
    z-index: 1
}

.trade-modal-wrapper .trade-modal-container .trade-modal-close svg {
    height: 24px;
    width: 24px
}

.trade-modal-wrapper.trade-modal-visibleAnimation .trade-modal-mask {
    -webkit-animation: .5s trade-modal-fadeIn forwards ease;
    -moz-animation: .5s trade-modal-fadeIn forwards ease;
    animation: .5s trade-modal-fadeIn forwards ease
}

.trade-modal-wrapper.trade-modal-notVisibleAnimation .trade-modal-mask {
    -webkit-animation: .5s trade-modal-fadeOut forwards ease;
    -moz-animation: .5s trade-modal-fadeOut forwards ease;
    animation: .5s trade-modal-fadeOut forwards ease
}

.trade-modal-wrapper .trade-modal-fade .trade-modal-container {
    min-height: 182px;
    min-width: 338px
}

.trade-modal-wrapper .trade-modal-fade .trade-modal-container .trade-modal-body {
    padding: 24px
}

.trade-modal-wrapper .trade-modal-fade .trade-modal-container .trade-modal-close {
    right: 20px;
    top: 20px;
    z-index: 20
}

.trade-modal-wrapper .trade-modal-fade.trade-modal-visibleAnimation .trade-modal-container {
    -webkit-animation: .5s trade-modal-fadeSlideIn forwards ease;
    -moz-animation: .5s trade-modal-fadeSlideIn forwards ease;
    animation: .5s trade-modal-fadeSlideIn forwards ease
}

.trade-modal-wrapper .trade-modal-fade.trade-modal-notVisibleAnimation .trade-modal-container {
    -webkit-animation: .5s trade-modal-fadeSlideOut forwards ease;
    -moz-animation: .5s trade-modal-fadeSlideOut forwards ease;
    animation: .5s trade-modal-fadeSlideOut forwards ease
}

.trade-modal-wrapper .trade-modal-popup .trade-modal-container {
    bottom: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
    width: 100%
}

.trade-modal-wrapper .trade-modal-popup .trade-modal-container .trade-modal-close {
    right: 14px;
    top: 18px;
    z-index: 20
}

.trade-modal-wrapper .trade-modal-popup .trade-modal-container .trade-modal-body {
    min-height: 30vh;
    overflow: auto
}

.trade-modal-wrapper .trade-modal-popup.trade-modal-visibleAnimation .trade-modal-container {
    -webkit-animation: .5s trade-modal-slideInBottom forwards ease;
    -moz-animation: .5s trade-modal-slideInBottom forwards ease;
    animation: .5s trade-modal-slideInBottom forwards ease
}

.trade-modal-wrapper .trade-modal-popup.trade-modal-notVisibleAnimation .trade-modal-container {
    -webkit-animation: .5s trade-modal-slideOutBottom forwards ease;
    -moz-animation: .5s trade-modal-slideOutBottom forwards ease;
    animation: .5s trade-modal-slideOutBottom forwards ease
}

@media(min-width:750px) {
    .trade-modal-wrapper .trade-modal-container {
        min-height: 182px;
        min-width: 338px
    }

    .trade-modal-wrapper .trade-modal-container .trade-modal-body {
        padding: 24px
    }

    .trade-modal-wrapper .trade-modal-container .trade-modal-close {
        right: 20px;
        top: 20px;
        z-index: 20
    }

    .trade-modal-wrapper.trade-modal-visibleAnimation .trade-modal-container {
        -webkit-animation: .5s trade-modal-fadeSlideIn forwards ease;
        -moz-animation: .5s trade-modal-fadeSlideIn forwards ease;
        animation: .5s trade-modal-fadeSlideIn forwards ease
    }

    .trade-modal-wrapper.trade-modal-notVisibleAnimation .trade-modal-container {
        -webkit-animation: .5s trade-modal-fadeSlideOut forwards ease;
        -moz-animation: .5s trade-modal-fadeSlideOut forwards ease;
        animation: .5s trade-modal-fadeSlideOut forwards ease
    }
}

@media(max-width:750px) {
    .trade-modal-wrapper .trade-modal-container {
        bottom: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transform: translateY(100%);
        width: 100%
    }

    .trade-modal-wrapper .trade-modal-container .trade-modal-close {
        right: 14px;
        top: 18px;
        z-index: 20
    }

    .trade-modal-wrapper .trade-modal-container .trade-modal-body {
        min-height: 30vh;
        overflow: auto
    }

    .trade-modal-wrapper.trade-modal-visibleAnimation .trade-modal-container {
        -webkit-animation: .5s trade-modal-slideInBottom forwards ease;
        -moz-animation: .5s trade-modal-slideInBottom forwards ease;
        animation: .5s trade-modal-slideInBottom forwards ease
    }

    .trade-modal-wrapper.trade-modal-notVisibleAnimation .trade-modal-container {
        -webkit-animation: .5s trade-modal-slideOutBottom forwards ease;
        -moz-animation: .5s trade-modal-slideOutBottom forwards ease;
        animation: .5s trade-modal-slideOutBottom forwards ease
    }
}

@-webkit-keyframes trade-modal-slideInBottom {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes trade-modal-slideInBottom {
    0% {
        -moz-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes trade-modal-slideInBottom {
    0% {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes trade-modal-slideOutBottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@-moz-keyframes trade-modal-slideOutBottom {
    0% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -moz-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes trade-modal-slideOutBottom {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@-webkit-keyframes trade-modal-fadeSlideIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes trade-modal-fadeSlideIn {
    0% {
        opacity: 0;
        -moz-transform: translateY(30px);
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes trade-modal-fadeSlideIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes trade-modal-fadeSlideOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@-moz-keyframes trade-modal-fadeSlideOut {
    0% {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1)
    }

    to {
        opacity: 0;
        -moz-transform: scale(.9);
        transform: scale(.9)
    }
}

@keyframes trade-modal-fadeSlideOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        transform: scale(.9)
    }
}

@-webkit-keyframes trade-modal-fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes trade-modal-fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes trade-modal-fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes trade-modal-fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-moz-keyframes trade-modal-fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes trade-modal-fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.trade-modal-container .trade-modal-body {
    background: #fff !important
}

.trade-modal-container .trade-modal-close {
    display: none
}

.sl-sku-filter-modal {
    font-family: Helvetica;
    padding-bottom: 60px
}

.sl-sku-filter-modal .sl-sku-filter-modal-none-product-title {
    color: #1e1e1e;
    line-height: 24px;
    padding-top: 24px;
    width: 432px
}

.sl-sku-filter-modal .sl-sku-filter-modal-title {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 24px;
    text-align: center
}

.sl-sku-filter-modal .sl-sku-filter-modal-title span {
    color: orange
}

.sl-sku-filter-modal .sl-sku-filter-modal-content {
    background: #f8fafb;
    padding: 10px 11px;
    width: 610px
}

.sl-sku-filter-modal .sl-sku-filter-modal-content .sl-sku-filter-modal-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    overflow: hidden;
    position: relative
}

.sl-sku-filter-modal .sl-sku-filter-modal-content .sl-sku-filter-modal-item.sl-sku-filter-modal-item-disabled {
    opacity: .4
}

.sl-sku-filter-modal .sl-sku-filter-modal-content .sl-sku-filter-modal-item .sl-sku-filter-modal-sold-out {
    background: rgba(44, 44, 44, .9);
    border-radius: 30px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 60px;
    left: 10px;
    line-height: 60px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 60px;
    z-index: 5
}

.sl-sku-filter-modal .sl-sku-filter-modal-content .sl-sku-filter-modal-item .sl-sku-filter-modal-image {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    border-radius: 4px;
    -webkit-flex: 0 0 80px;
    flex: 0 0 80px;
    height: 80px;
    line-height: 80px;
    margin: 0 20px 0 0;
    position: relative;
    text-align: center;
    width: 80px
}

.sl-sku-filter-modal .sl-sku-filter-modal-content .sl-sku-filter-modal-item .sl-sku-filter-modal-image .sl-sku-filter-modal-img {
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    vertical-align: middle;
    width: 100%
}

.sl-sku-filter-modal .sl-sku-filter-modal-content .sl-sku-filter-modal-item:not(:first-child) {
    margin-top: 13px
}

.sl-sku-filter-modal .sl-sku-filter-modal-content .sl-sku-filter-modal-item.disable .sku-list-item-image,
.sl-sku-filter-modal .sl-sku-filter-modal-content .sl-sku-filter-modal-item.disable .sku-list-item-texts {
    opacity: .4
}

.sl-sku-filter-modal .sl-sku-filter-modal-content .sl-sku-filter-modal-item .sl-sku-filter-modal-pod-circle {
    background-color: #f3f3f3;
    border: 2px solid #fff;
    border-radius: 50%;
    bottom: -10px;
    display: inline-block;
    height: 24px;
    position: absolute;
    right: -10px;
    text-align: center;
    width: 24px
}

.sl-sku-filter-modal .sl-sku-filter-modal-content .sl-sku-filter-modal-item .sl-sku-filter-modal-pod-circle img {
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 100%
}

.sl-sku-filter-modal .sl-sku-filter-modal-content .sl-sku-filter-modal-info {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.sl-sku-filter-modal .sl-sku-filter-modal-content .sl-sku-filter-modal-info .sl-sku-filter-modal-tips {
    color: #f04949;
    font-size: 11px;
    line-height: 16px;
    margin-top: 8px
}

.sl-sku-filter-modal .sl-sku-filter-modal-content .sl-sku-filter-modal-info .sl-sku-filter-modal-info-name {
    color: #2c2c2c;
    font-weight: 400;
    margin-bottom: 8px
}

.sl-sku-filter-modal .sl-sku-filter-modal-content .sl-sku-filter-modal-info .sl-sku-filter-modal-info-name .sl-sku-filter-modal-product-name {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.sl-sku-filter-modal .sl-sku-filter-modal-content .sl-sku-filter-modal-info .sl-sku-filter-modal-info-name>* {
    margin-bottom: 8px
}

.sl-sku-filter-modal .sl-sku-filter-modal-content .sl-sku-filter-modal-info .sl-sku-filter-modal-info-name .sl-sku-filter-modal-name {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.sl-sku-filter-modal .sl-sku-filter-modal-content .sl-sku-filter-modal-info .sl-sku-filter-modal-info-name .sl-sku-filter-modal-name>* {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.sl-sku-filter-modal .sl-sku-filter-modal-content .sl-sku-filter-modal-info .sl-sku-filter-modal-info-name .sl-sku-filter-modal-name .sl-sku-filter-modal-product-name {
    width: 370px
}

@media only screen and (max-width:750px) {
    .sl-sku-filter-modal .sl-sku-filter-modal-content .sl-sku-filter-modal-info .sl-sku-filter-modal-info-name .sl-sku-filter-modal-name .sl-sku-filter-modal-product-name {
        width: 100%
    }
}

.sl-sku-filter-modal .sl-sku-filter-modal-content .sl-sku-filter-modal-info .sl-sku-filter-modal-info-name .sl-sku-filter-modal-name .sl-sku-filter-modal-number {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-right: 40px
}

.sl-sku-filter-modal .sl-sku-filter-modal-content .sl-sku-filter-modal-info .sl-sku-filter-modal-info-name .sl-sku-filter-modal-skuAttr {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis
}

.sl-sku-filter-modal .sl-sku-filter-modal-content .sl-sku-filter-modal-info .sl-sku-filter-modal-price {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    color: #da2f0c;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.sl-sku-filter-modal .sl-sku-filter-modal-content .sl-sku-filter-modal-info .sl-sku-filter-modal-item-pod {
    color: rgba(0, 0, 0, .6);
    font-size: 12px;
    margin-top: 4px
}

.sl-sku-filter-modal .sl-sku-filter-modal-content .sl-sku-filter-modal-info .sl-sku-filter-modal-item-pod .pod_btn {
    color: #276eaf;
    cursor: pointer
}

.sl-sku-filter-modal-btn-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    float: right;
    margin-top: 24px
}

.sl-sku-filter-modal-btn-box button {
    background: #2c2c2c;
    border: 1px solid #2c2c2c;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin: 0 6px;
    min-width: 124px;
    padding: 0 16px;
    text-transform: uppercase
}

.sl-sku-filter-modal-btn-box button.sl-sku-filter-modal-btn-back {
    background: #fff;
    border: 1px solid #ddddd8;
    color: #2c2c2c
}

.sl-sku-filter-modal-btn-box #sl-sku-filter-modal-btn-paypal {
    display: inline-block;
    height: 40px;
    margin: 0 6px;
    min-width: 124px
}

@media only screen and (min-width:750px) {
    .trade-modal-wrapper .trade-modal-container-empty {
        min-height: 160px !important
    }

    .trade-modal-wrapper .trade-modal-container .trade-modal-body.trade-sku-filter-modal-body {
        padding: 60px
    }

    .trade-modal-wrapper .trade-modal-container-empty .trade-modal-body.trade-sku-filter-modal-body {
        padding: 24px
    }

    .sl-sku-filter-modal-content {
        max-height: 410px;
        overflow-y: scroll
    }

    .sl-sku-filter-modal-info {
        width: 484px
    }
}

@media only screen and (max-width:750px) {
    .trade-modal-wrapper.trade-modal-visibleAnimation .trade-modal-container.trade-modal-container-product {
        height: 66.67vh
    }

    .trade-modal-wrapper.trade-modal-visibleAnimation .trade-modal-container.trade-modal-container-product .trade-modal-body {
        height: 100%
    }

    .trade-modal-wrapper.trade-modal-visibleAnimation .trade-modal-container {
        left: 0;
        overflow: hidden;
        padding: 0;
        position: fixed;
        width: 100%
    }

    .trade-modal-wrapper.trade-modal-visibleAnimation .trade-modal-container .trade-modal-body {
        background-color: none
    }

    .trade-modal-wrapper.trade-modal-visibleAnimation .trade-modal-container .trade-modal-body .sl-sku-filter-modal-none-product-title {
        font-family: Helvetica;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        padding: 24px;
        width: auto
    }

    .trade-modal-wrapper.trade-modal-visibleAnimation .trade-modal-container .trade-modal-body .sl-sku-filter-modal-content-box {
        padding: 20px
    }

    .trade-modal-wrapper.trade-modal-visibleAnimation .trade-modal-container .trade-modal-body .sl-sku-filter-modal-content-box .sl-sku-filter-modal-content {
        background: #fff;
        height: auto;
        padding: 10px 0;
        width: auto
    }

    .trade-modal-wrapper.trade-modal-visibleAnimation .trade-modal-container .trade-modal-body .sl-sku-filter-modal-content-box .sl-sku-filter-modal-content .sl-sku-filter-modal-item {
        border-bottom: 1px solid #efefef;
        min-height: 110px;
        width: 100%
    }

    .trade-modal-wrapper.trade-modal-visibleAnimation .trade-modal-container .trade-modal-body .sl-sku-filter-modal-content-box .sl-sku-filter-modal-content .sl-sku-filter-modal-item .sl-sku-filter-modal-info {
        position: relative;
        width: -webkit-calc(100% - 100px);
        width: -moz-calc(100% - 100px);
        width: calc(100% - 100px)
    }

    .trade-modal-wrapper.trade-modal-visibleAnimation .trade-modal-container .trade-modal-body .sl-sku-filter-modal-content-box .sl-sku-filter-modal-content .sl-sku-filter-modal-item .sl-sku-filter-modal-info .sl-sku-filter-modal-name {
        display: block
    }

    .trade-modal-wrapper.trade-modal-visibleAnimation .trade-modal-container .trade-modal-body .sl-sku-filter-modal-content-box .sl-sku-filter-modal-content .sl-sku-filter-modal-item .sl-sku-filter-modal-info .sl-sku-filter-modal-product-name,
    .trade-modal-wrapper.trade-modal-visibleAnimation .trade-modal-container .trade-modal-body .sl-sku-filter-modal-content-box .sl-sku-filter-modal-content .sl-sku-filter-modal-item .sl-sku-filter-modal-skuAttr {
        -webkit-line-clamp: 1
    }

    .trade-modal-wrapper.trade-modal-visibleAnimation .trade-modal-container .trade-modal-body .sl-sku-filter-modal-content-box .sl-sku-filter-modal-content .sl-sku-filter-modal-item .sl-sku-filter-modal-price {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        left: 0;
        line-height: 18px;
        width: 100%
    }

    .trade-modal-wrapper.trade-modal-visibleAnimation .trade-modal-container .trade-modal-body .sl-sku-filter-modal-content-box .sl-sku-filter-modal-content .sl-sku-filter-modal-item .sl-sku-filter-modal-price .sl-sku-filter-modal-number {
        position: static
    }

    .trade-modal-wrapper.trade-modal-visibleAnimation .trade-modal-container .trade-modal-body .sl-sku-filter-modal-content-box .sl-sku-filter-modal-content .sl-sku-filter-modal-item .sl-sku-filter-modal-number {
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -webkit-align-items: center;
        align-items: center;
        bottom: 20px;
        color: #1e1e1e;
        display: block;
        font-size: 14px;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        line-height: 18px;
        margin-right: 20px;
        position: absolute;
        right: 0
    }

    .trade-modal-wrapper.trade-modal-visibleAnimation .trade-modal-container.trade-modal-container-empty {
        margin-top: -78px;
        min-height: 156px;
        position: absolute;
        top: 50%;
        width: 92%
    }

    .trade-modal-wrapper.trade-modal-visibleAnimation .trade-modal-container.trade-modal-container-empty .trade-modal-body {
        background: #fff;
        min-height: 156px;
        padding-bottom: 0
    }

    .trade-modal-wrapper.trade-modal-visibleAnimation .trade-modal-container.trade-modal-container-empty .trade-modal-body .sl-sku-filter-modal {
        padding-bottom: 24px
    }

    .trade-modal-wrapper.trade-modal-visibleAnimation .trade-modal-container.trade-modal-container-empty .sl-sku-filter-modal-btn-box {
        display: block;
        margin-top: 0;
        position: relative;
        text-align: center
    }

    .trade-modal-wrapper.trade-modal-visibleAnimation .trade-modal-container.trade-modal-container-empty .sl-sku-filter-modal-btn-box button {
        padding: 0 58px;
        width: auto
    }

    .sl-sku-filter-modal-btn-box {
        bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        float: none;
        position: absolute;
        width: 100%
    }

    .sl-sku-filter-modal-btn-box #sl-sku-filter-modal-btn-paypal,
    .sl-sku-filter-modal-btn-box button {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        margin: 0
    }
}

.discount-sale__free-shipping {
    background-color: rgba(71, 71, 69, 0.08);
    color: #000000;
    display: inline-block;
    line-height: 15px;
    padding: 4px 6px
}

.discount-sale__free-shipping>svg {
    vertical-align: bottom
}

.slot-cart-sale>* {
    margin-right: 8px;
    margin-top: 10px
}

.promotion-limited {
    color: #F04949;
    display: inline-block;
    font-weight: 700;
    margin-top: 6px
}

.trade-cart-sku-item-real-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.trade-cart-sku-item-real-price .trade-cart-sku-item-info-tag {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.trade_mini_cart .trade-cart-sku-item-real-price {
    word-break: break-word
}

@media screen and (max-width:999px) {
    .trade-cart-sku-item-real-price {
        word-break: break-word
    }
}

.trade_checkout_checkbox_wrapper {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.trade_checkout_checkbox {
    -webkit-font-feature-settings: "tnum";
    -moz-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    line-height: 1;
    list-style: none;
    margin-right: 4px;
    outline: none;
    padding: 0;
    position: relative;
    top: 5px;
    vertical-align: middle;
    white-space: nowrap
}

.trade_checkout_checkbox-text {
    word-break: break-word
}

.trade_checkout_checkbox.trade_checkout_checkbox-checked .trade_checkout_checkbox-inner {
    background-color: #000000;
    border-color: #000000;
}

.trade_checkout_checkbox-input {
    bottom: 0;
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.trade_checkout_checkbox.trade_checkout_checkbox-checked .trade_checkout_checkbox-inner {
    background: #000000 !important;
    border-color: #000000 !important;
}

.trade_checkout_checkbox.trade_checkout_checkbox-disabled {
    cursor: not-allowed
}

.trade_checkout_checkbox.trade_checkout_checkbox-disabled input {
    cursor: inherit
}

.trade_checkout_checkbox.trade_checkout_checkbox-disabled .trade_checkout_checkbox-inner {
    background: rgba(0, 0, 0, 0.1) !important;
    border-color: #E0E0D7 !important;
}

.trade_checkout_checkbox.trade_checkout_checkbox-disabled .trade_checkout_checkbox-inner:after {
    opacity: 0
}

.trade_checkout_checkbox-inner {
    background-color: #ffffff;
    border: 1px solid #E0E0D7;
    border-collapse: separate;
    border-radius: 2px;
    direction: ltr;
    display: block;
    height: 16px;
    left: 0;
    position: relative;
    top: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    width: 16px
}

.trade_checkout_checkbox-checked .trade_checkout_checkbox-inner:after {
    border: 2px solid #ffffff;
    border-left: 0;
    border-top: 0;
    content: " ";
    display: table;
    opacity: 1;
    position: absolute;
    -webkit-transform: rotate(45deg) scale(1) translate(-50%, -50%);
    -moz-transform: rotate(45deg) scale(1) translate(-50%, -50%);
    transform: rotate(45deg) scale(1) translate(-50%, -50%);
    -webkit-transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s;
    -moz-transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s;
    transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s
}

.trade_checkout_checkbox-inner:after {
    border: 2px solid #fff;
    border-left: 0;
    border-top: 0;
    content: " ";
    display: table;
    height: 9.14285714px;
    left: 22%;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg) scale(0) translate(-50%, -50%);
    -moz-transform: rotate(45deg) scale(0) translate(-50%, -50%);
    transform: rotate(45deg) scale(0) translate(-50%, -50%);
    -webkit-transition: all .1s cubic-bezier(.71, -.46, .88, .6), opacity .1s;
    -moz-transition: all .1s cubic-bezier(.71, -.46, .88, .6), opacity .1s;
    transition: all .1s cubic-bezier(.71, -.46, .88, .6), opacity .1s;
    width: 5.71428571px
}

.trade_checkout_checkbox.trade_checkout_checkbox-checked:after {
    background: #000000 !important;
    border-color: #000000 !important;
}

.trade_checkout_checkbox-checked:after {
    -webkit-animation: antCheckboxEffect .36s ease-in-out;
    -moz-animation: antCheckboxEffect .36s ease-in-out;
    animation: antCheckboxEffect .36s ease-in-out;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    border: 2px solid #ffffff;
    border-radius: 2px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%
}

@media(min-width:750px) {
    .product-item:hover .product-item-image-wrapper .product-item-next-image+.product-item-image {
        opacity: 0
    }

    .product-item:hover .product-item-image-wrapper .product-item-next-image {
        opacity: 1
    }
}

@-webkit-keyframes loading-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-moz-keyframes loading-spin {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.trade-cart-product-recommend-margin {
    margin-bottom: 60px;
    margin-top: 50px
}

.trade-cart-product-recommend-margin .product-recommend .swiper-slide {
    height: auto !important
}

.trade-cart-product-recommend-margin .product-recommend .product-section-title {
    text-align: left !important
}

.trade-cart-product-recommend-margin .product-recommend .product-list-title {
    -webkit-box-flex: 0;
    -webkit-box-ordinal-group: 1;
    -moz-box-flex: 0;
    -moz-box-ordinal-group: 1;
    -webkit-flex: none;
    flex: none;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    line-height: 100%;
    margin-bottom: 30px;
    -webkit-order: 0;
    order: 0;
    word-break: break-word
}

@media(max-width:749.98px) {
    .trade-cart-product-recommend-margin {
        margin-bottom: 16px;
        margin-top: 25px
    }
}

.product-item-title-color-change .product-item-title {
    -webkit-animation: lineHeight-change 1s linear infinite;
    -moz-animation: lineHeight-change 1s linear infinite;
    animation: lineHeight-change 1s linear infinite
}

@-webkit-keyframes lineHeight-change {
    0% {
        line-height: 1.6
    }

    to {
        line-height: 1.61
    }
}

@-moz-keyframes lineHeight-change {
    0% {
        line-height: 1.6
    }

    to {
        line-height: 1.61
    }
}

@keyframes lineHeight-change {
    0% {
        line-height: 1.6
    }

    to {
        line-height: 1.61
    }
}

.cart-amount-error-alert {
    background-color: rgba(240, 73, 73, .05);
    border-radius: 2px;
    color: #f04949;
    margin-bottom: 15px;
    padding: 12px;
    text-align: center
}

.cart-amount-error-alert.hide {
    display: none
}

#cart-select {
    right: 0;
    width: 440px
}

.trade_cart {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1420px;
    width: 90%
}

.trade_cart .main_wrapper {
    width: 63%
}

.trade_cart .sidebar {
    width: 30%
}

.cart__stick_container,
.miniCart__stick_container,
.miniCart__stick_container_fixed {
    background: #ffffff;
    border-top: 1px solid #E0E0D7;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 15px 20px;
    position: absolute;
    width: 100%;
    z-index: 9
}

.cart__stick_container .trade_money_desc_top,
.miniCart__stick_container .trade_money_desc_top,
.miniCart__stick_container_fixed .trade_money_desc_top {
    display: block
}

.cart__stick_container .trade_money_desc_bottom,
.miniCart__stick_container .trade_money_desc_bottom,
.miniCart__stick_container_fixed .trade_money_desc_bottom {
    display: none
}

.cart__stick_container .trade-shopping-money-desc,
.miniCart__stick_container .trade-shopping-money-desc,
.miniCart__stick_container_fixed .trade-shopping-money-desc {
    margin-top: 0
}

.cart__stick_container {
    position: fixed
}

.miniCart__stick_container_fixed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    max-height: -webkit-calc(100% - var(--drawer-header-height, 0) + 1px);
    max-height: -moz-calc(100% - var(--drawer-header-height, 0) + 1px);
    max-height: calc(100% - var(--drawer-header-height, 0) + 1px)
}

.cart-fold {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    background: rgba(0, 0, 0, .05);
    border-radius: 0 0 20px 20px;
    display: none;
    -webkit-justify-content: center;
    justify-content: center;
    left: 50%;
    padding: 0 14px 2px;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 42px
}

.cart-fold-open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

#cart-drawer {
    background-color: #ffffff !important;
    color: #000000;
}

#cart-drawer .drawer__title {
    color: #000000 !important;
}

#cart-drawer .drawer__header--fixed {
    height: auto
}

#cart-drawer .drawer__header--fixed,
#cart-drawer .drawer__main {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0
}

#cart-drawer .drawer__header--content {
    border-bottom-color: #E0E0D7 !important;
    padding: 20px 0
}

#cart-drawer .trade-cart-sku-list-module.has-promotion,
#cart-drawer .trade-cart-sku-list-module.inactive {
    border-top: none !important;
    padding-top: 20px
}

@media(max-width:959.98px) {
    .trade_cart {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        width: 100%
    }

    .trade_cart .main_wrapper,
    .trade_cart .sidebar {
        width: 100%
    }
}

@media(min-width:960px) {
    .trade-cart-checkout-module {
        background: rgba(0, 0, 0, .03);
        padding: 30px 30px 20px
    }
}

.trade-shopping-money-desc {
    color: #000000;
    margin-top: 15px;
    text-align: center
}

.trade_money_desc_bottom {
    margin-bottom: 15px
}

.trade_money_desc_top {
    display: none;
    margin-bottom: 15px
}

.trade-cart-continue-btn {
    background-color: transparent;
    border: none;
    color: #000000;
    margin: 0;
    outline: none;
    padding: 0
}

.trade-cart-continue-btn:hover {
    cursor: pointer
}

.trade-cart-non-empty-continue-btn {
    background: #ffffff !important;
    border-color: #474745 !important;
    color: #474745 !important;
    margin-top: 10px;
    width: 100%
}

#cart-select .top-drawer__container {
    background-color: #ffffff;
}

.trade_cart_empty_wrapper,
.trade_cart_not_empty_wrapper {
    padding: 20px
}

.trade_cart_empty_wrapper.hide,
.trade_cart_not_empty_wrapper.hide {
    display: none !important
}

#cart-select .trade_cart_not_empty_wrapper {
    overflow: auto
}

#cart-select .trade_mini_cart--close-btn {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -webkit-align-items: center;
    align-items: center;
    background-color: #ffffff !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 68px;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    position: relative;
    top: 0;
    width: 100%
}

@media(min-width:750px) {
    #cart-select .trade_mini_cart--close-btn {
        display: none
    }
}

#cart-select .trade_mini_cart--close-btn.hide {
    display: none !important
}

#cart-select .trade_mini_cart--close-btn-icon {
    margin-right: 20px
}

.trade-cart-checkout-error {
    color: #f04949;
    margin-top: 12px
}

.trade_mini_cart .trade_cart_not_empty_wrapper {
    padding-top: 0
}

.trade_mini_cart .mini-cart-title,
.trade_mini_cart .mini-cart-title .empty-cart-continue-btn {
    margin-top: 0
}

.trade-cart-paypal {
    position: relative;
    z-index: 0
}

[data-button_style=square] .trade-cart-paypal {
    border-radius: 0
}

[data-button_style=radius] .trade-cart-paypal {
    border-radius: 4px
}

[data-button_style=rounded] .trade-cart-paypal {
    border-radius: 46px
}

.product-item .product-item-sale-tag,
.product-item .product-item-soldout-tag {
    bottom: 0;
    left: 0;
    max-width: 100%;
    padding: 4px 12px;
    position: absolute;
    text-align: center;
    z-index: 1
}

.product-item__btn svg {
    fill: currentColor;
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    width: 20px
}

.product-item__btn svg path {
    fill: none;
    stroke: currentColor;
    stroke-miterlimit: 10;
    stroke-width: 4px
}

.product-item__btn.product-item__btn--loading {
    position: relative
}

.product-item__btn.product-item__btn--loading:before {
    -webkit-animation: loading-spin 1s linear infinite;
    -moz-animation: loading-spin 1s linear infinite;
    animation: loading-spin 1s linear infinite;
    border: 2px solid #ffffff;
    border-radius: 50%;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 50%;
    left: 50%;
    margin-left: -25%;
    margin-top: -25%;
    position: absolute;
    top: 50%;
    width: 50%
}

@media(max-width:749.98px) {
    .product-item__btn.product-item__btn--loading:before {
        border-width: 2px;
        height: 18px;
        margin-left: -9px;
        margin-top: -9px;
        width: 18px
    }
}

.product-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-style: normal;
    height: 100%;
    position: relative;
    text-decoration: none
}

.product-list-item-parent-controller.row {
    margin-top: calc(var(--sl-gutter-y)*-1)
}

@media(max-width:749.98px) {
    .product-list-item-parent-controller.row {
        --sl-gutter-y: 20px
    }
}

.product-list-single-grid .product-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-bottom: 0
}

.product-list-single-grid .product-item .product-item__wrapper {
    height: auto
}

.product-list-single-grid .product-item .product-item-image-wrapper {
    margin: calc(var(--product-grid-image-margin)/4);
    margin-right: 0;
    max-width: 200px;
    overflow: initial
}

@media(max-width:749.98px) {
    .product-list-single-grid .product-item .product-item-image-wrapper {
        max-width: 136px
    }
}

[data-edges=square] .product-list-single-grid .product-item .product-item-image-wrapper.rounded .product-item__image-content img {
    border-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

[data-edges=rounded] .product-list-single-grid .product-item .product-item-image-wrapper.rounded .product-item__image-content img {
    border-radius: 15px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.product-list-single-grid .product-item .product-item__image-content {
    margin: 0
}

.product-list-single-grid .product-item .product-item__image-content .product-item-image,
.product-list-single-grid .product-item .product-item__image-content .product-item-next-image {
    overflow: hidden
}

@media(max-width:749.98px) {

    .product-list-single-grid .product-item .product-item__image-content .product-item-sale-tag,
    .product-list-single-grid .product-item .product-item__image-content .product-item-soldout-tag {
        margin: 0
    }
}

.product-list-single-grid .product-item .product-item__image-content img {
    width: 200px
}

@media(max-width:749.98px) {
    .product-list-single-grid .product-item .product-item__image-content img {
        width: 136px
    }
}

.product-list-single-grid .product-item .product-item-info {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 55%;
    flex: 1 1 55%;
    padding-right: 0
}

@media(min-width:750px) {
    .product-list-single-grid .product-item .product-item-info {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }
}

@media(min-width:750px)and (max-width:1199.98px) {
    .product-list-single-grid .product-item .product-item-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -webkit-box-align: start;
        -moz-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-flex-direction: column;
        flex-direction: column
    }
}

.product-list-single-grid .product-item .product-item-info .product-item-title-wrapper {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.product-list-single-grid .product-item .product-item-info .product-item-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media(min-width:1200px) {
    .product-list-single-grid .product-item .product-item-info .product-item-price {
        -webkit-box-align: end;
        -moz-box-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end
    }
}

.product-list-single-grid .product-item .product-item-info .product-item-price span {
    margin-right: 0
}

.product-item:after {
    background-color: rgba(0, 0, 0, .03);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

[data-edges=square] .product-item:after {
    border-radius: 0
}

[data-edges=rounded] .product-item:after {
    border-radius: 15px
}

.product-item__wrapper {
    --product-grid-image-margin: 10%;
    height: 100%;
    position: relative
}

@media(min-width:750px) {
    .product-item__wrapper:hover .product-item__actions {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

.product-item__actions {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 1
}

@media(min-width:750px) {
    .product-item__actions {
        opacity: 0;
        -webkit-transform: translateY(5px);
        -moz-transform: translateY(5px);
        transform: translateY(5px);
        -webkit-transition: opacity .25s ease, -webkit-transform .25s ease-out;
        transition: opacity .25s ease, -webkit-transform .25s ease-out;
        -moz-transition: opacity .25s ease, transform .25s ease-out, -moz-transform .25s ease-out;
        transition: opacity .25s ease, transform .25s ease-out;
        transition: opacity .25s ease, transform .25s ease-out, -webkit-transform .25s ease-out, -moz-transform .25s ease-out
    }
}

@media(max-width:749.98px) {
    .product-item__actions button {
        margin: 0
    }
}

.product-item__btn {
    background: #474745;
    border-radius: 50% !important;
    color: #ffffff;
    display: block;
    margin: 0 0 5px;
    padding: 4px;
    -webkit-transition: -webkit-transform .1s ease-out;
    transition: -webkit-transform .1s ease-out;
    -moz-transition: transform .1s ease-out, -moz-transform .1s ease-out;
    transition: transform .1s ease-out;
    transition: transform .1s ease-out, -webkit-transform .1s ease-out, -moz-transform .1s ease-out
}

.product-item__btn.product-item__btn--loading svg {
    opacity: 0
}

@media(max-width:749.98px) {
    .product-item__btn.product-item__quick-view {
        display: none
    }
}

@media(min-width:750px) {
    .product-item__btn:hover {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        transform: scale(1.15)
    }
}

.product-item__btn svg {
    display: block;
    height: 22px;
    width: 22px
}

@media(max-width:749.98px) {
    .product-item__btn svg {
        height: 16px;
        width: 16px
    }

    .product-item {
        margin-bottom: 20px
    }

    .product-item .product-item-next-image {
        display: none
    }
}

@media(min-width:750px) {
    .product-item:hover .product-item-image-wrapper .product-item-next-image+.product-item-image {
        opacity: 0
    }

    .product-item:hover .product-item-image-wrapper .product-item-next-image {
        opacity: 1
    }
}

.product-item:hover .product-item-image-wrapper .product-item-btn-con {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

.product-item__image-content {
    margin: var(--product-grid-image-margin) var(--product-grid-image-margin) 0;
    position: relative
}

.product-item .product-item-image-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%
}

[data-edges=square] .product-item .product-item-image-wrapper.rounded {
    border-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

[data-edges=rounded] .product-item .product-item-image-wrapper.rounded {
    border-radius: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.product-item .product-item-image-wrapper .product-item-image {
    position: relative;
    -webkit-transition: opacity .1s ease;
    -moz-transition: opacity .1s ease;
    transition: opacity .1s ease
}

.product-item .product-item-image-wrapper .product-item-next-image {
    bottom: -1px;
    left: -1px;
    opacity: 0;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 100%
}

.product-item .product-item-sale-tag {
    background: #ba4444;
    color: #ffffff;
}

.product-item .product-item-soldout-tag {
    background: #ffffff;
    color: #000000;
}

@media(max-width:749.98px) {

    .product-item .product-item-sale-tag,
    .product-item .product-item-soldout-tag {
        padding: 3px 8px
    }

    .product-item .product-item-title.mobile-hide {
        display: none !important
    }
}

.product-item-info {
    margin: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[data-type_body_text_align=left] .product-item-info {
    text-align: left
}

[data-type_body_text_align=center] .product-item-info {
    text-align: center
}

[data-type_body_text_align=right] .product-item-info {
    text-align: right
}

@media(max-width:749.98px) {
    .product-item-info {
        margin: 12px
    }
}

.product-item-info .display-left {
    -webkit-box-pack: start !important;
    -moz-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important
}

.product-item-info .display-right {
    -webkit-box-pack: end !important;
    -moz-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important
}

.product-item-info .product-item-title {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    color: #000000;
    line-height: 1.6 !important;
    margin-block-end: 0;
    margin-block-start: 0;
    word-break: break-word
}

[data-type_product_grid_uppercase=true] .product-item-info .product-item-title {
    text-transform: uppercase
}

.product-item-info .product-item-title.display-1-row {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    padding-right: 4px;
    text-overflow: ellipsis
}

.product-item-info .product-item-title.display-2-row {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    padding-right: 4px;
    text-overflow: ellipsis
}

.product-item-info .product-item-sub-title {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    color: #000000;
    display: -webkit-box;
    font-size: 12px;
    letter-spacing: .2em;
    line-height: 1.6;
    margin: 6px 0;
    opacity: .5;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word
}

.product-item-info .product-item-sub-title.onelineShow {
    -webkit-line-clamp: 1
}

.product-item-info .product-item-sub-title.twolineShow {
    -webkit-line-clamp: 2
}

.product-item-info .product-item-price {
    color: #1C1D1D;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    margin-top: 6px
}

.product-item-info .product-item-price>span {
    margin-right: 10px
}

.product-item-info .product-item-price span.product-item-origin-price {
    text-decoration: line-through
}

@media(max-width:749.98px) {
    .product-item-info .product-item-price span.product-item-origin-price {
        font-size: 1.2em
    }
}

.product-item-info .product-item-price span.product-item-sale-price {
    font-weight: 700
}

.product-item-info .product-item-price span.product-item-save-price {
    color: #BA4444;
}

.product-item-info .product-item-price span.product-item-vip-price {
    margin-left: -8px;
    margin-right: 10px
}

.product-item-info .product-item-price span:only-child {
    margin-right: 0
}

.product-item-info .product-item-price span[data-product-item-price] {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex
}

.product-item-info .product-item-price span[data-product-item-price] sup {
    top: 0
}

@keyframes loading-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        -moz-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@media(min-width:750px) {

    .product-item__wrapper.pad:hover .product-item__actions,
    .product-list-main.pad:hover .product-item__actions {
        -webkit-transform: initial !important;
        -moz-transform: initial !important;
        transform: none !important
    }

    .product-item__wrapper.pad .product-item-image,
    .product-list-main.pad .product-item-image {
        opacity: 1 !important
    }

    .product-item__wrapper.pad .product-item-next-image,
    .product-list-main.pad .product-item-next-image {
        display: none !important
    }

    .product-item__wrapper.pad .product-item__actions,
    .product-list-main.pad .product-item__actions {
        opacity: 1 !important;
        -webkit-transform: initial;
        -moz-transform: initial;
        transform: none;
        -webkit-transition: initial;
        -moz-transition: initial;
        transition: initial
    }

    .product-item__wrapper.pad .product-item__actions .product-item__quick-add,
    .product-list-main.pad .product-item__actions .product-item__quick-add {
        display: block
    }

    .product-item__wrapper.pad .product-item__actions .product-item__quick-view,
    .product-list-main.pad .product-item__actions .product-item__quick-view {
        display: none
    }

    .product-list-main.pad .product-item__wrapper:hover .product-item__actions {
        -webkit-transform: initial !important;
        -moz-transform: initial !important;
        transform: none !important
    }
}

.drawer-menu-locale-currency {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    background-color: #ffffff;
    -webkit-flex-direction: column;
    flex-direction: column;
    max-height: 100vh;
    padding: 20px
}

.drawer-menu-locale-currency,
.drawer-menu-locale-currency .drawer-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 100%
}

.drawer-menu-locale-currency .drawer-header {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-bottom: 20px;
    padding-bottom: 15px
}

.drawer-menu-locale-currency .drawer-body,
.drawer-menu-locale-currency .drawer-header .drawer-btn-close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.drawer-menu-locale-currency .drawer-body {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    overflow: auto
}

.drawer-menu-locale-currency {
    margin: 0
}

.drawer-menu-locale-currency ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.drawer-menu-locale-currency li {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 36px
}

.drawer-menu-locale-currency li a {
    color: #000000;
}

.header-sticky-wrapper {
    position: relative;
    z-index: 121
}

.header-sticky-wrapper.is-sticky {
    z-index: 128
}

.header__main {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    width: 100%
}

.header__main .header-menu__slot {
    position: absolute;
    top: 100%;
    width: 100%
}

.header__wrapper {
    background-color: #F6F5F1;
}

.header-wrapper--sticky {
    position: absolute;
    width: 100%
}

.header__main--sticky {
    position: fixed;
    top: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    z-index: 128
}

@media screen and (min-width:700px)and (max-height:550px) {
    .header__main--sticky {
        position: static
    }
}

.stage-drawer-root-open-search .header__main--sticky {
    overflow-x: visible;
    overflow-y: visible;
    z-index: 128
}

.stage-drawer-root-open-search .header-sticky-wrapper {
    z-index: 129
}

.header__main--opening {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.165, .84, .44, 1);
    transition: -webkit-transform .4s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: transform .4s cubic-bezier(.165, .84, .44, 1), -moz-transform .4s cubic-bezier(.165, .84, .44, 1);
    transition: transform .4s cubic-bezier(.165, .84, .44, 1);
    transition: transform .4s cubic-bezier(.165, .84, .44, 1), -webkit-transform .4s cubic-bezier(.165, .84, .44, 1), -moz-transform .4s cubic-bezier(.165, .84, .44, 1)
}

.header__text-center {
    text-align: center
}

.header__layout {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%
}

.header__item,
.header__layout {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.header__item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto
}

.header__item--logo {
    z-index: 6
}

.header__item--left .desktop-site-nav {
    margin-left: -15px
}

.header__item--buttons {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.header__item--buttons .header__btn {
    margin-left: 16px
}

.header__item--buttons .header__btn .header__btn--close,
.header__item--buttons .header__btn.header__btn--on .header__btn--open {
    display: none
}

.header__item--buttons .header__btn.header__btn--on .header__btn--close {
    display: block
}

.header__item--buttons.header__btn--active .header__btn {
    display: none !important
}

.header__item--buttons.header__btn--active .header__btn.header__btn--on {
    display: block !important
}

.header__item--navigation .desktop-site-nav {
    margin-left: 12px
}

.header__item--navigation-center {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%
}

.header__item--navigation-center .desktop-site-nav {
    text-align: center
}

.header--is-light {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), to(transparent));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .6), transparent);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .6) 0, transparent);
    background: linear-gradient(180deg, rgba(0, 0, 0, .6), transparent);
    position: absolute;
    width: 100%
}

.header--is-light .header__main {
    border-top: none
}

.header--is-light.header__wrapper {
    background-color: unset
}

.header--is-light .header__btn--menu,
.header--is-light.header__wrapper a {
    color: #fff
}

.header__top {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    background-color: #0f0f0f;
    background-color: #f6f5f1;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.header__top .stage-announcement-bar {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -webkit-flex: 2;
    flex: 2
}

.header__top .toolbar {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.mini-cart__drawer-slot {
    bottom: 0;
    height: 0;
    position: absolute;
    right: 0;
    width: 440px;
    z-index: 8
}

.mini-cart__drawer-slot .mini-cart__drawer-container {
    float: right;
    position: relative;
    width: 440px
}

@media(max-width:749.98px) {
    .mini-cart__drawer-slot .mini-cart__drawer-container {
        bottom: 0;
        left: 0;
        position: absolute;
        width: 100%
    }
}

.header__layout--center-down .header__item--buttons,
.header__layout--center-down .header__item--left {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 250px;
    flex: 1 1 250px
}

@media(min-width:960px) {
    .header__layout--center-down .header__item--logo {
        margin: 0 20px
    }

    .header__layout--center-down .header__logo {
        text-align: center
    }
}

.header__layout--left-down .header__item--searchBar {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 475px;
    flex: 0 1 475px;
    margin-left: 10px
}

.header__layout--left-down .header__item--left {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto
}

.header__layout--left-down .header__item--left .header__logo {
    max-width: 200px
}

.header__layout--left-down .header__item--buttons {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 250px;
    flex: 1 1 250px
}

@media(max-width:749.98px) {
    .header__layout--left-down .header__item--left {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 1 200px;
        flex: 0 1 200px
    }
}

.header__layout--left-left .header__item--nav {
    padding: 0 30px
}

.header__layout--left-left .header__item--buttons {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 200px;
    flex: 1 1 200px
}

.header__layout--left-center .header__item--nav {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 20px
}

.header__layout--left-center .header__item--buttons {
    -webkit-flex-shrink: 1 !important;
    flex-shrink: 1 !important
}

.header__layout-container {
    position: relative;
    width: 100%
}

.header__layout-container .header__layout-background {
    position: relative
}

@media(max-width:749.98px) {
    .header__layout-container .header__layout .header__item--logo {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 1 200px;
        flex: 0 1 200px
    }

    .header__layout-container .header__layout .header__item--buttons {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 130px;
        flex: 0 0 130px
    }
}

.header__layout-container .header__nav-toggle {
    cursor: pointer;
    display: none;
    margin-right: 12px
}

.header__layout-container .header__nav-toggle .header__toggle-btn,
.header__layout-container .header__nav-toggle .header__toggle-btn:hover {
    color: #171717;
}

.header__layout-container .header__nav-toggle .header__toggle-on {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.header__layout-container .header__btn-search-mobile,
.header__layout-container .header__nav-toggle .header__toggle-off {
    display: none
}

.header__layout-container .header__nav-container {
    border-top: 1px solid rgba(23, 23, 23, 0.15);
}

.header__layout-container .header__search-mobile {
    display: none
}

@media(max-width:959.98px) {
    .header__layout-container .header__search-mobile {
        background-color: #F6F5F1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        padding-bottom: 20px
    }
}

.header__layout-container.show-nav .header__nav-toggle .header__toggle-on {
    display: none
}

.header__layout-container.show-nav .header__nav-toggle .header__toggle-off {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.is-sticky .header__layout-container .header__layout-background {
    background-color: #F6F5F1;
    position: relative;
    z-index: 2
}

@media(min-width:960px) {
    .is-sticky .header__layout-container .header__nav-toggle {
        display: block
    }
}

@media(max-width:959.98px) {
    .is-sticky .header__layout-container .header__btn-search-mobile {
        display: block
    }
}

.is-sticky .header__layout-container .header__nav-container {
    background-color: #F6F5F1;
    opacity: 0;
    position: absolute;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    width: 100%;
    z-index: 1
}

@media(max-width:959.98px) {
    .is-sticky .header__layout-container .header__search-mobile {
        display: none
    }
}

.is-sticky .header__layout-container.show-nav .header__nav-container {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

.header--is-light .header__layout-container .header__nav-container {
    border-top: 1px solid hsla(0, 0%, 100%, .15)
}

.header--is-light .header__layout-container .header__search-mobile {
    background-color: transparent
}

@media(min-width:750px) {

    .header__layout-container .header__layout--left-center .header__item--logo,
    .header__layout-container .header__layout--left-left .header__item--logo {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content
    }

    .header__layout-container .header__layout--left-center .header__item--buttons,
    .header__layout-container .header__layout--left-left .header__item--buttons {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        min-width: auto
    }
}

.locale-currency.is_dropdown {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: 100%;
    margin-left: 26px
}

.locale-currency.is_dropdown .dropdown__disclosure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 100%;
    position: relative
}

.locale-currency.is_dropdown button {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: none;
    border: none;
    color: currentColor;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    text-decoration: none;
    white-space: nowrap
}

.locale-currency.is_dropdown button span {
    color: currentColor
}

.locale-currency.is_dropdown .dropdown__list {
    background-color: #ffffff;
    bottom: auto;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    left: 50%;
    margin: 0;
    max-height: 60vh;
    opacity: 0;
    overflow-y: auto;
    padding: 10px 0;
    position: absolute;
    top: 100%;
    -webkit-transform: translateX(-50%) translate3d(0, -12px, 0);
    -moz-transform: translateX(-50%) translate3d(0, -12px, 0);
    transform: translateX(-50%) translate3d(0, -12px, 0);
    visibility: hidden;
    z-index: 130
}

.locale-currency.is_dropdown .dropdown__list ul {
    margin: 0;
    padding: 0
}

.locale-currency.is_dropdown .dropdown__list li {
    list-style: none;
    padding: 4px 15px;
    white-space: nowrap
}

.locale-currency.is_dropdown .dropdown__list li a {
    color: #000000;
    text-decoration: none
}

.locale-currency.is_dropdown .dropdown__list li span {
    border-bottom: 1px solid transparent;
    color: #000000;
    display: inline-block;
    white-space: nowrap
}

@media(max-width:749.98px) {
    .locale-currency.is_dropdown .dropdown__list li span {
        white-space: normal;
        word-break: break-word
    }
}

.locale-currency.is_dropdown .dropdown__list.is-selected .dropdown__list span {
    border-bottom: 1px solid
}

.locale-currency.is_dropdown .dropdown__list--visible {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateZ(0);
    -moz-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0);
    -webkit-transition: all .3s cubic-bezier(.2, .06, .05, .95);
    -moz-transition: all .3s cubic-bezier(.2, .06, .05, .95);
    transition: all .3s cubic-bezier(.2, .06, .05, .95);
    visibility: visible
}

.locale-currency.is_dropdown .dropdown__icon--arrow {
    margin-left: 4.5px
}

.locale-currency.is_dropdown[data-position=header] {
    color: #000000;
}

.locale-currency.is_dropdown[data-position=header]:last-of-type {
    margin-left: 20px
}

.locale-currency.is_dropdown[data-position=header]:last-of-type button {
    padding-right: 0
}

.locale-currency.is_dropdown[data-position=footer] {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    border: 1px solid #333230;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    margin: 0;
    padding: 5px 6px
}

.locale-currency.is_dropdown[data-position=footer] .dropdown__list {
    bottom: 100%;
    top: unset
}

@media(max-width:749.98px) {
    .locale-currency.is_dropdown[data-position=footer] .dropdown__list {
        max-width: 50vw;
        min-width: 100%;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }
}

.header--is-light .locale-currency[data-position=header] {
    color: #fff
}

.stage-drawer {
    -webkit-overflow-scrolling: touch;
    background-color: #ffffff;
    bottom: 0;
    color: #000;
    display: none;
    max-width: 95%;
    overflow: hidden;
    position: fixed;
    top: 0;
    -webkit-transition: -webkit-transform .25s cubic-bezier(.165, .84, .44, 1);
    transition: -webkit-transform .25s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: transform .25s cubic-bezier(.165, .84, .44, 1), -moz-transform .25s cubic-bezier(.165, .84, .44, 1);
    transition: transform .25s cubic-bezier(.165, .84, .44, 1);
    transition: transform .25s cubic-bezier(.165, .84, .44, 1), -webkit-transform .25s cubic-bezier(.165, .84, .44, 1), -moz-transform .25s cubic-bezier(.165, .84, .44, 1);
    width: 340px;
    z-index: 130
}

.stage-drawer.is-transitioning {
    display: block !important;
    visibility: visible !important
}

.stage-drawer .drawer--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.stage-drawer .drawer__header--fixed {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 70px;
    overflow: visible
}

.stage-drawer .drawer__main {
    -webkit-overflow-scrolling: touch;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    overflow-y: auto;
    padding-top: 15px
}

.stage-drawer .drawer__header--fixed,
.stage-drawer .drawer__main {
    padding-left: 15px;
    padding-right: 15px
}

.stage-drawer .drawer__header--content {
    border-bottom: 1px solid #E0E0D7;
    display: table;
    height: 100%;
    padding: 12px 0;
    width: 100%
}

.stage-drawer .drawer__close,
.stage-drawer .drawer__title {
    display: table-cell;
    vertical-align: middle
}

.stage-drawer .drawer__title {
    width: 100%
}

.stage-drawer .drawer__close {
    color: #000000;
    text-align: center;
    width: 1%
}

.stage-drawer .drawer__close button {
    padding-right: 8px
}

.stage-drawer .drawer__back {
    color: #000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 100%
}

.stage-drawer .drawer__back button {
    padding-left: 0
}

.stage-drawer .drawer__button {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 100%;
    padding: 0 15px;
    position: relative
}

.stage-drawer[data-position=right] {
    right: -340px
}

.stage-drawer[data-position=right].stage-drawer--is-open {
    -webkit-transform: translateX(-340px);
    -moz-transform: translateX(-340px);
    transform: translateX(-340px)
}

.stage-drawer[data-position=left] {
    left: -340px
}

.stage-drawer[data-position=left].stage-drawer--is-open {
    -webkit-transform: translateX(340px);
    -moz-transform: translateX(340px);
    transform: translateX(340px)
}

.stage-drawer--is-open {
    display: block;
    -webkit-transition-duration: .45s;
    -moz-transition-duration: .45s;
    transition-duration: .45s
}

.stage-drawer--is-open .stage-drawer__animation--appear {
    will-change: transform
}

.stage-drawer--is-open .stage-drawer__animation--appear,
.stage-drawer--is-open.stage-drawer-nested .stage-drawer-sub__animation--appear {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

@media(min-width:750px) {
    .stage-drawer {
        width: 400px
    }

    .stage-drawer .drawer__header--fixed {
        height: 80px
    }

    .stage-drawer .drawer__header--fixed,
    .stage-drawer .drawer__main {
        padding-left: 30px;
        padding-right: 30px
    }

    .stage-drawer[data-position=right] {
        right: -400px
    }

    .stage-drawer[data-position=right].stage-drawer--is-open {
        -webkit-transform: translateX(-400px);
        -moz-transform: translateX(-400px);
        transform: translateX(-400px)
    }

    .stage-drawer[data-position=left] {
        left: -400px
    }

    .stage-drawer[data-position=left].stage-drawer--is-open {
        -webkit-transform: translateX(400px);
        -moz-transform: translateX(400px);
        transform: translateX(400px)
    }

    .stage-drawer[data-cart] {
        width: 440px
    }

    .stage-drawer[data-cart][data-position=right] {
        right: -440px
    }

    .stage-drawer[data-cart][data-position=right].stage-drawer--is-open {
        -webkit-transform: translateX(-440px);
        -moz-transform: translateX(-440px);
        transform: translateX(-440px)
    }

    .stage-drawer[data-cart][data-position=left] {
        left: -440px
    }

    .stage-drawer[data-cart][data-position=left].stage-drawer--is-open {
        -webkit-transform: translateX(440px);
        -moz-transform: translateX(440px);
        transform: translateX(440px)
    }
}

.stage-drawer-root-closing:after,
.stage-drawer-root-open:after {
    background-color: #171717;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    z-index: 128
}

.stage-drawer-root-open {
    height: 100%;
    overflow: hidden
}

.stage-drawer-root-open:after {
    opacity: .6
}

.stage-drawer-sub__animation--appear,
.stage-drawer__animation--appear {
    opacity: 0;
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    transform: translateY(60px)
}

.stage-drawer-nested {
    max-width: 100%
}

@-webkit-keyframes stage-top-drawer-overlay-on {
    0% {
        opacity: 0;
        visibility: hidden
    }

    to {
        opacity: 1;
        visibility: visible
    }
}

@-moz-keyframes stage-top-drawer-overlay-on {
    0% {
        opacity: 0;
        visibility: hidden
    }

    to {
        opacity: 1;
        visibility: visible
    }
}

@keyframes stage-top-drawer-overlay-on {
    0% {
        opacity: 0;
        visibility: hidden
    }

    to {
        opacity: 1;
        visibility: visible
    }
}

@-webkit-keyframes stage-top-drawer-overlay-off {
    0% {
        opacity: 1;
        visibility: visible
    }

    to {
        opacity: 0;
        visibility: hidden
    }
}

@-moz-keyframes stage-top-drawer-overlay-off {
    0% {
        opacity: 1;
        visibility: visible
    }

    to {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes stage-top-drawer-overlay-off {
    0% {
        opacity: 1;
        visibility: visible
    }

    to {
        opacity: 0;
        visibility: hidden
    }
}

.stage-top-drawer {
    display: none;
    left: 0;
    max-height: 100vh;
    max-width: 100vw;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 200
}

.stage-top-drawer.top-drawer__shadow {
    -webkit-box-shadow: 0 10px 20px transparent;
    box-shadow: 0 10px 20px transparent;
    -webkit-transition: all .15s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .15s cubic-bezier(.165, .84, .44, 1);
    transition: all .15s cubic-bezier(.165, .84, .44, 1)
}

.stage-top-drawer.top-drawer--full {
    position: fixed
}

body[data-open_topDrawer] {
    overflow: hidden
}

.top-drawer__mask {
    background-color: #171717;
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    z-index: 1
}

.top-drawer__container,
.top-drawer__mask {
    -webkit-transition: all .3s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .3s cubic-bezier(.165, .84, .44, 1);
    transition: all .3s cubic-bezier(.165, .84, .44, 1);
    width: 100%
}

.top-drawer__container {
    background-color: #fff;
    max-height: 100%;
    overflow: auto;
    position: relative;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: -1
}

.top-drawer--open.stage-top-drawer.top-drawer__shadow {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    -webkit-transition: all .15s cubic-bezier(.165, .84, .44, 1) .15s;
    -moz-transition: all .15s cubic-bezier(.165, .84, .44, 1) .15s;
    transition: all .15s cubic-bezier(.165, .84, .44, 1) .15s
}

.top-drawer--open .top-drawer__mask {
    opacity: .6
}

.top-drawer--open .top-drawer__container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    z-index: 2
}

[data-dropdown]:not([data-platform=mobile]).is-open>[data-dropdown-list] {
    height: auto;
    opacity: 1
}

[data-dropdown]:not([data-platform=mobile]).is-open>[data-animation-type=SlipIn]>* {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

[data-dropdown]:not([data-platform=mobile]).is-close [data-dropdown-icon]:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

[data-dropdown]:not([data-platform=mobile]).is-close>[data-dropdown-list] {
    height: 0;
    opacity: 0
}

[data-dropdown]:not([data-platform=mobile]).is-close>[data-animation-type=SlipIn]>* {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    transform: translateY(40px)
}

[data-dropdown]:not([data-platform=mobile]) [data-dropdown-icon] {
    display: inline-block;
    height: 8px;
    position: relative;
    width: 8px
}

[data-dropdown]:not([data-platform=mobile]) [data-dropdown-icon]:after,
[data-dropdown]:not([data-platform=mobile]) [data-dropdown-icon]:before {
    background-color: currentColor;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -moz-transition: transform .3s, -moz-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s, -moz-transform .3s;
    width: 8px
}

[data-dropdown]:not([data-platform=mobile]) [data-dropdown-list] {
    overflow: hidden;
    -webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94), height .3s cubic-bezier(.25, .46, .45, .94);
    -moz-transition: opacity .3s cubic-bezier(.25, .46, .45, .94), height .3s cubic-bezier(.25, .46, .45, .94);
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94), height .3s cubic-bezier(.25, .46, .45, .94)
}

[data-dropdown]:not([data-platform=mobile]) [data-animation-type=SlipIn]>* {
    -webkit-transition: all .5s cubic-bezier(.25, .46, .45, .94);
    -moz-transition: all .5s cubic-bezier(.25, .46, .45, .94);
    transition: all .5s cubic-bezier(.25, .46, .45, .94)
}

@media(max-width:749.98px) {
    [data-dropdown][data-platform=mobile].is-open>[data-dropdown-list] {
        height: auto;
        opacity: 1
    }

    [data-dropdown][data-platform=mobile].is-open>[data-animation-type=SlipIn]>* {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    [data-dropdown][data-platform=mobile].is-close [data-dropdown-icon]:after {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -moz-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg)
    }

    [data-dropdown][data-platform=mobile].is-close>[data-dropdown-list] {
        height: 0;
        opacity: 0
    }

    [data-dropdown][data-platform=mobile].is-close>[data-animation-type=SlipIn]>* {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        transform: translateY(40px)
    }

    [data-dropdown][data-platform=mobile] [data-dropdown-icon] {
        display: inline-block;
        height: 8px;
        position: relative;
        width: 8px
    }

    [data-dropdown][data-platform=mobile] [data-dropdown-icon]:after,
    [data-dropdown][data-platform=mobile] [data-dropdown-icon]:before {
        background-color: currentColor;
        content: "";
        height: 1px;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -moz-transition: transform .3s, -moz-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s, -moz-transform .3s;
        width: 8px
    }

    [data-dropdown][data-platform=mobile] [data-dropdown-list] {
        overflow: hidden;
        -webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94), height .3s cubic-bezier(.25, .46, .45, .94);
        -moz-transition: opacity .3s cubic-bezier(.25, .46, .45, .94), height .3s cubic-bezier(.25, .46, .45, .94);
        transition: opacity .3s cubic-bezier(.25, .46, .45, .94), height .3s cubic-bezier(.25, .46, .45, .94)
    }

    [data-dropdown][data-platform=mobile] [data-animation-type=SlipIn]>* {
        -webkit-transition: all .5s cubic-bezier(.25, .46, .45, .94);
        -moz-transition: all .5s cubic-bezier(.25, .46, .45, .94);
        transition: all .5s cubic-bezier(.25, .46, .45, .94)
    }
}

[class*=color-scheme-]:not(.color-scheme-none) {
    position: relative;
    z-index: 1
}

.color-scheme-1 {
    background: var(--color-scheme-1-gradient);
    color: #BDB4A0;
}

.color-scheme-1 .btn,
.color-scheme-1 .btn.active,
.color-scheme-1 .btn.disabled,
.color-scheme-1 .btn:active,
.color-scheme-1 .btn:disabled,
.color-scheme-1 .btn:focus,
.color-scheme-1 .btn:hover {
    background-color: #BDB4A0;
    border-color: #BDB4A0;
    color: #1D1C1A;
}

[data-button-hover-animation="3"] .color-scheme-1 .btn-primary {
    border-color: #BDB4A0;
}

[data-button-hover-animation="3"] .color-scheme-1 .btn-primary:after {
    background-color: #BDB4A0;
}

[data-button-hover-animation="3"] .color-scheme-1 .btn-primary:hover {
    background-color: transparent;
    color: #BDB4A0;
}

[data-button-hover-animation="4"] .color-scheme-1 .btn-primary {
    background-color: #BDB4A0;
}

[data-button-hover-animation="4"] .color-scheme-1 .btn-primary:after {
    background-color: #1D1C1A;
}

[data-button-hover-animation="4"] .color-scheme-1 .btn-primary:hover {
    color: #BDB4A0;
}

.color-scheme-1 .btn-link:after,
.color-scheme-1 .sl-richtext a:after,
.color-scheme-1 .trade-cart-continue-btn:after,
.sl-richtext .color-scheme-1 a:after {
    background-color: #BDB4A0;
}

.color-scheme-2 {
    background: var(--color-scheme-2-gradient);
    color: #FFFFFF;
}

.color-scheme-2 .btn,
.color-scheme-2 .btn.active,
.color-scheme-2 .btn.disabled,
.color-scheme-2 .btn:active,
.color-scheme-2 .btn:disabled,
.color-scheme-2 .btn:focus,
.color-scheme-2 .btn:hover {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #7D6F51;
}

[data-button-hover-animation="3"] .color-scheme-2 .btn-primary {
    border-color: #FFFFFF;
}

[data-button-hover-animation="3"] .color-scheme-2 .btn-primary:after {
    background-color: #FFFFFF;
}

[data-button-hover-animation="3"] .color-scheme-2 .btn-primary:hover {
    background-color: transparent;
    color: #FFFFFF;
}

[data-button-hover-animation="4"] .color-scheme-2 .btn-primary {
    background-color: #FFFFFF;
}

[data-button-hover-animation="4"] .color-scheme-2 .btn-primary:after {
    background-color: #7D6F51;
}

[data-button-hover-animation="4"] .color-scheme-2 .btn-primary:hover {
    color: #FFFFFF;
}

.color-scheme-2 .btn-link:after,
.color-scheme-2 .sl-richtext a:after,
.color-scheme-2 .trade-cart-continue-btn:after,
.sl-richtext .color-scheme-2 a:after {
    background-color: #FFFFFF;
}

.color-scheme-3 {
    background: var(--color-scheme-3-gradient);
    color: #000000;
}

.color-scheme-3 .btn,
.color-scheme-3 .btn.active,
.color-scheme-3 .btn.disabled,
.color-scheme-3 .btn:active,
.color-scheme-3 .btn:disabled,
.color-scheme-3 .btn:focus,
.color-scheme-3 .btn:hover {
    background-color: #000000;
    border-color: #000000;
    color: #EDECE7;
}

[data-button-hover-animation="3"] .color-scheme-3 .btn-primary {
    border-color: #000000;
}

[data-button-hover-animation="3"] .color-scheme-3 .btn-primary:after {
    background-color: #000000;
}

[data-button-hover-animation="3"] .color-scheme-3 .btn-primary:hover {
    background-color: transparent;
    color: #000000;
}

[data-button-hover-animation="4"] .color-scheme-3 .btn-primary {
    background-color: #000000;
}

[data-button-hover-animation="4"] .color-scheme-3 .btn-primary:after {
    background-color: #EDECE7;
}

[data-button-hover-animation="4"] .color-scheme-3 .btn-primary:hover {
    color: #000000;
}

.color-scheme-3 .btn-link:after,
.color-scheme-3 .sl-richtext a:after,
.color-scheme-3 .trade-cart-continue-btn:after,
.sl-richtext .color-scheme-3 a:after {
    background-color: #000000;
}

.scheme-image {
    mix-blend-mode: multiply;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .15s;
    -moz-transition: opacity .15s;
    transition: opacity .15s
}

.scheme-image.lazyloaded {
    opacity: 1
}

.scheme-darken,
.scheme-image,
.scheme-swirl {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.scheme-swirl {
    background-image: url(https://img-preview.myshopline.com/image/shopline/bf9986c5dc134bc18d0d4276b6dffc23.svg);
    opacity: .12
}

.scheme-darken,
.scheme-darken:after {
    pointer-events: none;
    z-index: 1
}

.scheme-darken:after {
    background-color: rgba(0, 0, 0, .03);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.slot-cart {
    border: none;
    height: auto
}

.slot-cart-list-header>*,
.slot-mini-cart-list-header>* {
    margin-bottom: 20px
}

.slot-cart-item-info>* {
    margin-top: 10px
}

.slot-cart-item-end>* {
    margin-top: 16px
}

.slot-cart-price-end {
    margin-left: 4px
}

.slot-cart-price-end>:not(:first-child) {
    display: none
}

.slot-cart-num-editor-end {
    word-break: break-all
}

.slot-cart-num-editor-end>* {
    margin-top: 4px
}

.slot-cart-num-editor-end>:not(:first-child) {
    display: none
}

.template__cart .slot-cart-list-end>* {
    margin-top: 40px
}

[data-slot-mini-cart-list-end] {
    margin: 0 -20px;
    width: auto
}

[data-slot-mini-cart-list-end]>* {
    margin-top: 24px
}

.slot-cart-checkout-end>:not(:last-child) {
    margin-bottom: 15px
}

.slot-cart-checkout-end_top>* {
    margin-bottom: 0;
    margin-top: 15px
}

.slot-cart-calculation-end>* {
    margin-bottom: 15px
}

body,
html {
    background-color: #ffffff;
}

.back-top,
body,
html {
    color: #000000;
}

.back-top {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #ffffff;
    border: 1px solid #E0E0D7;
    border-radius: 50%;
    bottom: 100px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 60px;
    -webkit-justify-content: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 40px;
    width: 60px;
    z-index: 9999999
}

.back-top.show {
    opacity: .6;
    pointer-events: auto
}

.back-top.show:hover {
    opacity: 1
}

@media(max-width:749.98px) {
    .back-top {
        bottom: 48px;
        height: 40px;
        right: 12px;
        width: 40px
    }

    .back-top svg {
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        transform: scale(.7)
    }
}

body,
button,
input,
select,
textarea {
    -webkit-font-smoothing: antialiased;
    font-family: "Montserrat";
    font-size: 12px;
    letter-spacing: 0.025em;
    line-height: 1.6;
}

@media(min-width:750px) {

    body,
    button,
    input,
    select,
    textarea {
        font-size: 14px;
    }
}

.sl-richtext {
    word-break: normal
}

.sl-richtext a {
    color: inherit !important;
    display: inline-block;
    font-size: inherit !important
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

p {
    margin-bottom: 0;
    margin-top: 0
}

a,
a:hover {
    color: #000000;
    text-decoration: none
}

html {
    height: 100%
}

body,
html {
    width: 100%
}

body {
    margin: 0 auto;
    padding: 0;
    top: 0 !important
}

.visually-hidden {
    clip: rect(0, 0, 0, 0);
    height: 0;
    overflow: hidden;
    position: absolute;
    width: 0
}

.appear-delay-1 {
    -webkit-transition: opacity 1s cubic-bezier(.165, .84, .44, 1) .2s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .1s;
    transition: opacity 1s cubic-bezier(.165, .84, .44, 1) .2s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .1s;
    -moz-transition: transform 1s cubic-bezier(.165, .84, .44, 1) .1s, opacity 1s cubic-bezier(.165, .84, .44, 1) .2s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) .1s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) .1s, opacity 1s cubic-bezier(.165, .84, .44, 1) .2s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) .1s, opacity 1s cubic-bezier(.165, .84, .44, 1) .2s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .1s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) .1s
}

.appear-delay-2 {
    -webkit-transition: opacity 1s cubic-bezier(.165, .84, .44, 1) .32s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .22s;
    transition: opacity 1s cubic-bezier(.165, .84, .44, 1) .32s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .22s;
    -moz-transition: transform 1s cubic-bezier(.165, .84, .44, 1) .22s, opacity 1s cubic-bezier(.165, .84, .44, 1) .32s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) .22s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) .22s, opacity 1s cubic-bezier(.165, .84, .44, 1) .32s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) .22s, opacity 1s cubic-bezier(.165, .84, .44, 1) .32s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .22s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) .22s
}

.appear-delay-3 {
    -webkit-transition: opacity 1s cubic-bezier(.165, .84, .44, 1) .38s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .28s;
    transition: opacity 1s cubic-bezier(.165, .84, .44, 1) .38s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .28s;
    -moz-transition: transform 1s cubic-bezier(.165, .84, .44, 1) .28s, opacity 1s cubic-bezier(.165, .84, .44, 1) .38s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) .28s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) .28s, opacity 1s cubic-bezier(.165, .84, .44, 1) .38s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) .28s, opacity 1s cubic-bezier(.165, .84, .44, 1) .38s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .28s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) .28s
}

.appear-delay-4 {
    -webkit-transition: opacity 1s cubic-bezier(.165, .84, .44, 1) .44s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .34s;
    transition: opacity 1s cubic-bezier(.165, .84, .44, 1) .44s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .34s;
    -moz-transition: transform 1s cubic-bezier(.165, .84, .44, 1) .34s, opacity 1s cubic-bezier(.165, .84, .44, 1) .44s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) .34s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) .34s, opacity 1s cubic-bezier(.165, .84, .44, 1) .44s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) .34s, opacity 1s cubic-bezier(.165, .84, .44, 1) .44s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .34s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) .34s
}

.appear-delay-5 {
    -webkit-transition: opacity 1s cubic-bezier(.165, .84, .44, 1) .5s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .4s;
    transition: opacity 1s cubic-bezier(.165, .84, .44, 1) .5s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .4s;
    -moz-transition: transform 1s cubic-bezier(.165, .84, .44, 1) .4s, opacity 1s cubic-bezier(.165, .84, .44, 1) .5s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) .4s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) .4s, opacity 1s cubic-bezier(.165, .84, .44, 1) .5s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) .4s, opacity 1s cubic-bezier(.165, .84, .44, 1) .5s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .4s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) .4s
}

.appear-delay-6 {
    -webkit-transition: opacity 1s cubic-bezier(.165, .84, .44, 1) .56s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .46s;
    transition: opacity 1s cubic-bezier(.165, .84, .44, 1) .56s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .46s;
    -moz-transition: transform 1s cubic-bezier(.165, .84, .44, 1) .46s, opacity 1s cubic-bezier(.165, .84, .44, 1) .56s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) .46s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) .46s, opacity 1s cubic-bezier(.165, .84, .44, 1) .56s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) .46s, opacity 1s cubic-bezier(.165, .84, .44, 1) .56s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .46s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) .46s
}

.appear-delay-7 {
    -webkit-transition: opacity 1s cubic-bezier(.165, .84, .44, 1) .62s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .52s;
    transition: opacity 1s cubic-bezier(.165, .84, .44, 1) .62s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .52s;
    -moz-transition: transform 1s cubic-bezier(.165, .84, .44, 1) .52s, opacity 1s cubic-bezier(.165, .84, .44, 1) .62s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) .52s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) .52s, opacity 1s cubic-bezier(.165, .84, .44, 1) .62s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) .52s, opacity 1s cubic-bezier(.165, .84, .44, 1) .62s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .52s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) .52s
}

.appear-delay-8 {
    -webkit-transition: opacity 1s cubic-bezier(.165, .84, .44, 1) .68s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .58s;
    transition: opacity 1s cubic-bezier(.165, .84, .44, 1) .68s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .58s;
    -moz-transition: transform 1s cubic-bezier(.165, .84, .44, 1) .58s, opacity 1s cubic-bezier(.165, .84, .44, 1) .68s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) .58s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) .58s, opacity 1s cubic-bezier(.165, .84, .44, 1) .68s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) .58s, opacity 1s cubic-bezier(.165, .84, .44, 1) .68s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .58s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) .58s
}

.appear-delay-9 {
    -webkit-transition: opacity 1s cubic-bezier(.165, .84, .44, 1) .74s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .64s;
    transition: opacity 1s cubic-bezier(.165, .84, .44, 1) .74s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .64s;
    -moz-transition: transform 1s cubic-bezier(.165, .84, .44, 1) .64s, opacity 1s cubic-bezier(.165, .84, .44, 1) .74s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) .64s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) .64s, opacity 1s cubic-bezier(.165, .84, .44, 1) .74s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) .64s, opacity 1s cubic-bezier(.165, .84, .44, 1) .74s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .64s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) .64s
}

.appear-delay-10 {
    -webkit-transition: opacity 1s cubic-bezier(.165, .84, .44, 1) .8s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .7s;
    transition: opacity 1s cubic-bezier(.165, .84, .44, 1) .8s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .7s;
    -moz-transition: transform 1s cubic-bezier(.165, .84, .44, 1) .7s, opacity 1s cubic-bezier(.165, .84, .44, 1) .8s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) .7s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) .7s, opacity 1s cubic-bezier(.165, .84, .44, 1) .8s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) .7s, opacity 1s cubic-bezier(.165, .84, .44, 1) .8s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .7s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) .7s
}

.appear-delay-11 {
    -webkit-transition: opacity 1s cubic-bezier(.165, .84, .44, 1) .86s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .76s;
    transition: opacity 1s cubic-bezier(.165, .84, .44, 1) .86s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .76s;
    -moz-transition: transform 1s cubic-bezier(.165, .84, .44, 1) .76s, opacity 1s cubic-bezier(.165, .84, .44, 1) .86s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) .76s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) .76s, opacity 1s cubic-bezier(.165, .84, .44, 1) .86s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) .76s, opacity 1s cubic-bezier(.165, .84, .44, 1) .86s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .76s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) .76s
}

.appear-delay-12 {
    -webkit-transition: opacity 1s cubic-bezier(.165, .84, .44, 1) .92s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .82s;
    transition: opacity 1s cubic-bezier(.165, .84, .44, 1) .92s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .82s;
    -moz-transition: transform 1s cubic-bezier(.165, .84, .44, 1) .82s, opacity 1s cubic-bezier(.165, .84, .44, 1) .92s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) .82s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) .82s, opacity 1s cubic-bezier(.165, .84, .44, 1) .92s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) .82s, opacity 1s cubic-bezier(.165, .84, .44, 1) .92s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .82s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) .82s
}

.appear-delay-13 {
    -webkit-transition: opacity 1s cubic-bezier(.165, .84, .44, 1) .98s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .88s;
    transition: opacity 1s cubic-bezier(.165, .84, .44, 1) .98s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .88s;
    -moz-transition: transform 1s cubic-bezier(.165, .84, .44, 1) .88s, opacity 1s cubic-bezier(.165, .84, .44, 1) .98s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) .88s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) .88s, opacity 1s cubic-bezier(.165, .84, .44, 1) .98s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) .88s, opacity 1s cubic-bezier(.165, .84, .44, 1) .98s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .88s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) .88s
}

.appear-delay-14 {
    -webkit-transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 1.04s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .94s;
    transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 1.04s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .94s;
    -moz-transition: transform 1s cubic-bezier(.165, .84, .44, 1) .94s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.04s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) .94s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) .94s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.04s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) .94s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.04s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) .94s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) .94s
}

.appear-delay-15 {
    -webkit-transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 1.1s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1s;
    transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 1.1s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1s;
    -moz-transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.1s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 1s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.1s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.1s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 1s
}

.appear-delay-16 {
    -webkit-transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 1.16s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.06s;
    transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 1.16s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.06s;
    -moz-transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.06s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.16s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 1.06s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.06s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.16s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.06s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.16s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.06s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 1.06s
}

.appear-delay-17 {
    -webkit-transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 1.22s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.12s;
    transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 1.22s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.12s;
    -moz-transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.12s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.22s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 1.12s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.12s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.22s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.12s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.22s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.12s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 1.12s
}

.appear-delay-18 {
    -webkit-transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 1.28s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.18s;
    transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 1.28s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.18s;
    -moz-transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.18s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.28s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 1.18s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.18s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.28s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.18s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.28s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.18s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 1.18s
}

.appear-delay-19 {
    -webkit-transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 1.34s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.24s;
    transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 1.34s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.24s;
    -moz-transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.24s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.34s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 1.24s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.24s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.34s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.24s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.34s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.24s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 1.24s
}

.appear-delay-20 {
    -webkit-transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 1.4s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.3s;
    transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 1.4s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.3s;
    -moz-transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.3s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.4s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 1.3s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.3s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.4s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.3s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.4s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.3s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 1.3s
}

.appear-delay-21 {
    -webkit-transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 1.46s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.36s;
    transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 1.46s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.36s;
    -moz-transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.36s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.46s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 1.36s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.36s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.46s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.36s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.46s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.36s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 1.36s
}

.appear-delay-22 {
    -webkit-transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 1.52s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.42s;
    transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 1.52s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.42s;
    -moz-transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.42s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.52s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 1.42s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.42s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.52s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.42s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.52s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.42s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 1.42s
}

.appear-delay-23 {
    -webkit-transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 1.58s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.48s;
    transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 1.58s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.48s;
    -moz-transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.48s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.58s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 1.48s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.48s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.58s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.48s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.58s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.48s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 1.48s
}

.appear-delay-24 {
    -webkit-transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 1.64s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.54s;
    transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 1.64s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.54s;
    -moz-transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.54s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.64s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 1.54s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.54s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.64s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.54s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.64s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.54s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 1.54s
}

.appear-delay-25 {
    -webkit-transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 1.7s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.6s;
    transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 1.7s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.6s;
    -moz-transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.6s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.7s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 1.6s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.6s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.7s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.6s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.7s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.6s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 1.6s
}

.appear-delay-26 {
    -webkit-transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 1.76s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.66s;
    transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 1.76s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.66s;
    -moz-transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.66s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.76s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 1.66s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.66s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.76s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.66s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.76s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.66s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 1.66s
}

.appear-delay-27 {
    -webkit-transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 1.82s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.72s;
    transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 1.82s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.72s;
    -moz-transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.72s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.82s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 1.72s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.72s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.82s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.72s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.82s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.72s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 1.72s
}

.appear-delay-28 {
    -webkit-transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 1.88s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.78s;
    transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 1.88s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.78s;
    -moz-transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.78s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.88s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 1.78s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.78s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.88s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.78s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.88s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.78s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 1.78s
}

.appear-delay-29 {
    -webkit-transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 1.94s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.84s;
    transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 1.94s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.84s;
    -moz-transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.84s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.94s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 1.84s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.84s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.94s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.84s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1.94s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.84s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 1.84s
}

.appear-delay-30 {
    -webkit-transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 2s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.9s;
    transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 2s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.9s;
    -moz-transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.9s, opacity 1s cubic-bezier(.165, .84, .44, 1) 2s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 1.9s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.9s, opacity 1s cubic-bezier(.165, .84, .44, 1) 2s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.9s, opacity 1s cubic-bezier(.165, .84, .44, 1) 2s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.9s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 1.9s
}

.appear-delay-31 {
    -webkit-transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 2.06s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.96s;
    transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 2.06s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.96s;
    -moz-transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.96s, opacity 1s cubic-bezier(.165, .84, .44, 1) 2.06s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 1.96s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.96s, opacity 1s cubic-bezier(.165, .84, .44, 1) 2.06s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1.96s, opacity 1s cubic-bezier(.165, .84, .44, 1) 2.06s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1.96s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 1.96s
}

.appear-delay-32 {
    -webkit-transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 2.12s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 2.02s;
    transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 2.12s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 2.02s;
    -moz-transition: transform 1s cubic-bezier(.165, .84, .44, 1) 2.02s, opacity 1s cubic-bezier(.165, .84, .44, 1) 2.12s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 2.02s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 2.02s, opacity 1s cubic-bezier(.165, .84, .44, 1) 2.12s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 2.02s, opacity 1s cubic-bezier(.165, .84, .44, 1) 2.12s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 2.02s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 2.02s
}

.appear-delay-33 {
    -webkit-transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 2.18s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 2.08s;
    transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 2.18s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 2.08s;
    -moz-transition: transform 1s cubic-bezier(.165, .84, .44, 1) 2.08s, opacity 1s cubic-bezier(.165, .84, .44, 1) 2.18s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 2.08s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 2.08s, opacity 1s cubic-bezier(.165, .84, .44, 1) 2.18s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 2.08s, opacity 1s cubic-bezier(.165, .84, .44, 1) 2.18s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 2.08s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 2.08s
}

.appear-delay-34 {
    -webkit-transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 2.24s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 2.14s;
    transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 2.24s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 2.14s;
    -moz-transition: transform 1s cubic-bezier(.165, .84, .44, 1) 2.14s, opacity 1s cubic-bezier(.165, .84, .44, 1) 2.24s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 2.14s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 2.14s, opacity 1s cubic-bezier(.165, .84, .44, 1) 2.24s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 2.14s, opacity 1s cubic-bezier(.165, .84, .44, 1) 2.24s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 2.14s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 2.14s
}

.appear-delay-35 {
    -webkit-transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 2.3s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 2.2s;
    transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 2.3s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 2.2s;
    -moz-transition: transform 1s cubic-bezier(.165, .84, .44, 1) 2.2s, opacity 1s cubic-bezier(.165, .84, .44, 1) 2.3s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 2.2s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 2.2s, opacity 1s cubic-bezier(.165, .84, .44, 1) 2.3s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 2.2s, opacity 1s cubic-bezier(.165, .84, .44, 1) 2.3s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 2.2s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 2.2s
}

.appear-delay-36 {
    -webkit-transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 2.36s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 2.26s;
    transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 2.36s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 2.26s;
    -moz-transition: transform 1s cubic-bezier(.165, .84, .44, 1) 2.26s, opacity 1s cubic-bezier(.165, .84, .44, 1) 2.36s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 2.26s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 2.26s, opacity 1s cubic-bezier(.165, .84, .44, 1) 2.36s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 2.26s, opacity 1s cubic-bezier(.165, .84, .44, 1) 2.36s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 2.26s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 2.26s
}

.appear-delay-37 {
    -webkit-transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 2.42s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 2.32s;
    transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 2.42s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 2.32s;
    -moz-transition: transform 1s cubic-bezier(.165, .84, .44, 1) 2.32s, opacity 1s cubic-bezier(.165, .84, .44, 1) 2.42s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 2.32s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 2.32s, opacity 1s cubic-bezier(.165, .84, .44, 1) 2.42s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 2.32s, opacity 1s cubic-bezier(.165, .84, .44, 1) 2.42s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 2.32s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 2.32s
}

.appear-delay-38 {
    -webkit-transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 2.48s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 2.38s;
    transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 2.48s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 2.38s;
    -moz-transition: transform 1s cubic-bezier(.165, .84, .44, 1) 2.38s, opacity 1s cubic-bezier(.165, .84, .44, 1) 2.48s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 2.38s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 2.38s, opacity 1s cubic-bezier(.165, .84, .44, 1) 2.48s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 2.38s, opacity 1s cubic-bezier(.165, .84, .44, 1) 2.48s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 2.38s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 2.38s
}

.appear-delay-39 {
    -webkit-transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 2.54s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 2.44s;
    transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 2.54s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 2.44s;
    -moz-transition: transform 1s cubic-bezier(.165, .84, .44, 1) 2.44s, opacity 1s cubic-bezier(.165, .84, .44, 1) 2.54s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 2.44s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 2.44s, opacity 1s cubic-bezier(.165, .84, .44, 1) 2.54s;
    transition: transform 1s cubic-bezier(.165, .84, .44, 1) 2.44s, opacity 1s cubic-bezier(.165, .84, .44, 1) 2.54s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 2.44s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 2.44s
}

.rate .rate-default {
    color: rgba(0, 0, 0, 0.15) !important;
}

.global-image {
    height: 100%;
    position: relative;
    width: 100%
}

.global-image>img {
    background-color: #ffffff;
    border: none;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    opacity: 0;
    width: 100%
}

.global-image>img.lazyloaded {
    opacity: 1
}

.global-image>svg {
    background-color: #f3f3f3;
    display: block;
    height: 100%;
    width: 100%
}

.global-image.is-scale>img,
.global-image.is-scale>svg {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0
}

.global-hover:hover {
    opacity: .7
}

body,
html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0
}

body[data-pad=true],
html[data-pad=true] {
    -moz-user-focus: none;
    -webkit-user-select: none;
    -moz-user-select: none
}

.click {
    cursor: pointer
}

.index-section--gap,
.section-gap {
    margin-bottom: 40px;
    margin-top: 40px
}

[data-type_title_uppercase=true] .section-title {
    text-transform: uppercase
}

@media(min-width:750px) {

    .index-section--gap,
    .section-gap {
        margin-bottom: 80px;
        margin-top: 80px
    }

    .section--divider {
        padding-top: 80px
    }
}

.global-a-nested[href] {
    cursor: pointer
}

.parallax {
    height: 160%;
    position: relative;
    top: -30%;
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important
}

.collection-item {
    font-style: normal;
    margin-bottom: 20px;
    position: relative;
    text-decoration: none
}

.collection-item:hover .collection-item-image-wrapper {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    transform: translateY(-3px)
}

.collection-item:hover .collection-item-image-wrapper .collection-item-image {
    background-color: #fff
}

.collection-item .collection-item-image-wrapper {
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%
}

[data-edges=square] .collection-item .collection-item-image-wrapper {
    border-radius: 0
}

[data-edges=rounded] .collection-item .collection-item-image-wrapper {
    border-radius: 15px
}

.collection-item .collection-item-image-wrapper .collection-item-image {
    background: rgba(0, 0, 0, .03);
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease
}

.collection-item .collection-item-image-wrapper .collection-item-mask {
    background: #000;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.collection-item .collection-item-image-wrapper .collection-item-hover-mask {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.collection-item .collection-item-title {
    color: #fff;
    left: 50%;
    letter-spacing: .2em;
    max-width: -webkit-calc(100% - 60px);
    max-width: -moz-calc(100% - 60px);
    max-width: calc(100% - 60px);
    padding: 7px 15px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

[data-type_title_uppercase=true] .collection-item .collection-item-title {
    text-transform: uppercase
}

.collection-item .collection-item-title.collection-item-title-left_top {
    left: 30px;
    text-align: left;
    top: 20px;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0)
}

.collection-item .collection-item-title.collection-item-title-left_center {
    left: 30px;
    text-align: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}

.collection-item .collection-item-title.collection-item-title-left_bottom {
    bottom: 20px;
    left: 30px;
    text-align: left;
    top: auto;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0)
}

.collection-item .collection-item-title.collection-item-title-center_top {
    left: 50%;
    top: 20px;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    transform: translate(-50%)
}

.collection-item .collection-item-title.collection-item-title-center_bottom {
    bottom: 20px;
    left: 50%;
    top: auto;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    transform: translate(-50%)
}

.collection-item .collection-item-title.collection-item-title-right_top {
    left: auto;
    right: 30px;
    text-align: right;
    top: 20px;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0)
}

.collection-item .collection-item-title.collection-item-title-right_center {
    left: auto;
    right: 30px;
    text-align: right;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}

.collection-item .collection-item-title.collection-item-title-right_bottom {
    bottom: 20px;
    left: auto;
    right: 30px;
    text-align: right;
    top: auto;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0)
}

.collection-item .collection-item-title.with-bg {
    background: #ffffff;
    color: #000000;
}

.collection-item .collection-item-under-title {
    color: #000000;
    margin-top: 7px;
    text-align: center
}

[data-type_title_uppercase=true] .collection-item .collection-item-under-title {
    text-transform: uppercase
}

.collection-item .collection-item-under-title.collection-item-title-left_bottom,
.collection-item .collection-item-under-title.collection-item-title-left_center,
.collection-item .collection-item-under-title.collection-item-title-left_top {
    text-align: left
}

.collection-item .collection-item-under-title.collection-item-title-right_bottom,
.collection-item .collection-item-under-title.collection-item-title-right_center,
.collection-item .collection-item-under-title.collection-item-title-right_top {
    text-align: right
}

@media(max-width:749.98px) {
    .collection-item .collection-item-title {
        letter-spacing: .2em;
        padding: 7px
    }

    .collection-item .collection-item-under-title {
        margin-top: 5px
    }
}

.product-box-content-image,
.product-process-image {
    height: 100%;
    position: relative;
    width: 100%
}

.product-process-image {
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    background: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    opacity: .01;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.product-process-image img {
    height: 100%;
    -webkit-transition: height .4s ease;
    -moz-transition: height .4s ease;
    transition: height .4s ease;
    width: 100%
}

.product-process-image.placeholder-border {
    background-color: rgba(0, 0, 0, 0.05);
    background-image: url(https://img-preview.myshopline.com/image/shopline/c26ff1f3ccb24bd3b618a5c7416f2a24.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    height: 0;
    opacity: 1;
    padding-bottom: 100%
}

.product-process-image.fix-product-image-con {
    left: 0;
    position: absolute;
    top: 0
}

.colletionlist__title {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 40px;
    overflow: hidden;
    width: 100%
}

.colletionlist .colltionlist-btn {
    display: block;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    max-width: 50%
}

.colletionlist__cagetegory--noMargin .collection-item {
    margin-bottom: 0;
    padding: 0
}

.colletionlist__cagetegory .collection-item {
    margin-bottom: 22px
}

.colletionlist__cagetegory__item__nomargin {
    padding: 0
}

.colletionlist__cagetegory__item {
    overflow: hidden;
    position: relative
}

.colletionlist__cagetegory__item__labelhasbg {
    background-color: #fff;
    color: #000
}

.colletionlist__cagetegory__item__label,
.colletionlist__cagetegory__item__labelhasbg {
    font-size: 14px;
    left: 50%;
    letter-spacing: .2em;
    padding: 7px 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    z-index: 3
}

.colletionlist__cagetegory__item__label {
    color: #fff
}

.colletionlist__cagetegory__item__labelbottom {
    color: #000;
    font-size: 14px;
    height: 36px;
    letter-spacing: .2em;
    line-height: 22px;
    padding: 7px 0;
    white-space: nowrap;
    z-index: 3
}

.colletionlist__cagetegory__item__imageBox {
    overflow: hidden;
    position: relative
}

.colletionlist__cagetegory__item__imageBox:hover .colletionlist__cagetegory__item__imageBox__image {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -moz-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05)
}

.colletionlist__cagetegory__item__imageBox:after {
    background-color: rgba(0, 0, 0, .25);
    content: "";
    cursor: pointer;
    display: block;
    padding-bottom: 100%;
    position: relative;
    z-index: 2
}

.colletionlist__cagetegory__item__imageBox__image {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: 1
}

@media(max-width:749.98px) {
    .colletionlist {
        margin-bottom: 0
    }

    .colletionlist__title {
        margin-bottom: 30px;
        overflow: hidden
    }

    .colletionlist__cagetegory .collection-item {
        margin-bottom: 20px
    }

    .colletionlist__cagetegory .collection-item:nth-last-of-type(-n+1),
    .colletionlist__cagetegory .collection-item:nth-last-of-type(-n+2) {
        margin-bottom: 0
    }

    .colletionlist__cagetegory__item {
        margin-bottom: 22px
    }

    .colletionlist__cagetegory__item__label,
    .colletionlist__cagetegory__item__labelbottom,
    .colletionlist__cagetegory__item__labelhasbg {
        font-size: 12px
    }

    .colletionlist__cagetegory--noMargin .collection-item {
        margin-bottom: 0 !important;
        padding: 0
    }

    .touch_co_list_box {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-left: calc(var(--sl-gutter-x)*-1);
        margin-right: calc(var(--sl-gutter-x)*-1);
        overflow-x: auto;
        padding: 0 calc(var(--sl-gutter-x)*.5)
    }

    .touch_co_list_box .collection-item {
        width: 40%
    }

    .touch_co_list_box::-webkit-scrollbar {
        display: none
    }
}

.faq__collapse-title {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.faq__collapse-title.active .faq__collapse-icon {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0)
}

.faq__collapse-icon {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 10px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

.faq__collapse-wrap {
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity .5s cubic-bezier(.25, .46, .45, .94), height .35s cubic-bezier(.25, .46, .45, .94);
    -moz-transition: opacity .5s cubic-bezier(.25, .46, .45, .94), height .35s cubic-bezier(.25, .46, .45, .94);
    transition: opacity .5s cubic-bezier(.25, .46, .45, .94), height .35s cubic-bezier(.25, .46, .45, .94)
}

.faq__collapse-wrap.active {
    opacity: 1
}

.faq__collapse-wrap.active .faq__collapse-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

.faq__collapse-wrap .faq__collapse-content {
    margin-top: 12px;
    overflow: hidden;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
    transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
    -moz-transition: transform .3s cubic-bezier(.25, .46, .45, .94), -moz-transform .3s cubic-bezier(.25, .46, .45, .94);
    transition: transform .3s cubic-bezier(.25, .46, .45, .94);
    transition: transform .3s cubic-bezier(.25, .46, .45, .94), -webkit-transform .3s cubic-bezier(.25, .46, .45, .94), -moz-transform .3s cubic-bezier(.25, .46, .45, .94)
}

.faq__collapse-box {
    margin-top: 20px
}

.faq__content .faq__collapse-box:first-child {
    margin-top: 0
}

.faq__richtext {
    text-align: center
}

.faq__richtext.right {
    text-align: right
}

.faq__richtext.center {
    text-align: center
}

.faq__richtext.left {
    text-align: left
}

.faq__richtext-title {
    margin-top: 40px;
    overflow: hidden
}

.faq__richtext-title.title4 {
    text-align: unset
}

.faq__richtext-content {
    margin-bottom: 40px;
    margin-top: 15px
}

.faq__richtext-content.body3 {
    text-align: unset
}

.faq__wrapper .faq__title {
    margin-bottom: 55px;
    overflow: hidden;
    text-align: center
}

.faq__content {
    margin: 0 auto;
    max-width: 840px;
    overflow: hidden;
    white-space: normal
}

@media(max-width:749.98px) {
    .faq__wrapper .faq__title {
        margin-bottom: 30px;
        overflow: hidden
    }
}

.stage__featured__product--empty {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    overflow: hidden
}

.stage__featured__product--empty-image {
    -webkit-box-flex: 60%;
    -moz-box-flex: 60%;
    background-color: #f3f3f3;
    -webkit-flex: 60%;
    flex: 60%
}

.stage__featured__product--empty-image svg {
    height: 100%;
    width: 100%
}

.stage__featured__product--empty-text {
    -webkit-box-flex: 40%;
    -moz-box-flex: 40%;
    -webkit-flex: 40%;
    flex: 40%;
    padding-left: 66px
}

.stage__featured__product--empty-text>h2 {
    margin-bottom: 20px
}

.stage__featured__product__price {
    font-weight: 600
}

@media(max-width:749.98px) {
    .stage__featured__product--wrapped {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .stage__featured__product--empty {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center
    }

    .stage__featured__product--empty-image {
        -webkit-box-flex: 100%;
        -moz-box-flex: 100%;
        -webkit-flex: 100%;
        flex: 100%;
        padding-left: -20px;
        width: 100%
    }

    .stage__featured__product--empty-text {
        -webkit-align-self: flex-start;
        align-self: flex-start;
        margin-top: 22px;
        padding-left: var(--sl-gutter-x, .75rem);
        padding-right: var(--sl-gutter-x, .75rem);
        text-align: left
    }

    .stage__featured__product--empty-text .title3 {
        padding-bottom: 30px
    }
}

.stage-featured-collection img {
    width: 100%
}

.stage-featured-collection--title {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 40px;
    overflow: hidden
}

.stage-featured-collection--title-content {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.stage-featured-collection--btn {
    font-weight: 500;
    text-align: right
}

.stage-featured-collection--empty-product-item img {
    background-color: #f3f3f3
}

@media(max-width:749.98px) {
    .stage-featured-collection--title {
        margin-bottom: 30px;
        overflow: hidden
    }

    .stage-featured-collection--scroll-container {
        -webkit-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
        margin: 0 !important;
        margin-left: calc(var(--sl-gutter-x, .75rem)*-1) !important;
        margin-right: calc(var(--sl-gutter-x, .75rem)*-1) !important;
        overflow: hidden;
        overflow-x: scroll;
        padding: 0 !important
    }

    .stage-featured-collection--scroll-container .col {
        margin-right: 20px;
        padding: 0;
        width: 130px
    }

    .stage-featured-collection--scroll-container .col:first-child {
        margin-left: 20px
    }

    .stage-featured-collection--ratio-free img:not(.sl-img-loaded) {
        height: 130px !important
    }
}

.icon-list__title.title4 {
    margin-bottom: 40px
}

@media(max-width:749.98px) {
    .icon-list__title.title4 {
        margin-bottom: 30px
    }
}

.icon-list__wrapper {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.icon-list__item {
    -webkit-align-self: stretch;
    align-self: stretch
}

@media(max-width:749.98px) {
    .icon-list__item {
        margin-bottom: 20px
    }
}

.icon-list__link {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-align-items: center;
    align-items: center;
    background: rgba(0, 0, 0, .05);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 25px 30px;
    position: relative;
    width: 100%
}

.icon-list__link:after {
    background-color: transparent;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    transition: background .5s;
    width: 100%
}

.icon-list__link--text {
    cursor: default
}

.icon-list__link img {
    background-color: transparent;
    display: block;
    height: auto;
    opacity: 0;
    width: 100%
}

.icon-list__link img.lazyloaded {
    -webkit-animation: stage-fade-in 1s cubic-bezier(.26, .54, .32, 1) 0s forwards;
    -moz-animation: stage-fade-in 1s cubic-bezier(.26, .54, .32, 1) 0s forwards;
    animation: stage-fade-in 1s cubic-bezier(.26, .54, .32, 1) 0s forwards
}

.icon-list__empty-wraper {
    height: 100%;
    padding: 2px 0;
    width: 100%
}

.icon-list__empty-wraper>svg {
    height: 100%;
    width: 100%
}

.stage_promotion_grid_section {
    overflow: hidden
}

.stage_promotion_grid--container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.stage_promotion_grid--container .stage_promotion_grid--banner,
.stage_promotion_grid--container .stage_promotion_grid--banner-right,
.stage_promotion_grid--container .stage_promotion_grid--block-box {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.stage_promotion_grid--container .stage_promotion_grid--block-box {
    height: auto
}

.stage_promotion_grid--container .stage_promotion_grid--banner {
    overflow: hidden;
    padding: 20px 40px;
    position: relative;
    width: 100%
}

[data-edges=square] .stage_promotion_grid--container .stage_promotion_grid--banner {
    border-radius: 0
}

[data-edges=rounded] .stage_promotion_grid--container .stage_promotion_grid--banner {
    border-radius: 15px
}

.stage_promotion_grid--container .stage_promotion_grid--banner-image {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 200px;
    margin-right: 30px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 200px
}

.stage_promotion_grid--container .stage_promotion_grid--banner-right {
    -webkit-align-content: center;
    align-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -7.5px -10px
}

.stage_promotion_grid--container .stage_promotion_grid--banner-body,
.stage_promotion_grid--container .stage_promotion_grid--banner-title {
    text-align: center;
    word-break: break-word
}

.stage_promotion_grid--container .stage_promotion_grid--banner-body,
.stage_promotion_grid--container .stage_promotion_grid--banner-btn,
.stage_promotion_grid--container .stage_promotion_grid--banner-title {
    margin: 7.5px 10px
}

.stage_promotion_grid--container .stage_promotion_grid--sc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 100%;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    overflow: hidden;
    padding: 50px;
    position: relative;
    width: 100%
}

[data-edges=square] .stage_promotion_grid--container .stage_promotion_grid--sc {
    border-radius: 0
}

[data-edges=rounded] .stage_promotion_grid--container .stage_promotion_grid--sc {
    border-radius: 15px
}

.stage_promotion_grid--container .stage_promotion_grid--sc-left,
.stage_promotion_grid--container .stage_promotion_grid--sc-right {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.stage_promotion_grid--container .stage_promotion_grid--sc-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 20px;
    text-transform: uppercase;
    width: 31.2%
}

.stage_promotion_grid--container .stage_promotion_grid--sc-left>p {
    letter-spacing: .2em;
    text-align: center
}

.stage_promotion_grid--container .stage_promotion_grid--sc-left-middle {
    font-size: 54px;
    line-height: 1;
    max-width: 179px;
    white-space: nowrap
}

.stage_promotion_grid--container .stage_promotion_grid--sc-left-middle sup {
    font-size: 32px
}

.stage_promotion_grid--container .stage_promotion_grid--sc-left-middle small {
    display: inline;
    font-size: 14px;
    margin-left: -1.6em
}

.stage_promotion_grid--container .stage_promotion_grid--sc-left-full {
    width: 23.03%
}

.stage_promotion_grid--container .stage_promotion_grid--sc-middle-full {
    font-size: 80px
}

.stage_promotion_grid--container .stage_promotion_grid--sc-middle-full sup {
    font-size: 48px
}

.stage_promotion_grid--container .stage_promotion_grid--sc-middle-full small {
    font-size: 20px
}

.stage_promotion_grid--container .stage_promotion_grid--sc-left-narrow {
    width: 40.67%
}

.stage_promotion_grid--container .stage_promotion_grid--sc-right-content {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    max-height: 580px;
    width: 100%
}

.stage_promotion_grid--container .stage_promotion_grid--sc-right {
    width: 68.8%
}

.stage_promotion_grid--container .stage_promotion_grid--sc-right-item {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    height: 100%
}

.stage_promotion_grid--container .stage_promotion_grid--sc-right-img-wrapper {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.stage_promotion_grid--container .stage_promotion_grid--sc-right-img-wrapper img {
    bottom: 0;
    height: auto;
    max-height: 580px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.stage_promotion_grid--container .stage_promotion_grid--sc-right-placeholder-image {
    background-color: #ffffff;
    background-image: url(https://img-preview.myshopline.com/image/shopline/c26ff1f3ccb24bd3b618a5c7416f2a24.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    bottom: 0;
    max-height: 580px;
    position: absolute;
    top: 0;
    width: 100%
}

.stage_promotion_grid--container .stage_promotion_grid--sc-empty-img {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.stage_promotion_grid--container .stage_promotion_grid--sc-empty-img img {
    background: #f3f3f3
}

.stage_promotion_grid--container .stage_promotion_grid--sc-right-full {
    width: 76.97%
}

.stage_promotion_grid--container .stage_promotion_grid--sc-right-narrow {
    width: 59.33%
}

@media(max-width:749.98px) {
    .stage_promotion_grid--container .stage_promotion_grid--banner {
        padding: 20px
    }

    .stage_promotion_grid--container .stage_promotion_grid--banner-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        margin: -5px 0
    }

    .stage_promotion_grid--container .stage_promotion_grid--banner-body,
    .stage_promotion_grid--container .stage_promotion_grid--banner-btn,
    .stage_promotion_grid--container .stage_promotion_grid--banner-title {
        margin: 5px 0
    }

    .stage_promotion_grid--container .stage_promotion_grid--banner-image {
        height: 125px;
        margin-right: 20px;
        width: 125px
    }

    .stage_promotion_grid--container .stage_promotion_grid--block-box {
        -webkit-flex-basis: 100% !important;
        flex-basis: 100% !important
    }

    .stage_promotion_grid--container .stage_promotion_grid--sc {
        padding: 20px
    }

    .stage_promotion_grid--container .stage_promotion_grid--sc-left {
        width: 44.44%
    }

    .stage_promotion_grid--container .stage_promotion_grid--sc-left .body3 {
        font-size: 12px;
    }

    .stage_promotion_grid--container .stage_promotion_grid--sc-left-middle {
        font-size: 40px
    }

    .stage_promotion_grid--container .stage_promotion_grid--sc-left-middle sup {
        font-size: 24px
    }

    .stage_promotion_grid--container .stage_promotion_grid--sc-left-middle small {
        font-size: 12px
    }

    .stage_promotion_grid--container .stage_promotion_grid--sc-left-suffix {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column
    }

    .stage_promotion_grid--container .stage_promotion_grid--sc-left-suffix span:first-child {
        font-size: 24px;
        line-height: 24px
    }

    .stage_promotion_grid--container .stage_promotion_grid--sc-left-suffix span:last-child {
        font-size: 12px;
        line-height: 12px
    }

    .stage_promotion_grid--container .stage_promotion_grid--sc-right {
        width: 55.56%
    }
}

.richtext {
    padding-bottom: 60px;
    padding-top: 60px
}

.richtext__title {
    margin-bottom: 40px;
    overflow: hidden;
    text-align: center
}

.richtext__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.richtext__container__custompage,
.richtext__container__customtext {
    margin-top: 30px
}

.richtext__textcenter {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center
}

.richtext__textleft {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left
}

.richtext__textright {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -webkit-box-align: end;
    -moz-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right
}

.richtext__normal {
    max-width: 1420px
}

.richtext__smallwidth {
    max-width: 920px
}

.richtext__btn {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-align-items: center;
    align-items: center;
    display: inline-block;
    -webkit-justify-content: center;
    justify-content: center;
    letter-spacing: .3em;
    margin-top: 30px;
    padding: 11px 22px;
    text-decoration: none
}

.richtext__btn a {
    color: inherit;
    text-decoration: none
}

@media(max-width:749.98px) {
    .richtext {
        padding-bottom: 40px;
        padding-top: 40px
    }

    .richtext__textcenter {
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center
    }

    .richtext__textleft {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -webkit-box-align: start;
        -moz-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        text-align: left
    }

    .richtext__textright {
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -webkit-box-align: end;
        -moz-box-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        text-align: right
    }

    .richtext__title {
        margin-bottom: 30px;
        overflow: hidden;
        text-align: center;
        width: 100%
    }

    .richtext__normal {
        max-width: 100%
    }

    .richtext__btn {
        margin-top: 30px
    }
}

.newsletter {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
    padding-bottom: 75px;
    padding-top: 75px;
    position: relative;
    z-index: 3
}

.newsletter__backgroundMask {
    height: 100%;
    position: absolute;
    width: 100vw;
    z-index: -1
}

.newsletter__title {
    overflow: hidden
}

.newsletter__title h2 {
    text-align: center !important
}

.newsletter__desc {
    margin-top: 15px;
    text-align: center
}

.newsletter__btnGroup {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 43px;
    margin-top: 15px
}

.newsletter__input {
    background-color: #fff;
    border: 1px solid #E0E0D7;
    color: #000000;
    height: 100%;
    outline: none;
    padding: 8px 12px;
    width: 260px
}

.newsletter__input::-webkit-input-placeholder {
    color: currentColor
}

.newsletter__input::-moz-placeholder {
    color: currentColor
}

.newsletter__input::-ms-input-placeholder {
    color: currentColor
}

.newsletter__input::placeholder {
    color: currentColor
}

.newsletter__btn {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    cursor: pointer;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 1em;
    min-width: 90px;
    padding: 13px 22px
}

.newsletter__btn.mobile {
    display: none !important
}

.newsletter__btn svg {
    stroke: currentColor
}

@media(max-width:749.98px) {
    .newsletter {
        padding-bottom: 40px;
        padding-top: 40px
    }

    .newsletter__btnGroup,
    .newsletter__input {
        width: 100%
    }

    .newsletter__btn {
        display: none !important;
        width: 90px
    }

    .newsletter__btn.mobile {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: flex !important
    }
}

.stage-slideshow .hero {
    background-color: #1D1C1A;
}

.stage-slideshow .hero--hnatural {
    height: 500px
}

@media(max-width:749.98px) {
    .stage-slideshow .hero--hnatural {
        height: 500px
    }
}

.stage-slideshow .hero--h450px {
    height: 450px
}

@media(max-width:749.98px) {
    .stage-slideshow .hero--h450px {
        height: 292.5px
    }
}

.stage-slideshow .hero--h550px {
    height: 550px
}

@media(max-width:749.98px) {
    .stage-slideshow .hero--h550px {
        height: 357.5px
    }
}

.stage-slideshow .hero--h650px {
    height: 650px
}

@media(max-width:749.98px) {
    .stage-slideshow .hero--h650px {
        height: 422.5px
    }
}

.stage-slideshow .hero--h750px {
    height: 750px
}

@media(max-width:749.98px) {
    .stage-slideshow .hero--h750px {
        height: 487.5px
    }
}

.stage-slideshow .hero--h100vh {
    height: 100vh
}

.hero__image-wrapper {
    background-color: #1D1C1A;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.hero__image-wrapper:after {
    background-color: #000;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .1;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3
}

.hero__image,
.hero__image-wrapper .parallax-container {
    height: 100%;
    width: 100%
}

.hero__image {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    position: relative
}

.hero__text-wrap {
    height: 100%;
    position: relative
}

@media(min-width:750px) {
    .hero__text-wrap {
        margin: auto;
        max-width: 70%
    }
}

.hero__text-wrap .container {
    display: table;
    height: 100%;
    width: 100%
}

.hero__text-content {
    display: table-cell;
    padding: 45px 0;
    text-align: center;
    vertical-align: middle;
    z-index: 4
}

.hero__text-content .hero__link {
    font-size: 0;
    margin-bottom: -10px;
    margin-right: -10px;
    margin-top: 15px
}

@media(max-width:749.98px) {
    .hero__text-content .hero__link {
        margin-top: 7.5px
    }
}

.hero__text-content.horizontal-left {
    text-align: left
}

.hero__text-content.horizontal-center {
    text-align: center
}

.hero__text-content.horizontal-right {
    text-align: right
}

.hero__text-content.vertical-center {
    vertical-align: middle
}

.hero__text-content.vertical-bottom {
    vertical-align: bottom
}

.hero__text-content.vertical-top {
    vertical-align: top
}

.hero__text-shadow {
    display: inline-block;
    position: relative
}

.stage-slideshow .hero .is-selected .hero__text-shadow:before {
    background: -webkit-radial-gradient(rgba(0, 0, 0, .2) 0, transparent 60%);
    background: -moz-radial-gradient(rgba(0, 0, 0, .2) 0, transparent 60%);
    background: radial-gradient(rgba(0, 0, 0, .2) 0, transparent 60%);
    bottom: 0;
    content: "";
    left: 0;
    margin: -100px -200px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: auto
}

.hero__top-subtitle {
    color: #fff;
    letter-spacing: .3em;
    margin-bottom: 5px;
    text-transform: uppercase
}

.hero__title {
    color: #fff
}

.hero__title.is-uppercase {
    text-transform: uppercase
}

.hero__subtitle {
    color: #fff;
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
    vertical-align: middle
}

.hero__link .btn-lg {
    margin-bottom: 10px;
    margin-right: 15px;
    text-decoration: none
}

.hero__link .btn--inverse {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff
}

.hero__link .btn--inverse:after {
    display: none !important
}

.hero__link .btn--inverse:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.stage-slideshow .hero.swiper-container-horizontal .swiper-pagination-bullets {
    bottom: 20px;
    line-height: 1
}

.stage-slideshow .hero.swiper-container-horizontal .swiper-pagination-bullet {
    background-color: #fff;
    height: 6px;
    margin: 0 5px;
    opacity: .4;
    vertical-align: middle;
    width: 6px
}

.stage-slideshow .hero.swiper-container-horizontal .swiper-pagination-bullet:hover {
    cursor: pointer;
    opacity: .6
}

.stage-slideshow .hero.swiper-container-horizontal .swiper-pagination-bullet-active {
    background-color: #fff;
    height: 9px;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    width: 9px
}

.stage-slideshow .hero.swiper-container-horizontal .swiper-pagination--bars {
    bottom: 0;
    height: 6px;
    line-height: 6px
}

.stage-slideshow .hero.swiper-container-horizontal .swiper-pagination--bars .swiper-pagination-bullet {
    background: none;
    border: 0;
    border-radius: 0;
    height: 6px;
    opacity: 1;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    width: 120px
}

.stage-slideshow .hero.swiper-container-horizontal .swiper-pagination--bars .swiper-pagination-bullet:after,
.stage-slideshow .hero.swiper-container-horizontal .swiper-pagination--bars .swiper-pagination-bullet:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%
}

.stage-slideshow .hero.swiper-container-horizontal .swiper-pagination--bars .swiper-pagination-bullet:before {
    opacity: .4
}

.stage-slideshow .hero.swiper-container-horizontal .swiper-pagination--bars .swiper-pagination-bullet:after {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

@media(max-width:749.98px) {
    .stage-slideshow .hero.swiper-container-horizontal .swiper-pagination--bars .swiper-pagination-bullet {
        width: 45px
    }
}

.stage-slideshow .hero.swiper-container-horizontal .swiper-pagination--bars .swiper-pagination-bullet-active:after {
    -webkit-animation: stage-slideshowBars 0s linear forwards;
    -moz-animation: stage-slideshowBars 0s linear forwards;
    animation: stage-slideshowBars 0s linear forwards
}

.stage-slideshow .hero .placeholder-svg {
    background-color: #f3f3f3;
    display: block;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    padding: 30px 0;
    width: 100%
}

@media(max-width:749.98px) {
    .stage-slideshow .hero--mobile-250px {
        height: 250px
    }

    .stage-slideshow .hero--mobile-300px {
        height: 300px
    }

    .stage-slideshow .hero--mobile-400px {
        height: 400px
    }

    .stage-slideshow .hero--mobile-500px {
        height: 500px
    }

    .stage-slideshow .hero--mobile-100vh {
        height: 100vh
    }
}

@media(min-width:750px) {
    .stage-slideshow .slideshow-wrapper.is-natural {
        padding-top: 50%;
        position: relative
    }

    .stage-slideshow .slideshow-wrapper.is-natural .hero {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
}

@media(max-width:749.98px) {
    .stage-slideshow .slideshow-wrapper.is-natural-mobile {
        padding-top: 500px;
        position: relative
    }

    .stage-slideshow .slideshow-wrapper.is-natural-mobile .hero {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.stage-slideshow .flickity-viewport {
    position: relative
}

.stage-slideshow .flickity-slider {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%
}

.stage-slideshow .flickity-slider>* {
    pointer-events: none;
    z-index: 0
}

.stage-slideshow .flickity-slider>.is-selected {
    pointer-events: auto;
    z-index: 1
}

.stage-slideshow .flickity-button {
    background-color: #fff;
    border-radius: 50%;
    bottom: -20px;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    color: #000;
    height: 40px;
    position: absolute;
    top: auto;
    width: 40px;
    z-index: 2
}

.stage-slideshow .flickity-button:hover {
    cursor: pointer;
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    transform: scale(1.12)
}

.stage-slideshow .flickity-button:active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
}

.flickity-button__icon {
    font-size: 12px;
    height: 30%;
    left: 35%;
    position: absolute;
    top: 35%;
    width: 30%
}

.stage-slideshow .flickity-button--prev {
    right: 90px
}

.stage-slideshow .flickity-button--prev .flickity-button__icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media(max-width:749.98px) {
    .stage-slideshow .flickity-button--prev {
        right: 60px
    }
}

.stage-slideshow .flickity-button--next {
    right: 40px
}

@media(max-width:749.98px) {
    .stage-slideshow .flickity-button--next {
        right: 20px
    }

    .stage-slideshow .flickity-button {
        bottom: -16px;
        height: 33px;
        width: 33px
    }
}

.stage-slideshow .placeholder-noblocks {
    padding: 40px;
    text-align: center
}

.slideshow__transition--simple {
    position: relative
}

.slideshow__transition--simple .slideshow__slide {
    height: 100%;
    position: absolute !important;
    width: 100%
}

.slideshow__transition--simple .slideshow__slide .animation-cropper {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    opacity: 0
}

.slideshow__transition--simple .slideshow__slide .animation-contents {
    opacity: 0;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.slideshow__transition--simple .slideshow__slide .hero__image-wrapper {
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    transform: translateX(200px)
}

.slideshow__transition--simple .slideshow__slide .hero__image-wrapper,
.slideshow__transition--simple .slideshow__slide .hero__link .btn-lg {
    opacity: 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.slideshow__transition--simple .hero:not(.hero--static) .slideshow__slide.is-selected .animation-cropper {
    opacity: 1
}

.slideshow__transition--simple .hero:not(.hero--static) .slideshow__slide.is-selected .animation-contents {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

.slideshow__transition--simple .hero:not(.hero--static) .slideshow__slide.is-selected .hero__image-wrapper {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .7s ease, -webkit-transform .7s ease;
    transition: opacity .7s ease, -webkit-transform .7s ease;
    -moz-transition: transform .7s ease, opacity .7s ease, -moz-transform .7s ease;
    transition: transform .7s ease, opacity .7s ease;
    transition: transform .7s ease, opacity .7s ease, -webkit-transform .7s ease, -moz-transform .7s ease
}

.slideshow__transition--simple .hero:not(.hero--static) .slideshow__slide.is-selected .hero__top-subtitle .animation-contents {
    -webkit-animation: 1s cubic-bezier(.26, .54, .32, 1) .7s forwards;
    -moz-animation: 1s cubic-bezier(.26, .54, .32, 1) .7s forwards;
    animation: 1s cubic-bezier(.26, .54, .32, 1) .7s forwards;
    -webkit-animation-name: stage-rise-up;
    -moz-animation-name: stage-rise-up;
    animation-name: stage-rise-up
}

.slideshow__transition--simple .hero:not(.hero--static) .slideshow__slide.is-selected .hero__title .animation-contents {
    -webkit-animation: .8s cubic-bezier(.26, .54, .32, 1) .3s forwards;
    -moz-animation: .8s cubic-bezier(.26, .54, .32, 1) .3s forwards;
    animation: .8s cubic-bezier(.26, .54, .32, 1) .3s forwards;
    -webkit-animation-name: stage-rise-up;
    -moz-animation-name: stage-rise-up;
    animation-name: stage-rise-up
}

.slideshow__transition--simple .hero:not(.hero--static) .slideshow__slide.is-selected .hero__subtitle .animation-contents {
    -webkit-animation: 1s cubic-bezier(.26, .54, .32, 1) .7s forwards;
    -moz-animation: 1s cubic-bezier(.26, .54, .32, 1) .7s forwards;
    animation: 1s cubic-bezier(.26, .54, .32, 1) .7s forwards;
    -webkit-animation-name: stage-rise-up;
    -moz-animation-name: stage-rise-up;
    animation-name: stage-rise-up
}

.slideshow__transition--simple .hero:not(.hero--static) .slideshow__slide.is-selected .hero__link .btn-lg {
    -webkit-animation: stage-fade-in 2s ease 1.3s forwards;
    -moz-animation: stage-fade-in 2s ease 1.3s forwards;
    animation: stage-fade-in 2s ease 1.3s forwards
}

.slideshow__transition--simple .hero:not(.hero--static) .slideshow__slide.is-selected .hero__link .btn-lg:nth-child(2) {
    -webkit-animation: stage-fade-in 2s ease 1.6s forwards;
    -moz-animation: stage-fade-in 2s ease 1.6s forwards;
    animation: stage-fade-in 2s ease 1.6s forwards
}

.slideshow__transition--simple .hero:not(.hero--static) .slideshow__slide.is-animate-out .animation-cropper {
    opacity: 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.slideshow__transition--simple .hero:not(.hero--static) .slideshow__slide.is-animate-out .hero__image-wrapper {
    opacity: 0;
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    transform: translateX(-200px);
    -webkit-transition: opacity .5s ease-in .05s, -webkit-transform .5s ease-in .05s;
    transition: opacity .5s ease-in .05s, -webkit-transform .5s ease-in .05s;
    -moz-transition: transform .5s ease-in .05s, opacity .5s ease-in .05s, -moz-transform .5s ease-in .05s;
    transition: transform .5s ease-in .05s, opacity .5s ease-in .05s;
    transition: transform .5s ease-in .05s, opacity .5s ease-in .05s, -webkit-transform .5s ease-in .05s, -moz-transform .5s ease-in .05s
}

.slideshow__transition--simple .hero:not(.hero--static) .slideshow__slide.is-animate-out .hero__link {
    opacity: 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.slideshow__transition--simple .hero--static .slideshow__slide--index0 .animation-cropper {
    opacity: 1
}

.slideshow__transition--simple .hero--static .slideshow__slide--index0 .animation-contents {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

.slideshow__transition--simple .hero--static .slideshow__slide--index0 .hero__image-wrapper {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .7s ease, -webkit-transform .7s ease;
    transition: opacity .7s ease, -webkit-transform .7s ease;
    -moz-transition: transform .7s ease, opacity .7s ease, -moz-transform .7s ease;
    transition: transform .7s ease, opacity .7s ease;
    transition: transform .7s ease, opacity .7s ease, -webkit-transform .7s ease, -moz-transform .7s ease
}

.slideshow__transition--simple .hero--static .slideshow__slide--index0 .hero__top-subtitle .animation-contents {
    -webkit-animation: 1s cubic-bezier(.26, .54, .32, 1) .7s forwards;
    -moz-animation: 1s cubic-bezier(.26, .54, .32, 1) .7s forwards;
    animation: 1s cubic-bezier(.26, .54, .32, 1) .7s forwards;
    -webkit-animation-name: stage-rise-up;
    -moz-animation-name: stage-rise-up;
    animation-name: stage-rise-up
}

.slideshow__transition--simple .hero--static .slideshow__slide--index0 .hero__title .animation-contents {
    -webkit-animation: .8s cubic-bezier(.26, .54, .32, 1) .3s forwards;
    -moz-animation: .8s cubic-bezier(.26, .54, .32, 1) .3s forwards;
    animation: .8s cubic-bezier(.26, .54, .32, 1) .3s forwards;
    -webkit-animation-name: stage-rise-up;
    -moz-animation-name: stage-rise-up;
    animation-name: stage-rise-up
}

.slideshow__transition--simple .hero--static .slideshow__slide--index0 .hero__subtitle .animation-contents {
    -webkit-animation: 1s cubic-bezier(.26, .54, .32, 1) .7s forwards;
    -moz-animation: 1s cubic-bezier(.26, .54, .32, 1) .7s forwards;
    animation: 1s cubic-bezier(.26, .54, .32, 1) .7s forwards;
    -webkit-animation-name: stage-rise-up;
    -moz-animation-name: stage-rise-up;
    animation-name: stage-rise-up
}

.slideshow__transition--simple .hero--static .slideshow__slide--index0 .hero__link .btn-lg {
    -webkit-animation: stage-fade-in 2s ease 1.3s forwards;
    -moz-animation: stage-fade-in 2s ease 1.3s forwards;
    animation: stage-fade-in 2s ease 1.3s forwards
}

.slideshow__transition--simple .hero--static .slideshow__slide--index0 .hero__link .btn-lg:nth-child(2) {
    -webkit-animation: stage-fade-in 2s ease 1.6s forwards;
    -moz-animation: stage-fade-in 2s ease 1.6s forwards;
    animation: stage-fade-in 2s ease 1.6s forwards
}

.slideshow__transition--simple .hero--static .slideshow__slide.is-selected .animation-contents {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

.slideshow__transition--simple .hero--static .slideshow__slide.is-selected .animation-contents,
.slideshow__transition--simple .hero--static .slideshow__slide.is-selected .hero__image-wrapper {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: 0;
    -moz-animation-iteration-count: 0;
    animation-iteration-count: 0;
    opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.slideshow__transition--simple .hero--static .slideshow__slide.is-selected .hero__image-wrapper {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0)
}

.slideshow__transition--simple .hero--static .slideshow__slide.is-selected .hero__link .btn-lg {
    opacity: 1
}

.slideshow__transition--simple .hero--static .slideshow__slide.is-selected .hero__link .btn-lg,
.slideshow__transition--simple .hero--static .slideshow__slide.is-selected .hero__link .btn-lg:nth-child(2) {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: 0;
    -moz-animation-iteration-count: 0;
    animation-iteration-count: 0
}

.slideshow__transition--slide {
    position: relative
}

.slideshow__transition--slide .slideshow-wrapper {
    overflow: hidden
}

@-webkit-keyframes stage-slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-moz-keyframes stage-slide-in {
    0% {
        opacity: 0;
        -moz-transform: translate(0);
        transform: translate(0)
    }

    to {
        opacity: 1;
        -moz-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes stage-slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        transform: translate(0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes stage-slide-title-right {
    0% {
        -webkit-transform: translate(-70%);
        transform: translate(-70%)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-moz-keyframes stage-slide-title-right {
    0% {
        -moz-transform: translate(-70%);
        transform: translate(-70%)
    }

    to {
        -moz-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes stage-slide-title-right {
    0% {
        -webkit-transform: translate(-70%);
        -moz-transform: translate(-70%);
        transform: translate(-70%)
    }

    to {
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes stage-slide-to-right {
    0% {
        opacity: 0;
        -webkit-transform: translate(-10%);
        transform: translate(-10%)
    }

    40% {
        opacity: 0;
        -webkit-transform: translate(-10%);
        transform: translate(-10%)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-moz-keyframes stage-slide-to-right {
    0% {
        opacity: 0;
        -moz-transform: translate(-10%);
        transform: translate(-10%)
    }

    40% {
        opacity: 0;
        -moz-transform: translate(-10%);
        transform: translate(-10%)
    }

    to {
        opacity: 1;
        -moz-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes stage-slide-to-right {
    0% {
        opacity: 0;
        -webkit-transform: translate(-10%);
        -moz-transform: translate(-10%);
        transform: translate(-10%)
    }

    40% {
        opacity: 0;
        -webkit-transform: translate(-10%);
        -moz-transform: translate(-10%);
        transform: translate(-10%)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        transform: translate(0)
    }
}

.slideshow__transition--slide .hero--static .slideshow__slide--index0 .hero__title .animation-contents {
    -webkit-animation: 1s cubic-bezier(.26, .54, .32, 1) .1s forwards;
    -moz-animation: 1s cubic-bezier(.26, .54, .32, 1) .1s forwards;
    animation: 1s cubic-bezier(.26, .54, .32, 1) .1s forwards;
    -webkit-animation-name: stage-slide-title-right;
    -moz-animation-name: stage-slide-title-right;
    animation-name: stage-slide-title-right
}

.slideshow__transition--slide .hero--static .slideshow__slide--index0 .hero__subtitle .animation-contents {
    -webkit-animation: 1s cubic-bezier(.26, .54, .32, 1) .1s forwards;
    -moz-animation: 1s cubic-bezier(.26, .54, .32, 1) .1s forwards;
    animation: 1s cubic-bezier(.26, .54, .32, 1) .1s forwards;
    -webkit-animation-name: stage-slide-in;
    -moz-animation-name: stage-slide-in;
    animation-name: stage-slide-in
}

.slideshow__transition--slide .hero--static .slideshow__slide--index0 .hero__link {
    -webkit-animation: 1s cubic-bezier(.26, .54, .32, 1) .3s forwards;
    -moz-animation: 1s cubic-bezier(.26, .54, .32, 1) .3s forwards;
    animation: 1s cubic-bezier(.26, .54, .32, 1) .3s forwards;
    -webkit-animation-name: stage-slide-to-right;
    -moz-animation-name: stage-slide-to-right;
    animation-name: stage-slide-to-right
}

.slideshow__transition--slide .hero--static .slideshow__slide--index0 .hero__link .btn-lg,
.slideshow__transition--slide .hero--static .slideshow__slide--index0 .hero__link .btn-lg:nth-child(2) {
    -webkit-animation: unset;
    -moz-animation: unset;
    animation: unset
}

.slideshow__transition--slide .hero--static .slideshow__slide--index0 .hero__image-wrapper {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0)
}

.slideshow__transition--slide .flickity-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    overflow: visible
}

.slideshow__transition--slide .slideshow__slide {
    position: relative !important
}

.slideshow__transition--slide .slideshow__slide .hero__text-wrap {
    overflow: hidden
}

.slideshow__transition--slide .slideshow__slide .hero__link {
    opacity: 0
}

.slideshow__transition--slide .slideshow__slide.is-selected .hero__title .animation-contents {
    -webkit-animation: 1s cubic-bezier(.26, .54, .32, 1) .1s forwards;
    -moz-animation: 1s cubic-bezier(.26, .54, .32, 1) .1s forwards;
    animation: 1s cubic-bezier(.26, .54, .32, 1) .1s forwards;
    -webkit-animation-name: stage-slide-title-right;
    -moz-animation-name: stage-slide-title-right;
    animation-name: stage-slide-title-right
}

.slideshow__transition--slide .slideshow__slide.is-selected .hero__subtitle .animation-contents {
    -webkit-animation: 1s cubic-bezier(.26, .54, .32, 1) .1s forwards;
    -moz-animation: 1s cubic-bezier(.26, .54, .32, 1) .1s forwards;
    animation: 1s cubic-bezier(.26, .54, .32, 1) .1s forwards;
    -webkit-animation-name: stage-slide-in;
    -moz-animation-name: stage-slide-in;
    animation-name: stage-slide-in
}

.slideshow__transition--slide .slideshow__slide.is-selected .hero__link {
    -webkit-animation: 1s cubic-bezier(.26, .54, .32, 1) .3s forwards;
    -moz-animation: 1s cubic-bezier(.26, .54, .32, 1) .3s forwards;
    animation: 1s cubic-bezier(.26, .54, .32, 1) .3s forwards;
    -webkit-animation-name: stage-slide-to-right;
    -moz-animation-name: stage-slide-to-right;
    animation-name: stage-slide-to-right
}

.slideshow__transition--slide .slideshow__slide.is-selected .hero__link .btn-lg,
.slideshow__transition--slide .slideshow__slide.is-selected .hero__link .btn-lg:nth-child(2) {
    -webkit-animation: unset;
    -moz-animation: unset;
    animation: unset
}

.slideshow__transition--slide .swiper-slide {
    overflow: hidden
}

.slideshow__transition--slide .hero-transition .hero__image-wrapper {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -moz-transition: transform 1s, -moz-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s, -moz-transform 1s
}

.slideshow__transition--slide .swiper-slide .hero__image-wrapper {
    -webkit-transform: translate3d(50%, 0, 0);
    -moz-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0)
}

.slideshow__transition--slide .swiper-slide.is-selected .hero__image-wrapper {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0)
}

.slideshow__transition--slide .swiper-slide.is-selected~.swiper-slide .hero__image-wrapper {
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
}

.slideshow__transition--scale {
    position: relative
}

@-webkit-keyframes stage-scale-in {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.18);
        transform: scale(1.18)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes stage-scale-in {
    0% {
        opacity: 0;
        -moz-transform: scale(1.18);
        transform: scale(1.18)
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes stage-scale-in {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.18);
        -moz-transform: scale(1.18);
        transform: scale(1.18)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

.slideshow__transition--scale .flickity-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    overflow: visible
}

.slideshow__transition--scale .slideshow__slide {
    position: relative !important
}

.slideshow__transition--scale .slideshow__slide .hero__image-wrapper,
.slideshow__transition--scale .slideshow__slide .hero__text-wrap {
    overflow: hidden
}

.slideshow__transition--scale .slideshow__slide .hero__image-wrapper:after {
    z-index: auto
}

.slideshow__transition--scale .hero--static .slideshow__slide--index0 .hero__image {
    -webkit-animation: 1.5s cubic-bezier(.26, .54, .32, 1) 0s forwards;
    -moz-animation: 1.5s cubic-bezier(.26, .54, .32, 1) 0s forwards;
    animation: 1.5s cubic-bezier(.26, .54, .32, 1) 0s forwards;
    -webkit-animation-name: stage-scale-in;
    -moz-animation-name: stage-scale-in;
    animation-name: stage-scale-in
}

.slideshow__transition--scale .hero__link .btn-lg {
    opacity: 0;
    -webkit-transition: opacity .7s ease 1.3s;
    -moz-transition: opacity .7s ease 1.3s;
    transition: opacity .7s ease 1.3s
}

.slideshow__transition--scale .hero__link .btn-lg:nth-child(2) {
    -webkit-transition: opacity .4s ease 1.6s;
    -moz-transition: opacity .4s ease 1.6s;
    transition: opacity .4s ease 1.6s
}

.slideshow__transition--scale .animation-contents {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    transform: translateY(120%)
}

.slideshow__transition--scale .hero__top-subtitle .animation-contents {
    -webkit-transition: all 1s cubic-bezier(.26, .54, .32, 1) .7s;
    -moz-transition: all 1s cubic-bezier(.26, .54, .32, 1) .7s;
    transition: all 1s cubic-bezier(.26, .54, .32, 1) .7s
}

.slideshow__transition--scale .hero__title .animation-contents {
    -webkit-transition: all .8s cubic-bezier(.26, .54, .32, 1) .3s;
    -moz-transition: all .8s cubic-bezier(.26, .54, .32, 1) .3s;
    transition: all .8s cubic-bezier(.26, .54, .32, 1) .3s
}

.slideshow__transition--scale .hero__subtitle .animation-contents {
    -webkit-transition: all 1s cubic-bezier(.26, .54, .32, 1) .7s;
    -moz-transition: all 1s cubic-bezier(.26, .54, .32, 1) .7s;
    transition: all 1s cubic-bezier(.26, .54, .32, 1) .7s
}

.slideshow__transition--scale .slideshow__slide:not(.is-selected) .animation-cropper,
.slideshow__transition--scale .slideshow__slide:not(.is-selected) .hero__link {
    opacity: 0
}

.slideshow__transition--scale .slideshow__slide.is-selected .hero__image {
    -webkit-animation: 1.5s cubic-bezier(.26, .54, .32, 1) 0s forwards;
    -moz-animation: 1.5s cubic-bezier(.26, .54, .32, 1) 0s forwards;
    animation: 1.5s cubic-bezier(.26, .54, .32, 1) 0s forwards;
    -webkit-animation-name: stage-scale-in;
    -moz-animation-name: stage-scale-in;
    animation-name: stage-scale-in
}

.slideshow__transition--scale .slideshow__slide.is-selected .animation-contents {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

.slideshow__transition--scale .slideshow__slide.is-selected .hero__link .btn-lg {
    opacity: 1
}

.rate {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0
}

.rate__item {
    overflow: hidden;
    position: relative
}

.rate__item+.rate__item {
    margin-left: .15em
}

.rate__icon {
    color: currentColor;
    opacity: .15
}

.rate__icon,
.rate__icon>svg {
    display: block;
    height: 1em;
    width: 1em
}

.rate__decimal {
    color: currentColor;
    height: 100%;
    left: 0;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.testimonials__title {
    text-align: center
}

.testimonials__placeholder-noblocks {
    padding-top: 40px;
    text-align: center
}

.testimonials__container {
    position: relative
}

.testimonials__container.is-small-size .testimonial__author>div,
.testimonials__container.is-small-size .testimonial__desc>div {
    font-size: .9em
}

.testimonials__container.is-large-size .testimonial__author>div,
.testimonials__container.is-large-size .testimonial__desc>div {
    font-size: 1.1em
}

.testimonials__swiper-wrapper {
    padding: 0 20px
}

@media(max-width:749.98px) {
    .testimonials__swiper-wrapper {
        margin: 0;
        padding: 0;
        width: 100%
    }
}

.testimonials__swiper-box {
    overflow: hidden;
    width: 100%
}

.testimonials__swiper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

@media(max-width:749.98px) {
    .testimonials__swiper {
        margin: 0
    }
}

.testimonials__slide {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    overflow: hidden;
    width: 100%
}

.testimonial__avatar {
    height: 140px;
    margin: 80px auto 32px;
    overflow: hidden;
    width: 140px
}

@media(max-width:749.98px) {
    .testimonial__avatar {
        margin-top: 40px
    }
}

.testimonial__avatar--rounded {
    border-radius: 50%
}

.testimonial__avatar--rounded-rect {
    border-radius: 6px
}

.testimonial__rate {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    font-size: 16px;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 16px;
    width: 100%
}

.testimonial__desc {
    margin-bottom: 16px;
    padding: 0 120px;
    text-align: center;
    word-break: break-word
}

@media(max-width:749.98px) {
    .testimonial__desc {
        padding: 0
    }
}

.testimonial__author {
    color: rgba(0, 0, 0, 0.6);
    padding: 0 120px;
    text-align: center
}

@media(max-width:749.98px) {
    .testimonial__author {
        padding: 0
    }
}

.testimonials .testimonial--side-left .testimonial__avatar {
    margin-left: 120px
}

.testimonials .testimonial--side-left .testimonial__rate {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0 120px
}

.testimonials .testimonial--side-left .testimonial__author,
.testimonials .testimonial--side-left .testimonial__desc {
    text-align: left
}

.testimonials .testimonials__title--left {
    padding-left: 140px;
    text-align: left
}

@media(max-width:749.98px) {
    .testimonials .testimonials__title--left {
        padding-left: 0
    }

    .testimonials .testimonial--side-left .testimonial__avatar {
        margin-left: 0
    }

    .testimonials .testimonial--side-left .testimonial__rate {
        padding: 0
    }
}

.testimonials__pagination {
    font-size: 0;
    margin: 80px auto 0;
    overflow: hidden;
    text-align: center;
    white-space: nowrap
}

@media(max-width:749.98px) {
    .testimonials__pagination {
        margin-top: 40px
    }
}

.testimonials__pagination .swiper-pagination-bullet {
    background-color: #474745;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    height: 6px;
    margin: 0 5px;
    opacity: .4;
    transition: all 2s;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    vertical-align: middle;
    width: 6px
}

.testimonials__pagination .swiper-pagination-bullet:hover {
    cursor: pointer;
    opacity: .6
}

.testimonials__pagination .swiper-pagination-bullet.is-active {
    opacity: 1;
    width: 24px
}

.testimonials__pagination .swiper-pagination-bullet.is-next,
.testimonials__pagination .swiper-pagination-bullet.is-prev {
    -webkit-transform: scale(.66);
    -moz-transform: scale(.66);
    transform: scale(.66)
}

.testimonials__arrow {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-align-items: center;
    align-items: center;
    background: none;
    border: none;
    color: #000000;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 38px;
    -webkit-justify-content: center;
    justify-content: center;
    outline: none;
    position: absolute;
    top: -webkit-calc(50% - 30px);
    top: -moz-calc(50% - 30px);
    top: calc(50% - 30px)
}

.testimonials__arrow:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1)
}

.testimonials__arrow.swiper-button-lock {
    display: none !important
}

.testimonials__arrow.is-disabled {
    cursor: not-allowed
}

.testimonials__arrow.is-disabled:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none
}

.testimonials__arrow.is-disabled>svg {
    opacity: .3
}

.testimonials__arrow--left {
    left: 60px
}

.testimonials__arrow--left>svg {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.testimonials__arrow--right {
    right: 60px
}

.text-columns-with-images-item {
    font-size: 0;
    margin-bottom: 22px
}

.text-columns-with-images-item:last-child {
    margin-right: 0
}

.text-columns-with-images-item--left {
    text-align: left
}

.text-columns-with-images-item--center {
    text-align: center
}

.text-columns-with-images-item--right {
    text-align: right
}

.text-columns-with-images-item {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
    -moz-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
}

.text-columns-with-images-item.come-into-view {
    -webkit-animation: column-fade-in .45s ease;
    -moz-animation: column-fade-in .45s ease;
    animation: column-fade-in .45s ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.text-columns-with-images-item:hover .text-columns-with-images-item__image img,
.text-columns-with-images-item:hover .text-columns-with-images-item__image svg {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2)
}

.text-columns-with-images-item__image {
    background: #ffffff;
    display: inline-block;
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.text-columns-with-images-item__image img,
.text-columns-with-images-item__image svg {
    -webkit-transition: -webkit-transform 8s cubic-bezier(.25, .46, .45, .94);
    transition: -webkit-transform 8s cubic-bezier(.25, .46, .45, .94);
    -moz-transition: transform 8s cubic-bezier(.25, .46, .45, .94), -moz-transform 8s cubic-bezier(.25, .46, .45, .94);
    transition: transform 8s cubic-bezier(.25, .46, .45, .94);
    transition: transform 8s cubic-bezier(.25, .46, .45, .94), -webkit-transform 8s cubic-bezier(.25, .46, .45, .94), -moz-transform 8s cubic-bezier(.25, .46, .45, .94)
}

.text-columns-with-images-item__image svg {
    background-color: #f3f3f3;
    height: auto;
    vertical-align: top;
    width: 100%
}

.text-columns-with-images-item__link {
    display: block;
    height: 100%;
    position: relative;
    width: 100%
}

.text-columns-with-images-item__link img {
    left: 0;
    min-height: 1px;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.text-columns-with-images-item__link .lazyloaded {
    -webkit-animation: stage-fade-in 1s cubic-bezier(.26, .54, .32, 1) 0s forwards;
    -moz-animation: stage-fade-in 1s cubic-bezier(.26, .54, .32, 1) 0s forwards;
    animation: stage-fade-in 1s cubic-bezier(.26, .54, .32, 1) 0s forwards
}

.text-columns-with-images-item__title {
    margin-bottom: 15px;
    overflow: hidden
}

.text-columns-with-images-item__text.body3 {
    margin-bottom: 15px
}

.text-columns-with-images-item__button.btn {
    max-width: 100%;
    text-decoration: none;
    white-space: normal
}

@media(max-width:749.98px) {
    .text-columns-with-images-item {
        margin-bottom: 30px
    }

    .text-columns-with-images-item--row-big-space {
        margin-bottom: 40px
    }

    .text-columns-with-images-item__image {
        margin-bottom: 15px
    }

    .text-columns-with-images-item__title {
        margin-bottom: 10px;
        overflow: hidden
    }

    .text-columns-with-images-item__text.body3 {
        margin-bottom: 10px
    }
}

.text-columns-with-images {
    margin-bottom: -22px;
    padding: 60px 0
}

.text-columns-with-images__wrapper {
    padding: 0
}

.text-columns-with-images__title.title4 {
    margin-bottom: 40px;
    overflow: hidden;
    text-align: left
}

@media(max-width:749.98px) {
    .text-columns-with-images {
        padding: 40px 0
    }

    .text-columns-with-images__title.title4 {
        margin-bottom: 30px;
        overflow: hidden
    }

    .show-touch-scroll-box {
        overflow-x: hidden;
        padding: 0
    }

    .show-touch-scroll-box .text-columns-with-images__title {
        padding: 0 20px
    }

    .show-touch-scroll-box .text-columns-with-images__wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-left: 20px
    }

    .show-touch-scroll-box .text-columns-with-images__wrapper:after {
        content: "";
        display: inline-block;
        min-width: 20px
    }

    .show-touch-scroll-box .text-columns-with-images-item {
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        margin-left: 0;
        margin-right: 20px;
        width: 80%
    }

    .show-touch-scroll-box .text-columns-with-images-item:last-child {
        margin-right: 0
    }

    .show-touch-scroll-box .row-cols-2 .text-columns-with-images-item {
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        margin-right: 10px;
        width: -webkit-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: calc(50% - 10px)
    }

    .show-touch-scroll-box .row-cols-2 .text-columns-with-images-item:last-child {
        margin-right: 10px
    }
}

.split-slideshow__container {
    background-color: #1D1C1A;
    padding-top: 33.85%;
    position: relative;
    width: 100%
}

.split-slideshow__container--hauto {
    padding-top: 500px
}

@media(max-width:749.98px) {
    .split-slideshow__container--hauto {
        padding-top: 500px
    }
}

.split-slideshow__container--h450 {
    padding-top: 450px
}

@media(max-width:749.98px) {
    .split-slideshow__container--h450 {
        padding-top: 292.5px
    }
}

.split-slideshow__container--h550 {
    padding-top: 550px
}

@media(max-width:749.98px) {
    .split-slideshow__container--h550 {
        padding-top: 357.5px
    }
}

.split-slideshow__container--h650 {
    padding-top: 650px
}

@media(max-width:749.98px) {
    .split-slideshow__container--h650 {
        padding-top: 422.5px
    }
}

.split-slideshow__container--h750 {
    padding-top: 750px
}

@media(max-width:749.98px) {
    .split-slideshow__container--h750 {
        padding-top: 487.5px
    }
}

.split-slideshow__container--h100vh {
    padding-top: 100vh
}

@media(max-width:749.98px) {
    .split-slideshow__container--m250 {
        padding-top: 250px
    }

    .split-slideshow__container--m300 {
        padding-top: 300px
    }

    .split-slideshow__container--m400 {
        padding-top: 400px
    }

    .split-slideshow__container--m500 {
        padding-top: 500px
    }

    .split-slideshow__container--m100vh {
        padding-top: 100vh
    }
}

@media(max-width:959.98px) {
    .split-slideshow__container .slider__image-wrapper {
        height: -webkit-calc(100% - 150px);
        height: -moz-calc(100% - 150px);
        height: calc(100% - 150px)
    }
}

.split-slideshow__wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.split-slideshow__wrapper:not(.split-slideshow__wrapper--static) .split-slideshow__slider.is-selected {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .7s ease, -webkit-transform .7s ease;
    transition: opacity .7s ease, -webkit-transform .7s ease;
    -moz-transition: transform .7s ease, opacity .7s ease, -moz-transform .7s ease;
    transition: transform .7s ease, opacity .7s ease;
    transition: transform .7s ease, opacity .7s ease, -webkit-transform .7s ease, -moz-transform .7s ease;
    z-index: 1
}

.split-slideshow__wrapper:not(.split-slideshow__wrapper--static) .split-slideshow__slider.is-selected .animation-cropper {
    opacity: 1
}

.split-slideshow__wrapper:not(.split-slideshow__wrapper--static) .split-slideshow__slider.is-selected .animation-contents {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

.split-slideshow__wrapper:not(.split-slideshow__wrapper--static) .split-slideshow__slider.is-selected .slider__sub-title .animation-contents {
    -webkit-animation: 1s cubic-bezier(.26, .54, .32, 1) .7s forwards;
    -moz-animation: 1s cubic-bezier(.26, .54, .32, 1) .7s forwards;
    animation: 1s cubic-bezier(.26, .54, .32, 1) .7s forwards;
    -webkit-animation-name: stage-rise-up;
    -moz-animation-name: stage-rise-up;
    animation-name: stage-rise-up
}

.split-slideshow__wrapper:not(.split-slideshow__wrapper--static) .split-slideshow__slider.is-selected .slider__title .animation-contents {
    -webkit-animation: .8s cubic-bezier(.26, .54, .32, 1) .3s forwards;
    -moz-animation: .8s cubic-bezier(.26, .54, .32, 1) .3s forwards;
    animation: .8s cubic-bezier(.26, .54, .32, 1) .3s forwards;
    -webkit-animation-name: stage-rise-up;
    -moz-animation-name: stage-rise-up;
    animation-name: stage-rise-up
}

.split-slideshow__wrapper:not(.split-slideshow__wrapper--static) .split-slideshow__slider.is-selected .slider__main-text .animation-contents {
    -webkit-animation: 1s cubic-bezier(.26, .54, .32, 1) .7s forwards;
    -moz-animation: 1s cubic-bezier(.26, .54, .32, 1) .7s forwards;
    animation: 1s cubic-bezier(.26, .54, .32, 1) .7s forwards;
    -webkit-animation-name: stage-rise-up;
    -moz-animation-name: stage-rise-up;
    animation-name: stage-rise-up
}

.split-slideshow__wrapper:not(.split-slideshow__wrapper--static) .split-slideshow__slider.is-selected .slider__btns .btn {
    -webkit-animation: stage-fade-in 2s ease 1.3s forwards;
    -moz-animation: stage-fade-in 2s ease 1.3s forwards;
    animation: stage-fade-in 2s ease 1.3s forwards
}

.split-slideshow__wrapper:not(.split-slideshow__wrapper--static) .split-slideshow__slider.is-selected .slider__btns .btn:nth-child(2) {
    -webkit-animation: stage-fade-in 2s ease 1.6s forwards;
    -moz-animation: stage-fade-in 2s ease 1.6s forwards;
    animation: stage-fade-in 2s ease 1.6s forwards
}

.split-slideshow__wrapper:not(.split-slideshow__wrapper--static) .split-slideshow__slider.is-animate-out {
    opacity: 0;
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    transform: translateX(-200px);
    -webkit-transition: opacity .5s ease-in .05s, -webkit-transform .5s ease-in .05s;
    transition: opacity .5s ease-in .05s, -webkit-transform .5s ease-in .05s;
    -moz-transition: transform .5s ease-in .05s, opacity .5s ease-in .05s, -moz-transform .5s ease-in .05s;
    transition: transform .5s ease-in .05s, opacity .5s ease-in .05s;
    transition: transform .5s ease-in .05s, opacity .5s ease-in .05s, -webkit-transform .5s ease-in .05s, -moz-transform .5s ease-in .05s
}

.split-slideshow__wrapper:not(.split-slideshow__wrapper--static) .split-slideshow__slider.is-animate-out .animation-cropper {
    opacity: 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.split-slideshow__wrapper--static .split-slideshow__slider--index0 {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .7s ease, -webkit-transform .7s ease;
    transition: opacity .7s ease, -webkit-transform .7s ease;
    -moz-transition: transform .7s ease, opacity .7s ease, -moz-transform .7s ease;
    transition: transform .7s ease, opacity .7s ease;
    transition: transform .7s ease, opacity .7s ease, -webkit-transform .7s ease, -moz-transform .7s ease;
    z-index: 1
}

.split-slideshow__wrapper--static .split-slideshow__slider--index0 .animation-cropper {
    opacity: 1
}

.split-slideshow__wrapper--static .split-slideshow__slider--index0 .animation-contents {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

.split-slideshow__wrapper--static .split-slideshow__slider--index0 .slider__sub-title .animation-contents {
    -webkit-animation: 1s cubic-bezier(.26, .54, .32, 1) .7s forwards;
    -moz-animation: 1s cubic-bezier(.26, .54, .32, 1) .7s forwards;
    animation: 1s cubic-bezier(.26, .54, .32, 1) .7s forwards;
    -webkit-animation-name: stage-rise-up;
    -moz-animation-name: stage-rise-up;
    animation-name: stage-rise-up
}

.split-slideshow__wrapper--static .split-slideshow__slider--index0 .slider__title .animation-contents {
    -webkit-animation: .8s cubic-bezier(.26, .54, .32, 1) .3s forwards;
    -moz-animation: .8s cubic-bezier(.26, .54, .32, 1) .3s forwards;
    animation: .8s cubic-bezier(.26, .54, .32, 1) .3s forwards;
    -webkit-animation-name: stage-rise-up;
    -moz-animation-name: stage-rise-up;
    animation-name: stage-rise-up
}

.split-slideshow__wrapper--static .split-slideshow__slider--index0 .slider__main-text .animation-contents {
    -webkit-animation: 1s cubic-bezier(.26, .54, .32, 1) .7s forwards;
    -moz-animation: 1s cubic-bezier(.26, .54, .32, 1) .7s forwards;
    animation: 1s cubic-bezier(.26, .54, .32, 1) .7s forwards;
    -webkit-animation-name: stage-rise-up;
    -moz-animation-name: stage-rise-up;
    animation-name: stage-rise-up
}

.split-slideshow__wrapper--static .split-slideshow__slider--index0 .slider__btns .btn {
    -webkit-animation: stage-fade-in 2s ease 1.3s forwards;
    -moz-animation: stage-fade-in 2s ease 1.3s forwards;
    animation: stage-fade-in 2s ease 1.3s forwards
}

.split-slideshow__wrapper--static .split-slideshow__slider--index0 .slider__btns .btn:nth-child(2) {
    -webkit-animation: stage-fade-in 2s ease 1.6s forwards;
    -moz-animation: stage-fade-in 2s ease 1.6s forwards;
    animation: stage-fade-in 2s ease 1.6s forwards
}

.split-slideshow__wrapper--static .split-slideshow__slider.is-selected .animation-contents {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

.split-slideshow__wrapper--static .split-slideshow__slider.is-selected .animation-contents,
.split-slideshow__wrapper--static .split-slideshow__slider.is-selected .split-slideshow__image-wrapper {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: 0;
    -moz-animation-iteration-count: 0;
    animation-iteration-count: 0;
    opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.split-slideshow__wrapper--static .split-slideshow__slider.is-selected .split-slideshow__image-wrapper {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0)
}

.split-slideshow__wrapper--static .split-slideshow__slider.is-selected .slider__btns .btn {
    opacity: 1
}

.split-slideshow__wrapper--static .split-slideshow__slider.is-selected .slider__btns .btn,
.split-slideshow__wrapper--static .split-slideshow__slider.is-selected .slider__btns .btn:nth-child(2) {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: 0;
    -moz-animation-iteration-count: 0;
    animation-iteration-count: 0
}

.split-slideshow__swiper {
    height: 100%;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%
}

.split-slideshow__slider {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    height: 100%;
    opacity: 0;
    position: absolute !important;
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    width: 100%
}

.split-slideshow__slider .animation-cropper {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    opacity: 0
}

.split-slideshow__slider .animation-contents {
    opacity: 0;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

@media(max-width:959.98px) {
    .split-slideshow__slider {
        display: block
    }
}

.split-slideshow__slider--left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.split-slideshow__slider--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
}

.slider__image-wrapper {
    background-color: rgba(0, 0, 0, .1)
}

.slider__image-wrapper .placeholder-svg {
    background-color: #f3f3f3;
    display: block;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    padding: 30px 0;
    width: 100%
}

.slider__image-wrapper.loading:after {
    -webkit-animation: stage-preloading .5s ease .3s infinite;
    -moz-animation: stage-preloading .5s ease .3s infinite;
    animation: stage-preloading .5s ease .3s infinite
}

.slider__content {
    background-color: #fff;
    min-width: 450px;
    text-align: left;
    width: 40%
}

.slider__content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 96px
}

@media(max-width:959.98px) {
    .slider__content-wrapper {
        padding: 64px
    }
}

@media(max-width:749.98px) {
    .slider__content-wrapper {
        padding: 30px
    }
}

@media(max-width:959.98px) {
    .slider__content {
        bottom: 0;
        min-height: 150px;
        min-width: auto;
        position: absolute;
        text-align: center;
        vertical-align: middle;
        width: 100%
    }
}

.slider__sub-title {
    letter-spacing: .3em;
    margin-bottom: 5px
}

.slider__sub-title,
.slider__title.is-uppercase {
    text-transform: uppercase
}

.slider__main-text {
    display: block;
    margin-bottom: 15px;
    margin-top: 5px;
    vertical-align: middle
}

.slider__btns {
    font-size: 0;
    line-height: 0;
    margin-bottom: -10px;
    margin-left: -10px
}

.slider__btns .btn {
    font-weight: 700;
    margin-bottom: 10px;
    margin-left: 10px;
    opacity: 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.split-slideshow__pagination {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-align-items: center;
    align-items: center;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    z-index: 2
}

.split-slideshow__pagination--arrows {
    bottom: -20px;
    right: 40px;
    width: auto
}

@media(max-width:749.98px) {
    .split-slideshow__pagination--arrows {
        bottom: -16px;
        right: 20px
    }
}

.pagination__btn {
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    height: 40px;
    position: relative;
    width: 40px
}

.pagination__btn:hover {
    cursor: pointer;
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    transform: scale(1.12)
}

.pagination__btn:active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
}

.pagination__btn+.pagination__btn {
    margin-left: 10px
}

@media(max-width:749.98px) {
    .pagination__btn {
        height: 33px;
        width: 33px
    }
}

.pagination__btn--prev .pagination__icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pagination__icon {
    font-size: 12px;
    height: 30%;
    left: 35%;
    position: absolute;
    top: 35%;
    width: 30%
}

.split-slideshow__pagination--bars {
    bottom: 0 !important;
    height: 6px;
    line-height: 6px
}

.split-slideshow__pagination--bars .swiper-pagination-bullet {
    background: none;
    border: 0;
    border-radius: 0;
    height: 6px;
    opacity: 1;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    width: 120px
}

.split-slideshow__pagination--bars .swiper-pagination-bullet:after,
.split-slideshow__pagination--bars .swiper-pagination-bullet:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%
}

.split-slideshow__pagination--bars .swiper-pagination-bullet:before {
    opacity: .4
}

.split-slideshow__pagination--bars .swiper-pagination-bullet:after {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

@media(max-width:749.98px) {
    .split-slideshow__pagination--bars .swiper-pagination-bullet {
        width: 45px
    }
}

.split-slideshow__pagination--bars .swiper-pagination-bullet-active:after {
    -webkit-animation: stage-slideshowBars 0s linear forwards;
    -moz-animation: stage-slideshowBars 0s linear forwards;
    animation: stage-slideshowBars 0s linear forwards
}

.split-slideshow__pagination--dots .swiper-pagination-bullets {
    bottom: 20px;
    line-height: 1
}

.split-slideshow__pagination--dots .swiper-pagination-bullet {
    background-color: #fff;
    height: 6px;
    margin: 0 5px;
    opacity: .4;
    vertical-align: middle;
    width: 6px
}

.split-slideshow__pagination--dots .swiper-pagination-bullet:hover {
    cursor: pointer;
    opacity: .6
}

.split-slideshow__pagination--dots .swiper-pagination-bullet-active {
    background-color: #fff;
    height: 9px;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    width: 9px
}

.split-slideshow__placeholder-noblocks {
    padding: 40px;
    text-align: center
}

.product-sell-info {
    margin-bottom: 0 !important;
    margin-top: 35px
}

.product-sell-info .product-sell-box {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin-bottom: 15px
}

.product-sell-info .product-sell-box:last-child {
    margin-bottom: 0
}

.product-sell-info .product-sell-icon {
    stroke: currentColor;
    color: #000000;
    line-height: 1;
    min-width: 24px
}

.product-sell-info .product-sell-icon>svg {
    height: 24px;
    width: 24px
}

.product-sell-info .product-sell-text {
    color: #000000;
    margin-left: 16px
}

.image-with-text {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.image-with-text .image-with-text__block {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.image-with-text .image-with-text-slideshow__container {
    position: relative
}

.image-with-text .image-with-text__imgwrap {
    font-size: 0;
    margin-right: 82px
}

.image-with-text .image-with-text__subTitle {
    margin-bottom: 10px;
    text-transform: uppercase
}

.image-with-text .image-with-text__title {
    margin-bottom: 15px;
    overflow: hidden
}

.image-with-text .image-with-text__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px
}

.image-with-text .image-with-text__btn .btn:first-child {
    display: inline-block
}

.image-with-text__position-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.image-with-text__position-left .image-with-text-slideshow__container,
.image-with-text__position-left .image-with-text__imgwrap {
    margin-left: 82px;
    margin-right: 0
}

@media(max-width:749.98px) {
    .image-with-text {
        display: block
    }

    .image-with-text .image-with-text-slideshow__container,
    .image-with-text .image-with-text__imgwrap {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .image-with-text .image-with-text-slideshow__container .image-with-text__img,
    .image-with-text .image-with-text__imgwrap .image-with-text__img {
        max-width: 100% !important
    }

    .image-with-text .image-with-text__subTitle {
        margin-bottom: 5px;
        margin-top: 15px
    }

    .image-with-text .image-with-text__btn {
        margin-top: 20px
    }

    .image-with-text .image-with-text-slideshow__pagination {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }

    .image-with-text .block-top {
        margin-top: 35px
    }
}

.image-with-text-slideshow {
    width: 100%
}

.image-with-text-slideshow__container {
    font-size: 0;
    margin-right: 82px;
    padding-top: 500px;
    position: relative;
    width: 100%
}

@media(max-width:749.98px) {
    .image-with-text-slideshow__container {
        padding-top: 500px
    }
}

.image-with-text-slideshow__wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.image-with-text-slideshow__wrapper:not(.image-with-text-slideshow__wrapper--static) .image-with-text-slideshow__slider.is-selected {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .7s ease, -webkit-transform .7s ease;
    transition: opacity .7s ease, -webkit-transform .7s ease;
    -moz-transition: transform .7s ease, opacity .7s ease, -moz-transform .7s ease;
    transition: transform .7s ease, opacity .7s ease;
    transition: transform .7s ease, opacity .7s ease, -webkit-transform .7s ease, -moz-transform .7s ease;
    z-index: 1
}

.image-with-text-slideshow__wrapper:not(.image-with-text-slideshow__wrapper--static) .image-with-text-slideshow__slider.is-selected .slider__btns .btn {
    -webkit-animation: fade-in 2s ease 1.3s forwards;
    -moz-animation: fade-in 2s ease 1.3s forwards;
    animation: fade-in 2s ease 1.3s forwards
}

.image-with-text-slideshow__wrapper:not(.image-with-text-slideshow__wrapper--static) .image-with-text-slideshow__slider.is-selected .slider__btns .btn:nth-child(2) {
    -webkit-animation: fade-in 2s ease 1.6s forwards;
    -moz-animation: fade-in 2s ease 1.6s forwards;
    animation: fade-in 2s ease 1.6s forwards
}

.image-with-text-slideshow__wrapper:not(.image-with-text-slideshow__wrapper--static) .image-with-text-slideshow__slider.is-animate-out {
    opacity: 0;
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    transform: translateX(-200px);
    -webkit-transition: opacity .5s ease-in .05s, -webkit-transform .5s ease-in .05s;
    transition: opacity .5s ease-in .05s, -webkit-transform .5s ease-in .05s;
    -moz-transition: transform .5s ease-in .05s, opacity .5s ease-in .05s, -moz-transform .5s ease-in .05s;
    transition: transform .5s ease-in .05s, opacity .5s ease-in .05s;
    transition: transform .5s ease-in .05s, opacity .5s ease-in .05s, -webkit-transform .5s ease-in .05s, -moz-transform .5s ease-in .05s
}

.image-with-text-slideshow__wrapper--static .image-with-text-slideshow__slider--index0 {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .7s ease, -webkit-transform .7s ease;
    transition: opacity .7s ease, -webkit-transform .7s ease;
    -moz-transition: transform .7s ease, opacity .7s ease, -moz-transform .7s ease;
    transition: transform .7s ease, opacity .7s ease;
    transition: transform .7s ease, opacity .7s ease, -webkit-transform .7s ease, -moz-transform .7s ease;
    z-index: 1
}

.image-with-text-slideshow__wrapper--static .image-with-text-slideshow__slider--index0 .slider__btns .btn {
    -webkit-animation: fade-in 2s ease 1.3s forwards;
    -moz-animation: fade-in 2s ease 1.3s forwards;
    animation: fade-in 2s ease 1.3s forwards
}

.image-with-text-slideshow__wrapper--static .image-with-text-slideshow__slider--index0 .slider__btns .btn:nth-child(2) {
    -webkit-animation: fade-in 2s ease 1.6s forwards;
    -moz-animation: fade-in 2s ease 1.6s forwards;
    animation: fade-in 2s ease 1.6s forwards
}

.image-with-text-slideshow__wrapper--static .image-with-text-slideshow__slider.is-selected .image-with-text-slideshow__image-wrapper {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: 0;
    -moz-animation-iteration-count: 0;
    animation-iteration-count: 0;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.image-with-text-slideshow__swiper {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%
}

.image-with-text-slideshow__slider {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    height: 100%;
    opacity: 0;
    position: absolute !important;
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    width: 100%
}

.image-with-text-slideshow__slider .slider {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.slider__image-wrapper {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 0;
    flex: 1 0 0;
    height: 100%;
    position: relative
}

.slider__image-wrapper img {
    display: block;
    height: 100%;
    min-height: 1rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.slider__image-wrapper .image-with-text__img {
    background-color: #f3f3f3;
    display: block;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    width: 100%
}

.slider__image-wrapper.loading:after,
.slider__image-wrapper.loading:before {
    background: #fff;
    content: "";
    height: 3px;
    left: 50%;
    margin: -1px 0 0 -50px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 100px;
    z-index: 4
}

.slider__image-wrapper.loading:before {
    background: #000;
    opacity: 1
}

.slider__image-wrapper.loading:after {
    -webkit-animation: preloading .5s ease .3s infinite;
    -moz-animation: preloading .5s ease .3s infinite;
    animation: preloading .5s ease .3s infinite;
    opacity: 0
}

.image-with-text-slideshow__pagination {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: left;
    -moz-box-pack: left;
    -webkit-align-items: center;
    align-items: center;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: left;
    justify-content: left;
    position: absolute;
    width: 100%;
    z-index: 2
}

.image-with-text-slideshow .swiper-container-horizontal .swiper-pagination-bullets {
    bottom: -20px;
    line-height: 1
}

.image-with-text-slideshow .swiper-container-horizontal .swiper-pagination-bullet {
    background-color: #000;
    height: 6px;
    margin: 0 5px;
    opacity: .1;
    vertical-align: middle;
    width: 6px
}

.image-with-text-slideshow .swiper-container-horizontal .swiper-pagination-bullet:hover {
    background-color: #474745;
    cursor: pointer;
    opacity: .6
}

.image-with-text-slideshow .swiper-container-horizontal .swiper-pagination-bullet-active {
    background-color: #474745;
    border-radius: 3px;
    height: 6px;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    width: 24px
}

.large-image-with-text-box {
    height: auto;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0)
}

@media(min-width:750px) {
    .large-image-with-text-box--natural {
        padding-bottom: var(--large-image-with-text-body--pc-scale)
    }

    .large-image-with-text-box--natural.large-image-with-text-box--no-image {
        height: 750px;
        padding-bottom: unset
    }

    .large-image-with-text-box--750 {
        height: 750px
    }

    .large-image-with-text-box--650 {
        height: 650px
    }

    .large-image-with-text-box--550 {
        height: 550px
    }

    .large-image-with-text-box--450 {
        height: 450px
    }
}

@media(max-width:749.98px) {
    .large-image-with-text-box__mobile--auto {
        padding-bottom: var(--large-image-with-text-body--mobile-scale)
    }

    .large-image-with-text-box__mobile--auto.large-image-with-text-box--no-image {
        height: 510px;
        padding-bottom: unset
    }

    .large-image-with-text-box__mobile--510px {
        height: 510px
    }

    .large-image-with-text-box__mobile--400px {
        height: 400px
    }

    .large-image-with-text-box__mobile--600px {
        height: 600px
    }

    .large-image-with-text-box__mobile--700px {
        height: 700px
    }

    .large-image-with-text-box__mobile--100vh {
        height: 100vh
    }
}

.large-image-with-text-box__wrapper .large-image-with-text-box__image--pc {
    display: block
}

@media(max-width:749.98px) {
    .large-image-with-text-box__wrapper .large-image-with-text-box__image--pc {
        display: none
    }
}

.large-image-with-text-box__wrapper .large-image-with-text-box__image--mobile {
    display: none
}

@media(max-width:749.98px) {
    .large-image-with-text-box__wrapper .large-image-with-text-box__image--mobile {
        display: block
    }
}

.large-image-with-text-box__wrapper {
    background: #f3f3f3;
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%
}

.large-image-with-text-box__wrapper img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    opacity: .01;
    position: relative;
    width: 100%
}

.large-image-with-text-box__wrapper.parallax img {
    height: auto
}

.large-image-with-text-box__inner {
    height: 100%;
    padding: 60px;
    position: absolute;
    width: 100%;
    z-index: 1
}

@media(max-width:749.98px) {
    .large-image-with-text-box__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column
    }
}

.large-image-with-text-box__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 100%;
    overflow: hidden;
    width: 100%
}

@media(min-width:750px) {
    .large-image-with-text-box__content--left {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }

    .large-image-with-text-box__content--left,
    .large-image-with-text-box__content--top {
        -webkit-box-align: start;
        -moz-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start
    }

    .large-image-with-text-box__content--top {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }

    .large-image-with-text-box__content--right {
        -webkit-box-align: start;
        -moz-box-align: start;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-justify-content: flex-end;
        justify-content: flex-end
    }

    .large-image-with-text-box__content--left-center {
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }

    .large-image-with-text-box__content--center {
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center
    }

    .large-image-with-text-box__content--right-center {
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: flex-end;
        justify-content: flex-end
    }

    .large-image-with-text-box__content--left-bottom {
        -webkit-box-align: end;
        -moz-box-align: end;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }

    .large-image-with-text-box__content--bottom {
        -webkit-box-align: end;
        -moz-box-align: end;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        -webkit-justify-content: center;
        justify-content: center
    }

    .large-image-with-text-box__content--right-bottom {
        -webkit-box-align: end;
        -moz-box-align: end;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end
    }
}

.large-image-with-text-box__item {
    opacity: 0;
    padding: 30px;
    width: 380px
}

[data-edges=square] .large-image-with-text-box__item {
    border-radius: 0
}

[data-edges=rounded] .large-image-with-text-box__item {
    border-radius: 15px
}

.large-image-with-text-box__item--left {
    text-align: left
}

.large-image-with-text-box__item--right {
    text-align: right
}

.large-image-with-text-box__subtitle.body6 {
    margin: 0 0 10px;
    text-transform: uppercase
}

.large-image-with-text-box__title.title5 {
    margin: 0 0 15px
}

.large-image-with-text-box__text.body3 {
    margin: 0 0 30px
}

.large-image-with-text-box__btn.btn {
    max-width: 100%;
    text-decoration: none;
    white-space: normal
}

.large-image-with-text-box__icon {
    fill: #999;
    max-height: 100%;
    max-width: 100%;
    opacity: 0
}

.large-image-with-text-box__default,
.large-image-with-text-box__icon {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%
}

@media(min-width:750px) {

    .large-image-with-text-box--loaded .large-image-with-text-box__icon,
    .large-image-with-text-box--loaded img {
        -webkit-animation: stage-zoom-fade 2.5s cubic-bezier(.26, .54, .32, 1) 0s forwards;
        -moz-animation: stage-zoom-fade 2.5s cubic-bezier(.26, .54, .32, 1) 0s forwards;
        animation: stage-zoom-fade 2.5s cubic-bezier(.26, .54, .32, 1) 0s forwards
    }

    .large-image-with-text-box--loaded .large-image-with-text-box__item {
        -webkit-animation: stage-rise-up 1s cubic-bezier(.26, .54, .32, 1) .5s forwards;
        -moz-animation: stage-rise-up 1s cubic-bezier(.26, .54, .32, 1) .5s forwards;
        animation: stage-rise-up 1s cubic-bezier(.26, .54, .32, 1) .5s forwards
    }
}

@media(max-width:749.98px) {
    .large-image-with-text-box__subtitle.body6 {
        margin: 0 0 5px
    }

    .large-image-with-text-box__title.title5 {
        margin: 0 0 7.5px
    }

    .large-image-with-text-box__text.body3 {
        margin: 0 0 20px
    }

    .large-image-with-text-box--loaded .large-image-with-text-box__icon,
    .large-image-with-text-box--loaded img {
        -webkit-animation: stage-zoom-fade 2.5s cubic-bezier(.26, .54, .32, 1) 0s forwards;
        -moz-animation: stage-zoom-fade 2.5s cubic-bezier(.26, .54, .32, 1) 0s forwards;
        animation: stage-zoom-fade 2.5s cubic-bezier(.26, .54, .32, 1) 0s forwards
    }

    .large-image-with-text-box__inner {
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        padding: 8px
    }

    .large-image-with-text-box__content {
        -webkit-box-align: end;
        -moz-box-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end
    }

    .large-image-with-text-box__item {
        opacity: 1;
        padding: 20px;
        text-align: center;
        width: 100%
    }
}

@-webkit-keyframes stage-zoom-fade {
    0% {
        opacity: .01;
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes stage-zoom-fade {
    0% {
        opacity: .01;
        -moz-transform: scale(1.3);
        transform: scale(1.3)
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes stage-zoom-fade {
    0% {
        opacity: .01;
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        transform: scale(1.3)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

.iconlist__scrollBox {
    overflow: hidden;
    position: relative;
    z-index: 1
}

.iconlist__scrollBox::-webkit-scrollbar {
    display: none
}

.iconlist {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    height: auto;
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 60px;
    padding-top: 60px
}

.iconlist,
.iconlist__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.iconlist__head {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 80px
}

.iconlist__head .head-title {
    margin-right: 60px
}

.iconlist__head .head-text,
.iconlist__head .head-title {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.iconlist__head__full {
    padding-left: 40px;
    padding-right: 40px
}

.iconlist__bg {
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw;
    z-index: -1
}

.iconlist__full {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px
}

.iconlist__normal {
    margin: 0 auto
}

.iconlist__iconItem__vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 11px;
    text-align: center
}

.iconlist__iconItem__vertical__icon {
    height: 42px;
    margin-bottom: 20px;
    min-width: 42px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 42px
}

.iconlist__iconItem__vertical__title {
    color: #000;
    text-transform: uppercase
}

.iconlist__iconItem__vertical__subTitle {
    margin-top: 10px
}

.iconlist__iconItem__superposition:last-child {
    margin-right: 0
}

.iconlist__iconItem__superposition {
    border: 1px solid rgba(0, 0, 0, .1);
    margin-right: 20px;
    padding: 20px;
    position: relative;
    text-align: left
}

.iconlist__iconItem__superposition__icon {
    height: 42px;
    min-width: 42px;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    right: 13px;
    top: -webkit-calc(50% - 21px);
    top: -moz-calc(50% - 21px);
    top: calc(50% - 21px);
    width: 42px;
    z-index: 2
}

.iconlist__iconItem__superposition__title {
    color: #000
}

.iconlist__iconItem__superposition__subTitle {
    margin-top: 10px;
    position: relative;
    z-index: 3
}

.iconlist__iconItem__horizontal {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 11px
}

.iconlist__iconItem__horizontal__icon {
    height: 42px;
    margin-right: 20px;
    min-width: 42px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 43px
}

.iconlist__iconItem__horizontal__title {
    color: #000;
    text-transform: uppercase
}

.iconlist__iconItem__horizontal__subTitle {
    margin-top: 10px
}

@media(min-width:750px) {

    .iconlist__iconItem__horizontal,
    .iconlist__iconItem__superposition,
    .iconlist__iconItem__vertical {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        flex: 1
    }
}

@media(max-width:749.98px) {
    .iconlist__scrollBox {
        position: relative
    }

    .iconlist {
        -webkit-box-align: start;
        -moz-box-align: start;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -webkit-box-align: stretch;
        -moz-box-align: stretch;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-align-items: stretch;
        align-items: stretch;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        padding-bottom: 30px;
        padding-left: var(--sl-gutter-x, .75rem);
        padding-right: var(--sl-gutter-x, .75rem);
        padding-top: 30px;
        width: 100%
    }

    .iconlist .iconlist__shadow {
        background: -webkit-gradient(linear, right top, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
        background: -webkit-linear-gradient(right, #fff, hsla(0, 0%, 100%, 0));
        background: -moz-linear-gradient(right, #fff 0, hsla(0, 0%, 100%, 0) 100%);
        background: linear-gradient(-90deg, #fff, hsla(0, 0%, 100%, 0));
        height: 100%;
        left: -webkit-calc(100vw - 92px);
        left: -moz-calc(100vw - 92px);
        left: calc(100vw - 92px);
        position: absolute;
        top: 0;
        width: 92px
    }

    .iconlist__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -webkit-box-align: start;
        -moz-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        padding-top: 40px
    }

    .iconlist__head .head-title {
        margin-right: 0
    }

    .iconlist__head .head-text {
        margin-top: 20px
    }

    .iconlist__scroll {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: scroll
    }

    .iconlist__scroll .iconlist__iconItem__horizontal {
        margin-bottom: 0;
        width: 260px
    }

    .iconlist__scroll .iconlist__iconItem__horizontal__title {
        max-width: 260px;
        width: 155px
    }

    .iconlist__scroll .iconlist__iconItem__horizontal__subTitle {
        margin-top: 7.5px;
        max-width: 260px;
        width: 155px
    }

    .iconlist__scroll .iconlist__iconItem__vertical {
        margin-bottom: 0;
        max-width: 260px;
        padding: 0 15px;
        width: 260px
    }

    .iconlist__scroll .iconlist__iconItem__vertical__title {
        max-width: 260px;
        width: 230px;
        width: 100%
    }

    .iconlist__scroll .iconlist__iconItem__vertical__subTitle {
        margin-top: 7.5px;
        max-width: 260px;
        width: 100%;
        width: 230px
    }

    .iconlist__scroll .iconlist__iconItem__superposition {
        margin-bottom: 0;
        margin-right: 20px;
        max-width: 260px;
        padding: 20px 43px 20px 20px;
        width: 260px
    }

    .iconlist__scroll .iconlist__iconItem__superposition:last-child {
        margin-right: 0
    }

    .iconlist__scroll .iconlist__iconItem__superposition__title {
        max-width: 220px;
        width: 220px;
        width: 100%
    }

    .iconlist__scroll .iconlist__iconItem__superposition__subTitle {
        max-width: 220px;
        width: 100%;
        width: 220px
    }

    .iconlist__iconItem__horizontal {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        min-height: 120px;
        padding: 0 20px;
        width: 100%
    }

    .iconlist__iconItem__horizontal:first-of-type {
        padding-left: 20px
    }

    .iconlist__iconItem__horizontal:last-of-type {
        padding-right: 20px
    }

    .iconlist__iconItem__horizontal:nth-last-of-type(-n+2) {
        margin-bottom: 0
    }

    .iconlist__iconItem__horizontal__icon {
        margin-right: 15px
    }

    .iconlist__iconItem__horizontal__subTitle {
        margin-top: 7.5px
    }

    .iconlist__iconItem__vertical {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
        margin-bottom: 33px;
        padding: 0;
        width: 50%
    }

    .iconlist__iconItem__vertical:nth-last-of-type(-n+2) {
        margin-bottom: 0
    }

    .iconlist__iconItem__vertical__icon {
        margin-bottom: 15px;
        margin-right: 0
    }

    .iconlist__iconItem__vertical__title {
        max-width: 128px;
        text-align: center
    }

    .iconlist__iconItem__vertical__subTitle {
        margin-top: 7.5px;
        max-width: 128px;
        text-align: center
    }

    .iconlist__iconItem__superposition {
        -webkit-box-pack: left;
        -moz-box-pack: left;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: left;
        justify-content: left;
        margin-bottom: 10px;
        margin-right: 0;
        padding: 20px 43px 20px 20px;
        width: 100%
    }

    .iconlist__iconItem__superposition__subTitle,
    .iconlist__iconItem__superposition__title {
        max-width: -webkit-calc(100% - 40px);
        max-width: -moz-calc(100% - 40px);
        max-width: calc(100% - 40px)
    }

    .iconlist__iconItem__superposition__subTitle {
        margin-top: 10px
    }
}

.sl-map {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

@media(max-width:749.98px) {
    .sl-map {
        display: block
    }
}

.sl-map__block-wrapper {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-align-self: stretch;
    align-self: stretch;
    -webkit-flex: 1 0 0;
    flex: 1 0 0;
    position: relative
}

.sl-map__block-wrapper--full {
    padding-top: 50%
}

@media(max-width:749.98px) {
    .sl-map__block-wrapper--full {
        padding-top: 100%
    }
}

.sl-map__block-wrapper--full .sl-map__block {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.sl-map__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    background-color: #f3f3f3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden
}

.sl-map__info {
    padding: 30px;
    text-align: center
}

@media(max-width:749.98px) {
    .sl-map__info {
        padding: 40px
    }
}

.sl-map__title {
    margin-bottom: 15px
}

.sl-map__store-info {
    margin-bottom: 30px
}

.sl-map__btn {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: inline-flex !important
}

.sl-map__btn .btn-icon {
    margin-right: 10px
}

.sl-map__btn .btn-text {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 0;
    flex: 1 0 0;
    word-break: break-word
}

.sl-map__display {
    height: 100%
}

.sl-map__iframe {
    background-color: #fff;
    border: 0;
    height: 100%;
    width: 100%
}

.sl-map__empty-img {
    background-color: rgba(0, 0, 0, 0.05);
    height: 200%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 200%
}

.feature-logo-list__box {
    background: "#7D6F51";
    padding: 80px 0;
    position: relative;
    width: 100%
}

@media(max-width:749.98px) {
    .feature-logo-list__box {
        padding: 40px 0
    }
}

.feature-logo-list__box .fllb-bg__image {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.feature-logo-list__box .fllb-bg__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.feature-logo-list__box .fllb-bg__image .bg-opacity {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.feature-logo-list__box .fllb__main {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

@media(max-width:749.98px) {
    .feature-logo-list__box .fllb__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column
    }

    .feature-logo-list__box .fllb__main .fllb__title {
        margin: 0;
        max-width: 100% !important;
        text-align: center
    }

    .feature-logo-list__box .fllb__main .fllb-right__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        width: 100%
    }

    .feature-logo-list__box .fllb__main .fllb-right__box .item {
        margin: 26px 0 0;
        width: 100%
    }

    .feature-logo-list__box .fllb__main .fllb-right__box--mb-scroll {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        gap: 20px;
        overflow-x: auto;
        padding-bottom: 8px
    }

    .feature-logo-list__box .fllb__main .fllb-right__box--mb-scroll .item {
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        width: -webkit-calc(60% - 20px);
        width: -moz-calc(60% - 20px);
        width: calc(60% - 20px)
    }
}

.feature-logo-list__box .fllb__title {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin: 0 25px 0 20px;
    max-width: 25%;
    word-break: break-word
}

.feature-logo-list__box .fllb-right__box {
    width: 70%
}

.feature-logo-list__box .fllb-right__box,
.feature-logo-list__box .fllb-right__box .item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    overflow: hidden
}

.feature-logo-list__box .fllb-right__box .item {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0 20px;
    width: 25%
}

@media(min-width:750px) {
    .feature-logo-list__box .fllb-right__box .layout-type__class {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }

    .feature-logo-list__box .fllb-right__box .layout-type__class .title2 {
        margin-top: 0 !important;
        text-align: left !important
    }

    .feature-logo-list__box .fllb-right__box .layout-type__class .s-t {
        text-align: left !important
    }
}

.feature-logo-list__box .fllb-right__box .layout-type__class .fllb-icon__empty-wraper,
.feature-logo-list__box .fllb-right__box .layout-type__class .fllb-icon__image {
    margin-right: 20px
}

@media(max-width:749.98px) {
    .feature-logo-list__box .fllb-right__box .layout-type__class .fllb-icon__empty-wraper {
        margin-right: 0
    }
}

.feature-logo-list__box .fllb-right__box .fllb-icon__empty-wraper {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 48px;
    width: 48px
}

.feature-logo-list__box .fllb-right__box .fllb-icon__empty-wraper svg {
    height: 100%;
    width: 100%
}

.feature-logo-list__box .fllb-right__box .fllb-icon__image {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 48px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 48px
}

.feature-logo-list__box .fllb-right__box .fllb-item-m {
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    overflow: hidden;
    text-align: center;
    width: 100%
}

.feature-logo-list__box .fllb-right__box .fllb-item-m .title2 {
    margin-top: 25px;
    text-align: center
}

.feature-logo-list__box .fllb-right__box .fllb-item-m .s-t {
    margin-top: 10px;
    opacity: .6;
    text-align: center;
    width: 100%
}

@media(min-width:750px) {
    .carousel-collection-list .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0
    }
}

.carousel-collection-list__container {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

@media(max-width:749.98px) {
    .carousel-collection-list__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column
    }
}

.color-scheme-1 .carousel-collection-list__container a,
[data-color-scheme="1"] .carousel-collection-list__container a {
    color: rgb(189, 180, 160);
}

.color-scheme-2 .carousel-collection-list__container a,
[data-color-scheme="2"] .carousel-collection-list__container a {
    color: rgb(255, 255, 255);
}

.color-scheme-3 .carousel-collection-list__container a,
[data-color-scheme="3"] .carousel-collection-list__container a {
    color: rgb(0, 0, 0);
}

.carousel-collection-list__left {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin-right: 80px;
    overflow: hidden;
    width: 40%
}

@media(max-width:749.98px) {
    .carousel-collection-list__left {
        margin-right: 0;
        width: 100%
    }
}

.carousel-collection-list__left-container {
    padding-bottom: 100%;
    position: relative;
    width: 100%
}

.carousel-collection-list__left-inner {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
    width: 100%;
    z-index: 0
}

.carousel-collection-list__left-inner svg {
    background: #f3f3f3
}

.carousel-collection-list__left-inner.active {
    opacity: 1;
    z-index: 1
}

.carousel-collection-list__right {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex: 1;
    flex: 1;
    -webkit-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    padding-bottom: 50px;
    padding-top: 50px;
    text-align: left
}

@media(max-width:749.98px) {
    .carousel-collection-list__right {
        overflow: hidden;
        padding-bottom: 30px;
        padding-top: 35px;
        width: 100%
    }
}

.carousel-collection-list__title {
    margin-bottom: 15px;
    max-width: 100%;
    overflow: hidden
}

.carousel-collection-list__text {
    margin-bottom: 36px;
    max-width: 100%
}

.carousel-collection-list__slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    overflow: visible;
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    transform: translateX(-300px);
    width: 100%
}

@media(max-width:749.98px) {
    .carousel-collection-list__slide {
        -webkit-transform: translateX(-webkit-calc(-50% - 11px));
        -moz-transform: translateX(-moz-calc(-50% - 11px));
        transform: translateX(calc(-50% - 11px))
    }
}

.carousel-collection-list__slide.anim {
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    -moz-transition: transform .5s ease-out, -moz-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out, -moz-transform .5s ease-out
}

.carousel-collection-list__slide-item {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 22px;
    width: 280px
}

@media(max-width:749.98px) {
    .carousel-collection-list__slide-item {
        width: -webkit-calc(50% - 11px);
        width: -moz-calc(50% - 11px);
        width: calc(50% - 11px)
    }
}

.carousel-collection-list__image {
    background: #f3f3f3;
    display: block;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    width: 100%
}

[data-edges=square] .carousel-collection-list__image {
    border-radius: 0
}

[data-edges=rounded] .carousel-collection-list__image {
    border-radius: 15px
}

.carousel-collection-list__image.cover:before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .1)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
    background: linear-gradient(0deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

@media(min-width:750px) {
    .carousel-collection-list__image.cover {
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important
    }
}

@media(max-width:749.98px) {
    .carousel-collection-list__image.cover {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important
    }
}

.carousel-collection-list__image.shape-circle {
    border-radius: 50%
}

.carousel-collection-list__image.shape-landscape {
    padding-bottom: 75%
}

.carousel-collection-list__image.shape-portrait {
    padding-bottom: 150%
}

.carousel-collection-list__image-title {
    color: #fff;
    font-weight: 500;
    max-height: 80%;
    position: absolute;
    right: 10%;
    text-align: right;
    top: 10%;
    width: 80%;
    z-index: 3
}

@media(max-width:749.98px) {
    .carousel-collection-list__image-title {
        max-height: 80%;
        right: 10%;
        top: 10%;
        width: 80%
    }
}

.carousel-collection-list__image svg {
    background: #f3f3f3
}

.carousel-collection-list__image img,
.carousel-collection-list__image svg {
    height: 100%;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.carousel-collection-list__image.has-cover-image img,
.carousel-collection-list__image.has-cover-image svg {
    -o-object-fit: cover;
    object-fit: cover
}

.carousel-collection-list__slide-item-title {
    font-weight: 500;
    padding-top: 10px;
    text-align: left
}

.carousel-collection-list__arrow {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 30px
}

@media(max-width:749.98px) {
    .carousel-collection-list__arrow {
        margin-top: 15px
    }
}

.carousel-collection-list__arrow-icon {
    cursor: pointer;
    padding-bottom: 5px;
    padding-top: 5px
}

.carousel-collection-list__arrow-icon:last-child {
    margin-left: 40px
}

.carousel-collection-list__arrow-icon:last-child svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

.carousel-images-with-text {
    padding-bottom: 75px;
    padding-top: 75px
}

@media(max-width:749.98px) {
    .carousel-images-with-text {
        padding-bottom: 40px;
        padding-top: 40px
    }
}

.carousel-images-with-text__info {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 30px
}

@media(max-width:749.98px) {
    .carousel-images-with-text__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column
    }
}

.carousel-images-with-text__info-left {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.carousel-images-with-text__info-right {
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

@media(max-width:749.98px) {
    .carousel-images-with-text__info-right {
        display: none
    }
}

.carousel-images-with-text__info-right.mobile {
    display: none
}

@media(max-width:749.98px) {
    .carousel-images-with-text__info-right.mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex
    }
}

.carousel-images-with-text__info-sub-title {
    padding-bottom: 5px;
    text-transform: uppercase
}

.carousel-images-with-text__info-title {
    padding-bottom: 15px
}

.carousel-images-with-text__info-text {
    padding-bottom: 10px
}

.carousel-images-with-text__info-icon {
    cursor: pointer;
    padding-bottom: 5px;
    padding-top: 5px
}

.carousel-images-with-text__info-icon.prev {
    margin-left: 10px
}

@media(max-width:749.98px) {
    .carousel-images-with-text__info-icon.prev {
        margin-left: 0
    }
}

.carousel-images-with-text__info-icon.next {
    margin-left: 40px
}

.carousel-images-with-text__info-icon.next svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

.carousel-images-with-text__content {
    overflow: hidden;
    text-align: center
}

.carousel-images-with-text__content-container {
    margin-left: -22px
}

.carousel-images-with-text__content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    overflow: visible;
    text-align: center
}

.carousel-images-with-text__content-wrap.anim {
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    -moz-transition: transform .5s ease-out, -moz-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out, -moz-transform .5s ease-out
}

.carousel-images-with-text__content-wrap>div {
    margin-left: 22px
}

.carousel-images-with-text__content-wrap[data-col="4"]>* {
    width: -webkit-calc(25% - 22px);
    width: -moz-calc(25% - 22px);
    width: calc(25% - 22px)
}

.carousel-images-with-text__content-wrap[data-col="3"]>* {
    width: -webkit-calc(33.33333% - 22px);
    width: -moz-calc(33.33333% - 22px);
    width: calc(33.33333% - 22px)
}

.carousel-images-with-text__content-wrap[data-col="2"]>* {
    width: -webkit-calc(50% - 22px);
    width: -moz-calc(50% - 22px);
    width: calc(50% - 22px)
}

@media(max-width:749.98px) {
    .carousel-images-with-text__content-wrap[data-mobile-col="2"]>* {
        width: -webkit-calc(50% - 22px);
        width: -moz-calc(50% - 22px);
        width: calc(50% - 22px)
    }
}

.carousel-images-with-text__content-item {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-left: 22px
}

.carousel-images-with-text__content-item-title {
    padding-top: 20px
}

.carousel-images-with-text__content-item-description {
    padding-top: 15px
}

.carousel-images-with-text__more {
    margin-top: 40px
}

.video__title {
    overflow: hidden;
    padding-bottom: 40px
}

@media(max-width:749.98px) {
    .video__title {
        overflow: hidden;
        padding-bottom: 30px
    }
}

.video__caption {
    padding-top: 15px
}

.video {
    position: relative
}

.video__cover {
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1
}

.video__controll,
.video__cover {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.video__controll .is-vimeo>div {
    height: 100%;
    left: 0;
    padding: 0 !important;
    position: absolute !important;
    top: 0;
    width: 100%
}

.video__controll .placeholder-svg {
    fill: #999;
    background-color: #e1e1e1;
    display: block;
    height: 100%;
    left: 0;
    max-height: 100%;
    max-width: 100%;
    padding: 30px 0;
    position: absolute;
    top: 0;
    width: 100%
}

.video--r3-2 {
    padding-top: 66.6666666667%
}

.video--r4-3 {
    padding-top: 75%
}

.video--r16-9 {
    padding-top: 56.25%
}

.video--r21-9 {
    padding-top: 42.8571428571%
}

.video--playing .video__cover {
    z-index: 0
}

.video .video-bg-img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.video iframe,
.video-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.video-overlay {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.video-overlay__button {
    cursor: pointer;
    font-size: 66px
}

.video-overlay__button svg {
    display: block
}

@media(max-width:749.98px) {
    .video-overlay__button {
        font-size: 44px
    }
}

.section--divider {
    border-top: 1px solid #E0E0D7;
    padding-top: 40px
}

@media(min-width:750px) {
    .section--divider {
        padding-top: 80px
    }
}

.text-with-video {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.text-with-video .text-with-video__block {
    padding: 0 0 0 60px;
    width: 50%
}

.text-with-video .text-with-video__videowrap {
    width: 50%
}

.text-with-video .text-with-video__subTitle {
    margin-bottom: 10px;
    text-transform: uppercase
}

.text-with-video .text-with-video__title {
    margin-bottom: 15px;
    overflow: hidden
}

.text-with-video .text-with-video__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px
}

.text-with-video .text-with-video__btn .btn:first-child {
    display: inline-block
}

.text-with-video .sl-richtext,
.text-with-video .text-with-video__subTitle,
.text-with-video .text-with-video__title {
    word-break: break-word
}

.text-with-video__position-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.text-with-video__position-left .text-with-video__block {
    padding: 0 60px 0 0
}

@media(max-width:749.98px) {
    .text-with-video {
        display: block
    }

    .text-with-video .text-with-video__videowrap {
        width: 100%
    }

    .text-with-video .text-with-video__block {
        padding: 0;
        width: 100%
    }

    .text-with-video .text-with-video__videowrap {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .text-with-video .text-with-video__videowrap .text-with-video__img {
        max-width: 100% !important
    }

    .text-with-video .text-with-video__subTitle {
        margin-bottom: 5px;
        margin-top: 15px
    }

    .text-with-video .text-with-video__btn {
        margin-top: 20px
    }
}

.stage-video-slideshow {
    position: relative;
    z-index: 0
}

@-webkit-keyframes stage-rise-up {
    0% {
        opacity: 1;
        -webkit-transform: translateY(120%);
        transform: translateY(120%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes stage-rise-up {
    0% {
        opacity: 1;
        -moz-transform: translateY(120%);
        transform: translateY(120%)
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes stage-rise-up {
    0% {
        opacity: 1;
        -webkit-transform: translateY(120%);
        -moz-transform: translateY(120%);
        transform: translateY(120%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes stage-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes stage-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes stage-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes stage-preloading {
    0% {
        opacity: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%
    }

    40% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%
    }

    41% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%
    }
}

@-moz-keyframes stage-preloading {
    0% {
        opacity: 0;
        -moz-transform: scaleX(0);
        transform: scaleX(0);
        -moz-transform-origin: 0 50%;
        transform-origin: 0 50%
    }

    40% {
        opacity: 1;
        -moz-transform: scaleX(1);
        transform: scaleX(1);
        -moz-transform-origin: 0 50%;
        transform-origin: 0 50%
    }

    41% {
        opacity: 1;
        -moz-transform: scaleX(1);
        transform: scaleX(1);
        -moz-transform-origin: 100% 50%;
        transform-origin: 100% 50%
    }

    to {
        opacity: 1;
        -moz-transform: scaleX(0);
        transform: scaleX(0);
        -moz-transform-origin: 100% 50%;
        transform-origin: 100% 50%
    }
}

@keyframes stage-preloading {
    0% {
        opacity: 0;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        -moz-transform-origin: 0 50%;
        transform-origin: 0 50%
    }

    40% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0 50%;
        -moz-transform-origin: 0 50%;
        transform-origin: 0 50%
    }

    41% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 100% 50%;
        -moz-transform-origin: 100% 50%;
        transform-origin: 100% 50%
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 50%;
        -moz-transform-origin: 100% 50%;
        transform-origin: 100% 50%
    }
}

@-webkit-keyframes stage-slideshowBars {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-moz-keyframes stage-slideshowBars {
    0% {
        -moz-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes stage-slideshowBars {
    0% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}

.stage-video-slideshow .hero {
    background-color: #1D1C1A;
}

.stage-video-slideshow .hero.swiper-container {
    overflow: visible
}

.stage-video-slideshow .hero--hnatural {
    height: 500px
}

@media(max-width:749.98px) {
    .stage-video-slideshow .hero--hnatural {
        height: 500px
    }
}

.stage-video-slideshow .hero--h450px {
    height: 450px
}

@media(max-width:749.98px) {
    .stage-video-slideshow .hero--h450px {
        height: 292.5px
    }
}

.stage-video-slideshow .hero--h550px {
    height: 550px
}

@media(max-width:749.98px) {
    .stage-video-slideshow .hero--h550px {
        height: 357.5px
    }
}

.stage-video-slideshow .hero--h650px {
    height: 650px
}

@media(max-width:749.98px) {
    .stage-video-slideshow .hero--h650px {
        height: 422.5px
    }
}

.stage-video-slideshow .hero--h750px {
    height: 750px
}

@media(max-width:749.98px) {
    .stage-video-slideshow .hero--h750px {
        height: 487.5px
    }
}

.stage-video-slideshow .hero--h100vh {
    height: 100vh
}

.stage-video-slideshow .hero .hero__image-wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.stage-video-slideshow .hero .hero__image-wrapper:after {
    background-color: #000;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .1;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3
}

.stage-video-slideshow .hero .hero__image-wrapper .parallax-container {
    height: 100%;
    width: 100%
}

.stage-video-slideshow .hero .hero__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    position: relative;
    width: 100%
}

.stage-video-slideshow .hero .hero__text-wrap {
    height: 100%;
    position: relative;
    z-index: 5
}

.stage-video-slideshow .hero .hero__text-wrap .container {
    display: table;
    height: 100%;
    width: 100%
}

.stage-video-slideshow .hero .hero__text-content {
    display: table-cell;
    padding: 45px 0;
    text-align: center;
    vertical-align: middle;
    z-index: 4
}

.stage-video-slideshow .hero .hero__text-content .hero__link {
    font-size: 0;
    margin-bottom: -10px;
    margin-right: -10px;
    margin-top: 15px
}

@media(max-width:749.98px) {
    .stage-video-slideshow .hero .hero__text-content .hero__link {
        margin-top: 7.5px
    }
}

.stage-video-slideshow .hero .hero__text-content.horizontal-left {
    text-align: left
}

.stage-video-slideshow .hero .hero__text-content.horizontal-center {
    text-align: center
}

.stage-video-slideshow .hero .hero__text-content.horizontal-right {
    text-align: right
}

.stage-video-slideshow .hero .hero__text-content.vertical-center {
    vertical-align: middle
}

.stage-video-slideshow .hero .hero__text-content.vertical-bottom {
    vertical-align: bottom
}

.stage-video-slideshow .hero .hero__text-shadow {
    display: inline-block;
    position: relative
}

.stage-video-slideshow .hero .is-selected .hero__text-shadow:before {
    background: -webkit-radial-gradient(rgba(0, 0, 0, .2) 0, transparent 60%);
    background: -moz-radial-gradient(rgba(0, 0, 0, .2) 0, transparent 60%);
    background: radial-gradient(rgba(0, 0, 0, .2) 0, transparent 60%);
    bottom: 0;
    content: "";
    left: 0;
    margin: -100px -200px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: auto
}

.stage-video-slideshow .hero .hero__top-subtitle {
    color: #fff;
    letter-spacing: .3em;
    margin-bottom: 5px;
    text-transform: uppercase
}

.stage-video-slideshow .hero .hero__title {
    color: #fff
}

.stage-video-slideshow .hero .hero__title.is-uppercase {
    text-transform: uppercase
}

.stage-video-slideshow .hero .hero__subtitle {
    color: #fff;
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
    vertical-align: middle
}

.stage-video-slideshow .hero .hero__link .btn-lg {
    margin-bottom: 10px;
    margin-right: 15px;
    text-decoration: none
}

.stage-video-slideshow .hero .hero__link .btn--inverse {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff
}

.stage-video-slideshow .hero .hero__link .btn--inverse:after {
    display: none !important
}

.stage-video-slideshow .hero .hero__link .btn--inverse:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.stage-video-slideshow .hero.swiper-container-horizontal .swiper-pagination-bullets {
    bottom: 20px;
    line-height: 1
}

.stage-video-slideshow .hero.swiper-container-horizontal .swiper-pagination-bullet {
    background-color: #fff;
    height: 6px;
    margin: 0 5px;
    opacity: .4;
    vertical-align: middle;
    width: 6px
}

.stage-video-slideshow .hero.swiper-container-horizontal .swiper-pagination-bullet:hover {
    cursor: pointer;
    opacity: .6
}

.stage-video-slideshow .hero.swiper-container-horizontal .swiper-pagination-bullet-active {
    background-color: #fff;
    height: 9px;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    width: 9px
}

.stage-video-slideshow .hero.swiper-container-horizontal .swiper-pagination--bars {
    bottom: 0;
    height: 6px;
    line-height: 6px
}

.stage-video-slideshow .hero.swiper-container-horizontal .swiper-pagination--bars .swiper-pagination-bullet {
    background: none;
    border: 0;
    border-radius: 0;
    height: 6px;
    opacity: 1;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    width: 120px
}

.stage-video-slideshow .hero.swiper-container-horizontal .swiper-pagination--bars .swiper-pagination-bullet:after,
.stage-video-slideshow .hero.swiper-container-horizontal .swiper-pagination--bars .swiper-pagination-bullet:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%
}

.stage-video-slideshow .hero.swiper-container-horizontal .swiper-pagination--bars .swiper-pagination-bullet:before {
    opacity: .4
}

.stage-video-slideshow .hero.swiper-container-horizontal .swiper-pagination--bars .swiper-pagination-bullet:after {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

@media(max-width:749.98px) {
    .stage-video-slideshow .hero.swiper-container-horizontal .swiper-pagination--bars .swiper-pagination-bullet {
        width: 45px
    }
}

.stage-video-slideshow .hero.swiper-container-horizontal .swiper-pagination--bars .swiper-pagination-bullet-active:after {
    -webkit-animation: stage-slideshowBars 0s linear forwards;
    -moz-animation: stage-slideshowBars 0s linear forwards;
    animation: stage-slideshowBars 0s linear forwards
}

.stage-video-slideshow .hero .placeholder-svg {
    background-color: #f3f3f3;
    display: block;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    padding: 30px 0;
    width: 100%
}

@media(max-width:749.98px) {
    .stage-video-slideshow .hero--mobile-250px {
        height: 250px
    }

    .stage-video-slideshow .hero--mobile-300px {
        height: 300px
    }

    .stage-video-slideshow .hero--mobile-400px {
        height: 400px
    }

    .stage-video-slideshow .hero--mobile-500px {
        height: 500px
    }

    .stage-video-slideshow .hero--mobile-100vh {
        height: 100vh
    }
}

.stage-video-slideshow .slideshow__slide {
    height: 100%;
    position: absolute !important;
    width: 100%
}

.stage-video-slideshow .slideshow__slide .animation-cropper {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    opacity: 0
}

.stage-video-slideshow .slideshow__slide .animation-contents {
    opacity: 0;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.stage-video-slideshow .slideshow__slide .hero__image-wrapper {
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    transform: translateX(200px)
}

.stage-video-slideshow .slideshow__slide .hero__image-wrapper,
.stage-video-slideshow .slideshow__slide .hero__link .btn-lg {
    opacity: 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.stage-video-slideshow .hero:not(.hero--static) .slideshow__slide.is-selected .animation-cropper {
    opacity: 1
}

.stage-video-slideshow .hero:not(.hero--static) .slideshow__slide.is-selected .animation-contents {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

.stage-video-slideshow .hero:not(.hero--static) .slideshow__slide.is-selected .hero__image-wrapper {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .7s ease, -webkit-transform .7s ease;
    transition: opacity .7s ease, -webkit-transform .7s ease;
    -moz-transition: transform .7s ease, opacity .7s ease, -moz-transform .7s ease;
    transition: transform .7s ease, opacity .7s ease;
    transition: transform .7s ease, opacity .7s ease, -webkit-transform .7s ease, -moz-transform .7s ease
}

.stage-video-slideshow .hero:not(.hero--static) .slideshow__slide.is-selected .hero__top-subtitle .animation-contents {
    -webkit-animation: 1s cubic-bezier(.26, .54, .32, 1) .7s forwards;
    -moz-animation: 1s cubic-bezier(.26, .54, .32, 1) .7s forwards;
    animation: 1s cubic-bezier(.26, .54, .32, 1) .7s forwards;
    -webkit-animation-name: stage-rise-up;
    -moz-animation-name: stage-rise-up;
    animation-name: stage-rise-up
}

.stage-video-slideshow .hero:not(.hero--static) .slideshow__slide.is-selected .hero__title .animation-contents {
    -webkit-animation: .8s cubic-bezier(.26, .54, .32, 1) .3s forwards;
    -moz-animation: .8s cubic-bezier(.26, .54, .32, 1) .3s forwards;
    animation: .8s cubic-bezier(.26, .54, .32, 1) .3s forwards;
    -webkit-animation-name: stage-rise-up;
    -moz-animation-name: stage-rise-up;
    animation-name: stage-rise-up
}

.stage-video-slideshow .hero:not(.hero--static) .slideshow__slide.is-selected .hero__subtitle .animation-contents {
    -webkit-animation: 1s cubic-bezier(.26, .54, .32, 1) .7s forwards;
    -moz-animation: 1s cubic-bezier(.26, .54, .32, 1) .7s forwards;
    animation: 1s cubic-bezier(.26, .54, .32, 1) .7s forwards;
    -webkit-animation-name: stage-rise-up;
    -moz-animation-name: stage-rise-up;
    animation-name: stage-rise-up
}

.stage-video-slideshow .hero:not(.hero--static) .slideshow__slide.is-selected .hero__link .btn {
    -webkit-animation: stage-fade-in 2s ease 1.3s forwards;
    -moz-animation: stage-fade-in 2s ease 1.3s forwards;
    animation: stage-fade-in 2s ease 1.3s forwards
}

.stage-video-slideshow .hero:not(.hero--static) .slideshow__slide.is-selected .hero__link .btn:nth-child(2) {
    -webkit-animation: stage-fade-in 2s ease 1.6s forwards;
    -moz-animation: stage-fade-in 2s ease 1.6s forwards;
    animation: stage-fade-in 2s ease 1.6s forwards
}

.stage-video-slideshow .hero:not(.hero--static) .slideshow__slide.is-animate-out .animation-cropper {
    opacity: 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.stage-video-slideshow .hero:not(.hero--static) .slideshow__slide.is-animate-out .hero__image-wrapper {
    opacity: 0;
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    transform: translateX(-200px);
    -webkit-transition: opacity .5s ease-in .05s, -webkit-transform .5s ease-in .05s;
    transition: opacity .5s ease-in .05s, -webkit-transform .5s ease-in .05s;
    -moz-transition: transform .5s ease-in .05s, opacity .5s ease-in .05s, -moz-transform .5s ease-in .05s;
    transition: transform .5s ease-in .05s, opacity .5s ease-in .05s;
    transition: transform .5s ease-in .05s, opacity .5s ease-in .05s, -webkit-transform .5s ease-in .05s, -moz-transform .5s ease-in .05s
}

.stage-video-slideshow .hero:not(.hero--static) .slideshow__slide.is-animate-out .hero__link {
    opacity: 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.stage-video-slideshow .hero--static .slideshow__slide--index0 .animation-cropper {
    opacity: 1
}

.stage-video-slideshow .hero--static .slideshow__slide--index0 .animation-contents {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

.stage-video-slideshow .hero--static .slideshow__slide--index0 .hero__image-wrapper {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .7s ease, -webkit-transform .7s ease;
    transition: opacity .7s ease, -webkit-transform .7s ease;
    -moz-transition: transform .7s ease, opacity .7s ease, -moz-transform .7s ease;
    transition: transform .7s ease, opacity .7s ease;
    transition: transform .7s ease, opacity .7s ease, -webkit-transform .7s ease, -moz-transform .7s ease
}

.stage-video-slideshow .hero--static .slideshow__slide--index0 .hero__top-subtitle .animation-contents {
    -webkit-animation: 1s cubic-bezier(.26, .54, .32, 1) .7s forwards;
    -moz-animation: 1s cubic-bezier(.26, .54, .32, 1) .7s forwards;
    animation: 1s cubic-bezier(.26, .54, .32, 1) .7s forwards;
    -webkit-animation-name: stage-rise-up;
    -moz-animation-name: stage-rise-up;
    animation-name: stage-rise-up
}

.stage-video-slideshow .hero--static .slideshow__slide--index0 .hero__title .animation-contents {
    -webkit-animation: .8s cubic-bezier(.26, .54, .32, 1) .3s forwards;
    -moz-animation: .8s cubic-bezier(.26, .54, .32, 1) .3s forwards;
    animation: .8s cubic-bezier(.26, .54, .32, 1) .3s forwards;
    -webkit-animation-name: stage-rise-up;
    -moz-animation-name: stage-rise-up;
    animation-name: stage-rise-up
}

.stage-video-slideshow .hero--static .slideshow__slide--index0 .hero__subtitle .animation-contents {
    -webkit-animation: 1s cubic-bezier(.26, .54, .32, 1) .7s forwards;
    -moz-animation: 1s cubic-bezier(.26, .54, .32, 1) .7s forwards;
    animation: 1s cubic-bezier(.26, .54, .32, 1) .7s forwards;
    -webkit-animation-name: stage-rise-up;
    -moz-animation-name: stage-rise-up;
    animation-name: stage-rise-up
}

.stage-video-slideshow .hero--static .slideshow__slide--index0 .hero__link .btn {
    -webkit-animation: stage-fade-in 2s ease 1.3s forwards;
    -moz-animation: stage-fade-in 2s ease 1.3s forwards;
    animation: stage-fade-in 2s ease 1.3s forwards
}

.stage-video-slideshow .hero--static .slideshow__slide--index0 .hero__link .btn:nth-child(2) {
    -webkit-animation: stage-fade-in 2s ease 1.6s forwards;
    -moz-animation: stage-fade-in 2s ease 1.6s forwards;
    animation: stage-fade-in 2s ease 1.6s forwards
}

.stage-video-slideshow .hero--static .slideshow__slide.is-selected .animation-contents {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

.stage-video-slideshow .hero--static .slideshow__slide.is-selected .animation-contents,
.stage-video-slideshow .hero--static .slideshow__slide.is-selected .hero__image-wrapper {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: 0;
    -moz-animation-iteration-count: 0;
    animation-iteration-count: 0;
    opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.stage-video-slideshow .hero--static .slideshow__slide.is-selected .hero__image-wrapper {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0)
}

.stage-video-slideshow .hero--static .slideshow__slide.is-selected .hero__link .btn-lg {
    opacity: 1
}

.stage-video-slideshow .hero--static .slideshow__slide.is-selected .hero__link .btn-lg,
.stage-video-slideshow .hero--static .slideshow__slide.is-selected .hero__link .btn-lg:nth-child(2) {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: 0;
    -moz-animation-iteration-count: 0;
    animation-iteration-count: 0
}

@media(min-width:750px) {
    .stage-video-slideshow .slideshow-wrapper.is-natural {
        padding-top: 50%;
        position: relative
    }

    .stage-video-slideshow .slideshow-wrapper.is-natural .hero {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
}

@media(max-width:749.98px) {
    .stage-video-slideshow .slideshow-wrapper.is-natural-mobile {
        padding-top: 500px;
        position: relative
    }

    .stage-video-slideshow .slideshow-wrapper.is-natural-mobile .hero {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.stage-video-slideshow .flickity-viewport {
    position: relative
}

.stage-video-slideshow .flickity-slider {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%
}

.stage-video-slideshow .flickity-slider>* {
    pointer-events: none;
    z-index: 0
}

.stage-video-slideshow .flickity-slider>.is-selected {
    pointer-events: auto !important;
    z-index: 1
}

.stage-video-slideshow .flickity-slider>.is-selected img {
    display: block
}

.stage-video-slideshow .flickity-button {
    background-color: #fff;
    border-radius: 50%;
    bottom: -20px;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    color: #000;
    height: 40px;
    position: absolute;
    top: auto;
    width: 40px;
    z-index: 2
}

.stage-video-slideshow .flickity-button:hover {
    cursor: pointer;
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    transform: scale(1.12)
}

.stage-video-slideshow .flickity-button:active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
}

.stage-video-slideshow .flickity-button .flickity-button__icon {
    font-size: 12px;
    height: 30%;
    left: 35%;
    position: absolute;
    top: 35%;
    width: 30%
}

.stage-video-slideshow .flickity-button--prev {
    right: 90px
}

.stage-video-slideshow .flickity-button--prev .flickity-button__icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media(max-width:749.98px) {
    .stage-video-slideshow .flickity-button--prev {
        right: 60px
    }
}

.stage-video-slideshow .flickity-button--next {
    right: 40px
}

@media(max-width:749.98px) {
    .stage-video-slideshow .flickity-button--next {
        right: 20px
    }

    .stage-video-slideshow .flickity-button {
        bottom: -16px;
        height: 33px;
        width: 33px
    }
}

.stage-video-slideshow .placeholder-noblocks {
    padding: 40px;
    text-align: center
}

.stage-video-slideshow .slide-video-container,
.stage-video-slideshow .slide-video-container .video {
    height: 100%
}

.stage-video-slideshow .slide-video-container .video .video__title {
    padding-bottom: 30px
}

@media(max-width:749.98px) {
    .stage-video-slideshow .slide-video-container .video .video__title {
        padding-bottom: 20px
    }
}

.stage-video-slideshow .slide-video-container .video .video__caption {
    padding-top: 15px
}

@media(max-width:749.98px) {
    .stage-video-slideshow .slide-video-container .video .video__caption {
        padding: 15px 10px 0
    }
}

.stage-video-slideshow .slide-video-container .video {
    overflow: hidden;
    position: relative
}

.stage-video-slideshow .slide-video-container .video .video__cover,
.stage-video-slideshow .slide-video-container .video .video__fallback-cover {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.stage-video-slideshow .slide-video-container .video .video__fallback-cover.hide {
    display: none
}

.stage-video-slideshow .slide-video-container .video .video__cover-transparent-mask {
    background: transparent;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 64
}

.stage-video-slideshow .slide-video-container .video .video__cover-img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    opacity: 0;
    width: 100%
}

.stage-video-slideshow .slide-video-container .video .video__cover-img.lazyloaded {
    opacity: 1
}

.stage-video-slideshow .slide-video-container .video .video__slide-controll {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.stage-video-slideshow .slide-video-container .video .video__slide-controll .is-vimeo>div {
    height: 100%;
    left: 0;
    padding: 0 !important;
    position: absolute !important;
    top: 0;
    width: 100%
}

.stage-video-slideshow .slide-video-container .video .video__slide-controll .placeholder-svg {
    fill: #999;
    background-color: #e1e1e1;
    display: block;
    height: 100%;
    left: 0;
    max-height: 100%;
    max-width: 100%;
    padding: 30px 0;
    position: absolute;
    top: 0;
    width: 100%
}

.stage-video-slideshow .slide-video-container .video--r16-9 {
    padding-top: 56.25%
}

.stage-video-slideshow .slide-video-container .video--r21-9 {
    padding-top: 42.8571428571%
}

.stage-video-slideshow .slide-video-container .video--playing .video__cover,
.stage-video-slideshow .slide-video-container .video--playing .video__fallback-cover {
    z-index: 0
}

.stage-video-slideshow .slide-video-container .video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media(max-width:749.98px) {
    .stage-video-slideshow .slide-video-container .video-overlay .video-overlay__button {
        font-size: 44px
    }
}

.timeline-swiper>.swiper-wrapper {
    height: 580px
}

.timeline-swiper>.swiper-pagination {
    overflow-x: auto;
    position: static;
    white-space: nowrap
}

.timeline-swiper>.swiper-pagination-bullets .swiper-pagination-bullet {
    background: transparent;
    border-bottom: 0 solid;
    border-radius: 0;
    color: #000000;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    margin-left: 20px;
    margin-right: 20px;
    opacity: .6;
    position: relative;
    -webkit-transition: font-size .2s;
    -moz-transition: font-size .2s;
    transition: font-size .2s;
    vertical-align: middle;
    width: auto
}

.timeline-swiper>.swiper-pagination-bullets .swiper-pagination-bullet:after {
    background-color: currentColor;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    transform-origin: left;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -moz-transition: transform .3s, opacity .3s, -moz-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s, -moz-transform .3s
}

.timeline-swiper>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    color: #000000;
    opacity: 1;
    padding-left: 1.5px
}

.timeline-swiper>.swiper-pagination-bullets .swiper-pagination-bullet-active:after {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1)
}

.timeline-swiper .timeline-slide {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.timeline-slide__img {
    height: 580px;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    transform-origin: left;
    -webkit-transition: .5s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: .5s cubic-bezier(.645, .045, .355, 1);
    transition: .5s cubic-bezier(.645, .045, .355, 1)
}

.timeline-slide__img>img,
.timeline-slide__img>svg {
    height: 100%;
    width: 100%
}

.timeline-slide__img>img {
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle
}

.timeline-slide__img>svg {
    background-color: #f3f3f3
}

.timeline-slide__content {
    background-color: #ffffff;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0.6)));
    background: -webkit-linear-gradient(bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0.6));
    background: -moz-linear-gradient(bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0.6));
    background: linear-gradient(0deg, rgb(255, 255, 255), rgba(255, 255, 255, 0.6));
    bottom: 0;
    left: 0;
    max-height: 100%;
    overflow-y: auto;
    padding: 40px 20px 60px;
    position: absolute;
    right: 0;
    text-align: center
}

.timeline-slide__content h3,
.timeline-slide__content h4 {
    margin-bottom: 10px;
    margin-top: 0
}

.timeline-slide__content>* {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1) .5s;
    transition: opacity .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1) .5s;
    -moz-transition: opacity .5s cubic-bezier(.215, .61, .355, 1), transform 1s cubic-bezier(.215, .61, .355, 1) .5s, -moz-transform 1s cubic-bezier(.215, .61, .355, 1) .5s;
    transition: opacity .5s cubic-bezier(.215, .61, .355, 1), transform 1s cubic-bezier(.215, .61, .355, 1) .5s;
    transition: opacity .5s cubic-bezier(.215, .61, .355, 1), transform 1s cubic-bezier(.215, .61, .355, 1) .5s, -webkit-transform 1s cubic-bezier(.215, .61, .355, 1) .5s, -moz-transform 1s cubic-bezier(.215, .61, .355, 1) .5s
}

.timeline-slide__description {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px)
}

.timeline-swiper .timeline-slide.swiper-slide-active {
    opacity: 1;
    pointer-events: auto
}

.timeline-swiper .timeline-slide.swiper-slide-active .timeline-slide__img {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0)
}

.timeline-swiper .timeline-slide.swiper-slide-active .timeline-slide__content>* {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    transition-delay: .5s
}

@media(min-width:750px) {
    .timeline-swiper>.swiper-wrapper {
        height: 500px;
        margin-bottom: 60px
    }

    .timeline-slide {
        background-color: rgba(0, 0, 0, 0.03);
    }

    .timeline-slide__img-col {
        margin-right: calc(var(--sl-gutter-x)*.5);
        padding-right: 0;
        width: auto
    }

    .timeline-slide__img {
        height: 500px;
        -webkit-transform: translateX(-60px);
        -moz-transform: translateX(-60px);
        transform: translateX(-60px);
        width: 100%
    }

    .timeline-slide__content-col {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        position: relative
    }

    .timeline-slide__content {
        background: transparent;
        left: -webkit-calc(var(--sl-gutter-x)*0.5);
        left: -moz-calc(var(--sl-gutter-x)*0.5);
        left: calc(var(--sl-gutter-x)*.5);
        padding: 60px 60px 60px 0;
        right: -webkit-calc(var(--sl-gutter-x)*0.5);
        right: -moz-calc(var(--sl-gutter-x)*0.5);
        right: calc(var(--sl-gutter-x)*.5);
        text-align: left
    }

    .timeline-slide__content h4 {
        margin-bottom: 20px
    }

    .timeline-slide__content h3 {
        margin-bottom: 40px
    }
}

@media(max-width:749.98px) {
    .timeline-container {
        -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
        box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
        padding-left: 0;
        padding-right: 0
    }
}

.timeline-mobile-section+.shopline-section .section--divider {
    border-top: none;
    padding-top: 0
}

input {
    -webkit-appearance: none
}

.simple-blog {
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    text-align: left
}

.simple-blog .global-image {
    -webkit-transition: -webkit-transform 8s cubic-bezier(.25, .46, .45, .94);
    transition: -webkit-transform 8s cubic-bezier(.25, .46, .45, .94);
    -moz-transition: transform 8s cubic-bezier(.25, .46, .45, .94), -moz-transform 8s cubic-bezier(.25, .46, .45, .94);
    transition: transform 8s cubic-bezier(.25, .46, .45, .94);
    transition: transform 8s cubic-bezier(.25, .46, .45, .94), -webkit-transform 8s cubic-bezier(.25, .46, .45, .94), -moz-transform 8s cubic-bezier(.25, .46, .45, .94)
}

.simple-blog:hover .global-image {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2)
}

.simple-blog__fade-in {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
    -moz-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
}

.simple-blog__fade-in.come-into-view {
    -webkit-animation: column-fade-in .45s ease;
    -moz-animation: column-fade-in .45s ease;
    animation: column-fade-in .45s ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes column-fade-in {
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-moz-keyframes column-fade-in {
    to {
        opacity: 1;
        -moz-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes column-fade-in {
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.simple-blog__image-wrapper {
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%
}

.simple-blog__info {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 0;
    flex: 1 0 0
}

.simple-blog__title-wrap {
    display: inline-block;
    margin-bottom: -.2em;
    margin-top: -.2em;
    overflow: hidden;
    padding: .2em 0
}

.simple-blog__title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden
}

.simple-blog__title>span {
    vertical-align: sub
}

.simple-blog__extra-info {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin-top: 10px
}

.simple-blog__extra-info .text {
    max-width: -webkit-calc(50% - 25px);
    max-width: -moz-calc(50% - 25px);
    max-width: calc(50% - 25px);
    opacity: .6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.simple-blog__extra-info .separator {
    color: #E0E0D7;
    margin-left: 15px;
    margin-right: 15px;
    opacity: 1
}

.simple-blog__extra-info :first-child {
    text-align: right
}

.simple-blog__extra-info :last-child {
    text-align: inherit
}

.simple-blog__extra-info .separator+span {
    text-align: left
}

.simple-blog__description {
    color: #000000;
    margin-top: 20px;
    word-break: break-word
}

@media(min-width:750px) {
    .simple-blog__description {
        margin-top: 15px;
        padding-right: 20px
    }
}

.simple-blog__btn {
    display: inline-block;
    margin-top: 20px
}

@media(max-width:749.98px) {
    .simple-blog__btn {
        margin-top: 15px
    }
}

.simple-blog__image {
    position: relative
}

.simple-blog__empty-img {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #f3f3f3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.simple-blog__tags {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    margin-top: 10px;
    overflow: hidden;
    word-break: break-all
}

.simple-blog__tag {
    font-size: 14px;
    opacity: .6
}

.blogs__list-wrapper {
    overflow: hidden;
    width: 100%
}

.blogs__list {
    display: block;
    list-style: none;
    margin: -50px 0 0 -22px;
    padding: 0
}

@media(max-width:749.98px) {
    .blogs__list {
        margin-top: -40px
    }
}

@media(min-width:750px) {
    .blogs__list--grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .blogs__list--grid .blogs__item {
        width: -webkit-calc(33.33333% - 22px);
        width: -moz-calc(33.33333% - 22px);
        width: calc(33.33333% - 22px)
    }

    .blogs__list--list .simple-blog {
        -webkit-box-align: start;
        -moz-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        text-align: left
    }

    .blogs__list--list .simple-blog__image-wrapper {
        -webkit-align-self: stretch;
        align-self: stretch;
        margin-bottom: 0;
        margin-right: 40px;
        max-width: 458px;
        width: 40%
    }

    .blogs__list--list .simple-blog__image-wrapper .global-image {
        height: 100%;
        width: 100%
    }

    .blogs__list--list .simple-blog__main {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1 0 0;
        flex: 1 0 0;
        overflow: hidden
    }

    .blogs__list--list .simple-blog__extra-info {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }

    .blogs__list--list .simple-blog__extra-info .text:last-child {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1 0 0;
        flex: 1 0 0;
        max-width: none
    }

    .blogs__list--list .simple-blog__description {
        padding: 0
    }
}

.blogs__item {
    margin-left: 22px;
    margin-top: 50px
}

@media(max-width:749.98px) {
    .blogs__item {
        margin-top: 40px
    }
}

.blogs__head {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    color: #000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 30px
}

.blogs__head--no-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media(max-width:749.98px) {
    .blogs__head--no-title {
        margin-bottom: 0
    }
}

.blogs__main {
    --sl-gutter-x: 40px
}

@media(max-width:749.98px) {
    .blogs__main {
        --sl-gutter-x: 20px
    }
}

.blogs__btn-wrapper {
    margin-top: 48px;
    text-align: center
}
input{-webkit-appearance:none}.blog-breadcrumb{-webkit-box-align:center;-moz-box-align:center;-webkit-box-pack:center;-moz-box-pack:center;-webkit-align-items:center;align-items:center;color:#000000;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:inline-flex;-webkit-justify-content:center;justify-content:center;margin:0 0 30px;padding:0}.blog-breadcrumb-separator{margin:0 10px}.stage__custom__page .render-by-page *{word-wrap:break-word;word-break:keep-all}.stage__custom__page--container .body3{word-break:break-all}.stage__custom__page--container .title3{line-height:1.2;margin-bottom:20px;text-align:center}.stage__custom__page--container .contact-form__textarea textarea{height:160px}.stage__custom__page--container #contact-form__submit{margin-left:calc(var(--sl-gutter-x)*.5);margin-right:calc(var(--sl-gutter-x)*.5);width:auto}@media(max-width:749.98px){.stage__custom__page--container #contact-form__submit{margin-left:auto;margin-right:auto}}
.advc .advc-file-list__header{margin-bottom:40px;text-align:center}@media (max-width:749.98px){.advc .advc-file-list__header{margin-bottom:20px}}.advc .advc-file-list__desc{margin-bottom:40px;margin-top:10px}@media (max-width:749.98px){.advc .advc-file-list__desc{margin-bottom:20px}}.advc .advc-file-list__placeholder-noblocks{padding-top:40px;text-align:center}.advc .advc-file-list__container{position:relative}.advc .advc-file-list__container.is-small-size .file-list__author>div,.advc .advc-file-list__container.is-small-size .file-list__desc>div{font-size:.9em}.advc .advc-file-list__container.is-large-size .file-list__author>div,.advc .advc-file-list__container.is-large-size .file-list__desc>div{font-size:1.1em}.advc .advc-file-list__mb-box{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;margin:0 -20px;overflow-x:auto;padding-bottom:10px;padding-left:20px;scrollbar-width:none}.advc .advc-file-list__mb-box::-webkit-scrollbar{display:none}.advc .advc-file-list__mb-box .item{-webkit-box-flex:1;-moz-box-flex:1;display:block;-webkit-flex-grow:1;flex-grow:1;-webkit-flex-shrink:1;flex-shrink:1;min-width:-webkit-calc(50% - 30px);min-width:-moz-calc(50% - 30px);min-width:calc(50% - 30px);padding-right:20px;width:50%}.advc .advc-file-list__mb-box .item .bg{background:#f3f3f3;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow:hidden;position:relative;text-align:center;width:100%}.advc .advc-file-list__mb-box .item .bg:before{content:"";display:block;float:left;padding-bottom:62%;width:0}.advc .advc-file-list__mb-box .item .bg svg{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:16.666%}.advc .advc-file-list__mb-box .item .bg img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.advc .advc-file-list__mb-box .item .tit{margin-top:5px;overflow:hidden;text-align:center}.advc .advc-file-list__swiper-wrapper{padding:0 20px}.advc .advc-file-list__swiper-box{margin:0 auto;overflow:hidden;width:86%}.advc .advc-file-list__swiper{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;list-style:none;margin:0;padding:0}.advc .advc-file-list__center{-webkit-box-pack:center;-moz-box-pack:center;-webkit-justify-content:center;justify-content:center}.advc .advc-file-list__slide{-webkit-box-flex:0;-moz-box-flex:0;-webkit-flex-grow:0;flex-grow:0;-webkit-flex-shrink:0;flex-shrink:0;margin-right:60px;overflow:hidden;width:-webkit-calc(33.33% - 40px)!important;width:-moz-calc(33.33% - 40px)!important;width:calc(33.33% - 40px)!important}.advc .advc-file-list__slide:last-child{margin-right:0!important}.advc .advc-file-list__slide .box{display:block;height:100%;width:100%}.advc .advc-file-list__slide .box .bg{background:#f3f3f3;overflow:hidden;position:relative;text-align:center;width:100%}.advc .advc-file-list__slide .box .bg:before{content:"";display:block;float:left;padding-bottom:62%;width:0}.advc .advc-file-list__slide .box .bg svg{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:16.666%}.advc .advc-file-list__slide .box .bg img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.advc .advc-file-list__slide .box .tit{margin-top:20px;overflow:hidden;text-align:center}.advc .advc-file-list__download{-webkit-box-pack:center;-moz-box-pack:center;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;align-items:center;background-color:#fff;border-radius:50%;color:#000;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;height:48px;-webkit-justify-content:center;justify-content:center;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:48px}.advc .advc-file-list__download .advc-file-list__download--icon{font-size:27px;line-height:27px}@media (max-width:749.98px){.advc .advc-file-list__download{height:24px;width:24px}.advc .advc-file-list__download .advc-file-list__download--icon{font-size:14px;line-height:14px}}.advc .advc-file-list__pagination{font-size:0;margin:30px auto 0;overflow:hidden;text-align:center;white-space:nowrap}@media (max-width:749.98px){.advc .advc-file-list__pagination{margin-top:40px}}.advc .advc-file-list__pagination .swiper-pagination-bullet{background:#000;background-color:currentColor;border-radius:50%;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;display:inline-block;height:6px;margin:0 5px;opacity:.2;opacity:.4;transition:all 2s;-webkit-transition:all 2s;-moz-transition:all 2s;-ms-transition:all 2s;-o-transition:all 2s;vertical-align:middle;width:6px}.advc .advc-file-list__pagination .swiper-pagination-bullet:hover{cursor:pointer;opacity:.6}.advc .advc-file-list__pagination .swiper-pagination-bullet.is-active{opacity:1;width:24px}.advc .advc-file-list__pagination .swiper-pagination-bullet.is-next,.advc .advc-file-list__pagination .swiper-pagination-bullet.is-prev{-webkit-transform:scale(.66);-moz-transform:scale(.66);transform:scale(.66)}.advc .advc-file-list__arrow{-webkit-box-align:center;-moz-box-align:center;-webkit-box-pack:center;-moz-box-pack:center;-webkit-align-items:center;align-items:center;background:none;border:none;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;height:38px;-webkit-justify-content:center;justify-content:center;outline:none;padding:0;position:absolute;top:-webkit-calc(50% - 40px);top:-moz-calc(50% - 40px);top:calc(50% - 40px)}.advc .advc-file-list__arrow:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1)}.advc .advc-file-list__arrow.swiper-button-lock{display:none!important}.advc .advc-file-list__arrow:disabled{cursor:not-allowed;opacity:.3}.advc .advc-file-list__arrow:disabled:hover{-webkit-box-shadow:none;box-shadow:none;-webkit-transform:none;-moz-transform:none;transform:none}.advc .advc-file-list__arrow .advc-file-list__arrow--icon{font-size:40px}.advc .advc-file-list__arrow--left{left:20px}.advc .advc-file-list__arrow--right{right:20px}.advc .advc-file-list__style-list{margin:0 auto;max-width:960px}