/*!
 * fullPage 2.9.4
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled, .fp-enabled body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

#superContainer {
    height: 100%;
    position: relative;
    -ms-touch-action: none;
    touch-action: none
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fp-slide {
    float: left
}

.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.fp-slidesContainer {
    float: left;
    position: relative
}

.fp-controlArrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff
}

.fp-scrollable {
    overflow: hidden;
    position: relative
}

.fp-scroller {
    overflow: hidden
}

.iScrollIndicator {
    border: 0 !important
}

.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0)
}

#fp-nav.right {
    right: 17px
}

#fp-nav.left {
    left: 17px
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fp-slidesNav.bottom {
    bottom: 17px
}

.fp-slidesNav.top {
    top: 17px
}

#fp-nav ul, .fp-slidesNav ul {
    margin: 0;
    padding: 0
}

#fp-nav ul li, .fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative
}

.fp-slidesNav ul li {
    display: inline-block
}

#fp-nav ul li a, .fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out
}

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer
}

#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1
}

#fp-nav ul li .fp-tooltip.right {
    right: 20px
}

#fp-nav ul li .fp-tooltip.left {
    left: 20px
}

.fp-auto-height.fp-section, .fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell {
    height: auto !important
}

.fp-responsive .fp-auto-height-responsive.fp-section, .fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    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;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before, .slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[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
}

@charset 'UTF-8';
.slick-loading .slick-list {
    background: #fff url('../images/icons/ajax-loader.gif') center center no-repeat
}

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url(../vendor/slick_ced611da.eot);
    src: url(../vendor/slick_ced611da.eot?#iefix) format('embedded-opentype'), url(../vendor/slick_b7c9e1e4.woff) format('woff'), url(../vendor/slick_d41f55a7.ttf) format('truetype'), url(../vendor/slick_f97e3bbf.svg#slick) format('svg')
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '\2190'
}

[dir='rtl'] .slick-prev:before {
    content: '\2192'
}

.slick-next {
    right: -25px
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '\2192'
}

[dir='rtl'] .slick-next:before {
    content: '\2190'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '\2022';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black
}

/**
*   The  pseudo-element 'content' property doesnt accept normal (&raquo;) style
*   HTML entities. These variables below easy the pain of looking up the HEX codes...
*
*   Referenced from http://www.danshort.com/HTMLentities/
*
*   TODO: Add all the other entities? Worth it? Some day? Maybe?
*/
*, *:after, *:before {
    box-sizing: border-box
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, main, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

html, body {
    min-height: 100%
}

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

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    line-height: 1;
    overflow-x: hidden
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

img {
    vertical-align: middle;
    interpolation-mode: bicubic
}

img, video, canvas, object, embed {
    max-width: 100%;
    height: auto
}

video {
    display: block
}

progress {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 0;
    border: none
}

progress[value] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

progress::-webkit-progress-bar {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 0
}

progress::-webkit-progress-value {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0
}

progress::-moz-progress-bar {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0
}

progress:not([value]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

/*
* Flexible Video iFrame Embed
* use like :
<figure class="aspect">
	<iframe src="https://www.youtube.com/embed/4Fqg43ozz7A"></iframe>
</figure>
*/
figure.aspect {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden
}

figure.aspect iframe, figure.aspect video, figure.aspect embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

button:focus, a:focus {
    outline: none
}

.a11y, .sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
    margin: 0;
    padding: 0
}

.cf:before, .cf:after {
    content: " ";
    display: table
}

.cf:after {
    clear: both
}

.cf {
    *zoom: 1
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    font-size: 62.5%;
    box-sizing: border-box
}

body {
    font-family: "NHaasGrotesk", helvetica, sans-serif;
    font-size: 1.6rem;
    line-height: 1.1875;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    overflow-scrolling: touch;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

html, body, input, button, textarea {
    -webkit-font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

::-moz-selection {
    background: #262626;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #262626;
    color: #fff;
    text-shadow: none
}

p {
    widows: 3;
    orphans: 3
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

abbr, acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #222;
    border-bottom: 1px solid #cccccc;
    cursor: help
}

abbr {
    text-transform: none
}

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

textarea {
    resize: vertical
}

pre {
    font-family: Monaco;
    padding: 0.5em 1em;
    margin: 0 0 1rem;
    border-radius: 2px;
    overflow-x: scroll
}

pre code {
    overflow-x: scroll;
    border: none;
    word-wrap: initial;
    background-color: transparent
}

button {
    font-family: inherit
}

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

.text-regular, .text-normal {
    font-weight: 400
}

.text-medium {
    font-weight: 500
}

.text-bold {
    font-weight: 700
}

.text-uppercase {
    text-transform: uppercase
}

.text-italic {
    font-style: italic
}

.text-nowrap {
    white-space: nowrap
}

.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.text-align-left, .text-left {
    text-align: left !important
}

.text-align-right, .text-right {
    text-align: right !important
}

.text-align-center, .text-center {
    text-align: center !important
}

.decoration-none {
    text-decoration: none
}

.decoration-underline {
    text-decoration: underline
}

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

code {
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 0 2px;
    padding: 0 5px;
    border: 1px solid white;
    background-color: white
}

ul, ol {
    font-size: 1em
}

ul li, ol li {
    line-height: 1;
    margin-bottom: 1rem
}

ul {
    list-style: none inside
}

ul.square {
    list-style: square inside
}

ul.circle {
    list-style: circle inside
}

ul.disc {
    list-style: disc inside
}

dl dt {
    font-weight: bold
}

blockquote, q {
    font-family: "NHaasGrotesk", helvetica, sans-serif
}

blockquote p, q p {
    font-size: 1rem
}

blockquote cite, q cite {
    font-size: initial;
    display: block
}

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

sup {
    top: -0.5em
}

strong, b {
    font-weight: 700
}

em {
    font-style: italic
}

@font-face {
    font-family: "NHaasGrotesk";
    src: url(../fonts/NHaasGroteskDSStd-55Rg.eot);
    src: url(../fonts/NHaasGroteskDSStd-55Rg.eot) format("embedded-opentype"), url(../fonts/NHaasGroteskDSStd-55Rg.woff) format("woff"), url(../fonts/NHaasGroteskDSStd-55Rg.ttf) format("truetype"), url(../fonts/NHaasGroteskDSStd-55Rg.svg) format("svg");
    font-weight: 400
}

@font-face {
    font-family: "NHaasGrotesk";
    src: url(../fonts/NHaasGroteskDSStd-75Bd.eot);
    src: url(../fonts/NHaasGroteskDSStd-75Bd.eot) format("embedded-opentype"), url(../fonts/NHaasGroteskDSStd-75Bd.woff) format("woff"), url(../fonts/NHaasGroteskDSStd-75Bd.ttf) format("truetype"), url(../fonts/NHaasGroteskDSStd-75Bd.svg) format("svg");
    font-weight: 700
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .mega {
    font-weight: 700;
    line-height: 1.1
}

.mega {
    font-size: 17.86667vw;
    line-height: 0.95833;
    letter-spacing: -0.015em;
    margin-bottom: 5.33333vw
}

@media (min-width: 550px) {
    .mega {
        font-size: 13.33333vw;
        max-width: 4em
    }
}

@media (min-width: 1024px) {
    .mega {
        font-size: 9.21986vw;
        margin-bottom: 2.12766vw
    }
}

h1, .h1 {
    font-size: 4.5rem;
    max-width: 7.2em;
    line-height: 0.95
}

@media (min-width: 1024px) {
    h1, .h1 {
        font-size: 6rem
    }
}

h2, .h2 {
    font-size: 4.6rem;
    line-height: 1.19565
}

@media (min-width: 1024px) {
    h2, .h2 {
        font-size: 6rem;
        line-height: 1.2
    }
}

h3, .h3 {
    font-size: 3rem;
    line-height: 1.2
}

@media (min-width: 1024px) {
    h3, .h3 {
        font-size: 4.6rem;
        line-height: 1.19565
    }
}

h4, .h4 {
    font-size: 2rem;
    line-height: 1.2
}

@media (min-width: 1024px) {
    h4, .h4 {
        font-size: 3rem;
        line-height: 1.2
    }
}

h5, .h5 {
    font-size: 1rem
}

h6, .h6 {
    font-size: 1rem;
    text-transform: uppercase
}

p {
    font-size: 1.6rem;
    line-height: 1.1875;
    margin-bottom: 1em
}

@media (min-width: 768px) {
    p {
        max-width: 30em
    }
}

.medium p, p.medium {
    font-size: 1.8rem;
    line-height: 1.22222
}

@media (min-width: 768px) {
    .medium p, p.medium {
        font-size: 2rem;
        line-height: 1.2
    }
}

.large p, .large ul, .large ol, p.large, ul.large, ol.large {
    font-size: 2rem;
    line-height: 1.2
}

.address {
    padding-top: 5.33333vw;
    padding-bottom: 5.33333vw;
    border-bottom: 0.1rem solid
}

.address h3 {
    margin-bottom: 2.66667vw
}

.address a:hover {
    color: #006cb7
}

.address:last-child {
    margin-bottom: 6.38298vw
}

@media (min-width: 768px) {
    .address {
        padding-top: 3.19149vw;
        padding-bottom: 3.19149vw;
        border-bottom: 0.2rem solid
    }
}

@font-face {
    font-family: "NHaasGrotesk";
    src: url(../fonts/NHaasGroteskDSStd-55Rg.eot);
    src: url(../fonts/NHaasGroteskDSStd-55Rg.eot) format("embedded-opentype"), url(../fonts/NHaasGroteskDSStd-55Rg.woff) format("woff"), url(../fonts/NHaasGroteskDSStd-55Rg.ttf) format("truetype"), url(../fonts/NHaasGroteskDSStd-55Rg.svg) format("svg");
    font-weight: 400
}

@font-face {
    font-family: "NHaasGrotesk";
    src: url(../fonts/NHaasGroteskDSStd-75Bd.eot);
    src: url(../fonts/NHaasGroteskDSStd-75Bd.eot) format("embedded-opentype"), url(../fonts/NHaasGroteskDSStd-75Bd.woff) format("woff"), url(../fonts/NHaasGroteskDSStd-75Bd.ttf) format("truetype"), url(../fonts/NHaasGroteskDSStd-75Bd.svg) format("svg");
    font-weight: 700
}

a.text-link {
    border-bottom: 2px solid #0066cc;
    display: inline-block;
    padding: 6px 0 6px;
    margin: 0 50px 0 0;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

a.text-link:hover {
    color: #0066cc
}

#footer {
    background-color: #000;
    color: #fff;
    padding: 5.67376vw 0
}

#footer .build-brands {
    display: block;
    max-width: 20.7rem;
    max-height: 6.1rem;
    font-weight: 700;
    font-size: 2rem;
    line-height: 0.95
}

@media (min-width: 768px) {
    #footer .build-brands {
        font-size: 3rem;
        margin-bottom: 6rem
    }
}

#footer .footer__colon {
    width: 3rem;
    height: 6.2rem;
    float: left
}

@media (max-width: 767px) {
    #footer .footer__address-holder {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    #footer .footer__address-holder p {
        font-size: 1rem;
        line-height: 1.35
    }

    #footer .footer__address-holder .grid__item {
        margin-bottom: 0
    }
}

@media (max-width: 767px) {
    #footer .grid__item {
        margin-bottom: 2rem
    }
}

#footer #menu-core-footer a, #footer h2 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 2rem
}

@media (min-width: 768px) {
    #footer #menu-core-footer a, #footer h2 {
        font-size: 1em;
        margin-bottom: 3rem
    }
}

#footer #menu-core-footer a a, #footer h2 a {
    font-size: 1.125em
}

#footer li {
    margin-bottom: 2rem;
    line-height: 1;
    font-size: 1.3rem
}

@media (min-width: 768px) {
    #footer li {
        font-size: 1em
    }
}

#footer a {
    -webkit-transition: color 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    -o-transition: color 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    transition: color 0.2s cubic-bezier(0.58, 0.3, 0.195, 1)
}

#footer a:hover {
    color: #006cb7
}

body {
    padding-top: 14.5rem
}

body.single, body.page {
    padding-top: 6.3rem
}

@media (min-width: 1024px) {
    body.single, body.page {
        padding-top: 7rem
    }
}

body.home {
    padding-top: 0
}

body.home #header {
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    overflow: hidden
}

body.home #header > .container {
    opacity: 0;
    -webkit-transition: opacity 0.12s cubic-bezier(0.58, 0.3, 0.195, 1);
    -o-transition: opacity 0.12s cubic-bezier(0.58, 0.3, 0.195, 1);
    transition: opacity 0.12s cubic-bezier(0.58, 0.3, 0.195, 1)
}

body.home #header .primary-nav__background {
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    -o-transition: all 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    transition: all 0.2s cubic-bezier(0.58, 0.3, 0.195, 1)
}

body.home #header.active > .container {
    opacity: 1;
    -webkit-transition: opacity 0.2s 0.55s cubic-bezier(0.58, 0.3, 0.195, 1);
    -o-transition: opacity 0.2s 0.55s cubic-bezier(0.58, 0.3, 0.195, 1);
    transition: opacity 0.2s 0.55s cubic-bezier(0.58, 0.3, 0.195, 1)
}

body.home #header.active .primary-nav__background {
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.3s 0.5s cubic-bezier(0.58, 0.3, 0.195, 1);
    -o-transition: all 0.3s 0.5s cubic-bezier(0.58, 0.3, 0.195, 1);
    transition: all 0.3s 0.5s cubic-bezier(0.58, 0.3, 0.195, 1)
}

.primary-nav {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    padding: 3rem 0;
    min-height: 14.5rem;
    -webkit-transition: background-color 0.2s cubic-bezier(0.74, 0.07, 0.34, 0.96);
    -o-transition: background-color 0.2s cubic-bezier(0.74, 0.07, 0.34, 0.96);
    transition: background-color 0.2s cubic-bezier(0.74, 0.07, 0.34, 0.96)
}

@media (min-width: 1024px) {
    .primary-nav {
        padding: 4.6rem 0
    }
}

.primary-nav--static {
    position: absolute
}

.primary-nav__background {
    background-color: #fff
}

.primary-nav .container {
        width: 94.33%;
    }

.primary-nav nav {
    float: right;
    position: relative;
    top: 1rem
}

@media (min-width: 1024px) {
    .primary-nav nav {
        top: 2rem
    }
}

.primary-nav svg * {
    stroke: none
}

.primary-nav .logo {
    display: inline-block;
    width: 11.9rem;
    height: 4.6rem;
    float: left
}

@media (min-width: 1024px) {
    .primary-nav .logo {
        width: 14.9rem;
        height: 5.6rem
    }
}

.primary-nav .logo img, .primary-nav .logo svg {
    display: block
}

.primary-nav .logo svg #lettering, .primary-nav .logo svg #text, .primary-nav .logo svg #colon {
    -webkit-transition: all 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    -o-transition: all 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    transition: all 0.2s cubic-bezier(0.58, 0.3, 0.195, 1)
}

.primary-nav .logo #colon * {
    fill: #006cb7;
    stroke: #006cb7;
}

.primary-nav li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    line-height: 1
}

.primary-nav button {
    display: inline-block;
    -webkit-appearance: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 0;
    background-color: transparent;
    font-size: 1.7rem;
    font-weight: 700;
    color: #000;
    padding: 0;
    margin-left: 1.5rem;
    -webkit-transition: color 0.2s cubic-bezier(0.74, 0.07, 0.34, 0.96);
    -o-transition: color 0.2s cubic-bezier(0.74, 0.07, 0.34, 0.96);
    transition: color 0.2s cubic-bezier(0.74, 0.07, 0.34, 0.96)
}

@media all and (min-width: 375px) {
    .primary-nav button {
        margin-left: 2.5rem
    }
}

@media (min-width: 1024px) {
    .primary-nav button {
        margin-left: 4rem
    }
}

.primary-nav button:hover {
    color: #006cb7;
    outline: none
}

.primary-nav button:hover svg {
    fill: #006cb7;
    stroke: #006cb7
}

.primary-nav button svg {
    display: inline-block;
    -webkit-transition: all 0.2s cubic-bezier(0.74, 0.07, 0.34, 0.96);
    -o-transition: all 0.2s cubic-bezier(0.74, 0.07, 0.34, 0.96);
    transition: all 0.2s cubic-bezier(0.74, 0.07, 0.34, 0.96)
}

.primary-nav .btn-search, .primary-nav li:first-child button {
    margin-left: 0
}

.primary-nav .btn-brands svg {
    width: 1.2rem;
    height: 1.3rem;
    fill: #000;
    stroke: #000;
    margin-right: 0.5rem
}

@media (max-width: 1023px) {
    .primary-nav .btn-menu .text {
        display: none
    }
}

.primary-nav .btn-menu .bars {
    position: relative;
    display: block;
    width: 2.6rem
}

@media (min-width: 1024px) {
    .primary-nav .btn-menu .bars {
        display: none
    }
}

.primary-nav .btn-menu .bars span {
    display: block;
    width: 100%;
    height: 0.2rem;
    background-color: #000
}

.primary-nav .btn-menu .bars span:first-child {
    margin-bottom: 0.8rem
}

.primary-nav .btn-menu .bars span:last-child {
    margin-top: 0.8rem
}

.primary-nav .btn-language {
    width: 2.5rem;
    height: 1.5rem
}

@media (max-width: 1023px) {
    .primary-nav .btn-language {
        display: none
    }
}

.primary-nav .btn-language svg {
    width: 100%;
    height: 100%;
    fill: #000;
    stroke: #000
}

.primary-nav .btn-search {
    width: 3rem;
    height: 1em;
    text-align: right
}

@media (max-width: 1023px) {
    .primary-nav .btn-search {
        display: none
    }
}

.primary-nav .btn-search svg {
    width: 1.6rem;
    height: 1.5rem;
    fill: #000;
    stroke: #000;
    margin-top: 0.3rem
}

.primary-nav--compact {
    padding: 1rem 0 0 0;
    min-height: 6.3rem
}

@media (min-width: 1024px) {
    .primary-nav--compact {
        min-height: 7rem;
        padding: 0.5rem 0 0 0
    }
}

.primary-nav--compact svg #colon, .primary-nav--compact svg #lettering, .primary-nav--compact svg #text {
    -webkit-transform: translateX(-585px);
    -o-transform: translateX(-585px);
    transform: translateX(-585px)
}

.primary-nav--dark .logo svg #colon, .primary-nav--dark .logo svg #lettering, .primary-nav--dark .logo svg #text {
    fill: #fff;
    stroke: #fff
}

.primary-nav--dark li button {
    color: #fff
}

.primary-nav--dark .btn-brands svg, .primary-nav--dark .btn-search svg, .primary-nav--dark .btn-language svg {
    fill: #fff;
    stroke: #fff
}

.primary-nav--dark .btn-menu .bars span {
    background-color: #fff !important
}

.container {
    margin: 0 auto;
    width: 90%;
    max-width: 160rem
}

@media (min-width: 768px) {
    .container {
        width: 95%
    }
}

.container--narrow {
    max-width: 64%
}

@media (min-width: 768px) {
    .container--narrow {
        max-width: 48.86878%
    }
}

@media (min-width: 768px) {
    .container--padded {
        padding: 0 8.52187%
    }
}

.full-bleed {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw
}

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

@media (min-width: 768px) {
    .grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.grid > .grid__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid--gutters {
    margin-left: -1.13122%;
    margin-right: -1.13122%
}

.grid--gutters > .grid__item {
    padding: 0 1.13122%
}

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

@media (max-width: 767px) {
    .grid--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

}

.grid--auto-width > .grid__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.col-1 {
    width: 8.33333%
}

.col-2 {
    width: 16.66667%
}

.col-3 {
    width: 25%
}

.col-4 {
    width: 33.33333%
}

.col-5 {
    width: 41.66667%
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.33333%
}

.col-8 {
    width: 66.66667%
}

.col-9 {
    width: 75%
}

.col-10 {
    width: 83.33333%
}

.col-11 {
    width: 91.66667%
}

@media (min-width: 550px) {
    .col-1--tiny {
        width: 8.33333%
    }
}

@media (min-width: 550px) {
    .col-2--tiny {
        width: 16.66667%
    }
}

@media (min-width: 550px) {
    .col-3--tiny {
        width: 25%
    }
}

@media (min-width: 550px) {
    .col-4--tiny {
        width: 33.33333%
    }
}

@media (min-width: 550px) {
    .col-5--tiny {
        width: 41.66667%
    }
}

@media (min-width: 550px) {
    .col-6--tiny {
        width: 50%
    }
}

@media (min-width: 550px) {
    .col-7--tiny {
        width: 58.33333%
    }
}

@media (min-width: 550px) {
    .col-8--tiny {
        width: 66.66667%
    }
}

@media (min-width: 550px) {
    .col-9--tiny {
        width: 75%
    }
}

@media (min-width: 550px) {
    .col-10--tiny {
        width: 83.33333%
    }
}

@media (min-width: 550px) {
    .col-11--tiny {
        width: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-1--small {
        width: 8.33333%
    }
}

@media (min-width: 768px) {
    .col-2--small {
        width: 16.66667%
    }
}

@media (min-width: 768px) {
    .col-3--small {
        width: 25%
    }
}

@media (min-width: 768px) {
    .col-4--small {
        width: 33.33333%
    }
}

@media (min-width: 768px) {
    .col-5--small {
        width: 41.66667%
    }
}

@media (min-width: 768px) {
    .col-6--small {
        width: 50%
    }
}

@media (min-width: 768px) {
    .col-7--small {
        width: 58.33333%
    }
}

@media (min-width: 768px) {
    .col-8--small {
        width: 66.66667%
    }
}

@media (min-width: 768px) {
    .col-9--small {
        width: 75%
    }
}

@media (min-width: 768px) {
    .col-10--small {
        width: 83.33333%
    }
}

@media (min-width: 768px) {
    .col-11--small {
        width: 91.66667%
    }
}

@media (min-width: 1024px) {
    .col-1--medium {
        width: 8.33333%
    }
}

@media (min-width: 1024px) {
    .col-2--medium {
        width: 16.66667%
    }
}

@media (min-width: 1024px) {
    .col-3--medium {
        width: 25%
    }
}

@media (min-width: 1024px) {
    .col-4--medium {
        width: 33.33333%
    }
}

@media (min-width: 1024px) {
    .col-5--medium {
        width: 41.66667%
    }
}

@media (min-width: 1024px) {
    .col-6--medium {
        width: 50%
    }
}

@media (min-width: 1024px) {
    .col-7--medium {
        width: 58.33333%
    }
}

@media (min-width: 1024px) {
    .col-8--medium {
        width: 66.66667%
    }
}

@media (min-width: 1024px) {
    .col-9--medium {
        width: 75%
    }
}

@media (min-width: 1024px) {
    .col-10--medium {
        width: 83.33333%
    }
}

@media (min-width: 1024px) {
    .col-11--medium {
        width: 91.66667%
    }
}

@media (min-width: 1280px) {
    .col-1--large {
        width: 8.33333%
    }
}

@media (min-width: 1280px) {
    .col-2--large {
        width: 16.66667%
    }
}

@media (min-width: 1280px) {
    .col-3--large {
        width: 25%
    }
}

@media (min-width: 1280px) {
    .col-4--large {
        width: 33.33333%
    }
}

@media (min-width: 1280px) {
    .col-5--large {
        width: 41.66667%
    }
}

@media (min-width: 1280px) {
    .col-6--large {
        width: 50%
    }
}

@media (min-width: 1280px) {
    .col-7--large {
        width: 58.33333%
    }
}

@media (min-width: 1280px) {
    .col-8--large {
        width: 66.66667%
    }
}

@media (min-width: 1280px) {
    .col-9--large {
        width: 75%
    }
}

@media (min-width: 1280px) {
    .col-10--large {
        width: 83.33333%
    }
}

@media (min-width: 1280px) {
    .col-11--large {
        width: 91.66667%
    }
}

form button[type="submit"] {
    background-color: transparent
}

form button[type="submit"][disabled] {
    opacity: 0.3
}

label {
    font-size: 1.6rem;
    overflow: hidden
}

@media (min-width: 768px) {
    label {
        padding: 0 0.6rem
    }
}

@media (min-width: 1024px) {
    label {
        font-size: 2rem
    }
}

input[type="text"], input[type="email"], input[type="tel"], textarea, .form select {
    display: block;
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: solid;
    border-width: 0 0 0.1rem 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    font-size: 1.6rem;
    line-height: 4rem;
    min-height: 4rem;
    width: 100%;
    font-family: inherit;
    font-weight: inherit;
    color: #000;
    outline: 0;
    position: relative
}

@media (min-width: 768px) {
    input[type="text"], input[type="email"], input[type="tel"], textarea, .form select {
        padding: 0 0.6rem
    }
}

@media (min-width: 1024px) {
    input[type="text"], input[type="email"], input[type="tel"], textarea, .form select {
        font-size: 2rem;
        line-height: 5.5rem;
        min-height: 5.5rem
    }
}

input[type="text"]:focus::-webkit-input-placeholder, input[type="email"]:focus::-webkit-input-placeholder, input[type="tel"]:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder, .form select:focus::-webkit-input-placeholder {
    color: transparent
}

input[type="text"]:focus:-moz-placeholder, input[type="email"]:focus:-moz-placeholder, input[type="tel"]:focus:-moz-placeholder, textarea:focus:-moz-placeholder, .form select:focus:-moz-placeholder {
    color: transparent
}

input[type="text"]:focus::-moz-placeholder, input[type="email"]:focus::-moz-placeholder, input[type="tel"]:focus::-moz-placeholder, textarea:focus::-moz-placeholder, .form select:focus::-moz-placeholder {
    color: transparent
}

input[type="text"]:focus:-ms-input-placeholder, input[type="email"]:focus:-ms-input-placeholder, input[type="tel"]:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder, .form select:focus:-ms-input-placeholder {
    color: transparent
}

input[type="text"].error, .invalid input[type="text"], input[type="email"].error, .invalid input[type="email"], input[type="tel"].error, .invalid input[type="tel"], textarea.error, .invalid textarea, .form select.error, .invalid .form select {
    border-color: #d54c4d
}

form ::-moz-selection {
    background-color: #006cb7
}

form ::selection {
    background-color: #006cb7
}

::-webkit-input-placeholder {
    color: #000
}

:-moz-placeholder {
    color: #000
}

::-moz-placeholder {
    color: #000
}

:-ms-input-placeholder {
    color: #000
}

span.wpcf7-list-item {
    display: block;
    margin: 0 0 2rem 0
}

@media (min-width: 1024px) {
    span.wpcf7-list-item {
        display: inline-block;
        width: 50%;
        margin-bottom: 6rem
    }
}

.wpcf7-list-item-label {
    display: inline-block;
    vertical-align: middle;
    padding: 0.2rem 0 0 1.5rem
}

.wpcf7-list-item [type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid;
    border-radius: 0;
    background-color: transparent;
    -webkit-transition: background-color 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    -o-transition: background-color 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    transition: background-color 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    vertical-align: middle;
    margin: 0
}

@media (min-width: 1024px) {
    .wpcf7-list-item [type="checkbox"] {
        width: 2.4rem;
        height: 2.4rem
    }
}

.wpcf7-list-item [type="checkbox"]:checked {
    border-color: #006cb7;
    background-color: #006cb7;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
    background-size: 75% 75%;
    background-position: center center;
    background-repeat: no-repeat
}

.wpcf7-list-item [type="checkbox"]:focus {
    outline: none
}

.form .caret {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 2rem;
    right: 0.5rem;
    width: 1rem;
    height: 1.6rem;
    background: url('../images/icons/icon-caret-left.svg') no-repeat center/contain;
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    pointer-events: none
}

.form-group {
    position: relative;
    margin-bottom: 3rem
}

@media (min-width: 1024px) {
    .form-group {
        margin-bottom: 5rem
    }
}

.form-group label {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 1;
    margin: -1em 0 0 0;
    -webkit-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
    font-size: 1.3rem;
    opacity: 0
}

.form-group label.static {
    opacity: 1;
    margin: 0 0 2rem 0;
    position: relative;
    font-size: 100%
}

@media (min-width: 768px) {
    .form-group label.static {
        margin-bottom: 5.5rem
    }
}

.form-group.full {
    width: 100%;
    max-width: none
}

.form-group br {
    display: none !important
}

.form--dark {
    color: #fff
}

.form--dark input[type="text"], .form--dark input[type="email"], .form--dark input[type="tel"], .form--dark textarea, .form--dark .form select {
    border-color: #fff;
    color: #fff
}

.form--dark .wpcf7-list-item [type="checkbox"] {
    border-color: #fff
}

.form--dark .wpcf7-list-item [type="checkbox"]:checked {
    background-color: #006cb7;
    border-color: #006cb7
}

.form--dark [type="submit"] {
    color: #006cb7;
    background-color: transparent
}

.form--dark ::-webkit-input-placeholder {
    color: #fff
}

.form--dark :-moz-placeholder {
    color: #fff
}

.form--dark ::-moz-placeholder {
    color: #fff
}

.form--dark :-ms-input-placeholder {
    color: #fff
}

.contact-form-mod {
    background-color: #000;
    padding-bottom: 10.66667vw
}

@media (min-width: 768px) {
    .contact-form-mod {
        padding-bottom: 4.60993vw
    }
}

@media (min-width: 1800px) {
    .contact-form-mod {
        padding-bottom: 65rem
    }
}

.contact-form-mod__title {
    color: #fff;
    margin-bottom: 10.66667vw;
    padding-top: 10.66667vw
}

@media (min-width: 768px) {
    .contact-form-mod__title {
        margin-bottom: 5.31915vw;
        padding-top: 4.60993vw
    }
}

@media (min-width: 1800px) {
    .contact-form-mod__title {
        margin-bottom: 7.5rem;
        padding-top: 6.5rem
    }
}

.contact-form-mod button[type="submit"] {
    color: #fff
}

div.wpcf7-validation-errors {
    color: #f00;
    border: none
}

.btn {
    display: inline-block;
    -webkit-appearance: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 0;
    position: relative;
    line-height: 4.3rem;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 700;
    padding: 0 3rem;
    overflow: hidden;
    -webkit-transition: color 0.4s cubic-bezier(0.74, 0.07, 0.34, 0.96);
    -o-transition: color 0.4s cubic-bezier(0.74, 0.07, 0.34, 0.96);
    transition: color 0.4s cubic-bezier(0.74, 0.07, 0.34, 0.96);
    margin-right: 10px
}

@media (min-width: 1024px) {
    .btn {
        padding: 0 5.5rem;
        line-height: 6.2rem;
        font-size: 1.8rem
    }
}

.btn:hover {
    color: #fff
}

.btn__border {
    border: 0.2rem solid
}

.btn__mask {
    background-color: #006cb7
}

.btn--allcaps .btn__text {
    text-transform: uppercase
}

.btn--dark {
    border-color: #000
}

.btn-brands {
    font-weight: 700
}

[data-btn] {
    opacity: 0
}

[data-btn].sk-showing {
    opacity: 1
}

.btn.btn--clear {
    border-color: #fff;
    background-color: transparent
}

.btn.btn--dark {
    border-color: #000;
    background-color: transparent
}

.btn.btn--dark .btn__text {
    color: #000
}

.btn.btn--dark .btn__border {
    border-color: #000
}

.btn.btn--dark:hover .btn__text {
    color: #fff
}

.btn--close {
    display: inline-block;
    -webkit-appearance: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 0;
    min-width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 0.1rem solid;
    background-color: transparent;
    padding: 0
}

@media (min-width: 1024px) {
    .btn--close {
        min-width: 5rem;
        height: 5rem
    }
}

.btn--close svg {
    stroke: #000;
    stroke-width: 6px;
    width: 1.25rem;
    height: 100%
}

@media (min-width: 1024px) {
    .btn--close svg {
        width: 1.8rem
    }
}

.btn--round {
    width: 10rem !important;
    height: 10rem !important;
    background-color: transparent;
    border: 2px solid #fff !important;
    padding: 0;
    border-radius: 50% !important
}

.btn--round svg, .btn--round svg * {
    fill: #fff;
    stroke: #fff;
    stroke-width: 4px
}

.btn--round svg {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto
}

.btn--play svg, .btn--play svg * {
    width: 3.5rem !important;
    height: 100% !important;
    left: 0.5rem !important;
    fill: none;
    stroke: #fff !important;
    stroke-width: 4px !important
}

.btn--pause svg, .btn--pause svg * {
    width: 2rem !important;
    height: 4.4rem !important;
    fill: none;
    stroke: #fff !important;
    stroke-width: 4px !important
}

.btn--accent {
    color: #006cb7
}

.overlay--brands__item {
    position: relative;
    text-align: center;
    -webkit-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    cursor: pointer;
    overflow: hidden
}

.overlay--brands__item:before {
    content: ' ';
    float: left;
    padding-top: 100%
}

.overlay--brands__item:after {
    content: ' ';
    display: table;
    clear: both
}

.overlay--brands__item > :first-child {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

@media (min-width: 768px) {
    .overlay--brands__item:before {
        content: ' ';
        float: left;
        padding-top: 62.32295%
    }

    .overlay--brands__item:after {
        content: ' ';
        display: table;
        clear: both
    }

    .overlay--brands__item > :first-child {
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.overlay--brands__item:hover {
    background-color: #f4f4f4
}

.overlay--brands__item:hover .overlay--brands__item-background {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: opacity 0.5s cubic-bezier(0.74, 0.07, 0.34, 0.96), -webkit-transform 0.7s cubic-bezier(0.58, 0.3, 0.195, 1);
    transition: opacity 0.5s cubic-bezier(0.74, 0.07, 0.34, 0.96), -webkit-transform 0.7s cubic-bezier(0.58, 0.3, 0.195, 1);
    -o-transition: opacity 0.5s cubic-bezier(0.74, 0.07, 0.34, 0.96), -o-transform 0.7s cubic-bezier(0.58, 0.3, 0.195, 1);
    transition: opacity 0.5s cubic-bezier(0.74, 0.07, 0.34, 0.96), transform 0.7s cubic-bezier(0.58, 0.3, 0.195, 1);
    transition: opacity 0.5s cubic-bezier(0.74, 0.07, 0.34, 0.96), transform 0.7s cubic-bezier(0.58, 0.3, 0.195, 1), -webkit-transform 0.7s cubic-bezier(0.58, 0.3, 0.195, 1), -o-transform 0.7s cubic-bezier(0.58, 0.3, 0.195, 1)
}

.overlay--brands__item:hover .overlay--brands__item-logo svg *{
    fill: #fff;
    stroke: #fff
}

.overlay--brands__item-logo {
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0.65);
    -o-transform: translateY(-50%) scale(0.65);
    transform: translateY(-50%) scale(0.65)
}

@media (min-width: 768px) {
    .overlay--brands__item-logo {
        -webkit-transform: translateY(-50%) scale(0.75);
        -o-transform: translateY(-50%) scale(0.75);
        transform: translateY(-50%) scale(0.75)
    }
}

@media (min-width: 1024px) {
    .overlay--brands__item-logo {
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.overlay--brands__item-logo svg * {
    -webkit-transition: all 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    -o-transition: all 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    transition: all 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    fill: #000;
    stroke: #000
}

.overlay--brands__item-background {
    opacity: 0;
    -webkit-transition: opacity 0.3s cubic-bezier(0.74, 0.07, 0.34, 0.96), -webkit-transform 0.4s cubic-bezier(0.58, 0.3, 0.195, 1);
    transition: opacity 0.3s cubic-bezier(0.74, 0.07, 0.34, 0.96), -webkit-transform 0.4s cubic-bezier(0.58, 0.3, 0.195, 1);
    -o-transition: opacity 0.3s cubic-bezier(0.74, 0.07, 0.34, 0.96), -o-transform 0.4s cubic-bezier(0.58, 0.3, 0.195, 1);
    transition: opacity 0.3s cubic-bezier(0.74, 0.07, 0.34, 0.96), transform 0.4s cubic-bezier(0.58, 0.3, 0.195, 1);
    transition: opacity 0.3s cubic-bezier(0.74, 0.07, 0.34, 0.96), transform 0.4s cubic-bezier(0.58, 0.3, 0.195, 1), -webkit-transform 0.4s cubic-bezier(0.58, 0.3, 0.195, 1), -o-transform 0.4s cubic-bezier(0.58, 0.3, 0.195, 1)
}

.overlay--brands .overlay__content {
    padding: 7.0922vw 0
}

.overlay--menu {
    white-space: nowrap
}

.overlay--menu__mobile-buttons {
    z-index: 8;
    max-width: 50%;
    padding: 0.8rem 0 5rem 0;
    height: 2.5rem
}

@media (min-width: 1024px) {
    .overlay--menu__mobile-buttons {
        display: none !important
    }
}

.overlay--menu__mobile-buttons li {
    display: inline-block;
    margin: 0 1.5rem 0 0;
    height: 100%
}

.overlay--menu__mobile-buttons li:last-child {
    margin-right: 0
}

.overlay--menu .overlay__content {
    min-height: 100%;
    padding-top: 1.5rem
}

@media (min-width: 1024px) {
    .overlay--menu .overlay__content {
        padding-top: 7.80142%
    }
}

.overlay--menu ul {
    position: relative;
    margin: 0
}

@media (min-width: 768px) {
    .overlay--menu ul {
        width: 50%;
        display: inline-block;
        vertical-align: top
    }

    .overlay--menu ul:first-child {
        padding-left: 9.42685%
    }
}

@media (min-width: 1024px) {
    .overlay--menu ul:first-child {
        padding-left: 17.04374%
    }
}

.overlay--menu li {
    font-size: 9.86667vw;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.2;
    margin-bottom: -0.05em
}

@media (min-width: 768px) {
    .overlay--menu li {
        position: relative;
        font-size: 4.60993vw
    }
}

@media (min-width: 1024px) {
    .overlay--menu li {
        font-size: 3.90071vw
    }
}

@media (min-width: 1800px) {
    .overlay--menu li {
        font-size: 7.5rem
    }
}

@media (max-width: 767px) {
    .overlay--menu li.menu-item-has-children a:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        width: 0.9rem;
        height: 1.3rem;
        margin-top: -0.65rem;
        background: url('../images/icons/icon-caret-left.svg') no-repeat center/contain;
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: opacity 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
        -o-transition: opacity 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
        transition: opacity 0.2s cubic-bezier(0.58, 0.3, 0.195, 1)
    }
}

.overlay--menu li a {
    display: block;
    position: relative
}

@media (max-width: 767px) {
    .overlay--menu .active li a:after {
        opacity: 0
    }
}

.overlay--menu .sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 100%
}

.overlay--menu .sub-menu.sub-menu--active {
    display: block
}

.overlay--menu .btn-language, .overlay--menu .btn-search {
    display: inline-block;
    -webkit-appearance: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    vertical-align: top
}

.overlay--menu .btn-language {
    width: 2.5rem;
    height: 1.5rem;
    margin-top: 0.1rem
}

.overlay--menu .btn-language svg {
    width: 100%;
    height: 100%
}

.overlay--menu .btn-search {
    width: 1.7rem;
    height: 1.7em;
    padding: 1px
}

.overlay--menu .btn-search svg {
    width: 100%;
    height: 100%;
    fill: #000;
    stroke: #000;
    margin-top: 0.1rem
}

.overlay--menu a {
    -webkit-transition: color 0.4s cubic-bezier(0.58, 0.3, 0.195, 1);
    -o-transition: color 0.4s cubic-bezier(0.58, 0.3, 0.195, 1);
    transition: color 0.4s cubic-bezier(0.58, 0.3, 0.195, 1)
}

.overlay--menu a:hover, .overlay--menu a.active {
    color: #006cb7
}

.overlay--search__form {
    margin-bottom: 10.66667vw
}

@media (min-width: 768px) {
    .overlay--search__form {
        margin-bottom: 6.02837vw
    }
}

@media (min-width: 1800px) {
    .overlay--search__form {
        margin-bottom: 8.5rem
    }
}

.overlay--search__keywords li {
    margin-bottom: 2rem
}

.overlay--search__keywords a {
    -webkit-transition: color 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    -o-transition: color 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    transition: color 0.2s cubic-bezier(0.58, 0.3, 0.195, 1)
}

.overlay--search__keywords a:hover {
    color: #006cb7
}

.overlay--search .overlay__content {
    padding: 9rem 0 5rem 0
}

@media (min-width: 768px) {
    .overlay--search .overlay__content {
        padding: 7.0922vw 0
    }
}

.overlay--search .container {
    max-width: 90rem
}

.overlay--search input[type="text"] {
    border: none;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: -0.025em
}

@media (min-width: 768px) {
    .overlay--search input[type="text"] {
        font-size: 6rem
    }
}

.overlay--search input[type="text"]:focus::-webkit-input-placeholder {
    color: #000
}

.overlay--search input[type="text"]:focus:-moz-placeholder {
    color: #000
}

.overlay--search input[type="text"]:focus::-moz-placeholder {
    color: #000
}

.overlay--search input[type="text"]:focus:-ms-input-placeholder {
    color: #000
}

.overlay--language .overlay__content {
    padding-top: 10rem
}

@media (min-width: 768px) {
    .overlay--language .overlay__content {
        padding-top: 8.15603vw;
        padding-left: 4.71342%
    }
}

@media (min-width: 1024px) {
    .overlay--language .overlay__content {
        padding-left: 8.52187%
    }
}

@media (min-width: 1800px) {
    .overlay--language .overlay__content {
        padding-top: 11.5rem
    }
}

.overlay--language li {
    font-size: 9.86667vw;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.2;
    margin-bottom: -0.05em
}

@media (min-width: 768px) {
    .overlay--language li {
        position: relative;
        font-size: 4.60993vw
    }
}

@media (min-width: 1024px) {
    .overlay--language li {
        font-size: 3.90071vw
    }
}

@media (min-width: 1800px) {
    .overlay--language li {
        font-size: 7.5rem
    }
}

@media (max-width: 767px) {
    .overlay--language li.menu-item-has-children a:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        width: 0.9rem;
        height: 1.3rem;
        margin-top: -0.65rem;
        background: url('../images/icons/icon-caret-left.svg') no-repeat center/contain;
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: opacity 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
        -o-transition: opacity 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
        transition: opacity 0.2s cubic-bezier(0.58, 0.3, 0.195, 1)
    }
}

.overlay--language li a {
    display: block;
    position: relative
}

.overlay--video .overlay__content {
    height: 100%
}

.overlay--video .overlay__close {
    background-color: transparent
}

.overlay--video .plyr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.overlay--video .plyr__video-wrapper, .overlay--video .video-player {
    height: 100%
}

#overlay-video .overlay__close button {
    border-color: #006cb7 !important;
    background-color: #006cb7 !important
}

#overlay-video .overlay__close button svg {
    fill: #fff;
    stroke: #fff
}

.overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden
}

.overlay__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.overlay__close {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 6.3rem;
    background-color: #fff;
    text-align: right;
    padding-right: 5%;
    padding-top: 1.5rem
}

@media (min-width: 1024px) {
    .overlay__close {
        height: 9rem;
        padding-top: 2rem
    }
}

.overlay__close button {
    -webkit-transition: background-color 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    -o-transition: background-color 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    transition: background-color 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    outline: none
}

.overlay__close button svg * {
    -webkit-transition: stroke 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    -o-transition: stroke 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    transition: stroke 0.2s cubic-bezier(0.58, 0.3, 0.195, 1)
}

.overlay__close button:hover {
    border-color: #006cb7;
    background-color: #006cb7
}

.overlay__close button:hover svg {
    fill: #fff;
    stroke: #fff
}

.slides {
    position: relative;
    min-height: 100vh;
    margin-top: -14.5rem
}

.slides.fullpage-wrapper {
    margin-top: 0
}

.slides .fp-tableCell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slides .fp-slides, .slides .fp-scrollable {
    width: 100%
}

.slides .slick-list, .slides .slick-track {
    height: 100%
}

.slides .section {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow: hidden
}

.slides .section--footer {
    min-height: 0
}

.slides .section--video {
    background-color: #000
}

.slides .section--video h2 {
    max-width: 2.35em
}

.slides .section--video h2 .line:first-child {
    margin-bottom: -0.15em
}

.slides .section__arrow {
    display: inline-block;
    -webkit-appearance: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 0;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    background-color: transparent;
    width: 5rem;
    height: 5rem;
    margin-left: -2.5rem;
    margin-bottom: 1rem
}

.slides .section__arrow:hover svg {
    -webkit-transform: translateY(10px) rotate(-90deg);
    -o-transform: translateY(10px) rotate(-90deg);
    transform: translateY(10px) rotate(-90deg)
}

.slides .section__arrow svg {
    width: 1.2rem;
    height: 1.9rem;
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    fill: #000;
    stroke: #000;
    stroke-width: 3px;
    -webkit-transition: all 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    -o-transition: all 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    transition: all 0.2s cubic-bezier(0.58, 0.3, 0.195, 1)
}

.slides .section--carousel {
    background-color: #f4f4f4;
    position: relative
}

.slides .section--carousel .carousel-slide {
    position: relative;
    overflow: hidden;
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slides .section--carousel .carousel-slide__logo {
    margin-bottom: 2.83688vw;
    max-width: 20.7rem;
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(0.65);
    -o-transform: scale(0.65);
    transform: scale(0.65);
    overflow: hidden;
    fill: white;
}

.slides .section--carousel .carousel-slide__logo {
    width: 120px;
}

.slides .carousel-slide__logo.one-by-aol {
    width: 60px;
}

.slides .carousel-slide__logo.yahoo-mail {
    margin-bottom: -2rem;
}

.slides .carousel-slide__logo.build {
    width: 100px;
}

@media (min-width: 768px) {
    .slides .section--carousel .carousel-slide__logo {
        -webkit-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75)
    }
}

@media (min-width: 1024px) {
    .slides .section--carousel .carousel-slide__logo {
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

.slides .section--carousel .carousel-slide__logo svg, .slides .section--carousel .carousel-slide__logo svg * {
    fill: #fff;
    stroke: #fff
}

.slides .section--carousel .carousel-slide__content-inner {
    padding-left: 20%
}

@media (min-width: 768px) {
    .slides .section--carousel .carousel-slide__content-inner {
        padding-left: 8.01418%
    }
}

.slides .section--carousel .carousel-slide__background {
    opacity: 0.8
}

.slides .section--carousel .slick-arrow {
    position: absolute;
    z-index: 3;
    top: 50%;
    margin-top: -2.5rem;
    background-color: transparent;
    border: 0.1rem solid #fff;
    -webkit-transition: all 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    -o-transition: all 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    transition: all 0.2s cubic-bezier(0.58, 0.3, 0.195, 1)
}

.slides .section--carousel .slick-arrow:hover {
    outline: none;
    border-color: #006cb7;
    background-color: #006cb7
}

.slides .section--carousel .slick-arrow:before {
    display: none !important
}

.slides .section--carousel .slick-arrow svg {
    fill: #fff;
    stroke: #fff;
    width: 0.9rem;
    height: 100%;
    stroke-width: 2px
}

@media (min-width: 1024px) {
    .slides .section--carousel .slick-arrow svg {
        stroke-width: 3px;
        width: 1.2rem
    }
}

.slides .section--carousel .slick-next {
    right: 5%;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (min-width: 768px) {
    .slides .section--carousel .slick-next {
        right: 2.5%
    }
}

.slides .section--carousel .slick-next svg {
    margin-right: 0.2rem
}

.slides .section--carousel .slick-prev {
    left: 5%
}

@media (min-width: 768px) {
    .slides .section--carousel .slick-prev {
        left: 2.5%
    }
}

.slides .section--standard .container {
    max-width: 60%
}

@media (min-width: 768px) {
    .slides .section--standard .container {
        max-width: 67.37589%
    }
}

.slides .section--standard h2 {
    margin: 0 auto;
    max-width: none
}

@media (min-width: 768px) {
    .slides .section--standard h2 {
        max-width: 5em
    }
}

.slides .section--standard .section__arrow svg {
    fill: #000;
    stroke: #000
}

.slides .section--standard .btn {
    display: block;
    max-width: 18rem;
    margin-bottom: 1rem
}

@media (min-width: 1024px) {
    .slides .section--standard .btn {
        max-width: 20rem;
        padding: 0 4rem
    }
}

@media (min-width: 1280px) {
    .slides .section--standard .btn {
        display: inline-block;
        margin-bottom: 0
    }
}

@media (min-width: 1280px) {
    .slides .section--standard .btn + .btn {
        margin-left: 1rem
    }
}

.slides .section__content, .slides .section .carousel-slide__content {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slides .section h2 {
    margin-bottom: 5.33333vw
}

@media (min-width: 768px) {
    .slides .section h2 {
        margin-bottom: 2.12766vw
    }
}

.no-videoautoplay .slides .section__background video, .no-videoautoplay .slides .carousel-slide__background video {
    display: none
}

.no-videoautoplay .slides .section__background .bg, .no-videoautoplay .slides .carousel-slide__background .bg {
    display: block
}

.videoautoplay .slides .section__background video, .videoautoplay .slides .carousel-slide__background video {
    display: block;
    z-index: 1
}

.videoautoplay .slides .section__background video + .bg, .videoautoplay .slides .carousel-slide__background video + .bg {
    display: none;
    background-image: none !important
}

.slides__mask {
    z-index: 10;
    background-color: #fff
}

.hero {
    overflow: hidden;
    position: relative;
    margin-bottom: 10.66667vw
}

@media (min-width: 768px) {
    .hero {
        min-height: 42rem;
        margin-bottom: 8.86525vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 1024px) {
    .hero {
        min-height: 45rem
    }
}

.hero__text {
    width: 100%;
    padding-top: 6.66667vw;
    padding-bottom: 6.66667vw
}

@media (min-width: 768px) {
    .hero__text {
        position: relative;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        padding: 0
    }
}

@media (min-width: 768px) {
    .hero__text--light {
        color: #fff
    }
}

.hero__background {
    position: relative;
    overflow: hidden;
    height: 30rem
}

@media (min-width: 768px) {
    .hero__background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
}

.page-header {
    padding-top: 9.86667vw;
    padding-bottom: 9.86667vw
}

@media (min-width: 768px) {
    .page-header {
        padding-top: 3.5461vw;
        padding-bottom: 0
    }
}

@-webkit-keyframes plyr-progress {
    to {
        background-position: 25px 0;
    }
}

@-o-keyframes plyr-progress {
    to {
        background-position: 25px 0;
    }
}

@keyframes plyr-progress {
    to {
        background-position: 25px 0;
    }
}

.plyr {
    position: relative;
    max-width: 100%;
    min-width: 200px;
    font-family: "NHaasGrotesk", helvetica, sans-serif;
    direction: ltr
}

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

.plyr a, .plyr button, .plyr input, .plyr label {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.plyr:focus {
    outline: 0
}

.plyr video, .plyr audio {
    width: 100%;
    height: auto;
    vertical-align: middle;
    border-radius: inherit
}

.plyr input[type='range'] {
    display: block;
    height: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border: none;
    background: transparent
}

.plyr input[type='range']::-webkit-slider-runnable-track {
    height: 8px;
    background: transparent;
    border: 0;
    border-radius: 4px;
    -webkit-user-select: none;
    user-select: none
}

.plyr input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
    margin-top: -4px;
    position: relative;
    height: 16px;
    width: 16px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 100%;
    -webkit-transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
    transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
    -o-transition: background .2s ease, border .2s ease, -o-transform .2s ease;
    transition: background .2s ease, border .2s ease, transform .2s ease;
    transition: background .2s ease, border .2s ease, transform .2s ease, -webkit-transform .2s ease, -o-transform .2s ease;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
    box-sizing: border-box
}

.plyr input[type='range']::-moz-range-track {
    height: 8px;
    background: transparent;
    border: 0;
    border-radius: 4px;
    -moz-user-select: none;
    user-select: none
}

.plyr input[type='range']::-moz-range-thumb {
    position: relative;
    height: 16px;
    width: 16px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 100%;
    -webkit-transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
    transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
    -o-transition: background .2s ease, border .2s ease, -o-transform .2s ease;
    transition: background .2s ease, border .2s ease, transform .2s ease;
    transition: background .2s ease, border .2s ease, transform .2s ease, -webkit-transform .2s ease, -o-transform .2s ease;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
    box-sizing: border-box
}

.plyr input[type='range']::-ms-track {
    height: 8px;
    background: transparent;
    border: 0;
    color: transparent
}

.plyr input[type='range']::-ms-fill-upper {
    height: 8px;
    background: transparent;
    border: 0;
    border-radius: 4px;
    -ms-user-select: none;
    user-select: none
}

.plyr input[type='range']::-ms-fill-lower {
    height: 8px;
    background: transparent;
    border: 0;
    border-radius: 4px;
    -ms-user-select: none;
    user-select: none;
    background: #006cb7
}

.plyr input[type='range']::-ms-thumb {
    position: relative;
    height: 16px;
    width: 16px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 100%;
    -webkit-transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
    transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
    -o-transition: background .2s ease, border .2s ease, -o-transform .2s ease;
    transition: background .2s ease, border .2s ease, transform .2s ease;
    transition: background .2s ease, border .2s ease, transform .2s ease, -webkit-transform .2s ease, -o-transform .2s ease;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    margin-top: 0
}

.plyr input[type='range']::-ms-tooltip {
    display: none
}

.plyr input[type='range']:focus {
    outline: 0
}

.plyr input[type='range']::-moz-focus-outer {
    border: 0
}

.plyr input[type='range'].tab-focus:focus {
    outline-offset: 3px
}

.plyr input[type='range']:active::-webkit-slider-thumb {
    background: #006cb7;
    border-color: #fff;
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
}

.plyr input[type='range']:active::-moz-range-thumb {
    background: #006cb7;
    border-color: #fff;
    transform: scale(1.25)
}

.plyr input[type='range']:active::-ms-thumb {
    background: #006cb7;
    border-color: #fff;
    transform: scale(1.25)
}

.plyr--video input[type='range'].tab-focus:focus {
    outline: 1px dotted rgba(255, 255, 255, 0.5)
}

.plyr--audio input[type='range'].tab-focus:focus {
    outline: 1px dotted rgba(86, 93, 100, 0.5)
}

.plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute !important;
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important
}

.plyr__video-wrapper {
    position: relative;
    background: #000;
    border-radius: inherit
}

.plyr__video-embed {
    padding-bottom: 56.25%;
    height: 0;
    border-radius: inherit;
    overflow: hidden;
    z-index: 0
}

.plyr__video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.plyr__video-embed > div {
    position: relative;
    padding-bottom: 200%;
    -webkit-transform: translateY(-35.95%);
    -o-transform: translateY(-35.95%);
    transform: translateY(-35.95%)
}

.plyr .plyr__video-embed iframe {
    pointer-events: none
}

.plyr video::-webkit-media-text-track-container {
    display: none
}

.plyr__captions {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    -webkit-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    transform: translateY(-60px);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 400
}

.plyr__captions span {
    border-radius: 2px;
    padding: 3px 10px;
    background: rgba(0, 0, 0, 0.7);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 150%
}

.plyr__captions span:empty {
    display: none
}

@media (min-width: 768px) {
    .plyr__captions {
        font-size: 24px
    }
}

.plyr--captions-active .plyr__captions {
    display: block
}

.plyr--hide-controls .plyr__captions {
    -webkit-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px)
}

@media (min-width: 1024px) {
    .plyr--fullscreen-active .plyr__captions {
        font-size: 32px
    }
}

.plyr ::-webkit-media-controls {
    display: none
}

.plyr__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    text-align: center
}

.plyr__controls > button, .plyr__controls .plyr__progress, .plyr__controls .plyr__time {
    margin-left: 5px
}

.plyr__controls > button:first-child, .plyr__controls .plyr__progress:first-child, .plyr__controls .plyr__time:first-child {
    margin-left: 0
}

.plyr__controls .plyr__volume {
    margin-left: 5px
}

.plyr__controls [data-plyr="pause"] {
    margin-left: 0
}

.plyr__controls button {
    position: relative;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: visible;
    vertical-align: middle;
    padding: 7px;
    border: 0;
    background: transparent;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: background .3s ease, color .3s ease, opacity .3s ease;
    -o-transition: background .3s ease, color .3s ease, opacity .3s ease;
    transition: background .3s ease, color .3s ease, opacity .3s ease;
    color: inherit
}

.plyr__controls button svg {
    width: 18px;
    height: 18px;
    display: block;
    fill: currentColor
}

.plyr__controls button:focus {
    outline: 0
}

.plyr__controls .icon--exit-fullscreen, .plyr__controls .icon--muted, .plyr__controls .icon--captions-on {
    display: none
}

@media (min-width: 480px) {
    .plyr__controls > button, .plyr__controls .plyr__progress, .plyr__controls .plyr__time {
        margin-left: 10px
    }
}

.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none
}

.plyr--video .plyr__controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px 10px 10px;
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    color: #fff;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.plyr--video .plyr__controls button.tab-focus:focus, .plyr--video .plyr__controls button:hover {
    background: #006cb7;
    color: #fff
}

.plyr--audio .plyr__controls {
    padding: 10px;
    border-radius: inherit;
    background: #fff;
    border: 1px solid #dbe3e8;
    color: #565D64
}

.plyr--audio .plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover {
    background: #006cb7;
    color: #fff
}

.plyr__play-large {
    display: none;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px;
    background: #006cb7;
    border: 4px solid currentColor;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.plyr__play-large svg {
    position: relative;
    left: 2px;
    width: 20px;
    height: 20px;
    display: block;
    fill: currentColor
}

.plyr__play-large:focus {
    outline: 1px dotted rgba(255, 255, 255, 0.5)
}

.plyr .plyr__play-large {
    display: inline-block
}

.plyr--audio .plyr__play-large {
    display: none
}

.plyr--playing .plyr__play-large {
    opacity: 0;
    visibility: hidden
}

.plyr__controls [data-plyr='pause'], .plyr--playing .plyr__controls [data-plyr='play'] {
    display: none
}

.plyr--playing .plyr__controls [data-plyr='pause'] {
    display: inline-block
}

.plyr--fullscreen-active .icon--exit-fullscreen, .plyr--muted .plyr__controls .icon--muted, .plyr--captions-active .plyr__controls .icon--captions-on {
    display: block
}

.plyr--fullscreen-active .icon--exit-fullscreen + svg, .plyr--muted .plyr__controls .icon--muted + svg, .plyr--captions-active .plyr__controls .icon--captions-on + svg {
    display: none
}

.plyr [data-plyr='captions'], .plyr [data-plyr='fullscreen'] {
    display: none
}

.plyr--captions-enabled [data-plyr='captions'], .plyr--fullscreen-enabled [data-plyr='fullscreen'] {
    display: inline-block
}

.plyr__tooltip {
    position: absolute;
    z-index: 2;
    bottom: 100%;
    margin-bottom: 10px;
    padding: 5px 7.5px;
    pointer-events: none;
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    -webkit-transform: translate(-50%, 10px) scale(0.8);
    -o-transform: translate(-50%, 10px) scale(0.8);
    transform: translate(-50%, 10px) scale(0.8);
    -webkit-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: opacity .2s .1s ease, -webkit-transform .2s .1s ease;
    transition: opacity .2s .1s ease, -webkit-transform .2s .1s ease;
    -o-transition: opacity .2s .1s ease, -o-transform .2s .1s ease;
    transition: transform .2s .1s ease, opacity .2s .1s ease;
    transition: transform .2s .1s ease, opacity .2s .1s ease, -webkit-transform .2s .1s ease, -o-transform .2s .1s ease
}

.plyr__tooltip::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -4px;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(0, 0, 0, 0.7);
    border-left: 4px solid transparent;
    z-index: 2
}

.plyr button:hover .plyr__tooltip, .plyr button.tab-focus:focus .plyr__tooltip, .plyr__tooltip--visible {
    opacity: 1;
    -webkit-transform: translate(-50%, 0) scale(1);
    -o-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1)
}

.plyr button:hover .plyr__tooltip {
    z-index: 3
}

.plyr__controls button:first-child .plyr__tooltip {
    left: 0;
    -webkit-transform: translate(0, 10px) scale(0.8);
    -o-transform: translate(0, 10px) scale(0.8);
    transform: translate(0, 10px) scale(0.8);
    -webkit-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.plyr__controls button:first-child .plyr__tooltip::before {
    left: 16px
}

.plyr__controls button:last-child .plyr__tooltip {
    right: 0;
    -webkit-transform: translate(0, 10px) scale(0.8);
    -o-transform: translate(0, 10px) scale(0.8);
    transform: translate(0, 10px) scale(0.8);
    -webkit-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.plyr__controls button:last-child .plyr__tooltip::before {
    left: auto;
    right: 16px;
    -webkit-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%)
}

.plyr__controls button:first-child:hover .plyr__tooltip, .plyr__controls button:first-child.tab-focus:focus .plyr__tooltip, .plyr__controls button:first-child .plyr__tooltip--visible, .plyr__controls button:last-child:hover .plyr__tooltip, .plyr__controls button:last-child.tab-focus:focus .plyr__tooltip, .plyr__controls button:last-child .plyr__tooltip--visible {
    -webkit-transform: translate(0, 0) scale(1);
    -o-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1)
}

.plyr__progress {
    display: none;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.plyr__progress input[type="range"] {
    position: relative;
    z-index: 2
}

.plyr__progress input[type="range"]::-webkit-slider-runnable-track {
    background: transparent
}

.plyr__progress input[type="range"]::-moz-range-track {
    background: transparent
}

.plyr__progress input[type="range"]::-ms-fill-upper {
    background: transparent
}

.plyr__progress .plyr__tooltip {
    left: 0
}

.plyr .plyr__progress {
    display: inline-block
}

.plyr__progress--buffer, .plyr__progress--played, .plyr__volume--display {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 8px;
    margin: -4px 0 0;
    padding: 0;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 100px
}

.plyr__progress--buffer::-webkit-progress-bar, .plyr__progress--played::-webkit-progress-bar, .plyr__volume--display::-webkit-progress-bar {
    background: transparent
}

.plyr__progress--buffer::-webkit-progress-value, .plyr__progress--played::-webkit-progress-value, .plyr__volume--display::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 8px
}

.plyr__progress--buffer::-moz-progress-bar, .plyr__progress--played::-moz-progress-bar, .plyr__volume--display::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 8px
}

.plyr__progress--buffer::-ms-fill, .plyr__progress--played::-ms-fill, .plyr__volume--display::-ms-fill {
    border-radius: 100px
}

.plyr__progress--played, .plyr__volume--display {
    z-index: 1;
    color: #006cb7;
    background: transparent;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.plyr__progress--played::-webkit-progress-value, .plyr__volume--display::-webkit-progress-value {
    min-width: 8px;
    max-width: 99%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.plyr__progress--played::-moz-progress-bar, .plyr__volume--display::-moz-progress-bar {
    min-width: 8px;
    max-width: 99%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.plyr__progress--played::-ms-fill, .plyr__volume--display::-ms-fill {
    display: none
}

.plyr__progress--buffer::-webkit-progress-value {
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease
}

.plyr__progress--buffer::-moz-progress-bar {
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease
}

.plyr__progress--buffer::-ms-fill {
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease
}

.plyr--video .plyr__progress--buffer, .plyr--video .plyr__volume--display {
    background: rgba(255, 255, 255, 0.25)
}

.plyr--video .plyr__progress--buffer {
    color: rgba(255, 255, 255, 0.25)
}

.plyr--audio .plyr__progress--buffer, .plyr--audio .plyr__volume--display {
    background: rgba(198, 214, 219, 0.67)
}

.plyr--audio .plyr__progress--buffer {
    color: rgba(198, 214, 219, 0.67)
}

.plyr--loading .plyr__progress--buffer {
    -webkit-animation: plyr-progress 1s linear infinite;
    -o-animation: plyr-progress 1s linear infinite;
    animation: plyr-progress 1s linear infinite;
    background-size: 25px 25px;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
    color: transparent
}

.plyr--video.plyr--loading .plyr__progress--buffer {
    background-color: rgba(255, 255, 255, 0.25)
}

.plyr--audio.plyr--loading .plyr__progress--buffer {
    background-color: rgba(198, 214, 219, 0.67)
}

.plyr__time {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px
}

.plyr__time + .plyr__time {
    display: none
}

@media (min-width: 768px) {
    .plyr__time + .plyr__time {
        display: inline-block
    }
}

.plyr__time + .plyr__time::before {
    content: '\2044';
    margin-right: 10px
}

.plyr__volume {
    display: none
}

.plyr .plyr__volume {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.plyr .plyr__volume input[type="range"] {
    position: relative;
    z-index: 2
}

@media (min-width: 480px) {
    .plyr .plyr__volume {
        display: block;
        max-width: 60px
    }
}

@media (min-width: 768px) {
    .plyr .plyr__volume {
        max-width: 100px
    }
}

.plyr--is-ios .plyr__volume, .plyr--is-ios [data-plyr='mute'] {
    display: none !important
}

.plyr--fullscreen-active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 10000000;
    background: #000;
    border-radius: 0 !important
}

.plyr--fullscreen-active video {
    height: 100%
}

.plyr--fullscreen-active .plyr__video-wrapper {
    height: 100%;
    width: 100%
}

.plyr--fullscreen-active .plyr__video-embed {
    overflow: visible
}

.plyr--fullscreen-active .plyr__controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.page-modules .video-player:last-child {
    margin-bottom: 0
}

@media (max-width: 1023px) {
    .overlay--video .fullscreen {
        min-width: 0;
        min-height: 0;
        width: 100%;
        height: auto
    }
}

@media (min-width: 1024px) {
    .overlay--video .fullscreen {
        min-width: 0;
        min-height: 0;
    }
}
.video-player {
    margin-bottom: 8.86525vw
}

.video-player__inner {
    position: relative;
    overflow: hidden
}

.video-player__caption {
    padding-top: 3rem
}

@media (min-width: 768px) {
    .video-player__caption {
        padding-top: 4.5rem
    }
}

.video-player__thumb {
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer
}

.video-player__thumb:before {
    content: ' ';
    float: left;
    padding-top: 56.25%
}

.video-player__thumb:after {
    content: ' ';
    display: table;
    clear: both
}

.video-player__thumb > :first-child {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.video-player__thumb .btn {
    position: relative;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin-left: -5rem;
    margin-top: -5rem
}

.video-player__thumb + .plyr .plyr__play-large {
    display: none !important
}

.video-player .plyr__controls {
    padding-bottom: 3rem;
    padding-left: 5%;
    padding-right: 5%
}

@media (min-width: 768px) {
    .video-player .plyr__controls {
        padding: 8rem 2.5% 7rem 2.5%
    }
}

@media (max-width: 1023px) {
    .video-player .plyr__controls {
        display: none
    }
}

.video-player .plyr--playing [data-plyr="play"], .video-player .plyr--stopped [data-plyr="pause"] {
    display: none
}

.video-player .plyr--playing [data-plyr="pause"] {
    display: block
}

.video-player .btn--play, .video-player .btn--pause {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5rem;
    margin-left: -5rem;
    cursor: pointer;
    -webkit-transition: opacity 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    -o-transition: opacity 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    transition: opacity 0.2s cubic-bezier(0.58, 0.3, 0.195, 1)
}

.video-player .plyr__progress--played {
    color: #fff;
    border-radius: 0;
    height: 0.2rem;
    margin: 0
}

.video-player .plyr--hide-controls .btn--pause {
    opacity: 0
}

.video-player .plyr--video .plyr__progress--buffer {
    color: #464646;
    border-radius: 0;
    height: 0.2rem;
    margin: 0
}

.video-player .plyr input[type='range']::-webkit-slider-thumb {
    opacity: 0
}

.video-player .plyr__tooltip {
    display: none !important
}

.video-player--dark .btn--round {
    border-color: #000 !important
}

.video-player--dark .btn--play svg {
    stroke: #000 !important
}

.video-player--dark .btn--play svg * {
    stroke: #000 !important
}

.page-modules .video-player:last-of-type:last-child {
    margin-bottom: 100px
}

.brand-description {
    margin-bottom: 17.33333vw
}

@media (min-width: 768px) {
    .brand-description {
        margin-bottom: 14.1844vw
    }
}

.brand-description__logo {
    -webkit-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0.35);
    -o-transform: scale(0.35);
    transform: scale(0.35);
    margin-bottom: 1em;
    width: 150px;
    height: 110px;
}

.brand-description__logo svg {
    width: 100%;
    height: 100%;
    display: block;
}

svg#ONE_BY_AOL {
    margin-top: 0;
}

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

    .brand-description .hero__text .container {
        width: 100%;
    }

    .brand-description__logo {
        overflow: none;
        height: 90px;
        transform: scale(1);
    }

    .brand-description__logo.aol {
        margin-left: 0rem;
    }
}

@media only screen and (min-width: 769px) {
    .brand-description__logo {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@media (min-width: 1024px) {
    .brand-description__logo {
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }

    svg#AOL {
        margin-left: 0rem;
    }
}

.st0 {
    opacity: 1 !important
}

.leadership-tile {
    white-space: nowrap;
    font-size: 0;
    background-color: #fff
}

.leadership-tile__background {
    transition: filter .2s;
}

.leadership-tile__background:hover {
    filter: brightness(70%);
}

.leadership-tile:hover .leadership-tile__background {
    filter: brightness(70%);
}

/* full brightness when the leader's image is selected */
.leadership-tile--active .leadership-tile__background {
    filter: brightness(100%) !important;
}

@media (min-width: 768px) {
    .leadership-tile:hover .leadership-tile__image-inner {
        opacity: 1;
        cursor: pointer;
    }
}

.leadership-tile--active {
    width: 100%;
    position: relative;
    z-index: 5
}

.leadership-tile--active .leadership-tile__image {
    max-width: 100%
}

@media (min-width: 768px) {
    .leadership-tile--active .leadership-tile__image {
        width: 50%
    }
}

.leadership-tile--active .leadership-tile__image video {
    opacity: 1
}

.leadership-tile--active .leadership-tile__content {
    display: block
}

@media (min-width: 768px) {
    .leadership-tile--active .leadership-tile__content {
        display: inline-block
    }
}

.leadership-tile--active .leadership-tile__image-inner {
    opacity: 1;
}

.leadership-tile--active p.h2 {
    display: none
}

.leadership-tile__image {
    display: inline-block;
    width: 100%;
    position: relative;
    vertical-align: top;
    -webkit-transition: width 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    -o-transition: width 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    transition: width 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    cursor: pointer;
    overflow: hidden
}

.leadership-tile__image:before {
    content: ' ';
    float: left;
    padding-top: 100%
}

.leadership-tile__image:after {
    content: ' ';
    display: table;
    clear: both
}

.leadership-tile__image > :first-child {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.leadership-tile__image video {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    width: auto;
    height: 100%;
    max-width: none;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity 0.4s cubic-bezier(0.74, 0.07, 0.34, 0.96);
    -o-transition: opacity 0.4s cubic-bezier(0.74, 0.07, 0.34, 0.96);
    transition: opacity 0.4s cubic-bezier(0.74, 0.07, 0.34, 0.96);
    opacity: 0
}

.videoautoplay .leadership-tile .leadership-tile__image video {
    display: block
}

.leadership-tile__image-inner {
    padding: 2rem;
    white-space: normal;
    opacity: 0;
    -webkit-transition: opacity 0.2s cubic-bezier(0.74, 0.07, 0.34, 0.96);
    -o-transition: opacity 0.2s cubic-bezier(0.74, 0.07, 0.34, 0.96);
    transition: opacity 0.2s cubic-bezier(0.74, 0.07, 0.34, 0.96);
}

.leadership-tile__image-inner .name {
    max-width: 5px;
    line-height: 0.95;
    position: absolute;
    bottom: 0rem;
    left: 2rem;
    color: #fff;
    padding-left: 0;
    font-size: 5rem;
    font-style: normal;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
    .leadership-tile__image-inner p {
        bottom: 2rem;
        left: 3rem
    }
}

.leadership-tile__image-inner p {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4)
}

.leadership-tile__image-inner .title-inner {
    display: inline-block;
    vertical-align: top;
    max-width: 5em
}

.leadership-tile__image-inner .title-inner .line {
    width: 100%
}

.leadership-tile__image-inner .title-inner .line-wrapper {
    width: 140%
}

.leadership-tile__content {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: none;
    vertical-align: top;
    white-space: normal;
    padding: 2rem
}

@media (min-width: 768px) {
    .leadership-tile__content {
        width: 50%;
        padding: 3.5rem 3rem
    }
}

.leadership-tile__content p {
    max-width: 35em
    clear: both;
}

.leadership-tile .btn--close {
    position: absolute;
    top: 30px;
    right: 5%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width: 767px) {
    .leadership-tile .btn--close {
        display: none
    }
}

.leadership-tile .btn--close:hover {
    background-color: #006cb7;
    border-color: #006cb7
}

.leadership-tile .btn--close:hover svg {
    fill: #FFF;
    stroke: #FFF
}

.leadership-tiles {
    margin-bottom: 6.02837vw
}

.leadership-tiles h2 {
    margin-bottom: 1.5rem
}

@media (min-width: 768px) {
    .leadership-tiles h2 {
        margin-bottom: 4rem
    }
}

.leadership-tiles .grid--auto-width .leadership-tile {
    width: 50%
}

.leadership-tiles .grid--auto-width .leadership-tile--active {
    width: 100%
}

@media (min-width: 768px) {
    .leadership-tiles .grid--auto-width .leadership-tile__image:before {
        content: ' ';
        float: left;
        padding-top: 66.66667%
    }

    .leadership-tiles .grid--auto-width .leadership-tile__image:after {
        content: ' ';
        display: table;
        clear: both
    }

    .leadership-tiles .grid--auto-width .leadership-tile__image > :first-child {
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.leadership-colon {
    width: 78px;
    display: block;
    float: left;
    margin: 7px 5px 0px -80px;
}

p.leadership-oath {
    font-family: inherit;    
    font-weight: bold;
    font-size: 23pt;
    max-width: 7em;
    display: inline-block;
}

@media (max-width: 768px) {
    p.leadership-oath {
        margin-top: -36px;
        max-width: 75%;
    }

    .leadership-colon {
        margin-top: -29px;
    }
}

.leadership-tile__content p {
    font-style: normal;
}

.related-careers {
    padding-top: 6.02837vw;
    margin-bottom: 10.6383vw
}

.related-careers h2 {
    margin-bottom: 4rem
}

.related-careers p {
    max-width: 9em
}

.related-careers .large span {
    display: inline;
    border-bottom: 0.2rem solid #006cb7;
    line-height: 1.5;
    -webkit-transition: color 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    -o-transition: color 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    transition: color 0.2s cubic-bezier(0.58, 0.3, 0.195, 1)
}

.related-careers a:hover + p {
    color: #006cb7
}

.four-up-text-columns {
    background-color: #000;
    color: #fff;
    padding: 9.33333vw 0;
    margin-bottom: 10.66667vw
}

@media (min-width: 768px) {
    .four-up-text-columns {
        padding: 8.15603vw 0;
        margin-bottom: 8.51064vw
    }
}

.four-up-text-columns a {
    display: block
}

.four-up-text-columns a, .four-up-text-columns p {
    margin-bottom: 4rem
}

@media (min-width: 768px) {
    .four-up-text-columns a, .four-up-text-columns p {
        max-width: 8em;
        margin-bottom: 0
    }
}

.four-up-text-columns p.large, .four-up-text-columns a.large {
    font-size: 2rem
}

@media (min-width: 1024px) {
    .four-up-text-columns p.large, .four-up-text-columns a.large {
        font-size: 3rem
    }
}

.four-up-text-columns__highlight {
    color: #006cb7
}

.split-text-overview {
    margin-bottom: 9.21986vw
}

.split-text-overview a[href^="mailto"], .split-text-overview a {
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

.split-text-overview a[href^="mailto"]:hover, .split-text-overview a:hover {
    color: #006cb7
}

.split-text-overview__excerpt {
    max-width: 20em
}

@media (min-width: 1280px) {
    .split-text-overview__excerpt {
        max-width: 13em
    }
}

.split-text-overview h2 {
    margin-bottom: 4rem
}

.split-text-overview--dark {
    background-color: #000
}

.split-text-overview--dark * {
    color: #FFF
}

.page-modules .split-text-overview:first-child {
    padding-top: 10.66667vw
}

@media (min-width: 768px) {
    .page-modules .split-text-overview:first-child {
        padding-top: 7.80142vw
    }
}

@media (min-width: 1800px) {
    .page-modules .split-text-overview:first-child {
        padding-bottom: 11rem
    }
}

.page-template-press-blade .split-text-overview {
    padding-bottom: 10.66667vw
}

@media (min-width: 768px) {
    .page-template-press-blade .split-text-overview {
        padding-bottom: 7.80142vw
    }
}

@media (min-width: 1800px) {
    .page-template-press-blade .split-text-overview {
        padding-bottom: 11rem
    }
}

.press-links {
    padding-top: 3.5461vw;
    padding-bottom: 11.34752vw
}

.press-links__date {
    margin-bottom: 1.5rem
}

@media (min-width: 768px) {
    .press-links__date {
        margin-bottom: 3rem
    }
}

.press-links__excerpt :last-child {
    margin-bottom: 0
}

.press-links__result p.link {
    display: inline-block;
    border-bottom: 0.2rem solid #006cb7;
    padding-bottom: 0.5rem
}

.press-links__results {
    max-width: 9em
}

.press-links li {
    padding-bottom: 12vw;
    margin-bottom: 12vw;
    border-bottom: 0.1rem solid
}

@media (min-width: 768px) {
    .press-links li {
        padding-bottom: 6.38298vw;
        margin-bottom: 6.38298vw;
        border-bottom: 0.2rem solid
    }
}

.press-links .h3 {
    margin-bottom: 1.5rem;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

@media (min-width: 768px) {
    .press-links .h3 {
        margin-bottom: 2rem
    }
}

.press-links li:hover h2.h3 {
    color: #006cb7 !important
}

.text-block {
    margin-bottom: 4.5rem
}

.text-block--dark {
    background-color: #000;
    color: #fff;
    margin-bottom: 0;
    padding: 10.66667vw 0
}

@media (min-width: 768px) {
    .text-block--dark {
        padding: 7.0922vw 0
    }
}

.text-block__body a {
    -webkit-transition: .3s color ease;
    -o-transition: .3s color ease;
    transition: .3s color ease
}

.text-block__body a:hover {
    color: #006cb7
}

.text-block__body :last-child {
    margin-bottom: 0
}

.text-block__body a {
    border-bottom: 0.2rem solid #006cb7;
    padding-bottom: 0.5rem
}

@media (min-width: 768px) {
    .text-block + .text-block {
        margin-top: 10.6383vw
    }
}

.text-block h2 {
    margin-bottom: 3.5rem;
    position: relative;
    left: -0.3rem
}

.text-block ul {
    list-style: disc;
    max-width: 28em;
    margin-left: 1em
}

.text-block li {
    margin-bottom: 2.5rem;
    line-height: 1.2
}

@media (min-width: 768px) {
    .text-block li {
        margin-bottom: 3.5rem
    }
}

.image-tiles {
    margin-bottom: 10.66667vw
}

@media (min-width: 768px) {
    .image-tiles {
        margin-bottom: 10.6383vw
    }
}

@media (min-width: 1800px) {
    .image-tiles {
        margin-bottom: 15rem
    }
}

.image-tiles__title {
    margin-bottom: 8vw
}

@media (min-width: 768px) {
    .image-tiles__title {
        margin-bottom: 3.5461vw
    }
}

.image-tiles__image {
    margin-bottom: 2rem;
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto
}

.image-tiles__image:before {
    content: ' ';
    float: left;
    padding-top: 49.85075%
}

.image-tiles__image:after {
    content: ' ';
    display: table;
    clear: both
}

.image-tiles__image > :first-child {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

@media (min-width: 768px) {
    .image-tiles__image {
        margin-bottom: 3.5rem
    }

    .image-tiles__image:before {
        padding-top: 100%
    }
}

.image-tiles__text {
    text-align: center
}

.image-tiles__text-body {
    text-align: left
}

.image-tiles__text-body :last-child {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .image-tiles .grid__item {
        margin-bottom: 4rem
    }
}

.page-modules .image-carousel:last-child {
    margin-bottom: 0
}

.image-carousel {
    margin-bottom: 10.66667vw
}

@media (min-width: 768px) {
    .image-carousel {
        margin-bottom: 10.6383vw
    }
}

.image-carousel__inner {
    position: relative;
    overflow: hidden
}

.image-carousel__title {
    margin-bottom: 8vw
}

@media (min-width: 768px) {
    .image-carousel__title {
        margin-bottom: 3.5461vw
    }
}

.image-carousel__images {
    overflow: hidden
}

@media (max-width: 767px) {
    .image-carousel__images {
        position: relative
    }

    .image-carousel__images:before {
        content: ' ';
        float: left;
        padding-top: 80%
    }

    .image-carousel__images:after {
        content: ' ';
        display: table;
        clear: both
    }

    .image-carousel__images > :first-child {
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%
    }
}

@media (min-width: 768px) {
    .image-carousel__images {
        max-height: 100vh
    }

    .image-carousel__images:before {
        content: ' ';
        float: left;
        padding-top: 61.2766%
    }

    .image-carousel__images:after {
        content: ' ';
        display: table;
        clear: both
    }

    .image-carousel__images > :first-child {
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.image-carousel__slide {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.image-carousel__slide-active {
    display: block;
    z-index: 2
}

.image-carousel__slide-entering {
    display: block;
    z-index: 1
}

.image-carousel__slide-exiting {
    display: block
}

.image-carousel__text-holder {
    background-color: #000;
    color: #fff;
    padding: 2.5rem 3rem
}

@media (min-width: 768px) {
    .image-carousel__text-holder {
        position: absolute;
        z-index: 5;
        bottom: 10.41667%;
        right: 0;
        padding: 5.5rem 8rem 10rem 8rem;
        width: 50%;
        max-width: 71.5rem
    }
}

@media (min-width: 1024px) {
    .image-carousel__text-holder {
        min-height: 42rem
    }
}

.image-carousel__text-holder .colon {
    width: 0.7rem;
    height: 1.7rem;
    display: inline-block;
    margin-left: -1rem
}

@media (min-width: 768px) {
    .image-carousel__text-holder .colon {
        margin-left: -2rem;
        width: 1rem;
        height: 2rem
    }
}

.image-carousel__text-holder .h3 {
    max-width: 6em;
    margin-bottom: 2rem;
    line-height: 1
}

.image-carousel__slide-text {
    display: none
}

.image-carousel__controls {
    position: absolute;
    z-index: 5;
    top: 20%;
    left: 2rem;
    width: calc(100% - 4rem)
}

@media (min-width: 768px) {
    .image-carousel__controls {
        top: auto;
        bottom: 4rem;
        left: 7rem;
        width: auto
    }
}

.image-carousel__arrow {
    display: inline-block;
    -webkit-appearance: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 0;
    background-color: transparent;
    width: 3.5rem;
    height: 3.5rem;
    padding: 0.6rem 1rem;
    outline: none
}

.image-carousel__arrow:hover svg {
    -webkit-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px)
}

.image-carousel__arrow svg {
    width: 100%;
    height: 100%;
    fill: #006cb7;
    stroke: #006cb7;
    stroke-width: 2px;
    -webkit-transition: all 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    -o-transition: all 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    transition: all 0.2s cubic-bezier(0.58, 0.3, 0.195, 1)
}

@media (min-width: 1024px) {
    .image-carousel__arrow svg {
        stroke-width: 3px
    }
}

.image-carousel__arrow-next {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (max-width: 767px) {
    .image-carousel__arrow-next {
        float: right
    }
}

.image-block {
    margin-bottom: 10.66667vw
}

@media (min-width: 768px) {
    .image-block {
        margin-bottom: 10.6383vw
    }
}

.image-block img {
    width: 100%
}

.history-timeline {
    min-height: 100vh;
    margin-top: -6.3rem
}

@media (min-width: 1024px) {
    .history-timeline {
        margin-top: -7rem
    }
}

.history-timeline__nav {
    position: fixed;
    z-index: 5;
    top: 0;
    left: 5rem;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
    line-height: 1.85714
}

@media (max-width: 1279px) {
    .history-timeline__nav {
        display: none
    }
}

.history-timeline__nav--light {
    color: #fff
}

.history-timeline__nav ul {
    border-left: 0.6rem solid #006cb7;
    padding: 2rem 0 2rem 0.5rem
}

.history-timeline__nav li:last-child {
    margin-bottom: 0
}

.history-timeline__nav a {
    display: block
}

.history-timeline__nav .active {
    font-weight: 700;
    -webkit-transform: scale(1.28571);
    -o-transform: scale(1.28571);
    transform: scale(1.28571);
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: all 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    -o-transition: all 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    transition: all 0.2s cubic-bezier(0.58, 0.3, 0.195, 1)
}

@media (max-width: 1023px) {
    .history-timeline__sections {
        margin-top: 6.3rem;
        overflow: hidden
    }
}

.history-timeline__section {
    background-color: #fff;
    position: relative
}

@media (min-width: 1024px) {
    .history-timeline__section {
        height: 100vh
    }

    .history-timeline__section .grid {
        height: 100%
    }
}

@media (max-width: 1023px) {
    .history-timeline__section .grid__item {
        width: 100%
    }
}

.history-timeline__section--full-bleed {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

@media (max-width: 1023px) {
    .history-timeline__section--full-bleed {
        margin-bottom: 10rem
    }
}

@media (min-width: 1024px) {
    .history-timeline__section--full-bleed {
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 1024px) {
    .history-timeline__section--full-bleed.slick-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 1024px) {
    .history-timeline__section--full-bleed .history-timeline__text-block {
        max-width: 48rem;
        margin: 0 0 0 14.1844vw
    }
}

@media (min-width: 1024px) {
    .history-timeline__section--full-bleed .image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
}

@media (max-width: 1023px) {
    .history-timeline__section--full-bleed .image {
        position: relative;
        width: 100%
    }

    .history-timeline__section--full-bleed .image:before {
        content: ' ';
        float: left;
        padding-top: 56.25%
    }

    .history-timeline__section--full-bleed .image:after {
        content: ' ';
        display: table;
        clear: both
    }

    .history-timeline__section--full-bleed .image > :first-child {
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%
    }

    .history-timeline__section--full-bleed .image .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
}

@media (max-width: 767px) {
    .history-timeline__section--full-bleed .image:before {
        content: ' ';
        float: left;
        padding-top: 100%
    }

    .history-timeline__section--full-bleed .image:after {
        content: ' ';
        display: table;
        clear: both
    }

    .history-timeline__section--full-bleed .image > :first-child {
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%
    }
}

@media (max-width: 1023px) {
    .history-timeline__section--image-right .history-timeline__section-text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.history-timeline__section--image-left h2, .history-timeline__section--image-right h2 {
    max-width: 7em
}

.history-timeline__text-block {
    margin: 0 auto
}

@media (max-width: 1023px) {
    .history-timeline__text-block {
        padding: 3.5rem 2rem
    }
}

@media (min-width: 1024px) {
    .history-timeline__text-block {
        max-width: 40rem
    }
}

.history-timeline__text-block .history-timeline__text-body :last-child {
    margin-bottom: 0
}

@media (min-width: 1024px) {
    .history-timeline__image-block {
        min-height: 100vh
    }
}

@media (max-width: 1023px) {
    .history-timeline__image-block {
        position: relative
    }

    .history-timeline__image-block:before {
        content: ' ';
        float: left;
        padding-top: 56.25%
    }

    .history-timeline__image-block:after {
        content: ' ';
        display: table;
        clear: both
    }

    .history-timeline__image-block > :first-child {
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%
    }

    .history-timeline__image-block .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
}

@media (max-width: 767px) {
    .history-timeline__image-block:before {
        content: ' ';
        float: left;
        padding-top: 100%
    }

    .history-timeline__image-block:after {
        content: ' ';
        display: table;
        clear: both
    }

    .history-timeline__image-block > :first-child {
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.history-timeline__section-trigger {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    width: 0;
    height: 0
}

.history-timeline__image-contain {
    background-size: contain !important
}

.history-timeline .arrow-down {
    display: inline-block;
    -webkit-appearance: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 0;
    position: absolute;
    z-index: 2;
    top: calc(100vh - 6rem);
    left: 50%;
    background-color: transparent;
    width: 5rem;
    height: 5rem;
    margin-left: -2.5rem;
    margin-bottom: 1rem
}

@media (max-width: 1023px) {
    .history-timeline .arrow-down {
        display: none
    }
}

.history-timeline .arrow-down:hover svg {
    -webkit-transform: translateY(10px) rotate(-90deg);
    -o-transform: translateY(10px) rotate(-90deg);
    transform: translateY(10px) rotate(-90deg)
}

.history-timeline .arrow-down svg {
    width: 1.2rem;
    height: 1.9rem;
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    fill: #000;
    stroke: #000;
    stroke-width: 3px;
    -webkit-transition: all 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    -o-transition: all 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    transition: all 0.2s cubic-bezier(0.58, 0.3, 0.195, 1)
}

.history-timeline .slick-dots {
    width: auto;
    z-index: 4;
    top: 90vw;
    left: 2rem
}

@media (min-width: 768px) {
    .history-timeline .slick-dots {
        top: 50vw
    }
}

@media (min-width: 1024px) {
    .history-timeline .slick-dots {
        bottom: 10%;
        top: auto;
        left: 14.1844vw
    }
}

.history-timeline .slick-dots li {
    border-radius: 50%;
    width: 1.2rem;
    height: 1.2rem;
    border: 0.3rem solid #006cb7;
    -webkit-transition: background-color 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    -o-transition: background-color 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    transition: background-color 0.2s cubic-bezier(0.58, 0.3, 0.195, 1)
}

@media (min-width: 1024px) {
    .history-timeline .slick-dots li {
        width: 1.8rem;
        height: 1.8rem
    }
}

.history-timeline .slick-dots li button:before {
    display: none
}

.history-timeline .slick-dots .slick-active {
    background-color: #006cb7
}

.history-timeline .spacer {
    height: 100vh
}

.history-timeline h2 {
    line-height: 0.95;
    margin-bottom: 2rem
}

@media (max-width: 767px) {
    .history-timeline h2 {
        font-size: 3rem;
        margin-bottom: 1.5rem
    }
}

@media (max-width: 767px) {
    .history-timeline .h4 {
        font-size: 1.6rem
    }
}

.leadership-index__filters {
    margin: 3rem 0
}

@media (min-width: 768px) {
    .leadership-index__filters {
        margin: 5.5rem 0 10rem 0
    }
}

.leadership-index__filters ul {
    margin: 0;
    padding: 0
}

@media (min-width: 768px) {
    .leadership-index__filters ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -1.5rem
    }
}

.leadership-index__filters li {
    display: block;
    margin-bottom: 1rem;
    text-align: center
}

@media (min-width: 768px) {
    .leadership-index__filters li {
        display: inline-block;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 1.5rem
    }
}

.leadership-index__filters li a {
    display: block;
    background-color: #000;
    color: rgba(255, 255, 255, 0.5);
    line-height: 4rem;
    -webkit-transition: all 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    -o-transition: all 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    transition: all 0.2s cubic-bezier(0.58, 0.3, 0.195, 1)
}

@media (min-width: 768px) {
    .leadership-index__filters li a {
        line-height: 7.3rem
    }
}

.leadership-index__filters li .active {
    background-color: #006cb7;
    color: white
}

.large-outbound-links__title {
    margin-bottom: 10.66667vw
}

@media (min-width: 768px) {
    .large-outbound-links__title {
        margin-bottom: 7.0922vw
    }
}

@media (min-width: 1800px) {
    .large-outbound-links__title {
        margin-bottom: 10rem
    }
}

.large-outbound-links__inner {
    margin-bottom: 10.66667vw
}

@media (min-width: 768px) {
    .large-outbound-links__inner {
        margin-bottom: 14.1844vw
    }
}

@media (min-width: 1800px) {
    .large-outbound-links__inner {
        margin-bottom: 20rem
    }
}

@media (max-width: 767px) {
    .large-outbound-links .grid__item {
        margin-bottom: 2rem
    }
}

@media (max-width: 1023px) {
    .large-outbound-links .large {
        font-size: 2rem
    }
}

.large-outbound-links a {
    position: relative;
    -webkit-transition: color 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    -o-transition: color 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    transition: color 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    border-bottom: 0.2rem solid #006cb7
}

@media (min-width: 768px) {
    .large-outbound-links a {
        padding-bottom: 0.5rem
    }
}

.large-outbound-links a:hover {
    color: #006cb7
}

.large-table {
    background-color: #000;
    color: #fff;
    padding: 10.66667vw 0;
    margin-bottom: 16vw
}

@media (min-width: 768px) {
    .large-table {
        padding: 7.0922vw 0;
        margin-bottom: 8.86525vw
    }
}

@media (min-width: 1800px) {
    .large-table {
        padding: 10rem 0;
        margin-bottom: 12.5rem
    }
}

.large-table table {
    width: 100%;
    table-layout: fixed;
    text-align: center
}

.large-table th, .large-table td:first-child {
    font-size: 1.6rem;
    color: #006cb7;
    padding: 1.5rem 0;
    border-bottom: 0.1rem solid #fff;
    vertical-align: middle;
    font-weight: 700
}

@media (min-width: 1024px) {
    .large-table th, .large-table td:first-child {
        font-size: 2.6rem;
        padding: 2.5rem 0
    }
}

.large-table td {
    font-size: 1rem;
    line-height: 1.2;
    padding: 1.5rem 0;
    border-bottom: 0.1rem solid #fff;
    white-space: pre-wrap;
    line-height: 2;
    vertical-align: middle
}

@media (min-width: 1024px) {
    .large-table td {
        font-size: 2rem;
        padding: 2.5rem 0
    }
}

.large-table tr:last-child td {
    border-bottom: none
}

.portfolio-thumbs {
    margin-bottom: 16vw
}

@media (min-width: 768px) {
    .portfolio-thumbs {
        margin-bottom: 8.15603vw
    }
}

@media (min-width: 1800px) {
    .portfolio-thumbs {
        margin-bottom: 11.5rem
    }
}

.portfolio-thumbs__item {
    margin-bottom: 2.5rem
}

@media (min-width: 768px) {
    .portfolio-thumbs__item {
        margin-bottom: 8rem
    }
}

@media (max-width: 767px) {
    .portfolio-thumbs__item-image:before {
        content: ' ';
        float: left;
        padding-top: 100%
    }

    .portfolio-thumbs__item-image:after {
        content: ' ';
        display: table;
        clear: both
    }

    .portfolio-thumbs__item-image > :first-child {
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%
    }
}

@media (min-width: 768px) {
    .portfolio-thumbs__item-image:before {
        content: ' ';
        float: left;
        padding-top: 66.34304%
    }

    .portfolio-thumbs__item-image:after {
        content: ' ';
        display: table;
        clear: both
    }

    .portfolio-thumbs__item-image > :first-child {
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.portfolio-thumbs__item-links a {
    display: inline-block;
    border-bottom: 0.2rem solid #006cb7;
    padding-bottom: 0.3rem;
    margin-right: 1.5rem;
    font-size: 1.6rem;
    -webkit-transition: color 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    -o-transition: color 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    transition: color 0.2s cubic-bezier(0.58, 0.3, 0.195, 1)
}

@media (min-width: 768px) {
    .portfolio-thumbs__item-links a {
        margin-right: 3.5rem;
        font-size: 2rem
    }
}

.portfolio-thumbs__item-links a:hover {
    color: #006cb7
}

.portfolio-thumbs__links {
    padding-top: 3rem
}

@media (min-width: 768px) {
    .portfolio-thumbs__links {
        padding-top: 0
    }
}

.portfolio-thumbs__links a {
    margin-bottom: 1.5rem
}

@media (min-width: 768px) {
    .portfolio-thumbs__links a {
        margin-bottom: 0;
        margin-right: 3rem
    }
}

.portfolio-thumbs__links a:last-of-type {
    margin-bottom: 0
}

.portfolio-thumbs__links span {
    display: block
}

@media (min-width: 768px) {
    .portfolio-thumbs__links span {
        display: none
    }
}

.jobs-map {
    color: #fff;
    background-color: #000;
    padding-bottom: 9.33333vw;
    margin-bottom: 13.33333vw
}

@media (min-width: 768px) {
    .jobs-map {
        padding-bottom: 4.25532vw;
        margin-bottom: 4.60993vw
    }
}

@media (min-width: 1800px) {
    .jobs-map {
        padding-bottom: 6rem;
        margin-bottom: 6rem
    }
}

.jobs-map__title {
    margin-bottom: 8vw
}

@media (min-width: 768px) {
    .jobs-map__title {
        margin-bottom: 3.5461vw
    }
}

@media (max-width: 1023px) {
    .jobs-map__title {
        background-color: #fff;
        color: #000;
        padding-bottom: 1rem
    }
}

@media (min-width: 1024px) {
    .jobs-map__title {
        padding-top: 6rem
    }
}

.jobs-map__background {
    position: relative
}

@media (max-width: 1023px) {
    .jobs-map__background:before {
        content: ' ';
        float: left;
        padding-top: 61.06667%
    }
    .jobs-map__background:after {
        content: ' ';
        display: table;
        clear: both
    }
    .jobs-map__background >:first-child {
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%
    }
}

@media (min-width: 1024px) {
    .jobs-map__background:before {
        content: ' ';
        float: left;
        padding-top: 51.20567%
    }
    .jobs-map__background:after {
        content: ' ';
        display: table;
        clear: both
    }
    .jobs-map__background >:first-child {
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.jobs-map {
    margin-bottom: 13.33333vw;
    overflow: hidden
}

@media (min-width:768px) {
    .jobs-map {
        padding-bottom: 4.25532vw;
        margin-bottom: 4.60993vw
    }
}

@media (min-width:1024px) {
    .jobs-map {
        color: #fff;
        background-color: #000
    }
}

@media (min-width:1800px) {
    .jobs-map {
        padding-bottom: 6rem;
        margin-bottom: 6rem
    }
}

.jobs-map__title {
    margin-bottom: 8vw
}

@media (min-width:768px) {
    .jobs-map__title {
        margin-bottom: 3.5461vw
    }
}

@media (max-width:1023px) {
    .jobs-map__title {
        background-color: #fff;
        color: #000;
        padding-bottom: 1rem
    }
}

@media (min-width:1024px) {
    .jobs-map__title {
        padding-top: 6rem
    }
}

.jobs-map__inner {
    display: none;
    max-width: 160rem;
    margin: 0 auto
}

@media (min-width:1024px) {
    .jobs-map__inner {
        display: block
    }
}

.jobs-map__list .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3.5rem
}

.jobs-map__list__continent {
    margin-bottom: 2.5rem
}

.jobs-map__list__country {
    font-weight: 700;
    margin-bottom: 2rem
}

.jobs-map__list__state {
    font-style: italic;
    display: block;
    font-weight: 700;
    width: 100%;
    max-width: none
}

.jobs-map__list a {
    margin-bottom: 2rem;
    -webkit-transition: color .2s cubic-bezier(.58, .3, .195, 1);
    -o-transition: color .2s cubic-bezier(.58, .3, .195, 1);
    transition: color .2s cubic-bezier(.58, .3, .195, 1)
}

.jobs-map__list a:hover {
    color: #006cb7
}

@media (min-width:1024px) {
    .jobs-map__list {
        display: none
    }
}

.jobs-map__background {
    position: relative
}

.jobs-map__background:before {
    content: " ";
    float: left;
    padding-top: 51.42857%
}

.jobs-map__background:after {
    content: " ";
    display: table;
    clear: both
}

.jobs-map__background>:first-child {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.jobs-map .hotspot {
    position: absolute;
    width: .44vw;
    height: .44vw;
    margin-left: -.22vw;
    margin-top: -.22vw
}

.jobs-map .hotspot--sao-paulo {
    left: 33.57143%;
    top: 74.86111%
}

.jobs-map .hotspot--bangalore {
    left: 67.85714%;
    top: 56.25%
}

.jobs-map .hotspot--hyderabad {
    left: 67.85714%;
    top: 52.36111%
}

.jobs-map .hotspot--mumbai {
    left: 67.14286%;
    top: 52.36111%
}

.jobs-map .hotspot--gurgaon {
    left: 67.21429%;
    top: 48.33333%
}

.jobs-map .hotspot--richardson {
    left: 19.21429%;
    top: 46.52778%
}

.jobs-map .hotspot--ramat-gan {
    left: 57.35714%;
    top: 45.55556%
}

.jobs-map .hotspot--herzliya {
    left: 57.35714%;
    top: 44.16667%
}

.jobs-map .hotspot--haifa {
    left: 56.71429%;
    top: 44.16667%
}

.jobs-map .hotspot--chapel-hill {
    left: 24.5%;
    top: 43.88889%
}

.jobs-map .hotspot--atlanta {
    left: 23.14286%;
    top: 43.88889%
}

.jobs-map .hotspot--tel-aviv {
    left: 56.71429%;
    top: 45.55556%
}

.jobs-map .hotspot--manassas {
    left: 25.14286%;
    top: 42.63889%
}

.jobs-map .hotspot--durham {
    left: 24.5%;
    top: 42.63889%
}

.jobs-map .hotspot--san-ramon {
    left: 14.63571%;
    top: 42.5%
}

.jobs-map .hotspot--sunnyvale {
    left: 13.92857%;
    top: 42.5%
}

.jobs-map .hotspot--dulles {
    left: 25.14286%;
    top: 41.25%
}

.jobs-map .hotspot--omaha {
    left: 19.22857%;
    top: 41.23611%
}

.jobs-map .hotspot--la-vista {
    left: 18.57143%;
    top: 41.23611%
}

.jobs-map .hotspot--denver {
    left: 15.95%;
    top: 41.20833%
}

.jobs-map .hotspot--lehi {
    left: 14.63571%;
    top: 41.19444%
}

.jobs-map .hotspot--san-mateo {
    left: 13.32143%;
    top: 41.19444%
}

.jobs-map .hotspot--beijing {
    left: 78.37143%;
    top: 40.34722%
}

.jobs-map .hotspot--madrid {
    left: 45.51429%;
    top: 40.09722%
}

.jobs-map .hotspot--new-york {
    left: 25.80714%;
    top: 39.94444%
}

.jobs-map .hotspot--fort-collins {
    left: 15.95%;
    top: 39.875%
}

.jobs-map .hotspot--rocklin {
    left: 13.97857%;
    top: 39.86111%
}

.jobs-map .hotspot--boston {
    left: 27.12143%;
    top: 38.61111%
}

.jobs-map .hotspot--hillsboro {
    left: 12.66429%;
    top: 37.16667%
}

.jobs-map .hotspot--champaign {
    left: 20.55714%;
    top: 37.22222%
}

.jobs-map .hotspot--quincy {
    left: 13.98571%;
    top: 35.83333%
}

.jobs-map .hotspot--portland {
    left: 13.32857%;
    top: 37.16667%
}

.jobs-map .hotspot--munich {
    left: 49.46429%;
    top: 36.11111%
}

.jobs-map .hotspot--southfield {
    left: 22.52857%;
    top: 35.90278%
}

.jobs-map .hotspot--chicago {
    left: 21.21429%;
    top: 35.88889%
}

.jobs-map .hotspot--bellevue {
    left: 13.32857%;
    top: 35.83333%
}

.jobs-map .hotspot--seattle {
    left: 12.67143%;
    top: 35.81944%
}

.jobs-map .hotspot--wenatchee {
    left: 13.67143%;
    top: 35.81944%
}

.jobs-map .hotspot--paris {
    left: 46.85714%;
    top: 36.11111%
}

.jobs-map .hotspot--ottawa {
    left: 26.47143%;
    top: 31.91667%
}

.jobs-map .hotspot--birmingham {
    left: 22.52857%;
    top: 34.55556%
}

.jobs-map .hotspot--hamburg {
    left: 50.12857%;
    top: 33.43056%
}

.jobs-map .hotspot--dreieich {
    left: 48.81429%;
    top: 34.75%
}

.jobs-map .hotspot--luxembourg {
    left: 47.5%;
    top: 34.75%
}

.jobs-map .hotspot--lockport {
    left: 26.47143%;
    top: 34.59722%
}

.jobs-map .hotspot--toronto {
    left: 25.82143%;
    top: 33.23611%
}

.jobs-map .hotspot--detroit {
    left: 23.17857%;
    top: 34.59722%
}

.jobs-map .hotspot--buffalo {
    left: 24.17857%;
    top: 33.9722%;
}

.jobs-map .hotspot--cologne {
    left: 48.81429%;
    top: 33.43056%
}

.jobs-map .hotspot--london {
    left: 45.76429%;
    top: 31.22222%
}

.jobs-map .hotspot--montreal {
    left: 28.45%;
    top: 31.91667%
}

.jobs-map .hotspot--quebec {
    left: 29.10714%;
    top: 30.58333%
}

.jobs-map .hotspot--oslo {
    left: 48.82857%;
    top: 26.70833%
}

.jobs-map .hotspot--auckland {
    left: 94.70714%;
    top: 83.40278%
}

.jobs-map .hotspot--sydney {
    left: 88.8%;
    top: 80.66667%
}

.jobs-map .hotspot--singapore {
    left: 75.76429%;
    top: 60.54167%
}

.jobs-map .hotspot--tanjong-pagar {
    left: 75.76429%;
    top: 61.54167%
}

.jobs-map .hotspot--bangkok {
    left: 74.40714%;
    top: 55.125%
}

.jobs-map .hotspot--andheri {
    left: 66.51429%;
    top: 52.33333%
}

.jobs-map .hotspot--taiwan {
    left: 79.65714%;
    top: 51.09722%
}

.jobs-map .hotspot--taipei {
    left: 79.65714%;
    top: 52.09722%
}

.jobs-map .hotspot--hong-kong {
    left: 77.69286%;
    top: 51.08333%
}

.jobs-map .hotspot--wan-chai {
    left: 77.69286%;
    top: 52.08333%
}

.jobs-map .hotspot--miami {
    left: 24.47857%;
    top: 46.98611%
}

.jobs-map .hotspot--coral-gables {
    left: 24.47857%;
    top: 47.98611%
}

.jobs-map .hotspot--santa-monica {
    left: 14.62143%;
    top: 46.56944%
}

.jobs-map .hotspot--los-angeles {
    left: 15.27857%;
    top: 45.23611%
}

.jobs-map .hotspot--beverly-hills {
    left: 14.62143%;
    top: 45.22222%
}

.jobs-map .hotspot--california {
    left: 15.62143%;
    top: 45.22222%
}

.jobs-map .hotspot--richmond {
    left: 25.14286%;
    top: 43.95833%
}

.jobs-map .hotspot--san-jose {
    left: 13.97143%;
    top: 43.875%
}

.jobs-map .hotspot--seoul {
    left: 81.65%;
    top: 43.05556%
}

.jobs-map .hotspot--washington {
    left: 25.8%;
    top: 42.625%
}

.jobs-map .hotspot--palo-alto {
    left: 13.31429%;
    top: 42.52778%
}

.jobs-map .hotspot--tokyo {
    left: 85.59286%;
    top: 41.75%
}

.jobs-map .hotspot--rome {
    left: 50.11429%;
    top: 41.47222%
}

.jobs-map .hotspot--baltimore {
    left: 25.8%;
    top: 41.29167%
}

.jobs-map .hotspot--san-francisco {
    left: 12.66429%;
    top: 41.18056%
}

.jobs-map .hotspot--milano {
    left: 50.12143%;
    top: 38.79167%
}

.jobs-map .hotspot--burlington {
    left: 27.78571%;
    top: 37.27778%
}

.jobs-map .hotspot--amsterdam {
    left: 48.15714%;
    top: 32.06944%
}

.jobs-map .hotspot--brussels {
    left: 47.50714%;
    top: 33.43056%
}

.jobs-map .hotspot--copenhagen {
    left: 50.13571%;
    top: 29.40278%
}

.jobs-map .hotspot--stockholm {
    left: 51.45714%;
    top: 26.73611%
}

.jobs-map .hotspot--trondheim {
    left: 48.83571%;
    top: 24.02778%
}

.jobs-map .hotspot--dublin {
    left: 43.46429%;
    top: 29.84722%
}

.jobs-map .hotspot .dot {
    display: block;
    position: relative;
    width: 100%;
    height: 100%
}

.jobs-map .hotspot .dot:after {
    content: "";
    position: relative;
    display: block;
    width: .44vw;
    height: .44vw;
    top: .44vw;
    left: .44vw;
    background-color: #fff;
    border-radius: 50%
}

@media (min-width:1024px) {
    .jobs-map .hotspot .dot:after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
}

.jobs-map .hotspot .dot:hover .tooltip {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
    -o-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    visibility: visible;
    z-index: 1
}

.jobs-map .hotspot .tooltip {
    position: absolute;
    top: 100%;
    left: 50%;
    white-space: nowrap;
    background-color: #fff;
    color: #006cb7;
    font-size: 1.4rem;
    padding: .5rem 1rem;
    font-weight: 700;
    -webkit-transform: translateX(-50%) translateY(6px);
    -o-transform: translateX(-50%) translateY(6px);
    transform: translateX(-50%) translateY(6px);
    border-radius: .3rem;
    margin-top: .7rem;
    opacity: 0;
    -webkit-transition: all .2s cubic-bezier(.58, .3, .195, 1);
    -o-transition: all .2s cubic-bezier(.58, .3, .195, 1);
    transition: all .2s cubic-bezier(.58, .3, .195, 1);
    visibility: hidden
}

.jobs-by-function {
    margin-bottom: 13.33333vw
}

@media (min-width: 768px) {
    .jobs-by-function {
        margin-bottom: 4.60993vw
    }
}

@media (min-width: 1800px) {
    .jobs-by-function {
        margin-bottom: 6rem
    }
}

.jobs-by-function__title {
    margin-bottom: 8vw
}

@media (min-width: 768px) {
    .jobs-by-function__title {
        margin-bottom: 3.5461vw
    }
}

.jobs-by-function__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.jobs-by-function__item:before {
    content: ' ';
    float: left;
    padding-top: 56.25%
}

.jobs-by-function__item:after {
    content: ' ';
    display: table;
    clear: both
}

.jobs-by-function__item > :first-child {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.jobs-by-function__item:hover {
    color: #fff
}

.jobs-by-function__item .jobs-by-function__item-background {
    opacity: .5
}

.jobs-by-function__item:hover .jobs-by-function__item-background {
    opacity: 1
}

.jobs-by-function__item-inner {
    width: 100%
}

.jobs-by-function__item-inner p {
    max-width: 7.5em;
    margin: 0 auto;
    -webkit-transition: color 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    -o-transition: color 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    transition: color 0.2s cubic-bezier(0.58, 0.3, 0.195, 1)
}

.jobs-by-function__item-background {
    opacity: 0;
    -webkit-transition: opacity 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    -o-transition: opacity 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    transition: opacity 0.2s cubic-bezier(0.58, 0.3, 0.195, 1)
}

@media (max-width: 767px) {
    .jobs-by-function .grid__item {
        margin-bottom: 2rem
    }
}

.career-listings {
    padding-top: 3.5461vw;
    padding-bottom: 11.34752vw
}

@media (min-width: 1800px) {
    .career-listings {
        padding-bottom: 16rem
    }
}

.career-listings__item {
    margin-bottom: 5.5rem;
    position: relative
}

@media (min-width: 1024px) {
    .career-listings__item {
        margin-bottom: 6.5rem
    }
}

.career-listings .loading {
    display: block;
    margin: 0 auto;
    position: relative;
    top: 6rem
}

.careers-search__title {
    margin-bottom: 10.66667vw;
    padding-top: 10.66667vw
}

@media (min-width: 768px) {
    .careers-search__title {
        margin-bottom: 10.6383vw;
        padding-top: 7.80142vw
    }
}

@media (min-width: 1800px) {
    .careers-search__title {
        margin-bottom: 15rem;
        padding-top: 11rem
    }
}

.careers-search__title .h3 {
    max-width: none
}

.careers-search__form {
    margin-bottom: 10.66667vw
}

@media (min-width: 768px) {
    .careers-search__form {
        margin-bottom: 10.6383vw
    }
}

@media (min-width: 1800px) {
    .careers-search__form {
        margin-bottom: 15rem
    }
}

@media (max-width: 1023px) {
    .utility-page .grid__item {
        width: 100%
    }
}

.utility-page h1 {
    font-size: 13.33333vw;
    line-height: 0.95833;
    letter-spacing: -0.015em;
    margin-bottom: 5.33333vw;
    max-width: 2em
}

@media (min-width: 768px) {
    .utility-page h1 {
        font-size: 8vw;
        max-width: 4em;
        margin-bottom: 0
    }
}

@media (min-width: 1024px) {
    .utility-page h1 {
        font-size: 5.31915vw
    }
}

@media (min-width: 1800px) {
    .utility-page h1 {
        font-size: 7.5rem
    }
}

.utility-page__content {
    padding-top: 3.5461vw;
    padding-bottom: 11.34752vw
}

.utility-page__content h3 {
    margin-bottom: 4rem
}

@media (min-width: 768px) {
    .utility-page__content h3 {
        margin-bottom: 6rem
    }
}

.utility-page__content hr {
    border-color: #000;
    margin-bottom: 10.66667vw;
    margin-top: 8vw
}

@media (min-width: 768px) {
    .utility-page__content hr {
        margin-bottom: 8.86525vw;
        margin-top: 12.76596vw
    }
}

@media (min-width: 1800px) {
    .utility-page__content hr {
        margin-bottom: 12.5rem;
        margin-top: 18rem
    }
}

.utility-page__content ul li:before {
    content: '-';
    display: inline-block;
    margin-right: 0.5rem
}

.utility-page__content ol {
    line-height: 1.33333;
    list-style: decimal;
    list-style-position: inside
}

.utility-page__content li {
    margin-bottom: 3rem;
    line-height: 1.33333
}

@media (min-width: 1024px) {
    .utility-page__content li {
        margin-bottom: 5rem
    }
}

.utility-page__content a {
    border-bottom: 0.2rem solid #006cb7;
    padding-bottom: 0.2rem;
    -webkit-transition: color 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    -o-transition: color 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    transition: color 0.2s cubic-bezier(0.58, 0.3, 0.195, 1)
}

.utility-page__content a:hover {
    color: #006cb7
}

.flyout {
    background-color: #000;
    color: #FFF;
    padding: 2em 30px;
    margin: 0 -30px;
    width: calc(100% + 60px);
    max-width: calc(100% + 60px);
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    display: none
}

.flyout--show {
    opacity: 1
}

.flyout__title {
    position: relative;
    font-size: 40px;
    padding-left: 15px
}

.flyout__title:before {
    content: ':';
    position: absolute;
    left: 0;
    top: 0;
    color: #006cb7
}

.flyout__blurb {
    font-weight: bold;
    margin-bottom: 20px
}

.filters {
    width: 100%;
    margin: 3rem -1.5rem
}

@media (max-width: 768px) {
    .col-3.og-expanded-oath {
        width: auto;
    }

    .col-3.og-expanded-oath h4 {
        margin-left: 0;
    }

    .og-stats {
        margin-top: 10px;
    }

    .stats .stats__single {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .stats .stats__single .stats__label {
        margin-right: 25px;
    }

    .stats .stats__single .stats__value {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .filters {
        margin: 5.5rem 0 0 0
    }
}

@media (min-width: 550px) {
    .filters {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

button[data-filter] {
    font-size: 2rem;
    font-weight: bold;
    display: block;
    border: none;
    background-color: #000;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    -o-transition: all 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    transition: all 0.2s cubic-bezier(0.58, 0.3, 0.195, 1);
    cursor: pointer;
    margin: 0 0 1rem;
    padding: 2.2rem 1rem;
    width: 100%;
    line-height: 2.2rem
}

button[data-filter]:hover {
    color: #FFF
}

button[data-filter].active {
    background-color: #006cb7;
    color: white
}

@media (max-width: 768px) {
    .filters {
        margin: 3rem 0;
    }
}

@media (min-width: 768px) {
    button[data-filter] {
        width: 47.8%;
        margin: 0 .25rem 2.3rem
    }
}

@media (min-width: 1024px) {
    button[data-filter] {
        width: 48.8%
    }
}

.page-template-brands-blade .brand {
    width: 45%
}

.page-template-brands-blade .brand .st0 {
    opacity: 1
}

.page-template-brands-blade .brand__link {
    display: block;
    position: relative;
    height: 150px
}

.page-template-brands-blade .brand.brand__link--active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid black
}

.page-template-brands-blade .brand__svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    left: 50%;
    text-align: center;
    margin: 0 auto
}

.page-template-brands-blade .brand__svg svg {
    width: 100%;
    height: 100%
}

.page-template-brands-blade .brand__svg svg * {
    fill: #000;
    stroke: #fff
}

@media (min-width: 768px) {
    .page-template-brands-blade .brand {
        width: 31%
    }
}

@media (min-width: 1280px) {
    .page-template-brands-blade .brand {
        width: 23%
    }
}

.page-template-brands-blade .brand-modal {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100
}

.page-template-brands-blade .brand-modal__close {
    color: #FFF;
    position: absolute;
    right: 5px;
    top: 5px
}

.og-grid {
    list-style: none;
    width: 100%
}

.og-grid li {
    display: inline-block;
    height: 150px
}

.og-grid li > a, .og-grid li > a img {
    border: none;
    outline: none;
    display: block;
    position: relative
}

.og-expander {
    position: absolute;
    background: #FFF;
    top: auto;
    left: 0;
    width: 100%;
    text-align: left;
    height: 0;
    overflow: hidden
}

.og-expander-inner {
    position: relative;
    height: 100%
}

.og-expander-inner .grid {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #000;
    color: #FFF
}

.og-details {
    height: 100%;
    overflow: hidden;
    position: relative
}

.og-loading {
    width: 350px; 
    height: 150px;
    border-radius: 50%;
    background: #ddd;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    -webkit-animation: loader 0.5s infinite ease-in-out both;
    -o-animation: loader 0.5s infinite ease-in-out both;
    animation: loader 0.5s infinite ease-in-out both
}

@-o-keyframes loader {
    0% {
        background: #ddd;
    }
    33% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
    }
    66% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
    }
}

@keyframes loader {
    0% {
        background: #ddd;
    }
    33% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
    }
    66% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
    }
}

.og-grid {
    list-style: none;
    padding: 20px 0;
    margin: 0 auto;
    width: 100%
}

.og-grid li {
    display: inline-block;
    margin: 10px 5px 0 5px;
    vertical-align: top
}

.og-grid li > a, .og-grid li > a img {
    border: none;
    outline: none;
    display: block;
    position: relative
}

.og-grid li.og-expanded > a::after {
    top: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #000;
    border-width: 15px;
    left: 50%;
    margin: -20px 0 0 -15px;
    bottom: 0
}

.og-expander {
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    text-align: left;
    height: 0;
    overflow: hidden
}

.og-expander-inner {
    height: 100%
}

.og-close {
    position: absolute;
    z-index: 9999;
    right: 15px;
    top: 15px;
    border-color: #FFF;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.og-close svg {
    stroke: #FFF
}

.og-close:hover {
    background-color: #006cb7;
    border-color: #006cb7
}

.og-fullimg, .og-details {
    width: 50%;
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative
}

.og-details {
    padding: 0 40px 0 20px
}

.og-fullimg {
    text-align: center
}

.og-fullimg img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%
}

.og-expander .grid {
    position: relative
}

.og-expander h4 {
    margin-left: 10px;
    padding-left: 12px;
    position: relative;
    margin-bottom: 20px;
    padding-right: 2rem
}

.og-expander h4 svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 25px
}

@media (max-width: 768px) {
    .og-expander h4 {
        margin-left: 0;
        margin-bottom: 10px;
        padding-right: 0;
    }

    .og-expander .col-3 {
        width: 60%;
    }

    .og-stats .stats {
        margin-top: 10px;
    }
}

@media (min-width: 1024px) {
    .og-expander h4 svg {
        height: 42px
    }
}

.og-details p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #FFF
}

.og-details a {
    border: none
}

.og-details a:before {
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    border: 2px solid #FFF;
    z-index: -1
}

.og-details a:after {
    -webkit-transition: top .3s ease;
    -o-transition: top .3s ease;
    transition: top .3s ease;
    content: '';
    height: 100%;
    background-color: #006cb7;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: -1;
    border: 2px solid #006cb7;
    opacity: 0
}

.og-details a.enter:after {
    top: 0;
    opacity: 1
}

.og-details a.exit:after {
    top: -100%;
    opacity: 1
}

.og-loading {
    width: 350px;
    height: 150px;
    border-radius: 50%;
    background: #ddd;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    -webkit-animation: loader 0.5s infinite ease-in-out both;
    -o-animation: loader 0.5s infinite ease-in-out both;
    animation: loader 0.5s infinite ease-in-out both
}

@-webkit-keyframes loader {
    0% {
        background: #ddd;
    }
    33% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
    }
    66% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
    }
}

@keyframes loader {
    0% {
        background: #ddd;
    }
    33% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
    }
    66% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
    }
}

@media screen and (max-width: 830px) {
    .og-expander h3 {
        font-size: 32px
    }

    .og-expander p {
        font-size: 13px
    }

    .og-expander a {
        font-size: 12px
    }
}

@media screen and (max-width: 650px) {
    .og-fullimg {
        display: none
    }

    .og-details {
        float: none;
        width: 100%
    }
}

.stats__single {
    display: inline-block;
}

.stats__single:first-child {
    margin-right: 20%
}

.stats__label {
    font-weight: bold;
    font-size: 16px
}

.stats__value {
    color: #006cb7;
    font-size: 35px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .stats {
        padding-right: 20px
    }

    .stats__single {
        display: block;
        width: 100%
    }
}

.hide {
    display: none
}

.hidden {
    display: none !important
}

.p0 {
    padding: 0rem !important
}

.pl0 {
    padding-left: 0rem !important
}

.pt0 {
    padding-top: 0rem !important
}

.pr0 {
    padding-right: 0rem !important
}

.pb0 {
    padding-bottom: 0rem !important
}

.px0 {
    padding: 0 0rem !important
}

.py0 {
    padding: 0rem 0 !important
}

.m0 {
    margin: 0rem !important
}

.ml0 {
    margin-left: 0rem !important
}

.mt0 {
    margin-top: 0rem !important
}

.mr0 {
    margin-right: 0rem !important
}

.mb0 {
    margin-bottom: 0rem !important
}

.mx0 {
    margin: 0 0rem !important
}

.my0 {
    margin: 0rem 0 !important
}

.p1 {
    padding: 1rem !important
}

.pl1 {
    padding-left: 1rem !important
}

.pt1 {
    padding-top: 1rem !important
}

.pr1 {
    padding-right: 1rem !important
}

.pb1 {
    padding-bottom: 1rem !important
}

.px1 {
    padding: 0 1rem !important
}

.py1 {
    padding: 1rem 0 !important
}

.m1 {
    margin: 1rem !important
}

.ml1 {
    margin-left: 1rem !important
}

.mt1 {
    margin-top: 1rem !important
}

.mr1 {
    margin-right: 1rem !important
}

.mb1 {
    margin-bottom: 1rem !important
}

.mx1 {
    margin: 0 1rem !important
}

.my1 {
    margin: 1rem 0 !important
}

.p2 {
    padding: 2rem !important
}

.pl2 {
    padding-left: 2rem !important
}

.pt2 {
    padding-top: 2rem !important
}

.pr2 {
    padding-right: 2rem !important
}

.pb2 {
    padding-bottom: 2rem !important
}

.px2 {
    padding: 0 2rem !important
}

.py2 {
    padding: 2rem 0 !important
}

.m2 {
    margin: 2rem !important
}

.ml2 {
    margin-left: 2rem !important
}

.mt2 {
    margin-top: 2rem !important
}

.mr2 {
    margin-right: 2rem !important
}

.mb2 {
    margin-bottom: 2rem !important
}

.mx2 {
    margin: 0 2rem !important
}

.my2 {
    margin: 2rem 0 !important
}

.p3 {
    padding: 3rem !important
}

.pl3 {
    padding-left: 3rem !important
}

.pt3 {
    padding-top: 3rem !important
}

.pr3 {
    padding-right: 3rem !important
}

.pb3 {
    padding-bottom: 3rem !important
}

.px3 {
    padding: 0 3rem !important
}

.py3 {
    padding: 3rem 0 !important
}

.m3 {
    margin: 3rem !important
}

.ml3 {
    margin-left: 3rem !important
}

.mt3 {
    margin-top: 3rem !important
}

.mr3 {
    margin-right: 3rem !important
}

.mb3 {
    margin-bottom: 3rem !important
}

.mx3 {
    margin: 0 3rem !important
}

.my3 {
    margin: 3rem 0 !important
}

.p4 {
    padding: 4rem !important
}

.pl4 {
    padding-left: 4rem !important
}

.pt4 {
    padding-top: 4rem !important
}

.pr4 {
    padding-right: 4rem !important
}

.pb4 {
    padding-bottom: 4rem !important
}

.px4 {
    padding: 0 4rem !important
}

.py4 {
    padding: 4rem 0 !important
}

.m4 {
    margin: 4rem !important
}

.ml4 {
    margin-left: 4rem !important
}

.mt4 {
    margin-top: 4rem !important
}

.mr4 {
    margin-right: 4rem !important
}

.mb4 {
    margin-bottom: 4rem !important
}

.mx4 {
    margin: 0 4rem !important
}

.my4 {
    margin: 4rem 0 !important
}

.p5 {
    padding: 5rem !important
}

.pl5 {
    padding-left: 5rem !important
}

.pt5 {
    padding-top: 5rem !important
}

.pr5 {
    padding-right: 5rem !important
}

.pb5 {
    padding-bottom: 5rem !important
}

.px5 {
    padding: 0 5rem !important
}

.py5 {
    padding: 5rem 0 !important
}

.m5 {
    margin: 5rem !important
}

.ml5 {
    margin-left: 5rem !important
}

.mt5 {
    margin-top: 5rem !important
}

.mr5 {
    margin-right: 5rem !important
}

.mb5 {
    margin-bottom: 5rem !important
}

.mx5 {
    margin: 0 5rem !important
}

.my5 {
    margin: 5rem 0 !important
}

.p6 {
    padding: 6rem !important
}

.pl6 {
    padding-left: 6rem !important
}

.pt6 {
    padding-top: 6rem !important
}

.pr6 {
    padding-right: 6rem !important
}

.pb6 {
    padding-bottom: 6rem !important
}

.px6 {
    padding: 0 6rem !important
}

.py6 {
    padding: 6rem 0 !important
}

.m6 {
    margin: 6rem !important
}

.ml6 {
    margin-left: 6rem !important
}

.mt6 {
    margin-top: 6rem !important
}

.mr6 {
    margin-right: 6rem !important
}

.mb6 {
    margin-bottom: 6rem !important
}

.mx6 {
    margin: 0 6rem !important
}

.my6 {
    margin: 6rem 0 !important
}

.p7 {
    padding: 7rem !important
}

.pl7 {
    padding-left: 7rem !important
}

.pt7 {
    padding-top: 7rem !important
}

.pr7 {
    padding-right: 7rem !important
}

.pb7 {
    padding-bottom: 7rem !important
}

.px7 {
    padding: 0 7rem !important
}

.py7 {
    padding: 7rem 0 !important
}

.m7 {
    margin: 7rem !important
}

.ml7 {
    margin-left: 7rem !important
}

.mt7 {
    margin-top: 7rem !important
}

.mr7 {
    margin-right: 7rem !important
}

.mb7 {
    margin-bottom: 7rem !important
}

.mx7 {
    margin: 0 7rem !important
}

.my7 {
    margin: 7rem 0 !important
}

.p8 {
    padding: 8rem !important
}

.pl8 {
    padding-left: 8rem !important
}

.pt8 {
    padding-top: 8rem !important
}

.pr8 {
    padding-right: 8rem !important
}

.pb8 {
    padding-bottom: 8rem !important
}

.px8 {
    padding: 0 8rem !important
}

.py8 {
    padding: 8rem 0 !important
}

.m8 {
    margin: 8rem !important
}

.ml8 {
    margin-left: 8rem !important
}

.mt8 {
    margin-top: 8rem !important
}

.mr8 {
    margin-right: 8rem !important
}

.mb8 {
    margin-bottom: 8rem !important
}

.mx8 {
    margin: 0 8rem !important
}

.my8 {
    margin: 8rem 0 !important
}

.p9 {
    padding: 9rem !important
}

.pl9 {
    padding-left: 9rem !important
}

.pt9 {
    padding-top: 9rem !important
}

.pr9 {
    padding-right: 9rem !important
}

.pb9 {
    padding-bottom: 9rem !important
}

.px9 {
    padding: 0 9rem !important
}

.py9 {
    padding: 9rem 0 !important
}

.m9 {
    margin: 9rem !important
}

.ml9 {
    margin-left: 9rem !important
}

.mt9 {
    margin-top: 9rem !important
}

.mr9 {
    margin-right: 9rem !important
}

.mb9 {
    margin-bottom: 9rem !important
}

.mx9 {
    margin: 0 9rem !important
}

.my9 {
    margin: 9rem 0 !important
}

.p10 {
    padding: 10rem !important
}

.pl10 {
    padding-left: 10rem !important
}

.pt10 {
    padding-top: 10rem !important
}

.pr10 {
    padding-right: 10rem !important
}

.pb10 {
    padding-bottom: 10rem !important
}

.px10 {
    padding: 0 10rem !important
}

.py10 {
    padding: 10rem 0 !important
}

.m10 {
    margin: 10rem !important
}

.ml10 {
    margin-left: 10rem !important
}

.mt10 {
    margin-top: 10rem !important
}

.mr10 {
    margin-right: 10rem !important
}

.mb10 {
    margin-bottom: 10rem !important
}

.mx10 {
    margin: 0 10rem !important
}

.my10 {
    margin: 10rem 0 !important
}

@media (min-width: 550px) {
    .p0--tiny {
        padding: 0rem !important
    }

    .pl0--tiny {
        padding-left: 0rem !important
    }

    .pt0--tiny {
        padding-top: 0rem !important
    }

    .pr0--tiny {
        padding-right: 0rem !important
    }

    .pb0--tiny {
        padding-bottom: 0rem !important
    }

    .px0--tiny {
        padding: 0 0rem !important
    }

    .py0--tiny {
        padding: 0rem 0 !important
    }

    .m0--tiny {
        margin: 0rem !important
    }

    .ml0--tiny {
        margin-left: 0rem !important
    }

    .mt0--tiny {
        margin-top: 0rem !important
    }

    .mr0--tiny {
        margin-right: 0rem !important
    }

    .mb0--tiny {
        margin-bottom: 0rem !important
    }

    .mx0--tiny {
        margin: 0 0rem !important
    }

    .my0--tiny {
        margin: 0rem 0 !important
    }

    .p1--tiny {
        padding: 1rem !important
    }

    .pl1--tiny {
        padding-left: 1rem !important
    }

    .pt1--tiny {
        padding-top: 1rem !important
    }

    .pr1--tiny {
        padding-right: 1rem !important
    }

    .pb1--tiny {
        padding-bottom: 1rem !important
    }

    .px1--tiny {
        padding: 0 1rem !important
    }

    .py1--tiny {
        padding: 1rem 0 !important
    }

    .m1--tiny {
        margin: 1rem !important
    }

    .ml1--tiny {
        margin-left: 1rem !important
    }

    .mt1--tiny {
        margin-top: 1rem !important
    }

    .mr1--tiny {
        margin-right: 1rem !important
    }

    .mb1--tiny {
        margin-bottom: 1rem !important
    }

    .mx1--tiny {
        margin: 0 1rem !important
    }

    .my1--tiny {
        margin: 1rem 0 !important
    }

    .p2--tiny {
        padding: 2rem !important
    }

    .pl2--tiny {
        padding-left: 2rem !important
    }

    .pt2--tiny {
        padding-top: 2rem !important
    }

    .pr2--tiny {
        padding-right: 2rem !important
    }

    .pb2--tiny {
        padding-bottom: 2rem !important
    }

    .px2--tiny {
        padding: 0 2rem !important
    }

    .py2--tiny {
        padding: 2rem 0 !important
    }

    .m2--tiny {
        margin: 2rem !important
    }

    .ml2--tiny {
        margin-left: 2rem !important
    }

    .mt2--tiny {
        margin-top: 2rem !important
    }

    .mr2--tiny {
        margin-right: 2rem !important
    }

    .mb2--tiny {
        margin-bottom: 2rem !important
    }

    .mx2--tiny {
        margin: 0 2rem !important
    }

    .my2--tiny {
        margin: 2rem 0 !important
    }

    .p3--tiny {
        padding: 3rem !important
    }

    .pl3--tiny {
        padding-left: 3rem !important
    }

    .pt3--tiny {
        padding-top: 3rem !important
    }

    .pr3--tiny {
        padding-right: 3rem !important
    }

    .pb3--tiny {
        padding-bottom: 3rem !important
    }

    .px3--tiny {
        padding: 0 3rem !important
    }

    .py3--tiny {
        padding: 3rem 0 !important
    }

    .m3--tiny {
        margin: 3rem !important
    }

    .ml3--tiny {
        margin-left: 3rem !important
    }

    .mt3--tiny {
        margin-top: 3rem !important
    }

    .mr3--tiny {
        margin-right: 3rem !important
    }

    .mb3--tiny {
        margin-bottom: 3rem !important
    }

    .mx3--tiny {
        margin: 0 3rem !important
    }

    .my3--tiny {
        margin: 3rem 0 !important
    }

    .p4--tiny {
        padding: 4rem !important
    }

    .pl4--tiny {
        padding-left: 4rem !important
    }

    .pt4--tiny {
        padding-top: 4rem !important
    }

    .pr4--tiny {
        padding-right: 4rem !important
    }

    .pb4--tiny {
        padding-bottom: 4rem !important
    }

    .px4--tiny {
        padding: 0 4rem !important
    }

    .py4--tiny {
        padding: 4rem 0 !important
    }

    .m4--tiny {
        margin: 4rem !important
    }

    .ml4--tiny {
        margin-left: 4rem !important
    }

    .mt4--tiny {
        margin-top: 4rem !important
    }

    .mr4--tiny {
        margin-right: 4rem !important
    }

    .mb4--tiny {
        margin-bottom: 4rem !important
    }

    .mx4--tiny {
        margin: 0 4rem !important
    }

    .my4--tiny {
        margin: 4rem 0 !important
    }

    .p5--tiny {
        padding: 5rem !important
    }

    .pl5--tiny {
        padding-left: 5rem !important
    }

    .pt5--tiny {
        padding-top: 5rem !important
    }

    .pr5--tiny {
        padding-right: 5rem !important
    }

    .pb5--tiny {
        padding-bottom: 5rem !important
    }

    .px5--tiny {
        padding: 0 5rem !important
    }

    .py5--tiny {
        padding: 5rem 0 !important
    }

    .m5--tiny {
        margin: 5rem !important
    }

    .ml5--tiny {
        margin-left: 5rem !important
    }

    .mt5--tiny {
        margin-top: 5rem !important
    }

    .mr5--tiny {
        margin-right: 5rem !important
    }

    .mb5--tiny {
        margin-bottom: 5rem !important
    }

    .mx5--tiny {
        margin: 0 5rem !important
    }

    .my5--tiny {
        margin: 5rem 0 !important
    }

    .p6--tiny {
        padding: 6rem !important
    }

    .pl6--tiny {
        padding-left: 6rem !important
    }

    .pt6--tiny {
        padding-top: 6rem !important
    }

    .pr6--tiny {
        padding-right: 6rem !important
    }

    .pb6--tiny {
        padding-bottom: 6rem !important
    }

    .px6--tiny {
        padding: 0 6rem !important
    }

    .py6--tiny {
        padding: 6rem 0 !important
    }

    .m6--tiny {
        margin: 6rem !important
    }

    .ml6--tiny {
        margin-left: 6rem !important
    }

    .mt6--tiny {
        margin-top: 6rem !important
    }

    .mr6--tiny {
        margin-right: 6rem !important
    }

    .mb6--tiny {
        margin-bottom: 6rem !important
    }

    .mx6--tiny {
        margin: 0 6rem !important
    }

    .my6--tiny {
        margin: 6rem 0 !important
    }

    .p7--tiny {
        padding: 7rem !important
    }

    .pl7--tiny {
        padding-left: 7rem !important
    }

    .pt7--tiny {
        padding-top: 7rem !important
    }

    .pr7--tiny {
        padding-right: 7rem !important
    }

    .pb7--tiny {
        padding-bottom: 7rem !important
    }

    .px7--tiny {
        padding: 0 7rem !important
    }

    .py7--tiny {
        padding: 7rem 0 !important
    }

    .m7--tiny {
        margin: 7rem !important
    }

    .ml7--tiny {
        margin-left: 7rem !important
    }

    .mt7--tiny {
        margin-top: 7rem !important
    }

    .mr7--tiny {
        margin-right: 7rem !important
    }

    .mb7--tiny {
        margin-bottom: 7rem !important
    }

    .mx7--tiny {
        margin: 0 7rem !important
    }

    .my7--tiny {
        margin: 7rem 0 !important
    }

    .p8--tiny {
        padding: 8rem !important
    }

    .pl8--tiny {
        padding-left: 8rem !important
    }

    .pt8--tiny {
        padding-top: 8rem !important
    }

    .pr8--tiny {
        padding-right: 8rem !important
    }

    .pb8--tiny {
        padding-bottom: 8rem !important
    }

    .px8--tiny {
        padding: 0 8rem !important
    }

    .py8--tiny {
        padding: 8rem 0 !important
    }

    .m8--tiny {
        margin: 8rem !important
    }

    .ml8--tiny {
        margin-left: 8rem !important
    }

    .mt8--tiny {
        margin-top: 8rem !important
    }

    .mr8--tiny {
        margin-right: 8rem !important
    }

    .mb8--tiny {
        margin-bottom: 8rem !important
    }

    .mx8--tiny {
        margin: 0 8rem !important
    }

    .my8--tiny {
        margin: 8rem 0 !important
    }

    .p9--tiny {
        padding: 9rem !important
    }

    .pl9--tiny {
        padding-left: 9rem !important
    }

    .pt9--tiny {
        padding-top: 9rem !important
    }

    .pr9--tiny {
        padding-right: 9rem !important
    }

    .pb9--tiny {
        padding-bottom: 9rem !important
    }

    .px9--tiny {
        padding: 0 9rem !important
    }

    .py9--tiny {
        padding: 9rem 0 !important
    }

    .m9--tiny {
        margin: 9rem !important
    }

    .ml9--tiny {
        margin-left: 9rem !important
    }

    .mt9--tiny {
        margin-top: 9rem !important
    }

    .mr9--tiny {
        margin-right: 9rem !important
    }

    .mb9--tiny {
        margin-bottom: 9rem !important
    }

    .mx9--tiny {
        margin: 0 9rem !important
    }

    .my9--tiny {
        margin: 9rem 0 !important
    }

    .p10--tiny {
        padding: 10rem !important
    }

    .pl10--tiny {
        padding-left: 10rem !important
    }

    .pt10--tiny {
        padding-top: 10rem !important
    }

    .pr10--tiny {
        padding-right: 10rem !important
    }

    .pb10--tiny {
        padding-bottom: 10rem !important
    }

    .px10--tiny {
        padding: 0 10rem !important
    }

    .py10--tiny {
        padding: 10rem 0 !important
    }

    .m10--tiny {
        margin: 10rem !important
    }

    .ml10--tiny {
        margin-left: 10rem !important
    }

    .mt10--tiny {
        margin-top: 10rem !important
    }

    .mr10--tiny {
        margin-right: 10rem !important
    }

    .mb10--tiny {
        margin-bottom: 10rem !important
    }

    .mx10--tiny {
        margin: 0 10rem !important
    }

    .my10--tiny {
        margin: 10rem 0 !important
    }
}

@media (min-width: 768px) {
    .p0--small {
        padding: 0rem !important
    }

    .pl0--small {
        padding-left: 0rem !important
    }

    .pt0--small {
        padding-top: 0rem !important
    }

    .pr0--small {
        padding-right: 0rem !important
    }

    .pb0--small {
        padding-bottom: 0rem !important
    }

    .px0--small {
        padding: 0 0rem !important
    }

    .py0--small {
        padding: 0rem 0 !important
    }

    .m0--small {
        margin: 0rem !important
    }

    .ml0--small {
        margin-left: 0rem !important
    }

    .mt0--small {
        margin-top: 0rem !important
    }

    .mr0--small {
        margin-right: 0rem !important
    }

    .mb0--small {
        margin-bottom: 0rem !important
    }

    .mx0--small {
        margin: 0 0rem !important
    }

    .my0--small {
        margin: 0rem 0 !important
    }

    .p1--small {
        padding: 1rem !important
    }

    .pl1--small {
        padding-left: 1rem !important
    }

    .pt1--small {
        padding-top: 1rem !important
    }

    .pr1--small {
        padding-right: 1rem !important
    }

    .pb1--small {
        padding-bottom: 1rem !important
    }

    .px1--small {
        padding: 0 1rem !important
    }

    .py1--small {
        padding: 1rem 0 !important
    }

    .m1--small {
        margin: 1rem !important
    }

    .ml1--small {
        margin-left: 1rem !important
    }

    .mt1--small {
        margin-top: 1rem !important
    }

    .mr1--small {
        margin-right: 1rem !important
    }

    .mb1--small {
        margin-bottom: 1rem !important
    }

    .mx1--small {
        margin: 0 1rem !important
    }

    .my1--small {
        margin: 1rem 0 !important
    }

    .p2--small {
        padding: 2rem !important
    }

    .pl2--small {
        padding-left: 2rem !important
    }

    .pt2--small {
        padding-top: 2rem !important
    }

    .pr2--small {
        padding-right: 2rem !important
    }

    .pb2--small {
        padding-bottom: 2rem !important
    }

    .px2--small {
        padding: 0 2rem !important
    }

    .py2--small {
        padding: 2rem 0 !important
    }

    .m2--small {
        margin: 2rem !important
    }

    .ml2--small {
        margin-left: 2rem !important
    }

    .mt2--small {
        margin-top: 2rem !important
    }

    .mr2--small {
        margin-right: 2rem !important
    }

    .mb2--small {
        margin-bottom: 2rem !important
    }

    .mx2--small {
        margin: 0 2rem !important
    }

    .my2--small {
        margin: 2rem 0 !important
    }

    .p3--small {
        padding: 3rem !important
    }

    .pl3--small {
        padding-left: 3rem !important
    }

    .pt3--small {
        padding-top: 3rem !important
    }

    .pr3--small {
        padding-right: 3rem !important
    }

    .pb3--small {
        padding-bottom: 3rem !important
    }

    .px3--small {
        padding: 0 3rem !important
    }

    .py3--small {
        padding: 3rem 0 !important
    }

    .m3--small {
        margin: 3rem !important
    }

    .ml3--small {
        margin-left: 3rem !important
    }

    .mt3--small {
        margin-top: 3rem !important
    }

    .mr3--small {
        margin-right: 3rem !important
    }

    .mb3--small {
        margin-bottom: 3rem !important
    }

    .mx3--small {
        margin: 0 3rem !important
    }

    .my3--small {
        margin: 3rem 0 !important
    }

    .p4--small {
        padding: 4rem !important
    }

    .pl4--small {
        padding-left: 4rem !important
    }

    .pt4--small {
        padding-top: 4rem !important
    }

    .pr4--small {
        padding-right: 4rem !important
    }

    .pb4--small {
        padding-bottom: 4rem !important
    }

    .px4--small {
        padding: 0 4rem !important
    }

    .py4--small {
        padding: 4rem 0 !important
    }

    .m4--small {
        margin: 4rem !important
    }

    .ml4--small {
        margin-left: 4rem !important
    }

    .mt4--small {
        margin-top: 4rem !important
    }

    .mr4--small {
        margin-right: 4rem !important
    }

    .mb4--small {
        margin-bottom: 4rem !important
    }

    .mx4--small {
        margin: 0 4rem !important
    }

    .my4--small {
        margin: 4rem 0 !important
    }

    .p5--small {
        padding: 5rem !important
    }

    .pl5--small {
        padding-left: 5rem !important
    }

    .pt5--small {
        padding-top: 5rem !important
    }

    .pr5--small {
        padding-right: 5rem !important
    }

    .pb5--small {
        padding-bottom: 5rem !important
    }

    .px5--small {
        padding: 0 5rem !important
    }

    .py5--small {
        padding: 5rem 0 !important
    }

    .m5--small {
        margin: 5rem !important
    }

    .ml5--small {
        margin-left: 5rem !important
    }

    .mt5--small {
        margin-top: 5rem !important
    }

    .mr5--small {
        margin-right: 5rem !important
    }

    .mb5--small {
        margin-bottom: 5rem !important
    }

    .mx5--small {
        margin: 0 5rem !important
    }

    .my5--small {
        margin: 5rem 0 !important
    }

    .p6--small {
        padding: 6rem !important
    }

    .pl6--small {
        padding-left: 6rem !important
    }

    .pt6--small {
        padding-top: 6rem !important
    }

    .pr6--small {
        padding-right: 6rem !important
    }

    .pb6--small {
        padding-bottom: 6rem !important
    }

    .px6--small {
        padding: 0 6rem !important
    }

    .py6--small {
        padding: 6rem 0 !important
    }

    .m6--small {
        margin: 6rem !important
    }

    .ml6--small {
        margin-left: 6rem !important
    }

    .mt6--small {
        margin-top: 6rem !important
    }

    .mr6--small {
        margin-right: 6rem !important
    }

    .mb6--small {
        margin-bottom: 6rem !important
    }

    .mx6--small {
        margin: 0 6rem !important
    }

    .my6--small {
        margin: 6rem 0 !important
    }

    .p7--small {
        padding: 7rem !important
    }

    .pl7--small {
        padding-left: 7rem !important
    }

    .pt7--small {
        padding-top: 7rem !important
    }

    .pr7--small {
        padding-right: 7rem !important
    }

    .pb7--small {
        padding-bottom: 7rem !important
    }

    .px7--small {
        padding: 0 7rem !important
    }

    .py7--small {
        padding: 7rem 0 !important
    }

    .m7--small {
        margin: 7rem !important
    }

    .ml7--small {
        margin-left: 7rem !important
    }

    .mt7--small {
        margin-top: 7rem !important
    }

    .mr7--small {
        margin-right: 7rem !important
    }

    .mb7--small {
        margin-bottom: 7rem !important
    }

    .mx7--small {
        margin: 0 7rem !important
    }

    .my7--small {
        margin: 7rem 0 !important
    }

    .p8--small {
        padding: 8rem !important
    }

    .pl8--small {
        padding-left: 8rem !important
    }

    .pt8--small {
        padding-top: 8rem !important
    }

    .pr8--small {
        padding-right: 8rem !important
    }

    .pb8--small {
        padding-bottom: 8rem !important
    }

    .px8--small {
        padding: 0 8rem !important
    }

    .py8--small {
        padding: 8rem 0 !important
    }

    .m8--small {
        margin: 8rem !important
    }

    .ml8--small {
        margin-left: 8rem !important
    }

    .mt8--small {
        margin-top: 8rem !important
    }

    .mr8--small {
        margin-right: 8rem !important
    }

    .mb8--small {
        margin-bottom: 8rem !important
    }

    .mx8--small {
        margin: 0 8rem !important
    }

    .my8--small {
        margin: 8rem 0 !important
    }

    .p9--small {
        padding: 9rem !important
    }

    .pl9--small {
        padding-left: 9rem !important
    }

    .pt9--small {
        padding-top: 9rem !important
    }

    .pr9--small {
        padding-right: 9rem !important
    }

    .pb9--small {
        padding-bottom: 9rem !important
    }

    .px9--small {
        padding: 0 9rem !important
    }

    .py9--small {
        padding: 9rem 0 !important
    }

    .m9--small {
        margin: 9rem !important
    }

    .ml9--small {
        margin-left: 9rem !important
    }

    .mt9--small {
        margin-top: 9rem !important
    }

    .mr9--small {
        margin-right: 9rem !important
    }

    .mb9--small {
        margin-bottom: 9rem !important
    }

    .mx9--small {
        margin: 0 9rem !important
    }

    .my9--small {
        margin: 9rem 0 !important
    }

    .p10--small {
        padding: 10rem !important
    }

    .pl10--small {
        padding-left: 10rem !important
    }

    .pt10--small {
        padding-top: 10rem !important
    }

    .pr10--small {
        padding-right: 10rem !important
    }

    .pb10--small {
        padding-bottom: 10rem !important
    }

    .px10--small {
        padding: 0 10rem !important
    }

    .py10--small {
        padding: 10rem 0 !important
    }

    .m10--small {
        margin: 10rem !important
    }

    .ml10--small {
        margin-left: 10rem !important
    }

    .mt10--small {
        margin-top: 10rem !important
    }

    .mr10--small {
        margin-right: 10rem !important
    }

    .mb10--small {
        margin-bottom: 10rem !important
    }

    .mx10--small {
        margin: 0 10rem !important
    }

    .my10--small {
        margin: 10rem 0 !important
    }
}

@media (min-width: 1024px) {
    .p0--medium {
        padding: 0rem !important
    }

    .pl0--medium {
        padding-left: 0rem !important
    }

    .pt0--medium {
        padding-top: 0rem !important
    }

    .pr0--medium {
        padding-right: 0rem !important
    }

    .pb0--medium {
        padding-bottom: 0rem !important
    }

    .px0--medium {
        padding: 0 0rem !important
    }

    .py0--medium {
        padding: 0rem 0 !important
    }

    .m0--medium {
        margin: 0rem !important
    }

    .ml0--medium {
        margin-left: 0rem !important
    }

    .mt0--medium {
        margin-top: 0rem !important
    }

    .mr0--medium {
        margin-right: 0rem !important
    }

    .mb0--medium {
        margin-bottom: 0rem !important
    }

    .mx0--medium {
        margin: 0 0rem !important
    }

    .my0--medium {
        margin: 0rem 0 !important
    }

    .p1--medium {
        padding: 1rem !important
    }

    .pl1--medium {
        padding-left: 1rem !important
    }

    .pt1--medium {
        padding-top: 1rem !important
    }

    .pr1--medium {
        padding-right: 1rem !important
    }

    .pb1--medium {
        padding-bottom: 1rem !important
    }

    .px1--medium {
        padding: 0 1rem !important
    }

    .py1--medium {
        padding: 1rem 0 !important
    }

    .m1--medium {
        margin: 1rem !important
    }

    .ml1--medium {
        margin-left: 1rem !important
    }

    .mt1--medium {
        margin-top: 1rem !important
    }

    .mr1--medium {
        margin-right: 1rem !important
    }

    .mb1--medium {
        margin-bottom: 1rem !important
    }

    .mx1--medium {
        margin: 0 1rem !important
    }

    .my1--medium {
        margin: 1rem 0 !important
    }

    .p2--medium {
        padding: 2rem !important
    }

    .pl2--medium {
        padding-left: 2rem !important
    }

    .pt2--medium {
        padding-top: 2rem !important
    }

    .pr2--medium {
        padding-right: 2rem !important
    }

    .pb2--medium {
        padding-bottom: 2rem !important
    }

    .px2--medium {
        padding: 0 2rem !important
    }

    .py2--medium {
        padding: 2rem 0 !important
    }

    .m2--medium {
        margin: 2rem !important
    }

    .ml2--medium {
        margin-left: 2rem !important
    }

    .mt2--medium {
        margin-top: 2rem !important
    }

    .mr2--medium {
        margin-right: 2rem !important
    }

    .mb2--medium {
        margin-bottom: 2rem !important
    }

    .mx2--medium {
        margin: 0 2rem !important
    }

    .my2--medium {
        margin: 2rem 0 !important
    }

    .p3--medium {
        padding: 3rem !important
    }

    .pl3--medium {
        padding-left: 3rem !important
    }

    .pt3--medium {
        padding-top: 3rem !important
    }

    .pr3--medium {
        padding-right: 3rem !important
    }

    .pb3--medium {
        padding-bottom: 3rem !important
    }

    .px3--medium {
        padding: 0 3rem !important
    }

    .py3--medium {
        padding: 3rem 0 !important
    }

    .m3--medium {
        margin: 3rem !important
    }

    .ml3--medium {
        margin-left: 3rem !important
    }

    .mt3--medium {
        margin-top: 3rem !important
    }

    .mr3--medium {
        margin-right: 3rem !important
    }

    .mb3--medium {
        margin-bottom: 3rem !important
    }

    .mx3--medium {
        margin: 0 3rem !important
    }

    .my3--medium {
        margin: 3rem 0 !important
    }

    .p4--medium {
        padding: 4rem !important
    }

    .pl4--medium {
        padding-left: 4rem !important
    }

    .pt4--medium {
        padding-top: 4rem !important
    }

    .pr4--medium {
        padding-right: 4rem !important
    }

    .pb4--medium {
        padding-bottom: 4rem !important
    }

    .px4--medium {
        padding: 0 4rem !important
    }

    .py4--medium {
        padding: 4rem 0 !important
    }

    .m4--medium {
        margin: 4rem !important
    }

    .ml4--medium {
        margin-left: 4rem !important
    }

    .mt4--medium {
        margin-top: 4rem !important
    }

    .mr4--medium {
        margin-right: 4rem !important
    }

    .mb4--medium {
        margin-bottom: 4rem !important
    }

    .mx4--medium {
        margin: 0 4rem !important
    }

    .my4--medium {
        margin: 4rem 0 !important
    }

    .p5--medium {
        padding: 5rem !important
    }

    .pl5--medium {
        padding-left: 5rem !important
    }

    .pt5--medium {
        padding-top: 5rem !important
    }

    .pr5--medium {
        padding-right: 5rem !important
    }

    .pb5--medium {
        padding-bottom: 5rem !important
    }

    .px5--medium {
        padding: 0 5rem !important
    }

    .py5--medium {
        padding: 5rem 0 !important
    }

    .m5--medium {
        margin: 5rem !important
    }

    .ml5--medium {
        margin-left: 5rem !important
    }

    .mt5--medium {
        margin-top: 5rem !important
    }

    .mr5--medium {
        margin-right: 5rem !important
    }

    .mb5--medium {
        margin-bottom: 5rem !important
    }

    .mx5--medium {
        margin: 0 5rem !important
    }

    .my5--medium {
        margin: 5rem 0 !important
    }

    .p6--medium {
        padding: 6rem !important
    }

    .pl6--medium {
        padding-left: 6rem !important
    }

    .pt6--medium {
        padding-top: 6rem !important
    }

    .pr6--medium {
        padding-right: 6rem !important
    }

    .pb6--medium {
        padding-bottom: 6rem !important
    }

    .px6--medium {
        padding: 0 6rem !important
    }

    .py6--medium {
        padding: 6rem 0 !important
    }

    .m6--medium {
        margin: 6rem !important
    }

    .ml6--medium {
        margin-left: 6rem !important
    }

    .mt6--medium {
        margin-top: 6rem !important
    }

    .mr6--medium {
        margin-right: 6rem !important
    }

    .mb6--medium {
        margin-bottom: 6rem !important
    }

    .mx6--medium {
        margin: 0 6rem !important
    }

    .my6--medium {
        margin: 6rem 0 !important
    }

    .p7--medium {
        padding: 7rem !important
    }

    .pl7--medium {
        padding-left: 7rem !important
    }

    .pt7--medium {
        padding-top: 7rem !important
    }

    .pr7--medium {
        padding-right: 7rem !important
    }

    .pb7--medium {
        padding-bottom: 7rem !important
    }

    .px7--medium {
        padding: 0 7rem !important
    }

    .py7--medium {
        padding: 7rem 0 !important
    }

    .m7--medium {
        margin: 7rem !important
    }

    .ml7--medium {
        margin-left: 7rem !important
    }

    .mt7--medium {
        margin-top: 7rem !important
    }

    .mr7--medium {
        margin-right: 7rem !important
    }

    .mb7--medium {
        margin-bottom: 7rem !important
    }

    .mx7--medium {
        margin: 0 7rem !important
    }

    .my7--medium {
        margin: 7rem 0 !important
    }

    .p8--medium {
        padding: 8rem !important
    }

    .pl8--medium {
        padding-left: 8rem !important
    }

    .pt8--medium {
        padding-top: 8rem !important
    }

    .pr8--medium {
        padding-right: 8rem !important
    }

    .pb8--medium {
        padding-bottom: 8rem !important
    }

    .px8--medium {
        padding: 0 8rem !important
    }

    .py8--medium {
        padding: 8rem 0 !important
    }

    .m8--medium {
        margin: 8rem !important
    }

    .ml8--medium {
        margin-left: 8rem !important
    }

    .mt8--medium {
        margin-top: 8rem !important
    }

    .mr8--medium {
        margin-right: 8rem !important
    }

    .mb8--medium {
        margin-bottom: 8rem !important
    }

    .mx8--medium {
        margin: 0 8rem !important
    }

    .my8--medium {
        margin: 8rem 0 !important
    }

    .p9--medium {
        padding: 9rem !important
    }

    .pl9--medium {
        padding-left: 9rem !important
    }

    .pt9--medium {
        padding-top: 9rem !important
    }

    .pr9--medium {
        padding-right: 9rem !important
    }

    .pb9--medium {
        padding-bottom: 9rem !important
    }

    .px9--medium {
        padding: 0 9rem !important
    }

    .py9--medium {
        padding: 9rem 0 !important
    }

    .m9--medium {
        margin: 9rem !important
    }

    .ml9--medium {
        margin-left: 9rem !important
    }

    .mt9--medium {
        margin-top: 9rem !important
    }

    .mr9--medium {
        margin-right: 9rem !important
    }

    .mb9--medium {
        margin-bottom: 9rem !important
    }

    .mx9--medium {
        margin: 0 9rem !important
    }

    .my9--medium {
        margin: 9rem 0 !important
    }

    .p10--medium {
        padding: 10rem !important
    }

    .pl10--medium {
        padding-left: 10rem !important
    }

    .pt10--medium {
        padding-top: 10rem !important
    }

    .pr10--medium {
        padding-right: 10rem !important
    }

    .pb10--medium {
        padding-bottom: 10rem !important
    }

    .px10--medium {
        padding: 0 10rem !important
    }

    .py10--medium {
        padding: 10rem 0 !important
    }

    .m10--medium {
        margin: 10rem !important
    }

    .ml10--medium {
        margin-left: 10rem !important
    }

    .mt10--medium {
        margin-top: 10rem !important
    }

    .mr10--medium {
        margin-right: 10rem !important
    }

    .mb10--medium {
        margin-bottom: 10rem !important
    }

    .mx10--medium {
        margin: 0 10rem !important
    }

    .my10--medium {
        margin: 10rem 0 !important
    }
}

@media (min-width: 1280px) {
    .p0--large {
        padding: 0rem !important
    }

    .pl0--large {
        padding-left: 0rem !important
    }

    .pt0--large {
        padding-top: 0rem !important
    }

    .pr0--large {
        padding-right: 0rem !important
    }

    .pb0--large {
        padding-bottom: 0rem !important
    }

    .px0--large {
        padding: 0 0rem !important
    }

    .py0--large {
        padding: 0rem 0 !important
    }

    .m0--large {
        margin: 0rem !important
    }

    .ml0--large {
        margin-left: 0rem !important
    }

    .mt0--large {
        margin-top: 0rem !important
    }

    .mr0--large {
        margin-right: 0rem !important
    }

    .mb0--large {
        margin-bottom: 0rem !important
    }

    .mx0--large {
        margin: 0 0rem !important
    }

    .my0--large {
        margin: 0rem 0 !important
    }

    .p1--large {
        padding: 1rem !important
    }

    .pl1--large {
        padding-left: 1rem !important
    }

    .pt1--large {
        padding-top: 1rem !important
    }

    .pr1--large {
        padding-right: 1rem !important
    }

    .pb1--large {
        padding-bottom: 1rem !important
    }

    .px1--large {
        padding: 0 1rem !important
    }

    .py1--large {
        padding: 1rem 0 !important
    }

    .m1--large {
        margin: 1rem !important
    }

    .ml1--large {
        margin-left: 1rem !important
    }

    .mt1--large {
        margin-top: 1rem !important
    }

    .mr1--large {
        margin-right: 1rem !important
    }

    .mb1--large {
        margin-bottom: 1rem !important
    }

    .mx1--large {
        margin: 0 1rem !important
    }

    .my1--large {
        margin: 1rem 0 !important
    }

    .p2--large {
        padding: 2rem !important
    }

    .pl2--large {
        padding-left: 2rem !important
    }

    .pt2--large {
        padding-top: 2rem !important
    }

    .pr2--large {
        padding-right: 2rem !important
    }

    .pb2--large {
        padding-bottom: 2rem !important
    }

    .px2--large {
        padding: 0 2rem !important
    }

    .py2--large {
        padding: 2rem 0 !important
    }

    .m2--large {
        margin: 2rem !important
    }

    .ml2--large {
        margin-left: 2rem !important
    }

    .mt2--large {
        margin-top: 2rem !important
    }

    .mr2--large {
        margin-right: 2rem !important
    }

    .mb2--large {
        margin-bottom: 2rem !important
    }

    .mx2--large {
        margin: 0 2rem !important
    }

    .my2--large {
        margin: 2rem 0 !important
    }

    .p3--large {
        padding: 3rem !important
    }

    .pl3--large {
        padding-left: 3rem !important
    }

    .pt3--large {
        padding-top: 3rem !important
    }

    .pr3--large {
        padding-right: 3rem !important
    }

    .pb3--large {
        padding-bottom: 3rem !important
    }

    .px3--large {
        padding: 0 3rem !important
    }

    .py3--large {
        padding: 3rem 0 !important
    }

    .m3--large {
        margin: 3rem !important
    }

    .ml3--large {
        margin-left: 3rem !important
    }

    .mt3--large {
        margin-top: 3rem !important
    }

    .mr3--large {
        margin-right: 3rem !important
    }

    .mb3--large {
        margin-bottom: 3rem !important
    }

    .mx3--large {
        margin: 0 3rem !important
    }

    .my3--large {
        margin: 3rem 0 !important
    }

    .p4--large {
        padding: 4rem !important
    }

    .pl4--large {
        padding-left: 4rem !important
    }

    .pt4--large {
        padding-top: 4rem !important
    }

    .pr4--large {
        padding-right: 4rem !important
    }

    .pb4--large {
        padding-bottom: 4rem !important
    }

    .px4--large {
        padding: 0 4rem !important
    }

    .py4--large {
        padding: 4rem 0 !important
    }

    .m4--large {
        margin: 4rem !important
    }

    .ml4--large {
        margin-left: 4rem !important
    }

    .mt4--large {
        margin-top: 4rem !important
    }

    .mr4--large {
        margin-right: 4rem !important
    }

    .mb4--large {
        margin-bottom: 4rem !important
    }

    .mx4--large {
        margin: 0 4rem !important
    }

    .my4--large {
        margin: 4rem 0 !important
    }

    .p5--large {
        padding: 5rem !important
    }

    .pl5--large {
        padding-left: 5rem !important
    }

    .pt5--large {
        padding-top: 5rem !important
    }

    .pr5--large {
        padding-right: 5rem !important
    }

    .pb5--large {
        padding-bottom: 5rem !important
    }

    .px5--large {
        padding: 0 5rem !important
    }

    .py5--large {
        padding: 5rem 0 !important
    }

    .m5--large {
        margin: 5rem !important
    }

    .ml5--large {
        margin-left: 5rem !important
    }

    .mt5--large {
        margin-top: 5rem !important
    }

    .mr5--large {
        margin-right: 5rem !important
    }

    .mb5--large {
        margin-bottom: 5rem !important
    }

    .mx5--large {
        margin: 0 5rem !important
    }

    .my5--large {
        margin: 5rem 0 !important
    }

    .p6--large {
        padding: 6rem !important
    }

    .pl6--large {
        padding-left: 6rem !important
    }

    .pt6--large {
        padding-top: 6rem !important
    }

    .pr6--large {
        padding-right: 6rem !important
    }

    .pb6--large {
        padding-bottom: 6rem !important
    }

    .px6--large {
        padding: 0 6rem !important
    }

    .py6--large {
        padding: 6rem 0 !important
    }

    .m6--large {
        margin: 6rem !important
    }

    .ml6--large {
        margin-left: 6rem !important
    }

    .mt6--large {
        margin-top: 6rem !important
    }

    .mr6--large {
        margin-right: 6rem !important
    }

    .mb6--large {
        margin-bottom: 6rem !important
    }

    .mx6--large {
        margin: 0 6rem !important
    }

    .my6--large {
        margin: 6rem 0 !important
    }

    .p7--large {
        padding: 7rem !important
    }

    .pl7--large {
        padding-left: 7rem !important
    }

    .pt7--large {
        padding-top: 7rem !important
    }

    .pr7--large {
        padding-right: 7rem !important
    }

    .pb7--large {
        padding-bottom: 7rem !important
    }

    .px7--large {
        padding: 0 7rem !important
    }

    .py7--large {
        padding: 7rem 0 !important
    }

    .m7--large {
        margin: 7rem !important
    }

    .ml7--large {
        margin-left: 7rem !important
    }

    .mt7--large {
        margin-top: 7rem !important
    }

    .mr7--large {
        margin-right: 7rem !important
    }

    .mb7--large {
        margin-bottom: 7rem !important
    }

    .mx7--large {
        margin: 0 7rem !important
    }

    .my7--large {
        margin: 7rem 0 !important
    }

    .p8--large {
        padding: 8rem !important
    }

    .pl8--large {
        padding-left: 8rem !important
    }

    .pt8--large {
        padding-top: 8rem !important
    }

    .pr8--large {
        padding-right: 8rem !important
    }

    .pb8--large {
        padding-bottom: 8rem !important
    }

    .px8--large {
        padding: 0 8rem !important
    }

    .py8--large {
        padding: 8rem 0 !important
    }

    .m8--large {
        margin: 8rem !important
    }

    .ml8--large {
        margin-left: 8rem !important
    }

    .mt8--large {
        margin-top: 8rem !important
    }

    .mr8--large {
        margin-right: 8rem !important
    }

    .mb8--large {
        margin-bottom: 8rem !important
    }

    .mx8--large {
        margin: 0 8rem !important
    }

    .my8--large {
        margin: 8rem 0 !important
    }

    .p9--large {
        padding: 9rem !important
    }

    .pl9--large {
        padding-left: 9rem !important
    }

    .pt9--large {
        padding-top: 9rem !important
    }

    .pr9--large {
        padding-right: 9rem !important
    }

    .pb9--large {
        padding-bottom: 9rem !important
    }

    .px9--large {
        padding: 0 9rem !important
    }

    .py9--large {
        padding: 9rem 0 !important
    }

    .m9--large {
        margin: 9rem !important
    }

    .ml9--large {
        margin-left: 9rem !important
    }

    .mt9--large {
        margin-top: 9rem !important
    }

    .mr9--large {
        margin-right: 9rem !important
    }

    .mb9--large {
        margin-bottom: 9rem !important
    }

    .mx9--large {
        margin: 0 9rem !important
    }

    .my9--large {
        margin: 9rem 0 !important
    }

    .p10--large {
        padding: 10rem !important
    }

    .pl10--large {
        padding-left: 10rem !important
    }

    .pt10--large {
        padding-top: 10rem !important
    }

    .pr10--large {
        padding-right: 10rem !important
    }

    .pb10--large {
        padding-bottom: 10rem !important
    }

    .px10--large {
        padding: 0 10rem !important
    }

    .py10--large {
        padding: 10rem 0 !important
    }

    .m10--large {
        margin: 10rem !important
    }

    .ml10--large {
        margin-left: 10rem !important
    }

    .mt10--large {
        margin-top: 10rem !important
    }

    .mr10--large {
        margin-right: 10rem !important
    }

    .mb10--large {
        margin-bottom: 10rem !important
    }

    .mx10--large {
        margin: 0 10rem !important
    }

    .my10--large {
        margin: 10rem 0 !important
    }
}

[data-sk-headline] {
    opacity: 0
}

[data-sk-headline].sk-showing {
    opacity: 1
}

@media (min-width: 1280px) {
    .single-brand.skrollex-enabled:not(.home) [data-skrollex]:not([data-sk-static]) {
        -webkit-transform: translateY(6rem);
        -o-transform: translateY(6rem);
        transform: translateY(6rem);
        -webkit-transition: all 1s cubic-bezier(0.74, 0.07, 0.34, 0.96);
        -o-transition: all 1s cubic-bezier(0.74, 0.07, 0.34, 0.96);
        transition: all 1s cubic-bezier(0.74, 0.07, 0.34, 0.96)
    }

    .single-brand.skrollex-enabled:not(.home) [data-skrollex]:not([data-sk-static]).sk-showing {
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

.page-modules > :last-child {
    margin-bottom: 0
}

.fw-bold {
    font-weight: 700
}

.layer {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.pos-s {
    position: static
}

.pos-r {
    position: relative
}

.pos-a {
    position: absolute
}

.pos-a--home {
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%
}

.pos-f {
    position: fixed
}

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

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

.z1 {
    z-index: 1
}

.z2 {
    z-index: 2
}

.z3 {
    z-index: 3
}

.z4 {
    z-index: 4
}

.z5 {
    z-index: 5
}

.bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.fullscreen {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (min-aspect-ratio: 16 / 9) {
    .fullscreen {
        width: 100%;
        height: auto
    }
}

@media screen and (max-aspect-ratio: 16 / 9) {
    .fullscreen {
        width: auto;
        height: 100%
    }
}

.word-wrapper, .line-wrapper, .line {
    overflow: hidden
}

img.cover {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.no-scroll {
    overflow: hidden;
    width: 100vw;
    height: 100vh
}

.all-brands {
    margin-top: 10px;
}

.all-brands .btn {
    line-height: 4.2rem;
}

.mhd .video-player__thumb:before {
    padding-top: 0;
}

@media (min-width: 1024px) {
    .mhd {
        margin-top: -10rem;
    }

    .video-hub .grid {
        padding-left: 25px
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
    .video-hub .video-player .btn--play {
        margin: 0 auto;
        top: 25%;
        left: 25%;
        right: 25%;
    }

    .video-hub .col-6--small {
        width: 30%;
        margin-right: 10px;
    }
}

@media only screen and (min-width: 1440px) {
    .video-hub .video-player .btn--play {
        margin: 0 auto;
        top: 30%;
        left: 25%;
        right: 45%;
    }
}
.video-hub .video-player__thumb:before {
    padding-top: 0;
}

.video-hub .vid-details {
    margin-top: 10px;
    max-width: 80%;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .video-hub .grid {
        margin-left: 25px;
    }

    .video-hub .col-6--small {
        width: 47%;
        margin-right: 10px;
    }

    .video-hub .video-player .btn--play {
        margin: 0 auto;
        top: 30%;
        right: 30%;
        left: 20%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .video-hub .grid {
        overflow: hidden;
        margin-left: 10px;
    }

    .video-hub .col-6--small {
        width: 47%;
        float: left;
        margin-right: 10px;
    }
}

.video-hub .vid-details p {
    margin-bottom: 10px;
}

.social-icons {
    overflow: hidden;
    display: block;
}

.social-icons span {
    margin: 5px;
}
.social-icons span.twitter {
    margin-left: 0;
}

.social-icons svg, .social-icons img {
    width: 20px;
    height: 20px;
}

.social-icons span:hover svg *{
    fill: #006cb7 !important;
}

.page-modules .video-hub-details {
    margin-bottom: 15rem;
}

.video-hub-details .hero {
    min-height: 0;
    background-color: #000000;
    margin-bottom: 10px !important;
}

@media (min-width: 768px) {
    .video-hub-details .container--narrow {
        max-width: 64%;
    }
}

@media (max-width: 767px) {
    .video-hub-details .container--narrow {
        max-width: 90%;
    }
}

.video-hub-details .video-details {
    margin-top: 40px;
}

.video-hub-details .image-strip {
    margin: 0 auto;
    max-width: 50rem;
}

.video-hub-details .brand-love-button {
    color: #006cb7;
    text-align: center;
    margin-top: 30px;
}

.video-hub .vid-details .vid-title {
    margin-bottom: 0;
}

.video-hub .vid-details .social-icons {
    margin-bottom: 20px;
}

.video-hub-details .vid-title {
    margin-bottom: 0;
    font-size: 2.5rem;
}

.video-hub-details .desc {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.video-hub-details .btn__border {
    border-color: #006cb7;
}

.video-hub-details .social-icons {
    margin-bottom: 30px;
}
