

progress,
sub,
sup {
    vertical-align: baseline
}

button,
hr,
input {
    overflow: visible
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    background: #1d1d1d;
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

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

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: 700
}

button,
select {
    text-transform: none
}

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

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

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

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

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

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

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

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

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

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box
}

a {
    color: inherit;
    text-decoration: none;
    outline: none
}

[type=button],
button {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    color: inherit;
    line-height: 1;
    margin: 0;
    padding: 0
}

img {
    outline: none;
    border: none
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8,
h9,
p {
    margin: 0
}

button,
fieldset,
input,
label,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger,
dl,
ol,
ul {
    margin: 0;
    padding: 0
}

.hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    overflow: visible
}

.hamburger:hover {
    opacity: 1
}

.hamburger-box {
    width: 24px;
    height: 17px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1.5px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    width: 24px;
    height: 3px;
    background-color: currentColor;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease
}

.hamburger-inner:after,
.hamburger-inner:before {
    content: "";
    display: block
}

.hamburger-inner:before {
    top: -7px
}

.hamburger-inner:after {
    bottom: -7px
}

.hamburger--arrowturn.is-active .hamburger-inner {
    transform: rotate(-180deg)
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
    transform: rotate(-180deg)
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--squeeze .hamburger-inner {
    transition-duration: 75ms;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze .hamburger-inner:before {
    transition: top 75ms ease .12s, opacity 75ms ease
}

.hamburger--squeeze .hamburger-inner:after {
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0;
    transition: top 75ms ease, opacity 75ms ease .12s
}

.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s
}

@media screen and (min-width:768px) {
    .hamburger {
        padding: 0;
        display: inline-block;
        cursor: pointer;
        transition-property: opacity, filter;
        transition-duration: 0s;
        transition-timing-function: linear;
        font: inherit;
        color: inherit;
        text-transform: none;
        background-color: transparent;
        border: 0;
        margin: 0;
        overflow: visible
    }

    .hamburger:hover {
        opacity: 1
    }

    .hamburger-box {
        width: 30px;
        height: 19px;
        display: inline-block;
        position: relative
    }

    .hamburger-inner {
        display: block;
        top: 50%;
        margin-top: -1.5px
    }

    .hamburger-inner,
    .hamburger-inner:after,
    .hamburger-inner:before {
        width: 30px;
        height: 3px;
        background-color: currentColor;
        border-radius: 0;
        position: absolute;
        transition-property: transform;
        transition-duration: .15s;
        transition-timing-function: ease
    }

    .hamburger-inner:after,
    .hamburger-inner:before {
        content: "";
        display: block
    }

    .hamburger-inner:before {
        top: -8px
    }

    .hamburger-inner:after {
        bottom: -8px
    }

    .hamburger--arrowturn.is-active .hamburger-inner {
        transform: rotate(-180deg)
    }

    .hamburger--arrowturn.is-active .hamburger-inner:before {
        transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7)
    }

    .hamburger--arrowturn.is-active .hamburger-inner:after {
        transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7)
    }

    .hamburger--arrowturn-r.is-active .hamburger-inner {
        transform: rotate(-180deg)
    }

    .hamburger--arrowturn-r.is-active .hamburger-inner:before {
        transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7)
    }

    .hamburger--arrowturn-r.is-active .hamburger-inner:after {
        transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7)
    }

    .hamburger--squeeze .hamburger-inner {
        transition-duration: 75ms;
        transition-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    .hamburger--squeeze .hamburger-inner:before {
        transition: top 75ms ease .12s, opacity 75ms ease
    }

    .hamburger--squeeze .hamburger-inner:after {
        transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19)
    }

    .hamburger--squeeze.is-active .hamburger-inner {
        transform: rotate(45deg);
        transition-delay: .12s;
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    .hamburger--squeeze.is-active .hamburger-inner:before {
        top: 0;
        opacity: 0;
        transition: top 75ms ease, opacity 75ms ease .12s
    }

    .hamburger--squeeze.is-active .hamburger-inner:after {
        bottom: 0;
        transform: rotate(-90deg);
        transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s
    }
}

.l-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    min-width: 320px;
    padding-left: 20px;
    padding-right: 20px
}

@media only screen and (min-width:768px) {
    .l-container {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media only screen and (min-width:1025px) {
    .l-container {
        padding-left: 6.94444%;
        padding-right: 6.94444%
    }
}

@media only screen and (min-width:1200px) {
    .l-container {
        padding-left: 100px;
        padding-right: 100px
    }
}

.u-typography--body,
body {
    font-family: custom-gt-america-extended, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem
}

@media only screen and (min-width:768px) {

    .u-typography--body,
    body {
        font-size: 1.25rem
    }
}

.u-typography--body-lg {
    font-family: custom-gt-america-extended, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem
}

@media only screen and (min-width:768px) {
    .u-typography--body-lg {
        font-size: 1.25rem
    }
}

@media only screen and (min-width:1025px) {
    .u-typography--body-lg {
        font-size: 1.5rem
    }
}

.c-slideshow__caption__title,
.u-typography--h1 {
    font-size: 2.5rem
}

.c-slideshow__caption__title,
.u-typography--h1,
.u-typography--h2 {
    font-family: custom-gt-america-extended, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2
}

.u-typography--h2 {
    font-size: 2rem
}

.u-typography--h3 {
    font-size: 1.75rem
}

.u-typography--h3,
.u-typography--h4 {
    font-family: custom-gt-america-extended, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2
}

.u-typography--h4 {
    font-size: 1.5rem
}

.u-typography--h5 {
    font-size: 1.25rem
}

.u-typography--h5,
.u-typography--h6 {
    font-family: custom-gt-america-extended, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2
}

.u-typography--h6 {
    font-size: 1rem
}

.c-slideshow__caption__eyebrow,
.u-typography--eyebrow {
    letter-spacing: .05em;
    text-transform: uppercase
}

.c-form-group-container,
.l-flex-row {
    align-items: flex-start;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    min-width: 320px
}

.l-flex-row--reverse {
    flex-direction: row-reverse
}

[class*=l-flex-col] {
    flex-direction: column;
    flex: 0 1 auto;
    padding: 0 10px 20px
}

.l-flex-col {
    flex: 1
}

@media only screen and (min-width:320px) {
    .l-flex-col-xs {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .l-flex-col-xs-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%
    }

    .l-flex-col-xs-offset-1 {
        margin-left: 8.3333333333%
    }

    .l-flex-col-xs-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%
    }

    .l-flex-col-xs-offset-2 {
        margin-left: 16.6666666667%
    }

    .l-flex-col-xs-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .l-flex-col-xs-offset-3 {
        margin-left: 25%
    }

    .l-flex-col-xs-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%
    }

    .l-flex-col-xs-offset-4 {
        margin-left: 33.3333333333%
    }

    .l-flex-col-xs-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%
    }

    .l-flex-col-xs-offset-5 {
        margin-left: 41.6666666667%
    }

    .l-flex-col-xs-6 {
        flex-basis: 50%;
        max-width: 50%
    }

    .l-flex-col-xs-offset-6 {
        margin-left: 50%
    }

    .l-flex-col-xs-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%
    }

    .l-flex-col-xs-offset-7 {
        margin-left: 58.3333333333%
    }

    .l-flex-col-xs-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%
    }

    .l-flex-col-xs-offset-8 {
        margin-left: 66.6666666667%
    }

    .l-flex-col-xs-9 {
        flex-basis: 75%;
        max-width: 75%
    }

    .l-flex-col-xs-offset-9 {
        margin-left: 75%
    }

    .l-flex-col-xs-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%
    }

    .l-flex-col-xs-offset-10 {
        margin-left: 83.3333333333%
    }

    .l-flex-col-xs-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%
    }

    .l-flex-col-xs-offset-11 {
        margin-left: 91.6666666667%
    }

    .l-flex-col-xs-12 {
        flex-basis: 100%;
        max-width: 100%
    }

    .l-flex-col-xs-offset-12 {
        margin-left: 100%
    }
}

@media only screen and (min-width:375px) {
    .l-flex-col-site-min {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .l-flex-col-site-min-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%
    }

    .l-flex-col-site-min-offset-1 {
        margin-left: 8.3333333333%
    }

    .l-flex-col-site-min-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%
    }

    .l-flex-col-site-min-offset-2 {
        margin-left: 16.6666666667%
    }

    .l-flex-col-site-min-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .l-flex-col-site-min-offset-3 {
        margin-left: 25%
    }

    .l-flex-col-site-min-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%
    }

    .l-flex-col-site-min-offset-4 {
        margin-left: 33.3333333333%
    }

    .l-flex-col-site-min-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%
    }

    .l-flex-col-site-min-offset-5 {
        margin-left: 41.6666666667%
    }

    .l-flex-col-site-min-6 {
        flex-basis: 50%;
        max-width: 50%
    }

    .l-flex-col-site-min-offset-6 {
        margin-left: 50%
    }

    .l-flex-col-site-min-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%
    }

    .l-flex-col-site-min-offset-7 {
        margin-left: 58.3333333333%
    }

    .l-flex-col-site-min-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%
    }

    .l-flex-col-site-min-offset-8 {
        margin-left: 66.6666666667%
    }

    .l-flex-col-site-min-9 {
        flex-basis: 75%;
        max-width: 75%
    }

    .l-flex-col-site-min-offset-9 {
        margin-left: 75%
    }

    .l-flex-col-site-min-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%
    }

    .l-flex-col-site-min-offset-10 {
        margin-left: 83.3333333333%
    }

    .l-flex-col-site-min-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%
    }

    .l-flex-col-site-min-offset-11 {
        margin-left: 91.6666666667%
    }

    .l-flex-col-site-min-12 {
        flex-basis: 100%;
        max-width: 100%
    }

    .l-flex-col-site-min-offset-12 {
        margin-left: 100%
    }
}

@media only screen and (min-width:600px) {
    .l-flex-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .l-flex-col-sm-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%
    }

    .l-flex-col-sm-offset-1 {
        margin-left: 8.3333333333%
    }

    .l-flex-col-sm-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%
    }

    .l-flex-col-sm-offset-2 {
        margin-left: 16.6666666667%
    }

    .l-flex-col-sm-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .l-flex-col-sm-offset-3 {
        margin-left: 25%
    }

    .l-flex-col-sm-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%
    }

    .l-flex-col-sm-offset-4 {
        margin-left: 33.3333333333%
    }

    .l-flex-col-sm-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%
    }

    .l-flex-col-sm-offset-5 {
        margin-left: 41.6666666667%
    }

    .l-flex-col-sm-6 {
        flex-basis: 50%;
        max-width: 50%
    }

    .l-flex-col-sm-offset-6 {
        margin-left: 50%
    }

    .l-flex-col-sm-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%
    }

    .l-flex-col-sm-offset-7 {
        margin-left: 58.3333333333%
    }

    .l-flex-col-sm-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%
    }

    .l-flex-col-sm-offset-8 {
        margin-left: 66.6666666667%
    }

    .l-flex-col-sm-9 {
        flex-basis: 75%;
        max-width: 75%
    }

    .l-flex-col-sm-offset-9 {
        margin-left: 75%
    }

    .l-flex-col-sm-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%
    }

    .l-flex-col-sm-offset-10 {
        margin-left: 83.3333333333%
    }

    .l-flex-col-sm-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%
    }

    .l-flex-col-sm-offset-11 {
        margin-left: 91.6666666667%
    }

    .l-flex-col-sm-12 {
        flex-basis: 100%;
        max-width: 100%
    }

    .l-flex-col-sm-offset-12 {
        margin-left: 100%
    }
}

@media only screen and (min-width:768px) {
    .l-flex-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .l-flex-col-md-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%
    }

    .l-flex-col-md-offset-1 {
        margin-left: 8.3333333333%
    }

    .l-flex-col-md-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%
    }

    .l-flex-col-md-offset-2 {
        margin-left: 16.6666666667%
    }

    .l-flex-col-md-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .l-flex-col-md-offset-3 {
        margin-left: 25%
    }

    .l-flex-col-md-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%
    }

    .l-flex-col-md-offset-4 {
        margin-left: 33.3333333333%
    }

    .l-flex-col-md-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%
    }

    .l-flex-col-md-offset-5 {
        margin-left: 41.6666666667%
    }

    .l-flex-col-md-6 {
        flex-basis: 50%;
        max-width: 50%
    }

    .l-flex-col-md-offset-6 {
        margin-left: 50%
    }

    .l-flex-col-md-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%
    }

    .l-flex-col-md-offset-7 {
        margin-left: 58.3333333333%
    }

    .l-flex-col-md-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%
    }

    .l-flex-col-md-offset-8 {
        margin-left: 66.6666666667%
    }

    .l-flex-col-md-9 {
        flex-basis: 75%;
        max-width: 75%
    }

    .l-flex-col-md-offset-9 {
        margin-left: 75%
    }

    .l-flex-col-md-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%
    }

    .l-flex-col-md-offset-10 {
        margin-left: 83.3333333333%
    }

    .l-flex-col-md-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%
    }

    .l-flex-col-md-offset-11 {
        margin-left: 91.6666666667%
    }

    .l-flex-col-md-12 {
        flex-basis: 100%;
        max-width: 100%
    }

    .l-flex-col-md-offset-12 {
        margin-left: 100%
    }
}

@media only screen and (min-width:1025px) {
    .l-flex-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .l-flex-col-lg-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%
    }

    .l-flex-col-lg-offset-1 {
        margin-left: 8.3333333333%
    }

    .l-flex-col-lg-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%
    }

    .l-flex-col-lg-offset-2 {
        margin-left: 16.6666666667%
    }

    .l-flex-col-lg-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .l-flex-col-lg-offset-3 {
        margin-left: 25%
    }

    .l-flex-col-lg-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%
    }

    .l-flex-col-lg-offset-4 {
        margin-left: 33.3333333333%
    }

    .l-flex-col-lg-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%
    }

    .l-flex-col-lg-offset-5 {
        margin-left: 41.6666666667%
    }

    .l-flex-col-lg-6 {
        flex-basis: 50%;
        max-width: 50%
    }

    .l-flex-col-lg-offset-6 {
        margin-left: 50%
    }

    .l-flex-col-lg-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%
    }

    .l-flex-col-lg-offset-7 {
        margin-left: 58.3333333333%
    }

    .l-flex-col-lg-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%
    }

    .l-flex-col-lg-offset-8 {
        margin-left: 66.6666666667%
    }

    .l-flex-col-lg-9 {
        flex-basis: 75%;
        max-width: 75%
    }

    .l-flex-col-lg-offset-9 {
        margin-left: 75%
    }

    .l-flex-col-lg-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%
    }

    .l-flex-col-lg-offset-10 {
        margin-left: 83.3333333333%
    }

    .l-flex-col-lg-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%
    }

    .l-flex-col-lg-offset-11 {
        margin-left: 91.6666666667%
    }

    .l-flex-col-lg-12 {
        flex-basis: 100%;
        max-width: 100%
    }

    .l-flex-col-lg-offset-12 {
        margin-left: 100%
    }
}

@media only screen and (min-width:1200px) {
    .l-flex-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .l-flex-col-xl-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%
    }

    .l-flex-col-xl-offset-1 {
        margin-left: 8.3333333333%
    }

    .l-flex-col-xl-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%
    }

    .l-flex-col-xl-offset-2 {
        margin-left: 16.6666666667%
    }

    .l-flex-col-xl-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .l-flex-col-xl-offset-3 {
        margin-left: 25%
    }

    .l-flex-col-xl-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%
    }

    .l-flex-col-xl-offset-4 {
        margin-left: 33.3333333333%
    }

    .l-flex-col-xl-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%
    }

    .l-flex-col-xl-offset-5 {
        margin-left: 41.6666666667%
    }

    .l-flex-col-xl-6 {
        flex-basis: 50%;
        max-width: 50%
    }

    .l-flex-col-xl-offset-6 {
        margin-left: 50%
    }

    .l-flex-col-xl-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%
    }

    .l-flex-col-xl-offset-7 {
        margin-left: 58.3333333333%
    }

    .l-flex-col-xl-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%
    }

    .l-flex-col-xl-offset-8 {
        margin-left: 66.6666666667%
    }

    .l-flex-col-xl-9 {
        flex-basis: 75%;
        max-width: 75%
    }

    .l-flex-col-xl-offset-9 {
        margin-left: 75%
    }

    .l-flex-col-xl-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%
    }

    .l-flex-col-xl-offset-10 {
        margin-left: 83.3333333333%
    }

    .l-flex-col-xl-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%
    }

    .l-flex-col-xl-offset-11 {
        margin-left: 91.6666666667%
    }

    .l-flex-col-xl-12 {
        flex-basis: 100%;
        max-width: 100%
    }

    .l-flex-col-xl-offset-12 {
        margin-left: 100%
    }
}

@media only screen and (min-width:1200px) {
    .l-flex-col-site-max {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .l-flex-col-site-max-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%
    }

    .l-flex-col-site-max-offset-1 {
        margin-left: 8.3333333333%
    }

    .l-flex-col-site-max-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%
    }

    .l-flex-col-site-max-offset-2 {
        margin-left: 16.6666666667%
    }

    .l-flex-col-site-max-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .l-flex-col-site-max-offset-3 {
        margin-left: 25%
    }

    .l-flex-col-site-max-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%
    }

    .l-flex-col-site-max-offset-4 {
        margin-left: 33.3333333333%
    }

    .l-flex-col-site-max-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%
    }

    .l-flex-col-site-max-offset-5 {
        margin-left: 41.6666666667%
    }

    .l-flex-col-site-max-6 {
        flex-basis: 50%;
        max-width: 50%
    }

    .l-flex-col-site-max-offset-6 {
        margin-left: 50%
    }

    .l-flex-col-site-max-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%
    }

    .l-flex-col-site-max-offset-7 {
        margin-left: 58.3333333333%
    }

    .l-flex-col-site-max-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%
    }

    .l-flex-col-site-max-offset-8 {
        margin-left: 66.6666666667%
    }

    .l-flex-col-site-max-9 {
        flex-basis: 75%;
        max-width: 75%
    }

    .l-flex-col-site-max-offset-9 {
        margin-left: 75%
    }

    .l-flex-col-site-max-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%
    }

    .l-flex-col-site-max-offset-10 {
        margin-left: 83.3333333333%
    }

    .l-flex-col-site-max-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%
    }

    .l-flex-col-site-max-offset-11 {
        margin-left: 91.6666666667%
    }

    .l-flex-col-site-max-12 {
        flex-basis: 100%;
        max-width: 100%
    }

    .l-flex-col-site-max-offset-12 {
        margin-left: 100%
    }
}

@media only screen and (min-width:1400px) {
    .l-flex-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .l-flex-col-xxl-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%
    }

    .l-flex-col-xxl-offset-1 {
        margin-left: 8.3333333333%
    }

    .l-flex-col-xxl-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%
    }

    .l-flex-col-xxl-offset-2 {
        margin-left: 16.6666666667%
    }

    .l-flex-col-xxl-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .l-flex-col-xxl-offset-3 {
        margin-left: 25%
    }

    .l-flex-col-xxl-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%
    }

    .l-flex-col-xxl-offset-4 {
        margin-left: 33.3333333333%
    }

    .l-flex-col-xxl-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%
    }

    .l-flex-col-xxl-offset-5 {
        margin-left: 41.6666666667%
    }

    .l-flex-col-xxl-6 {
        flex-basis: 50%;
        max-width: 50%
    }

    .l-flex-col-xxl-offset-6 {
        margin-left: 50%
    }

    .l-flex-col-xxl-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%
    }

    .l-flex-col-xxl-offset-7 {
        margin-left: 58.3333333333%
    }

    .l-flex-col-xxl-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%
    }

    .l-flex-col-xxl-offset-8 {
        margin-left: 66.6666666667%
    }

    .l-flex-col-xxl-9 {
        flex-basis: 75%;
        max-width: 75%
    }

    .l-flex-col-xxl-offset-9 {
        margin-left: 75%
    }

    .l-flex-col-xxl-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%
    }

    .l-flex-col-xxl-offset-10 {
        margin-left: 83.3333333333%
    }

    .l-flex-col-xxl-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%
    }

    .l-flex-col-xxl-offset-11 {
        margin-left: 91.6666666667%
    }

    .l-flex-col-xxl-12 {
        flex-basis: 100%;
        max-width: 100%
    }

    .l-flex-col-xxl-offset-12 {
        margin-left: 100%
    }
}

.c-form-file__input,
.u-visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: .5rem;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.u-bg--base-black {
    background-color: #000
}

.u-bg--base-white {
    background-color: #fff
}

.u-bg--brand-primary {
    background-color: #80f
}

.u-bg--brand-secondary {
    background-color: #f0f
}

.u-bg--brand-tertiary {
    background-color: #5a6a7d
}

.u-bg--background-primary {
    background-color: #f7fafc
}

.u-bg--background-secondary {
    background-color: #edf2f7
}

.u-bg--background-tertiary {
    background-color: #2d3748
}

.u-bg--button-primary {
    background-color: #f0f
}

.u-bg--button-secondary {
    background-color: #60f
}

.u-bg--button-tertiary {
    background-color: #e2e8f0
}

.u-bg--text-primary {
    background-color: #000
}

.u-bg--text-secondary {
    background-color: #6c757d
}

.u-bg--text-tertiary {
    background-color: #fff
}

.u-bg--status-error {
    background-color: #e03b24
}

.u-bg--status-success {
    background-color: #64a338
}

.u-bg--status-info {
    background-color: #3865a3
}

.u-bg--status-warning {
    background-color: #fc0
}

.u-bg--accent-light {
    background-color: #a7a8aa
}

.u-bg--accent-dark {
    background-color: #919191
}

.u-bg--black {
    background-color: #000
}

.u-bg--white {
    background-color: #fff
}

.u-bg--transparent {
    background-color: transparent
}

.u-margin--0 {
    margin: 0
}

.u-margin-vertical--0 {
    margin-bottom: 0;
    margin-top: 0
}

.u-margin-horizontal--0 {
    margin-left: 0;
    margin-right: 0
}

.u-margin-bottom--0 {
    margin-bottom: 0
}

.u-margin-top--0 {
    margin-top: 0
}

.u-margin-left--0 {
    margin-left: 0
}

.u-margin-right--0 {
    margin-right: 0
}

.u-margin--5 {
    margin: 5px
}

.u-margin-vertical--5 {
    margin-bottom: 5px;
    margin-top: 5px
}

.u-margin-horizontal--5 {
    margin-left: 5px;
    margin-right: 5px
}

.u-margin-bottom--5 {
    margin-bottom: 5px
}

.u-margin-top--5 {
    margin-top: 5px
}

.u-margin-left--5 {
    margin-left: 5px
}

.u-margin-right--5 {
    margin-right: 5px
}

.u-margin--10 {
    margin: 10px
}

.u-margin-vertical--10 {
    margin-bottom: 10px;
    margin-top: 10px
}

.u-margin-horizontal--10 {
    margin-left: 10px;
    margin-right: 10px
}

.u-margin-bottom--10 {
    margin-bottom: 10px
}

.u-margin-top--10 {
    margin-top: 10px
}

.u-margin-left--10 {
    margin-left: 10px
}

.u-margin-right--10 {
    margin-right: 10px
}

.u-margin--15 {
    margin: 15px
}

.u-margin-vertical--15 {
    margin-bottom: 15px;
    margin-top: 15px
}

.u-margin-horizontal--15 {
    margin-left: 15px;
    margin-right: 15px
}

.u-margin-bottom--15 {
    margin-bottom: 15px
}

.u-margin-top--15 {
    margin-top: 15px
}

.u-margin-left--15 {
    margin-left: 15px
}

.u-margin-right--15 {
    margin-right: 15px
}

.u-margin--20 {
    margin: 20px
}

.u-margin-vertical--20 {
    margin-bottom: 20px;
    margin-top: 20px
}

.u-margin-horizontal--20 {
    margin-left: 20px;
    margin-right: 20px
}

.u-margin-bottom--20 {
    margin-bottom: 20px
}

.u-margin-top--20 {
    margin-top: 20px
}

.u-margin-left--20 {
    margin-left: 20px
}

.u-margin-right--20 {
    margin-right: 20px
}

.u-margin--25 {
    margin: 25px
}

.u-margin-vertical--25 {
    margin-bottom: 25px;
    margin-top: 25px
}

.u-margin-horizontal--25 {
    margin-left: 25px;
    margin-right: 25px
}

.u-margin-bottom--25 {
    margin-bottom: 25px
}

.u-margin-top--25 {
    margin-top: 25px
}

.u-margin-left--25 {
    margin-left: 25px
}

.u-margin-right--25 {
    margin-right: 25px
}

.u-margin--30 {
    margin: 30px
}

.u-margin-vertical--30 {
    margin-bottom: 30px;
    margin-top: 30px
}

.u-margin-horizontal--30 {
    margin-left: 30px;
    margin-right: 30px
}

.u-margin-bottom--30 {
    margin-bottom: 30px
}

.u-margin-top--30 {
    margin-top: 30px
}

.u-margin-left--30 {
    margin-left: 30px
}

.u-margin-right--30 {
    margin-right: 30px
}

.u-margin--35 {
    margin: 35px
}

.u-margin-vertical--35 {
    margin-bottom: 35px;
    margin-top: 35px
}

.u-margin-horizontal--35 {
    margin-left: 35px;
    margin-right: 35px
}

.u-margin-bottom--35 {
    margin-bottom: 35px
}

.u-margin-top--35 {
    margin-top: 35px
}

.u-margin-left--35 {
    margin-left: 35px
}

.u-margin-right--35 {
    margin-right: 35px
}

.u-margin--40 {
    margin: 40px
}

.u-margin-vertical--40 {
    margin-bottom: 40px;
    margin-top: 40px
}

.u-margin-horizontal--40 {
    margin-left: 40px;
    margin-right: 40px
}

.u-margin-bottom--40 {
    margin-bottom: 40px
}

.u-margin-top--40 {
    margin-top: 40px
}

.u-margin-left--40 {
    margin-left: 40px
}

.u-margin-right--40 {
    margin-right: 40px
}

.u-margin--45 {
    margin: 45px
}

.u-margin-vertical--45 {
    margin-bottom: 45px;
    margin-top: 45px
}

.u-margin-horizontal--45 {
    margin-left: 45px;
    margin-right: 45px
}

.u-margin-bottom--45 {
    margin-bottom: 45px
}

.u-margin-top--45 {
    margin-top: 45px
}

.u-margin-left--45 {
    margin-left: 45px
}

.u-margin-right--45 {
    margin-right: 45px
}

.u-margin--50 {
    margin: 50px
}

.u-margin-vertical--50 {
    margin-bottom: 50px;
    margin-top: 50px
}

.u-margin-horizontal--50 {
    margin-left: 50px;
    margin-right: 50px
}

.u-margin-bottom--50 {
    margin-bottom: 50px
}

.u-margin-top--50 {
    margin-top: 50px
}

.u-margin-left--50 {
    margin-left: 50px
}

.u-margin-right--50 {
    margin-right: 50px
}

.u-margin--55 {
    margin: 55px
}

.u-margin-vertical--55 {
    margin-bottom: 55px;
    margin-top: 55px
}

.u-margin-horizontal--55 {
    margin-left: 55px;
    margin-right: 55px
}

.u-margin-bottom--55 {
    margin-bottom: 55px
}

.u-margin-top--55 {
    margin-top: 55px
}

.u-margin-left--55 {
    margin-left: 55px
}

.u-margin-right--55 {
    margin-right: 55px
}

.u-margin--60 {
    margin: 60px
}

.u-margin-vertical--60 {
    margin-bottom: 60px;
    margin-top: 60px
}

.u-margin-horizontal--60 {
    margin-left: 60px;
    margin-right: 60px
}

.u-margin-bottom--60 {
    margin-bottom: 60px
}

.u-margin-top--60 {
    margin-top: 60px
}

.u-margin-left--60 {
    margin-left: 60px
}

.u-margin-right--60 {
    margin-right: 60px
}

.u-margin--65 {
    margin: 65px
}

.u-margin-vertical--65 {
    margin-bottom: 65px;
    margin-top: 65px
}

.u-margin-horizontal--65 {
    margin-left: 65px;
    margin-right: 65px
}

.u-margin-bottom--65 {
    margin-bottom: 65px
}

.u-margin-top--65 {
    margin-top: 65px
}

.u-margin-left--65 {
    margin-left: 65px
}

.u-margin-right--65 {
    margin-right: 65px
}

.u-margin--70 {
    margin: 70px
}

.u-margin-vertical--70 {
    margin-bottom: 70px;
    margin-top: 70px
}

.u-margin-horizontal--70 {
    margin-left: 70px;
    margin-right: 70px
}

.u-margin-bottom--70 {
    margin-bottom: 70px
}

.u-margin-top--70 {
    margin-top: 70px
}

.u-margin-left--70 {
    margin-left: 70px
}

.u-margin-right--70 {
    margin-right: 70px
}

.u-margin--75 {
    margin: 75px
}

.u-margin-vertical--75 {
    margin-bottom: 75px;
    margin-top: 75px
}

.u-margin-horizontal--75 {
    margin-left: 75px;
    margin-right: 75px
}

.u-margin-bottom--75 {
    margin-bottom: 75px
}

.u-margin-top--75 {
    margin-top: 75px
}

.u-margin-left--75 {
    margin-left: 75px
}

.u-margin-right--75 {
    margin-right: 75px
}

.u-margin--80 {
    margin: 80px
}

.u-margin-vertical--80 {
    margin-bottom: 80px;
    margin-top: 80px
}

.u-margin-horizontal--80 {
    margin-left: 80px;
    margin-right: 80px
}

.u-margin-bottom--80 {
    margin-bottom: 80px
}

.u-margin-top--80 {
    margin-top: 80px
}

.u-margin-left--80 {
    margin-left: 80px
}

.u-margin-right--80 {
    margin-right: 80px
}

.u-margin--85 {
    margin: 85px
}

.u-margin-vertical--85 {
    margin-bottom: 85px;
    margin-top: 85px
}

.u-margin-horizontal--85 {
    margin-left: 85px;
    margin-right: 85px
}

.u-margin-bottom--85 {
    margin-bottom: 85px
}

.u-margin-top--85 {
    margin-top: 85px
}

.u-margin-left--85 {
    margin-left: 85px
}

.u-margin-right--85 {
    margin-right: 85px
}

.u-margin--90 {
    margin: 90px
}

.u-margin-vertical--90 {
    margin-bottom: 90px;
    margin-top: 90px
}

.u-margin-horizontal--90 {
    margin-left: 90px;
    margin-right: 90px
}

.u-margin-bottom--90 {
    margin-bottom: 90px
}

.u-margin-top--90 {
    margin-top: 90px
}

.u-margin-left--90 {
    margin-left: 90px
}

.u-margin-right--90 {
    margin-right: 90px
}

.u-margin--95 {
    margin: 95px
}

.u-margin-vertical--95 {
    margin-bottom: 95px;
    margin-top: 95px
}

.u-margin-horizontal--95 {
    margin-left: 95px;
    margin-right: 95px
}

.u-margin-bottom--95 {
    margin-bottom: 95px
}

.u-margin-top--95 {
    margin-top: 95px
}

.u-margin-left--95 {
    margin-left: 95px
}

.u-margin-right--95 {
    margin-right: 95px
}

.u-margin--100 {
    margin: 100px
}

.u-margin-vertical--100 {
    margin-bottom: 100px;
    margin-top: 100px
}

.u-margin-horizontal--100 {
    margin-left: 100px;
    margin-right: 100px
}

.u-margin-bottom--100 {
    margin-bottom: 100px
}

.u-margin-top--100 {
    margin-top: 100px
}

.u-margin-left--100 {
    margin-left: 100px
}

.u-margin-right--100 {
    margin-right: 100px
}

.u-margin--105 {
    margin: 105px
}

.u-margin-vertical--105 {
    margin-bottom: 105px;
    margin-top: 105px
}

.u-margin-horizontal--105 {
    margin-left: 105px;
    margin-right: 105px
}

.u-margin-bottom--105 {
    margin-bottom: 105px
}

.u-margin-top--105 {
    margin-top: 105px
}

.u-margin-left--105 {
    margin-left: 105px
}

.u-margin-right--105 {
    margin-right: 105px
}

.u-margin--110 {
    margin: 110px
}

.u-margin-vertical--110 {
    margin-bottom: 110px;
    margin-top: 110px
}

.u-margin-horizontal--110 {
    margin-left: 110px;
    margin-right: 110px
}

.u-margin-bottom--110 {
    margin-bottom: 110px
}

.u-margin-top--110 {
    margin-top: 110px
}

.u-margin-left--110 {
    margin-left: 110px
}

.u-margin-right--110 {
    margin-right: 110px
}

.u-margin--115 {
    margin: 115px
}

.u-margin-vertical--115 {
    margin-bottom: 115px;
    margin-top: 115px
}

.u-margin-horizontal--115 {
    margin-left: 115px;
    margin-right: 115px
}

.u-margin-bottom--115 {
    margin-bottom: 115px
}

.u-margin-top--115 {
    margin-top: 115px
}

.u-margin-left--115 {
    margin-left: 115px
}

.u-margin-right--115 {
    margin-right: 115px
}

.u-margin--120 {
    margin: 120px
}

.u-margin-vertical--120 {
    margin-bottom: 120px;
    margin-top: 120px
}

.u-margin-horizontal--120 {
    margin-left: 120px;
    margin-right: 120px
}

.u-margin-bottom--120 {
    margin-bottom: 120px
}

.u-margin-top--120 {
    margin-top: 120px
}

.u-margin-left--120 {
    margin-left: 120px
}

.u-margin-right--120 {
    margin-right: 120px
}

.u-margin--125 {
    margin: 125px
}

.u-margin-vertical--125 {
    margin-bottom: 125px;
    margin-top: 125px
}

.u-margin-horizontal--125 {
    margin-left: 125px;
    margin-right: 125px
}

.u-margin-bottom--125 {
    margin-bottom: 125px
}

.u-margin-top--125 {
    margin-top: 125px
}

.u-margin-left--125 {
    margin-left: 125px
}

.u-margin-right--125 {
    margin-right: 125px
}

.u-margin--130 {
    margin: 130px
}

.u-margin-vertical--130 {
    margin-bottom: 130px;
    margin-top: 130px
}

.u-margin-horizontal--130 {
    margin-left: 130px;
    margin-right: 130px
}

.u-margin-bottom--130 {
    margin-bottom: 130px
}

.u-margin-top--130 {
    margin-top: 130px
}

.u-margin-left--130 {
    margin-left: 130px
}

.u-margin-right--130 {
    margin-right: 130px
}

.u-margin--135 {
    margin: 135px
}

.u-margin-vertical--135 {
    margin-bottom: 135px;
    margin-top: 135px
}

.u-margin-horizontal--135 {
    margin-left: 135px;
    margin-right: 135px
}

.u-margin-bottom--135 {
    margin-bottom: 135px
}

.u-margin-top--135 {
    margin-top: 135px
}

.u-margin-left--135 {
    margin-left: 135px
}

.u-margin-right--135 {
    margin-right: 135px
}

.u-margin--140 {
    margin: 140px
}

.u-margin-vertical--140 {
    margin-bottom: 140px;
    margin-top: 140px
}

.u-margin-horizontal--140 {
    margin-left: 140px;
    margin-right: 140px
}

.u-margin-bottom--140 {
    margin-bottom: 140px
}

.u-margin-top--140 {
    margin-top: 140px
}

.u-margin-left--140 {
    margin-left: 140px
}

.u-margin-right--140 {
    margin-right: 140px
}

.u-margin--145 {
    margin: 145px
}

.u-margin-vertical--145 {
    margin-bottom: 145px;
    margin-top: 145px
}

.u-margin-horizontal--145 {
    margin-left: 145px;
    margin-right: 145px
}

.u-margin-bottom--145 {
    margin-bottom: 145px
}

.u-margin-top--145 {
    margin-top: 145px
}

.u-margin-left--145 {
    margin-left: 145px
}

.u-margin-right--145 {
    margin-right: 145px
}

.u-margin--150 {
    margin: 150px
}

.u-margin-vertical--150 {
    margin-bottom: 150px;
    margin-top: 150px
}

.u-margin-horizontal--150 {
    margin-left: 150px;
    margin-right: 150px
}

.u-margin-bottom--150 {
    margin-bottom: 150px
}

.u-margin-top--150 {
    margin-top: 150px
}

.u-margin-left--150 {
    margin-left: 150px
}

.u-margin-right--150 {
    margin-right: 150px
}

.u-margin-horizontal--auto {
    margin-left: auto;
    margin-right: auto
}

.u-padding--0 {
    padding: 0
}

.u-padding-vertical--0 {
    padding-bottom: 0;
    padding-top: 0
}

.u-padding-horizontal--0 {
    padding-left: 0;
    padding-right: 0
}

.u-padding-bottom--0 {
    padding-bottom: 0
}

.u-padding-top--0 {
    padding-top: 0
}

.u-padding-left--0 {
    padding-left: 0
}

.u-padding-right--0 {
    padding-right: 0
}

.u-padding--5 {
    padding: 5px
}

.u-padding-vertical--5 {
    padding-bottom: 5px;
    padding-top: 5px
}

.u-padding-horizontal--5 {
    padding-left: 5px;
    padding-right: 5px
}

.u-padding-bottom--5 {
    padding-bottom: 5px
}

.u-padding-top--5 {
    padding-top: 5px
}

.u-padding-left--5 {
    padding-left: 5px
}

.u-padding-right--5 {
    padding-right: 5px
}

.u-padding--10 {
    padding: 10px
}

.u-padding-vertical--10 {
    padding-bottom: 10px;
    padding-top: 10px
}

.u-padding-horizontal--10 {
    padding-left: 10px;
    padding-right: 10px
}

.u-padding-bottom--10 {
    padding-bottom: 10px
}

.u-padding-top--10 {
    padding-top: 10px
}

.u-padding-left--10 {
    padding-left: 10px
}

.u-padding-right--10 {
    padding-right: 10px
}

.u-padding--15 {
    padding: 15px
}

.u-padding-vertical--15 {
    padding-bottom: 15px;
    padding-top: 15px
}

.u-padding-horizontal--15 {
    padding-left: 15px;
    padding-right: 15px
}

.u-padding-bottom--15 {
    padding-bottom: 15px
}

.u-padding-top--15 {
    padding-top: 15px
}

.u-padding-left--15 {
    padding-left: 15px
}

.u-padding-right--15 {
    padding-right: 15px
}

.u-padding--20 {
    padding: 20px
}

.u-padding-vertical--20 {
    padding-bottom: 20px;
    padding-top: 20px
}

.u-padding-horizontal--20 {
    padding-left: 20px;
    padding-right: 20px
}

.u-padding-bottom--20 {
    padding-bottom: 20px
}

.u-padding-top--20 {
    padding-top: 20px
}

.u-padding-left--20 {
    padding-left: 20px
}

.u-padding-right--20 {
    padding-right: 20px
}

.u-padding--25 {
    padding: 25px
}

.u-padding-vertical--25 {
    padding-bottom: 25px;
    padding-top: 25px
}

.u-padding-horizontal--25 {
    padding-left: 25px;
    padding-right: 25px
}

.u-padding-bottom--25 {
    padding-bottom: 25px
}

.u-padding-top--25 {
    padding-top: 25px
}

.u-padding-left--25 {
    padding-left: 25px
}

.u-padding-right--25 {
    padding-right: 25px
}

.u-padding--30 {
    padding: 30px
}

.u-padding-vertical--30 {
    padding-bottom: 30px;
    padding-top: 30px
}

.u-padding-horizontal--30 {
    padding-left: 30px;
    padding-right: 30px
}

.u-padding-bottom--30 {
    padding-bottom: 30px
}

.u-padding-top--30 {
    padding-top: 30px
}

.u-padding-left--30 {
    padding-left: 30px
}

.u-padding-right--30 {
    padding-right: 30px
}

.u-padding--35 {
    padding: 35px
}

.u-padding-vertical--35 {
    padding-bottom: 35px;
    padding-top: 35px
}

.u-padding-horizontal--35 {
    padding-left: 35px;
    padding-right: 35px
}

.u-padding-bottom--35 {
    padding-bottom: 35px
}

.u-padding-top--35 {
    padding-top: 35px
}

.u-padding-left--35 {
    padding-left: 35px
}

.u-padding-right--35 {
    padding-right: 35px
}

.u-padding--40 {
    padding: 40px
}

.u-padding-vertical--40 {
    padding-bottom: 40px;
    padding-top: 40px
}

.u-padding-horizontal--40 {
    padding-left: 40px;
    padding-right: 40px
}

.u-padding-bottom--40 {
    padding-bottom: 40px
}

.u-padding-top--40 {
    padding-top: 40px
}

.u-padding-left--40 {
    padding-left: 40px
}

.u-padding-right--40 {
    padding-right: 40px
}

.u-padding--45 {
    padding: 45px
}

.u-padding-vertical--45 {
    padding-bottom: 45px;
    padding-top: 45px
}

.u-padding-horizontal--45 {
    padding-left: 45px;
    padding-right: 45px
}

.u-padding-bottom--45 {
    padding-bottom: 45px
}

.u-padding-top--45 {
    padding-top: 45px
}

.u-padding-left--45 {
    padding-left: 45px
}

.u-padding-right--45 {
    padding-right: 45px
}

.u-padding--50 {
    padding: 50px
}

.u-padding-vertical--50 {
    padding-bottom: 50px;
    padding-top: 50px
}

.u-padding-horizontal--50 {
    padding-left: 50px;
    padding-right: 50px
}

.u-padding-bottom--50 {
    padding-bottom: 50px
}

.u-padding-top--50 {
    padding-top: 50px
}

.u-padding-left--50 {
    padding-left: 50px
}

.u-padding-right--50 {
    padding-right: 50px
}

.u-padding--55 {
    padding: 55px
}

.u-padding-vertical--55 {
    padding-bottom: 55px;
    padding-top: 55px
}

.u-padding-horizontal--55 {
    padding-left: 55px;
    padding-right: 55px
}

.u-padding-bottom--55 {
    padding-bottom: 55px
}

.u-padding-top--55 {
    padding-top: 55px
}

.u-padding-left--55 {
    padding-left: 55px
}

.u-padding-right--55 {
    padding-right: 55px
}

.u-padding--60 {
    padding: 60px
}

.u-padding-vertical--60 {
    padding-bottom: 60px;
    padding-top: 60px
}

.u-padding-horizontal--60 {
    padding-left: 60px;
    padding-right: 60px
}

.u-padding-bottom--60 {
    padding-bottom: 60px
}

.u-padding-top--60 {
    padding-top: 60px
}

.u-padding-left--60 {
    padding-left: 60px
}

.u-padding-right--60 {
    padding-right: 60px
}

.u-padding--65 {
    padding: 65px
}

.u-padding-vertical--65 {
    padding-bottom: 65px;
    padding-top: 65px
}

.u-padding-horizontal--65 {
    padding-left: 65px;
    padding-right: 65px
}

.u-padding-bottom--65 {
    padding-bottom: 65px
}

.u-padding-top--65 {
    padding-top: 65px
}

.u-padding-left--65 {
    padding-left: 65px
}

.u-padding-right--65 {
    padding-right: 65px
}

.u-padding--70 {
    padding: 70px
}

.u-padding-vertical--70 {
    padding-bottom: 70px;
    padding-top: 70px
}

.u-padding-horizontal--70 {
    padding-left: 70px;
    padding-right: 70px
}

.u-padding-bottom--70 {
    padding-bottom: 70px
}

.u-padding-top--70 {
    padding-top: 70px
}

.u-padding-left--70 {
    padding-left: 70px
}

.u-padding-right--70 {
    padding-right: 70px
}

.u-padding--75 {
    padding: 75px
}

.u-padding-vertical--75 {
    padding-bottom: 75px;
    padding-top: 75px
}

.u-padding-horizontal--75 {
    padding-left: 75px;
    padding-right: 75px
}

.u-padding-bottom--75 {
    padding-bottom: 75px
}

.u-padding-top--75 {
    padding-top: 75px
}

.u-padding-left--75 {
    padding-left: 75px
}

.u-padding-right--75 {
    padding-right: 75px
}

.u-padding--80 {
    padding: 80px
}

.u-padding-vertical--80 {
    padding-bottom: 80px;
    padding-top: 80px
}

.u-padding-horizontal--80 {
    padding-left: 80px;
    padding-right: 80px
}

.u-padding-bottom--80 {
    padding-bottom: 80px
}

.u-padding-top--80 {
    padding-top: 80px
}

.u-padding-left--80 {
    padding-left: 80px
}

.u-padding-right--80 {
    padding-right: 80px
}

.u-padding--85 {
    padding: 85px
}

.u-padding-vertical--85 {
    padding-bottom: 85px;
    padding-top: 85px
}

.u-padding-horizontal--85 {
    padding-left: 85px;
    padding-right: 85px
}

.u-padding-bottom--85 {
    padding-bottom: 85px
}

.u-padding-top--85 {
    padding-top: 85px
}

.u-padding-left--85 {
    padding-left: 85px
}

.u-padding-right--85 {
    padding-right: 85px
}

.u-padding--90 {
    padding: 90px
}

.u-padding-vertical--90 {
    padding-bottom: 90px;
    padding-top: 90px
}

.u-padding-horizontal--90 {
    padding-left: 90px;
    padding-right: 90px
}

.u-padding-bottom--90 {
    padding-bottom: 90px
}

.u-padding-top--90 {
    padding-top: 90px
}

.u-padding-left--90 {
    padding-left: 90px
}

.u-padding-right--90 {
    padding-right: 90px
}

.u-padding--95 {
    padding: 95px
}

.u-padding-vertical--95 {
    padding-bottom: 95px;
    padding-top: 95px
}

.u-padding-horizontal--95 {
    padding-left: 95px;
    padding-right: 95px
}

.u-padding-bottom--95 {
    padding-bottom: 95px
}

.u-padding-top--95 {
    padding-top: 95px
}

.u-padding-left--95 {
    padding-left: 95px
}

.u-padding-right--95 {
    padding-right: 95px
}

.u-padding--100 {
    padding: 100px
}

.u-padding-vertical--100 {
    padding-bottom: 100px;
    padding-top: 100px
}

.u-padding-horizontal--100 {
    padding-left: 100px;
    padding-right: 100px
}

.u-padding-bottom--100 {
    padding-bottom: 100px
}

.u-padding-top--100 {
    padding-top: 100px
}

.u-padding-left--100 {
    padding-left: 100px
}

.u-padding-right--100 {
    padding-right: 100px
}

.u-padding--105 {
    padding: 105px
}

.u-padding-vertical--105 {
    padding-bottom: 105px;
    padding-top: 105px
}

.u-padding-horizontal--105 {
    padding-left: 105px;
    padding-right: 105px
}

.u-padding-bottom--105 {
    padding-bottom: 105px
}

.u-padding-top--105 {
    padding-top: 105px
}

.u-padding-left--105 {
    padding-left: 105px
}

.u-padding-right--105 {
    padding-right: 105px
}

.u-padding--110 {
    padding: 110px
}

.u-padding-vertical--110 {
    padding-bottom: 110px;
    padding-top: 110px
}

.u-padding-horizontal--110 {
    padding-left: 110px;
    padding-right: 110px
}

.u-padding-bottom--110 {
    padding-bottom: 110px
}

.u-padding-top--110 {
    padding-top: 110px
}

.u-padding-left--110 {
    padding-left: 110px
}

.u-padding-right--110 {
    padding-right: 110px
}

.u-padding--115 {
    padding: 115px
}

.u-padding-vertical--115 {
    padding-bottom: 115px;
    padding-top: 115px
}

.u-padding-horizontal--115 {
    padding-left: 115px;
    padding-right: 115px
}

.u-padding-bottom--115 {
    padding-bottom: 115px
}

.u-padding-top--115 {
    padding-top: 115px
}

.u-padding-left--115 {
    padding-left: 115px
}

.u-padding-right--115 {
    padding-right: 115px
}

.u-padding--120 {
    padding: 120px
}

.u-padding-vertical--120 {
    padding-bottom: 120px;
    padding-top: 120px
}

.u-padding-horizontal--120 {
    padding-left: 120px;
    padding-right: 120px
}

.u-padding-bottom--120 {
    padding-bottom: 120px
}

.u-padding-top--120 {
    padding-top: 120px
}

.u-padding-left--120 {
    padding-left: 120px
}

.u-padding-right--120 {
    padding-right: 120px
}

.u-padding--125 {
    padding: 125px
}

.u-padding-vertical--125 {
    padding-bottom: 125px;
    padding-top: 125px
}

.u-padding-horizontal--125 {
    padding-left: 125px;
    padding-right: 125px
}

.u-padding-bottom--125 {
    padding-bottom: 125px
}

.u-padding-top--125 {
    padding-top: 125px
}

.u-padding-left--125 {
    padding-left: 125px
}

.u-padding-right--125 {
    padding-right: 125px
}

.u-padding--130 {
    padding: 130px
}

.u-padding-vertical--130 {
    padding-bottom: 130px;
    padding-top: 130px
}

.u-padding-horizontal--130 {
    padding-left: 130px;
    padding-right: 130px
}

.u-padding-bottom--130 {
    padding-bottom: 130px
}

.u-padding-top--130 {
    padding-top: 130px
}

.u-padding-left--130 {
    padding-left: 130px
}

.u-padding-right--130 {
    padding-right: 130px
}

.u-padding--135 {
    padding: 135px
}

.u-padding-vertical--135 {
    padding-bottom: 135px;
    padding-top: 135px
}

.u-padding-horizontal--135 {
    padding-left: 135px;
    padding-right: 135px
}

.u-padding-bottom--135 {
    padding-bottom: 135px
}

.u-padding-top--135 {
    padding-top: 135px
}

.u-padding-left--135 {
    padding-left: 135px
}

.u-padding-right--135 {
    padding-right: 135px
}

.u-padding--140 {
    padding: 140px
}

.u-padding-vertical--140 {
    padding-bottom: 140px;
    padding-top: 140px
}

.u-padding-horizontal--140 {
    padding-left: 140px;
    padding-right: 140px
}

.u-padding-bottom--140 {
    padding-bottom: 140px
}

.u-padding-top--140 {
    padding-top: 140px
}

.u-padding-left--140 {
    padding-left: 140px
}

.u-padding-right--140 {
    padding-right: 140px
}

.u-padding--145 {
    padding: 145px
}

.u-padding-vertical--145 {
    padding-bottom: 145px;
    padding-top: 145px
}

.u-padding-horizontal--145 {
    padding-left: 145px;
    padding-right: 145px
}

.u-padding-bottom--145 {
    padding-bottom: 145px
}

.u-padding-top--145 {
    padding-top: 145px
}

.u-padding-left--145 {
    padding-left: 145px
}

.u-padding-right--145 {
    padding-right: 145px
}

.u-padding--150 {
    padding: 150px
}

.u-padding-vertical--150 {
    padding-bottom: 150px;
    padding-top: 150px
}

.u-padding-horizontal--150 {
    padding-left: 150px;
    padding-right: 150px
}

.u-padding-bottom--150 {
    padding-bottom: 150px
}

.u-padding-top--150 {
    padding-top: 150px
}

.u-padding-left--150 {
    padding-left: 150px
}

.u-padding-right--150 {
    padding-right: 150px
}

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

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

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

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

.u-text--thin {
    font-weight: 100
}

.u-text--extralight {
    font-weight: 200
}

.u-text--light {
    font-weight: 300
}

.u-text--normal {
    font-weight: 400
}

.u-text--medium {
    font-weight: 500
}

.u-text--semibold {
    font-weight: 600
}

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

.u-text--extrabold {
    font-weight: 800
}

.u-text--black {
    font-weight: 900
}

.u-text--italic {
    font-style: italic
}

.u-text--underline {
    text-decoration: underline
}

.u-text--no-underline {
    text-decoration: none
}

.u-text--line-through {
    text-decoration: line-through
}

.u-text--overline {
    text-decoration: overline
}

.u-text--uppercase {
    text-transform: uppercase
}

.u-text--lowercase {
    text-transform: lowercase
}

.u-text--capitalize {
    text-transform: capitalize
}

.u-text--base-black {
    color: #000
}

.u-text--base-white {
    color: #fff
}

.u-text--brand-primary {
    color: #80f
}

.u-text--brand-secondary {
    color: #f0f
}

.u-text--brand-tertiary {
    color: #5a6a7d
}

.u-text--background-primary {
    color: #f7fafc
}

.u-text--background-secondary {
    color: #edf2f7
}

.u-text--background-tertiary {
    color: #2d3748
}

.u-text--button-primary {
    color: #f0f
}

.u-text--button-secondary {
    color: #60f
}

.u-text--button-tertiary {
    color: #e2e8f0
}

.u-text--text-primary {
    color: #000
}

.u-text--text-secondary {
    color: #6c757d
}

.u-text--text-tertiary {
    color: #fff
}

.u-text--status-error {
    color: #e03b24
}

.u-text--status-success {
    color: #64a338
}

.u-text--status-info {
    color: #3865a3
}

.u-text--status-warning {
    color: #fc0
}

.u-text--accent-light {
    color: #a7a8aa
}

.u-text--accent-dark {
    color: #919191
}

.u-text--black {
    color: #000
}

.u-text--white {
    color: #fff
}

.u-display--desktop-block {
    display: none
}

@media only screen and (min-width:1025px) {
    .u-display--desktop-block {
        display: block
    }
}

.u-display--desktop-flex {
    display: none
}

@media only screen and (min-width:1025px) {
    .u-display--desktop-flex {
        display: flex
    }
}

.u-display--desktop-inline-flex {
    display: none
}

@media only screen and (min-width:1025px) {
    .u-display--desktop-inline-flex {
        display: inline-flex
    }
}

@media only screen and (min-width:1025px) {
    .u-display--desktop-hide {
        display: none
    }
}

.u-display--tablet-block {
    display: none
}

@media only screen and (min-width:768px) {
    .u-display--tablet-block {
        display: block
    }
}

.u-display--tablet-flex {
    display: none
}

@media only screen and (min-width:768px) {
    .u-display--tablet-flex {
        display: flex
    }
}

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

html {
    font-size: 13px
}

body {
    background: #1d1d1d;
    color: #fff
}

body::-webkit-scrollbar {
    background: transparent;
    width: 10px
}

body::-webkit-scrollbar-button {
    display: none
}

body::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .35);
    border-radius: 5px;
    width: 10px
}

body::-webkit-scrollbar-track {
    background: hsla(0, 0%, 100%, .03);
    width: 10px
}

[role=button],
a,
button {
    color: interit;
    cursor: pointer;
    outline: 0;
    transition: .25s ease
}

[role=button]:focus,
a:focus,
button:focus {
    outline: 0
}

[role=button].is-disabled,
[role=button][disabled],
a.is-disabled,
a[disabled],
button.is-disabled,
button[disabled] {
    opacity: .5;
    pointer-events: none
}

.cf:after,
.cf:before {
    content: "";
    display: table;
    clear: both
}

.nav {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000
}

.nav__title-bar {
    height: 0;
    left: 0;
    position: relative;
    z-index: 1002;
    width: 100%
}

.nav__title-bar__logo {
    left: 20px;
    margin-top: -18px;
    position: absolute;
    top: 35px
}

@media only screen and (min-width:768px) {
    .nav__title-bar__logo {
        margin-top: 0;
        left: 50px;
        top: 50px
    }
}

@media only screen and (min-width:1025px) {
    .nav__title-bar__logo {
        left: 60px
    }
}

.nav__title-bar__logo__svg {
    width: 226px;
    height: 37px
}

.nav__title-bar__toggle {
    margin-top: -9px;
    position: absolute;
    right: 20px;
    top: 35px
}

@media only screen and (min-width:768px) {
    .nav__title-bar__toggle {
        margin-top: 0;
        right: 50px;
        top: 63px
    }
}

@media only screen and (min-width:1025px) {
    .nav__title-bar__toggle {
        right: 60px
    }
}

.nav__title-bar__toggle__svg {
    transition: all .65s ease;
    transform-origin: 50% 50%
}

.nav__title-bar__toggle__svg__bar-1 {
    transition: all .65s ease;
    transform-origin: 50% 50%;
    transform: translateY(-9px)
}

.nav__title-bar__toggle__svg__bar-2 {
    transition: all .65s ease;
    transform-origin: 50% 50%
}

.nav__title-bar__toggle__svg__bar-3 {
    transition: all .65s ease;
    transform-origin: 50% 50%;
    transform: translateY(9px)
}

.nav__title-bar__toggle__svg--normal {
    display: none
}

@supports (display:grid) {
    .nav__title-bar__toggle__svg--normal {
        display: block
    }
}

.nav__title-bar__toggle__svg--ie {
    display: block
}

@supports (display:grid) {
    .nav__title-bar__toggle__svg--ie {
        display: none
    }
}

.nav__title-bar__button {
    display: none !important
}

@media only screen and (min-width:768px) {
    .nav__title-bar__button {
        display: inline-block !important;
        padding: 15px 30px !important;
        position: absolute !important;
        right: 113px;
        top: 49px
    }
}

@media only screen and (min-width:1025px) {
    .nav__title-bar__button {
        right: 124px
    }
}

.nav__menu-panel {
    background: #1d1d1d;
    height: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    text-align: center;
    top: 0;
    transition: all .3s ease, height .1ms linear .316667s;
    width: 100%;
    z-index: 1001
}

.nav__menu-panel__positioner {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-flow: row nowrap;
    left: 0;
    padding: 80px 30px;
    position: absolute;
    right: 0;
    top: 0
}

.nav__menu-panel__positioner__inner {
    width: 100%
}

.nav__menu-panel__heading {
    color:#D5CEA3;
    font-family: custom-gt-america-extended, sans-serif;
    font-size: .7692307692rem;
    font-weight: 100;
    letter-spacing: .83em;
    line-height: 1.6em;
    margin-bottom: 30px;
    opacity: .6;
    position: relative;
    text-transform: uppercase
}

@media only screen and (min-width:768px) {
    .nav__menu-panel__heading {
        font-size: .9230769231rem;
        margin-bottom: 40px
    }
}

.nav__menu-panel__menu {
    padding-bottom: 60px
}

@media only screen and (min-width:768px) {
    .nav__menu-panel__menu {
        padding-bottom: 80px
    }
}

.nav__menu-panel__menu__ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

/* front pages menu font */
.nav__menu-panel__menu__li {
    color:#D5CEA3;
    cursor: pointer;
    font-family: 'Felix Titling', 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', sans-serif;
    font-weight: 200;
    opacity: .6;
    font-size: 28px;
    line-height: 1.14286em;
    list-style-type: none;
    margin: 0;
    padding: 10px 0
}

.nav__menu-panel__menu__li:hover {
    opacity: 1
}

@media only screen and (min-width:768px) {
    .nav__menu-panel__menu__li {
        font-size: 48px
    }
}

.nav__menu-panel__branding {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: -7px auto;
    width: 320px
}

@media only screen and (min-width:768px) {
    .nav__menu-panel__branding {
        margin-top: 0;
        width: auto
    }
}

.nav__menu-panel__branding__item {
    display: flex;
    padding: 7px 13px 7px 12px;
    position: relative;
    width: auto
}

.nav__menu-panel__branding__item:not(:first-child):not(:nth-child(4)):after {
    background: #fff;
    content: " ";
    display: block;
    height: 8px;
    left: -1px;
    opacity: .55;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px
}

@media only screen and (min-width:768px) {
    .nav__menu-panel__branding__item {
        padding: 0 20px 0 19px
    }

    .nav__menu-panel__branding__item:after {
        height: 28px
    }
}

.nav__menu-panel__branding__img {
    display: none
}

@media only screen and (min-width:768px) {
    .nav__menu-panel__branding__img {
        display: block;
        height: auto;
        width: auto
    }
}

.nav__menu-panel__branding__name {
    display: block;
    height: 16px;
    width: auto;
    font-family: custom-gt-america-extended, sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 16px;
    position: relative;
    text-transform: uppercase
}

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

@media only screen and (min-width:1025px) {
    .nav__menu-panel__branding:hover .nav__menu-panel__branding__img {
        opacity: .5;
        transition: opacity .2s linear
    }

    .nav__menu-panel__branding:hover .nav__menu-panel__branding__img:hover {
        opacity: 1
    }
}

.nav__menu-panel__video {
    font-size: .6153846154rem;
    color: hsla(0, 0%, 65.1%, .9);
    font-family: custom-gt-america-expanded, sans-serif;
    font-weight: 500;
    letter-spacing: .375em;
    text-decoration: underline;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 25px
}

@media only screen and (min-width:768px) {
    .nav__menu-panel__video {
        font-size: .7692307692rem;
        margin-top: 40px
    }
}

.nav__menu-panel__bg-popups {
    display: none
}

@media only screen and (min-width:1025px) {
    .nav__menu-panel__bg-popups {
        display: block;
        height: 100%;
        left: 0;
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.nav__menu-panel__bg-popups__inner {
    height: 100%;
    position: relative;
    margin: 0 auto;
    max-width: 1440px
}

.nav__menu-panel__bg-popups__popup {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 100%
}

.nav__menu-panel__bg-popups__popup__img {
    position: absolute;
    margin: 0 auto;
    max-width: 1440px;
    top: -100px;
    transform: scaleY(1.5);
    transform-origin: 50% top;
    width: 100%
}

.nav__menu-panel__bg-popups__popup__img img {
    display: block;
    height: auto;
    width: 100%
}

.nav__menu-panel__bg-popups__popup__img--left-large {
    left: 65px;
    width: 280px
}

.nav__menu-panel__bg-popups__popup__img--left-small {
    left: 0;
    top: 150px;
    width: 170px
}

.nav__menu-panel__bg-popups__popup__img--right-large {
    right: 0;
    width: 270px
}

.nav__menu-panel__bg-popups__popup__img--left-showcase {
    left: 65px;
    width: 280px
}

.nav__menu-panel__bg-popups__popup__img--right-showcase {
    right: 0;
    width: 270px
}

.nav__menu-panel__bg-popups__popup.is-active {
    opacity: 1;
    transition: opacity .4s linear
}

.nav__menu-panel__bg-popups__popup.is-active .nav__menu-panel__bg-popups__popup__img--left-large {
    top: -300px;
    transform: scaleY(1);
    transition: top .6s ease-out, transform .6s cubic-bezier(.09, .9, .33, .89)
}

.nav__menu-panel__bg-popups__popup.is-active .nav__menu-panel__bg-popups__popup__img--left-small {
    top: 20px;
    transform: scaleY(1);
    transition: top .6s ease-out, transform .6s cubic-bezier(.09, .9, .33, .89)
}

.nav__menu-panel__bg-popups__popup.is-active .nav__menu-panel__bg-popups__popup__img--right-large {
    top: -220px;
    transform: scaleY(1);
    transition: top .6s ease-out, transform .6s cubic-bezier(.09, .9, .33, .89)
}

.nav__menu-panel__bg-popups__popup.is-active .nav__menu-panel__bg-popups__popup__img--left-showcase {
    top: -300px;
    transform: scaleY(1);
    transition: top .6s ease-out, transform .6s cubic-bezier(.09, .9, .33, .89)
}

.nav__menu-panel__bg-popups__popup.is-active .nav__menu-panel__bg-popups__popup__img--right-showcase {
    top: -220px;
    transform: scaleY(1);
    transition: top .6s ease-out, transform .6s cubic-bezier(.09, .9, .33, .89)
}

.nav__menu-button {
    margin-top: 30px
}

@media only screen and (min-width:768px) {
    .nav__menu-button {
        display: none !important;
        margin-top: 0
    }
}

.nav.is-active .nav__menu-panel {
    height: 100%;
    opacity: 1;
    transition: all .3s ease .01667s, height .1ms linear
}

.nav.is-active .nav__title-bar__toggle__svg {
    transform: rotate(180deg)
}

.nav.is-active .nav__title-bar__toggle__svg__bar-1 {
    transform: rotate(-45deg) translate(0)
}

.nav.is-active .nav__title-bar__toggle__svg__bar-2 {
    opacity: 0
}

.nav.is-active .nav__title-bar__toggle__svg__bar-3 {
    transform: rotate(45deg) translate(0)
}

.main {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.c-featured-post {
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, .5);
    display: block;
    margin: 0 auto;
    width: 100%
}

.c-featured-post__flex-row {
    align-items: stretch;
    padding: 0;
    position: relative
}

.c-featured-post__image-column {
    padding: 0 0 0 10px
}

.c-featured-post__text-column {
    padding: 20px
}

.c-featured-post__image {
    display: block;
    height: 0;
    padding-bottom: 75%;
    position: relative;
    max-width: 100%;
    width: 100%
}

.c-featured-post__image__img,
.c-featured-post__image__picture {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    display: block;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.c-featured-post__image__img {
    -o-object-fit: cover;
    object-fit: cover
}

.c-featured-post__caption {
    padding: 15px
}

.c-featured-post__caption__category {
    color: #80f;
    margin: .3em 0
}

.c-featured-post__caption__date {
    color: #6c757d;
    margin-bottom: .8em
}

.c-featured-post__caption__desc {
    margin-top: .3em
}

.c-featured-post__caption__button {
    margin-top: 15px
}

.c-slideshow {
    height: 0;
    padding-bottom: 56%;
    position: relative;
    width: 100%
}

.c-slideshow__slides {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.c-slideshow__slides .slick-list,
.c-slideshow__slides .slick-track {
    height: 100%
}

.c-slideshow__slide {
    position: relative;
    height: 100%;
    width: 100%
}

.c-slideshow__slide__img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.c-slideshow__caption {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    justify-content: center;
    position: relative
}

.c-slideshow__caption__inner {
    background: rgba(136, 0, 255, .75);
    max-width: 700px;
    padding: 3em;
    position: relative;
    text-align: center;
    width: 100%
}

.c-slideshow__caption__title {
    font-size: 5rem;
    padding-bottom: .35em
}

.c-slideshow__caption__eyebrow {
    font-size: 2.75rem
}

.c-slideshow__next,
.c-slideshow__prev {
    font-size: 1.2307692308rem;
    background: rgba(255, 0, 255, .35);
    border-radius: 100% 100%;
    top: calc(50% - 16px);
    color: #fff;
    cursor: pointer;
    display: block;
    height: 40px;
    left: 12px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    width: 40px
}

.c-slideshow__next i,
.c-slideshow__prev i {
    left: -1px;
    position: relative;
    top: 1px
}

.c-slideshow__next {
    left: auto;
    right: 12px
}

.c-slideshow__next i {
    left: 1px
}

.c-buttons {
    margin-bottom: -10px;
    margin-top: -10px;
    display: block;
    font-size: 0;
    height: auto;
    max-width: 100%;
    width: auto
}

.c-buttons>* {
    margin-bottom: 10px;
    margin-right: 15px;
    margin-top: 10px
}

@media only screen and (min-width:768px) {
    .c-buttons>* {
        margin-right: 20px
    }
}

.c-buttons>:last-child {
    margin-right: 0
}

.c-buttons-centered {
    margin-bottom: -10px;
    margin-top: -10px;
    display: block;
    font-size: 0;
    height: auto;
    max-width: 100%;
    text-align: center;
    width: auto
}

.c-buttons-centered>* {
    margin: 10px 7.5px
}

@media only screen and (min-width:768px) {
    .c-buttons-centered>* {
        margin-right: 20px;
        margin-left: 10px;
        margin-right: 10px
    }
}

.c-button,
.c-form-file__label {
    font-family: custom-gt-america-extended, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: .6923076923rem;
    border-radius: 0;
    font-family: custom-gt-america-expanded, sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 11px;
    padding: 19px 35px 19px 30px;
    text-transform: uppercase;
    transition: background-color .25s ease-in-out;
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle
}

.c-button--primary,
.c-form-file__label {
    background-color: #f0f;
    color: #fff
}

.c-button--primary:active,
.c-button--primary:focus,
.c-button--primary:hover,
.c-form-file__label:active,
.c-form-file__label:focus,
.c-form-file__label:hover {
    background-color: #e000e0;
    color: "white"
}

.c-button--primary-outlined {
    background-color: transparent;
    border: 2px solid hsla(0, 0%, 100%, .5) !important;
    color: #fff;
    position: relative
}

.c-button--primary-outlined:active,
.c-button--primary-outlined:focus,
.c-button--primary-outlined:hover {
    background-color: #242424;
    color: "white"
}

.c-button--primary-outlined:after {
    content: " ";
    background: #fff;
    display: block;
    height: 1px;
    overflow: hidden;
    position: absolute;
    right: -20px;
    top: calc(50% - 1px);
    width: 40px
}

.c-button--primary-no-pseudo {
    background-color: transparent;
    border: 2px solid hsla(0, 0%, 100%, .2) !important;
    color: #fff;
    letter-spacing: 1.75px;
    position: relative;
    padding-bottom: 15px;
    padding-top: 15px
}

.c-button--primary-no-pseudo:active,
.c-button--primary-no-pseudo:focus,
.c-button--primary-no-pseudo:hover {
    background-color: #242424;
    color: "white"
}

.c-button--secondary {
    background-color: #60f;
    color: #fff
}

.c-button--secondary:active,
.c-button--secondary:focus,
.c-button--secondary:hover {
    background-color: #5a00e0;
    color: "white"
}

.c-button-link {
    font-family: custom-gt-america-extended, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: .6923076923rem;
    border-radius: 0;
    font-family: custom-gt-america-expanded, sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 11px;
    text-transform: uppercase;
    transition: background-color .25s ease-in-out;
    cursor: pointer;
    display: inline-block;
    padding: 11px 0;
    position: relative;
    text-align: center;
    text-decoration: none
}

.c-button-link--primary {
    border-bottom: 1px solid #fff
}

.c-basic-card {
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, .5);
    display: block;
    margin: 0 auto;
    max-width: 450px;
    width: 100%
}

.c-basic-card__image {
    display: block;
    height: 0;
    padding-bottom: 75%;
    position: relative;
    max-width: 100%;
    width: 100%
}

.c-basic-card__image__img,
.c-basic-card__image__picture {
    display: block;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.c-basic-card__image__img {
    -o-object-fit: cover;
    object-fit: cover
}

.c-basic-card__caption {
    padding: 15px
}

.c-basic-card__caption__desc {
    margin-top: .3em
}

.c-basic-card__caption__button {
    margin-top: 15px
}

.c-blog-card {
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, .5);
    display: block;
    margin: 0 auto;
    max-width: 450px;
    width: 100%
}

.c-blog-card__image {
    display: block;
    height: 0;
    padding-bottom: 75%;
    position: relative;
    max-width: 100%;
    width: 100%
}

.c-blog-card__image__img,
.c-blog-card__image__picture {
    display: block;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.c-blog-card__image__img {
    -o-object-fit: cover;
    object-fit: cover
}

.c-blog-card__caption {
    padding: 15px
}

.c-blog-card__caption__category {
    color: #80f;
    margin: .3em 0
}

.c-blog-card__caption__date {
    color: #6c757d;
    margin-bottom: .8em
}

.c-blog-card__caption__desc {
    margin-top: .3em
}

.c-blog-card__caption__button {
    margin-top: 15px
}

.c-product-card {
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, .5);
    display: block;
    margin: 0 auto;
    max-width: 450px;
    width: 100%
}

.c-product-card__image {
    display: block;
    height: 0;
    padding-bottom: 60%;
    position: relative;
    max-width: 100%;
    width: 100%
}

.c-product-card__image__img,
.c-product-card__image__picture {
    display: block;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.c-product-card__image__img {
    -o-object-fit: cover;
    object-fit: cover
}

.c-product-card__slider {
    display: block;
    position: relative;
    max-width: 100%;
    width: 100%
}

.c-product-card__slider__slides {
    display: block;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

.c-product-card__slider__slide {
    display: block;
    height: 300px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

.c-product-card__slider__img,
.c-product-card__slider__picture {
    display: block;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.c-product-card__slider__img {
    -o-object-fit: cover;
    object-fit: cover
}

.c-product-card__slider__caption {
    background: rgba(0, 0, 0, .33);
    bottom: 0;
    color: #fff;
    display: inline-block;
    left: 0;
    padding: .3em .4em;
    position: absolute
}

.c-product-card__slider__next,
.c-product-card__slider__prev {
    font-size: 1.2307692308rem;
    background: rgba(136, 0, 255, .35);
    border-radius: 100% 100%;
    top: calc(50% - 16px);
    color: #fff;
    cursor: pointer;
    display: block;
    height: 40px;
    left: 12px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    width: 40px
}

.c-product-card__slider__next i,
.c-product-card__slider__prev i {
    left: -1px;
    position: relative;
    top: 1px
}

.c-product-card__slider__next {
    left: auto;
    right: 12px
}

.c-product-card__slider__next i {
    left: 1px
}

.c-product-card__caption {
    padding: 15px
}

.c-product-card__caption__desc {
    margin-top: .3em
}

.c-product-card__caption__price {
    margin-top: 1em
}

.c-product-card__caption__old-price {
    color: #e03b24;
    text-decoration: line-through
}

.c-product-card__caption__button {
    margin-top: 15px
}

.c-general-content {
    padding: 40px 0 0 20px;
    position: relative
}

.c-general-content:after {
    background: #919191;
    content: " ";
    display: block;
    height: 1px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 19px;
    width: 20px
}

@media only screen and (min-width:768px) {
    .c-general-content {
        padding: 90px 0 0 40px
    }

    .c-general-content:after {
        top: 49px;
        width: 40px
    }
}

@media only screen and (min-width:1025px) {
    .c-general-content {
        padding: 100px 0 0 40px
    }

    .c-general-content:after {
        top: 59px
    }
}

.c-general-content h1 {
    font-size: 2.1538461538rem;
    font-family: custom-juana, serif;
    font-weight: 200
}

@media only screen and (min-width:768px) {
    .c-general-content h1 {
        font-size: 4.3076923077rem
    }
}

.c-general-content h4 {
    font-size: 1.2307692308rem;
    font-family: custom-juana, serif;
    font-weight: 200;
    margin-top: 1.25em;
    margin-bottom: 10px
}

@media only screen and (min-width:768px) {
    .c-general-content h4 {
        font-size: 2.1538461538rem
    }
}

.c-general-content p {
    font-size: .8461538462rem;
    font-family: custom-gt-america-extended, sans-serif;
    font-weight: 300;
    line-height: 2em
}

@media only screen and (min-width:768px) {
    .c-general-content p {
        font-size: 1.0769230769rem
    }
}

.c-general-content ul {
    font-size: .8461538462rem;
    font-family: custom-gt-america-extended, sans-serif;
    font-weight: 300;
    line-height: 2em;
    list-style: none;
    margin: 20px 0;
    padding: 0
}

@media only screen and (min-width:768px) {
    .c-general-content ul {
        font-size: 1.0769230769rem
    }
}

.c-general-content ul li {
    list-style: none;
    margin: 0 0 10px;
    padding: 0 0 0 2rem;
    position: relative
}

.c-general-content ul li:before {
    content: "\25CF";
    display: block;
    position: absolute;
    font-size: .5rem;
    left: 0;
    top: 0
}

.c-form-box {
    margin-left: auto;
    margin-right: auto;
    max-width: 520px
}

.c-form__cancel {
    font-family: custom-gt-america-extended, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    color: #5a6a7d;
    text-decoration: underline;
    display: inline-block;
    vertical-align: middle
}

.c-form__cancel:hover {
    color: #4d5b6b
}

.c-form__submit {
    margin-right: 30px
}

.c-form-section {
    display: block;
    font-size: 0;
    margin-bottom: calc(30px - 1rem)
}

@media only screen and (min-width:768px) {
    .c-form-section {
        margin-bottom: calc(40px - 1rem)
    }
}

.c-form-section__top-image {
    display: block;
    margin: 0 auto 20px
}

@media only screen and (min-width:768px) {
    .c-form-section__top-image {
        margin-bottom: 30px
    }
}

.c-form-section__title {
    font-size: .9230769231rem;
    color: #a7a8aa;
    display: block;
    font-family: custom-gt-america-extended, sans-serif;
    font-weight: 300;
    letter-spacing: .0416666667em;
    line-height: 2em;
    margin: 0 auto 40px;
    max-width: 420px;
    text-align: center;
    width: 100%
}

@media only screen and (min-width:768px) {
    .c-form-section__title {
        font-size: 1.0769230769rem;
        margin-bottom: 68px
    }
}

.c-form-section__title--large {
    font-size: 1.714rem;
    line-height: 36px;
    margin-bottom: 15px
}

@media only screen and (min-width:768px) {
    .c-form-section__title--large {
        font-size: 2rem;
        line-height: 42px;
        margin-bottom: 25px
    }
}

.c-form-group-container {
    min-width: 100%
}

.c-form-group {
    position: relative
}

.c-form-group:after {
    font-family: custom-gt-america-extended, sans-serif;
    font-style: normal;
    font-weight: 400;
    content: attr(data-form-error-text);
    display: block;
    position: absolute;
    pointer-events: none;
    bottom: 0;
    color: #e03b24;
    display: none;
    font-size: 12px;
    left: 0;
    line-height: 30px;
    margin-left: .75rem
}

.c-form-group.has-error {
    padding-bottom: 2rem
}

.c-form-group.has-error:after {
    display: block
}

.c-form-group.has-error input,
.c-form-group.has-error select,
.c-form-group.has-error textarea {
    border-color: #e03b24;
    border-width: 2px;
    color: #e03b24
}

.c-form-group.has-error select {
    padding-bottom: 16px;
    padding-top: 16px
}

.c-form-label {
    font-size: .6923076923rem;
    color: #fff;
    display: block;
    font-family: custom-gt-america-expanded, sans-serif;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 2px;
    text-transform: uppercase
}

.has-error .c-form-label {
    color: #e03b24
}

.c-form-label__require {
    color: #e03b24;
    display: inline-block;
    padding-left: 8px
}

.c-form-input-wrap {
    position: relative
}

.c-form-input-wrap label.is-error {
    color: #e03b24;
    display: block;
    font-size: 1rem;
    line-height: 1em;
    position: absolute;
    margin-top: .3em;
    top: 100%
}

.c-form-input {
    font-family: custom-gt-america-extended, sans-serif;
    font-weight: 300;
    font-size: 1.0769230769rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #141414;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: hsla(0, 0%, 74.9%, .6);
    display: block;
    font-size: 14px;
    line-height: 26px;
    outline: none;
    max-height: 42px;
    padding: 8px 10px;
    width: 100%
}

@media only screen and (min-width:768px) {
    .c-form-input {
        font-size: 1.3076923077rem
    }
}

.c-form-input.is-error {
    border-color: #e03b24
}

.c-form-input.is-error:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .07), 0 0 5px rgba(224, 59, 36, .35) !important
}

.c-form-input--datepicker .datepicker--day-name {
    color: #f0f
}

.c-form-input--datepicker .datepicker--button,
.c-form-input--datepicker .datepicker--cell.-current- {
    color: #80f
}

.c-form-input--datepicker .datepicker--cell.-selected- {
    background-color: #f0f;
    color: #fff
}

.chosen-container .chosen-single {
    font-family: custom-gt-america-extended, sans-serif;
    font-weight: 300;
    font-size: 1.0769230769rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #141414;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: hsla(0, 0%, 74.9%, .6);
    display: block;
    font-size: 14px;
    line-height: 26px;
    outline: none;
    max-height: 42px;
    padding: 8px 10px;
    width: 100%;
    background: #141414;
    box-shadow: none;
    min-height: 42px
}

@media only screen and (min-width:768px) {
    .chosen-container .chosen-single {
        font-size: 1.3076923077rem
    }
}

.chosen-container .chosen-single input[type=text] {
    width: 0
}

.chosen-container .chosen-single div {
    width: 27px
}

.chosen-container .chosen-single div b {
    position: relative;
    background: none !important
}

.chosen-container .chosen-single div b:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 4px solid #919191;
    content: "";
    display: block;
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: 0;
    will-change: transform;
    z-index: 1
}

.chosen-container-active .chosen-container .chosen-single div b:after,
.chosen-container .chosen-single div b.chosen-container-active:after,
.no-js .chosen-container .chosen-single div b:after {
    border-bottom: 4px solid #919191;
    border-top: 0
}

.chosen-container .chosen-single div b:after {
    margin-right: 10px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
    .chosen-container .chosen-single div b {
        background: none !important
    }
}

.chosen-container .chosen-single.chosen-default,
.chosen-container .chosen-single.chosen-single {
    padding-right: 42px
}

.chosen-container .chosen-single.chosen-default span,
.chosen-container .chosen-single.chosen-single span {
    color: hsla(0, 0%, 74.9%, .5);
    height: 100%;
    margin: 0
}

.chosen-container .chosen-drop {
    background: #fff;
    border-radius: 0;
    border-color: #fff;
    border-width: 0
}

.chosen-container .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container .chosen-results li {
    font-size: .9230769231rem;
    background: #1d1d1d;
    color: #fff;
    padding: 16px 10px
}

@media only screen and (min-width:768px) {
    .chosen-container .chosen-results li {
        font-size: 1.0769230769rem
    }
}

.chosen-container .chosen-results li.highlighted {
    background: #232323;
    color: #fff
}

.chosen-container .chosen-results li.disabled-result {
    display: none
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background-image: none;
    border-width: 0
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background: none !important
}

.chosen-container-active.chosen-with-drop .chosen-single div b:after {
    transform: translate3d(0, -50%, 0) scale(-1)
}

.chosen-container-active.chosen-with-drop .chosen-drop {
    border: 0
}

.chosen-container-single .chosen-single {
    border-radius: 0
}

.has-error .chosen-container .chosen-single {
    border-color: #e03b24;
    border-width: 2px;
    color: #e03b24
}

.has-error .chosen-container .chosen-single div b {
    position: relative
}

.has-error .chosen-container .chosen-single div b:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 4px solid #e03b24;
    content: "";
    display: block;
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: 0;
    will-change: transform;
    z-index: 1
}

.chosen-container-active .has-error .chosen-container .chosen-single div b:after,
.has-error .chosen-container .chosen-single div b.chosen-container-active:after,
.no-js .has-error .chosen-container .chosen-single div b:after {
    border-bottom: 4px solid #e03b24;
    border-top: 0
}

.has-error .chosen-container .chosen-single div b:after {
    margin-right: 13px
}

.has-error .chosen-container .chosen-single.chosen-single span {
    color: #e03b24
}

.has-error .chosen-container .chosen-drop {
    border-color: #e03b24;
    border-width: 2px;
    margin-top: -2px
}

.has-error .chosen-container-active.chosen-with-drop .chosen-single div b:after {
    transform: translate3d(0, -50%, 0) scale(-1)
}

.c-form-select {
    color: #000;
    display: block;
    position: relative;
    width: 100%
}

.c-form-select__input {
    font-family: custom-gt-america-extended, sans-serif;
    font-weight: 300;
    font-size: 1.0769230769rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #141414;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: hsla(0, 0%, 74.9%, .6);
    display: block;
    font-size: 14px;
    outline: none;
    max-height: 42px;
    width: 100%;
    cursor: pointer;
    font-size: 12px;
    line-height: 26px;
    padding: 8px 40px 8px 10px
}

@media only screen and (min-width:768px) {
    .c-form-select__input {
        font-size: 1.3076923077rem
    }
}

.c-form-select__input[disabled] {
    cursor: not-allowed;
    color: #868e96
}

@media only screen and (max-width:767px) {
    .c-form-select__input>:first-child {
        display: none
    }
}

.c-form-select__option {
    color: currentColor
}

.c-form-select__option[disabled] {
    color: #868e96
}

.c-form-select__optgroup {
    color: currentColor
}

.c-form-select__input-wrapper {
    min-height: 42px;
    position: relative
}

.c-form-select__input-wrapper:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 4px solid #919191;
    content: "";
    display: block;
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: 0;
    will-change: transform;
    z-index: 1
}

._open .c-form-select__input-wrapper:after,
.c-form-select__input-wrapper._open:after,
.no-js .c-form-select__input-wrapper:after {
    border-bottom: 4px solid #919191;
    border-top: 0
}

.has-error .c-form-select__input-wrapper {
    position: relative
}

.has-error .c-form-select__input-wrapper:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 4px solid #e03b24;
    content: "";
    display: block;
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: 0;
    will-change: transform;
    z-index: 1
}

._open .has-error .c-form-select__input-wrapper:after,
.has-error .c-form-select__input-wrapper._open:after,
.no-js .has-error .c-form-select__input-wrapper:after {
    border-bottom: 4px solid #e03b24;
    border-top: 0
}

.c-form-select__input-wrapper:after {
    margin-right: 10px
}

.c-form-select__input-wrapper.has-chosen:after {
    display: none
}

.c-form-select__label {
    font-size: .6923076923rem;
    color: #fff;
    display: block;
    font-family: custom-gt-america-expanded, sans-serif;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 2px;
    text-transform: uppercase
}

.has-error .c-form-select__label {
    color: #e03b24
}

.c-form-file__label {
    margin-right: 50px;
    min-height: 43px
}

.c-form-file__name-wrap {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.c-form-file__name {
    font-family: custom-gt-america-extended, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    color: #5a6a7d;
    display: inline-block;
    line-height: 1.2;
    max-width: 165px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap
}

.c-form-file__button {
    bottom: auto;
    display: none;
    font-size: 9px;
    height: 100%;
    line-height: 0;
    margin-right: -20px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%);
    width: 11px
}

.c-form-file__button:after,
.c-form-file__button:before {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    background: #5a6a7d;
    height: 1px;
    left: 50%;
    top: 50%;
    transform-origin: center;
    width: 15px;
    z-index: 1
}

.c-form-file__button:before {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.c-form-file__button:after {
    transform: translate(-50%, -50%) rotate(45deg)
}

.c-form-textarea {
    font-family: custom-gt-america-extended, sans-serif;
    font-weight: 300;
    font-size: 1.0769230769rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #141414;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: hsla(0, 0%, 74.9%, .6);
    display: block;
    font-size: 14px;
    line-height: 26px;
    outline: none;
    max-height: 42px;
    padding: 8px 10px;
    width: 100%;
    min-height: 150px
}

@media only screen and (min-width:768px) {
    .c-form-textarea {
        font-size: 1.3076923077rem
    }
}

.c-form-text {
    font-size: 1.0769230769rem;
    color: #000;
    line-height: 21px;
    margin: 10px 0;
    padding: 0
}

.c-form-text b,
.c-form-text strong {
    font-weight: 700
}

.c-form-text--helper,
.c-form-text b,
.c-form-text strong {
    font-family: custom-gt-america-extended, sans-serif;
    font-style: normal
}

.c-form-text--helper {
    font-weight: 400;
    font-size: .9230769231rem;
    color: #596167;
    font-style: italic
}

.c-form-checkbox {
    display: block;
    margin-bottom: 15px;
    position: relative;
    width: 100%
}

.c-form-checkbox__input:checked+.c-form-checkbox__label:after,
.c-form-checkbox__input:checked+.c-form-checkbox__label:hover:after {
    background-color: #80f
}

.c-form-checkbox__input:checked+.c-form-checkbox__label:before,
.c-form-checkbox__input:checked+.c-form-checkbox__label:hover:before {
    border-color: #80f
}

.c-form-checkbox__label {
    font-size: 1.2307692308rem;
    color: #596167;
    cursor: pointer;
    display: block;
    line-height: 18px;
    padding-left: 36px
}

.c-form-checkbox__label:hover:after {
    background-color: #a7a8aa
}

.c-form-checkbox__label:before {
    border: 1px solid #a7a8aa;
    border-radius: 2px;
    height: 18px;
    width: 18px
}

.c-form-checkbox__label:after,
.c-form-checkbox__label:before {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0
}

.c-form-checkbox__label:after {
    background-color: transparent;
    height: 10px;
    margin-left: 5px;
    margin-top: 5px;
    transition: background-color .25s ease;
    width: 10px
}

.c-form-radio {
    display: inline-block;
    padding-right: 40px;
    vertical-align: middle
}

.c-form-radio__input:checked+.c-form-radio__label {
    font-family: custom-gt-america-extended, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #80f
}

.c-form-radio__input:checked+.c-form-radio__label:before {
    border-color: #80f;
    border-width: 7px;
    height: 6px;
    width: 6px
}

.c-form-radio__label {
    color: #6c757d;
    cursor: pointer;
    display: block;
    font-size: 16px;
    line-height: 22px;
    padding-left: 29px;
    position: relative
}

.c-form-radio__label:before {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    background-color: #fff;
    border: 1.5px solid #919191;
    border-radius: 50%;
    height: 16px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px
}

.c-faq-list__body {
    padding: 0 0 70px
}

.c-faq-list__faq__question {
    border-top: 1px solid #a7a8aa;
    cursor: pointer;
    line-height: 1.4em;
    padding: 30px 50px 30px 15px;
    position: relative
}

.c-faq-list__faq__question:after,
.c-faq-list__faq__question:before {
    background: #80f;
    content: " ";
    height: 1px;
    right: 15px;
    overflow: hidden;
    position: absolute;
    top: 42px;
    transform: rotate(0deg);
    transition: transform .18s linear;
    width: 13px
}

.c-faq-list__faq__question:after {
    transform: rotate(90deg)
}

.c-faq-list__faq__question.is-active:after {
    transform: rotate(0deg)
}

@media only screen and (min-width:768px) {
    .c-faq-list__faq__question {
        padding-left: 25px;
        padding-right: 75px
    }

    .c-faq-list__faq__question:after,
    .c-faq-list__faq__question:before {
        right: 25px;
        top: 44px
    }
}

@media only screen and (min-width:1025px) {
    .c-faq-list__faq__question {
        padding-left: 30px;
        padding-right: 80px
    }

    .c-faq-list__faq__question:after,
    .c-faq-list__faq__question:before {
        right: 30px
    }
}

.c-faq-list__faq__answer {
    overflow: hidden;
    max-height: 0;
    transition: max-height .5s ease-in-out
}

.c-faq-list__faq__answer-text {
    padding: 0 15px 30px
}

@media only screen and (min-width:768px) {
    .c-faq-list__faq__answer-text {
        padding-left: 25px;
        padding-right: 75px
    }
}

@media only screen and (min-width:1025px) {
    .c-faq-list__faq__answer-text {
        padding-left: 30px;
        padding-right: 80px
    }
}

.c-panel {
    min-height: 100vh;
    position: relative;
    width: 100%;
    z-index: 20
}

.c-panel__loader {
    align-items: center;
    background: #1d1d1d;
    display: flex;
    height: 100%;
    flex-flow: row wrap;
    justify-content: center;
    left: 0;
    opacity: 1;
    position: fixed;
    transition: opacity .5s ease .1677s, height .1ms ease 0s;
    top: 0;
    width: 100%;
    z-index: 40
}

.c-panel__loader__spinner {
    height: 108px;
    opacity: 0;
    overflow: hidden;
    transform: scale(.1);
    transform-origin: 50% 50%;
    transition: all .15s ease 0s, opacity .15s linear 0s;
    width: 108px
}

.c-panel__loader__spinner__svg {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-box: fill-box;
    transform-origin: center center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px
}

.c-panel__loader__spinner__path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite;
    stroke: #fff;
    stroke-linecap: round
}

@-webkit-keyframes rotate {
    to {
        transform: rotate(1turn)
    }
}

@keyframes rotate {
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35
    }

    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35
    }

    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124
    }
}

.c-panel__background {
    height: 224px;
    left: 0;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 21
}

@media only screen and (min-width:768px) {
    .c-panel__background {
        height: 350px
    }
}

@media only screen and (min-width:1025px) {
    .c-panel__background {
        height: 100%
    }
}

/* customization */
/* this controls bg image on the first page. if position: absolute, shows image at bottom, fixed shows image in whole page */
.c-panel__background__bg {
    height: 100%;
    left: 0;
    position: fixed;
    /*
    position:absolute;
    */
    top: 0;
    width: 100%
}

.c-panel__background__bg.js-panel__bg-rollover-img {
    opacity: 0;
    transform: scale(1.2);
    transform-origin: 50% 50%;
    transition: opacity .75s ease 0s, transform 1.35s linear;
    z-index: 21;
}

.c-panel__background__bg.js-panel__bg-rollover-img.is-active {
    opacity: 1;
    transform: scale(1);
    transition: opacity .75s ease .2s, transform 1.35s cubic-bezier(.09, .9, .33, .89);
    z-index: 22
}

.c-panel__background img,
.c-panel__background picture {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
    width: 100%
}

.c-panel__positioner {
    -ms-overflow-style: none;
    scrollbar-width: none;
    align-items: center;
    bottom: 0;
    box-sizing: border-box;
    display: flex;
    flex-flow: row nowrap;
    height: 100vh;
    left: 0;
    min-height: 100vh;
    padding: 80px 40px;
    opacity: 1;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    right: 0;
    transition: height .1ms linear .51667s;
    top: 0;
    z-index: 22
}

.c-panel__positioner::-webkit-scrollbar {
    display: none
}

@media only screen and (min-width:768px) {
    .c-panel__positioner {
        padding: 80px 120px
    }
}

.c-panel__positioner__inner {
    width: 100%
}

.c-panel__positioner--w-big-footer {
    padding-bottom: 234px
}

@media only screen and (min-width:350px) {
    .c-panel__positioner--w-big-footer {
        padding-bottom: 50px;
        background-image: url(../images/logovrusk.png);
        background-size: 100px;
        background-repeat: no-repeat;
        background-origin: content-box;
        
    }
}
@media only screen and (min-width:460px) {
    .c-panel__positioner--w-big-footer {
        padding-bottom: 50px;
        background-image: url(../images/logovrusk.png);
        background-size: 170px;
        background-repeat: no-repeat;
        background-origin: content-box;
        
    }
}

@media only screen and (min-width:768px) {
    .c-panel__positioner--w-big-footer {
        padding-bottom: 70px;
        background-image: url(../images/logovrusk.png);
        background-size: 190px;
        background-repeat: no-repeat;
        background-origin: content-box;
        
    }
}

@media only screen and (min-width:1025px) {
    .c-panel__positioner--w-big-footer {
        padding-bottom: 70px;
        background-image: url(../images/logovrusk.png);
        background-size: 200px;
        background-repeat: no-repeat;
        background-origin: content-box;
    }
}

@media only screen and (min-width:768px) {
    .c-panel__positioner--less-padding {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media only screen and (min-width:1025px) {
    .c-panel__positioner--less-padding {
        padding-left: 120px;
        padding-right: 120px
    }
}

.c-panel__positioner--showcase {
    padding-left: 20px;
    padding-right: 20px
}

@media only screen and (min-width:768px) {
    .c-panel__positioner--showcase {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media only screen and (min-width:1025px) {
    .c-panel__positioner--showcase {
        padding-left: 60px;
        padding-right: 60px
    }
}

.c-panel__positioner--showcase .c-showcase__product-line-intro {
    padding-left: 20px;
    padding-right: 20px
}

.c-panel__menu {
    padding-top: 100px
}

@supports (display:grid) {
    .c-panel__menu {
        padding-top: 0
    }
}

@media only screen and (min-width:768px) {
    .c-panel__menu {
        padding-left: 40px
    }
}

.c-panel__menu__heading {
    color: #D5CEA3;
    display: block;
    font-family: 'Felix Titling','Cormorant Garamond', 'Playfair Display', Calibri, sans-serif;
    font-size: 1rem;
    font-weight: 100;
    letter-spacing: .83em;
    line-height: 1.6em;
    margin-bottom: 30px;
    opacity: .6;
    position: relative;
    
}

@media only screen and (min-width:768px) {
    .c-panel__menu__heading {
        font-size: 1.3rem
    }
}

/*
.c-panel__menu__heading:after {
    background: #fff;
    content: " ";
    display: block;
    height: 1px;
    left: -40px;
    overflow: hidden;
    position: absolute;
    top: calc(50% - .05em);
    width: 20px
}
*/

@media only screen and (min-width:768px) {
    .c-panel__menu__heading {
        margin-bottom: 50px
    }
}

@media only screen and (min-width:768px) and (max-height:800px) {
    .c-panel__menu__heading {
        opacity: 0
    }
}

.c-panel__menu__nav__ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

/* front page menu fonts*/
.c-panel__menu__nav__li {
    color:#D5CEA3;
    cursor: pointer;
    font-family:  'Felix Titling', 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', sans-serif;
    font-weight: 200;
    opacity: .6;
    font-size: 20px;
    line-height: 1.14286em;
    list-style-type: none;
    margin: 0;
    padding: 10px 0
}

.c-panel__menu__nav__li:hover {
    opacity: 1
}

@media only screen and (min-width:460px) {
    .c-panel__menu__nav__li {
        font-size: 26px
    }
}
@media only screen and (min-width:520px) {
    .c-panel__menu__nav__li {
        font-size: 28px
    }
}
@media only screen and (min-width:768px) {
    .c-panel__menu__nav__li {
        font-size: 38px
    }
}
@media  only screen and (min-width:1025px) {
    .c-panel__menu__nav__li {
        font-size: 46px
    }
}

@media only screen and (min-width:1025px) {
    .c-panel__menu__nav__li--touch {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .c-panel__menu__nav__li--desktop {
        display: none
    }
}

.c-panel__marquee {
    margin: 90px 0;
    overflow: hidden;
    position: relative;
    z-index: 22
}

@media only screen and (min-width:768px) {
    .c-panel__marquee {
        margin: 110px 0
    }
}

.c-panel__marquee__line {
    height: 60px;
    left: 0;
    margin: 5px 0;
    position: relative;
    width: 100%
}

@media only screen and (min-width:768px) {
    .c-panel__marquee__line {
        height: 100px;
        margin: 7.5px 0
    }
}

.c-panel__marquee__line--line-1 .c-panel__marquee__text-container {
    -webkit-animation: marquee-forwards 60s linear infinite;
    animation: marquee-forwards 60s linear infinite
}

.c-panel__marquee__line--line-2 .c-panel__marquee__text-container {
    -webkit-animation: marquee-backwards 60s linear infinite;
    animation: marquee-backwards 60s linear infinite
}

@-webkit-keyframes marquee-forwards {
    to {
        transform: translateX(100%)
    }
}

@keyframes marquee-forwards {
    to {
        transform: translateX(100%)
    }
}

@-webkit-keyframes marquee-backwards {
    to {
        transform: translateX(-100%)
    }
}

@keyframes marquee-backwards {
    to {
        transform: translateX(-100%)
    }
}

.c-panel__marquee__text-container {
    box-sizing: content-box;
    height: 60px;
    position: absolute;
    width: auto;
    white-space: nowrap
}

@media only screen and (min-width:768px) {
    .c-panel__marquee__text-container {
        height: 100px
    }
}

.c-panel__marquee__text {
    font-size: 4.6153846154rem;
    color: #a7a8aa;
    font-family: custom-juana, serif;
    font-weight: 200;
    left: 0;
    line-height: 1em;
    opacity: .6;
    position: relative;
    top: 0
}

@media only screen and (min-width:768px) {
    .c-panel__marquee__text {
        font-size: 7.6923076923rem
    }
}

.c-panel__marquee__text--text-2 {
    transform: translateX(-200%);
    position: absolute
}

.c-panel__marquee__text--text-3 {
    transform: translateX(-100%);
    position: absolute
}

.c-panel__marquee__text--text-4 {
    transform: translateX(100%);
    position: absolute
}

.c-panel__marquee__text--text-5 {
    transform: translateX(200%);
    position: absolute
}

.c-panel__next-brand {
    height: 472px;
    padding-bottom: 107px;
    position: relative;
    width: 100%;
    z-index: 22
}

.c-panel__next-brand:after {
    background: #919191;
    content: " ";
    display: block;
    height: 40px;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: -20px;
    transform: translateX(-50%);
    width: 1px
}

@media only screen and (min-width:768px) {
    .c-panel__next-brand {
        height: 520px;
        padding-bottom: 170px
    }
}

@media only screen and (min-width:1025px) {
    .c-panel__next-brand {
        height: 476px;
        padding-bottom: 126px
    }
}

.c-panel__next-brand__bg-holder {
    height: calc(100% - 172px);
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

@media only screen and (min-width:768px) {
    .c-panel__next-brand__bg-holder {
        height: calc(100% - 170px)
    }
}

@media only screen and (min-width:1025px) {
    .c-panel__next-brand__bg-holder {
        height: calc(100% - 126px)
    }
}

.c-panel__next-brand__bg-img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    opacity: .3;
    position: absolute;
    top: 0;
    transform: scale(1);
    transition: opacity .2s linear, transform .5s ease-in-out;
    width: 100%
}

.c-panel__next-brand__link {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    height: calc(100% - 172px);
    justify-content: center;
    position: absolute;
    text-align: center;
    width: 100%
}

@media only screen and (min-width:768px) {
    .c-panel__next-brand__link {
        height: calc(100% - 170px)
    }
}

@media only screen and (min-width:1025px) {
    .c-panel__next-brand__link {
        height: calc(100% - 126px)
    }
}

.c-panel__next-brand__link__text {
    font-size: 2.4615384615rem;
    font-family: custom-juana, serif;
    font-weight: 200;
    line-height: 1.1875em;
    list-style-type: none;
    margin: 0 0 20px
}

@media only screen and (min-width:768px) {
    .c-panel__next-brand__link__text {
        font-size: 4.3076923077rem
    }
}

.c-panel__next-brand__link__img {
    display: block
}

.c-panel__next-brand__back-to-top {
    cursor: pointer;
    height: 60px;
    left: 20px;
    position: absolute;
    top: -12px;
    width: 60px
}

@media only screen and (min-width:768px) {
    .c-panel__next-brand__back-to-top {
        height: 102px;
        width: 102px
    }
}

.c-panel__next-brand__back-to-top img {
    display: block;
    height: 100%;
    width: 100%
}

@media only screen and (min-width:1025px) {
    .c-panel__next-brand:hover .c-panel__next-brand__bg-img {
        transform: scale(1.07);
        opacity: .2;
        transition: opacity .8s linear, transform 2.2s ease-in-out
    }
}

.c-panel__footer {
    bottom: 0;
    left: 40px;
    height: 184px;
    position: absolute;
    right: 40px;
    z-index: 22;
}

@media only screen and (min-width:768px) {
    .c-panel__footer {
        height: 165px;
        left: 90px;
        right: 50px
    }
}

@media only screen and (min-width:768px) and (min-width:1025px) {
    .c-panel__footer {
        height: 165px;
        left: 160px
    }
}

.c-panel__footer__disclaimer {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    height: 100%;
    position: relative
}

/* front page footer text */
.c-panel__footer__disclaimer__text {
    font-family: 'Cormorant Garamond';
    font-size: .9230769231rem;
    color: #D5CEA3;
    flex: 1 1 20px;
    font-weight: 100;
    letter-spacing: calc(.07143 + 1em);
    line-height: 2em;
    max-width: 480px
}

@media only screen and (min-width:768px) {
    .c-panel__footer__disclaimer__text {
        font-size: 1.0769230769rem
    }
}

@media only screen and (max-width:1024px) {
    .c-panel__footer__disclaimer__text {
        opacity: 1;
        transition: opacity .3s ease
    }

    .c-panel__footer__disclaimer__text:not(.is-active) {
        opacity: 0
    }
}

.c-panel__footer__disclaimer__icon {
    display: none
}

@media only screen and (min-width:768px) {
    .c-panel__footer__disclaimer__icon {
        display: block;
        flex: 0 0 218px
    }
}

@media only screen and (max-width:1024px) {
    .c-panel__footer__disclaimer__icon {
        opacity: 1;
        transition: opacity .3s ease
    }

    .c-panel__footer__disclaimer__icon:not(.is-active) {
        opacity: 0
    }
}

.c-panel__footer__disclaimer__icon__img {
    right: 10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .75s ease 0s
}

.c-panel__footer__disclaimer__icon__img--default,
.c-panel__footer__disclaimer__icon__img.is-active {
    opacity: 1;
    transition: opacity .75s ease .2s
}

.c-panel__footer__disclaimer__icon__img.is-active~.c-panel__footer__disclaimer__icon__img--default {
    opacity: 0;
    transition: opacity .75s ease 0s
}

@media only screen and (min-width:1025px) {
    .c-panel__footer__disclaimer__icon__img--default {
        width: 115px
    }
}

.c-panel__footer__disclaimer__icon__img--riobel {
    height: auto;
    width: 87px
}

@media only screen and (min-width:768px) {
    .c-panel__footer__disclaimer__icon__img--riobel {
        width: 109px
    }
}

@media only screen and (min-width:1025px) {
    .c-panel__footer__disclaimer__icon__img--riobel {
        width: 125px
    }
}

.c-panel__footer__disclaimer__icon__img--p-and-r {
    height: auto;
    width: 158px
}

@media only screen and (min-width:768px) {
    .c-panel__footer__disclaimer__icon__img--p-and-r {
        width: 210px
    }
}

@media only screen and (min-width:1025px) {
    .c-panel__footer__disclaimer__icon__img--p-and-r {
        width: 241px
    }
}

.c-panel__footer__disclaimer__icon__img--shaws {
    height: auto;
    width: 60px
}

@media only screen and (min-width:768px) {
    .c-panel__footer__disclaimer__icon__img--shaws {
        width: 90px
    }
}

@media only screen and (min-width:1025px) {
    .c-panel__footer__disclaimer__icon__img--shaws {
        width: 103px
    }
}

.c-panel__footer__disclaimer__icon__img--rohl {
    height: auto;
    width: 74px
}

@media only screen and (min-width:768px) {
    .c-panel__footer__disclaimer__icon__img--rohl {
        width: 105px
    }
}

@media only screen and (min-width:1025px) {
    .c-panel__footer__disclaimer__icon__img--rohl {
        width: 120px
    }
}

.c-panel__footer__disclaimer__icon__img--v-and-a {
    height: auto;
    width: 147px
}

@media only screen and (min-width:768px) {
    .c-panel__footer__disclaimer__icon__img--v-and-a {
        width: 210px
    }
}

@media only screen and (min-width:1025px) {
    .c-panel__footer__disclaimer__icon__img--v-and-a {
        width: 241px
    }
}

.c-panel__footer__disclaimer__mb-nav {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    flex-flow: row nowrap;
    position: absolute;
    top: 0
}

@media only screen and (min-width:1025px) {
    .c-panel__footer__disclaimer__mb-nav {
        display: none
    }
}

.c-panel__footer__disclaimer__mb-nav__link {
    display: block;
    max-width: 0;
    min-height: 72px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 50px;
    transition: all .3s ease, top .1ms linear .31s, max-width .1ms linear .31s, padding .1ms linear .31s
}

.c-panel__footer__disclaimer__mb-nav__link__text {
    font-size: 2rem;
    font-family: 'Felix Titling', 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', sans-serif;
    color: #fff;
   

}

.c-panel__footer__disclaimer__mb-nav__link__img {
    display: block;
    height: 50px;
    margin-bottom: 20px;
    width: auto
}

.c-panel__footer__disclaimer__mb-nav__link__img--riobel {
    height: auto;
    width: 87px
}

.c-panel__footer__disclaimer__mb-nav__link__img--p-and-r {
    height: auto;
    width: 158px
}

.c-panel__footer__disclaimer__mb-nav__link__img--shaws {
    height: auto;
    width: 90px
}

.c-panel__footer__disclaimer__mb-nav__link__img--rohl {
    height: auto;
    width: 74px
}

.c-panel__footer__disclaimer__mb-nav__link__img--v-and-a {
    height: auto;
    width: 147px
}

.c-panel__footer__disclaimer__mb-nav__link.is-active {
    opacity: 1;
    padding: 0 122px 0 0;
    top: 0;
    transition: all .3s ease .3277s, top .3s ease .3333s, max-width .1ms linear .31667s, padding .1ms linear .31667s;
    max-width: 1000px
}

.c-panel__footer__copyright {
    align-items: flex-end;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    height: calc(100% - 30px);
    margin-left: -20px;
    margin-right: -20px;
    position: relative
}

@media only screen and (min-width:768px) {
    .c-panel__footer__copyright {
        margin-left: -40px
    }
}

@media only screen and (min-width:1025px) {
    .c-panel__footer__copyright {
        margin-left: -100px;
        margin-right: 10px
    }
}

.c-panel__footer__copyright__text {
    font-size: .9230769231rem;
    color: #a7a8aa;
    flex: 1 1 20px;
    letter-spacing: calc(.07143 + 1em);
    line-height: 2em;
    white-space: nowrap
}

@media only screen and (min-width:768px) {
    .c-panel__footer__copyright__text {
        font-size: 1.0769230769rem
    }
}

.c-panel__footer__copyright__text--link {
    text-decoration: underline
}

@media only screen and (min-width:768px) {
    .c-panel__footer__copyright__text--link {
        padding-left: 15px
    }
}

.c-panel__footer__copyright__icon {
    display: none
}

@media only screen and (min-width:768px) {
    .c-panel__footer__copyright__icon {
        display: block;
        flex: 0 0 100px;
        margin-bottom: 9px
    }
}

.c-panel__footer__copyright-container,
.c-panel__footer__copyright__icon__img {
    display: block
}

@media only screen and (min-width:1025px) {
    .c-panel__footer__copyright-container {
        display: flex
    }
}

.c-panel__footer__copyright-copy-container {
    display: block;
    padding-top: 20px
}

@media only screen and (min-width:768px) {
    .c-panel__footer__copyright-copy-container {
        display: flex
    }
}

@media only screen and (min-width:1025px) {
    .c-panel__footer__copyright-copy-container {
        margin-left: 30px;
        padding-top: 15px
    }
}

.c-panel__sidenav {
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    opacity: 1;
    padding: 15px 0 15px 20px;
    position: fixed;
    right: 0;
    top: 360px;
    transform: translateY(30px);
    transition: all .3s ease, transform .6s ease-out, padding .4s ease-out .2s;
    z-index: 23
}

.c-panel__sidenav__toggle {
    display: none
}

@media only screen and (min-width:768px) {
    .c-panel__sidenav__toggle {
        font-size: 1.3846153846rem;
        color: #b9babc;
        cursor: pointer;
        display: block;
        font-family: custom-juana, serif;
        font-weight: 200;
        line-height: 21px;
        letter-spacing: 0;
        padding-right: 23px;
        position: relative
    }

    .c-panel__sidenav__toggle span {
        color: #fff
    }

    .c-panel__sidenav__toggle:after {
        content: "";
        background-color: #919191;
        height: .5px;
        position: absolute;
        right: 0;
        top: 10px;
        width: 13px
    }
}

.c-panel__sidenav__menu {
    height: auto;
    max-height: 0;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    padding-left: 0;
    width: auto;
    transition: all .4s ease-out .2s, opacity .3s ease 0s
}

.c-panel__sidenav__menu__link {
    font-size: 1.2307692308rem;
    color: hsla(0, 0%, 100%, .6);
    display: block;
    font-family: custom-juana, serif;
    font-style: italic;
    font-weight: 200;
    line-height: 1em;
    transition: color .15s ease-out
}

.c-panel__sidenav__menu__link:not(:first-child) {
    margin-top: 15px
}

.c-panel__sidenav__menu__link.is-active,
.c-panel__sidenav__menu__link:hover {
    color: #fff
}

.c-panel__sidenav.is-faded {
    opacity: 0;
    pointer-events: none;
    transform: translateY(0)
}

.c-panel__sidenav:hover {
    background: rgba(20, 20, 20, .7);
    padding-right: 20px
}

.c-panel__sidenav:hover .c-panel__sidenav__menu {
    max-height: 200px;
    max-width: 200px;
    opacity: 1;
    padding-left: 10px;
    transition: all .4s ease-out 0s, opacity .5s ease .42s
}

.c-panel.is-preload .c-panel__loader__spinner {
    opacity: 1;
    transform: scale(1)
}

.c-panel.is-initialized .c-panel__loader {
    height: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .5s ease 0s, height .1ms ease .3167s
}

.c-panel.is-initialized .c-panel__positioner {
    height: auto;
    transition: height .1ms linear
}

.c-panel.is-faded .c-panel__loader {
    opacity: 0
}

.c-panel.is-faded .c-panel__background,
.c-panel.is-faded .c-panel__footer,
.c-panel.is-faded .c-panel__marquee,
.c-panel.is-faded .c-panel__next-brand,
.c-panel.is-faded .c-panel__positioner {
    opacity: 0;
    pointer-events: none;
    transition: height .1ms linear .31s, opacity .3s ease !important
}

.c-gate {
    background: #141414;
    position: relative;
    width: 100%;
    z-index: 1000
}

.c-gate__container {
    align-items: center;
    bottom: 0;
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    height: auto;
    left: 0;
    min-height: 100vh;
    padding: 80px 40px;
    position: relative;
    right: 0;
    top: 0
}

.c-gate__form {
    filter: blur(1px);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    position: relative;
    transition: all .01ms ease-out .35s, opacity .3s linear 0s;
    transform: scale(1.07);
    transform-origin: 50% 50%
}

.c-gate__form.is-active {
    filter: blur(0);
    max-height: 9999px;
    opacity: 1;
    overflow: visible;
    transform: scale(1);
    transition: all .55s ease-out .0167s, opacity .8s linear .0167s, max-height .1ms linear 0s
}

.c-gate__cookies {
    filter: blur(1px);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: all .01ms ease-out .35s, opacity .3s linear 0s;
    transform: scale(1.07);
    transform-origin: 50% 50%
}

.c-gate__cookies.is-active {
    filter: blur(0);
    max-height: 9999px;
    opacity: 1;
    transform: scale(1);
    transition: all .55s ease-out .0167s, opacity .8s linear .0167s, max-height .1ms linear 0s
}

.c-gate__cookies__logo {
    margin: 0 auto 20px
}

.c-gate__cookies__p {
    font-size: .8461538462rem;
    font-family: custom-gt-america-extended, sans-serif;
    font-weight: 300;
    line-height: 2em;
    margin: 0 auto 20px;
    max-width: 550px;
    width: 100%
}

@media only screen and (min-width:768px) {
    .c-gate__cookies__p {
        font-size: 1.0769230769rem;
        margin-bottom: 35px
    }
}

.c-modal {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 0;
    justify-content: center;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    transition: all .1ms linear .21667s, opacity .2s linear 0s;
    top: 0;
    width: 100%;
    z-index: 9000
}

.c-modal__overlay {
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    height: 100%;
    position: absolute;
    width: 100%
}

.c-modal__content {
    background: #1b1b1b;
    box-sizing: border-box;
    flex: 0 0 auto;
    opacity: 0;
    position: relative;
    transition: all .1ms linear .21667s;
    top: 100px;
    width: 100%;
    z-index: 9001
}

@media screen and (min-width:768px) {
    .c-modal__content {
        width: calc(100% - 80px)
    }
}

@media screen and (min-width:1024px) {
    .c-modal__content {
        width: 1000px
    }
}

.c-modal__content__container {
    box-sizing: border-box;
    min-height: 100vh;
    max-height: 100%;
    overflow: hidden;
    padding: 0 30px;
    position: relative
}

.c-modal__content__container:before {
    background: linear-gradient(#1b1b1b, rgba(27, 27, 27, 0));
    top: 0
}

.c-modal__content__container:after,
.c-modal__content__container:before {
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 9020
}

.c-modal__content__container:after {
    background: linear-gradient(rgba(27, 27, 27, 0), #1b1b1b);
    bottom: 0
}

@media screen and (min-width:768px) {
    .c-modal__content__container {
        min-height: 20px;
        max-height: calc(100vh - 80px);
        padding: 0 40px
    }

    .c-modal__content__container:after,
    .c-modal__content__container:before {
        height: 40px
    }
}

@media screen and (min-width:768px) and (min-width:1024px) {
    .c-modal__content__container {
        padding: 0 100px
    }
}

.c-modal__content__article {
    -ms-overflow-style: none;
    scrollbar-width: none;
    height: auto;
    max-height: calc(100vh - 115px);
    min-height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    z-index: 9010
}

.c-modal__content__article::-webkit-scrollbar {
    display: none
}

.c-modal__content__article:after,
.c-modal__content__article:before {
    content: " ";
    display: block;
    height: 40px
}

@media screen and (min-width:768px) {

    .c-modal__content__article:after,
    .c-modal__content__article:before {
        height: 80px
    }
}

@media screen and (min-width:1024px) {
    .c-modal__content__article {
        left: -40px;
        padding-left: 40px;
        padding-right: 40px;
        position: relative;
        width: calc(100% + 80px)
    }
}

.c-modal__content__close {
    background: url(/img/modal-close.svg) 50% 50% no-repeat;
    background-size: 18px 19px;
    cursor: pointer;
    height: 19px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 18px;
    z-index: 9100
}

@media only screen and (min-width:768px) {
    .c-modal__content__close {
        right: 30px;
        top: 30px
    }
}

.c-modal__basic-modal-picture {
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.c-modal__basic-modal-image {
    display: block;
    height: 100%;
    left: 50%;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: auto
}

@supports (display:grid) {
    .c-modal__basic-modal-image {
        left: 0;
        transform: none;
        width: 100%
    }
}

@media only screen and (min-width:768px) {
    .c-modal__basic-modal-image--cover {
        -o-object-fit: cover;
        object-fit: cover;
        height: auto;
        width: 100%;
        top: 50%;
        transform: translateY(-50%)
    }

    @supports (display:grid) {
        .c-modal__basic-modal-image--cover {
            height: 100%;
            transform: none;
            top: 0
        }
    }
}

.c-modal__product-rotator {
    display: none;
    background: #1b1b1b;
    bottom: 0;
    height: auto;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 290px
}

@media only screen and (min-width:768px) {
    .c-modal__product-rotator {
        display: block
    }
}

.c-modal__product-rotator__items {
    bottom: 0;
    box-sizing: content-box;
    height: auto;
    left: 0;
    position: relative;
    width: 100%
}

.c-modal__product-rotator__item {
    background: #1b1b1b;
    left: 0;
    padding: 30px 40px 40px;
    position: relative;
    bottom: 0;
    width: 100%
}

.c-modal__product-rotator__img {
    height: 210px;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 210px
}

.c-modal__product-rotator__eyebrow {
    font-size: .6538461538rem;
    color: #b9babc;
    font-family: custom-gt-america-expanded, sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 11px;
    margin-top: 30px;
    text-transform: uppercase;
    text-align: center
}

.c-modal__product-rotator__title {
    font-size: 1rem;
    color: #fff;
    font-family: custom-gt-america-extended, sans-serif;
    font-weight: 300;
    letter-spacing: .0625em;
    line-height: 20px;
    margin-top: 15px;
    text-align: center
}

.c-modal__product-rotator__finishes {
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin-top: 30px
}

.c-modal__product-rotator__finishes__finish {
    box-sizing: content-box;
    flex: 0 0 32px;
    padding: 0 6px;
    width: 32px
}

.c-modal__product-rotator__finishes__finish__img {
    height: auto;
    width: 20px;
    margin: 0 auto
}

.c-modal__product-rotator__prev {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 136px;
    left: 20px
}

.c-modal__product-rotator__prev.slick-arrow {
    display: block
}

.c-modal__product-rotator__next {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 136px;
    right: 20px
}

.c-modal__product-rotator__next.slick-arrow {
    display: block
}

.c-modal.is-open {
    height: 100%;
    opacity: 1;
    transition: none
}

.c-modal.is-open .c-modal__content {
    opacity: 1;
    top: 0;
    transition: opacity .3s linear 1ms, top .45s ease-out 1ms
}

.c-modal--justin-storm .c-modal__content:after {
    background: url(/img/justin-storm.png);
    background-size: contain;
    content: " ";
    display: block;
    height: 120px;
    left: calc(50% - 60px);
    opacity: 1;
    pointer-events: none;
    position: absolute;
    top: -30px;
    width: 120px;
    z-index: 9100;
    transition: all .3s ease
}

@media only screen and (max-width:767px) {
    .c-modal--justin-storm .c-modal__content {
        padding-top: 80px
    }

    .c-modal--justin-storm .c-modal__content:after {
        top: 50px
    }
}

.c-modal--justin-storm .c-modal__content.is-hide-icon:after {
    opacity: 0;
    top: -50px
}

@media only screen and (max-width:767px) {
    .c-modal--justin-storm .c-modal__content.is-hide-icon:after {
        top: 20px
    }
}

.c-modal--justin-storm .c-modal__content__article {
    padding-top: 70px;
    text-align: center
}

@media only screen and (min-width:768px) {
    .c-modal--justin-storm .c-modal__content__article {
        padding-top: 30px
    }
}

.c-modal--justin-storm .c-modal__justin-storm-h1 {
    font-size: 2.1538461538rem;
    font-family: custom-juana, serif;
    font-weight: 200;
    line-height: 1.14286em
}

@media only screen and (min-width:768px) {
    .c-modal--justin-storm .c-modal__justin-storm-h1 {
        font-size: 2.7692307692rem
    }
}

.c-modal--justin-storm .c-modal__justin-storm-p {
    font-size: .9230769231rem;
    font-family: custom-gt-america-extended, sans-serif;
    font-weight: 300;
    letter-spacing: .75px;
    line-height: 2em;
    margin: 10px auto 0;
    max-width: 350px;
    width: 100%
}

.c-modal--justin-storm .c-modal__justin-storm-video {
    margin: 40px auto;
    width: 100%;
    max-width: 800px
}

.c-modal--justin-storm .c-modal__justin-storm-enter {
    color: hsla(0, 0%, 65.1%, .9);
    font-family: custom-gt-america-expanded, sans-serif;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: .375em;
    text-decoration: underline;
    text-transform: uppercase
}

.c-modal--spotlight-modal .c-modal__content {
    width: 100% !important
}

.c-modal--spotlight-modal .c-modal__content__container {
    padding: 0 !important
}

.c-modal--spotlight-modal .c-modal__content__container:after,
.c-modal--spotlight-modal .c-modal__content__container:before {
    display: none !important
}

.c-modal--spotlight-modal .c-modal__content__article {
    height: 100vh;
    left: 0 !important;
    padding: 0 !important;
    position: relative;
    min-height: 20px !important;
    max-height: none !important;
    width: 100% !important
}

@media only screen and (min-width:768px) {
    .c-modal--spotlight-modal .c-modal__content__article {
        height: calc(100vh - 120px)
    }
}

.c-modal--basic-image-modal .c-modal__content {
    width: 100% !important
}

.c-modal--basic-image-modal .c-modal__content__container {
    padding: 0 !important
}

.c-modal--basic-image-modal .c-modal__content__container:after,
.c-modal--basic-image-modal .c-modal__content__container:before {
    display: none !important
}

.c-modal--basic-image-modal .c-modal__content__article {
    height: 100vh;
    left: 0 !important;
    padding: 0 !important;
    position: relative;
    min-height: 20px !important;
    max-height: none !important;
    width: 100% !important
}

@media only screen and (min-width:768px) {
    .c-modal--basic-image-modal .c-modal__content__article {
        height: calc(100vh - 120px)
    }
}

.c-room__hotspots {
    height: 700px;
    margin: -80px -40px 0;
    overflow: hidden;
    position: relative
}

@media only screen and (min-width:768px) {
    .c-room__hotspots {
        height: 900px;
        margin: -80px -120px 0
    }
}

@media only screen and (min-width:1025px) {
    .c-room__hotspots {
        height: auto;
        width: auto
    }
}

.c-room__hotspots__scroller {
    -ms-overflow-style: none;
    scrollbar-width: none;
    height: 100%;
    left: 0;
    top: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    position: absolute;
    width: 100%
}

.c-room__hotspots__scroller::-webkit-scrollbar {
    display: none
}

@media only screen and (min-width:1025px) {
    .c-room__hotspots__scroller {
        height: auto;
        overflow: hidden;
        position: relative;
        width: 100%
    }
}

.c-room__hotspots__drag {
    cursor: -webkit-grab;
    cursor: grab;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: auto
}

@media only screen and (min-width:1025px) {
    .c-room__hotspots__drag {
        cursor: auto;
        height: auto;
        overflow: hidden;
        position: relative;
        width: 100%
    }
}

.c-room__hotspots__img,
.c-room__hotspots__img img {
    height: 100%;
    position: relative;
    width: auto
}

.c-room__hotspots__img img {
    display: block
}

@media only screen and (min-width:1025px) {

    .c-room__hotspots__img,
    .c-room__hotspots__img img {
        height: auto;
        width: 100%
    }
}

.c-room__hotspots__popup {
    opacity: 0;
    transform: translateY(15%);
    background: #1b1b1b;
    top: -100px;
    height: auto;
    left: 100px;
    pointer-events: none;
    position: absolute;
    width: 270px;
    transition: opacity .2s linear, transform .4s ease
}

.c-room__hotspots__popup__items {
    box-sizing: content-box;
    display: block;
    padding: 30px 30px 40px;
    position: relative;
    width: 210px
}

.c-room__hotspots__popup__item {
    opacity: 0;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

.c-room__hotspots__popup__item.is-active {
    opacity: 1
}

.c-room__hotspots__popup__img {
    height: 210px;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 210px
}

.c-room__hotspots__popup__eyebrow {
    font-size: .6538461538rem;
    color: #b9babc;
    font-family: custom-gt-america-expanded, sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 11px;
    margin-top: 30px;
    text-transform: uppercase;
    text-align: center
}

.c-room__hotspots__popup__title {
    font-size: 1rem;
    color: #fff;
    font-family: custom-gt-america-extended, sans-serif;
    font-weight: 300;
    letter-spacing: .0625em;
    line-height: 20px;
    margin-top: 15px;
    text-align: center
}

.c-room__hotspots__popup__finishes {
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin-top: 30px
}

.c-room__hotspots__popup__finishes__finish {
    box-sizing: content-box;
    flex: 0 0 32px;
    padding: 0 6px;
    width: 32px
}

.c-room__hotspots__popup__finishes__finish__img {
    height: auto;
    width: 32px;
    margin: 0 auto
}

.c-room__hotspots__popup--right-up {
    top: -280px
}

.c-room__hotspots__popup--left {
    left: auto;
    right: 100px
}

.c-room__hotspots__popup--left-up {
    left: auto;
    right: 100px;
    top: -280px
}

.c-room__hotspots__popup--left-down {
    left: auto;
    right: 100px;
    top: 0
}

.c-room__hotspots__points {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

.c-room__hotspots__point {
    background: hsla(0, 0%, 100%, .5);
    border-radius: 100% 100%;
    cursor: pointer;
    height: 60px;
    margin: -30px 0 0 -30px;
    padding: 18px;
    pointer-events: auto;
    position: absolute;
    width: 60px;
    z-index: 1
}

.c-room__hotspots__point__svg {
    height: 24px;
    width: 24px
}

.c-room__hotspots__point__circle {
    opacity: 1;
    transform: scale(1);
    transition: all .3s ease;
    transform-origin: 50% 50%
}

.c-room__hotspots__point__close {
    opacity: 0;
    transform: scale(.001);
    transition: all .3s ease;
    transform-origin: 50% 50%
}

.c-room__hotspots__point__close rect {
    transform-origin: 50% 50%
}

.c-room__hotspots__point.is-active {
    z-index: 5
}

.c-room__hotspots__point.is-active .c-room__hotspots__point__circle {
    opacity: 0;
    transform: scale(.001)
}

.c-room__hotspots__point.is-active .c-room__hotspots__point__close {
    opacity: 1;
    transform: scale(1)
}

.c-room__hotspots__point.is-active .c-room__hotspots__popup {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto
}

.c-room__hotspots__video {
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease;
    width: 100%;
    z-index: 3
}

.c-room__hotspots__video:after {
    background: rgba(20, 20, 20, .6);
    background: linear-gradient(0deg, rgba(20, 20, 20, .6), hsla(0, 0%, 100%, 0));
    bottom: 0;
    content: "";
    height: 150px;
    position: absolute;
    width: 100%;
    z-index: 1
}

.c-room__hotspots__video__player {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
    width: 100%
}

.c-room__hotspots__video__skip {
    bottom: 40px;
    color: #fff;
    display: block;
    font-family: custom-gt-america-expanded, sans-serif;
    font-size: .9230769231rem;
    font-weight: 500;
    letter-spacing: 10px;
    line-height: 12px;
    opacity: 1;
    position: absolute;
    right: 40px;
    text-transform: uppercase;
    z-index: 2
}

@media only screen and (min-width:1025px) {
    .c-room__hotspots__video__skip.is-fixed {
        position: fixed
    }
}

.c-room__hotspots__title {
    font-size: 2.4615384615rem;
    bottom: 40px;
    color: #fff;
    font-family: custom-juana, serif;
    font-weight: 200;
    left: 30px;
    letter-spacing: 1px;
    pointer-events: none;
    position: absolute;
    z-index: 2
}

@media only screen and (min-width:768px) {
    .c-room__hotspots__title {
        font-size: 4.3076923077rem;
        bottom: 70px;
        left: 50px
    }
}

@media only screen and (min-width:1025px) {
    .c-room__hotspots__title {
        left: 60px
    }
}

.c-room__hotspots__title__drag-to-explore {
    bottom: calc(100% + 20px);
    display: block;
    pointer-events: none;
    position: absolute;
    left: 0
}

@media only screen and (min-width:1025px) {
    .c-room__hotspots__title__drag-to-explore {
        display: none
    }
}

.c-room__hotspots__title__copy {
    font-size: 2.4615384615rem;
    color: #fff;
    font-family: custom-juana, serif;
    font-weight: 200;
    letter-spacing: 1px
}

@media only screen and (min-width:768px) {
    .c-room__hotspots__title__copy {
        font-size: 4.3076923077rem
    }
}

.c-room__hotspots.is-video-playing {
    background: #fff
}

.c-room__hotspots.is-video-playing .c-room-hotspots__scroller,
.c-room__hotspots.is-video-playing .c-room-hotspots__title {
    opacity: 0
}

.c-room__hotspots.is-video-playing .c-room__hotspots__video {
    opacity: 1;
    pointer-events: auto
}

.c-room__hotspots.is-out-of-viewport .c-room__hotspots__video:after,
.c-room__hotspots.is-out-of-viewport .c-room__hotspots__video__skip {
    position: fixed
}

.c-room__intro {
    padding: 60px 0 0
}

@media only screen and (min-width:768px) {
    .c-room__intro {
        padding: 130px 0 0
    }
}

.c-room__intro__brand {
    padding-bottom: 40px;
    position: relative
}

@media only screen and (min-width:1025px) {
    .c-room__intro__brand {
        padding-bottom: 0
    }
}

.c-room__intro__brand__a {
    display: block;
    position: relative
}

@media only screen and (min-width:1025px) {
    .c-room__intro__brand__a {
        left: 0;
        position: absolute;
        top: 75px;
        z-index: 1
    }
}

.c-room__intro__brand__img {
    height: 50px;
    width: auto
}

@media only screen and (min-width:768px) {
    .c-room__intro__brand__img {
        height: 70px
    }
}

@media only screen and (min-width:768px) {
    .c-room__intro__brand__img--perrin-and-rowe {
        height: 46px
    }
}

@media only screen and (min-width:768px) {
    .c-room__intro__brand__img--shaws {
        height: 120px
    }
}

@media only screen and (min-width:768px) {
    .c-room__intro__brand__img--rohl {
        height: 36px
    }
}

.c-room__intro__brand__img--victoria-plus-albert {
    height: 15px
}

@media only screen and (min-width:768px) {
    .c-room__intro__brand__img--victoria-plus-albert {
        height: 29px
    }
}

.c-room__intro__content {
    padding-left: 40px;
    position: relative
}

.c-room__intro__content:after {
    background: #fff;
    content: " ";
    display: block;
    height: 1px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 40px
}

@media only screen and (min-width:1025px) {
    .c-room__intro__content {
        padding-left: 300px
    }

    .c-room__intro__content:after {
        left: 260px
    }
}

.c-room__intro__eyebrow {
    display: block;
    font-family: custom-gt-america-expanded, sans-serif;
    font-size: .7692307692rem;
    font-weight: 500;
    letter-spacing: 10px;
    line-height: 12px;
    opacity: .6;
    position: relative;
    text-transform: uppercase;
    padding: 23px 0 40px
}

.c-room__intro__title {
    font-size: 2.1538461538rem;
    color: #fff;
    font-family: custom-juana, serif;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 1.14286em;
    margin: 0 0 20px
}

@media only screen and (min-width:768px) {
    .c-room__intro__title {
        font-size: 2.7692307692rem;
        letter-spacing: 2px;
        margin: 0 0 25px
    }
}

.c-room__intro__desc {
    color: #d8d8d8;
    font-size: 1.2307692308rem;
    font-family: custom-gt-america-extended, sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 2em;
    margin-bottom: 40px
}

@media only screen and (min-width:768px) {
    .c-room__intro__desc {
        font-size: 1.5384615385rem
    }
}

.c-room__intro__desc p:not(:first-child) {
    margin-top: 1em
}

@media only screen and (min-width:768px) {
    .c-room__intro__desc {
        line-height: 1.6em;
        margin: 0 0 50px
    }
}

@media only screen and (min-width:1025px) {
    .c-room__intro {
        opacity: 0;
        transform: translateY(35%);
        transition: opacity .7s linear 0s, transform 1s ease-in-out 0s
    }

    .c-room__intro.is-in-view {
        opacity: 1;
        transform: translateY(0)
    }
}

.c-room__collage-rotator {
    height: auto;
    margin: 100px 0 120px;
    position: relative;
    width: auto
}

@media only screen and (min-width:768px) {
    .c-room__collage-rotator {
        margin: 130px 0 calc(25% + 120px)
    }
}

@media only screen and (min-width:1025px) {
    .c-room__collage-rotator {
        height: 0;
        margin: 150px -120px calc(25% + 150px);
        padding-bottom: 66.25%;
        position: relative
    }
}

@media only screen and (min-width:1025px) {
    .c-room__collage-rotator__desktop-positioner {
        bottom: 0;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%
    }
}

@media only screen and (min-width:1025px) {
    .c-room__collage-rotator__top-caption {
        position: absolute;
        right: 90px;
        left: 65.2778%;
        top: 40%
    }
}

.c-room__collage-rotator__top-caption__title {
    font-size: 2.1538461538rem;
    color: #fff;
    font-family: custom-juana, serif;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 1.14286em;
    margin: 0 0 20px
}

@media only screen and (min-width:768px) {
    .c-room__collage-rotator__top-caption__title {
        font-size: 2.7692307692rem;
        letter-spacing: 2px;
        margin: 0 0 25px
    }
}

.c-room__collage-rotator__top-caption__desc {
    color: #d8d8d8;
    font-size: 1.2307692308rem;
    font-family: custom-gt-america-extended, sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 2em;
    margin-bottom: 60px
}

@media only screen and (min-width:768px) {
    .c-room__collage-rotator__top-caption__desc {
        font-size: 1.5384615385rem
    }
}

.c-room__collage-rotator__top-caption__desc p:not(:first-child) {
    margin-top: 1em
}

@media only screen and (min-width:768px) {
    .c-room__collage-rotator__top-caption__desc {
        line-height: 1.6em;
        margin: 0 0 75px
    }
}

@media only screen and (min-width:1025px) {
    .c-room__collage-rotator__top-caption__desc {
        margin-bottom: 0
    }
}

@media only screen and (min-width:768px) {
    .c-room__collage-rotator__main-body {
        margin: 0 -120px 25%;
        padding-bottom: 133.7121%;
        position: relative;
        width: auto
    }
}

@media only screen and (min-width:1025px) {
    .c-room__collage-rotator__main-body {
        left: 0;
        margin: 0;
        padding-bottom: 55.2083%;
        position: absolute;
        top: 0;
        width: 60.0694%
    }
}

.c-room__collage-rotator__images {
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    margin: 0 -40px 43px;
    position: relative;
    white-space: nowrap
}

@media only screen and (min-width:768px) {
    .c-room__collage-rotator__images {
        bottom: 0;
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
        width: 100%
    }
}

.c-room__collage-rotator__images__image {
    background: transparent;
    cursor: pointer;
    flex: 0 0 335px;
    height: 250px;
    margin-right: 10px;
    position: relative
}

.c-room__collage-rotator__images__image img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    opacity: .63;
    width: 100%
}

@media only screen and (min-width:768px) {
    .c-room__collage-rotator__images__image {
        height: 0;
        margin: 0;
        position: absolute
    }

    .c-room__collage-rotator__images__image img {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }
}

.c-room__collage-rotator__images__image__counter {
    background: #727272;
    bottom: 0;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%
}

.c-room__collage-rotator__images__image__counter:after {
    background: #fff;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0
}

@media only screen and (min-width:768px) {
    .c-room__collage-rotator__images__image--1 {
        height: 41.5014%;
        left: 13.0208%;
        top: 0;
        width: 67.0573%
    }
}

@media only screen and (min-width:768px) {
    .c-room__collage-rotator__images__image--2 {
        height: 52.2672%;
        left: 0;
        top: 46.4589%;
        width: 48.0469%
    }
}

@media only screen and (min-width:768px) {
    .c-room__collage-rotator__images__image--3 {
        height: 29.03068%;
        left: 52.474%;
        top: 46.4589%;
        width: 47.526%
    }
}

@media only screen and (min-width:768px) {
    .c-room__collage-rotator__images__image--4 {
        height: 31.4448%;
        left: 52.474%;
        top: 80.4533%;
        width: 38.151%
    }
}

.c-room__collage-rotator__images__image.is-active {
    background-color: hsla(0, 0%, 100%, .35);
    transition: background-color .1s ease
}

.c-room__collage-rotator__images__image.is-active img {
    opacity: 1;
    transition: opacity .3s ease
}

.c-room__collage-rotator__images__image.is-active .c-room__collage-rotator__images__image__counter:after {
    transition: width 4.75s linear;
    width: 100%
}

@media only screen and (min-width:768px) {
    .c-room__collage-rotator__count-box {
        right: 52.08333%;
        position: absolute;
        top: calc(100% + 35px);
        width: 295px
    }
}

.c-room__collage-rotator__count {
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    margin-bottom: 20px;
    position: relative;
    white-space: nowrap
}

.c-room__collage-rotator__count__number {
    color: hsla(0, 0%, 100%, .6);
    cursor: pointer;
    font-family: custom-gt-america-expanded, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 16px;
    margin-right: 25px
}

.c-room__collage-rotator__count__number.is-active {
    color: #fff
}

.c-room__collage-rotator__captions__caption {
    font-size: .9230769231rem;
    display: none;
    font-family: custom-gt-america-extended, sans-serif;
    font-weight: 300;
    letter-spacing: .0625em;
    line-height: 2em
}

.c-room__collage-rotator__captions__caption.is-active {
    display: block
}

@media only screen and (min-width:1025px) {
    .c-room__collage-rotator {
        opacity: 0;
        transform: translateY(25%);
        transition: opacity .7s linear 0s, transform 1s ease-in-out 0s
    }

    .c-room__collage-rotator .c-room__collage-rotator__images__image--1,
    .c-room__collage-rotator .c-room__collage-rotator__images__image--2,
    .c-room__collage-rotator .c-room__collage-rotator__images__image--3,
    .c-room__collage-rotator .c-room__collage-rotator__images__image--4 {
        opacity: 0;
        transition: opacity .45s linear .3s, transform .45s ease-in-out 1s;
        transform-origin: 50% 50%
    }

    .c-room__collage-rotator .c-room__collage-rotator__images__image--1 {
        transition-delay: .65s;
        transform: translateY(-25px) scale(1.03)
    }

    .c-room__collage-rotator .c-room__collage-rotator__images__image--2 {
        transition-delay: .95s;
        transform: translate(-25px) scale(1.03)
    }

    .c-room__collage-rotator .c-room__collage-rotator__images__image--3 {
        transition-delay: 1.25s;
        transform: translate(25px) scale(1.03)
    }

    .c-room__collage-rotator .c-room__collage-rotator__images__image--4 {
        transition-delay: 1.55s;
        transform: translateY(25px) scale(1.03)
    }

    .c-room__collage-rotator.is-in-view {
        opacity: 1;
        transform: translateY(0)
    }

    .c-room__collage-rotator.is-in-view .c-room__collage-rotator__images__image--1,
    .c-room__collage-rotator.is-in-view .c-room__collage-rotator__images__image--2,
    .c-room__collage-rotator.is-in-view .c-room__collage-rotator__images__image--3,
    .c-room__collage-rotator.is-in-view .c-room__collage-rotator__images__image--4 {
        opacity: 1;
        transform: translate(0) scale(1)
    }
}

@media only screen and (max-width:767px) {
    .c-room__collage-rotator .c-room__collage-rotator__images {
        transition: left .6s ease-out
    }

    .c-room__collage-rotator[data-slide="0"] .c-room__collage-rotator__images {
        left: 0
    }

    .c-room__collage-rotator[data-slide="1"] .c-room__collage-rotator__images {
        left: -345px
    }

    .c-room__collage-rotator[data-slide="2"] .c-room__collage-rotator__images {
        left: -690px
    }

    .c-room__collage-rotator[data-slide="3"] .c-room__collage-rotator__images {
        left: -1035px
    }
}

.c-room__product-spotlight {
    position: relative;
    margin: 120px -40px 0
}

@media only screen and (min-width:768px) {
    .c-room__product-spotlight {
        margin: 150px -120px 0
    }
}

.c-room__product-spotlight__cursor {
    background: transparent url(/img/cursor-view.svg) no-repeat;
    background-size: 90px 90px;
    height: auto;
    width: 100%;
    height: 90px;
    margin-left: -45px;
    margin-top: -150px;
    opacity: 0;
    left: 50%;
    top: 0;
    pointer-events: none;
    position: fixed;
    width: 90px;
    transform: scale(.4);
    transition: all 4s cubic-bezier(.09, .9, .33, .89) .05s, opacity .2s linear
}

.c-room__product-spotlight__cursor.is-active {
    opacity: 1;
    transform: scale(1);
    transition: all .5s cubic-bezier(.09, .9, .33, .89), opacity .5s linear
}

.c-room__product-spotlight__positioner {
    height: auto;
    position: relative;
    width: auto
}

.c-room__product-spotlight__group {
    position: relative
}

@media only screen and (min-width:1025px) {
    .c-room__product-spotlight__group {
        height: 0;
        margin-bottom: 11.8056%;
        padding-bottom: 100%;
        width: 100%;
        opacity: 0;
        transform: translateY(200px);
        transition: opacity .7s linear 0s, transform 1s ease-in-out 0s
    }

    .c-room__product-spotlight__group.is-in-view {
        opacity: 1;
        transform: translateY(0)
    }
}

.c-room__product-spotlight__group__desc {
    margin: 50px auto;
    position: relative;
    height: auto;
    width: 100%
}

@media only screen and (min-width:1025px) {
    .c-room__product-spotlight__group__desc {
        margin: 0 !important;
        position: absolute
    }
}

.c-room__product-spotlight__group__desc__eyebrow {
    font-size: .6153846154rem;
    display: block;
    font-family: custom-gt-america-expanded, sans-serif;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 10px;
    opacity: .6;
    position: relative;
    text-transform: uppercase;
    padding: 0 0 25px
}

.c-room__product-spotlight__group__desc__copy {
    font-family: custom-gt-america-extended, sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .0625em;
    line-height: 2em
}

.c-room__product-spotlight__group__image {
    cursor: pointer;
    margin: 100px auto;
    position: relative;
    height: auto;
    width: 100%
}

@media only screen and (min-width:1025px) {
    .c-room__product-spotlight__group__image {
        margin: 0 !important;
        position: absolute
    }
}

.c-room__product-spotlight__group__image__img {
    height: auto;
    width: 100%
}

.c-room__product-spotlight__group__image__caption {
    color: #a7a8aa;
    font-family: custom-juana, serif;
    font-style: italic;
    font-weight: 200;
    left: 20px;
    line-height: 1em;
    position: absolute;
    right: 20px;
    top: calc(100% + 20px)
}

@media only screen and (min-width:1025px) {
    .c-room__product-spotlight__group--1 {
        padding-bottom: 70.06944%
    }
}

.c-room__product-spotlight__group--1 .c-room__product-spotlight__group__desc {
    width: 78.6667%
}

@media only screen and (min-width:768px) {
    .c-room__product-spotlight__group--1 .c-room__product-spotlight__group__desc {
        margin-left: 13.0208%;
        width: 300px
    }
}

@media only screen and (min-width:1025px) {
    .c-room__product-spotlight__group--1 .c-room__product-spotlight__group__desc {
        padding: 0 0 0 8.3333%;
        left: 0;
        top: 42.6165%;
        width: 35.4167%
    }
}

.c-room__product-spotlight__group--1 .c-room__product-spotlight__group__image--1 {
    margin-left: 0;
    width: 89.3333%
}

@media only screen and (min-width:768px) {
    .c-room__product-spotlight__group--1 .c-room__product-spotlight__group__image--1 {
        width: 66.4063
    }
}

@media only screen and (min-width:1025px) {
    .c-room__product-spotlight__group--1 .c-room__product-spotlight__group__image--1 {
        left: 0;
        top: 0;
        width: 35.4167%
    }
}

.c-room__product-spotlight__group--1 .c-room__product-spotlight__group__image--1 .c-room__product-spotlight__group__image__caption {
    text-align: right
}

.c-room__product-spotlight__group--1 .c-room__product-spotlight__group__image--2 {
    margin-right: 0;
    width: 89.3333%
}

@media only screen and (min-width:768px) {
    .c-room__product-spotlight__group--1 .c-room__product-spotlight__group__image--2 {
        width: 86.9792%
    }
}

@media only screen and (min-width:1025px) {
    .c-room__product-spotlight__group--1 .c-room__product-spotlight__group__image--2 {
        right: 8.3333%;
        top: 0;
        width: 48.6111%
    }
}

.c-room__product-spotlight__group--1 .c-room__product-spotlight__group__image--3 {
    margin-left: 10.6667%;
    width: 47.4667%
}

@media only screen and (min-width:768px) {
    .c-room__product-spotlight__group--1 .c-room__product-spotlight__group__image--3 {
        margin-left: 13.0208%;
        width: 32.9427%
    }
}

@media only screen and (min-width:1025px) {
    .c-room__product-spotlight__group--1 .c-room__product-spotlight__group__image--3 {
        left: 17.8472%;
        bottom: 0;
        width: 17.5944%
    }
}

@media only screen and (min-width:1025px) {
    .c-room__product-spotlight__group--2 {
        padding-bottom: 55.55556%
    }
}

@media only screen and (min-width:1025px) {
    .c-room__product-spotlight__group--2 .c-room__product-spotlight__group__image--1 {
        left: 0;
        top: 0;
        width: 91.6667%
    }
}

.c-room__product-spotlight__group--2 .c-room__product-spotlight__group__image--1 .c-room__product-spotlight__group__image__caption {
    text-align: right
}

@media only screen and (min-width:1025px) {
    .c-room__product-spotlight__group--3 {
        padding-bottom: 60.625%
    }
}

.c-room__product-spotlight__group--3 .c-room__product-spotlight__group__desc {
    width: 78.6667%
}

@media only screen and (min-width:768px) {
    .c-room__product-spotlight__group--3 .c-room__product-spotlight__group__desc {
        margin-left: 13.0208%;
        width: 420px
    }
}

@media only screen and (min-width:1025px) {
    .c-room__product-spotlight__group--3 .c-room__product-spotlight__group__desc {
        left: 50.625%;
        height: 50%;
        min-width: 420px;
        top: 6.8729%;
        width: 29.1667%
    }
}

.c-room__product-spotlight__group--3 .c-room__product-spotlight__group__image--1 {
    width: 78.6667%
}

@media only screen and (min-width:768px) {
    .c-room__product-spotlight__group--3 .c-room__product-spotlight__group__image--1 {
        margin-left: 13.0208%;
        width: 63.151%
    }
}

@media only screen and (min-width:1025px) {
    .c-room__product-spotlight__group--3 .c-room__product-spotlight__group__image--1 {
        left: 8.3333%;
        top: 0;
        width: 33.6806%
    }
}

.c-room__product-spotlight__group--3 .c-room__product-spotlight__group__image--2 {
    margin-left: 0;
    width: 89.3333%
}

@media only screen and (min-width:768px) {
    .c-room__product-spotlight__group--3 .c-room__product-spotlight__group__image--2 {
        width: 45.5729%;
        top: 85px
    }
}

@media only screen and (min-width:1025px) {
    .c-room__product-spotlight__group--3 .c-room__product-spotlight__group__image--2 {
        left: 50.625%;
        top: 48.4536%;
        width: 24.3056%
    }
}

@media only screen and (min-width:768px) {
    .c-room__product-spotlight__group--4 {
        padding-top: 85px
    }
}

@media only screen and (min-width:1025px) {
    .c-room__product-spotlight__group--4 {
        padding-bottom: 48.61111%;
        padding-top: 0
    }
}

.c-room__product-spotlight__group--4 .c-room__product-spotlight__group__image--1 {
    margin-right: 0;
    width: 89.3333%
}

@media only screen and (min-width:768px) {
    .c-room__product-spotlight__group--4 .c-room__product-spotlight__group__image--1 {
        margin: 0;
        position: absolute;
        right: 0;
        bottom: calc(100% + 100px);
        width: 45.5729%
    }
}

@media only screen and (min-width:1025px) {
    .c-room__product-spotlight__group--4 .c-room__product-spotlight__group__image--1 {
        bottom: auto;
        left: 8.3333%;
        right: auto;
        top: 0;
        width: 24.3056%
    }
}

.c-room__product-spotlight__group--4 .c-room__product-spotlight__group__image--2 {
    margin-right: 0;
    width: 89.3333%
}

@media only screen and (min-width:768px) {
    .c-room__product-spotlight__group--4 .c-room__product-spotlight__group__image--2 {
        width: 86.9792%
    }
}

@media only screen and (min-width:1025px) {
    .c-room__product-spotlight__group--4 .c-room__product-spotlight__group__image--2 {
        right: 0;
        top: 0;
        width: 59.0278%
    }
}

.c-room__showcase-preview {
    margin-top: 70px
}

@media only screen and (min-width:768px) {
    .c-room__showcase-preview {
        margin-top: 150px
    }
}

@media only screen and (min-width:1025px) {
    .c-room__showcase-preview {
        margin-top: 200px;
        margin-left: -120px;
        margin-right: -120px
    }
}

@media only screen and (min-width:768px) {
    .c-room__showcase-preview__positioner {
        margin: 0 auto;
        max-width: 568px;
        padding: 0 40px 440px 100px;
        position: relative;
        width: 100%
    }
}

@media only screen and (min-width:1025px) {
    .c-room__showcase-preview__positioner {
        margin: 0 auto 0 22.9167%;
        padding-bottom: 150px
    }
}

.c-room__showcase-preview__image {
    margin: 0 -40px 40px
}

.c-room__showcase-preview__image img {
    display: block;
    height: auto;
    width: 100%
}

@media only screen and (min-width:768px) {
    .c-room__showcase-preview__image {
        margin: 0
    }
}

.c-room__showcase-preview__image--1 img {
    margin: 0 auto 0 0;
    width: 60%
}

@media only screen and (min-width:768px) {
    .c-room__showcase-preview__image--1 {
        left: -100px;
        position: absolute;
        top: 257px
    }

    .c-room__showcase-preview__image--1 img {
        width: 270px
    }
}

@media only screen and (min-width:1025px) {
    .c-room__showcase-preview__image--1 {
        left: -240px;
        position: absolute;
        top: 257px
    }

    .c-room__showcase-preview__image--1 img {
        width: 270px
    }
}

.c-room__showcase-preview__image--2 img {
    margin: 0 0 0 auto;
    width: 92%
}

@media only screen and (min-width:768px) {
    .c-room__showcase-preview__image--2 {
        bottom: 0;
        right: -100px;
        position: absolute
    }

    .c-room__showcase-preview__image--2 img {
        width: 500px
    }
}

@media only screen and (min-width:1025px) {
    .c-room__showcase-preview__image--2 {
        bottom: auto;
        right: auto;
        left: 400px;
        top: -25px
    }

    .c-room__showcase-preview__image--2 img {
        width: calc(80vw - 528px)
    }
}

@media only screen and (min-width:1400px) {
    .c-room__showcase-preview__image--2 {
        bottom: auto;
        left: auto;
        right: -620px;
        top: -25px
    }

    .c-room__showcase-preview__image--2 img {
        width: 610px
    }
}

@media only screen and (min-width:1025px) {
    .c-room__showcase-preview__image--riobel-faucet {
        left: -300px
    }

    .c-room__showcase-preview__image--riobel-faucet img {
        width: 400px
    }
}

.c-room__showcase-preview__caption {
    padding-left: 0;
    position: relative
}

.c-room__showcase-preview__caption:after {
    background: #fff;
    content: " ";
    display: block;
    height: 1px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 40px
}

@media only screen and (min-width:768px) {
    .c-room__showcase-preview__caption {
        position: static
    }
}

@media only screen and (min-width:1025px) {
    .c-room__showcase-preview__caption {
        position: relative
    }
}

.c-room__showcase-preview__caption__eyebrow {
    font-size: .7692307692rem;
    font-family: custom-gt-america-expanded, sans-serif;
    font-weight: 500;
    letter-spacing: 10px;
    line-height: 12px;
    opacity: .6;
    position: relative;
    text-transform: uppercase;
    padding: 23px 0 40px 40px
}

.c-room__showcase-preview__caption__title {
    font-size: 2.4615384615rem;
    color: #fff;
    font-family: custom-juana, serif;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 1.14286em;
    margin: 0 0 40px
}

@media only screen and (min-width:768px) {
    .c-room__showcase-preview__caption__title {
        font-size: 4.3076923077rem
    }
}

.c-room__showcase-preview__caption__desc {
    color: #d8d8d8;
    font-size: .9230769231rem;
    font-family: custom-gt-america-extended, sans-serif;
    font-weight: 300;
    letter-spacing: .75px;
    line-height: 2em;
    margin-bottom: 40px
}

.c-room__showcase-preview__caption__desc p:not(:first-child) {
    margin-top: 1em
}

@media only screen and (min-width:768px) {
    .c-room__showcase-preview__caption__desc {
        margin: 0 45px 50px 128px
    }
}

.c-room__showcase-preview__caption__button {
    margin: 0 0 40px
}

@media only screen and (min-width:768px) {
    .c-room__showcase-preview__caption__button {
        margin: 0 0 40px 128px
    }
}

@media only screen and (min-width:1025px) {
    .c-room__showcase-preview {
        opacity: 0;
        transform: translateY(20%);
        transition: opacity .7s linear 0s, transform 1s ease-in-out 0s
    }

    .c-room__showcase-preview.is-in-view {
        opacity: 1;
        transform: translateY(0)
    }
}

.c-room__about-brand {
    padding: 60px 0 0
}

@media only screen and (min-width:768px) {
    .c-room__about-brand {
        padding: 130px 0 0
    }
}

.c-room__about-brand__brand {
    padding-bottom: 45px;
    position: relative
}

@media only screen and (min-width:768px) {
    .c-room__about-brand__brand {
        padding-bottom: 0
    }
}

.c-room__about-brand__brand__a {
    display: block;
    position: relative
}

@media only screen and (min-width:768px) {
    .c-room__about-brand__brand__a {
        left: 0;
        position: absolute;
        top: 35px
    }
}

@media only screen and (min-width:1025px) {
    .c-room__about-brand__brand__a {
        left: 0;
        top: 40px
    }
}

.c-room__about-brand__brand__img {
    height: 50px;
    width: auto
}

@media only screen and (min-width:768px) {
    .c-room__about-brand__brand__img {
        height: 70px
    }
}

@media only screen and (min-width:768px) {
    .c-room__about-brand__brand__img--perrin-and-rowe {
        height: 46px
    }
}

@media only screen and (min-width:768px) {
    .c-room__about-brand__brand__img--shaws {
        height: 120px
    }
}

@media only screen and (min-width:768px) {
    .c-room__about-brand__brand__img--rohl {
        height: 36px
    }
}

.c-room__about-brand__brand__img--victoria-plus-albert {
    height: 15px
}

@media only screen and (min-width:768px) {
    .c-room__about-brand__brand__img--victoria-plus-albert {
        height: 29px
    }
}

.c-room__about-brand__content {
    padding-left: 0;
    position: relative
}

@media only screen and (min-width:768px) {
    .c-room__about-brand__content {
        padding-left: 242px
    }
}

@media only screen and (min-width:1025px) {
    .c-room__about-brand__content {
        padding-left: 310px
    }
}

.c-room__about-brand__eyebrow {
    display: block;
    font-family: custom-gt-america-expanded, sans-serif;
    font-size: .6153846154rem;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 10px;
    opacity: .6;
    position: relative;
    text-transform: uppercase;
    padding: 0 0 25px
}

.c-room__about-brand__desc {
    color: #d8d8d8;
    font-size: 1.2307692308rem;
    font-family: custom-gt-america-extended, sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 2em
}

@media only screen and (min-width:768px) {
    .c-room__about-brand__desc {
        font-size: 1.5384615385rem
    }
}

.c-room__about-brand__desc p:not(:first-child) {
    margin-top: 1em
}

@media only screen and (min-width:768px) {
    .c-room__about-brand__desc {
        line-height: 1.6em
    }
}

@media only screen and (min-width:1025px) {
    .c-room__about-brand {
        opacity: 0;
        transition: opacity .4s linear .1s, transform .4s ease-in-out .1s
    }

    .c-room__about-brand.is-in-view {
        opacity: 1
    }
}

.c-showcase__intro {
    padding: 60px 0 0;
    position: relative
}

@media only screen and (min-width:768px) {
    .c-showcase__intro {
        padding: 160px 60px 0
    }
}

@media only screen and (min-width:1025px) {
    .c-showcase__intro {
        padding: 195px 60px 0
    }
}

.c-showcase__intro__flex {
    position: relative
}

@media only screen and (min-width:1025px) {
    .c-showcase__intro__flex {
        align-items: flex-start;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        margin: 0 auto;
        padding-right: 10.83333%
    }
}

@media only screen and (min-width:1025px) {
    .c-showcase__intro__flex--more-padding-left {
        padding-left: 60px
    }
}

.c-showcase__intro__content {
    padding-left: 40px;
    position: relative
}

.c-showcase__intro__content:after {
    background: #fff;
    content: " ";
    display: block;
    height: 1px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 40px
}

@media only screen and (min-width:768px) {
    .c-showcase__intro__content {
        padding-right: 60px
    }
}

@media only screen and (min-width:1025px) {
    .c-showcase__intro__content {
        flex: 1 1 20px
    }
}

.c-showcase__intro__eyebrow {
    display: block;
    font-family: custom-gt-america-expanded, sans-serif;
    font-size: .7692307692rem;
    font-weight: 500;
    letter-spacing: 10px;
    line-height: 12px;
    opacity: .6;
    position: relative;
    text-transform: uppercase;
    padding: 23px 0 40px
}

.c-showcase__intro__title {
    font-size: 2.1538461538rem;
    color: #fff;
    font-family: custom-juana, serif;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 1.14286em;
    margin: 0 0 20px
}

@media only screen and (min-width:768px) {
    .c-showcase__intro__title {
        font-size: 2.7692307692rem;
        letter-spacing: 2px;
        margin: 0 0 25px
    }
}

.c-showcase__intro__desc {
    color: #d8d8d8;
    font-size: 1.2307692308rem;
    font-family: custom-gt-america-extended, sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 2em;
    margin-bottom: 40px
}

@media only screen and (min-width:768px) {
    .c-showcase__intro__desc {
        font-size: 1.5384615385rem
    }
}

.c-showcase__intro__desc p:not(:first-child) {
    margin-top: 1em
}

@media only screen and (min-width:768px) {
    .c-showcase__intro__desc {
        line-height: 1.6em
    }
}

.c-showcase__intro__brand {
    padding-left: 40px;
    position: relative
}

@media only screen and (min-width:1025px) {
    .c-showcase__intro__brand {
        flex: 0 0 252px;
        padding-top: 75px
    }
}

.c-showcase__intro__brand__img {
    height: 50px;
    width: auto
}

@media only screen and (min-width:768px) {
    .c-showcase__intro__brand__img {
        height: 70px
    }
}

@media only screen and (min-width:1025px) {
    .c-showcase__intro__brand__img {
        display: block;
        padding-left: 0;
        margin: 0 0 0 auto
    }
}

.c-showcase__intro__brand__img--rohl {
    height: 26px
}

@media only screen and (min-width:768px) {
    .c-showcase__intro__brand__img--rohl {
        height: 36px
    }
}

.c-showcase__intro__brand__img--shaws {
    height: 90px
}

@media only screen and (min-width:768px) {
    .c-showcase__intro__brand__img--shaws {
        height: 120px
    }
}

.c-showcase__intro__brand__img--perrin-and-rowe {
    height: 40px
}

@media only screen and (min-width:768px) {
    .c-showcase__intro__brand__img--perrin-and-rowe {
        height: 46px
    }
}

.c-showcase__intro__brand__img--victoria-albert {
    height: 21px
}

@media only screen and (min-width:768px) {
    .c-showcase__intro__brand__img--victoria-albert {
        height: 29px
    }
}

.c-showcase__intro--no-eyebrow .c-showcase__intro__eyebrow {
    display: none
}

.c-showcase__intro--no-eyebrow .c-showcase__intro__content {
    padding-left: 0
}

.c-showcase__intro--no-eyebrow .c-showcase__intro__content:after {
    display: none
}

@media only screen and (min-width:768px) {
    .c-showcase__intro--no-eyebrow .c-showcase__intro__content {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media only screen and (min-width:1025px) {
    .c-showcase__intro--no-eyebrow .c-showcase__intro__content {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media only screen and (min-width:768px) {
    .c-showcase__intro--no-eyebrow .c-showcase__intro__desc {
        margin-bottom: 50px
    }
}

@media only screen and (min-width:1025px) {
    .c-showcase__intro--no-eyebrow .c-showcase__intro__desc {
        margin-bottom: 20px
    }
}

.c-showcase__intro--no-eyebrow .c-showcase__intro__brand {
    padding-left: 0
}

@media only screen and (min-width:768px) {
    .c-showcase__intro--no-eyebrow .c-showcase__intro__brand {
        padding-left: 60px
    }
}

@media only screen and (min-width:1025px) {
    .c-showcase__intro--no-eyebrow .c-showcase__intro__brand {
        padding-left: 40px;
        padding-top: 67px
    }
}

.c-showcase__intro--no-eyebrow .c-showcase__intro__brand__img {
    height: auto;
    width: 200px
}

@media only screen and (min-width:768px) {
    .c-showcase__intro--no-eyebrow .c-showcase__intro__brand__img {
        width: 250px
    }
}

.c-showcase__basic-text {
    padding: 110px 0 0;
    text-align: left
}

@media only screen and (min-width:768px) {
    .c-showcase__basic-text {
        padding: 130px 0 0;
        margin: 0 auto;
        max-width: 500px
    }
}

@media only screen and (min-width:1025px) {
    .c-showcase__basic-text {
        text-align: left;
        max-width: none
    }
}

.c-showcase__basic-text__title {
    font-size: 2.1538461538rem;
    color: #fff;
    font-family: custom-juana, serif;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 1.14286em;
    margin: 0 0 15px
}

@media only screen and (min-width:768px) {
    .c-showcase__basic-text__title {
        font-size: 2.7692307692rem;
        letter-spacing: 2px
    }
}

.c-showcase__basic-text__desc {
    color: #fff;
    font-size: .9230769231rem;
    font-family: custom-gt-america-extended, sans-serif;
    font-weight: 300;
    letter-spacing: .08333em;
    line-height: 2em;
    margin-bottom: 14px
}

@media only screen and (min-width:768px) {
    .c-showcase__basic-text__desc {
        font-size: 1.1538461538rem
    }
}

.c-showcase__basic-text__desc p:not(:first-child) {
    margin-top: 1em
}

.c-showcase__product-line-intro {
    padding: 110px 0 0;
    text-align: center
}

@media only screen and (min-width:768px) {
    .c-showcase__product-line-intro {
        padding: 130px 0 0;
        margin: 0 auto;
        max-width: 500px
    }
}

.c-showcase__product-line-intro__title {
    font-size: 2.1538461538rem;
    color: #fff;
    font-family: custom-juana, serif;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 1.14286em;
    margin: 0 0 15px
}

.c-showcase__product-line-intro__desc {
    color: #fff;
    font-size: .9230769231rem;
    font-family: custom-gt-america-extended, sans-serif;
    font-weight: 300;
    letter-spacing: .75px;
    line-height: 2em;
    margin-bottom: 14px
}

.c-showcase__product-line-intro__desc p:not(:first-child) {
    margin-top: 1em
}

.c-showcase__product-line-intro__eyebrow {
    display: block;
    font-family: custom-gt-america-expanded, sans-serif;
    font-size: .6153846154rem;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 10px;
    opacity: .6;
    position: relative;
    text-transform: uppercase;
    padding: 40px 0 20px
}

.c-showcase__product-line-intro__finishes {
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center
}

.c-showcase__product-line-intro__finishes__finish {
    box-sizing: content-box;
    flex: 0 0 40px;
    padding: 0 10px;
    width: 40px
}

@media only screen and (min-width:768px) {
    .c-showcase__product-line-intro__finishes__finish {
        flex: 0 0 50px;
        padding: 0 15px;
        width: 50px
    }
}

.c-showcase__product-line-intro__finishes__finish__img {
    height: auto;
    width: 40px;
    margin: 0 auto
}

@media only screen and (min-width:768px) {
    .c-showcase__product-line-intro__finishes__finish__img {
        width: 50px
    }
}

.c-showcase__product-line-intro__finishes__finish__img--ral-color {
    padding: 4px 3px 3px
}

@media only screen and (min-width:768px) {
    .c-showcase__product-line-intro__finishes__finish__img--ral-color {
        padding: 7px 4px 3px
    }
}

.c-showcase__product-line-intro__finishes__finish__label {
    font-size: 1.0769230769rem;
    color: #b1b1b3;
    display: none;
    font-family: custom-juana, serif;
    font-style: italic;
    font-weight: 200;
    line-height: 1em;
    margin-top: 10px
}

@media only screen and (min-width:768px) {
    .c-showcase__product-line-intro__finishes__finish__label {
        display: block
    }
}

@media only screen and (min-width:1025px) {
    .c-showcase__product-line-intro {
        opacity: 0;
        transform: translateY(35%);
        transition: opacity .7s linear 0s, transform 1s ease-in-out 0s
    }

    .c-showcase__product-line-intro.is-in-view {
        opacity: 1;
        transform: translateY(0)
    }
}

.c-showcase__product-row {
    margin: 50px auto 0;
    max-width: 450px;
    width: 100%
}

@media only screen and (min-width:768px) {
    .c-showcase__product-row {
        max-width: 800px
    }
}

@media only screen and (min-width:1025px) {
    .c-showcase__product-row {
        max-width: 1500px
    }
}

.c-showcase__product-row__flex {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0 -12px
}

@media only screen and (min-width:768px) {
    .c-showcase__product-row__flex {
        margin: 0 -17px
    }
}

@media only screen and (min-width:1025px) {
    .c-showcase__product-row__flex {
        margin: 0 -20px
    }
}

.c-showcase__product-row__flex__item {
    flex: 0 0 179px;
    margin: 0 0 40px;
    width: 179px
}

@media only screen and (min-width:768px) {
    .c-showcase__product-row__flex__item {
        flex: 0 0 240px;
        margin: 0 0 60px;
        width: 240px
    }
}

@media only screen and (min-width:1025px) {
    .c-showcase__product-row__flex__item {
        flex: 0 0 340px;
        margin: 0 0 50px;
        width: 340px
    }
}

@media only screen and (min-width:1025px) {
    .c-showcase__product-row__flex__item--giant {
        flex: 0 0 640px;
        width: 640px
    }
}

@media only screen and (min-width:1025px) {
    .c-showcase__product-row__flex__item--tiny {
        flex: 0 0 240px;
        width: 240px
    }
}

.c-showcase__product-row__flex__item--full-mobile {
    flex: 0 0 100%
}

@media only screen and (min-width:768px) {
    .c-showcase__product-row__flex__item--full-mobile {
        flex: 0 0 240px;
        margin: 0 0 60px;
        width: 240px
    }
}

@media only screen and (min-width:1025px) {
    .c-showcase__product-row__flex__item--full-mobile {
        flex: 0 0 340px;
        margin: 0 0 50px;
        width: 340px
    }
}

.c-showcase__product-row__flex__item--tiny-flex-container {
    align-items: flex-start;
    display: flex;
    flex: 0 0 100%;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0 -12px
}

@media only screen and (min-width:768px) {
    .c-showcase__product-row__flex__item--tiny-flex-container {
        margin: 0 -17px
    }
}

@media only screen and (min-width:1025px) {
    .c-showcase__product-row__flex__item--tiny-flex-container {
        flex: 0 0 720px;
        margin: 0 -20px;
        width: 720px
    }
}

.c-showcase__product-row__flex__break-desktop {
    display: block;
    flex: 0 0 100%;
    height: 1px
}

.c-showcase__product-row__product {
    padding: 0 15px;
    text-align: center
}

@media only screen and (min-width:768px) {
    .c-showcase__product-row__product {
        padding: 0 17px
    }
}

@media only screen and (min-width:1025px) {
    .c-showcase__product-row__product {
        padding: 0 20px
    }
}

.c-showcase__product-row__product__img {
    cursor: pointer;
    height: auto;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%
}

.c-showcase__product-row__product__sku {
    font-size: .9230769231rem;
    color: #9c9c9c;
    font-size: 12px;
    line-height: 1.75em;
    margin-top: .25em;
    text-transform: uppercase
}

.c-showcase__product-row__product__name,
.c-showcase__product-row__product__sku {
    font-family: custom-gt-america-extended, sans-serif;
    font-weight: 300;
    letter-spacing: .0625em
}

.c-showcase__product-row__product__name {
    font-size: .9230769231rem;
    color: #fff;
    line-height: 2em
}

.c-showcase__product-row__intro {
    text-align: center
}

.c-showcase__product-row__intro__title {
    font-size: 1.2307692308rem;
    color: #fff;
    font-family: custom-gt-america-extended, sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.6em;
    padding: 0 20px;
    margin: 0 0 15px
}

@media only screen and (min-width:768px) {
    .c-showcase__product-row__intro__title {
        font-size: 1.5384615385rem;
        margin: 0 0 20px
    }
}

.c-showcase__product-row__intro__eyebrow {
    display: block;
    font-family: custom-gt-america-expanded, sans-serif;
    font-size: .6153846154rem;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 10px;
    opacity: .6;
    position: relative;
    text-transform: uppercase;
    padding: 0 0 20px
}

.c-showcase__product-row__intro__finishes {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    justify-content: center
}

.c-showcase__product-row__intro__finishes__finish {
    box-sizing: content-box;
    flex: 0 0 40px;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 40px
}

@media only screen and (min-width:768px) {
    .c-showcase__product-row__intro__finishes__finish {
        flex: 0 0 50px;
        padding: 0 15px;
        width: 50px
    }
}

.c-showcase__product-row__intro__finishes__finish__img {
    height: auto;
    width: 40px;
    margin: 0 auto
}

@media only screen and (min-width:768px) {
    .c-showcase__product-row__intro__finishes__finish__img {
        width: 50px
    }
}

.c-showcase__product-row__intro__finishes__finish__label {
    font-size: 1.0769230769rem;
    color: #b1b1b3;
    display: none;
    font-family: custom-juana, serif;
    font-style: italic;
    font-weight: 200;
    line-height: 1em;
    margin-top: 10px
}

@media only screen and (min-width:768px) {
    .c-showcase__product-row__intro__finishes__finish__label {
        display: block
    }
}

@media only screen and (min-width:1025px) {
    .c-showcase__product-row {
        opacity: 0;
        transform: translateY(35%);
        transition: opacity .7s linear 0s, transform 1s ease-in-out 0s
    }

    .c-showcase__product-row.is-in-view {
        opacity: 1;
        transform: translateY(0)
    }
}

.c-showcase__big-image {
    margin: 80px 0 0
}

@media only screen and (min-width:768px) {
    .c-showcase__big-image {
        margin: 140px 0 0
    }
}

.c-showcase__big-image__title {
    font-size: 2.4615384615rem;
    color: #fff;
    font-family: custom-juana, serif;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 1.14286em;
    margin: 0 0 30px
}

@media only screen and (min-width:768px) {
    .c-showcase__big-image__title {
        font-size: 4.3076923077rem;
        letter-spacing: 2px;
        margin: 0 0 40px;
        padding-left: 60px
    }
}

@media only screen and (min-width:1025px) {
    .c-showcase__big-image__title {
        margin: 0 0 60px 40px;
        padding-left: 0
    }
}

.c-showcase__big-image__image {
    margin: 0 0 0 -40px
}

@media only screen and (min-width:768px) {
    .c-showcase__big-image__image {
        margin: 0 10px 0 -40px
    }
}

@media only screen and (min-width:1025px) {
    .c-showcase__big-image__image {
        margin: 0 0 0 -120px
    }
}

.c-showcase__big-image__image img {
    display: block;
    height: auto;
    width: 100%
}

.c-showcase__big-image__knockout {
    background-color: #000;
    padding: 40px 35px 44px 40px;
    margin: 0 0 0 -40px
}

@media only screen and (min-width:768px) {
    .c-showcase__big-image__knockout {
        margin-right: 10px;
        padding: 50px 100px
    }
}

@media only screen and (min-width:1025px) {
    .c-showcase__big-image__knockout {
        margin: -100px 0 0 -120px;
        padding: 50px 90px 50px 160px;
        position: relative;
        width: 700px;
        z-index: 2
    }
}

@media only screen and (min-width:1200px) {
    .c-showcase__big-image__knockout {
        width: 850px
    }
}

.c-showcase__big-image__knockout-text {
    font-size: 1.2307692308rem;
    font-family: custom-gt-america-extended, sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 28px;
    padding-bottom: 30px
}

@media only screen and (min-width:768px) {
    .c-showcase__big-image__knockout-text {
        font-size: 1.5384615385rem
    }
}

.c-showcase__big-image__knockout-image {
    height: auto;
    width: 100%
}

.c-showcase__big-image__knockout-image img {
    display: block;
    height: auto;
    width: 100%
}

@media only screen and (min-width:1025px) {
    .c-showcase__big-image {
        opacity: 0;
        transform: translateY(35%);
        transition: opacity .7s linear 0s, transform 1s ease-in-out 0s
    }

    .c-showcase__big-image.is-in-view {
        opacity: 1;
        transform: translateY(0)
    }
}

.c-showcase__image-w-text {
    margin: 80px 0 0
}

@media only screen and (min-width:768px) {
    .c-showcase__image-w-text {
        margin: 120px 0 0
    }
}

@media only screen and (min-width:1025px) {
    .c-showcase__image-w-text__flex {
        align-items: flex-start;
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start
    }
}

.c-showcase__image-w-text__image {
    margin: 0 0 30px;
    position: relative
}

@media only screen and (min-width:768px) {
    .c-showcase__image-w-text__image {
        margin: 0 0 191px
    }
}

@media only screen and (min-width:1025px) {
    .c-showcase__image-w-text__image {
        flex: 0 0 59.02778%;
        margin: 0 0 210px
    }
}

.c-showcase__image-w-text__image__primary-img {
    height: auto;
    margin: 0 0 0 -40px;
    width: calc(100% + 50px)
}

@media only screen and (min-width:768px) {
    .c-showcase__image-w-text__image__primary-img {
        margin: 0 0 0 -120px;
        width: calc(100% + 142px)
    }
}

.c-showcase__image-w-text__image__secondary-img {
    height: auto;
    position: absolute;
    right: 0;
    top: 100%;
    transform: translateY(-112%);
    width: 295px
}

@media only screen and (min-width:768px) {
    .c-showcase__image-w-text__image__secondary-img {
        width: 400px;
        transform: translateY(-58%);
        right: 64px
    }
}

@media only screen and (min-width:1025px) {
    .c-showcase__image-w-text__image__secondary-img {
        width: 500px;
        right: -80px;
        transform: translateY(-45%)
    }
}

@media only screen and (min-width:1400px) {
    .c-showcase__image-w-text__image__secondary-img {
        right: -120px
    }
}

.c-showcase__image-w-text__image__product-info {
    display: block;
    padding-top: 98px;
    text-align: center
}

@media only screen and (min-width:768px) {
    .c-showcase__image-w-text__image__product-info {
        padding-top: 92px;
        right: 114px;
        position: absolute;
        text-align: center;
        top: 100%;
        width: 300px
    }
}

@media only screen and (min-width:1025px) {
    .c-showcase__image-w-text__image__product-info {
        left: auto;
        padding-top: 162px;
        right: 20px
    }
}

@media only screen and (min-width:1400px) {
    .c-showcase__image-w-text__image__product-info {
        right: -20px
    }
}

.c-showcase__image-w-text__image__product-info__sku {
    font-size: .9230769231rem;
    color: #9c9c9c;
    font-family: custom-gt-america-extended, sans-serif;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: .0625em;
    line-height: 1.75em;
    margin-top: .25em;
    text-transform: uppercase
}

.c-showcase__image-w-text__image__product-info__name {
    font-size: .9230769231rem;
    color: #fff;
    font-family: custom-gt-america-extended, sans-serif;
    font-weight: 300;
    letter-spacing: .0625em;
    line-height: 2em
}

.c-showcase__image-w-text__content {
    position: relative
}

@media only screen and (min-width:1025px) {
    .c-showcase__image-w-text__content {
        flex: 1 1 20px;
        padding: 40px 0 0 75px
    }
}

.c-showcase__image-w-text__title {
    font-size: 2.1538461538rem;
    color: #fff;
    font-family: custom-juana, serif;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 1.14286em;
    margin: 0 0 20px
}

@media only screen and (min-width:768px) {
    .c-showcase__image-w-text__title {
        font-size: 2.7692307692rem;
        letter-spacing: 2px;
        margin: 0 0 25px
    }
}

.c-showcase__image-w-text__desc {
    color: #fff;
    font-size: .9230769231rem;
    font-family: custom-gt-america-extended, sans-serif;
    font-weight: 300;
    letter-spacing: .0833333333em;
    line-height: 2em;
    margin-bottom: 25px
}

@media only screen and (min-width:768px) {
    .c-showcase__image-w-text__desc {
        font-size: 1.0769230769rem
    }
}

.c-showcase__image-w-text__desc p:not(:first-child) {
    margin-top: 1em
}

.c-showcase__image-w-text__finishes {
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    margin: 0 -7px
}

.c-showcase__image-w-text__finishes__finish {
    box-sizing: content-box;
    flex: 0 0 auto;
    padding: 0 7px;
    width: 70px
}

.c-showcase__image-w-text__finishes__finish__img {
    display: block;
    height: auto;
    width: 35px;
    margin: 0 auto
}

.c-showcase__image-w-text__finishes__finish__label {
    font-size: 1.0769230769rem;
    color: #b1b1b3;
    font-family: custom-juana, serif;
    font-style: italic;
    font-weight: 200;
    line-height: 1em;
    margin-top: 10px;
    display: block;
    text-align: center
}

@media only screen and (min-width:1025px) {
    .c-showcase__image-w-text--reverse .c-showcase__image-w-text__flex {
        flex-direction: row-reverse
    }
}

.c-showcase__image-w-text--reverse .c-showcase__image-w-text__image__primary-img {
    margin-left: -10px;
    margin-right: -40px
}

@media only screen and (min-width:768px) {
    .c-showcase__image-w-text--reverse .c-showcase__image-w-text__image__primary-img {
        margin-left: -20px;
        margin-right: -120px
    }
}

.c-showcase__image-w-text--reverse .c-showcase__image-w-text__image__secondary-img {
    left: auto
}

@media only screen and (min-width:768px) {
    .c-showcase__image-w-text--reverse .c-showcase__image-w-text__image__secondary-img {
        left: 64px
    }
}

@media only screen and (min-width:1025px) {
    .c-showcase__image-w-text--reverse .c-showcase__image-w-text__image__secondary-img {
        left: -80px
    }
}

@media only screen and (min-width:1400px) {
    .c-showcase__image-w-text--reverse .c-showcase__image-w-text__image__secondary-img {
        left: -120px
    }
}

@media only screen and (min-width:768px) {
    .c-showcase__image-w-text--reverse .c-showcase__image-w-text__image__product-info {
        left: 114px;
        right: auto
    }
}

@media only screen and (min-width:1025px) {
    .c-showcase__image-w-text--reverse .c-showcase__image-w-text__image__product-info {
        right: auto;
        left: 15px
    }
}

@media only screen and (min-width:1200px) {
    .c-showcase__image-w-text--reverse .c-showcase__image-w-text__image__product-info {
        left: -26px
    }
}

@media only screen and (min-width:1025px) {
    .c-showcase__image-w-text--reverse .c-showcase__image-w-text__content {
        padding-left: 0;
        padding-right: 75px
    }
}

@media only screen and (min-width:1025px) {
    .c-showcase__image-w-text {
        opacity: 0;
        transform: translateY(35%);
        transition: opacity .7s linear 0s, transform 1s ease-in-out 0s
    }

    .c-showcase__image-w-text.is-in-view {
        opacity: 1;
        transform: translateY(0)
    }
}

.toolkit__container {
    display: flex;
    flex-flow: column nowrap;
    height: 100vh;
    width: 100%
}

@media only screen and (min-width:1025px) {
    .toolkit__container {
        flex-wrap: wrap
    }
}

.toolkit__column,
.toolkit__column--content,
.toolkit__column--nav {
    flex: 0 0 auto;
    height: auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media only screen and (min-width:1025px) {

    .toolkit__column,
    .toolkit__column--content,
    .toolkit__column--nav {
        height: 100%;
        width: 80%
    }
}

@media only screen and (min-width:1025px) {
    .toolkit__column--nav {
        border-right: 1px solid rgba(0, 0, 0, .1);
        overflow: scroll;
        width: 20%
    }
}

@media only screen and (min-width:1025px) {
    .toolkit__column--content {
        overflow: hidden
    }
}

.toolkit__navigation {
    display: flex;
    flex-flow: column nowrap;
    margin: 0;
    padding: 0;
    width: 100%
}

.toolkit__navigation__item {
    border-top: 1px solid rgba(0, 0, 0, .1);
    display: block;
    width: 100%
}

.toolkit__navigation__anchor {
    display: block;
    line-height: inherit;
    padding: 15px 20px;
    text-align: left;
    width: 100%
}

.toolkit__navigation__anchor.is-disabled {
    opacity: .5;
    pointer-events: none
}

.toolkit__brand {
    display: block;
    padding: 20px
}

.toolkit__brand__logo {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 150px
}

.toolkit__content {
    left: 0;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

@media only screen and (min-width:1025px) {
    .toolkit__content {
        overflow-x: hidden;
        overflow-y: scroll
    }
}

.toolkit__content__heading {
    background-color: rgba(0, 0, 0, .05);
    padding: .5em
}

.toolkit__content.is-active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible
}

.toolkit__content-area {
    padding: 1em 1em 6em
}

@media only screen and (min-width:768px) {
    .toolkit__content-area {
        padding: 1em 2em 6em
    }
}

.toolkit__content-area__description {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 50px;
    padding-bottom: 40px
}

.toolkit__content-area__section+.toolkit__content-area__section {
    margin-top: 50px
}

.toolkit__content-area__heading {
    font-weight: 600;
    margin-bottom: 20px
}

.toolkit__palette {
    align-items: normal;
    display: flex;
    flex-flow: row wrap;
    margin: -10px
}

.toolkit__palette+.toolkit__palette {
    margin-top: 25px
}

@media only screen and (min-width:768px) {
    .toolkit__palette+.toolkit__palette {
        margin-top: 35px
    }
}

.toolkit__palette__box {
    border: 1px solid rgba(0, 0, 0, .1);
    color: #fff;
    height: 100px;
    margin: 10px;
    position: relative;
    width: calc(50% - 20px)
}

@media only screen and (min-width:600px) {
    .toolkit__palette__box {
        width: calc(33.333% - 20px)
    }
}

@media only screen and (min-width:768px) {
    .toolkit__palette__box {
        width: calc(25% - 20px)
    }
}

.toolkit__palette__box:before {
    content: attr(data-palette-hex);
    display: block;
    position: absolute;
    pointer-events: none;
    font-size: 12px;
    bottom: 0;
    color: currentColor;
    font-weight: 600;
    line-height: 1.5;
    left: 0;
    padding: 5px;
    text-transform: lowercase;
    white-space: pre;
    width: 150px
}

.toolkit__palette__title {
    font-size: 1.125rem;
    padding: 0 10px;
    width: 100%
}

.toolkit__code pre {
    border: 1px solid rgba(0, 0, 0, .04);
    max-height: 500px;
    padding: 5px;
    overflow: scroll
}

.toolkit__table {
    margin-top: 20px;
    text-align: left
}

[data-animation-delay="0"] {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms
}

[data-animation-delay="50"] {
    -webkit-animation-delay: 50ms;
    animation-delay: 50ms
}

[data-animation-delay="100"] {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

[data-animation-delay="150"] {
    -webkit-animation-delay: .15s;
    animation-delay: .15s
}

[data-animation-delay="200"] {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

[data-animation-delay="250"] {
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

[data-animation-delay="300"] {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

[data-animation-delay="350"] {
    -webkit-animation-delay: .35s;
    animation-delay: .35s
}

[data-animation-delay="400"] {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

[data-animation-delay="450"] {
    -webkit-animation-delay: .45s;
    animation-delay: .45s
}

[data-animation-delay="500"] {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

[data-animation-delay="550"] {
    -webkit-animation-delay: .55s;
    animation-delay: .55s
}

[data-animation-delay="600"] {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

[data-animation-delay="700"] {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

[data-animation-delay="750"] {
    -webkit-animation-delay: .75s;
    animation-delay: .75s
}

[data-animation-delay="800"] {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

[data-animation-delay="900"] {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

[data-animation-delay="1000"] {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

[data-animation-delay="1100"] {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

[data-animation-delay="1200"] {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

[data-animation-delay="1300"] {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}

[data-animation-delay="1400"] {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

[data-animation-delay="1500"] {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

[data-animation-delay="1600"] {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}

[data-animation-delay="1700"] {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s
}

[data-animation-delay="1800"] {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s
}

[data-animation-delay="1900"] {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s
}

[data-animation-delay="2000"] {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

[data-animation-type] {
    visibility: hidden
}

.animated,
.no-js [data-animation-type],
.toolkit [data-animation-type] {
    visibility: visible
}