/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

address,
blockquote,
body,
caption,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
input,
legend,
li,
object,
ol,
p,
select,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
ul {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: 0;
}

table {
    border-collapse: collapse;
}

li,
ol,
ul {
    list-style: none;
}

address,
em {
    font-style: normal;
}

li img,
object {
    vertical-align: top;
}

form img,
input,
select,
textarea {
    vertical-align: middle;
}

a {
    outline: 0;
    border: none;
}

html {
    box-sizing: border-box;
}

*,
:after,
:before {
    box-sizing: inherit;
}

.svg-symbols {
    position: absolute;
    width: 0;
    height: 0;
    visibility: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

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

select::-ms-expand {
    display: none;
}

.responsive-img {
    max-width: 100%;
    height: auto;
}

.ReactModal__Body--open {
    overflow-y: hidden;
}

@media print {
    .no-print {
        display: none !important;
    }
}

.sup {
    font-size: 50%;
    vertical-align: 70%;
}

.sup--small {
    font-size: 40%;
    vertical-align: 100%;
}

.u-no-wrap {
    white-space: nowrap;
}

/* consistent with other landing pages */
.shell {
    max-width: 1290px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}

.l-capped-width {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.l-capped-width:after {
    content: " ";
    display: block;
    clear: both;
}

.l-capped-width--wide {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.l-capped-width--wide:after {
    content: " ";
    display: block;
    clear: both;
}

.l-full-width {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.l-full-width:after {
    content: " ";
    display: block;
    clear: both;
}

.l-side-nav {
    width: 18.91892%;
    float: left;
    margin-right: 1.35135%;
}

@media (min-width: 0) and (max-width: 767px),
    (min-width: 501px) and (max-width: 1023px) {
    .l-side-nav {
        clear: both;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        float: left;
        padding-left: 0.66667%;
        padding-right: 0.66667%;
    }
}

.l-side-nav-content {
    width: 79.72973%;
    float: right;
    margin-right: 0;
}

@media (min-width: 0) and (max-width: 767px),
    (min-width: 501px) and (max-width: 1023px) {
    .l-side-nav-content {
        clear: both;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        float: left;
        padding-left: 0.66667%;
        padding-right: 0.66667%;
    }
}

@font-face {
    font-family: Gotham HTF Light;
    src:
        url("fonts/GothamHTF-Light.woff2") format("woff2"),
        url("fonts/GothamHTF-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Gotham HTF Book;
    src:
        url("fonts/GothamHTF-Book.woff2") format("woff2"),
        url("fonts/GothamHTF-Book.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.03em;
}

@font-face {
    font-family: Gotham HTF Medium;
    src:
        url("fonts/GothamHTF-Medium.woff2") format("woff2"),
        url("fonts/GothamHTF-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.03em;
}

@font-face {
    font-family: Gotham HTF Black;
    src:
        url("fonts/GothamHTF-Black.woff2") format("woff2"),
        url("fonts/GothamHTF-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    letter-spacing: 0.03em;
}

@font-face {
    font-family: Gotham HTF;
    src:
        url("fonts/GothamHTF-Thin.woff2") format("woff2"),
        url("fonts/GothamHTF-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    letter-spacing: 0.03em;
}

@font-face {
    font-family: GothamCond;
    src:
        url("fonts/GothamCond-Book.woff2") format("woff2"),
        url("fonts/GothamCond-Book.woff") format("woff");
    font-style: normal;
}

.button {
    padding: 10px 50px;
    background: #116180;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    position: relative;
    display: inline-block;
    transition:
        background-color 0.2s,
        border-color 0.2s,
        transform 0.2s,
        color 0.2s;
    transition-timing-function: ease-out;
    border-radius: 0;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    appearance: none;
    cursor: pointer;
}

.button:disabled {
    opacity: 0.5;
    cursor: default;
}

.button:hover:after {
    width: 100%;
}

.button:focus {
    background-color: #9cc3d1;
}

.button:active {
    transition:
        background-color 0.2s,
        border-color 0.2s,
        transform 0s;
    background-color: #79aec1;
}

.button:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.3s;
    background-color: #9cc3d1;
}

.button a,
.button span {
    position: relative;
    z-index: 2;
}

.button--block {
    display: block;
    padding-left: 0;
    padding-right: 0;
}

.button--sm {
    min-width: 120px;
    padding: 10px;
    font-size: 10px;
    font-weight: 400;
    cursor: default;
}

.button--lg {
    padding: 16px 10px;
    cursor: pointer;
}

.button--lg:hover {
    background: transparent;
    color: #116180;
}

.button--white {
    cursor: pointer;
    background-color: #fff;
    color: #292f38;
    border-color: #292f38;
}

.button--white:hover {
    background: #e6e6e6;
}

.button--limed-spruce {
    cursor: pointer;
    background-color: #3c4652;
    color: #fff;
    border-color: #3c4652;
}

.button--limed-spruce:hover {
    background: #262d35;
}

.button--light-blue {
    border: 2px solid #72b1c8;
    background: #72b1c8;
}

.button--orange {
    border: 2px solid #ff6c0c;
    background: #ff6c0c;
}

@media (max-width: 767px) {
    .button--sm {
        min-width: 100px;
    }
}

.ico-arrow {
    background-image: url(./images/sprite.png);
    background-position: 32.903225806451616% 22.857142857142858%;
    background-size: 569.6969696969697% 537.5%;
    width: 33px;
    height: 16px;
}

.ico-arrow,
.ico-chat {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-chat {
    background-image: url(./images/sprite.png);
    background-position: 0 0;
    background-size: 400% 209.7560975609756%;
    width: 47px;
    height: 41px;
}

.ico-facebook {
    background-image: url(./images/sprite.png);
    background-position: 41.899441340782126% 63.38028169014085%;
    background-size: 2088.888888888889% 573.3333333333334%;
    width: 9px;
    height: 15px;
}

.ico-facebook,
.ico-instagram {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-instagram {
    background-image: url(./images/sprite.png);
    background-position: 50.86705202312138% 22.22222222222222%;
    background-size: 1253.3333333333333% 614.2857142857143%;
    width: 15px;
    height: 14px;
}

.ico-mark {
    background-image: url(./images/sprite.png);
    background-position: 0 100%;
    background-size: 569.6969696969697% 209.7560975609756%;
    width: 33px;
    height: 41px;
}

.ico-mark,
.ico-pinterest {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-pinterest {
    background-image: url(./images/sprite.png);
    background-position: 33.52272727272727% 64.28571428571429%;
    background-size: 1566.6666666666665% 537.5%;
    width: 12px;
    height: 16px;
}

.ico-radio {
    background: #116180;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin-right: 4px;
}

.ico-radio:last-child {
    margin-right: 0;
}

.ico-twitter {
    background-image: url(./images/sprite.png);
    background-position: 61.849710982658955% 21.62162162162162%;
    background-size: 1253.3333333333333% 716.6666666666667%;
    width: 15px;
    height: 12px;
}

.ico-twitter,
.ico-youtube {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-youtube {
    background-image: url(./images/sprite.png);
    background-position: 72% 21.052631578947366%;
    background-size: 1446.1538461538462% 860%;
    width: 13px;
    height: 10px;
}

.logo-footer {
    background-image: url(./images/sprite.png);
    background-position: 100% 0;
    background-size: 137.22627737226279% 716.6666666666667%;
    width: 137px;
    height: 12px;
}

.ico-moon-light,
.logo-footer {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-moon-light {
    background-image: url(./images/spritesheet.png);
    background-position: -40px -33px;
    width: 34px;
    height: 38px;
}

.ico-truck-light {
    background-image: url(./images/spritesheet.png);
    background-position: -47px 0;
    width: 54px;
    height: 30px;
}

.ico-badge-light,
.ico-truck-light {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-badge-light {
    background-image: url(./images/spritesheet.png);
    background-position: 0 -33px;
    width: 40px;
    height: 40px;
}

.ico-card-light {
    background-image: url(./images/spritesheet.png);
    background-position: 0 0;
    width: 47px;
    height: 33px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

@media (-o-min-device-pixel-ratio: 2/1),
    (-webkit-min-device-pixel-ratio: 2),
    (min-resolution: 192dpi) {
    .ico-chat {
        background-image: url(./images/sprite.@2x.png);
        background-position: 0 0;
        background-size: 400% 209.7560975609756%;
        width: 47px;
        height: 41px;
    }
    .ico-chat,
    .ico-facebook {
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
    }
    .ico-facebook {
        background-image: url(./images/sprite.@2x.png);
        background-position: 41.899441340782126% 63.38028169014085%;
        background-size: 2088.888888888889% 573.3333333333334%;
        width: 9px;
        height: 15px;
    }
    .ico-instagram {
        background-image: url(./images/sprite.@2x.png);
        background-position: 50.86705202312138% 22.22222222222222%;
        background-size: 1253.3333333333333% 614.2857142857143%;
        width: 15px;
        height: 14px;
    }
    .ico-instagram,
    .ico-mark {
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
    }
    .ico-mark {
        background-image: url(./images/sprite.@2x.png);
        background-position: 0 100%;
        background-size: 569.6969696969697% 209.7560975609756%;
        width: 33px;
        height: 41px;
    }
    .ico-pinterest {
        background-image: url(./images/sprite.@2x.png);
        background-position: 33.52272727272727% 64.28571428571429%;
        background-size: 1566.6666666666665% 537.5%;
        width: 12px;
        height: 16px;
    }
    .ico-pinterest,
    .ico-twitter {
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
    }
    .ico-twitter {
        background-image: url(./images/sprite.@2x.png);
        background-position: 61.849710982658955% 21.62162162162162%;
        background-size: 1253.3333333333333% 716.6666666666667%;
        width: 15px;
        height: 12px;
    }
    .ico-youtube {
        background-image: url(./images/sprite.@2x.png);
        background-position: 72% 21.052631578947366%;
        background-size: 1446.1538461538462% 860%;
        width: 13px;
        height: 10px;
    }
    .ico-youtube,
    .logo-footer {
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
    }
    .logo-footer {
        background-image: url(./images/sprite.@2x.png);
        background-position: 100% 0;
        background-size: 137.22627737226279% 716.6666666666667%;
        width: 137px;
        height: 12px;
    }
}

@media (min-width: 0) and (max-width: 767px),
    (min-width: 501px) and (max-width: 1023px) {
    .ico-card-light,
    .ico-moon-light {
        transform: scale(0.7);
    }
}

.wrapper {
    position: relative;
}

.section--secondary {
    padding: 63px 0 72px;
}

.section--solid {
    background: rgba(114, 177, 200, 0.15);
}

.section__head {
    text-align: center;
    font-size: 18px;
    padding: 0 17%;
}

.section__title {
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 0.03em;
    margin-bottom: 16px;
    line-height: 1.33;
}

.section__body {
    padding-top: 34px;
}

@media (max-width: 767px) {
    .section__head {
        padding: 0 15px;
    }
    .section__title {
        font-size: 25px;
    }
    .section__copy {
        font-size: 14px;
    }
}

.header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    padding: 24px 0;
    background: #fff;
}

.header__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 20px;
}

.header__content,
.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.logo {
    width: 153px;
    height: 41px;
    background-image: url(./images/logo-image.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
    text-decoration: none;
}

.logo--mobile {
    display: none;
    font-size: 0;
}

.nav {
    position: relative;
    margin-left: 55px;
    font-size: 16px;
    line-height: 1;
    color: #000;
    font-family:
        Gotham HTF Medium,
        sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.075em;
}

.nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}

.nav li + li {
    margin-left: 56px;
}

.nav a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
}

.nav a:hover {
    color: #26438d;
}

@media (max-width: 767px) {
    .header {
        padding: 15px 0;
    }
    .header__inner {
        padding: 10px 10px 2px;
    }
    .nav {
        margin-left: 30px;
        font-size: 12px;
    }
    .nav li + li {
        margin-left: 15px;
    }
    .logo {
        width: 125px;
        height: 33px;
    }
}

.promo-badge {
    position: absolute;
    z-index: 10;
    width: 20%;
    height: auto;
    top: 0;
    right: 0;
    min-width: 290px;
}

.promo-badge__image {
    max-width: 100%;
}

.promo-badge__copy {
    position: absolute;
    text-align: center;
    font-weight: 400;
    transform: translateX(-50%);
    margin-left: 50%;
    border: 1px solid blue;
}

.promo-badge-mobile {
    display: none;
}

.promo-badge-mobile__image {
    width: 100%;
}

@media (max-width: 1138px) {
    .promo-badge {
        top: 165px;
    }
}

@media (max-width: 767px) {
    .promo-badge {
        display: none;
    }
    .promo-badge-mobile {
        display: block;
        background: #ddd;
    }
}

.services {
    margin: 0 -8px;
    background-color: rgba(0, 0, 0, 0.5);
}

.services,
.services__container {
    display: flex;
    position: relative;
    z-index: 1;
}

.services__container {
    width: 100%;
    padding: 2px 0;
}

.services--alt .service__content p {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

.services--alt .service__content span {
    text-transform: none;
    font-weight: 300;
}

.service {
    display: flex;
    align-items: center;
    padding: 0 8px;
}

.service__icon {
    float: left;
    min-height: 42px;
    margin-right: 13px;
    line-height: 42px;
}

.service__content {
    overflow: hidden;
    letter-spacing: 0.025em;
    color: #000;
}

.service__content span {
    display: block;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
}

@media (max-width: 1023px) {
    .services {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 2px;
    }
    .service {
        width: 50%;
        padding-left: 0;
    }
    .service--alt {
        border-top: 0;
    }
    .service__icon {
        float: none;
        display: block;
    }
}

@media (max-width: 767px) {
    .service {
        width: 50%;
        display: flex;
        justify-content: center;
    }
    .service:nth-child(2) {
        display: none;
    }
    .service__content a {
        font-size: 10px;
    }
    .service__icon {
        margin: 0;
    }
    .services__container {
        padding: 8px 10px;
    }
}

@media (max-width: 500px) {
    .service {
        width: 50%;
    }
    .service__content a {
        font-size: 9px;
    }
}

.hero-continer,
.hero-wrapper {
    position: relative;
}

.hero-wrapper {
    min-height: 580px;
    background: url(./images/hero.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    overflow: hidden;
}

.hero {
    height: 580px;
    color: #fff;
}

.hero__video-container {
    position: absolute;
    width: 100%;
}

.hero__video-container .w-vulcan-v2-button {
    display: none !important;
}

.hero__contents {
    padding: 80px 20px 0;
    max-width: 600px;
}

.hero__preheader {
    font-family:
        Gotham HTF Medium,
        sans-serif;
    font-size: 14px;
    letter-spacing: 1.4px;
    margin-left: 3px;
}

.hero__header,
.hero__preheader {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.hero__header {
    font-size: 50px;
    font-weight: 300;
    line-height: normal;
}

.hero__header--sup {
    font-size: 20%;
    vertical-align: 270%;
}

.hero__copy {
    font-size: 18px;
    margin-bottom: 20px;
}

.intro__actions {
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 100%;
    z-index: 1;
    text-align: center;
}

.intro__link {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.15em;
}

.intro__link-arrow-container {
    position: relative;
    margin: 0 auto;
}

.intro__link-arrow-container .ico-arrow-down {
    margin-top: -23px;
}

.intro__link-arrow {
    transition: transform 0.2s;
    position: absolute;
    animation-name: arrowAnimation;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    padding-top: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-top: 17px;
    line-height: 70px;
    background: rgba(14, 81, 102, 0.9);
    margin-left: -40px;
    cursor: pointer;
}

.intro__link-arrow--stop {
    animation-name: none;
}

@keyframes arrowAnimation {
    0% {
        top: 0;
    }
    30% {
        top: 20px;
    }
    to {
        top: 0;
    }
}

[class^="ico-"] {
    display: inline-block;
    vertical-align: middle;
}

.ico-arrow-down {
    width: 23px;
    height: 23px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

@media (max-width: 1480px) {
    .hero__video-container {
        width: 160%;
        left: 50%;
        margin-left: -80%;
    }
}

@media (min-width: 0) and (max-width: 767px),
    (min-width: 501px) and (max-width: 1023px) {
    .hero {
        padding-bottom: 40px;
    }
    .hero__header {
        font-size: 32px;
    }
}

@media (max-width: 925px) {
    .hero__video-container {
        width: 200%;
        left: 50%;
        margin-left: -100%;
    }
}

@media (max-width: 767px) {
    .hero__video-container {
        display: none;
    }
    .hero-wrapper {
        min-height: 499px;
        background: url(./images/hero-mobile.jpg);
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
    }
    .hero__copy {
        width: 80%;
        font-size: 16px;
        font-weight: 300;
    }
    .intro__actions {
        display: none;
    }
}

@media (min-width: 0) and (max-width: 767px) {
    .hero {
        height: 475px;
    }
    .hero__contents {
        padding: 30px 25px 0;
    }
}

.innovation-video {
    padding-top: 120px;
    margin-bottom: 120px;
    text-align: center;
    color: #3c4652;
    background: url(./images/video-section-circular-elem.png);
    background-repeat: no-repeat;
    background-size: 564px 458px;
}

.innovation-video__content {
    padding: 0 17%;
}

.innovation-video__preheader {
    color: #858f98;
    font-size: 14px;
    text-transform: uppercase;
    font-family:
        Gotham HTF Medium,
        sans-serif;
    margin-bottom: 12px;
}

.innovation-video__preheader--light {
    font-family:
        Gotham HTF Light,
        sans-serif;
}

.innovation-video__header {
    margin-bottom: 14px;
    font-size: 36px;
    font-weight: 300;
}

.innovation-video__copy {
    font-size: 18px;
    margin-bottom: 58px;
}

.innovation-video__video-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
}

.innovation-video__video-container--mobile {
    display: none;
}

.innovation-video__desc-container {
    position: relative;
    max-width: 590px;
    margin: 0 auto;
    background: #fff;
    transform: translateY(65px);
    z-index: 1;
    opacity: 0;
}

.innovation-video__desc-container--active {
    transform: translateY(-65px);
    opacity: 1;
    transition:
        opacity,
        transform 0.9s;
}

.innovation-video__desc {
    font-family: GothamCond, sans-serif;
    font-size: 24px;
    margin-bottom: 29px;
    padding: 60px 70px 0;
}

.innovation-video__desc-owner {
    font-family:
        Gotham HTF,
        sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 60px;
}

.innovation-video__desc-owner--light {
    display: block;
    font-weight: 300;
}

@media (max-width: 767px) {
    .innovation-video {
        background: #ddd;
        padding-top: 60px;
        padding-bottom: 71px;
        margin-bottom: 0;
    }
    .innovation-video__content {
        padding: 0 15px;
    }
    .innovation-video__preheader {
        font-size: 12px;
    }
    .innovation-video__header {
        font-size: 25px;
        margin-bottom: 15px;
        line-height: 1.33;
    }
    .innovation-video__copy {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .innovation-video__desc-container {
        margin-top: 0;
        background: transparent;
        border: 0;
        opacity: 1;
        transform: translateY(0);
    }
    .innovation-video__desc {
        padding: 60px 15px 0;
    }
    .innovation-video__desc-owner {
        padding-bottom: 20px;
    }
    .innovation-video__video-container {
        display: none;
    }
    .innovation-video__video-container--mobile {
        display: block;
    }
}

.snowflake {
    position: relative;
    opacity: 0;
}

.snowflake--active {
    opacity: 1;
    transition: opacity 0.9s;
    transition-delay: 0.3s;
}

.snowflake__container {
    position: absolute;
    width: 410px;
    height: auto;
    top: -210px;
    z-index: 10;
    pointer-events: none;
}

.snowflake__image {
    max-width: 100%;
}

@media (max-width: 767px) {
    .snowflake {
        opacity: 1;
    }
    .snowflake__container {
        width: 200px;
        top: -95px;
    }
}

.features {
    position: relative;
    overflow: hidden;
}

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

.features--mobile {
    display: none;
    overflow: hidden;
}

.features__head {
    position: relative;
    z-index: 20;
    opacity: 0;
}

.features__head--active {
    opacity: 1;
    transition: opacity 0.9s;
}

.features__body {
    opacity: 0;
}

.features__body--active {
    opacity: 1;
    transition: opacity 0.9s;
    transition-delay: 0.3s;
}

.features .w-vulcan-v2-button {
    display: none !important;
}

.features-block {
    position: relative;
    z-index: 20;
}

.feature-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
    max-width: 33.33%;
}

.feature-block--group {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    padding-right: 17px;
}

.feature-block--group:last-child,
.feature-block--group:nth-child(2) {
    padding-right: 0;
}

.features-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 65%;
    flex: 0 1 65%;
    max-width: 65%;
    margin-left: 17px;
}

.features-group__head {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    text-align: center;
    background-color: #9cc3d1;
    margin-bottom: 24px;
    height: 25px;
}

.features-group__head--emty {
    background: transparent;
}

.features-group__head h5 {
    font-family:
        Gotham HTF Medium,
        sans-serif;
    font-size: 10px;
    line-height: 25px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 0;
}

.features-group__head h5 sup {
    vertical-align: 2px;
    font-size: 50%;
}

.feature__image {
    background: gray;
    height: 195px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-bottom: 4px;
    overflow: hidden;
    pointer-events: none;
}

.feature__image img {
    width: 100%;
}

.feature__title {
    position: relative;
    padding-bottom: 17px;
    margin-bottom: 23px;
    font-size: 14px;
    line-height: 1;
    color: #3c4652;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

.feature__title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 2px;
    background: #3c4652;
}

.feature__entry h5 {
    margin-bottom: 9px;
    color: #0e5166;
    font-weight: 400;
}

.feature__entry h5 a {
    text-decoration: none;
}

.feature__entry-title {
    font-size: 22px;
    color: #3c4652;
}

.feature__entry-tageline {
    font-size: 10px;
    color: #116180;
    margin-bottom: 10px;
}

.feature__entry-copy {
    font-size: 15px;
}

@media (max-width: 1199px) {
    .features-group {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 64.5%;
        flex: 0 1 64.5%;
        max-width: 64.5%;
        padding: 0 14px;
    }
}

@media (max-width: 1023px) {
    .feature__image {
        height: 130px;
    }
}

@media (max-width: 991px) {
    .features-group {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 64%;
        flex: 0 1 64%;
        max-width: 64%;
    }
}

@media (max-width: 767px) {
    .features {
        display: none;
    }
    .features--mobile {
        display: block;
        padding-bottom: 30px;
    }
    .features__head {
        opacity: 1;
    }
    .features__copy {
        opacity: 0;
    }
    .features__inner {
        display: block;
        width: 90%;
    }
    .features__body-mobile {
        padding-top: 0;
    }
    .features__title-mobile {
        margin-bottom: 0;
        line-height: 1.33;
    }
    .feature__entry-title {
        font-size: 18px;
    }
    .feature__entry-tageline {
        font-family:
            Gotham HTF Book,
            sans-serif;
    }
    .feature-block {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%;
        padding: 35px 15px 30px;
        width: 100%;
        display: block;
        text-align: center;
        min-height: 380px;
        border: 0;
    }
    .feature-block--group:last-child,
    .feature-block--group:nth-child(2) {
        padding-right: 15px;
    }
    .features-group {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }
    .features-group__head {
        height: 34px;
    }
    .features-group__head h5 {
        line-height: 34px;
        font-size: 9px;
    }
}

.comparisson {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1213px;
    padding: 17px 0 120px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
}

.comparisson__wrapper {
    padding-top: 120px;
    background-image: url(./images/comparisson-bg.jpg);
    background-size: cover;
}

.comparisson__row {
    height: 83px;
    line-height: 83px;
    vertical-align: middle;
}

.comparisson__row--APR {
    font-family:
        Gotham HTF Medium,
        sans-serif;
}

.comparisson__row--bold {
    color: #3c4652;
}

.comparisson__row--feels {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.comparisson__row--apr {
    font-size: 14px;
    color: #116180;
}

.comparisson__row span {
    display: none;
}

.comparisson__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    min-height: 82px;
    text-align: center;
    color: #fff;
}

.comparisson__head span {
    display: inline-block;
    margin-bottom: 3px;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.comparisson__head strong {
    font-family:
        Gotham HTF Book,
        sans-serif;
}

.comparisson__head sup {
    font-size: 5px;
    line-height: 1;
}

.comparisson__product-title {
    padding: 10px;
    background: #7a868c;
    width: 100%;
    font-weight: 200;
}

.comparisson__product-title:nth-child(2) {
    margin-top: 14px;
}

.comparisson__product-title--padding {
    padding-top: 25px;
    padding-bottom: 25px;
}

.comparisson__product-title--empty {
    width: 100%;
    padding: 12px;
    font-size: 14px;
    font-weight: 300;
}

.comparisson__product-title--first {
    background: #212121;
}

.comparisson__product-title--second {
    background: #3c4652;
    padding-top: 19px;
    padding-bottom: 19px;
}

.comparisson__product-title--third {
    padding-bottom: 9px;
}

.comparisson__product-title--light {
    opacity: 0.65;
}

.comparisson__actions {
    padding-top: 40px;
    text-align: center;
}

.comparisson__image {
    height: 148px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.comparisson__properties {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 237px;
    flex: 0 1 237px;
    max-width: 237px;
    margin-top: 15px;
}

.comparisson__properties strong {
    font-family:
        Gotham HTF Book,
        sans-serif;
    color: #116180;
}

.comparisson__properties p {
    display: inline-block;
    line-height: 1;
}

.comparisson__products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: calc(100% - 237px);
    flex-basis: calc(100% - 237px);
    max-width: calc(100% - 237px);
}

.comparisson__product {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
    max-width: 33.33333%;
    padding-left: 10px;
}

.comparisson__product:first-child {
    top: 3px;
}

.comparisson__product:nth-child(2) {
    margin-top: 15px;
}

.comparisson__product:last-child {
    margin-top: 19px;
    top: -3px;
}

.comparisson__product .comparisson__body {
    background: #fff;
    text-align: center;
    padding: 0 20px;
}

.comparisson__product .comparisson__body strong {
    font-family:
        Gotham HTF Book,
        sans-serif;
    font-size: 24px;
    color: #ff6c0c;
    letter-spacing: 0.15em;
}

.comparisson__product .comparisson__body sup {
    font-size: 10px;
    line-height: 1;
}

.comparisson__product .comparisson__row + .comparisson__row {
    border-top: 1px solid #e0e0e0;
}

.comparisson__price {
    font-family:
        Gotham HTF Book,
        sans-serif;
    font-size: 15px;
    color: #ff6c0c;
}

.comparisson__price--strike {
    font-family:
        Gotham HTF Book,
        sans-serif;
    font-size: 20px;
    /* text-decoration: line-through */
}

.comparisson__price--real {
    color: #3c4652;
    font-size: 20px;
}

.comparisson__row-firmness {
    line-height: normal;
    font-weight: 300;
    font-size: 14px;
    color: #346094;
}

.comparisson__row-firmness--light {
    color: #9cc3d1;
}

.comparisson__row-firmness--highlight {
    color: #ff6c0c;
}

.comparisson__button {
    padding: 18px 50px;
}

@media (max-width: 991px) {
    .comparisson__actions .btn {
        min-width: 100%;
    }
    .comparisson__properties {
        flex: 0 1 237px;
        max-width: 177px;
    }
    .comparisson__products {
        flex-basis: calc(100% - 177px);
        max-width: calc(100% - 177px);
    }
    .comparisson__button {
        padding: 18px 20px;
    }
}

@media (max-width: 767px) {
    .comparisson {
        overflow-x: hidden;
        font-size: 14px;
        display: block;
        max-width: 100%;
        padding-bottom: 60px;
    }
    .comparisson__wrapper {
        padding-top: 60px;
    }
    .comparisson__image {
        height: 100px;
    }
    .comparisson__properties {
        display: none;
    }
    .comparisson__products {
        flex: 0 1 100%;
        max-width: 100%;
        display: block;
        width: 70%;
        margin: 0 auto;
    }
    .comparisson__product {
        flex: 0 1 100%;
        max-width: 100%;
        width: 100%;
        padding: 0;
        margin-right: 15px;
    }
    .comparisson__product:last-child {
        top: -4px;
    }
    .comparisson__product .comparisson__body {
        padding: 0 10px;
    }
    .comparisson__product .comparisson__body sup {
        font-size: 60%;
    }
    .comparisson__row {
        position: relative;
        height: 120px;
        line-height: 120px;
        padding: 20px 0;
        vertical-align: middle;
        color: #3c4652;
    }
    .comparisson__row:before {
        content: attr(data-title);
    }
    .comparisson__row:before,
    .comparisson__row span {
        position: absolute;
        top: 30px;
        left: 0;
        width: 100%;
        font-weight: 500;
        line-height: 1;
    }
    .comparisson__row span {
        display: block;
    }
    .comparisson__row b {
        font-family:
            Gotham HTF Medium,
            sans-serif;
        color: #116180;
    }
    .comparisson__row b.comparisson__row--bold {
        color: #3c4652;
    }
    .comparisson__row b.comparisson__row--light {
        font-family:
            Gotham HTF Light,
            sans-serif;
    }
    .comparisson__row b.comparisson__price--strike {
        color: #3c4652;
    }
    .comparisson__row b.comparisson__price {
        color: #ff6c0c;
    }
    .comparisson__row b.comparisson__price--real {
        color: #3c4652;
    }
    .comparisson__product-title--first {
        padding-top: 25px;
        padding-bottom: 27px;
    }
    .comparisson__product-title--third {
        padding-top: 4px;
        padding-bottom: 5px;
    }
    .comparisson__product-sec,
    .comparisson__product-sec .comparisson__body strong,
    .comparisson__product-sec .comparisson__head h6 {
        font-size: 14px;
    }
    .comparisson__button {
        font-family:
            Gotham HTF Book,
            sans-serif;
        padding: 18px 50px;
    }
}

.callout-wrapper {
    position: relative;
    background: #3c4652;
    z-index: 1;
}

.callout {
    position: relative;
    color: #fff;
    overflow: hidden;
}

.callout.active:after {
    left: 0;
}

.callout:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    transition: all 0.9s;
    background-color: #9cc3d1;
}

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

.callout__body {
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
    max-width: 70%;
    /*padding: 19px 40px 14px 10px;*/
    padding: 9px 40px 14px 10px;
    -ms-flex-item-align: center;
}

.callout__actions,
.callout__body {
    -webkit-box-flex: 0;
    align-self: center;
}

.callout__actions {
    position: relative;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
    max-width: 30%;
    -ms-flex-item-align: center;
    background: #3c4652;
    padding: 31px 22px 26px;
}

.callout__actions:after {
    left: 100%;
    bottom: 0;
    right: -1000px;
}

.callout__actions:after,
.callout__actions:before {
    content: "";
    position: absolute;
    top: 0;
    background: #3c4652;
}

.callout__actions:before {
    left: -15px;
    bottom: -1px;
    width: 31px;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
}

.callout__title {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    text-align: right;
    letter-spacing: 0.12em;
}

.callout__title--bold {
    font-family:
        Gotham HTF Book,
        sans-serif;
}

.callout__link-more {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 400;
}

.callout__link-more--mobile {
    font-family:
        Gotham HTF Book,
        sans-serif;
    display: none;
}

.callout__link-more span {
    font-family:
        Gotham HTF Book,
        sans-serif;
    display: inline-block;
    vertical-align: middle;
    padding-right: 7px;
    letter-spacing: 0.12em;
    font-size: 16px;
}

.callout__promo-copy {
    text-align: right;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    transition: color 0.3s;
}

.callout__promo-copy.active {
    color: #3c4652;
}

.callout__promo-copy--bold {
    font-family:
        Gotham HTF Medium,
        sans-serif;
}

.ico-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #fff;
}

@media (max-width: 1199px) {
    .callout__actions:after {
        right: -15px;
    }
}

@media (max-width: 1116px) {
    .callout__link-more span,
    .callout__promo-copy,
    .callout__title {
        font-size: 1.3vw;
    }
}

@media (max-width: 990px) {
    .callout__actions:before {
        left: -16px;
        width: 55px;
    }
}

@media (max-width: 767px) {
    .callout__body {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%;
        display: block;
        padding: 40px 25px;
    }
    .callout__actions {
        display: none;
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -ms-flex-preferred-size: calc(100% + 30px);
        flex-basis: calc(100% + 30px);
        max-width: calc(100% + 30px);
        margin: 0 -15px;
        padding: 10px 24px;
    }
    .callout__actions:after {
        right: 0;
    }
    .callout__actions:before {
        display: none;
    }
    .callout__title {
        text-align: center;
        line-height: 1.6;
        font-size: 14px;
        margin-bottom: 20px;
    }
    .callout__title span {
        font-weight: 500;
    }
    .callout__promo-copy {
        text-align: center;
        font-size: 14px;
        margin-bottom: 20px;
    }
    .callout__link-more {
        display: none;
        background: #292f38;
    }
    .callout__link-more--mobile {
        display: block;
        background: #292f38;
        border-color: #292f38;
    }
    .callout__link-more--mobile:hover {
        color: inherit;
        background: #292f38;
        border-color: #292f38;
    }
}

.reviews-wrapper {
    overflow: hidden;
    position: relative;
    margin-top: -150px;
}

.reviews {
    margin: auto 5%;
}

.reviews__footer {
    text-align: center;
    padding: 0 30px;
    margin: 0 0 120px;
}

.reviews__title {
    font-size: 44px;
    margin-bottom: 14px;
}

.reviews__copy {
    font-size: 18.5px;
    margin-bottom: 34px;
}

.reviews__button {
    font-size: 13.5px;
    padding: 13px 130px;
}

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

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

.review {
    position: relative;
    min-height: 566px;
}

.review__contents {
    padding: 60px 2em 10px;
    text-align: center;
}

.review__contents--selected {
    display: none;
    background: #f5fafc;
    position: absolute;
    top: 0;
    left: 0;
}

.review__title {
    font-size: 1.6vw;
    margin-bottom: 25px;
}

.review__border {
    width: 20%;
    height: 1px;
    background: #3c4652;
    margin: 0 auto 25px;
}

.review__rating {
    margin: 0 auto;
    max-width: 182px;
    margin-bottom: 20px;
}

.review__product-name {
    font-size: 16px;
    font-weight: 400;
    color: #72b1c8;
    margin-bottom: 15px;
}

.review__copy {
    font-size: 0.9vw;
    color: #858f98;
    margin-bottom: 25px;
}

.review__author {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #3c4652;
}

.carousel {
    margin: 70px 0;
}

.carousel-cell {
    width: 31.83333%;
    min-height: 200px;
    margin-right: 1.5%;
    background: #f5fafc;
}

.carousel-cell.is-selected .review__contents--selected {
    display: block;
    z-index: 10;
    transform: scale(1.2);
}

.flickity-viewport {
    overflow: initial !important;
}

@media (min-width: 1700px) {
    .review__title {
        font-size: 30px;
    }
    .review__copy {
        font-size: 17px;
    }
}

@media (min-width: 1201px) and (max-width: 1457px) {
    .review__copy {
        font-size: 1vw;
    }
}

@media (min-width: 1001px) and (max-width: 1200px) {
    .review {
        min-height: 500px;
    }
}

@media (min-width: 891px) and (max-width: 1000px) {
    .review {
        min-height: 743px;
    }
    .review__contents {
        padding: 50px 2em 30px;
    }
    .review__title {
        font-size: 19px;
    }
    .review__copy,
    .review__product-name {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 890px) {
    .review {
        min-height: 743px;
    }
    .review__contents {
        padding: 30px 2em 10px;
    }
    .review__rating {
        max-width: 132px;
        margin-bottom: 10px;
    }
    .review__title {
        font-size: 16px;
    }
    .review__copy,
    .review__product-name {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .reviews-wrapper {
        overflow: hidden;
    }
    .reviews {
        overflow: initial;
    }
    .reviews__button {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .reviews__title {
        font-size: 28px;
    }
    .reviews__copy {
        font-size: 16px;
    }
    .reviews__footer {
        margin-bottom: 60px;
    }
    .review {
        min-height: 534px;
    }
    .review__title {
        font-size: 20px;
    }
    .review__copy {
        font-size: 14px;
    }
    .carousel-cell {
        width: 97%;
        min-height: 200px;
        margin-right: 3%;
    }
}

.accordion {
    max-width: 1070px;
    margin: 0 auto;
}

.accordion__wrapper {
    padding-top: 60px;
}

.accordion__section {
    font-size: 14px;
    line-height: 1.5;
    color: #858f98;
    cursor: pointer;
    -webkit-transition: background 0.25s;
    -o-transition: background 0.25s;
    transition: background 0.25s;
}

.accordion__section:first-child {
    border-top: 1px solid #999;
}

.accordion__section:last-child {
    border-bottom: 1px solid #999;
}

.accordion__section.active,
.accordion__section:hover {
    background: #f7f7f7;
}

.accordion__section.active .accordion__head {
    padding-bottom: 13px;
}

.accordion__section.active .accordion__head:after {
    content: "-";
    margin-top: -1px;
}

.accordion__section + .accordion__section {
    border-top: 1px solid #dfe2e3;
}

.accordion__head {
    position: relative;
    padding: 22px 75px;
}

.accordion__head:after {
    content: "+";
    position: absolute;
    top: 50%;
    left: 38px;
    font-size: 16px;
    line-height: 0.9;
    font-weight: 400;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.accordion__head h5 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1;
    color: #858f98;
    font-weight: 400;
    letter-spacing: 0.08em;
}

.accordion__body {
    display: none;
    padding: 0 80px 0 75px;
}

.accordion__body p {
    margin-bottom: 0;
    padding-bottom: 22px;
}

.accordion__body strong {
    font-weight: 500;
}

.accordion__body a {
    color: #858f98;
    text-decoration: underline;
    font-weight: 600;
}

@media (max-width: 767px) {
    .accordion {
        max-width: 100%;
    }
    .accordion__head {
        padding: 22px 20px 22px 38px;
    }
    .accordion__head:after {
        left: 13px;
    }
    .accordion__head h5 {
        line-height: inherit;
    }
    .accordion__body {
        font-family:
            Gotham HTF Book,
            sans-serif;
        display: none;
        padding: 0 20px 0 38px;
    }
    .accordion__section.active .accordion__head:after {
        content: "-";
        margin-top: -1px;
    }
}

.product-video {
    background: #1f252d;
    border-bottom: 1px solid gray;
}

.product-video:after {
    display: block;
    clear: both;
    content: "";
}

.product-video__inner {
    max-width: 1130px;
    margin: 0 auto;
}

.product-video__video {
    margin-top: 120px;
}

.product-video__content,
.product-video__video {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
}

.product-video__content {
    padding: 47px 40px 92px;
    text-align: center;
}

.product-video__pre-title {
    font-size: 17px;
    color: #9cc3d1;
    font-weight: 400;
    text-transform: uppercase;
}

.product-video__title {
    color: #fff;
    font-size: 36px;
    font-weight: 200;
    margin-bottom: 10px;
}

.product-video__copy {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.7;
    font-weight: 200;
    margin: 0 10%;
}

@media (min-width: 0) and (max-width: 767px) {
    .product-video__video {
        padding: 0 20px;
        margin-top: 60px;
    }
    .product-video__content {
        padding: 23px 20px 60px;
    }
    .product-video__pre-title {
        font-size: 15px;
    }
    .product-video__title {
        font-size: 28px;
    }
    .product-video__copy {
        line-height: 1.5;
        margin: 0;
        font-size: 16px;
    }
}

.other-products-wrapper {
    background: #ccc;
}

.other-products {
    position: relative;
    padding: 110px 0 52px;
    background-color: #000;
    background-size: cover;
    background-position-y: 100%;
    padding-bottom: 710px;
    background-position-x: 50%;
    overflow: hidden;
}

.other-products__background {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(./images/product-bg.jpg);
    background-size: cover;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: 50%;
    background-repeat: no-repeat;
}

.other-products__background--active {
    opacity: 1;
    transition: opacity 1.5s;
}

.other-products__header {
    text-align: center;
    padding: 0 16%;
    color: #fff;
}

.other-products__title {
    margin-bottom: 28px;
    font-size: 36px;
    font-weight: 300;
    transform: translateY(50px);
    opacity: 0;
}

.other-products__title--active {
    transform: translateY(0);
    opacity: 1;
    transition:
        opacity,
        transform 0.6s;
}

.other-products__title--sup {
    font-size: 30%;
    vertical-align: 110%;
}

.other-products__copy {
    font-size: 18px;
    transform: translateY(50px);
    opacity: 0;
}

.other-products__copy--active {
    transform: translateY(0);
    opacity: 1;
    transition:
        opacity,
        transform 0.6s;
}

.other-products__copy--promo {
    font-family:
        Gotham HTF Medium,
        sans-serif;
    font-size: 15px;
    color: #ff6c0c;
    padding-top: 22px;
}

.other-products__body {
    padding-top: 50px;
}

.other-products__tagline {
    position: absolute;
    bottom: 70px;
    margin: 0 auto;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    opacity: 0.65;
}

.other-products__tagline--strike {
    text-decoration: line-through;
    color: #fff;
}

.other-products__footer {
    position: relative;
}

.other-products__footer-content {
    color: #fff;
    text-align: center;
    max-width: 630px;
    position: absolute;
    top: 33px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.other-products__footer-content.active {
    display: none;
}

.other-products__footer-title {
    font-size: 24px;
    margin-bottom: 24px;
    line-height: 1.33;
}

.other-products__footer-copy {
    font-size: 15px;
    margin-bottom: 24px;
}

.other-products__video-play-btn {
    width: 90px;
    margin: 0 auto;
}

.other-products__footer-video {
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    opacity: 0;
    max-width: 1080px;
}

.other-products__footer-video.active {
    opacity: 1;
}

.other-products__video-close {
    position: relative;
}

.other-products__video-close-icon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    width: 40px;
    height: auto;
    cursor: pointer;
}

.other-products__cta {
    font-family:
        Gotham HTF Book,
        sans-serif;
    font-size: 14px;
    letter-spacing: 0.18em;
    padding-top: 3px;
}

.products {
    padding: 0 55px;
    margin-bottom: 39px;
}

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

.product {
    position: relative;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding: 40px;
    background: #fff;
    margin-right: 30px;
}

.product--no-adjustable-base {
    min-height: 700px;
    padding-bottom: 20px;
}

.product,
.product:last-child {
    max-width: calc(50% - 15px);
}

.product:last-child {
    margin-right: 0;
}

.product__image-container {
    overflow-x: hidden;
    margin-bottom: 20px;
    display: block;
    min-height: 205px;
    overflow: hidden;
}

.product__image-container .flickity-page-dots {
    bottom: -3px;
}

.product__image-container .flickity-page-dots .dot {
    background: url(./images/dot.jpg);
    width: 12px;
    height: 12px;
    background-size: contain;
    margin: 0 3px;
}

.product__image-container .flickity-viewport {
    overflow: hidden !important;
}

.product__image {
    position: relative;
    margin-bottom: 28px;
    display: block;
    width: 100%;
}

.product__image-item {
    height: auto;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.product__content {
    max-width: 422px;
    margin: 0 auto;
}

.product__title {
    margin-bottom: 26px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 24px;
    padding: 0 10px;
}

.product__title--soft {
    color: #346094;
}

.product__title--firm,
.product__title--soft {
    font-family:
        Gotham HTF Medium,
        sans-serif;
    text-transform: uppercase;
}

.product__title--firm {
    color: #ff6c0c;
}

.product__title a {
    text-decoration: none;
}

.product__title a:hover {
    color: #26438d;
}

.product__entry {
    font-size: 15px;
    margin-bottom: 23px;
    padding: 0 20px;
}

.product__sub-copy {
    font-size: 15px;
    text-transform: uppercase;
}

.product__sub-copy--bold {
    font-family:
        Gotham HTF Medium,
        sans-serif;
}

.product__sub-copy--icon {
    background: #3c4652;
    color: #fff;
    font-weight: 700;
    padding: 0 1px;
    font-size: 70%;
    vertical-align: 10%;
}

.product__sub-copy-2 {
    font-size: 15px;
    text-transform: uppercase;
}

.product__price,
.product__sub-copy-2 {
    font-family:
        Gotham HTF Medium,
        sans-serif;
}

.product__price {
    color: #3c4652;
    font-size: 20px;
    margin-bottom: 22px;
}

.product__price--sup {
    vertical-align: 50%;
}

.product__price--strike {
    color: #3c4652;
    text-decoration: line-through;
    font-weight: 200;
}

.product__price--real {
    color: #3c4652;
    font-weight: 200;
    font-size: 15px;
    color: #ff6c0c;
}

.product__border {
    border-bottom: 1px solid #bfbfbf;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 25px;
}

.product__promo-copy {
    font-family:
        Gotham HTF Medium,
        sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    color: #ff6c0c;
    font-weight: 500;
    margin-bottom: 6px;
}

.product__promo-copy--light {
    font-weight: 100;
}

.product__actions {
    position: static;
    bottom: auto;
    left: auto;
    right: auto;
    max-width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

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

.product__actions--button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    font-size: 13px;
    max-width: 222px;
    margin: 0 10px;
}

.product__financing {
    text-decoration: underline;
}

@media (min-width: 1650px) {
    .other-products {
        padding-bottom: 45%;
    }
    .other-products__background {
        background-position: center 100%;
    }
    .other-products__footer-content {
        top: 60px;
    }
}

@media (max-width: 1199px) {
    .products {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .product {
        padding: 10px 10px 60px;
    }
    .other-products__footer-content {
        top: 10px;
    }
}

@media (max-width: 767px) {
    .products {
        margin-bottom: 0;
    }
    .products__inner {
        display: block;
        margin: 0 auto;
        width: 90%;
    }
    .product {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        padding: 15px;
        margin-right: 15px;
    }
    .product,
    .product:last-child {
        max-width: 100%;
        width: 100%;
    }
    .product__title {
        font-size: 28px;
    }
    .product__entry {
        margin-bottom: 30px;
        font-size: 16px;
    }
    .product__actions {
        display: block;
        position: static;
        bottom: auto;
        left: auto;
        right: auto;
        max-width: 100%;
    }
    .product__actions--button {
        max-width: none;
        width: 100%;
        margin: 5px 0;
    }
    .product__image {
        display: none;
    }
    .product__image:first-child {
        display: block;
    }
    .product__image-container {
        margin-bottom: 0;
    }
    .product__financing,
    .product__sub-copy {
        font-family:
            Gotham HTF Book,
            sans-serif;
    }
    .product__price {
        font-size: 28px;
    }
    .other-products {
        padding-top: 60px;
        background-size: 200%;
        background-repeat: no-repeat;
        background-color: #000;
    }
    .other-products__background {
        background-size: 210%;
        background-position: center 100%;
        opacity: 1;
    }
    .other-products__header {
        padding: 0 10px;
    }
    .other-products__title {
        font-size: 28px;
        opacity: 1;
        transform: translateY(0);
    }
    .other-products__copy {
        font-size: 16px;
        margin-bottom: 45px;
        opacity: 1;
        transform: translateY(0);
    }
    .other-products__body {
        padding-top: 0;
        min-height: 800px;
    }
    .other-products__footer-content {
        font-family:
            Gotham HTF Book,
            sans-serif;
        top: 90px;
        width: 86%;
    }
    .other-products__footer-video {
        top: 70px;
        width: 100%;
    }
    .other-products__footer-title {
        font-size: 18px;
    }
    .other-products__footer-copy {
        font-size: 12px;
    }
    .other-products__tagline {
        font-size: 12px;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        bottom: 17px;
        opacity: 1;
    }
    .other-products__cta {
        letter-spacing: 0.08em;
    }
}

@media (max-width: 500px) {
    .product__title {
        font-size: 18px;
        padding: 0 5px;
    }
    .product__entry {
        margin-bottom: 30px;
        font-size: 12px;
        padding: 0 5px;
    }
    .product__sub-copy,
    .product__sub-copy-2 {
        font-size: 10px;
    }
    .product__price {
        font-size: 22px;
    }
    .other-products {
        padding-bottom: 550px;
    }
    .other-products__body {
        min-height: 720px;
    }
    .other-products__footer-content {
        top: -16px;
    }
    .other-products__footer-video {
        top: 0;
        width: 100%;
    }
}

.product-feature .flickity-slider {
    background-color: #1f252d;
    -webkit-transform: none !important;
    transform: none !important;
}

.product-feature__container {
    position: relative;
    text-align: center;
}

.product-feature__slide {
    position: relative;
    min-height: 1032px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #1f252d;
    width: 100%;
    top: 0;
    left: 0 !important;
    opacity: 0;
    z-index: -1;
}

.product-feature__slide.is-selected {
    opacity: 1;
    z-index: 0;
}

.product-feature__slide:first-child {
    background-image: url(./images/feel-specific-firm.jpg);
}

.product-feature__slide:nth-child(2) {
    background-image: url(./images/feel-specific-soft.jpg);
}

.product-feature__slide:nth-child(3) {
    background-image: url(./images/feel-specific-mediumHyb.jpg);
}

.product-feature__slide:nth-child(4) {
    background-image: url(./images/feel-specific-medium.jpg);
}

.product-feature__content {
    position: absolute;
    top: 6em;
    right: 0;
}

.product-feature__button {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    padding: 12px 80px;
    border: none;
}

.product-feature__button--font-weight {
    font-weight: 300;
}

.product-feature__ribon {
    position: relative;
    background: #3c4652;
    padding: 20px 40px 20px 20px;
    color: #fff;
    font-weight: 200;
    text-align: right;
    line-height: 1em;
    font-size: 36px;
    font-size: 2vw;
}

.product-feature__ribon:before {
    left: -61px;
    width: 7px;
}

.product-feature__ribon:after,
.product-feature__ribon:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: -1px;
    background: #3c4652;
    transform: skew(20deg);
}

.product-feature__ribon:after {
    left: -39px;
    width: 70px;
    height: 100%;
}

.product-feature__ribon--bold {
    font-weight: 400;
}

.product-feature__ribon--regular {
    font-weight: 300;
    text-transform: uppercase;
    padding-right: 0.4em;
}

.product-feature__ribon sup {
    vertical-align: 60%;
}

.product-feature__copy-wrapper {
    position: relative;
    z-index: 1;
}

.product-feature__copy {
    text-align: right;
    color: #fff;
    font-size: 0.8vw;
    margin-top: 1.5em;
    margin-right: 2em;
    font-weight: 200;
}

.product-feature__copy--medium {
    font-weight: 400;
}

.product-feature .flickity-button {
    background: hsla(210, 3%, 57%, 0.75);
}

.product-feature .flickity-button-icon {
    fill: #fff;
}

@media (min-width: 2440px) {
    .product-feature__slide {
        min-height: 1190px;
    }
}

@media (max-width: 1380px) {
    .product-feature__ribon {
        font-size: 2.5vw;
    }
    .product-feature__copy {
        font-size: 14px;
    }
}

@media (min-width: 501px) and (max-width: 1023px) {
    .product-feature__content {
        top: 3em;
    }
}

@media (min-width: 0) and (max-width: 767px) {
    .product-feature__slide {
        background-position-x: 37%;
        background-size: 234%;
        background-position-y: 30%;
        min-height: 900px;
        background-color: #273039;
    }
    .product-feature__ribon {
        text-align: center;
        width: 100%;
        font-size: 20px;
    }
    .product-feature__content {
        display: block;
        width: 100%;
        top: 0;
    }
    .product-feature__copy {
        text-align: center;
        margin-right: 0;
        padding: 0 20px;
    }
    .product-feature__button {
        width: calc(100% - 90px);
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 400px) {
    .product-feature__slide {
        background-position-y: 50%;
        min-height: 750px;
    }
    .product-feature__content {
        top: 0;
    }
}

.section--articles {
    padding-top: 120px;
}

.section--articles-mobile {
    display: none;
    padding-top: 60px;
}

.section__title--articles-mobile {
    margin-bottom: 0;
}

.articles {
    display: flex;
    list-style-type: none;
    overflow: hidden;
    width: 100%;
}

.articles:after {
    content: "";
    display: table;
    clear: both;
    line-height: 0;
}

.article-block {
    position: relative;
    height: 600px;
    min-height: 500px;
    padding: 47px 10px 70px 24px;
    color: #fff;
    flex: 1;
    background-size: cover;
    background-position: 50% 50%;
    transition: flex 0.3s;
    transition-timing-function: ease-out;
    display: block;
}

.article-block.active {
    max-width: 56.4%;
    padding: 46px 50px 70px;
}

.article-block.active .article__image:after {
    background: rgba(0, 0, 0, 0.2);
}

.article-block.active .article__title {
    margin-bottom: 52px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.2em;
}

.article-block.active .article__subtitle {
    margin-bottom: 15px;
}

.article-block.active .article__entry {
    opacity: 1;
    max-width: 55%;
    visibility: visible;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.article-block:hover {
    flex: 3;
}

.article-block:hover .article__entry {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.3s;
    max-width: 55%;
}

.article-block:hover .link-more {
    opacity: 0;
}

.article-block .link-more {
    position: absolute;
    bottom: -22px;
    left: 0;
}

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

.article__image--1,
.article__image--2,
.article__image--3 {
    background-position: 65%;
}

.article__image--4 {
    background-position: 92%;
}

.article__image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}

.article__body {
    position: relative;
    z-index: 1;
    height: 100%;
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: 0.1em;
}

.article__entry {
    opacity: 0;
    visibility: hidden;
    -webkit-transition:
        visibility 0.25s,
        opacity 0.25s;
    -o-transition:
        visibility 0.25s,
        opacity 0.25s;
    transition:
        visibility 0.25s,
        opacity 0.25s;
}

.article__entry sup {
    font-size: 10px;
    line-height: 1;
}

.article__subtitle {
    position: relative;
    padding-bottom: 21px;
    margin-bottom: 27px;
    font-weight: 700;
}

.article__subtitle:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 36px;
    height: 5px;
    background: #fff;
}

.article__title {
    margin-bottom: 52px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

@media (min-width: 1690px) {
    .article-block:hover {
        flex: 2;
    }
}

@media (min-width: 2039px) {
    .article-block:hover {
        flex: 1.3;
    }
}

@media (max-width: 1199px) {
    .article-block {
        padding: 47px 15px 70px;
    }
    .article-block.active {
        max-width: 45%;
    }
    .article-block .link-more {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .article-block {
        padding: 27px 10px 50px;
    }
    .article-block.active {
        padding: 26px 23px 50px;
        max-width: 40%;
    }
    .article-block.active .article__entry {
        max-width: 100%;
    }
    .article-block .link-more {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .section--articles {
        display: none;
    }
    .articles,
    .section--articles-mobile {
        display: block;
    }
    .articles {
        padding-left: 15px;
        padding-right: 15px;
    }
    .articles__container {
        padding-top: 0;
    }
    .article__image {
        position: static;
        width: 100%;
        min-height: 300px;
    }
    .article__image:after {
        background: transparent;
    }
    .article__entry {
        opacity: 1;
        visibility: visible;
        max-width: 100%;
    }
    .article__entry br {
        display: none;
    }
    .article__body {
        display: flex;
        padding-top: 30px;
    }
    .article__title {
        font-size: 18px;
        margin-bottom: 12px;
        text-transform: capitalize;
    }
    .article__title br {
        display: none;
    }
    .article__subtitle {
        width: 13.33333%;
        font-size: 18px;
        max-width: 50px;
    }
    .article__subtitle:after {
        background: #3c4652;
        top: 44px;
    }
    .article__content {
        font-family:
            Gotham HTF Book,
            sans-serif;
        width: 86.66667%;
    }
    .article__content p {
        font-family:
            Gotham HTF Light,
            sans-serif;
        letter-spacing: 0.03em;
        font-size: 14px;
    }
    .article-block {
        max-width: 100%;
        height: auto;
        min-height: 100px;
        color: #3c4652;
    }
    .article-block.active {
        max-width: 100%;
    }
    .article-block.active .article__entry {
        max-width: 100%;
        height: 100%;
    }
    .article-block:hover .article__entry {
        max-width: 100%;
    }
}

@media (max-width: 500px) {
    .article__image {
        background-size: contain;
    }
    .article-block {
        padding: 5px 10px 50px;
    }
}

.footer {
    background: #3c4652;
    font-size: 12px;
    line-height: 1;
    color: #c9ced1;
}

.footer__inner {
    padding-top: 50px;
}

.footer__body {
    margin: 0 auto;
    padding: 36px 5% 60px;
}

.footer a {
    text-decoration: underline;
}

.footer__contacts {
    background: #172228;
}

.footer__aux-copy {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.03rem;
    margin-top: 2rem;
}

.footer__aux-copy > p {
    margin: 16px 0;
}

.contacts {
    max-width: 924px;
    padding: 15px 0;
    margin: 0 auto;
}

.contact,
.contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0 20px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.01em;
    width: 50%;
}

.contact:nth-child(3n-1) {
    padding-left: 100px;
    border-left: 1px solid #5e656a;
}

.contact__image {
    width: 60px;
}

.contact__body {
    width: calc(100% - 60px);
}

.contact h5 {
    margin-bottom: 0;
    font-size: 25px;
    line-height: 1;
    font-weight: 400;
}

.contact h5 a {
    text-decoration: none;
}

.contact h5 a:hover {
    text-decoration: underline;
}

.contact p {
    margin-top: 8px;
}

.contact a {
    text-decoration: underline;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.contact a:hover,
.contact a[href^="tel"] {
    text-decoration: none;
}

.contact a[href^="tel"]:hover {
    text-decoration: underline;
}

.copyright {
    text-align: center;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0.03em;
}

.copyright:after {
    content: "";
    display: table;
    clear: both;
    line-height: 0;
}

.copyright p {
    margin-bottom: 0;
    padding-right: 25px;
}

.copyright p,
.copyright ul {
    display: inline-block;
    vertical-align: middle;
}

.copyright ul {
    list-style-type: none;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}

.copyright li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.015em;
}

.copyright a {
    text-decoration: none;
    -webkit-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
}

.copyright a:hover {
    color: #fff;
}

.footer-svg-icon {
    height: 12px;
    width: auto;
    fill: #cccccc;
}

.copyright > p {
    margin-bottom: 12px;
    font-size: 14px;
}

.copyright > p > a {
    margin-right: 4px;
}

@media (max-width: 1199px) {
    .contact {
        padding-left: 30px;
    }
    .contact:nth-child(3n-1) {
        padding-left: 75px;
    }
}

@media (max-width: 991px) {
    .copyright li {
        padding: 0 10px;
    }
    .contact {
        padding: 15px 5px 20px;
    }
    .contact:nth-child(3n-1) {
        padding-left: 25px;
    }
    .contact h5 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .contacts {
        padding: 0;
        padding-left: 15px;
    }
    .contact {
        width: 100%;
        padding: 20px 0;
    }
    .contact:nth-child(3n-1) {
        padding-left: 0;
        border-top: 1px solid #5e656a;
        border-left: 0;
    }
    .copyright p {
        padding-right: 0;
    }
    .copyright ul {
        padding-top: 10px;
    }
}

body {
    min-width: 320px;
    background: #fff;
    font-family:
        Gotham HTF Light,
        sans-serif;
    font-size: 14px;
    line-height: 1.57;
    color: #3c4652;
    font-weight: 200;
    letter-spacing: 0.03em;
}

.hide {
    display: none;
}

.uppercase {
    text-transform: uppercase;
}

.strike {
    text-decoration: line-through;
}
