﻿/*!
Theme Name: HPP Theme
Theme URI: http://kylebrumm.com
Description: WordPress Theme for the HP Papers website.
Author: Kyle Brumm
Author URI: http://www.kylebrumm.com
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0
*/

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600);
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,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

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

@font-face {
    font-family: 'HP Simplified Bold';
    src: url(fonts/hp-simplified-bold.woff2) format("woff2"), url(fonts/hp-simplified-bold.woff) format("woff"), url(fonts/hp-simplified-bold.woff) format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'HP Simplified Light';
    src: url(fonts/hp-simplified-light.woff2) format("woff2"), url(fonts/hp-simplified-light.woff) format("woff"), url(fonts/hp-simplified-light.woff) format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'HP Simplified Regular';
    src: url(fonts/hp-simplified-regular.woff2) format("woff2"), url(fonts/hp-simplified-regular.woff) format("woff"), url(fonts/hp-simplified-regular.woff) format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'HP Icons';
    src: url(fonts/hp-icons.eot?hti07t);
    src: url(fonts/hp-icons.eot?hti07t#iefix) format("embedded-opentype"), url(fonts/hp-icons.woff?hti07t) format("woff"), url(fonts/hp-icons.ttf?hti07t) format("truetype"), url(fonts/hp-icons.svg?hti07t#hp-icons) format("svg");
    font-weight: normal;
    font-style: normal
}

.cf {
    *zoom: 1
}

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

.cf:after {
    clear: both
}

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

.hide {
    display: none !important;
    visibility: hidden !important
}

[class*="show-xxs"] {
    display: none
}

@media (min-width: 0rem) {
    .show-xxs-up {
        display: block !important
    }
    .hide-xxs-up {
        display: none !important
    }
}

@media (min-width: 0rem) and (max-width: 20rem) {
    .show-xxs {
        display: block !important
    }
    .hide-xxs {
        display: none !important
    }
}

@media (max-width: 20rem) {
    .show-xxs-down {
        display: block !important
    }
    .hide-xxs-down {
        display: none !important
    }
}

[class*="show-xs"] {
    display: none
}

@media (min-width: 20.0625rem) {
    .show-xs-up {
        display: block !important
    }
    .hide-xs-up {
        display: none !important
    }
}

@media (min-width: 20.0625rem) and (max-width: 30rem) {
    .show-xs {
        display: block !important
    }
    .hide-xs {
        display: none !important
    }
}

@media (max-width: 30rem) {
    .show-xs-down {
        display: block !important
    }
    .hide-xs-down {
        display: none !important
    }
}

[class*="show-s"] {
    display: none
}

@media (min-width: 30.0625rem) {
    .show-s-up {
        display: block !important
    }
    .hide-s-up {
        display: none !important
    }
}

@media (min-width: 30.0625rem) and (max-width: 40rem) {
    .show-s {
        display: block !important
    }
    .hide-s {
        display: none !important
    }
}

@media (max-width: 40rem) {
    .show-s-down {
        display: block !important
    }
    .hide-s-down {
        display: none !important
    }
}

[class*="show-m"] {
    display: none
}

@media (min-width: 40.0625rem) {
    .show-m-up {
        display: block !important
    }
    .hide-m-up {
        display: none !important
    }
}

@media (min-width: 40.0625rem) and (max-width: 64rem) {
    .show-m {
        display: block !important
    }
    .hide-m {
        display: none !important
    }
}

@media (max-width: 64rem) {
    .show-m-down {
        display: block !important
    }
    .hide-m-down {
        display: none !important
    }
}

[class*="show-l"] {
    display: none
}

@media (min-width: 64.0625rem) {
    .show-l-up {
        display: block !important
    }
    .hide-l-up {
        display: none !important
    }
}

@media (min-width: 64.0625rem) and (max-width: 78.125rem) {
    .show-l {
        display: block !important
    }
    .hide-l {
        display: none !important
    }
}

@media (max-width: 78.125rem) {
    .show-l-down {
        display: block !important
    }
    .hide-l-down {
        display: none !important
    }
}

[class*="show-xl"] {
    display: none
}

@media (min-width: 78.1875rem) {
    .show-xl-up {
        display: block !important
    }
    .hide-xl-up {
        display: none !important
    }
}

@media (min-width: 78.1875rem) and (max-width: 120rem) {
    .show-xl {
        display: block !important
    }
    .hide-xl {
        display: none !important
    }
}

@media (max-width: 120rem) {
    .show-xl-down {
        display: block !important
    }
    .hide-xl-down {
        display: none !important
    }
}

.right {
    float: right
}

.left {
    float: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-justify {
    text-align: justify
}

.text-top,
.text-top * {
    vertical-align: top
}

.text-bottom,
.text-bottom * {
    vertical-align: bottom
}

.text-primary-ultralight {
    color: #E8F6FB
}

.bg-primary-ultralight {
    background-color: #E8F6FB
}

.text-primary-light {
    color: #33abde
}

.bg-primary-light {
    background-color: #33abde
}

.text-primary {
    color: #0096D6
}

.bg-primary {
    background-color: #0096D6
}

.text-primary-dark {
    color: #0078ab
}

.bg-primary-dark {
    background-color: #0078ab
}

.text-secondary-light {
    color: #d35192
}

.bg-secondary-light {
    background-color: #d35192
}

.text-secondary {
    color: #C82577
}

.bg-secondary {
    background-color: #C82577
}

.text-secondary-dark {
    color: #b4216b
}

.bg-secondary-dark {
    background-color: #b4216b
}

.text-gray-ultralight {
    color: #F6F6F6
}

.bg-gray-ultralight {
    background-color: #F6F6F6
}

.text-gray-light {
    color: #D4D4D4
}

.bg-gray-light {
    background-color: #D4D4D4
}

.text-gray {
    color: #AAAAAA
}

.bg-gray {
    background-color: #AAAAAA
}

.text-gray-dark {
    color: #888888
}

.bg-gray-dark {
    background-color: #888888
}

.text-gray-ultradark {
    color: #5A5A5A
}

.bg-gray-ultradark {
    background-color: #5A5A5A
}

.text-white {
    color: #FFFFFF
}

.bg-white {
    background-color: #FFFFFF
}

.text-black {
    color: #000000
}

.bg-black {
    background-color: #000000
}

.text-blue {
    color: #0096D6
}

.bg-blue {
    background-color: #0096D6
}

.text-pink {
    color: #C82577
}

.bg-pink {
    background-color: #C82577
}

.text-green-light {
    color: #B0E552
}

.bg-green-light {
    background-color: #B0E552
}

.text-green {
    color: #7EB41E
}

.bg-green {
    background-color: #7EB41E
}

.text-green-dark {
    color: #6E9C1E
}

.bg-green-dark {
    background-color: #6E9C1E
}

.text-success {
    color: #92F0A1
}

.bg-success {
    background-color: #92F0A1
}

.text-warn {
    color: #F0E591
}

.bg-warn {
    background-color: #F0E591
}

.text-alert {
    color: #FF676B
}

.bg-alert {
    background-color: #FF676B
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: "HP Icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-airplane:before {
    content: "\e900"
}

.icon-award:before {
    content: "\e901"
}

.icon-drops:before {
    content: "\e902"
}

.icon-heart:before {
    content: "\e903"
}

.icon-laser:before {
    content: "\e904"
}

.icon-leaf:before {
    content: "\e905"
}

.icon-pages:before {
    content: "\e906"
}

.icon-printer:before {
    content: "\e907"
}

.icon-star:before {
    content: "\e908"
}

.icon-tag:before {
    content: "\e909"
}

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

::selection {
    color: #FFFFFF;
    background: #0096D6
}

html.freeze,
html.freeze body {
    overflow: hidden;
    height: 100%
}

body {
    min-width: 20rem;
    font: 100%/1.5 "HP Simplified Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    color: #000000;
    overflow-x: hidden;
    background-color: #F6F6F6
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

[data-clip] {
    transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    will-change: clip-path
}

.inview [data-clip],
[data-clip].inview {
    clip-path: inset(0 0 0 0)
}

[data-fade] {
    opacity: 0;
    transition: transform 0.6s ease, opacity 1s ease;
    will-change: opacity, transform
}

.inview [data-fade],
[data-fade].inview {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

[data-inview-delay="1"] {
    transition-delay: 0.1s
}

[data-inview-duration="1"] {
    transition-duration: 0.1s
}

[data-inview-delay="2"] {
    transition-delay: 0.2s
}

[data-inview-duration="2"] {
    transition-duration: 0.2s
}

[data-inview-delay="3"] {
    transition-delay: 0.3s
}

[data-inview-duration="3"] {
    transition-duration: 0.3s
}

[data-inview-delay="4"] {
    transition-delay: 0.4s
}

[data-inview-duration="4"] {
    transition-duration: 0.4s
}

[data-inview-delay="5"] {
    transition-delay: 0.5s
}

[data-inview-duration="5"] {
    transition-duration: 0.5s
}

[data-inview-delay="6"] {
    transition-delay: 0.6s
}

[data-inview-duration="6"] {
    transition-duration: 0.6s
}

[data-inview-delay="7"] {
    transition-delay: 0.7s
}

[data-inview-duration="7"] {
    transition-duration: 0.7s
}

[data-inview-delay="8"] {
    transition-delay: 0.8s
}

[data-inview-duration="8"] {
    transition-duration: 0.8s
}

[data-inview-delay="9"] {
    transition-delay: 0.9s
}

[data-inview-duration="9"] {
    transition-duration: 0.9s
}

[data-inview-delay="10"] {
    transition-delay: 1s
}

[data-inview-duration="10"] {
    transition-duration: 1s
}

[data-inview-delay="11"] {
    transition-delay: 1.1s
}

[data-inview-duration="11"] {
    transition-duration: 1.1s
}

[data-inview-delay="12"] {
    transition-delay: 1.2s
}

[data-inview-duration="12"] {
    transition-duration: 1.2s
}

[data-inview-delay="13"] {
    transition-delay: 1.3s
}

[data-inview-duration="13"] {
    transition-duration: 1.3s
}

[data-inview-delay="14"] {
    transition-delay: 1.4s
}

[data-inview-duration="14"] {
    transition-duration: 1.4s
}

[data-inview-delay="15"] {
    transition-delay: 1.5s
}

[data-inview-duration="15"] {
    transition-duration: 1.5s
}

[data-inview-delay="16"] {
    transition-delay: 1.6s
}

[data-inview-duration="16"] {
    transition-duration: 1.6s
}

[data-inview-delay="17"] {
    transition-delay: 1.7s
}

[data-inview-duration="17"] {
    transition-duration: 1.7s
}

[data-inview-delay="18"] {
    transition-delay: 1.8s
}

[data-inview-duration="18"] {
    transition-duration: 1.8s
}

[data-inview-delay="19"] {
    transition-delay: 1.9s
}

[data-inview-duration="19"] {
    transition-duration: 1.9s
}

[data-inview-delay="20"] {
    transition-delay: 2s
}

[data-inview-duration="20"] {
    transition-duration: 2s
}

[data-clip="up"] {
    clip-path: inset(100% 0 0 0)
}

[data-clip="down"] {
    clip-path: inset(0 0 100% 0)
}

[data-clip="left"] {
    clip-path: inset(0 0 0 100%)
}

[data-clip="right"] {
    clip-path: inset(0 100% 0 0)
}

[data-fade="up"] {
    transform: translate3d(0, 50px, 0)
}

[data-fade="down"] {
    transform: translate3d(0, -50px, 0)
}

[data-fade="left"] {
    transform: translate3d(50px, 0, 0)
}

[data-fade="right"] {
    transform: translate3d(-50px, 0, 0)
}

[data-parallax] {
    transition: transform 0.1s ease
}

.loader-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #FFFFFF;
    clip-path: inset(0 0 0 0);
    will-change: clip-path;
    transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    z-index: 9999
}

.loader-wrapper.loaded {
    clip-path: inset(0 100% 0 0)
}

.loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    transform: translate(-50%, -50%)
}

.loader:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #C82577;
    animation: spin 0.75s cubic-bezier(0.645, 0.045, 0.355, 1) 1s infinite
}

.loader:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #42197F;
    animation: spin 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s infinite
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='number'],
input[type='search'],
input[type='url'],
input[type='password'],
textarea,
select {
    margin-bottom: 1rem;
    padding: 0 0.75rem;
    height: 48px;
    line-height: 48px;
    font-family: "HP Simplified Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.9rem;
    background-color: #FFFFFF;
    border: none;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    transition: border 0.3s ease-in-out
}

input[type='text']:hover,
input[type='email']:hover,
input[type='tel']:hover,
input[type='number']:hover,
input[type='search']:hover,
input[type='url']:hover,
input[type='password']:hover,
textarea:hover,
select:hover {
    border-color: #888888
}

input[type='text']:active,
input[type='text']:focus,
input[type='email']:active,
input[type='email']:focus,
input[type='tel']:active,
input[type='tel']:focus,
input[type='number']:active,
input[type='number']:focus,
input[type='search']:active,
input[type='search']:focus,
input[type='url']:active,
input[type='url']:focus,
input[type='password']:active,
input[type='password']:focus,
textarea:active,
textarea:focus,
select:active,
select:focus {
    border-color: #0096D6
}

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='number'],
input[type='search'],
input[type='url'],
input[type='password'],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

textarea {
    width: 100%;
    height: 150px;
    resize: none
}

label,
legend {
    display: block;
    margin-bottom: 0.25rem;
    font-family: "HP Simplified Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700
}

fieldset {
    padding: 0.75rem 1rem 1rem;
    border: 1px solid #D4D4D4;
    border-radius: 3px
}

fieldset legend {
    padding: 0 0.5rem
}

.container {
    width: 100%;
    max-width: 78.125rem;
    margin: 0 auto;
    padding: 1rem;
    *zoom: 1
}

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

.container:after {
    clear: both
}

@media only screen and (min-width: 64.0625rem) and (max-width: 78.125rem) {
    .container {
        padding: 1rem 2rem
    }
}

.container-np {
    padding: 0
}

.row {
    margin: 0 -1rem;
    zoom: 1
}

.row:before,
.row:after {
    content: '';
    display: table
}

.row:after {
    clear: both
}

.col {
    position: relative;
    display: block;
    width: 100%;
    padding: 1rem;
    float: left;
    vertical-align: top
}

.col-np {
    padding: 0
}

.row-np>.col {
    padding: 0
}

.row-center {
    text-align: center;
    font-size: 0
}

.row-center>.col {
    display: inline-block;
    float: none !important;
    font-size: 1rem;
    text-align: left
}

.row-center [class*='col-fixed'] {
    margin: 0 auto !important
}

.row-center.row-flex {
    justify-content: center
}

.flexbox .row-flex {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap
}

.flexbox .row-flex:before,
.flexbox .row-flex:after {
    content: none
}

.flexbox .row-flex>.col {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column
}

.flexbox .row-flex>.col>.block {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto
}

.flexbox .row-flex>.col-sticky .block>:last-child {
    margin-top: auto
}

.flexbox .row-flex.row-v-center {
    align-items: center
}

.row-reverse>.col {
    float: right
}

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

@media (min-width: 0rem) {
    .row-xxs-1>.col {
        width: 100%
    }
    .row-xxs-1>.col:nth-of-type(1n) {
        clear: none
    }
    .row-xxs-1>.col:nth-of-type(1n+1) {
        clear: both
    }
    .flexbox .row-flex.row-xxs-1>.col {
        max-width: 100%;
        flex-basis: 100%
    }
    .flexbox .row-flex .col-xxs-1 {
        max-width: 8.33333%;
        flex-basis: 8.33333%
    }
    .col-xxs-1 {
        width: 8.33333%
    }
    .col-first-xxs {
        clear: left
    }
    .col-last-xxs {
        clear: right
    }
    .col-offset-xxs-1 {
        margin-left: 8.33333%
    }
    .col-offset-xxs-1-half {
        margin-left: 12.5%
    }
    .col-push-xxs-1 {
        left: 8.33333%
    }
    .col-push-xxs-1-half {
        left: 12.5%
    }
    .col-pull-xxs-1 {
        right: 8.33333%
    }
    .col-pull-xxs-1-half {
        right: 12.5%
    }
    .col-fill-xxs-1 {
        float: none;
        width: auto;
        margin-left: 71.61458rem
    }
    .col-fixed-xxs-1,
    .col-fixed-right-xxs-1 {
        width: 100%;
        max-width: 6.51042rem
    }
    .col-fixed-right-xxs-1 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xxs-1 {
        margin-right: 71.61458rem;
        margin-left: 0
    }
    .flexbox .row-flex.col-xxs-1-5 {
        flex-basis: 20%;
        max-width: 20%
    }
    .col-xxs-1-5 {
        width: 20%
    }
    .col-offset-xxs-1-5 {
        margin-left: 20%
    }
    .col-offset-xxs-1-5-half {
        margin-left: 30%
    }
    .col-push-xxs-1-5 {
        left: 20%
    }
    .col-push-xxs-1-5-half {
        left: 30%
    }
    .col-pull-xxs-1-5 {
        right: 20%
    }
    .col-pull-xxs-1-5-half {
        right: 30%
    }
    .col-fill-xxs-1-5 {
        float: none;
        width: auto;
        margin-left: 62.5rem
    }
    .col-fixed-xxs-1-5,
    .col-fixed-right-xxs-1-5 {
        width: 100%;
        max-width: 15.625rem
    }
    .col-fixed-right-xxs-1-5 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xxs-1-5 {
        margin-right: 62.5rem;
        margin-left: 0
    }
    .row-xxs-2>.col {
        width: 50%
    }
    .row-xxs-2>.col:nth-of-type(1n) {
        clear: none
    }
    .row-xxs-2>.col:nth-of-type(2n+1) {
        clear: both
    }
    .flexbox .row-flex.row-xxs-2>.col {
        max-width: 50%;
        flex-basis: 50%
    }
    .flexbox .row-flex .col-xxs-2 {
        max-width: 16.66667%;
        flex-basis: 16.66667%
    }
    .col-xxs-2 {
        width: 16.66667%
    }
    .col-first-xxs {
        clear: left
    }
    .col-last-xxs {
        clear: right
    }
    .col-offset-xxs-2 {
        margin-left: 16.66667%
    }
    .col-offset-xxs-2-half {
        margin-left: 20.83333%
    }
    .col-push-xxs-2 {
        left: 16.66667%
    }
    .col-push-xxs-2-half {
        left: 20.83333%
    }
    .col-pull-xxs-2 {
        right: 16.66667%
    }
    .col-pull-xxs-2-half {
        right: 20.83333%
    }
    .col-fill-xxs-2 {
        float: none;
        width: auto;
        margin-left: 65.10417rem
    }
    .col-fixed-xxs-2,
    .col-fixed-right-xxs-2 {
        width: 100%;
        max-width: 13.02083rem
    }
    .col-fixed-right-xxs-2 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xxs-2 {
        margin-right: 65.10417rem;
        margin-left: 0
    }
    .flexbox .row-flex.col-xxs-2-5 {
        flex-basis: 40%;
        max-width: 40%
    }
    .col-xxs-2-5 {
        width: 40%
    }
    .col-offset-xxs-2-5 {
        margin-left: 40%
    }
    .col-offset-xxs-2-5-half {
        margin-left: 50%
    }
    .col-push-xxs-2-5 {
        left: 40%
    }
    .col-push-xxs-2-5-half {
        left: 50%
    }
    .col-pull-xxs-2-5 {
        right: 40%
    }
    .col-pull-xxs-2-5-half {
        right: 50%
    }
    .col-fill-xxs-2-5 {
        float: none;
        width: auto;
        margin-left: 46.875rem
    }
    .col-fixed-xxs-2-5,
    .col-fixed-right-xxs-2-5 {
        width: 100%;
        max-width: 31.25rem
    }
    .col-fixed-right-xxs-2-5 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xxs-2-5 {
        margin-right: 46.875rem;
        margin-left: 0
    }
    .row-xxs-3>.col {
        width: 33.33333%
    }
    .row-xxs-3>.col:nth-of-type(1n) {
        clear: none
    }
    .row-xxs-3>.col:nth-of-type(3n+1) {
        clear: both
    }
    .flexbox .row-flex.row-xxs-3>.col {
        max-width: 33.33333%;
        flex-basis: 33.33333%
    }
    .flexbox .row-flex .col-xxs-3 {
        max-width: 25%;
        flex-basis: 25%
    }
    .col-xxs-3 {
        width: 25%
    }
    .col-first-xxs {
        clear: left
    }
    .col-last-xxs {
        clear: right
    }
    .col-offset-xxs-3 {
        margin-left: 25%
    }
    .col-offset-xxs-3-half {
        margin-left: 29.16667%
    }
    .col-push-xxs-3 {
        left: 25%
    }
    .col-push-xxs-3-half {
        left: 29.16667%
    }
    .col-pull-xxs-3 {
        right: 25%
    }
    .col-pull-xxs-3-half {
        right: 29.16667%
    }
    .col-fill-xxs-3 {
        float: none;
        width: auto;
        margin-left: 58.59375rem
    }
    .col-fixed-xxs-3,
    .col-fixed-right-xxs-3 {
        width: 100%;
        max-width: 19.53125rem
    }
    .col-fixed-right-xxs-3 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xxs-3 {
        margin-right: 58.59375rem;
        margin-left: 0
    }
    .flexbox .row-flex.col-xxs-3-5 {
        flex-basis: 60%;
        max-width: 60%
    }
    .col-xxs-3-5 {
        width: 60%
    }
    .col-offset-xxs-3-5 {
        margin-left: 60%
    }
    .col-offset-xxs-3-5-half {
        margin-left: 70%
    }
    .col-push-xxs-3-5 {
        left: 60%
    }
    .col-push-xxs-3-5-half {
        left: 70%
    }
    .col-pull-xxs-3-5 {
        right: 60%
    }
    .col-pull-xxs-3-5-half {
        right: 70%
    }
    .col-fill-xxs-3-5 {
        float: none;
        width: auto;
        margin-left: 31.25rem
    }
    .col-fixed-xxs-3-5,
    .col-fixed-right-xxs-3-5 {
        width: 100%;
        max-width: 46.875rem
    }
    .col-fixed-right-xxs-3-5 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xxs-3-5 {
        margin-right: 31.25rem;
        margin-left: 0
    }
    .row-xxs-4>.col {
        width: 25%
    }
    .row-xxs-4>.col:nth-of-type(1n) {
        clear: none
    }
    .row-xxs-4>.col:nth-of-type(4n+1) {
        clear: both
    }
    .flexbox .row-flex.row-xxs-4>.col {
        max-width: 25%;
        flex-basis: 25%
    }
    .flexbox .row-flex .col-xxs-4 {
        max-width: 33.33333%;
        flex-basis: 33.33333%
    }
    .col-xxs-4 {
        width: 33.33333%
    }
    .col-first-xxs {
        clear: left
    }
    .col-last-xxs {
        clear: right
    }
    .col-offset-xxs-4 {
        margin-left: 33.33333%
    }
    .col-offset-xxs-4-half {
        margin-left: 37.5%
    }
    .col-push-xxs-4 {
        left: 33.33333%
    }
    .col-push-xxs-4-half {
        left: 37.5%
    }
    .col-pull-xxs-4 {
        right: 33.33333%
    }
    .col-pull-xxs-4-half {
        right: 37.5%
    }
    .col-fill-xxs-4 {
        float: none;
        width: auto;
        margin-left: 52.08333rem
    }
    .col-fixed-xxs-4,
    .col-fixed-right-xxs-4 {
        width: 100%;
        max-width: 26.04167rem
    }
    .col-fixed-right-xxs-4 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xxs-4 {
        margin-right: 52.08333rem;
        margin-left: 0
    }
    .flexbox .row-flex.col-xxs-4-5 {
        flex-basis: 80%;
        max-width: 80%
    }
    .col-xxs-4-5 {
        width: 80%
    }
    .col-offset-xxs-4-5 {
        margin-left: 80%
    }
    .col-offset-xxs-4-5-half {
        margin-left: 90%
    }
    .col-push-xxs-4-5 {
        left: 80%
    }
    .col-push-xxs-4-5-half {
        left: 90%
    }
    .col-pull-xxs-4-5 {
        right: 80%
    }
    .col-pull-xxs-4-5-half {
        right: 90%
    }
    .col-fill-xxs-4-5 {
        float: none;
        width: auto;
        margin-left: 15.625rem
    }
    .col-fixed-xxs-4-5,
    .col-fixed-right-xxs-4-5 {
        width: 100%;
        max-width: 62.5rem
    }
    .col-fixed-right-xxs-4-5 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xxs-4-5 {
        margin-right: 15.625rem;
        margin-left: 0
    }
    .row-xxs-5>.col {
        width: 20%
    }
    .row-xxs-5>.col:nth-of-type(1n) {
        clear: none
    }
    .row-xxs-5>.col:nth-of-type(5n+1) {
        clear: both
    }
    .flexbox .row-flex.row-xxs-5>.col {
        max-width: 20%;
        flex-basis: 20%
    }
    .flexbox .row-flex .col-xxs-5 {
        max-width: 41.66667%;
        flex-basis: 41.66667%
    }
    .col-xxs-5 {
        width: 41.66667%
    }
    .col-first-xxs {
        clear: left
    }
    .col-last-xxs {
        clear: right
    }
    .col-offset-xxs-5 {
        margin-left: 41.66667%
    }
    .col-offset-xxs-5-half {
        margin-left: 45.83333%
    }
    .col-push-xxs-5 {
        left: 41.66667%
    }
    .col-push-xxs-5-half {
        left: 45.83333%
    }
    .col-pull-xxs-5 {
        right: 41.66667%
    }
    .col-pull-xxs-5-half {
        right: 45.83333%
    }
    .col-fill-xxs-5 {
        float: none;
        width: auto;
        margin-left: 45.57292rem
    }
    .col-fixed-xxs-5,
    .col-fixed-right-xxs-5 {
        width: 100%;
        max-width: 32.55208rem
    }
    .col-fixed-right-xxs-5 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xxs-5 {
        margin-right: 45.57292rem;
        margin-left: 0
    }
    .flexbox .row-flex.col-xxs-5-5 {
        flex-basis: 100%;
        max-width: 100%
    }
    .col-xxs-5-5 {
        width: 100%
    }
    .col-offset-xxs-5-5 {
        margin-left: 100%
    }
    .col-offset-xxs-5-5-half {
        margin-left: 110%
    }
    .col-push-xxs-5-5 {
        left: 100%
    }
    .col-push-xxs-5-5-half {
        left: 110%
    }
    .col-pull-xxs-5-5 {
        right: 100%
    }
    .col-pull-xxs-5-5-half {
        right: 110%
    }
    .col-fill-xxs-5-5 {
        float: none;
        width: auto;
        margin-left: 0rem
    }
    .col-fixed-xxs-5-5,
    .col-fixed-right-xxs-5-5 {
        width: 100%;
        max-width: 78.125rem
    }
    .col-fixed-right-xxs-5-5 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xxs-5-5 {
        margin-right: 0rem;
        margin-left: 0
    }
    .row-xxs-6>.col {
        width: 16.66667%
    }
    .row-xxs-6>.col:nth-of-type(1n) {
        clear: none
    }
    .row-xxs-6>.col:nth-of-type(6n+1) {
        clear: both
    }
    .flexbox .row-flex.row-xxs-6>.col {
        max-width: 16.66667%;
        flex-basis: 16.66667%
    }
    .flexbox .row-flex .col-xxs-6 {
        max-width: 50%;
        flex-basis: 50%
    }
    .col-xxs-6 {
        width: 50%
    }
    .col-first-xxs {
        clear: left
    }
    .col-last-xxs {
        clear: right
    }
    .col-offset-xxs-6 {
        margin-left: 50%
    }
    .col-offset-xxs-6-half {
        margin-left: 54.16667%
    }
    .col-push-xxs-6 {
        left: 50%
    }
    .col-push-xxs-6-half {
        left: 54.16667%
    }
    .col-pull-xxs-6 {
        right: 50%
    }
    .col-pull-xxs-6-half {
        right: 54.16667%
    }
    .col-fill-xxs-6 {
        float: none;
        width: auto;
        margin-left: 39.0625rem
    }
    .col-fixed-xxs-6,
    .col-fixed-right-xxs-6 {
        width: 100%;
        max-width: 39.0625rem
    }
    .col-fixed-right-xxs-6 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xxs-6 {
        margin-right: 39.0625rem;
        margin-left: 0
    }
    .row-xxs-7>.col {
        width: 14.28571%
    }
    .row-xxs-7>.col:nth-of-type(1n) {
        clear: none
    }
    .row-xxs-7>.col:nth-of-type(7n+1) {
        clear: both
    }
    .flexbox .row-flex.row-xxs-7>.col {
        max-width: 14.28571%;
        flex-basis: 14.28571%
    }
    .flexbox .row-flex .col-xxs-7 {
        max-width: 58.33333%;
        flex-basis: 58.33333%
    }
    .col-xxs-7 {
        width: 58.33333%
    }
    .col-first-xxs {
        clear: left
    }
    .col-last-xxs {
        clear: right
    }
    .col-offset-xxs-7 {
        margin-left: 58.33333%
    }
    .col-offset-xxs-7-half {
        margin-left: 62.5%
    }
    .col-push-xxs-7 {
        left: 58.33333%
    }
    .col-push-xxs-7-half {
        left: 62.5%
    }
    .col-pull-xxs-7 {
        right: 58.33333%
    }
    .col-pull-xxs-7-half {
        right: 62.5%
    }
    .col-fill-xxs-7 {
        float: none;
        width: auto;
        margin-left: 32.55208rem
    }
    .col-fixed-xxs-7,
    .col-fixed-right-xxs-7 {
        width: 100%;
        max-width: 45.57292rem
    }
    .col-fixed-right-xxs-7 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xxs-7 {
        margin-right: 32.55208rem;
        margin-left: 0
    }
    .row-xxs-8>.col {
        width: 12.5%
    }
    .row-xxs-8>.col:nth-of-type(1n) {
        clear: none
    }
    .row-xxs-8>.col:nth-of-type(8n+1) {
        clear: both
    }
    .flexbox .row-flex.row-xxs-8>.col {
        max-width: 12.5%;
        flex-basis: 12.5%
    }
    .flexbox .row-flex .col-xxs-8 {
        max-width: 66.66667%;
        flex-basis: 66.66667%
    }
    .col-xxs-8 {
        width: 66.66667%
    }
    .col-first-xxs {
        clear: left
    }
    .col-last-xxs {
        clear: right
    }
    .col-offset-xxs-8 {
        margin-left: 66.66667%
    }
    .col-offset-xxs-8-half {
        margin-left: 70.83333%
    }
    .col-push-xxs-8 {
        left: 66.66667%
    }
    .col-push-xxs-8-half {
        left: 70.83333%
    }
    .col-pull-xxs-8 {
        right: 66.66667%
    }
    .col-pull-xxs-8-half {
        right: 70.83333%
    }
    .col-fill-xxs-8 {
        float: none;
        width: auto;
        margin-left: 26.04167rem
    }
    .col-fixed-xxs-8,
    .col-fixed-right-xxs-8 {
        width: 100%;
        max-width: 52.08333rem
    }
    .col-fixed-right-xxs-8 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xxs-8 {
        margin-right: 26.04167rem;
        margin-left: 0
    }
    .row-xxs-9>.col {
        width: 11.11111%
    }
    .row-xxs-9>.col:nth-of-type(1n) {
        clear: none
    }
    .row-xxs-9>.col:nth-of-type(9n+1) {
        clear: both
    }
    .flexbox .row-flex.row-xxs-9>.col {
        max-width: 11.11111%;
        flex-basis: 11.11111%
    }
    .flexbox .row-flex .col-xxs-9 {
        max-width: 75%;
        flex-basis: 75%
    }
    .col-xxs-9 {
        width: 75%
    }
    .col-first-xxs {
        clear: left
    }
    .col-last-xxs {
        clear: right
    }
    .col-offset-xxs-9 {
        margin-left: 75%
    }
    .col-offset-xxs-9-half {
        margin-left: 79.16667%
    }
    .col-push-xxs-9 {
        left: 75%
    }
    .col-push-xxs-9-half {
        left: 79.16667%
    }
    .col-pull-xxs-9 {
        right: 75%
    }
    .col-pull-xxs-9-half {
        right: 79.16667%
    }
    .col-fill-xxs-9 {
        float: none;
        width: auto;
        margin-left: 19.53125rem
    }
    .col-fixed-xxs-9,
    .col-fixed-right-xxs-9 {
        width: 100%;
        max-width: 58.59375rem
    }
    .col-fixed-right-xxs-9 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xxs-9 {
        margin-right: 19.53125rem;
        margin-left: 0
    }
    .row-xxs-10>.col {
        width: 10%
    }
    .row-xxs-10>.col:nth-of-type(1n) {
        clear: none
    }
    .row-xxs-10>.col:nth-of-type(10n+1) {
        clear: both
    }
    .flexbox .row-flex.row-xxs-10>.col {
        max-width: 10%;
        flex-basis: 10%
    }
    .flexbox .row-flex .col-xxs-10 {
        max-width: 83.33333%;
        flex-basis: 83.33333%
    }
    .col-xxs-10 {
        width: 83.33333%
    }
    .col-first-xxs {
        clear: left
    }
    .col-last-xxs {
        clear: right
    }
    .col-offset-xxs-10 {
        margin-left: 83.33333%
    }
    .col-offset-xxs-10-half {
        margin-left: 87.5%
    }
    .col-push-xxs-10 {
        left: 83.33333%
    }
    .col-push-xxs-10-half {
        left: 87.5%
    }
    .col-pull-xxs-10 {
        right: 83.33333%
    }
    .col-pull-xxs-10-half {
        right: 87.5%
    }
    .col-fill-xxs-10 {
        float: none;
        width: auto;
        margin-left: 13.02083rem
    }
    .col-fixed-xxs-10,
    .col-fixed-right-xxs-10 {
        width: 100%;
        max-width: 65.10417rem
    }
    .col-fixed-right-xxs-10 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xxs-10 {
        margin-right: 13.02083rem;
        margin-left: 0
    }
    .row-xxs-11>.col {
        width: 9.09091%
    }
    .row-xxs-11>.col:nth-of-type(1n) {
        clear: none
    }
    .row-xxs-11>.col:nth-of-type(11n+1) {
        clear: both
    }
    .flexbox .row-flex.row-xxs-11>.col {
        max-width: 9.09091%;
        flex-basis: 9.09091%
    }
    .flexbox .row-flex .col-xxs-11 {
        max-width: 91.66667%;
        flex-basis: 91.66667%
    }
    .col-xxs-11 {
        width: 91.66667%
    }
    .col-first-xxs {
        clear: left
    }
    .col-last-xxs {
        clear: right
    }
    .col-offset-xxs-11 {
        margin-left: 91.66667%
    }
    .col-offset-xxs-11-half {
        margin-left: 95.83333%
    }
    .col-push-xxs-11 {
        left: 91.66667%
    }
    .col-push-xxs-11-half {
        left: 95.83333%
    }
    .col-pull-xxs-11 {
        right: 91.66667%
    }
    .col-pull-xxs-11-half {
        right: 95.83333%
    }
    .col-fill-xxs-11 {
        float: none;
        width: auto;
        margin-left: 6.51042rem
    }
    .col-fixed-xxs-11,
    .col-fixed-right-xxs-11 {
        width: 100%;
        max-width: 71.61458rem
    }
    .col-fixed-right-xxs-11 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xxs-11 {
        margin-right: 6.51042rem;
        margin-left: 0
    }
    .row-xxs-12>.col {
        width: 8.33333%
    }
    .row-xxs-12>.col:nth-of-type(1n) {
        clear: none
    }
    .row-xxs-12>.col:nth-of-type(12n+1) {
        clear: both
    }
    .flexbox .row-flex.row-xxs-12>.col {
        max-width: 8.33333%;
        flex-basis: 8.33333%
    }
    .flexbox .row-flex .col-xxs-12 {
        max-width: 100%;
        flex-basis: 100%
    }
    .col-xxs-12 {
        width: 100%
    }
    .col-first-xxs {
        clear: left
    }
    .col-last-xxs {
        clear: right
    }
    .col-offset-xxs-12 {
        margin-left: 100%
    }
    .col-offset-xxs-12-half {
        margin-left: 104.16667%
    }
    .col-push-xxs-12 {
        left: 100%
    }
    .col-push-xxs-12-half {
        left: 104.16667%
    }
    .col-pull-xxs-12 {
        right: 100%
    }
    .col-pull-xxs-12-half {
        right: 104.16667%
    }
    .col-fill-xxs-12 {
        float: none;
        width: auto;
        margin-left: 0rem
    }
    .col-fixed-xxs-12,
    .col-fixed-right-xxs-12 {
        width: 100%;
        max-width: 78.125rem
    }
    .col-fixed-right-xxs-12 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xxs-12 {
        margin-right: 0rem;
        margin-left: 0
    }
}

@media (min-width: 20.0625rem) {
    .row-xs-1>.col {
        width: 100%
    }
    .row-xs-1>.col:nth-of-type(1n) {
        clear: none
    }
    .row-xs-1>.col:nth-of-type(1n+1) {
        clear: both
    }
    .flexbox .row-flex.row-xs-1>.col {
        max-width: 100%;
        flex-basis: 100%
    }
    .flexbox .row-flex .col-xs-1 {
        max-width: 8.33333%;
        flex-basis: 8.33333%
    }
    .col-xs-1 {
        width: 8.33333%
    }
    .col-first-xs {
        clear: left
    }
    .col-last-xs {
        clear: right
    }
    .col-offset-xs-1 {
        margin-left: 8.33333%
    }
    .col-offset-xs-1-half {
        margin-left: 12.5%
    }
    .col-push-xs-1 {
        left: 8.33333%
    }
    .col-push-xs-1-half {
        left: 12.5%
    }
    .col-pull-xs-1 {
        right: 8.33333%
    }
    .col-pull-xs-1-half {
        right: 12.5%
    }
    .col-fill-xs-1 {
        float: none;
        width: auto;
        margin-left: 71.61458rem
    }
    .col-fixed-xs-1,
    .col-fixed-right-xs-1 {
        width: 100%;
        max-width: 6.51042rem
    }
    .col-fixed-right-xs-1 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xs-1 {
        margin-right: 71.61458rem;
        margin-left: 0
    }
    .flexbox .row-flex.col-xs-1-5 {
        flex-basis: 20%;
        max-width: 20%
    }
    .col-xs-1-5 {
        width: 20%
    }
    .col-offset-xs-1-5 {
        margin-left: 20%
    }
    .col-offset-xs-1-5-half {
        margin-left: 30%
    }
    .col-push-xs-1-5 {
        left: 20%
    }
    .col-push-xs-1-5-half {
        left: 30%
    }
    .col-pull-xs-1-5 {
        right: 20%
    }
    .col-pull-xs-1-5-half {
        right: 30%
    }
    .col-fill-xs-1-5 {
        float: none;
        width: auto;
        margin-left: 62.5rem
    }
    .col-fixed-xs-1-5,
    .col-fixed-right-xs-1-5 {
        width: 100%;
        max-width: 15.625rem
    }
    .col-fixed-right-xs-1-5 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xs-1-5 {
        margin-right: 62.5rem;
        margin-left: 0
    }
    .row-xs-2>.col {
        width: 50%
    }
    .row-xs-2>.col:nth-of-type(1n) {
        clear: none
    }
    .row-xs-2>.col:nth-of-type(2n+1) {
        clear: both
    }
    .flexbox .row-flex.row-xs-2>.col {
        max-width: 50%;
        flex-basis: 50%
    }
    .flexbox .row-flex .col-xs-2 {
        max-width: 16.66667%;
        flex-basis: 16.66667%
    }
    .col-xs-2 {
        width: 16.66667%
    }
    .col-first-xs {
        clear: left
    }
    .col-last-xs {
        clear: right
    }
    .col-offset-xs-2 {
        margin-left: 16.66667%
    }
    .col-offset-xs-2-half {
        margin-left: 20.83333%
    }
    .col-push-xs-2 {
        left: 16.66667%
    }
    .col-push-xs-2-half {
        left: 20.83333%
    }
    .col-pull-xs-2 {
        right: 16.66667%
    }
    .col-pull-xs-2-half {
        right: 20.83333%
    }
    .col-fill-xs-2 {
        float: none;
        width: auto;
        margin-left: 65.10417rem
    }
    .col-fixed-xs-2,
    .col-fixed-right-xs-2 {
        width: 100%;
        max-width: 13.02083rem
    }
    .col-fixed-right-xs-2 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xs-2 {
        margin-right: 65.10417rem;
        margin-left: 0
    }
    .flexbox .row-flex.col-xs-2-5 {
        flex-basis: 40%;
        max-width: 40%
    }
    .col-xs-2-5 {
        width: 40%
    }
    .col-offset-xs-2-5 {
        margin-left: 40%
    }
    .col-offset-xs-2-5-half {
        margin-left: 50%
    }
    .col-push-xs-2-5 {
        left: 40%
    }
    .col-push-xs-2-5-half {
        left: 50%
    }
    .col-pull-xs-2-5 {
        right: 40%
    }
    .col-pull-xs-2-5-half {
        right: 50%
    }
    .col-fill-xs-2-5 {
        float: none;
        width: auto;
        margin-left: 46.875rem
    }
    .col-fixed-xs-2-5,
    .col-fixed-right-xs-2-5 {
        width: 100%;
        max-width: 31.25rem
    }
    .col-fixed-right-xs-2-5 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xs-2-5 {
        margin-right: 46.875rem;
        margin-left: 0
    }
    .row-xs-3>.col {
        width: 33.33333%
    }
    .row-xs-3>.col:nth-of-type(1n) {
        clear: none
    }
    .row-xs-3>.col:nth-of-type(3n+1) {
        clear: both
    }
    .flexbox .row-flex.row-xs-3>.col {
        max-width: 33.33333%;
        flex-basis: 33.33333%
    }
    .flexbox .row-flex .col-xs-3 {
        max-width: 25%;
        flex-basis: 25%
    }
    .col-xs-3 {
        width: 25%
    }
    .col-first-xs {
        clear: left
    }
    .col-last-xs {
        clear: right
    }
    .col-offset-xs-3 {
        margin-left: 25%
    }
    .col-offset-xs-3-half {
        margin-left: 29.16667%
    }
    .col-push-xs-3 {
        left: 25%
    }
    .col-push-xs-3-half {
        left: 29.16667%
    }
    .col-pull-xs-3 {
        right: 25%
    }
    .col-pull-xs-3-half {
        right: 29.16667%
    }
    .col-fill-xs-3 {
        float: none;
        width: auto;
        margin-left: 58.59375rem
    }
    .col-fixed-xs-3,
    .col-fixed-right-xs-3 {
        width: 100%;
        max-width: 19.53125rem
    }
    .col-fixed-right-xs-3 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xs-3 {
        margin-right: 58.59375rem;
        margin-left: 0
    }
    .flexbox .row-flex.col-xs-3-5 {
        flex-basis: 60%;
        max-width: 60%
    }
    .col-xs-3-5 {
        width: 60%
    }
    .col-offset-xs-3-5 {
        margin-left: 60%
    }
    .col-offset-xs-3-5-half {
        margin-left: 70%
    }
    .col-push-xs-3-5 {
        left: 60%
    }
    .col-push-xs-3-5-half {
        left: 70%
    }
    .col-pull-xs-3-5 {
        right: 60%
    }
    .col-pull-xs-3-5-half {
        right: 70%
    }
    .col-fill-xs-3-5 {
        float: none;
        width: auto;
        margin-left: 31.25rem
    }
    .col-fixed-xs-3-5,
    .col-fixed-right-xs-3-5 {
        width: 100%;
        max-width: 46.875rem
    }
    .col-fixed-right-xs-3-5 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xs-3-5 {
        margin-right: 31.25rem;
        margin-left: 0
    }
    .row-xs-4>.col {
        width: 25%
    }
    .row-xs-4>.col:nth-of-type(1n) {
        clear: none
    }
    .row-xs-4>.col:nth-of-type(4n+1) {
        clear: both
    }
    .flexbox .row-flex.row-xs-4>.col {
        max-width: 25%;
        flex-basis: 25%
    }
    .flexbox .row-flex .col-xs-4 {
        max-width: 33.33333%;
        flex-basis: 33.33333%
    }
    .col-xs-4 {
        width: 33.33333%
    }
    .col-first-xs {
        clear: left
    }
    .col-last-xs {
        clear: right
    }
    .col-offset-xs-4 {
        margin-left: 33.33333%
    }
    .col-offset-xs-4-half {
        margin-left: 37.5%
    }
    .col-push-xs-4 {
        left: 33.33333%
    }
    .col-push-xs-4-half {
        left: 37.5%
    }
    .col-pull-xs-4 {
        right: 33.33333%
    }
    .col-pull-xs-4-half {
        right: 37.5%
    }
    .col-fill-xs-4 {
        float: none;
        width: auto;
        margin-left: 52.08333rem
    }
    .col-fixed-xs-4,
    .col-fixed-right-xs-4 {
        width: 100%;
        max-width: 26.04167rem
    }
    .col-fixed-right-xs-4 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xs-4 {
        margin-right: 52.08333rem;
        margin-left: 0
    }
    .flexbox .row-flex.col-xs-4-5 {
        flex-basis: 80%;
        max-width: 80%
    }
    .col-xs-4-5 {
        width: 80%
    }
    .col-offset-xs-4-5 {
        margin-left: 80%
    }
    .col-offset-xs-4-5-half {
        margin-left: 90%
    }
    .col-push-xs-4-5 {
        left: 80%
    }
    .col-push-xs-4-5-half {
        left: 90%
    }
    .col-pull-xs-4-5 {
        right: 80%
    }
    .col-pull-xs-4-5-half {
        right: 90%
    }
    .col-fill-xs-4-5 {
        float: none;
        width: auto;
        margin-left: 15.625rem
    }
    .col-fixed-xs-4-5,
    .col-fixed-right-xs-4-5 {
        width: 100%;
        max-width: 62.5rem
    }
    .col-fixed-right-xs-4-5 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xs-4-5 {
        margin-right: 15.625rem;
        margin-left: 0
    }
    .row-xs-5>.col {
        width: 20%
    }
    .row-xs-5>.col:nth-of-type(1n) {
        clear: none
    }
    .row-xs-5>.col:nth-of-type(5n+1) {
        clear: both
    }
    .flexbox .row-flex.row-xs-5>.col {
        max-width: 20%;
        flex-basis: 20%
    }
    .flexbox .row-flex .col-xs-5 {
        max-width: 41.66667%;
        flex-basis: 41.66667%
    }
    .col-xs-5 {
        width: 41.66667%
    }
    .col-first-xs {
        clear: left
    }
    .col-last-xs {
        clear: right
    }
    .col-offset-xs-5 {
        margin-left: 41.66667%
    }
    .col-offset-xs-5-half {
        margin-left: 45.83333%
    }
    .col-push-xs-5 {
        left: 41.66667%
    }
    .col-push-xs-5-half {
        left: 45.83333%
    }
    .col-pull-xs-5 {
        right: 41.66667%
    }
    .col-pull-xs-5-half {
        right: 45.83333%
    }
    .col-fill-xs-5 {
        float: none;
        width: auto;
        margin-left: 45.57292rem
    }
    .col-fixed-xs-5,
    .col-fixed-right-xs-5 {
        width: 100%;
        max-width: 32.55208rem
    }
    .col-fixed-right-xs-5 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xs-5 {
        margin-right: 45.57292rem;
        margin-left: 0
    }
    .flexbox .row-flex.col-xs-5-5 {
        flex-basis: 100%;
        max-width: 100%
    }
    .col-xs-5-5 {
        width: 100%
    }
    .col-offset-xs-5-5 {
        margin-left: 100%
    }
    .col-offset-xs-5-5-half {
        margin-left: 110%
    }
    .col-push-xs-5-5 {
        left: 100%
    }
    .col-push-xs-5-5-half {
        left: 110%
    }
    .col-pull-xs-5-5 {
        right: 100%
    }
    .col-pull-xs-5-5-half {
        right: 110%
    }
    .col-fill-xs-5-5 {
        float: none;
        width: auto;
        margin-left: 0rem
    }
    .col-fixed-xs-5-5,
    .col-fixed-right-xs-5-5 {
        width: 100%;
        max-width: 78.125rem
    }
    .col-fixed-right-xs-5-5 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xs-5-5 {
        margin-right: 0rem;
        margin-left: 0
    }
    .row-xs-6>.col {
        width: 16.66667%
    }
    .row-xs-6>.col:nth-of-type(1n) {
        clear: none
    }
    .row-xs-6>.col:nth-of-type(6n+1) {
        clear: both
    }
    .flexbox .row-flex.row-xs-6>.col {
        max-width: 16.66667%;
        flex-basis: 16.66667%
    }
    .flexbox .row-flex .col-xs-6 {
        max-width: 50%;
        flex-basis: 50%
    }
    .col-xs-6 {
        width: 50%
    }
    .col-first-xs {
        clear: left
    }
    .col-last-xs {
        clear: right
    }
    .col-offset-xs-6 {
        margin-left: 50%
    }
    .col-offset-xs-6-half {
        margin-left: 54.16667%
    }
    .col-push-xs-6 {
        left: 50%
    }
    .col-push-xs-6-half {
        left: 54.16667%
    }
    .col-pull-xs-6 {
        right: 50%
    }
    .col-pull-xs-6-half {
        right: 54.16667%
    }
    .col-fill-xs-6 {
        float: none;
        width: auto;
        margin-left: 39.0625rem
    }
    .col-fixed-xs-6,
    .col-fixed-right-xs-6 {
        width: 100%;
        max-width: 39.0625rem
    }
    .col-fixed-right-xs-6 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xs-6 {
        margin-right: 39.0625rem;
        margin-left: 0
    }
    .row-xs-7>.col {
        width: 14.28571%
    }
    .row-xs-7>.col:nth-of-type(1n) {
        clear: none
    }
    .row-xs-7>.col:nth-of-type(7n+1) {
        clear: both
    }
    .flexbox .row-flex.row-xs-7>.col {
        max-width: 14.28571%;
        flex-basis: 14.28571%
    }
    .flexbox .row-flex .col-xs-7 {
        max-width: 58.33333%;
        flex-basis: 58.33333%
    }
    .col-xs-7 {
        width: 58.33333%
    }
    .col-first-xs {
        clear: left
    }
    .col-last-xs {
        clear: right
    }
    .col-offset-xs-7 {
        margin-left: 58.33333%
    }
    .col-offset-xs-7-half {
        margin-left: 62.5%
    }
    .col-push-xs-7 {
        left: 58.33333%
    }
    .col-push-xs-7-half {
        left: 62.5%
    }
    .col-pull-xs-7 {
        right: 58.33333%
    }
    .col-pull-xs-7-half {
        right: 62.5%
    }
    .col-fill-xs-7 {
        float: none;
        width: auto;
        margin-left: 32.55208rem
    }
    .col-fixed-xs-7,
    .col-fixed-right-xs-7 {
        width: 100%;
        max-width: 45.57292rem
    }
    .col-fixed-right-xs-7 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xs-7 {
        margin-right: 32.55208rem;
        margin-left: 0
    }
    .row-xs-8>.col {
        width: 12.5%
    }
    .row-xs-8>.col:nth-of-type(1n) {
        clear: none
    }
    .row-xs-8>.col:nth-of-type(8n+1) {
        clear: both
    }
    .flexbox .row-flex.row-xs-8>.col {
        max-width: 12.5%;
        flex-basis: 12.5%
    }
    .flexbox .row-flex .col-xs-8 {
        max-width: 66.66667%;
        flex-basis: 66.66667%
    }
    .col-xs-8 {
        width: 66.66667%
    }
    .col-first-xs {
        clear: left
    }
    .col-last-xs {
        clear: right
    }
    .col-offset-xs-8 {
        margin-left: 66.66667%
    }
    .col-offset-xs-8-half {
        margin-left: 70.83333%
    }
    .col-push-xs-8 {
        left: 66.66667%
    }
    .col-push-xs-8-half {
        left: 70.83333%
    }
    .col-pull-xs-8 {
        right: 66.66667%
    }
    .col-pull-xs-8-half {
        right: 70.83333%
    }
    .col-fill-xs-8 {
        float: none;
        width: auto;
        margin-left: 26.04167rem
    }
    .col-fixed-xs-8,
    .col-fixed-right-xs-8 {
        width: 100%;
        max-width: 52.08333rem
    }
    .col-fixed-right-xs-8 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xs-8 {
        margin-right: 26.04167rem;
        margin-left: 0
    }
    .row-xs-9>.col {
        width: 11.11111%
    }
    .row-xs-9>.col:nth-of-type(1n) {
        clear: none
    }
    .row-xs-9>.col:nth-of-type(9n+1) {
        clear: both
    }
    .flexbox .row-flex.row-xs-9>.col {
        max-width: 11.11111%;
        flex-basis: 11.11111%
    }
    .flexbox .row-flex .col-xs-9 {
        max-width: 75%;
        flex-basis: 75%
    }
    .col-xs-9 {
        width: 75%
    }
    .col-first-xs {
        clear: left
    }
    .col-last-xs {
        clear: right
    }
    .col-offset-xs-9 {
        margin-left: 75%
    }
    .col-offset-xs-9-half {
        margin-left: 79.16667%
    }
    .col-push-xs-9 {
        left: 75%
    }
    .col-push-xs-9-half {
        left: 79.16667%
    }
    .col-pull-xs-9 {
        right: 75%
    }
    .col-pull-xs-9-half {
        right: 79.16667%
    }
    .col-fill-xs-9 {
        float: none;
        width: auto;
        margin-left: 19.53125rem
    }
    .col-fixed-xs-9,
    .col-fixed-right-xs-9 {
        width: 100%;
        max-width: 58.59375rem
    }
    .col-fixed-right-xs-9 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xs-9 {
        margin-right: 19.53125rem;
        margin-left: 0
    }
    .row-xs-10>.col {
        width: 10%
    }
    .row-xs-10>.col:nth-of-type(1n) {
        clear: none
    }
    .row-xs-10>.col:nth-of-type(10n+1) {
        clear: both
    }
    .flexbox .row-flex.row-xs-10>.col {
        max-width: 10%;
        flex-basis: 10%
    }
    .flexbox .row-flex .col-xs-10 {
        max-width: 83.33333%;
        flex-basis: 83.33333%
    }
    .col-xs-10 {
        width: 83.33333%
    }
    .col-first-xs {
        clear: left
    }
    .col-last-xs {
        clear: right
    }
    .col-offset-xs-10 {
        margin-left: 83.33333%
    }
    .col-offset-xs-10-half {
        margin-left: 87.5%
    }
    .col-push-xs-10 {
        left: 83.33333%
    }
    .col-push-xs-10-half {
        left: 87.5%
    }
    .col-pull-xs-10 {
        right: 83.33333%
    }
    .col-pull-xs-10-half {
        right: 87.5%
    }
    .col-fill-xs-10 {
        float: none;
        width: auto;
        margin-left: 13.02083rem
    }
    .col-fixed-xs-10,
    .col-fixed-right-xs-10 {
        width: 100%;
        max-width: 65.10417rem
    }
    .col-fixed-right-xs-10 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xs-10 {
        margin-right: 13.02083rem;
        margin-left: 0
    }
    .row-xs-11>.col {
        width: 9.09091%
    }
    .row-xs-11>.col:nth-of-type(1n) {
        clear: none
    }
    .row-xs-11>.col:nth-of-type(11n+1) {
        clear: both
    }
    .flexbox .row-flex.row-xs-11>.col {
        max-width: 9.09091%;
        flex-basis: 9.09091%
    }
    .flexbox .row-flex .col-xs-11 {
        max-width: 91.66667%;
        flex-basis: 91.66667%
    }
    .col-xs-11 {
        width: 91.66667%
    }
    .col-first-xs {
        clear: left
    }
    .col-last-xs {
        clear: right
    }
    .col-offset-xs-11 {
        margin-left: 91.66667%
    }
    .col-offset-xs-11-half {
        margin-left: 95.83333%
    }
    .col-push-xs-11 {
        left: 91.66667%
    }
    .col-push-xs-11-half {
        left: 95.83333%
    }
    .col-pull-xs-11 {
        right: 91.66667%
    }
    .col-pull-xs-11-half {
        right: 95.83333%
    }
    .col-fill-xs-11 {
        float: none;
        width: auto;
        margin-left: 6.51042rem
    }
    .col-fixed-xs-11,
    .col-fixed-right-xs-11 {
        width: 100%;
        max-width: 71.61458rem
    }
    .col-fixed-right-xs-11 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xs-11 {
        margin-right: 6.51042rem;
        margin-left: 0
    }
    .row-xs-12>.col {
        width: 8.33333%
    }
    .row-xs-12>.col:nth-of-type(1n) {
        clear: none
    }
    .row-xs-12>.col:nth-of-type(12n+1) {
        clear: both
    }
    .flexbox .row-flex.row-xs-12>.col {
        max-width: 8.33333%;
        flex-basis: 8.33333%
    }
    .flexbox .row-flex .col-xs-12 {
        max-width: 100%;
        flex-basis: 100%
    }
    .col-xs-12 {
        width: 100%
    }
    .col-first-xs {
        clear: left
    }
    .col-last-xs {
        clear: right
    }
    .col-offset-xs-12 {
        margin-left: 100%
    }
    .col-offset-xs-12-half {
        margin-left: 104.16667%
    }
    .col-push-xs-12 {
        left: 100%
    }
    .col-push-xs-12-half {
        left: 104.16667%
    }
    .col-pull-xs-12 {
        right: 100%
    }
    .col-pull-xs-12-half {
        right: 104.16667%
    }
    .col-fill-xs-12 {
        float: none;
        width: auto;
        margin-left: 0rem
    }
    .col-fixed-xs-12,
    .col-fixed-right-xs-12 {
        width: 100%;
        max-width: 78.125rem
    }
    .col-fixed-right-xs-12 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xs-12 {
        margin-right: 0rem;
        margin-left: 0
    }
}

@media (min-width: 30.0625rem) {
    .row-s-1>.col {
        width: 100%
    }
    .row-s-1>.col:nth-of-type(1n) {
        clear: none
    }
    .row-s-1>.col:nth-of-type(1n+1) {
        clear: both
    }
    .flexbox .row-flex.row-s-1>.col {
        max-width: 100%;
        flex-basis: 100%
    }
    .flexbox .row-flex .col-s-1 {
        max-width: 8.33333%;
        flex-basis: 8.33333%
    }
    .col-s-1 {
        width: 8.33333%
    }
    .col-first-s {
        clear: left
    }
    .col-last-s {
        clear: right
    }
    .col-offset-s-1 {
        margin-left: 8.33333%
    }
    .col-offset-s-1-half {
        margin-left: 12.5%
    }
    .col-push-s-1 {
        left: 8.33333%
    }
    .col-push-s-1-half {
        left: 12.5%
    }
    .col-pull-s-1 {
        right: 8.33333%
    }
    .col-pull-s-1-half {
        right: 12.5%
    }
    .col-fill-s-1 {
        float: none;
        width: auto;
        margin-left: 71.61458rem
    }
    .col-fixed-s-1,
    .col-fixed-right-s-1 {
        width: 100%;
        max-width: 6.51042rem
    }
    .col-fixed-right-s-1 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-s-1 {
        margin-right: 71.61458rem;
        margin-left: 0
    }
    .flexbox .row-flex.col-s-1-5 {
        flex-basis: 20%;
        max-width: 20%
    }
    .col-s-1-5 {
        width: 20%
    }
    .col-offset-s-1-5 {
        margin-left: 20%
    }
    .col-offset-s-1-5-half {
        margin-left: 30%
    }
    .col-push-s-1-5 {
        left: 20%
    }
    .col-push-s-1-5-half {
        left: 30%
    }
    .col-pull-s-1-5 {
        right: 20%
    }
    .col-pull-s-1-5-half {
        right: 30%
    }
    .col-fill-s-1-5 {
        float: none;
        width: auto;
        margin-left: 62.5rem
    }
    .col-fixed-s-1-5,
    .col-fixed-right-s-1-5 {
        width: 100%;
        max-width: 15.625rem
    }
    .col-fixed-right-s-1-5 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-s-1-5 {
        margin-right: 62.5rem;
        margin-left: 0
    }
    .row-s-2>.col {
        width: 50%
    }
    .row-s-2>.col:nth-of-type(1n) {
        clear: none
    }
    .row-s-2>.col:nth-of-type(2n+1) {
        clear: both
    }
    .flexbox .row-flex.row-s-2>.col {
        max-width: 50%;
        flex-basis: 50%
    }
    .flexbox .row-flex .col-s-2 {
        max-width: 16.66667%;
        flex-basis: 16.66667%
    }
    .col-s-2 {
        width: 16.66667%
    }
    .col-first-s {
        clear: left
    }
    .col-last-s {
        clear: right
    }
    .col-offset-s-2 {
        margin-left: 16.66667%
    }
    .col-offset-s-2-half {
        margin-left: 20.83333%
    }
    .col-push-s-2 {
        left: 16.66667%
    }
    .col-push-s-2-half {
        left: 20.83333%
    }
    .col-pull-s-2 {
        right: 16.66667%
    }
    .col-pull-s-2-half {
        right: 20.83333%
    }
    .col-fill-s-2 {
        float: none;
        width: auto;
        margin-left: 65.10417rem
    }
    .col-fixed-s-2,
    .col-fixed-right-s-2 {
        width: 100%;
        max-width: 13.02083rem
    }
    .col-fixed-right-s-2 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-s-2 {
        margin-right: 65.10417rem;
        margin-left: 0
    }
    .flexbox .row-flex.col-s-2-5 {
        flex-basis: 40%;
        max-width: 40%
    }
    .col-s-2-5 {
        width: 40%
    }
    .col-offset-s-2-5 {
        margin-left: 40%
    }
    .col-offset-s-2-5-half {
        margin-left: 50%
    }
    .col-push-s-2-5 {
        left: 40%
    }
    .col-push-s-2-5-half {
        left: 50%
    }
    .col-pull-s-2-5 {
        right: 40%
    }
    .col-pull-s-2-5-half {
        right: 50%
    }
    .col-fill-s-2-5 {
        float: none;
        width: auto;
        margin-left: 46.875rem
    }
    .col-fixed-s-2-5,
    .col-fixed-right-s-2-5 {
        width: 100%;
        max-width: 31.25rem
    }
    .col-fixed-right-s-2-5 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-s-2-5 {
        margin-right: 46.875rem;
        margin-left: 0
    }
    .row-s-3>.col {
        width: 33.33333%
    }
    .row-s-3>.col:nth-of-type(1n) {
        clear: none
    }
    .row-s-3>.col:nth-of-type(3n+1) {
        clear: both
    }
    .flexbox .row-flex.row-s-3>.col {
        max-width: 33.33333%;
        flex-basis: 33.33333%
    }
    .flexbox .row-flex .col-s-3 {
        max-width: 25%;
        flex-basis: 25%
    }
    .col-s-3 {
        width: 25%
    }
    .col-first-s {
        clear: left
    }
    .col-last-s {
        clear: right
    }
    .col-offset-s-3 {
        margin-left: 25%
    }
    .col-offset-s-3-half {
        margin-left: 29.16667%
    }
    .col-push-s-3 {
        left: 25%
    }
    .col-push-s-3-half {
        left: 29.16667%
    }
    .col-pull-s-3 {
        right: 25%
    }
    .col-pull-s-3-half {
        right: 29.16667%
    }
    .col-fill-s-3 {
        float: none;
        width: auto;
        margin-left: 58.59375rem
    }
    .col-fixed-s-3,
    .col-fixed-right-s-3 {
        width: 100%;
        max-width: 19.53125rem
    }
    .col-fixed-right-s-3 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-s-3 {
        margin-right: 58.59375rem;
        margin-left: 0
    }
    .flexbox .row-flex.col-s-3-5 {
        flex-basis: 60%;
        max-width: 60%
    }
    .col-s-3-5 {
        width: 60%
    }
    .col-offset-s-3-5 {
        margin-left: 60%
    }
    .col-offset-s-3-5-half {
        margin-left: 70%
    }
    .col-push-s-3-5 {
        left: 60%
    }
    .col-push-s-3-5-half {
        left: 70%
    }
    .col-pull-s-3-5 {
        right: 60%
    }
    .col-pull-s-3-5-half {
        right: 70%
    }
    .col-fill-s-3-5 {
        float: none;
        width: auto;
        margin-left: 31.25rem
    }
    .col-fixed-s-3-5,
    .col-fixed-right-s-3-5 {
        width: 100%;
        max-width: 46.875rem
    }
    .col-fixed-right-s-3-5 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-s-3-5 {
        margin-right: 31.25rem;
        margin-left: 0
    }
    .row-s-4>.col {
        width: 25%
    }
    .row-s-4>.col:nth-of-type(1n) {
        clear: none
    }
    .row-s-4>.col:nth-of-type(4n+1) {
        clear: both
    }
    .flexbox .row-flex.row-s-4>.col {
        max-width: 25%;
        flex-basis: 25%
    }
    .flexbox .row-flex .col-s-4 {
        max-width: 33.33333%;
        flex-basis: 33.33333%
    }
    .col-s-4 {
        width: 33.33333%
    }
    .col-first-s {
        clear: left
    }
    .col-last-s {
        clear: right
    }
    .col-offset-s-4 {
        margin-left: 33.33333%
    }
    .col-offset-s-4-half {
        margin-left: 37.5%
    }
    .col-push-s-4 {
        left: 33.33333%
    }
    .col-push-s-4-half {
        left: 37.5%
    }
    .col-pull-s-4 {
        right: 33.33333%
    }
    .col-pull-s-4-half {
        right: 37.5%
    }
    .col-fill-s-4 {
        float: none;
        width: auto;
        margin-left: 52.08333rem
    }
    .col-fixed-s-4,
    .col-fixed-right-s-4 {
        width: 100%;
        max-width: 26.04167rem
    }
    .col-fixed-right-s-4 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-s-4 {
        margin-right: 52.08333rem;
        margin-left: 0
    }
    .flexbox .row-flex.col-s-4-5 {
        flex-basis: 80%;
        max-width: 80%
    }
    .col-s-4-5 {
        width: 80%
    }
    .col-offset-s-4-5 {
        margin-left: 80%
    }
    .col-offset-s-4-5-half {
        margin-left: 90%
    }
    .col-push-s-4-5 {
        left: 80%
    }
    .col-push-s-4-5-half {
        left: 90%
    }
    .col-pull-s-4-5 {
        right: 80%
    }
    .col-pull-s-4-5-half {
        right: 90%
    }
    .col-fill-s-4-5 {
        float: none;
        width: auto;
        margin-left: 15.625rem
    }
    .col-fixed-s-4-5,
    .col-fixed-right-s-4-5 {
        width: 100%;
        max-width: 62.5rem
    }
    .col-fixed-right-s-4-5 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-s-4-5 {
        margin-right: 15.625rem;
        margin-left: 0
    }
    .row-s-5>.col {
        width: 20%
    }
    .row-s-5>.col:nth-of-type(1n) {
        clear: none
    }
    .row-s-5>.col:nth-of-type(5n+1) {
        clear: both
    }
    .flexbox .row-flex.row-s-5>.col {
        max-width: 20%;
        flex-basis: 20%
    }
    .flexbox .row-flex .col-s-5 {
        max-width: 41.66667%;
        flex-basis: 41.66667%
    }
    .col-s-5 {
        width: 41.66667%
    }
    .col-first-s {
        clear: left
    }
    .col-last-s {
        clear: right
    }
    .col-offset-s-5 {
        margin-left: 41.66667%
    }
    .col-offset-s-5-half {
        margin-left: 45.83333%
    }
    .col-push-s-5 {
        left: 41.66667%
    }
    .col-push-s-5-half {
        left: 45.83333%
    }
    .col-pull-s-5 {
        right: 41.66667%
    }
    .col-pull-s-5-half {
        right: 45.83333%
    }
    .col-fill-s-5 {
        float: none;
        width: auto;
        margin-left: 45.57292rem
    }
    .col-fixed-s-5,
    .col-fixed-right-s-5 {
        width: 100%;
        max-width: 32.55208rem
    }
    .col-fixed-right-s-5 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-s-5 {
        margin-right: 45.57292rem;
        margin-left: 0
    }
    .flexbox .row-flex.col-s-5-5 {
        flex-basis: 100%;
        max-width: 100%
    }
    .col-s-5-5 {
        width: 100%
    }
    .col-offset-s-5-5 {
        margin-left: 100%
    }
    .col-offset-s-5-5-half {
        margin-left: 110%
    }
    .col-push-s-5-5 {
        left: 100%
    }
    .col-push-s-5-5-half {
        left: 110%
    }
    .col-pull-s-5-5 {
        right: 100%
    }
    .col-pull-s-5-5-half {
        right: 110%
    }
    .col-fill-s-5-5 {
        float: none;
        width: auto;
        margin-left: 0rem
    }
    .col-fixed-s-5-5,
    .col-fixed-right-s-5-5 {
        width: 100%;
        max-width: 78.125rem
    }
    .col-fixed-right-s-5-5 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-s-5-5 {
        margin-right: 0rem;
        margin-left: 0
    }
    .row-s-6>.col {
        width: 16.66667%
    }
    .row-s-6>.col:nth-of-type(1n) {
        clear: none
    }
    .row-s-6>.col:nth-of-type(6n+1) {
        clear: both
    }
    .flexbox .row-flex.row-s-6>.col {
        max-width: 16.66667%;
        flex-basis: 16.66667%
    }
    .flexbox .row-flex .col-s-6 {
        max-width: 50%;
        flex-basis: 50%
    }
    .col-s-6 {
        width: 50%
    }
    .col-first-s {
        clear: left
    }
    .col-last-s {
        clear: right
    }
    .col-offset-s-6 {
        margin-left: 50%
    }
    .col-offset-s-6-half {
        margin-left: 54.16667%
    }
    .col-push-s-6 {
        left: 50%
    }
    .col-push-s-6-half {
        left: 54.16667%
    }
    .col-pull-s-6 {
        right: 50%
    }
    .col-pull-s-6-half {
        right: 54.16667%
    }
    .col-fill-s-6 {
        float: none;
        width: auto;
        margin-left: 39.0625rem
    }
    .col-fixed-s-6,
    .col-fixed-right-s-6 {
        width: 100%;
        max-width: 39.0625rem
    }
    .col-fixed-right-s-6 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-s-6 {
        margin-right: 39.0625rem;
        margin-left: 0
    }
    .row-s-7>.col {
        width: 14.28571%
    }
    .row-s-7>.col:nth-of-type(1n) {
        clear: none
    }
    .row-s-7>.col:nth-of-type(7n+1) {
        clear: both
    }
    .flexbox .row-flex.row-s-7>.col {
        max-width: 14.28571%;
        flex-basis: 14.28571%
    }
    .flexbox .row-flex .col-s-7 {
        max-width: 58.33333%;
        flex-basis: 58.33333%
    }
    .col-s-7 {
        width: 58.33333%
    }
    .col-first-s {
        clear: left
    }
    .col-last-s {
        clear: right
    }
    .col-offset-s-7 {
        margin-left: 58.33333%
    }
    .col-offset-s-7-half {
        margin-left: 62.5%
    }
    .col-push-s-7 {
        left: 58.33333%
    }
    .col-push-s-7-half {
        left: 62.5%
    }
    .col-pull-s-7 {
        right: 58.33333%
    }
    .col-pull-s-7-half {
        right: 62.5%
    }
    .col-fill-s-7 {
        float: none;
        width: auto;
        margin-left: 32.55208rem
    }
    .col-fixed-s-7,
    .col-fixed-right-s-7 {
        width: 100%;
        max-width: 45.57292rem
    }
    .col-fixed-right-s-7 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-s-7 {
        margin-right: 32.55208rem;
        margin-left: 0
    }
    .row-s-8>.col {
        width: 12.5%
    }
    .row-s-8>.col:nth-of-type(1n) {
        clear: none
    }
    .row-s-8>.col:nth-of-type(8n+1) {
        clear: both
    }
    .flexbox .row-flex.row-s-8>.col {
        max-width: 12.5%;
        flex-basis: 12.5%
    }
    .flexbox .row-flex .col-s-8 {
        max-width: 66.66667%;
        flex-basis: 66.66667%
    }
    .col-s-8 {
        width: 66.66667%
    }
    .col-first-s {
        clear: left
    }
    .col-last-s {
        clear: right
    }
    .col-offset-s-8 {
        margin-left: 66.66667%
    }
    .col-offset-s-8-half {
        margin-left: 70.83333%
    }
    .col-push-s-8 {
        left: 66.66667%
    }
    .col-push-s-8-half {
        left: 70.83333%
    }
    .col-pull-s-8 {
        right: 66.66667%
    }
    .col-pull-s-8-half {
        right: 70.83333%
    }
    .col-fill-s-8 {
        float: none;
        width: auto;
        margin-left: 26.04167rem
    }
    .col-fixed-s-8,
    .col-fixed-right-s-8 {
        width: 100%;
        max-width: 52.08333rem
    }
    .col-fixed-right-s-8 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-s-8 {
        margin-right: 26.04167rem;
        margin-left: 0
    }
    .row-s-9>.col {
        width: 11.11111%
    }
    .row-s-9>.col:nth-of-type(1n) {
        clear: none
    }
    .row-s-9>.col:nth-of-type(9n+1) {
        clear: both
    }
    .flexbox .row-flex.row-s-9>.col {
        max-width: 11.11111%;
        flex-basis: 11.11111%
    }
    .flexbox .row-flex .col-s-9 {
        max-width: 75%;
        flex-basis: 75%
    }
    .col-s-9 {
        width: 75%
    }
    .col-first-s {
        clear: left
    }
    .col-last-s {
        clear: right
    }
    .col-offset-s-9 {
        margin-left: 75%
    }
    .col-offset-s-9-half {
        margin-left: 79.16667%
    }
    .col-push-s-9 {
        left: 75%
    }
    .col-push-s-9-half {
        left: 79.16667%
    }
    .col-pull-s-9 {
        right: 75%
    }
    .col-pull-s-9-half {
        right: 79.16667%
    }
    .col-fill-s-9 {
        float: none;
        width: auto;
        margin-left: 19.53125rem
    }
    .col-fixed-s-9,
    .col-fixed-right-s-9 {
        width: 100%;
        max-width: 58.59375rem
    }
    .col-fixed-right-s-9 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-s-9 {
        margin-right: 19.53125rem;
        margin-left: 0
    }
    .row-s-10>.col {
        width: 10%
    }
    .row-s-10>.col:nth-of-type(1n) {
        clear: none
    }
    .row-s-10>.col:nth-of-type(10n+1) {
        clear: both
    }
    .flexbox .row-flex.row-s-10>.col {
        max-width: 10%;
        flex-basis: 10%
    }
    .flexbox .row-flex .col-s-10 {
        max-width: 83.33333%;
        flex-basis: 83.33333%
    }
    .col-s-10 {
        width: 83.33333%
    }
    .col-first-s {
        clear: left
    }
    .col-last-s {
        clear: right
    }
    .col-offset-s-10 {
        margin-left: 83.33333%
    }
    .col-offset-s-10-half {
        margin-left: 87.5%
    }
    .col-push-s-10 {
        left: 83.33333%
    }
    .col-push-s-10-half {
        left: 87.5%
    }
    .col-pull-s-10 {
        right: 83.33333%
    }
    .col-pull-s-10-half {
        right: 87.5%
    }
    .col-fill-s-10 {
        float: none;
        width: auto;
        margin-left: 13.02083rem
    }
    .col-fixed-s-10,
    .col-fixed-right-s-10 {
        width: 100%;
        max-width: 65.10417rem
    }
    .col-fixed-right-s-10 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-s-10 {
        margin-right: 13.02083rem;
        margin-left: 0
    }
    .row-s-11>.col {
        width: 9.09091%
    }
    .row-s-11>.col:nth-of-type(1n) {
        clear: none
    }
    .row-s-11>.col:nth-of-type(11n+1) {
        clear: both
    }
    .flexbox .row-flex.row-s-11>.col {
        max-width: 9.09091%;
        flex-basis: 9.09091%
    }
    .flexbox .row-flex .col-s-11 {
        max-width: 91.66667%;
        flex-basis: 91.66667%
    }
    .col-s-11 {
        width: 91.66667%
    }
    .col-first-s {
        clear: left
    }
    .col-last-s {
        clear: right
    }
    .col-offset-s-11 {
        margin-left: 91.66667%
    }
    .col-offset-s-11-half {
        margin-left: 95.83333%
    }
    .col-push-s-11 {
        left: 91.66667%
    }
    .col-push-s-11-half {
        left: 95.83333%
    }
    .col-pull-s-11 {
        right: 91.66667%
    }
    .col-pull-s-11-half {
        right: 95.83333%
    }
    .col-fill-s-11 {
        float: none;
        width: auto;
        margin-left: 6.51042rem
    }
    .col-fixed-s-11,
    .col-fixed-right-s-11 {
        width: 100%;
        max-width: 71.61458rem
    }
    .col-fixed-right-s-11 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-s-11 {
        margin-right: 6.51042rem;
        margin-left: 0
    }
    .row-s-12>.col {
        width: 8.33333%
    }
    .row-s-12>.col:nth-of-type(1n) {
        clear: none
    }
    .row-s-12>.col:nth-of-type(12n+1) {
        clear: both
    }
    .flexbox .row-flex.row-s-12>.col {
        max-width: 8.33333%;
        flex-basis: 8.33333%
    }
    .flexbox .row-flex .col-s-12 {
        max-width: 100%;
        flex-basis: 100%
    }
    .col-s-12 {
        width: 100%
    }
    .col-first-s {
        clear: left
    }
    .col-last-s {
        clear: right
    }
    .col-offset-s-12 {
        margin-left: 100%
    }
    .col-offset-s-12-half {
        margin-left: 104.16667%
    }
    .col-push-s-12 {
        left: 100%
    }
    .col-push-s-12-half {
        left: 104.16667%
    }
    .col-pull-s-12 {
        right: 100%
    }
    .col-pull-s-12-half {
        right: 104.16667%
    }
    .col-fill-s-12 {
        float: none;
        width: auto;
        margin-left: 0rem
    }
    .col-fixed-s-12,
    .col-fixed-right-s-12 {
        width: 100%;
        max-width: 78.125rem
    }
    .col-fixed-right-s-12 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-s-12 {
        margin-right: 0rem;
        margin-left: 0
    }
}

@media (min-width: 40.0625rem) {
    .row-m-1>.col {
        width: 100%
    }
    .row-m-1>.col:nth-of-type(1n) {
        clear: none
    }
    .row-m-1>.col:nth-of-type(1n+1) {
        clear: both
    }
    .flexbox .row-flex.row-m-1>.col {
        max-width: 100%;
        flex-basis: 100%
    }
    .flexbox .row-flex .col-m-1 {
        max-width: 8.33333%;
        flex-basis: 8.33333%
    }
    .col-m-1 {
        width: 8.33333%
    }
    .col-first-m {
        clear: left
    }
    .col-last-m {
        clear: right
    }
    .col-offset-m-1 {
        margin-left: 8.33333%
    }
    .col-offset-m-1-half {
        margin-left: 12.5%
    }
    .col-push-m-1 {
        left: 8.33333%
    }
    .col-push-m-1-half {
        left: 12.5%
    }
    .col-pull-m-1 {
        right: 8.33333%
    }
    .col-pull-m-1-half {
        right: 12.5%
    }
    .col-fill-m-1 {
        float: none;
        width: auto;
        margin-left: 71.61458rem
    }
    .col-fixed-m-1,
    .col-fixed-right-m-1 {
        width: 100%;
        max-width: 6.51042rem
    }
    .col-fixed-right-m-1 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-m-1 {
        margin-right: 71.61458rem;
        margin-left: 0
    }
    .flexbox .row-flex.col-m-1-5 {
        flex-basis: 20%;
        max-width: 20%
    }
    .col-m-1-5 {
        width: 20%
    }
    .col-offset-m-1-5 {
        margin-left: 20%
    }
    .col-offset-m-1-5-half {
        margin-left: 30%
    }
    .col-push-m-1-5 {
        left: 20%
    }
    .col-push-m-1-5-half {
        left: 30%
    }
    .col-pull-m-1-5 {
        right: 20%
    }
    .col-pull-m-1-5-half {
        right: 30%
    }
    .col-fill-m-1-5 {
        float: none;
        width: auto;
        margin-left: 62.5rem
    }
    .col-fixed-m-1-5,
    .col-fixed-right-m-1-5 {
        width: 100%;
        max-width: 15.625rem
    }
    .col-fixed-right-m-1-5 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-m-1-5 {
        margin-right: 62.5rem;
        margin-left: 0
    }
    .row-m-2>.col {
        width: 50%
    }
    .row-m-2>.col:nth-of-type(1n) {
        clear: none
    }
    .row-m-2>.col:nth-of-type(2n+1) {
        clear: both
    }
    .flexbox .row-flex.row-m-2>.col {
        max-width: 50%;
        flex-basis: 50%
    }
    .flexbox .row-flex .col-m-2 {
        max-width: 16.66667%;
        flex-basis: 16.66667%
    }
    .col-m-2 {
        width: 16.66667%
    }
    .col-first-m {
        clear: left
    }
    .col-last-m {
        clear: right
    }
    .col-offset-m-2,
    .tab--center .col {
        margin-left: 16.66667%
    }
    /* .col-offset-m-2-half,
    .section.section--center .section__header {
        margin-left: 20.83333%
    } */
    .col-push-m-2 {
        left: 16.66667%
    }
    .col-push-m-2-half {
        left: 20.83333%
    }
    .col-pull-m-2 {
        right: 16.66667%
    }
    .col-pull-m-2-half {
        right: 20.83333%
    }
    .col-fill-m-2 {
        float: none;
        width: auto;
        margin-left: 65.10417rem
    }
    .col-fixed-m-2,
    .col-fixed-right-m-2 {
        width: 100%;
        max-width: 13.02083rem
    }
    .col-fixed-right-m-2 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-m-2 {
        margin-right: 65.10417rem;
        margin-left: 0
    }
    .flexbox .row-flex.col-m-2-5 {
        flex-basis: 40%;
        max-width: 40%
    }
    .col-m-2-5 {
        width: 40%
    }
    .col-offset-m-2-5 {
        margin-left: 40%
    }
    .col-offset-m-2-5-half {
        margin-left: 50%
    }
    .col-push-m-2-5 {
        left: 40%
    }
    .col-push-m-2-5-half {
        left: 50%
    }
    .col-pull-m-2-5 {
        right: 40%
    }
    .col-pull-m-2-5-half {
        right: 50%
    }
    .col-fill-m-2-5 {
        float: none;
        width: auto;
        margin-left: 46.875rem
    }
    .col-fixed-m-2-5,
    .col-fixed-right-m-2-5 {
        width: 100%;
        max-width: 31.25rem
    }
    .col-fixed-right-m-2-5 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-m-2-5 {
        margin-right: 46.875rem;
        margin-left: 0
    }
    .row-m-3>.col {
        width: 33.33333%
    }
    .row-m-3>.col:nth-of-type(1n) {
        clear: none
    }
    .row-m-3>.col:nth-of-type(3n+1) {
        clear: both
    }
    .flexbox .row-flex.row-m-3>.col {
        max-width: 33.33333%;
        flex-basis: 33.33333%
    }
    .flexbox .row-flex .col-m-3 {
        max-width: 25%;
        flex-basis: 25%
    }
    .col-m-3 {
        width: 25%
    }
    .col-first-m {
        clear: left
    }
    .col-last-m {
        clear: right
    }
    .col-offset-m-3 {
        margin-left: 25%
    }
    .col-offset-m-3-half {
        margin-left: 29.16667%
    }
    .col-push-m-3 {
        left: 25%
    }
    .col-push-m-3-half {
        left: 29.16667%
    }
    .col-pull-m-3 {
        right: 25%
    }
    .col-pull-m-3-half {
        right: 29.16667%
    }
    .col-fill-m-3 {
        float: none;
        width: auto;
        margin-left: 58.59375rem
    }
    .col-fixed-m-3,
    .col-fixed-right-m-3 {
        width: 100%;
        max-width: 19.53125rem
    }
    .col-fixed-right-m-3 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-m-3 {
        margin-right: 58.59375rem;
        margin-left: 0
    }
    .flexbox .row-flex.col-m-3-5 {
        flex-basis: 60%;
        max-width: 60%
    }
    .col-m-3-5 {
        width: 60%
    }
    .col-offset-m-3-5 {
        margin-left: 60%
    }
    .col-offset-m-3-5-half {
        margin-left: 70%
    }
    .col-push-m-3-5 {
        left: 60%
    }
    .col-push-m-3-5-half {
        left: 70%
    }
    .col-pull-m-3-5 {
        right: 60%
    }
    .col-pull-m-3-5-half {
        right: 70%
    }
    .col-fill-m-3-5 {
        float: none;
        width: auto;
        margin-left: 31.25rem
    }
    .col-fixed-m-3-5,
    .col-fixed-right-m-3-5 {
        width: 100%;
        max-width: 46.875rem
    }
    .col-fixed-right-m-3-5 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-m-3-5 {
        margin-right: 31.25rem;
        margin-left: 0
    }
    .row-m-4>.col {
        width: 25%
    }
    .row-m-4>.col:nth-of-type(1n) {
        clear: none
    }
    .row-m-4>.col:nth-of-type(4n+1) {
        clear: both
    }
    .flexbox .row-flex.row-m-4>.col {
        max-width: 25%;
        flex-basis: 25%
    }
    .flexbox .row-flex .col-m-4 {
        max-width: 33.33333%;
        flex-basis: 33.33333%
    }
    .col-m-4 {
        width: 33.33333%
    }
    .col-first-m {
        clear: left
    }
    .col-last-m {
        clear: right
    }
    .col-offset-m-4,
    .tab--right .col {
        margin-left: 33.33333%
    }
    .col-offset-m-4-half {
        margin-left: 37.5%
    }
    .col-push-m-4 {
        left: 33.33333%
    }
    .col-push-m-4-half {
        left: 37.5%
    }
    .col-pull-m-4 {
        right: 33.33333%
    }
    .col-pull-m-4-half {
        right: 37.5%
    }
    .col-fill-m-4 {
        float: none;
        width: auto;
        margin-left: 52.08333rem
    }
    .col-fixed-m-4,
    .col-fixed-right-m-4 {
        width: 100%;
        max-width: 26.04167rem
    }
    .col-fixed-right-m-4 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-m-4 {
        margin-right: 52.08333rem;
        margin-left: 0
    }
    .flexbox .row-flex.col-m-4-5 {
        flex-basis: 80%;
        max-width: 80%
    }
    .col-m-4-5 {
        width: 80%
    }
    .col-offset-m-4-5 {
        margin-left: 80%
    }
    .col-offset-m-4-5-half {
        margin-left: 90%
    }
    .col-push-m-4-5 {
        left: 80%
    }
    .col-push-m-4-5-half {
        left: 90%
    }
    .col-pull-m-4-5 {
        right: 80%
    }
    .col-pull-m-4-5-half {
        right: 90%
    }
    .col-fill-m-4-5 {
        float: none;
        width: auto;
        margin-left: 15.625rem
    }
    .col-fixed-m-4-5,
    .col-fixed-right-m-4-5 {
        width: 100%;
        max-width: 62.5rem
    }
    .col-fixed-right-m-4-5 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-m-4-5 {
        margin-right: 15.625rem;
        margin-left: 0
    }
    .row-m-5>.col {
        width: 20%
    }
    .row-m-5>.col:nth-of-type(1n) {
        clear: none
    }
    .row-m-5>.col:nth-of-type(5n+1) {
        clear: both
    }
    .flexbox .row-flex.row-m-5>.col {
        max-width: 20%;
        flex-basis: 20%
    }
    .flexbox .row-flex .col-m-5 {
        max-width: 41.66667%;
        flex-basis: 41.66667%
    }
    .col-m-5 {
        width: 41.66667%
    }
    .col-first-m {
        clear: left
    }
    .col-last-m {
        clear: right
    }
    /* .col-offset-m-5,
    .section.section--right .section__header {
        margin-left: 41.66667%
    } */
    .col-offset-m-5-half {
        margin-left: 45.83333%
    }
    .col-push-m-5 {
        left: 41.66667%
    }
    .col-push-m-5-half {
        left: 45.83333%
    }
    .col-pull-m-5 {
        right: 41.66667%
    }
    .col-pull-m-5-half {
        right: 45.83333%
    }
    .col-fill-m-5 {
        float: none;
        width: auto;
        margin-left: 45.57292rem
    }
    .col-fixed-m-5,
    .col-fixed-right-m-5 {
        width: 100%;
        max-width: 32.55208rem
    }
    .col-fixed-right-m-5 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-m-5 {
        margin-right: 45.57292rem;
        margin-left: 0
    }
    .flexbox .row-flex.col-m-5-5 {
        flex-basis: 100%;
        max-width: 100%
    }
    .col-m-5-5 {
        width: 100%
    }
    .col-offset-m-5-5 {
        margin-left: 100%
    }
    .col-offset-m-5-5-half {
        margin-left: 110%
    }
    .col-push-m-5-5 {
        left: 100%
    }
    .col-push-m-5-5-half {
        left: 110%
    }
    .col-pull-m-5-5 {
        right: 100%
    }
    .col-pull-m-5-5-half {
        right: 110%
    }
    .col-fill-m-5-5 {
        float: none;
        width: auto;
        margin-left: 0rem
    }
    .col-fixed-m-5-5,
    .col-fixed-right-m-5-5 {
        width: 100%;
        max-width: 78.125rem
    }
    .col-fixed-right-m-5-5 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-m-5-5 {
        margin-right: 0rem;
        margin-left: 0
    }
    .row-m-6>.col {
        width: 16.66667%
    }
    .row-m-6>.col:nth-of-type(1n) {
        clear: none
    }
    .row-m-6>.col:nth-of-type(6n+1) {
        clear: both
    }
    .flexbox .row-flex.row-m-6>.col {
        max-width: 16.66667%;
        flex-basis: 16.66667%
    }
    .flexbox .row-flex .col-m-6 {
        max-width: 50%;
        flex-basis: 50%
    }
    .col-m-6 {
        width: 50%
    }
    .col-first-m {
        clear: left
    }
    .col-last-m {
        clear: right
    }
    .col-offset-m-6 {
        margin-left: 50%
    }
    .col-offset-m-6-half {
        margin-left: 54.16667%
    }
    .col-push-m-6 {
        left: 50%
    }
    .col-push-m-6-half {
        left: 54.16667%
    }
    .col-pull-m-6 {
        right: 50%
    }
    .col-pull-m-6-half {
        right: 54.16667%
    }
    .col-fill-m-6 {
        float: none;
        width: auto;
        margin-left: 39.0625rem
    }
    .col-fixed-m-6,
    .col-fixed-right-m-6 {
        width: 100%;
        max-width: 39.0625rem
    }
    .col-fixed-right-m-6 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-m-6 {
        margin-right: 39.0625rem;
        margin-left: 0
    }
    .row-m-7>.col {
        width: 14.28571%
    }
    .row-m-7>.col:nth-of-type(1n) {
        clear: none
    }
    .row-m-7>.col:nth-of-type(7n+1) {
        clear: both
    }
    .flexbox .row-flex.row-m-7>.col {
        max-width: 14.28571%;
        flex-basis: 14.28571%
    }
    /* .flexbox .row-flex .col-m-7,
    .flexbox .row-flex .section .section__header,
    .section .flexbox .row-flex .section__header {
        max-width: 58.33333%;
        flex-basis: 58.33333%
    } */
    /* .col-m-7,
    .section.section--left .section__header,
    .section.section--right .section__header,
    .section .section__header {
        width: 58.33333%
    } */
    .col-first-m {
        clear: left
    }
    .col-last-m {
        clear: right
    }
    .col-offset-m-7 {
        margin-left: 58.33333%
    }
    .col-offset-m-7-half {
        margin-left: 62.5%
    }
    .col-push-m-7 {
        left: 58.33333%
    }
    .col-push-m-7-half {
        left: 62.5%
    }
    .col-pull-m-7 {
        right: 58.33333%
    }
    .col-pull-m-7-half {
        right: 62.5%
    }
    .col-fill-m-7 {
        float: none;
        width: auto;
        margin-left: 32.55208rem
    }
    .col-fixed-m-7,
    .col-fixed-right-m-7 {
        width: 100%;
        max-width: 45.57292rem
    }
    .col-fixed-right-m-7 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-m-7 {
        margin-right: 32.55208rem;
        margin-left: 0
    }
    .row-m-8>.col {
        width: 12.5%
    }
    .row-m-8>.col:nth-of-type(1n) {
        clear: none
    }
    .row-m-8>.col:nth-of-type(8n+1) {
        clear: both
    }
    .flexbox .row-flex.row-m-8>.col {
        max-width: 12.5%;
        flex-basis: 12.5%
    }
    .flexbox .row-flex .col-m-8,
    .flexbox .row-flex .tab .col,
    .tab .flexbox .row-flex .col,
    .flexbox .row-flex .tab--center .col,
    .tab--center .flexbox .row-flex .col,
    .flexbox .row-flex .tab--right .col,
    .tab--right .flexbox .row-flex .col {
        max-width: 66.66667%;
        flex-basis: 66.66667%
    }
    .col-m-8,
    .tab .col,
    .tab--center .col,
    .tab--right .col {
        width: 66.66667%
    }
    .col-first-m {
        clear: left
    }
    .col-last-m {
        clear: right
    }
    .col-offset-m-8 {
        margin-left: 66.66667%
    }
    .col-offset-m-8-half {
        margin-left: 70.83333%
    }
    .col-push-m-8 {
        left: 66.66667%
    }
    .col-push-m-8-half {
        left: 70.83333%
    }
    .col-pull-m-8 {
        right: 66.66667%
    }
    .col-pull-m-8-half {
        right: 70.83333%
    }
    .col-fill-m-8 {
        float: none;
        width: auto;
        margin-left: 26.04167rem
    }
    .col-fixed-m-8,
    .col-fixed-right-m-8 {
        width: 100%;
        max-width: 52.08333rem
    }
    .col-fixed-right-m-8 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-m-8 {
        margin-right: 26.04167rem;
        margin-left: 0
    }
    .row-m-9>.col {
        width: 11.11111%
    }
    .row-m-9>.col:nth-of-type(1n) {
        clear: none
    }
    .row-m-9>.col:nth-of-type(9n+1) {
        clear: both
    }
    .flexbox .row-flex.row-m-9>.col {
        max-width: 11.11111%;
        flex-basis: 11.11111%
    }
    .flexbox .row-flex .col-m-9 {
        max-width: 75%;
        flex-basis: 75%
    }
    .col-m-9 {
        width: 75%
    }
    .col-first-m {
        clear: left
    }
    .col-last-m {
        clear: right
    }
    .col-offset-m-9 {
        margin-left: 75%
    }
    .col-offset-m-9-half {
        margin-left: 79.16667%
    }
    .col-push-m-9 {
        left: 75%
    }
    .col-push-m-9-half {
        left: 79.16667%
    }
    .col-pull-m-9 {
        right: 75%
    }
    .col-pull-m-9-half {
        right: 79.16667%
    }
    .col-fill-m-9 {
        float: none;
        width: auto;
        margin-left: 19.53125rem
    }
    .col-fixed-m-9,
    .col-fixed-right-m-9 {
        width: 100%;
        max-width: 58.59375rem
    }
    .col-fixed-right-m-9 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-m-9 {
        margin-right: 19.53125rem;
        margin-left: 0
    }
    .row-m-10>.col {
        width: 10%
    }
    .row-m-10>.col:nth-of-type(1n) {
        clear: none
    }
    .row-m-10>.col:nth-of-type(10n+1) {
        clear: both
    }
    .flexbox .row-flex.row-m-10>.col {
        max-width: 10%;
        flex-basis: 10%
    }
    .flexbox .row-flex .col-m-10 {
        max-width: 83.33333%;
        flex-basis: 83.33333%
    }
    .col-m-10 {
        width: 83.33333%
    }
    .col-first-m {
        clear: left
    }
    .col-last-m {
        clear: right
    }
    .col-offset-m-10 {
        margin-left: 83.33333%
    }
    .col-offset-m-10-half {
        margin-left: 87.5%
    }
    .col-push-m-10 {
        left: 83.33333%
    }
    .col-push-m-10-half {
        left: 87.5%
    }
    .col-pull-m-10 {
        right: 83.33333%
    }
    .col-pull-m-10-half {
        right: 87.5%
    }
    .col-fill-m-10 {
        float: none;
        width: auto;
        margin-left: 13.02083rem
    }
    .col-fixed-m-10,
    .col-fixed-right-m-10 {
        width: 100%;
        max-width: 65.10417rem
    }
    .col-fixed-right-m-10 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-m-10 {
        margin-right: 13.02083rem;
        margin-left: 0
    }
    .row-m-11>.col {
        width: 9.09091%
    }
    .row-m-11>.col:nth-of-type(1n) {
        clear: none
    }
    .row-m-11>.col:nth-of-type(11n+1) {
        clear: both
    }
    .flexbox .row-flex.row-m-11>.col {
        max-width: 9.09091%;
        flex-basis: 9.09091%
    }
    .flexbox .row-flex .col-m-11 {
        max-width: 91.66667%;
        flex-basis: 91.66667%
    }
    .col-m-11 {
        width: 91.66667%
    }
    .col-first-m {
        clear: left
    }
    .col-last-m {
        clear: right
    }
    .col-offset-m-11 {
        margin-left: 91.66667%
    }
    .col-offset-m-11-half {
        margin-left: 95.83333%
    }
    .col-push-m-11 {
        left: 91.66667%
    }
    .col-push-m-11-half {
        left: 95.83333%
    }
    .col-pull-m-11 {
        right: 91.66667%
    }
    .col-pull-m-11-half {
        right: 95.83333%
    }
    .col-fill-m-11 {
        float: none;
        width: auto;
        margin-left: 6.51042rem
    }
    .col-fixed-m-11,
    .col-fixed-right-m-11 {
        width: 100%;
        max-width: 71.61458rem
    }
    .col-fixed-right-m-11 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-m-11 {
        margin-right: 6.51042rem;
        margin-left: 0
    }
    .row-m-12>.col {
        width: 8.33333%
    }
    .row-m-12>.col:nth-of-type(1n) {
        clear: none
    }
    .row-m-12>.col:nth-of-type(12n+1) {
        clear: both
    }
    .flexbox .row-flex.row-m-12>.col {
        max-width: 8.33333%;
        flex-basis: 8.33333%
    }
    .flexbox .row-flex .col-m-12 {
        max-width: 100%;
        flex-basis: 100%
    }
    .col-m-12 {
        width: 100%
    }
    .col-first-m {
        clear: left
    }
    .col-last-m {
        clear: right
    }
    .col-offset-m-12 {
        margin-left: 100%
    }
    .col-offset-m-12-half {
        margin-left: 104.16667%
    }
    .col-push-m-12 {
        left: 100%
    }
    .col-push-m-12-half {
        left: 104.16667%
    }
    .col-pull-m-12 {
        right: 100%
    }
    .col-pull-m-12-half {
        right: 104.16667%
    }
    .col-fill-m-12 {
        float: none;
        width: auto;
        margin-left: 0rem
    }
    .col-fixed-m-12,
    .col-fixed-right-m-12 {
        width: 100%;
        max-width: 78.125rem
    }
    .col-fixed-right-m-12 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-m-12 {
        margin-right: 0rem;
        margin-left: 0
    }
}

@media (min-width: 64.0625rem) {
    .row-l-1>.col {
        width: 100%
    }
    .row-l-1>.col:nth-of-type(1n) {
        clear: none
    }
    .row-l-1>.col:nth-of-type(1n+1) {
        clear: both
    }
    .flexbox .row-flex.row-l-1>.col {
        max-width: 100%;
        flex-basis: 100%
    }
    .flexbox .row-flex .col-l-1 {
        max-width: 8.33333%;
        flex-basis: 8.33333%
    }
    .col-l-1 {
        width: 8.33333%
    }
    .col-first-l {
        clear: left
    }
    .col-last-l {
        clear: right
    }
    .col-offset-l-1 {
        margin-left: 8.33333%
    }
    .col-offset-l-1-half {
        margin-left: 12.5%
    }
    .col-push-l-1 {
        left: 8.33333%
    }
    .col-push-l-1-half {
        left: 12.5%
    }
    .col-pull-l-1 {
        right: 8.33333%
    }
    .col-pull-l-1-half {
        right: 12.5%
    }
    .col-fill-l-1 {
        float: none;
        width: auto;
        margin-left: 71.61458rem
    }
    .col-fixed-l-1,
    .col-fixed-right-l-1 {
        width: 100%;
        max-width: 6.51042rem
    }
    .col-fixed-right-l-1 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-l-1 {
        margin-right: 71.61458rem;
        margin-left: 0
    }
    .flexbox .row-flex.col-l-1-5 {
        flex-basis: 20%;
        max-width: 20%
    }
    .col-l-1-5 {
        width: 20%
    }
    .col-offset-l-1-5 {
        margin-left: 20%
    }
    .col-offset-l-1-5-half {
        margin-left: 30%
    }
    .col-push-l-1-5 {
        left: 20%
    }
    .col-push-l-1-5-half {
        left: 30%
    }
    .col-pull-l-1-5 {
        right: 20%
    }
    .col-pull-l-1-5-half {
        right: 30%
    }
    .col-fill-l-1-5 {
        float: none;
        width: auto;
        margin-left: 62.5rem
    }
    .col-fixed-l-1-5,
    .col-fixed-right-l-1-5 {
        width: 100%;
        max-width: 15.625rem
    }
    .col-fixed-right-l-1-5 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-l-1-5 {
        margin-right: 62.5rem;
        margin-left: 0
    }
    .row-l-2>.col {
        width: 50%
    }
    .row-l-2>.col:nth-of-type(1n) {
        clear: none
    }
    .row-l-2>.col:nth-of-type(2n+1) {
        clear: both
    }
    .flexbox .row-flex.row-l-2>.col {
        max-width: 50%;
        flex-basis: 50%
    }
    .flexbox .row-flex .col-l-2 {
        max-width: 16.66667%;
        flex-basis: 16.66667%
    }
    .col-l-2 {
        width: 16.66667%
    }
    .col-first-l {
        clear: left
    }
    .col-last-l {
        clear: right
    }
    .col-offset-l-2 {
        margin-left: 16.66667%
    }
    /* .col-offset-l-2-half,
    .section.section--center .section__header {
        margin-left: 20.83333%
    } */
    .col-push-l-2 {
        left: 16.66667%
    }
    .col-push-l-2-half {
        left: 20.83333%
    }
    .col-pull-l-2 {
        right: 16.66667%
    }
    .col-pull-l-2-half {
        right: 20.83333%
    }
    .col-fill-l-2 {
        float: none;
        width: auto;
        margin-left: 65.10417rem
    }
    .col-fixed-l-2,
    .col-fixed-right-l-2 {
        width: 100%;
        max-width: 13.02083rem
    }
    .col-fixed-right-l-2 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-l-2 {
        margin-right: 65.10417rem;
        margin-left: 0
    }
    .flexbox .row-flex.col-l-2-5 {
        flex-basis: 40%;
        max-width: 40%
    }
    .col-l-2-5 {
        width: 40%
    }
    .col-offset-l-2-5 {
        margin-left: 40%
    }
    .col-offset-l-2-5-half {
        margin-left: 50%
    }
    .col-push-l-2-5 {
        left: 40%
    }
    .col-push-l-2-5-half {
        left: 50%
    }
    .col-pull-l-2-5 {
        right: 40%
    }
    .col-pull-l-2-5-half {
        right: 50%
    }
    .col-fill-l-2-5 {
        float: none;
        width: auto;
        margin-left: 46.875rem
    }
    .col-fixed-l-2-5,
    .col-fixed-right-l-2-5 {
        width: 100%;
        max-width: 31.25rem
    }
    .col-fixed-right-l-2-5 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-l-2-5 {
        margin-right: 46.875rem;
        margin-left: 0
    }
    .row-l-3>.col {
        width: 33.33333%
    }
    .row-l-3>.col:nth-of-type(1n) {
        clear: none
    }
    .row-l-3>.col:nth-of-type(3n+1) {
        clear: both
    }
    .flexbox .row-flex.row-l-3>.col {
        max-width: 33.33333%;
        flex-basis: 33.33333%
    }
    .flexbox .row-flex .col-l-3 {
        max-width: 25%;
        flex-basis: 25%
    }
    .col-l-3 {
        width: 25%
    }
    .col-first-l {
        clear: left
    }
    .col-last-l {
        clear: right
    }
    .col-offset-l-3,
    .tab--center .col {
        margin-left: 25%
    }
    .col-offset-l-3-half {
        margin-left: 29.16667%
    }
    .col-push-l-3 {
        left: 25%
    }
    .col-push-l-3-half {
        left: 29.16667%
    }
    .col-pull-l-3 {
        right: 25%
    }
    .col-pull-l-3-half {
        right: 29.16667%
    }
    .col-fill-l-3 {
        float: none;
        width: auto;
        margin-left: 58.59375rem
    }
    .col-fixed-l-3,
    .col-fixed-right-l-3 {
        width: 100%;
        max-width: 19.53125rem
    }
    .col-fixed-right-l-3 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-l-3 {
        margin-right: 58.59375rem;
        margin-left: 0
    }
    .flexbox .row-flex.col-l-3-5 {
        flex-basis: 60%;
        max-width: 60%
    }
    .col-l-3-5 {
        width: 60%
    }
    .col-offset-l-3-5 {
        margin-left: 60%
    }
    .col-offset-l-3-5-half {
        margin-left: 70%
    }
    .col-push-l-3-5 {
        left: 60%
    }
    .col-push-l-3-5-half {
        left: 70%
    }
    .col-pull-l-3-5 {
        right: 60%
    }
    .col-pull-l-3-5-half {
        right: 70%
    }
    .col-fill-l-3-5 {
        float: none;
        width: auto;
        margin-left: 31.25rem
    }
    .col-fixed-l-3-5,
    .col-fixed-right-l-3-5 {
        width: 100%;
        max-width: 46.875rem
    }
    .col-fixed-right-l-3-5 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-l-3-5 {
        margin-right: 31.25rem;
        margin-left: 0
    }
    .row-l-4>.col {
        width: 25%
    }
    .row-l-4>.col:nth-of-type(1n) {
        clear: none
    }
    .row-l-4>.col:nth-of-type(4n+1) {
        clear: both
    }
    .flexbox .row-flex.row-l-4>.col {
        max-width: 25%;
        flex-basis: 25%
    }
    .flexbox .row-flex .col-l-4 {
        max-width: 33.33333%;
        flex-basis: 33.33333%
    }
    .col-l-4 {
        width: 33.33333%
    }
    .col-first-l {
        clear: left
    }
    .col-last-l {
        clear: right
    }
    .col-offset-l-4 {
        margin-left: 33.33333%
    }
    .col-offset-l-4-half {
        margin-left: 37.5%
    }
    .col-push-l-4 {
        left: 33.33333%
    }
    .col-push-l-4-half {
        left: 37.5%
    }
    .col-pull-l-4 {
        right: 33.33333%
    }
    .col-pull-l-4-half {
        right: 37.5%
    }
    .col-fill-l-4 {
        float: none;
        width: auto;
        margin-left: 52.08333rem
    }
    .col-fixed-l-4,
    .col-fixed-right-l-4 {
        width: 100%;
        max-width: 26.04167rem
    }
    .col-fixed-right-l-4 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-l-4 {
        margin-right: 52.08333rem;
        margin-left: 0
    }
    .flexbox .row-flex.col-l-4-5 {
        flex-basis: 80%;
        max-width: 80%
    }
    .col-l-4-5 {
        width: 80%
    }
    .col-offset-l-4-5 {
        margin-left: 80%
    }
    .col-offset-l-4-5-half {
        margin-left: 90%
    }
    .col-push-l-4-5 {
        left: 80%
    }
    .col-push-l-4-5-half {
        left: 90%
    }
    .col-pull-l-4-5 {
        right: 80%
    }
    .col-pull-l-4-5-half {
        right: 90%
    }
    .col-fill-l-4-5 {
        float: none;
        width: auto;
        margin-left: 15.625rem
    }
    .col-fixed-l-4-5,
    .col-fixed-right-l-4-5 {
        width: 100%;
        max-width: 62.5rem
    }
    .col-fixed-right-l-4-5 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-l-4-5 {
        margin-right: 15.625rem;
        margin-left: 0
    }
    .row-l-5>.col {
        width: 20%
    }
    .row-l-5>.col:nth-of-type(1n) {
        clear: none
    }
    .row-l-5>.col:nth-of-type(5n+1) {
        clear: both
    }
    .flexbox .row-flex.row-l-5>.col {
        max-width: 20%;
        flex-basis: 20%
    }
    .flexbox .row-flex .col-l-5,
    .flexbox .row-flex .section.section--left .section__header,
    .section.section--left .flexbox .row-flex .section__header,
    .flexbox .row-flex .section.section--right .section__header,
    .section.section--right .flexbox .row-flex .section__header {
        max-width: 41.66667%;
        flex-basis: 41.66667%
    }
    .col-l-5,
    .section.section--left .section__header,
    .section.section--right .section__header {
        width: 41.66667%
    }
    .col-first-l {
        clear: left
    }
    .col-last-l {
        clear: right
    }
    .col-offset-l-5 {
        margin-left: 41.66667%
    }
    .col-offset-l-5-half {
        margin-left: 45.83333%
    }
    .col-push-l-5 {
        left: 41.66667%
    }
    .col-push-l-5-half {
        left: 45.83333%
    }
    .col-pull-l-5 {
        right: 41.66667%
    }
    .col-pull-l-5-half {
        right: 45.83333%
    }
    .col-fill-l-5 {
        float: none;
        width: auto;
        margin-left: 45.57292rem
    }
    .col-fixed-l-5,
    .col-fixed-right-l-5 {
        width: 100%;
        max-width: 32.55208rem
    }
    .col-fixed-right-l-5 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-l-5 {
        margin-right: 45.57292rem;
        margin-left: 0
    }
    .flexbox .row-flex.col-l-5-5 {
        flex-basis: 100%;
        max-width: 100%
    }
    .col-l-5-5 {
        width: 100%
    }
    .col-offset-l-5-5 {
        margin-left: 100%
    }
    .col-offset-l-5-5-half {
        margin-left: 110%
    }
    .col-push-l-5-5 {
        left: 100%
    }
    .col-push-l-5-5-half {
        left: 110%
    }
    .col-pull-l-5-5 {
        right: 100%
    }
    .col-pull-l-5-5-half {
        right: 110%
    }
    .col-fill-l-5-5 {
        float: none;
        width: auto;
        margin-left: 0rem
    }
    .col-fixed-l-5-5,
    .col-fixed-right-l-5-5 {
        width: 100%;
        max-width: 78.125rem
    }
    .col-fixed-right-l-5-5 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-l-5-5 {
        margin-right: 0rem;
        margin-left: 0
    }
    .row-l-6>.col {
        width: 16.66667%
    }
    .row-l-6>.col:nth-of-type(1n) {
        clear: none
    }
    .row-l-6>.col:nth-of-type(6n+1) {
        clear: both
    }
    .flexbox .row-flex.row-l-6>.col {
        max-width: 16.66667%;
        flex-basis: 16.66667%
    }
    .flexbox .row-flex .col-l-6,
    .flexbox .row-flex .tab .col,
    .tab .flexbox .row-flex .col,
    .flexbox .row-flex .tab--center .col,
    .tab--center .flexbox .row-flex .col,
    .flexbox .row-flex .tab--right .col,
    .tab--right .flexbox .row-flex .col {
        max-width: 50%;
        flex-basis: 50%
    }
    .col-l-6,
    .tab .col,
    .tab--center .col,
    .tab--right .col {
        width: 50%
    }
    .col-first-l {
        clear: left
    }
    .col-last-l {
        clear: right
    }
    .col-offset-l-6,
    .tab--right .col {
        margin-left: 50%
    }
    .col-offset-l-6-half {
        margin-left: 54.16667%
    }
    .col-push-l-6 {
        left: 50%
    }
    .col-push-l-6-half {
        left: 54.16667%
    }
    .col-pull-l-6 {
        right: 50%
    }
    .col-pull-l-6-half {
        right: 54.16667%
    }
    .col-fill-l-6 {
        float: none;
        width: auto;
        margin-left: 39.0625rem
    }
    .col-fixed-l-6,
    .col-fixed-right-l-6 {
        width: 100%;
        max-width: 39.0625rem
    }
    .col-fixed-right-l-6 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-l-6 {
        margin-right: 39.0625rem;
        margin-left: 0
    }
    .row-l-7>.col {
        width: 14.28571%
    }
    .row-l-7>.col:nth-of-type(1n) {
        clear: none
    }
    .row-l-7>.col:nth-of-type(7n+1) {
        clear: both
    }
    .flexbox .row-flex.row-l-7>.col {
        max-width: 14.28571%;
        flex-basis: 14.28571%
    }
    .flexbox .row-flex .col-l-7,
    .flexbox .row-flex .section .section__header,
    .section .flexbox .row-flex .section__header {
        max-width: 58.33333%;
        flex-basis: 58.33333%
    }
    /* .col-l-7,
    .section .section__header {
        width: 58.33333%;
    } */
    .col-first-l {
        clear: left
    }
    .col-last-l {
        clear: right
    }
    .col-offset-l-7,
    .section.section--right .section__header {
        margin-left: 58.33333%
    }
    .col-offset-l-7-half {
        margin-left: 62.5%
    }
    .col-push-l-7 {
        left: 58.33333%
    }
    .col-push-l-7-half {
        left: 62.5%
    }
    .col-pull-l-7 {
        right: 58.33333%
    }
    .col-pull-l-7-half {
        right: 62.5%
    }
    .col-fill-l-7 {
        float: none;
        width: auto;
        margin-left: 32.55208rem
    }
    .col-fixed-l-7,
    .col-fixed-right-l-7 {
        width: 100%;
        max-width: 45.57292rem
    }
    .col-fixed-right-l-7 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-l-7 {
        margin-right: 32.55208rem;
        margin-left: 0
    }
    .row-l-8>.col {
        width: 12.5%
    }
    .row-l-8>.col:nth-of-type(1n) {
        clear: none
    }
    .row-l-8>.col:nth-of-type(8n+1) {
        clear: both
    }
    .flexbox .row-flex.row-l-8>.col {
        max-width: 12.5%;
        flex-basis: 12.5%
    }
    .flexbox .row-flex .col-l-8 {
        max-width: 66.66667%;
        flex-basis: 66.66667%
    }
    .col-l-8 {
        width: 66.66667%
    }
    .col-first-l {
        clear: left
    }
    .col-last-l {
        clear: right
    }
    .col-offset-l-8 {
        margin-left: 66.66667%
    }
    .col-offset-l-8-half {
        margin-left: 70.83333%
    }
    .col-push-l-8 {
        left: 66.66667%
    }
    .col-push-l-8-half {
        left: 70.83333%
    }
    .col-pull-l-8 {
        right: 66.66667%
    }
    .col-pull-l-8-half {
        right: 70.83333%
    }
    .col-fill-l-8 {
        float: none;
        width: auto;
        margin-left: 26.04167rem
    }
    .col-fixed-l-8,
    .col-fixed-right-l-8 {
        width: 100%;
        max-width: 52.08333rem
    }
    .col-fixed-right-l-8 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-l-8 {
        margin-right: 26.04167rem;
        margin-left: 0
    }
    .row-l-9>.col {
        width: 11.11111%
    }
    .row-l-9>.col:nth-of-type(1n) {
        clear: none
    }
    .row-l-9>.col:nth-of-type(9n+1) {
        clear: both
    }
    .flexbox .row-flex.row-l-9>.col {
        max-width: 11.11111%;
        flex-basis: 11.11111%
    }
    .flexbox .row-flex .col-l-9 {
        max-width: 75%;
        flex-basis: 75%
    }
    .col-l-9 {
        width: 75%
    }
    .col-first-l {
        clear: left
    }
    .col-last-l {
        clear: right
    }
    .col-offset-l-9 {
        margin-left: 75%
    }
    .col-offset-l-9-half {
        margin-left: 79.16667%
    }
    .col-push-l-9 {
        left: 75%
    }
    .col-push-l-9-half {
        left: 79.16667%
    }
    .col-pull-l-9 {
        right: 75%
    }
    .col-pull-l-9-half {
        right: 79.16667%
    }
    .col-fill-l-9 {
        float: none;
        width: auto;
        margin-left: 19.53125rem
    }
    .col-fixed-l-9,
    .col-fixed-right-l-9 {
        width: 100%;
        max-width: 58.59375rem
    }
    .col-fixed-right-l-9 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-l-9 {
        margin-right: 19.53125rem;
        margin-left: 0
    }
    .row-l-10>.col {
        width: 10%
    }
    .row-l-10>.col:nth-of-type(1n) {
        clear: none
    }
    .row-l-10>.col:nth-of-type(10n+1) {
        clear: both
    }
    .flexbox .row-flex.row-l-10>.col {
        max-width: 10%;
        flex-basis: 10%
    }
    .flexbox .row-flex .col-l-10 {
        max-width: 83.33333%;
        flex-basis: 83.33333%
    }
    .col-l-10 {
        width: 83.33333%
    }
    .col-first-l {
        clear: left
    }
    .col-last-l {
        clear: right
    }
    .col-offset-l-10 {
        margin-left: 83.33333%
    }
    .col-offset-l-10-half {
        margin-left: 87.5%
    }
    .col-push-l-10 {
        left: 83.33333%
    }
    .col-push-l-10-half {
        left: 87.5%
    }
    .col-pull-l-10 {
        right: 83.33333%
    }
    .col-pull-l-10-half {
        right: 87.5%
    }
    .col-fill-l-10 {
        float: none;
        width: auto;
        margin-left: 13.02083rem
    }
    .col-fixed-l-10,
    .col-fixed-right-l-10 {
        width: 100%;
        max-width: 65.10417rem
    }
    .col-fixed-right-l-10 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-l-10 {
        margin-right: 13.02083rem;
        margin-left: 0
    }
    .row-l-11>.col {
        width: 9.09091%
    }
    .row-l-11>.col:nth-of-type(1n) {
        clear: none
    }
    .row-l-11>.col:nth-of-type(11n+1) {
        clear: both
    }
    .flexbox .row-flex.row-l-11>.col {
        max-width: 9.09091%;
        flex-basis: 9.09091%
    }
    .flexbox .row-flex .col-l-11 {
        max-width: 91.66667%;
        flex-basis: 91.66667%
    }
    .col-l-11 {
        width: 91.66667%
    }
    .col-first-l {
        clear: left
    }
    .col-last-l {
        clear: right
    }
    .col-offset-l-11 {
        margin-left: 91.66667%
    }
    .col-offset-l-11-half {
        margin-left: 95.83333%
    }
    .col-push-l-11 {
        left: 91.66667%
    }
    .col-push-l-11-half {
        left: 95.83333%
    }
    .col-pull-l-11 {
        right: 91.66667%
    }
    .col-pull-l-11-half {
        right: 95.83333%
    }
    .col-fill-l-11 {
        float: none;
        width: auto;
        margin-left: 6.51042rem
    }
    .col-fixed-l-11,
    .col-fixed-right-l-11 {
        width: 100%;
        max-width: 71.61458rem
    }
    .col-fixed-right-l-11 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-l-11 {
        margin-right: 6.51042rem;
        margin-left: 0
    }
    .row-l-12>.col {
        width: 8.33333%
    }
    .row-l-12>.col:nth-of-type(1n) {
        clear: none
    }
    .row-l-12>.col:nth-of-type(12n+1) {
        clear: both
    }
    .flexbox .row-flex.row-l-12>.col {
        max-width: 8.33333%;
        flex-basis: 8.33333%
    }
    .flexbox .row-flex .col-l-12 {
        max-width: 100%;
        flex-basis: 100%
    }
    .col-l-12 {
        width: 100%
    }
    .col-first-l {
        clear: left
    }
    .col-last-l {
        clear: right
    }
    .col-offset-l-12 {
        margin-left: 100%
    }
    .col-offset-l-12-half {
        margin-left: 104.16667%
    }
    .col-push-l-12 {
        left: 100%
    }
    .col-push-l-12-half {
        left: 104.16667%
    }
    .col-pull-l-12 {
        right: 100%
    }
    .col-pull-l-12-half {
        right: 104.16667%
    }
    .col-fill-l-12 {
        float: none;
        width: auto;
        margin-left: 0rem
    }
    .col-fixed-l-12,
    .col-fixed-right-l-12 {
        width: 100%;
        max-width: 78.125rem
    }
    .col-fixed-right-l-12 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-l-12 {
        margin-right: 0rem;
        margin-left: 0
    }
}

@media (min-width: 78.1875rem) {
    .row-xl-1>.col {
        width: 100%
    }
    .row-xl-1>.col:nth-of-type(1n) {
        clear: none
    }
    .row-xl-1>.col:nth-of-type(1n+1) {
        clear: both
    }
    .flexbox .row-flex.row-xl-1>.col {
        max-width: 100%;
        flex-basis: 100%
    }
    .flexbox .row-flex .col-xl-1 {
        max-width: 8.33333%;
        flex-basis: 8.33333%
    }
    .col-xl-1 {
        width: 8.33333%
    }
    .col-first-xl {
        clear: left
    }
    .col-last-xl {
        clear: right
    }
    .col-offset-xl-1 {
        margin-left: 8.33333%
    }
    .col-offset-xl-1-half {
        margin-left: 12.5%
    }
    .col-push-xl-1 {
        left: 8.33333%
    }
    .col-push-xl-1-half {
        left: 12.5%
    }
    .col-pull-xl-1 {
        right: 8.33333%
    }
    .col-pull-xl-1-half {
        right: 12.5%
    }
    .col-fill-xl-1 {
        float: none;
        width: auto;
        margin-left: 71.61458rem
    }
    .col-fixed-xl-1,
    .col-fixed-right-xl-1 {
        width: 100%;
        max-width: 6.51042rem
    }
    .col-fixed-right-xl-1 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xl-1 {
        margin-right: 71.61458rem;
        margin-left: 0
    }
    .flexbox .row-flex.col-xl-1-5 {
        flex-basis: 20%;
        max-width: 20%
    }
    .col-xl-1-5 {
        width: 20%
    }
    .col-offset-xl-1-5 {
        margin-left: 20%
    }
    .col-offset-xl-1-5-half {
        margin-left: 30%
    }
    .col-push-xl-1-5 {
        left: 20%
    }
    .col-push-xl-1-5-half {
        left: 30%
    }
    .col-pull-xl-1-5 {
        right: 20%
    }
    .col-pull-xl-1-5-half {
        right: 30%
    }
    .col-fill-xl-1-5 {
        float: none;
        width: auto;
        margin-left: 62.5rem
    }
    .col-fixed-xl-1-5,
    .col-fixed-right-xl-1-5 {
        width: 100%;
        max-width: 15.625rem
    }
    .col-fixed-right-xl-1-5 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xl-1-5 {
        margin-right: 62.5rem;
        margin-left: 0
    }
    .row-xl-2>.col {
        width: 50%
    }
    .row-xl-2>.col:nth-of-type(1n) {
        clear: none
    }
    .row-xl-2>.col:nth-of-type(2n+1) {
        clear: both
    }
    .flexbox .row-flex.row-xl-2>.col {
        max-width: 50%;
        flex-basis: 50%
    }
    .flexbox .row-flex .col-xl-2 {
        max-width: 16.66667%;
        flex-basis: 16.66667%
    }
    .col-xl-2 {
        width: 16.66667%
    }
    .col-first-xl {
        clear: left
    }
    .col-last-xl {
        clear: right
    }
    .col-offset-xl-2 {
        margin-left: 16.66667%
    }
    .col-offset-xl-2-half {
        margin-left: 20.83333%
    }
    .col-push-xl-2 {
        left: 16.66667%
    }
    .col-push-xl-2-half {
        left: 20.83333%
    }
    .col-pull-xl-2 {
        right: 16.66667%
    }
    .col-pull-xl-2-half {
        right: 20.83333%
    }
    .col-fill-xl-2 {
        float: none;
        width: auto;
        margin-left: 65.10417rem
    }
    .col-fixed-xl-2,
    .col-fixed-right-xl-2 {
        width: 100%;
        max-width: 13.02083rem
    }
    .col-fixed-right-xl-2 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xl-2 {
        margin-right: 65.10417rem;
        margin-left: 0
    }
    .flexbox .row-flex.col-xl-2-5 {
        flex-basis: 40%;
        max-width: 40%
    }
    .col-xl-2-5 {
        width: 40%
    }
    .col-offset-xl-2-5 {
        margin-left: 40%
    }
    .col-offset-xl-2-5-half {
        margin-left: 50%
    }
    .col-push-xl-2-5 {
        left: 40%
    }
    .col-push-xl-2-5-half {
        left: 50%
    }
    .col-pull-xl-2-5 {
        right: 40%
    }
    .col-pull-xl-2-5-half {
        right: 50%
    }
    .col-fill-xl-2-5 {
        float: none;
        width: auto;
        margin-left: 46.875rem
    }
    .col-fixed-xl-2-5,
    .col-fixed-right-xl-2-5 {
        width: 100%;
        max-width: 31.25rem
    }
    .col-fixed-right-xl-2-5 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xl-2-5 {
        margin-right: 46.875rem;
        margin-left: 0
    }
    .row-xl-3>.col {
        width: 33.33333%
    }
    .row-xl-3>.col:nth-of-type(1n) {
        clear: none
    }
    .row-xl-3>.col:nth-of-type(3n+1) {
        clear: both
    }
    .flexbox .row-flex.row-xl-3>.col {
        max-width: 33.33333%;
        flex-basis: 33.33333%
    }
    .flexbox .row-flex .col-xl-3 {
        max-width: 25%;
        flex-basis: 25%
    }
    .col-xl-3 {
        width: 25%
    }
    .col-first-xl {
        clear: left
    }
    .col-last-xl {
        clear: right
    }
    .col-offset-xl-3 {
        margin-left: 25%
    }
    .col-offset-xl-3-half {
        margin-left: 29.16667%
    }
    .col-push-xl-3 {
        left: 25%
    }
    .col-push-xl-3-half {
        left: 29.16667%
    }
    .col-pull-xl-3 {
        right: 25%
    }
    .col-pull-xl-3-half {
        right: 29.16667%
    }
    .col-fill-xl-3 {
        float: none;
        width: auto;
        margin-left: 58.59375rem
    }
    .col-fixed-xl-3,
    .col-fixed-right-xl-3 {
        width: 100%;
        max-width: 19.53125rem
    }
    .col-fixed-right-xl-3 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xl-3 {
        margin-right: 58.59375rem;
        margin-left: 0
    }
    .flexbox .row-flex.col-xl-3-5 {
        flex-basis: 60%;
        max-width: 60%
    }
    .col-xl-3-5 {
        width: 60%
    }
    .col-offset-xl-3-5 {
        margin-left: 60%
    }
    .col-offset-xl-3-5-half {
        margin-left: 70%
    }
    .col-push-xl-3-5 {
        left: 60%
    }
    .col-push-xl-3-5-half {
        left: 70%
    }
    .col-pull-xl-3-5 {
        right: 60%
    }
    .col-pull-xl-3-5-half {
        right: 70%
    }
    .col-fill-xl-3-5 {
        float: none;
        width: auto;
        margin-left: 31.25rem
    }
    .col-fixed-xl-3-5,
    .col-fixed-right-xl-3-5 {
        width: 100%;
        max-width: 46.875rem
    }
    .col-fixed-right-xl-3-5 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xl-3-5 {
        margin-right: 31.25rem;
        margin-left: 0
    }
    .row-xl-4>.col {
        width: 25%
    }
    .row-xl-4>.col:nth-of-type(1n) {
        clear: none
    }
    .row-xl-4>.col:nth-of-type(4n+1) {
        clear: both
    }
    .flexbox .row-flex.row-xl-4>.col {
        max-width: 25%;
        flex-basis: 25%
    }
    .flexbox .row-flex .col-xl-4 {
        max-width: 33.33333%;
        flex-basis: 33.33333%
    }
    .col-xl-4 {
        width: 33.33333%
    }
    .col-first-xl {
        clear: left
    }
    .col-last-xl {
        clear: right
    }
    .col-offset-xl-4 {
        margin-left: 33.33333%
    }
    .col-offset-xl-4-half {
        margin-left: 37.5%
    }
    .col-push-xl-4 {
        left: 33.33333%
    }
    .col-push-xl-4-half {
        left: 37.5%
    }
    .col-pull-xl-4 {
        right: 33.33333%
    }
    .col-pull-xl-4-half {
        right: 37.5%
    }
    .col-fill-xl-4 {
        float: none;
        width: auto;
        margin-left: 52.08333rem
    }
    .col-fixed-xl-4,
    .col-fixed-right-xl-4 {
        width: 100%;
        max-width: 26.04167rem
    }
    .col-fixed-right-xl-4 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xl-4 {
        margin-right: 52.08333rem;
        margin-left: 0
    }
    .flexbox .row-flex.col-xl-4-5 {
        flex-basis: 80%;
        max-width: 80%
    }
    .col-xl-4-5 {
        width: 80%
    }
    .col-offset-xl-4-5 {
        margin-left: 80%
    }
    .col-offset-xl-4-5-half {
        margin-left: 90%
    }
    .col-push-xl-4-5 {
        left: 80%
    }
    .col-push-xl-4-5-half {
        left: 90%
    }
    .col-pull-xl-4-5 {
        right: 80%
    }
    .col-pull-xl-4-5-half {
        right: 90%
    }
    .col-fill-xl-4-5 {
        float: none;
        width: auto;
        margin-left: 15.625rem
    }
    .col-fixed-xl-4-5,
    .col-fixed-right-xl-4-5 {
        width: 100%;
        max-width: 62.5rem
    }
    .col-fixed-right-xl-4-5 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xl-4-5 {
        margin-right: 15.625rem;
        margin-left: 0
    }
    .row-xl-5>.col {
        width: 20%
    }
    .row-xl-5>.col:nth-of-type(1n) {
        clear: none
    }
    .row-xl-5>.col:nth-of-type(5n+1) {
        clear: both
    }
    .flexbox .row-flex.row-xl-5>.col {
        max-width: 20%;
        flex-basis: 20%
    }
    .flexbox .row-flex .col-xl-5 {
        max-width: 41.66667%;
        flex-basis: 41.66667%
    }
    .col-xl-5 {
        width: 41.66667%
    }
    .col-first-xl {
        clear: left
    }
    .col-last-xl {
        clear: right
    }
    .col-offset-xl-5 {
        margin-left: 41.66667%
    }
    .col-offset-xl-5-half {
        margin-left: 45.83333%
    }
    .col-push-xl-5 {
        left: 41.66667%
    }
    .col-push-xl-5-half {
        left: 45.83333%
    }
    .col-pull-xl-5 {
        right: 41.66667%
    }
    .col-pull-xl-5-half {
        right: 45.83333%
    }
    .col-fill-xl-5 {
        float: none;
        width: auto;
        margin-left: 45.57292rem
    }
    .col-fixed-xl-5,
    .col-fixed-right-xl-5 {
        width: 100%;
        max-width: 32.55208rem
    }
    .col-fixed-right-xl-5 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xl-5 {
        margin-right: 45.57292rem;
        margin-left: 0
    }
    .flexbox .row-flex.col-xl-5-5 {
        flex-basis: 100%;
        max-width: 100%
    }
    .col-xl-5-5 {
        width: 100%
    }
    .col-offset-xl-5-5 {
        margin-left: 100%
    }
    .col-offset-xl-5-5-half {
        margin-left: 110%
    }
    .col-push-xl-5-5 {
        left: 100%
    }
    .col-push-xl-5-5-half {
        left: 110%
    }
    .col-pull-xl-5-5 {
        right: 100%
    }
    .col-pull-xl-5-5-half {
        right: 110%
    }
    .col-fill-xl-5-5 {
        float: none;
        width: auto;
        margin-left: 0rem
    }
    .col-fixed-xl-5-5,
    .col-fixed-right-xl-5-5 {
        width: 100%;
        max-width: 78.125rem
    }
    .col-fixed-right-xl-5-5 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xl-5-5 {
        margin-right: 0rem;
        margin-left: 0
    }
    .row-xl-6>.col {
        width: 16.66667%
    }
    .row-xl-6>.col:nth-of-type(1n) {
        clear: none
    }
    .row-xl-6>.col:nth-of-type(6n+1) {
        clear: both
    }
    .flexbox .row-flex.row-xl-6>.col {
        max-width: 16.66667%;
        flex-basis: 16.66667%
    }
    .flexbox .row-flex .col-xl-6 {
        max-width: 50%;
        flex-basis: 50%
    }
    .col-xl-6 {
        width: 50%
    }
    .col-first-xl {
        clear: left
    }
    .col-last-xl {
        clear: right
    }
    .col-offset-xl-6 {
        margin-left: 50%
    }
    .col-offset-xl-6-half {
        margin-left: 54.16667%
    }
    .col-push-xl-6 {
        left: 50%
    }
    .col-push-xl-6-half {
        left: 54.16667%
    }
    .col-pull-xl-6 {
        right: 50%
    }
    .col-pull-xl-6-half {
        right: 54.16667%
    }
    .col-fill-xl-6 {
        float: none;
        width: auto;
        margin-left: 39.0625rem
    }
    .col-fixed-xl-6,
    .col-fixed-right-xl-6 {
        width: 100%;
        max-width: 39.0625rem
    }
    .col-fixed-right-xl-6 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xl-6 {
        margin-right: 39.0625rem;
        margin-left: 0
    }
    .row-xl-7>.col {
        width: 14.28571%
    }
    .row-xl-7>.col:nth-of-type(1n) {
        clear: none
    }
    .row-xl-7>.col:nth-of-type(7n+1) {
        clear: both
    }
    .flexbox .row-flex.row-xl-7>.col {
        max-width: 14.28571%;
        flex-basis: 14.28571%
    }
    .flexbox .row-flex .col-xl-7 {
        max-width: 58.33333%;
        flex-basis: 58.33333%
    }
    .col-xl-7 {
        width: 58.33333%
    }
    .col-first-xl {
        clear: left
    }
    .col-last-xl {
        clear: right
    }
    .col-offset-xl-7 {
        margin-left: 58.33333%
    }
    .col-offset-xl-7-half {
        margin-left: 62.5%
    }
    .col-push-xl-7 {
        left: 58.33333%
    }
    .col-push-xl-7-half {
        left: 62.5%
    }
    .col-pull-xl-7 {
        right: 58.33333%
    }
    .col-pull-xl-7-half {
        right: 62.5%
    }
    .col-fill-xl-7 {
        float: none;
        width: auto;
        margin-left: 32.55208rem
    }
    .col-fixed-xl-7,
    .col-fixed-right-xl-7 {
        width: 100%;
        max-width: 45.57292rem
    }
    .col-fixed-right-xl-7 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xl-7 {
        margin-right: 32.55208rem;
        margin-left: 0
    }
    .row-xl-8>.col {
        width: 12.5%
    }
    .row-xl-8>.col:nth-of-type(1n) {
        clear: none
    }
    .row-xl-8>.col:nth-of-type(8n+1) {
        clear: both
    }
    .flexbox .row-flex.row-xl-8>.col {
        max-width: 12.5%;
        flex-basis: 12.5%
    }
    .flexbox .row-flex .col-xl-8 {
        max-width: 66.66667%;
        flex-basis: 66.66667%
    }
    .col-xl-8 {
        width: 66.66667%
    }
    .col-first-xl {
        clear: left
    }
    .col-last-xl {
        clear: right
    }
    .col-offset-xl-8 {
        margin-left: 66.66667%
    }
    .col-offset-xl-8-half {
        margin-left: 70.83333%
    }
    .col-push-xl-8 {
        left: 66.66667%
    }
    .col-push-xl-8-half {
        left: 70.83333%
    }
    .col-pull-xl-8 {
        right: 66.66667%
    }
    .col-pull-xl-8-half {
        right: 70.83333%
    }
    .col-fill-xl-8 {
        float: none;
        width: auto;
        margin-left: 26.04167rem
    }
    .col-fixed-xl-8,
    .col-fixed-right-xl-8 {
        width: 100%;
        max-width: 52.08333rem
    }
    .col-fixed-right-xl-8 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xl-8 {
        margin-right: 26.04167rem;
        margin-left: 0
    }
    .row-xl-9>.col {
        width: 11.11111%
    }
    .row-xl-9>.col:nth-of-type(1n) {
        clear: none
    }
    .row-xl-9>.col:nth-of-type(9n+1) {
        clear: both
    }
    .flexbox .row-flex.row-xl-9>.col {
        max-width: 11.11111%;
        flex-basis: 11.11111%
    }
    .flexbox .row-flex .col-xl-9 {
        max-width: 75%;
        flex-basis: 75%
    }
    .col-xl-9 {
        width: 75%
    }
    .col-first-xl {
        clear: left
    }
    .col-last-xl {
        clear: right
    }
    .col-offset-xl-9 {
        margin-left: 75%
    }
    .col-offset-xl-9-half {
        margin-left: 79.16667%
    }
    .col-push-xl-9 {
        left: 75%
    }
    .col-push-xl-9-half {
        left: 79.16667%
    }
    .col-pull-xl-9 {
        right: 75%
    }
    .col-pull-xl-9-half {
        right: 79.16667%
    }
    .col-fill-xl-9 {
        float: none;
        width: auto;
        margin-left: 19.53125rem
    }
    .col-fixed-xl-9,
    .col-fixed-right-xl-9 {
        width: 100%;
        max-width: 58.59375rem
    }
    .col-fixed-right-xl-9 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xl-9 {
        margin-right: 19.53125rem;
        margin-left: 0
    }
    .row-xl-10>.col {
        width: 10%
    }
    .row-xl-10>.col:nth-of-type(1n) {
        clear: none
    }
    .row-xl-10>.col:nth-of-type(10n+1) {
        clear: both
    }
    .flexbox .row-flex.row-xl-10>.col {
        max-width: 10%;
        flex-basis: 10%
    }
    .flexbox .row-flex .col-xl-10 {
        max-width: 83.33333%;
        flex-basis: 83.33333%
    }
    .col-xl-10 {
        width: 83.33333%
    }
    .col-first-xl {
        clear: left
    }
    .col-last-xl {
        clear: right
    }
    .col-offset-xl-10 {
        margin-left: 83.33333%
    }
    .col-offset-xl-10-half {
        margin-left: 87.5%
    }
    .col-push-xl-10 {
        left: 83.33333%
    }
    .col-push-xl-10-half {
        left: 87.5%
    }
    .col-pull-xl-10 {
        right: 83.33333%
    }
    .col-pull-xl-10-half {
        right: 87.5%
    }
    .col-fill-xl-10 {
        float: none;
        width: auto;
        margin-left: 13.02083rem
    }
    .col-fixed-xl-10,
    .col-fixed-right-xl-10 {
        width: 100%;
        max-width: 65.10417rem
    }
    .col-fixed-right-xl-10 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xl-10 {
        margin-right: 13.02083rem;
        margin-left: 0
    }
    .row-xl-11>.col {
        width: 9.09091%
    }
    .row-xl-11>.col:nth-of-type(1n) {
        clear: none
    }
    .row-xl-11>.col:nth-of-type(11n+1) {
        clear: both
    }
    .flexbox .row-flex.row-xl-11>.col {
        max-width: 9.09091%;
        flex-basis: 9.09091%
    }
    .flexbox .row-flex .col-xl-11 {
        max-width: 91.66667%;
        flex-basis: 91.66667%
    }
    .col-xl-11 {
        width: 91.66667%
    }
    .col-first-xl {
        clear: left
    }
    .col-last-xl {
        clear: right
    }
    .col-offset-xl-11 {
        margin-left: 91.66667%
    }
    .col-offset-xl-11-half {
        margin-left: 95.83333%
    }
    .col-push-xl-11 {
        left: 91.66667%
    }
    .col-push-xl-11-half {
        left: 95.83333%
    }
    .col-pull-xl-11 {
        right: 91.66667%
    }
    .col-pull-xl-11-half {
        right: 95.83333%
    }
    .col-fill-xl-11 {
        float: none;
        width: auto;
        margin-left: 6.51042rem
    }
    .col-fixed-xl-11,
    .col-fixed-right-xl-11 {
        width: 100%;
        max-width: 71.61458rem
    }
    .col-fixed-right-xl-11 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xl-11 {
        margin-right: 6.51042rem;
        margin-left: 0
    }
    .row-xl-12>.col {
        width: 8.33333%
    }
    .row-xl-12>.col:nth-of-type(1n) {
        clear: none
    }
    .row-xl-12>.col:nth-of-type(12n+1) {
        clear: both
    }
    .flexbox .row-flex.row-xl-12>.col {
        max-width: 8.33333%;
        flex-basis: 8.33333%
    }
    .flexbox .row-flex .col-xl-12 {
        max-width: 100%;
        flex-basis: 100%
    }
    .col-xl-12 {
        width: 100%
    }
    .col-first-xl {
        clear: left
    }
    .col-last-xl {
        clear: right
    }
    .col-offset-xl-12 {
        margin-left: 100%
    }
    .col-offset-xl-12-half {
        margin-left: 104.16667%
    }
    .col-push-xl-12 {
        left: 100%
    }
    .col-push-xl-12-half {
        left: 104.16667%
    }
    .col-pull-xl-12 {
        right: 100%
    }
    .col-pull-xl-12-half {
        right: 104.16667%
    }
    .col-fill-xl-12 {
        float: none;
        width: auto;
        margin-left: 0rem
    }
    .col-fixed-xl-12,
    .col-fixed-right-xl-12 {
        width: 100%;
        max-width: 78.125rem
    }
    .col-fixed-right-xl-12 {
        float: right
    }
    [class*='col-fixed-right']+.col-fill-xl-12 {
        margin-right: 0rem;
        margin-left: 0
    }
}

ul,
ol {
    margin: 1rem 0
}

ul li,
ol li {
    margin-bottom: 0.5rem
}

ul li:last-of-type,
ol li:last-of-type {
    margin-bottom: 0
}

ul ol,
ul ul,
ol ol,
ol ul {
    margin: 0.5rem 0 0.5rem 1.5rem;
    font-size: 0.9rem
}

ul {
    list-style: disc inside
}

ul ul {
    list-style-type: circle
}

ol {
    list-style: decimal inside
}

ol ul {
    list-style-type: circle
}

dl {
    margin-bottom: 1rem
}

dl dt,
dl dd {
    margin-bottom: 0.5rem
}

dl dd {
    margin-left: 1.5rem
}

.list--plain {
    list-style: none;
    padding: 0
}

.list--inline {
    list-style: none;
    overflow: hidden
}

.list--inline>li {
    display: block;
    float: left;
    margin-bottom: 0;
    padding: 0.5rem
}

.list--split {
    list-style: none
}

.list--split>li {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    clear: none
}

@media (min-width: 0rem) {
    .list--split-xxs-2>li {
        width: 50%;
        padding: 0 0.5rem
    }
    .list--split-xxs-2>li:nth-child(2n+1) {
        padding-right: 0.5rem;
        padding-left: 0;
        clear: left
    }
    .list--split-xxs-2>li:nth-child(2n) {
        padding-right: 0;
        padding-left: 0.5rem
    }
    .list--split-xxs-3>li {
        width: 33.33333%;
        padding: 0 0.5rem
    }
    .list--split-xxs-3>li:nth-child(3n+1) {
        padding-right: 0.5rem;
        padding-left: 0;
        clear: left
    }
    .list--split-xxs-3>li:nth-child(3n) {
        padding-right: 0;
        padding-left: 0.5rem
    }
    .list--split-xxs-4>li {
        width: 25%;
        padding: 0 0.5rem
    }
    .list--split-xxs-4>li:nth-child(4n+1) {
        padding-right: 0.5rem;
        padding-left: 0;
        clear: left
    }
    .list--split-xxs-4>li:nth-child(4n) {
        padding-right: 0;
        padding-left: 0.5rem
    }
    .list--split-xxs-5>li {
        width: 20%;
        padding: 0 0.5rem
    }
    .list--split-xxs-5>li:nth-child(5n+1) {
        padding-right: 0.5rem;
        padding-left: 0;
        clear: left
    }
    .list--split-xxs-5>li:nth-child(5n) {
        padding-right: 0;
        padding-left: 0.5rem
    }
    .list--split-xxs-6>li {
        width: 16.66667%;
        padding: 0 0.5rem
    }
    .list--split-xxs-6>li:nth-child(6n+1) {
        padding-right: 0.5rem;
        padding-left: 0;
        clear: left
    }
    .list--split-xxs-6>li:nth-child(6n) {
        padding-right: 0;
        padding-left: 0.5rem
    }
}

@media (min-width: 20.0625rem) {
    .list--split-xs-2>li {
        width: 50%;
        padding: 0 0.5rem
    }
    .list--split-xs-2>li:nth-child(2n+1) {
        padding-right: 0.5rem;
        padding-left: 0;
        clear: left
    }
    .list--split-xs-2>li:nth-child(2n) {
        padding-right: 0;
        padding-left: 0.5rem
    }
    .list--split-xs-3>li {
        width: 33.33333%;
        padding: 0 0.5rem
    }
    .list--split-xs-3>li:nth-child(3n+1) {
        padding-right: 0.5rem;
        padding-left: 0;
        clear: left
    }
    .list--split-xs-3>li:nth-child(3n) {
        padding-right: 0;
        padding-left: 0.5rem
    }
    .list--split-xs-4>li {
        width: 25%;
        padding: 0 0.5rem
    }
    .list--split-xs-4>li:nth-child(4n+1) {
        padding-right: 0.5rem;
        padding-left: 0;
        clear: left
    }
    .list--split-xs-4>li:nth-child(4n) {
        padding-right: 0;
        padding-left: 0.5rem
    }
    .list--split-xs-5>li {
        width: 20%;
        padding: 0 0.5rem
    }
    .list--split-xs-5>li:nth-child(5n+1) {
        padding-right: 0.5rem;
        padding-left: 0;
        clear: left
    }
    .list--split-xs-5>li:nth-child(5n) {
        padding-right: 0;
        padding-left: 0.5rem
    }
    .list--split-xs-6>li {
        width: 16.66667%;
        padding: 0 0.5rem
    }
    .list--split-xs-6>li:nth-child(6n+1) {
        padding-right: 0.5rem;
        padding-left: 0;
        clear: left
    }
    .list--split-xs-6>li:nth-child(6n) {
        padding-right: 0;
        padding-left: 0.5rem
    }
}

@media (min-width: 30.0625rem) {
    .list--split-s-2>li {
        width: 50%;
        padding: 0 0.5rem
    }
    .list--split-s-2>li:nth-child(2n+1) {
        padding-right: 0.5rem;
        padding-left: 0;
        clear: left
    }
    .list--split-s-2>li:nth-child(2n) {
        padding-right: 0;
        padding-left: 0.5rem
    }
    .list--split-s-3>li {
        width: 33.33333%;
        padding: 0 0.5rem
    }
    .list--split-s-3>li:nth-child(3n+1) {
        padding-right: 0.5rem;
        padding-left: 0;
        clear: left
    }
    .list--split-s-3>li:nth-child(3n) {
        padding-right: 0;
        padding-left: 0.5rem
    }
    .list--split-s-4>li {
        width: 25%;
        padding: 0 0.5rem
    }
    .list--split-s-4>li:nth-child(4n+1) {
        padding-right: 0.5rem;
        padding-left: 0;
        clear: left
    }
    .list--split-s-4>li:nth-child(4n) {
        padding-right: 0;
        padding-left: 0.5rem
    }
    .list--split-s-5>li {
        width: 20%;
        padding: 0 0.5rem
    }
    .list--split-s-5>li:nth-child(5n+1) {
        padding-right: 0.5rem;
        padding-left: 0;
        clear: left
    }
    .list--split-s-5>li:nth-child(5n) {
        padding-right: 0;
        padding-left: 0.5rem
    }
    .list--split-s-6>li {
        width: 16.66667%;
        padding: 0 0.5rem
    }
    .list--split-s-6>li:nth-child(6n+1) {
        padding-right: 0.5rem;
        padding-left: 0;
        clear: left
    }
    .list--split-s-6>li:nth-child(6n) {
        padding-right: 0;
        padding-left: 0.5rem
    }
}

@media (min-width: 40.0625rem) {
    .list--split-m-2>li {
        width: 50%;
        padding: 0 0.5rem
    }
    .list--split-m-2>li:nth-child(2n+1) {
        padding-right: 0.5rem;
        padding-left: 0;
        clear: left
    }
    .list--split-m-2>li:nth-child(2n) {
        padding-right: 0;
        padding-left: 0.5rem
    }
    .list--split-m-3>li {
        width: 33.33333%;
        padding: 0 0.5rem
    }
    .list--split-m-3>li:nth-child(3n+1) {
        padding-right: 0.5rem;
        padding-left: 0;
        clear: left
    }
    .list--split-m-3>li:nth-child(3n) {
        padding-right: 0;
        padding-left: 0.5rem
    }
    .list--split-m-4>li {
        width: 25%;
        padding: 0 0.5rem
    }
    .list--split-m-4>li:nth-child(4n+1) {
        padding-right: 0.5rem;
        padding-left: 0;
        clear: left
    }
    .list--split-m-4>li:nth-child(4n) {
        padding-right: 0;
        padding-left: 0.5rem
    }
    .list--split-m-5>li {
        width: 20%;
        padding: 0 0.5rem
    }
    .list--split-m-5>li:nth-child(5n+1) {
        padding-right: 0.5rem;
        padding-left: 0;
        clear: left
    }
    .list--split-m-5>li:nth-child(5n) {
        padding-right: 0;
        padding-left: 0.5rem
    }
    .list--split-m-6>li {
        width: 16.66667%;
        padding: 0 0.5rem
    }
    .list--split-m-6>li:nth-child(6n+1) {
        padding-right: 0.5rem;
        padding-left: 0;
        clear: left
    }
    .list--split-m-6>li:nth-child(6n) {
        padding-right: 0;
        padding-left: 0.5rem
    }
}

@media (min-width: 64.0625rem) {
    .list--split-l-2>li {
        width: 50%;
        padding: 0 0.5rem
    }
    .list--split-l-2>li:nth-child(2n+1) {
        padding-right: 0.5rem;
        padding-left: 0;
        clear: left
    }
    .list--split-l-2>li:nth-child(2n) {
        padding-right: 0;
        padding-left: 0.5rem
    }
    .list--split-l-3>li {
        width: 33.33333%;
        padding: 0 0.5rem
    }
    .list--split-l-3>li:nth-child(3n+1) {
        padding-right: 0.5rem;
        padding-left: 0;
        clear: left
    }
    .list--split-l-3>li:nth-child(3n) {
        padding-right: 0;
        padding-left: 0.5rem
    }
    .list--split-l-4>li {
        width: 25%;
        padding: 0 0.5rem
    }
    .list--split-l-4>li:nth-child(4n+1) {
        padding-right: 0.5rem;
        padding-left: 0;
        clear: left
    }
    .list--split-l-4>li:nth-child(4n) {
        padding-right: 0;
        padding-left: 0.5rem
    }
    .list--split-l-5>li {
        width: 20%;
        padding: 0 0.5rem
    }
    .list--split-l-5>li:nth-child(5n+1) {
        padding-right: 0.5rem;
        padding-left: 0;
        clear: left
    }
    .list--split-l-5>li:nth-child(5n) {
        padding-right: 0;
        padding-left: 0.5rem
    }
    .list--split-l-6>li {
        width: 16.66667%;
        padding: 0 0.5rem
    }
    .list--split-l-6>li:nth-child(6n+1) {
        padding-right: 0.5rem;
        padding-left: 0;
        clear: left
    }
    .list--split-l-6>li:nth-child(6n) {
        padding-right: 0;
        padding-left: 0.5rem
    }
}

@media (min-width: 78.1875rem) {
    .list--split-xl-2>li {
        width: 50%;
        padding: 0 0.5rem
    }
    .list--split-xl-2>li:nth-child(2n+1) {
        padding-right: 0.5rem;
        padding-left: 0;
        clear: left
    }
    .list--split-xl-2>li:nth-child(2n) {
        padding-right: 0;
        padding-left: 0.5rem
    }
    .list--split-xl-3>li {
        width: 33.33333%;
        padding: 0 0.5rem
    }
    .list--split-xl-3>li:nth-child(3n+1) {
        padding-right: 0.5rem;
        padding-left: 0;
        clear: left
    }
    .list--split-xl-3>li:nth-child(3n) {
        padding-right: 0;
        padding-left: 0.5rem
    }
    .list--split-xl-4>li {
        width: 25%;
        padding: 0 0.5rem
    }
    .list--split-xl-4>li:nth-child(4n+1) {
        padding-right: 0.5rem;
        padding-left: 0;
        clear: left
    }
    .list--split-xl-4>li:nth-child(4n) {
        padding-right: 0;
        padding-left: 0.5rem
    }
    .list--split-xl-5>li {
        width: 20%;
        padding: 0 0.5rem
    }
    .list--split-xl-5>li:nth-child(5n+1) {
        padding-right: 0.5rem;
        padding-left: 0;
        clear: left
    }
    .list--split-xl-5>li:nth-child(5n) {
        padding-right: 0;
        padding-left: 0.5rem
    }
    .list--split-xl-6>li {
        width: 16.66667%;
        padding: 0 0.5rem
    }
    .list--split-xl-6>li:nth-child(6n+1) {
        padding-right: 0.5rem;
        padding-left: 0;
        clear: left
    }
    .list--split-xl-6>li:nth-child(6n) {
        padding-right: 0;
        padding-left: 0.5rem
    }
}

img {
    max-width: 100%
}

.video--responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

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

.calc--responsive {
    position: relative;
    padding-bottom: 61%;
    height: 0
}

.calc--responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

table {
    margin-bottom: 1rem
}

table tr {
    border-bottom: 1px solid #F6F6F6;
    transition: background 0.3s ease-in-out
}

table th,
table td {
    padding: 0.5rem 1rem;
    text-align: left
}

table th {
    font-weight: bold
}

.table--hover tbody tr:hover {
    background: #F6F6F6
}

.table--alt tr {
    border: none
}

.table--alt tbody tr:nth-of-type(odd) {
    background: #F6F6F6
}

.table--alt.table--hover tbody tr:hover {
    background: #D4D4D4
}

.table--full {
    width: 100%
}

i,
em {
    font-style: italic
}

b,
strong {
    font-family: "HP Simplified Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700
}

small {
    font-size: 0.8rem
}

p {
    margin-bottom: 1rem
}

p:last-of-type {
    margin-bottom: 0
}

a {
    color: #0096D6;
    text-decoration: none;
    transition: color 0.3s ease-in-out
}

a:hover {
    color: #33abde
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0 0 0.5rem 0;
    font-family: "HP Simplified Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.2
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "HP Simplified Regular", "Helvetica Neue", Helvetica, Arial, sans-serif
}

h1,
.h1 {
    font-size: 2.5rem
}

@media screen and (min-width: 20rem) and (max-width: 78.125rem) {
    h1,
    .h1 {
        font-size: 3rem;
        font-size: calc(40px + (56 - 40) * (100vw - 320px) / (1250 - 320))
    }
}

@media screen and (min-width: 78.125rem) {
    h1,
    .h1 {
        font-size: 3.5rem
    }
}

h2,
.h2 {
    font-size: 2rem
}

@media screen and (min-width: 20rem) and (max-width: 78.125rem) {
    h2,
    .h2 {
        font-size: 2.25rem;
        font-size: calc(32px + (40 - 32) * (100vw - 320px) / (1250 - 320))
    }
}

@media screen and (min-width: 78.125rem) {
    h2,
    .h2 {
        font-size: 2.5rem
    }
}

h3,
.h3 {
    font-size: 1.5rem
}

@media screen and (min-width: 20rem) and (max-width: 78.125rem) {
    h3,
    .h3 {
        font-size: 1.75rem;
        font-size: calc(24px + (32 - 24) * (100vw - 320px) / (1250 - 320))
    }
}

@media screen and (min-width: 78.125rem) {
    h3,
    .h3 {
        font-size: 2rem
    }
}

h4,
.h4 {
    font-size: 1.2rem
}

@media screen and (min-width: 20rem) and (max-width: 78.125rem) {
    h4,
    .h4 {
        font-size: 1.35rem;
        font-size: calc(19.2px + (24 - 19.2) * (100vw - 320px) / (1250 - 320))
    }
}

@media screen and (min-width: 78.125rem) {
    h4,
    .h4 {
        font-size: 1.5rem
    }
}

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

@media screen and (min-width: 20rem) and (max-width: 78.125rem) {
    h5,
    .h5 {
        font-size: 1.125rem;
        font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1250 - 320))
    }
}

@media screen and (min-width: 78.125rem) {
    h5,
    .h5 {
        font-size: 1.25rem
    }
}

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

q,
blockquote {
    display: block;
    font-style: italic;
    margin: 1rem 2rem;
    padding: 1rem 1.5rem;
    border-left: 4px solid #D4D4D4
}

@media (min-width: 40rem) {
    q,
    blockquote {
        margin: 2rem 4rem;
        text-align: justify
    }
}

q.quotes,
blockquote.quotes {
    display: inline-block;
    position: relative;
    border: none;
    padding-right: 0;
    padding-left: 0
}

q.quotes:before,
q.quotes:after,
blockquote.quotes:before,
blockquote.quotes:after {
    position: absolute;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 3rem;
    line-height: 1
}

q.quotes:before,
blockquote.quotes:before {
    content: "“";
    top: -10px;
    left: -0.25rem
}

q.quotes:after,
blockquote.quotes:after {
    content: "”";
    bottom: -10px;
    right: 0.5rem;
    line-height: 0
}

q *:last-child,
blockquote *:last-child {
    margin-bottom: 0
}

pre,
code {
    margin: 0;
    direction: ltr;
    font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
    color: #5A5A5A;
    text-align: left;
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 1.5;
    text-decoration: none;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    tab-size: 4;
    hyphens: none;
    background: #F6F6F6;
    border-radius: 3px
}

pre .comment,
code .comment {
    color: #AAAAAA
}

pre {
    padding: 1rem;
    overflow: auto
}

:not(pre)>code {
    padding: 0.5rem;
    white-space: normal
}

hr {
    height: 1px;
    margin: 1.25rem 0;
    border: 0;
    background: #D4D4D4
}

.header {
    position: relative;
    background-color: #FFFFFF;
    z-index: 9999
}

.header .main-bar {
    position: relative;
    background-color: #FFFFFF;
    z-index: 1
}

.header .main-bar:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #D4D4D4
}

@media only screen and (max-width: 40rem) {
    .header .main-bar {
        height: 78px
    }
}

@media only screen and (max-width: 40rem) {
    .header .extras {
        position: relative;
        height: 78px
    }
}

.header .logo,
.header .lang-select {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.header .logo {
    left: 1rem
}

.header .logo a,
.header .logo img {
    display: block
}

.header .lang-select {
    right: 1rem
}

.header .lang-select a {
    font-size: 1.5rem;
    color: #5A5A5A;
    text-decoration: none
}

.header .lang-select .menu {
    margin-left: 1rem
}

.header.toggle-lang-select .lang-select .fa {
    color: #0096D6
}

.header.toggle-lang-select .lang-select .language-text {
    color: #0096D6
}

.header .nav {
    text-align: center;
    background-color: #FFFFFF
}

@media only screen and (max-width: 40rem) {
    .header .nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        visibility: hidden;
        opacity: 0;
        transition: 0.3s ease-in-out;
        z-index: 9999
    }
    .header .nav .sub-menu {
        display: none !important
    }
    .header .nav.active {
        visibility: visible;
        opacity: 1
    }
    .header .nav.active li {
        opacity: 1;
        transform: translateY(0)
    }
    .header .nav.active li:nth-of-type(1) {
        transition-delay: 0.35s
    }
    .header .nav.active li:nth-of-type(2) {
        transition-delay: 0.4s
    }
    .header .nav.active li:nth-of-type(3) {
        transition-delay: 0.45s
    }
    .header .nav.active li:nth-of-type(4) {
        transition-delay: 0.5s
    }
    .header .nav.active li:nth-of-type(5) {
        transition-delay: 0.55s
    }
    .header .nav.active li:nth-of-type(6) {
        transition-delay: 0.6s
    }
    .header .nav.active li:nth-of-type(7) {
        transition-delay: 0.65s
    }
    .header .nav.active li:nth-of-type(8) {
        transition-delay: 0.7s
    }
    .header .nav.active li:nth-of-type(9) {
        transition-delay: 0.75s
    }
    .header .nav.active li:nth-of-type(10) {
        transition-delay: 0.8s
    }
    .header .nav ul {
        display: block !important
    }
    .header .nav li {
        float: none;
        opacity: 0;
        transform: translateY(20px);
        transition: 0.3s ease-in-out
    }
    .header .nav .close {
        font-size: 1.5rem
    }
}

.header .nav>ul {
    display: inline-block;
    margin: 0 0 -7px
}

@media only screen and (min-width: 40.0625rem) {
    .header .nav>ul {
        padding-left: 8rem
    }
}

@media only screen and (min-width: 64.0625rem) {
    .header .nav>ul {
        padding-left: 4rem
    }
}

.header .nav>ul>li {
    padding: 0;
    line-height: 40px
}

@media screen and (min-width: 800px) {
    .header .nav>ul>li {
        padding-right: 1rem;
        padding-left: 1rem
    }
}

.header .nav>ul>li.current-menu-parent>a,
.header .nav>ul>li.current-menu-item>a {
    color: #0096D6 !important
}

.header .nav>ul>li.menu-item-has-children:not(.current-menu-item, .current-menu-parent):hover .sub-menu {
    transition-delay: 0s;
    transform: translateY(0)
}

.header .nav>ul>li>a {
    display: block;
    padding: 1.375rem 0.5rem 1rem;
    font-family: "HP Simplified Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #5A5A5A;
    text-decoration: none
}

.header .nav>ul>li>a:hover {
    color: #888888
}

.header .nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1.3rem 0;
    line-height: initial;
    background-color: #F6F6F6;
    border-bottom: 1px solid #D4D4D4;
    transform: translateY(-102%);
    transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: -1
}

.header .nav .sub-menu li:before {
    display: none
}

.lang-select-bar {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    min-width: 20rem;
    height: 95px;
    line-height: 95px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #D4D4D4;
    transform: translateY(-100%);
    z-index: 0;
    transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.toggle-lang-select .lang-select-bar {
    transform: translateY(0)
}

.lang-select-bar .lang-select-form {
    overflow: hidden;
    max-width: 78.125rem;
    margin: 0 auto;
    text-align: center
}

.lang-select-bar .lang-select-field,
.lang-select-bar .lang-select-submit {
    display: inline-block
}

.lang-select-bar .lang-select-field,
.lang-select-bar .lang-select-submit {
    margin: 0
}

.lang-select-bar .lang-select-field {
    position: relative;
    top: -1px;
    width: 70%
}

.sub-header {
    overflow-x: scroll;
    border-bottom: 1px solid #D4D4D4;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none
}

.sub-header::-webkit-scrollbar {
    display: none
}

.sub-header .sub-nav ul.sub-menu {
    display: none;
    white-space: nowrap
}

.sub-header .sub-nav>ul>li:not(.current-menu-parent, .current-menu-item) {
    display: none
}

.single-hpp_product .sub-header .sub-nav>ul>li.show-on-products {
    display: block !important
}

.sub-header .sub-nav li {
    float: none
}

.sub-header .sub-nav li:before {
    content: none
}

.sub-header .sub-nav .show-on-products>a,
.sub-header .sub-nav .current-menu-item>a,
.sub-header .sub-nav .current-menu-parent>a {
    display: none
}

.sub-header .sub-nav .show-on-products .sub-menu,
.sub-header .sub-nav .current-menu-item .sub-menu,
.sub-header .sub-nav .current-menu-parent .sub-menu {
    display: inline-block
}

.sub-header .sub-nav .show-on-products .sub-menu a,
.sub-header .sub-nav .current-menu-item .sub-menu a,
.sub-header .sub-nav .current-menu-parent .sub-menu a {
    display: inline-block
}

.sub-header .sub-nav .show-on-products .sub-menu>li,
.sub-header .sub-nav .current-menu-item .sub-menu>li,
.sub-header .sub-nav .current-menu-parent .sub-menu>li {
    display: inline-block
}

.sub-header .sub-nav .show-on-products .sub-menu>li.current-menu-item a,
.sub-header .sub-nav .current-menu-item .sub-menu>li.current-menu-item a,
.sub-header .sub-nav .current-menu-parent .sub-menu>li.current-menu-item a {
    color: #0096D6
}

.sub-header .sub-nav a {
    display: none
}

.sub-header .sub-nav,
.header .menu-item-has-children {
    text-align: center
}

.sub-header .sub-nav ul,
.header .menu-item-has-children ul {
    display: inline-block;
    margin: 0
}

.sub-header .sub-nav li,
.header .menu-item-has-children li {
    display: inline-block;
    margin: 0;
    padding: 0 1rem;
    vertical-align: top
}

@media screen and (min-width: 800px) {
    .sub-header .sub-nav li,
    .header .menu-item-has-children li {
        padding: 0 2rem
    }
}

.sub-header .sub-nav ul a,
.header .menu-item-has-children ul a {
    display: block;
    padding: 0.1rem 0;
    font-family: "HP Simplified Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #5A5A5A;
    font-size: 0.9rem;
    text-decoration: none;
    text-align: center
}

.sub-header .sub-nav ul a:hover,
.header .menu-item-has-children ul a:hover {
    color: #AAAAAA
}

.sub-header .sub-nav ul a:before,
.header .menu-item-has-children ul a:before {
    display: block;
    margin-bottom: 0.5rem;
    font-family: "HP Icons";
    font-size: 1.8rem
}

.footer {
    padding: 2rem 0;
    font-family: "HP Simplified Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    background-color: #0096D6
}

.footer .container {
    padding-top: 0;
    padding-bottom: 0
}

.footer .row {
    align-items: center
}

.footer .row .col {
    padding-top: 0;
    padding-bottom: 0
}

.footer .nav .close,
.footer .nav .sub-menu {
    display: none
}

.footer .nav ul {
    margin: 0
}

@media only screen and (max-width: 40rem) {
    .footer .nav ul {
        text-align: center
    }
}

.footer .nav li {
    padding: 0.5rem 2rem 0.5rem 0;
    padding: 0.5rem 2rem 0.5rem 0
}

.footer .nav li:last-of-type {
    padding-right: 0
}

@media only screen and (max-width: 40rem) {
    .footer .nav li {
        display: inline-block;
        float: none;
        padding: 0.5rem 1rem
    }
}

.footer .nav a {
    color: #FFFFFF;
    text-decoration: none
}

.footer .subscribe {
    margin: 1rem 0
}

.footer .subscribe h5 {
    color: #FFFFFF;
    margin-bottom: 1rem
}

@media only screen and (min-width: 40.0625rem) {
    .footer .subscribe .col:first-of-type {
        padding-right: 0
    }
    .footer .subscribe .col:last-of-type {
        padding-left: 0.5rem
    }
}

.footer .subscribe .field {
    margin-bottom: 1rem
}

.footer .subscribe .field .message {
    font-size: 0.8rem;
    line-height: 1
}

@media only screen and (min-width: 40.0625rem) {
    .footer .subscribe .field .message {
        position: absolute
    }
}

.footer .subscribe .message--success {
    display: none
}

.footer .subscribe .btn,
.footer .subscribe input {
    display: block;
    width: 100%;
    margin-bottom: 0
}

.footer .subscribe .btn {
    padding-left: 0;
    padding-right: 0
}

.footer .copyright {
    font-size: 0.8rem;
    opacity: 0.5
}

.btn,
.btn--primary,
.btn--blue,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    color: #FFFFFF;
    line-height: 1;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    padding: 0.85rem 1.5rem 1rem;
    text-align: center;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: pointer;
    text-decoration: none;
    background: #0096D6;
    border: 1px solid #0096D6;
    border-radius: 3px;
    transition: 0.3s ease-in-out
}

.btn:hover,
.btn:focus,
.btn--primary:hover,
.btn--primary:focus,
.btn--blue:hover,
.btn--blue:focus,
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
    color: #FFFFFF;
    background: #33abde;
    border-color: #33abde
}

.btn--outline {
    color: #0096D6;
    background: transparent
}

.btn--outline:hover,
.btn--outline:focus {
    color: #33abde;
    border-color: #33abde
}

.btn--arrow {
    padding: 0;
    background-color: transparent !important;
    border: none !important;
    color: #0096D6
}

.btn--arrow:after {
    content: "➝";
    padding-left: 0.5rem
}

.btn--arrow:hover,
.btn--arrow:focus {
    color: #33abde
}

.btn--secondary,
.btn--pink {
    background: #C82577;
    border-color: #C82577
}

.btn--secondary:hover,
.btn--secondary:focus,
.btn--pink:hover,
.btn--pink:focus {
    background: #d35192;
    border-color: #d35192
}

.btn--secondary.btn--outline,
.btn--pink.btn--outline {
    color: #C82577;
    border-color: #C82577
}

.btn--secondary.btn--outline:hover,
.btn--secondary.btn--outline:focus,
.btn--pink.btn--outline:hover,
.btn--pink.btn--outline:focus {
    color: #d35192;
    border-color: #d35192
}

.btn--secondary.btn--arrow,
.btn--pink.btn--arrow {
    color: #C82577
}

.btn--secondary.btn--arrow:hover,
.btn--secondary.btn--arrow:focus,
.btn--pink.btn--arrow:hover,
.btn--pink.btn--arrow:focus {
    color: #d35192
}

.btn--green {
    background: #7EB41E;
    border-color: #7EB41E
}

.btn--green:hover,
.btn--green:focus {
    background: #B0E552;
    border-color: #B0E552
}

.btn--green.btn--outline {
    color: #7EB41E;
    border-color: #7EB41E
}

.btn--green.btn--outline:hover,
.btn--green.btn--outline:focus {
    color: #B0E552;
    border-color: #B0E552
}

.btn--green.btn--arrow {
    color: #7EB41E
}

.btn--green.btn--arrow:hover,
.btn--green.btn--arrow:focus {
    color: #B0E552
}

.btn--white {
    color: #0096D6;
    background: #FFFFFF;
    border-color: #FFFFFF
}

.btn--white:hover,
.btn--white:focus {
    color: #0096D6;
    background: #E8F6FB;
    border-color: #E8F6FB
}

.btn--white.btn--outline {
    color: #FFFFFF;
    border-color: #FFFFFF
}

.btn--white.btn--outline:hover,
.btn--white.btn--outline:focus {
    color: #E8F6FB;
    border-color: #E8F6FB
}

.btn--white.btn--arrow {
    color: #FFFFFF
}

.btn--white.btn--arrow:hover,
.btn--white.btn--arrow:focus {
    color: #E8F6FB
}

.btn--black {
    color: #FFFFFF;
    background: #000000;
    border-color: #000000
}

.btn--black:hover,
.btn--black:focus {
    color: #FFFFFF;
    background: #5A5A5A;
    border-color: #5A5A5A
}

.btn--black.btn--outline {
    color: #000000;
    border-color: #000000
}

.btn--black.btn--outline:hover,
.btn--black.btn--outline:focus {
    color: #5A5A5A;
    border-color: #5A5A5A
}

.btn--black.btn--arrow {
    color: #000000
}

.btn--black.btn--arrow:hover,
.btn--black.btn--arrow:focus {
    color: #5A5A5A
}

.btn--small {
    padding: 0.5rem 1rem;
    font-size: 0.8rem
}

.btn--large {
    padding: 1.5rem 2rem;
    font-size: 1.4rem
}

.btn--full {
    display: block;
    width: 100%
}

.btn:disabled,
.btn--disabled {
    color: #AAAAAA !important;
    background: #888888 !important;
    border-color: #888888 !important;
    pointer-events: none !important
}

.section.section--center .section__header {
    text-align: center
}

.section.section--left .section__header,
.section.section--right .section__header {
    text-align: left
}

.section.section--black .section__heading,
.section.section--black .section__content {
    color: #000000
}

.section.section--white .section__heading,
.section.section--white .section__content {
    color: #FFFFFF
}

.section .section__heading {
    display: inline-block;
    margin-bottom: 0;
}

.section .section__content {
    margin: 1rem auto 0;
    font-size: 1rem
}

@media screen and (min-width: 20rem) and (max-width: 78.125rem) {
    .section .section__content {
        font-size: 1.25rem;
        font-size: calc(16px + (24 - 16) * (100vw - 320px) / (1250 - 320));
        margin-bottom: .5rem;
    }
}

@media screen and (min-width: 78.125rem) {
    .section .section__content {
        font-size: 1.5rem
    }
}

.section .section__extra-content {
    margin: 1.5rem auto 0
}

.section .section__actions {
    margin-top: 0.5rem
}

.section .section__actions .btn {
    margin: 0.5rem 0 0
}

@media only screen and (min-width: 40.0625rem) {
    .section--spaced {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
}

.section--spaced-top {
    margin-top: 1rem
}

@media only screen and (min-width: 40.0625rem) {
    .section--spaced-top {
        margin-top: 4rem
    }
}

.section--spaced-bottom {
    margin-bottom: 1rem
}

@media only screen and (min-width: 40.0625rem) {
    .section--spaced-bottom {
        margin-bottom: 4rem
    }
}

.section--bg {
    padding: 5rem 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

@media only screen and (min-width: 40.0625rem) {
    .section--bg {
        padding: 10rem 0
    }
}

.section--bg.section--bg-top {
    background-position: top center
}

.section--bg.section--bg-bottom {
    background-position: bottom center
}

.section--bg .section__heading,
.section--bg .section__content {
    color: #FFFFFF
}

.section--content {
    font-size: 1.5rem
}

.section--cta .container {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0
}

.section--cta .container>.row {
    margin: -1px
}

.section--cta .col {
    padding: 2rem;
    justify-content: center;
    box-shadow: 0 0 0 1px transparent
}

@media only screen and (min-width: 64.0625rem) {
    .section--cta .col {
        padding: 6rem 4rem
    }
}

.section--cta .image--full {
    position: relative;
    padding: 0
}

.section--cta .image--full .block {
    height: 0;
    padding-top: 100%
}

.section--cta .image--full .section__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.section--cta .section__content {
    margin: 1rem 0 0
}

.section--cta .section__image img {
    display: block;
    margin: 0 auto
}

@media only screen and (min-width: 40.0625rem) {
    .section--cta-overlay.section--cta-center .row .col:last-of-type {
        margin: 4rem 0
    }
}

@media only screen and (min-width: 40.0625rem) {
    .section--cta-overlay.section--cta-center .image--full {
        bottom: 0;
        height: auto
    }
}

.section--cta-overlay .row {
    position: relative
}

@media only screen and (min-width: 40.0625rem) {
    .section--cta-overlay .row.row-reverse .image--full {
        right: auto;
        left: 0
    }
}

@media only screen and (min-width: 40.0625rem) {
    .section--cta-overlay .row .col:last-of-type {
        margin-top: 4rem
    }
}

@media only screen and (min-width: 40.0625rem) {
    .section--cta-overlay .image--full {
        position: absolute;
        top: 0;
        right: 0;
        height: 500px
    }
}

.section--slider .section__header,
.section--product-slider .section__header,
.section--tabs .section__header {
    text-align: center;
    width: 100%
}

.section--slider {
    padding: 0;
    color: #FFFFFF
}

.section--slider .container {
    background-color: #6E9C1E
}

.section--slider .section__content,
.section--tabs .section__content {
    max-width: 500px
}

.section--hero {
    padding: 6rem 0
}

@media only screen and (min-width: 40.0625rem) {
    .section--hero {
        padding: 14rem 0;
        padding: 15% 0
    }
}

@media only screen and (min-width: 64.0625rem) {
    .section--hero {
        padding: 12rem 0;
        padding: 12% 0
    }
}

@media only screen and (max-width: 78.125rem) {
    .section--product-tabs {
        padding-bottom: 0
    }
    .section--product-tabs>.container {
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0
    }
}

.section--reimagine {
    position: relative;
    padding: 5rem 0;
    background-color: #FFFFFF
}

@media screen and (max-width: 50rem) {
    .section--reimagine {
        background-image: none !important
    }
    .section--reimagine .col {
        transform: none !important
    }
}

@media screen and (min-width: 50rem) {
    .section--reimagine {
        padding: 30% 0
    }
}

@media only screen and (min-width: 64.0625rem) {
    .section--reimagine {
        padding: 25% 0 20%
    }
}

.section--reimagine .container {
    position: relative;
    z-index: 1
}

.section--reimagine .boxes {
    display: none;
    position: absolute;
    top: -2rem;
    right: 0;
    left: 0;
    height: 0;
    padding-bottom: 160%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 0
}

@media screen and (min-width: 50rem) {
    .section--reimagine .boxes {
        display: block
    }
}

@media only screen and (min-width: 64.0625rem) {
    .section--reimagine .boxes {
        display: none
    }
    .no-preserve3d .section--reimagine .boxes {
        display: block
    }
}

.section--reimagine .rotating-boxes {
    display: none
}

.no-preserve3d .section--reimagine .rotating-boxes {
    display: none
}

@media only screen and (min-width: 64.0625rem) {
    .section--reimagine .rotating-boxes {
        display: block
    }
}

.section--reimagine .rotating-boxes .box {
    position: absolute
}

.section--reimagine .rotating-boxes .box-1 {
    top: 500px
}

.section--reimagine .rotating-boxes .box-2 {
    top: 800px;
    left: 5%
}

.section--reimagine .rotating-boxes .box-3 {
    top: 400px;
    left: 35%
}

.section--reimagine .rotating-boxes .box-4 {
    top: 900px;
    right: 25%
}

.section--reimagine .rotating-boxes .box-5 {
    top: 100px;
    right: 0
}

.section--reimagine .rotating-boxes .box-6 {
    top: 900px;
    right: 10%
}

.boxes-cover {
    position: relative;
    padding-top: 1rem;
    background-color: #F6F6F6
}

@media only screen and (min-width: 40.0625rem) {
    .boxes-cover {
        padding-top: 4rem
    }
}

.section--prefooter {
    padding: 0.5rem 0;
    font-family: "HP Simplified Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    background-color: #E8F6FB
}

.section--prefooter .btn {
    margin-bottom: 0
}

@media only screen and (max-width: 78.125rem) {
    .section--prefooter .btn {
        display: block
    }
}

.section--product {
    background-color: #F6F6F6;
    background: linear-gradient(to bottom, #F6F6F6 0%, #fff 100%)
}

.section--product .product__intro {
    margin-top: 1rem;
    font-size: 1.5rem
}

.section--product .product__actions {
    margin: 1.5rem 0 2rem
}

.section--product .product__actions .btn {
    margin: 0
}

.section--product .stores {
    margin-top: 1rem
}

@media only screen and (min-width: 64.0625rem) {
    .section--product .stores {
        display: inline-block;
        margin: 0 0 0 2rem;
        padding-left: 2rem;
        border-left: 1px solid #D4D4D4
    }
}

.section--product .stores ul {
    margin: 0
}

.section--product .stores li {
    padding: 0.2rem 1.5rem 0 0
}

.section--product .stores li:last-of-type {
    padding-right: 0
}

.section--product .stores img {
    height: 40px
}

.section--product .product__image {
    margin-top: -2rem;
    text-align: center
}

.section--product .product__details {
    margin-top: 2rem
}

.section--product .product__details ul li {
    text-indent: -2rem;
    padding-left: 2rem
}

.section--search .search-form {
    max-width: 600px
}

.section--search .search-form .search-field {
    width: 75%
}

@media screen and (min-width: 800px) {
    .section--product-slider {
        padding-bottom: 3rem
    }
}

.section--product-slider .section__subheading {
    font-family: "HP Simplified Light", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.section--product-slider .slider__products {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 5px
}

.section--product-slider .slider__products .box {
    position: relative;
    display: inline-block;
    float: left;
    width: 20%;
    padding: 15px 2px 2px;
    opacity: 0.15;
    transition: 0.3s ease
}

.section--product-slider .slider__products .box img {
    outline: 1px solid transparent
}

@media screen and (max-width: 800px) {
    .section--product-slider .slider__products .box {
        transform: scale(0.8)
    }
    .section--product-slider .slider__products .box:nth-of-type(6) {
        clear: left
    }
}

@media screen and (min-width: 800px) {
    .section--product-slider .slider__products .box {
        width: 10%
    }
    .section--product-slider .slider__products .box:nth-of-type(1),
    .section--product-slider .slider__products .box:nth-last-of-type(1) {
        transform: scale(0.84);
        z-index: 1
    }
    .section--product-slider .slider__products .box:nth-of-type(1).active:hover,
    .section--product-slider .slider__products .box:nth-last-of-type(1).active:hover {
        transform: scale(0.882) translateY(-5px)
    }
    .section--product-slider .slider__products .box:nth-of-type(1) {
        margin-right: -20px
    }
    .section--product-slider .slider__products .box:nth-last-of-type(1) {
        margin-left: -20px
    }
    .section--product-slider .slider__products .box:nth-of-type(2),
    .section--product-slider .slider__products .box:nth-last-of-type(2) {
        transform: scale(0.88);
        z-index: 2
    }
    .section--product-slider .slider__products .box:nth-of-type(2).active:hover,
    .section--product-slider .slider__products .box:nth-last-of-type(2).active:hover {
        transform: scale(0.924) translateY(-5px)
    }
    .section--product-slider .slider__products .box:nth-of-type(2) {
        margin-right: -15px
    }
    .section--product-slider .slider__products .box:nth-last-of-type(2) {
        margin-left: -15px
    }
    .section--product-slider .slider__products .box:nth-of-type(3),
    .section--product-slider .slider__products .box:nth-last-of-type(3) {
        transform: scale(0.92);
        z-index: 3
    }
    .section--product-slider .slider__products .box:nth-of-type(3).active:hover,
    .section--product-slider .slider__products .box:nth-last-of-type(3).active:hover {
        transform: scale(0.966) translateY(-5px)
    }
    .section--product-slider .slider__products .box:nth-of-type(3) {
        margin-right: -10px
    }
    .section--product-slider .slider__products .box:nth-last-of-type(3) {
        margin-left: -10px
    }
    .section--product-slider .slider__products .box:nth-of-type(4),
    .section--product-slider .slider__products .box:nth-last-of-type(4) {
        transform: scale(0.96);
        z-index: 4
    }
    .section--product-slider .slider__products .box:nth-of-type(4).active:hover,
    .section--product-slider .slider__products .box:nth-last-of-type(4).active:hover {
        transform: scale(1.008) translateY(-5px)
    }
    .section--product-slider .slider__products .box:nth-of-type(4) {
        margin-right: -5px
    }
    .section--product-slider .slider__products .box:nth-last-of-type(4) {
        margin-left: -5px
    }
    .section--product-slider .slider__products .box:nth-of-type(5),
    .section--product-slider .slider__products .box:nth-last-of-type(5) {
        transform: scale(1);
        z-index: 5
    }
    .section--product-slider .slider__products .box:nth-of-type(5).active:hover,
    .section--product-slider .slider__products .box:nth-last-of-type(5).active:hover {
        transform: scale(1.05) translateY(-5px)
    }
    .section--product-slider .slider__products .box:nth-of-type(5) {
        margin-right: 0px
    }
    .section--product-slider .slider__products .box:nth-last-of-type(5) {
        margin-left: 0px
    }
}

.section--product-slider .slider__products .box.active {
    opacity: 1
}

@media screen and (max-width: 800px) {
    .section--product-slider .slider__products .box.active {
        transform: scale(1)
    }
}

.section--product-slider .slider__products .center {
    overflow: hidden
}

@media screen and (min-width: 800px) {
    .section--product-slider .slider__products .center {
        margin-right: -100px
    }
}

.section--product-slider .slider__instructions {
    padding: 1.5rem 0 0.25rem;
    text-align: center;
    opacity: 0
}

.section--product-slider .slider__instructions.active {
    animation: fadeIn 1s 2s 1 both
}

@media screen and (max-width: 800px) {
    .section--product-slider .slider__instructions {
        display: none
    }
}

.section--product-slider .slider__instructions span {
    position: relative;
    top: -15px
}

.section--product-slider .slider__controls {
    position: relative;
    max-width: 600px;
    margin: 20px auto
}

@media screen and (max-width: 800px) {
    .section--product-slider .slider__controls {
        max-width: 220px;
        height: 100px;
        padding: 0 1rem
    }
}

@media screen and (min-width: 800px) {
    .section--product-slider .slider__controls .labels {
        position: absolute;
        left: 3px;
        right: 3px
    }
}

@media screen and (max-width: 800px) {
    .section--product-slider .slider__controls .labels {
        position: relative;
        height: 100px
    }
}

.section--product-slider .slider__controls .labels .dot {
    position: absolute;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 100%;
    cursor: pointer
}

@media screen and (max-width: 800px) {
    .section--product-slider .slider__controls .labels .dot {
        margin-left: -4px
    }
    .section--product-slider .slider__controls .labels .dot:after {
        display: none;
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 8px;
        height: 8px;
        background-color: #0096D6;
        border-radius: 100%;
        transform: translate(-50%, -50%);
        z-index: 5
    }
    .section--product-slider .slider__controls .labels .dot.active:after {
        display: block
    }
    .section--product-slider .slider__controls .labels .dot.active .label {
        color: #0096D6
    }
}

.section--product-slider .slider__controls .labels .dot:nth-of-type(1) {
    left: 0
}

@media screen and (max-width: 800px) {
    .section--product-slider .slider__controls .labels .dot:nth-of-type(1) {
        left: 0;
        top: 0
    }
}

.section--product-slider .slider__controls .labels .dot:nth-of-type(2) {
    left: 33.33333%;
    transform: translateX(-25%)
}

@media screen and (max-width: 800px) {
    .section--product-slider .slider__controls .labels .dot:nth-of-type(2) {
        top: 33.33333%;
        left: 0px;
        transform: none
    }
}

.section--product-slider .slider__controls .labels .dot:nth-of-type(3) {
    right: 33.33333%;
    transform: translateX(25%)
}

@media screen and (max-width: 800px) {
    .section--product-slider .slider__controls .labels .dot:nth-of-type(3) {
        top: 66.66667%;
        right: 0;
        left: 0;
        transform: none
    }
}

.section--product-slider .slider__controls .labels .dot:nth-of-type(4) {
    right: 0
}

@media screen and (max-width: 800px) {
    .section--product-slider .slider__controls .labels .dot:nth-of-type(4) {
        top: 100%;
        left: 0;
        right: auto
    }
}

.section--product-slider .slider__controls .labels .label {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 10px;
    font-family: "HP Simplified Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    white-space: nowrap;
    transform: translateX(-50%)
}

@media screen and (max-width: 800px) {
    .section--product-slider .slider__controls .labels .label {
        top: 50%;
        left: 100%;
        margin: 0 0 0 0.5rem;
        transform: translateY(-50%)
    }
}

.section--product-slider .slider__range {
    position: relative;
    cursor: pointer
}

.section--product-slider .slider__range:before,
.section--product-slider .slider__range:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 3px;
    left: 3px;
    height: 8px;
    background-color: #ffffff;
    border-radius: 8px
}

@media screen and (min-width: 800px) {
    .section--product-slider .slider__range:before,
    .section--product-slider .slider__range:after {
        transform: translateY(-50%)
    }
}

.section--product-slider .slider__range:before {
    right: 5px;
    left: 5px;
    height: 6px;
    z-index: 1
}

@media screen and (max-width: 800px) {
    .section--product-slider .slider__range:before {
        left: 1px;
        width: 6px;
        height: 100px
    }
}

.section--product-slider .slider__range:after {
    border: 1px solid #cccccc
}

@media screen and (max-width: 800px) {
    .section--product-slider .slider__range:after {
        left: 0;
        width: 8px;
        height: 100px
    }
}

.section--product-slider .slider__range .slider__range--horizontal {
    width: 100%;
    height: 22px
}

.section--product-slider .slider__range .slider__range--disabled {
    opacity: 0.4
}

.section--product-slider .slider__range .slider__range-fill {
    display: none;
    position: absolute;
    top: 50%;
    height: 8px;
    background-color: #0096D6;
    border: 1px solid #cccccc;
    border-radius: 8px;
    transform: translateY(-50%);
    z-index: 1
}

.section--product-slider .slider__range .slider__range-handle {
    position: absolute;
    top: 50%;
    width: 22px;
    height: 22px;
    background-color: #0096D6;
    border-radius: 50%;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 1;
    transition: 0.3s ease
}

@media screen and (max-width: 800px) {
    .section--product-slider .slider__range .slider__range-handle {
        display: none
    }
}

.section--product-slider .slider__range .slider__range-handle:active {
    background: #00608a
}

.section--product-slider .slider__range .slider__range-handle:before,
.section--product-slider .slider__range .slider__range-handle:after {
    position: absolute;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    border: 4.4px solid transparent;
    transform: translateY(-50%)
}

.section--product-slider .slider__range .slider__range-handle:before {
    left: -13px;
    border-right-color: #00608a
}

.section--product-slider .slider__range .slider__range-handle:after {
    right: -13px;
    border-left-color: #00608a
}

.section--product-slider .slider__range .slider__range-handle .bars {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 8.8px;
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: -4px 0 0 white, 4px 0 0 white;
    transform: translate(-50%, -50%)
}

.section--eco-calc iframe {
    height: 550px
}

.section--mp-calc iframe {
    height: 550px
}

@media screen and (min-width: 783px) {
    .section--eco-calc iframe {
        height: 700px
    }
    
    .section--mp-calc iframe {
        height: 700px
    }
}

.block--product {
    padding: 2rem;
    background-color: white;
    border: 1px solid #D4D4D4
}

@media only screen and (min-width: 40.0625rem) {
    .block--product {
        padding: 4rem 2rem
    }
}

.block--product .block__image {
    display: block;
    margin-bottom: 1.5rem;
    text-align: center;
    height: 300px
}

.block--product .block__image img {
    max-height: 100%
}

.block--product .block__title {
    margin-bottom: 0.5rem;
    font-size: 1.2rem
}

.block--product .block__content {
    margin-bottom: 1.5rem
}

.block--product .block__action {
    margin: auto 0 0 0;
    text-align: left
}

.bg-white .tab-controls li:after {
    border-bottom-color: #FFFFFF
}

.tab-controls {
    position: relative;
    overflow: hidden;
    text-align: center;
    list-style: none
}

@media only screen and (max-width: 64rem) {
    .tab-controls {
        overflow-x: auto;
        padding: 0 1rem;
        white-space: nowrap
    }
}

@media only screen and (min-width: 40.0625rem) {
    .tab-controls:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #D4D4D4;
        z-index: 0
    }
}

.tab-controls li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 1rem 1rem;
    padding: 0;
    z-index: 1
}

@media only screen and (min-width: 40.0625rem) {
    .tab-controls li {
        display: inline-block;
        padding: 1.5rem 0.5rem;
        padding: 0
    }
}

@media only screen and (min-width: 64.0625rem) {
    .tab-controls li {
        padding: 1.5rem;
        padding: 0
    }
}

.tab-controls li:before,
.tab-controls li:after {
    visibility: hidden;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -1px;
    border: solid transparent;
    transform: translate(-50%, 10px);
    transition: 0.3s ease-in-out
}

.tab-controls li:before {
    border-bottom-color: #D4D4D4;
    border-width: 10px
}

.tab-controls li:after {
    border-bottom-color: #F6F6F6;
    border-width: 9px
}

.tab-controls li.active a {
    color: #0096D6
}

@media only screen and (min-width: 40.0625rem) {
    .tab-controls li.active:before,
    .tab-controls li.active:after {
        visibility: visible;
        transform: translate(-50%, 0)
    }
}

.tab-controls a {
    display: block;
    padding: 0.5rem;
    text-decoration: none;
    color: #888888
}

.tab-controls a:hover {
    color: #0078ab
}

@media only screen and (min-width: 40.0625rem) {
    .tab-controls a {
        padding: 1.5rem 0.5rem
    }
}

@media only screen and (min-width: 64.0625rem) {
    .tab-controls a {
        padding: 1.5rem
    }
}

.tab {
    padding: 2rem;
    text-align: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

@media only screen and (max-width: 40rem) {
    .tab {
        background: none !important
    }
}

@media only screen and (min-width: 40.0625rem) {
    .tab {
        padding: 7rem 5rem
    }
}

.tab .tab__content {
    margin: 1rem auto 0;
    font-size: 1rem
}

@media screen and (min-width: 20rem) and (max-width: 78.125rem) {
    .tab .tab__content {
        font-size: 1.25rem;
        font-size: calc(16px + (24 - 16) * (100vw - 320px) / (1250 - 320))
    }
}

@media screen and (min-width: 78.125rem) {
    .tab .tab__content {
        font-size: 1.5rem
    }
}

.tab .tab__actions {
    margin-top: 1rem
}

@media only screen and (max-width: 40rem) {
    .tab .tab__actions .btn {
        border-color: #000000
    }
    .tab .tab__actions .btn--outline.btn--white {
        border-color: #000000;
        color: #000000
    }
    .tab .tab__actions .btn:not(.btn--outline) {
        color: #FFFFFF;
        background-color: #000000
    }
}

.tab .tab__actions .btn {
    margin-bottom: 0
}

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

@media only screen and (min-width: 40.0625rem) {
    .tab--black .tab__heading,
    .tab--black .tab__content {
        color: #000000
    }
    .tab--white .tab__heading,
    .tab--white .tab__content {
        color: #FFFFFF
    }
}

.slider__slides {
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 1rem 1rem 2rem;
    text-align: left;
    background-color: #7EB41E;
    box-shadow: 0 2px 34px rgba(0, 0, 0, 0.15)
}

@media only screen and (min-width: 64.0625rem) and (max-width: 78.125rem) {
    .slider__slides {
        margin: 0 -2rem
    }
}

@media only screen and (min-width: 40.0625rem) {
    .slider__slides {
        padding: 3rem 0
    }
}

.slider__slides .prev,
.slider__slides .next {
    position: relative;
    color: white;
    line-height: 1;
    text-decoration: none
}

@media only screen and (min-width: 40.0625rem) {
    .slider__slides .prev,
    .slider__slides .next {
        position: absolute;
        top: 50%;
        float: none !important;
        width: 80px;
        margin: 0;
        transform: translateY(-50%)
    }
}

.slider__slides .prev.disabled,
.slider__slides .next.disabled {
    display: none
}

.slider__slides .prev:after,
.slider__slides .next:after {
    content: '';
    position: absolute;
    top: 50%;
    height: 0;
    width: 0;
    border: 5.33333px solid transparent;
    margin-top: -5.33333px
}

@media only screen and (min-width: 40.0625rem) {
    .slider__slides .prev:after,
    .slider__slides .next:after {
        border: 8px solid transparent;
        margin-top: -8px
    }
}

.slider__slides .prev {
    float: left;
    margin-left: 2rem
}

@media only screen and (min-width: 40.0625rem) {
    .slider__slides .prev {
        text-align: left;
        left: 4rem
    }
}

.slider__slides .prev:after {
    border-right-color: #FFFFFF;
    left: -21.33333px
}

@media only screen and (min-width: 40.0625rem) {
    .slider__slides .prev:after {
        left: -32px
    }
}

.slider__slides .next {
    float: right;
    margin-right: 2rem
}

@media only screen and (min-width: 40.0625rem) {
    .slider__slides .next {
        text-align: right;
        right: 4rem
    }
}

.slider__slides .next:after {
    border-left-color: #FFFFFF;
    right: -21.33333px
}

@media only screen and (min-width: 40.0625rem) {
    .slider__slides .next:after {
        right: -32px
    }
}

.slider__question {
    margin-bottom: 1rem;
    font-family: "HP Simplified Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.2
}

.slider__answer {
    font-size: 1.2rem
}

.slider__indicator {
    color: #B0E552;
    text-align: center
}

.slider__indicator .current,
.slider__indicator .max {
    font-family: "HP Simplified Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.4rem
}

.modal {
    visibility: hidden;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 2rem;
    cursor: none;
    z-index: 9999;
    transition: 0.3s ease-in-out 0.15s;
    opacity: 0
}

.modal.active {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s
}

.modal .close,
.modal:after {
    cursor: none;
    user-select: none
}

.modal .close {
    display: none;
    content: "×";
    position: absolute;
    top: -9999px;
    right: -9999px;
    color: #FFFFFF;
    line-height: 0.4;
    font-size: 4rem;
    z-index: -1
}

.modal:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: -2
}

.modal--video .container {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -45%);
    transition: 0.3s ease-in-out
}

.modal--video.active .container {
    opacity: 1;
    transform: translate(-50%, -50%);
    transition-delay: 0.15s
}

.header {
    background: #ffffff
}

.header .nav {
    height: 78px
}

.header .lang-select-bar {
    height: auto;
    padding-right: 1rem;
    text-align: right;
    border: 1px solid #D4D4D4;
    border-top: none;
    padding: 0 1em;
    left: auto;
    min-width: auto;
    font-family: "HP Simplified Regular", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.header .language-text {
    font-size: 1rem;
    font-family: "HP Simplified Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #5A5A5A
}

.header .language-options {
    list-style: none
}

.header .language-options li {
    margin-bottom: 0;
    line-height: 1.6
}

.header .language-options .language-option.active {
    font-weight: bold;
    color: #322c2a
}

.top-sections {
    background: white;
    margin-top: 2rem;
}

@media (min-width: 40.0625rem) {
    .top-sections {
        margin-top: 0;
    }
}

.section--reimagine {
    padding: 2vw 0;
    height: auto
}

.section--reimagine .boxes-left {
    width: 20%;
    position: absolute;
    left: 0
}

.section--reimagine .boxes-right {
    width: 20%;
    position: absolute;
    right: 0
}

@media screen and (min-width: 1500px) {
    .section--reimagine {
        padding: 4vw 0
    }
}

.map-buttons {
    padding: 0;
    text-align: center
}

.map-buttons ul {
    list-style: none;
    margin: 0 1rem
}

.map-buttons li {
    padding: 0.5rem 0.5rem 0 0.5rem;
    margin: 0;
    display: inline-block
}

@media screen and (max-width: 480px) {
    .map-buttons li {
        display: block;
    }
}

@media screen and (max-width: 50rem) {
    .map-buttons li {
        padding: 0.25rem;
    }
}

.map-buttons .btn {
    margin: 0;
    background: white
}

.map-buttons .btn:hover,
.map-buttons .btn.hover {
    background: #0096D6;
    border-color: #0096D6;
    color: white
}

@media screen and (max-width: 480px) {
    .map-buttons .btn {
        display: block
    }
}

.map-buttons .section__content {
    color: #888;
    margin-top: 0
}

.section--choose {
    padding: 0;
    padding-bottom: 1rem;
    background: white;
    box-shadow: 0px 0px 40px 30px white;
    position: relative;
    z-index: 100
}

@media (max-width: 450px) {
    .section--choose {
        box-shadow: none;
    }
}

.section--choose .container {
    padding-bottom: 0
}

.section--choose .section__header {
    padding: 2em;
    padding-top: 0;
    padding-bottom: 0.4em
}

@media screen and (min-width: 1500px) {
    .section--choose {
        padding-top: 4vw
    }
}


.js-form-subscribe-submit {
    background: transparent !important
}

.js-form-subscribe-submit:hover {
    background: white !important;
    color: #0096D6 !important
}

@media screen and (max-width: 768px) {
    #animation_container,
    #_preload_div_,
    #canvas {
        display: none
    }
    .static-map {
        display: none;
        width: 100%;
        opacity: 0.2
    }
}

@media screen and (min-width: 769px) {
    #animation_container,
    #_preload_div_,
    #canvas {
        position: relative;
        margin: auto;
        margin-top: -50px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0
    }
    .static-map {
        display: none
    }
}


@media screen and (min-height: 1024px) and (min-width: 769px) {
    .section--choose {
        padding-top: 4vw
    }
    #animation_container,
    #_preload_div_,
    #canvas {
        position: relative;
        margin: auto;
        margin-top: 0;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0
    }
}