<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*.c-red {
    color: #ff4567;
}

.c-white {
    color: #fff;
}

.c-yellow {
    color: #f5be18;
}

.c-light-yellow {
    color: #fff8ef;
}

.c-dark-blue {
    color: #003149;
}

.c-daintree {
    color: #002335;
}

.c-gray {
    color: #4e5457;
}

.c-dark-gray {
    color: #999;
}

.c-teal {
    color: #8ac7cb;
}

.c-blue {
    color: #066e87;
}

.c-medium-blue {
    color: #cde2e7;
}

.c-medium-gray {
    color: #939597;
}

.c-light-gray {
    color: #e7e7e7;
}

.c-black {
    color: #1b1d1e;
}

.c-darkest-blue {
    color: #012334;
}

.c-catskill {
    color: #eef6f8;
}*/

/*.bg-black {
    background-color: #1b1d1e;
}

.bg-lightest-blue {
    background-color: #f5f9fa;
}

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

.bg-dark-blue {
    background-color: #003149;
}

.bg-darkest-blue {
    background-color: #012334;
}

.bg-blue {
    background-color: #066e87;
}

.bg-teal {
    background-color: #8ac7cb;
}

.bg-light-teal {
    background-color: #acd4dc;
}

.bg-medium-blue {
    background-color: #cde2e7;
}

.bg-yellow {
    background-color: #f5be18;
}

.bg-light-yellow {
    background-color: #fff8ef;
}

.bg-light-blue {
    background-color: #f6fafb;
}

.bg-light-gray {
    background-color: #e7e7e7;
}

.bg-lightest-gray {
    background-color: #f8f8f8;
}

.bg-catskill {
    background-color: #eef6f8;
}*/

body, html {
    margin: 0;
}

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

[role=button], a, button, input, label, select, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.br {
    border-radius: 6px;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.fix {
    position: fixed;
}

.fill, .top {
    top: 0;
}

.bottom, .fill {
    bottom: 0;
}

.fill, .left {
    left: 0;
}

.fill, .right {
    right: 0;
}

.x {
    width: 100%;
}

.y {
    height: 100%;
}

.no-mx {
    max-width: none !important;
}

.mx-x {
    max-width: 100%;
}

.f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fw {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ais {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.aie {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.aib {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.aiss {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.jcs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.jce {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.jcc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.jcb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.jca {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.fa {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
}

.fs0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.al {
    text-align: left;
}

.ac {
    text-align: center;
}

.ar {
    text-align: right;
}

.aj {
    text-align: justify;
}

.vam {
    vertical-align: middle;
}

.vas {
    vertical-align: sub;
}

.ma, .mxa {
    margin-left: auto;
    margin-right: auto;
}

.ma, .mya {
    margin-top: auto;
    margin-bottom: auto;
}

.m0, .mt0, .my0 {
    margin-top: 0;
}

.m0, .mb0, .my0 {
    margin-bottom: 0;
}

.pb0 {
    padding-bottom: 0;
}

.m025, .mt025, .my025 {
    margin-top: .25em;
}

.m025, .mb025, .my025 {
    margin-bottom: .25em;
}

.m025, .ml025, .mx025 {
    margin-left: .25em;
}

.m025, .mr025, .mx025 {
    margin-right: .25em;
}

.p025, .pt025, .py025 {
    padding-top: .25em;
}

.p025, .pb025, .py025 {
    padding-bottom: .25em;
}

.p025, .pl025, .px025 {
    padding-left: .25em;
}

.p025, .pr025, .px025 {
    padding-right: .25em;
}

.m05, .mt05, .my05 {
    margin-top: .5em;
}

.m05, .mb05, .my05 {
    margin-bottom: .5em;
}

.m05, .ml05, .mx05 {
    margin-left: .5em;
}

.m05, .mr05, .mx05 {
    margin-right: .5em;
}

.p05, .pt05, .py05 {
    padding-top: .5em;
}

.p05, .pb05, .py05 {
    padding-bottom: .5em;
}

.p05, .pl05, .px05 {
    padding-left: .5em;
}

.p05, .pr05, .px05 {
    padding-right: .5em;
}

.m075, .mt075, .my075 {
    margin-top: .75em;
}

.m075, .mb075, .my075 {
    margin-bottom: .75em;
}

.m075, .ml075, .mx075 {
    margin-left: .75em;
}

.m075, .mr075, .mx075 {
    margin-right: .75em;
}

.p075, .pt075, .py075 {
    padding-top: .75em;
}

.p075, .pb075, .py075 {
    padding-bottom: .75em;
}

.p075, .pl075, .px075 {
    padding-left: .75em;
}

.p075, .pr075, .px075 {
    padding-right: .75em;
}

.m1, .mt1, .my1 {
    margin-top: 1em;
}

.m1, .mb1, .my1 {
    margin-bottom: 1em;
}

.m1, .ml1, .mx1 {
    margin-left: 1em;
}

.m1, .mr1, .mx1 {
    margin-right: 1em;
}

.p1, .pt1, .py1 {
    padding-top: 1em;
}

.p1, .pb1, .py1 {
    padding-bottom: 1em;
}

.p1, .pl1, .px1 {
    padding-left: 1em;
}

.p1, .pr1, .px1 {
    padding-right: 1em;
}

.m2, .mt2, .my2 {
    margin-top: 2em;
}

.m2, .mb2, .my2 {
    margin-bottom: 2em;
}

.m2, .ml2, .mx2 {
    margin-left: 2em;
}

.m2, .mr2, .mx2 {
    margin-right: 2em;
}

.p2, .pt2, .py2 {
    padding-top: 2em;
}

.p2, .pb2, .py2 {
    padding-bottom: 2em;
}

.p2, .pl2, .px2 {
    padding-left: 2em;
}

.p2, .pr2, .px2 {
    padding-right: 2em;
}

button {
    background: transparent;
    border: 0;
    border-radius: 0;
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
}

    .button, .button[role=button], button.button, input.button[type=submit] {
        display: inline-block;
        padding: 1.5rem 3rem 1.4rem;
        font-size: 14.08px;
        font-size: .88rem;
        font-weight: 500;
        line-height: 1.1;
        text-align: center;
        border-radius: 15px;
        border: 1px solid #283646;
        background-color: #283646;
        max-width: 280px;
        min-width: 200px;
        color: white;
        width: 100%;
        -webkit-transition-property: background-color,border-color,color;
        transition-property: background-color,border-color,color;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: cubic-bezier(0,.59,.25,1);
        transition-timing-function: cubic-bezier(0,.59,.25,1);
    }

@media (min-width:37.5em) {
    .button, .button[role=button], button.button, input.button[type=submit] {
        max-width: 100%;
        width: auto;
    }
}

.button:hover, .button[role=button]:hover, button.button:hover, input.button[type=submit]:hover {
    border-color: #012334;
    background-color: #012334;
    color: #fff;
}

.button[disabled], .button[role=button][disabled], button.button[disabled], input.button[type=submit][disabled] {
    opacity: .6;
    pointer-events: none;
    border-color: #012334;
    background-color: #012334;
    color: #fff;
}

    .button.button--dark, .button[disabled]:hover, .button[role=button].button--dark, .button[role=button][disabled]:hover, button.button.button--dark, button.button[disabled]:hover, input.button[type=submit].button--dark, input.button[type=submit][disabled]:hover {
        border-color: #012334;
        background-color: #012334;
        color: #fff;
    }

        .button.button--dark:hover, .button[role=button].button--dark:hover, button.button.button--dark:hover, input.button[type=submit].button--dark:hover {
            border-color: #f5be18;
            background-color: #f5be18;
            color: #012334;
        }

        .button.button--dark[disabled], .button[role=button].button--dark[disabled], button.button.button--dark[disabled], input.button[type=submit].button--dark[disabled] {
            opacity: .6;
            pointer-events: none;
        }

            .button.button--dark[disabled]:hover, .button[role=button].button--dark[disabled]:hover, button.button.button--dark[disabled]:hover, input.button[type=submit].button--dark[disabled]:hover {
                border-color: #012334;
                background-color: #012334;
                color: #fff;
            }

.button.button--light, .button[role=button].button--light, button.button.button--light, input.button[type=submit].button--light {
    border-color: #fff;
    background-color: #fff;
    color: #1b1d1e;
}

    .button.button--light:hover, .button[role=button].button--light:hover, button.button.button--light:hover, input.button[type=submit].button--light:hover {
        border-color: #f5be18;
        background-color: #f5be18;
        color: #012334;
    }

.button.button--outline, .button[role=button].button--outline, button.button.button--outline, input.button[type=submit].button--outline {
    border-color: #e7e7e7;
    background-color: #fff;
    color: #1b1d1e;
}

    .button.button--outline:hover, .button[role=button].button--outline:hover, button.button.button--outline:hover, input.button[type=submit].button--outline:hover {
        border-color: #f5be18;
        background-color: #f5be18;
        color: #012334;
    }

.button.button--small, .button[role=button].button--small, button.button.button--small, input.button[type=submit].button--small {
    padding: 1em 1.5em .9em;
}

a.button[role=button] {
    padding: 5px 60px 5px;
}

.nav-button {
    font-size: 14px;
    min-width: none;
    padding: 6px 20px 4px;
    font-size: 14.08px;
    font-size: .88rem;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    border-radius: 40px;
    border: 2px solid #f5be18;
    background-color: #f5be18;
}

    .nav-button:hover {
        color: #1b1d1e;
    }

form {
    margin: 0;
}

fieldset {
    padding: 0;
    outline: 0;
    margin: 0;
    border: 0;
}

.input, input, select, textarea {
    display: inline-block;
    outline: 0;
    border-radius: 0;
    border: 1px solid #e7e7e7;
    position: relative;
    font-size: inherit;
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
}

    .input:focus, input:focus, select:focus, textarea:focus {
        border-color: currentColor;
    }

textarea {
    max-width: 100%;
    overflow: auto;
    resize: vertical;
}

.input, input, select {
    padding: 1em 1.4em 1.1em;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select-wrapper {
    background: #fff;
}

    .select-wrapper select {
        background: transparent;
    }

    .select-wrapper svg {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 1em;
        margin: auto;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

input[type=file] {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    input[type=file] + label {
        position: relative;
        max-width: 300px;
        font-size: 14.08px;
        font-size: .88rem;
        font-weight: 500;
        line-height: 1.1;
        whitespace: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding: 0 1.5em;
        height: 35px;
        line-height: 35px;
        background: #f5be18;
        color: #1b1d1e;
        border-radius: 100px;
        cursor: pointer;
        -webkit-transition-property: background-color,border-color,color;
        transition-property: background-color,border-color,color;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: cubic-bezier(0,.59,.25,1);
        transition-timing-function: cubic-bezier(0,.59,.25,1);
    }

        input[type=file] + label:hover {
            color: #fff;
            background: #1b1d1e;
        }

        input[type=file] + label svg {
            width: 16px;
            height: 16px;
        }

.form input, .form select {
    width: 100%;
    margin-bottom: 1em;
}

.form .fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

@media (min-width:37.5em) {
    .form .fieldset {
        margin-bottom: 1em;
    }
}

.form .fieldset .select-wrapper, .form .fieldset input, .form .fieldset select {
    width: 100%;
    margin-bottom: 1em;
}

@media (min-width:37.5em) {
    .form .fieldset .select-wrapper, .form .fieldset input, .form .fieldset select {
        width: calc(50% - .5em);
        margin-bottom: 0;
    }
}

.form .fieldset .select-wrapper select {
    width: 100%;
}

.checkbox, .radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

    .checkbox:hover .__check, .radio:hover .__check {
        border-color: #939597;
    }

    .checkbox input[type=checkbox], .checkbox input[type=radio], .radio input[type=checkbox], .radio input[type=radio] {
        position: absolute;
        visibility: hidden;
        max-width: 100%;
    }

        .checkbox input[type=checkbox]:checked + .__check:after, .checkbox input[type=radio]:checked + .__check:after, .radio input[type=checkbox]:checked + .__check:after, .radio input[type=radio]:checked + .__check:after {
            background: #000;
        }

    .checkbox .__check, .radio .__check {
        display: block;
        position: relative;
        width: 18px;
        height: 18px;
        top: -1px;
        background: #fff;
        border: 1px solid #e7e7e7;
        border-radius: 100px;
        -webkit-transition: border .3s ease-in-out;
        transition: border .3s ease-in-out;
    }

        .checkbox .__check:after, .radio .__check:after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            height: 8px;
            width: 8px;
            border-radius: 100px;
            background: #fff;
            -webkit-transition: background .3s ease-in-out;
            transition: background .3s ease-in-out;
        }

        .checkbox .__check, .checkbox .__check:after {
            border-radius: 0;
        }

.form-errors {
    display: block;
    padding: .6em 1.5em;
    color: #066e87;
    border: 2px dashed #066e87;
    list-style: disc inside;
    width: 100%;
    text-align: center;
}

.form-group {
    margin-left: -.5em;
    margin-right: -.5em;
}

    .form-group .__field {
        padding: 0 .5em;
        width: 100%;
        margin-bottom: 1em;
    }

@media (min-width:37.5em) {
    .form-group.col--two .__field {
        width: 50%;
    }
}

.dim-80 {
    opacity: .8;
}

ol, ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    ol.list, ul.list {
        padding-left: 2em;
    }

    ol.list {
        list-style: decimal;
    }

    ul.list {
        list-style: disc;
    }

::-moz-selection {
    background: rgba(6,110,135,.4);
}

::-moz-selection, ::selection {
    background: rgba(6,110,135,.4);
}

.override--serif p, .serif {
    font-weight: 400;
}

.override--sans p, .sans {
    font-weight: 400;
}

body, html {
    color: #1b1d1e;
    font-weight: 400;
    font-size: 100%;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

button, input {
    font-size: 16px;
    font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 500;
}

.h1, .s1, h1 {
    letter-spacing: -1px;
    font-size: 40px;
    font-size: 2.5rem;
}

@media (min-width:56.25em) {
    .h1, .s1, h1 {
        font-size: 3.5rem;
    }
}

.h1, h1 {
    line-height: 1.3;
}

@media (min-width:37.5em) {
    .h0, .h1-80 {
        font-size: 3.5rem;
    }
}

@media (min-width:56.25em) {
    .h0, .h1-80 {
        font-size: 4rem;
    }
}

.h1-80 {
    background: red;
}

.h2, .s2, h2 {
    letter-spacing: -1px;
    font-size: 28px;
    font-size: 1.75rem;
}

@media (min-width:56.25em) {
    .h2, .s2, h2 {
        font-size: 2rem;
    }
}

@media (min-width:81.25em) {
    .h2, .s2, h2 {
        font-size: 2.5rem;
    }
}

.h2, h2 {
    line-height: 1.3;
}

.h3, .s3, h3 {
    letter-spacing: -1px;
    font-size: 25.6px;
    font-size: 1.6rem;
}

@media (min-width:56.25em) {
    .h3, .s3, h3 {
        font-size: 1.8rem;
    }
}

@media (min-width:75em) {
    .h3, .s3, h3 {
        font-size: 2rem;
    }
}

.h3, h3 {
    line-height: 1.3;
}

.h4, .s4, h4 {
    font-size: 20.8px;
    font-size: 1.3rem;
}

@media (min-width:56.25em) {
    .h4, .s4, h4 {
        font-size: 1.5rem;
    }
}

.h4, h4 {
    line-height: 1.5;
}

.h5, .s5, h5 {
    font-size: 18.08px;
    font-size: 1.13rem;
}

.h5, h5 {
    line-height: 1.6;
}

.h6, .s6, h6 {
    font-size: 12.48px;
    font-size: .78rem;
}

.h6, h6 {
    line-height: 1.6;
}

.p, .s0, p {
    font-size: 16px;
    font-size: 1rem;
}

@media (min-width:87.5em) {
    .p, .s0, p {
        font-size: 1.13rem;
    }
}

.p, p {
    line-height: 1.5;
}

p {
    margin: 1em 0;
}

.p14 {
    font-size: .875em;
}

@media (min-width:56.25em) {
    .p21 {
        font-size: 1.3125rem;
        line-height: 1.5;
    }
}

.p16, .p16 p {
    font-size: 16px;
    font-size: 1rem;
}

.p14 {
    font-size: 14.08px;
    font-size: .88rem;
}

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

    a.has-underline, button.has-underline {
        text-decoration: underline;
        padding-left: 0;
        padding-right: 0;
    }

hr {
    display: block;
    border: 0;
    margin: 0;
    height: 1px;
    width: 100%;
    background-color: currentColor;
    color: inherit;
}

.underline {
    display: inline-block;
    position: relative;
    font-size: 12.48px;
    font-size: .78rem;
    font-weight: 500;
    line-height: 1;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

    .underline:not(.is-quiet) {
        text-transform: uppercase;
        letter-spacing: 2px;
    }

        .underline:not(.is-quiet):after {
            content: "";
            background-color: #f5be18;
        }

        .underline:after, .underline:not(.is-quiet):hover:after {
            background-color: currentColor;
        }

    .underline:after {
        content: "";
        position: absolute;
        height: 2px;
        bottom: -.4ch;
        left: 0;
        width: 100%;
        -webkit-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out;
    }

    .underline:hover:after {
        background-color: #f5be18;
    }

button.underline {
    padding-left: 0;
    padding-right: 0;
    line-height: 1;
}

.link--underline, .links--underline a {
    text-decoration: underline;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

    .link--underline:hover, .links--underline a:hover {
        opacity: .5;
    }

a.hover--opacity, button.hover--opacity {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

    a.hover--opacity:hover, button.hover--opacity:hover {
        opacity: .5;
    }

a.hover--opacity-invert {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: .5;
}

    a.hover--opacity-invert:hover {
        opacity: 1;
    }

.small, small {
    font-size: 12px;
    font-size: 11px;
}

.light {
    font-weight: 400;
}

.b, .medium, strong {
    font-weight: 500;
}

.i, em {
    font-style: italic;
}

.wysiwyg hr {
    margin: 3em auto;
    background: #e7e7e7;
    max-width: 80%;
}

.wysiwyg p {
    margin: 0 0 2em;
}

    .wysiwyg p + p {
        margin: 2em 0;
    }

.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
    margin: .75em 0 .4em;
}

.wysiwyg p {
    font-size: 16px;
    font-size: 1rem;
    color: #4e5457;
    line-height: 1.8;
}

.wysiwyg blockquote h1, .wysiwyg blockquote h2, .wysiwyg blockquote h3, .wysiwyg blockquote h4, .wysiwyg blockquote h5, .wysiwyg blockquote h6, .wysiwyg blockquote p {
    font-style: italic;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.4;
    text-align: center;
    color: #939597;
    margin: 80px 0;
    font-weight: 500;
}

@media (min-width:56.25em) {
    .wysiwyg blockquote h1, .wysiwyg blockquote h2, .wysiwyg blockquote h3, .wysiwyg blockquote h4, .wysiwyg blockquote h5, .wysiwyg blockquote h6, .wysiwyg blockquote p {
        font-size: 1.625rem;
    }
}

.wysiwyg h1 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.3;
}

@media (min-width:56.25em) {
    .wysiwyg h1 {
        font-size: 2.5rem;
    }
}

.wysiwyg h2 {
    font-size: 25.6px;
    font-size: 1.6rem;
    line-height: 1.5;
}

@media (min-width:56.25em) {
    .wysiwyg h2 {
        font-size: 2rem;
    }
}

.wysiwyg h3 {
    font-size: 14.08px;
    font-size: .88rem;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.wysiwyg a {
    text-decoration: underline;
    color: #066e87;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

    .wysiwyg a:hover {
        opacity: .5;
    }

.wysiwyg ol, .wysiwyg ul {
    padding-left: 1em;
    margin: 2em 0;
    color: #4e5457;
}

    .wysiwyg ol:first-child, .wysiwyg ul:first-child {
        margin-top: 0;
    }

    .wysiwyg ol:last-child, .wysiwyg ul:last-child {
        margin-bottom: 0;
    }

.wysiwyg ol {
    list-style: decimal inside;
}

.wysiwyg ul {
    list-style: disc outside;
    line-height: 1.5;
}

    .wysiwyg ol ol, .wysiwyg ol ul, .wysiwyg ul ol, .wysiwyg ul ul {
        margin: 0;
        padding-left: 2em;
    }

.wysiwyg--non-blog h1, .wysiwyg--non-blog h2, .wysiwyg--non-blog h3, .wysiwyg--non-blog h4, .wysiwyg--non-blog h5, .wysiwyg--non-blog h6, .wysiwyg--non-blog p {
    margin: 0 0 1em;
    color: #4e5457;
    font-size: 16px;
    font-size: 1rem;
}

@media (min-width:87.5em) {
    .wysiwyg--non-blog h1, .wysiwyg--non-blog h2, .wysiwyg--non-blog h3, .wysiwyg--non-blog h4, .wysiwyg--non-blog h5, .wysiwyg--non-blog h6, .wysiwyg--non-blog p {
        font-size: 1.13rem;
    }
}

.wysiwyg--non-blog h1 + p, .wysiwyg--non-blog h2 + p, .wysiwyg--non-blog h3 + p, .wysiwyg--non-blog h4 + p, .wysiwyg--non-blog h5 + p, .wysiwyg--non-blog h6 + p, .wysiwyg--non-blog p + p {
    margin: 1em 0;
}

.wysiwyg--non-blog blockquote {
    display: none;
}

.wysiwyg--non-blog a {
    text-decoration: underline;
    color: #066e87;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

    .wysiwyg--non-blog a:hover {
        opacity: .5;
    }

.wysiwyg--non-blog ol, .wysiwyg--non-blog ul {
    padding-left: 1em;
    margin: 1em 0;
    color: #4e5457;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

@media (min-width:37.5em) {
    .wysiwyg--non-blog ol, .wysiwyg--non-blog ul {
        font-size: 1.13rem;
    }
}

.wysiwyg--non-blog ol {
    list-style: decimal inside;
}

.wysiwyg--non-blog ul {
    list-style: disc outside;
    padding-left: 1.5em;
}

    .wysiwyg--non-blog ol ol, .wysiwyg--non-blog ol ul, .wysiwyg--non-blog ul ol, .wysiwyg--non-blog ul ul {
        margin: 0;
        padding-left: 2em;
    }

.caps {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.track {
    letter-spacing: 2px;
}

.no-under {
    text-decoration: none;
}

.fwr {
    font-weight: 400;
}

.reader {
}

.fwm {
    font-weight: 500;
}

.fwb {
    font-weight: 700;
}

.link.active {
    text-decoration: underline;
}

.no-ls {
    letter-spacing: 0;
}

.tal {
    text-align: left;
}

.tac {
    text-align: center;
}

.nw {
    white-space: nowrap;
}

.z0 {
    z-index: 0;
}

.z1 {
    z-index: 100;
}

.z2 {
    z-index: 200;
}

.z3 {
    z-index: 300;
}

.z5 {
    z-index: 500;
}

.z6 {
    z-index: 600;
}

.z7 {
    z-index: 700;
}

.z8 {
    z-index: 800;
}

.z9 {
    z-index: 900;
}

.z10 {
    z-index: 1000;
}

.oh {
    overflow: hidden;
}
/*! Flickity v2.1.1
https://flickity.metafizzy.co
---------------------------------------------- */ .flickity-enabled {
    position: relative;
}

    .flickity-enabled:focus {
        outline: none;
    }

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .flickity-enabled.is-draggable .flickity-viewport {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab;
    }

        .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
            cursor: -webkit-grabbing;
            cursor: grabbing;
        }

.flickity-button {
    position: absolute;
    background: hsla(0,0%,100%,.75);
    border: none;
    color: #333;
}

    .flickity-button:hover {
        background: #fff;
        cursor: pointer;
    }

    .flickity-button:focus {
        outline: none;
        -webkit-box-shadow: 0 0 0 5px #19f;
        box-shadow: 0 0 0 5px #19f;
    }

    .flickity-button:active {
        opacity: .6;
    }

    .flickity-button:disabled {
        opacity: .3;
        cursor: auto;
        pointer-events: none;
    }

.flickity-button-icon {
    fill: #333;
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .flickity-prev-next-button.previous {
        left: 10px;
    }

    .flickity-prev-next-button.next {
        right: 10px;
    }

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots {
    direction: rtl;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer;
}

    .flickity-page-dots .dot.is-selected {
        opacity: 1;
    }

[data-animate] {
    -webkit-transition: all .6s cubic-bezier(0,.59,.25,1);
    transition: all .6s cubic-bezier(0,.59,.25,1);
}

[data-animate*=ease] {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

[data-animate*=slide-up] {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

    [data-animate*=slide-up].is-visible {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

.klaviyo-form {
    padding: 1em !important;
    width: 100% !important;
    max-width: 450px !important;
}

@media (min-width:37.5em) {
    .klaviyo-form {
        padding: 2em !important;
    }
}

.klaviyo-form *, .klaviyo-form p, .klaviyo-form p * {
}

    .klaviyo-form p, .klaviyo-form p * {
        font-size: 18px !important;
        text-align: left !important;
        line-height: 1.5 !important;
    }

.klaviyo-form input[type=text] {
    padding: 1em 1.4em 1.1em !important;
    border: 1px solid #e7e7e7 !important;
    font-size: inherit;
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
    height: auto !important;
}

.klaviyo-form div[class*=ModalContent__ModalContent] {
    max-width: 100% !important;
}

.klaviyo-form div[class*=View__FormView] {
    padding: 1em !important;
    border-radius: 6px;
    -webkit-box-shadow: 0 10px 20px 10px rgba(78,84,87,.08);
    box-shadow: 0 10px 20px 10px rgba(78,84,87,.08);
    width: 100% !important;
}

@media (min-width:37.5em) {
    .klaviyo-form div[class*=View__FormView] {
        padding: 2em !important;
    }
}

.klaviyo-form div[class*=ValidationMessage__Container] {
    margin-top: .5em !important;
}

.klaviyo-form button {
    padding: 1.5rem 3rem 1.4rem !important;
    font-size: 14.08px !important;
    font-size: .88rem !important;
    font-weight: 500 !important;
    line-height: 1.1 !important;
    text-align: center !important;
    color: #003149 !important;
    width: 100 !important;
    -webkit-transition-property: background-color,border-color,color !important;
    transition-property: background-color,border-color,color !important;
    -webkit-transition-duration: .3s !important;
    transition-duration: .3s !important;
    -webkit-transition-timing-function: cubic-bezier(0,.59,.25,1) !important;
    transition-timing-function: cubic-bezier(0,.59,.25,1) !important;
}

    .klaviyo-form button:hover {
        border-color: #012334 !important;
        background-color: #012334 !important;
        color: #fff !important;
    }

@-webkit-keyframes pagePulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .2;
    }

    to {
        opacity: 1;
    }
}

@keyframes pagePulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .2;
    }

    to {
        opacity: 1;
    }
}

.page-loader {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out;
}

    .page-loader.is-visible {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .page-loader.is-hiding {
        opacity: 0;
    }

    .page-loader svg {
        height: 30px;
        width: 30px;
        text-align: center;
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out;
        -webkit-animation: pagePulse 1s ease-out;
        animation: pagePulse 1s ease-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        opacity: 1;
    }

@media (min-width:75em) {
    .outer.outer--small {
        padding: 0 48px;
    }
}

.container--l {
    max-width: 1360px;
}

.container--m {
    max-width: 650px;
}

.container--s {
    max-width: 500px;
}

.cta {
    padding: 9rem 0;
}

.cta__content {
    padding: 0 32px;
}

@media (min-width:65.63em) {
    .cta__content {
        padding: 0 48px;
    }
}

@media (min-width:75em) {
    .cta__content {
        padding: 0 100px;
    }
}

.cta__content a.button {
    width: 100%;
    max-width: 320px;
}

.cta__block {
    max-width: 800px;
}

.cta__wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width:56.25em) {
    .cta__right .cta__wrapper {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .cta__right .cta__block {
        max-width: 600px;
        margin-right: 3rem;
    }
}

.cta__background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0;
}

.cta .badge {
    top: -30px;
}

@media (min-width:37.5em) {
    .cta .badge {
        top: -50px;
    }
}

@media (min-width:56.25em) {
    .cta .badge {
        top: -80px;
    }
}

.nav-spacer {
    height: 60px;
}

@media (min-width:37.5em) {
    .nav-spacer {
        height: 80px;
    }
}

@media (min-width:65.63em) {
    .nav-spacer.with-sub-nav {
        height: 140px;
    }
}

.nav {
    -webkit-transition-property: background,color,-webkit-box-shadow;
    transition-property: background,color,-webkit-box-shadow;
    transition-property: background,color,box-shadow;
    transition-property: background,color,box-shadow,-webkit-box-shadow;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

    .nav.is-solid, .nav.is-solid .nav__bg, .nav:hover, .nav:hover .nav__bg {
        background: #fff;
        color: #000;
    }

.nav__close {
    right: 20px;
    cursor: pointer;
}

.nav__promo {
    height: 55px;
}

@media (min-width:56.25em) {
    .nav__promo {
        height: 45px;
    }
}

.nav__promo-markdown {
    width: 100%;
}

    .nav__promo-markdown * {
        font-weight: 500;
        font-size: .88em;
        line-height: 1.6;
        color: #ffffff;
    }

@media (min-width:37.5em) {
    .nav__promo-markdown {
        width: auto;
    }
}

.nav__promo-markdown a {
    text-decoration: underline;
}

.nav__promo-markdown p {
    margin: 0;
}

.nav__promo ::-moz-selection {
    background: hsla(0,0%,100%,.4);
}

.nav__promo ::-moz-selection, .nav__promo ::selection {
    background: hsla(0,0%,100%,.4);
}

.nav__promo__close {
    height: 45px;
    width: 45px;
}

    .nav__promo__close:hover svg {
        opacity: .4;
    }

    .nav__promo__close svg {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        color: #fff;
        -webkit-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
    }

.nav__promo-spacer {
    height: 55px;
}

@media (min-width:56.25em) {
    .nav__promo-spacer {
        height: 45px;
    }
}

.nav-shadow {
    height: 30px;
    -webkit-box-shadow: 0 5px 14px 0 rgba(0,0,0,.1);
    box-shadow: 0 5px 14px 0 rgba(0,0,0,.1);
    opacity: 0;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}

    .nav-shadow.is-visible {
        opacity: 1;
    }

@media (min-width:37.5em) {
    .nav-shadow {
        height: 40px;
    }
}

.nav__bg {
    -webkit-transition-property: background,color,-webkit-box-shadow;
    transition-property: background,color,-webkit-box-shadow;
    transition-property: background,color,box-shadow;
    transition-property: background,color,box-shadow,-webkit-box-shadow;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.nav__inner {
    height: 60px;
}

@media (min-width:37.5em) {
    .nav__inner {
        height: 80px;
    }
}

@media (min-width:65.63em) {
    .nav__mobile-toggle {
        display: none;
    }
}

.nav__mobile-toggle button {
    background: transparent;
    width: 50px;
    height: 50px;
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

    .nav__mobile-toggle button span {
        width: 20px;
    }

        .nav__mobile-toggle button span, .nav__mobile-toggle button span:after, .nav__mobile-toggle button span:before {
            height: 2px;
            background: currentColor;
            -webkit-transition-property: opacity,-webkit-transform;
            transition-property: opacity,-webkit-transform;
            transition-property: transform,opacity;
            transition-property: transform,opacity,-webkit-transform;
            -webkit-transition-duration: .15s;
            transition-duration: .15s;
            -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
        }

            .nav__mobile-toggle button span:after, .nav__mobile-toggle button span:before {
                content: "";
                display: block;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
            }

            .nav__mobile-toggle button span:before {
                -webkit-transform: translateY(-7px);
                transform: translateY(-7px);
            }

            .nav__mobile-toggle button span:after {
                -webkit-transform: translateY(7px);
                transform: translateY(7px);
            }

    .nav__mobile-toggle button.is-x span {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

        .nav__mobile-toggle button.is-x span:before {
            opacity: 0;
        }

        .nav__mobile-toggle button.is-x span:after {
            -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg);
        }

.nav.is-solid .nav__mobile-toggle button, .nav:hover .nav__mobile-toggle button {
    color: #000;
}

.nav__logo {
    position: absolute;
    width: 92px;
    height: 20px;
}

    .nav__logo svg {
        -webkit-transition: color .15s ease-in-out;
        transition: color .15s ease-in-out;
        width: 92px;
        height: 20px;
    }

    .nav__logo:hover {
        color: #f5be18;
    }

@media (min-width:37.5em) {
    .nav__logo, .nav__logo svg {
        width: 123px;
        height: 27px;
    }
}

@media (min-width:65.63em) {
    .nav__logo {
        position: relative;
        width: 185px;
        margin: 0;
    }
}

.nav__menu {
    display: none;
    max-width: 575px;
}

@media (min-width:65.63em) {
    .nav__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width:75em) {
    .nav__menu {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
    }
}

.nav__item:hover {
    color: #f5be18;
}

.nav__item svg {
    -webkit-transition: -webkit-transform .15s ease-in-out;
    transition: -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out,-webkit-transform .15s ease-in-out;
}

.nav__item.has-sub-menu .nav__anchor svg {
    -webkit-transform: rotate(90deg) translateY(-2px) translateX(-2px);
    transform: rotate(90deg) translateY(-2px) translateX(-2px);
}

.nav__item.has-sub-menu.is-open svg, .nav__item.has-sub-menu:hover &gt; svg {
    -webkit-transform: rotate(90deg) translateY(-2px) translateX(-2px) scaleX(-1);
    transform: rotate(90deg) translateY(-2px) translateX(-2px) scaleX(-1);
}

.nav__item.has-sub-menu:hover .nav__sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}

    .nav__item.has-sub-menu:hover .nav__sub-menu .nav__paints li {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .nav__item.has-sub-menu:hover .nav__sub-menu .nav__paints li, .nav__item.has-sub-menu:hover .nav__sub-menu .nav__shop li {
        -webkit-transition: -webkit-transform .6s cubic-bezier(0,.59,.25,1);
        transition: -webkit-transform .6s cubic-bezier(0,.59,.25,1);
        transition: transform .6s cubic-bezier(0,.59,.25,1);
        transition: transform .6s cubic-bezier(0,.59,.25,1),-webkit-transform .6s cubic-bezier(0,.59,.25,1);
    }

    .nav__item.has-sub-menu:hover .nav__sub-menu .nav__shop li {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

.nav__anchor {
    display: block;
    position: relative;
    height: 60px;
    line-height: 60px;
    -webkit-transition-property: opacity,color;
    transition-property: opacity,color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    font-size: 14.08px;
    font-size: .88rem;
}

@media (min-width:37.5em) {
    .nav__anchor {
        height: 80px;
        line-height: 80px;
    }
}

.nav__anchor:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: currentColor;
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.nav__anchor.active:after {
    opacity: 1;
}

.nav.is-scrolled .nav__anchor:after {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.nav.is-scrolled .nav__anchor.is-quiz:after {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}

.nav.is-solid .nav__anchor.active, .nav:hover .nav__anchor.active {
    color: #f5be18;
}

.has-sub-menu .nav__anchor.active:after {
    display: none;
}

.has-sub-menu .nav__anchor:hover:after {
    opacity: 0;
}

.nav__anchor sup {
    position: absolute;
}

.nav__sub-menu {
    margin-top: 80px;
    background: #fff;
    color: #000;
    opacity: 0;
    -webkit-transition: opacity .15s ease-in-out,visibility .15s ease-in-out .15s;
    transition: opacity .15s ease-in-out,visibility .15s ease-in-out .15s;
    padding: 0 0 40px;
    visibility: hidden;
}

    .nav__sub-menu:not(.nav__sub-menu-small):not(.nav__sub-menu-medium) {
        position: absolute;
        left: 50%;
        right: 50%;
        max-width: 100vw;
        width: 100vw;
        margin-left: -50vw;
        margin-right: -50vw;
    }

    .nav__sub-menu.is-active {
        display: block;
    }

    .nav__sub-menu.is-visible {
        opacity: 1;
    }

.nav__sub-menu-small {
    width: 185px;
    padding: 0 30px 30px;
    left: -35px;
}

    .nav__sub-menu-small .nav__paints li, .nav__sub-menu-small .nav__shop li {
        padding: 0;
        width: 100%;
    }

    .nav__sub-menu-small .nav__anchor {
        color: #000;
    }

    .nav__sub-menu-small .nav-shadow {
        height: 130px;
    }

    .nav__sub-menu-small h6 {
        font-size: 14px;
    }

.nav__sub-menu-medium {
    width: 500px;
    padding: 0 30px 30px;
    left: -35px;
}

    .nav__sub-menu-medium .nav__paints li, .nav__sub-menu-medium .nav__shop li {
        padding: 0;
        width: 100%;
    }

    .nav__sub-menu-medium .nav__anchor {
        color: #000;
    }

    .nav__sub-menu-medium .nav-shadow {
        height: 130px;
    }

    .nav__sub-menu-medium h6 {
        font-size: 14px;
    }

    .nav__sub-menu-medium .nav__inner-left, .nav__sub-menu-medium .nav__inner-right {
        float: left;
    }

    .nav__sub-menu-medium .nav__inner-left {
        width: 40%;
    }

    .nav__sub-menu-medium .nav__inner-right {
        width: 60%;
    }

        .nav__sub-menu-medium .nav__inner-right a {
            padding-top: 8px;
            text-transform: uppercase;
            display: inline-block;
            border-bottom: 2px solid #f5be18;
        }

            .nav__sub-menu-medium .nav__inner-right a:hover {
                color: #f5be18;
            }

    .nav__sub-menu-medium img {
        display: block;
        max-width: 100%;
        height: auto;
        width: 100%;
    }

.nav__paints li {
    width: 25%;
    padding: 0 22px;
    -webkit-transition: -webkit-transform .6s cubic-bezier(0,.59,.25,1) .6s;
    transition: -webkit-transform .6s cubic-bezier(0,.59,.25,1) .6s;
    transition: transform .6s cubic-bezier(0,.59,.25,1) .6s;
    transition: transform .6s cubic-bezier(0,.59,.25,1) .6s,-webkit-transform .6s cubic-bezier(0,.59,.25,1) .6s;
}

    .nav__paints li .__img {
        padding-top: 100%;
        -webkit-transition: -webkit-transform .6s cubic-bezier(0,.59,.25,1);
        transition: -webkit-transform .6s cubic-bezier(0,.59,.25,1);
        transition: transform .6s cubic-bezier(0,.59,.25,1);
        transition: transform .6s cubic-bezier(0,.59,.25,1),-webkit-transform .6s cubic-bezier(0,.59,.25,1);
    }

    .nav__paints li h6 {
        padding-top: 1em;
        -webkit-transition: color .15s ease-in-out;
        transition: color .15s ease-in-out;
    }

    .nav__paints li:hover .__img {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    .nav__paints li:hover .__img--button {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

        .nav__paints li:hover .__img--button .__arrow-button {
            background: #003149;
            border-color: #003149;
        }

    .nav__paints li:hover h6 {
        color: #f5be18;
    }

    .nav__paints li:first-of-type {
        -webkit-transform: translateY(-75px);
        transform: translateY(-75px);
    }

    .nav__paints li:nth-of-type(2) {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }

    .nav__paints li:nth-of-type(3) {
        -webkit-transform: translateY(-125px);
        transform: translateY(-125px);
    }

    .nav__paints li:nth-of-type(4) {
        -webkit-transform: translateY(-150px);
        transform: translateY(-150px);
    }

    .nav__paints li:nth-of-type(5) {
        -webkit-transform: translateY(-175px);
        transform: translateY(-175px);
    }

    .nav__paints li .__arrow-button {
        height: 60px;
        width: 60px;
        background: #8ac7cb;
        border-radius: 100px;
        border: 2px solid #8ac7cb;
        color: #fff;
        -webkit-transition-property: background,color,border;
        transition-property: background,color,border;
        -webkit-transition-duration: .6s;
        transition-duration: .6s;
        -webkit-transition-timing-function: cubic-bezier(0,.59,.25,1);
        transition-timing-function: cubic-bezier(0,.59,.25,1);
    }

.nav__shop li {
    width: 25%;
    padding: 0 22px;
    -webkit-transition: -webkit-transform .6s cubic-bezier(0,.59,.25,1) .6s;
    transition: -webkit-transform .6s cubic-bezier(0,.59,.25,1) .6s;
    transition: transform .6s cubic-bezier(0,.59,.25,1) .6s;
    transition: transform .6s cubic-bezier(0,.59,.25,1) .6s,-webkit-transform .6s cubic-bezier(0,.59,.25,1) .6s;
}

    .nav__shop li .__img {
        padding-top: 100%;
        -webkit-transition: -webkit-transform .6s cubic-bezier(0,.59,.25,1);
        transition: -webkit-transform .6s cubic-bezier(0,.59,.25,1);
        transition: transform .6s cubic-bezier(0,.59,.25,1);
        transition: transform .6s cubic-bezier(0,.59,.25,1),-webkit-transform .6s cubic-bezier(0,.59,.25,1);
    }

    .nav__shop li h6 {
        padding-top: 1em;
        -webkit-transition: color .15s ease-in-out;
        transition: color .15s ease-in-out;
    }

    .nav__shop li:hover .__img {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    .nav__shop li:hover .__img--button {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

        .nav__shop li:hover .__img--button .__arrow-button {
            background: #003149;
            border-color: #003149;
        }

    .nav__shop li:hover h6 {
        color: #f5be18;
    }

    .nav__shop li:first-of-type {
        -webkit-transform: translateY(-75px);
        transform: translateY(-75px);
    }

    .nav__shop li:nth-of-type(2) {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }

    .nav__shop li:nth-of-type(3) {
        -webkit-transform: translateY(-125px);
        transform: translateY(-125px);
    }

    .nav__shop li:nth-of-type(4) {
        -webkit-transform: translateY(-150px);
        transform: translateY(-150px);
    }

    .nav__shop li:nth-of-type(5) {
        -webkit-transform: translateY(-175px);
        transform: translateY(-175px);
    }

    .nav__shop li:nth-of-type(6) {
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px);
    }

    .nav__shop li .__arrow-button {
        height: 60px;
        width: 60px;
        background: #8ac7cb;
        border-radius: 100px;
        border: 2px solid #8ac7cb;
        color: #fff;
        -webkit-transition-property: background,color,border;
        transition-property: background,color,border;
        -webkit-transition-duration: .6s;
        transition-duration: .6s;
        -webkit-transition-timing-function: cubic-bezier(0,.59,.25,1);
        transition-timing-function: cubic-bezier(0,.59,.25,1);
    }

.nav__right li {
    display: none;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-transition-property: color,opacity;
    transition-property: color,opacity;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.nav.is-solid .nav__right li:hover {
    color: #f5be18;
}

@media (min-width:37.5em) {
    .nav__right li {
        display: block;
    }
}

.nav__right a {
    display: block;
    position: relative;
    height: 40px;
    width: 40px;
    margin: 0 3px;
}

    .nav__right a svg {
        width: 20px;
    }

.nav__user.is-logged-in .fill {
    fill: currentColor;
}

.nav__cart path, .nav__favs path, .nav__user path {
    -webkit-transition: fill .15s ease-in-out;
    transition: fill .15s ease-in-out;
}

.nav__cart .stroke, .nav__favs .stroke, .nav__user .stroke {
    fill: currentColor;
}

.nav__cart .fill, .nav__favs .fill, .nav__user .fill {
    fill: transparent;
}

.nav__cart.active .stroke, .nav__favs.active .stroke, .nav__user.active .stroke {
    stroke: #f5be18;
}

.nav__cart.active .fill, .nav__favs.active .fill, .nav__user.active .fill {
    fill: #f5be18;
}

.nav__favs.active svg path, .nav__favs:hover path {
    fill: #f5be18;
    stroke: #f5be18;
}

.nav__cart {
    display: block !important;
    margin-left: 4px;
}

    .nav__cart button {
        height: 40px;
        color: currentColor;
        padding-right: 0;
    }

.nav__cart_number {
    height: 24px;
    min-width: 24px;
    background: #f5be18;
    color: #1b1d1e;
    font-size: 12px;
    line-height: 0;
    border-radius: 100px;
    padding: 0 8px;
    margin-left: 2px;
}

    .nav__cart_number span {
        top: 1px;
    }

.nav-referral {
    display: none !important;
    width: auto !important;
    height: auto !important;
    border-bottom: 2px solid #fff;
    padding-bottom: .4ch;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
    margin: 0 !important;
}

@media (min-width:81.25em) {
    .nav-referral {
        display: block !important;
    }
}

.is-scrolled .nav-referral, .nav:hover .nav-referral {
    border-color: #f5be18;
}

.quiz-promo-bar {
    display: none;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -86px;
    background-color: #97c5ca;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

@media (min-width:65.63em) {
    .quiz-promo-bar {
        display: block;
    }
}

.quiz-promo-bar.is-visible {
    opacity: 1;
}

.nav.minimal-nav .nav__bg {
    background-color: #003149;
}

.nav.minimal-nav .minimal-promo, .nav.minimal-nav .nav-favs, .nav.minimal-nav .nav-user, .nav.minimal-nav .nav__menu, .nav.minimal-nav .nav__mobile-toggle, .nav.minimal-nav .nav__referral {
    display: none;
}

.nav.minimal-nav .nav__logo {
    width: 100px;
    height: 16px;
}

    .nav.minimal-nav .nav__logo svg {
        width: 75px;
        height: 16px;
    }

        .nav.minimal-nav .nav__logo svg path {
            fill: #fff;
        }

.nav.minimal-nav + .nav-spacer, .nav.minimal-nav .nav__inner {
    height: 50px !important;
}

.nav.minimal-nav .nav__cart svg path {
    fill: #fff;
}

.nav.minimal-nav .nav__inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (min-width:56.25em) {
    .nav.minimal-nav .minimal-promo {
        display: block;
    }

    .nav.minimal-nav .nav__inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .nav.minimal-nav .nav__logo {
        position: relative;
        margin: 0;
    }
}

.drawer {
    visibility: hidden;
}

    .drawer.is-active {
        visibility: visible;
    }

.drawer-overlay {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out;
}

    .drawer-overlay.is-active {
        visibility: visible;
    }

    .drawer-overlay.is-visible {
        opacity: .8;
    }

.drawer-content {
    overflow: auto;
    width: 100%;
    max-width: 500px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
    -webkit-overflow-scrolling: touch;
}

.is-left .drawer-content {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.drawer-content.is-visible {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

@media (min-width:65.63em) {
    .nav-mobile {
        display: none !important;
    }
}

.nav-mobile-scroll {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.nav-mobile__inner {
    padding: 2em 0;
}

.nav-mobile__link {
    font-size: 15.2px;
    font-size: .95rem;
}

    .nav-mobile__link:last-child {
        border-bottom: 0;
    }

    .nav-mobile__link &gt; a {
        padding: 1.4em 0 1.1em;
        -webkit-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out;
    }

        .nav-mobile__link &gt; a.active {
            color: #f5be18;
        }

    .nav-mobile__link &gt; button {
        padding: 1.3em 0 1.2em;
    }

        .nav-mobile__link &gt; button svg {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            -webkit-transition: -webkit-transform .3s ease-in-out;
            transition: -webkit-transform .3s ease-in-out;
            transition: transform .3s ease-in-out;
            transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
        }

        .nav-mobile__link &gt; button.is-open svg {
            -webkit-transform: rotate(90deg) scaleX(-1);
            transform: rotate(90deg) scaleX(-1);
        }

    .nav-mobile__link ul {
        padding-bottom: .5em;
    }

.nav-mobile__sub-link {
    width: 100%;
    padding: 0 0 .75em;
}

    .nav-mobile__sub-link a {
        -webkit-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out;
    }

        .nav-mobile__sub-link a.active {
            color: #f5be18;
        }

.nav-mobile__header {
    -webkit-box-shadow: 0 12px 14px 0 #fff;
    box-shadow: 0 12px 14px 0 #fff;
}

.nav-mobile__footer {
    background: #fff;
    -webkit-box-shadow: 0 -12px 14px 0 #fff;
    box-shadow: 0 -12px 14px 0 #fff;
    border-top: 1px solid #e7e7e7;
}

    .nav-mobile__footer hr {
        height: 25px;
        width: 1px;
    }

.nav-mobile__footer-link {
    padding: 1.8em 0 1.7em;
    width: 50%;
    font-size: 12px;
    font-size: .75rem;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

    .nav-mobile__footer-link.active {
        color: #f5be18;
    }

    .nav-mobile__footer-link svg {
        width: 14px;
        margin-right: 8px;
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

.badge {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    font-size: 12.8px;
    font-size: .8rem;
}

@media (min-width:56.25em) {
    .badge {
        height: 80px;
        width: 80px;
        font-size: .9rem;
    }
}

.hero {
    background-color: #003149;
}

.hero--large .hero__inner {
    min-height: 430px;
}

@media (min-width:37.5em) {
    .hero--large .hero__inner {
        height: calc(95vh - 60px);
    }
}

@media (min-width:56.25em) {
    .hero--large .hero__inner {
        height: calc(95vh - 80px);
    }
}

.hero--medium .hero__inner {
    min-height: 400px;
}

@media (min-width:56.25em) {
    .hero--medium .hero__inner {
        min-height: 768px;
    }
}

.hero--small .hero__inner {
    min-height: 250px;
}

@media (min-width:37.5em) {
    .hero--small .hero__inner {
        min-height: 300px;
    }
}

@media (min-width:56.25em) {
    .hero--small .hero__inner {
        min-height: 400px;
    }
}

@media (min-width:56.25em) {
    .hero--small .hero__title {
        font-size: 72px;
        font-weight: 500;
        line-height: 1.1;
    }
}

@media (min-width:56.25em) {
    .hero--small .hero__subtext {
        font-size: 18px;
        line-height: 1.5;
        font-weight: 500;
        margin-top: 32px;
    }
}

.hero__title {
    max-width: 540px;
}

@media (min-width:56.25em) {
    .hero__title {
        max-width: 710px;
    }
}

.hero__description {
    max-width: 500px;
}

.hero__indicator {
    height: 50px;
    width: 2px;
    background-color: currentColor;
}

.hero .image__loader {
    margin-left: 20px;
    margin-bottom: 20px;
}

@media (min-width:25em) {
    .hero .image__loader {
        margin-left: 32px;
        margin-bottom: 32px;
    }
}

@media (min-width:65.63em) {
    .hero .image__loader {
        margin-left: 48px;
        margin-bottom: 48px;
    }
}

@media (min-width:75em) {
    .hero .image__loader {
        margin-left: 72px;
        margin-bottom: 72px;
    }
}

.hero .flag {
    top: 1em;
    display: none;
}

@media (min-width:37.5em) {
    .hero .flag {
        display: block;
    }
}

.hero.hero--navIsTransparent .flag {
    top: calc(60px + 1em);
}

@media (min-width:37.5em) {
    .hero.hero--navIsTransparent .flag {
        top: calc(80px + 1em);
    }
}

.hero__inner {
    padding: 64px 0;
}

.template-clp .hero--small .hero__inner {
    min-height: 390px;
}

.footer {
    padding: 30px 0;
}

@media (min-width:65.63em) {
    .footer {
        padding-bottom: 0;
    }
}

@media (min-width:75em) {
    .footer .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .footer .footer__logo {
        margin-right: 75px;
    }
}

.footer__wrapper {
    padding-top: 18px;
}

@media (min-width:65.63em) {
    .footer__wrapper {
        padding-top: 50px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

@media (min-width:75em) {
    .footer__wrapper {
        padding-top: 0;
        width: 100%;
    }
}

@media (min-width:65.63em) {
    .footer__links {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.footer__links &gt; li {
    float: left;
    width: 50%;
    margin-bottom: 30px;
}

    .footer__links &gt; li:nth-of-type(odd) {
        clear: left;
    }

@media (min-width:37.5em) {
    .footer__links &gt; li {
        width: 33.333333%;
    }

        .footer__links &gt; li:nth-of-type(odd) {
            clear: none;
        }

        .footer__links &gt; li:nth-of-type(4) {
            clear: left;
        }
}

@media (min-width:56.25em) {
    .footer__links &gt; li {
        width: 20%;
        clear: none !important;
    }
}

@media (min-width:65.63em) {
    .footer__links &gt; li {
        width: auto;
        padding-right: 5%;
    }
}

@media (min-width:75em) {
    .footer__links &gt; li {
        padding-right: 7%;
    }
}

.footer__links h6 {
    padding-bottom: 2px;
    font-size: 14px;
}

@media (min-width:65.63em) {
    .footer__links h6 {
        padding-bottom: 4px;
    }
}

.footer__links a {
    opacity: .8;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

    .footer__links a:hover {
        opacity: 1;
    }

.footer__sublinks a {
    font-size: 14px;
}

@media (min-width:56.25em) {
    .footer__sublinks {
        line-height: 1.5;
    }
}

.colophon {
    padding: 16px 0 12px;
}

    .colophon .h6, .colophon h6 {
        font-size: 10px;
    }

@media (min-width:56.25em) {
    .colophon {
        padding: 16px 0;
    }

        .colophon .h6, .colophon h6 {
            font-size: 14px;
        }
}

@media (min-width:56.25em) {
    .colophon__wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

@media (min-width:56.25em) {
    .colophon__links {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        width: 450px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

.colophon__links li {
    display: block;
    padding-bottom: .4rem;
}

@media (min-width:25em) {
    .colophon__links li {
        display: inline-block;
        padding: .1rem .4rem;
        line-height: 1;
        border-right: 1px solid hsla(0,0%,100%,.5);
    }

        .colophon__links li:last-child {
            border: 0;
        }
}

@media (min-width:37.5em) {
    .colophon__links li {
        width: auto;
        padding: .1rem .8rem;
    }
}

@media (min-width:56.25em) {
    .colophon__links li:first-child {
        padding-left: 0;
    }
}

.colophon__links span {
    opacity: .8;
}

.colophon__links a {
    opacity: .8;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

    .colophon__links a:hover {
        opacity: 1;
    }

.colophon__social {
    margin-bottom: 1rem;
    width: 100%;
}

@media (min-width:56.25em) {
    .colophon__social {
        margin-bottom: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        -webkit-transform: translateX(.6rem);
        transform: translateX(.6rem);
        max-width: 150px;
    }
}

.colophon__social a {
    display: block;
    position: relative;
    padding: .1rem 1rem;
    opacity: .5;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

    .colophon__social a:hover {
        opacity: 1;
    }

@media (min-width:56.25em) {
    .colophon__social a {
        padding: .1rem .8rem;
    }
}

.footer.minimal-footer .footer__newsletter {
    display: none !important;
}

.footer.minimal-footer .footer__logo {
    width: 100%;
    margin-bottom: 50px;
}

@media (min-width:56.25em) {
    .footer.minimal-footer .footer__logo {
        width: 200px;
    }

    .footer.minimal-footer .footer__links {
        width: calc(100% - 300px);
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .footer.minimal-footer .footer__links li {
            float: none;
        }
}

@media (min-width:75em) {
    .footer.minimal-footer .footer__links {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .footer.minimal-footer .footer__links li {
            margin-right: 5%;
        }
}

.home-intro {
    overflow: hidden;
    padding: 72px 0 48px;
}

@media (min-width:56.25em) {
    .home-intro {
        padding: 128px 0 72px;
    }
}

@media (min-width:65.63em) {
    .home-intro {
        padding: 210px 0 170px;
    }
}

.home-intro__indicator {
    height: 60px;
    width: 2px;
}

@media (min-width:56.25em) {
    .home-intro__indicator {
        height: 120px;
    }
}

.home-intro__content {
    max-width: 620px;
}

    .home-intro__content h1 {
        max-width: 480px;
    }

@media (min-width:56.25em) {
    .home-intro__subtext {
        margin-top: 20px;
    }
}

.home-intro__images {
    max-width: 280px;
    margin: 40px auto 16px;
    padding-top: 170px;
}

@media (min-width:37.5em) {
    .home-intro__images {
        padding-top: 220px;
    }
}

@media (min-width:65.63em) {
    .home-intro__images {
        height: 100%;
        width: auto;
        max-width: 200%;
        position: absolute;
        left: -100px;
        right: -100px;
    }
}

.home-intro__image {
    width: 50%;
    max-width: 150px;
}

@media (min-width:65.63em) {
    .home-intro__image {
        max-width: 300px;
    }
}

.home-intro__image .image {
    padding-top: 100%;
}

    .home-intro__image .image img {
        -o-object-fit: contain;
        object-fit: contain;
    }

.home-intro__image:first-child {
    width: 60%;
    max-width: 180px;
    -webkit-transform: rotate(13deg) translateY(-10%);
    transform: rotate(13deg) translateY(-10%);
}

@media (min-width:37.5em) {
    .home-intro__image:first-child {
        max-width: 150px;
    }
}

@media (min-width:65.63em) {
    .home-intro__image:first-child {
        width: 50%;
        max-width: 300px;
    }
}

.home-intro__image:last-child {
    left: auto;
    right: 14px;
    -webkit-transform: rotate(-38deg) translateY(5%);
    transform: rotate(-38deg) translateY(5%);
}

@media (min-width:65.63em) {
    .home-intro__image:last-child {
        right: 54px;
    }
}

.home-intro-v2 {
    overflow: hidden;
    padding: 108px 0 64px;
}

@media (min-width:56.25em) {
    .home-intro-v2 {
        padding: 108px 0 72px;
    }
}

@media (min-width:65.63em) {
    .home-intro-v2 {
        padding: 140px 0 120px;
    }
}

.home-intro-v2__indicator {
    height: 50px;
    width: 2px;
}

@media (min-width:56.25em) {
    .home-intro-v2__inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.home-intro-v2__content {
    max-width: 450px;
    width: 100%;
}

@media (min-width:56.25em) {
    .home-intro-v2__content {
        width: 45%;
        max-width: 530px;
        text-align: left;
    }
}

.home-intro-v2__content h2.__title {
    font-size: 24px;
    color: #1b1d1e;
    letter-spacing: .24px;
    text-align: center;
    line-height: 33px;
}

@media(min-width:56.25em) {
    .home-intro-v2__content h2.__title {
        font-size: 28px;
        text-align: left;
    }
}

@media(min-width:75em) {
    .home-intro-v2__content h2.__title {
        font-size: 36px;
        letter-spacing: 0;
    }
}

.home-intro-v2__icons {
    max-width: 400px;
    margin-top: 32px;
}

    .home-intro-v2__icons .__icon {
        width: 100px;
    }

        .home-intro-v2__icons .__icon .image {
            width: 100%;
        }

        .home-intro-v2__icons .__icon img {
            -o-object-fit: contain;
            object-fit: contain;
            max-width: 60px;
            max-height: 60px;
            margin: auto;
        }

        .home-intro-v2__icons .__icon h6 {
            font-size: 10px;
        }

@media (min-width:56.25em) {
    .home-intro-v2__icons {
        margin-top: 48px;
        margin-left: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.home-intro-v2__image {
    margin: 72px auto 0;
    width: 100%;
}

    .home-intro-v2__image .image {
        max-width: 500px;
    }

@media (min-width:56.25em) {
    .home-intro-v2__image {
        margin: 0;
        width: 55%;
        justify-contain: flex-end;
    }

        .home-intro-v2__image .image {
            max-width: 90%;
        }
}

.home-hero .hero__content {
    margin-top: -70px;
}

@media (min-width:37.5em) {
    .home-hero .hero__content {
        margin-top: -190px;
    }
}

.home-hero .hero__content a.button {
    max-width: 280px;
    width: 100%;
    margin-top: 1.5em;
}

.home-hero .hero__title {
    max-width: 540px;
}

@media (min-width:56.25em) {
    .home-hero .hero__title {
        max-width: 710px;
    }
}

@media (min-width:65.63em) {
    .home-hero .hero__title {
        max-width: 920px;
    }
}

.home-hero .image img {
    -o-object-position: 34% center;
    object-position: 34% center;
}

@media (min-width:56.25em) {
    .home-hero .image img {
        -o-object-position: center center;
        object-position: center center;
    }
}

@-webkit-keyframes opacityPulse {
    0% {
        opacity: .5;
    }

    50% {
        opacity: .2;
    }

    to {
        opacity: .5;
    }
}

@keyframes opacityPulse {
    0% {
        opacity: .5;
    }

    50% {
        opacity: .2;
    }

    to {
        opacity: .5;
    }
}

.image {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    overflow: hidden;
}

    .image .image__loader {
        max-width: 100px;
        height: 30px;
        width: 30px;
        text-align: center;
        -webkit-animation: opacityPulse 1s ease-out;
        animation: opacityPulse 1s ease-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        opacity: .5;
    }

    .image .image__loader, .image img {
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out;
    }

    .image img {
        -o-object-fit: cover;
        object-fit: cover;
        opacity: 0;
    }

        .image img.is-loaded {
            opacity: 1;
        }

    .image.is-loaded .image__loader {
        opacity: 0;
        -webkit-animation: none;
        animation: none;
    }

.home-social-padding {
    overflow: hidden;
    padding-top: 16px;
}

@media (min-width:56.25em) {
    .home-social-padding {
        padding-top: 32px;
    }
}

.home-social {
    padding: 5px 0 10px;
}

@media (min-width:56.25em) {
    .home-social {
        padding: 72px 0 20px;
    }
}

@media (min-width:75em) {
    .home-social {
        padding: 72px 0 64px;
    }
}

.home-social .caps.track {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width:56.25em) {
    .home-social .caps.track {
        max-width: 85%;
    }
}

@media (min-width:81.25em) {
    .home-social .caps.track {
        max-width: 940px;
    }
}

.home-social__text {
    padding: 32px 0 0;
}

@media (min-width:75em) {
    .home-social__text {
        padding: 0;
        width: 40%;
        padding: 0 32px;
    }
}

.home-social__text img {
    max-width: 80px;
    margin-bottom: 32px;
}

.home-social__text p {
    max-width: 300px;
}

.home-social__text-inner {
    max-width: 360px;
}

@media (min-width:75em) {
    .home-social__images-wrapper {
        margin-top: 0;
    }
}

.home-social__images {
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
}

@media (min-width:56.25em) {
    .home-social__images {
        margin-left: auto;
        margin-right: auto;
    }
}

.home-social__slideshow {
    overflow: visible;
    width: calc(100% - 26px);
}

@media (min-width:56.25em) {
    .home-social__slideshow {
        width: 100%;
        max-width: 85%;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }
}

@media (min-width:81.25em) {
    .home-social__slideshow {
        max-width: 960px;
    }
}

.home-social__slideshow.is-dragging {
    pointer-events: none;
}

.home-social__slide {
    padding: 8px;
    width: 100%;
    max-width: 300px;
}

@media (min-width:56.25em) {
    .home-social__slide {
        width: 25%;
    }
}

.home-social__image {
    padding-top: 100%;
}

.home__social {
    overflow: hidden;
}

.home__social_single {
    width: 300px;
    height: 300px;
}

@media (min-width:75em) {
    .home__social_single {
        width: 32%;
        height: 250px;
        margin-bottom: 1.5%;
    }
}

.home__social_illustration {
    max-width: 80px;
}

.home__social_insta {
    width: 1920px;
}

.home__social_insta_wrapper {
    width: 100%;
    overflow-x: scroll;
}

@media (min-width:75em) {
    .home__social_insta {
        width: 100%;
    }
}

@media (min-width:75em) {
    .home__social_wrapper {
        padding: 4rem 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .home__social_wrapper &gt; div {
            width: 58%;
        }

            .home__social_wrapper &gt; div:first-child {
                width: 38%;
            }
}

@media (min-width:75em) {
    .home__social_text {
        max-width: 380px;
    }
}

.home-social .carousel-controls {
    display: none;
}

@media (min-width:56.25em) {
    .home-social .carousel-controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
    }
}

.home-social .carousel-dot-nav {
    margin-bottom: 6px;
}

@media (min-width:56.25em) {
    .home-social .carousel-dot-nav {
        display: none;
    }
}

.home-social .dot-nav {
    margin-left: 2px;
    margin-right: 2px;
    border-color: #939597;
}

.dot-nav.is-selected {
    background-color: #939597;
}

.clare-avatar {
    width: 56px;
    height: 56px;
    border-radius: 100px;
}

    .clare-avatar svg {
        width: 40%;
        right: 3px;
        color: #fff;
    }

.typing-animation {
    position: relative;
    width: 45px;
    height: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .typing-animation span {
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        margin: 0 3px;
        background: #e1e1e1;
        -webkit-animation: wave 1s ease-in-out infinite;
        animation: wave 1s ease-in-out infinite;
    }

        .typing-animation span:nth-child(2) {
            -webkit-animation-delay: -.85s;
            animation-delay: -.85s;
        }

        .typing-animation span:nth-child(3) {
            -webkit-animation-delay: -.7s;
            animation-delay: -.7s;
        }

@-webkit-keyframes wave {
    0%,60%,to {
        -webkit-transform: none;
        -webkit-transform: initial;
        transform: none;
    }

    30% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes wave {
    0%,60%,to {
        -webkit-transform: none;
        -webkit-transform: initial;
        transform: none;
    }

    30% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.quiz {
    min-height: calc(100vh - 60px);
}

@media (min-width:37.5em) {
    .quiz {
        min-height: calc(100vh - 80px);
    }
}

.quiz.pb0 {
    padding-bottom: 0;
}

.quiz.progress-disabled {
    overflow: hidden;
    padding-bottom: 0;
    height: calc(100vh - 60px);
}

@media (min-width:37.5em) {
    .quiz.progress-disabled {
        height: calc(100vh - 80px);
    }
}

.quiz.progress-disabled .gateway .quiz__landing__content {
    padding-bottom: 0;
}

.quiz.quiz-landing {
    min-height: calc(100vh - 80px);
    padding-bottom: 0;
}

.quiz .quiz-padding {
    padding-top: 2rem;
}

@media (min-width:37.5em) {
    .quiz .quiz-padding {
        padding-top: 60px;
    }
}

@media (min-width:56.25em) {
    .quiz #welcome .quiz-step__content {
        max-width: 564px;
    }
}

@media (max-width:56.25em) {
    .quiz #results .quiz-step__avatar--placeholder {
        display: none;
    }

    .quiz #results .quiz-step__content {
        max-width: 100%;
    }
}

.quiz-progress .__bar {
    height: 8px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform .6s cubic-bezier(0,.59,.25,1);
    transition: -webkit-transform .6s cubic-bezier(0,.59,.25,1);
    transition: transform .6s cubic-bezier(0,.59,.25,1);
    transition: transform .6s cubic-bezier(0,.59,.25,1),-webkit-transform .6s cubic-bezier(0,.59,.25,1);
}

.quiz-progress .__bar-bg {
    height: 8px;
    bottom: -8px;
    background-color: #8da8b2;
}

.quiz-overscroll {
    height: 75vh;
}

.quiz-step {
    padding-bottom: .88rem;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
    -webkit-transition: opacity .6s ease-in-out,-webkit-transform .6s cubic-bezier(0,.59,.25,1);
    transition: opacity .6s ease-in-out,-webkit-transform .6s cubic-bezier(0,.59,.25,1);
    transition: opacity .6s ease-in-out,transform .6s cubic-bezier(0,.59,.25,1);
    transition: opacity .6s ease-in-out,transform .6s cubic-bezier(0,.59,.25,1),-webkit-transform .6s cubic-bezier(0,.59,.25,1);
}

@media (min-width:37.5em) {
    .quiz-step {
        padding-bottom: 32px;
    }
}

.quiz-step.is-visible {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.quiz-step.is-user + .quiz-step:not(.is-user) {
    padding-top: 30px;
}

.quiz-step:focus {
    outline: 0;
}

.quiz-step + .quiz-step.is-user {
    padding-top: 30px;
}

.quiz-step p {
}

.quiz-step__avatar {
    width: 32px;
    height: 32px;
    border-radius: 100px;
    background-color: #f5be18;
    margin-right: .88rem;
}

@media (min-width:37.5em) {
    .quiz-step__avatar {
        margin-right: 1em;
        width: 56px;
        height: 56px;
    }
}

.quiz-step__avatar--placeholder {
    width: 32px;
    height: 32px;
    margin-right: .88rem;
}

@media (min-width:37.5em) {
    .quiz-step__avatar--placeholder {
        margin-right: 1em;
        width: 56px;
        height: 56px;
    }
}

.quiz-step__content {
    max-width: calc(100% - 32px - .88rem);
}

.is-user .quiz-step__content {
    max-width: 100%;
}

@media (min-width:37.5em) {
    .quiz-step__content {
        max-width: calc(100% - 56px - 1em);
    }
}

.quiz-step__bubble {
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 14px 0 rgba(78,84,87,.08);
    box-shadow: 0 2px 14px 0 rgba(78,84,87,.08);
    will-change: height,width;
    -webkit-transition-property: height,width;
    transition-property: height,width;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: cubic-bezier(0,.59,.25,1);
    transition-timing-function: cubic-bezier(0,.59,.25,1);
    width: 93px;
    height: 46px;
}

@media (min-width:37.5em) {
    .quiz-step__bubble {
        width: 109px;
        height: 56px;
    }
}

.is-user .quiz-step__bubble {
    height: 100%;
    width: 100%;
    max-width: 100%;
}

.quiz-step__bubble.is-fill {
    height: 100%;
    width: 100%;
}

.quiz-step__text {
    opacity: 0;
    -webkit-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out;
}

    .quiz-step__text.is-visible {
        opacity: 1;
    }

    .quiz-step__text p {
        font-size: 12px;
    }

@media (min-width:37.5em) {
    .quiz-step__text p {
        font-size: .88rem;
    }
}

.quiz-step__text p:first-child {
    margin-top: 0;
}

.quiz-step__text p:last-child {
    margin-bottom: 0;
}

.quiz-step__pad {
    padding: 19px 24px;
}

@media (min-width:37.5em) {
    .quiz-step__pad {
        padding: 24px 32px;
    }
}

.quiz-step__animation {
    -webkit-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out;
}

    .quiz-step__animation.is-hiding {
        opacity: 0;
    }

.quiz__landing {
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

    .quiz__landing.is-hiding {
        opacity: 0;
    }

    .quiz__landing.is-hidden {
        display: none;
    }

    .quiz__landing.gateway .quiz__landing__content {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .quiz__landing.gateway .quiz__landing__content__inner {
        -webkit-box-shadow: 0 3px 10px 3px rgba(78,84,87,.08);
        box-shadow: 0 3px 10px 3px rgba(78,84,87,.08);
    }

.quiz__landing__content {
    padding: 32px 0;
    -webkit-box-shadow: 0 3px 10px 3px rgba(78,84,87,.08);
    box-shadow: 0 3px 10px 3px rgba(78,84,87,.08);
}

@media (min-width:56.25em) {
    .quiz__landing__content {
        padding: 72px 0 0;
    }
}

.quiz__landing__content button.button {
    width: 100%;
    max-width: 260px;
}

.quiz__landing__content__inner {
    max-width: 580px;
    padding: 30px;
}

@media (min-width:37.5em) {
    .quiz__landing__content__inner {
        padding: 60px;
    }
}

@media (min-width:56.25em) {
    .quiz__landing__content__inner {
        padding: 80px;
    }
}

.quiz__landing__content__inner img {
    max-width: 75%;
}

@media (min-width:37.5em) {
    .quiz__landing__content__inner img {
        max-width: 285px;
    }
}

.quiz__landing__content__inner button {
    max-width: 280px;
    width: 100%;
}

.quiz__landing-hero {
    height: 680px;
}

.quiz-results-grid {
    margin-left: -.88em;
    margin-right: -.88em;
}

    .quiz-results-grid .__item {
        padding: 0 .88em;
    }

@media (min-width:37.5em) {
    .quiz-results-grid .__item {
        width: 33.333333%;
    }
}

.quiz-results-grid .product-card-mini {
    margin-bottom: .88em;
}

@media (min-width:37.5em) {
    .quiz-results-grid .product-card-mini {
        display: block;
        width: 100%;
        padding: 32px;
    }

        .quiz-results-grid .product-card-mini .__img {
            margin: 0 auto;
            width: 100%;
            max-width: 137px;
        }

        .quiz-results-grid .product-card-mini .__info {
            margin-top: 30px;
            padding: 0;
            text-align: center;
        }

            .quiz-results-grid .product-card-mini .__info p {
                margin-top: .5em;
            }
}

.quiz-results-form {
    background-color: transparent;
    margin-top: 25px;
}

    .quiz-results-form input {
        margin-bottom: 20px;
        height: 70px;
        font-size: 14px;
        background-color: transparent;
    }

@media (min-width:56.25em) {
    .quiz-results-form {
        background-color: #fff;
        margin-top: 55px;
        -webkit-box-shadow: 0 3px 10px 3px rgba(78,84,87,.08);
        box-shadow: 0 3px 10px 3px rgba(78,84,87,.08);
        padding: 60px 35px;
    }
}

.quiz-skip-link {
    display: table;
    margin: 45px auto 0;
    border: 1px solid hsla(0,0%,87.5%,.8);
    padding: 12px 34px;
    text-transform: capitalize;
    font-size: 12px;
    line-height: 2;
}

    .quiz-skip-link p {
        font-size: 12px !important;
        line-height: 2;
    }

@media (min-width:56.25em) {
    .quiz-skip-link {
        margin: 66px auto 0;
        padding: 18px 34px;
    }
}

.quiz-results-email-form {
    margin-bottom: 35px;
}

    .quiz-results-email-form .quiz-results-email-button {
        width: 70px;
        color: #f5be18;
    }

        .quiz-results-email-form .quiz-results-email-button svg {
            margin: auto;
        }

    .quiz-results-email-form.is-submitting .quiz-results-email-button svg {
        -webkit-animation: spin .9s linear infinite;
        animation: spin .9s linear infinite;
    }

@media (min-width:56.25em) {
    .quiz-results-email-form {
        margin-bottom: 45px;
    }
}

@media(min-width:56.25em) {
    .quiz-newsletter {
        padding-top: 72px;
    }
}

#results {
    background-color: #fff;
    overflow: hidden;
}

@media (min-width:37.5em) {
    #results, #results .quiz-step {
        padding-bottom: 0;
    }
}

@media (min-width:56.25em) {
    #results {
        width: 1200px;
        position: relative;
    }
}

.quiz__buttons {
    margin-left: -.88em;
}

    .quiz__buttons.is-five-col {
        max-width: 1000px;
    }

    .quiz__buttons.is-four-col {
        max-width: 1050px;
    }

    .quiz__buttons.has-value .__button .__button__content {
        opacity: .4;
    }

    .quiz__buttons.has-value .__button.is-selected .__button__content, .quiz__buttons.has-value .__button:hover .__button__content {
        opacity: 1;
    }

    .quiz__buttons .__button {
        position: relative;
        background-color: #fff;
        -webkit-transition-property: background;
        transition-property: background;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: cubic-bezier(0,.59,.25,1);
        transition-timing-function: cubic-bezier(0,.59,.25,1);
        width: calc(50% - 0.88em);
        padding: .88rem;
        margin-left: .88rem;
        margin-bottom: .88rem;
        max-height: 220px;
    }
        .quiz__buttons .__button.is-disabled {
            opacity: .5;
        }
@media (min-width:37.5em) {
    .quiz__buttons .__button {
        width: calc(33.33333% - .88em);
    }
}

@media (min-width:56.25em) {
    .quiz__buttons .__button {
        height: 140px;
        width: 140px;
        margin-left: 20px;
        margin-bottom: 20px;
    }
    #decorStyle .quiz__buttons .__button {
        height: 206px;
        width: 235px;
    }
}

.quiz__buttons .__button:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.quiz__buttons .__button.is-selected:after {
    background-color: #283646;
}
    .quiz__buttons .__button.is-selected img {
        filter: invert(.5);
        filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(346deg) brightness(104%) contrast(97%);
    }
    #decorStyle .__button.is-selected img {
        filter: none;
    }
.quiz__buttons .__button.is-selected p {
    color: white;
}
.quiz__buttons .__button:after, .quiz__buttons .__button:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-radius: 15px;
    z-index: 0;
    -webkit-transition-property: background,-webkit-transform;
    transition-property: background,-webkit-transform;
    transition-property: background,transform;
    transition-property: background,transform,-webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(0,.59,.25,1);
    transition-timing-function: cubic-bezier(0,.59,.25,1);
}

.quiz__buttons .__button:before {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    -webkit-box-shadow: 0 10px 20px 10px rgba(78,84,87,.08);
    box-shadow: 0 10px 20px 10px rgba(78,84,87,.08);
}

.quiz__buttons .__button__content {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

    .quiz__buttons .__button__content img {
        margin: 0 auto .6em;
    }

    .quiz__buttons .__button__content .__subtext {
        line-height: 1;
        opacity: .5;
    }

.quiz__color-buttons.has-value .__button {
    opacity: .6;
}

    .quiz__color-buttons.has-value .__button.is-selected, .quiz__color-buttons.has-value .__button:hover {
        opacity: 1;
    }

.quiz__color-buttons .__button {
    width: 11%;
    height: 65px;
    padding: 1em 0;
    background-color: transparent;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(0,.59,.25,1);
    transition-timing-function: cubic-bezier(0,.59,.25,1);
}

    .quiz__color-buttons .__button.is-disabled {
        opacity: .5;
    }

@media (min-width:25em) {
    .quiz__color-buttons .__button {
        width: 11%;
    }
}

@media (min-width:37.5em) {
    .quiz__color-buttons .__button {
        width: 11%;
    }
}

.quiz__color-buttons .__button:hover {
    opacity: .6;
}

.quiz__color-buttons .__button.is-selected svg {
    opacity: 1;
}

.quiz__color-buttons .__button__content {
    width: 25px;
}

.quiz__color-buttons .__button__color {
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 100px;
    border: 1px solid #e7e7e7;
}

    .quiz__color-buttons .__button__color svg {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        color: #fff;
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out;
        opacity: 0;
    }

    .quiz__color-buttons .__button__color.is-none {
        background-color: #fff;
        color: #939597;
        border: 1px solid;
    }

        .quiz__color-buttons .__button__color.is-none:after {
            content: "+";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            width: 14px;
            height: 10px;
            margin: auto;
            font-size: 22px;
            line-height: 10px;
            text-align: center;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .quiz__color-buttons .__button__color.is-none svg {
            display: none;
        }

.quiz__color-buttons.is-range {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: -4px;
    margin-right: -4px;
}

    .quiz__color-buttons.is-range .__button {
        width: 80px;
        height: auto;
        padding: 0 4px;
    }

    .quiz__color-buttons.is-range .__button__content {
        min-height: 60px;
        padding-top: 130%;
        width: 100%;
    }

@media (min-width:37.5em) {
    .quiz__color-buttons.is-range .__button__content {
        min-height: 80px;
        padding-top: 130%;
    }
}

.quiz__color-buttons.is-range .__button__color {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    border-radius: 0;
    border: 0;
}

.quiz__multi {
    max-width: 700px;
    margin-left: -8px;
    margin-bottom: -8px;
}

@media (min-width:56.25em) {
    .quiz__multi {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-start;
    }
}

.quiz__multi.has-value .__button:not(.is-selected) p {
    opacity: .5;
}

.quiz__multi .__button {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 100px;
    padding: 0 8px;
    height: 40px;
    margin: 0 0 25px 8px;
    -webkit-transition-property: background,color,opacity,border;
    transition-property: background,color,opacity,border;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: cubic-bezier(0,.59,.25,1);
    transition-timing-function: cubic-bezier(0,.59,.25,1);
    min-width: calc(33.33333% - 8px);
}

@media (min-width:25em) {
    .quiz__multi .__button {
        width: calc(33.33333% - -25px);
        min-width: auto;
    }
}

@media (min-width:37.5em) {
    .quiz__multi .__button {
        height: 30px;
        width: calc(25% - -25px);
    }
}

@media (min-width:56.25em) {
    .quiz__multi .__button {
        width: calc(20% - -25px);
    }
}

.quiz__multi .__button:not(.is-disabled):hover {
    border-color: #283646;
}

.quiz__multi .__button.is-disabled {
    color: #ffffff;
}

.quiz__multi .__button.is-selected {
    background-color: #283646;
    color: #fff;
}
    .quiz__multi .__button.is-selected p {
        color: white;
    }

    .quiz__multi .__button.is-selected:hover {
        border-color: #000;
    }

.quiz__multi .__button p {
    margin-top: -2px;
    line-height: 42px;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    font-size: 10px;
}

@media (min-width:37.5em) {
    .quiz__multi .__button p {
        line-height: 30px;
    }
}

@media (min-width:56.25em) {
    .quiz__multi .__button p {
        font-size: 12px;
    }
}

.home-press {
    padding: 0 0 32px;
}

@media (min-width:56.25em) {
    .home-press {
        padding: 48px 0 38px;
    }
}

.home-press a {
    margin-top: 2em;
}

.home-press__items {
    margin-left: -1em;
    margin-right: -1em;
}

@media (min-width:75em) {
    .home-press__items {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.home-press__item {
    width: 50%;
    padding: 1em;
}

@media (min-width:75em) {
    .home-press__item {
        width: 25%;
    }
}

.home-press__item img {
    max-width: 120px;
    max-height: 35px;
}

@media (min-width:25em) {
    .home-press__item img {
        max-width: 200px;
        max-height: 40px;
    }
}

@media (min-width:56.25em) {
    .home-press__item img {
        max-width: 240px;
        max-height: 50px;
    }
}

.home-press__item p {
    max-width: 230px;
    display: none;
}

@media (min-width:37.5em) {
    .home-press__item p {
        display: inline-block;
    }
}

.home-press__cta {
    width: 50%;
}

@media (min-width:56.25em) {
    .home-press__cta {
        width: 127px;
    }
}

.home-press__cta a:hover .__arrow span {
    opacity: 1;
}

.home-press__cta .__arrow {
    top: -2px;
    width: 34px;
    height: 34px;
}

    .home-press__cta .__arrow svg {
        z-index: 2;
    }

    .home-press__cta .__arrow span {
        width: 34px;
        height: 34px;
        border-radius: 100px;
        opacity: .6;
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out;
    }

.press__card {
    width: 48%;
    margin-bottom: 4%;
}

@media (min-width:56.25em) {
    .press__card {
        width: 32%;
        margin-bottom: 2%;
    }
}

.press__card img {
    max-width: 140px;
    max-height: 40px;
    height: auto;
}

.press__card_header {
    min-height: 150px;
}

@media (min-width:56.25em) {
    .pdp-hero {
        min-height: calc(100vh - 90px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.pdp-hero__images__fav {
    top: 20px;
    right: 70px;
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 100px;
}

    .pdp-hero__images__fav .fav {
        opacity: 1;
    }

.pdp-hero__images__share {
    top: 20px;
    right: 20px;
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 100px;
}

    .pdp-hero__images__share .share {
        opacity: 1;
    }

.pdp-hero__images {
    padding-top: 120%;
}

@media (min-width:37.5em) {
    .pdp-hero__images {
        padding-top: 80%;
    }

        .pdp-hero__images img {
            -o-object-fit: contain;
            object-fit: contain;
        }
}

@media (min-width:56.25em) {
    .pdp-hero__images {
        position: absolute;
        width: 50%;
        padding-top: 0;
    }

        .pdp-hero__images img {
            -o-object-fit: cover;
            object-fit: cover;
        }
}

@media (min-width:900px) {
    .pdp-hero__images {
        height: 100%;
    }
}

.pdp-hero__content {
    padding: 15px 0 40px;
}

@media (min-width:56.25em) {
    .pdp-hero__content {
        padding: 15px 30px;
        width: 50%;
        margin-left: 50%;
        top: 0;
    }
}

@media (min-width:75em) {
    .pdp-hero__content {
        padding: 15px 60px;
    }
}

@media (min-width:56.25em) {
    .pdp-hero__content .outer {
        padding: 0;
    }
}

.pdp-hero__content__inner {
    max-width: 450px;
}

@media(min-width:75em) {
    .pdp-hero__content__inner {
        max-width: none;
    }
}

.pdp-hero__content__inner .breadcrumbs {
    padding: 0;
    margin-bottom: 15px;
}

.pdp-hero__cta-text {
    margin-top: 32px;
}

    .pdp-hero__cta-text p {
        font-size: 12px;
        font-size: .75rem;
        margin: 0;
    }

    .pdp-hero__cta-text a {
        color: #4e5457;
    }

@media (min-width:37.5em) {
    .pdp-hero__price--color .__divider {
        margin: 0 1.7em;
    }
}

.pdp-hero__supply-upsell {
    margin-top: 32px;
}

.pdp-form__group {
    padding-bottom: 15px;
}

    .pdp-form__group .radio {
        margin-right: 1.5em;
    }

@media(min-width:75em) {
    .pdp-form__group .selector-title small {
        font-size: 12px;
    }
}

.pdp-form__variant-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 50%;
    cursor: pointer;
    height: 60px;
    margin-right: .25em;
}

    .pdp-form__variant-button:last-child {
        margin-right: 0;
        margin-left: .25em;
    }

    .pdp-form__variant-button input[type=checkbox], .pdp-form__variant-button input[type=radio] {
        position: absolute;
        visibility: hidden;
        max-width: 100%;
    }

        .pdp-form__variant-button input[type=checkbox]:checked + .__inner, .pdp-form__variant-button input[type=radio]:checked + .__inner {
            border-color: #000;
        }

            .pdp-form__variant-button input[type=checkbox]:checked + .__inner .__circle, .pdp-form__variant-button input[type=radio]:checked + .__inner .__circle {
                border-color: #000;
                background: #f5be18;
            }

            .pdp-form__variant-button input[type=checkbox]:checked + .__inner path.__bg, .pdp-form__variant-button input[type=radio]:checked + .__inner path.__bg {
                fill: #f5be18;
            }

            .pdp-form__variant-button input[type=checkbox]:checked + .__inner path.__lines, .pdp-form__variant-button input[type=radio]:checked + .__inner path.__lines {
                fill: #000;
            }

    .pdp-form__variant-button .__inner {
        border: 1px solid #e7e7e7;
        padding: .4em .8em;
        -webkit-transition: border .2s ease-in-out;
        transition: border .2s ease-in-out;
    }

        .pdp-form__variant-button .__inner path {
            -webkit-transition: fill .2s ease-in-out;
            transition: fill .2s ease-in-out;
        }

            .pdp-form__variant-button .__inner path.__lines {
                fill: #939597;
            }

    .pdp-form__variant-button .__icon {
        width: 20px;
    }

    .pdp-form__variant-button .__text {
        margin-left: 1em;
    }

    .pdp-form__variant-button .__circle {
        height: 13px;
        width: 13px;
        border: 1px solid #939597;
        background: #fff;
        border-radius: 100px;
        margin: auto .8em auto 0;
        -webkit-transition-property: background,border;
        transition-property: background,border;
        -webkit-transition-duration: .2s;
        transition-duration: .2s;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
    }

    .pdp-form__variant-button[for="Size:Gallon"] .__icon {
        top: 2px;
    }

    .pdp-form__variant-button[for="Size:Swatch"] .__icon {
        top: 5px;
    }

    .pdp-form__variant-button:hover .__inner {
        border-color: #939597;
    }

@media (min-width:37.5em) {
    .pdp-form__variant-button {
        margin-right: 5px;
    }

        .pdp-form__variant-button:last-child {
            margin-right: 0;
            margin-left: 5px;
        }

        .pdp-form__variant-button .__inner {
            padding: .75em 1em;
        }

        .pdp-form__variant-button .__circle {
            margin-right: 1.5em;
        }
}

.pdp-form__submit {
    margin-top: 10px;
    width: 100% !important;
}

.pdp-hero__slideshow {
    position: absolute !important;
    overflow: hidden;
}

    .pdp-hero__slideshow .flickity-viewport {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100% !important;
    }

.pdp-hero__slideshow__pagers {
    padding: 0 10px 10px;
}

    .pdp-hero__slideshow__pagers .slideshow-pagers {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

@media (min-width:25em) {
    .pdp-hero__slideshow__pagers {
        padding: 0 22px 22px;
    }
}

@media (min-width:56.25em) {
    .pdp-hero__slideshow__pagers {
        padding: 0 38px 38px;
    }

        .pdp-hero__slideshow__pagers .slideshow-pagers {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }
}

@media (min-width:75em) {
    .pdp-hero__slideshow__pagers {
        padding: 0 62px 38px;
    }
}

.upsell-items {
    margin-top: -8px;
    margin-left: -8px;
    margin-right: -8px;
}

    .upsell-items table {
        table-layout: fixed;
    }

.upsell-item {
    cursor: pointer;
    padding: 1.5em 1.5em 1.3em;
}

    .upsell-item:hover .__label {
        border-color: #939597;
    }

    .upsell-item .__label {
        font-size: 0;
        border: 1px solid #e7e7e7;
        -webkit-transition: border-color .3s ease-in-out;
        transition: border-color .3s ease-in-out;
    }

    .upsell-item .__toggle:hover .__check {
        border-color: #939597;
    }

    .upsell-item .__toggle input[type=checkbox], .upsell-item .__toggle input[type=radio] {
        position: absolute;
        visibility: hidden;
        max-width: 100%;
    }

        .upsell-item .__toggle input[type=checkbox]:checked ~ .__label, .upsell-item .__toggle input[type=radio]:checked ~ .__label {
            border-color: #1b1d1e;
        }

        .upsell-item .__toggle input[type=checkbox]:checked ~ .__check:after, .upsell-item .__toggle input[type=radio]:checked ~ .__check:after {
            background: #000;
        }

    .upsell-item .__toggle .__check {
        display: block;
        width: 18px;
        height: 18px;
        background: #fff;
        border: 1px solid #e7e7e7;
        border-radius: 100px;
        -webkit-transition: border .3s ease-in-out;
        transition: border .3s ease-in-out;
        top: 8px;
        right: 8px;
    }

        .upsell-item .__toggle .__check:after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            height: 8px;
            width: 8px;
            border-radius: 100px;
            background: #fff;
            -webkit-transition: background .3s ease-in-out;
            transition: background .3s ease-in-out;
        }

.pdp-form__paint-tooltip {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.pdp-form__quant-label {
    min-height: 26px;
}

@media (min-width:37.5em) {
    .d-sm {
        display: none;
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.newsletter input {
    padding: 1.6em 1.4em 1.7em;
    width: 100%;
    background: transparent;
}

    .newsletter input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 50px #fff inset;
        -webkit-text-fill-color: #1b1d1e !important;
    }

.newsletter svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    touch-events: none;
    color: #f5be18;
}

.newsletter button {
    height: 100%;
    width: 70px;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: cubic-bezier(0,.59,.25,1);
    transition-timing-function: cubic-bezier(0,.59,.25,1);
    opacity: .5;
}

    .newsletter button:focus, .newsletter button:hover, .newsletter button[disabled] {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
        opacity: 1;
    }

.newsletter.is-submitting svg {
    -webkit-animation: spin .9s linear infinite;
    animation: spin .9s linear infinite;
}

.newsletter.is-light {
    background: transparent;
}

    .newsletter.is-light input {
        color: #fff;
    }

        .newsletter.is-light input:-webkit-autofill {
            -webkit-box-shadow: 0 0 0 50px #003149 inset;
            -webkit-text-fill-color: #fff !important;
        }

        .newsletter.is-light input:focus {
            border-color: #fff;
        }

    .newsletter.is-light svg {
        color: #fff;
    }

    .newsletter.is-light .newsletter__overlay {
        background: #fff;
        color: #003149;
    }

.newsletter__overlay {
    background: #003149;
    color: #fff;
}

.cart {
    display: none;
    z-index: 999999;
}

    .cart.is-active {
        display: block;
    }

.cart-overlay {
    display: none;
    opacity: 0;
    -webkit-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out;
}

    .cart-overlay.is-active {
        display: block;
    }

    .cart-overlay.is-visible {
        opacity: .8;
    }

.cart-header__inner {
    padding: 1em 0 .9em;
}

@media (min-width:37.5em) {
    .cart-header__inner {
        padding: 1.2em 0 1.1em;
    }
}

.cart-header__close {
    left: 1em;
    background: transparent;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

    .cart-header__close:hover {
        color: #fff;
    }

.cart__sub-header {
    line-height: 1.2;
}

.cart__new-scroll {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.cart-scroll {
    min-height: 100%;
    padding-bottom: 24px;
}

@media (min-width:37.5em) {
    .cart-scroll {
        min-height: 100%;
    }
}

.cart-scroll .cart-header {
    opacity: 0;
}

.cart-scroll__container {
    padding-top: 1em;
    padding-bottom: 1em;
}

@media (min-width:37.5em) {
    .cart-scroll__container {
        padding-top: 1.5em;
        padding-bottom: 1.5em;
    }
}

.cart-footer {
    border-top: 1px solid #e7e7e7;
}

@media (min-width:37.5em) {
    .cart-footer {
        padding-top: 1.5em;
    }
}

.cart-footer__container {
    padding: 1em 0;
}

@media (min-width:37.5em) {
    .cart-footer__container {
        padding: 1.5em 0;
    }
}

.cart-promo {
    line-height: 1.4;
    padding: .75em 0;
}

.cart-checkout {
    width: 100% !important;
    max-width: 100% !important;
}

.cart-line-items__empty {
    padding: 3em 0 4.5em;
}

    .cart-line-items__empty img {
        max-width: 150px;
    }

    .cart-line-items__empty button {
        width: 100%;
        max-width: 260px;
    }

.line-item {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #e7e7e7;
}

    .line-item:last-child {
        border: 0;
        margin-bottom: 0;
    }

@media (min-width:37.5em) {
    .line-item {
        padding-bottom: 1.5em;
        margin-bottom: 1.5em;
    }
}

.line-item__thumb {
    width: 25%;
}

.line-item__img {
    padding-top: 130%;
}

.line-item__content {
    width: 75%;
    padding-left: 1.5em;
}

    .line-item__content h5 {
        max-width: calc(100% - 50px);
    }

.line-item__remove {
    height: 30px;
    width: 30px;
    background: transparent;
    color: #939597;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    top: -1px;
}

    .line-item__remove:hover {
        color: #f5be18;
    }

    .line-item__remove svg {
        width: 14px;
        height: 17px;
    }

.cart__upsells {
    padding: 10px 0 20px;
    -webkit-box-shadow: 0 -3px 15px 6px rgba(0,0,0,.07);
    box-shadow: 0 -3px 15px 6px rgba(0,0,0,.07);
    min-height: 200px;
    border: 10px solid #8ac8ca;
}

@media (min-width:25em) {
    .cart__upsells {
        padding: 20px 0 32px;
        position: relative;
    }
}

@media (min-width:37.5em) {
    .cart__upsells {
        width: 100%;
        bottom: 0;
    }
}

.cart__upsells .__next, .cart__upsells .__prev {
    bottom: auto;
    margin-top: 12px;
}

@media (min-width:65.63em) {
    .cart__upsells .__next, .cart__upsells .__prev {
        margin-top: 50px;
        bottom: 0;
    }
}

.cart__upsells .__next:disabled, .cart__upsells .__prev:disabled {
    opacity: .4;
    pointer-events: none;
}

.cart__upsells .__prev {
    left: -7px;
}

@media (min-width:65.63em) {
    .cart__upsells .__prev {
        left: -36px;
    }
}

.cart__upsells .__next {
    right: -7px;
}

@media (min-width:65.63em) {
    .cart__upsells .__next {
        right: -36px;
    }
}

.cart__upsells .supply-upsell__caption {
    padding: 0 32px;
}

@media (min-width:65.63em) {
    .cart__upsells .supply-upsell__caption {
        padding: 0;
    }
}

.cart__upsells-slider {
    overflow: hidden;
}

    .cart__upsells-slider li {
        min-width: 100%;
    }

        .cart__upsells-slider li:focus {
            outline: 0;
        }

.quantity.quantity--border {
    padding: 15px 24px 15px 15px;
    border: 1px solid #e7e7e7;
}

@media(min-width:56.25em) {
    .quantity.quantity--border {
        padding: 15px 24px 15px 15px;
    }
}

.quantity.quantity--small {
    padding: 14px 18px 13px;
}

.quantity span.info {
    display: block;
    line-height: 1;
}

@media(min-width:56.25em) {
    .quantity span.info {
        display: inline-block;
        padding-left: 8px;
    }
}

.quantity button {
    display: block;
    position: relative;
    height: 32px;
    width: 32px;
    color: #4e5457;
    background: #fff;
    border-radius: 100px;
    border: 1px solid #e7e7e7;
    font-size: 0;
    text-align: center;
    top: -2px;
    margin-left: 16px;
    -webkit-transition-property: border,color;
    transition-property: border,color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: .3s;
    transition-timing-function: .3s;
}

    .quantity button:hover {
        border-color: #939597;
        color: #1b1d1e;
    }

    .quantity button[disabled] {
        color: #e7e7e7;
        border: 1px solid #e7e7e7;
    }

@media(min-width:56.25em) {
    .quantity button {
        height: 24px;
        width: 24px;
    }
}

.quantity button svg {
    position: relative;
}

    .quantity button svg.desktop {
        display: none !important;
        margin-top: 1px;
    }

@media(min-width:56.25em) {
    .quantity button svg.desktop {
        display: block !important;
    }
}

@media(min-width:56.25em) {
    .quantity button svg.mobile {
        display: none !important;
    }
}

.product-card {
    background: #fff;
    padding: 1em;
}

.product-card__img {
    padding-top: 130%;
}

.product-card-mini {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 16px 10px 14px;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 14px 0 rgba(0,0,0,.08);
    box-shadow: 0 2px 14px 0 rgba(0,0,0,.08);
    -webkit-transition: -webkit-transform .6s cubic-bezier(0,.59,.25,1);
    transition: -webkit-transform .6s cubic-bezier(0,.59,.25,1);
    transition: transform .6s cubic-bezier(0,.59,.25,1);
    transition: transform .6s cubic-bezier(0,.59,.25,1),-webkit-transform .6s cubic-bezier(0,.59,.25,1);
}

    .product-card-mini:hover {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

@media (min-width:56.25em) {
    .product-card-mini {
        padding: 14px 20px;
    }
}

.product-card-mini .__img {
    width: 40px;
    height: 50px;
}

@media (min-width:56.25em) {
    .product-card-mini .__img {
        width: 45px;
        height: 55px;
    }
}

.product-card-mini h6 {
    font-size: 12px;
}

@media (min-width:56.25em) {
    .product-card-mini h6 {
        font-size: .88rem;
    }
}

.product-card-mini p {
    font-size: 12px;
    color: #1b1d1e;
}

.image-with-product .__content {
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

@media (min-width:25em) {
    .image-with-product .__content {
        top: 32px;
        bottom: 32px;
        left: 32px;
        right: 32px;
    }
}

@media (min-width:65.63em) {
    .image-with-product .__content {
        top: 48px;
        bottom: 48px;
        left: 48px;
        right: 48px;
    }
}

@media (min-width:75em) {
    .image-with-product .__content {
        top: 72px;
        bottom: 72px;
        left: 72px;
        right: 72px;
    }
}

.image-with-product__card {
    position: absolute;
}

    .image-with-product__card.is-top {
        top: 0;
    }

    .image-with-product__card.is-bottom {
        bottom: 0;
    }

    .image-with-product__card.is-left {
        left: 0;
    }

    .image-with-product__card.is-right {
        right: 0;
    }

.slideshow-pagers {
    bottom: 40px;
}

@media (min-width:37.5em) {
    .slideshow-pagers:not(.small-dots) .slideshow-pager {
        background: #fff;
        height: 50px;
        width: 50px;
        border: 3px solid #fff;
        margin: 0 10px 10px;
    }

        .slideshow-pagers:not(.small-dots) .slideshow-pager img {
            display: block;
            border-radius: 100px;
        }

        .slideshow-pagers:not(.small-dots) .slideshow-pager.is-selected img.is-loaded {
            opacity: 1;
        }
}

.slideshow-pager {
    display: block;
    border-radius: 100px;
    overflow: hidden;
    background: transparent;
    height: 10px;
    width: 10px;
    padding: 0;
    border: 2px solid #fff;
    margin: 0 5px 5px;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

    .slideshow-pager.is-selected {
        background: #fff;
    }

    .slideshow-pager img {
        display: none;
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out;
    }

        .slideshow-pager img.is-loaded {
            opacity: .3;
        }

.color-card {
    padding: 20px 0 16px;
}

    .color-card .underline--yellow {
        opacity: 0;
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out;
    }

    .color-card .fav.is-starred, .color-card .fav.popover-is-open {
        opacity: 0;
    }

@media (min-width:37.5em) {
    .color-card {
        padding: 20px 10px 16px;
    }
}

@media (min-width:56.25em) {
    .color-card {
        padding: 40px 20px 32px;
    }
}

.color-card:hover .color-card__cta-hover, .color-card:hover .color-card__hover, .color-card:hover .fav, .color-card:hover .underline--yellow {
    opacity: 1;
}

.color-card:hover .color-card__badge {
    opacity: 0;
}

.color-card:hover .color-card__inner .hover__img {
    opacity: 1;
}

.color-card__inner {
    max-width: 90px;
}

@media (min-width:56.25em) {
    .color-card__inner {
        max-width: 200px;
    }
}

.color-card__inner .hover__img {
    padding: 0;
    max-width: none;
    position: absolute;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 5;
    top: 0;
    right: 0;
    left: 0;
    bottom: 140px;
}

@media(min-width:56.25em) {
    .color-card__inner .hover__img {
        bottom: 160px;
    }
}

.color-card__img {
    padding-top: 100%;
}

    .color-card__img .swatch__img {
        z-index: 4;
    }

.color-card__title {
    margin-left: 15px;
    font-size: 16px;
    color: #012333;
}

.color-card__hover {
    -webkit-box-shadow: 0 3px 10px 3px rgba(78,84,87,.08);
    box-shadow: 0 3px 10px 3px rgba(78,84,87,.08);
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

@media (min-width:65.63em) {
    .color-card__cta-hover {
        background-color: #fff;
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out;
        opacity: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

.color-card__cta {
    padding-left: 5px;
    padding-right: 5px;
    min-height: 80px;
}

@media (min-width:37.5em) {
    .color-card__cta {
        padding-left: 0;
        padding-right: 0;
    }
}

.color-card__desc {
    font-size: 11px;
    color: #999;
    font-style: italic;
    display: none;
}

@media (min-width:65.63em) {
    .color-card__desc {
        display: block;
    }
}

.color-card__cta-text {
    display: none;
    margin-top: 0;
    font-size: 13px;
    color: #012333;
}

@media (min-width:65.63em) {
    .color-card__cta-text {
        display: block;
    }
}

.color-card__cta-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    margin-bottom: 18px;
    border-radius: 20px;
}

.color-card__cta-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    border: 1px solid #012333;
    font-size: 8px;
    text-transform: capitalize;
    height: 25px;
}

@media (min-width:37.5em) {
    .color-card__cta-link {
        height: 35px;
        font-size: 10px;
    }
}

@media (min-width:56.25em) {
    .color-card__cta-link {
        font-size: 12px;
    }
}

@media (min-width:75em) {
    .color-card__cta-link {
        font-size: 10px;
    }
}

@media (min-width:81.25em) {
    .color-card__cta-link {
        font-size: 12px;
    }
}

.color-card__cta-link {
    background-color: #fff;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

    .color-card__cta-link:hover {
        background-color: #f5be18;
    }

    .color-card__cta-link:first-of-type {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-right: 0;
    }

    .color-card__cta-link:last-of-type {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .color-card__cta-link svg {
        position: relative;
        top: -1px;
    }

    .color-card__cta-link span {
        position: relative;
        display: block;
        top: 1px;
    }

.color-card-swatch {
    width: 15px;
}

.color-card-paint {
    width: 13px;
}

.color-card-icon {
    display: none;
    margin-right: 5px;
}

@media (min-width:56.25em) {
    .color-card-icon {
        display: block;
    }
}

.color-card__status {
    line-height: 25px;
    font-size: 13px;
}

@media (min-width:56.25em) {
    .color-card__status {
        line-height: 35px;
    }
}

.color-card__badge {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #003149;
    text-transform: uppercase;
    font-size: 8px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: .02em;
    line-height: 1.3;
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

    .color-card__badge.inverted {
        background-color: #003149;
        color: #fff;
    }

.simple-color-card .color-card__desc {
    display: block;
}

.simple-color-card .color-card__inner {
    max-width: 200px;
}

.is-hidden {
    opacity: 0;
}

.color-card .color-card__trim-badge {
    position: absolute;
    top: 25px;
    left: 0;
    background-color: #003149;
    height: 35px;
    text-transform: uppercase;
    font-size: 8px;
    font-weight: 500;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: .02em;
    line-height: 1.3;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    z-index: 600;
    color: #fff;
    padding: 13px;
}

.color-card:hover .color-card__trim-badge {
    opacity: 1;
}

.color-card .color-card__desc {
    margin-top: 6px;
}

.supply-card {
    margin-bottom: 50px;
}

@media (min-width:56.25em) {
    .supply-card {
        margin-bottom: 60px;
    }
}

.supply-card:hover .supply-card__img {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.supply-card:hover .supply-card__title {
    color: #f5be18;
}

.supply-card__img {
    padding-top: 130%;
    -webkit-transition: -webkit-transform .6s cubic-bezier(0,.59,.25,1);
    transition: -webkit-transform .6s cubic-bezier(0,.59,.25,1);
    transition: transform .6s cubic-bezier(0,.59,.25,1);
    transition: transform .6s cubic-bezier(0,.59,.25,1),-webkit-transform .6s cubic-bezier(0,.59,.25,1);
}

.supply-card__title {
    margin-top: 30px;
    font-size: .88em;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

@media (min-width:56.25em) {
    .supply-card__title {
        font-size: 1rem;
    }
}

.supply-card--simple p {
    font-size: 16px;
    max-width: 145px;
}

.colors-grid {
    padding-top: 32px;
    margin-bottom: 60px;
}

    .colors-grid .clp-filters__count {
        display: none;
    }

@media(min-width:65.63em) {
    .colors-grid .clp-filters__count {
        display: block;
    }
}

.centered-grid {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.colors-grid__row {
    margin-left: -20px;
    margin-right: -20px;
}

.colors-grid__item {
    width: 50%;
    padding: 0 10px;
}

@media (min-width:37.5em) {
    .colors-grid__item {
        width: 33.333333%;
    }
}

@media (min-width:56.25em) {
    .colors-grid__item {
        width: 25%;
    }
}

@media (min-width:75em) {
    .colors-grid__item {
        width: 20%;
    }
}

.colors-grid__css-grid {
    display: grid;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-template-columns: repeat(2,1fr);
}

    .colors-grid__css-grid .__item {
        display: block;
        grid-row: span 1;
    }

        .colors-grid__css-grid .__item.is-feature {
            grid-row: 3/span 1;
            grid-column: 1/span 2;
        }

            .colors-grid__css-grid .__item.is-feature ~ li.is-feature {
                grid-row: 9/span 1;
                grid-column: 1/span 2;
            }

                .colors-grid__css-grid .__item.is-feature ~ li.is-feature ~ li.is-feature {
                    grid-row: 15/span 1;
                    grid-column: 1/span 2;
                }

@media (min-width:37.5em) {
    .colors-grid__css-grid {
        grid-template-columns: repeat(3,1fr);
    }
}

@media (min-width:56.25em) {
    .colors-grid__css-grid {
        grid-template-columns: repeat(3,1fr);
    }

        .colors-grid__css-grid .__item.is-feature {
            grid-row: 3/span 1;
            grid-column: 2/span 2;
        }

            .colors-grid__css-grid .__item.is-feature ~ li.is-feature {
                grid-row: 6/span 1;
                grid-column: 2/span 2;
            }

                .colors-grid__css-grid .__item.is-feature ~ li.is-feature ~ li.is-feature {
                    grid-row: 9/span 1;
                    grid-column: 2/span 2;
                }
}

@media (min-width:75em) {
    .colors-grid__css-grid {
        grid-template-columns: repeat(4,1fr);
    }

        .colors-grid__css-grid .__item.is-feature {
            grid-row: 3/span 1;
            grid-column: 3/span 2;
        }

            .colors-grid__css-grid .__item.is-feature ~ li.is-feature {
                grid-row: 6/span 1;
                grid-column: 3/span 2;
            }

                .colors-grid__css-grid .__item.is-feature ~ li.is-feature ~ li.is-feature {
                    grid-row: 9/span 1;
                    grid-column: 3/span 2;
                }
}

@supports not (display:grid) {
    .colors-grid__css-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -20px;
        margin-right: -20px;
    }

        .colors-grid__css-grid .__item {
            width: 50%;
            padding: 0 10px;
        }

    @media (min-width:37.5em) {
        .colors-grid__css-grid .__item {
            width: 33.333333%;
        }
    }

    @media (min-width:65.63em) {
        .colors-grid__css-grid .__item {
            width: 25%;
        }
    }

    @media (min-width:75em) {
        .colors-grid__css-grid .__item {
            width: 20%;
        }
    }

    .colors-grid__css-grid .__item.is-feature {
        display: none;
    }
}

.supplies-grid {
    overflow: hidden;
    margin-top: 60px;
}

.supplies-grid__row {
    margin-left: -10px;
    margin-right: -10px;
}

.supplies-grid__item {
    width: 50%;
    padding: 0 10px;
}

@media (min-width:37.5em) {
    .supplies-grid__item {
        width: 33.333333%;
    }
}

@media (min-width:56.25em) {
    .supplies-grid__item {
        width: 25%;
    }
}

.color-pdp-feature {
    overflow: hidden;
    padding: 0 0 50px;
}

@media (min-width:500px) {
    .color-pdp-feature {
        padding: 50px 0;
    }
}

@media (min-width:65.63em) {
    .color-pdp-feature + .feature.bg-light-blue {
        padding-top: 64px;
    }

        .color-pdp-feature + .feature.bg-light-blue + .feature.bg-light-blue {
            padding-bottom: 64px;
        }
}

.color-pdp-feature__slideshow {
    -webkit-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out;
}

@media (min-width:65.63em) {
    .color-pdp-feature__slideshow-wrapper {
        display: none;
    }
}

.color-pdp-feature__slideshow-wrapper .__dots {
    margin-top: 16px;
}

@media (min-width:37.5em) {
    .color-pdp-feature__slideshow-wrapper .__dots {
        margin-top: 32px;
    }
}

.color-pdp-feature__slideshow-wrapper .__dots button {
    height: 10px;
    width: 10px;
    padding: 0;
    border-radius: 100px;
    background: transparent;
    border: 2px solid #003149;
    margin: 0 5px;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

    .color-pdp-feature__slideshow-wrapper .__dots button.is-selected {
        background: #003149;
    }

.color-pdp-feature__slide {
    max-width: 500px;
}

@media (min-width:500px) {
    .color-pdp-feature__slide {
        padding: 0 2em;
    }
}

.color-pdp-feature__slide .__image {
    padding-top: 60%;
}

.color-pdp-feature__slide .__content {
    padding: 0;
}

@media (min-width:500px) {
    .color-pdp-feature__slide .__content {
        padding: 0;
    }
}

.color-pdp-feature__slide .__content__inner {
    padding: 30px 0;
}

    .color-pdp-feature__slide .__content__inner h3 {
        max-width: 240px;
    }

    .color-pdp-feature__slide .__content__inner p {
        max-width: 300px;
    }

.color-pdp-feature__fader {
    display: none;
}

@media (min-width:65.63em) {
    .color-pdp-feature__fader {
        display: block;
    }
}

.color-pdp-feature__fader .__left {
    padding: 80px 0;
    max-width: 600px;
}

    .color-pdp-feature__fader .__left .__content {
        background: transparent;
        padding: 50px 48px;
        text-align: left;
        border-top: 1px solid #e7e7e7;
        opacity: .5;
        -webkit-transition-property: opacity,border-color;
        transition-property: opacity,border-color;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
    }

        .color-pdp-feature__fader .__left .__content:last-child {
            border-bottom: 1px solid #e7e7e7;
        }

        .color-pdp-feature__fader .__left .__content:hover {
            opacity: 1;
        }

        .color-pdp-feature__fader .__left .__content:before {
            width: 3px;
            background: #f5be18;
            z-index: 200;
            -webkit-transition-property: opacity;
            transition-property: opacity;
            -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
        }

        .color-pdp-feature__fader .__left .__content:after, .color-pdp-feature__fader .__left .__content:before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            opacity: 0;
            -webkit-transition-duration: .3s;
            transition-duration: .3s;
        }

        .color-pdp-feature__fader .__left .__content:after {
            right: 0;
            background: #fff;
            width: 100%;
            -webkit-transition-property: opacity,width;
            transition-property: opacity,width;
            -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
        }

        .color-pdp-feature__fader .__left .__content.is-selected {
            opacity: 1;
            border-color: #fff;
        }

            .color-pdp-feature__fader .__left .__content.is-selected + .__content {
                border-top-color: #fff;
            }

            .color-pdp-feature__fader .__left .__content.is-selected:before {
                opacity: 1;
            }

            .color-pdp-feature__fader .__left .__content.is-selected:after {
                opacity: 1;
                width: calc(100% + 80px);
            }

.color-pdp-feature__fader .__right {
    width: calc(100% - 600px);
}

    .color-pdp-feature__fader .__right .__image {
        opacity: 0;
        -webkit-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
    }

        .color-pdp-feature__fader .__right .__image.is-selected {
            opacity: 1;
        }

@media (min-width:65.63em) {
    .color-pdp-feature.is-accordion-variant {
        min-height: 850px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.color-pdp-feature.is-accordion-variant .color-pdp-feature__fader .__left {
    padding: 0;
}

.color-pdp-feature.is-accordion-variant .color-pdp-feature__fader .__expand {
    height: 48px;
    overflow: hidden;
}

    .color-pdp-feature.is-accordion-variant .color-pdp-feature__fader .__expand:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 50px;
        background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(246,250,251,0)),to(#f6fafb));
        background-image: linear-gradient(180deg,rgba(246,250,251,0),#f6fafb);
        -webkit-transition-property: opacity,width;
        transition-property: opacity,width;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
    }

.color-pdp-feature.is-accordion-variant .color-pdp-feature__fader .__content {
    padding: 28px 32px;
}

    .color-pdp-feature.is-accordion-variant .color-pdp-feature__fader .__content h3 {
        font-size: 18px;
    }

    .color-pdp-feature.is-accordion-variant .color-pdp-feature__fader .__content p {
        font-size: 14px;
        margin-top: 5px;
    }

    .color-pdp-feature.is-accordion-variant .color-pdp-feature__fader .__content.is-selected .__expand {
        height: auto;
    }

        .color-pdp-feature.is-accordion-variant .color-pdp-feature__fader .__content.is-selected .__expand:after {
            opacity: 0;
        }

.supply-pdp-feature {
    padding: 48px 0 32px;
}

@media (min-width:37.5em) {
    .supply-pdp-feature {
        padding: 72px 0;
    }
}

@media (min-width:65.63em) {
    .supply-pdp-feature {
        padding: 100px 0;
    }
}

.supply-pdp-feature__inner {
    margin-top: 32px;
}

@media (min-width:56.25em) {
    .supply-pdp-feature__inner {
        margin-top: 72px;
    }
}

@media (min-width:37.5em) {
    .supply-pdp-feature__inner .__left {
        padding: 72px 0;
    }
}

.supply-pdp-feature__inner .__left li {
    position: relative;
    padding: 25px 0 23px 25px;
    font-size: 14px;
    border-bottom: 1px solid #e7e7e7;
}

    .supply-pdp-feature__inner .__left li:last-child {
        border: 0;
    }

    .supply-pdp-feature__inner .__left li:after {
        content: "";
        display: block;
        position: absolute;
        top: 32px;
        left: 0;
        height: 8px;
        width: 8px;
        border-radius: 100px;
        background: #f5be18;
    }

.supply-pdp-feature__inner .__img {
    padding-top: 100%;
}

@media (min-width:56.25em) {
    .supply-pdp-feature__inner {
        margin-top: 48px;
    }

        .supply-pdp-feature__inner .__left {
            width: 50%;
        }

        .supply-pdp-feature__inner .__right {
            position: absolute;
            left: 50%;
        }

        .supply-pdp-feature__inner .__img {
            position: absolute;
            padding-top: 0;
        }
}

.pdp-icons {
    padding: 16px 0;
}

@media (min-width:37.5em) {
    .pdp-icons {
        padding: 72px 0;
    }
}

@media (min-width:65.63em) {
    .pdp-icons {
        padding: 125px 0;
    }
}

.pdp-icons__row {
    margin-top: 48px;
}

@media (min-width:65.63em) {
    .pdp-icons__row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.pdp-icons__item {
    width: 50%;
    margin-bottom: 32px;
}

@media (min-width:37.5em) {
    .pdp-icons__item {
        width: 33.33333%;
    }
}

.pdp-icons__item .__img {
    height: 55px;
    width: 55px;
}

    .pdp-icons__item .__img img {
        -o-object-fit: contain;
        object-fit: contain;
    }

.pdp-icons__item .__caption {
    max-width: 130px;
}

.account-entry {
    height: calc(100vh - 80px);
    min-height: 600px;
}

.account-entry__img {
    display: none;
    width: 50%;
}

@media (min-width:56.25em) {
    .account-entry__img {
        display: block;
    }
}

.account-entry__content {
    padding: 100px 0;
    width: 100%;
}

@media (min-width:56.25em) {
    .account-entry__content {
        width: 50%;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.account-entry__content footer {
    margin-top: 30px;
}

.account-entry__content__inner {
    max-width: 420px;
}

.account-entry-form input {
    width: 100%;
    margin-bottom: 1em;
}

.account-entry-form button {
    margin-top: 30px;
    width: 100%;
    max-width: 300px;
}

.account-entry-form fieldset input {
    width: calc(50% - 5px);
}

.account-page {
    min-height: 100vh;
    padding: 1px 0;
}

.account-nav {
    padding: 32px 0;
}

@media (min-width:56.25em) {
    .account-nav {
        padding: 72px 0;
    }
}

.account-nav a.active:after {
    opacity: 0;
}

.account-page-section-title {
    margin-bottom: 10px;
}

@media (min-width:56.25em) {
    .account-page-section-title {
        margin-bottom: 20px;
    }
}

.add-address-button {
    padding: 2em;
    margin-bottom: 2em;
}

.address-form-modal {
    padding: 72px 0;
    background: hsla(0,0%,100%,.95);
    min-height: 100vh;
}

.address-form button {
    margin-top: 2em;
    max-width: 300px;
    width: 100%;
}

.account-address-item, .account-order-item {
    padding: 2em 0;
    margin-bottom: 2em;
}

    .account-address-item .__buttons {
        margin-top: 1.5em;
    }

        .account-address-item .__buttons button {
            padding: 0;
        }

            .account-address-item .__buttons button:hover {
                color: #1b1d1e;
            }

.portal {
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

    .portal.is-visible {
        opacity: 1;
    }

.portal__scroll {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.portal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 50px;
    width: 50px;
    opacity: .5;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

    .portal-close:hover {
        opacity: 1;
    }

    .portal-close svg {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

.feature {
    padding: 16px 0;
}

@media (min-width:56.25em) {
    .feature {
        padding: 60px 0;
    }
}

@media (min-width:56.25em) {
    .feature.image-right .feature__text {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

.feature__image {
    padding-top: 60%;
}

@media (min-width:56.25em) {
    .feature__image {
        width: 50%;
    }
}

@media (min-width:75em) {
    .feature__image {
        padding-top: 0;
        height: 480px;
    }
}

.feature__text {
    padding: 18px 0 28px;
}

@media (min-width:56.25em) {
    .feature__text {
        padding: 50px 0;
        width: 50%;
    }
}

.feature__text .__cta {
    margin-top: .75em;
}

@media (min-width:56.25em) {
    .feature__text .__cta {
        margin-top: 1.5rem;
    }
}

.feature__text .__cta .__tooltip {
    -webkit-transform: translateX(150%) translateY(1px);
    transform: translateX(150%) translateY(1px);
}

.feature__text__inner {
    max-width: 540px;
}

    .feature__text__inner h3 {
        font-size: 24px;
    }

@media (min-width:56.25em) {
    .feature__text__inner {
        text-align: left;
    }

        .feature__text__inner h3 {
            font-size: 36px;
        }

        .feature__text__inner .wysiwyg--non-blog {
            margin-top: 32px;
        }
}

.feature__text_icon &gt; div {
    max-width: 150px;
    margin: 0 auto;
}

.feature.bg-light-blue + .feature.bg-light-blue {
    padding-top: 0;
}

@media (min-width:56.25em) {
    .feature.bg-light-blue + .feature.bg-light-blue .feature__text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .feature.bg-light-blue + .feature.bg-light-blue .feature__image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.feature:not(.bg-light-blue) + .feature:not(.bg-light-blue) {
    padding-top: 0;
}

@media (min-width:56.25em) {
    .feature:not(.bg-light-blue) + .feature:not(.bg-light-blue) .feature__text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .feature:not(.bg-light-blue) + .feature:not(.bg-light-blue) .feature__image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.genius {
    padding: 0;
}

@media (min-width:56.25em) {
    .genius {
        padding: 0 20px;
    }
}

@media (min-width:65.63em) {
    .genius {
        padding: 0 40px;
    }
}

@media (min-width:75em) {
    .genius {
        padding: 0 65px;
    }
}

.genius-container {
    position: static;
}

@media (min-width:56.25em) {
    .genius__left {
        padding: 65px 0;
        max-width: 425px;
        width: 100%;
        background: transparent;
    }
}

@media (min-width:75em) {
    .genius__left {
        max-width: 500px;
    }
}

.genius__content {
    max-width: 500px;
    padding: 64px;
}

@media (min-width:56.25em) {
    .genius__content {
        padding: 64px;
    }
}

.genius__content a.button {
    width: 100%;
    max-width: 280px;
}

.genius__illustration {
    max-width: 148px;
    margin-bottom: 32px;
}

@media (min-width:56.25em) {
    .genius__illustration {
        max-width: 250px;
    }
}

.genius__right {
    padding-top: 400px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

@media (min-width:56.25em) {
    .genius__right {
        padding-top: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 375px);
        position: static;
    }
}

@media (min-width:75em) {
    .genius__right {
        width: calc(100% - 500px);
    }
}

.genius__bubble {
    max-width: 360px;
    top: 30%;
    left: 0;
}

@media (min-width:37.5em) {
    .genius__bubble {
        max-width: 480px;
    }
}

@media (min-width:56.25em) {
    .genius__bubble {
        max-width: 460px;
        bottom: auto;
        top: 35%;
        left: 50%;
    }
}

@media (min-width:75em) {
    .genius__bubble {
        max-width: 540px;
        top: 35%;
        left: 45%;
    }
}

.genius-v2 .genius__content a.button {
    width: auto;
}

.genius-v2 .genius__content {
    padding: 18px 35px 44px;
}

.genius-v2 .h2 {
    margin-bottom: 20px;
}

@media (min-width:56.25em) {
    .genius-v2 .h2 {
        font-size: 2.25em;
        margin-bottom: 28px;
    }

    .genius-v2 .genius__content {
        padding: 50px 64px 53px;
    }

        .genius-v2 .genius__content a.button {
            margin-top: 30px;
            max-width: none;
        }

    .genius-v2 .genius__bubble {
        top: 28%;
    }
}

@media (min-width:75em) {
    .genius-v2 .genius__bubble {
        top: 190px;
        left: 53%;
    }

        .genius-v2 .genius__bubble .outer {
            padding-left: 0;
        }
}

@media (min-width:81.25em) {
    .genius-v2 .genius__bubble {
        left: 44%;
    }
}

.product-categories-padding {
    padding-bottom: 16px;
}

@media (min-width:56.25em) {
    .product-categories-padding {
        padding-bottom: 0;
    }
}

.product-categories-padding + .feature {
    padding-top: 32px;
}

@media (min-width:56.25em) {
    .product-categories-padding + .feature {
        padding-top: 72px;
    }
}

.product-categories {
    padding: 48px 0 60px;
}

@media (min-width:56.25em) {
    .product-categories {
        padding: 56px 0 34px;
    }
}

.product-categories h6 {
    margin-bottom: 0;
}

.product-categories h3 {
    max-width: 550px;
    font-size: 24px;
    margin-top: 8px;
}

@media (min-width:56.25em) {
    .product-categories h3 {
        margin-top: 30px;
        margin-bottom: 50px;
        font-size: 36px;
    }
}

.product-categories__item {
    width: 51%;
    margin-bottom: 1rem;
}

    .product-categories__item:last-child {
        margin-top: 0;
        margin-bottom: 0;
    }

@media (min-width:37.5em) {
    .product-categories__item {
        margin-top: 0;
        margin-bottom: 0;
        width: 28%;
    }
}

@media (min-width:56.25em) {
    .product-categories__item {
        max-width: 240px;
        margin-left: 2%;
        margin-right: 2%;
    }
}

@media (min-width:75em) {
    .product-categories__item {
        margin-left: 25px;
        margin-right: 25px;
    }
}

.product-categories__item a {
    max-width: 300px;
}

.product-categories__item .__img {
    padding-top: 100%;
    -webkit-transition: -webkit-transform .6s cubic-bezier(0,.59,.25,1);
    transition: -webkit-transform .6s cubic-bezier(0,.59,.25,1);
    transition: transform .6s cubic-bezier(0,.59,.25,1);
    transition: transform .6s cubic-bezier(0,.59,.25,1),-webkit-transform .6s cubic-bezier(0,.59,.25,1);
}

.product-categories__item h6 {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.product-categories__item:hover .__img {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.product-categories__item:hover h6 {
    color: #f5be18;
}

.product_categories {
    padding: 4rem 0;
}

@media (min-width:37.5em) {
    .product_categories {
        padding: 5rem 0;
    }
}

@media (min-width:56.25em) {
    .product_categories {
        padding: 4.5rem 0;
    }
}

@media (min-width:75em) {
    .product_categories {
        padding: 6rem 0;
    }
}

@media (min-width:56.25em) {
    .product_categories__grid &gt; div {
        width: 30%;
    }
}

.product_categories__grid img {
    max-width: 300px;
    margin: 0 auto;
}

.color-feature-wrapper {
    padding: 16px 0 0;
}

@media (min-width:56.25em) {
    .color-feature-wrapper {
        padding: 32px 0 0;
    }
}

.color-feature__images {
    padding-top: 75%;
    min-height: 500px;
}

@media (min-width:65.63em) {
    .color-feature__images {
        padding-top: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: calc(100% - 600px);
    }
}

.color-feature__slider {
    position: absolute;
    overflow: hidden;
}

    .color-feature__slider .flickity-slider, .color-feature__slider .flickity-viewport {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100% !important;
    }

@media (min-width:65.63em) {
    .color-feature__slide {
        position: absolute;
    }
}

.color-feature__content {
    max-width: 600px;
    padding: 60px 0 80px;
}

@media (min-width:65.63em) {
    .color-feature__content {
        padding: 200px 0;
        margin-left: 0;
    }
}

.color-feature__content__container {
    max-width: 437px;
}

    .color-feature__content__container img {
        max-width: 120px;
        margin-bottom: 30px;
    }

    .color-feature__content__container h2 {
        max-width: 310px;
    }

@media (min-width:65.63em) {
    .color-feature__content__container img {
        max-width: 160px;
        margin-bottom: 48px;
    }
}

.color-feature__cta {
    margin-top: 20px;
}

.color-feature__pagers {
    padding: 0 10px 10px;
}

    .color-feature__pagers .slideshow-pagers {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

@media (min-width:25em) {
    .color-feature__pagers {
        padding: 0 22px 22px;
    }
}

@media (min-width:56.25em) {
    .color-feature__pagers {
        padding: 0 38px 38px;
    }

        .color-feature__pagers .slideshow-pagers {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }
}

@media (min-width:75em) {
    .color-feature__pagers {
        padding: 0 62px 38px;
    }
}

.clp-grid-feature .__inner {
    padding-top: 370px;
}

@media (min-width:37.5em) {
    .clp-grid-feature .__inner {
        padding-top: 370px;
    }
}

.clp-grid-feature .__label {
    left: 1em;
    top: 1em;
    opacity: .6;
}

.clp-grid-feature .__content {
    left: 1em;
    right: 1em;
    bottom: 1em;
    padding: 1.5em;
}

.clp-filters--desktop {
    display: none;
}

@media (min-width:65.63em) {
    .clp-filters--desktop {
        display: block;
    }

        .clp-filters--desktop .filter-dropdown__button {
            padding-left: 0;
        }
}

@media (min-width:65.63em) {
    .clp-filters--mobile {
        display: none;
    }
}

.clp-filters__inner {
    padding: 32px 0;
}

    .clp-filters__inner .__mask {
        height: 20px;
        opacity: 0;
        left: 1px;
        right: 1px;
        bottom: -1px;
        pointer-events: none;
    }

.clp-filters-clear {
    cursor: pointer;
}

    .clp-filters-clear svg {
        margin-top: -2px;
    }

.colors-grid__inner .clp-filters__count {
    display: none;
}

@media (min-width:37.5em) {
    .colors-grid__inner .clp-filters__count {
        display: block;
        border-bottom: 1px solid #e7e7e7;
        font-size: 14px;
        padding: 25px 0;
        margin-bottom: 30px;
    }
}

.__drop {
    visibility: hidden;
    padding: 1em;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    border-top-left-radius: 0;
    -webkit-box-shadow: 0 3px 10px 3px rgba(78,84,87,.08);
    box-shadow: 0 3px 10px 3px rgba(78,84,87,.08);
}

    .__drop.is-open {
        visibility: visible;
    }

    .__drop:focus {
        border: 1px solid #e7e7e7;
        outline: 0;
    }

@media (min-width:37.5em) {
    .__drop {
        padding-bottom: 0;
    }
}

.filter-dropdown {
    border-bottom: 1px solid #e7e7e7;
}

    .filter-dropdown:last-of-type {
        margin-bottom: 0;
    }

    .filter-dropdown .__mask {
        height: 20px;
        opacity: 0;
        left: 1px;
        right: 1px;
        bottom: -1px;
        pointer-events: none;
    }

    .filter-dropdown.is-open .filter-dropdown__button:before {
        opacity: 1;
    }

    .filter-dropdown.is-open .filter-dropdown__button svg {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .filter-dropdown.is-open + .__drop, .filter-dropdown.is-open .__drop {
        visibility: visible;
    }

.filter-dropdown__button {
    padding: 1.2em 0 1.1em;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .filter-dropdown__button.no-border:after, .filter-dropdown__button.no-border:before, .filter-wrapper {
        display: none;
    }

@media (min-width:65.63em) {
    .filter-wrapper {
        display: block;
        max-width: 220px;
    }

        .filter-wrapper.is-open .__mask {
            opacity: 1;
            max-width: 119px;
        }
}

.filter-values {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .filter-values .filter-pill {
        width: 48%;
        margin-left: 0;
        margin-right: 0;
    }

.filter-values--roomTypes {
    width: calc(375px + 1.8em);
}

    .filter-values--roomTypes .filter-pill {
        width: 125px;
    }

.filter-values--vibe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .filter-values--vibe .filter-pill {
        text-align: center;
    }

@media (min-width:65.63em) {
    .filter-values--vibe .filter-pill {
        display: inline-block;
        width: auto;
        min-width: 95px;
        margin-right: 5px;
    }
}

.filter-values--colorFamily {
    width: calc(450px + 1.8em);
}

    .filter-values--colorFamily .filter-pill {
        width: 150px;
    }

@media (min-width:37.5em) {
    .filter-values--colorFamily {
        width: auto;
    }

        .filter-values--colorFamily .filter-pill {
            width: 48%;
            margin-left: 0;
            margin-right: 0;
        }
}

.filter-values--specificColorFamily {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .filter-values--specificColorFamily .filter-pill {
        width: auto;
        text-align: left;
        min-width: 95px;
    }

@media (min-width:65.63em) {
    .filter-values--undertones {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .filter-values--undertones .filter-pill {
            display: inline-block;
            width: auto;
            margin-right: 5px;
        }
}

@media (min-width:65.63em) {
    .filter-values--favorites {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .filter-values--favorites .filter-pill {
            display: inline-block;
            width: auto;
            margin-right: 5px;
        }
}

.filter-pill {
    position: relative;
    padding: .8em 12px .7em;
    border: 1px solid #e7e7e7;
    border-radius: 100px;
    margin: .3em 0;
    -webkit-transition-property: border-color,background;
    transition-property: border-color,background;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    cursor: pointer;
}

    .filter-pill.is-selected {
        border-color: #f5be18;
        background: #f5be18;
    }

    .filter-pill:focus, .filter-pill:hover {
        border-color: #1b1d1e;
        outline: 0;
    }

    .filter-pill[disabled=""] {
        opacity: .2;
        pointer-events: none;
    }

.filter-color {
    height: 30px;
    width: 30px;
    border: 1px solid #e7e7e7;
    border-radius: 100px;
    margin: .3em;
    -webkit-transition-property: border-color,background;
    transition-property: border-color,background;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

    .filter-color:focus, .filter-color:hover {
        border-color: #1b1d1e;
        outline: 0;
    }

    .filter-color span {
        border-radius: 100px;
    }

    .filter-color svg {
        display: none !important;
        position: relative;
    }

    .filter-color.is-selected {
        border-color: #1b1d1e;
    }

        .filter-color.is-selected span {
            opacity: .5;
        }

        .filter-color.is-selected svg {
            display: block !important;
        }

    .filter-color[disabled] {
        opacity: .2;
        pointer-events: none;
    }

.pill-swatch {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid;
}

.filter-header {
    border-bottom: 1px solid #e7e7e7;
}

    .filter-header span {
        font-size: 16px;
    }

.filter-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1360px;
}

@media (min-width:65.63em) {
    .filter-container {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (min-width:65.63em) {
    .filter-panel {
        position: -webkit-sticky;
        position: sticky;
        display: block;
        width: 275px;
        padding-right: 40px;
        top: 80px;
    }

        .filter-panel.has-offset {
            top: 125px;
        }
}

@media (min-width:65.63em) {
    .filter-grid {
        width: calc(100% - 220px);
    }
}

.clp-filter-modal {
    padding-top: 80px;
    padding-bottom: 100px;
}

.clp-filter-header {
    padding: .5em 0 0;
}

    .clp-filter-header:after {
        content: "";
        position: relative;
        display: block;
        bottom: 0;
        width: calc(100% - 40px);
        margin: auto;
        height: 1px;
        background-color: #e7e7e7;
    }

    .clp-filter-header .clp-filters__count {
        width: 100%;
    }

.clp-filter-footer {
    padding: 1.5em 0;
}

    .clp-filter-footer button:first-of-type {
        min-width: 100px;
    }

    .clp-filter-footer button:last-of-type {
        background-color: transparent;
        min-width: auto;
        max-width: none;
        width: auto;
        border-color: transparent;
    }

.clp-filter-header__close {
    padding: 20px;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}

.filter-dropdown--mobile {
    padding: 25px 0 15px;
    border-top: 1px solid #e7e7e7;
}

    .filter-dropdown--mobile:first-of-type {
        padding-top: 0;
        border: 0;
    }

    .filter-dropdown--mobile:last-of-type {
        border-bottom: 0;
    }

    .filter-dropdown--mobile .__drop {
        margin-left: -.3em;
        margin-right: -.3em;
    }

    .filter-dropdown--mobile .filter-pill {
        margin-right: 10px;
        min-width: 95px;
        text-align: left;
    }

    .filter-dropdown--mobile .filter-values--vibe {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .filter-dropdown--mobile .filter-values--favorites .filter-pill, .filter-dropdown--mobile .filter-values--undertones .filter-pill, .filter-dropdown--mobile .filter-values--vibe .filter-pill {
            text-align: center;
        }

.clp-filters--mobile .filter-dropdown__button {
    max-width: 100px;
}

.filter-dropdown__button {
    padding: 1.2em 1.2em 1.1em .7em;
    margin: 0;
}

    .filter-dropdown__button:active {
        color: #1b1d1e;
    }

    .filter-dropdown__button:focus {
        outline: 0;
    }

        .filter-dropdown__button:focus:before {
            opacity: 1;
        }

    .filter-dropdown__button svg {
        position: relative;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        z-index: 1;
        margin-top: -2px;
    }

    .filter-dropdown__button .__indicator {
        height: 5px;
        width: 5px;
        border-radius: 10px;
        opacity: 0;
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out;
    }

    .filter-dropdown__button:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        -webkit-box-shadow: 0 3px 10px 3px rgba(78,84,87,.08);
        box-shadow: 0 3px 10px 3px rgba(78,84,87,.08);
    }

    .filter-dropdown__button:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        border: 1px solid #e7e7e7;
        border-radius: 4px;
    }

    .filter-dropdown__button.has-values .__indicator {
        opacity: 1;
    }

@media (min-width:65.63em) {
    .filter-dropdown__button .__indicator, .filter-dropdown__button:after, .filter-dropdown__button:before {
        display: none;
    }
}

.filter-section-title {
    display: none;
    font-size: 16px;
    color: #4e5457;
}

@media (min-width:65.63em) {
    .filter-section-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 14px;
    }
}

.filter-contents {
    height: 0;
    overflow: hidden;
    max-width: 240px;
}

    .filter-contents.is-open {
        height: auto;
        max-height: 100%;
    }

.color-recirc {
    padding: 32px 0;
    overflow: hidden;
}

@media (min-width:56.25em) {
    .color-recirc {
        padding: 72px 0;
    }
}

.color-recirc__title {
    margin-bottom: 16px;
}

@media (min-width:56.25em) {
    .color-recirc__title {
        margin-bottom: 32px;
    }
}

.color-recirc__controls {
    display: none;
}

    .color-recirc__controls button {
        margin-left: 1em;
    }

@media (min-width:56.25em) {
    .color-recirc__controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: auto;
    }
}

.color-recirc__slider {
    margin-left: -10px;
    margin-right: -10px;
}

.color-recirc__slide {
    padding: 0 10px;
    width: 90%;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

@media (min-width:56.25em) {
    .color-recirc__slide {
        width: 66.666666%;
    }
}

@media (min-width:75em) {
    .color-recirc__slide {
        width: 720px;
    }
}

.color-recirc__img {
    padding-top: 120%;
}

@media (min-width:37.5em) {
    .color-recirc__img {
        padding-top: 80%;
    }
}

.calculator--remove {
    cursor: pointer;
}

.calculator--wall-tag {
    padding: .8rem .75rem .7rem;
    width: 70px;
}

    .calculator--wall-tag small {
        line-height: 0;
    }

.calculator--wall input {
    max-width: 160px;
    padding: 1.3rem .8rem 1.2rem;
    width: calc((100% - 100px - 1em)/2);
}

@media (min-width:37.5em) {
    .calculator--wall input {
        padding: 1.3rem 1.4rem 1.2rem;
    }
}

.calculator--add {
    cursor: pointer;
}

    .calculator--add span {
        line-height: 0;
    }

.calculator__description p {
    font-size: 16px !important;
    font-size: 1rem !important;
}

.template-calculator {
    background-color: #f6fafb;
}

@media (min-width:56.25em) {
    .template-calculator .container .calculator {
        max-width: 830px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .template-calculator .container .calculator &gt; div {
            width: 44%;
        }

            .template-calculator .container .calculator &gt; div:first-child {
                width: 52%;
            }
}

@media (min-width:56.25em) {
    .template-calculator .calculator--results {
        margin-top: 160px;
        padding: 0;
    }

        .template-calculator .calculator--results .p1 {
            padding: 1.5rem 2rem;
        }

        .template-calculator .calculator--results .px1 {
            padding-left: 2rem;
            padding-right: 2rem;
        }
}

.template-calculator .calculator--results &gt; div {
    -webkit-box-shadow: 0 3px 10px 3px rgba(78,84,87,.08);
    box-shadow: 0 3px 10px 3px rgba(78,84,87,.08);
}

@media (min-width:56.25em) {
    .template-calculator {
        min-height: calc(100vh - 80px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.template-calculator .image {
    text-align: right;
    bottom: 0;
    top: auto;
    display: none;
}

@media (min-width:56.25em) {
    .template-calculator .image {
        display: block;
    }
}

.template-calculator .calculator {
    padding: 3rem 0;
}

.template-calculator .image img {
    height: 100%;
    min-height: 700px;
    max-height: 1100px;
    width: auto;
    display: inline-block;
    left: 500px;
    top: 0;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width:81.25em) {
    .template-calculator .image img {
        left: auto;
        right: -40px;
    }
}

.calculator-drawer .calculator--results {
    padding: 0 1rem;
}

.calculator-drawer .calculator--results-header {
    width: calc(100% + 6rem);
    position: relative;
    left: -48px;
    left: -3rem;
    padding: 1rem 4rem;
}

.round-arrow-button {
    height: 50px;
    width: 50px;
    border-radius: 100px;
    border: 1px solid #f5be18;
    -webkit-transition-property: background-color,opacity,-webkit-transform;
    transition-property: background-color,opacity,-webkit-transform;
    transition-property: transform,background-color,opacity;
    transition-property: transform,background-color,opacity,-webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

    .round-arrow-button:not([disabled]) {
        background-color: #fff8ef;
    }

        .round-arrow-button:not([disabled]):hover {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

    .round-arrow-button[disabled] {
        opacity: .2;
    }

    .round-arrow-button.is-left svg {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

.my-colors {
    padding: 32px 0;
    min-height: 100vh;
}

@media (min-width:56.25em) {
    .my-colors {
        padding: 72px 0;
    }
}

.my-colors-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 32px;
}

@media (min-width:56.25em) {
    .my-colors-header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-bottom: 48px;
    }
}

.color-list-item {
    width: 100%;
    margin-bottom: 32px;
}

@media (min-width:56.25em) {
    .color-list-item {
        width: calc(50% - 16px);
        margin-bottom: 32px;
    }
}

.color-list-item__header {
    padding: 2.5em 2em;
    border-bottom: 1px solid #e7e7e7;
}

    .color-list-item__header button {
        padding: 0;
    }

.my-colors-create-button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

    .my-colors-create-button .__plus {
        height: 26px;
        width: 26px;
        border-radius: 100px;
        background: currentColor;
    }

@media (min-width:56.25em) {
    .my-colors-create-button {
        margin-top: 1em;
    }
}

.color-list-item__colors {
    padding: 2.5em 2em;
}

    .color-list-item__colors li {
        width: 33.333333%;
    }

.color-list-item__color {
    max-width: 100px;
}

    .color-list-item__color .image {
        position: relative;
        padding-top: 140%;
    }

.color-list-item__empty {
    padding: 0 0 1em;
}

    .color-list-item__empty p {
        max-width: 300px;
    }

    .color-list-item__empty a.button {
        width: 100%;
        max-width: 280px;
    }

.list-modal .__overlay {
    opacity: .8;
}

.list-modal__content {
    max-width: 415px;
    -webkit-box-shadow: 0 3px 10px 3px rgba(78,84,87,.08);
    box-shadow: 0 3px 10px 3px rgba(78,84,87,.08);
    padding: 72px 0;
}

.results-gateway {
    overflow: auto;
}

    .results-gateway .__inner {
        padding: 72px 0;
    }

.single-list-header {
    padding: 32px 0;
}

@media (min-width:56.25em) {
    .single-list-header {
        padding: 72px 0;
    }
}

.single-list-header.has-genius-colors {
    padding: 32px 0 24px;
}

@media (min-width:56.25em) {
    .single-list-header.has-genius-colors {
        padding: 72px 0 48px;
    }
}

.single-list-colors {
    padding: 32px 0;
}

@media (min-width:56.25em) {
    .single-list-colors {
        padding: 72px 0;
    }
}

.single-list-colors .colors-grid {
    margin: 0;
}

.fav {
    height: 40px;
    width: 40px;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

    .fav.popover-is-open {
        opacity: 1;
    }

        .fav.popover-is-open .fav__star svg path {
            stroke: #003149;
            fill: #003149;
        }

    .fav.is-starred {
        opacity: 1;
    }

        .fav.is-starred .fav__star svg path {
            stroke: #003149;
            fill: #003149;
        }

.fav__star {
    height: 40px;
    width: 40px;
    padding: 0;
}

    .fav__star svg {
        height: 17px;
        width: 17px;
    }

        .fav__star svg path {
            fill: transparent;
            stroke: #003149;
            -webkit-transition: fill .3s ease-in-out;
            transition: fill .3s ease-in-out;
        }

    .fav__star:hover svg path, .popover-is-open .fav__star svg path {
        fill: #003149;
    }

.fav__drop {
    -webkit-box-shadow: 0 3px 14px 3px rgba(78,84,87,.16);
    box-shadow: 0 3px 14px 3px rgba(78,84,87,.16);
    border-radius: 5px;
    overflow: hidden;
    width: 260px;
}

    .fav__drop footer, .fav__drop header {
        height: 50px;
        line-height: 50px;
        padding: 0 1.5em;
    }

    .fav__drop header {
        position: relative;
    }

        .fav__drop header span.close {
            width: 20px;
            height: 20px;
            position: absolute;
            right: 10px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            display: block;
            cursor: pointer;
        }

            .fav__drop header span.close svg {
                display: block;
                width: 20px;
                height: 20px;
                fill: #012334;
            }

    .fav__drop footer form {
        display: none;
    }

        .fav__drop footer form.is-active {
            display: block;
        }

        .fav__drop footer form button {
            height: 50px;
            width: 30px;
            padding: 0 1.5em;
        }

            .fav__drop footer form button svg {
                margin: auto;
            }

    .fav__drop footer input {
        height: 50px;
        line-height: 50px;
        padding: 0 1.5em;
        background: transparent;
        border: 0;
    }

    .fav__drop footer button.fav__create {
        -webkit-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out;
    }

        .fav__drop footer button.fav__create:hover {
            background: #066e87;
        }

    .fav__drop footer.form-active .fav__create {
        display: none;
    }

    .fav__drop footer.form-active form {
        display: block;
    }

    .fav__drop .fav__signup {
        height: 50px;
        line-height: 50px;
    }

.fav__lists {
    overflow: auto;
    max-height: 180px;
    margin-right: -25px;
}

.fav__list {
    padding-right: 25px;
}

    .fav__list:last-child {
        border: 0;
    }

.fav__list__button {
    padding: 1em 1.5em;
}

    .fav__list__button:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: #003149;
        opacity: .05;
    }

    .fav__list__button .__text {
        opacity: .6;
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out;
    }

    .fav__list__button .__check {
        display: block;
        position: relative;
        width: 18px;
        height: 18px;
        top: -1px;
        background: transparent;
        border: 1px solid #e7e7e7;
        -webkit-transition: border .3s ease-in-out;
        transition: border .3s ease-in-out;
    }

        .fav__list__button .__check:after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            height: 8px;
            width: 8px;
            background: transparent;
            -webkit-transition: background .3s ease-in-out;
            transition: background .3s ease-in-out;
        }

    .fav__list__button:hover .__text {
        opacity: 1;
    }

    .fav__list__button:hover .__check {
        border-color: #003149;
    }

    .fav__list__button.is-active .__text {
        opacity: 1;
    }

    .fav__list__button.is-active .__check {
        border-color: #003149;
    }

        .fav__list__button.is-active .__check:after {
            background: #003149;
        }

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(0,.59,.25,1);
    transition-timing-function: cubic-bezier(0,.59,.25,1);
}

    .popover &gt; div {
        outline: none !important;
    }

    .popover.is-visible {
        opacity: 1;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    .popover &gt; div.is-tacked:focus {
        outline: 0;
    }

.blog-post-root .blog-post-margin:first-child {
    margin-top: 0;
}

.blog-landing {
    padding-top: 16px;
}

@media (min-width:56.25em) {
    .blog-landing {
        padding-top: 24px;
    }
}

.blog-post-category {
    padding: .4em 1em .3em;
    font-size: 10px;
}

.blog-post-category-landing .home-social-padding {
    background-color: #fff;
}

.blog-post-category-landing .home-social {
    border-top: 1px solid #e7e7e7;
}

.blog-post-category-landing__grid {
    padding-top: 48px;
}

@media (min-width:56.25em) {
    .blog-post-category-landing__grid {
        padding-top: 72px;
    }
}

.blog-email {
    padding: 32px 0 48px;
}

@media (min-width:56.25em) {
    .blog-email {
        padding: 48px 0 72px;
    }
}

.blog-email__image {
    max-width: 60px;
    display: none;
}

@media (min-width:37.5em) {
    .blog-email__image {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        margin: auto;
    }
}

.blog-email__text-inner .__content {
    max-width: 370px;
    margin: 0 0 26px;
}

.blog-email .__divider {
    border-top: 1px solid #e7e7e7;
    padding-bottom: 48px;
}

@media (min-width:56.25em) {
    .blog-email .__divider {
        padding-bottom: 72px;
    }
}

.blog-post-title {
    margin-top: 48px;
}

@media (min-width:56.25em) {
    .blog-post-title {
        margin-top: 72px;
    }
}

.blog-post-title h1 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.3;
}

@media (min-width:56.25em) {
    .blog-post-title h1 {
        font-size: 3rem;
    }
}

.blog-post-share {
    margin: 1em 0 1.5em;
}

    .blog-post-share li {
        display: block;
        margin-right: 1.5em;
    }

    .blog-post-share a {
        display: block;
        position: relative;
        height: 30px;
        width: 30px;
        margin: auto;
        -webkit-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out;
    }

        .blog-post-share a svg {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }

        .blog-post-share a:hover.facebook {
            color: #3b5998;
        }

        .blog-post-share a:hover.twitter {
            color: #1da1f2;
        }

        .blog-post-share a:hover.pinterest {
            color: #bd081c;
        }

@media (min-width:56.25em) {
    .blog-post-share {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        margin-top: 0;
        display: block;
    }

        .blog-post-share li {
            margin: 0 auto 1.5em;
        }

        .blog-post-share h6 {
            margin: 0;
        }
}

@media (min-width:65.63em) {
    .blog-post-share {
        -webkit-transform: translateX(-170px);
        transform: translateX(-170px);
    }
}

.blog-post-margin {
    margin: 48px 0;
}

.blog-category-header {
    padding: 48px 0;
}

@media (min-width:65.63em) {
    .blog-category-header {
        padding: 85px 0;
    }
}

.blog-post-media-caption h1, .blog-post-media-caption h2, .blog-post-media-caption h3, .blog-post-media-caption h4, .blog-post-media-caption h5, .blog-post-media-caption h6, .blog-post-media-caption p {
    font-size: 14.08px;
    font-size: .88rem;
    line-height: 1.5;
    font-weight: 400;
    font-style: italic;
    color: #939597;
}

.blog-post-images.is-full-width:first-child .image-with-product {
    height: auto;
    padding-top: 38%;
}

.blog-post-images:first-child .blog-post-images__item:first-child {
    margin-top: 0;
}

@media (min-width:65.63em) {
    .blog-post-images:first-child .blog-post-images__item {
        margin-top: 0;
    }
}

.blog-post-images__row {
    margin-left: -10px;
    margin-right: -10px;
}

@media (min-width:65.63em) {
    .blog-post-images__row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .is-stacked .blog-post-images__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.blog-post-images__row.is-inline .image-with-product .__content {
    bottom: 20px;
    right: 20px;
}

.blog-post-images__item {
    padding: 0 10px;
}

    .blog-post-images__item .image-with-product {
        padding-top: 56.666666%;
    }

    .blog-post-images__item.is-portrait .image-with-product {
        padding-top: 113.333333%;
    }

.is-full-width .blog-post-images__item {
    padding: 0;
}

    .is-full-width .blog-post-images__item .image-with-product {
        padding-top: 0;
        height: 40vh;
        min-height: 360px;
    }

@media (min-width:56.25em) {
    .is-full-width .blog-post-images__item .image-with-product {
        height: 80vh;
        min-height: 0;
    }
}

.has-two-images .blog-post-images__item {
    margin: 10px 0;
}

    .has-two-images .blog-post-images__item .image-with-product .__content {
        bottom: 20px;
        right: 20px;
    }

.blog-post-video {
    padding-top: 56.666666%;
}

.blog-post-grid {
    overflow: hidden;
    padding: 32px 0 0;
}

@media (min-width:56.25em) {
    .blog-post-grid {
        padding: 48px 0 0;
    }
}

.blog-post-grid__row {
    margin-left: -36px;
    margin-right: -36px;
}

@media (min-width:37.5em) {
    .blog-post-grid__row.with-featured .blog-post-grid__item:nth-of-type(-n+2) {
        width: 100%;
    }
}

@media (min-width:56.25em) {
    .blog-post-grid__row.with-featured .blog-post-grid__item:nth-of-type(-n+2) {
        width: 50%;
    }
}

@media (min-width:65.63em) {
    .blog-post-grid__row.with-featured .blog-post-grid__item:nth-of-type(-n+2) {
        width: 50%;
    }
}

.blog-post-grid__item {
    width: 100%;
    padding: 0 36px;
    margin-bottom: 32px;
}

@media (min-width:37.5em) {
    .blog-post-grid__item {
        width: 50%;
        margin-bottom: 48px;
    }
}

@media (min-width:65.63em) {
    .blog-post-grid__item {
        width: 33.333333%;
        margin-bottom: 72px;
    }
}

.blog-post-card h3 {
    max-width: 420px;
}

.blog-post-card__img {
    padding-top: 66.666666%;
}

.blog-post-card__cat {
    height: 0;
}

.blog-post-card__content {
    padding: 20px;
}

@media (min-width:25em) {
    .blog-post-card__content {
        padding: 32px;
    }
}

.blog-post-card__content.has-background {
    background: #fff;
}

.blog-post-product {
    margin: 32px 0;
    padding: 32px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

@media (min-width:56.25em) {
    .blog-post-product {
        margin: 48px 0;
    }
}

.blog-post-product .__image {
    width: 110px;
}

    .blog-post-product .__image .__frame {
        padding-top: 130%;
    }

.blog-post-product .__content {
    margin-top: 16px;
}

    .blog-post-product .__content h6 {
        max-width: 460px;
    }

@media (min-width:25em) {
    .blog-post-product .__content {
        margin-top: 0;
        width: calc(100% - 110px);
        padding-left: 32px;
    }
}

.quiz-results-view .image-with-product .__content {
    left: 32px;
    bottom: 32px;
}

.quiz-results-view.is-on-list-page {
    padding: 0 0 32px;
}

@media (min-width:56.25em) {
    .quiz-results-view.is-on-list-page {
        padding: 0 0 72px;
    }
}

.quiz-results-view__top .h3 {
    font-size: 24px;
    line-height: 1.3;
}

.quiz-results-view__top .__content {
    padding: 48px 0;
}

@media (min-width:56.25em) {
    .quiz-results-view__top .__content {
        padding: 72px 0 42px;
    }

        .quiz-results-view__top .__content .h3 {
            font-size: 36px;
            line-height: 1.2;
        }
}

.quiz-results-view__top .__content p {
    max-width: 550px;
    font-size: 16px;
    margin-bottom: 28px;
}

    .quiz-results-view__top .__content p a {
        text-decoration: underline;
        color: #066e87;
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out;
    }

        .quiz-results-view__top .__content p a:hover {
            opacity: .5;
        }

@media (min-width:56.25em) {
    .quiz-results-view__top .__content p {
        font-size: 18px;
        line-height: 1.4;
    }
}

.quiz-results-view__top .restart-link {
    font-size: 16px;
}

.quiz-results-view__top .underline.is-quiet {
    margin-top: 15px;
}

.quiz-results-view__top .__image {
    height: 250px;
    padding-top: 60%;
}

@media (min-width:65.63em) {
    .quiz-results-view__top .__image {
        position: absolute;
        height: 100%;
        padding-top: 0;
        top: 0;
        bottom: 0;
        left: 435px;
        right: 0;
    }
}

.quiz-results-view__top .__image .image-with-product {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.quiz-results-view__bottom {
    margin-left: -20px;
    margin-right: -20px;
    justify-content: center;
}

.quiz-results-view__bottom__item {
    padding: 0 10px;
    margin-bottom: 0px;
    width: 30%;
}

@media (max-width:37.5em) {
    .quiz-results-view__bottom__item {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
}

@media (min-width:56.25em) {
    .quiz-results-view__bottom__item {
        max-width: 320px;
        padding-top: 25px;
        padding-bottom: 50px;
    }
}

.quiz-results-view__bottom__item .view__bottom__item__img {
    height: 250px;
    padding-top: 60%;
}

@media (min-width:37.5em) {
    .quiz-results-view__bottom__item .view__bottom__item__img {
        padding-top: 100%;
    }
}

@media (min-width:65.63em) {
    .quiz-results-view__bottom__item .view__bottom__item__img {
        padding-top: 60%;
    }
}

.quiz-results-view__bottom__item .view__bottom__item__img .image-with-product {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

@media (min-width:56.25em) {
    .quiz-results-view__bottom__item .view__bottom__item__img {
        height: 400px;
        padding-top: 0;
    }
}

.tooltip h1, .tooltip h2, .tooltip h3, .tooltip h4, .tooltip h5, .tooltip h6, .tooltip p {
    font-size: 12.48px;
    font-size: .78rem;
}

    .tooltip h1:first-child, .tooltip h2:first-child, .tooltip h3:first-child, .tooltip h4:first-child, .tooltip h5:first-child, .tooltip h6:first-child, .tooltip p:first-child {
        margin-top: 0;
    }

    .tooltip h1:last-child, .tooltip h2:last-child, .tooltip h3:last-child, .tooltip h4:last-child, .tooltip h5:last-child, .tooltip h6:last-child, .tooltip p:last-child {
        margin-bottom: 0;
    }

.tooltip__button {
    width: 25px;
    height: 25px;
    border-radius: 100px;
    background: #e7e7e7;
    color: #4e5457;
    -webkit-transition-property: background,color,-webkit-transform;
    transition-property: background,color,-webkit-transform;
    transition-property: transform,background,color;
    transition-property: transform,background,color,-webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(0,.59,.25,1);
    transition-timing-function: cubic-bezier(0,.59,.25,1);
}

    .tooltip__button:hover {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

.is-open .tooltip__button {
    background: #f5be18;
}

.tooltip__button_span {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1px;
}

.tooltip__bubble {
    width: 240px;
    -webkit-box-shadow: 0 3px 10px 3px rgba(78,84,87,.08);
    box-shadow: 0 3px 10px 3px rgba(78,84,87,.08);
    padding: 16px 24px;
}

.intro-text-block {
    padding: 32px 0;
}

@media (min-width:56.25em) {
    .intro-text-block {
        padding: 72px 0;
    }
}

.intro-text-block h1, .intro-text-block h2, .intro-text-block h3, .intro-text-block h4, .intro-text-block h5, .intro-text-block h6, .intro-text-block p, .intro-text-block small {
    font-size: 21px;
    font-size: 1.3125rem;
    text-align: center;
}

@media (min-width:56.25em) {
    .intro-text-block h1, .intro-text-block h2, .intro-text-block h3, .intro-text-block h4, .intro-text-block h5, .intro-text-block h6, .intro-text-block p, .intro-text-block small {
        font-size: 1.6875rem;
    }
}

.intro-text-block.is-italic .intro-text-block {
    font-style: italic;
}

.intro-text-block + .feature {
    padding-top: 0 !important;
}

.feature-image-background .__image {
    padding-top: 60%;
}

@media (min-width:56.25em) {
    .feature-image-background .__image {
        padding-top: 0;
        position: absolute;
    }
}

@media (min-width:56.25em) {
    .feature-image-background .__inner {
        padding: 48px 0;
    }
}

@media (min-width:75em) {
    .feature-image-background .__inner {
        padding: 88px 0;
    }
}

.feature-image-background .__content {
    max-width: 460px;
    background: #fff;
    padding: 48px 0;
}

@media (min-width:56.25em) {
    .feature-image-background .__content {
        margin-left: 0;
    }
}

@media (min-width:75em) {
    .feature-image-background .__content {
        padding: 88px 0;
    }
}

.feature-image-background .__content .image {
    max-width: 72px;
}

.press-grid {
    padding: 32px 0;
}

@media (min-width:56.25em) {
    .press-grid {
        padding: 72px 0;
    }
}

.press-grid__row {
    margin-left: -16px;
    margin-right: -16px;
}

.press-grid__item {
    width: 100%;
    padding: 0 16px;
    margin-bottom: 32px;
}

@media (min-width:37.5em) {
    .press-grid__item {
        width: 50%;
    }
}

@media (min-width:65.63em) {
    .press-grid__item {
        width: 33.333333%;
    }
}

.press-grid__item .__bg {
    left: 16px;
    right: 16px;
}

.press-card__logo {
    padding: 32px;
}

    .press-card__logo .image {
        width: 150px;
        height: 35px;
    }

        .press-card__logo .image img {
            -o-object-fit: contain;
            object-fit: contain;
        }

.press-card__content {
    padding: 32px 0;
    border-top: 2px solid #f6fafb;
}

.blog-hero {
    overflow: hidden;
    padding-top: 100px;
}

.blog-hero__slider {
    -webkit-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out;
}

    .blog-hero__slider.is-dragging a {
        pointer-events: none;
    }

@media (min-width:56.25em) {
    .blog-hero__slide h1 {
        font-size: 3rem;
    }
}

.blog-hero__slide__left {
    width: 100%;
    padding-bottom: 48px;
}

@media (min-width:37.5em) {
    .blog-hero__slide__left {
        width: calc(100% - 200px);
        max-width: 600px;
        padding-bottom: 72px;
    }
}

@media (min-width:65.63em) {
    .blog-hero__slide__left {
        width: 40%;
        padding-bottom: 150px;
    }
}

.blog-hero__slide__right {
    width: 100%;
}

@media (min-width:65.63em) {
    .blog-hero__slide__right {
        width: 60%;
    }
}

.blog-hero__slide__image {
    padding-top: 66.666666%;
    min-height: 100%;
}

.blog-hero__controls {
    display: none;
    padding: 20px;
}

@media (min-width:37.5em) {
    .blog-hero__controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width:65.63em) {
    .blog-hero__controls {
        top: auto;
        right: auto;
        left: 0;
        bottom: 0;
    }
}

@media (min-width:37.5em) {
    .blog-hero__controls {
        padding: 72px 32px;
    }
}

@media (min-width:65.63em) {
    .blog-hero__controls {
        padding: 0 48px 72px;
    }
}

@media (min-width:75em) {
    .blog-hero__controls {
        padding: 0 72px 72px;
    }
}

.blog-hero__controls button {
    margin-right: 1em;
}

    .blog-hero__controls button:last-child {
        margin-right: 0;
    }

.blog-hero__pagers {
    padding-bottom: 32px;
}

@media (min-width:37.5em) {
    .blog-hero__pagers {
        padding-bottom: 32px;
    }
}

@media (min-width:65.63em) {
    .blog-hero__pagers {
        display: none;
    }
}

.blog-carousel {
    overflow: hidden;
    padding: 48px 0;
}

@media (min-width:56.25em) {
    .blog-carousel {
        padding: 72px 0;
    }
}

.blog-carousel__header {
    margin-bottom: 32px;
}

@media (min-width:56.25em) {
    .blog-carousel__header {
        margin-bottom: 48px;
    }
}

.blog-carousel__titles {
    max-width: 410px;
}

@media (min-width:56.25em) {
    .blog-carousel__titles {
        max-width: 550px;
    }
}

.blog-carousel__controls {
    display: none;
}

    .blog-carousel__controls button {
        margin-left: 1em;
    }

@media (min-width:37.5em) {
    .blog-carousel__controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.blog-carousel__slider {
    margin-left: -10px;
    margin-right: -20px;
    -webkit-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out;
}

    .blog-carousel__slider.is-dragging {
        pointer-events: none;
    }

.blog-carousel__slide {
    width: 90%;
    padding: 0 10px;
}

@media (min-width:37.5em) {
    .blog-carousel__slide {
        width: 33.333333%;
        min-width: 320px;
    }
}

.blog-carousel__slide .blog-post-card {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.blog-carousel__slide:hover .blog-post-card {
    -webkit-box-shadow: 0 3px 10px 3px rgba(78,84,87,.08);
    box-shadow: 0 3px 10px 3px rgba(78,84,87,.08);
}

.blog-carousel__slide .__title {
    font-size: 16px;
    font-size: 1rem;
}

@media (min-width:56.25em) {
    .blog-carousel__slide .__title {
        font-size: 1.3rem;
    }
}

.not-found {
    height: calc(100vh - 60px);
}

@media (min-width:65.63em) {
    .not-found {
        height: calc(100vh - 80px);
    }
}

.not-found.is-full {
    height: auto;
    min-height: 100vh;
    padding: 80px 0;
}

.not-found__inner {
    max-width: 730px;
}

    .not-found__inner img {
        max-width: 400px;
    }

    .not-found__inner a.button {
        width: 100%;
        max-width: 280px;
    }

.faq-page {
    padding: 48px 0 72px;
}

@media (min-width:56.25em) {
    .faq-page {
        padding: 72px 0 88px;
    }
}

.faq-page .outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.faq-page article {
    background-color: #fff;
    padding: 15px 50px 15px 25px;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    letter-spacing: 3px;
    font-size: 13px;
    color: rgba(0,0,0,.8);
    position: -webkit-sticky;
    position: sticky;
    top: 200px;
    -webkit-box-shadow: 0 0 7px 0 rgba(92,92,92,.1);
    box-shadow: 0 0 7px 0 rgba(92,92,92,.1);
}

@media(max-width:1100px) {
    .faq-page article {
        display: none;
    }
}

.faq-page article div {
    cursor: pointer;
    height: 30px;
}

.faq-page article .selected-category {
    font-weight: 500;
}

.faq-page__section ~ .faq-page__section {
    margin-top: 48px;
}

@media (min-width:56.25em) {
    .faq-page__section ~ .faq-page__section {
        margin-top: 72px;
    }
}

.faq-question {
    padding-bottom: 8px;
    border-bottom: 1px solid #939597;
}

@media (min-width:56.25em) {
    .faq-question {
        padding-bottom: 16px;
    }
}

.faq-question:first-child {
    border-top: 1px solid #939597;
}

.faq-question.is-open .__plus {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #f5be18;
}

.faq-question.is-open .faq-question__answer {
    opacity: 1;
}

.faq-question__button {
    padding: 18px 0 8px;
}

@media (min-width:56.25em) {
    .faq-question__button {
        padding: 36px 0 16px;
    }
}

.faq-question__button .__text {
    max-width: calc(100% - 40px);
    line-height: 1.6;
}

@media (min-width:56.25em) {
    .faq-question__button .__text {
        max-width: calc(100% - 80px);
    }
}

.faq-question__button .__plus {
    height: 32px;
    width: 32px;
    border-radius: 100px;
    border: 1px solid #f5be18;
    color: #1b1d1e;
    -webkit-transition-property: background,-webkit-transform;
    transition-property: background,-webkit-transform;
    transition-property: transform,background;
    transition-property: transform,background,-webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

    .faq-question__button .__plus svg {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

.faq-question__answer {
    padding: 1px 0 8px;
    max-width: calc(100% - 40px);
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

@media (min-width:56.25em) {
    .faq-question__answer {
        padding: 1px 0 16px;
        max-width: calc(100% - 80px);
    }
}

.faq-question__answer p {
    font-weight: 400;
}

    .faq-question__answer p:first-child {
        margin-top: 0;
    }

    .faq-question__answer p:last-child {
        margin-bottom: 0;
    }

.supply-pdp-grid {
    padding: 48px 0 24px;
    max-width: 600px;
}

@media (min-width:56.25em) {
    .supply-pdp-grid {
        padding: 72px 0 32px;
        max-width: 100%;
    }
}

@media (min-width:65.63em) {
    .supply-pdp-grid {
        padding: 100px 0 48px;
    }
}

.supply-pdp-grid .supplies-grid {
    margin-top: 0;
}

.supply-pdp-grid .supplies-grid__item {
    width: 50%;
    padding: 0 10px 24px;
}

@media (min-width:56.25em) {
    .supply-pdp-grid .supplies-grid__item {
        width: 25%;
        padding: 0 10px 32px;
    }
}

@media (min-width:65.63em) {
    .supply-pdp-grid .supplies-grid__item {
        padding: 0 10px 48px;
    }
}

@media (min-width:56.25em) {
    .supply-pdp-grid .supply-card--simple {
        margin-bottom: 0;
    }
}

.supply-pdp-grid__title {
    margin-bottom: 48px;
}

.page-text {
    margin-top: 48px;
    margin-bottom: 2em;
}

    .page-text:last-child {
        margin-bottom: 48px;
    }

    .page-text + .page-text {
        margin-top: 0;
    }

@media (min-width:56.25em) {
    .page-text {
        margin-top: 72px;
    }

        .page-text:last-child {
            margin-bottom: 72px;
        }
}

@media (min-width:56.25em) {
    .page-text--two-column .__row {
        margin-left: -32px;
        margin-right: -32px;
    }
}

.page-text--two-column .__row .__col {
    width: 100%;
}

@media (min-width:56.25em) {
    .page-text--two-column .__row .__col {
        width: 50%;
        padding: 0 32px;
    }
}

.pdf-group {
    margin: 2em 0;
}

    .pdf-group a {
        -webkit-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out;
    }

        .pdf-group a:hover {
            color: #1b1d1e;
        }

            .pdf-group a:hover img {
                opacity: 1;
            }

        .pdf-group a img {
            width: 12px;
            opacity: .6;
            -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
        }

.newsletter-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100vh - 60px);
}

@media (min-width:37.5em) {
    .newsletter-page {
        min-height: calc(100vh - 80px);
    }
}

.newsletter-page .image {
    text-align: right;
    bottom: 0;
    top: auto;
}

@media (min-width:56.25em) {
    .newsletter-page .image {
        display: block;
    }
}

.newsletter-page .image img {
    height: 100%;
    min-height: 700px;
    max-height: 1100px;
    width: auto;
    display: inline-block;
    left: 50%;
    top: 0;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width:81.25em) {
    .newsletter-page .image img {
        left: auto;
        right: -40px;
    }
}

.newsletter-page__inner {
    max-width: 450px;
}

.blog-nav {
    overflow: auto;
    overflow-y: hidden;
    border-top: 1px solid #e7e7e7;
}

.blog-nav__inner {
    height: 60px;
}

.blog-nav__item {
    margin-right: 40px;
}

.blog-nav__anchor {
    display: block;
    position: relative;
    height: 60px;
    line-height: 60px;
    color: #939597;
    -webkit-transition-property: opacity,color;
    transition-property: opacity,color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

    .blog-nav__anchor.active, .blog-nav__anchor:hover {
        color: #1b1d1e;
    }

.blog-nav__form {
    height: 60px;
    max-width: 300px;
}

    .blog-nav__form:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 60%;
        width: 1px;
        background: #e7e7e7;
    }

    .blog-nav__form button {
        padding: 25px;
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out;
    }

        .blog-nav__form button[disabled] {
            opacity: .5;
        }

    .blog-nav__form input {
        height: 100%;
        border: 0;
        padding-left: 0;
        padding-right: 1em;
        padding-bottom: 1em;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

.search-page {
    min-height: calc(100vh - 60px);
    padding-top: 32px;
}

@media (min-width:37.5em) {
    .search-page {
        min-height: calc(100vh - 140px);
    }
}

@media (min-width:56.25em) {
    .search-page {
        padding-top: 48px;
    }
}

@media (min-width:65.63em) {
    .search-page {
        padding-top: 72px;
    }
}

.search-page .blog-post-grid {
    padding: 32px 0 0;
}

@media (min-width:56.25em) {
    .search-page .blog-post-grid {
        padding: 48px 0 0;
    }
}

.search-page__empty {
    padding: 48px 0 64px;
}

@media (min-width:56.25em) {
    .search-page__empty {
        padding: 72px 0 88px;
    }
}

.search-page__empty img {
    max-width: 140px;
}

.search-page__header {
    margin-bottom: 24px;
}

.pagination.blog-search-pagination {
    padding-bottom: 48px;
}

@media (min-width:56.25em) {
    .pagination.blog-search-pagination {
        padding-bottom: 72px;
    }
}

.search-page__form {
    margin-bottom: 32px;
    border: 1px solid #e7e7e7;
}

@media (min-width:56.25em) {
    .search-page__form {
        margin-bottom: 48px;
    }
}

@media (min-width:65.63em) {
    .search-page__form {
        display: none;
    }
}

.search-page__form form {
    max-width: 100%;
}

    .search-page__form form:before {
        display: none;
    }

.pagination {
    padding: 32px 0;
}

    .pagination li {
        margin: 0 .25em;
    }

    .pagination button {
        position: relative;
        height: 30px;
        width: 30px;
        line-height: 26px;
        opacity: .3;
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out;
        padding: 0;
    }

        .pagination button.is-active, .pagination button:hover {
            opacity: 1;
        }

    .pagination .__next, .pagination .__prev {
        height: 35px;
        width: 35px;
        border: 1px solid #f5be18;
        border-radius: 100px;
        opacity: 1;
        -webkit-transition-property: color,background;
        transition-property: color,background;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
    }

        .pagination .__next:hover, .pagination .__prev:hover {
            background: #f5be18;
        }

            .pagination .__next:hover svg, .pagination .__prev:hover svg {
                color: #fff;
            }

        .pagination .__next[disabled], .pagination .__prev[disabled] {
            border: 1px solid #1b1d1e;
            opacity: .3;
        }

            .pagination .__next[disabled]:hover, .pagination .__prev[disabled]:hover {
                opacity: .3;
                background: transparent;
            }

                .pagination .__next[disabled]:hover svg, .pagination .__prev[disabled]:hover svg {
                    color: #1b1d1e;
                }

    .pagination .__prev {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        margin-right: .5em;
    }

    .pagination .__next {
        margin-left: .5em;
    }

@media (min-width:56.25em) {
    .pagination li {
        margin: 0 .5em;
    }

    .pagination .__next, .pagination .__prev {
        width: 50px;
        height: 50px;
    }

    .pagination .__prev {
        margin-right: 1em;
    }

    .pagination .__next {
        margin-left: 1em;
    }
}

.pagination svg {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.page-faq-section {
    margin: 48px auto;
}

    .page-faq-section:last-child:last-of-type {
        margin-bottom: 72px;
    }

@media (min-width:56.25em) {
    .page-faq-section {
        margin: 72px auto;
    }

        .page-faq-section:last-child:last-of-type {
            margin-bottom: 100px;
        }
}

.page__pdf-section:last-child:last-of-type {
    margin-bottom: 72px;
}

@media (min-width:56.25em) {
    .page__pdf-section:last-child:last-of-type {
        margin-bottom: 100px;
    }
}

.blog-category-nav {
    padding: 48px 0 0;
}

@media (min-width:37.5em) {
    .blog-category-nav {
        padding: 48px 0;
    }
}

@media (min-width:56.25em) {
    .blog-category-nav {
        padding: 72px 0 100px;
    }
}

.blog-category-nav .__title {
    margin-bottom: 16px;
}

@media (min-width:37.5em) {
    .blog-category-nav .__title {
        margin-bottom: 32px;
    }
}

@media (min-width:56.25em) {
    .blog-category-nav .__title {
        margin-bottom: 72px;
    }
}

.blog-category-nav .__categories li {
    padding: 7vh 32px;
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
    border-bottom: 1px solid #e7e7e7;
}

    .blog-category-nav .__categories li:last-child {
        border-bottom: 0;
    }

@media (min-width:37.5em) {
    .blog-category-nav .__categories li {
        width: 33.333333%;
        padding: 20vh 32px;
        border-bottom: 0;
        border-right: 1px solid #e7e7e7;
    }

        .blog-category-nav .__categories li:last-child {
            border-right: 0;
        }

        .blog-category-nav .__categories li:hover {
            border-color: transparent;
        }

            .blog-category-nav .__categories li:hover h3 {
                color: #fff;
            }

            .blog-category-nav .__categories li:hover .__mask {
                opacity: 0;
            }

            .blog-category-nav .__categories li:hover a {
                color: #fff;
            }

                .blog-category-nav .__categories li:hover a:after {
                    background: #fff;
                }
}

.blog-category-nav .__categories li h3 {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.blog-category-nav .__categories li .__underlay {
    background: #1b1d1e;
    opacity: .2;
}

.blog-category-nav .__categories li .__mask {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.flag svg {
    position: absolute;
    left: 1px;
    top: 0;
    bottom: 0;
    height: 100%;
    width: auto;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.flag__inner {
    padding: .8em 1.85em .7em;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.flag__tooltip {
    padding-right: .5em;
}

    .flag__tooltip .tooltip__bubble {
        max-width: calc(220px - 1em);
        padding: 12px 16px;
        border-radius: 6px;
        background-color: #003149;
        color: #fff;
    }

.friendbuy-d43-pvO iframe {
    display: block;
}

.supply-upsell__caption {
    margin-bottom: 1em;
}

    .supply-upsell__caption h1, .supply-upsell__caption h2, .supply-upsell__caption h3, .supply-upsell__caption h4, .supply-upsell__caption h5, .supply-upsell__caption h6, .supply-upsell__caption p {
        font-size: 12.48px;
        font-size: .78rem;
        color: #4e5457;
        font-weight: 500;
    }

    .supply-upsell__caption a {
        color: #000;
        font-weight: 500;
        -webkit-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out;
    }

        .supply-upsell__caption a:hover {
            opacity: .6;
        }

.supply-upsell__inner {
    padding: 0 1em;
    background: #eef6f8;
    overflow: hidden;
    border-radius: 3px;
}

    .supply-upsell__inner img {
        max-width: 100px;
    }

    .supply-upsell__inner button {
        min-width: 110px;
        max-width: 110px;
        padding-left: .75em !important;
        padding-right: .75em !important;
    }

    .supply-upsell__inner .__desktop {
        display: none;
    }

@media (min-width:37.5em) {
    .supply-upsell__inner {
        padding: 0 1.5em 0 1em;
    }

        .supply-upsell__inner img {
            max-width: 130px;
        }

        .supply-upsell__inner button {
            width: 190px;
            max-width: 190px;
            padding-left: 1.5em !important;
            padding-right: 1.5em !important;
        }

        .supply-upsell__inner .__mobile {
            display: none;
        }

        .supply-upsell__inner .__desktop {
            display: inline;
        }
}

.noty__inner {
    max-width: 400px;
    margin: 0 auto;
}

@media (min-width:56.25em) {
    .noty__inner {
        max-width: 900px;
    }
}

.noty__content {
    padding: 100px 0;
    max-width: 450px;
}

@media (min-width:56.25em) {
    .noty__content {
        padding: 180px 0;
        margin-right: 0;
    }
}

.noty__content .__code {
    padding: .6em 2em;
    max-width: 200px;
    border-radius: 4px;
}

.noty__content .portal-close {
    top: 1.5em;
    right: 1.5em;
    height: 40px;
    width: 40px;
    border-radius: 100px;
    background: #f5be18;
    color: #fff;
    opacity: 1;
}

    .noty__content .portal-close:hover {
        opacity: .5;
    }

.noty__bg {
    height: 0;
}

@media (min-width:56.25em) {
    .noty__bg {
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: calc(100% - 450px);
    }
}

.referral {
    padding: 48px 0;
}

@media (min-width:56.25em) {
    .referral {
        padding: 72px 0;
        min-height: calc(100vh - 80px);
    }
}

.referral .image {
    text-align: right;
    bottom: 0;
    top: auto;
    display: none;
}

@media (min-width:56.25em) {
    .referral .image {
        display: block;
    }
}

.referral .image img {
    height: 100%;
    min-height: 700px;
    max-height: 1100px;
    width: auto;
    display: inline-block;
    left: 500px;
    top: 0;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width:81.25em) {
    .referral .image img {
        left: auto;
        right: -40px;
    }
}

@media (min-width:56.25em) {
    .referral__inner {
        width: 50%;
    }
}

.review {
    margin: 0;
    padding: 1.5em 1.5em 75px;
    -webkit-box-shadow: 0 2px 14px 0 rgba(78,84,87,.08);
    box-shadow: 0 2px 14px 0 rgba(78,84,87,.08);
    min-height: 350px;
}

@media (min-width:25em) {
    .review {
        padding: 2em 2em 80px;
        min-height: 320px;
    }
}

.review figcaption {
    padding: 2em;
}

.review div {
    max-width: 120px;
}

    .review div svg {
        width: 16px;
    }

.reviews-carousel {
    overflow: hidden;
    padding: 60px 0;
}

@media (min-width:56.25em) {
    .reviews-carousel {
        padding: 84px 0;
    }
}

.reviews-carousel__header {
    margin-bottom: 32px;
}

@media (min-width:56.25em) {
    .reviews-carousel__header {
        margin-bottom: 48px;
    }
}

.reviews-carousel__titles {
    max-width: 410px;
}

@media (min-width:56.25em) {
    .reviews-carousel__titles {
        max-width: 550px;
    }
}

.reviews-carousel__controls {
    display: none;
}

    .reviews-carousel__controls button {
        margin-left: 1em;
    }

@media (min-width:37.5em) {
    .reviews-carousel__controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.reviews-carousel__slider {
    margin-left: -10px;
    margin-right: -20px;
    -webkit-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out;
}

    .reviews-carousel__slider.is-dragging {
        pointer-events: none;
    }

.reviews-carousel__slide {
    width: 90%;
    padding: 0 10px;
}

@media (min-width:37.5em) {
    .reviews-carousel__slide {
        width: 33.333333%;
        min-width: 320px;
    }
}

.reviews-carousel__slide .reviews-post-card {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.reviews-carousel__slide:hover .reviews-post-card {
    -webkit-box-shadow: 0 2px 14px 0 rgba(78,84,87,.08);
    box-shadow: 0 2px 14px 0 rgba(78,84,87,.08);
}

.reviews-carousel__slide .__title {
    font-size: 16px;
    font-size: 1rem;
}

@media (min-width:56.25em) {
    .reviews-carousel__slide .__title {
        font-size: 1.3rem;
    }
}

.fade-carousel {
    padding: 44px 0 26px;
}

    .fade-carousel .review {
        padding: 0 10px;
        min-height: auto;
        text-align: center;
    }

        .fade-carousel .review p {
            font-size: 16px;
        }

    .fade-carousel .carousel-dot-nav {
        margin-bottom: 0;
    }

    .fade-carousel .dot-nav {
        margin-left: 2px;
        margin-right: 2px;
        border-color: #939597;
    }

        .fade-carousel .dot-nav.is-selected {
            background-color: #939597;
        }

    .fade-carousel .source {
        padding: 15px 0 10px;
    }

    .fade-carousel .star-set {
        margin-bottom: 25px;
        max-width: 115px;
    }

    .fade-carousel .reviews-carousel__slide {
        min-width: 100%;
    }

    .fade-carousel .reviews-carousel__header {
        display: none;
    }

@media (min-width:37.5em) {
    .fade-carousel .review {
        max-width: 80%;
        margin: auto;
    }
}

@media (min-width:56.25em) {
    .fade-carousel {
        padding: 44px 0 40px;
    }

        .fade-carousel .review {
            max-width: none;
        }

            .fade-carousel .review p {
                font-size: 18px;
            }

        .fade-carousel .carousel-dot-nav {
            display: none;
        }

        .fade-carousel .reviews-carousel__cta {
            margin-top: 23px;
        }

        .fade-carousel .reviews-carousel__header {
            display: block;
            padding-top: 20px;
            margin-bottom: 40px;
        }

        .fade-carousel .star-set {
            margin-bottom: 42px;
        }

        .fade-carousel .source {
            padding-top: 10px;
        }
}

.fade-carousel .reviews-carousel__titles {
    margin-left: auto;
    margin-right: auto;
}

.fade-carousel .reviews-carousel__slider {
    margin-left: 0;
    right: 0;
}

@media (min-width:37.5em) {
    .fade-carousel .reviews-carousel__slider {
        max-width: 900px;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width:37.5em) {
    .fade-carousel .reviews-carousel__slider &gt; div {
        -webkit-transform: translateX(0) !important;
        transform: translateX(0) !important;
    }
}

.fade-carousel .reviews-carousel__slide {
    width: 100%;
}

@media (min-width:37.5em) {
    .fade-carousel .reviews-carousel__slide {
        position: absolute;
        left: 0 !important;
        right: 0;
        opacity: 0;
        -webkit-transition: opacity .5s ease-out;
        transition: opacity .5s ease-out;
        z-index: 0;
        text-align: center;
    }
}

.fade-carousel .reviews-carousel__slide.is-selected {
    opacity: 1;
    z-index: 2;
}

.fade-carousel .review {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.fade-carousel .source {
    text-align: center;
    left: 0;
    right: 0;
    font-size: 17px;
}

.fade-carousel .star-set {
    margin-left: auto;
    margin-right: auto;
}

.carousel-dot-nav, .fade-carousel .centered {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.carousel-dot-nav {
    margin-bottom: 60px;
}

.dot-nav {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 2px solid #003149;
    opacity: .6;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 10px;
    margin-right: 10px;
    background-color: transparent;
    -webkit-transition: background-color .3s ease-in-out,opacity .3s ease-in-out;
    transition: background-color .3s ease-in-out,opacity .3s ease-in-out;
    cursor: pointer;
}

    .dot-nav.is-selected {
        background-color: #003149;
        border-color: #003149;
        opacity: 1;
    }

@media (min-width:37.5em) {
    .fade-carousel .horizonta-nav {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.reviews-widget .paint-can .__bg {
    display: none;
}

.reviews__header {
    padding: 32px 0;
    border-bottom: 1px solid #e7e7e7;
}

    .reviews__header .__toggles {
        margin: 0 2em;
    }

    .reviews__header h5 {
        width: 100%;
        margin-bottom: 24px;
    }

@media (min-width:37.5em) {
    .reviews__header h5 {
        width: auto;
        margin-bottom: 0;
    }
}

.reviews__header button {
    margin: 0 .5em;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

    .reviews__header button svg {
        width: 30px;
        margin-right: 1em;
    }

        .reviews__header button svg path {
            fill: currentColor;
        }

    .reviews__header button.is-active, .reviews__header button:hover {
        color: #1b1d1e;
    }

@media (min-width:56.25em) {
    .reviews__header {
        padding: 48px 0;
        margin-bottom: 10px;
    }
}

.reviews-widget {
    padding: 0;
}

@media (min-width:56.25em) {
    .reviews-widget {
        padding: 0;
    }
}

.reviews-widget .okeReviews .okeReviews-reviewsWidget-header {
    margin-bottom: 24px;
}

.reviews-widget .okeReviews .okeReviews-reviewsWidget-header-poweredBy {
    vertical-align: middle;
    padding-right: 32px;
}

.reviews-widget .okeReviews .okeReviews-reviewsWidget-header-controls-writeReview {
    display: inline-block;
    padding: 1.5rem 1rem 1.4rem;
    font-size: 14.08px;
    font-size: .88rem;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    border-radius: 40px;
    border: 2px solid #f5be18;
    background-color: #f5be18;
    max-width: 280px;
    min-width: 200px;
    color: #003149;
    width: 100%;
    -webkit-transition-property: background-color,border-color,color;
    transition-property: background-color,border-color,color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(0,.59,.25,1);
    transition-timing-function: cubic-bezier(0,.59,.25,1);
}

@media (min-width:37.5em) {
    .reviews-widget .okeReviews .okeReviews-reviewsWidget-header-controls-writeReview {
        max-width: 100%;
        width: auto;
    }
}

.reviews-widget .okeReviews .okeReviews-reviewsWidget-header-controls-writeReview:hover {
    border-color: #012334;
    background-color: #012334;
    color: #fff;
}

.reviews-widget .okeReviews .okeReviews-reviewsWidget-header-controls-writeReview[disabled] {
    opacity: .6;
    pointer-events: none;
    border-color: #012334;
    background-color: #012334;
    color: #fff;
}

    .reviews-widget .okeReviews .okeReviews-reviewsWidget-header-controls-writeReview[disabled]:hover {
        border-color: #012334;
        background-color: #012334;
        color: #fff;
    }

.reviews-widget .okeReviews .okeReviews-reviewsWidget-header-controls-writeReview:after {
    display: none;
}

.reviews-widget .okeReviews .okeReviews-reviewsAggregate {
    background: #fff;
}

.reviews-widget .okeReviews .okeReviews-reviewsAggregate-primary, .reviews-widget .okeReviews .okeReviews-reviewsAggregate-side {
    border-color: #e7e7e7 !important;
    padding: 32px !important;
}

.reviews-widget .okeReviews .okeReviews-review {
    background: #fff;
}

.reviews-widget .okeReviews .okeReviews-review-primary, .reviews-widget .okeReviews .okeReviews-review-side {
    border-color: #e7e7e7 !important;
    padding: 32px !important;
}

.reviews-widget .okeReviews .okeReviews-review-recommendation:last-child, .reviews-widget .okeReviews .okeReviews-review-reviewer {
    margin-bottom: 0;
}

.reviews-widget .okeReviews .okeReviews-review-reviewer-profile {
    border-color: #e7e7e7 !important;
    padding-bottom: 32px;
    margin-bottom: 32px;
}

.reviews-widget .okeReviews .okeReviews-review-meta {
    margin-bottom: 32px;
}

.reviews-widget .okeReviews .okeReviews-starRating {
    width: 100px;
}

.reviews-widget .okeReviews .okeReviews-starRating-indicator-layer {
    background-size: 100px 20px;
}

.reviews-widget .okeReviews .okeReviews-reviews-footer {
    margin-top: 0;
    padding: 48px 0;
}

@media (min-width:56.25em) {
    .reviews-widget .okeReviews .okeReviews-reviews-footer {
        padding: 72px 0;
    }
}

.reviews-widget .okeReviews .okeReviews-reviews-footer:before {
    display: none;
}

.reviews-widget .okeReviews .okeReviews-reviews-showMore {
    display: inline-block;
    padding: 1.5rem 3rem 1.4rem;
    font-size: 14.08px;
    font-size: .88rem;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    border-radius: 40px;
    border: 2px solid #f5be18;
    background-color: #f5be18;
    max-width: 280px;
    min-width: 200px;
    color: #003149;
    width: 100%;
    -webkit-transition-property: background-color,border-color,color;
    transition-property: background-color,border-color,color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(0,.59,.25,1);
    transition-timing-function: cubic-bezier(0,.59,.25,1);
}

@media (min-width:37.5em) {
    .reviews-widget .okeReviews .okeReviews-reviews-showMore {
        max-width: 100%;
        width: auto;
    }
}

.reviews-widget .okeReviews .okeReviews-reviews-showMore:hover {
    border-color: #012334;
    background-color: #012334;
    color: #fff;
}

.reviews-widget .okeReviews .okeReviews-reviews-showMore[disabled] {
    opacity: .6;
    pointer-events: none;
    border-color: #012334;
    background-color: #012334;
    color: #fff;
}

    .reviews-widget .okeReviews .okeReviews-reviews-showMore[disabled]:hover {
        border-color: #012334;
        background-color: #012334;
        color: #fff;
    }

.reviews-widget .okeReviews .okeReviews-reviews-showMore:after {
    display: none;
}

.reviews-widget .okeReviews .okeReviews-reviews-alert-inner {
    padding: 1.5rem 3rem 1.4rem;
    background: #003149 !important;
    color: #fff !important;
    border-radius: 4px;
}

.reviews-widget .okeReviews .okeReviews-select {
    border: 0 !important;
}

    .reviews-widget .okeReviews .okeReviews-select:before {
        display: none;
    }

    .reviews-widget .okeReviews .okeReviews-select:after {
        border-color: transparent !important;
        width: 12px;
        height: 18px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='12' height='12' fill='none' stroke='currentcolor' stroke-width='2' style='vertical-align:middle' display='inline-block' overflow='visible'%3E%3Cpath d='M5 .707L12.293 8 5 15.293'/%3E%3C/svg%3E");
        background-size: 11px 10px;
        background-position: 50%;
        background-repeat: no-repeat;
        -webkit-transform: translateY(-9px) rotate(90deg);
        transform: translateY(-9px) rotate(90deg);
    }

.reviews-widget .okeReviews .okeReviews-select-input {
    background: #fff;
    padding: 1.2em 1.2em 1.1em .7em;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
}

.reviews-widget .okeReviews .okeyReviews-reviewsWidget {
    padding-top: 24px;
}

    .reviews-widget .okeReviews .okeyReviews-reviewsWidget.is-okeReviews-reviewsWidget-large .okeReviews-review-side {
        padding: 32px !important;
    }

    .reviews-widget .okeReviews .okeyReviews-reviewsWidget.is-okeReviews-reviewsWidget-large .okeReviews-review-primary {
        padding: 32px 48px !important;
    }

.happy {
    padding: 48px 0;
}

@media (min-width:56.25em) {
    .happy {
        padding: 72px 0;
    }
}

.happy.bg-light-blue + .feature.bg-light-blue, .happy.bg-white + .feature.bg-white, .happy.collapse-top {
    padding-top: 0;
}

.happy.collapse-bottom {
    padding-bottom: 0;
}

.happy.collapse-both {
    padding: 0;
}

.happy__inner img {
    height: 80px;
    width: 80px;
}

@media (min-width:56.25em) {
    .happy__inner img {
        height: 110px;
        width: 110px;
    }
}

@media (min-width:56.25em) {
    .happy__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.happy__content {
    margin-top: 32px;
    max-width: 360px;
}

@media (min-width:56.25em) {
    .happy__content {
        margin-top: 0;
        padding-left: 48px;
        margin-left: 48px;
        border-left: 2px solid #f5be18;
        max-width: calc(100% - 158px);
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left;
    }
}

.happy__content a {
    margin-top: 24px;
}

.reviews-press__inner {
    padding: 48px 0;
    border-bottom: 1px solid #e7e7e7;
}

@media (min-width:56.25em) {
    .reviews-press__inner {
        padding: 72px 0;
    }
}

@media (min-width:75em) {
    .reviews-press__inner {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.reviews-press__press {
    width: 50%;
    padding: 1em;
}

    .reviews-press__press p {
        font-size: 14px;
    }

@media (min-width:75em) {
    .reviews-press__press {
        width: 25%;
    }
}

.reviews-press__press img {
    max-width: 120px;
    max-height: 35px;
}

@media (min-width:25em) {
    .reviews-press__press img {
        max-width: 200px;
        max-height: 40px;
    }
}

@media (min-width:56.25em) {
    .reviews-press__press img {
        max-width: 240px;
        max-height: 50px;
    }
}

.slideshow-color-pagers {
    bottom: 40px;
    padding: 16px 20px;
    border-radius: 100px;
    background: #fff;
}

.slideshow-color-pager {
    display: block;
    border-radius: 100px;
    background: transparent;
    height: 30px;
    width: 30px;
    padding: 0;
    border: 1px solid #fff;
    margin: 0 2px;
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
}

    .slideshow-color-pager.is-selected {
        border-color: #1b1d1e;
    }

    .slideshow-color-pager div {
        height: 16px;
        width: 16px;
        border-radius: 100px;
    }

    .slideshow-color-pager:focus, .slideshow-color-pager:hover {
        outline: 0;
        border-color: #e7e7e7;
    }

.sif {
    padding: 32px 0 48px;
}

@media (min-width:56.25em) {
    .sif {
        padding: 48px 0 72px;
    }
}

.sif__image {
    max-width: 60px;
    display: none;
}

@media (min-width:37.5em) {
    .sif__image {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        margin: auto;
    }
}

.sif__text-inner .__content {
    max-width: 370px;
    margin: 0 auto 26px;
}

.sif .__box {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 48px 0;
}

@media (min-width:56.25em) {
    .sif .__box {
        padding: 72px 0;
    }
}

.sif input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px #fff inset !important;
    -webkit-text-fill-color: #1b1d1e !important;
}

.sif__form label.checkbox {
    font-style: italic;
}

.listicle {
    padding: 32px 0;
}

@media (min-width:37.5em) {
    .listicle {
        padding: 48px 0;
    }
}

@media (min-width:37.5em) {
    .listicle.image-right .listicle__text {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

@media (min-width:37.5em) {
    .listicle__image {
        width: 40%;
    }
}

.listicle__image .__frame {
    padding-top: 100%;
}

.listicle__text {
    padding: 32px 0;
}

@media (min-width:37.5em) {
    .listicle__text {
        padding: 50px 0;
        width: 50%;
    }
}

.listicle__text .__number {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    line-height: 42px;
}

.listicle__text p:last-child {
    margin-bottom: 0;
}

.page-cta {
    padding: 32px 0;
}

@media (min-width:56.25em) {
    .page-cta {
        padding: 0;
    }
}

.page-cta .__content .button {
    max-width: 318px;
    width: 100%;
}

.page-cta .__box {
    padding: 48px 0;
}

@media (min-width:56.25em) {
    .page-cta .__box {
        padding: 20px 0;
    }
}

.page-cta .__title {
    font-size: 2.25em;
    margin-bottom: 15px;
}

.page-cta.border-both .__box, .page-cta.border-top .__box {
    border-top: 1px solid #e7e7e7;
}

.page-cta.border-both .__box, .page-cta.border-bottom .__box {
    border-bottom: 1px solid #e7e7e7;
}

.page-cta.only-button {
    padding: 0;
}

.page-cta a.button {
    width: 100%;
    max-width: 280px;
}

.referral-sticker {
    opacity: 0;
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

    .referral-sticker a {
        margin: 13px 20px;
        width: 100% !important;
        max-width: 110px !important;
        min-width: 0 !important;
    }

    .referral-sticker.is-visible {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

.value-prop {
    padding: 46px 0;
}

    .value-prop .__title {
        font-size: 1.5em;
    }

    .value-prop .home-intro-v2__image {
        margin: 0 0 36px;
    }

        .value-prop .home-intro-v2__image .image {
            max-width: none;
        }

    .value-prop .home-intro-v2__icons .__icon img {
        max-width: 48px;
        max-height: 48px;
    }

    .value-prop .icon-set--sm {
        display: block;
        margin-bottom: 10%;
    }

    .value-prop .icon-set--lg {
        display: none;
    }

    .value-prop .icon-text {
        margin: 0;
        text-align: center;
    }

    .value-prop .icon-slide__dot {
        width: 6px;
        height: 6px;
        display: inline-block;
        border: 1px solid #939597;
        border-radius: 50%;
    }

    .value-prop .carousel-dot-nav {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0 auto;
    }

    .value-prop .dot-nav {
        margin-left: 2px;
        margin-right: 2px;
        border-color: #939597;
    }

        .value-prop .dot-nav.is-selected {
            background-color: #939597;
        }

    .value-prop .__icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .value-prop .icon-set--sm {
        display: none;
    }

    .value-prop .icon-set--lg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .value-prop .__title {
        font-size: 2.5em;
    }

    .value-prop .__icon {
        width: 50%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .value-prop .icon-text {
        margin-left: 1.5em;
        text-align: left;
    }

    .value-prop .icon-set {
        max-width: none;
    }

    .value-prop .__icon .image {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 30px;
    }

@media (min-width:25em) {
    .value-prop .__icon .image {
        width: auto;
    }
}

.value-prop .__icon h6 {
    font-size: 13px;
    margin-left: 10px;
}

@media (min-width:25em) {
    .value-prop .__icon h6 {
        font-size: .8125em;
        margin-left: 1.5em;
    }
}

@media (min-width:56.25em) {
    .value-prop .home-intro-v2__content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .value-prop .home-intro-v2__image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 0;
        width: 45%;
    }
}

@media (min-width:65.63em) {
    .value-prop {
        padding: 46px 0;
    }
}

@media (min-width:75em) {
    .value-prop .three-col .__icon {
        width: 32%;
        padding-right: 10px;
    }
}

@media (min-width:56.25em) {
    .content-slider {
        padding: 60px 32px;
    }
}

@media (min-width:56.25em) {
    .slider-mask {
        -webkit-box-shadow: 0 2px 23px 0 hsla(0,0%,83.1%,.5);
        box-shadow: 0 2px 23px 0 hsla(0,0%,83.1%,.5);
    }
}

.content-slider-wrap {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width:56.25em) {
    .content-slider-wrap .slide {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 460px;
    }

        .content-slider-wrap .slide .image {
            height: 100%;
        }

    .content-slider-wrap .slide-section {
        width: 50%;
    }

    .content-slider-wrap .slide__content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .content-slider-wrap .slide__media {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.slide-product-image {
    height: 100vw;
}

    .slide-product-image .__content {
        right: 20px;
        bottom: 20px;
    }

@media (min-width:56.25em) {
    .slide-product-image {
        height: 100%;
    }
}

.slide__content {
    padding: 10px 25px 40px;
    background-color: #fff;
    text-align: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    .slide__content .title {
        font-size: 1.5em;
        margin-bottom: 10px;
    }

    .slide__content .subtitle {
        display: none;
    }

    .slide__content .description {
        color: #4e5457;
    }

        .slide__content .description p:first-of-type {
            margin-top: 0;
        }

        .slide__content .description p:last-of-type {
            margin-bottom: 0;
        }

    .slide__content .pagination {
        display: none;
        padding-bottom: 0;
        margin-top: auto;
        margin-bottom: 0;
    }

        .slide__content .pagination button {
            opacity: 1;
            -webkit-transition: opacity .3s ease-in-out,-webkit-transform .3s ease-in-out;
            transition: opacity .3s ease-in-out,-webkit-transform .3s ease-in-out;
            transition: opacity .3s ease-in-out,transform .3s ease-in-out;
            transition: opacity .3s ease-in-out,transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
        }

    .slide__content .round-arrow-button {
        width: 50px;
        height: 50px;
    }

        .slide__content .round-arrow-button:last-of-type {
            margin-left: 15px;
        }

        .slide__content .round-arrow-button:not([disabled]) {
            opacity: 1;
        }

    .slide__content .carousel-dot-nav {
        margin-bottom: 6px;
    }

    .slide__content .dot-nav {
        margin-left: 2px;
        margin-right: 2px;
        border-color: #939597;
    }

        .slide__content .dot-nav.is-selected {
            background-color: #939597;
        }

@media (min-width:56.25em) {
    .slide__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: left;
        padding: 40px;
    }

        .slide__content .pagination {
            display: block;
        }

        .slide__content .title {
            font-size: 2.25em;
            line-height: 1.2;
        }

        .slide__content .subtitle {
            display: block;
            margin-bottom: 14px;
            font-size: 1.13rem;
        }

        .slide__content .carousel-dot-nav {
            display: none;
        }
}

.slide__content-inner {
    margin: auto 0;
}

.single-product-feature .button {
    max-width: none;
}

.single-product-feature .image-wrap {
    width: 100%;
}

.single-product-feature .__left {
    padding-bottom: 0;
}

    .single-product-feature .__left:after {
        content: "";
        margin: 0 32px;
        display: block;
        height: 1px;
        background-color: #e7e7e7;
    }

.single-product-feature .__right {
    padding: 32px;
}

.single-product-feature .supply-pdp-feature__inner {
    margin-top: 0;
    padding-top: 32px;
}

    .single-product-feature .supply-pdp-feature__inner .__left li {
        padding: 16px 0 10px 20px;
    }

        .single-product-feature .supply-pdp-feature__inner .__left li:after {
            top: 22px;
        }

@media (min-width:37.5em) {
    .single-product-feature .supply-pdp-feature__inner .__left {
        padding-top: 32px;
    }
}

@media (min-width:56.25em) {
    .single-product-feature .__left:after {
        display: none;
    }

    .single-product-feature .supply-pdp-feature__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-top: 0;
    }

        .single-product-feature .supply-pdp-feature__inner .__img {
            position: relative;
            height: 450px;
        }

        .single-product-feature .supply-pdp-feature__inner .__left {
            padding-top: 72px;
        }

            .single-product-feature .supply-pdp-feature__inner .__left li {
                font-size: 16px;
            }

    .single-product-feature .__right {
        position: relative;
        left: auto;
        right: auto;
        padding-top: 40px;
        height: 100%;
        width: 50%;
    }

    .single-product-feature .image-wrap {
        width: 100%;
        max-width: 450px;
        height: 100%;
    }
}

@media (min-width:65.63em) {
    .single-product-feature {
        padding: 60px 0;
    }
}

@media (min-width:75em) {
    .single-product-feature .image-wrap {
        max-width: 90%;
    }
}

.clp-iconbar__bckg {
    background: #f5f9fa;
}

@media(min-width:75em) {
    .clp-iconbar__bckg {
        padding: 15px 0;
    }
}

.clp-iconbar__grid:after {
    content: "";
    clear: both;
    display: table;
}

.clp-iconbar__grid .clp-iconbar__column {
    display: block;
    width: 100%;
}

    .clp-iconbar__grid .clp-iconbar__column.description p {
        margin: 0;
        color: #1b1d1e;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: .5px;
        line-height: 20px;
        text-align: center;
        padding: 15px 0;
    }

@media(min-width:75em) {
    .clp-iconbar__grid .clp-iconbar__column.description {
        width: 20%;
        float: left;
    }

        .clp-iconbar__grid .clp-iconbar__column.description p {
            text-align: left;
        }
}

.clp-iconbar__grid .clp-iconbar__column.icon-feature {
    padding: 15px 0;
}

@media (min-width:25em) {
    .clp-iconbar__grid .clp-iconbar__column.icon-feature {
        width: 50%;
        float: left;
    }
}

@media(min-width:56.25em) {
    .clp-iconbar__grid .clp-iconbar__column.icon-feature {
        width: 25%;
    }
}

@media (min-width:75em) {
    .clp-iconbar__grid .clp-iconbar__column.icon-feature {
        width: 20%;
    }
}

.clp-iconbar__grid .clp-iconbar__column.icon-feature .clp-iconbar__content {
    width: 190px;
    margin: 0 auto;
}

@media (min-width:75em) {
    .clp-iconbar__grid .clp-iconbar__column.icon-feature .clp-iconbar__content {
        width: 180px;
    }
}

.clp-iconbar__grid .clp-iconbar__column.icon-feature .clp-iconbar__content .clp-iconbar__image {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
}

    .clp-iconbar__grid .clp-iconbar__column.icon-feature .clp-iconbar__content .clp-iconbar__image img {
        display: block;
        margin: 0 auto;
    }

.clp-iconbar__grid .clp-iconbar__column.icon-feature span {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .11px;
    line-height: 14px;
}

.hero-v2 {
    background-color: transparent;
    padding-bottom: 24px;
}

    .hero-v2 .button {
        max-width: none;
        min-width: auto;
        width: auto;
    }

@media (max-width:56.25em) {
    .hero-v2 .button {
        padding: 1em 1.5em .9em !important;
    }
}

.hero-v2 .hero__inner {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 300px;
}

.hero-v2 .hero__content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    background-color: transparent;
    text-align: left;
}

.hero-v2 .hero__indicator, .hero-v2 .hero__pretitle {
    display: none;
}

.hero-v2 .hero__title {
    font-size: 1.5em;
    max-width: 65%;
    margin-right: auto;
    color: #1b1d1e;
}

@media (min-width:37.5em) {
    .hero-v2 .hero__inner {
        min-height: 600px;
    }

    .hero-v2 .hero__title {
        font-size: 2em;
    }
}

@media (min-width:56.25em) {
    .hero-v2 .outer {
        padding-left: 0;
    }

    .hero-v2 .hero__inner {
        height: 100vh;
        min-height: 100vh;
    }

    .hero-v2 .hero__content {
        position: absolute;
        top: 50%;
        left: 75px;
        max-width: 550px;
        text-align: left;
        margin-top: 0;
        background-color: transparent;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    .hero-v2 .hero__pretitle {
        display: block;
        font-size: 12px;
        text-transform: uppercase;
        margin-bottom: 40px;
    }

    .hero-v2 .hero__title {
        font-size: 72px;
        line-height: 1;
        margin-bottom: 40px;
        max-width: none;
    }

        .hero-v2 .hero__title.c-white {
            color: #fff;
        }

    .hero-v2 .button {
        display: inline-block;
        padding: 1.6rem 3rem 1.5rem;
    }

    .hero-v2 .hero__indicator {
        display: block;
        position: absolute;
        top: calc(100% + 15px);
        height: 90px;
        margin-left: 0;
    }
}

.hero-v2 + .value-prop {
    padding-top: 0;
}

.hero-bfcm {
    position: relative;
    background-color: #f5f9fa;
    padding-bottom: 0;
    overflow: hidden;
}

    .hero-bfcm, .hero-bfcm .hero__inner {
        min-height: 600px;
    }

        .hero-bfcm .video-wrap {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding-bottom: 16.73%;
        }

            .hero-bfcm .video-wrap video {
                min-width: 100%;
                min-height: 100%;
                width: auto;
                height: auto;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
            }

                .hero-bfcm .video-wrap video::-webkit-media-controls-panel, .hero-bfcm .video-wrap video::-webkit-media-controls-play-button {
                    display: none !important;
                    -webkit-appearance: none;
                }

                .hero-bfcm .video-wrap video::-webkit-media-controls-start-playback-button {
                    display: none !important;
                    -webkit-appearance: none;
                }

        .hero-bfcm .hero__content {
            top: 40px;
            -webkit-transform: translateY(0);
            transform: translateY(0);
            text-align: center;
            left: 0;
            right: 0;
            margin: auto;
        }

        .hero-bfcm .hero__pretitle, .hero-bfcm .hero__title {
            color: #066e87;
        }

        .hero-bfcm .hero__title {
            max-width: 100%;
            margin-left: auto;
            margin-right: auto;
            font-size: 40px;
            margin-bottom: 10px;
        }

        .hero-bfcm .hero__pretitle {
            display: block;
            font-size: 16px;
            margin-bottom: 10px;
        }

            .hero-bfcm .hero__pretitle span {
                display: block;
            }

@media (min-width:56.25em) {
    .hero-bfcm .hero__title {
        font-size: 72px;
        margin-bottom: 20px;
    }

    .hero-bfcm .hero__inner {
        height: calc(100vh - 125px);
        max-height: 1000px;
    }

    .hero-bfcm .hero__content {
        top: 40px;
        max-width: 500px;
    }

        .hero-bfcm .hero__content .outer {
            padding-right: 0 !important;
        }

    .hero-bfcm .hero__pretitle {
        font-size: 20px;
        margin-bottom: 16px;
    }

        .hero-bfcm .hero__pretitle span {
            display: inline-block;
            margin-right: 25px;
        }

            .hero-bfcm .hero__pretitle span:after {
                content: "";
                top: -2px;
                display: inline-block;
                position: relative;
                height: 18px;
                width: 2px;
                background-color: #066e87;
                vertical-align: text-bottom;
                margin-left: 25px;
            }

            .hero-bfcm .hero__pretitle span:last-of-type {
                margin-right: 0;
            }

                .hero-bfcm .hero__pretitle span:last-of-type:after {
                    display: none;
                }
}

.newsletter-cta {
    padding-top: 18px;
    padding-bottom: 42px;
    background-color: #acd4dc;
}

    .newsletter-cta input {
        border: 1px solid #1b1d1e;
        background-color: #acd4dc;
    }

        .newsletter-cta input::-webkit-input-placeholder {
            color: #1b1d1e;
        }

        .newsletter-cta input:-webkit-autofill {
            background-color: #acd4dc;
        }

    .newsletter-cta svg {
        color: #1b1d1e;
    }

    .newsletter-cta .image {
        display: none;
    }

    .newsletter-cta .serif {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .newsletter-cta .newsletter-cta__text {
        max-width: 630px;
        margin-left: auto;
        margin-right: auto;
    }

@media (min-width:56.25em) {
    .newsletter-cta {
        padding-top: 46px;
        padding-bottom: 40px;
    }

        .newsletter-cta h3 {
            font-size: 36px;
        }

        .newsletter-cta .image {
            display: block;
            max-width: 60px;
        }

        .newsletter-cta .serif {
            margin-top: 0;
            font-size: 18px;
            margin-bottom: 0;
        }

        .newsletter-cta .newsletter-cta__text-inner {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .newsletter-cta .newsletter-cta__text-inner-area {
            width: 100%;
            max-width: 65%;
        }
}

.best-sellers {
    padding-top: 22px;
    padding-bottom: 55px;
}

@media (min-width:56.25em) {
    .best-sellers {
        padding-bottom: 90px;
    }
}

.best-sellers .carousel-dot-nav {
    margin-bottom: 6px;
}

.best-sellers .dot-nav {
    margin-left: 2px;
    margin-right: 2px;
    border-color: #939597;
}

@media (min-width:56.25em) {
    .best-sellers .dot-nav {
        display: none;
    }
}

.best-sellers .dot-nav.is-selected {
    background-color: #939597;
}

.best-sellers .simple-color-card a.underline {
    display: none;
}

@media (min-width:56.25em) {
    .best-sellers .simple-color-card a.underline {
        display: inline-block;
    }
}

@media (max-width:37.5em) {
    .best-sellers .color-card__cta {
        min-height: auto;
    }
}

.best-sellers .mobile-cta {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width:56.25em) {
    .best-sellers .mobile-cta {
        display: none;
    }
}

.slider-header &gt; div {
    margin: auto;
}

.slider-header .slider-controls, .slider-header .slider-cta {
    display: none;
}

.slider-header .slider-title {
    text-align: center;
}

@media (min-width:56.25em) {
    .slider-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .slider-header &gt; div {
            margin: 0;
        }

        .slider-header .slider-controls {
            display: block;
        }

        .slider-header .slider-cta {
            display: inline-block;
        }
}

.best-seller__slide {
    width: 100%;
}

@media (min-width:56.25em) {
    .best-seller__slide {
        width: 25%;
        max-width: 320px;
        padding-right: 20px;
    }
}

.color-card-grid {
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(2,1fr);
    margin: auto;
    padding-top: 40px;
    padding-bottom: 80px;
}

@media (min-width:56.25em) {
    .color-card-grid {
        grid-template-columns: repeat(4,1fr);
    }
}

.__item {
    display: block;
    grid-row: span 1;
}

.__item--intro {
    grid-column: 1/span 2;
}

.intro-card {
    height: 100%;
}

    .intro-card h3 {
        font-size: 28px;
    }

    .intro-card p {
        font-size: 16px;
    }

@media (min-width:56.25em) {
    .intro-card {
        padding: 50px 45px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .intro-card h3 {
            font-size: 36px;
        }

        .intro-card p {
            font-size: 18px;
        }
}

.cta-card {
    background-color: #eef6f8;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 200px;
    padding-top: 0;
    display: none;
}

@media (min-width:37.5em) {
    .cta-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.cta-card svg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    width: 16px;
    height: 18px;
}

.cta-card__inner {
    margin-top: 0;
}

.__item--cta {
    grid-column-end: span 4;
    height: 100%;
    grid-column-end: span 2;
}

    .__item--cta.block {
        display: block;
    }

    .__item--cta.offset-2 {
        grid-column-end: span 2;
    }

    .__item--cta.offset-1, .__item--cta.offset-3 {
        grid-column-end: span 1;
    }

@media (min-width:56.25em) {
    .__item--cta.offset-1 {
        grid-column-end: span 1;
    }

    .__item--cta.offset-2 {
        grid-column-end: span 2;
    }

    .__item--cta.offset-3 {
        grid-column-end: span 3;
    }
}

.color-card--lifestyle {
    padding: 0;
    max-width: 300px;
    background-color: white;
}

@media (min-width:56.25em) {
    .color-card--lifestyle {
        padding: 0 0 0px;
    }
}

.color-card--lifestyle .color-card__media {
    height: 300px;
    overflow: hidden;
}

@media (min-width:56.25em) {
    .color-card--lifestyle .color-card__media {
        height: 300px;
    }
}

@media (min-width:56.25em) {
    .color-card--lifestyle .color-card__body {
        padding-bottom: 30px;
    }
}

.color-card--lifestyle .underline--yellow {
    margin-top: 34px;
}

.color-card--lifestyle .color-card__lifestyle {
    position: relative;
    height: 100%;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 0;
}

.color-card--lifestyle .color-card__cta-hover {
    padding-left: 20px;
    padding-right: 20px;
}

.color-card--lifestyle .color-card__inner {
    max-width: 300px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.color-card--lifestyle .color-card__cta-link {
    font-size: 13px;
    height: 40px;
}

.three-column-icons__wrapper {
    padding: 35px 0 40px;
    text-align: center;
}

@media (min-width:56.25em) {
    .three-column-icons__wrapper {
        padding: 100px 0 63px;
    }
}

.three-column-icons__wrapper h5 {
    display: block;
    text-align: center;
    color: #1b1d1e;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: .24px;
    line-height: 33px;
    margin-bottom: 30px;
}

@media (min-width:56.25em) {
    .three-column-icons__wrapper h5 {
        font-size: 36px;
        font-weight: 500;
        line-height: 45px;
        margin-bottom: 77px;
    }
}

.three-column-icons__grid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width:56.25em) {
    .three-column-icons__grid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.three-column-icons__col {
    text-align: center;
    width: 100%;
}

@media (min-width:56.25em) {
    .three-column-icons__col {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.three-column-icons__col .three-column-icons__content {
    max-width: 300px;
    padding: 0 10px;
    margin: 0 auto 30px;
}

@media (min-width:56.25em) {
    .three-column-icons__col .three-column-icons__content {
        margin-bottom: 0;
    }
}

.three-column-icons__col .three-column-icons__content .image {
    margin: 0 auto;
    width: 64px;
    height: 92px;
}

    .three-column-icons__col .three-column-icons__content .image img {
        display: block;
        width: auto;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }

.three-column-icons__col .three-column-icons__content h6 {
    color: #4e5457;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    margin-top: 30px;
}

.three-column-icons__col .three-column-icons__content p {
    color: #4e5457;
    display: block;
    font-size: 18.08px;
    font-weight: 400;
    line-height: 27.12px;
}

.clearfix:after {
    content: "";
    clear: both;
    display: table;
}

.two-col-feature__wrapper {
    background-color: rgba(6,110,135,.3);
    padding: 15px 15px 31px;
    overflow: hidden;
}

@media (min-width:37.5em) {
    .two-col-feature__wrapper {
        padding: 45px 94.25px;
    }
}

@media (min-width:56.25em) {
    .two-col-feature__wrapper {
        padding: 45px 35px;
    }
}

@media (min-width:75em) {
    .two-col-feature__wrapper {
        padding: 45px 180px;
    }
}

.two-col-feature__wrapper .two-col-feature__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1063px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media (min-width:56.25em) {
    .two-col-feature__wrapper .two-col-feature__grid {
        background: #fff;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

@media (min-width:56.25em) {
    .two-col-feature__wrapper .two-col-feature__grid .two-col-feature__col {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.two-col-feature__wrapper .two-col-feature__grid .two-col-feature__col.content_wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 20px;
    margin-top: 31px;
    background: #fff;
}

@media (min-width:37.5em) {
    .two-col-feature__wrapper .two-col-feature__grid .two-col-feature__col.content_wrapper {
        margin-top: 0;
    }
}

@media (min-width:56.25em) {
    .two-col-feature__wrapper .two-col-feature__grid .two-col-feature__col.content_wrapper {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 23px 28px 25.5px 43.5px;
    }
}

@media (min-width:75em) {
    .two-col-feature__wrapper .two-col-feature__grid .two-col-feature__col.content_wrapper {
        padding: 46px 56px 51px 87px;
    }
}

.two-col-feature__wrapper .two-col-feature__grid .two-col-feature__col.content_wrapper h6 {
    color: #1b1d1e;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: .24px;
    line-height: 33px;
    text-align: center;
}

@media (min-width:37.5em) {
    .two-col-feature__wrapper .two-col-feature__grid .two-col-feature__col.content_wrapper h6 {
        font-size: 28px;
        line-height: 37px;
    }
}

@media (min-width:56.25em) {
    .two-col-feature__wrapper .two-col-feature__grid .two-col-feature__col.content_wrapper h6 {
        font-size: 30px;
        line-height: 39px;
        text-align: left;
    }
}

@media (min-width:75em) {
    .two-col-feature__wrapper .two-col-feature__grid .two-col-feature__col.content_wrapper h6 {
        font-size: 36px;
        line-height: 45px;
    }
}

.two-col-feature__wrapper .two-col-feature__grid .two-col-feature__col.content_wrapper ul li {
    color: #4e5457;
    padding: 16px 0 10px 20px;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

    .two-col-feature__wrapper .two-col-feature__grid .two-col-feature__col.content_wrapper ul li:after {
        background: #f5be18;
        border-radius: 100px;
        content: "";
        display: block;
        height: 8px;
        left: 0;
        position: absolute;
        top: 24px;
        width: 8px;
    }

.two-col-feature__wrapper .two-col-feature__grid .two-col-feature__col.image_wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: -15px -45px 0;
    width: 200%;
    height: 460px;
}

@media (min-width:37.5em) {
    .two-col-feature__wrapper .two-col-feature__grid .two-col-feature__col.image_wrapper {
        width: 100%;
        margin: 0;
        background: #fff;
    }
}

@media (min-width:56.25em) {
    .two-col-feature__wrapper .two-col-feature__grid .two-col-feature__col.image_wrapper {
        height: auto;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 23px 28px 25.5px 0;
    }
}

@media (min-width:75em) {
    .two-col-feature__wrapper .two-col-feature__grid .two-col-feature__col.image_wrapper {
        padding: 46px 56px 51px 0;
        max-width: 460px;
    }
}

.two-col-feature__wrapper .two-col-feature__grid .two-col-feature__col.image_wrapper .background-image {
    width: 100%;
    height: 100%;
}

.content-cards-wrapper {
    padding: 35px 0 40px;
}

@media (min-width:56.25em) {
    .content-cards-wrapper {
        padding: 100px 0 63px;
    }
}

.content-cards-layout {
    margin-left: -40px;
    margin-right: -40px;
}

@media (min-width:56.25em) {
    .content-cards-layout {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.content-cards-col {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width:37.5em) {
    .content-cards-col {
        max-width: 315px;
    }
}

@media (min-width:56.25em) {
    .content-cards-col {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0;
        margin-right: 0;
    }
}

.content-card__media .image {
    height: 250px;
    overflow: hidden;
    margin-bottom: 15px;
}

.content-card__body {
    color: #4e5457;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width:56.25em) {
    .content-card__body {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.content-card__description, .content-card__title {
    font-size: 18px;
    line-height: 1.4;
}

.content-card__title {
    font-weight: 500;
    margin-top: 5px;
}

.content-card__description {
    margin-top: 12px;
}

.section-title {
    font-size: 24px;
    line-height: 1.375;
    margin-bottom: 12px;
}

@media (min-width:56.25em) {
    .section-title {
        font-size: 36px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
}

.content-cards-col {
    margin-bottom: 30px;
}

    .content-cards-col:last-of-type {
        margin-bottom: 0;
    }

.share {
    height: 40px;
    width: 40px;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

    .share.popover-is-open {
        opacity: 1;
    }

        .share.popover-is-open .share__icon svg path {
            stroke: #003149;
            fill: #003149;
        }

.share__icon {
    height: 40px;
    width: 40px;
    padding: 0;
}

    .share__icon svg {
        height: 20px;
        width: 20px;
    }

        .share__icon svg path {
            fill: transparent;
            stroke: #003149;
            -webkit-transition: fill .3s ease-in-out;
            transition: fill .3s ease-in-out;
        }

    .popover-is-open .share__icon svg path, .share__icon:hover svg path {
        fill: #003149;
    }

.share__drop {
    -webkit-box-shadow: 0 3px 14px 3px rgba(78,84,87,.16);
    box-shadow: 0 3px 14px 3px rgba(78,84,87,.16);
    border-radius: 5px;
    overflow: hidden;
    width: 260px;
}

    .share__drop footer, .share__drop header {
        height: 50px;
        line-height: 50px;
        padding: 0 1.5em;
    }

    .share__drop header {
        position: relative;
    }

        .share__drop header span.close {
            width: 20px;
            height: 20px;
            position: absolute;
            right: 10px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            display: block;
            cursor: pointer;
        }

            .share__drop header span.close svg {
                display: block;
                width: 20px;
                height: 20px;
                fill: #012334;
            }

    .share__drop .share__link input {
        color: #4e5457;
    }

    .share__drop .share__link, .share__drop .share__social {
        padding: 1em 1.5em 0;
    }

        .share__drop .share__link input {
            padding: 10px 7px;
            display: block;
            width: 100%;
        }

        .share__drop .share__link span, .share__drop .share__social span {
            display: block;
            margin-bottom: 11px;
        }

        .share__drop .share__social .share__social-icons {
            padding-bottom: 26px;
        }

            .share__drop .share__social .share__social-icons .SocialMediaShareButton {
                width: 32px;
                margin-right: 15px;
                outline: none;
                cursor: pointer;
            }

                .share__drop .share__social .share__social-icons .SocialMediaShareButton svg path {
                    fill: #066e87;
                }

.color-info {
    opacity: .5;
    font-size: 16px !important;
    font-size: 1rem !important;
    color: #4e5457;
    letter-spacing: .3px;
    line-height: 26px;

    @include media(--l) {
        font-size: 1.13rem !important;
    }
}

    .color-info, .color-info span {
        cursor: pointer;
    }

        .color-info ul {
            visibility: hidden;
            opacity: 0;
            overflow: hidden;
            height: 0;
            -webkit-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
            list-style-type: circle;
            padding-left: 27px;
        }

        .color-info.active ul {
            opacity: 1;
            visibility: visible;
            height: auto;
        }

.pdp-cross-selling {
    padding: 30px 0;
}

@media(min-width:56.25em) {
    .pdp-cross-selling {
        padding: 30px 0 80px;
    }
}

.pdp-cross-selling .carousel-dot-nav {
    margin-bottom: 6px;
}

.pdp-cross-selling .dot-nav {
    margin-left: 2px;
    margin-right: 2px;
    border-color: #939597;
}

@media (min-width:56.25em) {
    .pdp-cross-selling .dot-nav {
        display: none;
    }
}

.pdp-cross-selling .dot-nav.is-selected {
    background-color: #939597;
}

.pdp-cross-selling .slider-header &gt; div {
    margin: auto;
}

.pdp-cross-selling .slider-header .slider-controls {
    display: none;
}

.pdp-cross-selling .slider-header .slider-title {
    text-align: center;
    display: block;
}

    .pdp-cross-selling .slider-header .slider-title span.color {
        color: #066e87;
    }

@media (min-width:56.25em) {
    .pdp-cross-selling .slider-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .pdp-cross-selling .slider-header .slider-controls {
            display: block;
        }
}

@media (min-width:75em) {
    .pdp-cross-selling .slider-header .slider-controls {
        display: none;
    }
}

.pdp-cross-selling__slide {
    width: 100%;
    min-height: 400px;
    outline: none;
}

@media (min-width:56.25em) {
    .pdp-cross-selling__slide {
        width: 50%;
        max-width: 320px;
        padding-right: 20px;
    }
}

@media(min-width:75em) {
    .pdp-cross-selling__slide {
        width: 25%;
        float: left;
    }
}

.pdp-cross-selling__slide .color-card {
    max-width: 320px;
    margin: 0 auto;
}

@media(min-width:56.25em) {
    .pdp-cross-selling__slide .color-card {
        max-width: none;
        margin: 0;
    }
}

@media (max-width:37.5em) {
    .pdp-cross-selling__slide .color-card .color-card__cta {
        min-height: auto;
    }
}

.pdp-cross-selling__slide .color-card .color-card__cta .color-card__cta-hover {
    padding: 0 20px;
}

@media(max-width:37.5em) {
    .pdp-cross-selling__slide .color-card .color-card__cta .color-card__cta-link {
        height: 35px;
        font-size: 10px;
    }
}

.pdp-cross-selling__slide .color-card__inner {
    max-width: 320px;
}

@media(min-width:56.25em) {
    .pdp-cross-selling__slide .color-card__inner {
        max-width: none;
        width: 200px;
    }
}

@media(min-width:56.25em) {
    .enhanced-reviews {
        padding: 100px 40px;
        min-height: 524px;
    }
}

@media(min-width:75em) {
    .enhanced-reviews {
        padding: 120px 80px 40px;
    }
}

@media(min-width:81.25em) {
    .enhanced-reviews {
        padding: 135px 102px 40px;
    }
}

.enhanced-reviews .image {
    position: relative;
    width: 100%;
    height: 205px;
}

@media(min-width:37.5em) {
    .enhanced-reviews .image {
        height: 320px;
    }
}

@media(min-width:56.25em) {
    .enhanced-reviews .image {
        position: absolute;
        height: auto;
    }
}

.enhanced-reviews .image img {
    -o-object-position: left;
    object-position: left;
}

.enhanced-reviews blockquote {
    position: relative;
    z-index: 100;
    color: #fff;
    background: #066e87;
    width: 100%;
    padding: 40px 15px;
    text-align: center;
    margin: 0;
}

@media(min-width:56.25em) {
    .enhanced-reviews blockquote {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        background: none;
        max-width: 500px;
        text-align: left;
    }
}

.enhanced-reviews blockquote .enhanced-reviews__stars {
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media(min-width:56.25em) {
    .enhanced-reviews blockquote .enhanced-reviews__stars {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}

.enhanced-reviews blockquote .enhanced-reviews__stars .icon {
    width: 15px;
    height: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1;
    flex: 0 0 1;
    margin-right: 11px;
}

.enhanced-reviews blockquote p {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 22px;
    margin-top: 0;
    font-size: 24px;
    letter-spacing: -.6px;
    line-height: 38px;
}

@media(min-width:25em) {
    .enhanced-reviews blockquote p {
        line-height: 36px;
        letter-spacing: -.8px;
    }
}

@media(min-width:56.25em) {
    .enhanced-reviews blockquote p {
        font-size: 32px;
        line-height: 38px;
    }
}

@media(min-width:75em) {
    .enhanced-reviews blockquote p {
        letter-spacing: -1px;
        font-size: 40px;
        line-height: 52px;
        margin-bottom: 35px;
    }
}

.enhanced-reviews blockquote footer {
    display: block;
    font-size: 12px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 20px;
}

    .enhanced-reviews blockquote footer cite {
        font-style: normal;
    }

        .enhanced-reviews blockquote footer cite span {
            padding: 0 8px;
            font-weight: 500;
        }

.enhanced-reviews a {
    position: absolute;
    top: 170px;
    right: 20px;
    opacity: .8;
    font-size: 14px;
    color: #fff;
    letter-spacing: .4px;
    text-align: right;
    line-height: 22px;
    z-index: 100;
}

@media(min-width:37.5em) {
    .enhanced-reviews a {
        top: 285px;
    }
}

@media(min-width:56.25em) {
    .enhanced-reviews a {
        right: 40px;
        bottom: 30px;
        top: unset;
        top: inital;
    }
}

.enhanced-reviews.color-black a, .enhanced-reviews.color-black blockquote footer, .enhanced-reviews.color-black blockquote p {
    color: #000;
}

.shipping-modal {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

    .shipping-modal &gt; a {
        font-size: 12px;
        color: #4e5457;
        letter-spacing: 0;
        text-align: right;
        line-height: 16px;
        display: block;
        text-align: center;
        text-decoration: underline;
        margin-top: 18px;
        cursor: pointer;
    }

.shipping-modal__drop {
    -webkit-box-shadow: 0 3px 14px 3px rgba(78,84,87,.16);
    box-shadow: 0 3px 14px 3px rgba(78,84,87,.16);
    border-radius: 5px;
    overflow: hidden;
    width: 260px;
}

    .shipping-modal__drop .shipping-modal__content p {
        font-size: 12px;
        color: #4e5457;
        letter-spacing: .5px;
        line-height: 16px;
        margin: 0;
        padding: 30px;
    }

        .shipping-modal__drop .shipping-modal__content p a {
            text-decoration: underline;
        }

    .shipping-modal__drop footer, .shipping-modal__drop header {
        height: 50px;
        line-height: 50px;
        padding: 0 1.5em;
    }

    .shipping-modal__drop header {
        position: relative;
    }

        .shipping-modal__drop header span.close {
            width: 20px;
            height: 20px;
            position: absolute;
            right: 10px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            display: block;
            cursor: pointer;
        }

            .shipping-modal__drop header span.close svg {
                display: block;
                width: 20px;
                height: 20px;
                fill: #012334;
            }

.shipping-modal__popover {
    top: 10px;
}

.template-about .intro-text-block + .feature {
    padding-top: 60px !important;
}

.template-about .feature {
    background-color: #f5f9fa;
}

.template-about .page-cta {
    background-color: rgba(6,110,135,.3);
}

@media (min-width:56.25em) {
    .template-about .feature__text__inner .wysiwyg--non-blog {
        margin-top: 16px;
    }
}

@media (min-width:56.25em) {
    .template-about .feature__text {
        padding: 0;
    }
}

@media (min-width:56.25em) {
    .template-about .feature__text .__cta {
        margin-top: 0;
    }
}

@media (min-width:56.25em) {
    .template-about .feature:not(.image-right) .feature__text {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .template-about .feature:not(.image-right) .feature__image {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
}

.template-clp .feature {
    padding: 32px 0;
}

@media (min-width:56.25em) {
    .template-clp .feature {
        padding: 72px 0;
    }
}

.template-clp .feature.bg-light-blue + .feature.bg-light-blue, .template-clp .feature.bg-white + .feature.bg-white {
    padding-top: 0;
}

.template-pdp .feature {
    padding: 32px 0;
}

@media (min-width:56.25em) {
    .template-pdp .feature {
        padding: 72px 0;
    }
}

.template-pdp .feature.bg-light-blue + .feature.bg-light-blue, .template-pdp .feature.bg-white + .feature.bg-white {
    padding-top: 0;
}

.template-pdp .pdp-form button.button {
    max-width: 100%;
}

.template-blog .blog-post-images:not(:first-of-type) .blog-post-images__item .image-with-product, .template-blog .page-cta {
    padding-top: 0;
}

.template-blog .blog-post-images:not(:first-of-type) .blog-post-images__item .__frame, .template-blog .blog-post-images:not(:first-of-type) .blog-post-images__item .image, .template-blog .blog-post-images:not(:first-of-type) .blog-post-images__item .image img.is-loaded {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
}

.trade-program__form {
    margin: 48px 0;
}

@media (min-width:56.25em) {
    .trade-program__form {
        margin: 72px 0;
    }
}

.trade-program__form .fieldset--uploads {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1em;
}

    .trade-program__form .fieldset--uploads span {
        display: block;
        position: relative;
        height: 35px;
        width: 35px;
        border: 1px solid #939597;
        border-radius: 100px;
        text-align: center;
        margin: 0 1em 0 0;
        line-height: 34px;
    }

@media (min-width:37.5em) {
    .trade-program__form .fieldset--uploads span {
        margin-left: 1em;
    }
}

.trade-program__file {
    margin-bottom: 1em;
}

a:focus, button:focus {
    outline: 0 dashed currentColor;
}

a::-moz-focus-inner, button::-moz-focus-inner {
    border: 0;
}

.no-focus::-moz-focus-inner, .no-focus:focus {
    outline: 0;
    border: 0;
}

iframe.zEWidget-launcher {
    z-index: 700 !important;
}

.googleform-container {
    margin-top: 48px;
}

    .googleform-container iframe {
        width: 100% !important;
    }

@media (min-width:697px) {
    .googleform-container iframe {
        height: 1419px !important;
    }
}

@media (min-width:56.25em) {
    .googleform-container {
        margin-top: 72px;
    }
}
/*# sourceMappingURL=main.css.map*/
</pre></body></html>