﻿.aura-black-0 {
    color: rgba(19,30,41,0);
}

.aura-black-10 {
    color: rgba(19,30,41,0.1);
}

.aura-black-20 {
    color: rgba(19,30,41,0.2);
}

.aura-black-30 {
    color: rgba(19,30,41,0.3);
}

.aura-black-40 {
    color: rgba(19,30,41,0.4);
}

.aura-black-50 {
    color: rgba(19,30,41,0.5);
}

.aura-black-60 {
    color: rgba(19,30,41,0.6);
}

.aura-black-70 {
    color: rgba(19,30,41,0.7);
}

.aura-black-80 {
    color: rgba(19,30,41,0.8);
}

.aura-black-90 {
    color: rgba(19,30,41,0.9);
}

.aura-black-100 {
    color: #131e29;
}

.aura-gray-0 {
    color: rgba(128,136,143,0);
}

.aura-gray-10 {
    color: rgba(128,136,143,0.1);
}

.aura-gray-20 {
    color: rgba(128,136,143,0.2);
}

.aura-gray-30 {
    color: rgba(128,136,143,0.3);
}

.aura-gray-40 {
    color: rgba(128,136,143,0.4);
}

.aura-gray-50 {
    color: rgba(128,136,143,0.5);
}

.aura-gray-60 {
    color: rgba(128,136,143,0.6);
}

.aura-gray-70 {
    color: rgba(128,136,143,0.7);
}

.aura-gray-80 {
    color: rgba(128,136,143,0.8);
}

.aura-gray-90 {
    color: rgba(128,136,143,0.9);
}

.aura-gray-100 {
    color: #80888f;
}

.aura-black {
    color: #131e29;
}

.aura-copy-black {
    color: #3C4752;
}

.aura-background-gray {
    background-color: #e6e7e9;
}

.aura-background-green, .background-green {
    background-color: #A0D7D6;
}

.aura-gray {
    color: #80888f;
}

.order-background-gray {
    color: #dfdfdf;
}

.aura-light-blue {
    color: #dae7f5;
}

.aura-darker-blue {
    color: #52B2CF;
}
.aura-green {
    color: #49d47b;
}
.aura-blue {
    color: #9CD1EF;
}
.fill--aura-blue {
    fill: #9CD1EF;
}

.fill-stroke--aura-blue {
    fill: #9CD1EF;
    stroke: #9CD1EF;
}

.aura-analog-blue {
    color: #003A5D;
}

.aura-analog-lighter-blue {
    color: #dff1fc;
}

.aura-yellow {
    color: #fbef5e;
}

.background-testimonial-yellow {
    background-color: #FCF7C4;
}

.aura-yellow-light {
    color: #f9f08d;
}

.aura-pink {
    color: #ECCBF4;
}

.aura-red {
    color: #EC5858;
}

.aura-input-gray {
    color: rgba(128,136,143,0.05);
}

.background-black {
    background-color: #131e29;
}

.aura-copy-gray {
    color: #80888f;
}

.sans-light {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
}

.sans-regular {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.sans-regular-italic {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: italic;
}

.sans-medium {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.sans-medium-italic {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: italic;
}

.sans-demibold {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
}

.sans-bold {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.serif-medium {
    font-family: "Canela", Georgia, "Times New Roman", Times, serif;
    font-weight: 500;
    font-style: normal;
}

.serif-italic {
    font-family: "Canela", Georgia, "Times New Roman", Times, serif;
    font-weight: 400;
    font-style: italic;
}

.serif-bold {
    font-family: "Canela", Georgia, "Times New Roman", Times, serif;
    font-weight: 700;
    font-style: normal;
}
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

progress {
    vertical-align: baseline;
}

template, [hidden] {
    display: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:active, a:hover {
        outline-width: 0;
    }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: inherit;
}

b, strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button, input, select, textarea {
    font: inherit;
    margin: 0;
}

optgroup {
    font-weight: bold;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

    [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

.h1 {
    font-size: 2rem;
}

.h2 {
    font-size: 2.25rem;
    letter-spacing: 0.1875rem;
    line-height: 2.0625rem;
}

.h3 {
    font-size: 1.25rem;
}

.h3-l {
    font-size: 1.5rem;
    letter-spacing: 0.1175rem;
    line-height: 1.625rem;
}

.h4 {
    font-size: 1rem;
}

.h5 {
    font-size: 0.875rem;
}

.h6 {
    font-size: 0.75rem;
}

.font-family-inherit {
    font-family: inherit;
}

.font-size-inherit {
    font-size: inherit;
}

.text-decoration-none {
    text-decoration: none;
}

.bold {
    font-weight: bold;
}

.regular {
    font-weight: normal;
}

.italic {
    font-style: italic;
}

.caps {
    text-transform: uppercase;
}

.left-align {
    text-align: left;
}

.center {
    text-align: center;
}

.right-align {
    text-align: right;
}

.justify {
    text-align: justify;
}

.nowrap {
    white-space: nowrap;
}

.break-word {
    word-wrap: break-word;
}

.line-height-1 {
    line-height: 1;
}

.line-height-2 {
    line-height: 1.125;
}

.line-height-3 {
    line-height: 1.25;
}

.line-height-4 {
    line-height: 1.5;
}

.list-style-none {
    list-style: none;
}

.underline {
    text-decoration: underline;
}

.underlined {
    position: relative;
}

    .underlined:hover:before {
        content: '';
        position: absolute;
        height: 1px;
        width: 100%;
        background-color: #131e29;
        bottom: 0;
    }

.truncate {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-reset {
    list-style: none;
    padding-left: 0;
}

.link, .link:visited, .link:link, .link:active, .link:hover, .link:active {
    text-decoration: underline;
}

.label {
    font-size: .875rem;
    font-weight: bold;
    display: block;
    margin-bottom: .5rem;
}

.input {
    font-family: inherit;
    font-size: inherit;
    display: block;
    width: 100%;
    height: 2.5rem;
    padding: .5rem;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
}

.select {
    font-family: inherit;
    font-size: inherit;
    display: block;
    width: 100%;
    height: 2.5rem;
    padding: .5rem;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.textarea {
    font-family: inherit;
    font-size: inherit;
    display: block;
    width: 100%;
    padding: .5rem;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.inline {
    display: inline;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.table {
    display: table;
}

.table-cell {
    display: table-cell;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-scroll {
    overflow: scroll;
}

.overflow-auto {
    overflow: auto;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.fit {
    max-width: 100%;
}

.max-width-1 {
    max-width: 24rem;
}

.max-width-2 {
    max-width: 32rem;
}

.max-width-3 {
    max-width: 48rem;
}

.max-width-4 {
    max-width: 64rem;
}

.border-box {
    box-sizing: border-box;
}

.vh100 {
    height: 100vh;
}

.hide {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

@media (max-width: 40em) {
    .xs-hide {
        display: none !important;
    }
}

@media (min-width: 40.1em) and (max-width: 52em) {
    .sm-hide {
        display: none !important;
    }
}

@media (min-width: 52.1em) and (max-width: 64em) {
    .md-hide {
        display: none !important;
    }
}

@media (min-width: 64.1em) {
    .lg-hide {
        display: none !important;
    }
}

.display-none {
    display: none !important;
}

.btn {
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: 1.125rem;
    padding: 0.5rem 1rem;
    margin: 0;
    height: auto;
    border: 1px solid transparent;
    vertical-align: middle;
    -webkit-appearance: none;
    color: inherit;
    background-color: transparent;
    letter-spacing: 0.5px;
}

    .btn:hover {
        text-decoration: none;
    }

    .btn:focus {
        outline: none;
    }

::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.btn-primary, .btn-secondary--black, .btn-secondary--white, .btn-tertiary--black, .btn-tertiary--white, .btn-addToCart--quickAdd, .btn-blank {
    cursor: pointer;
}

.btn-primary, .btn-secondary--black, .btn-secondary--white, .btn-tertiary--black, .btn-tertiary--white, .btn-addToCart--quickAdd {
    border: 0;
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    border: 0;
    -webkit-transition: all, 0.3s ease-in-out;
    transition: all, 0.3s ease-in-out;
    padding: 1rem 2rem;
}

    .btn-primary:hover, .btn-primary:active, .btn-secondary--black:hover, .btn-secondary--black:active, .btn-secondary--white:hover, .btn-secondary--white:active, .btn-tertiary--black:hover, .btn-tertiary--black:active, .btn-tertiary--white:hover, .btn-tertiary--white:active, .btn-addToCart--quickAdd:hover, .btn-addToCart--quickAdd:active {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.btn-primary {
    color: #131e29;
    background-color: #fbef5e;
}

    .btn-primary:hover, .btn-primary:active {
        background-color: rgba(251,239,94,0.8);
    }

    .btn-primary:disabled, .btn-primary.is-disabled {
        background-color: rgba(128,136,143,0.5);
        color: rgba(128,136,143,0.5);
    }

        .btn-primary:disabled:hover, .btn-primary:disabled:active, .btn-primary:disabled:focus, .btn-primary:disabled:visited, .btn-primary.is-disabled:hover, .btn-primary.is-disabled:active, .btn-primary.is-disabled:focus, .btn-primary.is-disabled:visited {
            background-color: rgba(128,136,143,0.5);
            color: rgba(128,136,143,0.5);
        }

    .btn-primary:disabled, .btn-primary.is-disabled, .btn-secondary--black:disabled, .btn-secondary--black.is-disabled, .btn-tertiary--black:disabled, .btn-tertiary--black.is-disabled .btn-secondary--white:disabled, .btn-secondary--white.is-disabled, .btn-tertiary--white:disabled, .btn-tertiary--white.is-disabled, .btn-blank:disabled, .btn-blank.is-disabled {
        cursor: not-allowed;
    }

.btn-secondary--white {
    color: #131e29;
    background-color: #ffffff;
}

    .btn-secondary--white:hover, .btn-secondary--white:active {
        background-color: rgba(255,255,255,0.8);
    }

.btn-secondary--black {
    color: #ffffff;
    background-color: #131e29;
}

    .btn-secondary--black:hover, .btn-secondary--black:active {
        background-color: rgba(19,30,41,0.8);
        color: #ffffff;
    }

    .btn-secondary--black:disabled, .btn-secondary--black.is-disabled {
        background-color: #80888f;
        color: rgba(255,255,255,0.5);
    }

        .btn-secondary--black:disabled:hover, .btn-secondary--black:disabled:active, .btn-secondary--black:disabled:focus, .btn-secondary--black:disabled:visited, .btn-secondary--black.is-disabled:hover, .btn-secondary--black.is-disabled:active, .btn-secondary--black.is-disabled:focus, .btn-secondary--black.is-disabled:visited {
            background-color: rgba(128,136,143,0.5);
        }

.btn-secondary--white:disabled, .btn-secondary--white.is-disabled {
    background-color: rgba(255,255,255,0.5);
    color: rgba(128,136,143,0.5);
}

    .btn-secondary--white:disabled:hover, .btn-secondary--white:disabled:active, .btn-secondary--white:disabled:focus, .btn-secondary--white:disabled:visited, .btn-secondary--white.is-disabled:hover, .btn-secondary--white.is-disabled:active, .btn-secondary--white.is-disabled:focus, .btn-secondary--white.is-disabled:visited {
        background-color: rgba(255,255,255,0.5);
    }

.btn-tertiary--white {
    color: #ffffff;
    background-color: transparent;
    border: 1px solid;
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
}

    .btn-tertiary--white:hover, .btn-tertiary--white:active {
        background-color: #ffffff;
        color: #131e29;
        border: 1px solid #ffffff;
    }

.btn-tertiary--black {
    color: #131e29;
    background-color: transparent;
    border: 1px solid;
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
}

    .btn-tertiary--black:hover, .btn-tertiary--black:active {
        background-color: #131e29;
        color: #ffffff;
        border: 1px solid #131e29;
    }

    .btn-tertiary--black:disabled, .btn-tertiary--black.is-disabled {
        border-color: rgba(128,136,143,0.5);
        color: rgba(128,136,143,0.5);
    }

        .btn-tertiary--black:disabled:hover, .btn-tertiary--black:disabled:active, .btn-tertiary--black:disabled:focus, .btn-tertiary--black:disabled:visited, .btn-tertiary--black.is-disabled:hover, .btn-tertiary--black.is-disabled:active, .btn-tertiary--black.is-disabled:focus, .btn-tertiary--black.is-disabled:visited {
            background-color: rgba(128,136,143,0.5);
        }

.btn-tertiary--white:disabled, .btn-tertiary--white.is-disabled {
    border-color: rgba(255,255,255,0.5);
    color: rgba(255,255,255,0.5);
}

    .btn-tertiary--white:disabled:hover, .btn-tertiary--white:disabled:active, .btn-tertiary--white:disabled:focus, .btn-tertiary--white:disabled:visited, .btn-tertiary--white.is-disabled:hover, .btn-tertiary--white.is-disabled:active, .btn-tertiary--white.is-disabled:focus, .btn-tertiary--white.is-disabled:visited {
        background-color: rgba(255,255,255,0.5);
    }

.btn-blank {
    border: none;
    background: transparent;
    outline: none;
}

.btn--features-hero-right, .btn--features-hero-left {
    text-align: center;
}

@media (min-width: 40.1em) {
    .btn--features-hero-right, .btn--features-hero-left {
        bottom: 5%;
    }
}

@media (min-width: 52.1em) {
    .btn--features-hero-right, .btn--features-hero-left {
        bottom: 2.5%;
    }
}

@media (min-width: 64.1em) {
    .btn--features-hero-right, .btn--features-hero-left {
        bottom: 5%;
    }
}

@media (max-width: 40em) {
    .btn--features-hero-right, .btn--features-hero-left {
        bottom: 10%;
    }
}

@media (min-width: 40.1em) {
    .btn--features-hero-right {
        right: 13%;
    }
}

@media (min-width: 52.1em) {
    .btn--features-hero-right {
        right: 17%;
    }
}

@media (min-width: 1682px) {
    .btn--features-hero-right {
        right: 20%;
    }
}

@media (min-width: 40.1em) {
    .btn--features-hero-left {
        left: 13%;
    }
}

@media (min-width: 52.1em) {
    .btn--features-hero-left {
        left: 17%;
    }
}

@media (min-width: 1682px) {
    .btn--features-hero-left {
        left: 20%;
    }
}

.hover-underline:hover {
    text-decoration: underline;
}

.container-btn--quickAdd {
    bottom: 2.5%;
}

.btn-primary {
    color: #131e29;
    background-color: #fbef5e;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 1.125rem;
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
}

    .btn-primary:hover {
        background-color: #f9f08d;
    }

    .btn-primary:active {
        background-color: #f9f08d;
    }

.btn-primary-cw {
    color: #131e29;
    background-color: #FFCA0A;
    border-radius: 4px;
    padding: 1rem 2rem;
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
}

    .btn-primary-cw:hover {
        background-color: #FFD309;
    }

    .btn-primary-cw:active {
        background-color: #FFCA0A;
    }

.btn-outline, .btn-outline:hover {
    border-color: currentcolor;
}

.btn-outline {
    border-radius: 4px;
}

    .btn-outline:hover {
        box-shadow: inset 0 0 0 20rem rgba(0,0,0,0.0625);
    }

    .btn-outline:active {
        box-shadow: inset 0 0 0 20rem rgba(0,0,0,0.125),inset 0 3px 4px 0 rgba(0,0,0,0.25),0 0 1px rgba(0,0,0,0.125);
    }

    .btn-outline:disabled, .btn-outline.is-disabled {
        opacity: .5;
    }

.btn-big {
    padding: 1.25rem 2.5rem;
}

.btn-small {
    padding: 0.25rem 0.5rem;
}

.border {
    border-style: solid;
    border-width: 1px;
}

.border-top {
    border-top-style: solid;
    border-top-width: 1px;
}

.border-right {
    border-right-style: solid;
    border-right-width: 1px;
}

.border-bottom {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.border-left {
    border-left-style: solid;
    border-left-width: 1px;
}

.border-none {
    border: 0;
}

.rounded {
    border-radius: 4px;
}

.circle {
    border-radius: 50%;
}

.rounded-top {
    border-radius: 4px 4px 0 0;
}

.rounded-right {
    border-radius: 0 4px 4px 0;
}

.rounded-bottom {
    border-radius: 0 0 4px 4px;
}

.rounded-left {
    border-radius: 4px 0 0 4px;
}

.not-rounded {
    border-radius: 0;
}

.border-0 {
    border-color: rgba(128,136,143,0);
}

.border-10 {
    border-color: rgba(128,136,143,0.1);
}

.border-20 {
    border-color: rgba(128,136,143,0.2);
}

.border-30 {
    border-color: rgba(128,136,143,0.3);
}

.border-40 {
    border-color: rgba(128,136,143,0.4);
}

.border-50 {
    border-color: rgba(128,136,143,0.5);
}

.border-60 {
    border-color: rgba(128,136,143,0.6);
}

.border-70 {
    border-color: rgba(128,136,143,0.7);
}

.border-80 {
    border-color: rgba(128,136,143,0.8);
}

.border-90 {
    border-color: rgba(128,136,143,0.9);
}

.border-100 {
    border-color: #80888f;
}

.border-black-0 {
    border-color: rgba(19,30,41,0);
}

.border-black-10 {
    border-color: rgba(19,30,41,0.1);
}

.border-black-20 {
    border-color: rgba(19,30,41,0.2);
}

.border-black-30 {
    border-color: rgba(19,30,41,0.3);
}

.border-black-40 {
    border-color: rgba(19,30,41,0.4);
}

.border-black-50 {
    border-color: rgba(19,30,41,0.5);
}

.border-black-60 {
    border-color: rgba(19,30,41,0.6);
}

.border-black-70 {
    border-color: rgba(19,30,41,0.7);
}

.border-black-80 {
    border-color: rgba(19,30,41,0.8);
}

.border-black-90 {
    border-color: rgba(19,30,41,0.9);
}

.border-black-100 {
    border-color: #131e29;
}

@media (min-width: 40.1em) and (max-width: 52em) {
    .sm-border {
        border-style: solid;
        border-width: 1px;
    }

    .sm-border-top {
        border-top-style: solid;
        border-top-width: 1px;
    }

    .sm-border-right {
        border-right-style: solid;
        border-right-width: 1px;
    }

    .sm-border-bottom {
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }

    .sm-border-left {
        border-left-style: solid;
        border-left-width: 1px;
    }
}

@media (min-width: 52.1em) and (max-width: 64em) {
    .md-border {
        border-style: solid;
        border-width: 1px;
    }

    .md-border-top {
        border-top-style: solid;
        border-top-width: 1px;
    }

    .md-border-right {
        border-right-style: solid;
        border-right-width: 1px;
    }

    .md-border-bottom {
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }

    .md-border-left {
        border-left-style: solid;
        border-left-width: 1px;
    }
}

@media (min-width: 64.1em) {
    .lg-border {
        border-style: solid;
        border-width: 1px;
    }

    .lg-border-top {
        border-top-style: solid;
        border-top-width: 1px;
    }

    .lg-border-right {
        border-right-style: solid;
        border-right-width: 1px;
    }

    .lg-border-bottom {
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }

    .lg-border-left {
        border-left-style: solid;
        border-left-width: 1px;
    }
}

@media (max-width: 40em) {
    .xs-border {
        border-style: solid;
        border-width: 1px;
    }

    .xs-border-top {
        border-top-style: solid;
        border-top-width: 1px;
    }

    .xs-border-right {
        border-right-style: solid;
        border-right-width: 1px;
    }

    .xs-border-bottom {
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }

    .xs-border-left {
        border-left-style: solid;
        border-left-width: 1px;
    }
}

.black {
    color: #131e29;
}

.gray {
    color: #797b7f;
}

.silver {
    color: #ddd;
}

.white {
    color: #ffffff;
}

.aqua {
    color: #7fdbff;
}

.blue {
    color: #0074d9;
}

.lighter-blue {
    color: #dae7f5;
}

.navy {
    color: #001f3f;
}

.teal {
    color: #39cccc;
}

.green {
    color: #23DEBF;
}

.olive {
    color: #3d9970;
}

.lime {
    color: #01ff70;
}

.yellow {
    color: #fbef5e;
}

.light-yellow {
    color: rgba(251,239,94,0.8);
}

.orange {
    color: #ff851b;
}

.red {
    color: #ff4136;
}

.fuchsia {
    color: #f012be;
}

.purple {
    color: #b10dc9;
}

.maroon {
    color: #85144b;
}

.color-inherit {
    color: inherit;
}

.muted {
    opacity: 0.5;
}

.bg-black {
    background-color: #131e29;
}

.bg-white {
    background-color: #ffffff;
}

.bg-green {
    background-color: #23DEBF;
}

.bg-pink-light {
    background-color: #fff7f2;
}

.bg-brown {
    background-color: #b9856f;
}

.bg--gray-light {
    background-color: #d5d5cf;
}

.bg--orange-light {
    background-color: #f8ebe4;
}

.fixed {
    position: fixed;
}

@media (max-width: 40em) {
    .xs-fixed {
        position: fixed;
    }
}

@media (min-width: 40.1em) and (max-width: 52em) {
    .sm-fixed {
        position: fixed;
    }
}

@media (min-width: 52.1em) and (max-width: 64em) {
    .md-fixed {
        position: fixed;
    }
}

@media (min-width: 64.1em) {
    .lg-fixed {
        position: fixed;
    }
}

.absolute {
    position: absolute;
}

@media (max-width: 40em) {
    .xs-absolute {
        position: absolute;
    }
}

@media (min-width: 40.1em) and (max-width: 52em) {
    .sm-absolute {
        position: absolute;
    }
}

@media (min-width: 52.1em) and (max-width: 64em) {
    .md-absolute {
        position: absolute;
    }
}

@media (min-width: 64.1em) {
    .lg-absolute {
        position: absolute;
    }
}

.relative {
    position: relative;
}

@media (max-width: 40em) {
    .xs-relative {
        position: relative;
    }
}

@media (min-width: 40.1em) and (max-width: 52em) {
    .sm-relative {
        position: relative;
    }
}

@media (min-width: 52.1em) and (max-width: 64em) {
    .md-relative {
        position: relative;
    }
}

@media (min-width: 64.1em) {
    .lg-relative {
        position: relative;
    }
}

.top-0 {
    top: 0%;
}

.bottom-0 {
    bottom: 0%;
}

.right-0 {
    right: 0%;
}

.left-0 {
    left: 0%;
}

.top-5 {
    top: 5%;
}

.bottom-5 {
    bottom: 5%;
}

.right-5 {
    right: 5%;
}

.left-5 {
    left: 5%;
}

.top-10 {
    top: 10%;
}

.bottom-10 {
    bottom: 10%;
}

.right-10 {
    right: 10%;
}

.left-10 {
    left: 10%;
}

.top-15 {
    top: 15%;
}

.bottom-15 {
    bottom: 15%;
}

.right-15 {
    right: 15%;
}

.left-15 {
    left: 15%;
}

.top-20 {
    top: 20%;
}

.bottom-20 {
    bottom: 20%;
}

.right-20 {
    right: 20%;
}

.left-20 {
    left: 20%;
}

.top-25 {
    top: 25%;
}

.bottom-25 {
    bottom: 25%;
}

.right-25 {
    right: 25%;
}

.left-25 {
    left: 25%;
}

.top-30 {
    top: 30%;
}

.bottom-30 {
    bottom: 30%;
}

.right-30 {
    right: 30%;
}

.left-30 {
    left: 30%;
}

.top-35 {
    top: 35%;
}

.bottom-35 {
    bottom: 35%;
}

.right-35 {
    right: 35%;
}

.left-35 {
    left: 35%;
}

.top-40 {
    top: 40%;
}

.bottom-40 {
    bottom: 40%;
}

.right-40 {
    right: 40%;
}

.left-40 {
    left: 40%;
}

.top-45 {
    top: 45%;
}

.bottom-45 {
    bottom: 45%;
}

.right-45 {
    right: 45%;
}

.left-45 {
    left: 45%;
}

.top-50 {
    top: 50%;
}

.bottom-50 {
    bottom: 50%;
}

.right-50 {
    right: 50%;
}

.left-50 {
    left: 50%;
}

.top-55 {
    top: 55%;
}

.bottom-55 {
    bottom: 55%;
}

.right-55 {
    right: 55%;
}

.left-55 {
    left: 55%;
}

.top-60 {
    top: 60%;
}

.bottom-60 {
    bottom: 60%;
}

.right-60 {
    right: 60%;
}

.left-60 {
    left: 60%;
}

.top-65 {
    top: 65%;
}

.bottom-65 {
    bottom: 65%;
}

.right-65 {
    right: 65%;
}

.left-65 {
    left: 65%;
}

.top-70 {
    top: 70%;
}

.bottom-70 {
    bottom: 70%;
}

.right-70 {
    right: 70%;
}

.left-70 {
    left: 70%;
}

.top-75 {
    top: 75%;
}

.bottom-75 {
    bottom: 75%;
}

.right-75 {
    right: 75%;
}

.left-75 {
    left: 75%;
}

.top-80 {
    top: 80%;
}

.bottom-80 {
    bottom: 80%;
}

.right-80 {
    right: 80%;
}

.left-80 {
    left: 80%;
}

.top-85 {
    top: 85%;
}

.bottom-85 {
    bottom: 85%;
}

.right-85 {
    right: 85%;
}

.left-85 {
    left: 85%;
}

.top-90 {
    top: 90%;
}

.bottom-90 {
    bottom: 90%;
}

.right-90 {
    right: 90%;
}

.left-90 {
    left: 90%;
}

.top-95 {
    top: 95%;
}

.bottom-95 {
    bottom: 95%;
}

.right-95 {
    right: 95%;
}

.left-95 {
    left: 95%;
}

.top-100 {
    top: 100%;
}

.bottom-100 {
    bottom: 100%;
}

.right-100 {
    right: 100%;
}

.left-100 {
    left: 100%;
}

@media (min-width: 40.1em) {
    .sm-top-0 {
        top: 0%;
    }

    .sm-bottom-0 {
        bottom: 0%;
    }

    .sm-left-0 {
        left: 0%;
    }

    .sm-right-0 {
        right: 0%;
    }
}

@media (min-width: 40.1em) {
    .sm-top-5 {
        top: 5%;
    }

    .sm-bottom-5 {
        bottom: 5%;
    }

    .sm-left-5 {
        left: 5%;
    }

    .sm-right-5 {
        right: 5%;
    }
}

@media (min-width: 40.1em) {
    .sm-top-10 {
        top: 10%;
    }

    .sm-bottom-10 {
        bottom: 10%;
    }

    .sm-left-10 {
        left: 10%;
    }

    .sm-right-10 {
        right: 10%;
    }
}

@media (min-width: 40.1em) {
    .sm-top-15 {
        top: 15%;
    }

    .sm-bottom-15 {
        bottom: 15%;
    }

    .sm-left-15 {
        left: 15%;
    }

    .sm-right-15 {
        right: 15%;
    }
}

@media (min-width: 40.1em) {
    .sm-top-20 {
        top: 20%;
    }

    .sm-bottom-20 {
        bottom: 20%;
    }

    .sm-left-20 {
        left: 20%;
    }

    .sm-right-20 {
        right: 20%;
    }
}

@media (min-width: 40.1em) {
    .sm-top-25 {
        top: 25%;
    }

    .sm-bottom-25 {
        bottom: 25%;
    }

    .sm-left-25 {
        left: 25%;
    }

    .sm-right-25 {
        right: 25%;
    }
}

@media (min-width: 40.1em) {
    .sm-top-30 {
        top: 30%;
    }

    .sm-bottom-30 {
        bottom: 30%;
    }

    .sm-left-30 {
        left: 30%;
    }

    .sm-right-30 {
        right: 30%;
    }
}

@media (min-width: 40.1em) {
    .sm-top-35 {
        top: 35%;
    }

    .sm-bottom-35 {
        bottom: 35%;
    }

    .sm-left-35 {
        left: 35%;
    }

    .sm-right-35 {
        right: 35%;
    }
}

@media (min-width: 40.1em) {
    .sm-top-40 {
        top: 40%;
    }

    .sm-bottom-40 {
        bottom: 40%;
    }

    .sm-left-40 {
        left: 40%;
    }

    .sm-right-40 {
        right: 40%;
    }
}

@media (min-width: 40.1em) {
    .sm-top-45 {
        top: 45%;
    }

    .sm-bottom-45 {
        bottom: 45%;
    }

    .sm-left-45 {
        left: 45%;
    }

    .sm-right-45 {
        right: 45%;
    }
}

@media (min-width: 40.1em) {
    .sm-top-50 {
        top: 50%;
    }

    .sm-bottom-50 {
        bottom: 50%;
    }

    .sm-left-50 {
        left: 50%;
    }

    .sm-right-50 {
        right: 50%;
    }
}

@media (min-width: 40.1em) {
    .sm-top-55 {
        top: 55%;
    }

    .sm-bottom-55 {
        bottom: 55%;
    }

    .sm-left-55 {
        left: 55%;
    }

    .sm-right-55 {
        right: 55%;
    }
}

@media (min-width: 40.1em) {
    .sm-top-60 {
        top: 60%;
    }

    .sm-bottom-60 {
        bottom: 60%;
    }

    .sm-left-60 {
        left: 60%;
    }

    .sm-right-60 {
        right: 60%;
    }
}

@media (min-width: 40.1em) {
    .sm-top-65 {
        top: 65%;
    }

    .sm-bottom-65 {
        bottom: 65%;
    }

    .sm-left-65 {
        left: 65%;
    }

    .sm-right-65 {
        right: 65%;
    }
}

@media (min-width: 40.1em) {
    .sm-top-70 {
        top: 70%;
    }

    .sm-bottom-70 {
        bottom: 70%;
    }

    .sm-left-70 {
        left: 70%;
    }

    .sm-right-70 {
        right: 70%;
    }
}

@media (min-width: 40.1em) {
    .sm-top-75 {
        top: 75%;
    }

    .sm-bottom-75 {
        bottom: 75%;
    }

    .sm-left-75 {
        left: 75%;
    }

    .sm-right-75 {
        right: 75%;
    }
}

@media (min-width: 40.1em) {
    .sm-top-80 {
        top: 80%;
    }

    .sm-bottom-80 {
        bottom: 80%;
    }

    .sm-left-80 {
        left: 80%;
    }

    .sm-right-80 {
        right: 80%;
    }
}

@media (min-width: 40.1em) {
    .sm-top-85 {
        top: 85%;
    }

    .sm-bottom-85 {
        bottom: 85%;
    }

    .sm-left-85 {
        left: 85%;
    }

    .sm-right-85 {
        right: 85%;
    }
}

@media (min-width: 40.1em) {
    .sm-top-90 {
        top: 90%;
    }

    .sm-bottom-90 {
        bottom: 90%;
    }

    .sm-left-90 {
        left: 90%;
    }

    .sm-right-90 {
        right: 90%;
    }
}

@media (min-width: 40.1em) {
    .sm-top-95 {
        top: 95%;
    }

    .sm-bottom-95 {
        bottom: 95%;
    }

    .sm-left-95 {
        left: 95%;
    }

    .sm-right-95 {
        right: 95%;
    }
}

@media (min-width: 40.1em) {
    .sm-top-100 {
        top: 100%;
    }

    .sm-bottom-100 {
        bottom: 100%;
    }

    .sm-left-100 {
        left: 100%;
    }

    .sm-right-100 {
        right: 100%;
    }
}

@media (min-width: 52.1em) {
    .md-top-0 {
        top: 0%;
    }

    .md-bottom-0 {
        bottom: 0%;
    }

    .md-right-0 {
        right: 0%;
    }

    .md-left-0 {
        left: 0%;
    }
}

@media (min-width: 52.1em) {
    .md-top-5 {
        top: 5%;
    }

    .md-bottom-5 {
        bottom: 5%;
    }

    .md-right-5 {
        right: 5%;
    }

    .md-left-5 {
        left: 5%;
    }
}

@media (min-width: 52.1em) {
    .md-top-10 {
        top: 10%;
    }

    .md-bottom-10 {
        bottom: 10%;
    }

    .md-right-10 {
        right: 10%;
    }

    .md-left-10 {
        left: 10%;
    }
}

@media (min-width: 52.1em) {
    .md-top-15 {
        top: 15%;
    }

    .md-bottom-15 {
        bottom: 15%;
    }

    .md-right-15 {
        right: 15%;
    }

    .md-left-15 {
        left: 15%;
    }
}

@media (min-width: 52.1em) {
    .md-top-20 {
        top: 20%;
    }

    .md-bottom-20 {
        bottom: 20%;
    }

    .md-right-20 {
        right: 20%;
    }

    .md-left-20 {
        left: 20%;
    }
}

@media (min-width: 52.1em) {
    .md-top-25 {
        top: 25%;
    }

    .md-bottom-25 {
        bottom: 25%;
    }

    .md-right-25 {
        right: 25%;
    }

    .md-left-25 {
        left: 25%;
    }
}

@media (min-width: 52.1em) {
    .md-top-30 {
        top: 30%;
    }

    .md-bottom-30 {
        bottom: 30%;
    }

    .md-right-30 {
        right: 30%;
    }

    .md-left-30 {
        left: 30%;
    }
}

@media (min-width: 52.1em) {
    .md-top-35 {
        top: 35%;
    }

    .md-bottom-35 {
        bottom: 35%;
    }

    .md-right-35 {
        right: 35%;
    }

    .md-left-35 {
        left: 35%;
    }
}

@media (min-width: 52.1em) {
    .md-top-40 {
        top: 40%;
    }

    .md-bottom-40 {
        bottom: 40%;
    }

    .md-right-40 {
        right: 40%;
    }

    .md-left-40 {
        left: 40%;
    }
}

@media (min-width: 52.1em) {
    .md-top-45 {
        top: 45%;
    }

    .md-bottom-45 {
        bottom: 45%;
    }

    .md-right-45 {
        right: 45%;
    }

    .md-left-45 {
        left: 45%;
    }
}

@media (min-width: 52.1em) {
    .md-top-50 {
        top: 50%;
    }

    .md-bottom-50 {
        bottom: 50%;
    }

    .md-right-50 {
        right: 50%;
    }

    .md-left-50 {
        left: 50%;
    }
}

@media (min-width: 52.1em) {
    .md-top-55 {
        top: 55%;
    }

    .md-bottom-55 {
        bottom: 55%;
    }

    .md-right-55 {
        right: 55%;
    }

    .md-left-55 {
        left: 55%;
    }
}

@media (min-width: 52.1em) {
    .md-top-60 {
        top: 60%;
    }

    .md-bottom-60 {
        bottom: 60%;
    }

    .md-right-60 {
        right: 60%;
    }

    .md-left-60 {
        left: 60%;
    }
}

@media (min-width: 52.1em) {
    .md-top-65 {
        top: 65%;
    }

    .md-bottom-65 {
        bottom: 65%;
    }

    .md-right-65 {
        right: 65%;
    }

    .md-left-65 {
        left: 65%;
    }
}

@media (min-width: 52.1em) {
    .md-top-70 {
        top: 70%;
    }

    .md-bottom-70 {
        bottom: 70%;
    }

    .md-right-70 {
        right: 70%;
    }

    .md-left-70 {
        left: 70%;
    }
}

@media (min-width: 52.1em) {
    .md-top-75 {
        top: 75%;
    }

    .md-bottom-75 {
        bottom: 75%;
    }

    .md-right-75 {
        right: 75%;
    }

    .md-left-75 {
        left: 75%;
    }
}

@media (min-width: 52.1em) {
    .md-top-80 {
        top: 80%;
    }

    .md-bottom-80 {
        bottom: 80%;
    }

    .md-right-80 {
        right: 80%;
    }

    .md-left-80 {
        left: 80%;
    }
}

@media (min-width: 52.1em) {
    .md-top-85 {
        top: 85%;
    }

    .md-bottom-85 {
        bottom: 85%;
    }

    .md-right-85 {
        right: 85%;
    }

    .md-left-85 {
        left: 85%;
    }
}

@media (min-width: 52.1em) {
    .md-top-90 {
        top: 90%;
    }

    .md-bottom-90 {
        bottom: 90%;
    }

    .md-right-90 {
        right: 90%;
    }

    .md-left-90 {
        left: 90%;
    }
}

@media (min-width: 52.1em) {
    .md-top-95 {
        top: 95%;
    }

    .md-bottom-95 {
        bottom: 95%;
    }

    .md-right-95 {
        right: 95%;
    }

    .md-left-95 {
        left: 95%;
    }
}

@media (min-width: 52.1em) {
    .md-top-100 {
        top: 100%;
    }

    .md-bottom-100 {
        bottom: 100%;
    }

    .md-right-100 {
        right: 100%;
    }

    .md-left-100 {
        left: 100%;
    }
}

@media (min-width: 64.1em) {
    .lg-top-0 {
        top: 0%;
    }

    .lg-bottom-0 {
        bottom: 0%;
    }

    .lg-right-0 {
        right: 0%;
    }

    .lg-left-0 {
        left: 0%;
    }
}

@media (min-width: 64.1em) {
    .lg-top-5 {
        top: 5%;
    }

    .lg-bottom-5 {
        bottom: 5%;
    }

    .lg-right-5 {
        right: 5%;
    }

    .lg-left-5 {
        left: 5%;
    }
}

@media (min-width: 64.1em) {
    .lg-top-10 {
        top: 10%;
    }

    .lg-bottom-10 {
        bottom: 10%;
    }

    .lg-right-10 {
        right: 10%;
    }

    .lg-left-10 {
        left: 10%;
    }
}

@media (min-width: 64.1em) {
    .lg-top-15 {
        top: 15%;
    }

    .lg-bottom-15 {
        bottom: 15%;
    }

    .lg-right-15 {
        right: 15%;
    }

    .lg-left-15 {
        left: 15%;
    }
}

@media (min-width: 64.1em) {
    .lg-top-20 {
        top: 20%;
    }

    .lg-bottom-20 {
        bottom: 20%;
    }

    .lg-right-20 {
        right: 20%;
    }

    .lg-left-20 {
        left: 20%;
    }
}

@media (min-width: 64.1em) {
    .lg-top-25 {
        top: 25%;
    }

    .lg-bottom-25 {
        bottom: 25%;
    }

    .lg-right-25 {
        right: 25%;
    }

    .lg-left-25 {
        left: 25%;
    }
}

@media (min-width: 64.1em) {
    .lg-top-30 {
        top: 30%;
    }

    .lg-bottom-30 {
        bottom: 30%;
    }

    .lg-right-30 {
        right: 30%;
    }

    .lg-left-30 {
        left: 30%;
    }
}

@media (min-width: 64.1em) {
    .lg-top-35 {
        top: 35%;
    }

    .lg-bottom-35 {
        bottom: 35%;
    }

    .lg-right-35 {
        right: 35%;
    }

    .lg-left-35 {
        left: 35%;
    }
}

@media (min-width: 64.1em) {
    .lg-top-40 {
        top: 40%;
    }

    .lg-bottom-40 {
        bottom: 40%;
    }

    .lg-right-40 {
        right: 40%;
    }

    .lg-left-40 {
        left: 40%;
    }
}

@media (min-width: 64.1em) {
    .lg-top-45 {
        top: 45%;
    }

    .lg-bottom-45 {
        bottom: 45%;
    }

    .lg-right-45 {
        right: 45%;
    }

    .lg-left-45 {
        left: 45%;
    }
}

@media (min-width: 64.1em) {
    .lg-top-50 {
        top: 50%;
    }

    .lg-bottom-50 {
        bottom: 50%;
    }

    .lg-right-50 {
        right: 50%;
    }

    .lg-left-50 {
        left: 50%;
    }
}

@media (min-width: 64.1em) {
    .lg-top-55 {
        top: 55%;
    }

    .lg-bottom-55 {
        bottom: 55%;
    }

    .lg-right-55 {
        right: 55%;
    }

    .lg-left-55 {
        left: 55%;
    }
}

@media (min-width: 64.1em) {
    .lg-top-60 {
        top: 60%;
    }

    .lg-bottom-60 {
        bottom: 60%;
    }

    .lg-right-60 {
        right: 60%;
    }

    .lg-left-60 {
        left: 60%;
    }
}

@media (min-width: 64.1em) {
    .lg-top-65 {
        top: 65%;
    }

    .lg-bottom-65 {
        bottom: 65%;
    }

    .lg-right-65 {
        right: 65%;
    }

    .lg-left-65 {
        left: 65%;
    }
}

@media (min-width: 64.1em) {
    .lg-top-70 {
        top: 70%;
    }

    .lg-bottom-70 {
        bottom: 70%;
    }

    .lg-right-70 {
        right: 70%;
    }

    .lg-left-70 {
        left: 70%;
    }
}

@media (min-width: 64.1em) {
    .lg-top-75 {
        top: 75%;
    }

    .lg-bottom-75 {
        bottom: 75%;
    }

    .lg-right-75 {
        right: 75%;
    }

    .lg-left-75 {
        left: 75%;
    }
}

@media (min-width: 64.1em) {
    .lg-top-80 {
        top: 80%;
    }

    .lg-bottom-80 {
        bottom: 80%;
    }

    .lg-right-80 {
        right: 80%;
    }

    .lg-left-80 {
        left: 80%;
    }
}

@media (min-width: 64.1em) {
    .lg-top-85 {
        top: 85%;
    }

    .lg-bottom-85 {
        bottom: 85%;
    }

    .lg-right-85 {
        right: 85%;
    }

    .lg-left-85 {
        left: 85%;
    }
}

@media (min-width: 64.1em) {
    .lg-top-90 {
        top: 90%;
    }

    .lg-bottom-90 {
        bottom: 90%;
    }

    .lg-right-90 {
        right: 90%;
    }

    .lg-left-90 {
        left: 90%;
    }
}

@media (min-width: 64.1em) {
    .lg-top-95 {
        top: 95%;
    }

    .lg-bottom-95 {
        bottom: 95%;
    }

    .lg-right-95 {
        right: 95%;
    }

    .lg-left-95 {
        left: 95%;
    }
}

@media (min-width: 64.1em) {
    .lg-top-100 {
        top: 100%;
    }

    .lg-bottom-100 {
        bottom: 100%;
    }

    .lg-right-100 {
        right: 100%;
    }

    .lg-left-100 {
        left: 100%;
    }
}

@media (max-width: 40em) {
    .xs-top-0 {
        top: 0%;
    }

    .xs-bottom-0 {
        bottom: 0%;
    }

    .xs-right-0 {
        right: 0%;
    }

    .xs-left-0 {
        left: 0%;
    }
}

@media (max-width: 40em) {
    .xs-top-5 {
        top: 5%;
    }

    .xs-bottom-5 {
        bottom: 5%;
    }

    .xs-right-5 {
        right: 5%;
    }

    .xs-left-5 {
        left: 5%;
    }
}

@media (max-width: 40em) {
    .xs-top-10 {
        top: 10%;
    }

    .xs-bottom-10 {
        bottom: 10%;
    }

    .xs-right-10 {
        right: 10%;
    }

    .xs-left-10 {
        left: 10%;
    }
}

@media (max-width: 40em) {
    .xs-top-15 {
        top: 15%;
    }

    .xs-bottom-15 {
        bottom: 15%;
    }

    .xs-right-15 {
        right: 15%;
    }

    .xs-left-15 {
        left: 15%;
    }
}

@media (max-width: 40em) {
    .xs-top-20 {
        top: 20%;
    }

    .xs-bottom-20 {
        bottom: 20%;
    }

    .xs-right-20 {
        right: 20%;
    }

    .xs-left-20 {
        left: 20%;
    }
}

@media (max-width: 40em) {
    .xs-top-25 {
        top: 25%;
    }

    .xs-bottom-25 {
        bottom: 25%;
    }

    .xs-right-25 {
        right: 25%;
    }

    .xs-left-25 {
        left: 25%;
    }
}

@media (max-width: 40em) {
    .xs-top-30 {
        top: 30%;
    }

    .xs-bottom-30 {
        bottom: 30%;
    }

    .xs-right-30 {
        right: 30%;
    }

    .xs-left-30 {
        left: 30%;
    }
}

@media (max-width: 40em) {
    .xs-top-35 {
        top: 35%;
    }

    .xs-bottom-35 {
        bottom: 35%;
    }

    .xs-right-35 {
        right: 35%;
    }

    .xs-left-35 {
        left: 35%;
    }
}

@media (max-width: 40em) {
    .xs-top-40 {
        top: 40%;
    }

    .xs-bottom-40 {
        bottom: 40%;
    }

    .xs-right-40 {
        right: 40%;
    }

    .xs-left-40 {
        left: 40%;
    }
}

@media (max-width: 40em) {
    .xs-top-45 {
        top: 45%;
    }

    .xs-bottom-45 {
        bottom: 45%;
    }

    .xs-right-45 {
        right: 45%;
    }

    .xs-left-45 {
        left: 45%;
    }
}

@media (max-width: 40em) {
    .xs-top-50 {
        top: 50%;
    }

    .xs-bottom-50 {
        bottom: 50%;
    }

    .xs-right-50 {
        right: 50%;
    }

    .xs-left-50 {
        left: 50%;
    }
}

@media (max-width: 40em) {
    .xs-top-55 {
        top: 55%;
    }

    .xs-bottom-55 {
        bottom: 55%;
    }

    .xs-right-55 {
        right: 55%;
    }

    .xs-left-55 {
        left: 55%;
    }
}

@media (max-width: 40em) {
    .xs-top-60 {
        top: 60%;
    }

    .xs-bottom-60 {
        bottom: 60%;
    }

    .xs-right-60 {
        right: 60%;
    }

    .xs-left-60 {
        left: 60%;
    }
}

@media (max-width: 40em) {
    .xs-top-65 {
        top: 65%;
    }

    .xs-bottom-65 {
        bottom: 65%;
    }

    .xs-right-65 {
        right: 65%;
    }

    .xs-left-65 {
        left: 65%;
    }
}

@media (max-width: 40em) {
    .xs-top-70 {
        top: 70%;
    }

    .xs-bottom-70 {
        bottom: 70%;
    }

    .xs-right-70 {
        right: 70%;
    }

    .xs-left-70 {
        left: 70%;
    }
}

@media (max-width: 40em) {
    .xs-top-75 {
        top: 75%;
    }

    .xs-bottom-75 {
        bottom: 75%;
    }

    .xs-right-75 {
        right: 75%;
    }

    .xs-left-75 {
        left: 75%;
    }
}

@media (max-width: 40em) {
    .xs-top-80 {
        top: 80%;
    }

    .xs-bottom-80 {
        bottom: 80%;
    }

    .xs-right-80 {
        right: 80%;
    }

    .xs-left-80 {
        left: 80%;
    }
}

@media (max-width: 40em) {
    .xs-top-85 {
        top: 85%;
    }

    .xs-bottom-85 {
        bottom: 85%;
    }

    .xs-right-85 {
        right: 85%;
    }

    .xs-left-85 {
        left: 85%;
    }
}

@media (max-width: 40em) {
    .xs-top-90 {
        top: 90%;
    }

    .xs-bottom-90 {
        bottom: 90%;
    }

    .xs-right-90 {
        right: 90%;
    }

    .xs-left-90 {
        left: 90%;
    }
}

@media (max-width: 40em) {
    .xs-top-95 {
        top: 95%;
    }

    .xs-bottom-95 {
        bottom: 95%;
    }

    .xs-right-95 {
        right: 95%;
    }

    .xs-left-95 {
        left: 95%;
    }
}

@media (max-width: 40em) {
    .xs-top-100 {
        top: 100%;
    }

    .xs-bottom-100 {
        bottom: 100%;
    }

    .xs-right-100 {
        right: 100%;
    }

    .xs-left-100 {
        left: 100%;
    }
}

@media (min-width: 76.1em) {
    .xl-top-0 {
        top: 0%;
    }

    .xl-bottom-0 {
        bottom: 0%;
    }

    .xl-right-0 {
        right: 0%;
    }

    .xl-left-0 {
        left: 0%;
    }
}

@media (min-width: 76.1em) {
    .xl-top-5 {
        top: 5%;
    }

    .xl-bottom-5 {
        bottom: 5%;
    }

    .xl-right-5 {
        right: 5%;
    }

    .xl-left-5 {
        left: 5%;
    }
}

@media (min-width: 76.1em) {
    .xl-top-10 {
        top: 10%;
    }

    .xl-bottom-10 {
        bottom: 10%;
    }

    .xl-right-10 {
        right: 10%;
    }

    .xl-left-10 {
        left: 10%;
    }
}

@media (min-width: 76.1em) {
    .xl-top-15 {
        top: 15%;
    }

    .xl-bottom-15 {
        bottom: 15%;
    }

    .xl-right-15 {
        right: 15%;
    }

    .xl-left-15 {
        left: 15%;
    }
}

@media (min-width: 76.1em) {
    .xl-top-20 {
        top: 20%;
    }

    .xl-bottom-20 {
        bottom: 20%;
    }

    .xl-right-20 {
        right: 20%;
    }

    .xl-left-20 {
        left: 20%;
    }
}

@media (min-width: 76.1em) {
    .xl-top-25 {
        top: 25%;
    }

    .xl-bottom-25 {
        bottom: 25%;
    }

    .xl-right-25 {
        right: 25%;
    }

    .xl-left-25 {
        left: 25%;
    }
}

@media (min-width: 76.1em) {
    .xl-top-30 {
        top: 30%;
    }

    .xl-bottom-30 {
        bottom: 30%;
    }

    .xl-right-30 {
        right: 30%;
    }

    .xl-left-30 {
        left: 30%;
    }
}

@media (min-width: 76.1em) {
    .xl-top-35 {
        top: 35%;
    }

    .xl-bottom-35 {
        bottom: 35%;
    }

    .xl-right-35 {
        right: 35%;
    }

    .xl-left-35 {
        left: 35%;
    }
}

@media (min-width: 76.1em) {
    .xl-top-40 {
        top: 40%;
    }

    .xl-bottom-40 {
        bottom: 40%;
    }

    .xl-right-40 {
        right: 40%;
    }

    .xl-left-40 {
        left: 40%;
    }
}

@media (min-width: 76.1em) {
    .xl-top-45 {
        top: 45%;
    }

    .xl-bottom-45 {
        bottom: 45%;
    }

    .xl-right-45 {
        right: 45%;
    }

    .xl-left-45 {
        left: 45%;
    }
}

@media (min-width: 76.1em) {
    .xl-top-50 {
        top: 50%;
    }

    .xl-bottom-50 {
        bottom: 50%;
    }

    .xl-right-50 {
        right: 50%;
    }

    .xl-left-50 {
        left: 50%;
    }
}

@media (min-width: 76.1em) {
    .xl-top-55 {
        top: 55%;
    }

    .xl-bottom-55 {
        bottom: 55%;
    }

    .xl-right-55 {
        right: 55%;
    }

    .xl-left-55 {
        left: 55%;
    }
}

@media (min-width: 76.1em) {
    .xl-top-60 {
        top: 60%;
    }

    .xl-bottom-60 {
        bottom: 60%;
    }

    .xl-right-60 {
        right: 60%;
    }

    .xl-left-60 {
        left: 60%;
    }
}

@media (min-width: 76.1em) {
    .xl-top-65 {
        top: 65%;
    }

    .xl-bottom-65 {
        bottom: 65%;
    }

    .xl-right-65 {
        right: 65%;
    }

    .xl-left-65 {
        left: 65%;
    }
}

@media (min-width: 76.1em) {
    .xl-top-70 {
        top: 70%;
    }

    .xl-bottom-70 {
        bottom: 70%;
    }

    .xl-right-70 {
        right: 70%;
    }

    .xl-left-70 {
        left: 70%;
    }
}

@media (min-width: 76.1em) {
    .xl-top-75 {
        top: 75%;
    }

    .xl-bottom-75 {
        bottom: 75%;
    }

    .xl-right-75 {
        right: 75%;
    }

    .xl-left-75 {
        left: 75%;
    }
}

@media (min-width: 76.1em) {
    .xl-top-80 {
        top: 80%;
    }

    .xl-bottom-80 {
        bottom: 80%;
    }

    .xl-right-80 {
        right: 80%;
    }

    .xl-left-80 {
        left: 80%;
    }
}

@media (min-width: 76.1em) {
    .xl-top-85 {
        top: 85%;
    }

    .xl-bottom-85 {
        bottom: 85%;
    }

    .xl-right-85 {
        right: 85%;
    }

    .xl-left-85 {
        left: 85%;
    }
}

@media (min-width: 76.1em) {
    .xl-top-90 {
        top: 90%;
    }

    .xl-bottom-90 {
        bottom: 90%;
    }

    .xl-right-90 {
        right: 90%;
    }

    .xl-left-90 {
        left: 90%;
    }
}

@media (min-width: 76.1em) {
    .xl-top-95 {
        top: 95%;
    }

    .xl-bottom-95 {
        bottom: 95%;
    }

    .xl-right-95 {
        right: 95%;
    }

    .xl-left-95 {
        left: 95%;
    }
}

@media (min-width: 76.1em) {
    .xl-top-100 {
        top: 100%;
    }

    .xl-bottom-100 {
        bottom: 100%;
    }

    .xl-right-100 {
        right: 100%;
    }

    .xl-left-100 {
        left: 100%;
    }
}

@media (min-width: 1682px) {
    .max-top-0 {
        top: 0%;
    }

    .max-bottom-0 {
        bottom: 0%;
    }

    .max-right-0 {
        right: 0%;
    }

    .max-left-0 {
        left: 0%;
    }
}

@media (min-width: 1682px) {
    .max-top-5 {
        top: 5%;
    }

    .max-bottom-5 {
        bottom: 5%;
    }

    .max-right-5 {
        right: 5%;
    }

    .max-left-5 {
        left: 5%;
    }
}

@media (min-width: 1682px) {
    .max-top-10 {
        top: 10%;
    }

    .max-bottom-10 {
        bottom: 10%;
    }

    .max-right-10 {
        right: 10%;
    }

    .max-left-10 {
        left: 10%;
    }
}

@media (min-width: 1682px) {
    .max-top-15 {
        top: 15%;
    }

    .max-bottom-15 {
        bottom: 15%;
    }

    .max-right-15 {
        right: 15%;
    }

    .max-left-15 {
        left: 15%;
    }
}

@media (min-width: 1682px) {
    .max-top-20 {
        top: 20%;
    }

    .max-bottom-20 {
        bottom: 20%;
    }

    .max-right-20 {
        right: 20%;
    }

    .max-left-20 {
        left: 20%;
    }
}

@media (min-width: 1682px) {
    .max-top-25 {
        top: 25%;
    }

    .max-bottom-25 {
        bottom: 25%;
    }

    .max-right-25 {
        right: 25%;
    }

    .max-left-25 {
        left: 25%;
    }
}

@media (min-width: 1682px) {
    .max-top-30 {
        top: 30%;
    }

    .max-bottom-30 {
        bottom: 30%;
    }

    .max-right-30 {
        right: 30%;
    }

    .max-left-30 {
        left: 30%;
    }
}

@media (min-width: 1682px) {
    .max-top-35 {
        top: 35%;
    }

    .max-bottom-35 {
        bottom: 35%;
    }

    .max-right-35 {
        right: 35%;
    }

    .max-left-35 {
        left: 35%;
    }
}

@media (min-width: 1682px) {
    .max-top-40 {
        top: 40%;
    }

    .max-bottom-40 {
        bottom: 40%;
    }

    .max-right-40 {
        right: 40%;
    }

    .max-left-40 {
        left: 40%;
    }
}

@media (min-width: 1682px) {
    .max-top-45 {
        top: 45%;
    }

    .max-bottom-45 {
        bottom: 45%;
    }

    .max-right-45 {
        right: 45%;
    }

    .max-left-45 {
        left: 45%;
    }
}

@media (min-width: 1682px) {
    .max-top-50 {
        top: 50%;
    }

    .max-bottom-50 {
        bottom: 50%;
    }

    .max-right-50 {
        right: 50%;
    }

    .max-left-50 {
        left: 50%;
    }
}

@media (min-width: 1682px) {
    .max-top-55 {
        top: 55%;
    }

    .max-bottom-55 {
        bottom: 55%;
    }

    .max-right-55 {
        right: 55%;
    }

    .max-left-55 {
        left: 55%;
    }
}

@media (min-width: 1682px) {
    .max-top-60 {
        top: 60%;
    }

    .max-bottom-60 {
        bottom: 60%;
    }

    .max-right-60 {
        right: 60%;
    }

    .max-left-60 {
        left: 60%;
    }
}

@media (min-width: 1682px) {
    .max-top-65 {
        top: 65%;
    }

    .max-bottom-65 {
        bottom: 65%;
    }

    .max-right-65 {
        right: 65%;
    }

    .max-left-65 {
        left: 65%;
    }
}

@media (min-width: 1682px) {
    .max-top-70 {
        top: 70%;
    }

    .max-bottom-70 {
        bottom: 70%;
    }

    .max-right-70 {
        right: 70%;
    }

    .max-left-70 {
        left: 70%;
    }
}

@media (min-width: 1682px) {
    .max-top-75 {
        top: 75%;
    }

    .max-bottom-75 {
        bottom: 75%;
    }

    .max-right-75 {
        right: 75%;
    }

    .max-left-75 {
        left: 75%;
    }
}

@media (min-width: 1682px) {
    .max-top-80 {
        top: 80%;
    }

    .max-bottom-80 {
        bottom: 80%;
    }

    .max-right-80 {
        right: 80%;
    }

    .max-left-80 {
        left: 80%;
    }
}

@media (min-width: 1682px) {
    .max-top-85 {
        top: 85%;
    }

    .max-bottom-85 {
        bottom: 85%;
    }

    .max-right-85 {
        right: 85%;
    }

    .max-left-85 {
        left: 85%;
    }
}

@media (min-width: 1682px) {
    .max-top-90 {
        top: 90%;
    }

    .max-bottom-90 {
        bottom: 90%;
    }

    .max-right-90 {
        right: 90%;
    }

    .max-left-90 {
        left: 90%;
    }
}

@media (min-width: 1682px) {
    .max-top-95 {
        top: 95%;
    }

    .max-bottom-95 {
        bottom: 95%;
    }

    .max-right-95 {
        right: 95%;
    }

    .max-left-95 {
        left: 95%;
    }
}

@media (min-width: 1682px) {
    .max-top-100 {
        top: 100%;
    }

    .max-bottom-100 {
        bottom: 100%;
    }

    .max-right-100 {
        right: 100%;
    }

    .max-left-100 {
        left: 100%;
    }
}

.z1 {
    z-index: 1;
}

.z2 {
    z-index: 2;
}

.z3 {
    z-index: 3;
}

.z4 {
    z-index: 4;
}

.z5 {
    z-index: 5;
}

.z6 {
    z-index: 6;
}

.z7 {
    z-index: 7;
}

.z8 {
    z-index: 8;
}

.flex {
    display: -webkit-flex;
    display: flex;
}

.flex-column {
    -webkit-flex-direction: column;
    flex-direction: column;
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.items-start {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.items-end {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.items-center {
    -webkit-align-items: center;
    align-items: center;
}

.items-baseline {
    -webkit-align-items: baseline;
    align-items: baseline;
}

.items-stretch {
    -webkit-align-items: stretch;
    align-items: stretch;
}

.self-start {
    -webkit-align-self: flex-start;
    align-self: flex-start;
}

.self-end {
    -webkit-align-self: flex-end;
    align-self: flex-end;
}

.self-center {
    -webkit-align-self: center;
    align-self: center;
}

.self-baseline {
    -webkit-align-self: baseline;
    align-self: baseline;
}

.self-stretch {
    -webkit-align-self: stretch;
    align-self: stretch;
}

.justify-start {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.justify-end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.justify-center {
    -webkit-justify-content: center;
    justify-content: center;
}

.justify-between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.justify-around {
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.content-start {
    -webkit-align-content: flex-start;
    align-content: flex-start;
}

.content-end {
    -webkit-align-content: flex-end;
    align-content: flex-end;
}

.content-center {
    -webkit-align-content: center;
    align-content: center;
}

.content-between {
    -webkit-align-content: space-between;
    align-content: space-between;
}

.content-around {
    -webkit-align-content: space-around;
    align-content: space-around;
}

.content-stretch {
    -webkit-align-content: stretch;
    align-content: stretch;
}

.flex-auto {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
}

.flex-none {
    -webkit-flex: none;
    flex: none;
}

.order-0 {
    -webkit-order: 0;
    order: 0;
}

.order-1 {
    -webkit-order: 1;
    order: 1;
}

.order-2 {
    -webkit-order: 2;
    order: 2;
}

.order-3 {
    -webkit-order: 3;
    order: 3;
}

.order-last {
    -webkit-order: 99999;
    order: 99999;
}

@media (min-width: 20em) and (max-width: 40em) {
    .xs-flex {
        display: -webkit-flex;
        display: flex;
    }

    .xs-flex-row {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
    }

    .xs-flex-column {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .xs-flex-column-reverse {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .xs-order-0 {
        -webkit-order: 0;
        order: 0;
    }

    .xs-order-1 {
        -webkit-order: 1;
        order: 1;
    }

    .xs-order-2 {
        -webkit-order: 2;
        order: 2;
    }

    .xs-order-3 {
        -webkit-order: 3;
        order: 3;
    }

    .xs-self-end {
        -webkit-align-self: flex-end;
        align-self: flex-end;
    }

    .xs-justify-start {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .xs-justify-end {
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }

    .xs-justify-center {
        -webkit-justify-content: center;
        justify-content: center;
    }

    .xs-justify-between {
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .xs-justify-around {
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }

    .xs-content-start {
        -webkit-align-content: flex-start;
        align-content: flex-start;
    }

    .xs-content-end {
        -webkit-align-content: flex-end;
        align-content: flex-end;
    }

    .xs-content-center {
        -webkit-align-content: center;
        align-content: center;
    }

    .xs-content-between {
        -webkit-align-content: space-between;
        align-content: space-between;
    }

    .xs-content-around {
        -webkit-align-content: space-around;
        align-content: space-around;
    }

    .xs-content-stretch {
        -webkit-align-content: stretch;
        align-content: stretch;
    }

    .xs-items-start {
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .xs-items-end {
        -webkit-align-items: flex-end;
        align-items: flex-end;
    }

    .xs-items-center {
        -webkit-align-items: center;
        align-items: center;
    }

    .xs-items-baseline {
        -webkit-align-items: baseline;
        align-items: baseline;
    }

    .xs-items-stretch {
        -webkit-align-items: stretch;
        align-items: stretch;
    }
}

@media (min-width: 40.1em) and (max-width: 52em) {
    .sm-flex {
        display: -webkit-flex;
        display: flex;
    }

    .sm-flex-wrap {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .sm-flex-row {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
    }

    .sm-flex-column {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .sm-flex-column-reverse {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .sm-order-0 {
        -webkit-order: 0;
        order: 0;
    }

    .sm-order-1 {
        -webkit-order: 1;
        order: 1;
    }

    .sm-order-2 {
        -webkit-order: 2;
        order: 2;
    }

    .sm-order-3 {
        -webkit-order: 3;
        order: 3;
    }

    .sm-self-end {
        -webkit-align-self: flex-end;
        align-self: flex-end;
    }

    .sm-justify-start {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .sm-justify-end {
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }

    .sm-justify-center {
        -webkit-justify-content: center;
        justify-content: center;
    }

    .sm-justify-between {
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .sm-justify-around {
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }

    .sm-content-start {
        -webkit-align-content: flex-start;
        align-content: flex-start;
    }

    .sm-content-end {
        -webkit-align-content: flex-end;
        align-content: flex-end;
    }

    .sm-content-center {
        -webkit-align-content: center;
        align-content: center;
    }

    .sm-content-between {
        -webkit-align-content: space-between;
        align-content: space-between;
    }

    .sm-content-around {
        -webkit-align-content: space-around;
        align-content: space-around;
    }

    .sm-content-stretch {
        -webkit-align-content: stretch;
        align-content: stretch;
    }

    .sm-items-start {
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .sm-items-end {
        -webkit-align-items: flex-end;
        align-items: flex-end;
    }

    .sm-items-center {
        -webkit-align-items: center;
        align-items: center;
    }

    .sm-items-baseline {
        -webkit-align-items: baseline;
        align-items: baseline;
    }

    .sm-items-stretch {
        -webkit-align-items: stretch;
        align-items: stretch;
    }
}

@media (min-width: 52.1em) and (max-width: 64em) {
    .md-flex {
        display: -webkit-flex;
        display: flex;
    }

    .md-flex-row {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
    }

    .md-flex-wrap {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .md-flex-column {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .md-flex-column-reverse {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .md-order-0 {
        -webkit-order: 0;
        order: 0;
    }

    .md-order-1 {
        -webkit-order: 1;
        order: 1;
    }

    .md-order-2 {
        -webkit-order: 2;
        order: 2;
    }

    .md-order-3 {
        -webkit-order: 3;
        order: 3;
    }

    .md-self-end {
        -webkit-align-self: flex-end;
        align-self: flex-end;
    }

    .md-justify-start {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .md-justify-end {
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }

    .md-justify-center {
        -webkit-justify-content: center;
        justify-content: center;
    }

    .md-justify-between {
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .md-justify-around {
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }

    .md-content-start {
        -webkit-align-content: flex-start;
        align-content: flex-start;
    }

    .md-content-end {
        -webkit-align-content: flex-end;
        align-content: flex-end;
    }

    .md-content-center {
        -webkit-align-content: center;
        align-content: center;
    }

    .md-content-between {
        -webkit-align-content: space-between;
        align-content: space-between;
    }

    .md-content-around {
        -webkit-align-content: space-around;
        align-content: space-around;
    }

    .md-content-stretch {
        -webkit-align-content: stretch;
        align-content: stretch;
    }

    .md-items-start {
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .md-items-end {
        -webkit-align-items: flex-end;
        align-items: flex-end;
    }

    .md-items-center {
        -webkit-align-items: center;
        align-items: center;
    }

    .md-items-baseline {
        -webkit-align-items: baseline;
        align-items: baseline;
    }

    .md-items-stretch {
        -webkit-align-items: stretch;
        align-items: stretch;
    }
}

@media (min-width: 64.1em) {
    .lg-flex {
        display: -webkit-flex;
        display: flex;
    }

    .lg-flex-row {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
    }

    .lg-flex-wrap {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .lg-flex-column {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .lg-flex-column-reverse {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .lg-order-0 {
        -webkit-order: 0;
        order: 0;
    }

    .lg-order-1 {
        -webkit-order: 1;
        order: 1;
    }

    .lg-order-2 {
        -webkit-order: 2;
        order: 2;
    }

    .lg-order-3 {
        -webkit-order: 3;
        order: 3;
    }

    .lg-self-end {
        -webkit-align-self: flex-end;
        align-self: flex-end;
    }

    .lg-justify-start {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .lg-justify-end {
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }

    .lg-justify-center {
        -webkit-justify-content: center;
        justify-content: center;
    }

    .lg-justify-between {
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .lg-justify-around {
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }

    .lg-content-start {
        -webkit-align-content: flex-start;
        align-content: flex-start;
    }

    .lg-content-end {
        -webkit-align-content: flex-end;
        align-content: flex-end;
    }

    .lg-content-center {
        -webkit-align-content: center;
        align-content: center;
    }

    .lg-content-between {
        -webkit-align-content: space-between;
        align-content: space-between;
    }

    .lg-content-around {
        -webkit-align-content: space-around;
        align-content: space-around;
    }

    .lg-content-stretch {
        -webkit-align-content: stretch;
        align-content: stretch;
    }

    .lg-items-start {
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .lg-items-end {
        -webkit-align-items: flex-end;
        align-items: flex-end;
    }

    .lg-items-center {
        -webkit-align-items: center;
        align-items: center;
    }

    .lg-items-baseline {
        -webkit-align-items: baseline;
        align-items: baseline;
    }

    .lg-items-stretch {
        -webkit-align-items: stretch;
        align-items: stretch;
    }
}

@media (min-width: 76.1em) {
    .xl-flex-row {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
    }

    .xl-flex-column {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .xl-flex-column-reverse {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .xl-order-0 {
        -webkit-order: 0;
        order: 0;
    }

    .xl-order-1 {
        -webkit-order: 1;
        order: 1;
    }

    .xl-order-2 {
        -webkit-order: 2;
        order: 2;
    }

    .xl-order-3 {
        -webkit-order: 3;
        order: 3;
    }

    .xl-self-end {
        -webkit-align-self: flex-end;
        align-self: flex-end;
    }

    .xl-justify-start {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .xl-justify-end {
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }

    .xl-justify-center {
        -webkit-justify-content: center;
        justify-content: center;
    }

    .xl-justify-between {
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .xl-justify-around {
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }

    .xl-content-start {
        -webkit-align-content: flex-start;
        align-content: flex-start;
    }

    .xl-content-end {
        -webkit-align-content: flex-end;
        align-content: flex-end;
    }

    .xl-content-center {
        -webkit-align-content: center;
        align-content: center;
    }

    .xl-content-between {
        -webkit-align-content: space-between;
        align-content: space-between;
    }

    .xl-content-around {
        -webkit-align-content: space-around;
        align-content: space-around;
    }

    .xl-content-stretch {
        -webkit-align-content: stretch;
        align-content: stretch;
    }

    .xl-items-start {
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .xl-items-end {
        -webkit-align-items: flex-end;
        align-items: flex-end;
    }

    .xl-items-center {
        -webkit-align-items: center;
        align-items: center;
    }

    .xl-items-baseline {
        -webkit-align-items: baseline;
        align-items: baseline;
    }

    .xl-items-stretch {
        -webkit-align-items: stretch;
        align-items: stretch;
    }
}

.media, .sm-media, .md-media, .lg-media {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.media {
    display: -webkit-flex;
    display: flex;
}

.media-center {
    -webkit-align-items: center;
    align-items: center;
}

.media-bottom {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.media-img, .media-body {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.media-body {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}

@media (min-width: 40.1em) {
    .sm-media {
        display: -webkit-flex;
        display: flex;
    }
}

@media (min-width: 52.1em) {
    .md-media {
        display: -webkit-flex;
        display: flex;
    }
}

@media (min-width: 64.1em) {
    .lg-media {
        display: -webkit-flex;
        display: flex;
    }
}

.m0 {
    margin: 0;
}

.mt0 {
    margin-top: 0;
}

.mr0 {
    margin-right: 0;
}

.mb0 {
    margin-bottom: 0;
}

.ml0 {
    margin-left: 0;
}

.mx0 {
    margin-left: 0;
    margin-right: 0;
}

.my0 {
    margin-top: 0;
    margin-bottom: 0;
}

.m1 {
    margin: 0.5rem;
}

.mt1 {
    margin-top: 0.5rem;
}

.mr1 {
    margin-right: 0.5rem;
}

.mb1 {
    margin-bottom: 0.5rem;
}

.ml1 {
    margin-left: 0.5rem;
}

.mx1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.my1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.m2 {
    margin: 1rem;
}

.mt2 {
    margin-top: 1rem;
}

.mr2 {
    margin-right: 1rem;
}

.mb2 {
    margin-bottom: 1rem;
}

.ml2 {
    margin-left: 1rem;
}

.mx2 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.my2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.m3 {
    margin: 2rem;
}

.mt3 {
    margin-top: 2rem;
}

.mr3 {
    margin-right: 2rem;
}

.mb3 {
    margin-bottom: 2rem;
}

.ml3 {
    margin-left: 2rem;
}

.mx3 {
    margin-left: 2rem;
    margin-right: 2rem;
}

.my3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.m4 {
    margin: 4rem;
}

.mt4 {
    margin-top: 4rem;
}

.mr4 {
    margin-right: 4rem;
}

.mb4 {
    margin-bottom: 4rem;
}

.ml4 {
    margin-left: 4rem;
}

.mx4 {
    margin-left: 4rem;
    margin-right: 4rem;
}

.my4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.mxn2 {
    margin-left: -1rem;
    margin-right: -1rem;
}

.mxn3 {
    margin-left: -2rem;
    margin-right: -2rem;
}

.mxn4 {
    margin-left: -4rem;
    margin-right: -4rem;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.p0 {
    padding: 0;
}

.pt0 {
    padding-top: 0;
}

.pr0 {
    padding-right: 0;
}

.pb0 {
    padding-bottom: 0;
}

.pl0 {
    padding-left: 0;
}

.px0 {
    padding-left: 0;
    padding-right: 0;
}

.py0 {
    padding-top: 0;
    padding-bottom: 0;
}

.p1 {
    padding: 0.5rem;
}

.pt1 {
    padding-top: 0.5rem;
}

.pr1 {
    padding-right: 0.5rem;
}

.pb1 {
    padding-bottom: 0.5rem;
}

.pl1 {
    padding-left: 0.5rem;
}

.py1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.p2 {
    padding: 1rem;
}

.pt2 {
    padding-top: 1rem;
}

.pr2 {
    padding-right: 1rem;
}

.pb2 {
    padding-bottom: 1rem;
}

.pl2 {
    padding-left: 1rem;
}

.py2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.px2 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.p3 {
    padding: 2rem;
}

.pt3 {
    padding-top: 2rem;
}

.pr3 {
    padding-right: 2rem;
}

.pb3 {
    padding-bottom: 2rem;
}

.pl3 {
    padding-left: 2rem;
}

.py3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.px3 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.p4 {
    padding: 4rem;
}

.pt4 {
    padding-top: 4rem;
}

.pr4 {
    padding-right: 4rem;
}

.pb4 {
    padding-bottom: 4rem;
}

.pl4 {
    padding-left: 4rem;
}

.py4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.px4 {
    padding-left: 4rem;
    padding-right: 4rem;
}

@media (min-width: 40.1em) {
    .sm-m0 {
        margin: 0;
    }

    .sm-mt0 {
        margin-top: 0;
    }

    .sm-mr0 {
        margin-right: 0;
    }

    .sm-mb0 {
        margin-bottom: 0;
    }

    .sm-ml0 {
        margin-left: 0;
    }

    .sm-mx0 {
        margin-left: 0;
        margin-right: 0;
    }

    .sm-my0 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .sm-m1 {
        margin: 0.5rem;
    }

    .sm-mt1 {
        margin-top: 0.5rem;
    }

    .sm-mr1 {
        margin-right: 0.5rem;
    }

    .sm-mb1 {
        margin-bottom: 0.5rem;
    }

    .sm-ml1 {
        margin-left: 0.5rem;
    }

    .sm-mx1 {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .sm-my1 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .sm-m2 {
        margin: 1rem;
    }

    .sm-mt2 {
        margin-top: 1rem;
    }

    .sm-mr2 {
        margin-right: 1rem;
    }

    .sm-mb2 {
        margin-bottom: 1rem;
    }

    .sm-ml2 {
        margin-left: 1rem;
    }

    .sm-mx2 {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .sm-my2 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .sm-m3 {
        margin: 2rem;
    }

    .sm-mt3 {
        margin-top: 2rem;
    }

    .sm-mr3 {
        margin-right: 2rem;
    }

    .sm-mb3 {
        margin-bottom: 2rem;
    }

    .sm-ml3 {
        margin-left: 2rem;
    }

    .sm-mx3 {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .sm-my3 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .sm-m4 {
        margin: 4rem;
    }

    .sm-mt4 {
        margin-top: 4rem;
    }

    .sm-mr4 {
        margin-right: 4rem;
    }

    .sm-mb4 {
        margin-bottom: 4rem;
    }

    .sm-ml4 {
        margin-left: 4rem;
    }

    .sm-mx4 {
        margin-left: 4rem;
        margin-right: 4rem;
    }

    .sm-my4 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .sm-mxn1 {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }

    .sm-mxn2 {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .sm-mxn3 {
        margin-left: -2rem;
        margin-right: -2rem;
    }

    .sm-mxn4 {
        margin-left: -4rem;
        margin-right: -4rem;
    }

    .sm-ml-auto {
        margin-left: auto;
    }

    .sm-mr-auto {
        margin-right: auto;
    }

    .sm-mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 52.1em) {
    .md-m0 {
        margin: 0;
    }

    .md-mt0 {
        margin-top: 0;
    }

    .md-mr0 {
        margin-right: 0;
    }

    .md-mb0 {
        margin-bottom: 0;
    }

    .md-ml0 {
        margin-left: 0;
    }

    .md-mx0 {
        margin-left: 0;
        margin-right: 0;
    }

    .md-my0 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .md-m1 {
        margin: 0.5rem;
    }

    .md-mt1 {
        margin-top: 0.5rem;
    }

    .md-mr1 {
        margin-right: 0.5rem;
    }

    .md-mb1 {
        margin-bottom: 0.5rem;
    }

    .md-ml1 {
        margin-left: 0.5rem;
    }

    .md-mx1 {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .md-my1 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .md-m2 {
        margin: 1rem;
    }

    .md-mt2 {
        margin-top: 1rem;
    }

    .md-mr2 {
        margin-right: 1rem;
    }

    .md-mb2 {
        margin-bottom: 1rem;
    }

    .md-ml2 {
        margin-left: 1rem;
    }

    .md-mx2 {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .md-my2 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .md-m3 {
        margin: 2rem;
    }

    .md-mt3 {
        margin-top: 2rem;
    }

    .md-mr3 {
        margin-right: 2rem;
    }

    .md-mb3 {
        margin-bottom: 2rem;
    }

    .md-ml3 {
        margin-left: 2rem;
    }

    .md-mx3 {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .md-my3 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .md-m4 {
        margin: 4rem;
    }

    .md-mt4 {
        margin-top: 4rem;
    }

    .md-mr4 {
        margin-right: 4rem;
    }

    .md-mb4 {
        margin-bottom: 4rem;
    }

    .md-ml4 {
        margin-left: 4rem;
    }

    .md-mx4 {
        margin-left: 4rem;
        margin-right: 4rem;
    }

    .md-my4 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .md-mxn1 {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }

    .md-mxn2 {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .md-mxn3 {
        margin-left: -2rem;
        margin-right: -2rem;
    }

    .md-mxn4 {
        margin-left: -4rem;
        margin-right: -4rem;
    }

    .md-ml-auto {
        margin-left: auto;
    }

    .md-mr-auto {
        margin-right: auto;
    }

    .md-mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 64.1em) {
    .lg-m0 {
        margin: 0;
    }

    .lg-mt0 {
        margin-top: 0;
    }

    .lg-mr0 {
        margin-right: 0;
    }

    .lg-mb0 {
        margin-bottom: 0;
    }

    .lg-ml0 {
        margin-left: 0;
    }

    .lg-mx0 {
        margin-left: 0;
        margin-right: 0;
    }

    .lg-my0 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .lg-m1 {
        margin: 0.5rem;
    }

    .lg-mt1 {
        margin-top: 0.5rem;
    }

    .lg-mr1 {
        margin-right: 0.5rem;
    }

    .lg-mb1 {
        margin-bottom: 0.5rem;
    }

    .lg-ml1 {
        margin-left: 0.5rem;
    }

    .lg-mx1 {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .lg-my1 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .lg-m2 {
        margin: 1rem;
    }

    .lg-mt2 {
        margin-top: 1rem;
    }

    .lg-mr2 {
        margin-right: 1rem;
    }

    .lg-mb2 {
        margin-bottom: 1rem;
    }

    .lg-ml2 {
        margin-left: 1rem;
    }

    .lg-mx2 {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .lg-my2 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .lg-m3 {
        margin: 2rem;
    }

    .lg-mt3 {
        margin-top: 2rem;
    }

    .lg-mr3 {
        margin-right: 2rem;
    }

    .lg-mb3 {
        margin-bottom: 2rem;
    }

    .lg-ml3 {
        margin-left: 2rem;
    }

    .lg-mx3 {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .lg-my3 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .lg-m4 {
        margin: 4rem;
    }

    .lg-mt4 {
        margin-top: 4rem;
    }

    .lg-mr4 {
        margin-right: 4rem;
    }

    .lg-mb4 {
        margin-bottom: 4rem;
    }

    .lg-ml4 {
        margin-left: 4rem;
    }

    .lg-mx4 {
        margin-left: 4rem;
        margin-right: 4rem;
    }

    .lg-my4 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .lg-mxn1 {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }

    .lg-mxn2 {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .lg-mxn3 {
        margin-left: -2rem;
        margin-right: -2rem;
    }

    .lg-mxn4 {
        margin-left: -4rem;
        margin-right: -4rem;
    }

    .lg-ml-auto {
        margin-left: auto;
    }

    .lg-mr-auto {
        margin-right: auto;
    }

    .lg-mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 40em) {
    .xs-m0 {
        margin: 0;
    }

    .xs-mt0 {
        margin-top: 0;
    }

    .xs-mr0 {
        margin-right: 0;
    }

    .xs-mb0 {
        margin-bottom: 0;
    }

    .xs-ml0 {
        margin-left: 0;
    }

    .xs-mx0 {
        margin-left: 0;
        margin-right: 0;
    }

    .xs-my0 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .xs-m1 {
        margin: 0.5rem;
    }

    .xs-mt1 {
        margin-top: 0.5rem;
    }

    .xs-mr1 {
        margin-right: 0.5rem;
    }

    .xs-mb1 {
        margin-bottom: 0.5rem;
    }

    .xs-ml1 {
        margin-left: 0.5rem;
    }

    .xs-mx1 {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .xs-my1 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .xs-m2 {
        margin: 1rem;
    }

    .xs-mt2 {
        margin-top: 1rem;
    }

    .xs-mr2 {
        margin-right: 1rem;
    }

    .xs-mb2 {
        margin-bottom: 1rem;
    }

    .xs-ml2 {
        margin-left: 1rem;
    }

    .xs-mx2 {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .xs-my2 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .xs-m3 {
        margin: 2rem;
    }

    .xs-mt3 {
        margin-top: 2rem;
    }

    .xs-mr3 {
        margin-right: 2rem;
    }

    .xs-mb3 {
        margin-bottom: 2rem;
    }

    .xs-ml3 {
        margin-left: 2rem;
    }

    .xs-mx3 {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .xs-my3 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .xs-m4 {
        margin: 4rem;
    }

    .xs-mt4 {
        margin-top: 4rem;
    }

    .xs-mr4 {
        margin-right: 4rem;
    }

    .xs-mb4 {
        margin-bottom: 4rem;
    }

    .xs-ml4 {
        margin-left: 4rem;
    }

    .xs-mx4 {
        margin-left: 4rem;
        margin-right: 4rem;
    }

    .xs-my4 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .xs-mxn1 {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }

    .xs-mxn2 {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .xs-mxn3 {
        margin-left: -2rem;
        margin-right: -2rem;
    }

    .xs-mxn4 {
        margin-left: -4rem;
        margin-right: -4rem;
    }

    .xs-ml-auto {
        margin-left: auto;
    }

    .xs-mr-auto {
        margin-right: auto;
    }

    .xs-mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 40em) {
    .xs-p0 {
        padding: 0;
    }

    .xs-pt0 {
        padding-top: 0;
    }

    .xs-pr0 {
        padding-right: 0;
    }

    .xs-pb0 {
        padding-bottom: 0;
    }

    .xs-pl0 {
        padding-left: 0;
    }

    .xs-px0 {
        padding-left: 0;
        padding-right: 0;
    }

    .xs-py0 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .xs-p1 {
        padding: 0.5rem;
    }

    .xs-pt1 {
        padding-top: 0.5rem;
    }

    .xs-pr1 {
        padding-right: 0.5rem;
    }

    .xs-pb1 {
        padding-bottom: 0.5rem;
    }

    .xs-pl1 {
        padding-left: 0.5rem;
    }

    .xs-px1 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .xs-py1 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .xs-p2 {
        padding: 1rem;
    }

    .xs-pt2 {
        padding-top: 1rem;
    }

    .xs-pr2 {
        padding-right: 1rem;
    }

    .xs-pb2 {
        padding-bottom: 1rem;
    }

    .xs-pl2 {
        padding-left: 1rem;
    }

    .xs-px2 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .xs-py2 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .xs-p3 {
        padding: 2rem;
    }

    .xs-pt3 {
        padding-top: 2rem;
    }

    .xs-pr3 {
        padding-right: 2rem;
    }

    .xs-pb3 {
        padding-bottom: 2rem;
    }

    .xs-pl3 {
        padding-left: 2rem;
    }

    .xs-px3 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .xs-py3 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .xs-p4 {
        padding: 4rem;
    }

    .xs-pt4 {
        padding-top: 4rem;
    }

    .xs-pr4 {
        padding-right: 4rem;
    }

    .xs-pb4 {
        padding-bottom: 4rem;
    }

    .xs-pl4 {
        padding-left: 4rem;
    }

    .xs-px4 {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .xs-py4 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

@media (min-width: 40.1em) {
    .sm-p0 {
        padding: 0;
    }

    .sm-pt0 {
        padding-top: 0;
    }

    .sm-pr0 {
        padding-right: 0;
    }

    .sm-pb0 {
        padding-bottom: 0;
    }

    .sm-pl0 {
        padding-left: 0;
    }

    .sm-px0 {
        padding-left: 0;
        padding-right: 0;
    }

    .sm-py0 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .sm-p1 {
        padding: 0.5rem;
    }

    .sm-pt1 {
        padding-top: 0.5rem;
    }

    .sm-pr1 {
        padding-right: 0.5rem;
    }

    .sm-pb1 {
        padding-bottom: 0.5rem;
    }

    .sm-pl1 {
        padding-left: 0.5rem;
    }

    .sm-px1 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .sm-py1 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .sm-p2 {
        padding: 1rem;
    }

    .sm-pt2 {
        padding-top: 1rem;
    }

    .sm-pr2 {
        padding-right: 1rem;
    }

    .sm-pb2 {
        padding-bottom: 1rem;
    }

    .sm-pl2 {
        padding-left: 1rem;
    }

    .sm-px2 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .sm-py2 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .sm-p3 {
        padding: 2rem;
    }

    .sm-pt3 {
        padding-top: 2rem;
    }

    .sm-pr3 {
        padding-right: 2rem;
    }

    .sm-pb3 {
        padding-bottom: 2rem;
    }

    .sm-pl3 {
        padding-left: 2rem;
    }

    .sm-px3 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .sm-py3 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .sm-p4 {
        padding: 4rem;
    }

    .sm-pt4 {
        padding-top: 4rem;
    }

    .sm-pr4 {
        padding-right: 4rem;
    }

    .sm-pb4 {
        padding-bottom: 4rem;
    }

    .sm-pl4 {
        padding-left: 4rem;
    }

    .sm-px4 {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .sm-py4 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

@media (min-width: 52.1em) {
    .md-p0 {
        padding: 0;
    }

    .md-pt0 {
        padding-top: 0;
    }

    .md-pr0 {
        padding-right: 0;
    }

    .md-pb0 {
        padding-bottom: 0;
    }

    .md-pl0 {
        padding-left: 0;
    }

    .md-px0 {
        padding-left: 0;
        padding-right: 0;
    }

    .md-py0 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .md-p1 {
        padding: 0.5rem;
    }

    .md-pt1 {
        padding-top: 0.5rem;
    }

    .md-pr1 {
        padding-right: 0.5rem;
    }

    .md-pb1 {
        padding-bottom: 0.5rem;
    }

    .md-pl1 {
        padding-left: 0.5rem;
    }

    .md-px1 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .md-py1 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .md-p2 {
        padding: 1rem;
    }

    .md-pt2 {
        padding-top: 1rem;
    }

    .md-pr2 {
        padding-right: 1rem;
    }

    .md-pb2 {
        padding-bottom: 1rem;
    }

    .md-pl2 {
        padding-left: 1rem;
    }

    .md-px2 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .md-py2 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .md-p3 {
        padding: 2rem;
    }

    .md-pt3 {
        padding-top: 2rem;
    }

    .md-pr3 {
        padding-right: 2rem;
    }

    .md-pb3 {
        padding-bottom: 2rem;
    }

    .md-pl3 {
        padding-left: 2rem;
    }

    .md-px3 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .md-py3 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .md-p4 {
        padding: 4rem;
    }

    .md-pt4 {
        padding-top: 4rem;
    }

    .md-pr4 {
        padding-right: 4rem;
    }

    .md-pb4 {
        padding-bottom: 4rem;
    }

    .md-pl4 {
        padding-left: 4rem;
    }

    .md-px4 {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .md-py4 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

@media (min-width: 64.1em) {
    .lg-p0 {
        padding: 0;
    }

    .lg-pt0 {
        padding-top: 0;
    }

    .lg-pr0 {
        padding-right: 0;
    }

    .lg-pb0 {
        padding-bottom: 0;
    }

    .lg-pl0 {
        padding-left: 0;
    }

    .lg-px0 {
        padding-left: 0;
        padding-right: 0;
    }

    .lg-py0 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .lg-p1 {
        padding: 0.5rem;
    }

    .lg-pt1 {
        padding-top: 0.5rem;
    }

    .lg-pr1 {
        padding-right: 0.5rem;
    }

    .lg-pb1 {
        padding-bottom: 0.5rem;
    }

    .lg-pl1 {
        padding-left: 0.5rem;
    }

    .lg-px1 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .lg-py1 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .lg-p2 {
        padding: 1rem;
    }

    .lg-pt2 {
        padding-top: 1rem;
    }

    .lg-pr2 {
        padding-right: 1rem;
    }

    .lg-pb2 {
        padding-bottom: 1rem;
    }

    .lg-pl2 {
        padding-left: 1rem;
    }

    .lg-px2 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .lg-py2 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .lg-p3 {
        padding: 2rem;
    }

    .lg-pt3 {
        padding-top: 2rem;
    }

    .lg-pr3 {
        padding-right: 2rem;
    }

    .lg-pb3 {
        padding-bottom: 2rem;
    }

    .lg-pl3 {
        padding-left: 2rem;
    }

    .lg-px3 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .lg-py3 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .lg-p4 {
        padding: 4rem;
    }

    .lg-pt4 {
        padding-top: 4rem;
    }

    .lg-pr4 {
        padding-right: 4rem;
    }

    .lg-pb4 {
        padding-bottom: 4rem;
    }

    .lg-pl4 {
        padding-left: 4rem;
    }

    .lg-px4 {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .lg-py4 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

@media (min-width: 40.1em) {
    .sm-col {
        float: left;
        box-sizing: border-box;
    }

    .sm-col-right {
        float: right;
        box-sizing: border-box;
    }

    .sm-col-1 {
        width: 8.33333%;
    }

    .sm-col-2 {
        width: 16.66667%;
    }

    .sm-col-3 {
        width: 25%;
    }

    .sm-col-4 {
        width: 33.33333%;
    }

    .sm-col-5 {
        width: 41.66667%;
    }

    .sm-col-6 {
        width: 50%;
    }

    .sm-col-7 {
        width: 58.33333%;
    }

    .sm-col-8 {
        width: 66.66667%;
    }

    .sm-col-9 {
        width: 75%;
    }

    .sm-col-10 {
        width: 83.33333%;
    }

    .sm-col-11 {
        width: 91.66667%;
    }

    .sm-col-12 {
        width: 100%;
    }
}

@media (min-width: 52.1em) {
    .md-col {
        float: left;
        box-sizing: border-box;
    }

    .md-col-right {
        float: right;
        box-sizing: border-box;
    }

    .md-col-1 {
        width: 8.33333%;
    }

    .md-col-2 {
        width: 16.66667%;
    }

    .md-col-3 {
        width: 25%;
    }

    .md-col-4 {
        width: 33.33333%;
    }

    .md-col-5 {
        width: 41.66667%;
    }

    .md-col-6 {
        width: 50%;
    }

    .md-col-7 {
        width: 58.33333%;
    }

    .md-col-8 {
        width: 66.66667%;
    }

    .md-col-9 {
        width: 75%;
    }

    .md-col-10 {
        width: 83.33333%;
    }

    .md-col-11 {
        width: 91.66667%;
    }

    .md-col-12 {
        width: 100%;
    }
}

@media (min-width: 64.1em) {
    .lg-col {
        float: left;
        box-sizing: border-box;
    }

    .lg-col-right {
        float: right;
        box-sizing: border-box;
    }

    .lg-col-1 {
        width: 8.33333%;
    }

    .lg-col-2 {
        width: 16.66667%;
    }

    .lg-col-3 {
        width: 25%;
    }

    .lg-col-4 {
        width: 33.33333%;
    }

    .lg-col-5 {
        width: 41.66667%;
    }

    .lg-col-6 {
        width: 50%;
    }

    .lg-col-7 {
        width: 58.33333%;
    }

    .lg-col-8 {
        width: 66.66667%;
    }

    .lg-col-9 {
        width: 75%;
    }

    .lg-col-10 {
        width: 83.33333%;
    }

    .lg-col-11 {
        width: 91.66667%;
    }

    .lg-col-12 {
        width: 100%;
    }
}

.column {
    box-sizing: border-box;
    flex: 1 1 auto;
}

.column-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
}

.column-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
}

.column-3 {
    flex-basis: 25%;
    max-width: 25%;
}

.column-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}

.column-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
}

.column-6 {
    flex-basis: 50%;
    max-width: 50%;
}

.column-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
}

.column-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
}

.column-9 {
    flex-basis: 75%;
    max-width: 75%;
}

.column-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
}

.column-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
}

.column-12 {
    flex-basis: 100%;
    max-width: 100%;
}

@media (max-width: 40em) {
    .xs-column-0 {
        max-width: 0;
        flex-basis: 0;
        display: none;
    }

    .xs-column-1 {
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }

    .xs-column-2 {
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }

    .xs-column-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .xs-column-4 {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .xs-column-5 {
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }

    .xs-column-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .xs-column-7 {
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }

    .xs-column-8 {
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .xs-column-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .xs-column-10 {
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }

    .xs-column-11 {
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }

    .xs-column-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (min-width: 40em) and (max-width: 51.9em) {
    .sm-column-0 {
        max-width: 0;
        flex-basis: 0;
        display: none;
    }
}

@media (min-width: 40.1em) {
    .sm-column-1 {
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }

    .sm-column-2 {
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }

    .sm-column-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .sm-column-4 {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .sm-column-5 {
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }

    .sm-column-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .sm-column-7 {
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }

    .sm-column-8 {
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .sm-column-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .sm-column-10 {
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }

    .sm-column-11 {
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }

    .sm-column-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (min-width: 52em) and (max-width: 63.9em) {
    .md-column-0 {
        max-width: 0;
        flex-basis: 0;
        display: none;
    }
}

@media (min-width: 52.1em) {
    .md-column-1 {
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }

    .md-column-2 {
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }

    .md-column-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .md-column-4 {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .md-column-5 {
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }

    .md-column-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .md-column-7 {
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }

    .md-column-8 {
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .md-column-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .md-column-10 {
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }

    .md-column-11 {
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }

    .md-column-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (min-width: 64.1em) {
    .lg-column-0 {
        max-width: 0;
        flex-basis: 0;
        display: none;
    }

    .lg-column-1 {
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }

    .lg-column-2 {
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }

    .lg-column-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .lg-column-4 {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .lg-column-5 {
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }

    .lg-column-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .lg-column-7 {
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }

    .lg-column-8 {
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .lg-column-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .lg-column-10 {
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }

    .lg-column-11 {
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }

    .lg-column-12 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .lg-column-20 {
        flex-basis: 20%;
        max-width: 20%;
    }
}

@media (min-width: 76.1em) {
    .xl-column-0 {
        max-width: 0;
        flex-basis: 0;
        display: none;
    }

    .xl-column-1 {
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }

    .xl-column-2 {
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }

    .xl-column-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .xl-column-4 {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .xl-column-5 {
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }

    .xl-column-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .xl-column-7 {
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }

    .xl-column-8 {
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .xl-column-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .xl-column-10 {
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }

    .xl-column-11 {
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }

    .xl-column-12 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .xl-column-20 {
        flex-basis: 20%;
        max-width: 20%;
    }
}

@media (min-width: 1682px) {
    .max-column-0 {
        max-width: 0;
        flex-basis: 0;
        display: none;
    }

    .max-column-1 {
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }

    .max-column-2 {
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }

    .max-column-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .max-column-4 {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .max-column-5 {
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }

    .max-column-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .max-column-7 {
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }

    .max-column-8 {
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .max-column-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .max-column-10 {
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }

    .max-column-11 {
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }

    .max-column-12 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .max-column-20 {
        flex-basis: 20%;
        max-width: 20%;
    }
}

.iti {
    position: relative;
    display: inline-block;
}

    .iti * {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

.iti__hide {
    display: none;
}

.iti__v-hide {
    visibility: hidden;
}

.iti input, .iti input[type=text], .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0;
}

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px;
}

.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
}

.iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #555;
}

.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px;
}

@media (max-width: 500px) {
    .iti__country-list {
        white-space: normal;
    }
}

.iti__flag-box {
    display: inline-block;
    width: 20px;
}

.iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC;
}

.iti__country {
    padding: 5px 10px;
    outline: none;
}

.iti__dial-code {
    color: #999;
}

.iti__country.iti__highlight {
    background-color: rgba(0,0,0,0.05);
}

.iti__flag-box, .iti__country-name, .iti__dial-code {
    vertical-align: middle;
}

.iti__flag-box, .iti__country-name {
    margin-right: 6px;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0;
}

    .iti--allow-dropdown .iti__flag-container:hover {
        cursor: pointer;
    }

        .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
            background-color: rgba(0,0,0,0.05);
        }

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover, .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default;
}

    .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag, .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
        background-color: transparent;
    }

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0,0,0,0.05);
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
}

.iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px;
}

    .iti--container:hover {
        cursor: pointer;
    }

.iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed;
}

.iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%;
}

.iti-mobile .iti__country {
    padding: 10px 10px;
    line-height: 1.5em;
}

.iti__flag {
    width: 20px;
}

    .iti__flag.iti__be {
        width: 18px;
    }

    .iti__flag.iti__ch {
        width: 15px;
    }

    .iti__flag.iti__mc {
        width: 19px;
    }

    .iti__flag.iti__ne {
        width: 18px;
    }

    .iti__flag.iti__np {
        width: 13px;
    }

    .iti__flag.iti__va {
        width: 15px;
    }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-size: 5652px 15px;
    }
}

.iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px;
}

.iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px;
}

.iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px;
}

.iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px;
}

.iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px;
}

.iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px;
}

.iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px;
}

.iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px;
}

.iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px;
}

.iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px;
}

.iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px;
}

.iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px;
}

.iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px;
}

.iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px;
}

.iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px;
}

.iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px;
}

.iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px;
}

.iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px;
}

.iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px;
}

.iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px;
}

.iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px;
}

.iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px;
}

.iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px;
}

.iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px;
}

.iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px;
}

.iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px;
}

.iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px;
}

.iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px;
}

.iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px;
}

.iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px;
}

.iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px;
}

.iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px;
}

.iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px;
}

.iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px;
}

.iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px;
}

.iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px;
}

.iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px;
}

.iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0px;
}

.iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px;
}

.iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px;
}

.iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px;
}

.iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px;
}

.iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px;
}

.iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px;
}

.iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px;
}

.iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px;
}

.iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px;
}

.iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px;
}

.iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px;
}

.iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px;
}

.iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px;
}

.iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0px;
}

.iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px;
}

.iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px;
}

.iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px;
}

.iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px;
}

.iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px;
}

.iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px;
}

.iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px;
}

.iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px;
}

.iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px;
}

.iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px;
}

.iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px;
}

.iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px;
}

.iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px;
}

.iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px;
}

.iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px;
}

.iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px;
}

.iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px;
}

.iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px;
}

.iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px;
}

.iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px;
}

.iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px;
}

.iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px;
}

.iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px;
}

.iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px;
}

.iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px;
}

.iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px;
}

.iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px;
}

.iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px;
}

.iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px;
}

.iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px;
}

.iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px;
}

.iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px;
}

.iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px;
}

.iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px;
}

.iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px;
}

.iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px;
}

.iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px;
}

.iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px;
}

.iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px;
}

.iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px;
}

.iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px;
}

.iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px;
}

.iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px;
}

.iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px;
}

.iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px;
}

.iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px;
}

.iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px;
}

.iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px;
}

.iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px;
}

.iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px;
}

.iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px;
}

.iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px;
}

.iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px;
}

.iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px;
}

.iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px;
}

.iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px;
}

.iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px;
}

.iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px;
}

.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px;
}

.iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px;
}

.iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px;
}

.iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px;
}

.iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px;
}

.iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px;
}

.iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px;
}

.iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px;
}

.iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px;
}

.iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px;
}

.iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px;
}

.iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px;
}

.iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px;
}

.iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px;
}

.iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px;
}

.iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px;
}

.iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px;
}

.iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px;
}

.iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px;
}

.iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px;
}

.iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px;
}

.iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px;
}

.iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px;
}

.iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px;
}

.iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px;
}

.iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px;
}

.iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px;
}

.iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px;
}

.iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px;
}

.iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px;
}

.iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px;
}

.iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px;
}

.iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px;
}

.iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px;
}

.iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px;
}

.iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px;
}

.iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px;
}

.iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px;
}

.iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px;
}

.iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px;
}

.iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px;
}

.iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px;
}

.iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px;
}

.iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px;
}

.iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px;
}

.iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px;
}

.iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px;
}

.iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px;
}

.iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px;
}

.iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px;
}

.iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px;
}

.iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px;
}

.iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px;
}

.iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px;
}

.iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px;
}

.iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px;
}

.iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px;
}

.iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px;
}

.iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px;
}

.iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px;
}

.iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px;
}

.iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px;
}

.iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px;
}

.iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px;
}

.iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px;
}

.iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px;
}

.iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px;
}

.iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px;
}

.iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px;
}

.iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px;
}

.iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px;
}

.iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px;
}

.iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px;
}

.iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px;
}

.iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px;
}

.iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px;
}

.iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px;
}

.iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px;
}

.iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px;
}

.iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px;
}

.iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px;
}

.iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px;
}

.iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px;
}

.iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px;
}

.iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px;
}

.iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px;
}

.iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px;
}

.iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px;
}

.iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px;
}

.iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px;
}

.iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px;
}

.iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px;
}

.iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px;
}

.iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px;
}

.iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px;
}

.iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px;
}

.iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px;
}

.iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px;
}

.iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px;
}

.iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px;
}

.iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px;
}

.iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px;
}

.iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px;
}

.iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px;
}

.iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px;
}

.iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px;
}

.iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px;
}

.iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px;
}

.iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px;
}

.iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px;
}

.iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px;
}

.iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px;
}

.iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px;
}

.iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px;
}

.iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px;
}

.iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px;
}

.iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px;
}

.iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px;
}

.iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px;
}

.iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px;
}

.iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px;
}

.iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px;
}

.iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px;
}

.iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px;
}

.iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px;
}

.iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px;
}

.iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px;
}

.iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px;
}

.iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px;
}

.iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0px;
}

.iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px;
}

.iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px;
}

.iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px;
}

.iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px;
}

.iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px;
}

.iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px;
}

.iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px;
}

.iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px;
}

.iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px;
}

.iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px;
}

.iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px;
}

.iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px;
}

.iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px;
}

.iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px;
}

.iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px;
}

.iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px;
}

.iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px;
}

.iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px;
}

.iti__flag {
    height: 15px;
    box-shadow: 0px 0px 1px 0px #888;
    background-image: url(/assets/marketing/product/icons/flags-f3fb8500f3b3928ac393d325d41effba2ef00738b7894696e6c1badb703f361e.png);
    background-repeat: no-repeat;
    background-color: #DBDBDB;
    background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url(/assets/marketing/product/icons/flags@2x-32316dfe4ab0665bc0cd743bcccf40cbf3fbabca51ce6c6866c6055fb3fcbcd0.png);
    }
}

.iti__flag.iti__np {
    background-color: transparent;
}

.absolute {
    position: absolute;
}

.top-0 {
    top: 0;
}

.bottom-0 {
    bottom: 0;
}

.left-0 {
    left: 0;
}

.right-0 {
    right: 0;
}

.relative {
    position: relative;
}

@media (min-width: 40.1em) {
    .sm-col {
        float: left;
        box-sizing: border-box;
    }

    .sm-col-right {
        float: right;
        box-sizing: border-box;
    }

    .sm-col-1 {
        width: 8.33333%;
    }

    .sm-col-2 {
        width: 16.66667%;
    }

    .sm-col-3 {
        width: 25%;
    }

    .sm-col-4 {
        width: 33.33333%;
    }

    .sm-col-5 {
        width: 41.66667%;
    }

    .sm-col-6 {
        width: 50%;
    }

    .sm-col-7 {
        width: 58.33333%;
    }

    .sm-col-8 {
        width: 66.66667%;
    }

    .sm-col-9 {
        width: 75%;
    }

    .sm-col-10 {
        width: 83.33333%;
    }

    .sm-col-11 {
        width: 91.66667%;
    }

    .sm-col-12 {
        width: 100%;
    }
}

@media (min-width: 52.1em) {
    .md-col {
        float: left;
        box-sizing: border-box;
    }

    .md-col-right {
        float: right;
        box-sizing: border-box;
    }

    .md-col-1 {
        width: 8.33333%;
    }

    .md-col-2 {
        width: 16.66667%;
    }

    .md-col-3 {
        width: 25%;
    }

    .md-col-4 {
        width: 33.33333%;
    }

    .md-col-5 {
        width: 41.66667%;
    }

    .md-col-6 {
        width: 50%;
    }

    .md-col-7 {
        width: 58.33333%;
    }

    .md-col-8 {
        width: 66.66667%;
    }

    .md-col-9 {
        width: 75%;
    }

    .md-col-10 {
        width: 83.33333%;
    }

    .md-col-11 {
        width: 91.66667%;
    }

    .md-col-12 {
        width: 100%;
    }
}

@media (min-width: 64.1em) {
    .lg-col {
        float: left;
        box-sizing: border-box;
    }

    .lg-col-right {
        float: right;
        box-sizing: border-box;
    }

    .lg-col-1 {
        width: 8.33333%;
    }

    .lg-col-2 {
        width: 16.66667%;
    }

    .lg-col-3 {
        width: 25%;
    }

    .lg-col-4 {
        width: 33.33333%;
    }

    .lg-col-5 {
        width: 41.66667%;
    }

    .lg-col-6 {
        width: 50%;
    }

    .lg-col-7 {
        width: 58.33333%;
    }

    .lg-col-8 {
        width: 66.66667%;
    }

    .lg-col-9 {
        width: 75%;
    }

    .lg-col-10 {
        width: 83.33333%;
    }

    .lg-col-11 {
        width: 91.66667%;
    }

    .lg-col-12 {
        width: 100%;
    }
}
.column {
    box-sizing: border-box;
    flex: 1 1 auto;
}

.column-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
}

.column-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
}

.column-3 {
    flex-basis: 25%;
    max-width: 25%;
}

.column-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}

.column-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
}

.column-6 {
    flex-basis: 50%;
    max-width: 50%;
}

.column-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
}

.column-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
}

.column-9 {
    flex-basis: 75%;
    max-width: 75%;
}

.column-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
}

.column-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
}

.column-12 {
    flex-basis: 100%;
    max-width: 100%;
}

@media (min-width: 20em) and (max-width: 40em) {
    .xs-column-0 {
        max-width: 0;
        flex-basis: 0;
        display: none;
    }

    .xs-column-1 {
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }

    .xs-column-2 {
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }

    .xs-column-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .xs-column-4 {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .xs-column-5 {
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }

    .xs-column-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .xs-column-7 {
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }

    .xs-column-8 {
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .xs-column-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .xs-column-10 {
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }

    .xs-column-11 {
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }

    .xs-column-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (min-width: 40em) and (max-width: 51.9em) {
    .sm-column-0 {
        max-width: 0;
        flex-basis: 0;
        display: none;
    }
}

@media (min-width: 40.1em) {
    .sm-column-1 {
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }

    .sm-column-2 {
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }

    .sm-column-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .sm-column-4 {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .sm-column-5 {
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }

    .sm-column-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .sm-column-7 {
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }

    .sm-column-8 {
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .sm-column-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .sm-column-10 {
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }

    .sm-column-11 {
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }

    .sm-column-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (min-width: 52em) and (max-width: 63.9em) {
    .md-column-0 {
        max-width: 0;
        flex-basis: 0;
        display: none;
    }
}

@media (min-width: 52.1em) {
    .md-column-1 {
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }

    .md-column-2 {
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }

    .md-column-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .md-column-4 {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .md-column-5 {
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }

    .md-column-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .md-column-7 {
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }

    .md-column-8 {
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .md-column-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .md-column-10 {
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }

    .md-column-11 {
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }

    .md-column-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (min-width: 64.1em) {
    .lg-column-0 {
        max-width: 0;
        flex-basis: 0;
        display: none;
    }

    .lg-column-1 {
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }

    .lg-column-2 {
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }

    .lg-column-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .lg-column-4 {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .lg-column-5 {
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }

    .lg-column-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .lg-column-7 {
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }

    .lg-column-8 {
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .lg-column-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .lg-column-10 {
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }

    .lg-column-11 {
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }

    .lg-column-12 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .lg-column-20 {
        flex-basis: 20%;
        max-width: 20%;
    }
}

@media (min-width: 76.1em) {
    .xl-column-0 {
        max-width: 0;
        flex-basis: 0;
        display: none;
    }

    .xl-column-1 {
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }

    .xl-column-2 {
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }

    .xl-column-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .xl-column-4 {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .xl-column-5 {
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }

    .xl-column-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .xl-column-7 {
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }

    .xl-column-8 {
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .xl-column-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .xl-column-10 {
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }

    .xl-column-11 {
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }

    .xl-column-12 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .xl-column-20 {
        flex-basis: 20%;
        max-width: 20%;
    }
}

@media (min-width: 1682px) {
    .max-column-0 {
        max-width: 0;
        flex-basis: 0;
        display: none;
    }

    .max-column-1 {
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }

    .max-column-2 {
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }

    .max-column-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .max-column-4 {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .max-column-5 {
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }

    .max-column-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .max-column-7 {
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }

    .max-column-8 {
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .max-column-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .max-column-10 {
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }

    .max-column-11 {
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }

    .max-column-12 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .max-column-20 {
        flex-basis: 20%;
        max-width: 20%;
    }
}

.modal-open, .disable-scroll {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        opacity: 0;
        -moz-transition: opacity 0.3s ease-out;
        -o-transition: opacity 0.3s ease-out;
        -webkit-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        opacity: 1;
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(0,0,0,0.7);
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    max-height: 50%;
}

.modal-video .modal-dialog {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.modal-content {
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    -moz-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    background-color: rgba(255,255,255,0.6);
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.in {
        opacity: 0.5;
    }

.modal-body {
    position: relative;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 40.1em) {
    .modal-dialog {
        width: 100%;
        margin: 0 auto;
        max-height: none;
    }

    .modal-video .modal-dialog {
        margin: auto;
    }
}

@media (min-width: 40.1em) and (min-width: 20em) and (max-width: 40em) {
    .modal-video .modal-dialog {
        margin: 0;
    }
}

@media (min-width: 40.1em) {
    .modal-content {
        -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    }
}

.modal-body .frame-images {
    position: static;
}

    .modal-body .frame-images .frame-image, .modal-body .frame-images .frame-image-mobile {
        position: static;
        width: 100%;
        height: 100%;
        padding-bottom: 20px;
    }

@media (min-width: 20em) and (max-width: 40em) {
    .modal-body .frame-images .frame-image-mobile {
        display: none;
    }

    .modal-body .frame-images .frame-image-mobile {
        opacity: 1;
    }
}

#modal-digital-video .modal-dialog {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 auto;
    min-width: 100%;
    width: 100%;
}

#modal-digital-video .modal-content {
    border-radius: 0;
    max-width: 1280px;
    background: transparent;
    height: 100vh;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#modal-digital-video .modal-body {
    max-width: 1280px;
    width: 100vw;
    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;
}

@media (min-width: 20em) and (max-width: 40em) {
    #modal-digital-video .modal-head {
        top: calc(100vh * 0.36);
    }

    #modal-digital-video .modal-body {
        height: 100vh;
    }
}

.close-modal {
    width: 20px;
    height: 20px;
}

.modal--mc .modal-dialog-centered {
    min-height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 20em) and (max-width: 40em) {
    .mc-text-container {
        padding: 1rem;
        padding: 7vw 1rem;
    }
}

.video-text-middle {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 50%;
    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;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.modal-full-frame-close {
    background-color: rgba(156,209,239,0.5);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
}

    .modal-full-frame-close .close-modal g {
        stroke: #fff;
    }

@media (min-width: 20em) and (max-width: 40em) {
    .modal-full-frame-close {
        bottom: 5%;
        right: 50%;
        transform: translate(50%);
    }
}

@media (min-width: 40.1em) {
    .modal-full-frame-close {
        top: 40px;
        right: 40px;
    }
}
.modal-open, .disable-scroll {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        opacity: 0;
        -moz-transition: opacity 0.3s ease-out;
        -o-transition: opacity 0.3s ease-out;
        -webkit-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        opacity: 1;
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(0,0,0,0.7);
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    max-height: 50%;
}

.modal-video .modal-dialog {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.modal-content {
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    -moz-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    background-color: rgba(255,255,255,0.6);
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.in {
        opacity: 0.5;
    }

.modal-body {
    position: relative;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 40.1em) {
    .modal-dialog {
        width: 100%;
        margin: 0 auto;
        max-height: none;
    }

    .modal-video .modal-dialog {
        margin: auto;
    }
}

@media (min-width: 40.1em) and (min-width: 20em) and (max-width: 40em) {
    .modal-video .modal-dialog {
        margin: 0;
    }
}

@media (min-width: 40.1em) {
    .modal-content {
        -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    }
}

.modal-body .frame-images {
    position: static;
}

    .modal-body .frame-images .frame-image, .modal-body .frame-images .frame-image-mobile {
        position: static;
        width: 100%;
        height: 100%;
        padding-bottom: 20px;
    }

@media (min-width: 20em) and (max-width: 40em) {
    .modal-body .frame-images .frame-image-mobile {
        display: none;
    }

    .modal-body .frame-images .frame-image-mobile {
        opacity: 1;
    }
}

#modal-digital-video .modal-dialog {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 auto;
    min-width: 100%;
    width: 100%;
}

#modal-digital-video .modal-content {
    border-radius: 0;
    max-width: 1280px;
    background: transparent;
    height: 100vh;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#modal-digital-video .modal-body {
    max-width: 1280px;
    width: 100vw;
    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;
}

@media (min-width: 20em) and (max-width: 40em) {
    #modal-digital-video .modal-head {
        top: calc(100vh * 0.36);
    }

    #modal-digital-video .modal-body {
        height: 100vh;
    }
}

.close-modal {
    width: 20px;
    height: 20px;
}

.modal--mc .modal-dialog-centered {
    min-height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 20em) and (max-width: 40em) {
    .mc-text-container {
        padding: 1rem;
        padding: 7vw 1rem;
    }
}

.video-text-middle {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 50%;
    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;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.modal-full-frame-close {
    background-color: rgba(156,209,239,0.5);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
}

    .modal-full-frame-close .close-modal g {
        stroke: #fff;
    }

@media (min-width: 20em) and (max-width: 40em) {
    .modal-full-frame-close {
        bottom: 5%;
        right: 50%;
        transform: translate(50%);
    }
}

@media (min-width: 40.1em) {
    .modal-full-frame-close {
        top: 40px;
        right: 40px;
    }
}

.top-0 {
    top: 0;
}

.bottom-0 {
    bottom: 0;
}

.left-0 {
    left: 0;
}

.right-0 {
    right: 0;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

body.analog-checkout {
    margin: 0;
    padding: 0;
    background: #F7FBFC;
    -webkit-box-shadow: 0px 0px 80px rgba(0,0,0,0.2),0px 0px 18px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 80px rgba(0,0,0,0.2),0px 0px 18px rgba(0,0,0,0.15);
    color: #073C5C;
    font-family: 'TTCommons', Helvetica, sans-serif;
    font-weight: 400;
    text-align: center;
}

    body.analog-checkout.checkout-confirmation {
        -webkit-box-shadow: none;
        box-shadow: none;
        min-height: 100vh;
        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;
    }

        body.analog-checkout.checkout-confirmation .section-confirmation {
            border-radius: 5px;
            width: 100%;
            max-width: 640px;
            background: #F7FBFC;
        }

@media screen and (max-width: 40rem) {
    body.analog-checkout.checkout-confirmation .section-confirmation {
        max-height: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

body.analog-checkout.checkout-pattern {
    background-image: url(/images/marketing/order/images/checkout/checkout_pattern.jpg);
    background-size: 400px 415px;
}

body.analog-checkout strong {
    font-family: "TTCommons", Helvetica, sans-serif;
    font-weight: 600;
}

body.analog-checkout .demibold {
    font-family: "TTCommons", Helvetica, sans-serif;
    font-weight: 600;
}

body.analog-checkout .regular {
    font-family: "TTCommons", Helvetica, sans-serif;
    font-weight: 400;
}

body.analog-checkout h3 {
    margin: 0.5rem 0;
}

body.analog-checkout p, body.analog-checkout a {
    color: #073C5C;
}

    body.analog-checkout p.error, body.analog-checkout a.error {
        color: #e43c29;
    }

body.analog-checkout h4 {
    margin: 0;
    color: #073C5C;
}

body.analog-checkout .checkout-header, body.analog-checkout .checkout-subheader, body.analog-checkout .checkout-copy {
    text-align: left;
}

body.analog-checkout .checkout-header {
    font-size: 24px;
    line-height: 30px;
}

body.analog-checkout .checkout-subheader {
    font-size: 18px;
    line-height: 24px;
}

body.analog-checkout .checkout-copy {
    font-size: 12px;
    line-height: 14px;
    color: #80888F;
}

body.analog-checkout .order-summary, body.analog-checkout .border-top {
    border-top: 1px solid rgba(128,136,143,0.5);
}

body.analog-checkout .order-summary {
    border-bottom: 1px solid rgba(128,136,143,0.5);
    padding: 0.5rem 0;
}

body.analog-checkout .mb3 {
    margin-bottom: 2rem;
}

body.analog-checkout .order-header {
    font-size: 14px;
    line-height: 17px;
    color: #073C5C;
    margin: 0;
}

body.analog-checkout .order-subheader {
    font-size: 12px;
    line-height: 24px;
}

body.analog-checkout .order-subheader {
    color: #073C5C;
    margin: 0;
}

body.analog-checkout .order-price, body.analog-checkout .order-price-mobile {
    font-size: 18px;
    line-height: 20px;
}

body.analog-checkout .order-price-mobile {
    display: none;
}

body.analog-checkout hr {
    border-color: rgba(194,194,194,0.2);
    margin: 2rem 0;
}

body.analog-checkout .checkout-padding-b {
    padding-bottom: 2rem;
}

body.analog-checkout .checkout-padding-y {
    padding-bottom: 2rem;
    padding-top: 2rem;
}

body.analog-checkout .checkout-padding-x {
    padding-left: 5%;
    padding-right: 5%;
}

@media (max-width: 40rem) {
    body.analog-checkout .checkout-padding-x {
        padding-left: 0;
        padding-right: 0;
    }
}

body.analog-checkout .checkout-margin {
    margin: 0 auto;
}

body.analog-checkout .center-align {
    text-align: center;
}

body.analog-checkout .right-align {
    text-align: right;
}

body.analog-checkout .section-checkout {
    margin: 0 auto;
    max-width: 40rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #F7FBFC;
    -webkit-box-shadow: 0 0 80px rgba(0,0,0,0.2);
    box-shadow: 0 0 80px rgba(0,0,0,0.2);
}

    body.analog-checkout .section-checkout:first-child {
        overflow: auto;
    }

body.analog-checkout section.errors {
    color: #e43c29;
}

@media screen and (min-width: 40.1rem) {
    body.analog-checkout section.errors {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

body.analog-checkout .checkout-form {
    width: 100%;
}

body.analog-checkout label {
    display: block;
    text-align: left;
    width: 100%;
    margin: 1rem 0;
    color: #073C5C;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
}

    body.analog-checkout label.error {
        margin: 0;
        color: red;
        text-transform: initial;
    }

body.analog-checkout input {
    padding: 0.5rem;
}

body.analog-checkout input, body.analog-checkout .select {
    position: relative;
    width: 100%;
    border: 2px solid #073C5C;
    border-radius: 0;
    box-sizing: border-box;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "TTCommons", Helvetica, sans-serif;
    font-weight: 400;
    background: #fff;
    margin: 1rem 0;
    outline: none;
    font-size: 1rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #073C5C;
    -webkit-appearance: none;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
    border-radius: 0;
}

    body.analog-checkout input:disabled, body.analog-checkout input.select > select:disabled, body.analog-checkout .select:disabled, body.analog-checkout .select.select > select:disabled {
        background: rgba(128,136,143,0.15);
        color: #80888F;
        border-color: #80888F;
    }

body.analog-checkout select.checkout {
    font-family: "TTCommons", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #073C5C;
    border: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    width: 100%;
    padding-left: 0.5rem;
    background: transparent;
    z-index: 2;
    position: relative;
}

body.analog-checkout input.checkout:valid {
    color: #073C5C;
}

body.analog-checkout input.checkout:invalid {
    color: red;
}

body.analog-checkout .select-container {
    position: relative;
}

    body.analog-checkout .select-container::before {
        content: url(/images/marketing/order/images/checkout/arrow.svg);
        position: absolute;
        right: 15px;
        top: 22px;
        width: 10px;
        height: 10px;
        z-index: 1;
    }

body.analog-checkout .pr1 {
    padding-right: 0.5rem;
}

body.analog-checkout .pr2 {
    padding-right: 1rem;
}

body.analog-checkout .pr3 {
    padding-right: 2rem;
}

body.analog-checkout .pr4 {
    padding-right: 4rem;
}

body.analog-checkout .pl1 {
    padding-left: 0.5rem;
}

body.analog-checkout .mr1 {
    margin-right: 0.5rem;
}

body.analog-checkout .my1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

body.analog-checkout .mt1 {
    margin-top: 0.5rem;
}

body.analog-checkout .mt2 {
    margin-top: 1rem;
}

body.analog-checkout .mt3 {
    margin-top: 2rem;
}

body.analog-checkout .mt0 {
    margin-top: 0;
}

body.analog-checkout .mb0 {
    margin-bottom: 0;
}

body.analog-checkout .mb1, body.analog-checkout .sm-mb1 {
    margin-bottom: 0.5rem;
}

body.analog-checkout .ml1 {
    margin-left: 0.5rem;
}

body.analog-checkout .my2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

body.analog-checkout .mx2 {
    margin-right: 1rem;
    margin-left: 1rem;
}

body.analog-checkout .mr2 {
    margin-right: 1rem;
}

body.analog-checkout .ml2 {
    margin-left: 1rem;
}

body.analog-checkout .m0 {
    margin: 0;
}

body.analog-checkout input:focus {
    border-color: #073C5C;
    color: #073C5C;
    z-index: 10;
}

body.analog-checkout input.error {
    border-color: #e43c29;
}

body.analog-checkout div.error .recurly-hosted-field {
    border: 2px solid #e43c29;
    border-radius: 0.25rem;
}

body.analog-checkout div.date {
    display: inline-block;
    width: 4.5rem;
    float: left;
    text-align: left;
    margin-right: -2px;
}

    body.analog-checkout div.date label {
        display: inline-block;
        clear: none;
    }

    body.analog-checkout div.date input {
        display: inline-block;
    }

body.analog-checkout .previous, body.analog-checkout .hide {
    display: none;
}

body.analog-checkout input#recurly-hosted-field-input {
    font-family: "TTCommons", Helvetica, sans-serif !important;
    font-weight: 400;
}

body.analog-checkout figure {
    margin: 0;
}

    body.analog-checkout figure.logo {
        width: 9rem;
        height: 9rem;
        background: #f5f5f5;
        border-radius: 100px;
        margin: 2rem auto;
        line-height: 9rem;
        letter-spacing: 0.1rem;
        font-size: 1.5rem;
        color: #073C5C;
        -webkit-transition: border-radius 0.5s, width 0.5s, height 0.5s, margin 0.5s, line-height 0.5s;
        transition: border-radius 0.5s, width 0.5s, height 0.5s, margin 0.5s, line-height 0.5s;
    }

        body.analog-checkout figure.logo .term {
            line-height: 1em;
            font-size: 0.5em;
            margin-left: -0.25rem;
        }

    body.analog-checkout figure.success {
        width: 100%;
        background: #30af3b;
        padding: 1rem;
        font-family: "TTCommons", Helvetica, sans-serif;
        font-size: 1rem;
        font-weight: 600;
        letter-spacing: 0.15rem;
        color: #f5f5f5;
        opacity: 0;
        position: relative;
        top: 4rem;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        -webkit-transition: opacity 0.5s 0.25s, top 1s;
        transition: opacity 0.5s 0.25s, top 1s;
    }

body.analog-checkout .purchase-container {
    background-color: #073C5C;
    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;
}

body.analog-checkout .mx-auto {
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-height: 599px) {
    body.analog-checkout figure.logo {
        width: 100%;
        height: 3rem;
        margin: 2rem auto 1rem;
        border-radius: 0;
        line-height: 3rem;
    }
}

body.analog-checkout .caps {
    text-transform: uppercase;
}

body.analog-checkout .recurly-hosted-field {
    position: relative;
    width: 100%;
    height: 42px;
    border: 2px solid #073C5C;
    border-radius: 0;
    background: transparent;
    padding: 0.5rem;
    margin: 0 0 1rem;
    outline: none;
    font-family: "TTCommons", Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #c2c2c2;
    -webkit-appearance: none;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

body.analog-checkout .recurly-hosted-field-focus {
    outline: none;
    color: #073C5C;
    z-index: 10;
}

body.analog-checkout .checkout-billing-box {
    border: 1px solid #073C5C;
    position: relative;
    width: 20px;
    height: 20px;
}

    body.analog-checkout .checkout-billing-box::before {
        content: url(/images/marketing/order/images/checkout/checkmark.svg);
        visibility: hidden;
        position: absolute;
        top: 20%;
        max-width: 15px;
        max-height: 15px;
        left: 10%;
        bottom: 0;
    }

    body.analog-checkout .checkout-billing-box.match::before {
        visibility: visible;
    }

body.analog-checkout .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body.analog-checkout .flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

body.analog-checkout .flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

body.analog-checkout .justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

body.analog-checkout .justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

body.analog-checkout .items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body.analog-checkout .image {
    width: 50px;
    height: 50px;
}

    body.analog-checkout .image img {
        width: 100%;
    }

body.analog-checkout .justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

body.analog-checkout .width-100 {
    width: 100%;
}

body.analog-checkout .btn-secondary--blue, body.analog-checkout .btn-primary {
    border: none;
    font-size: 1rem;
    border-radius: 0;
    display: block;
    font-family: 'TTCommons', Helvetica, sans-serif;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 1rem 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 600;
    width: 100%;
    letter-spacing: 1.7px;
    outline: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

    body.analog-checkout .btn-secondary--blue:disabled, body.analog-checkout .btn-primary:disabled {
        opacity: 0.2;
    }

body.analog-checkout .btn-primary {
    color: #131e29;
    background-color: #fbef5e;
    background: #fbef5e;
}

body.analog-checkout .btn-secondary--blue {
    color: #fff;
    background-color: #073C5C;
    background: #073C5C;
    padding: 0;
    height: 40px;
    width: 120px;
    border-radius: 0;
    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;
}

    body.analog-checkout .btn-secondary--blue:hover {
        background-color: rgba(7,60,92,0.8);
    }

body.analog-checkout .section-payment span {
    color: #073C5C;
}

    body.analog-checkout .section-payment span.error {
        color: #e43c29;
    }

body.analog-checkout .error-border {
    border-color: #e43c29;
}

body.analog-checkout .price-strike {
    color: rgba(7,60,92,0.4);
    text-decoration: none;
    position: relative;
    margin-right: 5px;
}

    body.analog-checkout .price-strike:before {
        position: absolute;
        content: "";
        left: -10%;
        top: 35%;
        margin-top: 3px;
        max-width: 60px;
        right: -10%;
        border-top: 2px solid #073C5C;
        -webkit-transform: rotate(-12.5deg);
        transform: rotate(-12.5deg);
        -moz-transform: rotate(-12.5deg);
        -ms-transform: rotate(-12.5deg);
        -o-transform: rotate(-12.5deg);
    }

body.analog-checkout[data-recurly='card'] {
    background-color: #fff;
}

body.analog-checkout .discount-message {
    opacity: 0;
}

    body.analog-checkout .discount-message.red {
        color: #e43c29;
    }

    body.analog-checkout .discount-message.show {
        opacity: 1;
    }

body.analog-checkout .btn-primary:hover {
    background-color: #f9f08d;
}

body.analog-checkout button.btn.close {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
}

body.analog-checkout .order-summary-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

body.analog-checkout #modal-confirmation-survey .modal-dialog {
    max-width: 500px;
    left: 0;
    right: 0;
}

body.analog-checkout input::-webkit-input-placeholder, body.analog-checkout input::-moz-placeholder, body.analog-checkout input:-ms-input-placeholder, body.analog-checkout input:-moz-placeholder {
    color: #80888F;
    font-family: "TTCommons", Helvetica, sans-serif;
    font-weight: 400;
}

body.analog-checkout .logo-container {
    margin: 0 auto 1rem;
}

body.analog-checkout .order-summary-icon {
    width: 55px;
    height: 55px;
}

body.analog-checkout .p2 {
    padding: 1rem;
}

body.analog-checkout .pt2 {
    padding-top: 1rem;
}

body.analog-checkout .pt3 {
    padding-top: 3rem;
}

body.analog-checkout .pt4 {
    padding-top: 4rem;
}

body.analog-checkout .z3 {
    z-index: 3;
}

body.analog-checkout .left-align {
    text-align: left;
}

body.analog-checkout .baseline-order-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body.analog-checkout button.btn.close {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
}

body.analog-checkout #modal-confirmation-survey .modal-dialog {
    max-width: 500px;
    left: 0;
    right: 0;
}

body.analog-checkout .section-checkout {
    position: relative;
}

body.analog-checkout .checkout-nav {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    z-index: 3;
    background-color: #F7FBFC;
}

body.analog-checkout .order-summary-info {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 599px) {
    body.analog-checkout .xs-width-100 {
        width: 100%;
    }

    body.analog-checkout .xs-flex-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    body.analog-checkout .xs-flew-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    body.analog-checkout .xs-left-align {
        text-align: left;
    }

    body.analog-checkout .xs-items-start {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    body.analog-checkout .xs-justify-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    body.analog-checkout .xs-px2 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    body.analog-checkout .pr1, body.analog-checkout .pl1 {
        padding: initial;
    }

    body.analog-checkout .mr1, body.analog-checkout .ml1, body.analog-checkout .sm-mb1 {
        margin: initial;
    }

    body.analog-checkout .xs-pr1 {
        padding-right: 0.5rem;
    }

    body.analog-checkout .xs-pl1 {
        padding-left: 0.5rem;
    }

    body.analog-checkout .xs-pl2 {
        padding-left: 1rem;
    }

    body.analog-checkout .xs-mr1 {
        margin-right: 0.5rem;
    }

    body.analog-checkout .xs-mt0 {
        margin-top: 0;
    }

    body.analog-checkout .xs-ml1 {
        margin-left: 0.5rem;
    }

    body.analog-checkout .xs-ml2 {
        margin-left: 0.5rem;
    }
}

body {
    position: relative;
    color: #131e29;
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
}

h1, h2, h3 {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
}
sub, sup {
    font-size: 50%;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.5em;
}

img:not([src]) {
    visibility: hidden;
}

.cpx1 {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 40.1em) and (max-width: 52em) {
    .sm-left-align {
        text-align: left;
    }

    .sm-center {
        text-align: center;
    }

    .sm-right-align {
        text-align: right;
    }
}

@media (min-width: 52.1em) and (max-width: 64em) {
    .md-left-align {
        text-align: left;
    }

    .md-center {
        text-align: center;
    }

    .md-right-align {
        text-align: right;
    }
}

@media (min-width: 64.1em) {
    .lg-left-align {
        text-align: left;
    }

    .lg-center {
        text-align: center;
    }

    .lg-right-align {
        text-align: right;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .xs-left-align {
        text-align: left;
    }

    .xs-center {
        text-align: center;
    }

    .xs-right-align {
        text-align: right;
    }
}

@media (min-width: 1950px) {
    .max-left-align {
        text-align: left;
    }

    .max-center {
        text-align: center;
    }

    .max-right-align {
        text-align: right;
    }
}

.list-style-outside {
    list-style-position: outside;
}

@media (min-width: 20em) and (max-width: 40em) {
    .section--header-hero {
        font-size: 32px;
        line-height: 42px;
    }
}

@media (min-width: 40.1em) {
    .section--header-hero {
        letter-spacing: 1px;
        line-height: 40px;
        font-size: 32px;
    }
}

@media (min-width: 52.1em) {
    .section--header-hero {
        font-size: 40px;
        line-height: 44px;
    }
}

@media (min-width: 64.1em) {
    .section--header-hero {
        font-size: 60px;
        line-height: 72px;
    }

        .section--header-hero.section--header-hero-analog {
            font-size: 56px;
            line-height: 64px;
        }
}

@media (min-width: 1682px) {
    .section--header-hero {
        font-size: 60px;
        line-height: 72px;
    }
}

.section--header.white {
    color: #fff;
}

.section--header {
    font-size: 42px;
    line-height: 56px;
}

@media (min-width: 40.1em) {
    .section--header {
        font-size: 32px;
        line-height: 44px;
    }
}

@media (min-width: 64.1em) {
    .section--header {
        font-size: 36px;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .section--header {
        font-size: 26px;
        line-height: 34px;
    }
}

.section--header-2 {
    font-size: 42px;
    line-height: 56px;
}

@media (min-width: 40.1em) {
    .section--header-2 {
        font-size: 32px;
        line-height: 42px;
    }
}

@media (min-width: 64.1em) {
    .section--header-2 {
        font-size: 42px;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .section--header-2 {
        font-size: 32px;
        line-height: 42px;
    }
}

.section--header-3 {
    font-size: 32px;
    line-height: 42px;
}

@media (min-width: 40.1em) {
    .section--header-3 {
        font-size: 28px;
        line-height: 34px;
    }
}

@media (min-width: 64.1em) {
    .section--header-3 {
        font-size: 32px;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .section--header-3 {
        font-size: 26px;
        line-height: 34px;
    }
}

.section--subheader, .section--subheader-price {
    font-size: 26px;
    line-height: 32px;
}

@media (min-width: 40.1em) {
    .section--subheader, .section--subheader-price {
        font-size: 26px;
    }
}

@media (min-width: 1682px) {
    .section--subheader, .section--subheader-price {
        font-size: 26px;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .section--subheader, .section--subheader-price {
        font-size: 20px;
        line-height: 24px;
    }
}

.section--subheader-2 {
    font-size: 22px;
}

@media (min-width: 40.1em) {
    .section--subheader-2 {
        font-size: 22px;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .section--subheader-2 {
        font-size: 20px;
    }
}

.section--copy {
    font-size: 20px;
}

@media (min-width: 40.1em) {
    .section--copy {
        font-size: 18px;
    }
}

@media (min-width: 52.1em) {
    .section--copy {
        font-size: 20px;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .section--copy {
        font-size: 18px;
    }
}

.section--copy-2 {
    font-size: 18px;
}

@media (min-width: 40.1em) {
    .section--copy-2 {
        font-size: 16px;
    }
}

@media (min-width: 52.1em) {
    .section--copy-2 {
        font-size: 18px;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .section--copy-2 {
        font-size: 16px;
    }
}

.section--notice {
    font-size: 14px;
}

.text-shadow {
    text-shadow: 0 0 2px rgba(19,30,41,0.2);
}

.list-style-hyphen {
    position: relative;
    padding-left: 20px;
    list-style-type: none;
}

    .list-style-hyphen:before {
        content: '-';
        position: absolute;
        left: 0;
    }

.copy--hover_underline {
    cursor: pointer;
    position: relative;
}

    .copy--hover_underline:before {
        content: '';
        position: absolute;
        bottom: 0;
        background: #131e29;
        width: calc(100% - 33px);
        -webkit-transition: 0.15s all ease-in-out;
        transition: 0.15s all ease-in-out;
        height: 0;
    }

    .copy--hover_underline:hover:before {
        height: 2px;
        -webkit-transition: 0.15s all ease-in-out;
        transition: 0.15s all ease-in-out;
    }

sup {
    vertical-align: super;
    top: initial;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

    .container::before, .container::after {
        content: " ";
        display: table;
    }

    .container::after {
        clear: both;
    }

@media (min-width: 64.1em) {
    .container {
        width: 88.10939%;
        max-width: 1482px;
    }

    .container--legal {
        max-width: 1024px;
    }
}

.pageContainer {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 40.1em) {
    .pageContainer {
        max-width: 40em;
    }
}

@media (min-width: 52.1em) {
    .pageContainer {
        max-width: 52em;
    }
}

@media (min-width: 64.1em) {
    .pageContainer {
        max-width: 64em;
        padding-left: 0;
        padding-right: 0;
    }
}

.pageContainer-order {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}

@media (min-width: 40.1em) {
    .pageContainer-order {
        max-width: 100%;
    }
}

@media (min-width: 52.1em) {
    .pageContainer-order {
        max-width: 100%;
    }
}

@media (min-width: 64.1em) {
    .pageContainer-order {
        max-width: 100%;
    }
}

.pageContainer--fluid {
    width: 100%;
    max-width: none;
}

.section {
    background-position: center;
}

.section--hero {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    background-color: #e8e9e7;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

@media (min-aspect-ratio: 1469 / 1331) {
    .section--hero {
        background-position: bottom;
        background-size: cover;
    }
}

@media (min-width: 76.1em) {
    .section--hero {
        max-height: 87vh;
    }

        .section--hero .hero-buttons {
            bottom: calc(100vw * 0.25);
        }
}

@media (min-width: 40.1em) {
    .copy--shipping {
        font-size: 1.125rem;
    }
}

@media (min-width: 64.1em) {
    .copy--shipping {
        font-size: 1.5rem;
    }
}

.top-promo .section--hero {
    margin-top: 24px;
}

body.aura-black .navbar__link--normal {
    color: #131e29;
}

body.aura-black .navbar__brand-image path#logo__white {
    fill: #131e29;
}

body.aura-black #hamburger {
    stroke: #131e29;
    stroke-width: 2px;
}

@media (min-width: 40.1em) {
    body.aura-black .btn--hero-cta {
        color: #131e29;
    }

        body.aura-black .btn--hero-cta:hover {
            border-color: #131e29;
        }
}

.section--hero {
    position: relative;
}

    .section--hero .hero-carousel-statusBar {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin: 10spx;
        cursor: pointer;
        background-color: transparent;
        border: 1px solid #fff;
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
    }

        .section--hero .hero-carousel-statusBar.is-active {
            background-color: #fff;
        }

    .section--hero .hero-carousel-nav {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }

        .section--hero .hero-carousel-nav .hero-carousel-arrow--right, .section--hero .hero-carousel-nav .hero-carousel-arrow--left {
            display: block;
            position: absolute;
            height: inherit;
            width: 25%;
        }

        .section--hero .hero-carousel-nav .hero-carousel-arrow--left {
            cursor: pointer;
            left: 0;
        }

        .section--hero .hero-carousel-nav .hero-carousel-arrow--right {
            cursor: pointer;
            right: 0;
        }

    .section--hero .hero-carousel-item.is-active {
        opacity: 1;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

    .section--hero .hero-carousel-item {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.8;
        background-position: center center;
        background-size: cover;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        overflow: hidden;
    }

        .section--hero .hero-carousel-item .bkg-img {
            position: absolute;
            z-index: 0;
            left: 50%;
            top: -20px;
            min-height: 100%;
            min-width: 100%;
            -webkit-transform: translate(-50%);
            transform: translate(-50%);
        }

@media (min-width: 20em) and (max-width: 40em) {
    .section--hero .hero-carousel-item .bkg-img {
        top: 0;
        width: 100%;
    }
}

@media (min-width: 40.1em) {
    .section--hero .hero-carousel-item .bkg-img {
        top: 0;
    }
}

@media (min-width: 76.1em) and (orientation: portait) {
    .section--hero .hero-carousel-image.bkg-img {
        display: none;
    }
}

@media (min-width: 76.1em) and (orientation: portait) {
    .section--hero .hero-carousel-image.bkg-img {
        display: none;
    }

    .section--hero .hero-carousel-image-responsive.bkg-img {
        display: block;
    }
}

@media (min-width: 76.1em) and (orientation: landscape) {
    .section--hero .hero-carousel-image-responsive.bkg-img {
        display: none;
    }

    .section--hero .hero-carousel-image.bkg-img {
        display: block;
    }
}

.section--hero .hero-carousel-container-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 20%;
    left: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transform: translate(-50%);
    max-width: 650px;
    width: 100%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 5;
}

.width-100 {
    width: 100%;
}

.max-width-100 {
    max-width: 100px;
}

.max-width-1000 {
    max-width: 1000px;
}

.max-width-120 {
    max-width: 120px;
}

.max-width-150 {
    max-width: 150px;
}

.max-width-200 {
    max-width: 200px;
}

.max-width-250 {
    max-width: 250px;
}

.max-width-300 {
    max-width: 300px;
}

@media (min-width: 40.1em) {
    .sm-max-width-300 {
        max-width: 300px;
    }
}

.invisible {
    visibility: hidden;
}

.max-width-350 {
    max-width: 350px;
}

.max-width-400 {
    max-width: 400px;
}

.max-width-450 {
    max-width: 450px;
}

.max-width-500 {
    max-width: 500px;
}

.max-width-600 {
    max-width: 600px;
}

.max-width-700 {
    max-width: 700px;
}

.max-width-900 {
    max-width: 900px;
}

.max-width-530 {
    max-width: 530px;
}

.icon-height {
    min-height: 180px;
}

.container--free-shipping {
    width: 80px;
}

    .container--free-shipping svg {
        height: auto;
    }

    .container--free-shipping .icon--gift {
        width: 80px;
    }

    .container--free-shipping .icon--truck {
        width: 100%;
    }

    .container--free-shipping .icon--frameHearts {
        width: 85%;
    }

@media (min-width: 20em) and (max-width: 40em) {
    .container--free-shipping {
        margin: auto;
    }

        .container--free-shipping .icon--frameHearts {
            width: 50px;
        }

        .container--free-shipping .icon--truck {
            width: 55px;
        }

        .container--free-shipping .icon--gift {
            width: 60px;
        }
}

.overlay-20::before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    background: rgba(0,0,0,0.2);
}

.icon--frameHearts.white, .icon--truck.white {
    max-width: 100px;
}

    .icon--frameHearts.white .st0, .icon--truck.white .st0 {
        stroke: #fff;
    }

    .icon--frameHearts.white .lines, .icon--frameHearts.white path, .icon--truck.white .lines, .icon--truck.white path {
        stroke: #ffffff;
    }

@media (min-width: 40.1em) {
    .section--app__content .section--header {
        margin: 1.5rem auto;
    }

    .section--app__content .aura-app-icon {
        width: 100%;
        height: 60px;
    }

    .section--app__content .section--copy {
        margin: 0.75rem auto;
    }
}

@media (min-width: 64.1em) {
    .section--app__content .aura-app-icon {
        width: 100%;
        height: 75px;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .section--app__content {
        max-width: 85%;
    }

        .section--app__content h2 {
            margin: 2rem auto 0;
            width: 65%;
        }

        .section--app__content .aura-app-icon {
            width: 100%;
            height: 50px;
        }
}

.section--app__content-button {
    height: 40px;
    cursor: pointer;
    width: auto;
}

    .section--app__content-button:hover {
        opacity: 0.8;
    }

.section--app__badge-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

@media (min-width: 40.1em) {
    .section--app__badge-wrap {
        width: 350px;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .section--app__badge-wrap {
        max-width: 95%;
        margin: 20px auto;
    }

        .section--app__badge-wrap svg {
            margin: 0 auto;
            height: 35px;
        }
}

.content-container {
    max-width: 1440px;
}

.container--max-width {
    max-width: 1680px;
}

.container--max {
    max-width: initial;
    width: 95%;
}

@media (min-width: 40.1em) {
    .sm-width-5 {
        width: 5%;
    }
}

@media (min-width: 40.1em) {
    .sm-width-10 {
        width: 10%;
    }
}

@media (min-width: 40.1em) {
    .sm-width-15 {
        width: 15%;
    }
}

@media (min-width: 40.1em) {
    .sm-width-20 {
        width: 20%;
    }
}

@media (min-width: 40.1em) {
    .sm-width-25 {
        width: 25%;
    }
}

@media (min-width: 40.1em) {
    .sm-width-30 {
        width: 30%;
    }
}

@media (min-width: 40.1em) {
    .sm-width-35 {
        width: 35%;
    }
}

@media (min-width: 40.1em) {
    .sm-width-40 {
        width: 40%;
    }
}

@media (min-width: 40.1em) {
    .sm-width-45 {
        width: 45%;
    }
}

@media (min-width: 40.1em) {
    .sm-width-50 {
        width: 50%;
    }
}

@media (min-width: 40.1em) {
    .sm-width-55 {
        width: 55%;
    }
}

@media (min-width: 40.1em) {
    .sm-width-60 {
        width: 60%;
    }
}

@media (min-width: 40.1em) {
    .sm-width-65 {
        width: 65%;
    }
}

@media (min-width: 40.1em) {
    .sm-width-70 {
        width: 70%;
    }
}

@media (min-width: 40.1em) {
    .sm-width-75 {
        width: 75%;
    }
}

@media (min-width: 40.1em) {
    .sm-width-80 {
        width: 80%;
    }
}

@media (min-width: 40.1em) {
    .sm-width-85 {
        width: 85%;
    }
}

@media (min-width: 40.1em) {
    .sm-width-90 {
        width: 90%;
    }
}

@media (min-width: 40.1em) {
    .sm-width-95 {
        width: 95%;
    }
}

@media (min-width: 40.1em) {
    .sm-width-100 {
        width: 100%;
    }
}

@media (min-width: 52.1em) {
    .md-width-5 {
        width: 5%;
    }
}

@media (min-width: 52.1em) {
    .md-width-10 {
        width: 10%;
    }
}

@media (min-width: 52.1em) {
    .md-width-15 {
        width: 15%;
    }
}

@media (min-width: 52.1em) {
    .md-width-20 {
        width: 20%;
    }
}

@media (min-width: 52.1em) {
    .md-width-25 {
        width: 25%;
    }
}

@media (min-width: 52.1em) {
    .md-width-30 {
        width: 30%;
    }
}

@media (min-width: 52.1em) {
    .md-width-35 {
        width: 35%;
    }
}

@media (min-width: 52.1em) {
    .md-width-40 {
        width: 40%;
    }
}

@media (min-width: 52.1em) {
    .md-width-45 {
        width: 45%;
    }
}

@media (min-width: 52.1em) {
    .md-width-50 {
        width: 50%;
    }
}

@media (min-width: 52.1em) {
    .md-width-55 {
        width: 55%;
    }
}

@media (min-width: 52.1em) {
    .md-width-60 {
        width: 60%;
    }
}

@media (min-width: 52.1em) {
    .md-width-65 {
        width: 65%;
    }
}

@media (min-width: 52.1em) {
    .md-width-70 {
        width: 70%;
    }
}

@media (min-width: 52.1em) {
    .md-width-75 {
        width: 75%;
    }
}

@media (min-width: 52.1em) {
    .md-width-80 {
        width: 80%;
    }
}

@media (min-width: 52.1em) {
    .md-width-85 {
        width: 85%;
    }
}

@media (min-width: 52.1em) {
    .md-width-90 {
        width: 90%;
    }
}

@media (min-width: 52.1em) {
    .md-width-95 {
        width: 95%;
    }
}

@media (min-width: 52.1em) {
    .md-width-100 {
        width: 100%;
    }
}

@media (min-width: 64.1em) {
    .lg-width-5 {
        width: 5%;
    }
}

@media (min-width: 64.1em) {
    .lg-width-10 {
        width: 10%;
    }
}

@media (min-width: 64.1em) {
    .lg-width-15 {
        width: 15%;
    }
}

@media (min-width: 64.1em) {
    .lg-width-20 {
        width: 20%;
    }
}

@media (min-width: 64.1em) {
    .lg-width-25 {
        width: 25%;
    }
}

@media (min-width: 64.1em) {
    .lg-width-30 {
        width: 30%;
    }
}

@media (min-width: 64.1em) {
    .lg-width-35 {
        width: 35%;
    }
}

@media (min-width: 64.1em) {
    .lg-width-40 {
        width: 40%;
    }
}

@media (min-width: 64.1em) {
    .lg-width-45 {
        width: 45%;
    }
}

@media (min-width: 64.1em) {
    .lg-width-50 {
        width: 50%;
    }
}

@media (min-width: 64.1em) {
    .lg-width-55 {
        width: 55%;
    }
}

@media (min-width: 64.1em) {
    .lg-width-60 {
        width: 60%;
    }
}

@media (min-width: 64.1em) {
    .lg-width-65 {
        width: 65%;
    }
}

@media (min-width: 64.1em) {
    .lg-width-70 {
        width: 70%;
    }
}

@media (min-width: 64.1em) {
    .lg-width-75 {
        width: 75%;
    }
}

@media (min-width: 64.1em) {
    .lg-width-80 {
        width: 80%;
    }
}

@media (min-width: 64.1em) {
    .lg-width-85 {
        width: 85%;
    }
}

@media (min-width: 64.1em) {
    .lg-width-90 {
        width: 90%;
    }
}

@media (min-width: 64.1em) {
    .lg-width-95 {
        width: 95%;
    }
}

@media (min-width: 64.1em) {
    .lg-width-100 {
        width: 100%;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .xs-width-5 {
        width: 5%;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .xs-width-10 {
        width: 10%;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .xs-width-15 {
        width: 15%;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .xs-width-20 {
        width: 20%;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .xs-width-25 {
        width: 25%;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .xs-width-30 {
        width: 30%;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .xs-width-35 {
        width: 35%;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .xs-width-40 {
        width: 40%;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .xs-width-45 {
        width: 45%;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .xs-width-50 {
        width: 50%;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .xs-width-55 {
        width: 55%;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .xs-width-60 {
        width: 60%;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .xs-width-65 {
        width: 65%;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .xs-width-70 {
        width: 70%;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .xs-width-75 {
        width: 75%;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .xs-width-80 {
        width: 80%;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .xs-width-85 {
        width: 85%;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .xs-width-90 {
        width: 90%;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .xs-width-95 {
        width: 95%;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .xs-width-100 {
        width: 100%;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .xs-width-200 {
        width: 200%;
    }
}

.max-width-800 {
    max-width: 800px;
}

.max-width-850 {
    max-width: 850px;
}

.reveal-container {
    overflow: hidden;
}

.overflow-scroll-x {
    overflow-x: scroll;
    overflow-y: hidden;
}

.overflow-scroll-y {
    overflow-y: scroll;
    overflow-x: hidden;
}

.reveal-element {
    opacity: 0;
    -webkit-transition: 0.15s opacity;
    transition: 0.15s opacity;
}

.reveal-element--t {
    -webkit-transform: matrix(1, 0, 0, 1, 0, -60);
    transform: matrix(1, 0, 0, 1, 0, -60);
}

@media (min-width: 20em) and (max-width: 40em) {
    .reveal-element--t-mobile {
        -webkit-transform: matrix(1, 0, 0, 1, 0, -60);
        transform: matrix(1, 0, 0, 1, 0, -60);
    }
}

.reveal-element--b {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 60);
    transform: matrix(1, 0, 0, 1, 0, 60);
}

@media (min-width: 20em) and (max-width: 40em) {
    .reveal-element--b-mobile {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 60);
        transform: matrix(1, 0, 0, 1, 0, 60);
    }
}

.reveal-element--r {
    -webkit-transform: matrix(1, 0, 0, 1, 60, 0);
    transform: matrix(1, 0, 0, 1, 60, 0);
}

@media (min-width: 20em) and (max-width: 40em) {
    .reveal-element--r-mobile {
        -webkit-transform: matrix(1, 0, 0, 1, 60, 0);
        transform: matrix(1, 0, 0, 1, 60, 0);
    }
}

.reveal-element--l {
    -webkit-transform: matrix(1, 0, 0, 1, -60, 0);
    transform: matrix(1, 0, 0, 1, -60, 0);
}

@media (min-width: 20em) and (max-width: 40em) {
    .reveal-element--l-mobile {
        -webkit-transform: matrix(1, 0, 0, 1, -60, 0);
        transform: matrix(1, 0, 0, 1, -60, 0);
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .xs-max-85 {
        max-width: 85%;
    }
}

.copy-container--phone {
    top: 0;
    right: 0;
}

@media (min-width: 20em) and (max-width: 40em) {
    .copy-container--phone {
        text-align: center;
        left: 0;
        right: 0;
        width: 100%;
        top: 5%;
        padding: 0 2.5%;
        margin: auto;
    }
}

@media (min-width: 40.1em) {
    .copy-container--phone {
        width: 100vw;
        top: 7.5%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.background-white {
    background-color: #fff;
}

.background-transparent {
    background-color: transparent;
}

.background-light-blue {
    background-color: #dae7f5;
}

.background-lighter-blue {
    background-color: #ecf3fa;
}

.help-background-blue {
    background-color: #9CD1EF;
}

.background-blog-blue {
    background-color: rgba(236,243,250,0.8);
}

.help-background-yellow {
    background-color: #FFFBED;
}

.background-blue {
    background-color: #dae7f5;
}

.background-blue-50 {
    background-color: rgba(218,231,245,0.5);
}

.background-pink {
    background-color: #ECCBF4;
}

.background-pink-20 {
    background-color: rgba(236,203,244,0.2);
}

.background-lighter-yellow-40 {
    background-color: rgba(250,243,170,0.4);
}

.background-lighter-blue-80 {
    background-color: rgba(236,243,250,0.8);
}

.background-lighter-yellow {
    background-color: #faf3aa;
}

.background-light-yellow {
    background-color: #faf3aa;
}

.background-yellow {
    background-color: #fbef5e;
}

.background-gray {
    background-color: #e6e7e9;
}

.background-help-center-gray {
    background-color: rgba(19,30,41,0.05);
}

.background-blue-explainer {
    background-color: #eef6fd;
}

@media (min-width: 20em) and (max-width: 40em) {
    .background-blue-explainer {
        background-color: #eaf5fc;
    }
}

.background-gray-10 {
    background-color: rgba(128,136,143,0.1);
}

.background-black-20 {
    background-color: rgba(19,30,41,0.2);
}

@media (min-width: 20em) and (max-width: 40em) {
    .xs-background-blue {
        background-color: #dae7f5;
    }
}

.content-container--shipping {
    left: 7.5%;
    top: 20%;
    max-width: 95%;
}

@media (min-width: 20em) and (max-width: 40em) {
    .content-container--shipping {
        top: 7.5%;
        left: 0;
        max-width: 100%;
    }
}

@media (min-width: 40.1em) {
    .content-container--shipping {
        top: 15%;
        left: 5%;
    }
}

@media (min-width: 52.1em) {
    .content-container--shipping {
        left: 7.5%;
        top: 20%;
    }
}

@media (min-width: 64.1em) {
    .content-container--shipping {
        top: 25%;
    }
}

@media (min-width: 1682px) {
    .content-container--shipping {
        top: 30%;
    }
}

.div--balloon-image {
    bottom: 0;
    left: -6%;
}

    .div--balloon-image img {
        width: 35vw;
        max-width: 500px;
    }

@media (min-width: 20em) and (max-width: 40em) {
    .div--balloon-image img {
        bottom: 0;
        left: -40%;
        max-width: 300px;
        position: relative;
    }
}

@media (min-width: 1682px) {
    .div--balloon-image {
        bottom: 10%;
    }
}

.body--photos-shared, .title--photos-shared {
    color: #131e29;
}

.title--photos-shared {
    font-size: 6rem;
}

@media (min-width: 40.1em) {
    .title--photos-shared {
        font-size: 5rem;
    }
}

@media (min-width: 76.1em) {
    .title--photos-shared {
        font-size: 6rem;
        margin: 0.5rem 0;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .title--photos-shared {
        font-size: 2rem;
    }
}

.height-100 {
    height: 100%;
}

.body--photos-shared {
    font-size: 1.75rem;
    margin-top: 0;
    margin-bottom: 10px;
}

@media (min-width: 40.1em) {
    .body--photos-shared {
        font-size: 1.5rem;
    }
}

@media (min-width: 76.1em) {
    .body--photos-shared {
        font-size: 1.75rem;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .body--photos-shared {
        font-size: 1.25rem;
    }
}

.mc-banner iframe {
    height: 100% !important;
}

.btn--bordered {
    border: 1px solid;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

    .btn--bordered:hover {
        background-color: #131e29;
        border-color: #131e29;
        color: #fff;
    }

.container--guarantee {
    text-align: left;
}

    .container--guarantee p {
        font-size: 18px;
    }

@media (min-width: 40.1em) {
    .container--guarantee {
        max-width: 50%;
        margin-left: 5%;
    }
}

@media (min-width: 52.1em) {
    .container--guarantee {
        max-width: 50%;
        margin-left: 5%;
    }
}

@media (min-width: 64.1em) {
    .container--guarantee {
        max-width: 50%;
        margin-left: 5%;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .container--guarantee {
        text-align: center;
        margin: auto;
    }

        .container--guarantee p {
            font-size: 14px;
        }
}

@media (min-width: 1682px) {
    .container--guarantee p {
        font-size: 24px;
    }
}

body.show-test-sections .test-section--show, body.show-test-section--video .test-section--show, body.show-test-section--image .test-section--show {
    display: block;
}

body.show-test-sections .test-section--hide, body.show-test-section--video .test-section--hide, body.show-test-section--image .test-section--hide {
    display: none;
}

body.show-test-section--video {
    display: block;
}

    body.show-test-section--video .test-section--show-image {
        display: none;
    }

    body.show-test-section--video .show-test-section--video {
        display: block;
    }

body.show-test-section--image {
    display: block;
}

    body.show-test-section--image .show-test-section--image {
        display: block;
    }

    body.show-test-section--image .show-test-section--video {
        display: none;
    }

.test-section--hide, .test-link--hide {
    display: block;
}

.test-section--show, .show-test-section--image, .show-test-section--video, .test-link--show {
    display: none;
}

body.show-section--a .section--a {
    display: block;
}

body.show-section--a .section--b, body.show-section--a .section--c {
    display: none;
}

body.show-section--b .section--a, body.show-section--b .section--c {
    display: none;
}

body.show-section--b .section--b {
    display: block;
}

body.show-section--c .section--a, body.show-section--c .section--b {
    display: none;
}

body.show-section--c .section--c {
    display: block;
}

    body.show-section--c .section--c .text-block {
        top: 15%;
    }

@media (min-width: 20em) and (max-width: 40em) {
    body.show-section--c .section--c .carousel-container-cta {
        bottom: 10%;
    }
}

.tag--most-popular {
    position: relative;
}

    .tag--most-popular:before {
        content: 'Most popular';
        position: absolute;
        font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 600;
        font-style: normal;
        background-color: #9CD1EF;
        color: #131e29;
        font-size: 16px;
        padding: 6px 20px 6px 10px;
        top: 2.5%;
        left: 0;
        z-index: 1;
    }

@media (min-width: 40.1em) {
    .price--div .copy--price {
        font-size: 24px;
    }
}

@media (min-width: 52.1em) {
    .price--div .copy--price {
        font-size: 24px;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .price--div .copy--price {
        font-size: 22px;
    }
}

@media (min-width: 1682px) {
    .price--div .copy--price {
        font-size: 1.5vw;
    }
}

.container--icon-guarantee {
    min-height: 55px;
}

.container__oprah-logo {
    height: 100%;
    min-height: 100%;
}

@media (min-width: 64.1em) {
    .container__oprah-logo {
        width: 300px;
    }
}

@media (min-width: 40.1em) {
    .container__oprah-logo {
        width: 200px;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .container__oprah-logo {
        width: 120px;
        height: 100%;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
    }
}

.oprah__img {
    width: 92px;
    height: 92px;
}

.badges {
    max-width: 150px;
}

@media (min-width: 20em) and (max-width: 40em) {
    .xs-height-55 {
        min-height: 55px;
    }
}

.div--anchor {
    top: -200%;
}

@media (min-width: 40.1em) {
    .min-height-full {
        min-height: calc(100vh - 346px);
    }
}

.icon--setup-book {
    -webkit-box-shadow: 0 0 24px rgba(128,136,143,0.2);
    box-shadow: 0 0 24px rgba(128,136,143,0.2);
    -webkit-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
    max-width: 500px;
}

    .icon--setup-book:hover {
        -webkit-box-shadow: 0 0 40px rgba(128,136,143,0.4);
        box-shadow: 0 0 40px rgba(128,136,143,0.4);
        -webkit-transition: 0.3s all ease-in-out;
        -webkit-transition: 0.15s all ease-in-out;
        transition: 0.15s all ease-in-out;
    }

.max-width {
    max-width: 1680px;
}

.max-width-1200 {
    max-width: 1200px;
}

.min-height-70 {
    min-height: 70vh;
}

@media (min-width: 40.1em) {
    .hp-section-min-height {
        min-height: 50vw;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .home-carousel-image-tall {
        min-height: calc(100vw * 1.25);
    }

    .img--family {
        min-height: calc(100vw * 1.1);
    }
}

@media (min-width: 40.1em) {
    .home-carousel-image {
        min-height: calc(100vw * 0.5);
    }

    .img--family {
        min-height: calc(100vw * 0.3785);
    }
}

@media (min-width: 40.1em) {
    .video-placeholder {
        width: 100vw;
        height: calc(100vw * 0.56);
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .video-placeholder {
        width: 100vw;
        height: 100vw;
    }
}

.background-light-blue-features {
    background-color: #dff2fb;
}

@media (min-width: 20em) and (max-width: 40em) {
    .background-light-blue-features {
        background-color: #daeffb;
    }
}

.video-backdrop::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(19,30,41,0.3);
}

.detail-section {
    background-color: #dff2fb;
}

.aura-lighter-blue-80 {
    background-color: rgba(236,243,250,0.8);
}

.circle-yellow {
    border-radius: 50%;
    height: 300px;
    width: 300px;
    background-color: #F9F182;
}

.analog-price {
    font-size: 100px;
}

@media (min-width: 20em) and (max-width: 40em) {
    .analog-price {
        font-size: 60px;
    }
}

.gift-list {
    padding-inline-start: 3rem;
    margin-inline-start: 2rem;
}

@media (min-width: 20em) and (max-width: 40em) {
    .gift-list {
        padding: 0;
        margin: 0;
    }
}

@media (min-width: 40.1em) {
    .svg-match-height {
        height: 150px;
    }
}

@media (min-width: 40.1em) {
    .video-padding {
        padding-left: 12%;
    }
}

.hero-b {
    display: none;
}

@media (min-width: 20em) and (max-width: 40em) {
    .wirecutter-logo-top-pick::before {
        position: absolute;
        bottom: 10%;
        left: 5%;
        width: 50px;
        height: 50px;
        content: '';
        background-image: url(/assets/marketing/press/wirecutter_toppick-53605a9c6cb6e9b41bc12f3d57f4fbbc512448a404d5158b24244839d8a38140.png);
        background-position: top left;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 6;
    }
}

.container--scrollsnap-x {
    scroll-snap-type: x proximity;
}

.container--scrollsnap-y {
    scroll-snap-type: y proximity;
}

.item-align-scroll-start {
    -webkit-scroll-snap-align: start;
    scroll-snap-align: start;
}

.item-align-scroll-center {
    -webkit-scroll-snap-align: center;
    scroll-snap-align: center;
}

.navbar__link--primary-mobile {
    color: #fff;
}

#a-mark path {
    fill: #131e29;
}

#a-mark rect {
    fill: #9CD1EF;
}

.navbar {
    -moz-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 0;
    margin: 0 auto;
}

@media (min-width: 52.1em) {
    .navbar:hover {
        -moz-transition: fill, stroke, background-color 300ms;
        -o-transition: fill, stroke, background-color 300ms;
        -webkit-transition: fill, stroke, background-color 300ms;
        transition: fill, stroke, background-color 300ms;
        background-color: #fff;
        z-index: 7;
    }

        .navbar:hover svg #logo__white {
            fill: #131e29;
        }

        .navbar:hover svg #hamburger {
            fill: #bbb;
            stroke: #131e29;
        }

        .navbar:hover #icon-cart path {
            fill: #131e29;
        }

        .navbar:hover #a-mark path {
            fill: #131e29;
        }

        .navbar:hover #a-mark rect {
            fill: #9CD1EF;
        }

        .navbar:hover .navbar__link--normal, .navbar:hover .cart-toggle, .navbar:hover .cart-container, .navbar:hover #icon-cart {
            z-index: 8;
            color: #131e29;
        }

            .navbar:hover .navbar__link--normal:hover, .navbar:hover .navbar__link--normal:active, .navbar:hover .cart-toggle:hover, .navbar:hover .cart-toggle:active, .navbar:hover .cart-container:hover, .navbar:hover .cart-container:active, .navbar:hover #icon-cart:hover, .navbar:hover #icon-cart:active {
                color: #80888F;
            }

                .navbar:hover .navbar__link--normal:hover path, .navbar:hover .navbar__link--normal:active path, .navbar:hover .cart-toggle:hover path, .navbar:hover .cart-toggle:active path, .navbar:hover .cart-container:hover path, .navbar:hover .cart-container:active path, .navbar:hover #icon-cart:hover path, .navbar:hover #icon-cart:active path {
                    fill: #80888F;
                }
}

@media (min-width: 20em) and (max-width: 40em) {
    .navbar {
        -webkit-box-shadow: 0 0 1px 0 rgba(19,30,41,0.1);
        box-shadow: 0 0 1px 0 rgba(19,30,41,0.1);
        background-color: #fff;
        padding: 0;
    }
}

.navbar.navbar--border-bottom {
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.top-promo .navbar {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
}

.no-hero .navbar {
    -moz-transition: fill, stroke, background-color 300ms;
    -o-transition: fill, stroke, background-color 300ms;
    -webkit-transition: fill, stroke, background-color 300ms;
    transition: fill, stroke, background-color 300ms;
    background-color: #fff;
    z-index: 7;
}

    .no-hero .navbar svg #logo__white {
        fill: #131e29;
    }

    .no-hero .navbar svg #hamburger {
        fill: #bbb;
        stroke: #131e29;
    }

    .no-hero .navbar #icon-cart path {
        fill: #131e29;
    }

    .no-hero .navbar #a-mark path {
        fill: #131e29;
    }

    .no-hero .navbar #a-mark rect {
        fill: #9CD1EF;
    }

    .no-hero .navbar .navbar__link--normal, .no-hero .navbar .cart-toggle, .no-hero .navbar .cart-container, .no-hero .navbar #icon-cart {
        z-index: 8;
        color: #131e29;
    }

        .no-hero .navbar .navbar__link--normal:hover, .no-hero .navbar .navbar__link--normal:active, .no-hero .navbar .cart-toggle:hover, .no-hero .navbar .cart-toggle:active, .no-hero .navbar .cart-container:hover, .no-hero .navbar .cart-container:active, .no-hero .navbar #icon-cart:hover, .no-hero .navbar #icon-cart:active {
            color: #80888F;
        }

            .no-hero .navbar .navbar__link--normal:hover path, .no-hero .navbar .navbar__link--normal:active path, .no-hero .navbar .cart-toggle:hover path, .no-hero .navbar .cart-toggle:active path, .no-hero .navbar .cart-container:hover path, .no-hero .navbar .cart-container:active path, .no-hero .navbar #icon-cart:hover path, .no-hero .navbar #icon-cart:active path {
                fill: #80888F;
            }

.navbar.show-List {
    -moz-transition: fill, stroke, background-color 300ms;
    -o-transition: fill, stroke, background-color 300ms;
    -webkit-transition: fill, stroke, background-color 300ms;
    transition: fill, stroke, background-color 300ms;
    background-color: #fff;
    z-index: 7;
}

    .navbar.show-List svg #logo__white {
        fill: #131e29;
    }

    .navbar.show-List svg #hamburger {
        fill: #bbb;
        stroke: #131e29;
    }

    .navbar.show-List #icon-cart path {
        fill: #131e29;
    }

    .navbar.show-List #a-mark path {
        fill: #131e29;
    }

    .navbar.show-List #a-mark rect {
        fill: #9CD1EF;
    }

    .navbar.show-List .navbar__link--normal, .navbar.show-List .cart-toggle, .navbar.show-List .cart-container, .navbar.show-List #icon-cart {
        z-index: 8;
        color: #131e29;
    }

        .navbar.show-List .navbar__link--normal:hover, .navbar.show-List .navbar__link--normal:active, .navbar.show-List .cart-toggle:hover, .navbar.show-List .cart-toggle:active, .navbar.show-List .cart-container:hover, .navbar.show-List .cart-container:active, .navbar.show-List #icon-cart:hover, .navbar.show-List #icon-cart:active {
            color: #80888F;
        }

            .navbar.show-List .navbar__link--normal:hover path, .navbar.show-List .navbar__link--normal:active path, .navbar.show-List .cart-toggle:hover path, .navbar.show-List .cart-toggle:active path, .navbar.show-List .cart-container:hover path, .navbar.show-List .cart-container:active path, .navbar.show-List #icon-cart:hover path, .navbar.show-List #icon-cart:active path {
                fill: #80888F;
            }

.navbar--features {
    background-color: #fff;
    -moz-transition: fill, stroke, background-color 300ms;
    -o-transition: fill, stroke, background-color 300ms;
    -webkit-transition: fill, stroke, background-color 300ms;
    transition: fill, stroke, background-color 300ms;
    background-color: #fff;
    z-index: 7;
    position: fixed;
    border-bottom: none;
}

    .navbar--features svg #logo__white {
        fill: #131e29;
    }

    .navbar--features svg #hamburger {
        fill: #bbb;
        stroke: #131e29;
    }

    .navbar--features #icon-cart path {
        fill: #131e29;
    }

    .navbar--features #a-mark path {
        fill: #131e29;
    }

    .navbar--features #a-mark rect {
        fill: #9CD1EF;
    }

    .navbar--features .navbar__link--normal, .navbar--features .cart-toggle, .navbar--features .cart-container, .navbar--features #icon-cart {
        z-index: 8;
        color: #131e29;
    }

        .navbar--features .navbar__link--normal:hover, .navbar--features .navbar__link--normal:active, .navbar--features .cart-toggle:hover, .navbar--features .cart-toggle:active, .navbar--features .cart-container:hover, .navbar--features .cart-container:active, .navbar--features #icon-cart:hover, .navbar--features #icon-cart:active {
            color: #80888F;
        }

            .navbar--features .navbar__link--normal:hover path, .navbar--features .navbar__link--normal:active path, .navbar--features .cart-toggle:hover path, .navbar--features .cart-toggle:active path, .navbar--features .cart-container:hover path, .navbar--features .cart-container:active path, .navbar--features #icon-cart:hover path, .navbar--features #icon-cart:active path {
                fill: #80888F;
            }

.promo-banner {
    background-color: #131e29;
    font-size: 16px;
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    display: none;
}

.top-promo .promo-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 30px;
}

@media (min-width: 20em) and (max-width: 40em) {
    .top-promo .promo-banner {
        padding-top: 2px;
        padding-bottom: 2px;
    }
}

.header-min {
    min-height: 120px;
}

@media (min-width: 20em) and (max-width: 40em) {
    .header-min {
        min-height: 40px;
    }
}

body.top-promo > .promo-banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    width: 100vw;
}

.promo-banner + .order-nav-logo {
    margin-top: 58px;
}

.navbar__hamburger-icon {
    opacity: 1;
}

.navbar__hamburger-icon--close {
    opacity: 0;
}

.top-promo .container--hamburger {
    padding-top: 90px;
}

.container--hamburger {
    width: 100vw;
    padding-top: 56px;
}

@media (min-width: 20em) and (max-width: 40em) {
    .container--hamburger {
        width: calc(100vw - 48px);
        padding-top: 20px;
    }
}

.navbar__link-list {
    display: block;
    position: fixed;
    z-index: 6;
    margin: 0;
}

@media (min-width: 40.1em) {
    .navbar__link-list {
        right: 0;
        height: auto;
        top: -200vh;
        width: 100vw;
        -webkit-transition: top 1.5s cubic-bezier(0.2, 0, 0.2, 0);
        transition: top 1.5s cubic-bezier(0.2, 0, 0.2, 0);
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .navbar__link-list {
        -webkit-transition: right 1.5s cubic-bezier(0.2, 0, 0.2, 0);
        transition: right 1.5s cubic-bezier(0.2, 0, 0.2, 0);
        top: 0;
        height: 100%;
        right: -200vw;
        width: calc(100vw - 48px);
    }
}

.navbar__link-list a {
    opacity: 0;
    -webkit-transition: opacity 0.45s 0.5s ease;
    transition: opacity 0.45s 0.5s ease;
}

    .navbar__link-list a:last-child {
        padding-right: 1rem;
    }

.navbar__link-list .hamburg-frame {
    max-width: 200px;
}

@media (min-width: 40.1em) {
    .navbar__link-list.js-mobile-navbar--reveal {
        top: 0;
        -webkit-transition: top 1.5s cubic-bezier(0, 1, 0, 1);
        transition: top 1.5s cubic-bezier(0, 1, 0, 1);
        z-index: 6;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .navbar__link-list.js-mobile-navbar--reveal {
        -webkit-transition: right 1.5s cubic-bezier(0, 1, 0, 1);
        transition: right 1.5s cubic-bezier(0, 1, 0, 1);
        right: 0;
    }
}

.navbar__link-list.js-mobile-navbar--reveal a {
    -webkit-transition: opacity 0.35s 0.5s ease;
    transition: opacity 0.35s 0.5s ease;
    opacity: 1;
}

.navbar__link-list.js-mobile-navbar--reveal .navbar__link--normal {
    color: #131e29;
}

#close-hamburger {
    opacity: 0;
}

.navbar__link {
    border-radius: 0;
    font-size: 18px;
    line-height: 12px;
    letter-spacing: 1px;
}

@media (min-width: 20em) and (max-width: 40em) {
    .navbar__link-mobile {
        font-size: 18px;
    }
}

.navbar__link--normal {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #131e29;
    border-radius: 0;
    position: relative;
    border: none;
}

    .navbar__link--normal::after {
        content: '';
        position: absolute;
        bottom: 0;
        height: 2px;
        left: 15px;
        right: 15px;
        display: block;
    }

    .navbar__link--normal:hover, .navbar__link--normal:active {
        color: #131e29;
    }

.navbar__link--primary {
    font-size: 14px;
    height: 44px;
    padding: 0;
    width: 140px;
}

.navbar__link--primary-mobile {
    padding: 0;
}

.navbar__brand-image {
    height: 16px;
    visibility: visible;
}

@media (min-width: 40.1em) {
    .navbar__brand-image .navbar__brand-image {
        height: 22px;
    }
}

.navbar__hamburger .navbar__link {
    display: none;
}

.navbar__hamburger [data-toggle='mobile-navbar'] {
    margin-right: -1rem;
}

@media (min-width: 375px) {
    .navbar__hamburger .navbar__link {
        display: inline;
    }
}

.navbar__hamburger.js-mobile-navbar--reveal .navbar__hamburger-icon--close {
    opacity: 1;
}

.navbar__hamburger.js-mobile-navbar--reveal .navbar__hamburger-icon {
    opacity: 0;
}

.nav-menu, .nav-menu-item {
    list-style: none;
    padding-inline-start: 0;
    -ms-overflow-style: none;
}

    .nav-menu:-webkit-scrollbar-track, .nav-menu-item:-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 0 transparent;
        box-shadow: inset 0 0 0 transparent;
    }

    .nav-menu::-webkit-scrollbar, .nav-menu-item::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .nav-menu::-webkit-scrollbar-thumb, .nav-menu-item::-webkit-scrollbar-thumb {
        background-color: transparent;
        border: transparent;
        border-radius: 0;
        background-clip: content-box;
    }

    .nav-menu::-webkit-scrollbar *, .nav-menu-item::-webkit-scrollbar * {
        background: transparent;
    }

    .nav-menu::-webkit-scrollbar-thumb:vertical, .nav-menu-item::-webkit-scrollbar-thumb:vertical {
        height: 0;
    }

[data-scrolled-mobile="true"] .navbar {
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 4px rgba(19,30,41,0.1);
    box-shadow: 0px 2px 4px rgba(19,30,41,0.1);
    -moz-transition: fill, stroke, background-color 300ms;
    -o-transition: fill, stroke, background-color 300ms;
    -webkit-transition: fill, stroke, background-color 300ms;
    transition: fill, stroke, background-color 300ms;
    background-color: #fff;
    z-index: 7;
}

    [data-scrolled-mobile="true"] .navbar svg #logo__white {
        fill: #131e29;
    }

    [data-scrolled-mobile="true"] .navbar svg #hamburger {
        fill: #bbb;
        stroke: #131e29;
    }

    [data-scrolled-mobile="true"] .navbar #icon-cart path {
        fill: #131e29;
    }

    [data-scrolled-mobile="true"] .navbar #a-mark path {
        fill: #131e29;
    }

    [data-scrolled-mobile="true"] .navbar #a-mark rect {
        fill: #9CD1EF;
    }

    [data-scrolled-mobile="true"] .navbar .navbar__link--normal, [data-scrolled-mobile="true"] .navbar .cart-toggle, [data-scrolled-mobile="true"] .navbar .cart-container, [data-scrolled-mobile="true"] .navbar #icon-cart {
        z-index: 8;
        color: #131e29;
    }

        [data-scrolled-mobile="true"] .navbar .navbar__link--normal:hover, [data-scrolled-mobile="true"] .navbar .navbar__link--normal:active, [data-scrolled-mobile="true"] .navbar .cart-toggle:hover, [data-scrolled-mobile="true"] .navbar .cart-toggle:active, [data-scrolled-mobile="true"] .navbar .cart-container:hover, [data-scrolled-mobile="true"] .navbar .cart-container:active, [data-scrolled-mobile="true"] .navbar #icon-cart:hover, [data-scrolled-mobile="true"] .navbar #icon-cart:active {
            color: #80888F;
        }

            [data-scrolled-mobile="true"] .navbar .navbar__link--normal:hover path, [data-scrolled-mobile="true"] .navbar .navbar__link--normal:active path, [data-scrolled-mobile="true"] .navbar .cart-toggle:hover path, [data-scrolled-mobile="true"] .navbar .cart-toggle:active path, [data-scrolled-mobile="true"] .navbar .cart-container:hover path, [data-scrolled-mobile="true"] .navbar .cart-container:active path, [data-scrolled-mobile="true"] .navbar #icon-cart:hover path, [data-scrolled-mobile="true"] .navbar #icon-cart:active path {
                fill: #80888F;
            }

@media (min-width: 64.1em) {
    [data-scrolled-mobile="true"] .navbar {
        position: fixed;
        border-bottom: none;
    }
}

[data-scrolled-mobile="true"] .navbar__link--primary-mobile {
    color: #131e29;
}

[data-scrolled-mobile="true"] .navbar-btn--reveal {
    opacity: 1;
    -webkit-transition: 250ms all ease-in-out;
    transition: 250ms all ease-in-out;
    visibility: visible;
}

[data-scrolled-a-lot="true"] .navbar__link--primary-mobile {
    color: #131e29;
}

.order-page .navbar__link--primary {
    display: block;
}

@media (min-width: 20em) and (max-width: 40em) {
    .order-page .mt--navbar-fix {
        margin-top: 30px;
    }
}

@-moz-keyframes navbar-slide-down {
    0% {
        -moz-transform: translate(0, -900px);
        transform: translate(0, -900px);
    }

    100% {
        -moz-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@-webkit-keyframes navbar-slide-down {
    0% {
        -webkit-transform: translate(0, -900px);
        transform: translate(0, -900px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@keyframes navbar-slide-down {
    0% {
        -moz-transform: translate(0, -900px);
        -ms-transform: translate(0, -900px);
        -webkit-transform: translate(0, -900px);
        transform: translate(0, -900px);
    }

    100% {
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@-moz-keyframes navbar-slide-left {
    0% {
        -moz-transform: translate(900px, 0);
        transform: translate(900px, 0);
    }

    100% {
        -moz-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@-webkit-keyframes navbar-slide-left {
    0% {
        -webkit-transform: translate(900px, 0);
        transform: translate(900px, 0);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@keyframes navbar-slide-left {
    0% {
        -moz-transform: translate(900px, 0);
        -ms-transform: translate(900px, 0);
        -webkit-transform: translate(900px, 0);
        transform: translate(900px, 0);
    }

    100% {
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@-moz-keyframes navbar-slide-right {
    0% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -moz-transform: translate(-900px, 0px);
        transform: translate(-900px, 0px);
    }
}

@-webkit-keyframes navbar-slide-right {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(-900px, 0px);
        transform: translate(-900px, 0px);
    }
}

@keyframes navbar-slide-right {
    0% {
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -moz-transform: translate(-900px, 0px);
        -ms-transform: translate(-900px, 0px);
        -webkit-transform: translate(-900px, 0px);
        transform: translate(-900px, 0px);
    }
}

.nav--whiteText .navbar__brand-image path {
    fill: #fff;
}

.nav--whiteText #a-mark path {
    fill: #fff;
}

.nav--whiteText #a-mark rect {
    fill: transparent;
}

.nav--whiteText #hamburger {
    fill: #bbb;
    stroke: #fff;
}

.nav--whiteText .nav-refer-link {
    color: #fff;
}

.nav--whiteText #icon-cart path {
    fill: #fff;
}

.nav--whiteText .navbar__link--normal {
    color: #fff;
}

.nav--whiteText .navbar--features .navbar__link--normal, .nav--whiteText .navbar--features .cart-container, .nav--whiteText .navbar--features .cart-count {
    color: #fff;
}

.nav--whiteText .imageSelector-statusBar, .nav--whiteText .scrollPhoto-statusBar {
    background-color: #fff;
}

.nav--blackText .navbar__brand-image path {
    fill: #131e29;
}

.nav--blackText .nav-refer-link {
    color: #80888F;
}

.nav--blackText #a-mark path {
    fill: #131e29;
}

.nav--blackText #a-mark rect {
    fill: #9CD1EF;
}

.nav--blackText #hamburger {
    fill: #bbb;
    stroke: #131e29;
}

.nav--blackText #icon-cart path {
    fill: #131e29;
}

.nav--blackText .navbar__link--primary-mobile {
    color: #131e29;
}

.nav--blackText .navbar__link--normal, .nav--blackText .cart-container {
    color: #131e29;
}

.nav--blackText .imageSelector-statusBar {
    background-color: #131e29;
}

.mt--navbar-fix {
    margin-top: 56px;
}

@media (min-width: 20em) and (max-width: 40em) {
    .mt--navbar-fix {
        margin-top: 48px;
    }
}

.pt--navbar-fix {
    padding-top: 58px;
}

.top-promo .mt--navbar-fix {
    margin-top: 96px;
}

@media (min-width: 20em) and (max-width: 40em) {
    .top-promo .mt--navbar-fix {
        margin-top: 90px;
    }
}

.anchor {
    position: absolute;
    top: -45px;
}

@media (min-width: 20em) and (max-width: 40em) {
    .anchor {
        top: -60px;
    }
}

.navShadow {
    -webkit-box-shadow: 0 1px 0 rgba(19,30,41,0.2);
    box-shadow: 0 1px 0 rgba(19,30,41,0.2);
}

.navbar-btn--reveal {
    opacity: 0;
    -webkit-transition: 250ms all ease-in-out;
    transition: 250ms all ease-in-out;
    visibility: hidden;
}

.nav-refer-link {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
}

.modal-open, .disable-scroll {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        opacity: 0;
        -moz-transition: opacity 0.3s ease-out;
        -o-transition: opacity 0.3s ease-out;
        -webkit-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        opacity: 1;
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(0,0,0,0.7);
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    max-height: 50%;
}

.modal-video .modal-dialog {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.modal-content {
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    -moz-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    background-color: rgba(255,255,255,0.6);
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.in {
        opacity: 0.5;
    }

.modal-body {
    position: relative;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 40.1em) {
    .modal-dialog {
        width: 100%;
        margin: 0 auto;
        max-height: none;
    }

    .modal-video .modal-dialog {
        margin: auto;
    }
}

@media (min-width: 40.1em) and (min-width: 20em) and (max-width: 40em) {
    .modal-video .modal-dialog {
        margin: 0;
    }
}

@media (min-width: 40.1em) {
    .modal-content {
        -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    }
}

.modal-body .frame-images {
    position: static;
}

    .modal-body .frame-images .frame-image, .modal-body .frame-images .frame-image-mobile {
        position: static;
        width: 100%;
        height: 100%;
        padding-bottom: 20px;
    }

@media (min-width: 20em) and (max-width: 40em) {
    .modal-body .frame-images .frame-image-mobile {
        display: none;
    }

    .modal-body .frame-images .frame-image-mobile {
        opacity: 1;
    }
}

#modal-digital-video .modal-dialog {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 auto;
    min-width: 100%;
    width: 100%;
}

#modal-digital-video .modal-content {
    border-radius: 0;
    max-width: 1280px;
    background: transparent;
    height: 100vh;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#modal-digital-video .modal-body {
    max-width: 1280px;
    width: 100vw;
    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;
}

@media (min-width: 20em) and (max-width: 40em) {
    #modal-digital-video .modal-head {
        top: calc(100vh * 0.36);
    }

    #modal-digital-video .modal-body {
        height: 100vh;
    }
}

.close-modal {
    width: 20px;
    height: 20px;
}

.modal--mc .modal-dialog-centered {
    min-height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 20em) and (max-width: 40em) {
    .mc-text-container {
        padding: 1rem;
        padding: 7vw 1rem;
    }
}

.video-text-middle {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 50%;
    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;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.modal-full-frame-close {
    background-color: rgba(156,209,239,0.5);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
}

    .modal-full-frame-close .close-modal g {
        stroke: #fff;
    }

@media (min-width: 20em) and (max-width: 40em) {
    .modal-full-frame-close {
        bottom: 5%;
        right: 50%;
        transform: translate(50%);
    }
}

@media (min-width: 40.1em) {
    .modal-full-frame-close {
        top: 40px;
        right: 40px;
    }
}

.blur #hamburger {
    opacity: 0;
}

.blur #close-hamburger {
    opacity: 1;
}

.blur .navbar {
    -moz-box-shadow: 0px 1px 0px rgba(19,30,41,0.1);
    -webkit-box-shadow: 0px 1px 0px rgba(19,30,41,0.1);
    box-shadow: 0px 1px 0px rgba(19,30,41,0.1);
    background-color: #fff;
    bottom: auto;
    position: fixed;
    top: 0;
}

    .blur .navbar svg #logo__white {
        fill: #131e29;
    }

    .blur .navbar svg #hamburger {
        stroke: #131e29;
    }

    .blur .navbar #a-mark path {
        fill: #131e29;
    }

    .blur .navbar #a-mark rect {
        fill: #9CD1EF;
    }

    .blur .navbar #icon-cart path {
        fill: #131e29;
    }

    .blur .navbar .cart-count {
        color: #131e29;
    }

    .blur .navbar .navbar__link--primary-mobile {
        color: #131e29;
    }

.blur .overlay {
    display: block;
    z-index: 4;
}

@media (min-width: 20em) and (max-width: 40em) {
    .blur {
        position: fixed;
    }

        .blur .overlay {
            position: fixed;
        }
}

.help-section-header-link {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    width: 100%;
    text-decoration: none;
    color: #131e29;
    padding: 2rem 0;
}

.help-section-block {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .help-section-block:hover {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-box-shadow: 0 0 10px rgba(19,30,41,0.2);
        box-shadow: 0 0 10px rgba(19,30,41,0.2);
    }

@media (min-width: 40.1em) {
    .help-section-block {
        width: 400px;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .help-section-block {
        width: 100%;
    }
}

.help-article-container a, .help-article-container a:visited, .help-article-container a:active, .help-article-container a:focus, .help-article-container a:hover, .help-article-container li a, .help-article-container li a:visited, .help-article-container li a:active, .help-article-container li a:focus, .help-article-container li a:hover, .help-article-container p a, .help-article-container p a:visited, .help-article-container p a:active, .help-article-container p a:focus, .help-article-container p a:hover, .marketing-article-container a, .marketing-article-container a:visited, .marketing-article-container a:active, .marketing-article-container a:focus, .marketing-article-container a:hover, .marketing-article-container li a, .marketing-article-container li a:visited, .marketing-article-container li a:active, .marketing-article-container li a:focus, .marketing-article-container li a:hover, .marketing-article-container p a, .marketing-article-container p a:visited, .marketing-article-container p a:active, .marketing-article-container p a:focus, .marketing-article-container p a:hover {
    color: #3C4752;
}

    .help-article-container a.help-article-category, .help-article-container a:visited.help-article-category, .help-article-container a:active.help-article-category, .help-article-container a:focus.help-article-category, .help-article-container a:hover.help-article-category, .help-article-container li a.help-article-category, .help-article-container li a:visited.help-article-category, .help-article-container li a:active.help-article-category, .help-article-container li a:focus.help-article-category, .help-article-container li a:hover.help-article-category, .help-article-container p a.help-article-category, .help-article-container p a:visited.help-article-category, .help-article-container p a:active.help-article-category, .help-article-container p a:focus.help-article-category, .help-article-container p a:hover.help-article-category, .marketing-article-container a.help-article-category, .marketing-article-container a:visited.help-article-category, .marketing-article-container a:active.help-article-category, .marketing-article-container a:focus.help-article-category, .marketing-article-container a:hover.help-article-category, .marketing-article-container li a.help-article-category, .marketing-article-container li a:visited.help-article-category, .marketing-article-container li a:active.help-article-category, .marketing-article-container li a:focus.help-article-category, .marketing-article-container li a:hover.help-article-category, .marketing-article-container p a.help-article-category, .marketing-article-container p a:visited.help-article-category, .marketing-article-container p a:active.help-article-category, .marketing-article-container p a:focus.help-article-category, .marketing-article-container p a:hover.help-article-category {
        font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #80888F;
        font-size: 18px;
    }

@media (min-width: 40.1em) {
    .help-article-container a.help-article-category, .help-article-container a:visited.help-article-category, .help-article-container a:active.help-article-category, .help-article-container a:focus.help-article-category, .help-article-container a:hover.help-article-category, .help-article-container li a.help-article-category, .help-article-container li a:visited.help-article-category, .help-article-container li a:active.help-article-category, .help-article-container li a:focus.help-article-category, .help-article-container li a:hover.help-article-category, .help-article-container p a.help-article-category, .help-article-container p a:visited.help-article-category, .help-article-container p a:active.help-article-category, .help-article-container p a:focus.help-article-category, .help-article-container p a:hover.help-article-category, .marketing-article-container a.help-article-category, .marketing-article-container a:visited.help-article-category, .marketing-article-container a:active.help-article-category, .marketing-article-container a:focus.help-article-category, .marketing-article-container a:hover.help-article-category, .marketing-article-container li a.help-article-category, .marketing-article-container li a:visited.help-article-category, .marketing-article-container li a:active.help-article-category, .marketing-article-container li a:focus.help-article-category, .marketing-article-container li a:hover.help-article-category, .marketing-article-container p a.help-article-category, .marketing-article-container p a:visited.help-article-category, .marketing-article-container p a:active.help-article-category, .marketing-article-container p a:focus.help-article-category, .marketing-article-container p a:hover.help-article-category {
        font-size: 16px;
    }
}

@media (min-width: 52.1em) {
    .help-article-container a.help-article-category, .help-article-container a:visited.help-article-category, .help-article-container a:active.help-article-category, .help-article-container a:focus.help-article-category, .help-article-container a:hover.help-article-category, .help-article-container li a.help-article-category, .help-article-container li a:visited.help-article-category, .help-article-container li a:active.help-article-category, .help-article-container li a:focus.help-article-category, .help-article-container li a:hover.help-article-category, .help-article-container p a.help-article-category, .help-article-container p a:visited.help-article-category, .help-article-container p a:active.help-article-category, .help-article-container p a:focus.help-article-category, .help-article-container p a:hover.help-article-category, .marketing-article-container a.help-article-category, .marketing-article-container a:visited.help-article-category, .marketing-article-container a:active.help-article-category, .marketing-article-container a:focus.help-article-category, .marketing-article-container a:hover.help-article-category, .marketing-article-container li a.help-article-category, .marketing-article-container li a:visited.help-article-category, .marketing-article-container li a:active.help-article-category, .marketing-article-container li a:focus.help-article-category, .marketing-article-container li a:hover.help-article-category, .marketing-article-container p a.help-article-category, .marketing-article-container p a:visited.help-article-category, .marketing-article-container p a:active.help-article-category, .marketing-article-container p a:focus.help-article-category, .marketing-article-container p a:hover.help-article-category {
        font-size: 18px;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .help-article-container a.help-article-category, .help-article-container a:visited.help-article-category, .help-article-container a:active.help-article-category, .help-article-container a:focus.help-article-category, .help-article-container a:hover.help-article-category, .help-article-container li a.help-article-category, .help-article-container li a:visited.help-article-category, .help-article-container li a:active.help-article-category, .help-article-container li a:focus.help-article-category, .help-article-container li a:hover.help-article-category, .help-article-container p a.help-article-category, .help-article-container p a:visited.help-article-category, .help-article-container p a:active.help-article-category, .help-article-container p a:focus.help-article-category, .help-article-container p a:hover.help-article-category, .marketing-article-container a.help-article-category, .marketing-article-container a:visited.help-article-category, .marketing-article-container a:active.help-article-category, .marketing-article-container a:focus.help-article-category, .marketing-article-container a:hover.help-article-category, .marketing-article-container li a.help-article-category, .marketing-article-container li a:visited.help-article-category, .marketing-article-container li a:active.help-article-category, .marketing-article-container li a:focus.help-article-category, .marketing-article-container li a:hover.help-article-category, .marketing-article-container p a.help-article-category, .marketing-article-container p a:visited.help-article-category, .marketing-article-container p a:active.help-article-category, .marketing-article-container p a:focus.help-article-category, .marketing-article-container p a:hover.help-article-category {
        font-size: 16px;
    }
}

.help-article-container a.white, .help-article-container a:visited.white, .help-article-container a:active.white, .help-article-container a:focus.white, .help-article-container a:hover.white, .help-article-container li a.white, .help-article-container li a:visited.white, .help-article-container li a:active.white, .help-article-container li a:focus.white, .help-article-container li a:hover.white, .help-article-container p a.white, .help-article-container p a:visited.white, .help-article-container p a:active.white, .help-article-container p a:focus.white, .help-article-container p a:hover.white, .marketing-article-container a.white, .marketing-article-container a:visited.white, .marketing-article-container a:active.white, .marketing-article-container a:focus.white, .marketing-article-container a:hover.white, .marketing-article-container li a.white, .marketing-article-container li a:visited.white, .marketing-article-container li a:active.white, .marketing-article-container li a:focus.white, .marketing-article-container li a:hover.white, .marketing-article-container p a.white, .marketing-article-container p a:visited.white, .marketing-article-container p a:active.white, .marketing-article-container p a:focus.white, .marketing-article-container p a:hover.white {
    color: #fff;
}

.help-article-container a.btn-tertiary--black:hover, .help-article-container li a.btn-tertiary--black:hover, .help-article-container p a.btn-tertiary--black:hover, .marketing-article-container a.btn-tertiary--black:hover, .marketing-article-container li a.btn-tertiary--black:hover, .marketing-article-container p a.btn-tertiary--black:hover {
    color: #fff;
}

.help-article-container b, .help-article-container li b, .help-article-container p b, .marketing-article-container b, .marketing-article-container li b, .marketing-article-container p b {
    font-weight: 600;
}

.help-request-form.is-hiding, .help-request-form-header.is-hiding, .modal-request-response.is-hiding {
    display: none;
}

.help-center-hours {
    padding-top: 2rem;
}

    .help-center-hours h5 {
        font-size: 24px;
        margin-bottom: 0;
    }

    .help-center-hours a {
        font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 500;
        font-style: normal;
        color: #131e29;
        text-decoration: underline;
    }

        .help-center-hours a:hover {
            text-decoration: none;
        }

    .help-article-body iframe, .help-center-hours iframe, .marketing-article-body iframe {
        border: 0;
    }

    .help-article-body h1, .help-article-body h2, .help-article-body h3, .help-article-body h4, .help-article-body h5, .help-article-body h6, .help-center-hours h1, .help-center-hours h2, .help-center-hours h3, .help-center-hours h4, .help-center-hours h5, .help-center-hours h6, .marketing-article-body h1, .marketing-article-body h2, .marketing-article-body h3, .marketing-article-body h4, .marketing-article-body h5, .marketing-article-body h6 {
        margin: 0;
        line-height: 32px;
    }

        .help-article-body h1 b, .help-article-body h2 b, .help-article-body h3 b, .help-article-body h4 b, .help-article-body h5 b, .help-article-body h6 b, .help-center-hours h1 b, .help-center-hours h2 b, .help-center-hours h3 b, .help-center-hours h4 b, .help-center-hours h5 b, .help-center-hours h6 b, .marketing-article-body h1 b, .marketing-article-body h2 b, .marketing-article-body h3 b, .marketing-article-body h4 b, .marketing-article-body h5 b, .marketing-article-body h6 b {
            font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: 600;
            font-style: normal;
        }

    .help-article-body a, .help-center-hours a, .marketing-article-body a {
        font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 500;
        font-style: normal;
        color: #131e29;
        text-decoration: underline;
    }

        .help-article-body a:hover, .help-center-hours a:hover, .marketing-article-body a:hover {
            text-decoration: none;
        }

    .help-article-body h4, .help-center-hours h4, .marketing-article-body h4 {
        font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 28px;
        margin: 3rem 0 1.5rem;
    }

@media (min-width: 40.1em) {
    .help-article-body h4, .help-center-hours h4, .marketing-article-body h4 {
        font-size: 24px;
    }
}

@media (min-width: 64.1em) {
    .help-article-body h4, .help-center-hours h4, .marketing-article-body h4 {
        font-size: 28px;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .help-article-body h4, .help-center-hours h4, .marketing-article-body h4 {
        font-size: 18px;
    }
}

.help-article-body h5, .help-center-hours h5, .marketing-article-body h5 {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    margin: 1.5rem 0 0.5rem;
}

@media (min-width: 40.1em) {
    .help-article-body h5, .help-center-hours h5, .marketing-article-body h5 {
        font-size: 20px;
    }
}

@media (min-width: 64.1em) {
    .help-article-body h5, .help-center-hours h5, .marketing-article-body h5 {
        font-size: 24px;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .help-article-body h5, .help-center-hours h5, .marketing-article-body h5 {
        font-size: 16px;
    }
}

.help-article-body h6, .help-center-hours h6, .marketing-article-body h6 {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    margin: 0.5rem 0 0;
}

@media (min-width: 40.1em) {
    .help-article-body h6, .help-center-hours h6, .marketing-article-body h6 {
        font-size: 18px;
    }
}

@media (min-width: 64.1em) {
    .help-article-body h6, .help-center-hours h6, .marketing-article-body h6 {
        font-size: 22px;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .help-article-body h6, .help-center-hours h6, .marketing-article-body h6 {
        font-size: 16px;
    }
}

.help-article-body ul, .help-article-body ol, .help-center-hours ul, .help-center-hours ol, .marketing-article-body ul, .marketing-article-body ol {
    line-height: 36px;
}

.help-article-body ol, .help-center-hours ol, .marketing-article-body ol {
    counter-reset: list-counter;
    list-style: none;
    padding-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .help-article-body ol li, .help-center-hours ol li, .marketing-article-body ol li {
        margin: 0;
        counter-increment: list-counter;
        position: relative;
    }

        .help-article-body ol li::before, .help-center-hours ol li::before, .marketing-article-body ol li::before {
            --size:20px;
            content: counter(list-counter);
            background-color: #9CD1EF;
            color: #fff;
            font-size: 18px;
            position: absolute;
            left: calc(-1 * var(--size) - 10px);
            line-height: var(--size);
            width: var(--size);
            height: var(--size);
            top: 3px;
            border-radius: 50%;
            text-align: center;
        }

    .help-article-body ol ul, .help-center-hours ol ul, .marketing-article-body ol ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        list-style-type: disc;
    }

        .help-article-body ol ul li:before, .help-center-hours ol ul li:before, .marketing-article-body ol ul li:before {
            content: none;
        }

        .help-article-body ol ul ul, .help-center-hours ol ul ul, .marketing-article-body ol ul ul {
            list-style-type: none;
        }

            .help-article-body ol ul ul li:before, .help-center-hours ol ul ul li:before, .marketing-article-body ol ul ul li:before {
                content: '–';
                background: transparent;
                color: #131e29;
            }

.help-article-body p, .help-article-body .help-article-copy, .help-center-hours p, .help-center-hours .help-article-copy, .marketing-article-body p, .marketing-article-body .help-article-copy {
    font-size: 20px;
    margin: 0 0 1rem;
    line-height: 24px;
    position: relative;
}

@media (min-width: 40.1em) {
    .help-article-body p, .help-article-body .help-article-copy, .help-center-hours p, .help-center-hours .help-article-copy, .marketing-article-body p, .marketing-article-body .help-article-copy {
        font-size: 18px;
    }
}

@media (min-width: 52.1em) {
    .help-article-body p, .help-article-body .help-article-copy, .help-center-hours p, .help-center-hours .help-article-copy, .marketing-article-body p, .marketing-article-body .help-article-copy {
        font-size: 20px;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .help-article-body p, .help-article-body .help-article-copy, .help-center-hours p, .help-center-hours .help-article-copy, .marketing-article-body p, .marketing-article-body .help-article-copy {
        font-size: 18px;
    }
}

.help-article-body ul, .help-center-hours ul, .marketing-article-body ul {
    font-size: 20px;
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
    list-style-position: outside;
}

@media (min-width: 40.1em) {
    .help-article-body ul, .help-center-hours ul, .marketing-article-body ul {
        font-size: 18px;
    }
}

@media (min-width: 52.1em) {
    .help-article-body ul, .help-center-hours ul, .marketing-article-body ul {
        font-size: 20px;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .help-article-body ul, .help-center-hours ul, .marketing-article-body ul {
        font-size: 18px;
    }
}

.help-article-body ul li p, .help-article-body ul li code, .help-center-hours ul li p, .help-center-hours ul li code, .marketing-article-body ul li p, .marketing-article-body ul li code {
    display: inline;
}

.help-article-body img {
    margin: auto;
    max-width: 100%;
}

.marketing-article-body img {
    max-width: 100%;
    width: 100%;
    margin: 2rem 0;
}

.help-article-feedback-input {
    background: #fff;
    border: 1px solid rgba(128,136,143,0.5);
    -webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.1);
    box-shadow: inset 0px 1px 3px rgba(0,0,0,0.1);
    resize: none;
    height: 168px;
}

.help-article-copy {
    font-size: 18px;
    line-height: 24px;
}

@media (min-width: 20em) and (max-width: 40em) {
    .help-article-copy {
        font-size: 16px;
        line-height: 22px;
    }
}

.help-support-article-title {
    line-height: 36px;
    font-size: 20px;
}

@media (min-width: 40.1em) {
    .help-support-article-title {
        font-size: 18px;
    }
}

@media (min-width: 52.1em) {
    .help-support-article-title {
        font-size: 20px;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .help-support-article-title {
        font-size: 18px;
    }
}

.help-support-article-title:hover {
    text-decoration: underline;
}

.help-btn {
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    height: auto;
    border: 1px solid transparent;
    vertical-align: middle;
    -webkit-appearance: none;
    color: transparent;
    background-color: transparent;
    letter-spacing: 1.33px;
    padding: 0;
}

    .help-btn:focus {
        outline: none;
    }

    .help-btn svg > path {
        -webkit-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
    }

    .help-btn:hover svg > path, .help-btn.is-active svg > path {
        -webkit-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
        fill: #3C4752;
    }

@media (min-width: 40.1em) {
    .main-body {
        min-height: 470px;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .main-body {
        min-height: 400px;
    }
}

.main-body-error {
    padding: 4rem 1rem;
}

.help-form-input {
    outline: none;
}

.help-search-input, .help-search-component-shrink {
    height: 50px;
    cursor: pointer;
    -webkit-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
}

    .help-search-input:focus, .help-search-component-shrink:focus {
        outline: none;
    }

    .help-search-input.shrink, .help-search-component-shrink.shrink {
        width: 50px;
        height: 50px;
        overflow: hidden;
    }

        .help-search-input.shrink .help-search-button, .help-search-component-shrink.shrink .help-search-button {
            visibility: hidden;
            -webkit-transition: 0.3s 0.2s all ease-in-out;
            transition: 0.3s 0.2s all ease-in-out;
        }

    .help-search-input.extend, .help-search-component-shrink.extend {
        -webkit-transition: 0.25s all ease-in-out;
        transition: 0.25s all ease-in-out;
        width: 100%;
        height: 50px;
    }

        .help-search-input.extend .help-search-button, .help-search-component-shrink.extend .help-search-button {
            visibility: visible;
            -webkit-transition: 0.3s 0.2s all ease-in-out;
            transition: 0.3s 0.2s all ease-in-out;
        }

@media (min-width: 20em) and (max-width: 40em) {
    .help-search-input, .help-search-component-shrink {
        height: 44px;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .help-image-left {
        max-width: 197px;
    }
}

@media (min-width: 40.1em) {
    .help-image-left {
        width: 30vw;
        max-width: 230px;
    }

    .help-image-right {
        width: 20vw;
        max-width: 180px;
    }
}

@media (min-width: 52.1em) {
    .help-image-left {
        width: 30vw;
        max-width: 230px;
    }

    .help-image-right {
        width: 25vw;
        max-width: 200px;
    }
}

@media (min-width: 64.1em) {
    .help-image-left {
        width: 25vw;
        max-width: 350px;
    }

    .help-image-right {
        width: 20vw;
        max-width: 300px;
    }
}

.help-nav h2.active {
    position: relative;
}

    .help-nav h2.active:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 3px;
        background-color: #131e29;
        bottom: -0.5rem;
    }

@media (min-width: 40.1em) {
    .help-search-hover {
        -webkit-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
    }

        .help-search-hover:hover {
            -webkit-transition: 0.3s all ease-in-out;
            transition: 0.3s all ease-in-out;
            background-color: #dae7f5;
        }
}

a.help-search-page-number {
    background-color: #3C4752;
    min-height: 32px;
    min-width: 32px;
    color: #fff;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0.5rem 1rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    a.help-search-page-number.active {
        background-color: #80888F;
    }

    a.help-search-page-number:hover {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #80888F;
    }

.help-anchor {
    position: absolute;
    top: -95px;
}

.help-faq-question {
    font-size: 22px;
}

@media (min-width: 52.1em) {
    .help-faq-question {
        font-size: 22px;
    }
}

@media (min-width: 40.1em) {
    .help-faq-question {
        font-size: 20px;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .help-faq-question {
        font-size: 16px;
    }
}

.help-faq-answer {
    font-size: 18px;
}

@media (min-width: 40.1em) {
    .help-faq-answer {
        font-size: 16px;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .help-faq-answer {
        font-size: 16px;
    }
}

.request-input, .request-select, .request-comment {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

    .request-input:focus, .request-select:focus, .request-comment:focus {
        outline: none;
        box-shadow: 0px 0px 8px rgba(19,30,41,0.2);
    }

    .request-input.invalid, .request-select.invalid, .request-comment.invalid {
        border: 1px solid #ff4136;
    }

.form-textarea, .form-input {
    width: 100%;
    background: #FFFFFF;
    padding: 1rem;
    border: 1px solid rgba(19,30,41,0.5);
    resize: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.1);
    box-shadow: inset 0px 1px 3px rgba(0,0,0,0.1);
}

input.error, textarea.error {
    border: 1px solid #ff4136;
}

label.error {
    color: #ff4136;
}

.help-feedback-error {
    color: #ff4136;
}

.request-select {
    background: transparent;
    border: 0;
    height: 40px;
}

.request-select-other, .help-center-hours, .help-ticket-container {
    display: none;
}

    .request-select-other.show, .help-center-hours.show, .help-ticket-container.show {
        display: block;
    }

.request-comment {
    min-height: 168px;
}

.form-label {
    font-size: 20px;
    line-height: 24px;
    color: #3C4752;
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
}

.container-help-request-files {
    cursor: pointer;
    background-color: rgba(128,136,143,0.1);
}

.store-section {
    background-color: #fff;
}

.store-section--logo {
    border-bottom: 1px solid #d5d5cf;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0 20px;
}

    .store-section--logo svg {
        opacity: 0.5;
        width: 75px;
    }

@media (min-width: 40.1em) {
    .store-section--logo svg {
        width: 200px;
    }
}

@media (min-width: 40.1em) {
    .store-section--logo {
        padding: 33px 0 43px;
    }
}

.store-section--detail-title {
    font-size: 26px;
    letter-spacing: 2px;
}

.store-section--detail-subtitle {
    font-size: 30px;
    line-height: 2.5rem;
    letter-spacing: 0.1875rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.store-section--content--copy {
    display: none;
}

@media (min-width: 40.1em) {
    .store-section--content--copy {
        display: block;
    }
}

.store-section--detail-copy {
    font-size: 18px;
    line-height: 26px;
}

    .store-section--detail-copy a {
        color: #b9856f;
    }

.store-section--detail-list {
    padding: 0;
    font-size: 18px;
    line-height: 26px;
}

    .store-section--detail-list li {
        list-style-position: outside;
        margin-bottom: 1em;
        margin-left: 1.15em;
        line-height: 1.25rem;
    }

        .store-section--detail-list li:last-child {
            margin-bottom: 0;
        }

.store-section--specs {
    background-color: #f8f7f7;
}

    .store-section--specs h3 {
        font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 1.5rem;
    }

@media (min-width: 40.1em) {
    .store-section--specs h3 {
        font-size: 2rem;
    }
}

.store-section--specs img {
    width: 100%;
}

.store-section--specs .spec-list-wrapper {
    padding: 2rem 0;
}

    .store-section--specs .spec-list-wrapper.border-bottom {
        border-bottom: 2px solid #d5d5cf;
    }

    .store-section--specs .spec-list-wrapper ul {
        line-height: 26px;
    }

    .store-section--specs .spec-list-wrapper a {
        color: #b9856f;
    }

    .store-section--specs .spec-list-wrapper .offset-frame {
        margin-right: -65px;
        margin-left: -65px;
        position: relative;
        top: 20px;
    }

@media screen and (max-width: 768px) {
    .store-section--specs .spec-list-wrapper .offset-frame {
        margin-right: -25px;
        margin-left: -25px;
    }
}

@media screen and (max-width: 500px) {
    .store-section--specs .spec-list-wrapper .offset-frame {
        margin: auto;
        position: static;
    }
}

.store-section--specs .spec-list-wrapper .product-shots {
    width: 22%;
    max-width: 298px;
}

@media screen and (max-width: 640px) {
    .store-section--specs .spec-list-wrapper .product-shots {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .store-section--specs .spec-list-wrapper .product-shots {
        margin: 0 0 2em;
        padding: 0;
    }
}

@media (min-width: 40.1em) {
    .store-section--specs .spec-list-wrapper {
        padding: 4rem 0;
    }
}

.store-section--content {
    position: relative;
}

@media screen and (max-width: 500px) {
    .store-section--content {
        margin: 0;
        padding: 0;
    }
}

.store-section--contact {
    background-color: #b9856f;
}

    .store-section--contact .container {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .store-section--contact .btn {
        font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #b9856f;
        font-size: 20px;
        padding: 16px 23px;
    }

.sidebar-button-state {
    line-height: 1.35;
    color: #131e29;
    cursor: pointer;
}

    .sidebar-button-state:hover {
        text-decoration: underline;
    }

.stores {
    max-width: 600px;
}

.select-fix {
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #131e29;
    border-radius: 0;
    height: 35px;
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

    .select-fix:focus {
        outline: none;
        box-shadow: 0px 0px 8px rgba(19,30,41,0.2);
    }

.form-input--password {
    background-color: rgba(128,136,143,0.05);
    border: 1px solid #80888F;
    border-radius: 8px;
    height: 56px;
}

    .form-input--password:focus-within {
        outline: none;
        box-shadow: 0px 0px 8px rgba(19,30,41,0.2);
    }

.label--caret:before {
    content: url(/assets/marketing/dropdown-caret-02f06ad9d67de98c45c031ad4c8c9edf60a308afa99c93b76806175a3132c52e.svg);
    position: absolute;
    width: 20px;
    top: 12px;
    right: 20px;
    z-index: -1;
}

.letter-spacing-13 {
    letter-spacing: 0.08313rem;
}

.letter-spacing-15 {
    letter-spacing: 0.09375rem;
}

.section--legal {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
}

@media (min-width: 52.1em) {
    .section--legal {
        margin: 7rem 0;
    }
}

.section--legal a.link {
    color: #3C4752;
}

    .section--legal a.link:hover {
        color: #80888F;
    }

.section--legal .muted {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #80888F;
}

.section--legal .legal-nav-list {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    border-color: #d5d5cf;
    margin-top: 0;
}

.section--legal .legal-nav-list__item {
    border-color: #d5d5cf;
}

    .section--legal .legal-nav-list__item.active .legal-nav-list__link {
        color: #2AA4EA;
    }

.section--legal .legal-nav-list__link {
    color: #3C4752;
}

.explanation {
    border-width: 1px;
    border-radius: 4px;
    border-style: solid;
    overflow: hidden;
    padding: 0.5rem;
    max-width: 500px;
    margin: auto;
}

    .explanation.error {
        background-color: rgba(255,65,54,0.5);
        border-color: rgba(255,65,54,0.8);
    }

    .explanation.success {
        background-color: rgba(99,224,141,0.5);
        border-color: rgba(99,224,141,0.8);
    }

    .explanation h2 {
        display: none;
    }

    .explanation ul {
        margin: 0;
        padding: 0;
    }

        .explanation ul li {
            list-style-type: none;
            margin: 0;
            padding: 0;
            font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: 300;
            font-style: normal;
        }

.rma-wrapper .custom-input {
    border-radius: 6px;
    border: 1px solid #D0D2D7;
    background-color: #F8F9FA;
    padding: 10px 18px;
    margin-bottom: 23px;
    width: 100%;
}

    .rma-wrapper .custom-input label {
        color: #AAADB3;
        font-size: 16px;
    }

    .rma-wrapper .custom-input input, .rma-wrapper .custom-input select {
        border: none;
        background-image: none;
        background-color: transparent;
        box-shadow: none;
        color: #80888F;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        outline: none;
        padding: 0;
        font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 300;
        font-style: normal;
        font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        margin: 0;
    }

    .rma-wrapper .custom-input select {
        background-image: linear-gradient(45deg, transparent 50%, gray 50%),linear-gradient(135deg, gray 50%, transparent 50%);
        background-position: calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px);
        background-size: 5px 5px, 5px 5px;
        background-repeat: no-repeat;
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 103%;
    }

        .rma-wrapper .custom-input select::-ms-expand {
            display: none;
        }

@media (min-width: 52.1em) {
    .rma-wrapper .custom-input select {
        width: 106%;
    }
}

.rma-wrapper .custom-input.error {
    border: 1px solid #ff4136;
}

.rma-wrapper select[disabled='disabled'] {
    opacity: .5;
}

.rma-wrapper #error-wrapper {
    border: 1px solid #ff4136;
    border-radius: 2px;
    box-sizing: border-box;
    color: #ff4136;
    padding: 15px;
}

    .rma-wrapper #error-wrapper li {
        margin-bottom: .5em;
    }

        .rma-wrapper #error-wrapper li:last-child {
            margin-bottom: 0;
        }

.rma-wrapper .shipping-info--wrapper {
    background-color: #F3F3F3;
    border-radius: 2px;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    margin-bottom: 100px;
    padding: 56px 50px 80px;
}

.hide-testimonials .testimonials-carousel {
    display: none;
}

.testimonials-carousel {
    display: block;
    overflow: hidden;
    position: relative;
    bottom: 0;
    left: -50%;
    max-width: 100vw;
    -webkit-transform: translate(50%);
    transform: translate(50%);
}

.order-page .testimonials-carousel {
    background-color: #E9EAEE;
}

.testimonials-inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: auto;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
}

.testimonial {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -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;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.testimonial {
    opacity: 0;
}

.testimonial {
    padding: 10px 65px;
}

@media (min-width: 40.1em) {
    .testimonial {
        padding: 0 105px;
    }
}

.testimonial.is-showing {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
}

.testimonials-arrows {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.carousel-arrow--right, .carousel-arrow--left {
    position: absolute;
    cursor: pointer;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 35px;
    width: 35px;
}

    .carousel-arrow--right svg, .carousel-arrow--left svg {
        height: 35px;
        width: 35px;
    }

@media (min-width: 40.1em) {
    .carousel-arrow--right, .carousel-arrow--left {
        height: 45px;
        width: 45px;
    }

        .carousel-arrow--right svg, .carousel-arrow--left svg {
            height: 45px;
            width: 45px;
        }
}

.product-carousel-arrow {
    width: 25px;
}

.carousel-arrow--left {
    left: 20px;
}

@media (min-width: 40.1em) {
    .carousel-arrow--left {
        left: 50px;
    }
}

.carousel-arrow--right {
    right: 20px;
}

@media (min-width: 40.1em) {
    .carousel-arrow--right {
        right: 50px;
    }
}

@media (min-width: 40.1em) {
    .press-logo {
        max-height: 115px;
    }

        .press-logo.gear-brain {
            max-height: 50px;
        }
}

@media (min-width: 20em) and (max-width: 40em) {
    .press-logo {
        max-height: 75px;
        max-width: 125px;
    }

        .press-logo.gear-brain {
            max-height: 50px;
        }
}

@media (min-width: 20em) and (max-width: 40em) {
    .carousel--arrow-right.is-active::before, .carousel--arrow-left.is-active::before {
        content: url(/assets/marketing/features/icons/icon--features-arrow-e2c466dc35116ccd06db3f1ed5adf725bef3c2449edb8d8e50b3af2028daf3d4.svg);
        position: absolute;
        top: 50%;
        z-index: 1;
        opacity: 1;
    }

    .carousel--arrow-left::before {
        right: 92vw;
        opacity: 0;
        transform: rotateY(180deg);
        animation: leftbounce 1.5s infinite ease-in-out;
        -webkit-animation: leftbounce 1.5s infinite ease-in-out;
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
    }

    .carousel--arrow-right::before {
        right: 20px;
        opacity: 0;
        animation: rightbounce 1.5s infinite ease-in-out;
        -webkit-animation: rightbounce 1.5s infinite ease-in-out;
    }
}

@-webkit-keyframes rightbounce {
    0% {
        right: 5px;
    }

    50% {
        right: 20px;
    }

    100% {
        right: 5px;
    }
}

@keyframes rightbounce {
    0% {
        right: 5px;
    }

    50% {
        right: 20px;
    }

    100% {
        right: 5px;
    }
}

@-webkit-keyframes leftbounce {
    0% {
        right: 92vw;
    }

    50% {
        right: calc(92vw + 15px);
    }

    100% {
        right: 92vw;
    }
}

@keyframes leftbounce {
    0% {
        right: 92vw;
    }

    50% {
        right: calc(92vw + 15px);
    }

    100% {
        right: 92vw;
    }
}

.background-gray--testimonials {
    background-color: #E9EAEE;
}

    .background-gray--testimonials .testimonials-carousel {
        background-color: #E9EAEE;
    }

@media (min-width: 52.1em) {
    .slick-list {
        padding-right: 20%;
    }
}

.carousel-image {
    width: 100%;
    opacity: 0.75;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.carousel-container, .product--carousel {
    -webkit-user-select: none;
}

.carousel-dots-white {
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 50%;
    color: #fff;
    bottom: 0;
}

    .carousel-dots-white li {
        opacity: 0.5;
    }

        .carousel-dots-white li.slick-active {
            opacity: 1;
            color: #fff;
        }

.hero-carousel-dots, .carousel-dots, .carousel-dots-white {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}

    .hero-carousel-dots li button, .carousel-dots li button, .carousel-dots-white li button {
        display: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        font-size: 0;
    }

    .carousel-dots li.slick-active {
        opacity: 1;
        color: #131e29;
    }

    .carousel-dots li {
        opacity: 0.5;
        color: rgba(19,30,41,0.5);
    }

.hero-carousel-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .hero-carousel-dots li {
        color: #fff;
        font-size: 20px;
        opacity: 0.5;
        text-align: center;
    }

        .hero-carousel-dots li.slick-active {
            opacity: 1;
            font-size: 28px;
        }

@media (min-width: 20em) and (max-width: 40em) {
    .hero-carousel-dots {
        padding-left: 0px;
    }
}

.carousel-arrow-previous, .carousel-arrow-next {
    max-width: 34px;
    max-height: 29px;
}

    .carousel-arrow-previous svg.arrow-black path, .carousel-arrow-next svg.arrow-black path {
        fill: rgba(19,30,41,0.5);
    }

.carousel-text {
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.carousel-item:focus {
    -webkit-user-select: none;
    outline: none;
}

.slick-current {
    opacity: 1;
}

    .slick-current .carousel-item {
        opacity: 1;
    }

    .slick-current .carousel-image, .slick-current .carousel-text {
        opacity: 1;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .slick-current .container--modern, .slick-current .container--mason, .slick-current .container--sawyer, .slick-current .container--wood, .slick-current .container--smith {
        text-align: center;
    }

.ig-carousel-item-image {
    background-position: center;
    background-size: cover;
    padding-top: 100%;
    position: relative;
    -webkit-transition: all 750ms ease-in;
    transition: all 750ms ease-in;
    overflow: hidden;
}

    .ig-carousel-item-image .ig-image-disclaimer {
        opacity: 0;
        position: absolute;
        font-size: 1rem;
        color: #fff;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        z-index: 1;
    }

    .ig-carousel-item-image:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 750ms ease-in;
        transition: all 750ms ease-in;
    }

        .ig-carousel-item-image:hover .ig-image-disclaimer {
            opacity: 1;
            -webkit-transition: all 500ms ease-in;
            transition: all 500ms ease-in;
            fill: #fff;
        }

        .ig-carousel-item-image:hover::before {
            -webkit-transition: all 750ms ease-in;
            transition: all 750ms ease-in;
            content: '';
            height: 100%;
            width: 100%;
            background: rgba(0,0,0,0.4);
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
        }

.ig-carousel-image-container {
    width: 250px;
    height: 250px;
    overflow: hidden;
}

.frameInfo-amazon-container {
    margin: 0 auto;
    display: block;
}

.frameInfo-stars, .frameInfo-amazon {
    text-align: center;
}

@media (min-width: 40.1em) {
    .frameInfo-stars, .frameInfo-amazon {
        text-align: left;
    }
}

@media (min-width: 64.1em) {
    .frameInfo-stars, .frameInfo-amazon {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }
}

.frameInfo-amazon-logo {
    width: 100px;
}

.banner-text.black {
    color: #131e29;
}

.banner-text {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: #fff;
}

.header {
    position: relative;
}

.cart-container {
    color: #fff;
}

    .cart-container:hover {
        color: #131e29;
    }

.cart-toggle, .cart-toggle.sans-demibold {
    cursor: pointer;
}

    .cart-toggle:hover, .cart-toggle.sans-demibold:hover {
        color: #9CD1EF;
    }

.cart-count {
    position: absolute;
    left: 10px;
    top: -5px;
}

.cart-label {
    font-size: 16px;
}

.cart-top {
    min-height: 170px;
    padding: 1rem 0;
    max-height: 370px;
    scrollbar-base-color: transparent;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-y: scroll;
    overflow-y: -moz-scrollbars-none;
}

    .cart-top:-webkit-scrollbar-track {
        box-shadow: inset 0 0 0 transparent;
    }

    .cart-top::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .cart-top::-webkit-scrollbar-thumb {
        background-color: transparent;
        border: transparent;
        border-radius: 0;
        background-clip: content-box;
    }

    .cart-top::-webkit-scrollbar * {
        background: transparent;
    }

    .cart-top::-webkit-scrollbar-thumb:vertical {
        height: 0;
    }

.cart-count {
    position: absolute;
    left: 5px;
    top: -7px;
    background: transparent;
    border-radius: initial;
    width: 20px;
    height: 20px;
    line-height: initial;
    font-size: 12px;
}

.cart-exit {
    stroke: #131e29;
    padding: 0;
    cursor: pointer;
}

.cart-mark {
    margin: 30px auto 0;
    display: -webkit-box;
    display: flex;
    max-height: 28px;
}

    .cart-mark path {
        fill: #969799;
    }

.cart-header {
    border-bottom: 1px solid rgba(128,136,143,0.2);
}

.cart-title {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
}

.cart-bottom {
    border-top: 1px solid rgba(128,136,143,0.2);
}

.cart-shipping {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #80888F;
    font-size: 12px;
    text-transform: uppercase;
}

.cart-emptyMessage {
    display: none;
    text-align: center;
}

    .cart-emptyMessage.is-showing {
        display: block;
    }

.cart-discountContainer {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    display: none;
    font-size: 14px;
}

.cart-subtotalContainer {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #131e29;
}

.cart-checkout {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    margin: 0 auto;
    text-align: center;
    min-width: 200px;
}

@media (min-width: 20em) and (max-width: 40em) {
    .cart-checkout {
        min-width: 290px;
    }
}

.cart-promo-container.is-empty {
    display: none;
}

.cart-gift-container {
    border-top: 1px solid rgba(128,136,143,0.2);
    border-bottom: 1px solid rgba(128,136,143,0.2);
    padding: 1rem 2rem;
}

    .cart-gift-container.is-empty {
        display: none;
    }

.cart-gift-text {
    opacity: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    color: #80888F;
    text-align: left;
}

.cart-gift + label.cart-gift-label {
    opacity: 1;
    display: -webkit-box;
    display: flex;
    cursor: pointer;
    position: relative;
}

.cart-gift + .cart-gift-label:before {
    content: "";
    border-right: 1px solid #80888F;
    border-bottom: 1px solid #80888F;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 16px;
    height: 16px;
    margin-right: 0.5rem;
    vertical-align: bottom;
    color: transparent;
    -webkit-transition: .2s;
    transition: .2s;
}

.cart-gift, .cart-gift-text {
    display: none;
}

    .cart-gift:checked ~ .cart-gift-text {
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
        opacity: 1;
        display: -webkit-box;
        display: flex;
    }

@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    20%, 60% {
        -webkit-transform: translate3d(-2px, 0, 0);
        transform: translate3d(-2px, 0, 0);
    }

    40%, 80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }
}

@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    20%, 60% {
        -webkit-transform: translate3d(-2px, 0, 0);
        transform: translate3d(-2px, 0, 0);
    }

    40%, 80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }
}

.is-shaking {
    -webkit-animation: 0.5s shake;
    animation: 0.5s shake;
}

.cart-popup {
    width: calc(100vw - 2px);
    opacity: 0;
    visibility: hidden;
    max-height: 800px;
    flex-basis: 340px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: fixed;
    right: -350px;
    top: 0;
    text-align: left;
    border: 1px solid rgba(128,136,143,0.5);
    overflow-y: scroll;
    background-color: white;
    z-index: 10;
}

@media (min-width: 40.1em) {
    .cart-popup {
        width: 340px;
    }
}

.cart-popup.is-open {
    opacity: 1;
    right: 0;
    visibility: visible;
}

.cartItem-imageContainer {
    border: 1px solid #ccc;
    height: 65px;
    width: 65px;
    display: block;
}

.cartItem-collection {
    text-transform: capitalize;
}

.cartItem {
    width: 280px;
    margin: 50px auto 0;
}

    .cartItem:first-child {
        margin-top: 0;
    }

.cartItem-template, .modal-container-checkbox-template {
    display: none;
}

.cartItem-content {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #131e29;
}

.cartItem-image {
    max-width: 65px;
}

.cartItem-quantitySelector {
    padding: 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .cartItem-quantitySelector.is-disabled {
        cursor: default;
        color: rgba(128,136,143,0.8);
    }

.cartItem-quantity {
    min-width: 18px;
    text-align: center;
}

.cartItem-remove {
    color: #80888F;
    cursor: pointer;
}

.hr {
    border: none;
    height: 1px;
    background-color: #d5d5cf;
}

.frameInfo-innerContainer {
    background-color: #fff;
}

.frameInfo-container {
    position: relative;
    display: -webkit-box;
    display: flex;
}

@media (min-width: 20em) and (max-width: 40em) {
    .frameInfo-container {
        display: block;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .frameInfo-textDetails {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}

@media (min-width: 40.1em) {
    .frameInfo-textDetails {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}

@media (min-width: 52.1em) {
    .frameInfo-textDetails {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }
}

.frameInfo-collections {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

@media (min-width: 20em) and (max-width: 40em) {
    .frameInfo-collections {
        display: -webkit-box;
        display: flex;
    }
}

@media (min-width: 40.1em) {
    .frameInfo-collections {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: start;
        justify-content: space-between;
    }
}

@media (min-width: 52.1em) {
    .frameInfo-collections {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
}

.frameInfo-selections {
    display: -webkit-box;
    display: flex;
}

@media (min-width: 40.1em) {
    .frameInfo-selections {
        margin-right: auto;
    }
}

@media (min-width: 52.1em) {
    .frameInfo-selections {
        margin-left: auto;
        width: 100%;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .frameInfo-selections {
        width: 100%;
        display: block;
    }
}

@media (min-width: 40.1em) {
    .copy-container--video-order {
        position: relative;
        top: initial;
        left: initial;
        width: initial;
    }
}

@media (min-width: 52.1em) {
    .copy-container--video-order {
        position: absolute;
        top: 15%;
        left: 20%;
        max-width: 65%;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .product--specs {
        min-height: 30px;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        align-items: center;
        font-size: 16px;
        max-width: 50%;
    }

        .product--specs.content--specs {
            max-width: 100%;
            font-size: 16px;
            -webkit-box-pack: left;
            justify-content: left;
            text-align: left;
        }
}

.content-container--instant {
    top: 30%;
    left: 7.5%;
}

@media (min-width: 20em) and (max-width: 40em) {
    .content-container--instant {
        top: 5%;
        left: 0;
        text-align: center;
        width: 100%;
    }
}

@media (min-width: 40.1em) {
    .content-container--instant {
        top: 5%;
        left: 7.5%;
        text-align: left;
        width: 50%;
    }
}

@media (min-width: 1682px) {
    .content-container--instant {
        top: 10%;
    }
}

.top-promo #color-chooser {
    margin-top: 24px;
}

#color-chooser {
    margin-top: 48px;
}

#color-chooser {
    margin-top: 48px;
}

.sub-sectionHeader {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
}

.sectionHeader {
    font-family: "Canela", Georgia, "Times New Roman", Times, serif;
    font-weight: 500;
    font-style: normal;
}

.frameInfo-header {
    font-family: "Canela", Georgia, "Times New Roman", Times, serif;
    font-weight: 500;
    font-style: normal;
    margin: 0;
    color: #131e29;
    text-decoration: none;
    font-size: 24px;
    white-space: nowrap;
}

    .frameInfo-header:hover, .frameInfo-header:active {
        color: #131e29;
    }

@media (min-width: 52.1em) {
    .frameInfo-header {
        font-size: 36px;
    }
}

body span.span--new-background, body span.span--pop-background {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    padding: 6px 10px;
    margin-right: 1em;
    font-size: 16px;
    vertical-align: middle;
    color: #131e29;
    text-decoration: none !important;
}

    body span.span--new-background:hover, body span.span--pop-background:hover {
        color: #131e29;
        text-decoration: none !important;
    }

body span.span--new-background {
    background-color: #fbef5e;
}

body span.span--pop-background {
    background-color: #9CD1EF;
}

.frameInfo-quantityContainer {
    position: relative;
}

@media (min-width: 40.1em) {
    .frameInfo-quantityContainer {
        align-self: flex-start;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .frameInfo-quantityContainer {
        width: initial;
        min-width: initial;
    }
}

.frameInfo-quantitySelector {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: rgba(128,136,143,0.6);
    text-align: center;
    margin: 0;
    margin-bottom: 1rem;
}

@media (min-width: 20em) and (max-width: 40em) {
    .frameInfo-quantitySelector {
        margin-left: unset;
        margin-left: 0;
        margin-right: 0.5rem;
    }
}

.frameInfo-quantitySelector.is-disabled {
    cursor: default;
    color: rgba(128,136,143,0.6);
}

.frameInfo-quantity-wrapper {
    position: relative;
    display: -webkit-box;
    display: flex;
}

.frameInfo-quantity, .frameInfo-quantitySelector--increment, .frameInfo-quantitySelector--decrement {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    -webkit-box-align: center;
    align-items: center;
    -webkit-outline: none;
    -moz-outline: none;
    outline: none;
    border-radius: 0;
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    background-color: transparent;
    color: #131e29;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    font-size: 18px;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    height: 40px;
    width: 40px;
    padding: 0;
}

    .frameInfo-quantity::-webkit-inner-spin-button, .frameInfo-quantity::-webkit-outer-spin-button, .frameInfo-quantitySelector--increment::-webkit-inner-spin-button, .frameInfo-quantitySelector--increment::-webkit-outer-spin-button, .frameInfo-quantitySelector--decrement::-webkit-inner-spin-button, .frameInfo-quantitySelector--decrement::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

@media (min-width: 20em) and (max-width: 40em) {
    .frameInfo-quantity, .frameInfo-quantitySelector--increment, .frameInfo-quantitySelector--decrement {
        font-size: 16px;
        width: 40px;
        height: 40px;
    }
}

.frameInfo-quantity {
    border-top: 1px solid #c3c4c7;
    border-bottom: 1px solid #c3c4c7;
    padding: 0;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
}

.frameInfo-quantitySelector--increment, .frameInfo-quantitySelector--decrement {
    border: 1px solid #c3c4c7;
}

    .frameInfo-quantitySelector--increment.is-disabled, .frameInfo-quantitySelector--decrement.is-disabled {
        border: 1px solid #c3c4c7;
        color: rgba(128,136,143,0.6);
    }

.frameInfo-collectionDescription {
    line-height: 1.5;
    min-height: 80px;
}

.frameInfo-colorSwatches {
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    max-width: 250px;
    margin: 0;
    position: relative;
    z-index: 1;
}

.frameInfo-colorSwatch, .colorSwatch {
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    display: none;
    padding: 0;
    border: 1px solid transparent;
    z-index: unset;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    margin: 5px 10px 5px 0;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

    .frameInfo-colorSwatch img, .colorSwatch img {
        height: 40px;
        width: 40px;
        z-index: -1;
        position: relative;
    }

.colorSwatch {
    display: -webkit-box;
    display: flex;
    border-color: rgba(128,136,143,0.3);
}

.frameInfo-colorLabel {
    color: rgba(128,136,143,0.6);
}

.frameInfo-currentColor {
    color: #131e29;
}

.frameInfo-price {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    flex-basis: 100%;
    text-align: center;
}

    .frameInfo-price .price-div {
        font-size: 22px;
    }

@media (min-width: 40.1em) {
    .frameInfo-price .price-div {
        font-size: 18px;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .frameInfo-price .price-div {
        font-size: 18px;
    }
}

@media (min-width: 40.1em) {
    .frameInfo-price {
        flex-basis: unset;
        flex-basis: auto;
        text-align: left;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .frameInfo-price {
        margin-top: 0;
    }
}

.price-strike {
    color: rgba(128,136,143,0.6);
    text-decoration: none;
    position: relative;
    margin-right: 5px;
}

    .price-strike:before {
        position: absolute;
        content: "";
        left: -10%;
        top: 35%;
        margin-top: 3px;
        right: -10%;
        border-top: 2px solid #131e29;
        -webkit-transform: rotate(-12.5deg);
        transform: rotate(-12.5deg);
        -moz-transform: rotate(-12.5deg);
        -ms-transform: rotate(-12.5deg);
        -o-transform: rotate(-12.5deg);
    }

    .price-strike.price-strike-thin:before {
        margin-top: 1px;
        border-top: 1px solid #80888F;
    }

.frameInfo-vr {
    background-color: #b6b8bb;
    height: 20px;
    width: 1px;
}

.frameInfo-addToCartContainer {
    height: 100%;
    position: relative;
    z-index: 1;
}

.frameInfo-addToCart, .frameInfo-soldOut {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

@media (min-width: 20em) and (max-width: 40em) {
    .frameInfo-addToCart, .frameInfo-soldOut {
        margin-left: auto;
        text-align: center;
    }
}

.frameInfo-soldOut {
    text-transform: uppercase;
}

.cartItem-backOrder {
    font-size: 12px;
}

.frameInfo-backOrder--swatch-Warning {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
}

@media (min-width: 40.1em) {
    .frameInfo-backOrder--swatch-Warning {
        font-size: 16px;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .frameInfo-backOrder--swatch-Warning {
        font-size: 18px;
        width: auto;
    }
}

.frameInfo-addToCart:hover {
    opacity: 0.8;
}

.frameInfo-colorSwatch:hover, .colorSwatch:hover {
    border-color: #9CD1EF;
}

.frameInfo-currentColor {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    padding-left: 5px;
}

@media (min-width: 40.1em) {
    .frameInfo-currentColor {
        font-size: 16px;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .frameInfo-currentColor {
        font-size: 18px;
        width: auto;
    }
}

@media (min-width: 40.1em) {
    .frameInfo-purchaseOptions {
        position: relative;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .frameInfo-purchaseOptions {
        bottom: 0;
    }
}

.amazon--hide {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.frameInfo-unavailable {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #ff4136;
    text-align: center;
}

@media (min-width: 40.1em) {
    .frameInfo-unavailable {
        text-align: left;
    }
}

.mt--30 {
    margin-top: 30px;
}

button.btn.btn--faq {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    border: 1px solid;
    color: #131e29;
    display: block;
    margin: 30px auto 0;
    padding: 10px 20px;
    min-width: 160px;
}

    button.btn.btn--faq:hover {
        background-color: #131e29;
        border-color: #131e29;
        color: #fff;
    }

.header--explore {
    font-size: 2.5rem;
    padding: 20px 0;
    text-align: center;
}

@media (min-width: 20em) and (max-width: 40em) {
    .header--explore {
        font-size: 1.875rem;
    }
}

.features {
    padding: 40px 0;
}

@media (min-width: 40.1em) {
    .features {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.feature {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    padding: 40px 0;
}

@media (min-width: 40.1em) {
    .feature {
        padding: 80px 0;
    }
}

.content--specs {
    color: #8E99A3;
}

@media (min-width: 20em) and (max-width: 40em) {
    .header--specs {
        text-align: center;
    }
}

@media (min-width: 40.1em) {
    .header--specs {
        text-align: left;
        margin-top: 0;
    }
}

@media (min-width: 52.1em) {
    .header--specs {
        text-align: left;
    }
}

.section--switch {
    padding: 0;
}

@media (min-width: 20em) and (max-width: 40em) {
    .section--switch {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        min-width: 80vw;
        max-width: initial;
    }
}

.content-container--switch-classic {
    right: 7.5%;
    width: 25%;
    top: 40%;
    position: absolute;
}

@media (min-width: 40.1em) {
    .content-container--switch-classic {
        top: 25%;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .content-container--switch-classic {
        position: static;
        left: initial;
        top: initial;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        width: 100%;
    }
}

.container--possibility-modern {
    position: absolute;
    top: 10%;
    left: 7.5%;
}

@media (min-width: 20em) and (max-width: 40em) {
    .container--possibility-modern {
        color: #131e29;
        position: static;
        width: 100%;
        text-align: center;
    }
}

@media (min-width: 40.1em) {
    .container--possibility-modern {
        width: 25%;
    }
}

@media (min-width: 40.1em) {
    .container--possibility-modern {
        width: 50%;
    }
}

@media (min-width: 64.1em) {
    .container--possibility-modern {
        width: 85%;
    }
}

.container--possibility-classic {
    width: 25%;
}

@media (min-width: 20em) and (max-width: 40em) {
    .container--possibility-classic {
        width: 100%;
    }
}

.container--possibility-classic .section--subheader, .container--possibility-classic .section--copy {
    color: #fff;
}

@media (min-width: 20em) and (max-width: 40em) {
    .container--possibility-classic .section--subheader, .container--possibility-classic .section--copy {
        color: #131e29;
        text-align: center;
    }
}

.container--order-unlimited {
    min-width: 80vw;
}

.faqs {
    padding-top: 0;
    padding-bottom: 40px;
    margin: auto;
}

@media (min-width: 20em) and (max-width: 40em) {
    .faqs {
        padding-top: 2rem;
        padding-bottom: 20px;
    }
}

.faqs-content, .faqs-content--mobile {
    position: relative;
    margin-bottom: 20px;
}

@media (min-width: 40.1em) {
    .faqs-content, .faqs-content--mobile {
        margin-bottom: 0;
    }
}

.faqs-content--mobile {
    width: 100%;
}

.faqOverlay {
    position: absolute;
    background-color: white;
    opacity: 0;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    box-shadow: 0 0 24px 2px rgba(0,0,0,0.15);
    overflow: hidden;
}

.faqOverlay-content {
    position: relative;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    padding: 100px 10%;
    text-align: center;
    display: none;
}

.faqOverlay-icon {
    height: 30px;
    width: auto;
}

.faqOverlay-header {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    padding-top: 20px;
    font-size: 20px;
    color: #131e29;
    line-height: 26px;
}

.faqOverlay-text {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-top: 20px;
    font-size: 16px;
    color: #3C4752;
    line-height: 26px;
    max-width: 500px;
    margin: 0 auto;
}

.faqOverlay-close {
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
}

.faqOverlay-learnMore {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 13px;
    color: #131e29;
    text-transform: uppercase;
    position: absolute;
    bottom: 43px;
    right: 70px;
}

    .faqOverlay-learnMore:hover {
        color: #9CD1EF;
    }

.faqOverlay-learnMoreIcon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    height: 16px;
    right: 41px;
    bottom: 44px;
    position: absolute;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.faqOverlay-noLink .faqOverlay-learnMore {
    display: none;
}

.faqOverlay-noLink .faqOverlay-learnMoreIcon {
    display: none;
}

.faq-container-query {
    margin: auto;
    margin-top: 4rem;
    width: 100%;
    text-align: center;
}

    .faq-container-query .input--faq-query {
        max-width: 700px;
        width: 50%;
        border: 0;
        -webkit-appearance: none;
        color: #3C4752;
        padding: 0 20px;
        font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 300;
        font-style: normal;
        height: 35px;
    }

@media (min-width: 20em) and (max-width: 40em) {
    .faq-container-query .input--faq-query {
        width: 295px;
        box-sizing: border-box;
    }
}

.faq-container {
    margin: auto;
    border: 1px solid transparent;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

    .faq-container:hover {
        cursor: pointer;
        border: 1px solid #131e29;
    }

.faq-header {
    padding-bottom: 40px;
}

@media (min-width: 40.1em) {
    .faq-header {
        padding-bottom: 50px;
    }
}

.buzz {
    padding: 60px 40px;
}

@media (min-width: 20em) and (max-width: 40em) {
    .buzz {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.faq-question {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #131e29;
    text-transform: uppercase;
    text-align: center;
}

.faq-answer {
    display: none;
}

.faq-link {
    display: none;
}

.faq-container--mobile, .dropdown--trigger {
    cursor: pointer;
}

.faq-container--mobile, .container--spec-drawer {
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(88,88,88,0.15);
    width: inherit;
}

    .faq-container--mobile:last-child, .container--spec-drawer:last-child {
        border-bottom: none;
    }

.dropdown-toggle {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    width: 100%;
    cursor: pointer;
}

.dropdownContainer {
    display: -webkit-box;
    display: flex;
    flex-basis: 85%;
    max-width: 85%;
    -webkit-box-align: start;
    align-items: flex-start;
}

.dropdown-title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    color: #3C4752;
    padding-bottom: 5px;
}

.dropdown-chevron {
    width: 15px;
    min-width: 8px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    margin-left: auto;
}

.faq-container--mobile.is-selected .dropdown-chevron, .dropdown--trigger.is-selected .dropdown-chevron {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
}

.faq-answer--mobile, .dropdown--copy {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #3C4752;
    max-height: 0;
    overflow: hidden;
}

@media (min-width: 20em) and (max-width: 40em) {
    .faq-answer--mobile, .dropdown--copy {
        text-align: left;
    }
}

.faq-container--mobile.is-selected .faq-answer--mobile, .dropdown--trigger.is-selected .dropdown--copy {
    max-height: 900px;
}

.specs {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 40.1em) {
    .specs {
        padding-top: 50px;
        padding-bottom: 140px;
    }
}

.border-box {
    box-sizing: border-box;
}

.imageSelector {
    width: 100vw;
    position: relative;
    height: 115vw;
    background-color: #dae7f5;
}

@media (min-width: 40.1em) {
    .imageSelector {
        height: 48vw;
    }
}

.imageSelector-actions {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: auto;
    bottom: -2.5%;
    right: 0;
    max-width: none;
}

@media (min-width: 40.1em) {
    .imageSelector-actions {
        bottom: -1%;
    }
}

.imageSelector-arrow {
    padding: 0;
    background: transparent;
    border-radius: 50%;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    top: 50%;
    height: 17px;
    fill: #d5d5cf;
    transition: 0.5s all ease;
}

    .imageSelector-arrow:hover {
        cursor: pointer;
        fill: #131e29;
        fill-opacity: 0.8;
    }

@media (min-width: 40.1em) {
    .imageSelector-arrow {
        display: block;
        padding: 20px;
    }
}

.imageSelector-arrow--left {
    left: 5%;
}

.imageSelector-arrow--right {
    left: 95%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.imageSelector-highlight {
    flex-basis: 40%;
    margin-bottom: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 40.1em) {
    .imageSelector-highlight {
        flex-basis: 120px;
        margin-bottom: 0;
    }
}

.imageSelector-highlightIcon {
    min-height: 26px;
}

.imageSelector-highlightDescription {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-top: 10px;
    font-size: 12px;
    color: #454647;
    text-transform: uppercase;
}

.imageSelector-statusBars, .scrollPhoto-statusBars {
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 0;
    max-width: 250px;
}

.scrollPhoto-statusBars {
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0 auto;
}

.imageSelector-statusBarContainer, .scrollPhoto-statusBarContainer {
    padding: 10px 0;
    cursor: pointer;
}

.imageSelector-statusBar, .scrollPhoto-statusBar {
    width: 5px;
    margin: 5px;
    cursor: pointer;
    height: 5px;
    background-color: #131e29;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    border-radius: 50%;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

@media (min-width: 40.1em) {
    .imageSelector-statusBar, .scrollPhoto-statusBar {
        width: 5px;
        height: 5px;
    }
}

.scrollPhoto-statusBar {
    background-color: #fff;
    margin-left: 20px;
    margin-right: 20px;
}

    .imageSelector-statusBar.is-active, .scrollPhoto-statusBar.is-active {
        -webkit-transform: scale(2);
        transform: scale(2);
    }

.frame-images {
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.frame-image-mobile {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.5s opacity ease;
    transition: 0.5s opacity ease;
    opacity: 0;
    -moz-transition: 0.5s opacity ease;
    -ms-transition: 0.5s opacity ease;
    -o-transition: 0.5s opacity ease;
    display: none;
}

    .frame-image-mobile.frame-image {
        opacity: 0;
    }

@media (min-width: 20em) and (max-width: 40em) {
    .frame-image-mobile {
        opacity: 1;
        display: block;
    }
}

.greenBorder {
    border: 1px solid #23DEBF;
}

.grayBackground {
    background-color: rgba(243,243,238,0.5);
}

@media (min-width: 40.1em) {
    .container--portrait {
        padding-left: 7.5%;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .container--portrait {
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        background-color: transparent;
    }
}

.explore--frame-classic, .explore--frame-modern {
    display: block;
}

    .explore--frame-classic:hover, .explore--frame-modern:hover {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .explore--frame-classic:hover .overlay--absolute, .explore--frame-modern:hover .overlay--absolute {
            display: inline;
            position: absolute;
        }

@media (min-width: 20em) and (max-width: 40em) {
    .explore--frame-classic, .explore--frame-modern {
        min-width: 80vw;
    }
}

.explore--frame-classic {
    width: 33.33%;
}

.explore--frame-modern {
    width: 50%;
}

.cta-container--promo {
    padding: 20px;
    min-height: 116px;
    max-height: 90vh;
    cursor: -webkit-grab;
    cursor: grab;
}

    .cta-container--promo.active {
        cursor: -webkit-grabbing;
        cursor: grabbing;
    }

    .cta-container--promo .cta-title--promo {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        font-size: 18px;
        color: #131e29;
    }

    .cta-container--promo .cta-description--promo {
        font-size: 16px;
        margin: 0 auto;
        color: #131e29;
    }

@media (min-width: 20em) and (max-width: 40em) {
    .cta-container--promo {
        max-height: 80vh;
    }

        .cta-container--promo .cta-description--promo {
            font-size: 12px;
            width: 90%;
        }
}

.w-100 {
    width: 100px;
}

.w-125 {
    width: 125px;
}

.text--bold {
    font-weight: bold;
}

.position--relative {
    position: relative;
}

.overflow--auto {
    overflow: auto;
}

.overflow-wrap {
    overflow-wrap: break-word;
    word-break: break-word;
}

.grow-1 {
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.bg--header {
    background-color: white;
}

@media (min-width: 40.1em) {
    .sm-max-width--580 {
        max-width: 580px;
    }
}

.overlay, .overlay--absolute {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    cursor: pointer;
}

.overlay-show {
    display: block;
}

.overlay--main {
    z-index: 8;
}

.overlay-enter {
    display: block;
    opacity: 0;
}

    .overlay-enter.overlay-enter-active {
        opacity: 1;
        -webkit-transition: opacity 300ms ease-in;
        transition: opacity 300ms ease-in;
    }

.overlay-leave {
    display: block;
    opacity: 1;
}

    .overlay-leave.overlay-leave-active {
        opacity: 0;
        -webkit-transition: opacity 300ms ease-in;
        transition: opacity 300ms ease-in;
    }

.overlay.is-hidden {
    display: none;
}

.sm-max-width--460 {
    max-width: 100%;
}

@media (min-width: 40.1em) {
    .sm-max-width--460 {
        max-width: 460px;
    }
}

.max-width--415 {
    max-width: 415px;
}

.margin-auto {
    margin: 0 auto;
}

.section--learning {
    background-color: #f4f0e8;
}

@media (min-width: 20em) and (max-width: 40em) {
    .section--learning {
        background-color: #dae7f5;
    }
}

.stars {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 100px;
}

@media (min-width: 20em) and (max-width: 40em) {
    .review-body {
        text-align: center;
    }
}

.reviewTextBody {
    font-size: 20px;
}

.reviewsLearnMore {
    color: #131e29;
    text-decoration: underline;
}

.review-show {
    display: -webkit-box;
    display: flex;
}

.reviews--page-number {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    cursor: pointer;
}

    .reviews--page-number:hover {
        font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 600;
        font-style: normal;
        text-decoration: underline;
    }

    .reviews--page-number.current-page {
        font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 600;
        font-style: normal;
        text-decoration: underline;
    }

.review-hide {
    display: none;
}

@media (min-width: 20em) and (max-width: 40em) {
    .review {
        text-align: left;
        margin-bottom: 0.5rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        margin-bottom: 4rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        box-sizing: border-box;
    }
}

.list--pagination {
    padding: 0.875rem;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

    .list--pagination li {
        padding: 2rem;
    }

@media (min-width: 20em) and (max-width: 40em) {
    .list--pagination {
        max-width: none;
        -webkit-box-pack: center;
        justify-content: center;
    }

        .list--pagination li {
            padding: 1rem;
        }
}

.previous-review, .next-review {
    padding: 0 2rem;
    width: 12px;
}

    .next-review svg {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

.reviews--page-number {
    font-size: 20px;
}

.div-product {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .div-product .product-image--quartz-hover {
        opacity: 0;
    }

@media (min-width: 40.1em) {
    .div-product .product-image--link:hover .product-image--quartz {
        opacity: 0;
    }

    .div-product .product-image--link:hover .product-image--quartz-hover {
        opacity: 1;
    }
}

.div-product .product-image--charcoal-hover {
    opacity: 0;
}

@media (min-width: 40.1em) {
    .div-product .product-image--link:hover .product-image--charcoal {
        opacity: 0;
    }

    .div-product .product-image--link:hover .product-image--charcoal-hover {
        opacity: 1;
    }
}

.div-product .product-image--seaglass-hover {
    opacity: 0;
}

@media (min-width: 40.1em) {
    .div-product .product-image--link:hover .product-image--seaglass {
        opacity: 0;
    }

    .div-product .product-image--link:hover .product-image--seaglass-hover {
        opacity: 1;
    }
}

.div-product .product-image--ivory-hover {
    opacity: 0;
}

@media (min-width: 40.1em) {
    .div-product .product-image--link:hover .product-image--ivory {
        opacity: 0;
    }

    .div-product .product-image--link:hover .product-image--ivory-hover {
        opacity: 1;
    }
}

.div-product .product-image--cobalt-hover {
    opacity: 0;
}

@media (min-width: 40.1em) {
    .div-product .product-image--link:hover .product-image--cobalt {
        opacity: 0;
    }

    .div-product .product-image--link:hover .product-image--cobalt-hover {
        opacity: 1;
    }
}

.div-product .product-image--slate-hover {
    opacity: 0;
}

@media (min-width: 40.1em) {
    .div-product .product-image--link:hover .product-image--slate {
        opacity: 0;
    }

    .div-product .product-image--link:hover .product-image--slate-hover {
        opacity: 1;
    }
}

.div-product .product-image--stardust-hover {
    opacity: 0;
}

@media (min-width: 40.1em) {
    .div-product .product-image--link:hover .product-image--stardust {
        opacity: 0;
    }

    .div-product .product-image--link:hover .product-image--stardust-hover {
        opacity: 1;
    }
}

.div-product .product-image--walnut-hover {
    opacity: 0;
}

@media (min-width: 40.1em) {
    .div-product .product-image--link:hover .product-image--walnut {
        opacity: 0;
    }

    .div-product .product-image--link:hover .product-image--walnut-hover {
        opacity: 1;
    }
}

.div-product .product-image--stone-hover {
    opacity: 0;
}

@media (min-width: 40.1em) {
    .div-product .product-image--link:hover .product-image--stone {
        opacity: 0;
    }

    .div-product .product-image--link:hover .product-image--stone-hover {
        opacity: 1;
    }
}

.div-product .product-image--graphite-hover {
    opacity: 0;
}

@media (min-width: 40.1em) {
    .div-product .product-image--link:hover .product-image--graphite {
        opacity: 0;
    }

    .div-product .product-image--link:hover .product-image--graphite-hover {
        opacity: 1;
    }
}

.div-product .product-image--mica-hover {
    opacity: 0;
}

@media (min-width: 40.1em) {
    .div-product .product-image--link:hover .product-image--mica {
        opacity: 0;
    }

    .div-product .product-image--link:hover .product-image--mica-hover {
        opacity: 1;
    }
}

.div-product .product-image--shale-hover {
    opacity: 0;
}

@media (min-width: 40.1em) {
    .div-product .product-image--link:hover .product-image--shale {
        opacity: 0;
    }

    .div-product .product-image--link:hover .product-image--shale-hover {
        opacity: 1;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .div-product {
        min-width: calc(100% - 64px);
    }
}

.product-image--link, .product-image--link-purchase {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    display: block;
    transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
}

@media (min-width: 40.1em) {
    .product-image--link, .product-image--link-purchase {
        position: relative;
        padding-bottom: 100%;
        display: block;
        transition: 0.5s all ease-in-out;
        -webkit-transition: 0.5s all ease-in-out;
        -moz-transition: 0.5s all ease-in-out;
        -ms-transition: 0.5s all ease-in-out;
        -o-transition: 0.5s all ease-in-out;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .product-image--link, .product-image--link-purchase {
        padding-bottom: 0;
    }
}

.product-image--link-purchase {
    min-width: 150px;
}

.product-image--link .product-image-hover {
    opacity: 0;
}

@media (min-width: 40.1em) {
    .product-image--link {
        min-width: 12.5vw;
    }

        .product-image--link:hover .product-image-hover {
            opacity: 1;
        }
}

@media (min-width: 20em) and (max-width: 40em) {
    .product-image--link .product-image-hover {
        display: none;
    }
}

.product-image {
    width: 100%;
    background-repeat: no-repeat;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

@media (min-width: 20em) and (max-width: 40em) {
    .product-image {
        position: static;
    }
}

.imageSelector {
    width: 100%;
    height: auto;
    background-color: transparent;
}

    .imageSelector .frame-images {
        position: static;
        width: auto;
    }

        .imageSelector .frame-images:nth-child(0) {
            display: block;
        }

    .imageSelector .product-view-frame-image {
        box-sizing: border-box;
        height: 100%;
        margin: 0;
        position: static;
        cursor: -webkit-zoom-in;
        cursor: zoom-in;
    }

@media (min-width: 40.1em) {
    .imageSelector .product-view-frame-image {
        width: 50%;
        padding: 0 30px 30px 30px;
    }
}

@media (min-width: 52.1em) {
    .imageSelector .product-view-frame-image {
        padding: 0 30px 30px 0;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .imageSelector .product-view-frame-image {
        padding: 0;
    }
}

.imageSelector .product-view-frame-image.frame-image {
    margin-right: auto;
}

@media (min-width: 20em) and (max-width: 40em) {
    .imageSelector {
        background-color: rgba(128,136,143,0.3);
        min-height: 45vh;
        height: 100vw;
    }

        .imageSelector .frame-image {
            opacity: 0;
            display: none;
        }
}

.div--drop-shadow {
    box-shadow: 0 0 10px rgba(19,30,41,0.2);
}

.active-color-slate .imageSelector-statusBarContainer:last-child {
    display: none;
}

.tweed-wolf-label {
    position: relative;
}

@media (min-width: 40.1em) {
    .tweed-wolf-label {
        font-size: 22px;
        line-height: 28px;
    }
}

.tweed-wolf-checkbox {
    display: none;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

    .tweed-wolf-checkbox + label.tweed-wolf-label:before {
        content: "";
        border: 2px solid #131e29;
        border-radius: 0;
        display: inline-block;
        width: 22px;
        height: 22px;
        min-width: 22px;
        min-height: 22px;
        margin-right: 1rem;
        vertical-align: bottom;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .tweed-wolf-checkbox + label.tweed-wolf-label:after {
        content: '';
        border-right: 3px solid #131e29;
        border-bottom: 3px solid #131e29;
        height: 13px;
        min-height: 13px;
        width: 5px;
        min-width: 5px;
        position: absolute;
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
        left: 9px;
        top: 5px;
        -webkit-transition: 0.2s opacity;
        transition: 0.2s opacity;
        opacity: 0;
    }

    .tweed-wolf-checkbox:checked + label.tweed-wolf-label:after {
        opacity: 1;
        -webkit-transition: 0.2s opacity;
        transition: 0.2s opacity;
    }

@media (min-width: 20em) and (max-width: 40em) {
    .tweed-wolf-checkbox:checked + label.tweed-wolf-label:after {
        height: 9px;
        width: 5px;
        min-height: 9px;
        min-width: 5px;
    }
}

.color--scroll {
    width: 380px;
}

@media (min-width: 20em) and (max-width: 40em) {
    .section--subheader-price {
        font-size: 24px;
        line-height: 30px;
    }
}

.footer-max-width {
    max-width: 1400px;
}

.background-footer {
    background-color: #131e29;
}

.footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media (min-width: 40.1em) {
    .footer-social {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.footer-link, .footer-header {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    display: block;
    color: #fff;
}

.footer-header {
    letter-spacing: 1.5px;
    font-size: 14px;
    line-height: 40px;
}

.footer-link {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    font-size: 26px;
    line-height: 46px;
}

@media (min-width: 20em) and (max-width: 40em) {
    .footer-link {
        line-height: 30px;
        font-size: 22px;
    }
}

.footer-link.spacer {
    margin-left: 4px;
    margin-right: 4px;
}

.footer-link:hover {
    cursor: pointer;
    text-decoration: underline;
}

.form--newsletter {
    border: 1px solid #fff;
    margin: 0 auto;
    padding: 0 0 0 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

@media (min-width: 40.1em) {
    .form--newsletter {
        margin: 0;
    }
}

.form--newsletter input[type="email"], .form--newsletter button, .form--newsletter {
    background-color: transparent;
    color: #fff;
}

    .form--newsletter input[type="email"] {
        text-transform: uppercase;
        font-size: 16px;
        border: none;
        letter-spacing: 1.5px;
    }

        .form--newsletter input[type="email"]:focus {
            outline: none;
            color: #9CD1EF;
        }

    .form--newsletter button {
        font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 16px;
        letter-spacing: 1.5px;
        border: none;
        text-transform: uppercase;
        color: #9CD1EF;
    }

        .form--newsletter button:hover {
            cursor: pointer;
        }

.footer-svg path {
    color: #fff;
    fill: #fff;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.footer-socialLink {
    margin-right: 32px;
}

    .footer-socialLink:last-child {
        margin-right: 0;
    }

    .footer-socialLink:hover {
        cursor: pointer;
    }

        .footer-socialLink:hover .footer-svg path {
            fill: #9CD1EF;
        }

.footer-socialAndLogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 42px;
}

@media (min-width: 40.1em) {
    .footer-socialAndLogo {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: flex-end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: center;
    }
}

.sold-out-form {
    background-color: #F0F1F2;
    border-radius: 8px;
    padding: 15px 20px 30px 20px;
    margin-top: 30px;
}

@media (min-width: 40.1em) {
    .sold-out-form {
        margin-top: 40px;
    }
}

.sold-out-form-header {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #B9856F;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    display: block;
    letter-spacing: 1.78px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

@media (min-width: 40.1em) {
    .sold-out-form-header {
        display: inline;
        text-align: left;
        padding-bottom: 0;
    }
}

.sold-out-form-text {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    display: block;
    text-align: center;
    letter-spacing: 1.78px;
    font-size: 14px;
    line-height: 1.625;
    color: #454647;
}

@media (min-width: 40.1em) {
    .sold-out-form-text {
        display: inline;
        text-align: left;
        font-size: 16px;
    }
}

.sold-out-form-form {
    border-bottom: 1px solid #575859;
    padding-top: 30px;
    padding-bottom: 4px;
}

.sold-out-form-input {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    background-color: #F0F1F2;
    color: #3E3F40;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

    .sold-out-form-input:focus {
        outline: none;
    }

    .sold-out-form-input::-webkit-input-placeholder {
        color: black;
    }

    .sold-out-form-input::-moz-placeholder {
        color: black;
    }

    .sold-out-form-input:-ms-input-placeholder {
        color: black;
    }

    .sold-out-form-input:-moz-placeholder {
        color: black;
    }

.sold-out-form-submit {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #b9856f;
    background-color: #F0F1F2;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    border: none;
    text-align: right;
    transition: 0.3s all ease;
}

    .sold-out-form-submit:hover {
        cursor: pointer;
        color: #FFB899;
    }

.change-password-wrapper {
    min-height: 88vh;
}

    .change-password-wrapper .password-strength-segment {
        width: 24%;
        height: 100%;
        float: left;
        margin-right: 0.5%;
        margin-left: 0.5%;
        background: #9e9e9e;
    }

    .change-password-wrapper .hide-show {
        margin: 0 16px 0 0;
        position: absolute;
        z-index: 5;
        top: 17px;
        right: 0;
    }

        .change-password-wrapper .hide-show span {
            font-size: 1.25em;
            cursor: pointer;
            color: #80888F;
        }

        .change-password-wrapper .hide-show.is-disabled span {
            color: rgba(128,136,143,0.5);
            cursor: initial;
        }

    .change-password-wrapper #change-password-strength-bar-wrapper {
        height: 2px;
        margin-top: 0;
    }

    .change-password-wrapper #change-password-strength-text {
        text-align: left;
        margin-bottom: 10px;
        min-height: 1.4em;
    }

    .change-password-wrapper .full-height {
        height: 100%;
    }

    .change-password-wrapper .noselect {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .change-password-wrapper #change-password-field {
        background-color: transparent;
        border: 0px transparent;
        caret-color: #00A3FF;
        width: 87%;
        -webkit-appearance: none;
        appearance: none;
        outline: none;
    }

        .change-password-wrapper #change-password-field:focus {
            outline: none;
            background-color: transparent;
            -webkit-appearance: none;
            appearance: none;
            border-radius: 0;
        }

@media (min-width: 20em) and (max-width: 40em) {
    .change-password-wrapper #change-password-field {
        width: 75%;
    }
}

.input--bordered {
    max-width: 456px;
    min-height: 56px;
    width: 100%;
    background: rgba(128,136,143,0.05);
    border: 1px solid #80888F;
    box-sizing: border-box;
    border-radius: 8px;
}

.btn--submit {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    max-width: 190px;
    width: 100%;
    min-height: 48px;
    background: #FBEF5E;
    display: block;
    border: 1px solid transparent;
}
.jobs-section-header {
    font-size: 40px;
}

@media (min-width: 20em) and (max-width: 40em) {
    .jobs-section-header {
        font-size: 24px;
    }
}

@media (min-width: 40.1em) {
    .jobs-section-header {
        font-size: 36px;
    }
}

@media (min-width: 52.1em) {
    .jobs-section-header {
        font-size: 40px;
    }
}

.jobs-subheader {
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 28px;
    color: #3C4752;
}

.logo-white--jobs {
    height: 100%;
    min-width: 56px;
}

    .logo-white--jobs path {
        fill: #fff;
    }

@media (min-width: 20em) and (max-width: 40em) {
    .logo-white--jobs {
        max-width: 56px;
    }
}

.jobs-copy, .jobs-disclaimer {
    line-height: 28px;
    font-size: 18px;
    color: #3C4752;
}

.jobs-disclaimer {
    color: #80888F;
}

@media (min-width: 20em) and (max-width: 40em) {
    .jobs-subheader {
        font-size: 18px;
        line-height: 25px;
    }

    #grnhse_app {
        background-color: #F2F3F4;
    }
}

@media (min-width: 40.1em) {
    #grnhse_app {
        min-width: 41rem;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .section-hero-header--jobs {
        font-size: 32px;
    }
}

@media (min-width: 40.1em) {
    .section-hero-header--jobs {
        font-size: 48px;
    }
}

@media (min-width: 64.1em) {
    .section-hero-header--jobs {
        font-size: 72px;
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.stamped-product-reviews-badge .stamped-badge-caption {
    color: #80888F;
    display: block;
    text-align: right;
    padding-right: 5px;
}

.stamped-product-reviews-badge:hover .stamped-badge-caption {
    text-decoration: underline;
}

.stamped-review-header-title {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.stamped-pagination a {
    color: #80888F;
}

    .stamped-pagination a:hover {
        text-decoration: underline;
    }

#stamped-reviews-widget {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #80888F;
}

    #stamped-reviews-widget:hover {
        text-decoration: underline;
    }

.stamped-product-page-carousel .stamped-reviews-image {
    display: none !important;
}

.stamped-product-page-carousel .stamped-reviews-message {
    margin-left: 0 !important;
}

.stamped-product-page-carousel .stamped-reviews-author {
    margin-left: 0 !important;
}

.stamped-product-page-carousel .stamped-reviews-location {
    margin-left: 0 !important;
}

body.has-reviews .header-refer-link {
    display: none;
}

.reviews-header {
    font-size: 20px;
}

.reviews-message {
    font-size: 16px;
}

.reviews-title {
    font-size: 18px;
}

.reviews-widget-text {
    padding-right: 5px;
}

.reviews-author, .widget-reviews-text {
    font-size: 14px;
}

.reviews-date {
    font-size: 11px;
}

#modal--stamped button.white.btn {
    background-color: rgba(255,255,255,0.3);
    padding: 10px;
}

#modal--stamped .stamped-ugc-product-title {
    color: #131e29;
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
}

@media (min-width: 20em) and (max-width: 40em) {
    #modal--stamped .modal-dialog {
        top: 0;
    }

    #modal--stamped .stamped-container-arrows {
        width: 90%;
        top: 150px;
    }

    #modal--stamped .stamped-ugc-product-title {
        background-color: #9CD1EF;
        padding: 5px 0;
    }
}

@media (min-width: 40.1em) {
    #modal--stamped .modal-dialog {
        top: 25%;
    }

    #modal--stamped .stamped-container-arrows {
        width: 100%;
        top: 200px;
    }
}

.scene-1 {
    opacity: 0;
    transition: 0.3s ease-in-out;
}

@media (min-width: 40.1em) {
    .scene-1 {
        position: absolute;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .scene-1 {
        position: static;
        margin: auto;
    }
}

.scene-2 {
    opacity: 0;
    transition: 0.3s ease-in-out;
}

@media (min-width: 40.1em) {
    .scene-2 {
        position: absolute;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .scene-2 {
        position: static;
        margin: auto;
    }
}

.scene-3 {
    opacity: 0;
    transition: 0.3s ease-in-out;
}

@media (min-width: 40.1em) {
    .scene-3 {
        position: absolute;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .scene-3 {
        position: static;
        margin: auto;
    }
}

.scene-4 {
    opacity: 0;
    transition: 0.3s ease-in-out;
}

@media (min-width: 40.1em) {
    .scene-4 {
        position: absolute;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .scene-4 {
        position: static;
        margin: auto;
    }
}

.scene-5 {
    opacity: 0;
    transition: 0.3s ease-in-out;
}

@media (min-width: 40.1em) {
    .scene-5 {
        position: absolute;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .scene-5 {
        position: static;
        margin: auto;
    }
}

.scene-1 {
    max-width: 300px;
    left: 5vw;
    top: 10%;
}

.scene-2 {
    max-width: 300px;
    right: 5vw;
    top: 25%;
}

.scene-3 {
    max-width: 300px;
    left: 5vw;
    bottom: 45%;
}

.scene-4 {
    max-width: 300px;
    right: 5vw;
    bottom: 15%;
}

.scene-5 {
    max-width: 300px;
    left: 5vw;
    bottom: 10%;
}

@media (min-width: 40.1em) {
    .scroll-svg {
        max-width: 150px;
    }
}

@media (min-width: 20em) and (max-width: 40em) {
    .scroll-svg {
        max-width: 120px;
    }
}

.pipe-blue {
    color: #9CD1EF;
}

.blog-author {
    font-size: 20px;
    line-height: 32px;
}

.blog-link {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #131e29;
    font-size: 28px;
    line-height: 36px;
    margin: 1rem 0;
}

@media (min-width: 20em) and (max-width: 40em) {
    .blog-link {
        font-size: 20px;
        line-height: 24px;
    }
}

.blog-title {
    font-size: 60px;
    line-height: 72px;
}

@media (min-width: 20em) and (max-width: 40em) {
    .blog-author {
        line-height: 24px;
    }

    .blog-title {
        font-size: 32px;
        line-height: 42px;
    }
}

.blog-article-body h1 {
    font-size: 42px;
    line-height: 52px;
    margin-top: 4rem;
    margin-bottom: 1rem;
}

.blog-article-body h4 {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 36px;
    line-height: 40px;
}

.blog-article-body h6 {
    font-family: "Canela", Georgia, "Times New Roman", Times, serif;
    font-weight: 400;
    font-style: italic;
    font-size: 42px;
    line-height: 56px;
    padding: 0 3%;
    margin: 3rem 0;
}

@media (min-width: 20em) and (max-width: 40em) {
    .blog-article-body h6 {
        padding: 0;
        text-align: center;
        font-size: 26px;
        line-height: 34px;
    }
}

.blog-article-body li > p {
    display: inline;
}

.blog-article-body p {
    font-size: 20px;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 2rem;
}

.blog-article-body a {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-decoration: underline;
}

.blog-article-body .embedded-asset-caption {
    font-family: "TTCommons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-style: italic;
    font-size: 16px;
    line-height: 26px;
}

.blog-article-body .embedded-copy li > p {
    display: inline;
}

@media (min-width: 20em) and (max-width: 40em) {
    .blog-article-body h1 {
        font-size: 26px;
        line-height: 34px;
    }

    .blog-article-body h4 {
        font-size: 20px;
        line-height: 24px;
    }

    .blog-article-body p {
        font-size: 16px;
        line-height: 22px;
    }
}
