@charset "UTF-8";

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: "Plain Light", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0d0900;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

a {
    color: #0d0900;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #000;
    text-decoration: none
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
pre {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #666;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

._h1,
._h2,
._h3,
._h4,
._h5,
._h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: "Plain Light", sans-serif;
    font-weight: 500;
    line-height: 1.2
}

._h1,
h1 {
    font-size: 1.375rem
}

._h2,
h2 {
    font-size: 1.125rem
}

._h3,
h3 {
    font-size: 1rem
}

._h4,
h4 {
    font-size: .875rem
}

._h5,
h5 {
    font-size: .75rem
}

._h6,
h6 {
    font-size: .625rem
}

._display-1 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2
}

._display-2 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2
}

._display-3 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2
}

._display-4 {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #e4e4e4
}

._small,
small {
    font-size: .875em;
    font-weight: 400
}

._list-unstyled {
    padding-left: 0;
    list-style: none
}

._list-inline {
    padding-left: 0;
    list-style: none
}

._list-inline-item {
    display: inline-block
}

._list-inline-item:not(:last-child) {
    margin-right: .5rem
}

._figure {
    display: inline-block
}

._figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

._figure-caption {
    font-size: 90%;
    color: #6c757d
}

._container,
._container-lg,
._container-md,
._container-sm,
._container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:480px) {

    ._container,
    ._container-sm {
        max-width: 480px
    }
}

@media (min-width:768px) {

    ._container,
    ._container-md,
    ._container-sm {
        max-width: 768px
    }
}

@media (min-width:1024px) {

    ._container,
    ._container-lg,
    ._container-md,
    ._container-sm {
        max-width: 1024px
    }
}

@media (min-width:1440px) {

    ._container,
    ._container-lg,
    ._container-md,
    ._container-sm,
    ._container-xl {
        max-width: 1440px
    }
}

._row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

._no-gutters {
    margin-right: 0;
    margin-left: 0
}

._no-gutters>._col,
._no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

._col,
._col-1,
._col-10,
._col-11,
._col-12,
._col-2,
._col-3,
._col-4,
._col-5,
._col-6,
._col-7,
._col-8,
._col-9,
._col-auto,
._col-lg,
._col-lg-1,
._col-lg-10,
._col-lg-11,
._col-lg-12,
._col-lg-2,
._col-lg-3,
._col-lg-4,
._col-lg-5,
._col-lg-6,
._col-lg-7,
._col-lg-8,
._col-lg-9,
._col-lg-auto,
._col-md,
._col-md-1,
._col-md-10,
._col-md-11,
._col-md-12,
._col-md-2,
._col-md-3,
._col-md-4,
._col-md-5,
._col-md-6,
._col-md-7,
._col-md-8,
._col-md-9,
._col-md-auto,
._col-sm,
._col-sm-1,
._col-sm-10,
._col-sm-11,
._col-sm-12,
._col-sm-2,
._col-sm-3,
._col-sm-4,
._col-sm-5,
._col-sm-6,
._col-sm-7,
._col-sm-8,
._col-sm-9,
._col-sm-auto,
._col-xl,
._col-xl-1,
._col-xl-10,
._col-xl-11,
._col-xl-12,
._col-xl-2,
._col-xl-3,
._col-xl-4,
._col-xl-5,
._col-xl-6,
._col-xl-7,
._col-xl-8,
._col-xl-9,
._col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

._col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

._row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}

._row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

._row-cols-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

._row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}

._row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}

._row-cols-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

._col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

._col-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
}

._col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
}

._col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

._col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
}

._col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
}

._col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

._col-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
}

._col-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
}

._col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

._col-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
}

._col-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
}

._col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

._order-first {
    order: -1
}

._order-last {
    order: 13
}

._order-0 {
    order: 0
}

._order-1 {
    order: 1
}

._order-2 {
    order: 2
}

._order-3 {
    order: 3
}

._order-4 {
    order: 4
}

._order-5 {
    order: 5
}

._order-6 {
    order: 6
}

._order-7 {
    order: 7
}

._order-8 {
    order: 8
}

._order-9 {
    order: 9
}

._order-10 {
    order: 10
}

._order-11 {
    order: 11
}

._order-12 {
    order: 12
}

._offset-1 {
    margin-left: 8.33333333%
}

._offset-2 {
    margin-left: 16.66666667%
}

._offset-3 {
    margin-left: 25%
}

._offset-4 {
    margin-left: 33.33333333%
}

._offset-5 {
    margin-left: 41.66666667%
}

._offset-6 {
    margin-left: 50%
}

._offset-7 {
    margin-left: 58.33333333%
}

._offset-8 {
    margin-left: 66.66666667%
}

._offset-9 {
    margin-left: 75%
}

._offset-10 {
    margin-left: 83.33333333%
}

._offset-11 {
    margin-left: 91.66666667%
}

@media (min-width:480px) {
    ._col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    ._row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    ._row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    ._row-cols-sm-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    ._row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    ._row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    ._row-cols-sm-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    ._col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    ._col-sm-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    ._col-sm-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    ._col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    ._col-sm-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    ._col-sm-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    ._col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    ._col-sm-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    ._col-sm-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    ._col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    ._col-sm-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    ._col-sm-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    ._col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    ._order-sm-first {
        order: -1
    }

    ._order-sm-last {
        order: 13
    }

    ._order-sm-0 {
        order: 0
    }

    ._order-sm-1 {
        order: 1
    }

    ._order-sm-2 {
        order: 2
    }

    ._order-sm-3 {
        order: 3
    }

    ._order-sm-4 {
        order: 4
    }

    ._order-sm-5 {
        order: 5
    }

    ._order-sm-6 {
        order: 6
    }

    ._order-sm-7 {
        order: 7
    }

    ._order-sm-8 {
        order: 8
    }

    ._order-sm-9 {
        order: 9
    }

    ._order-sm-10 {
        order: 10
    }

    ._order-sm-11 {
        order: 11
    }

    ._order-sm-12 {
        order: 12
    }

    ._offset-sm-0 {
        margin-left: 0
    }

    ._offset-sm-1 {
        margin-left: 8.33333333%
    }

    ._offset-sm-2 {
        margin-left: 16.66666667%
    }

    ._offset-sm-3 {
        margin-left: 25%
    }

    ._offset-sm-4 {
        margin-left: 33.33333333%
    }

    ._offset-sm-5 {
        margin-left: 41.66666667%
    }

    ._offset-sm-6 {
        margin-left: 50%
    }

    ._offset-sm-7 {
        margin-left: 58.33333333%
    }

    ._offset-sm-8 {
        margin-left: 66.66666667%
    }

    ._offset-sm-9 {
        margin-left: 75%
    }

    ._offset-sm-10 {
        margin-left: 83.33333333%
    }

    ._offset-sm-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width:768px) {
    ._col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    ._row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    ._row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    ._row-cols-md-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    ._row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    ._row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    ._row-cols-md-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    ._col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    ._col-md-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    ._col-md-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    ._col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    ._col-md-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    ._col-md-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    ._col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    ._col-md-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    ._col-md-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    ._col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    ._col-md-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    ._col-md-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    ._col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    ._order-md-first {
        order: -1
    }

    ._order-md-last {
        order: 13
    }

    ._order-md-0 {
        order: 0
    }

    ._order-md-1 {
        order: 1
    }

    ._order-md-2 {
        order: 2
    }

    ._order-md-3 {
        order: 3
    }

    ._order-md-4 {
        order: 4
    }

    ._order-md-5 {
        order: 5
    }

    ._order-md-6 {
        order: 6
    }

    ._order-md-7 {
        order: 7
    }

    ._order-md-8 {
        order: 8
    }

    ._order-md-9 {
        order: 9
    }

    ._order-md-10 {
        order: 10
    }

    ._order-md-11 {
        order: 11
    }

    ._order-md-12 {
        order: 12
    }

    ._offset-md-0 {
        margin-left: 0
    }

    ._offset-md-1 {
        margin-left: 8.33333333%
    }

    ._offset-md-2 {
        margin-left: 16.66666667%
    }

    ._offset-md-3 {
        margin-left: 25%
    }

    ._offset-md-4 {
        margin-left: 33.33333333%
    }

    ._offset-md-5 {
        margin-left: 41.66666667%
    }

    ._offset-md-6 {
        margin-left: 50%
    }

    ._offset-md-7 {
        margin-left: 58.33333333%
    }

    ._offset-md-8 {
        margin-left: 66.66666667%
    }

    ._offset-md-9 {
        margin-left: 75%
    }

    ._offset-md-10 {
        margin-left: 83.33333333%
    }

    ._offset-md-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width:1024px) {
    ._col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    ._row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    ._row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    ._row-cols-lg-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    ._row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    ._row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    ._row-cols-lg-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    ._col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    ._col-lg-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    ._col-lg-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    ._col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    ._col-lg-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    ._col-lg-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    ._col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    ._col-lg-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    ._col-lg-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    ._col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    ._col-lg-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    ._col-lg-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    ._col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    ._order-lg-first {
        order: -1
    }

    ._order-lg-last {
        order: 13
    }

    ._order-lg-0 {
        order: 0
    }

    ._order-lg-1 {
        order: 1
    }

    ._order-lg-2 {
        order: 2
    }

    ._order-lg-3 {
        order: 3
    }

    ._order-lg-4 {
        order: 4
    }

    ._order-lg-5 {
        order: 5
    }

    ._order-lg-6 {
        order: 6
    }

    ._order-lg-7 {
        order: 7
    }

    ._order-lg-8 {
        order: 8
    }

    ._order-lg-9 {
        order: 9
    }

    ._order-lg-10 {
        order: 10
    }

    ._order-lg-11 {
        order: 11
    }

    ._order-lg-12 {
        order: 12
    }

    ._offset-lg-0 {
        margin-left: 0
    }

    ._offset-lg-1 {
        margin-left: 8.33333333%
    }

    ._offset-lg-2 {
        margin-left: 16.66666667%
    }

    ._offset-lg-3 {
        margin-left: 25%
    }

    ._offset-lg-4 {
        margin-left: 33.33333333%
    }

    ._offset-lg-5 {
        margin-left: 41.66666667%
    }

    ._offset-lg-6 {
        margin-left: 50%
    }

    ._offset-lg-7 {
        margin-left: 58.33333333%
    }

    ._offset-lg-8 {
        margin-left: 66.66666667%
    }

    ._offset-lg-9 {
        margin-left: 75%
    }

    ._offset-lg-10 {
        margin-left: 83.33333333%
    }

    ._offset-lg-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width:1440px) {
    ._col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    ._row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    ._row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    ._row-cols-xl-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    ._row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    ._row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    ._row-cols-xl-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    ._col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    ._col-xl-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    ._col-xl-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    ._col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    ._col-xl-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    ._col-xl-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    ._col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    ._col-xl-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    ._col-xl-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    ._col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    ._col-xl-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    ._col-xl-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    ._col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    ._order-xl-first {
        order: -1
    }

    ._order-xl-last {
        order: 13
    }

    ._order-xl-0 {
        order: 0
    }

    ._order-xl-1 {
        order: 1
    }

    ._order-xl-2 {
        order: 2
    }

    ._order-xl-3 {
        order: 3
    }

    ._order-xl-4 {
        order: 4
    }

    ._order-xl-5 {
        order: 5
    }

    ._order-xl-6 {
        order: 6
    }

    ._order-xl-7 {
        order: 7
    }

    ._order-xl-8 {
        order: 8
    }

    ._order-xl-9 {
        order: 9
    }

    ._order-xl-10 {
        order: 10
    }

    ._order-xl-11 {
        order: 11
    }

    ._order-xl-12 {
        order: 12
    }

    ._offset-xl-0 {
        margin-left: 0
    }

    ._offset-xl-1 {
        margin-left: 8.33333333%
    }

    ._offset-xl-2 {
        margin-left: 16.66666667%
    }

    ._offset-xl-3 {
        margin-left: 25%
    }

    ._offset-xl-4 {
        margin-left: 33.33333333%
    }

    ._offset-xl-5 {
        margin-left: 41.66666667%
    }

    ._offset-xl-6 {
        margin-left: 50%
    }

    ._offset-xl-7 {
        margin-left: 58.33333333%
    }

    ._offset-xl-8 {
        margin-left: 66.66666667%
    }

    ._offset-xl-9 {
        margin-left: 75%
    }

    ._offset-xl-10 {
        margin-left: 83.33333333%
    }

    ._offset-xl-11 {
        margin-left: 91.66666667%
    }
}

._container,
._container-lg,
._container-md,
._container-sm,
._container-xl {
    padding-right: 16px;
    padding-left: 16px
}

._row:not(._no-gutters) {
    margin-right: -8px;
    margin-left: -8px
}

._row:not(._no-gutters)>._col,
._row:not(._no-gutters)>[class*=_col-] {
    padding-right: 8px;
    padding-left: 8px
}

@media (min-width:768px) {

    ._container,
    ._container-lg,
    ._container-md,
    ._container-sm,
    ._container-xl {
        padding-right: 32px;
        padding-left: 32px
    }

    ._row:not(._no-gutters) {
        margin-right: -16px;
        margin-left: -16px
    }

    ._row:not(._no-gutters)>._col,
    ._row:not(._no-gutters)>[class*=_col-] {
        padding-right: 16px;
        padding-left: 16px
    }
}

@media (min-width:1440px) {

    ._container-lg.-small,
    ._container-md.-small,
    ._container-xl.-small,
    ._container.-small {
        max-width: 1204px
    }
}

@media (max-width:479.9px) {
    ._d-sm-only-none {
        display: none !important
    }
}

@media (max-width:768.9px) {
    ._d-md-only-none {
        display: none !important
    }
}

._d-show-inline-block-sm {
    display: inline-block
}

@media (min-width:480px) and (max-width:768px) {
    ._d-show-inline-block-sm {
        display: none !important
    }
}

._form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: .75rem 1rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    ._form-control {
        transition: none
    }
}

._form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

._form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #8d6100;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(13, 9, 0, .25)
}

._form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

._form-control:disabled,
._form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type=date]._form-control,
input[type=datetime-local]._form-control,
input[type=month]._form-control,
input[type=time]._form-control {
    appearance: none
}

select._form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

select._form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

._form-control-file,
._form-control-range {
    display: block;
    width: 100%
}

._col-form-label {
    padding-top: calc(.75rem + 1px);
    padding-bottom: calc(.75rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

._col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

._col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

._form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 2px
}

._form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 2px
}

select._form-control[multiple],
select._form-control[size] {
    height: auto
}

textarea._form-control {
    height: auto
}

._form-group {
    margin-bottom: 1rem
}

._form-text {
    display: block;
    margin-top: .25rem
}

._form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -.5rem;
    margin-left: -.5rem
}

._form-row>._col,
._form-row>[class*=col-] {
    padding-right: .5rem;
    padding-left: .5rem
}

._form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

._form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

._form-check-input:disabled~._form-check-label,
._form-check-input[disabled]~._form-check-label {
    color: #666
}

._form-check-label {
    margin-bottom: 0
}

._form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

._form-check-inline ._form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

._form-control._is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 1.5rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www._w3._org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .375rem) center;
    background-size: calc(.75em + .75rem) calc(.75em + .75rem)
}

._form-control._is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

select._form-control._is-valid {
    padding-right: 4rem !important;
    background-position: right 2rem center
}

textarea._form-control._is-valid {
    padding-right: calc(1.5em + 1.5rem);
    background-position: top calc(.375em + .375rem) right calc(.375em + .375rem)
}

._custom-select._is-valid {
    border-color: #28a745;
    padding-right: calc(.75em + 3.125rem) !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www._w3._org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www._w3._org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 2rem/calc(.75em + .75rem) calc(.75em + .75rem) no-repeat
}

._custom-select._is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

._form-check-input._is-valid~._form-check-label {
    color: #28a745
}

._custom-control-input._is-valid~._custom-control-label {
    color: #28a745
}

._custom-control-input._is-valid~._custom-control-label::before {
    border-color: #28a745
}

._custom-control-input._is-valid:checked~._custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

._custom-control-input._is-valid:focus~._custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

._custom-control-input._is-valid:focus:not(:checked)~._custom-control-label::before {
    border-color: #28a745
}

._custom-file-input._is-valid~._custom-file-label {
    border-color: #28a745
}

._custom-file-input._is-valid:focus~._custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

._form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

._form-inline ._form-check {
    width: 100%
}

@media (min-width:480px) {
    ._form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    ._form-inline ._form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    ._form-inline ._form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    ._form-inline ._custom-select,
    ._form-inline ._input-group {
        width: auto
    }

    ._form-inline ._form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    ._form-inline ._form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    ._form-inline ._custom-control {
        align-items: center;
        justify-content: center
    }

    ._form-inline ._custom-control-label {
        margin-bottom: 0
    }
}

._btn,
._cta,
._cta-black,
._cta-sale,
._cta-white,
._cta-yellow {
    display: inline-block;
    font-weight: 400;
    color: #0d0900;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .75rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 2px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

    ._btn,
    ._cta,
    ._cta-black,
    ._cta-sale,
    ._cta-white,
    ._cta-yellow {
        transition: none
    }
}

._btn:hover,
._cta-black:hover,
._cta-sale:hover,
._cta-white:hover,
._cta-yellow:hover,
._cta:hover {
    color: #0d0900;
    text-decoration: none
}

._btn:focus,
._cta-black:focus,
._cta-sale:focus,
._cta-white:focus,
._cta-yellow:focus,
._cta:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(13, 9, 0, .25)
}

._btn._disabled,
._btn:disabled,
._cta-black:disabled,
._cta-sale:disabled,
._cta-white:disabled,
._cta-yellow:disabled,
._cta:disabled,
._disabled._cta,
._disabled._cta-black,
._disabled._cta-sale,
._disabled._cta-white,
._disabled._cta-yellow {
    opacity: .4
}

._btn:not(:disabled):not(._disabled),
._cta-black:not(:disabled):not(._disabled),
._cta-sale:not(:disabled):not(._disabled),
._cta-white:not(:disabled):not(._disabled),
._cta-yellow:not(:disabled):not(._disabled),
._cta:not(:disabled):not(._disabled) {
    cursor: pointer
}

a._btn._disabled,
a._disabled._cta,
a._disabled._cta-black,
a._disabled._cta-sale,
a._disabled._cta-white,
a._disabled._cta-yellow {
    pointer-events: none
}

._btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

._btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

._btn-info:focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

._btn-info._disabled,
._btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

._btn-info:not(:disabled):not(._disabled)._active,
._btn-info:not(:disabled):not(._disabled):active,
._show>._btn-info._dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

._btn-info:not(:disabled):not(._disabled)._active:focus,
._btn-info:not(:disabled):not(._disabled):active:focus,
._show>._btn-info._dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

._btn-warning,
._cta-yellow {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

._btn-warning:hover,
._cta-yellow:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

._btn-warning:focus,
._cta-yellow:focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

._btn-warning._disabled,
._btn-warning:disabled,
._cta-yellow:disabled,
._disabled._cta-yellow {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

._btn-warning:not(:disabled):not(._disabled)._active,
._btn-warning:not(:disabled):not(._disabled):active,
._cta-yellow:not(:disabled):not(._disabled)._active,
._cta-yellow:not(:disabled):not(._disabled):active,
._show>._btn-warning._dropdown-toggle,
._show>._dropdown-toggle._cta-yellow {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

._btn-warning:not(:disabled):not(._disabled)._active:focus,
._btn-warning:not(:disabled):not(._disabled):active:focus,
._cta-yellow:not(:disabled):not(._disabled)._active:focus,
._cta-yellow:not(:disabled):not(._disabled):active:focus,
._show>._btn-warning._dropdown-toggle:focus,
._show>._dropdown-toggle._cta-yellow:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

._btn-light {
    color: #212529;
    background-color: #f5f4f4;
    border-color: #f5f4f4
}

._btn-light:hover {
    color: #212529;
    background-color: #e3e0e0;
    border-color: #ddd9d9
}

._btn-light:focus {
    color: #212529;
    background-color: #e3e0e0;
    border-color: #ddd9d9;
    box-shadow: 0 0 0 .2rem rgba(213, 213, 214, .5)
}

._btn-light._disabled,
._btn-light:disabled {
    color: #212529;
    background-color: #f5f4f4;
    border-color: #f5f4f4
}

._btn-light:not(:disabled):not(._disabled)._active,
._btn-light:not(:disabled):not(._disabled):active,
._show>._btn-light._dropdown-toggle {
    color: #212529;
    background-color: #ddd9d9;
    border-color: #d7d3d3
}

._btn-light:not(:disabled):not(._disabled)._active:focus,
._btn-light:not(:disabled):not(._disabled):active:focus,
._show>._btn-light._dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(213, 213, 214, .5)
}

._btn-black,
._cta-white {
    color: #fff;
    background-color: #0d0900;
    border-color: #0d0900
}

._btn-black:hover,
._cta-white:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

._btn-black:focus,
._cta-white:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: 0 0 0 .2rem rgba(49, 46, 38, .5)
}

._btn-black._disabled,
._btn-black:disabled,
._cta-white:disabled,
._disabled._cta-white {
    color: #fff;
    background-color: #0d0900;
    border-color: #0d0900
}

._btn-black:not(:disabled):not(._disabled)._active,
._btn-black:not(:disabled):not(._disabled):active,
._cta-white:not(:disabled):not(._disabled)._active,
._cta-white:not(:disabled):not(._disabled):active,
._show>._btn-black._dropdown-toggle,
._show>._dropdown-toggle._cta-white {
    color: #fff;
    background-color: #000;
    border-color: #000
}

._btn-black:not(:disabled):not(._disabled)._active:focus,
._btn-black:not(:disabled):not(._disabled):active:focus,
._cta-white:not(:disabled):not(._disabled)._active:focus,
._cta-white:not(:disabled):not(._disabled):active:focus,
._show>._btn-black._dropdown-toggle:focus,
._show>._dropdown-toggle._cta-white:focus {
    box-shadow: 0 0 0 .2rem rgba(49, 46, 38, .5)
}

._btn-sale,
._cta-sale {
    color: #fff;
    background-color: #ae131e;
    border-color: #ae131e
}

._btn-sale:hover,
._cta-sale:hover {
    color: #fff;
    background-color: #8c0f18;
    border-color: #800e16
}

._btn-sale:focus,
._cta-sale:focus {
    color: #fff;
    background-color: #8c0f18;
    border-color: #800e16;
    box-shadow: 0 0 0 .2rem rgba(186, 54, 64, .5)
}

._btn-sale._disabled,
._btn-sale:disabled,
._cta-sale:disabled,
._disabled._cta-sale {
    color: #fff;
    background-color: #ae131e;
    border-color: #ae131e
}

._btn-sale:not(:disabled):not(._disabled)._active,
._btn-sale:not(:disabled):not(._disabled):active,
._cta-sale:not(:disabled):not(._disabled)._active,
._cta-sale:not(:disabled):not(._disabled):active,
._show>._btn-sale._dropdown-toggle,
._show>._dropdown-toggle._cta-sale {
    color: #fff;
    background-color: #800e16;
    border-color: #750d14
}

._btn-sale:not(:disabled):not(._disabled)._active:focus,
._btn-sale:not(:disabled):not(._disabled):active:focus,
._cta-sale:not(:disabled):not(._disabled)._active:focus,
._cta-sale:not(:disabled):not(._disabled):active:focus,
._show>._btn-sale._dropdown-toggle:focus,
._show>._dropdown-toggle._cta-sale:focus {
    box-shadow: 0 0 0 .2rem rgba(186, 54, 64, .5)
}

._cta-black {
    color: #0d0900;
    border-color: #0d0900
}

._cta-black:hover {
    color: #fff;
    background-color: #0d0900;
    border-color: #0d0900
}

._cta-black:focus {
    box-shadow: 0 0 0 .2rem rgba(13, 9, 0, .5)
}

._cta-black:disabled,
._disabled._cta-black {
    color: #0d0900;
    background-color: transparent
}

._cta-black:not(:disabled):not(._disabled)._active,
._cta-black:not(:disabled):not(._disabled):active,
._show>._dropdown-toggle._cta-black {
    color: #fff;
    background-color: #0d0900;
    border-color: #0d0900
}

._cta-black:not(:disabled):not(._disabled)._active:focus,
._cta-black:not(:disabled):not(._disabled):active:focus,
._show>._dropdown-toggle._cta-black:focus {
    box-shadow: 0 0 0 .2rem rgba(13, 9, 0, .5)
}

._btn-link,
._cta-link {
    font-weight: 400;
    color: #0d0900;
    text-decoration: none
}

._btn-link:hover,
._cta-link:hover {
    color: #000;
    text-decoration: none
}

._btn-link:focus,
._cta-link:focus {
    text-decoration: none
}

._btn-link._disabled,
._btn-link:disabled,
._cta-link:disabled,
._disabled._cta-link {
    color: #6c757d;
    pointer-events: none
}

._btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 2px
}

._btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 2px
}

._btn-block {
    display: block;
    width: 100%
}

._btn-block+._btn-block {
    margin-top: .5rem
}

input[type=button]._btn-block,
input[type=reset]._btn-block,
input[type=submit]._btn-block {
    width: 100%
}

._input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

._input-group>._custom-file,
._input-group>._custom-select,
._input-group>._form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

._input-group>._custom-file+._custom-file,
._input-group>._custom-file+._custom-select,
._input-group>._custom-file+._form-control,
._input-group>._custom-select+._custom-file,
._input-group>._custom-select+._custom-select,
._input-group>._custom-select+._form-control,
._input-group>._form-control+._custom-file,
._input-group>._form-control+._custom-select,
._input-group>._form-control+._form-control {
    margin-left: -1px
}

._input-group>._custom-file ._custom-file-input:focus~._custom-file-label,
._input-group>._custom-select:focus,
._input-group>._form-control:focus {
    z-index: 3
}

._input-group>._custom-file ._custom-file-input:focus {
    z-index: 4
}

._input-group>._custom-select:not(:first-child),
._input-group>._form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

._input-group>._custom-file {
    display: flex;
    align-items: center
}

._input-group>._custom-file:not(:last-child) ._custom-file-label,
._input-group>._custom-file:not(:last-child) ._custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

._input-group>._custom-file:not(:first-child) ._custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

._input-group:not(._has-validation)>._custom-file:not(:last-child) ._custom-file-label,
._input-group:not(._has-validation)>._custom-file:not(:last-child) ._custom-file-label::after,
._input-group:not(._has-validation)>._custom-select:not(:last-child),
._input-group:not(._has-validation)>._form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

._input-group-text {
    display: flex;
    align-items: center;
    padding: .75rem 1rem;
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #e4e4e4;
    border-radius: 2px
}

._input-group-text input[type=checkbox],
._input-group-text input[type=radio] {
    margin-top: 0
}

._input-group-lg>._custom-select,
._input-group-lg>._form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

._input-group-lg>._custom-select,
._input-group-lg>._form-control {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 2px
}

._input-group-sm>._custom-select,
._input-group-sm>._form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

._input-group-sm>._custom-select,
._input-group-sm>._form-control {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 2px
}

._input-group-lg>._custom-select,
._input-group-sm>._custom-select {
    padding-right: 2rem
}

._input-group:not(._has-validation)>._input-group-append:not(:last-child)>._btn,
._input-group:not(._has-validation)>._input-group-append:not(:last-child)>._cta,
._input-group:not(._has-validation)>._input-group-append:not(:last-child)>._cta-black,
._input-group:not(._has-validation)>._input-group-append:not(:last-child)>._cta-pink,
._input-group:not(._has-validation)>._input-group-append:not(:last-child)>._cta-sale,
._input-group:not(._has-validation)>._input-group-append:not(:last-child)>._cta-white,
._input-group:not(._has-validation)>._input-group-append:not(:last-child)>._cta-yellow,
._input-group:not(._has-validation)>._input-group-append:not(:last-child)>._input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

._align-top {
    vertical-align: top !important
}

._align-middle {
    vertical-align: middle !important
}

._align-bottom {
    vertical-align: bottom !important
}

._align-text-bottom {
    vertical-align: text-bottom !important
}

._align-text-top {
    vertical-align: text-top !important
}

._bg-info {
    background-color: #17a2b8 !important
}

a._bg-info:focus,
a._bg-info:hover,
button._bg-info:focus,
button._bg-info:hover {
    background-color: #117a8b !important
}

._bg-warning {
    background-color: #ffc107 !important
}

a._bg-warning:focus,
a._bg-warning:hover,
button._bg-warning:focus,
button._bg-warning:hover {
    background-color: #d39e00 !important
}

._bg-light {
    background-color: #f5f4f4 !important
}

a._bg-light:focus,
a._bg-light:hover,
button._bg-light:focus,
button._bg-light:hover {
    background-color: #ddd9d9 !important
}

._bg-black {
    background-color: #0d0900 !important
}

a._bg-black:focus,
a._bg-black:hover,
button._bg-black:focus,
button._bg-black:hover {
    background-color: #000 !important
}

._bg-sale {
    background-color: #ae131e !important
}

a._bg-sale:focus,
a._bg-sale:hover,
button._bg-sale:focus,
button._bg-sale:hover {
    background-color: #800e16 !important
}

._bg-white {
    background-color: #fff !important
}

._border {
    border: 1px solid #e4e4e4 !important
}

._border-top {
    border-top: 1px solid #e4e4e4 !important
}

._border-right {
    border-right: 1px solid #e4e4e4 !important
}

._border-bottom {
    border-bottom: 1px solid #e4e4e4 !important
}

._border-left {
    border-left: 1px solid #e4e4e4 !important
}

._border-0 {
    border: 0 !important
}

._border-top-0 {
    border-top: 0 !important
}

._border-right-0 {
    border-right: 0 !important
}

._border-bottom-0 {
    border-bottom: 0 !important
}

._border-left-0 {
    border-left: 0 !important
}

._border-info {
    border-color: #17a2b8 !important
}

._border-warning {
    border-color: #ffc107 !important
}

._border-light {
    border-color: #f5f4f4 !important
}

._border-black {
    border-color: #0d0900 !important
}

._border-sale {
    border-color: #ae131e !important
}

._border-white {
    border-color: #fff !important
}

._rounded-sm {
    border-radius: 2px !important
}

._rounded {
    border-radius: 2px !important
}

._rounded-top {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important
}

._rounded-right {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important
}

._rounded-bottom {
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important
}

._rounded-left {
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important
}

._rounded-lg {
    border-radius: 2px !important
}

._rounded-0 {
    border-radius: 0 !important
}

._clearfix::after {
    display: block;
    clear: both;
    content: ""
}

._d-none {
    display: none !important
}

._d-inline {
    display: inline !important
}

._d-inline-block {
    display: inline-block !important
}

._d-block {
    display: block !important
}

._d-flex {
    display: flex !important
}

._d-inline-flex {
    display: inline-flex !important
}

@media (min-width:480px) {
    ._d-sm-none {
        display: none !important
    }

    ._d-sm-inline {
        display: inline !important
    }

    ._d-sm-inline-block {
        display: inline-block !important
    }

    ._d-sm-block {
        display: block !important
    }

    ._d-sm-flex {
        display: flex !important
    }

    ._d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    ._d-md-none {
        display: none !important
    }

    ._d-md-inline {
        display: inline !important
    }

    ._d-md-inline-block {
        display: inline-block !important
    }

    ._d-md-block {
        display: block !important
    }

    ._d-md-flex {
        display: flex !important
    }

    ._d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1024px) {
    ._d-lg-none {
        display: none !important
    }

    ._d-lg-inline {
        display: inline !important
    }

    ._d-lg-inline-block {
        display: inline-block !important
    }

    ._d-lg-block {
        display: block !important
    }

    ._d-lg-flex {
        display: flex !important
    }

    ._d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1440px) {
    ._d-xl-none {
        display: none !important
    }

    ._d-xl-inline {
        display: inline !important
    }

    ._d-xl-inline-block {
        display: inline-block !important
    }

    ._d-xl-block {
        display: block !important
    }

    ._d-xl-flex {
        display: flex !important
    }

    ._d-xl-inline-flex {
        display: inline-flex !important
    }
}

._embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

._embed-responsive::before {
    display: block;
    content: ""
}

._embed-responsive ._embed-responsive-item,
._embed-responsive embed,
._embed-responsive iframe,
._embed-responsive object,
._embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

._embed-responsive-21by9::before {
    padding-top: 42.85714286%
}

._embed-responsive-16by9::before {
    padding-top: 56.25%
}

._embed-responsive-4by3::before {
    padding-top: 75%
}

._embed-responsive-1by1::before {
    padding-top: 100%
}

._flex-row {
    flex-direction: row !important
}

._flex-column {
    flex-direction: column !important
}

._flex-row-reverse {
    flex-direction: row-reverse !important
}

._flex-column-reverse {
    flex-direction: column-reverse !important
}

._flex-nowrap {
    flex-wrap: nowrap !important
}

._flex-fill {
    flex: 1 1 auto !important
}

._justify-content-start {
    justify-content: flex-start !important
}

._justify-content-end {
    justify-content: flex-end !important
}

._justify-content-center {
    justify-content: center !important
}

._justify-content-between {
    justify-content: space-between !important
}

._align-items-start {
    align-items: flex-start !important
}

._align-items-end {
    align-items: flex-end !important
}

._align-items-center {
    align-items: center !important
}

._align-content-start {
    align-content: flex-start !important
}

._align-content-end {
    align-content: flex-end !important
}

._align-content-center {
    align-content: center !important
}

._align-content-between {
    align-content: space-between !important
}

._align-self-auto {
    align-self: auto !important
}

._align-self-start {
    align-self: flex-start !important
}

._align-self-end {
    align-self: flex-end !important
}

._align-self-center {
    align-self: center !important
}

@media (min-width:480px) {
    ._flex-sm-row {
        flex-direction: row !important
    }

    ._flex-sm-column {
        flex-direction: column !important
    }

    ._flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    ._flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    ._flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    ._flex-sm-fill {
        flex: 1 1 auto !important
    }

    ._justify-content-sm-start {
        justify-content: flex-start !important
    }

    ._justify-content-sm-end {
        justify-content: flex-end !important
    }

    ._justify-content-sm-center {
        justify-content: center !important
    }

    ._justify-content-sm-between {
        justify-content: space-between !important
    }

    ._align-items-sm-start {
        align-items: flex-start !important
    }

    ._align-items-sm-end {
        align-items: flex-end !important
    }

    ._align-items-sm-center {
        align-items: center !important
    }

    ._align-content-sm-start {
        align-content: flex-start !important
    }

    ._align-content-sm-end {
        align-content: flex-end !important
    }

    ._align-content-sm-center {
        align-content: center !important
    }

    ._align-content-sm-between {
        align-content: space-between !important
    }

    ._align-self-sm-auto {
        align-self: auto !important
    }

    ._align-self-sm-start {
        align-self: flex-start !important
    }

    ._align-self-sm-end {
        align-self: flex-end !important
    }

    ._align-self-sm-center {
        align-self: center !important
    }
}

@media (min-width:768px) {
    ._flex-md-row {
        flex-direction: row !important
    }

    ._flex-md-column {
        flex-direction: column !important
    }

    ._flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    ._flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    ._flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    ._flex-md-fill {
        flex: 1 1 auto !important
    }

    ._justify-content-md-start {
        justify-content: flex-start !important
    }

    ._justify-content-md-end {
        justify-content: flex-end !important
    }

    ._justify-content-md-center {
        justify-content: center !important
    }

    ._justify-content-md-between {
        justify-content: space-between !important
    }

    ._align-items-md-start {
        align-items: flex-start !important
    }

    ._align-items-md-end {
        align-items: flex-end !important
    }

    ._align-items-md-center {
        align-items: center !important
    }

    ._align-content-md-start {
        align-content: flex-start !important
    }

    ._align-content-md-end {
        align-content: flex-end !important
    }

    ._align-content-md-center {
        align-content: center !important
    }

    ._align-content-md-between {
        align-content: space-between !important
    }

    ._align-self-md-auto {
        align-self: auto !important
    }

    ._align-self-md-start {
        align-self: flex-start !important
    }

    ._align-self-md-end {
        align-self: flex-end !important
    }

    ._align-self-md-center {
        align-self: center !important
    }
}

@media (min-width:1024px) {
    ._flex-lg-row {
        flex-direction: row !important
    }

    ._flex-lg-column {
        flex-direction: column !important
    }

    ._flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    ._flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    ._flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    ._flex-lg-fill {
        flex: 1 1 auto !important
    }

    ._justify-content-lg-start {
        justify-content: flex-start !important
    }

    ._justify-content-lg-end {
        justify-content: flex-end !important
    }

    ._justify-content-lg-center {
        justify-content: center !important
    }

    ._justify-content-lg-between {
        justify-content: space-between !important
    }

    ._align-items-lg-start {
        align-items: flex-start !important
    }

    ._align-items-lg-end {
        align-items: flex-end !important
    }

    ._align-items-lg-center {
        align-items: center !important
    }

    ._align-content-lg-start {
        align-content: flex-start !important
    }

    ._align-content-lg-end {
        align-content: flex-end !important
    }

    ._align-content-lg-center {
        align-content: center !important
    }

    ._align-content-lg-between {
        align-content: space-between !important
    }

    ._align-self-lg-auto {
        align-self: auto !important
    }

    ._align-self-lg-start {
        align-self: flex-start !important
    }

    ._align-self-lg-end {
        align-self: flex-end !important
    }

    ._align-self-lg-center {
        align-self: center !important
    }
}

@media (min-width:1440px) {
    ._flex-xl-row {
        flex-direction: row !important
    }

    ._flex-xl-column {
        flex-direction: column !important
    }

    ._flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    ._flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    ._flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    ._flex-xl-fill {
        flex: 1 1 auto !important
    }

    ._justify-content-xl-start {
        justify-content: flex-start !important
    }

    ._justify-content-xl-end {
        justify-content: flex-end !important
    }

    ._justify-content-xl-center {
        justify-content: center !important
    }

    ._justify-content-xl-between {
        justify-content: space-between !important
    }

    ._align-items-xl-start {
        align-items: flex-start !important
    }

    ._align-items-xl-end {
        align-items: flex-end !important
    }

    ._align-items-xl-center {
        align-items: center !important
    }

    ._align-content-xl-start {
        align-content: flex-start !important
    }

    ._align-content-xl-end {
        align-content: flex-end !important
    }

    ._align-content-xl-center {
        align-content: center !important
    }

    ._align-content-xl-between {
        align-content: space-between !important
    }

    ._align-self-xl-auto {
        align-self: auto !important
    }

    ._align-self-xl-start {
        align-self: flex-start !important
    }

    ._align-self-xl-end {
        align-self: flex-end !important
    }

    ._align-self-xl-center {
        align-self: center !important
    }
}

._float-left {
    float: left !important
}

._float-right {
    float: right !important
}

._float-none {
    float: none !important
}

@media (min-width:480px) {
    ._float-sm-left {
        float: left !important
    }

    ._float-sm-right {
        float: right !important
    }

    ._float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    ._float-md-left {
        float: left !important
    }

    ._float-md-right {
        float: right !important
    }

    ._float-md-none {
        float: none !important
    }
}

@media (min-width:1024px) {
    ._float-lg-left {
        float: left !important
    }

    ._float-lg-right {
        float: right !important
    }

    ._float-lg-none {
        float: none !important
    }
}

@media (min-width:1440px) {
    ._float-xl-left {
        float: left !important
    }

    ._float-xl-right {
        float: right !important
    }

    ._float-xl-none {
        float: none !important
    }
}

._user-select-all {
    user-select: all !important
}

._user-select-auto {
    user-select: auto !important
}

._user-select-none {
    user-select: none !important
}

._overflow-auto {
    overflow: auto !important
}

._overflow-hidden {
    overflow: hidden !important
}

._position-static {
    position: static !important
}

._position-relative {
    position: relative !important
}

@supports (position:sticky) {
    ._sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

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

._w-25 {
    width: 25% !important
}

._w-50 {
    width: 50% !important
}

._w-75 {
    width: 75% !important
}

._w-100 {
    width: 100% !important
}

._w-auto {
    width: auto !important
}

._w-33 {
    width: 33.3333% !important
}

._w-66 {
    width: 66.6666% !important
}

._w-90 {
    width: 90% !important
}

._w-94 {
    width: 94% !important
}

._h-25 {
    height: 25% !important
}

._h-50 {
    height: 50% !important
}

._h-75 {
    height: 75% !important
}

._h-100 {
    height: 100% !important
}

._h-auto {
    height: auto !important
}

._h-33 {
    height: 33.3333% !important
}

._h-66 {
    height: 66.6666% !important
}

._h-90 {
    height: 90% !important
}

._h-94 {
    height: 94% !important
}

._m-0 {
    margin: 0 !important
}

._mt-0,
._my-0 {
    margin-top: 0 !important
}

._mr-0,
._mx-0 {
    margin-right: 0 !important
}

._mb-0,
._my-0 {
    margin-bottom: 0 !important
}

._ml-0,
._mx-0 {
    margin-left: 0 !important
}

._m-1 {
    margin: 6px !important
}

._mt-1,
._my-1 {
    margin-top: 6px !important
}

._mr-1,
._mx-1 {
    margin-right: 6px !important
}

._mb-1,
._my-1 {
    margin-bottom: 6px !important
}

._ml-1,
._mx-1 {
    margin-left: 6px !important
}

._m-2 {
    margin: 12px !important
}

._mt-2,
._my-2 {
    margin-top: 12px !important
}

._mr-2,
._mx-2 {
    margin-right: 12px !important
}

._mb-2,
._my-2 {
    margin-bottom: 12px !important
}

._ml-2,
._mx-2 {
    margin-left: 12px !important
}

._m-3 {
    margin: 24px !important
}

._mt-3,
._my-3 {
    margin-top: 24px !important
}

._mr-3,
._mx-3 {
    margin-right: 24px !important
}

._mb-3,
._my-3 {
    margin-bottom: 24px !important
}

._ml-3,
._mx-3 {
    margin-left: 24px !important
}

._m-4 {
    margin: 36px !important
}

._mt-4,
._my-4 {
    margin-top: 36px !important
}

._mr-4,
._mx-4 {
    margin-right: 36px !important
}

._mb-4,
._my-4 {
    margin-bottom: 36px !important
}

._ml-4,
._mx-4 {
    margin-left: 36px !important
}

._m-5 {
    margin: 48px !important
}

._mt-5,
._my-5 {
    margin-top: 48px !important
}

._mr-5,
._mx-5 {
    margin-right: 48px !important
}

._mb-5,
._my-5 {
    margin-bottom: 48px !important
}

._ml-5,
._mx-5 {
    margin-left: 48px !important
}

._m-6 {
    margin: 72px !important
}

._mt-6,
._my-6 {
    margin-top: 72px !important
}

._mr-6,
._mx-6 {
    margin-right: 72px !important
}

._mb-6,
._my-6 {
    margin-bottom: 72px !important
}

._ml-6,
._mx-6 {
    margin-left: 72px !important
}

._m-7 {
    margin: 96px !important
}

._mt-7,
._my-7 {
    margin-top: 96px !important
}

._mr-7,
._mx-7 {
    margin-right: 96px !important
}

._mb-7,
._my-7 {
    margin-bottom: 96px !important
}

._ml-7,
._mx-7 {
    margin-left: 96px !important
}

._p-0 {
    padding: 0 !important
}

._pt-0,
._py-0 {
    padding-top: 0 !important
}

._pr-0,
._px-0 {
    padding-right: 0 !important
}

._pb-0,
._py-0 {
    padding-bottom: 0 !important
}

._pl-0,
._px-0 {
    padding-left: 0 !important
}

._p-1 {
    padding: 6px !important
}

._pt-1,
._py-1 {
    padding-top: 6px !important
}

._pr-1,
._px-1 {
    padding-right: 6px !important
}

._pb-1,
._py-1 {
    padding-bottom: 6px !important
}

._pl-1,
._px-1 {
    padding-left: 6px !important
}

._p-2 {
    padding: 12px !important
}

._pt-2,
._py-2 {
    padding-top: 12px !important
}

._pr-2,
._px-2 {
    padding-right: 12px !important
}

._pb-2,
._py-2 {
    padding-bottom: 12px !important
}

._pl-2,
._px-2 {
    padding-left: 12px !important
}

._p-3 {
    padding: 24px !important
}

._pt-3,
._py-3 {
    padding-top: 24px !important
}

._pr-3,
._px-3 {
    padding-right: 24px !important
}

._pb-3,
._py-3 {
    padding-bottom: 24px !important
}

._pl-3,
._px-3 {
    padding-left: 24px !important
}

._p-4 {
    padding: 36px !important
}

._pt-4,
._py-4 {
    padding-top: 36px !important
}

._pr-4,
._px-4 {
    padding-right: 36px !important
}

._pb-4,
._py-4 {
    padding-bottom: 36px !important
}

._pl-4,
._px-4 {
    padding-left: 36px !important
}

._p-5 {
    padding: 48px !important
}

._pt-5,
._py-5 {
    padding-top: 48px !important
}

._pr-5,
._px-5 {
    padding-right: 48px !important
}

._pb-5,
._py-5 {
    padding-bottom: 48px !important
}

._pl-5,
._px-5 {
    padding-left: 48px !important
}

._p-6 {
    padding: 72px !important
}

._pt-6,
._py-6 {
    padding-top: 72px !important
}

._pr-6,
._px-6 {
    padding-right: 72px !important
}

._pb-6,
._py-6 {
    padding-bottom: 72px !important
}

._pl-6,
._px-6 {
    padding-left: 72px !important
}

._p-7 {
    padding: 96px !important
}

._pt-7,
._py-7 {
    padding-top: 96px !important
}

._pr-7,
._px-7 {
    padding-right: 96px !important
}

._pb-7,
._py-7 {
    padding-bottom: 96px !important
}

._pl-7,
._px-7 {
    padding-left: 96px !important
}

._m-n1 {
    margin: -6px !important
}

._mt-n1,
._my-n1 {
    margin-top: -6px !important
}

._mr-n1,
._mx-n1 {
    margin-right: -6px !important
}

._mb-n1,
._my-n1 {
    margin-bottom: -6px !important
}

._ml-n1,
._mx-n1 {
    margin-left: -6px !important
}

._m-n2 {
    margin: -12px !important
}

._mt-n2,
._my-n2 {
    margin-top: -12px !important
}

._mr-n2,
._mx-n2 {
    margin-right: -12px !important
}

._mb-n2,
._my-n2 {
    margin-bottom: -12px !important
}

._ml-n2,
._mx-n2 {
    margin-left: -12px !important
}

._m-n3 {
    margin: -24px !important
}

._mt-n3,
._my-n3 {
    margin-top: -24px !important
}

._mr-n3,
._mx-n3 {
    margin-right: -24px !important
}

._mb-n3,
._my-n3 {
    margin-bottom: -24px !important
}

._ml-n3,
._mx-n3 {
    margin-left: -24px !important
}

._m-n4 {
    margin: -36px !important
}

._mt-n4,
._my-n4 {
    margin-top: -36px !important
}

._mr-n4,
._mx-n4 {
    margin-right: -36px !important
}

._mb-n4,
._my-n4 {
    margin-bottom: -36px !important
}

._ml-n4,
._mx-n4 {
    margin-left: -36px !important
}

._m-n5 {
    margin: -48px !important
}

._mt-n5,
._my-n5 {
    margin-top: -48px !important
}

._mr-n5,
._mx-n5 {
    margin-right: -48px !important
}

._mb-n5,
._my-n5 {
    margin-bottom: -48px !important
}

._ml-n5,
._mx-n5 {
    margin-left: -48px !important
}

._m-n6 {
    margin: -72px !important
}

._mt-n6,
._my-n6 {
    margin-top: -72px !important
}

._mr-n6,
._mx-n6 {
    margin-right: -72px !important
}

._mb-n6,
._my-n6 {
    margin-bottom: -72px !important
}

._ml-n6,
._mx-n6 {
    margin-left: -72px !important
}

._m-n7 {
    margin: -96px !important
}

._mt-n7,
._my-n7 {
    margin-top: -96px !important
}

._mr-n7,
._mx-n7 {
    margin-right: -96px !important
}

._mb-n7,
._my-n7 {
    margin-bottom: -96px !important
}

._ml-n7,
._mx-n7 {
    margin-left: -96px !important
}

._m-auto {
    margin: auto !important
}

._mt-auto,
._my-auto {
    margin-top: auto !important
}

._mr-auto,
._mx-auto {
    margin-right: auto !important
}

._mb-auto,
._my-auto {
    margin-bottom: auto !important
}

._ml-auto,
._mx-auto {
    margin-left: auto !important
}

@media (min-width:480px) {
    ._m-sm-0 {
        margin: 0 !important
    }

    ._mt-sm-0,
    ._my-sm-0 {
        margin-top: 0 !important
    }

    ._mr-sm-0,
    ._mx-sm-0 {
        margin-right: 0 !important
    }

    ._mb-sm-0,
    ._my-sm-0 {
        margin-bottom: 0 !important
    }

    ._ml-sm-0,
    ._mx-sm-0 {
        margin-left: 0 !important
    }

    ._m-sm-1 {
        margin: 6px !important
    }

    ._mt-sm-1,
    ._my-sm-1 {
        margin-top: 6px !important
    }

    ._mr-sm-1,
    ._mx-sm-1 {
        margin-right: 6px !important
    }

    ._mb-sm-1,
    ._my-sm-1 {
        margin-bottom: 6px !important
    }

    ._ml-sm-1,
    ._mx-sm-1 {
        margin-left: 6px !important
    }

    ._m-sm-2 {
        margin: 12px !important
    }

    ._mt-sm-2,
    ._my-sm-2 {
        margin-top: 12px !important
    }

    ._mr-sm-2,
    ._mx-sm-2 {
        margin-right: 12px !important
    }

    ._mb-sm-2,
    ._my-sm-2 {
        margin-bottom: 12px !important
    }

    ._ml-sm-2,
    ._mx-sm-2 {
        margin-left: 12px !important
    }

    ._m-sm-3 {
        margin: 24px !important
    }

    ._mt-sm-3,
    ._my-sm-3 {
        margin-top: 24px !important
    }

    ._mr-sm-3,
    ._mx-sm-3 {
        margin-right: 24px !important
    }

    ._mb-sm-3,
    ._my-sm-3 {
        margin-bottom: 24px !important
    }

    ._ml-sm-3,
    ._mx-sm-3 {
        margin-left: 24px !important
    }

    ._m-sm-4 {
        margin: 36px !important
    }

    ._mt-sm-4,
    ._my-sm-4 {
        margin-top: 36px !important
    }

    ._mr-sm-4,
    ._mx-sm-4 {
        margin-right: 36px !important
    }

    ._mb-sm-4,
    ._my-sm-4 {
        margin-bottom: 36px !important
    }

    ._ml-sm-4,
    ._mx-sm-4 {
        margin-left: 36px !important
    }

    ._m-sm-5 {
        margin: 48px !important
    }

    ._mt-sm-5,
    ._my-sm-5 {
        margin-top: 48px !important
    }

    ._mr-sm-5,
    ._mx-sm-5 {
        margin-right: 48px !important
    }

    ._mb-sm-5,
    ._my-sm-5 {
        margin-bottom: 48px !important
    }

    ._ml-sm-5,
    ._mx-sm-5 {
        margin-left: 48px !important
    }

    ._m-sm-6 {
        margin: 72px !important
    }

    ._mt-sm-6,
    ._my-sm-6 {
        margin-top: 72px !important
    }

    ._mr-sm-6,
    ._mx-sm-6 {
        margin-right: 72px !important
    }

    ._mb-sm-6,
    ._my-sm-6 {
        margin-bottom: 72px !important
    }

    ._ml-sm-6,
    ._mx-sm-6 {
        margin-left: 72px !important
    }

    ._m-sm-7 {
        margin: 96px !important
    }

    ._mt-sm-7,
    ._my-sm-7 {
        margin-top: 96px !important
    }

    ._mr-sm-7,
    ._mx-sm-7 {
        margin-right: 96px !important
    }

    ._mb-sm-7,
    ._my-sm-7 {
        margin-bottom: 96px !important
    }

    ._ml-sm-7,
    ._mx-sm-7 {
        margin-left: 96px !important
    }

    ._p-sm-0 {
        padding: 0 !important
    }

    ._pt-sm-0,
    ._py-sm-0 {
        padding-top: 0 !important
    }

    ._pr-sm-0,
    ._px-sm-0 {
        padding-right: 0 !important
    }

    ._pb-sm-0,
    ._py-sm-0 {
        padding-bottom: 0 !important
    }

    ._pl-sm-0,
    ._px-sm-0 {
        padding-left: 0 !important
    }

    ._p-sm-1 {
        padding: 6px !important
    }

    ._pt-sm-1,
    ._py-sm-1 {
        padding-top: 6px !important
    }

    ._pr-sm-1,
    ._px-sm-1 {
        padding-right: 6px !important
    }

    ._pb-sm-1,
    ._py-sm-1 {
        padding-bottom: 6px !important
    }

    ._pl-sm-1,
    ._px-sm-1 {
        padding-left: 6px !important
    }

    ._p-sm-2 {
        padding: 12px !important
    }

    ._pt-sm-2,
    ._py-sm-2 {
        padding-top: 12px !important
    }

    ._pr-sm-2,
    ._px-sm-2 {
        padding-right: 12px !important
    }

    ._pb-sm-2,
    ._py-sm-2 {
        padding-bottom: 12px !important
    }

    ._pl-sm-2,
    ._px-sm-2 {
        padding-left: 12px !important
    }

    ._p-sm-3 {
        padding: 24px !important
    }

    ._pt-sm-3,
    ._py-sm-3 {
        padding-top: 24px !important
    }

    ._pr-sm-3,
    ._px-sm-3 {
        padding-right: 24px !important
    }

    ._pb-sm-3,
    ._py-sm-3 {
        padding-bottom: 24px !important
    }

    ._pl-sm-3,
    ._px-sm-3 {
        padding-left: 24px !important
    }

    ._p-sm-4 {
        padding: 36px !important
    }

    ._pt-sm-4,
    ._py-sm-4 {
        padding-top: 36px !important
    }

    ._pr-sm-4,
    ._px-sm-4 {
        padding-right: 36px !important
    }

    ._pb-sm-4,
    ._py-sm-4 {
        padding-bottom: 36px !important
    }

    ._pl-sm-4,
    ._px-sm-4 {
        padding-left: 36px !important
    }

    ._p-sm-5 {
        padding: 48px !important
    }

    ._pt-sm-5,
    ._py-sm-5 {
        padding-top: 48px !important
    }

    ._pr-sm-5,
    ._px-sm-5 {
        padding-right: 48px !important
    }

    ._pb-sm-5,
    ._py-sm-5 {
        padding-bottom: 48px !important
    }

    ._pl-sm-5,
    ._px-sm-5 {
        padding-left: 48px !important
    }

    ._p-sm-6 {
        padding: 72px !important
    }

    ._pt-sm-6,
    ._py-sm-6 {
        padding-top: 72px !important
    }

    ._pr-sm-6,
    ._px-sm-6 {
        padding-right: 72px !important
    }

    ._pb-sm-6,
    ._py-sm-6 {
        padding-bottom: 72px !important
    }

    ._pl-sm-6,
    ._px-sm-6 {
        padding-left: 72px !important
    }

    ._p-sm-7 {
        padding: 96px !important
    }

    ._pt-sm-7,
    ._py-sm-7 {
        padding-top: 96px !important
    }

    ._pr-sm-7,
    ._px-sm-7 {
        padding-right: 96px !important
    }

    ._pb-sm-7,
    ._py-sm-7 {
        padding-bottom: 96px !important
    }

    ._pl-sm-7,
    ._px-sm-7 {
        padding-left: 96px !important
    }

    ._m-sm-n1 {
        margin: -6px !important
    }

    ._mt-sm-n1,
    ._my-sm-n1 {
        margin-top: -6px !important
    }

    ._mr-sm-n1,
    ._mx-sm-n1 {
        margin-right: -6px !important
    }

    ._mb-sm-n1,
    ._my-sm-n1 {
        margin-bottom: -6px !important
    }

    ._ml-sm-n1,
    ._mx-sm-n1 {
        margin-left: -6px !important
    }

    ._m-sm-n2 {
        margin: -12px !important
    }

    ._mt-sm-n2,
    ._my-sm-n2 {
        margin-top: -12px !important
    }

    ._mr-sm-n2,
    ._mx-sm-n2 {
        margin-right: -12px !important
    }

    ._mb-sm-n2,
    ._my-sm-n2 {
        margin-bottom: -12px !important
    }

    ._ml-sm-n2,
    ._mx-sm-n2 {
        margin-left: -12px !important
    }

    ._m-sm-n3 {
        margin: -24px !important
    }

    ._mt-sm-n3,
    ._my-sm-n3 {
        margin-top: -24px !important
    }

    ._mr-sm-n3,
    ._mx-sm-n3 {
        margin-right: -24px !important
    }

    ._mb-sm-n3,
    ._my-sm-n3 {
        margin-bottom: -24px !important
    }

    ._ml-sm-n3,
    ._mx-sm-n3 {
        margin-left: -24px !important
    }

    ._m-sm-n4 {
        margin: -36px !important
    }

    ._mt-sm-n4,
    ._my-sm-n4 {
        margin-top: -36px !important
    }

    ._mr-sm-n4,
    ._mx-sm-n4 {
        margin-right: -36px !important
    }

    ._mb-sm-n4,
    ._my-sm-n4 {
        margin-bottom: -36px !important
    }

    ._ml-sm-n4,
    ._mx-sm-n4 {
        margin-left: -36px !important
    }

    ._m-sm-n5 {
        margin: -48px !important
    }

    ._mt-sm-n5,
    ._my-sm-n5 {
        margin-top: -48px !important
    }

    ._mr-sm-n5,
    ._mx-sm-n5 {
        margin-right: -48px !important
    }

    ._mb-sm-n5,
    ._my-sm-n5 {
        margin-bottom: -48px !important
    }

    ._ml-sm-n5,
    ._mx-sm-n5 {
        margin-left: -48px !important
    }

    ._m-sm-n6 {
        margin: -72px !important
    }

    ._mt-sm-n6,
    ._my-sm-n6 {
        margin-top: -72px !important
    }

    ._mr-sm-n6,
    ._mx-sm-n6 {
        margin-right: -72px !important
    }

    ._mb-sm-n6,
    ._my-sm-n6 {
        margin-bottom: -72px !important
    }

    ._ml-sm-n6,
    ._mx-sm-n6 {
        margin-left: -72px !important
    }

    ._m-sm-n7 {
        margin: -96px !important
    }

    ._mt-sm-n7,
    ._my-sm-n7 {
        margin-top: -96px !important
    }

    ._mr-sm-n7,
    ._mx-sm-n7 {
        margin-right: -96px !important
    }

    ._mb-sm-n7,
    ._my-sm-n7 {
        margin-bottom: -96px !important
    }

    ._ml-sm-n7,
    ._mx-sm-n7 {
        margin-left: -96px !important
    }

    ._m-sm-auto {
        margin: auto !important
    }

    ._mt-sm-auto,
    ._my-sm-auto {
        margin-top: auto !important
    }

    ._mr-sm-auto,
    ._mx-sm-auto {
        margin-right: auto !important
    }

    ._mb-sm-auto,
    ._my-sm-auto {
        margin-bottom: auto !important
    }

    ._ml-sm-auto,
    ._mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    ._m-md-0 {
        margin: 0 !important
    }

    ._mt-md-0,
    ._my-md-0 {
        margin-top: 0 !important
    }

    ._mr-md-0,
    ._mx-md-0 {
        margin-right: 0 !important
    }

    ._mb-md-0,
    ._my-md-0 {
        margin-bottom: 0 !important
    }

    ._ml-md-0,
    ._mx-md-0 {
        margin-left: 0 !important
    }

    ._m-md-1 {
        margin: 6px !important
    }

    ._mt-md-1,
    ._my-md-1 {
        margin-top: 6px !important
    }

    ._mr-md-1,
    ._mx-md-1 {
        margin-right: 6px !important
    }

    ._mb-md-1,
    ._my-md-1 {
        margin-bottom: 6px !important
    }

    ._ml-md-1,
    ._mx-md-1 {
        margin-left: 6px !important
    }

    ._m-md-2 {
        margin: 12px !important
    }

    ._mt-md-2,
    ._my-md-2 {
        margin-top: 12px !important
    }

    ._mr-md-2,
    ._mx-md-2 {
        margin-right: 12px !important
    }

    ._mb-md-2,
    ._my-md-2 {
        margin-bottom: 12px !important
    }

    ._ml-md-2,
    ._mx-md-2 {
        margin-left: 12px !important
    }

    ._m-md-3 {
        margin: 24px !important
    }

    ._mt-md-3,
    ._my-md-3 {
        margin-top: 24px !important
    }

    ._mr-md-3,
    ._mx-md-3 {
        margin-right: 24px !important
    }

    ._mb-md-3,
    ._my-md-3 {
        margin-bottom: 24px !important
    }

    ._ml-md-3,
    ._mx-md-3 {
        margin-left: 24px !important
    }

    ._m-md-4 {
        margin: 36px !important
    }

    ._mt-md-4,
    ._my-md-4 {
        margin-top: 36px !important
    }

    ._mr-md-4,
    ._mx-md-4 {
        margin-right: 36px !important
    }

    ._mb-md-4,
    ._my-md-4 {
        margin-bottom: 36px !important
    }

    ._ml-md-4,
    ._mx-md-4 {
        margin-left: 36px !important
    }

    ._m-md-5 {
        margin: 48px !important
    }

    ._mt-md-5,
    ._my-md-5 {
        margin-top: 48px !important
    }

    ._mr-md-5,
    ._mx-md-5 {
        margin-right: 48px !important
    }

    ._mb-md-5,
    ._my-md-5 {
        margin-bottom: 48px !important
    }

    ._ml-md-5,
    ._mx-md-5 {
        margin-left: 48px !important
    }

    ._m-md-6 {
        margin: 72px !important
    }

    ._mt-md-6,
    ._my-md-6 {
        margin-top: 72px !important
    }

    ._mr-md-6,
    ._mx-md-6 {
        margin-right: 72px !important
    }

    ._mb-md-6,
    ._my-md-6 {
        margin-bottom: 72px !important
    }

    ._ml-md-6,
    ._mx-md-6 {
        margin-left: 72px !important
    }

    ._m-md-7 {
        margin: 96px !important
    }

    ._mt-md-7,
    ._my-md-7 {
        margin-top: 96px !important
    }

    ._mr-md-7,
    ._mx-md-7 {
        margin-right: 96px !important
    }

    ._mb-md-7,
    ._my-md-7 {
        margin-bottom: 96px !important
    }

    ._ml-md-7,
    ._mx-md-7 {
        margin-left: 96px !important
    }

    ._p-md-0 {
        padding: 0 !important
    }

    ._pt-md-0,
    ._py-md-0 {
        padding-top: 0 !important
    }

    ._pr-md-0,
    ._px-md-0 {
        padding-right: 0 !important
    }

    ._pb-md-0,
    ._py-md-0 {
        padding-bottom: 0 !important
    }

    ._pl-md-0,
    ._px-md-0 {
        padding-left: 0 !important
    }

    ._p-md-1 {
        padding: 6px !important
    }

    ._pt-md-1,
    ._py-md-1 {
        padding-top: 6px !important
    }

    ._pr-md-1,
    ._px-md-1 {
        padding-right: 6px !important
    }

    ._pb-md-1,
    ._py-md-1 {
        padding-bottom: 6px !important
    }

    ._pl-md-1,
    ._px-md-1 {
        padding-left: 6px !important
    }

    ._p-md-2 {
        padding: 12px !important
    }

    ._pt-md-2,
    ._py-md-2 {
        padding-top: 12px !important
    }

    ._pr-md-2,
    ._px-md-2 {
        padding-right: 12px !important
    }

    ._pb-md-2,
    ._py-md-2 {
        padding-bottom: 12px !important
    }

    ._pl-md-2,
    ._px-md-2 {
        padding-left: 12px !important
    }

    ._p-md-3 {
        padding: 24px !important
    }

    ._pt-md-3,
    ._py-md-3 {
        padding-top: 24px !important
    }

    ._pr-md-3,
    ._px-md-3 {
        padding-right: 24px !important
    }

    ._pb-md-3,
    ._py-md-3 {
        padding-bottom: 24px !important
    }

    ._pl-md-3,
    ._px-md-3 {
        padding-left: 24px !important
    }

    ._p-md-4 {
        padding: 36px !important
    }

    ._pt-md-4,
    ._py-md-4 {
        padding-top: 36px !important
    }

    ._pr-md-4,
    ._px-md-4 {
        padding-right: 36px !important
    }

    ._pb-md-4,
    ._py-md-4 {
        padding-bottom: 36px !important
    }

    ._pl-md-4,
    ._px-md-4 {
        padding-left: 36px !important
    }

    ._p-md-5 {
        padding: 48px !important
    }

    ._pt-md-5,
    ._py-md-5 {
        padding-top: 48px !important
    }

    ._pr-md-5,
    ._px-md-5 {
        padding-right: 48px !important
    }

    ._pb-md-5,
    ._py-md-5 {
        padding-bottom: 48px !important
    }

    ._pl-md-5,
    ._px-md-5 {
        padding-left: 48px !important
    }

    ._p-md-6 {
        padding: 72px !important
    }

    ._pt-md-6,
    ._py-md-6 {
        padding-top: 72px !important
    }

    ._pr-md-6,
    ._px-md-6 {
        padding-right: 72px !important
    }

    ._pb-md-6,
    ._py-md-6 {
        padding-bottom: 72px !important
    }

    ._pl-md-6,
    ._px-md-6 {
        padding-left: 72px !important
    }

    ._p-md-7 {
        padding: 96px !important
    }

    ._pt-md-7,
    ._py-md-7 {
        padding-top: 96px !important
    }

    ._pr-md-7,
    ._px-md-7 {
        padding-right: 96px !important
    }

    ._pb-md-7,
    ._py-md-7 {
        padding-bottom: 96px !important
    }

    ._pl-md-7,
    ._px-md-7 {
        padding-left: 96px !important
    }

    ._m-md-n1 {
        margin: -6px !important
    }

    ._mt-md-n1,
    ._my-md-n1 {
        margin-top: -6px !important
    }

    ._mr-md-n1,
    ._mx-md-n1 {
        margin-right: -6px !important
    }

    ._mb-md-n1,
    ._my-md-n1 {
        margin-bottom: -6px !important
    }

    ._ml-md-n1,
    ._mx-md-n1 {
        margin-left: -6px !important
    }

    ._m-md-n2 {
        margin: -12px !important
    }

    ._mt-md-n2,
    ._my-md-n2 {
        margin-top: -12px !important
    }

    ._mr-md-n2,
    ._mx-md-n2 {
        margin-right: -12px !important
    }

    ._mb-md-n2,
    ._my-md-n2 {
        margin-bottom: -12px !important
    }

    ._ml-md-n2,
    ._mx-md-n2 {
        margin-left: -12px !important
    }

    ._m-md-n3 {
        margin: -24px !important
    }

    ._mt-md-n3,
    ._my-md-n3 {
        margin-top: -24px !important
    }

    ._mr-md-n3,
    ._mx-md-n3 {
        margin-right: -24px !important
    }

    ._mb-md-n3,
    ._my-md-n3 {
        margin-bottom: -24px !important
    }

    ._ml-md-n3,
    ._mx-md-n3 {
        margin-left: -24px !important
    }

    ._m-md-n4 {
        margin: -36px !important
    }

    ._mt-md-n4,
    ._my-md-n4 {
        margin-top: -36px !important
    }

    ._mr-md-n4,
    ._mx-md-n4 {
        margin-right: -36px !important
    }

    ._mb-md-n4,
    ._my-md-n4 {
        margin-bottom: -36px !important
    }

    ._ml-md-n4,
    ._mx-md-n4 {
        margin-left: -36px !important
    }

    ._m-md-n5 {
        margin: -48px !important
    }

    ._mt-md-n5,
    ._my-md-n5 {
        margin-top: -48px !important
    }

    ._mr-md-n5,
    ._mx-md-n5 {
        margin-right: -48px !important
    }

    ._mb-md-n5,
    ._my-md-n5 {
        margin-bottom: -48px !important
    }

    ._ml-md-n5,
    ._mx-md-n5 {
        margin-left: -48px !important
    }

    ._m-md-n6 {
        margin: -72px !important
    }

    ._mt-md-n6,
    ._my-md-n6 {
        margin-top: -72px !important
    }

    ._mr-md-n6,
    ._mx-md-n6 {
        margin-right: -72px !important
    }

    ._mb-md-n6,
    ._my-md-n6 {
        margin-bottom: -72px !important
    }

    ._ml-md-n6,
    ._mx-md-n6 {
        margin-left: -72px !important
    }

    ._m-md-n7 {
        margin: -96px !important
    }

    ._mt-md-n7,
    ._my-md-n7 {
        margin-top: -96px !important
    }

    ._mr-md-n7,
    ._mx-md-n7 {
        margin-right: -96px !important
    }

    ._mb-md-n7,
    ._my-md-n7 {
        margin-bottom: -96px !important
    }

    ._ml-md-n7,
    ._mx-md-n7 {
        margin-left: -96px !important
    }

    ._m-md-auto {
        margin: auto !important
    }

    ._mt-md-auto,
    ._my-md-auto {
        margin-top: auto !important
    }

    ._mr-md-auto,
    ._mx-md-auto {
        margin-right: auto !important
    }

    ._mb-md-auto,
    ._my-md-auto {
        margin-bottom: auto !important
    }

    ._ml-md-auto,
    ._mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:1024px) {
    ._m-lg-0 {
        margin: 0 !important
    }

    ._mt-lg-0,
    ._my-lg-0 {
        margin-top: 0 !important
    }

    ._mr-lg-0,
    ._mx-lg-0 {
        margin-right: 0 !important
    }

    ._mb-lg-0,
    ._my-lg-0 {
        margin-bottom: 0 !important
    }

    ._ml-lg-0,
    ._mx-lg-0 {
        margin-left: 0 !important
    }

    ._m-lg-1 {
        margin: 6px !important
    }

    ._mt-lg-1,
    ._my-lg-1 {
        margin-top: 6px !important
    }

    ._mr-lg-1,
    ._mx-lg-1 {
        margin-right: 6px !important
    }

    ._mb-lg-1,
    ._my-lg-1 {
        margin-bottom: 6px !important
    }

    ._ml-lg-1,
    ._mx-lg-1 {
        margin-left: 6px !important
    }

    ._m-lg-2 {
        margin: 12px !important
    }

    ._mt-lg-2,
    ._my-lg-2 {
        margin-top: 12px !important
    }

    ._mr-lg-2,
    ._mx-lg-2 {
        margin-right: 12px !important
    }

    ._mb-lg-2,
    ._my-lg-2 {
        margin-bottom: 12px !important
    }

    ._ml-lg-2,
    ._mx-lg-2 {
        margin-left: 12px !important
    }

    ._m-lg-3 {
        margin: 24px !important
    }

    ._mt-lg-3,
    ._my-lg-3 {
        margin-top: 24px !important
    }

    ._mr-lg-3,
    ._mx-lg-3 {
        margin-right: 24px !important
    }

    ._mb-lg-3,
    ._my-lg-3 {
        margin-bottom: 24px !important
    }

    ._ml-lg-3,
    ._mx-lg-3 {
        margin-left: 24px !important
    }

    ._m-lg-4 {
        margin: 36px !important
    }

    ._mt-lg-4,
    ._my-lg-4 {
        margin-top: 36px !important
    }

    ._mr-lg-4,
    ._mx-lg-4 {
        margin-right: 36px !important
    }

    ._mb-lg-4,
    ._my-lg-4 {
        margin-bottom: 36px !important
    }

    ._ml-lg-4,
    ._mx-lg-4 {
        margin-left: 36px !important
    }

    ._m-lg-5 {
        margin: 48px !important
    }

    ._mt-lg-5,
    ._my-lg-5 {
        margin-top: 48px !important
    }

    ._mr-lg-5,
    ._mx-lg-5 {
        margin-right: 48px !important
    }

    ._mb-lg-5,
    ._my-lg-5 {
        margin-bottom: 48px !important
    }

    ._ml-lg-5,
    ._mx-lg-5 {
        margin-left: 48px !important
    }

    ._m-lg-6 {
        margin: 72px !important
    }

    ._mt-lg-6,
    ._my-lg-6 {
        margin-top: 72px !important
    }

    ._mr-lg-6,
    ._mx-lg-6 {
        margin-right: 72px !important
    }

    ._mb-lg-6,
    ._my-lg-6 {
        margin-bottom: 72px !important
    }

    ._ml-lg-6,
    ._mx-lg-6 {
        margin-left: 72px !important
    }

    ._m-lg-7 {
        margin: 96px !important
    }

    ._mt-lg-7,
    ._my-lg-7 {
        margin-top: 96px !important
    }

    ._mr-lg-7,
    ._mx-lg-7 {
        margin-right: 96px !important
    }

    ._mb-lg-7,
    ._my-lg-7 {
        margin-bottom: 96px !important
    }

    ._ml-lg-7,
    ._mx-lg-7 {
        margin-left: 96px !important
    }

    ._p-lg-0 {
        padding: 0 !important
    }

    ._pt-lg-0,
    ._py-lg-0 {
        padding-top: 0 !important
    }

    ._pr-lg-0,
    ._px-lg-0 {
        padding-right: 0 !important
    }

    ._pb-lg-0,
    ._py-lg-0 {
        padding-bottom: 0 !important
    }

    ._pl-lg-0,
    ._px-lg-0 {
        padding-left: 0 !important
    }

    ._p-lg-1 {
        padding: 6px !important
    }

    ._pt-lg-1,
    ._py-lg-1 {
        padding-top: 6px !important
    }

    ._pr-lg-1,
    ._px-lg-1 {
        padding-right: 6px !important
    }

    ._pb-lg-1,
    ._py-lg-1 {
        padding-bottom: 6px !important
    }

    ._pl-lg-1,
    ._px-lg-1 {
        padding-left: 6px !important
    }

    ._p-lg-2 {
        padding: 12px !important
    }

    ._pt-lg-2,
    ._py-lg-2 {
        padding-top: 12px !important
    }

    ._pr-lg-2,
    ._px-lg-2 {
        padding-right: 12px !important
    }

    ._pb-lg-2,
    ._py-lg-2 {
        padding-bottom: 12px !important
    }

    ._pl-lg-2,
    ._px-lg-2 {
        padding-left: 12px !important
    }

    ._p-lg-3 {
        padding: 24px !important
    }

    ._pt-lg-3,
    ._py-lg-3 {
        padding-top: 24px !important
    }

    ._pr-lg-3,
    ._px-lg-3 {
        padding-right: 24px !important
    }

    ._pb-lg-3,
    ._py-lg-3 {
        padding-bottom: 24px !important
    }

    ._pl-lg-3,
    ._px-lg-3 {
        padding-left: 24px !important
    }

    ._p-lg-4 {
        padding: 36px !important
    }

    ._pt-lg-4,
    ._py-lg-4 {
        padding-top: 36px !important
    }

    ._pr-lg-4,
    ._px-lg-4 {
        padding-right: 36px !important
    }

    ._pb-lg-4,
    ._py-lg-4 {
        padding-bottom: 36px !important
    }

    ._pl-lg-4,
    ._px-lg-4 {
        padding-left: 36px !important
    }

    ._p-lg-5 {
        padding: 48px !important
    }

    ._pt-lg-5,
    ._py-lg-5 {
        padding-top: 48px !important
    }

    ._pr-lg-5,
    ._px-lg-5 {
        padding-right: 48px !important
    }

    ._pb-lg-5,
    ._py-lg-5 {
        padding-bottom: 48px !important
    }

    ._pl-lg-5,
    ._px-lg-5 {
        padding-left: 48px !important
    }

    ._p-lg-6 {
        padding: 72px !important
    }

    ._pt-lg-6,
    ._py-lg-6 {
        padding-top: 72px !important
    }

    ._pr-lg-6,
    ._px-lg-6 {
        padding-right: 72px !important
    }

    ._pb-lg-6,
    ._py-lg-6 {
        padding-bottom: 72px !important
    }

    ._pl-lg-6,
    ._px-lg-6 {
        padding-left: 72px !important
    }

    ._p-lg-7 {
        padding: 96px !important
    }

    ._pt-lg-7,
    ._py-lg-7 {
        padding-top: 96px !important
    }

    ._pr-lg-7,
    ._px-lg-7 {
        padding-right: 96px !important
    }

    ._pb-lg-7,
    ._py-lg-7 {
        padding-bottom: 96px !important
    }

    ._pl-lg-7,
    ._px-lg-7 {
        padding-left: 96px !important
    }

    ._m-lg-n1 {
        margin: -6px !important
    }

    ._mt-lg-n1,
    ._my-lg-n1 {
        margin-top: -6px !important
    }

    ._mr-lg-n1,
    ._mx-lg-n1 {
        margin-right: -6px !important
    }

    ._mb-lg-n1,
    ._my-lg-n1 {
        margin-bottom: -6px !important
    }

    ._ml-lg-n1,
    ._mx-lg-n1 {
        margin-left: -6px !important
    }

    ._m-lg-n2 {
        margin: -12px !important
    }

    ._mt-lg-n2,
    ._my-lg-n2 {
        margin-top: -12px !important
    }

    ._mr-lg-n2,
    ._mx-lg-n2 {
        margin-right: -12px !important
    }

    ._mb-lg-n2,
    ._my-lg-n2 {
        margin-bottom: -12px !important
    }

    ._ml-lg-n2,
    ._mx-lg-n2 {
        margin-left: -12px !important
    }

    ._m-lg-n3 {
        margin: -24px !important
    }

    ._mt-lg-n3,
    ._my-lg-n3 {
        margin-top: -24px !important
    }

    ._mr-lg-n3,
    ._mx-lg-n3 {
        margin-right: -24px !important
    }

    ._mb-lg-n3,
    ._my-lg-n3 {
        margin-bottom: -24px !important
    }

    ._ml-lg-n3,
    ._mx-lg-n3 {
        margin-left: -24px !important
    }

    ._m-lg-n4 {
        margin: -36px !important
    }

    ._mt-lg-n4,
    ._my-lg-n4 {
        margin-top: -36px !important
    }

    ._mr-lg-n4,
    ._mx-lg-n4 {
        margin-right: -36px !important
    }

    ._mb-lg-n4,
    ._my-lg-n4 {
        margin-bottom: -36px !important
    }

    ._ml-lg-n4,
    ._mx-lg-n4 {
        margin-left: -36px !important
    }

    ._m-lg-n5 {
        margin: -48px !important
    }

    ._mt-lg-n5,
    ._my-lg-n5 {
        margin-top: -48px !important
    }

    ._mr-lg-n5,
    ._mx-lg-n5 {
        margin-right: -48px !important
    }

    ._mb-lg-n5,
    ._my-lg-n5 {
        margin-bottom: -48px !important
    }

    ._ml-lg-n5,
    ._mx-lg-n5 {
        margin-left: -48px !important
    }

    ._m-lg-n6 {
        margin: -72px !important
    }

    ._mt-lg-n6,
    ._my-lg-n6 {
        margin-top: -72px !important
    }

    ._mr-lg-n6,
    ._mx-lg-n6 {
        margin-right: -72px !important
    }

    ._mb-lg-n6,
    ._my-lg-n6 {
        margin-bottom: -72px !important
    }

    ._ml-lg-n6,
    ._mx-lg-n6 {
        margin-left: -72px !important
    }

    ._m-lg-n7 {
        margin: -96px !important
    }

    ._mt-lg-n7,
    ._my-lg-n7 {
        margin-top: -96px !important
    }

    ._mr-lg-n7,
    ._mx-lg-n7 {
        margin-right: -96px !important
    }

    ._mb-lg-n7,
    ._my-lg-n7 {
        margin-bottom: -96px !important
    }

    ._ml-lg-n7,
    ._mx-lg-n7 {
        margin-left: -96px !important
    }

    ._m-lg-auto {
        margin: auto !important
    }

    ._mt-lg-auto,
    ._my-lg-auto {
        margin-top: auto !important
    }

    ._mr-lg-auto,
    ._mx-lg-auto {
        margin-right: auto !important
    }

    ._mb-lg-auto,
    ._my-lg-auto {
        margin-bottom: auto !important
    }

    ._ml-lg-auto,
    ._mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1440px) {
    ._m-xl-0 {
        margin: 0 !important
    }

    ._mt-xl-0,
    ._my-xl-0 {
        margin-top: 0 !important
    }

    ._mr-xl-0,
    ._mx-xl-0 {
        margin-right: 0 !important
    }

    ._mb-xl-0,
    ._my-xl-0 {
        margin-bottom: 0 !important
    }

    ._ml-xl-0,
    ._mx-xl-0 {
        margin-left: 0 !important
    }

    ._m-xl-1 {
        margin: 6px !important
    }

    ._mt-xl-1,
    ._my-xl-1 {
        margin-top: 6px !important
    }

    ._mr-xl-1,
    ._mx-xl-1 {
        margin-right: 6px !important
    }

    ._mb-xl-1,
    ._my-xl-1 {
        margin-bottom: 6px !important
    }

    ._ml-xl-1,
    ._mx-xl-1 {
        margin-left: 6px !important
    }

    ._m-xl-2 {
        margin: 12px !important
    }

    ._mt-xl-2,
    ._my-xl-2 {
        margin-top: 12px !important
    }

    ._mr-xl-2,
    ._mx-xl-2 {
        margin-right: 12px !important
    }

    ._mb-xl-2,
    ._my-xl-2 {
        margin-bottom: 12px !important
    }

    ._ml-xl-2,
    ._mx-xl-2 {
        margin-left: 12px !important
    }

    ._m-xl-3 {
        margin: 24px !important
    }

    ._mt-xl-3,
    ._my-xl-3 {
        margin-top: 24px !important
    }

    ._mr-xl-3,
    ._mx-xl-3 {
        margin-right: 24px !important
    }

    ._mb-xl-3,
    ._my-xl-3 {
        margin-bottom: 24px !important
    }

    ._ml-xl-3,
    ._mx-xl-3 {
        margin-left: 24px !important
    }

    ._m-xl-4 {
        margin: 36px !important
    }

    ._mt-xl-4,
    ._my-xl-4 {
        margin-top: 36px !important
    }

    ._mr-xl-4,
    ._mx-xl-4 {
        margin-right: 36px !important
    }

    ._mb-xl-4,
    ._my-xl-4 {
        margin-bottom: 36px !important
    }

    ._ml-xl-4,
    ._mx-xl-4 {
        margin-left: 36px !important
    }

    ._m-xl-5 {
        margin: 48px !important
    }

    ._mt-xl-5,
    ._my-xl-5 {
        margin-top: 48px !important
    }

    ._mr-xl-5,
    ._mx-xl-5 {
        margin-right: 48px !important
    }

    ._mb-xl-5,
    ._my-xl-5 {
        margin-bottom: 48px !important
    }

    ._ml-xl-5,
    ._mx-xl-5 {
        margin-left: 48px !important
    }

    ._m-xl-6 {
        margin: 72px !important
    }

    ._mt-xl-6,
    ._my-xl-6 {
        margin-top: 72px !important
    }

    ._mr-xl-6,
    ._mx-xl-6 {
        margin-right: 72px !important
    }

    ._mb-xl-6,
    ._my-xl-6 {
        margin-bottom: 72px !important
    }

    ._ml-xl-6,
    ._mx-xl-6 {
        margin-left: 72px !important
    }

    ._m-xl-7 {
        margin: 96px !important
    }

    ._mt-xl-7,
    ._my-xl-7 {
        margin-top: 96px !important
    }

    ._mr-xl-7,
    ._mx-xl-7 {
        margin-right: 96px !important
    }

    ._mb-xl-7,
    ._my-xl-7 {
        margin-bottom: 96px !important
    }

    ._ml-xl-7,
    ._mx-xl-7 {
        margin-left: 96px !important
    }

    ._p-xl-0 {
        padding: 0 !important
    }

    ._pt-xl-0,
    ._py-xl-0 {
        padding-top: 0 !important
    }

    ._pr-xl-0,
    ._px-xl-0 {
        padding-right: 0 !important
    }

    ._pb-xl-0,
    ._py-xl-0 {
        padding-bottom: 0 !important
    }

    ._pl-xl-0,
    ._px-xl-0 {
        padding-left: 0 !important
    }

    ._p-xl-1 {
        padding: 6px !important
    }

    ._pt-xl-1,
    ._py-xl-1 {
        padding-top: 6px !important
    }

    ._pr-xl-1,
    ._px-xl-1 {
        padding-right: 6px !important
    }

    ._pb-xl-1,
    ._py-xl-1 {
        padding-bottom: 6px !important
    }

    ._pl-xl-1,
    ._px-xl-1 {
        padding-left: 6px !important
    }

    ._p-xl-2 {
        padding: 12px !important
    }

    ._pt-xl-2,
    ._py-xl-2 {
        padding-top: 12px !important
    }

    ._pr-xl-2,
    ._px-xl-2 {
        padding-right: 12px !important
    }

    ._pb-xl-2,
    ._py-xl-2 {
        padding-bottom: 12px !important
    }

    ._pl-xl-2,
    ._px-xl-2 {
        padding-left: 12px !important
    }

    ._p-xl-3 {
        padding: 24px !important
    }

    ._pt-xl-3,
    ._py-xl-3 {
        padding-top: 24px !important
    }

    ._pr-xl-3,
    ._px-xl-3 {
        padding-right: 24px !important
    }

    ._pb-xl-3,
    ._py-xl-3 {
        padding-bottom: 24px !important
    }

    ._pl-xl-3,
    ._px-xl-3 {
        padding-left: 24px !important
    }

    ._p-xl-4 {
        padding: 36px !important
    }

    ._pt-xl-4,
    ._py-xl-4 {
        padding-top: 36px !important
    }

    ._pr-xl-4,
    ._px-xl-4 {
        padding-right: 36px !important
    }

    ._pb-xl-4,
    ._py-xl-4 {
        padding-bottom: 36px !important
    }

    ._pl-xl-4,
    ._px-xl-4 {
        padding-left: 36px !important
    }

    ._p-xl-5 {
        padding: 48px !important
    }

    ._pt-xl-5,
    ._py-xl-5 {
        padding-top: 48px !important
    }

    ._pr-xl-5,
    ._px-xl-5 {
        padding-right: 48px !important
    }

    ._pb-xl-5,
    ._py-xl-5 {
        padding-bottom: 48px !important
    }

    ._pl-xl-5,
    ._px-xl-5 {
        padding-left: 48px !important
    }

    ._p-xl-6 {
        padding: 72px !important
    }

    ._pt-xl-6,
    ._py-xl-6 {
        padding-top: 72px !important
    }

    ._pr-xl-6,
    ._px-xl-6 {
        padding-right: 72px !important
    }

    ._pb-xl-6,
    ._py-xl-6 {
        padding-bottom: 72px !important
    }

    ._pl-xl-6,
    ._px-xl-6 {
        padding-left: 72px !important
    }

    ._p-xl-7 {
        padding: 96px !important
    }

    ._pt-xl-7,
    ._py-xl-7 {
        padding-top: 96px !important
    }

    ._pr-xl-7,
    ._px-xl-7 {
        padding-right: 96px !important
    }

    ._pb-xl-7,
    ._py-xl-7 {
        padding-bottom: 96px !important
    }

    ._pl-xl-7,
    ._px-xl-7 {
        padding-left: 96px !important
    }

    ._m-xl-n1 {
        margin: -6px !important
    }

    ._mt-xl-n1,
    ._my-xl-n1 {
        margin-top: -6px !important
    }

    ._mr-xl-n1,
    ._mx-xl-n1 {
        margin-right: -6px !important
    }

    ._mb-xl-n1,
    ._my-xl-n1 {
        margin-bottom: -6px !important
    }

    ._ml-xl-n1,
    ._mx-xl-n1 {
        margin-left: -6px !important
    }

    ._m-xl-n2 {
        margin: -12px !important
    }

    ._mt-xl-n2,
    ._my-xl-n2 {
        margin-top: -12px !important
    }

    ._mr-xl-n2,
    ._mx-xl-n2 {
        margin-right: -12px !important
    }

    ._mb-xl-n2,
    ._my-xl-n2 {
        margin-bottom: -12px !important
    }

    ._ml-xl-n2,
    ._mx-xl-n2 {
        margin-left: -12px !important
    }

    ._m-xl-n3 {
        margin: -24px !important
    }

    ._mt-xl-n3,
    ._my-xl-n3 {
        margin-top: -24px !important
    }

    ._mr-xl-n3,
    ._mx-xl-n3 {
        margin-right: -24px !important
    }

    ._mb-xl-n3,
    ._my-xl-n3 {
        margin-bottom: -24px !important
    }

    ._ml-xl-n3,
    ._mx-xl-n3 {
        margin-left: -24px !important
    }

    ._m-xl-n4 {
        margin: -36px !important
    }

    ._mt-xl-n4,
    ._my-xl-n4 {
        margin-top: -36px !important
    }

    ._mr-xl-n4,
    ._mx-xl-n4 {
        margin-right: -36px !important
    }

    ._mb-xl-n4,
    ._my-xl-n4 {
        margin-bottom: -36px !important
    }

    ._ml-xl-n4,
    ._mx-xl-n4 {
        margin-left: -36px !important
    }

    ._m-xl-n5 {
        margin: -48px !important
    }

    ._mt-xl-n5,
    ._my-xl-n5 {
        margin-top: -48px !important
    }

    ._mr-xl-n5,
    ._mx-xl-n5 {
        margin-right: -48px !important
    }

    ._mb-xl-n5,
    ._my-xl-n5 {
        margin-bottom: -48px !important
    }

    ._ml-xl-n5,
    ._mx-xl-n5 {
        margin-left: -48px !important
    }

    ._m-xl-n6 {
        margin: -72px !important
    }

    ._mt-xl-n6,
    ._my-xl-n6 {
        margin-top: -72px !important
    }

    ._mr-xl-n6,
    ._mx-xl-n6 {
        margin-right: -72px !important
    }

    ._mb-xl-n6,
    ._my-xl-n6 {
        margin-bottom: -72px !important
    }

    ._ml-xl-n6,
    ._mx-xl-n6 {
        margin-left: -72px !important
    }

    ._m-xl-n7 {
        margin: -96px !important
    }

    ._mt-xl-n7,
    ._my-xl-n7 {
        margin-top: -96px !important
    }

    ._mr-xl-n7,
    ._mx-xl-n7 {
        margin-right: -96px !important
    }

    ._mb-xl-n7,
    ._my-xl-n7 {
        margin-bottom: -96px !important
    }

    ._ml-xl-n7,
    ._mx-xl-n7 {
        margin-left: -96px !important
    }

    ._m-xl-auto {
        margin: auto !important
    }

    ._mt-xl-auto,
    ._my-xl-auto {
        margin-top: auto !important
    }

    ._mr-xl-auto,
    ._mx-xl-auto {
        margin-right: auto !important
    }

    ._mb-xl-auto,
    ._my-xl-auto {
        margin-bottom: auto !important
    }

    ._ml-xl-auto,
    ._mx-xl-auto {
        margin-left: auto !important
    }
}

._text-justify,
._text-justify-center {
    text-align: justify !important
}

._text-nowrap {
    white-space: nowrap !important
}

._text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

._text-left {
    text-align: left !important
}

._text-right {
    text-align: right !important
}

._text-center {
    text-align: center !important
}

@media (min-width:480px) {
    ._text-sm-left {
        text-align: left !important
    }

    ._text-sm-right {
        text-align: right !important
    }

    ._text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    ._text-md-left {
        text-align: left !important
    }

    ._text-md-right {
        text-align: right !important
    }

    ._text-md-center {
        text-align: center !important
    }
}

@media (min-width:1024px) {
    ._text-lg-left {
        text-align: left !important
    }

    ._text-lg-right {
        text-align: right !important
    }

    ._text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1440px) {
    ._text-xl-left {
        text-align: left !important
    }

    ._text-xl-right {
        text-align: right !important
    }

    ._text-xl-center {
        text-align: center !important
    }
}

._text-uppercase {
    text-transform: uppercase !important
}

._text-capitalize {
    text-transform: capitalize !important
}

._font-weight-light {
    font-weight: 300 !important
}

._font-weight-bold {
    font-weight: 700 !important
}

._text-white {
    color: #fff !important
}

._text-info {
    color: #17a2b8 !important
}

a._text-info:focus,
a._text-info:hover {
    color: #0f6674 !important
}

._text-warning {
    color: #ffc107 !important
}

a._text-warning:focus,
a._text-warning:hover {
    color: #ba8b00 !important
}

._text-light {
    color: #f5f4f4 !important
}

a._text-light:focus,
a._text-light:hover {
    color: #d1cccc !important
}

._text-black {
    color: #0d0900 !important
}

a._text-black:focus,
a._text-black:hover {
    color: #000 !important
}

._text-sale {
    color: #ae131e !important
}

a._text-sale:focus,
a._text-sale:hover {
    color: #690b12 !important
}

._text-body {
    color: #0d0900 !important
}

._text-muted {
    color: #666 !important
}

._text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

._text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

._text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

._visible {
    visibility: visible !important
}

* {
    -webkit-tap-highlight-color: transparent;
    outline: 0 none
}

._display-1,
._display-2,
._display-3,
._display-3-5,
._display-4,
._display-5,
._display-6 {
    font-family: "Domaine Text Light", serif
}

._cta,
._cta-black,
._cta-sale,
._cta-white,
._cta-yellow,
._light,
._plain {
    font-family: "Plain Light", sans-serif !important
}

._plain-medium {
    font-family: "Plain Medium", sans-serif !important
}

._h1,
._h2,
._h3,
._h4,
._h5,
._h6 {
    font-family: "Plain Medium", sans-serif;
    margin-bottom: 0;
    letter-spacing: .3px
}

._bold {
    text-shadow: 0 0
}

._display-3-5 {
    font-size: 30px;
    line-height: 34px
}

._display-6 {
    font-size: 14px;
    line-height: 18px
}

._display-1,
._display-2,
._display-3,
._display-3-5,
._display-4,
._display-5,
._display-6 {
    margin-bottom: 0;
    letter-spacing: .3px
}

._text-justify-center {
    text-align-last: center
}

._h1 {
    font-size: 1.375rem;
    letter-spacing: .6px;
    line-height: 30px
}

._h2 {
    font-size: 1.125rem;
    line-height: 26px
}

._h3 {
    font-size: 1rem;
    line-height: 24px
}

._h4 {
    font-size: .875rem;
    line-height: 22px
}

._h5 {
    font-size: .75rem;
    line-height: 20px
}

._h6 {
    font-size: .625rem
}

._display-1 {
    line-height: 52px
}

._display-2 {
    line-height: 44px
}

._display-3 {
    line-height: 32px
}

._display-4 {
    line-height: 28px
}

._display-5 {
    line-height: 24px;
    font-size: 18px
}

@media (min-width:1024px) {
    ._display-1 {
        font-size: 40px;
        line-height: 48px
    }

    ._display-2 {
        font-size: 40px;
        line-height: 52px
    }

    ._display-3 {
        font-size: 32px;
        line-height: 44px
    }

    ._display-4 {
        font-size: 24px;
        line-height: 32px
    }

    ._display-5 {
        font-size: 20px;
        line-height: 28px
    }
}

@media (min-width:1440px) {
    ._display-1 {
        font-size: 48px;
        line-height: 64px
    }
}

._p {
    font-family: "Plain Light", sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 0
}

._p.-small {
    font-size: 12px;
    line-height: 20px
}

._p.-xsmall {
    font-size: 10px;
    line-height: 14px
}

img {
    max-width: 100%
}

.itemsecond img {
    max-width: max-content;
}

figure {
    margin: 0
}

iframe {
    border: 0
}

._cta,
._cta-black,
._cta-sale,
._cta-white,
._cta-yellow {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .24px;
    line-height: 18px;
    padding: 0 30px;
    border-radius: 0;
    min-height: 44px;
    height: 0
}

.-rounded._cta-black,
.-rounded._cta-sale,
.-rounded._cta-white,
.-rounded._cta-yellow,
._cta.-rounded {
    border-radius: 4px
}

.-small._cta-black,
.-small._cta-sale,
.-small._cta-white,
.-small._cta-yellow,
._cta.-small {
    min-height: 30px;
    font-size: 11px;
    padding-top: 1px
}

a._cta,
a._cta-black,
a._cta-sale,
a._cta-white,
a._cta-yellow {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

._cta-white:hover:not(._bg-black) {
    background-color: transparent;
    color: #000
}

._cta-white._bg-black {
    border-color: #fff !important
}

.-small._cta-link,
._btn-link.-small {
    font-size: 12px;
    line-height: 20px
}

._cta-link {
    display: inline-block;
    letter-spacing: .5px;
    text-decoration: underline;
    font-size: 14px;
    text-shadow: 0 0 rgba(0, 0, 0, .6)
}

._cta-link:hover {
    opacity: .8;
    text-decoration: underline
}

._cta-link.-small {
    font-size: 12px;
    line-height: 20px
}

._btn-link,
._cta-link {
    text-underline-offset: 2px
}

button._cta-link {
    padding: 0;
    background: 0 0;
    border: none
}

._btn:focus,
._cta-black:focus,
._cta-sale:focus,
._cta-white:focus,
._cta-yellow:focus,
._cta:focus {
    box-shadow: none
}

._form-group {
    position: relative
}

._form-group ._btn,
._form-group ._cta,
._form-group ._cta-black,
._form-group ._cta-sale,
._form-group ._cta-white,
._form-group ._cta-yellow {
    position: absolute;
    right: 0;
    top: 0
}

._w-90,
._w-94 {
    margin-left: auto;
    margin-right: auto
}

._form-control {
    color: #0d0900;
    text-shadow: 0 0 rgba(0, 0, 0, .5)
}

select {
    font-family: sans-serif
}

._text-uppercase {
    letter-spacing: 1px
}

.dropdown {
    position: absolute;
    z-index: 9999999;
    display: none
}

.dropdown.dropdown-scroll {
    background: #fff;
    padding: 30px;
    width: 380px;
    max-width: 100%
}

.dropdown.dropdown-scroll .scroll-row {
    position: relative;
    line-height: 1.2;
    margin-bottom: 5px
}

.dropdown.dropdown-scroll .scroll-row:after {
    content: "";
    position: absolute;
    pointer-events: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: solid;
    border-width: 0 1px 1px 0;
    height: 8px;
    width: 8px;
    right: 2px;
    bottom: 6px
}

.dropdown.dropdown-scroll .scroll-row span {
    font-size: 14px;
    letter-spacing: .58px;
    display: block;
    margin-bottom: 8px;
    margin-top: 15px
}

.dropdown.dropdown-scroll .scroll-row label {
    color: #3d3d3d;
    float: left;
    font-size: 11px;
    margin: 10px 0;
    text-transform: none;
    width: 100%;
    text-align: left
}

.dropdown.dropdown-scroll .scroll-row select {
    position: relative;
    width: 100%;
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 100%;
    height: 45px;
    font-size: 14px;
    letter-spacing: .58px;
    cursor: pointer
}

.icon77 {
    display: inline-block;
    vertical-align: middle
}

.icon77-loading {
    -webkit-animation: icon77-spin 2s infinite linear;
    animation: icon77-spin 2s infinite linear
}

._cta-black:hover .icon77 {
    -webkit-filter: invert(1);
    filter: invert(1);
    -webkit-transition: -webkit-filter .15s;
    transition: -webkit-filter .15s;
    transition: filter .15s;
    transition: filter .15s, -webkit-filter .15s
}

@-webkit-keyframes icon77-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes icon77-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

body.menu {
    overflow: hidden
}

.icon77 {
    background-image: url(https://www.77diamonds.com/Assets/icons/icon77.png?v=638786825780000000)
}

@media (-webkit-min-device-pixel-ratio:1.5),
(-o-min-device-pixel-ratio:3/2),
(min--moz-device-pixel-ratio:1.5),
(min-resolution:1.5dppx),
(min-device-pixel-ratio:1.5) {
    .icon77 {
        background-image: url(https://www.77diamonds.com/Assets/icons/icon77@2x.png?v=638786825780000000);
        background-size: 473px 442px
    }
}

.icon77-Apple {
    background-position: -321px -94px;
    width: 35px;
    height: 35px
}

.icon77-Back_to_top {
    background-position: -453px -428px;
    width: 15px;
    height: 9px
}

.icon77-Coloured {
    background-position: -52px -340px;
    width: 24px;
    height: 24px
}

.icon77-Em_Ring {
    background-position: -364px -340px;
    width: 24px;
    height: 24px
}

.icon77-Footer_Assay {
    background-position: 0 -116px;
    width: 100px;
    height: 54px
}

.icon77-Google {
    background-position: -321px -205px;
    width: 35px;
    height: 35px
}

.icon77-Icon_CB {
    background-position: -154px -232px;
    width: 50px;
    height: 30px
}

.icon77-Icon_ChatNow {
    background-position: -154px -116px;
    width: 50px;
    height: 50px
}

.icon77-Icon_Email {
    background-position: -206px -116px;
    width: 50px;
    height: 50px
}

.icon77-Icon_Support {
    background-position: 0 -172px;
    width: 58px;
    height: 58px
}

.icon77-Ruby_Ring {
    background-position: -286px -392px;
    width: 24px;
    height: 24px
}

.icon77-Sapph_Necklace {
    background-position: -364px -392px;
    width: 24px;
    height: 24px
}

.icon77-Sapph_Ring {
    background-position: -390px -392px;
    width: 24px;
    height: 24px
}

.icon77-advice {
    background-position: -271px 0;
    width: 48px;
    height: 48px
}

.icon77-arrow-left {
    background-position: -453px -380px;
    width: 18px;
    height: 9px
}

.icon77-arrow-left_g {
    background-position: -363px -152px;
    width: 35px;
    height: 18px
}

.icon77-arrow-right {
    background-position: -453px -391px;
    width: 18px;
    height: 9px
}

.icon77-arrow-right_g {
    background-position: -363px -172px;
    width: 35px;
    height: 18px
}

.icon77-arrow {
    background-position: -363px -218px;
    width: 24px;
    height: 24px
}

.icon77-arrow_g {
    background-position: -321px -131px;
    width: 35px;
    height: 35px
}

.icon77-bell {
    background-position: -363px -244px;
    width: 24px;
    height: 24px
}

.icon77-calendar {
    background-position: -363px -296px;
    width: 24px;
    height: 24px
}

.icon77-carat-down {
    background-position: -390px -192px;
    width: 8px;
    height: 4px
}

.icon77-carat-down_white {
    background-position: -363px -322px;
    width: 12px;
    height: 6px
}

.icon77-caret-down {
    background-position: -453px -402px;
    width: 16px;
    height: 10px
}

.icon77-chat-black {
    background-position: 0 -340px;
    width: 24px;
    height: 24px
}

.icon77-chat-sm {
    background-position: -453px -27px;
    width: 20px;
    height: 20px
}

.icon77-chat {
    background-position: -453px -345px;
    width: 18px;
    height: 17px
}

.icon77-chevron {
    background-position: -26px -340px;
    width: 24px;
    height: 24px
}

.icon77-close_white {
    background-position: -453px -285px;
    width: 18px;
    height: 18px
}

.icon77-cupids {
    background-position: -78px -340px;
    width: 24px;
    height: 24px
}

.icon77-cupidslg {
    background-position: -104px -340px;
    width: 24px;
    height: 24px
}

.icon77-dia_triangular {
    background-position: -208px -340px;
    width: 24px;
    height: 24px
}

.icon77-diamond_round {
    background-position: -156px -340px;
    width: 24px;
    height: 24px
}

.icon77-diamond_round_yellow {
    background-position: -182px -340px;
    width: 24px;
    height: 24px
}

.icon77-double_tick {
    background-position: -234px -340px;
    width: 24px;
    height: 24px
}

.icon77-email-chat {
    background-position: -453px -180px;
    width: 19px;
    height: 19px
}

.icon77-email {
    background-position: -286px -340px;
    width: 24px;
    height: 24px
}

.icon77-email:not(.hover-disabled):hover {
    background-position: -312px -340px;
    width: 24px;
    height: 24px
}

.icon77-emerald_round {
    background-position: -338px -340px;
    width: 24px;
    height: 24px
}

.icon77-error {
    background-position: 0 -366px;
    width: 24px;
    height: 24px
}

.icon77-et_channel {
    background-position: -121px -264px;
    width: 68px;
    height: 12px
}

.icon77-et_claw {
    background-position: -191px -264px;
    width: 68px;
    height: 12px
}

.icon77-et_designer {
    background-position: -50px -264px;
    width: 69px;
    height: 14px
}

.icon77-exit {
    background-position: -453px -414px;
    width: 12px;
    height: 12px
}

.icon77-eye-off {
    background-position: -26px -366px;
    width: 24px;
    height: 24px
}

.icon77-eye {
    background-position: -52px -366px;
    width: 24px;
    height: 24px
}

.icon77-facebook-new {
    background-position: -321px -168px;
    width: 35px;
    height: 35px
}

.icon77-facebook {
    background-position: -78px -366px;
    width: 24px;
    height: 24px
}

.icon77-help {
    background-position: -271px -150px;
    width: 48px;
    height: 48px
}

.icon77-ic_chat {
    background-position: -130px -366px;
    width: 24px;
    height: 24px
}

.icon77-ic_down {
    background-position: -453px -71px;
    width: 20px;
    height: 20px
}

.icon77-ic_left {
    background-position: -453px -93px;
    width: 20px;
    height: 20px
}

.icon77-ic_right {
    background-position: -453px -115px;
    width: 20px;
    height: 20px
}

.icon77-icon-email {
    background-position: -453px -364px;
    width: 20px;
    height: 14px
}

.icon77-icon-phone {
    background-position: -453px -49px;
    width: 20px;
    height: 20px
}

.icon77-instagram {
    background-position: -182px -366px;
    width: 24px;
    height: 24px
}

.icon77-linkedin {
    background-position: -208px -366px;
    width: 24px;
    height: 24px
}

.icon77-loading {
    background-position: -321px -52px;
    width: 40px;
    height: 40px
}

.icon77-logo-assay-sm {
    background-position: -453px 0;
    width: 20px;
    height: 25px
}

.icon77-logo-assay {
    background-position: -321px 0;
    width: 40px;
    height: 50px
}

.icon77-nav-cross {
    background-position: -453px -305px;
    width: 18px;
    height: 18px
}

.icon77-nav_EAR_drops {
    background-position: -401px -182px;
    width: 24px;
    height: 24px
}

.icon77-nav_EAR_hoops {
    background-position: -401px -208px;
    width: 24px;
    height: 24px
}

.icon77-nav_EAR_studs {
    background-position: -401px -234px;
    width: 24px;
    height: 24px
}

.icon77-nav_ER_diamband {
    background-position: -271px -200px;
    width: 48px;
    height: 24px
}

.icon77-nav_ER_halo {
    background-position: -260px -282px;
    width: 48px;
    height: 24px
}

.icon77-nav_ER_solitaire {
    background-position: -310px -282px;
    width: 48px;
    height: 24px
}

.icon77-nav_ER_trilogy {
    background-position: 0 -314px;
    width: 48px;
    height: 24px
}

.icon77-nav_ER_vintage {
    background-position: -50px -314px;
    width: 48px;
    height: 24px
}

.icon77-nav_ET_channel {
    background-position: -100px -314px;
    width: 65px;
    height: 12px
}

.icon77-nav_ET_claw {
    background-position: -167px -314px;
    width: 65px;
    height: 12px
}

.icon77-nav_ET_designer {
    background-position: -234px -314px;
    width: 65px;
    height: 12px
}

.icon77-nav_GEM_emerald {
    background-position: -321px -242px;
    width: 36px;
    height: 29px
}

.icon77-nav_GEM_ruby {
    background-position: -363px 0;
    width: 36px;
    height: 29px
}

.icon77-nav_GEM_sapphire {
    background-position: -363px -31px;
    width: 36px;
    height: 29px
}

.icon77-nav_NECK_necklaces {
    background-position: -52px -392px;
    width: 24px;
    height: 24px
}

.icon77-nav_NECK_pendants {
    background-position: -78px -392px;
    width: 24px;
    height: 24px
}

.icon77-nav_bag {
    background-position: -338px -366px;
    width: 24px;
    height: 24px
}

.icon77-nav_bag_full {
    background-position: -364px -366px;
    width: 24px;
    height: 24px
}

.icon77-nav_c_diamond {
    background-position: -401px -26px;
    width: 24px;
    height: 24px
}

.icon77-nav_c_earring {
    background-position: -401px -52px;
    width: 24px;
    height: 24px
}

.icon77-nav_c_necklaces {
    background-position: -401px -78px;
    width: 24px;
    height: 24px
}

.icon77-nav_c_ring {
    background-position: -401px -104px;
    width: 24px;
    height: 24px
}

.icon77-nav_drops {
    background-position: -401px -130px;
    width: 24px;
    height: 24px
}

.icon77-nav_ear {
    background-position: -401px -156px;
    width: 24px;
    height: 24px
}

.icon77-nav_emerald {
    background-position: -401px -260px;
    width: 24px;
    height: 24px
}

.icon77-nav_hoops {
    background-position: -401px -286px;
    width: 24px;
    height: 24px
}

.icon77-nav_location {
    background-position: -401px -312px;
    width: 24px;
    height: 24px
}

.icon77-nav_location_full {
    background-position: -401px -338px;
    width: 24px;
    height: 24px
}

.icon77-nav_menu {
    background-position: -401px -364px;
    width: 24px;
    height: 24px
}

.icon77-nav_neck {
    background-position: 0 -392px;
    width: 24px;
    height: 24px
}

.icon77-nav_ruby {
    background-position: -104px -392px;
    width: 24px;
    height: 24px
}

.icon77-nav_sapphire {
    background-position: -130px -392px;
    width: 24px;
    height: 24px
}

.icon77-nav_set_ring {
    background-position: -156px -392px;
    width: 24px;
    height: 24px
}

.icon77-nav_studs {
    background-position: -182px -392px;
    width: 24px;
    height: 24px
}

.icon77-phone {
    background-position: -208px -392px;
    width: 24px;
    height: 24px
}

.icon77-pinterest {
    background-position: -234px -392px;
    width: 24px;
    height: 24px
}

.icon77-refresh {
    background-position: -260px -392px;
    width: 24px;
    height: 24px
}

.icon77-ruby_round {
    background-position: -312px -392px;
    width: 24px;
    height: 24px
}

.icon77-sapphire_round {
    background-position: -338px -392px;
    width: 24px;
    height: 24px
}

.icon77-secure {
    background-position: -427px 0;
    width: 24px;
    height: 24px
}

.icon77-send {
    background-position: -453px -264px;
    width: 19px;
    height: 19px
}

.icon77-shape_asscher {
    background-position: -427px -26px;
    width: 24px;
    height: 24px
}

.icon77-shape_cushion {
    background-position: -427px -52px;
    width: 24px;
    height: 24px
}

.icon77-shape_emerald {
    background-position: -427px -78px;
    width: 24px;
    height: 24px
}

.icon77-shape_heart {
    background-position: -427px -104px;
    width: 24px;
    height: 24px
}

.icon77-shape_kite {
    background-position: -427px -130px;
    width: 24px;
    height: 24px
}

.icon77-shape_marquise {
    background-position: -427px -156px;
    width: 24px;
    height: 24px
}

.icon77-shape_oldcut {
    background-position: -427px -182px;
    width: 24px;
    height: 24px
}

.icon77-shape_other {
    background-position: -427px -208px;
    width: 24px;
    height: 24px
}

.icon77-shape_oval {
    background-position: -427px -234px;
    width: 24px;
    height: 24px
}

.icon77-shape_pear {
    background-position: -427px -260px;
    width: 24px;
    height: 24px
}

.icon77-shape_princess {
    background-position: -427px -286px;
    width: 24px;
    height: 24px
}

.icon77-shape_radiant {
    background-position: -427px -312px;
    width: 24px;
    height: 24px
}

.icon77-shape_rectangle {
    background-position: -427px -338px;
    width: 24px;
    height: 24px
}

.icon77-shape_round {
    background-position: -427px -364px;
    width: 24px;
    height: 24px
}

.icon77-shape_square {
    background-position: -427px -390px;
    width: 24px;
    height: 24px
}

.icon77-share {
    background-position: -453px -325px;
    width: 18px;
    height: 18px
}

.icon77-social-X {
    background-position: -26px -418px;
    width: 24px;
    height: 24px
}

.icon77-social-tiktok-24px {
    background-position: 0 -418px;
    width: 24px;
    height: 24px
}

.icon77-twitter {
    background-position: -78px -418px;
    width: 24px;
    height: 24px
}

.icon77-user {
    background-position: -104px -418px;
    width: 24px;
    height: 24px
}

.icon77-v12-logo {
    background-position: -208px -282px;
    width: 50px;
    height: 30px
}

.icon77-whatsapp-sm {
    background-position: -453px -137px;
    width: 20px;
    height: 20px
}

.icon77-whatsapp {
    background-position: -130px -418px;
    width: 24px;
    height: 24px
}

.icon77-youtube {
    background-position: -182px -418px;
    width: 24px;
    height: 24px
}

.icon77.-right {
    transform: rotate(90deg)
}

.icon77.-down {
    transform: rotate(180deg)
}

.icon77.-left {
    transform: rotate(-90deg)
}

.icon77.-white {
    filter: invert(1)
}

.icon77.-yellow {
    filter: brightness(0) invert(1) sepia(67%) saturate(100)
}

.icon77.-emerald {
    filter: invert(12%) sepia(95%) saturate(4964%) hue-rotate(154deg) brightness(95%) contrast(101%)
}

#divShowHideLanguage {
    position: relative
}

#divShowHideLanguage .dropdown.dropdown-scroll .scroll-row {
    margin-bottom: 12px
}

#divShowHideLanguage .dropdown.dropdown-scroll .scroll-row span {
    margin-top: 0;
    margin-bottom: 6px
}

#divShowHideLanguage .dropdown.dropdown-scroll .scroll-row select {
    height: 24px;
    font-size: 13px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 0;
    white-space: normal;
    height: auto;
    padding-right: 16px;
    appearance: none
}

#divShowHideLanguage .dropdown.dropdown-scroll .scroll-row select::-ms-expand {
    display: none
}

#divShowHideLanguage .dropdown.dropdown-scroll .scroll-row select:focus {
    border: 0
}

#divShowHideLanguage .dropdown.dropdown-scroll .scroll-row select option {
    padding-left: 5px
}

#divShowHideLanguage .flag {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle;
    background-position: center;
    background-size: 30px
}

body:not(.defered) #divShowHideLanguage .flag {
    background: 0 0 !important
}

#divShowHideLanguage .lblcode {
    font-family: "Plain Light", sans-serif;
    font-size: 12px;
    letter-spacing: 1px
}

#divShowHideLanguage>._btn:after {
    content: "";
    display: inline-block;
    transform: rotate(45deg);
    border: solid;
    border-width: 0 1px 1px 0;
    height: 8px;
    width: 8px;
    margin-left: 3px;
    margin-bottom: 3px
}

@media (max-width:1023px) {
    #divShowHideLanguage {
        padding: 16px 0;
        display: inline-block;
        border: 1px solid transparent
    }

    #divShowHideLanguage>._btn {
        margin-bottom: -1px;
        z-index: 2;
        position: relative;
        background: #fff;
        border-radius: 0
    }

    #divShowHideLanguage .dropdown {
        margin-left: 0 !important;
        width: 100%;
        box-sizing: content-box;
        display: block !important;
        max-height: 0;
        overflow: hidden;
        padding: 0;
        transition: all .4s;
        box-shadow: none;
        background-color: #fff;
        position: absolute;
        left: -1px;
        z-index: 1;
        transition: none
    }

    #divShowHideLanguage .language_title {
        font-size: 13px;
        letter-spacing: 1px
    }

    #divShowHideLanguage.dropdown-open {
        border-color: #000 #000 transparent
    }

    #divShowHideLanguage.dropdown-open .dropdown {
        max-height: 1000px;
        width: max-content;
        min-width: 247px;
        height: auto;
        border: 1px solid #000;
        transition: none
    }
}

@media (max-width:1023px) and (min-width:375px) {
    #divShowHideLanguage.dropdown-open .dropdown {
        min-width: 292px
    }
}

@media (max-width:1023px) {
    #divShowHideLanguage.dropdown-open .dropdown #divLanguageContent {
        padding: 8px 16px;
        transition: none
    }
}

@media (min-width:1024px) {
    #divShowHideLanguage {
        margin: 0;
        padding-right: 12px
    }

    #divShowHideLanguage .icon77-ic_down {
        transform: scale(.77)
    }

    #divShowHideLanguage .dropdown.dropdown-scroll .scroll-row {
        margin-bottom: 18px;
        position: relative
    }

    #divShowHideLanguage .dropdown.dropdown-scroll .scroll-row:last-of-type {
        margin-bottom: 0
    }

    #divShowHideLanguage .dropdown.dropdown-scroll .scroll-row .icon77-ic_down {
        position: absolute;
        right: 10px;
        bottom: 0;
        pointer-events: none;
        transform: scale(.5)
    }

    #divShowHideLanguage .dropdown.dropdown-scroll .scroll-row select {
        text-indent: 0;
        position: relative;
        background: 0 0
    }

    #divShowHideLanguage .dropdown.dropdown-scroll .scroll-row .language_title {
        text-transform: none;
        font-size: 13px;
        letter-spacing: 1px
    }

    #divShowHideLanguage .divHeaderItem2Dropdown {
        max-width: 220px;
        padding: 16px;
        background-color: #f5f4f4
    }
}

.headerVisitShowroom {
    display: inline-block;
    margin-right: 12px
}

.headerVisitShowroom .showroom-overlay {
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    cursor: pointer
}

.headerVisitShowroom .dropdown {
    padding: 40px;
    padding-bottom: 0;
    width: 500px;
    box-sizing: border-box;
    white-space: normal
}

.headerVisitShowroom #showroomlist {
    box-shadow: 0 0 50px 10px rgba(0, 0, 0, .3);
    position: fixed;
    top: -2px;
    height: 100vh;
    box-sizing: border-box;
    overflow-y: auto;
    padding: 78px 0 50px 0
}

.headerVisitShowroom #showroomlist .closeShowroomArea {
    position: absolute;
    top: 24px;
    right: 36px;
    cursor: pointer
}

@media (max-width:1023.98px) {
    .headerVisitShowroom #showroomlist {
        overflow: auto
    }
}

@media (min-width:1024px) {
    .headerVisitShowroom #showroomlist {
        right: 0;
        left: auto;
        padding: 0;
        padding: 78px 0 50px 0;
        background-color: #fff;
        box-shadow: none
    }

    .headerVisitShowroom #showroomlist:after {
        content: "";
        position: absolute;
        width: 100vw;
        background: rgba(0, 0, 0, .3);
        height: 100%;
        right: 500px;
        top: -60px;
        pointer-events: none
    }
}

.headerVisitShowroom #showroomlist div.showroom-item {
    padding-left: 32px;
    padding-right: 32px
}

.headerVisitShowroom #showroomlist div.showroom-item.closest .showroomTitle {
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px
}

.headerVisitShowroom #showroomlist div.showroom-item:not(.closest).open .icon77.-down {
    transform: rotate(0)
}

.headerVisitShowroom .showroom-item {
    border-bottom: 1px solid #d3d3d3
}

.headerVisitShowroom .showroom-item:not(.closest) {
    background-color: #f5f5f5;
    padding: 10px 0
}

@media (max-width:400px) {
    .headerVisitShowroom .showroom-item .showroom-address {
        width: 100%
    }

    .headerVisitShowroom .showroom-item .showroom-map {
        width: 100%;
        padding-left: 0;
        padding-top: 12px
    }
}

.headerVisitShowroom .showroom-item iframe {
    border: 1px solid #000;
    padding: 1px
}

.headerVisitShowroom .showroom-item h5 {
    cursor: pointer
}

.headerVisitShowroom .showroom-item .showroom-more-info {
    display: none;
    padding-top: 15px
}

.headerVisitShowroom .newTag {
    color: #fff;
    font-size: 8px;
    background-color: #000;
    padding: 4px 4px 2px;
    vertical-align: top
}

@media (max-width:1023px) {
    .headerVisitShowroom .dropdown {
        width: 100%;
        padding: 0
    }

    .headerVisitShowroom .showroom-item {
        padding: 0 16px
    }
}

.TopHeader {
    position: relative;
    padding: 15px 12px
}

@media (min-width:768px) {
    .TopHeader {
        padding: 25px
    }
}

@media (min-width:1024px) {
    .TopHeader {
        padding: 22px 32px
    }

    .TopHeader .localizedLogo img {
        height: 40px
    }
}

header .TopHeader [data-dropdown] .dropdown.help-dropdown {
    min-width: 200px;
    box-shadow: 0 0 12px -1px rgba(13, 9, 0, .1), 0 1px 4px -1px rgba(13, 9, 0, .06)
}

header .TopHeader [data-dropdown] .dropdown.help-dropdown h3,
header .TopHeader [data-dropdown] .dropdown.help-dropdown p {
    font-family: "Domaine Text Light";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    text-align: center
}

header .TopHeader [data-dropdown] .dropdown.help-dropdown:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: -5px;
    left: 8px;
    transform: rotate(-45deg);
    z-index: 1000;
    background: #fff;
    box-shadow: 3px -3px 7px -2px rgba(13, 9, 0, .1)
}

@media (min-width:1024px) {
    header .TopHeader [data-dropdown] .dropdown.help-dropdown {
        left: 50%;
        transform: translateX(-50%)
    }

    header .TopHeader [data-dropdown] .dropdown.help-dropdown:before {
        left: calc(50% - 10px)
    }
}

.TopHeader .localizedLogo img {
    height: 40px
}

#currency-popup {
    position: absolute;
    top: 35px;
    left: 5px;
    z-index: 1000;
    text-align: center;
    min-width: 260px;
    border: 1px solid #e4e4e4;
    background-color: #fff;
    box-shadow: 0 4px 9px -5px #444;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: visibility .4s linear, opacity .4s linear;
    visibility: hidden;
    opacity: 0
}

#currency-popup.hide {
    visibility: hidden;
    opacity: 0
}

#currency-popup.show {
    visibility: visible;
    opacity: 1
}

#currency-popup .popup-header {
    margin-top: 4px;
    color: #0d0900;
    font-family: "Domaine Text Light";
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center
}

#currency-popup .popup-text {
    color: #0d0900;
    width: 180px;
    font-family: "Domaine Text Light";
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center
}

#currency-popup .popup-icon {
    position: absolute;
    top: 0;
    right: 0;
    margin: 8px;
    cursor: pointer
}

#currency-popup hr {
    width: 100%;
    margin: 16px 0
}

#currency-popup .popup-button {
    cursor: pointer;
    color: #fff;
    font-family: "Plain Light";
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .4px;
    line-height: 20px;
    text-align: center;
    background-color: #0d0900;
    border: 1px solid transparent;
    transition: all .4s linear;
    padding: 6px 33px;
    width: 100%;
    text-transform: uppercase
}

#currency-popup .popup-button:hover {
    color: #0d0900;
    border: 1px solid #0d0900;
    background-color: #fff
}

#currency-popup .popup-close-text {
    margin-top: 16px;
    color: #0d0900;
    font-family: "Plain Light";
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    cursor: pointer
}

#currency-popup.nondispatch-country {
    width: calc(100vw - 34px)
}

@media only screen and (min-width:768px) {
    #currency-popup.nondispatch-country {
        width: 500px
    }
}

#currency-popup.nondispatch-country .popup-close-btn {
    position: absolute;
    top: 0;
    right: 0
}

#showroom-popover {
    position: absolute;
    top: 35px;
    right: 5px;
    z-index: 1000;
    text-align: center;
    min-width: 260px;
    border: 1px solid #e4e4e4;
    background-color: #fff;
    box-shadow: 0 4px 9px -5px #444;
    padding: 32px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: visibility .4s linear, opacity .4s linear;
    visibility: hidden;
    opacity: 0
}

#showroom-popover.hide {
    visibility: hidden;
    opacity: 0
}

#showroom-popover.show {
    visibility: visible;
    opacity: 1
}

#showroom-popover .popover-header {
    margin-top: 4px;
    color: #0d0900;
    font-family: "Domaine Text Light";
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center
}

#showroom-popover .popover-text {
    color: #0d0900;
    width: 180px;
    font-family: "Domaine Text Light";
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center
}

#showroom-popover .popover-text i {
    font-family: "Domaine Text Italic"
}

#showroom-popover .popover-icon {
    position: absolute;
    top: 0;
    right: 0;
    margin: 8px;
    cursor: pointer
}

#showroom-popover hr {
    width: 100%;
    margin: 16px 0
}

#showroom-popover .popover-button {
    cursor: pointer;
    color: #fff;
    font-family: "Plain Light";
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .4px;
    line-height: 20px;
    text-align: center;
    background-color: #0d0900;
    border: 1px solid transparent;
    transition: all .4s linear;
    padding: 6px 33px;
    text-transform: uppercase
}

#showroom-popover .popover-button:hover {
    color: #0d0900;
    border: 1px solid #0d0900;
    background-color: #fff
}

.header-bag {
    position: fixed;
    height: 100%;
    z-index: 1050;
    transition: all .4s
}

@media screen and (max-width:479.8px) {
    .header-bag {
        width: 100%;
        top: 0;
        right: 0
    }

    .header-bag:not(.active) {
        top: 100%
    }
}

@media screen and (min-width:480px) {
    .header-bag {
        width: 400px;
        top: 0;
        right: 0
    }

    .header-bag:not(.active) {
        right: -400px
    }
}

.header-bag:not(.active) {
    visibility: hidden
}

.header-bag:not(.active) .header-bag-overlay {
    opacity: 0;
    pointer-events: none
}

.header-bag .header-bag-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: -1;
    cursor: pointer;
    transition: all .4s
}

.header-bag .header-bag-content {
    background: #fff;
    height: 100%
}

.header-bag .header-bag-image {
    background-color: #fafafa;
    padding: 16px 5px
}

.header-bag .header-bag-image img {
    mix-blend-mode: darken
}

.header-bag .icon77-loading {
    margin: 150px 155px
}

.header-bag.loading:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    pointer-events: none
}

.header-bag.loading[data-items="1"] .icon77-loading {
    margin: 92px 155px
}

.main-nav {
    font-family: "Plain Light", sans-serif
}

.main-nav a {
    color: #0d0900
}

.main-nav ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.main-nav .nav-link {
    display: block;
    color: #0d0900;
    font-size: 12px;
    letter-spacing: .6px;
    text-transform: uppercase
}

.main-nav .icon77 {
    margin-right: 8px;
    margin-top: -3px
}

.main-nav .menu-back,
.main-nav .menu-title,
.main-nav .submenu-title {
    display: block;
    font-family: inherit
}

.main-nav .menu-back,
.main-nav .menu-title {
    font-size: 14px;
    line-height: 30px
}

.main-nav .submenu-title {
    font-size: 12px;
    line-height: 35px;
    margin-bottom: 0
}

.main-nav .submenu-link {
    display: block;
    line-height: 36px;
    font-size: 14px;
    text-transform: capitalize
}

.main-nav .submenu-link.link-highlight {
    background-color: #f3ece5;
    padding: 0 16px;
    font-size: 12px
}

.main-nav .small-submenu-link .submenu-link {
    line-height: 32px
}

.main-nav .menu-highlight {
    position: relative;
    display: block;
    background-color: #f3ece5;
    padding: 16px 46px 16px 16px;
    color: #0d0900;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px
}

.main-nav .menu-highlight:after {
    content: "";
    position: absolute;
    transform: rotate(-45deg);
    border: solid;
    border-width: 0 1px 1px 0;
    height: 8px;
    width: 8px;
    top: 50%;
    margin-top: -6px;
    right: 20px
}

.main-nav .newTag {
    color: #fff;
    font-size: 7px;
    background-color: #0d0900;
    padding: 4px 6px 2px;
    margin-left: 4px;
    vertical-align: middle
}

.main-nav .metal-icon {
    width: 40px;
    height: 20px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle
}

@media (min-width:1024px) {
    .main-nav .metal-icon {
        margin-right: 12px;
        width: 20px
    }
}

.main-nav .metal-icon.rose-gold {
    background-color: #f5c8a9
}

.main-nav .metal-icon.yellow-gold {
    background-color: #e9d590
}

.main-nav .metal-icon.white-gold {
    background-color: #efefef
}

.main-nav .metal-icon.platinum {
    background-color: #c8c8c8
}

.main-nav .metal-icon.palladium {
    background-color: #e7eaeb
}

a.header-phone-icon {
    font-family: "Plain Light", sans-serif;
    color: #0d0900;
    font-size: 12px;
    letter-spacing: .4px
}

.bookAppointment {
    cursor: pointer
}

@media (max-width:1024px) {
    .bookAppointment .icon77 {
        display: inline-block;
        margin-right: 12px
    }
}

@media (max-width:767px) {
    .bookAppointment .icon77 {
        margin-right: 0
    }
}

.bookAppointment .bookAppointment-title {
    margin: auto 10px;
    font-family: "Plain Light", sans-serif;
    color: #0d0900;
    font-size: 13px;
    line-height: initial;
    letter-spacing: 0
}

@media (max-width:1023.98px) {
    .NavigationItems {
        position: fixed;
        z-index: 1500;
        width: 100%;
        height: 100%;
        top: 0;
        visibility: hidden;
        transition: visibility .4s
    }

    body.menu .NavigationItems {
        visibility: visible
    }

    .wrapper-overlay {
        transition: background-color .4s;
        background-color: rgba(0, 0, 0, 0);
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        top: 0
    }

    body.menu .wrapper-overlay {
        background-color: rgba(0, 0, 0, .3);
        width: 100%
    }

    /* .main-nav,
    ul.sub-menu {
        height: 100%;
        overflow: auto;
        left: -320px;
        width: 85%;
        max-width: 320px;
        background-color: #fff;
        transition: left .5s ease;
        z-index: 10002;
        padding: 0 24px 24px
    } */
}

/* @media (max-width:1023.98px) and (min-width:480px) {

    .main-nav,
    ul.sub-menu {
        max-width: 400px;
        left: -400px
    }
} */

@media (max-width:1023.98px) {
    /* .main-nav {
        position: absolute
    } */

    body.menu .main-nav {
        left: 0
    }

    .main-nav .menu-back,
    .main-nav .menu-title {
        line-height: 42px
    }
}

@media (max-width:1023.98px) {
    /* .sub-menu {
        position: fixed;
        top: 0
    } */

    body.menu .sub-menu.active {
        left: 0
    }
}

@media (max-width:1023.98px) {
    .main-nav .menu-title.has-childs:before {
        content: "";
        float: right;
        transform: rotate(-45deg);
        border: solid;
        border-width: 0 1px 1px 0;
        height: 8px;
        width: 8px;
        margin: 17px 15px 0 5px
    }

    .main-nav li {
        padding: 8px 0;
        border-top: 1px solid #e4e4e4
    }

    .main-nav li.active .submenu-title.has-childs:after {
        border-width: 1px 0 0 1px;
        margin-top: 15px
    }

    .main-nav li.active .submenu-link {
        height: 36px
    }

    .main-nav li.active .submenu-link:last-child {
        height: 41px
    }

    .main-nav li.active .submenu-link.link-highlight {
        height: 26px
    }

    .main-nav li.active .submenu-link.link-highlight:first-of-type {
        height: 36px
    }

    .main-nav li.active .submenu-link.link-highlight:last-of-type {
        height: 36px
    }

    .main-nav li.-double .submenu-link:nth-child(2n) {
        width: 50%;
        float: left
    }

    .main-nav li.-double:after {
        content: "";
        clear: both;
        display: block
    }

    .main-nav .menu-back {
        border-top: 0
    }

    .main-nav .menu-back:before {
        content: "";
        float: left;
        transform: rotate(135deg);
        border: solid;
        border-width: 0 1px 1px 0;
        height: 8px;
        width: 8px;
        margin: 17px 5px 0 5px
    }

    .main-nav .submenu-title.has-childs:after {
        content: "";
        float: right;
        transform: rotate(45deg);
        border: solid;
        border-width: 0 1px 1px 0;
        height: 8px;
        width: 8px;
        margin-right: 7px;
        margin-top: 10px
    }

    .main-nav .submenu-link {
        height: 0;
        overflow: hidden;
        transition: height .2s
    }

    .main-nav .submenu-link.link-highlight {
        line-height: 26px
    }

    .main-nav .submenu-link.link-highlight:first-of-type {
        line-height: 46px
    }
}

.main-menu {
    display: flex
}

@media only screen and (max-width:1023.8px) {
    .main-menu {
        flex-direction: column
    }
}

@media only screen and (min-width:1024px) {
    .main-menu {
        justify-content: center
    }

    .main-menu .main-menu-item {
        display: inline-block;
        padding: 0 10px;
        line-height: 32px
    }
}

@media only screen and (min-width:1024px) and (min-width:1440px) {
    .main-menu .main-menu-item {
        padding: 0 20px
    }
}

@media only screen and (min-width:1024px) {
    .main-menu .main-menu-item .menu-title {
        font-size: 12px;
        letter-spacing: .4px
    }
}

@media only screen and (min-width:1024px) {
    .main-menu .main-menu-item:hover .sub-menu {
        visibility: visible;
        border: 1px solid #f2f2f2;
        border-width: 1px 0
    }

    html.no-touch .main-menu .main-menu-item:hover .sub-menu {
        transition-delay: .3s
    }

    .main-menu .main-menu-item:hover .sub-menu:after {
        content: ""
    }

    .main-menu .main-menu-item:hover .menu-title {
        position: relative
    }

    .main-menu .main-menu-item:hover .menu-title:after {
        content: "";
        border-bottom: 2px solid #ffc13b;
        z-index: 1000;
        width: 100%;
        left: 0;
        bottom: -1px;
        position: absolute
    }
}

@media only screen and (min-width:1024px) {
    .main-menu .sub-menu {
        position: absolute;
        display: flex;
        z-index: 200;
        left: 0;
        width: 100%;
        background: #fff;
        height: 300px;
        padding: 30px calc(50% - 500px) 40px;
        align-content: space-between;
        flex-flow: column wrap;
        visibility: hidden
    }

    .main-menu .sub-menu li {
        max-width: 250px;
        margin-bottom: 25px
    }

    .main-menu .sub-menu li.-double .submenu-link {
        width: 50%;
        float: left
    }

    .main-menu .sub-menu li.-double:after {
        content: "";
        clear: both;
        display: block
    }

    .main-menu .sub-menu li.-small {
        max-width: 18%
    }

    .main-menu .sub-menu li.-small .menu-highlight {
        font-size: 11px;
        line-height: 1.8;
        padding-right: 16px
    }

    .main-menu .sub-menu li.-small .menu-highlight:after {
        content: none
    }

    .main-menu .sub-menu .submenu-title {
        color: #666
    }

    .main-menu .sub-menu.-engagement-rings {
        height: 500px
    }

    .main-menu .sub-menu.-jewellery {
        height: 575px
    }

    .main-menu .sub-menu.-diamonds {
        height: 495px
    }
}

@media only screen and (min-width:1024px) and (min-width:1024px) {
    .main-menu .sub-menu:after {
        background-position: center;
        background-repeat: no-repeat;
        order: 13;
        width: 25%;
        height: 100%;
        image-rendering: pixelated;
        margin-top: 10px
    }
}

@media only screen and (min-width:1024px) and (min-width:1024px) and (min-resolution:300dpi),
only screen and (min-width:1024px) and (min-width:1024px) and (min-resolution:2dppx) {
    .main-menu .sub-menu:after {
        background-size: cover
    }
}

@media only screen and (min-width:1024px) and (min-width:1024px) {
    .main-menu .sub-menu.-engagement-rings:after {
        background-image: url(https://www.77diamonds.com/images/header/Categories/01_NAV_ER_x1.jpg)
    }
}

@media only screen and (min-width:1024px) and (min-width:1024px) and (min-resolution:300dpi),
only screen and (min-width:1024px) and (min-width:1024px) and (min-resolution:2dppx) {
    .main-menu .sub-menu.-engagement-rings:after {
        background-image: url(https://www.77diamonds.com/images/header/Categories/01_NAV_ER_x2.jpg)
    }
}

@media only screen and (min-width:1024px) and (min-width:1024px) {
    .main-menu .sub-menu.-wedding-rings:after {
        background-image: url(https://www.77diamonds.com/images/header/Categories/03_NAV_WED_x1.jpg)
    }
}

@media only screen and (min-width:1024px) and (min-width:1024px) and (min-resolution:300dpi),
only screen and (min-width:1024px) and (min-width:1024px) and (min-resolution:2dppx) {
    .main-menu .sub-menu.-wedding-rings:after {
        background-image: url(https://www.77diamonds.com/images/header/Categories/03_NAV_WED_x2.jpg)
    }
}

@media only screen and (min-width:1024px) and (min-width:1024px) {
    .main-menu .sub-menu.-eternity-rings:after {
        background-image: url(https://www.77diamonds.com/images/header/Categories/02_NAV_ET_x1.jpg)
    }
}

@media only screen and (min-width:1024px) and (min-width:1024px) and (min-resolution:300dpi),
only screen and (min-width:1024px) and (min-width:1024px) and (min-resolution:2dppx) {
    .main-menu .sub-menu.-eternity-rings:after {
        background-image: url(https://www.77diamonds.com/images/header/Categories/02_NAV_ET_x2.jpg)
    }
}

@media only screen and (min-width:1024px) and (min-width:1024px) {
    .main-menu .sub-menu.-jewellery:after {
        background-image: url(https://www.77diamonds.com/images/header/Categories/04_NAV_DJ_x1.jpg)
    }
}

@media only screen and (min-width:1024px) and (min-width:1024px) and (min-resolution:300dpi),
only screen and (min-width:1024px) and (min-width:1024px) and (min-resolution:2dppx) {
    .main-menu .sub-menu.-jewellery:after {
        background-image: url(https://www.77diamonds.com/images/header/Categories/04_NAV_DJ_x2.jpg)
    }
}

@media only screen and (min-width:1024px) and (min-width:1024px) {
    .main-menu .sub-menu.-diamonds:after {
        background-image: url(https://www.77diamonds.com/images/header/Categories/05_NAV_DIA_x1.jpg?v=2);
        background-position-y: top
    }
}

@media only screen and (min-width:1024px) and (min-width:1024px) and (min-resolution:300dpi),
only screen and (min-width:1024px) and (min-width:1024px) and (min-resolution:2dppx) {
    .main-menu .sub-menu.-diamonds:after {
        background-image: url(https://www.77diamonds.com/images/header/Categories/05_NAV_DIA_x2.jpg?v=2)
    }
}

@media only screen and (min-width:1024px) and (min-width:1024px) {
    .main-menu .sub-menu.-gemstones:after {
        background-image: url(https://www.77diamonds.com/images/header/Categories/06_NAV_GEM_x1.jpg)
    }
}

@media only screen and (min-width:1024px) and (min-width:1024px) and (min-resolution:300dpi),
only screen and (min-width:1024px) and (min-width:1024px) and (min-resolution:2dppx) {
    .main-menu .sub-menu.-gemstones:after {
        background-image: url(https://www.77diamonds.com/images/header/Categories/06_NAV_GEM_x2.jpg)
    }
}

@media only screen and (min-width:1024px) and (min-width:1024px) {
    .main-menu .sub-menu.-education:after {
        background-image: url(https://www.77diamonds.com/images/header/Categories/07_NAV_EDU_x1.jpg)
    }
}

@media only screen and (min-width:1024px) and (min-width:1024px) and (min-device-pixel-ratio:2) {
    .main-menu .sub-menu.-education:after {
        background-image: url(https://www.77diamonds.com/images/header/Categories/07_NAV_EDU_x2.jpg)
    }
}

@media only screen and (min-width:1024px) and (min-width:1440px) {
    .main-menu .sub-menu.-engagement-rings {
        padding-left: calc(50% - 600px);
        padding-right: calc(50% - 600px)
    }
}

@media only screen and (min-width:1024px) {
    .main-menu .submenu-link.link-highlight {
        line-height: 24px
    }

    .main-menu .submenu-link.link-highlight:first-of-type {
        padding-top: 10px
    }

    .main-menu .submenu-link.link-highlight:last-of-type {
        padding-bottom: 10px
    }
}

header {
    min-height: 60px;
    border-bottom: 1px solid #f2f2f2
}

header #logo img {
    max-height: 35px;
    width: auto;
    margin: 0 auto
}

header [data-dropdown] {
    cursor: pointer;
    white-space: nowrap
}

header [data-dropdown] .dropdown {
    cursor: default;
    position: absolute;
    top: 100%;
    background: #fff;
    margin-top: 1px
}

header [data-dropdown]:not(.-right) .dropdown {
    left: 0
}

header [data-dropdown].-right .dropdown {
    right: 0
}

.caret-icon {
    position: relative
}

.caret-icon:after {
    content: "";
    position: absolute;
    right: 3px;
    top: 50%;
    margin-top: -10px;
    width: 12px;
    height: 12px;
    transform: rotate(225deg);
    border: solid;
    border-width: 1.5px 0 0 1.5px
}

.caret-icon.-small:after {
    margin-top: -6px;
    width: 8px;
    height: 8px
}

.active .caret-icon:after,
.caret-icon.-up:after,
.open .caret-icon:after {
    transform: rotate(45deg);
    margin-top: 0
}

#ot-sdk-btn-floating {
    display: none !important
}

.cursor-pointer {
    cursor: pointer
}

.auth-header {
    padding-right: 10px
}

@media (max-width:1024px) {
    .auth-header {
        display: none
    }
}

#auth-popup {
    position: absolute;
    top: 35px;
    z-index: 1000;
    text-align: center;
    align-items: center;
    width: 367px;
    border: 1px solid #e4e4e4;
    background-color: #fff;
    box-shadow: 0 4px 9px -5px #444;
    padding: 24px;
    display: flex;
    flex-direction: column;
    transition: visibility .4s linear, opacity .4s linear;
    visibility: hidden;
    opacity: 0
}

@media (max-width:768px) {
    #auth-popup {
        width: calc(100vw - 45px) !important;
        right: 0 !important
    }
}

#auth-popup.hide {
    visibility: hidden;
    opacity: 0
}

#auth-popup.show {
    visibility: visible;
    opacity: 1
}

#auth-popup .popup-header {
    margin-top: 4px;
    color: #0d0900;
    font-family: "Domaine Text Light";
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center
}

#auth-popup .popup-text {
    color: #0d0900;
    width: 100%;
    font-family: "Plain Medium";
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
    text-align: left;
    margin-bottom: 0
}

#auth-popup .cta-link {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    text-decoration: underline;
    color: #0d0900;
    font-family: "Plain Medium";
    text-transform: capitalize;
    border: 0;
    background: 0 0;
    padding: 0
}

#auth-popup ._cta {
    margin-top: 16px;
    width: 100%
}

#auth-popup .popup-icon {
    position: absolute;
    top: 0;
    right: 0;
    margin: 8px;
    cursor: pointer
}

#auth-popup hr {
    width: 100%;
    margin: 16px 0
}

#auth-popup .popup-button {
    cursor: pointer;
    color: #fff;
    font-family: "Plain Light";
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .4px;
    line-height: 20px;
    text-align: center;
    background-color: #0d0900;
    border: 1px solid transparent;
    transition: all .4s linear;
    padding: 6px 33px;
    width: 100%;
    text-transform: uppercase
}

#auth-popup .popup-button:hover {
    color: #0d0900;
    border: 1px solid #0d0900;
    background-color: #fff
}

#auth-popup .popup-close-text {
    margin-top: 16px;
    color: #0d0900;
    font-family: "Plain Light";
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    cursor: pointer
}

#auth-popup.nondispatch-country {
    width: calc(100vw - 34px)
}

@media only screen and (min-width:768px) {
    #auth-popup.nondispatch-country {
        width: 500px
    }
}

#auth-popup.nondispatch-country .popup-close-btn {
    position: absolute;
    top: 0;
    right: 0
}

#auth-popup ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#auth-popup ul li {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    font-family: "Plain Light"
}

#auth-popup ul li:hover {
    font-family: "Plain Medium"
}

#auth-popup ul li+li {
    margin-top: 12px
}

.hero-banner {
    position: relative
}

.hero-banner .hero-banner--caption {
    position: absolute;
    width: 100%;
    top: 0
}

.hero-banner picture._d-none+.hero-banner--caption {
    position: relative
}

@media only screen and (min-width:768px) {
    .hero-banner picture._d-md-none+.hero-banner--caption {
        position: relative
    }

    .hero-banner picture._d-md-block+.hero-banner--caption {
        position: absolute
    }
}

@media only screen and (min-width:1024px) {
    .hero-banner picture._d-lg-none+.hero-banner--caption {
        position: relative
    }

    .hero-banner picture._d-lg-block+.hero-banner--caption {
        position: absolute
    }
}

.hero-banner .hero-banner--image {
    height: auto;
    width: 100%
}

@media (min-width:1920px) {
    .hero-banner .hero-banner--image {
        max-width: 100%
    }
}

@media (min-width:1004px) and (max-width:1024px),
(min-width:1420px) and (max-width:1440px),
(min-width:1900px) and (max-width:1920px) {
    .hero-banner.-fit .hero-banner--image {
        -o-object-fit: none;
        object-fit: none
    }
}

.hero-banner.bottom .hero-banner--caption {
    bottom: 0;
    top: auto;
    -webkit-transform: none;
    transform: none
}

.hero-banner.left .hero-banner--caption {
    left: 0
}

.hero-banner.right .hero-banner--caption {
    right: 0
}

.hero-banner.down .hero-banner--caption {
    position: relative
}

.hero-banner.middle .hero-banner--caption {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hero-banner.center .hero-banner--caption {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 100%
}

.hero-banner.w40 .hero-banner--caption {
    width: 40%
}

.hero-banner.w50 .hero-banner--caption {
    width: 50%
}

.hero-banner.w60 .hero-banner--caption {
    width: 60%
}

.hero-banner.w100 .hero-banner--caption {
    width: 100%
}

@media (max-width:767px) {
    .hero-banner.p-bottom .hero-banner--caption {
        bottom: 0;
        top: auto;
        -webkit-transform: none;
        transform: none
    }

    .hero-banner.p-left .hero-banner--caption {
        left: 0
    }

    .hero-banner.p-right .hero-banner--caption {
        right: 0
    }

    .hero-banner.p-down .hero-banner--caption {
        position: relative
    }

    .hero-banner.p-middle .hero-banner--caption {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .hero-banner.p-center .hero-banner--caption {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        width: 100%
    }

    .hero-banner.p-w40 .hero-banner--caption {
        width: 40%
    }

    .hero-banner.p-w50 .hero-banner--caption {
        width: 50%
    }

    .hero-banner.p-w60 .hero-banner--caption {
        width: 60%
    }

    .hero-banner.p-w100 .hero-banner--caption {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .hero-banner.t-bottom .hero-banner--caption {
        bottom: 0;
        top: auto;
        -webkit-transform: none;
        transform: none
    }

    .hero-banner.t-left .hero-banner--caption {
        left: 0
    }

    .hero-banner.t-right .hero-banner--caption {
        right: 0
    }

    .hero-banner.t-down .hero-banner--caption {
        position: relative
    }

    .hero-banner.t-middle .hero-banner--caption {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .hero-banner.t-center .hero-banner--caption {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        width: 100%
    }

    .hero-banner.t-w40 .hero-banner--caption {
        width: 40%
    }

    .hero-banner.t-w50 .hero-banner--caption {
        width: 50%
    }

    .hero-banner.t-w60 .hero-banner--caption {
        width: 60%
    }

    .hero-banner.t-w100 .hero-banner--caption {
        width: 100%
    }
}

@media (min-width:1024px) {
    .hero-banner.d-bottom .hero-banner--caption {
        bottom: 0;
        top: auto;
        -webkit-transform: none;
        transform: none
    }

    .hero-banner.d-left .hero-banner--caption {
        left: 0
    }

    .hero-banner.d-right .hero-banner--caption {
        right: 0
    }

    .hero-banner.d-down .hero-banner--caption {
        position: relative
    }

    .hero-banner.d-middle .hero-banner--caption {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .hero-banner.d-center .hero-banner--caption {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        width: 100%
    }

    .hero-banner.d-w40 .hero-banner--caption {
        width: 40%
    }

    .hero-banner.d-w50 .hero-banner--caption {
        width: 50%
    }

    .hero-banner.d-w60 .hero-banner--caption {
        width: 60%
    }

    .hero-banner.d-w100 .hero-banner--caption {
        width: 100%
    }
}

@font-face {
    font-family: 'Domaine Text Light';
    src: url(https://www.77diamonds.com/assets/Fonts/domaine-text/DomaineText-Light-AK.eot);
    src: local('Domaine Text Light AK'), local('DomaineText-Light-AK'), url(https://www.77diamonds.com/assets/Fonts/domaine-text/DomaineText-Light-AK.eot?#iefix) format('embedded-opentype'), url(/assets/Fonts/domaine-text/DomaineText-Light-AK.woff2) format('woff2'), url(/assets/Fonts/domaine-text/DomaineText-Light-AK.woff) format('woff'), url(https://www.77diamonds.com/assets/Fonts/domaine-text/DomaineText-Light-AK.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Domaine Text Light';
    src: url(https://www.77diamonds.com/assets/Fonts/domaine-text/DomaineText-LightItalic-AK.eot);
    src: local('Domaine Text Light Italic AK'), local('DomaineText-LightItalic-AK'), url(https://www.77diamonds.com/assets/Fonts/domaine-text/DomaineText-LightItalic-AK.eot?#iefix) format('embedded-opentype'), url(/assets/Fonts/domaine-text/DomaineText-LightItalic-AK.woff2) format('woff2'), url(/assets/Fonts/domaine-text/DomaineText-LightItalic-AK.woff) format('woff'), url(https://www.77diamonds.com/assets/Fonts/domaine-text/DomaineText-LightItalic-AK.ttf) format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "Plain Light";
    src: url(https://www.77diamonds.com/assets/Fonts/plain/Plain-Light-AK.eot);
    src: local("Plain Light AK"), local("Plain-Light-AK"), url(https://www.77diamonds.com/assets/Fonts/plain/Plain-Light-AK.eot?#iefix) format("embedded-opentype"), url(/assets/Fonts/plain/Plain-Light-AK.woff2) format("woff2"), url(/assets/Fonts/plain/Plain-Light-AK.woff) format("woff"), url(https://www.77diamonds.com/assets/Fonts/plain/Plain-Light-AK.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Plain Medium";
    src: url(https://www.77diamonds.com/assets/Fonts/plain/Plain-Medium-AK.eot);
    src: local("Plain Medium AK"), local("Plain-Medium-AK"), url(https://www.77diamonds.com/assets/Fonts/plain/Plain-Medium-AK.eot?#iefix) format("embedded-opentype"), url(/assets/Fonts/plain/Plain-Medium-AK.woff2) format("woff2"), url(/assets/Fonts/plain/Plain-Medium-AK.woff) format("woff"), url(https://www.77diamonds.com/assets/Fonts/plain/Plain-Medium-AK.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

._\37 7Clock {
    display: inline-block;
    line-height: 1
}

@media screen and (min-width:375px) {
    ._\37 7Clock .countdown {
        margin: 0 3px
    }
}

._\37 7Clock .countdown .label {
    vertical-align: super;
    font-size: 12px;
    width: 10px
}

@media screen and (min-width:375px) {
    ._\37 7Clock .countdown .label {
        margin: 0 4px
    }
}

._\37 7Clock .countdown .label:not(.alternative) {
    display: none
}

.topbar {
    position: relative;
    overflow: hidden;
    background-color: #ffc13b;
    height: 36px;
    text-align: center
}

.topbar .topbar-frame {
    line-height: 36px;
    white-space: nowrap;
    color: #0d0900;
    font-family: "Plain Light", sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    text-shadow: 0 0
}

@media screen and (min-width:768px) {
    .topbar .topbar-frame {
        font-size: 14px
    }
}

.topbar .topbar-link {
    font-size: 12px;
    letter-spacing: .4px;
    text-transform: uppercase;
    border-bottom: 1px solid;
    vertical-align: bottom
}

@media screen and (max-width:767.8px) {
    body:not(.defered) .topbar-frame:not(:first-child) {
        display: none
    }
}

@media screen and (max-width:767.8px) {
    body.defered .topbar .topbar-frame.-sm {
        position: absolute;
        width: 100%;
        height: 36px;
        left: 0;
        top: 100%
    }
}

body.defered .topbar .topbar-frame:not(.-sm) {
    position: absolute;
    width: 100%;
    height: 36px;
    left: 0;
    top: 100%
}

body.defered .topbar .topbar-frame {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

body.defered .topbar .topbar-frame:nth-child(1) {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

body.defered .topbar .topbar-frame:nth-child(2) {
    -webkit-animation-delay: -8.5s;
    animation-delay: -8.5s
}

body.defered .topbar .topbar-frame:nth-child(3) {
    -webkit-animation-delay: -16.5s;
    animation-delay: -16.5s
}

body.defered .topbar .topbar-frame:nth-child(4) {
    -webkit-animation-delay: -24.5s;
    animation-delay: -24.5s
}

body.defered .topbar[frames="2"] .topbar-frame {
    -webkit-animation-name: frames_2;
    animation-name: frames_2;
    -webkit-animation-duration: 16s;
    animation-duration: 16s
}

body.defered .topbar[frames="3"] .topbar-frame {
    -webkit-animation-name: frames_3;
    animation-name: frames_3;
    -webkit-animation-duration: 24s;
    animation-duration: 24s
}

body.defered .topbar[frames="4"] .topbar-frame {
    -webkit-animation-name: frames_4;
    animation-name: frames_4;
    -webkit-animation-duration: 32s;
    animation-duration: 32s
}

@-webkit-keyframes frames_2 {
    0% {
        top: 100%
    }

    1% {
        top: 0
    }

    50% {
        top: 0
    }

    51% {
        top: -100%
    }

    100% {
        top: -100%
    }
}

@keyframes frames_2 {
    0% {
        top: 100%
    }

    1% {
        top: 0
    }

    50% {
        top: 0
    }

    51% {
        top: -100%
    }

    100% {
        top: -100%
    }
}

@-webkit-keyframes frames_3 {
    0% {
        top: 100%
    }

    1% {
        top: 0
    }

    33% {
        top: 0
    }

    34% {
        top: -100%
    }

    100% {
        top: -100%
    }
}

@keyframes frames_3 {
    0% {
        top: 100%
    }

    1% {
        top: 0
    }

    33% {
        top: 0
    }

    34% {
        top: -100%
    }

    100% {
        top: -100%
    }
}

@-webkit-keyframes frames_4 {
    0% {
        top: 100%
    }

    1% {
        top: 0
    }

    25% {
        top: 0
    }

    26% {
        top: -100%
    }

    100% {
        top: -100%
    }
}

@keyframes frames_4 {
    0% {
        top: 100%
    }

    1% {
        top: 0
    }

    25% {
        top: 0
    }

    26% {
        top: -100%
    }

    100% {
        top: -100%
    }
}

#newsLetterSubscriptionBottomRightFooter {
    text-align: center
}

#newsLetterSubscriptionBottomRightFooter .titleArea {
    position: relative;
    font-size: 14px;
    border-radius: 24px;
    background-color: #000;
    -webkit-transition: all .4s;
    transition: all .4s
}

body:not(.defered) #newsLetterSubscriptionBottomRightFooter .titleArea {
    display: none
}

#newsLetterSubscriptionBottomRightFooter .titleArea:hover {
    color: #fff
}

#newsLetterSubscriptionBottomRightFooter .titleArea.-hidden {
    opacity: 0;
    visibility: hidden
}

#newsLetterSubscriptionBottomRightFooter .titleArea .expand-button {
    margin-top: -5px;
    margin-left: 8px;
    margin-right: -10px
}

#newsLetterSubscriptionBottomRightFooter .titleArea .expand-button:not(.flip) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

#newsLetterSubscriptionBottomRightFooter .expandedArea {
    position: relative;
    padding: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#newsLetterSubscriptionBottomRightFooter .expandedArea ._h4 {
    letter-spacing: 0
}

#newsLetterSubscriptionBottomRightFooter .expandedArea video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 1px 2px 0 0
}

#newsLetterSubscriptionBottomRightFooter .expandedArea .terms a {
    text-decoration: underline
}

#newsLetterSubscriptionBottomRightFooter .close-giveaway {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 15px
}

@media (max-width:767.8px) {
    #newsLetterSubscriptionBottomRightFooter .titleArea {
        position: fixed;
        z-index: 550;
        bottom: 16px;
        right: 16px
    }

    #newsLetterSubscriptionBottomRightFooter .expandedArea {
        border: solid #e5e5e5;
        border-width: 1px 0;
        display: block !important
    }

    #newsLetterSubscriptionBottomRightFooter .expandedArea ._cta-white {
        width: 100%
    }
}

@media (min-width:768px) {
    #newsLetterSubscriptionBottomRightFooter {
        position: fixed;
        bottom: 16px;
        right: 90px;
        z-index: 1040
    }

    #newsLetterSubscriptionBottomRightFooter .expandedArea {
        position: absolute;
        max-height: 85vh;
        overflow: auto;
        width: 400px;
        bottom: 58px;
        right: -60px;
        display: none;
        border: 1px solid #e4e4e4;
        background: #fff;
        -webkit-box-shadow: 0 5px 11px 3px rgba(0, 0, 0, .35);
        box-shadow: 0 5px 11px 3px rgba(0, 0, 0, .35)
    }

    #newsLetterSubscriptionBottomRightFooter img {
        -o-object-fit: none;
        object-fit: none
    }
}

@media (max-width:767.8px) {
    .signup-form .g-recaptcha {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
}

.signup-form .has-countdown {
    -webkit-box-shadow: 0 10px 16px -3px rgba(13, 9, 0, .1), 0 1px 6px -2px rgba(13, 9, 0, .05);
    box-shadow: 0 10px 16px -3px rgba(13, 9, 0, .1), 0 1px 6px -2px rgba(13, 9, 0, .05);
    border-radius: 4px
}

.signup-form .has-countdown .form-content {
    padding: 32px
}

.signup-form .text-content {
    position: relative
}

.signup-form .text-content .newsletter-title {
    font-family: "Domaine Text Light";
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 32px
}

.signup-form .text-content .newsletter-description {
    font-family: "Plain Light";
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px
}

.signup-form .text-content .newsletter-description::first-letter {
    text-transform: capitalize
}

.signup-form .fieldHolder.floating-label {
    position: relative;
    height: 44px;
    border: 1px solid #e4e4e4;
    background-color: #fff
}

.signup-form .fieldHolder.floating-label .floating-input:not(:-moz-placeholder-shown)~label {
    top: 0;
    transform: translateY(4px);
    color: #666;
    font-family: "Plain Light";
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 20px
}

.signup-form .fieldHolder.floating-label .floating-input:not(:-ms-input-placeholder)~label {
    top: 0;
    transform: translateY(4px);
    color: #666;
    font-family: "Plain Light";
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 20px
}

.signup-form .fieldHolder.floating-label .floating-input:focus~label,
.signup-form .fieldHolder.floating-label .floating-input:not(:placeholder-shown)~label {
    top: 0;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    color: #666;
    font-family: "Plain Light";
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 20px
}

.signup-form .fieldHolder.floating-label:focus-within {
    border: 1px solid #666
}

.signup-form .fieldHolder.floating-label label {
    color: #666;
    font-family: "Plain Light";
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
    position: absolute;
    pointer-events: none;
    left: 0;
    padding: 0 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.signup-form .fieldHolder.floating-label .errorMessage {
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
    margin: 0
}

.signup-form .fieldHolder.floating-label .errorMessage span {
    color: #a9201e;
    font-family: "Plain Light";
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 16px
}

.signup-form .fieldHolder input {
    font-family: "Plain Light";
    color: #0d0900;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    height: 28px;
    border: 0;
    outline: 0;
    bottom: 0;
    position: absolute
}

.signup-form .fieldHolder input:-webkit-autofill {
    -webkit-background-clip: text;
    background-clip: text
}

.signup-form .fieldHolder input:focus {
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.signup-form .fieldHolder input::-webkit-input-placeholder {
    color: #666;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px
}

.signup-form .fieldHolder input::-moz-placeholder {
    color: #666;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px
}

.signup-form .fieldHolder input:-ms-input-placeholder {
    color: #666;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px
}

.signup-form .fieldHolder input::-ms-input-placeholder {
    color: #666;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px
}

.signup-form .fieldHolder input::placeholder {
    color: #666;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px
}

.signup-form input[type=radio] {
    vertical-align: middle;
    margin: -2px 5px 0 0;
    width: 16px;
    height: 16px;
    accent-color: #0d0900
}

.signup-form .consent-container {
    font-family: "Plain Light";
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    color: #666
}

.signup-form .consent-container p {
    margin: 0
}

.signup-form .consent-container .consent-text {
    cursor: pointer
}

.signup-form .consent-container .more-consent-text {
    visibility: hidden
}

.signup-form .consent-container a {
    text-decoration: underline;
    color: #666
}

.signup-form .signup-button {
    position: relative
}

.signup-form .signup-button .check,
.signup-form .signup-button .error,
.signup-form .signup-button .loading {
    display: none
}

.signup-form .signup-button.active {
    background-color: #2ecc71
}

.signup-form .signup-button.active:before {
    width: 100%;
    -webkit-transition: width 3s linear;
    transition: width 3s linear
}

.signup-form .signup-button.active .loading i {
    -webkit-animation: loading .5s linear infinite;
    animation: loading .5s linear infinite
}

.signup-form .signup-button:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #54d98c
}

@charset "UTF-8";

@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.form input[type=file] {
    height: 30px;
    opacity: 0;
    margin: 0
}

.form label.fakeCheckbox {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    line-height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.form label.fakeCheckbox input {
    position: absolute;
    left: 0;
    opacity: 0
}

.form label.fakeCheckbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #ccc;
    -webkit-transition: background-color .5s, border-color .5s;
    transition: background-color .5s, border-color .5s
}

.form label.fakeCheckbox:hover input~.checkmark {
    background-color: #ccc
}

.form label.fakeCheckbox input:checked~.checkmark {
    background-color: #ffc13a;
    border-color: #ffc13a
}

.form label.fakeCheckbox .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.form label.fakeCheckbox input:checked~.checkmark:after {
    display: block
}

.form label.fakeCheckbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sidebarMenu.container {
    border-bottom: 2px solid #dadada;
    margin-bottom: 20px
}

.sidebarMenu>ul {
    list-style: none;
    width: 100%;
    text-align: center;
    margin: 0 !important;
    padding: 0
}

.sidebarMenu>ul>li {
    display: inline-block;
    line-height: 1;
    vertical-align: top;
    cursor: pointer;
    margin: 0;
    padding: 0
}

.educationPage .sidebarMenu ul li a {
    text-decoration: none
}

.sidebarMenu>ul>li>a {
    white-space: nowrap;
    display: block;
    text-transform: capitalize;
    color: #3b3c51;
    text-decoration: none;
    padding: 20px 20px 18px
}

.sidebarMenu>ul>li.active>a {
    color: #ffb002
}

@media (max-width:768px) {
    .sidebarMenu.container {
        border-bottom: 0 none
    }

    .sidebarMenu>ul {
        max-height: 70px;
        overflow: hidden;
        -webkit-transition: max-height .5s ease;
        transition: max-height .5s ease;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px
    }

    .sidebarMenu>ul.active {
        max-height: 500px
    }

    .sidebarMenu>ul>li {
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #dadada;
        color: #222;
        line-height: 50px;
        height: 50px;
        text-indent: 20px;
        opacity: 0;
        -webkit-transition: opacity .5s;
        transition: opacity .5s
    }

    .sidebarMenu ul.active li {
        opacity: 1
    }

    .sidebarMenu ul li.educationHome {
        color: #ffc13a;
        max-height: 0;
        display: block;
        border-bottom: 2px solid #feb100;
        -webkit-transition: max-height .5s ease;
        transition: max-height .5s ease
    }

    .sidebarMenu ul.active li.educationHome {
        max-height: 50px
    }

    .sidebarMenu>ul>li.active {
        display: none
    }

    .sidebarMenu>ul>li.currentPage {
        position: relative;
        text-transform: capitalize;
        border: 1px solid #ccc;
        opacity: 1
    }

    .sidebarMenu>ul>li.currentPage:after {
        content: "";
        font-family: FontAwesome;
        cursor: pointer;
        color: #222;
        font-size: 22px;
        line-height: 50px;
        position: absolute;
        right: 25px;
        top: 0
    }

    .sidebarMenu>ul>li>a {
        padding: 0
    }
}

@media (min-width:769px) {
    .educationPage .sidebarMenu ul li.educationHome {
        position: relative
    }

    .educationPage .sidebarMenu ul li.educationHome:after {
        background-color: #ccc;
        content: "";
        height: 45px;
        position: absolute;
        right: 0;
        top: 5px;
        width: 1px
    }
}

.margin-scroll {
    overflow: auto
}

.margin-scroll::-webkit-scrollbar {
    height: 1px
}

.margin-scroll::-webkit-scrollbar-track {
    background: #e4e4e4;
    margin: 0 calc(50vw - 110px)
}

.margin-scroll::-webkit-scrollbar-thumb {
    background: #0d0900
}

.negate-container {
    margin: 0 -16px
}

@media (min-width:768px) {
    .negate-container {
        margin: 0 -32px
    }
}

.hero-banner.responsive-hero {
    padding-top: 100%
}

@media (min-width:481px) {
    .hero-banner.responsive-hero {
        padding-top: 65.1041666667%
    }
}

@media (min-width:769px) {
    .hero-banner.responsive-hero {
        padding-top: 34.7222222222%
    }
}

.hero-banner.responsive-hero .hero-banner--image {
    position: absolute;
    top: 0;
    left: 0
}

@media (min-width:1920px) {
    .cupids-ideal .hero-banner .hero-banner--image {
        width: auto
    }
}

@keyframes extend-line {
    0% {
        width: 180px
    }

    100% {
        width: 280px
    }
}

@keyframes extend-line-2 {
    0% {
        width: 140px
    }

    100% {
        width: 240px
    }
}

@keyframes extend-line-3 {
    0% {
        width: 140px
    }

    100% {
        width: 190px
    }
}

._container-lg {
    max-width: 1244px
}

.sidebarMenu.container {
    margin-bottom: 0
}

@media (min-width:769px) and (max-width:1023px) {
    .tl-hidden {
        display: none !important
    }
}

@media (min-width:1024px) {
    .d-hidden {
        display: none !important
    }
}

.sidebarMenu>ul>li.currentPage:after {
    content: "";
    border: solid;
    width: 15px;
    border-width: 4px 4px 0 0;
    height: 15px;
    transform: rotate(135deg);
    top: 14px;
    right: 18px
}