/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

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

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.a-background-image-example {
  height: 250px;
}

[class^="a-wash-icon"],
[class*=" a-wash-icon"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-size: 40px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.a-wash-icon-30-gentle:before {
  content: "\e900";
}

.a-wash-icon-30:before {
  content: "\e901";
}

.a-wash-icon-40-gentle:before {
  content: "\e902";
}

.a-wash-icon-40:before {
  content: "\e903";
}

.a-wash-icon-60:before {
  content: "\e904";
}

.a-wash-icon-bleach:before {
  content: "\e905";
}

.a-wash-icon-dryclean:before {
  content: "\e906";
}

.a-wash-icon-hand:before {
  content: "\e907";
}

.a-wash-icon-iron-1:before {
  content: "\e908";
}

.a-wash-icon-iron-2:before {
  content: "\e909";
}

.a-wash-icon-nowashing:before {
  content: "\e911";
}

.a-wash-icon-iron-3:before {
  content: "\e90a";
}

.a-wash-icon-tumble-1:before {
  content: "\e90b";
}

.a-wash-icon-tumble-2:before {
  content: "\e90c";
}

.a-wash-icon-nobleach:before {
  content: "\e90d";
}

.a-wash-icon-nodryclean:before {
  content: "\e90e";
}

.a-wash-icon-noiron:before {
  content: "\e90f";
}

.a-wash-icon-notumble:before {
  content: "\e910";
}

* {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

input {
  margin: 0;
  padding: 0;
  border-radius: 0;
}

input::-ms-clear {
  display: none;
}

input:invalid {
  box-shadow: none;
}

body {
  min-width: 320px;
}

h1,
h2,
h3 {
  margin: 0;
}

svg {
  height: inherit;
  width: inherit;
}

a {
  text-decoration: none;
}

a:link {
  -webkit-tap-highlight-color: transparent;
}

* {
  outline: none;
}

button {
  border-radius: 0;
}

.example.double-button-gray-example {
  background-color: gray;
}

.example.instagram-user-example .js-mixin {
  height: 55px;
  width: 170px;
}

.example.instagram-user-example .js-mixin .m-instagram-user {
  background: gray;
}

.example.instagram-user-example.no-bg .js-mixin .m-instagram-user {
  background: none;
}

.example.form-example .o-form {
  width: 50%;
  min-width: 360px;
  border: 2px solid black;
  padding: 20px;
}

.m-error {
  margin-bottom: 15px;
}

.o-minicart-example .o-minicart {
  display: block;
  position: relative;
}

.o-olapic-image-example .o-olapic-image {
  height: 236px;
  width: 236px;
  background-image: url("https://scontent-lhr3-1.cdninstagram.com/t51.2885-15/e35/12918452_871665982937882_1911161589_n.jpg?ig_cache_key=MTIxNjU2Nzk5NDU1ODkxNDE3NQ%3D%3D.2");
}

.o-product-cofs {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pictureProof {
  text-align: center;
}

.pictureProof a {
  color: #0b97c4;
  text-decoration: none;
  border-bottom: 1px dotted #2b81af;
  padding-bottom: .1em;
}

.pictureProof .element a,
.pictureProof .element span,
.pictureProof .element img {
  display: block;
}

.pictureProof h2 {
  margin-top: 1.5em;
}

.pictureProof img {
  width: 100%;
  height: auto;
  border: 0;
}

.pictureProof .example {
  margin: 0px;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace,
monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.u-margin-top-30 {
  margin-top: 30px;
}

.u-svg {
  display: block;
  width: 100%;
  height: 100%;
}

.u-align-right {
  float: right;
}

.u-align-left {
  text-align: left !important;
}

[class*=" u-cols"].u-align-right,
[class^="u-cols"].u-align-right {
  float: right;
}

[class*=" u-cols"].u-center-col,
[class^="u-cols"].u-center-col {
  float: none;
  margin: 0 auto;
}

.u-align-center {
  text-align: center;
}

.u-transform-center {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.u-first-col {
  padding-left: 0;
}

.u-last-col {
  padding-right: 0;
}

.u-cols-spacer {
  display: list-item;
  height: 1px;
  list-style-type: none;
}

.u-no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.u-no-animation {
  animation: none !important;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}

.u-display-none {
  display: none !important;
}

.u-display-none[class^="o-"],
.u-display-none[class^="m-"],
.u-display-none[class^="a-"] {
  display: none;
}

.u-visibility-hidden {
  visibility: hidden;
}

.o-test .u-cols-spacer {
  display: block;
  background: #ED6322;
  background-clip: content-box,
padding-box;
  height: 10px;
}

.u-float-left {
  float: left !important;
}

.u-float-right {
  float: right !important;
}

.u-ratio {
  position: relative;
}

.u-ratio:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.u-ratio__content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.u-ratio--1_1:before {
  padding-top: 100%;
}

.u-ratio--2_1:before {
  padding-top: 50%;
}

.u-ratio--1_2:before {
  padding-top: 200%;
}

.u-ratio--4_1:before {
  padding-top: 25%;
}

.u-ratio--4_3:before {
  padding-top: 75%;
}

.u-ratio--16_9:before {
  padding-top: 56.25%;
}

.u-clearfix::after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.u-no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.is-hidden {
  display: none;
}
[class^="a-"].q-color-black-100,
[class^="m-"].q-color-black-100,
[class^="o-"].q-color-black-100 {
  color: black;
}

[class^="a-"].q-color-black-80,
[class^="m-"].q-color-black-80,
[class^="o-"].q-color-black-80 {
  color: rgba(0,
0,
0,
0.8);
}

[class^="a-"].q-color-black-70,
[class^="m-"].q-color-black-70,
[class^="o-"].q-color-black-70 {
  color: rgba(0,
0,
0,
0.7);
}

[class^="a-"].q-color-black-50,
[class^="m-"].q-color-black-50,
[class^="o-"].q-color-black-50 {
  color: #7F7F7F;
}

[class^="a-"].q-color-black-20,
[class^="m-"].q-color-black-20,
[class^="o-"].q-color-black-20 {
  color: #A6A6A6;
}

[class^="a-"].q-color-black-05,
[class^="m-"].q-color-black-05,
[class^="o-"].q-color-black-05 {
  color: rgba(0,
0,
0,
0.05);
}

[class^="a-"].q-color-gray-dark,
[class^="m-"].q-color-gray-dark,
[class^="o-"].q-color-gray-dark {
  color: #7f7f7f;
}

[class^="a-"].q-color-white,
[class^="m-"].q-color-white,
[class^="o-"].q-color-white {
  color: white;
}

[class^="a-"].q-color-green,
[class^="m-"].q-color-green,
[class^="o-"].q-color-green {
  color: #29BAAF;
}

[class^="a-"].q-color-red,
[class^="m-"].q-color-red,
[class^="o-"].q-color-red {
  color: #FF0000;
}

[class^="a-"].q-color-orange,
[class^="m-"].q-color-orange,
[class^="o-"].q-color-orange {
  color: #FF6002;
}

[class^="a-"].q-color-inherit,
[class^="m-"].q-color-inherit,
[class^="o-"].q-color-inherit {
  color: inherit;
}

[class^="a-"].q-color-transparent,
[class^="m-"].q-color-transparent,
[class^="o-"].q-color-transparent {
  color: transparent;
}

[class^="a-"].q-bg-black-100,
[class^="m-"].q-bg-black-100,
[class^="o-"].q-bg-black-100 {
  background-color: black;
}

[class^="a-"].q-bg-black-80,
[class^="m-"].q-bg-black-80,
[class^="o-"].q-bg-black-80 {
  background-color: rgba(0,
0,
0,
0.8);
}

[class^="a-"].q-bg-black-50,
[class^="m-"].q-bg-black-50,
[class^="o-"].q-bg-black-50 {
  background-color: #7F7F7F;
}

[class^="a-"].q-bg-black-20,
[class^="m-"].q-bg-black-20,
[class^="o-"].q-bg-black-20 {
  background-color: #A6A6A6;
}

[class^="a-"].q-bg-black-05,
[class^="m-"].q-bg-black-05,
[class^="o-"].q-bg-black-05 {
  background-color: rgba(0,
0,
0,
0.05);
}

[class^="a-"].q-bg-white,
[class^="m-"].q-bg-white,
[class^="o-"].q-bg-white {
  background-color: white;
}

[class^="a-"].q-bg-grey-light,
[class^="m-"].q-bg-grey-light,
[class^="o-"].q-bg-grey-light {
  background-color: #f3f3f3;
}

[class^="a-"].q-bg-green,
[class^="m-"].q-bg-green,
[class^="o-"].q-bg-green {
  background-color: #29BAAF;
}

[class^="a-"].q-bg-red,
[class^="m-"].q-bg-red,
[class^="o-"].q-bg-red {
  background-color: #FF0000;
}

[class^="a-"].q-bg-orange,
[class^="m-"].q-bg-orange,
[class^="o-"].q-bg-orange {
  background-color: #FF6002;
}

[class^="a-"].q-bg-transparent,
[class^="m-"].q-bg-transparent,
[class^="o-"].q-bg-transparent {
  background-color: transparent;
}

@font-face {
  font-family: "Neue-Haas-Grotesk-Roman";
  src: url("/etc/designs/appeaser/weekday/clientlibs/pattern-lib/fonts/NHaasGroteskTXStd-55Rg.eot");
  src: url("/etc/designs/appeaser/weekday/clientlibs/pattern-lib/fonts/NHaasGroteskTXStd-55Rg.eot?#iefix") format("embedded-opentype"),
url("/etc/designs/appeaser/weekday/clientlibs/pattern-lib/fonts/NHaasGroteskTXPro-55Rg.otf") format("opentype"),
url("/etc/designs/appeaser/weekday/clientlibs/pattern-lib/fonts/NHaasGroteskTXStd-55Rg.ttf") format("truetype"),
url("/etc/designs/appeaser/weekday/clientlibs/pattern-lib/fonts/NHaasGroteskTXStd-55Rg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Neue-Haas-Grotesk-Medium";
  src: url("/etc/designs/appeaser/weekday/clientlibs/pattern-lib/fonts/NHaasGroteskTXStd-65Md.eot");
  src: url("/etc/designs/appeaser/weekday/clientlibs/pattern-lib/fonts/NHaasGroteskTXStd-65Md.eot?#iefix") format("embedded-opentype"),
url("/etc/designs/appeaser/weekday/clientlibs/pattern-lib/fonts/NHaasGroteskTXPro-65Md.otf") format("opentype"),
url("/etc/designs/appeaser/weekday/clientlibs/pattern-lib/fonts/NHaasGroteskTXStd-65Md.ttf") format("truetype"),
url("/etc/designs/appeaser/weekday/clientlibs/pattern-lib/fonts/NHaasGroteskTXStd-65Md.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Neue-Haas-Grotesk-Italic";
  src: url("/etc/designs/appeaser/weekday/clientlibs/pattern-lib/fonts/NHaasGroteskTXStd-66MdIt.eot");
  src: url("/etc/designs/appeaser/weekday/clientlibs/pattern-lib/fonts/NHaasGroteskTXStd-66MdIt.eot?#iefix") format("embedded-opentype"),
url("/etc/designs/appeaser/weekday/clientlibs/pattern-lib/fonts/NHaasGroteskTXPro-66MdIt.otf") format("opentype"),
url("/etc/designs/appeaser/weekday/clientlibs/pattern-lib/fonts/NHaasGroteskTXStd-66MdIt.ttf") format("truetype"),
url("/etc/designs/appeaser/weekday/clientlibs/pattern-lib/fonts/NHaasGroteskTXStd-66MdIt.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Neue-Haas-Grotesk-Bold";
  src: url("/etc/designs/appeaser/weekday/clientlibs/pattern-lib/fonts/NHaasGroteskTXStd-75Bd.eot");
  src: url("/etc/designs/appeaser/weekday/clientlibs/pattern-lib/fonts/NHaasGroteskTXStd-75Bd.eot?#iefix") format("embedded-opentype"),
url("/etc/designs/appeaser/weekday/clientlibs/pattern-lib/fonts/NHaasGroteskTXPro-75Bd.otf") format("opentype"),
url("/etc/designs/appeaser/weekday/clientlibs/pattern-lib/fonts/NHaasGroteskTXStd-75Bd.ttf") format("truetype"),
url("/etc/designs/appeaser/weekday/clientlibs/pattern-lib/fonts/NHaasGroteskTXStd-75Bd.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Washing-Icons";
  src: url("/etc/designs/appeaser/weekday/clientlibs/pattern-lib/fonts/washing-icons.eot");
  src: url("/etc/designs/appeaser/weekday/clientlibs/pattern-lib/fonts/washing-icons.eot?#iefix") format("embedded-opentype"),
url("/etc/designs/appeaser/weekday/clientlibs/pattern-lib/fonts/washing-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Weekday-Icons";
  src: url("/etc/designs/appeaser/weekday/clientlibs/pattern-lib/fonts/weekday-icons.eot");
  src: url("/etc/designs/appeaser/weekday/clientlibs/pattern-lib/fonts/weekday-icons.eot?#iefix") format("embedded-opentype"),
url("/etc/designs/appeaser/weekday/clientlibs/pattern-lib/fonts/weekday-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  color: black;
  font-family: 'Neue-Haas-Grotesk-Roman',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "salt" 1;
}

body > .o-search,
body > .o-minicart {
  display: none !important;
}

body.has-open-lightbox .o-header,
body.has-open-lightbox .o-page-content,
body.has-open-lightbox .o-footer {
  display: none;
}

* {
  letter-spacing: 0.56px;
}

[class^="a-"].q-layer-auto,
[class^="m-"].q-layer-auto,
[class^="o-"].q-layer-auto {
  z-index: auto;
}

[class^="a-"].q-layer-parent,
[class^="m-"].q-layer-parent,
[class^="o-"].q-layer-parent {
  z-index: inherit;
}

[class^="a-"].q-layer-lightbox,
[class^="m-"].q-layer-lightbox,
[class^="o-"].q-layer-lightbox {
  z-index: 50;
}

[class^="a-"].q-layer-default,
[class^="m-"].q-layer-default,
[class^="o-"].q-layer-default {
  z-index: initial;
}

[class^="a-"].q-layer-base,
[class^="m-"].q-layer-base,
[class^="o-"].q-layer-base {
  z-index: 0;
}

[class^="a-"].q-layer-header,
[class^="m-"].q-layer-header,
[class^="o-"].q-layer-header {
  z-index: 20;
}

.q-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

@media (min-width: 1641px) {
  .q-padding-global {
    padding-left: 82px;
    padding-right: 82px;
  }
}

.q-padding-gutter {
  padding-left: 4px;
  padding-right: 4px;
}

@media (min-width: 768px) {
  .q-padding-gutter {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.q-padding-top-bottom-50 {
  padding-top: 40px;
  padding-bottom: 50px;
}

.q-padding-sign-in-form {
  padding-top: 55px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .q-padding-sign-in-form {
    padding-top: 75px;
    padding-bottom: 70px;
  }
}

@media (min-width: 1025px) {
  .q-padding-sign-in-form {
    padding-bottom: 140px;
  }
}

.q-padding-search {
  padding-top: 35px;
}

@media (min-width: 768px) {
  .q-padding-search {
    padding-top: 105px;
  }
}

@media (min-width: 1025px) {
  .q-padding-search {
    padding-top: 128px;
  }
}

.u-row {
  margin-top: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.u-row > [class^="o-"],
.u-row > [class^="m-"],
.u-row > [class^="a-"],
.u-row > [class^="q-"] {
  padding-left: 5%;
  padding-right: 5%;
  display: block;
  position: relative;
  width: 100%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1641px) {
  .u-row > [class^="o-"],
  .u-row > [class^="m-"],
  .u-row > [class^="a-"],
  .u-row > [class^="q-"] {
    padding-left: 82px;
    padding-right: 82px;
  }
}

.u-row.u-no-padding-mobile > [class^="o-"],
.u-row.u-no-padding-mobile > [class^="m-"],
.u-row.u-no-padding-mobile > [class^="a-"],
.u-row.u-no-padding-mobile > [class^="q-"] {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .u-row.u-no-padding-mobile > [class^="o-"],
  .u-row.u-no-padding-mobile > [class^="m-"],
  .u-row.u-no-padding-mobile > [class^="a-"],
  .u-row.u-no-padding-mobile > [class^="q-"] {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (min-width: 768px) and (min-width: 1641px) {
  .u-row.u-no-padding-mobile > [class^="o-"],
  .u-row.u-no-padding-mobile > [class^="m-"],
  .u-row.u-no-padding-mobile > [class^="a-"],
  .u-row.u-no-padding-mobile > [class^="q-"] {
    padding-left: 82px;
    padding-right: 82px;
  }
}

.u-row.u-full-width > [class^="o-"],
.u-row.u-full-width > [class^="m-"],
.u-row.u-full-width > [class^="a-"],
.u-row.u-full-width > [class^="q-"] {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.u-row.u-full-width .contain {
  padding-left: 5%;
  padding-right: 5%;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1641px) {
  .u-row.u-full-width .contain {
    padding-left: 82px;
    padding-right: 82px;
  }
}

.u-row.u-full-width .contain.u-no-padding-mobile {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .u-row.u-full-width .contain.u-no-padding-mobile {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (min-width: 768px) and (min-width: 1641px) {
  .u-row.u-full-width .contain.u-no-padding-mobile {
    padding-left: 82px;
    padding-right: 82px;
  }
}

.u-row:first-of-type {
  margin-top: 0;
}

.u-row:first-of-type .behind-header {
  margin-top: -56px;
}

@media (min-width: 768px) {
  .u-row:first-of-type .behind-header {
    margin-top: -80px;
  }
}

@media (min-width: 1025px) {
  .u-row:first-of-type .behind-header {
    margin-top: -110px;
  }
}

@media (max-width: 767px) {
  [class*=" u-cols"].u-no-padding-mobile,
  [class^="u-cols"].u-no-padding-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

.u-not-mobile {
  display: none !important;
}

@media (min-width: 768px) {
  .u-not-mobile {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .u-not-tablet {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .u-not-tablet {
    display: block !important;
  }
}

@media (min-width: 1025px) {
  .u-not-desktop {
    display: none !important;
  }
}

[class^='u-cols'],
[class*=' u-cols'] {
  display: block;
  float: left;
}

.u-cols-sb-sm-0-12 {
  margin-left: 0;
}

.u-cols-sa-sm-0-12 {
  margin-right: 0;
}

.u-cols-sm-1-12 {
  width: 8.33333%;
  padding-right: 4px;
  padding-left: 4px;
}

.u-cols-sb-sm-1 {
  margin-left: 8.33333%;
  width: inherit;
}

.u-cols-sb-sm-1-12 {
  margin-left: 8.33333%;
  width: inherit;
}

.u-cols-sa-sm-1-12 {
  margin-right: 8.33333%;
  width: inherit;
}

.u-cols-sm-2-12 {
  width: 16.66667%;
  padding-right: 4px;
  padding-left: 4px;
}

.u-cols-sb-sm-2 {
  margin-left: 16.66667%;
  width: inherit;
}

.u-cols-sb-sm-2-12 {
  margin-left: 16.66667%;
  width: inherit;
}

.u-cols-sa-sm-2-12 {
  margin-right: 16.66667%;
  width: inherit;
}

.u-cols-sm-3-12 {
  width: 25%;
  padding-right: 4px;
  padding-left: 4px;
}

.u-cols-sb-sm-3 {
  margin-left: 25%;
  width: inherit;
}

.u-cols-sb-sm-3-12 {
  margin-left: 25%;
  width: inherit;
}

.u-cols-sa-sm-3-12 {
  margin-right: 25%;
  width: inherit;
}

.u-cols-sm-4-12 {
  width: 33.33333%;
  padding-right: 4px;
  padding-left: 4px;
}

.u-cols-sb-sm-4 {
  margin-left: 33.33333%;
  width: inherit;
}

.u-cols-sb-sm-4-12 {
  margin-left: 33.33333%;
  width: inherit;
}

.u-cols-sa-sm-4-12 {
  margin-right: 33.33333%;
  width: inherit;
}

.u-cols-sm-5-12 {
  width: 41.66667%;
  padding-right: 4px;
  padding-left: 4px;
}

.u-cols-sb-sm-5 {
  margin-left: 41.66667%;
  width: inherit;
}

.u-cols-sb-sm-5-12 {
  margin-left: 41.66667%;
  width: inherit;
}

.u-cols-sa-sm-5-12 {
  margin-right: 41.66667%;
  width: inherit;
}

.u-cols-sm-6-12 {
  width: 50%;
  padding-right: 4px;
  padding-left: 4px;
}

.u-cols-sb-sm-6 {
  margin-left: 50%;
  width: inherit;
}

.u-cols-sb-sm-6-12 {
  margin-left: 50%;
  width: inherit;
}

.u-cols-sa-sm-6-12 {
  margin-right: 50%;
  width: inherit;
}

.u-cols-sm-7-12 {
  width: 58.33333%;
  padding-right: 4px;
  padding-left: 4px;
}

.u-cols-sb-sm-7 {
  margin-left: 58.33333%;
  width: inherit;
}

.u-cols-sb-sm-7-12 {
  margin-left: 58.33333%;
  width: inherit;
}

.u-cols-sa-sm-7-12 {
  margin-right: 58.33333%;
  width: inherit;
}

.u-cols-sm-8-12 {
  width: 66.66667%;
  padding-right: 4px;
  padding-left: 4px;
}

.u-cols-sb-sm-8 {
  margin-left: 66.66667%;
  width: inherit;
}

.u-cols-sb-sm-8-12 {
  margin-left: 66.66667%;
  width: inherit;
}

.u-cols-sa-sm-8-12 {
  margin-right: 66.66667%;
  width: inherit;
}

.u-cols-sm-9-12 {
  width: 75%;
  padding-right: 4px;
  padding-left: 4px;
}

.u-cols-sb-sm-9 {
  margin-left: 75%;
  width: inherit;
}

.u-cols-sb-sm-9-12 {
  margin-left: 75%;
  width: inherit;
}

.u-cols-sa-sm-9-12 {
  margin-right: 75%;
  width: inherit;
}

.u-cols-sm-10-12 {
  width: 83.33333%;
  padding-right: 4px;
  padding-left: 4px;
}

.u-cols-sb-sm-10 {
  margin-left: 83.33333%;
  width: inherit;
}

.u-cols-sb-sm-10-12 {
  margin-left: 83.33333%;
  width: inherit;
}

.u-cols-sa-sm-10-12 {
  margin-right: 83.33333%;
  width: inherit;
}

.u-cols-sm-11-12 {
  width: 91.66667%;
  padding-right: 4px;
  padding-left: 4px;
}

.u-cols-sb-sm-11 {
  margin-left: 91.66667%;
  width: inherit;
}

.u-cols-sb-sm-11-12 {
  margin-left: 91.66667%;
  width: inherit;
}

.u-cols-sa-sm-11-12 {
  margin-right: 91.66667%;
  width: inherit;
}

.u-cols-sm-12-12 {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
}

.u-cols-sb-sm-12 {
  margin-left: 100%;
  width: inherit;
}

.u-cols-sb-sm-12-12 {
  margin-left: 100%;
  width: inherit;
}

.u-cols-sa-sm-12-12 {
  margin-right: 100%;
  width: inherit;
}

@media (min-width: false) {
  .u-cols-sb-sm-0-11 {
    margin-left: 0;
  }
  .u-cols-sa-sm-0-11 {
    margin-right: 0;
  }
  .u-cols-sm-1-11 {
    width: 9.09091%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-1 {
    margin-left: 9.09091%;
    width: inherit;
  }
  .u-cols-sb-sm-1-11 {
    margin-left: 9.09091%;
    width: inherit;
  }
  .u-cols-sa-sm-1-11 {
    margin-right: 9.09091%;
    width: inherit;
  }
  .u-cols-sm-2-11 {
    width: 18.18182%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-2 {
    margin-left: 18.18182%;
    width: inherit;
  }
  .u-cols-sb-sm-2-11 {
    margin-left: 18.18182%;
    width: inherit;
  }
  .u-cols-sa-sm-2-11 {
    margin-right: 18.18182%;
    width: inherit;
  }
  .u-cols-sm-3-11 {
    width: 27.27273%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-3 {
    margin-left: 27.27273%;
    width: inherit;
  }
  .u-cols-sb-sm-3-11 {
    margin-left: 27.27273%;
    width: inherit;
  }
  .u-cols-sa-sm-3-11 {
    margin-right: 27.27273%;
    width: inherit;
  }
  .u-cols-sm-4-11 {
    width: 36.36364%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-4 {
    margin-left: 36.36364%;
    width: inherit;
  }
  .u-cols-sb-sm-4-11 {
    margin-left: 36.36364%;
    width: inherit;
  }
  .u-cols-sa-sm-4-11 {
    margin-right: 36.36364%;
    width: inherit;
  }
  .u-cols-sm-5-11 {
    width: 45.45455%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-5 {
    margin-left: 45.45455%;
    width: inherit;
  }
  .u-cols-sb-sm-5-11 {
    margin-left: 45.45455%;
    width: inherit;
  }
  .u-cols-sa-sm-5-11 {
    margin-right: 45.45455%;
    width: inherit;
  }
  .u-cols-sm-6-11 {
    width: 54.54545%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-6 {
    margin-left: 54.54545%;
    width: inherit;
  }
  .u-cols-sb-sm-6-11 {
    margin-left: 54.54545%;
    width: inherit;
  }
  .u-cols-sa-sm-6-11 {
    margin-right: 54.54545%;
    width: inherit;
  }
  .u-cols-sm-7-11 {
    width: 63.63636%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-7 {
    margin-left: 63.63636%;
    width: inherit;
  }
  .u-cols-sb-sm-7-11 {
    margin-left: 63.63636%;
    width: inherit;
  }
  .u-cols-sa-sm-7-11 {
    margin-right: 63.63636%;
    width: inherit;
  }
  .u-cols-sm-8-11 {
    width: 72.72727%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-8 {
    margin-left: 72.72727%;
    width: inherit;
  }
  .u-cols-sb-sm-8-11 {
    margin-left: 72.72727%;
    width: inherit;
  }
  .u-cols-sa-sm-8-11 {
    margin-right: 72.72727%;
    width: inherit;
  }
  .u-cols-sm-9-11 {
    width: 81.81818%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-9 {
    margin-left: 81.81818%;
    width: inherit;
  }
  .u-cols-sb-sm-9-11 {
    margin-left: 81.81818%;
    width: inherit;
  }
  .u-cols-sa-sm-9-11 {
    margin-right: 81.81818%;
    width: inherit;
  }
  .u-cols-sm-10-11 {
    width: 90.90909%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-10 {
    margin-left: 90.90909%;
    width: inherit;
  }
  .u-cols-sb-sm-10-11 {
    margin-left: 90.90909%;
    width: inherit;
  }
  .u-cols-sa-sm-10-11 {
    margin-right: 90.90909%;
    width: inherit;
  }
  .u-cols-sm-11-11 {
    width: 100%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-11 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-sm-11-11 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-sm-11-11 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: false) {
  .u-cols-sb-sm-0-10 {
    margin-left: 0;
  }
  .u-cols-sa-sm-0-10 {
    margin-right: 0;
  }
  .u-cols-sm-1-10 {
    width: 10%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-1 {
    margin-left: 10%;
    width: inherit;
  }
  .u-cols-sb-sm-1-10 {
    margin-left: 10%;
    width: inherit;
  }
  .u-cols-sa-sm-1-10 {
    margin-right: 10%;
    width: inherit;
  }
  .u-cols-sm-2-10 {
    width: 20%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-2 {
    margin-left: 20%;
    width: inherit;
  }
  .u-cols-sb-sm-2-10 {
    margin-left: 20%;
    width: inherit;
  }
  .u-cols-sa-sm-2-10 {
    margin-right: 20%;
    width: inherit;
  }
  .u-cols-sm-3-10 {
    width: 30%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-3 {
    margin-left: 30%;
    width: inherit;
  }
  .u-cols-sb-sm-3-10 {
    margin-left: 30%;
    width: inherit;
  }
  .u-cols-sa-sm-3-10 {
    margin-right: 30%;
    width: inherit;
  }
  .u-cols-sm-4-10 {
    width: 40%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-4 {
    margin-left: 40%;
    width: inherit;
  }
  .u-cols-sb-sm-4-10 {
    margin-left: 40%;
    width: inherit;
  }
  .u-cols-sa-sm-4-10 {
    margin-right: 40%;
    width: inherit;
  }
  .u-cols-sm-5-10 {
    width: 50%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-5 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sb-sm-5-10 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sa-sm-5-10 {
    margin-right: 50%;
    width: inherit;
  }
  .u-cols-sm-6-10 {
    width: 60%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-6 {
    margin-left: 60%;
    width: inherit;
  }
  .u-cols-sb-sm-6-10 {
    margin-left: 60%;
    width: inherit;
  }
  .u-cols-sa-sm-6-10 {
    margin-right: 60%;
    width: inherit;
  }
  .u-cols-sm-7-10 {
    width: 70%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-7 {
    margin-left: 70%;
    width: inherit;
  }
  .u-cols-sb-sm-7-10 {
    margin-left: 70%;
    width: inherit;
  }
  .u-cols-sa-sm-7-10 {
    margin-right: 70%;
    width: inherit;
  }
  .u-cols-sm-8-10 {
    width: 80%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-8 {
    margin-left: 80%;
    width: inherit;
  }
  .u-cols-sb-sm-8-10 {
    margin-left: 80%;
    width: inherit;
  }
  .u-cols-sa-sm-8-10 {
    margin-right: 80%;
    width: inherit;
  }
  .u-cols-sm-9-10 {
    width: 90%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-9 {
    margin-left: 90%;
    width: inherit;
  }
  .u-cols-sb-sm-9-10 {
    margin-left: 90%;
    width: inherit;
  }
  .u-cols-sa-sm-9-10 {
    margin-right: 90%;
    width: inherit;
  }
  .u-cols-sm-10-10 {
    width: 100%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-10 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-sm-10-10 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-sm-10-10 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: false) {
  .u-cols-sb-sm-0-9 {
    margin-left: 0;
  }
  .u-cols-sa-sm-0-9 {
    margin-right: 0;
  }
  .u-cols-sm-1-9 {
    width: 11.11111%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-1 {
    margin-left: 11.11111%;
    width: inherit;
  }
  .u-cols-sb-sm-1-9 {
    margin-left: 11.11111%;
    width: inherit;
  }
  .u-cols-sa-sm-1-9 {
    margin-right: 11.11111%;
    width: inherit;
  }
  .u-cols-sm-2-9 {
    width: 22.22222%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-2 {
    margin-left: 22.22222%;
    width: inherit;
  }
  .u-cols-sb-sm-2-9 {
    margin-left: 22.22222%;
    width: inherit;
  }
  .u-cols-sa-sm-2-9 {
    margin-right: 22.22222%;
    width: inherit;
  }
  .u-cols-sm-3-9 {
    width: 33.33333%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-3 {
    margin-left: 33.33333%;
    width: inherit;
  }
  .u-cols-sb-sm-3-9 {
    margin-left: 33.33333%;
    width: inherit;
  }
  .u-cols-sa-sm-3-9 {
    margin-right: 33.33333%;
    width: inherit;
  }
  .u-cols-sm-4-9 {
    width: 44.44444%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-4 {
    margin-left: 44.44444%;
    width: inherit;
  }
  .u-cols-sb-sm-4-9 {
    margin-left: 44.44444%;
    width: inherit;
  }
  .u-cols-sa-sm-4-9 {
    margin-right: 44.44444%;
    width: inherit;
  }
  .u-cols-sm-5-9 {
    width: 55.55556%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-5 {
    margin-left: 55.55556%;
    width: inherit;
  }
  .u-cols-sb-sm-5-9 {
    margin-left: 55.55556%;
    width: inherit;
  }
  .u-cols-sa-sm-5-9 {
    margin-right: 55.55556%;
    width: inherit;
  }
  .u-cols-sm-6-9 {
    width: 66.66667%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-6 {
    margin-left: 66.66667%;
    width: inherit;
  }
  .u-cols-sb-sm-6-9 {
    margin-left: 66.66667%;
    width: inherit;
  }
  .u-cols-sa-sm-6-9 {
    margin-right: 66.66667%;
    width: inherit;
  }
  .u-cols-sm-7-9 {
    width: 77.77778%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-7 {
    margin-left: 77.77778%;
    width: inherit;
  }
  .u-cols-sb-sm-7-9 {
    margin-left: 77.77778%;
    width: inherit;
  }
  .u-cols-sa-sm-7-9 {
    margin-right: 77.77778%;
    width: inherit;
  }
  .u-cols-sm-8-9 {
    width: 88.88889%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-8 {
    margin-left: 88.88889%;
    width: inherit;
  }
  .u-cols-sb-sm-8-9 {
    margin-left: 88.88889%;
    width: inherit;
  }
  .u-cols-sa-sm-8-9 {
    margin-right: 88.88889%;
    width: inherit;
  }
  .u-cols-sm-9-9 {
    width: 100%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-9 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-sm-9-9 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-sm-9-9 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: false) {
  .u-cols-sb-sm-0-8 {
    margin-left: 0;
  }
  .u-cols-sa-sm-0-8 {
    margin-right: 0;
  }
  .u-cols-sm-1-8 {
    width: 12.5%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-1 {
    margin-left: 12.5%;
    width: inherit;
  }
  .u-cols-sb-sm-1-8 {
    margin-left: 12.5%;
    width: inherit;
  }
  .u-cols-sa-sm-1-8 {
    margin-right: 12.5%;
    width: inherit;
  }
  .u-cols-sm-2-8 {
    width: 25%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-2 {
    margin-left: 25%;
    width: inherit;
  }
  .u-cols-sb-sm-2-8 {
    margin-left: 25%;
    width: inherit;
  }
  .u-cols-sa-sm-2-8 {
    margin-right: 25%;
    width: inherit;
  }
  .u-cols-sm-3-8 {
    width: 37.5%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-3 {
    margin-left: 37.5%;
    width: inherit;
  }
  .u-cols-sb-sm-3-8 {
    margin-left: 37.5%;
    width: inherit;
  }
  .u-cols-sa-sm-3-8 {
    margin-right: 37.5%;
    width: inherit;
  }
  .u-cols-sm-4-8 {
    width: 50%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-4 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sb-sm-4-8 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sa-sm-4-8 {
    margin-right: 50%;
    width: inherit;
  }
  .u-cols-sm-5-8 {
    width: 62.5%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-5 {
    margin-left: 62.5%;
    width: inherit;
  }
  .u-cols-sb-sm-5-8 {
    margin-left: 62.5%;
    width: inherit;
  }
  .u-cols-sa-sm-5-8 {
    margin-right: 62.5%;
    width: inherit;
  }
  .u-cols-sm-6-8 {
    width: 75%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-6 {
    margin-left: 75%;
    width: inherit;
  }
  .u-cols-sb-sm-6-8 {
    margin-left: 75%;
    width: inherit;
  }
  .u-cols-sa-sm-6-8 {
    margin-right: 75%;
    width: inherit;
  }
  .u-cols-sm-7-8 {
    width: 87.5%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-7 {
    margin-left: 87.5%;
    width: inherit;
  }
  .u-cols-sb-sm-7-8 {
    margin-left: 87.5%;
    width: inherit;
  }
  .u-cols-sa-sm-7-8 {
    margin-right: 87.5%;
    width: inherit;
  }
  .u-cols-sm-8-8 {
    width: 100%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-8 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-sm-8-8 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-sm-8-8 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: false) {
  .u-cols-sb-sm-0-7 {
    margin-left: 0;
  }
  .u-cols-sa-sm-0-7 {
    margin-right: 0;
  }
  .u-cols-sm-1-7 {
    width: 14.28571%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-1 {
    margin-left: 14.28571%;
    width: inherit;
  }
  .u-cols-sb-sm-1-7 {
    margin-left: 14.28571%;
    width: inherit;
  }
  .u-cols-sa-sm-1-7 {
    margin-right: 14.28571%;
    width: inherit;
  }
  .u-cols-sm-2-7 {
    width: 28.57143%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-2 {
    margin-left: 28.57143%;
    width: inherit;
  }
  .u-cols-sb-sm-2-7 {
    margin-left: 28.57143%;
    width: inherit;
  }
  .u-cols-sa-sm-2-7 {
    margin-right: 28.57143%;
    width: inherit;
  }
  .u-cols-sm-3-7 {
    width: 42.85714%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-3 {
    margin-left: 42.85714%;
    width: inherit;
  }
  .u-cols-sb-sm-3-7 {
    margin-left: 42.85714%;
    width: inherit;
  }
  .u-cols-sa-sm-3-7 {
    margin-right: 42.85714%;
    width: inherit;
  }
  .u-cols-sm-4-7 {
    width: 57.14286%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-4 {
    margin-left: 57.14286%;
    width: inherit;
  }
  .u-cols-sb-sm-4-7 {
    margin-left: 57.14286%;
    width: inherit;
  }
  .u-cols-sa-sm-4-7 {
    margin-right: 57.14286%;
    width: inherit;
  }
  .u-cols-sm-5-7 {
    width: 71.42857%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-5 {
    margin-left: 71.42857%;
    width: inherit;
  }
  .u-cols-sb-sm-5-7 {
    margin-left: 71.42857%;
    width: inherit;
  }
  .u-cols-sa-sm-5-7 {
    margin-right: 71.42857%;
    width: inherit;
  }
  .u-cols-sm-6-7 {
    width: 85.71429%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-6 {
    margin-left: 85.71429%;
    width: inherit;
  }
  .u-cols-sb-sm-6-7 {
    margin-left: 85.71429%;
    width: inherit;
  }
  .u-cols-sa-sm-6-7 {
    margin-right: 85.71429%;
    width: inherit;
  }
  .u-cols-sm-7-7 {
    width: 100%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-7 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-sm-7-7 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-sm-7-7 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: false) {
  .u-cols-sb-sm-0-6 {
    margin-left: 0;
  }
  .u-cols-sa-sm-0-6 {
    margin-right: 0;
  }
  .u-cols-sm-1-6 {
    width: 16.66667%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-1 {
    margin-left: 16.66667%;
    width: inherit;
  }
  .u-cols-sb-sm-1-6 {
    margin-left: 16.66667%;
    width: inherit;
  }
  .u-cols-sa-sm-1-6 {
    margin-right: 16.66667%;
    width: inherit;
  }
  .u-cols-sm-2-6 {
    width: 33.33333%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-2 {
    margin-left: 33.33333%;
    width: inherit;
  }
  .u-cols-sb-sm-2-6 {
    margin-left: 33.33333%;
    width: inherit;
  }
  .u-cols-sa-sm-2-6 {
    margin-right: 33.33333%;
    width: inherit;
  }
  .u-cols-sm-3-6 {
    width: 50%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-3 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sb-sm-3-6 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sa-sm-3-6 {
    margin-right: 50%;
    width: inherit;
  }
  .u-cols-sm-4-6 {
    width: 66.66667%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-4 {
    margin-left: 66.66667%;
    width: inherit;
  }
  .u-cols-sb-sm-4-6 {
    margin-left: 66.66667%;
    width: inherit;
  }
  .u-cols-sa-sm-4-6 {
    margin-right: 66.66667%;
    width: inherit;
  }
  .u-cols-sm-5-6 {
    width: 83.33333%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-5 {
    margin-left: 83.33333%;
    width: inherit;
  }
  .u-cols-sb-sm-5-6 {
    margin-left: 83.33333%;
    width: inherit;
  }
  .u-cols-sa-sm-5-6 {
    margin-right: 83.33333%;
    width: inherit;
  }
  .u-cols-sm-6-6 {
    width: 100%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-6 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-sm-6-6 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-sm-6-6 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: false) {
  .u-cols-sb-sm-0-5 {
    margin-left: 0;
  }
  .u-cols-sa-sm-0-5 {
    margin-right: 0;
  }
  .u-cols-sm-1-5 {
    width: 20%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-1 {
    margin-left: 20%;
    width: inherit;
  }
  .u-cols-sb-sm-1-5 {
    margin-left: 20%;
    width: inherit;
  }
  .u-cols-sa-sm-1-5 {
    margin-right: 20%;
    width: inherit;
  }
  .u-cols-sm-2-5 {
    width: 40%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-2 {
    margin-left: 40%;
    width: inherit;
  }
  .u-cols-sb-sm-2-5 {
    margin-left: 40%;
    width: inherit;
  }
  .u-cols-sa-sm-2-5 {
    margin-right: 40%;
    width: inherit;
  }
  .u-cols-sm-3-5 {
    width: 60%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-3 {
    margin-left: 60%;
    width: inherit;
  }
  .u-cols-sb-sm-3-5 {
    margin-left: 60%;
    width: inherit;
  }
  .u-cols-sa-sm-3-5 {
    margin-right: 60%;
    width: inherit;
  }
  .u-cols-sm-4-5 {
    width: 80%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-4 {
    margin-left: 80%;
    width: inherit;
  }
  .u-cols-sb-sm-4-5 {
    margin-left: 80%;
    width: inherit;
  }
  .u-cols-sa-sm-4-5 {
    margin-right: 80%;
    width: inherit;
  }
  .u-cols-sm-5-5 {
    width: 100%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-5 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-sm-5-5 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-sm-5-5 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: false) {
  .u-cols-sb-sm-0-4 {
    margin-left: 0;
  }
  .u-cols-sa-sm-0-4 {
    margin-right: 0;
  }
  .u-cols-sm-1-4 {
    width: 25%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-1 {
    margin-left: 25%;
    width: inherit;
  }
  .u-cols-sb-sm-1-4 {
    margin-left: 25%;
    width: inherit;
  }
  .u-cols-sa-sm-1-4 {
    margin-right: 25%;
    width: inherit;
  }
  .u-cols-sm-2-4 {
    width: 50%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-2 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sb-sm-2-4 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sa-sm-2-4 {
    margin-right: 50%;
    width: inherit;
  }
  .u-cols-sm-3-4 {
    width: 75%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-3 {
    margin-left: 75%;
    width: inherit;
  }
  .u-cols-sb-sm-3-4 {
    margin-left: 75%;
    width: inherit;
  }
  .u-cols-sa-sm-3-4 {
    margin-right: 75%;
    width: inherit;
  }
  .u-cols-sm-4-4 {
    width: 100%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-4 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-sm-4-4 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-sm-4-4 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: false) {
  .u-cols-sb-sm-0-3 {
    margin-left: 0;
  }
  .u-cols-sa-sm-0-3 {
    margin-right: 0;
  }
  .u-cols-sm-1-3 {
    width: 33.33333%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-1 {
    margin-left: 33.33333%;
    width: inherit;
  }
  .u-cols-sb-sm-1-3 {
    margin-left: 33.33333%;
    width: inherit;
  }
  .u-cols-sa-sm-1-3 {
    margin-right: 33.33333%;
    width: inherit;
  }
  .u-cols-sm-2-3 {
    width: 66.66667%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-2 {
    margin-left: 66.66667%;
    width: inherit;
  }
  .u-cols-sb-sm-2-3 {
    margin-left: 66.66667%;
    width: inherit;
  }
  .u-cols-sa-sm-2-3 {
    margin-right: 66.66667%;
    width: inherit;
  }
  .u-cols-sm-3-3 {
    width: 100%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-3 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-sm-3-3 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-sm-3-3 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: false) {
  .u-cols-sb-sm-0-2 {
    margin-left: 0;
  }
  .u-cols-sa-sm-0-2 {
    margin-right: 0;
  }
  .u-cols-sm-1-2 {
    width: 50%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-1 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sb-sm-1-2 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sa-sm-1-2 {
    margin-right: 50%;
    width: inherit;
  }
  .u-cols-sm-2-2 {
    width: 100%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-2 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-sm-2-2 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-sm-2-2 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: false) {
  .u-cols-sb-sm-0-1 {
    margin-left: 0;
  }
  .u-cols-sa-sm-0-1 {
    margin-right: 0;
  }
  .u-cols-sm-1-1 {
    width: 100%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .u-cols-sb-sm-1 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-sm-1-1 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-sm-1-1 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: 768px) {
  .u-cols-sb-md-0-12 {
    margin-left: 0;
  }
  .u-cols-sa-md-0-12 {
    margin-right: 0;
  }
  .u-cols-md-1-12 {
    width: 8.33333%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-1 {
    margin-left: 8.33333%;
    width: inherit;
  }
  .u-cols-sb-md-1-12 {
    margin-left: 8.33333%;
    width: inherit;
  }
  .u-cols-sa-md-1-12 {
    margin-right: 8.33333%;
    width: inherit;
  }
  .u-cols-md-2-12 {
    width: 16.66667%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-2 {
    margin-left: 16.66667%;
    width: inherit;
  }
  .u-cols-sb-md-2-12 {
    margin-left: 16.66667%;
    width: inherit;
  }
  .u-cols-sa-md-2-12 {
    margin-right: 16.66667%;
    width: inherit;
  }
  .u-cols-md-3-12 {
    width: 25%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-3 {
    margin-left: 25%;
    width: inherit;
  }
  .u-cols-sb-md-3-12 {
    margin-left: 25%;
    width: inherit;
  }
  .u-cols-sa-md-3-12 {
    margin-right: 25%;
    width: inherit;
  }
  .u-cols-md-4-12 {
    width: 33.33333%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-4 {
    margin-left: 33.33333%;
    width: inherit;
  }
  .u-cols-sb-md-4-12 {
    margin-left: 33.33333%;
    width: inherit;
  }
  .u-cols-sa-md-4-12 {
    margin-right: 33.33333%;
    width: inherit;
  }
  .u-cols-md-5-12 {
    width: 41.66667%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-5 {
    margin-left: 41.66667%;
    width: inherit;
  }
  .u-cols-sb-md-5-12 {
    margin-left: 41.66667%;
    width: inherit;
  }
  .u-cols-sa-md-5-12 {
    margin-right: 41.66667%;
    width: inherit;
  }
  .u-cols-md-6-12 {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-6 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sb-md-6-12 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sa-md-6-12 {
    margin-right: 50%;
    width: inherit;
  }
  .u-cols-md-7-12 {
    width: 58.33333%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-7 {
    margin-left: 58.33333%;
    width: inherit;
  }
  .u-cols-sb-md-7-12 {
    margin-left: 58.33333%;
    width: inherit;
  }
  .u-cols-sa-md-7-12 {
    margin-right: 58.33333%;
    width: inherit;
  }
  .u-cols-md-8-12 {
    width: 66.66667%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-8 {
    margin-left: 66.66667%;
    width: inherit;
  }
  .u-cols-sb-md-8-12 {
    margin-left: 66.66667%;
    width: inherit;
  }
  .u-cols-sa-md-8-12 {
    margin-right: 66.66667%;
    width: inherit;
  }
  .u-cols-md-9-12 {
    width: 75%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-9 {
    margin-left: 75%;
    width: inherit;
  }
  .u-cols-sb-md-9-12 {
    margin-left: 75%;
    width: inherit;
  }
  .u-cols-sa-md-9-12 {
    margin-right: 75%;
    width: inherit;
  }
  .u-cols-md-10-12 {
    width: 83.33333%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-10 {
    margin-left: 83.33333%;
    width: inherit;
  }
  .u-cols-sb-md-10-12 {
    margin-left: 83.33333%;
    width: inherit;
  }
  .u-cols-sa-md-10-12 {
    margin-right: 83.33333%;
    width: inherit;
  }
  .u-cols-md-11-12 {
    width: 91.66667%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-11 {
    margin-left: 91.66667%;
    width: inherit;
  }
  .u-cols-sb-md-11-12 {
    margin-left: 91.66667%;
    width: inherit;
  }
  .u-cols-sa-md-11-12 {
    margin-right: 91.66667%;
    width: inherit;
  }
  .u-cols-md-12-12 {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-12 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-md-12-12 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-md-12-12 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: 768px) {
  .u-cols-sb-md-0-11 {
    margin-left: 0;
  }
  .u-cols-sa-md-0-11 {
    margin-right: 0;
  }
  .u-cols-md-1-11 {
    width: 9.09091%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-1 {
    margin-left: 9.09091%;
    width: inherit;
  }
  .u-cols-sb-md-1-11 {
    margin-left: 9.09091%;
    width: inherit;
  }
  .u-cols-sa-md-1-11 {
    margin-right: 9.09091%;
    width: inherit;
  }
  .u-cols-md-2-11 {
    width: 18.18182%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-2 {
    margin-left: 18.18182%;
    width: inherit;
  }
  .u-cols-sb-md-2-11 {
    margin-left: 18.18182%;
    width: inherit;
  }
  .u-cols-sa-md-2-11 {
    margin-right: 18.18182%;
    width: inherit;
  }
  .u-cols-md-3-11 {
    width: 27.27273%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-3 {
    margin-left: 27.27273%;
    width: inherit;
  }
  .u-cols-sb-md-3-11 {
    margin-left: 27.27273%;
    width: inherit;
  }
  .u-cols-sa-md-3-11 {
    margin-right: 27.27273%;
    width: inherit;
  }
  .u-cols-md-4-11 {
    width: 36.36364%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-4 {
    margin-left: 36.36364%;
    width: inherit;
  }
  .u-cols-sb-md-4-11 {
    margin-left: 36.36364%;
    width: inherit;
  }
  .u-cols-sa-md-4-11 {
    margin-right: 36.36364%;
    width: inherit;
  }
  .u-cols-md-5-11 {
    width: 45.45455%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-5 {
    margin-left: 45.45455%;
    width: inherit;
  }
  .u-cols-sb-md-5-11 {
    margin-left: 45.45455%;
    width: inherit;
  }
  .u-cols-sa-md-5-11 {
    margin-right: 45.45455%;
    width: inherit;
  }
  .u-cols-md-6-11 {
    width: 54.54545%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-6 {
    margin-left: 54.54545%;
    width: inherit;
  }
  .u-cols-sb-md-6-11 {
    margin-left: 54.54545%;
    width: inherit;
  }
  .u-cols-sa-md-6-11 {
    margin-right: 54.54545%;
    width: inherit;
  }
  .u-cols-md-7-11 {
    width: 63.63636%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-7 {
    margin-left: 63.63636%;
    width: inherit;
  }
  .u-cols-sb-md-7-11 {
    margin-left: 63.63636%;
    width: inherit;
  }
  .u-cols-sa-md-7-11 {
    margin-right: 63.63636%;
    width: inherit;
  }
  .u-cols-md-8-11 {
    width: 72.72727%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-8 {
    margin-left: 72.72727%;
    width: inherit;
  }
  .u-cols-sb-md-8-11 {
    margin-left: 72.72727%;
    width: inherit;
  }
  .u-cols-sa-md-8-11 {
    margin-right: 72.72727%;
    width: inherit;
  }
  .u-cols-md-9-11 {
    width: 81.81818%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-9 {
    margin-left: 81.81818%;
    width: inherit;
  }
  .u-cols-sb-md-9-11 {
    margin-left: 81.81818%;
    width: inherit;
  }
  .u-cols-sa-md-9-11 {
    margin-right: 81.81818%;
    width: inherit;
  }
  .u-cols-md-10-11 {
    width: 90.90909%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-10 {
    margin-left: 90.90909%;
    width: inherit;
  }
  .u-cols-sb-md-10-11 {
    margin-left: 90.90909%;
    width: inherit;
  }
  .u-cols-sa-md-10-11 {
    margin-right: 90.90909%;
    width: inherit;
  }
  .u-cols-md-11-11 {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-11 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-md-11-11 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-md-11-11 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: 768px) {
  .u-cols-sb-md-0-10 {
    margin-left: 0;
  }
  .u-cols-sa-md-0-10 {
    margin-right: 0;
  }
  .u-cols-md-1-10 {
    width: 10%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-1 {
    margin-left: 10%;
    width: inherit;
  }
  .u-cols-sb-md-1-10 {
    margin-left: 10%;
    width: inherit;
  }
  .u-cols-sa-md-1-10 {
    margin-right: 10%;
    width: inherit;
  }
  .u-cols-md-2-10 {
    width: 20%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-2 {
    margin-left: 20%;
    width: inherit;
  }
  .u-cols-sb-md-2-10 {
    margin-left: 20%;
    width: inherit;
  }
  .u-cols-sa-md-2-10 {
    margin-right: 20%;
    width: inherit;
  }
  .u-cols-md-3-10 {
    width: 30%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-3 {
    margin-left: 30%;
    width: inherit;
  }
  .u-cols-sb-md-3-10 {
    margin-left: 30%;
    width: inherit;
  }
  .u-cols-sa-md-3-10 {
    margin-right: 30%;
    width: inherit;
  }
  .u-cols-md-4-10 {
    width: 40%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-4 {
    margin-left: 40%;
    width: inherit;
  }
  .u-cols-sb-md-4-10 {
    margin-left: 40%;
    width: inherit;
  }
  .u-cols-sa-md-4-10 {
    margin-right: 40%;
    width: inherit;
  }
  .u-cols-md-5-10 {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-5 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sb-md-5-10 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sa-md-5-10 {
    margin-right: 50%;
    width: inherit;
  }
  .u-cols-md-6-10 {
    width: 60%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-6 {
    margin-left: 60%;
    width: inherit;
  }
  .u-cols-sb-md-6-10 {
    margin-left: 60%;
    width: inherit;
  }
  .u-cols-sa-md-6-10 {
    margin-right: 60%;
    width: inherit;
  }
  .u-cols-md-7-10 {
    width: 70%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-7 {
    margin-left: 70%;
    width: inherit;
  }
  .u-cols-sb-md-7-10 {
    margin-left: 70%;
    width: inherit;
  }
  .u-cols-sa-md-7-10 {
    margin-right: 70%;
    width: inherit;
  }
  .u-cols-md-8-10 {
    width: 80%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-8 {
    margin-left: 80%;
    width: inherit;
  }
  .u-cols-sb-md-8-10 {
    margin-left: 80%;
    width: inherit;
  }
  .u-cols-sa-md-8-10 {
    margin-right: 80%;
    width: inherit;
  }
  .u-cols-md-9-10 {
    width: 90%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-9 {
    margin-left: 90%;
    width: inherit;
  }
  .u-cols-sb-md-9-10 {
    margin-left: 90%;
    width: inherit;
  }
  .u-cols-sa-md-9-10 {
    margin-right: 90%;
    width: inherit;
  }
  .u-cols-md-10-10 {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-10 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-md-10-10 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-md-10-10 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: 768px) {
  .u-cols-sb-md-0-9 {
    margin-left: 0;
  }
  .u-cols-sa-md-0-9 {
    margin-right: 0;
  }
  .u-cols-md-1-9 {
    width: 11.11111%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-1 {
    margin-left: 11.11111%;
    width: inherit;
  }
  .u-cols-sb-md-1-9 {
    margin-left: 11.11111%;
    width: inherit;
  }
  .u-cols-sa-md-1-9 {
    margin-right: 11.11111%;
    width: inherit;
  }
  .u-cols-md-2-9 {
    width: 22.22222%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-2 {
    margin-left: 22.22222%;
    width: inherit;
  }
  .u-cols-sb-md-2-9 {
    margin-left: 22.22222%;
    width: inherit;
  }
  .u-cols-sa-md-2-9 {
    margin-right: 22.22222%;
    width: inherit;
  }
  .u-cols-md-3-9 {
    width: 33.33333%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-3 {
    margin-left: 33.33333%;
    width: inherit;
  }
  .u-cols-sb-md-3-9 {
    margin-left: 33.33333%;
    width: inherit;
  }
  .u-cols-sa-md-3-9 {
    margin-right: 33.33333%;
    width: inherit;
  }
  .u-cols-md-4-9 {
    width: 44.44444%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-4 {
    margin-left: 44.44444%;
    width: inherit;
  }
  .u-cols-sb-md-4-9 {
    margin-left: 44.44444%;
    width: inherit;
  }
  .u-cols-sa-md-4-9 {
    margin-right: 44.44444%;
    width: inherit;
  }
  .u-cols-md-5-9 {
    width: 55.55556%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-5 {
    margin-left: 55.55556%;
    width: inherit;
  }
  .u-cols-sb-md-5-9 {
    margin-left: 55.55556%;
    width: inherit;
  }
  .u-cols-sa-md-5-9 {
    margin-right: 55.55556%;
    width: inherit;
  }
  .u-cols-md-6-9 {
    width: 66.66667%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-6 {
    margin-left: 66.66667%;
    width: inherit;
  }
  .u-cols-sb-md-6-9 {
    margin-left: 66.66667%;
    width: inherit;
  }
  .u-cols-sa-md-6-9 {
    margin-right: 66.66667%;
    width: inherit;
  }
  .u-cols-md-7-9 {
    width: 77.77778%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-7 {
    margin-left: 77.77778%;
    width: inherit;
  }
  .u-cols-sb-md-7-9 {
    margin-left: 77.77778%;
    width: inherit;
  }
  .u-cols-sa-md-7-9 {
    margin-right: 77.77778%;
    width: inherit;
  }
  .u-cols-md-8-9 {
    width: 88.88889%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-8 {
    margin-left: 88.88889%;
    width: inherit;
  }
  .u-cols-sb-md-8-9 {
    margin-left: 88.88889%;
    width: inherit;
  }
  .u-cols-sa-md-8-9 {
    margin-right: 88.88889%;
    width: inherit;
  }
  .u-cols-md-9-9 {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-9 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-md-9-9 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-md-9-9 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: 768px) {
  .u-cols-sb-md-0-8 {
    margin-left: 0;
  }
  .u-cols-sa-md-0-8 {
    margin-right: 0;
  }
  .u-cols-md-1-8 {
    width: 12.5%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-1 {
    margin-left: 12.5%;
    width: inherit;
  }
  .u-cols-sb-md-1-8 {
    margin-left: 12.5%;
    width: inherit;
  }
  .u-cols-sa-md-1-8 {
    margin-right: 12.5%;
    width: inherit;
  }
  .u-cols-md-2-8 {
    width: 25%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-2 {
    margin-left: 25%;
    width: inherit;
  }
  .u-cols-sb-md-2-8 {
    margin-left: 25%;
    width: inherit;
  }
  .u-cols-sa-md-2-8 {
    margin-right: 25%;
    width: inherit;
  }
  .u-cols-md-3-8 {
    width: 37.5%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-3 {
    margin-left: 37.5%;
    width: inherit;
  }
  .u-cols-sb-md-3-8 {
    margin-left: 37.5%;
    width: inherit;
  }
  .u-cols-sa-md-3-8 {
    margin-right: 37.5%;
    width: inherit;
  }
  .u-cols-md-4-8 {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-4 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sb-md-4-8 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sa-md-4-8 {
    margin-right: 50%;
    width: inherit;
  }
  .u-cols-md-5-8 {
    width: 62.5%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-5 {
    margin-left: 62.5%;
    width: inherit;
  }
  .u-cols-sb-md-5-8 {
    margin-left: 62.5%;
    width: inherit;
  }
  .u-cols-sa-md-5-8 {
    margin-right: 62.5%;
    width: inherit;
  }
  .u-cols-md-6-8 {
    width: 75%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-6 {
    margin-left: 75%;
    width: inherit;
  }
  .u-cols-sb-md-6-8 {
    margin-left: 75%;
    width: inherit;
  }
  .u-cols-sa-md-6-8 {
    margin-right: 75%;
    width: inherit;
  }
  .u-cols-md-7-8 {
    width: 87.5%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-7 {
    margin-left: 87.5%;
    width: inherit;
  }
  .u-cols-sb-md-7-8 {
    margin-left: 87.5%;
    width: inherit;
  }
  .u-cols-sa-md-7-8 {
    margin-right: 87.5%;
    width: inherit;
  }
  .u-cols-md-8-8 {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-8 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-md-8-8 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-md-8-8 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: 768px) {
  .u-cols-sb-md-0-7 {
    margin-left: 0;
  }
  .u-cols-sa-md-0-7 {
    margin-right: 0;
  }
  .u-cols-md-1-7 {
    width: 14.28571%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-1 {
    margin-left: 14.28571%;
    width: inherit;
  }
  .u-cols-sb-md-1-7 {
    margin-left: 14.28571%;
    width: inherit;
  }
  .u-cols-sa-md-1-7 {
    margin-right: 14.28571%;
    width: inherit;
  }
  .u-cols-md-2-7 {
    width: 28.57143%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-2 {
    margin-left: 28.57143%;
    width: inherit;
  }
  .u-cols-sb-md-2-7 {
    margin-left: 28.57143%;
    width: inherit;
  }
  .u-cols-sa-md-2-7 {
    margin-right: 28.57143%;
    width: inherit;
  }
  .u-cols-md-3-7 {
    width: 42.85714%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-3 {
    margin-left: 42.85714%;
    width: inherit;
  }
  .u-cols-sb-md-3-7 {
    margin-left: 42.85714%;
    width: inherit;
  }
  .u-cols-sa-md-3-7 {
    margin-right: 42.85714%;
    width: inherit;
  }
  .u-cols-md-4-7 {
    width: 57.14286%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-4 {
    margin-left: 57.14286%;
    width: inherit;
  }
  .u-cols-sb-md-4-7 {
    margin-left: 57.14286%;
    width: inherit;
  }
  .u-cols-sa-md-4-7 {
    margin-right: 57.14286%;
    width: inherit;
  }
  .u-cols-md-5-7 {
    width: 71.42857%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-5 {
    margin-left: 71.42857%;
    width: inherit;
  }
  .u-cols-sb-md-5-7 {
    margin-left: 71.42857%;
    width: inherit;
  }
  .u-cols-sa-md-5-7 {
    margin-right: 71.42857%;
    width: inherit;
  }
  .u-cols-md-6-7 {
    width: 85.71429%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-6 {
    margin-left: 85.71429%;
    width: inherit;
  }
  .u-cols-sb-md-6-7 {
    margin-left: 85.71429%;
    width: inherit;
  }
  .u-cols-sa-md-6-7 {
    margin-right: 85.71429%;
    width: inherit;
  }
  .u-cols-md-7-7 {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-7 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-md-7-7 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-md-7-7 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: 768px) {
  .u-cols-sb-md-0-6 {
    margin-left: 0;
  }
  .u-cols-sa-md-0-6 {
    margin-right: 0;
  }
  .u-cols-md-1-6 {
    width: 16.66667%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-1 {
    margin-left: 16.66667%;
    width: inherit;
  }
  .u-cols-sb-md-1-6 {
    margin-left: 16.66667%;
    width: inherit;
  }
  .u-cols-sa-md-1-6 {
    margin-right: 16.66667%;
    width: inherit;
  }
  .u-cols-md-2-6 {
    width: 33.33333%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-2 {
    margin-left: 33.33333%;
    width: inherit;
  }
  .u-cols-sb-md-2-6 {
    margin-left: 33.33333%;
    width: inherit;
  }
  .u-cols-sa-md-2-6 {
    margin-right: 33.33333%;
    width: inherit;
  }
  .u-cols-md-3-6 {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-3 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sb-md-3-6 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sa-md-3-6 {
    margin-right: 50%;
    width: inherit;
  }
  .u-cols-md-4-6 {
    width: 66.66667%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-4 {
    margin-left: 66.66667%;
    width: inherit;
  }
  .u-cols-sb-md-4-6 {
    margin-left: 66.66667%;
    width: inherit;
  }
  .u-cols-sa-md-4-6 {
    margin-right: 66.66667%;
    width: inherit;
  }
  .u-cols-md-5-6 {
    width: 83.33333%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-5 {
    margin-left: 83.33333%;
    width: inherit;
  }
  .u-cols-sb-md-5-6 {
    margin-left: 83.33333%;
    width: inherit;
  }
  .u-cols-sa-md-5-6 {
    margin-right: 83.33333%;
    width: inherit;
  }
  .u-cols-md-6-6 {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-6 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-md-6-6 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-md-6-6 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: 768px) {
  .u-cols-sb-md-0-5 {
    margin-left: 0;
  }
  .u-cols-sa-md-0-5 {
    margin-right: 0;
  }
  .u-cols-md-1-5 {
    width: 20%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-1 {
    margin-left: 20%;
    width: inherit;
  }
  .u-cols-sb-md-1-5 {
    margin-left: 20%;
    width: inherit;
  }
  .u-cols-sa-md-1-5 {
    margin-right: 20%;
    width: inherit;
  }
  .u-cols-md-2-5 {
    width: 40%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-2 {
    margin-left: 40%;
    width: inherit;
  }
  .u-cols-sb-md-2-5 {
    margin-left: 40%;
    width: inherit;
  }
  .u-cols-sa-md-2-5 {
    margin-right: 40%;
    width: inherit;
  }
  .u-cols-md-3-5 {
    width: 60%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-3 {
    margin-left: 60%;
    width: inherit;
  }
  .u-cols-sb-md-3-5 {
    margin-left: 60%;
    width: inherit;
  }
  .u-cols-sa-md-3-5 {
    margin-right: 60%;
    width: inherit;
  }
  .u-cols-md-4-5 {
    width: 80%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-4 {
    margin-left: 80%;
    width: inherit;
  }
  .u-cols-sb-md-4-5 {
    margin-left: 80%;
    width: inherit;
  }
  .u-cols-sa-md-4-5 {
    margin-right: 80%;
    width: inherit;
  }
  .u-cols-md-5-5 {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-5 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-md-5-5 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-md-5-5 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: 768px) {
  .u-cols-sb-md-0-4 {
    margin-left: 0;
  }
  .u-cols-sa-md-0-4 {
    margin-right: 0;
  }
  .u-cols-md-1-4 {
    width: 25%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-1 {
    margin-left: 25%;
    width: inherit;
  }
  .u-cols-sb-md-1-4 {
    margin-left: 25%;
    width: inherit;
  }
  .u-cols-sa-md-1-4 {
    margin-right: 25%;
    width: inherit;
  }
  .u-cols-md-2-4 {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-2 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sb-md-2-4 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sa-md-2-4 {
    margin-right: 50%;
    width: inherit;
  }
  .u-cols-md-3-4 {
    width: 75%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-3 {
    margin-left: 75%;
    width: inherit;
  }
  .u-cols-sb-md-3-4 {
    margin-left: 75%;
    width: inherit;
  }
  .u-cols-sa-md-3-4 {
    margin-right: 75%;
    width: inherit;
  }
  .u-cols-md-4-4 {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-4 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-md-4-4 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-md-4-4 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: 768px) {
  .u-cols-sb-md-0-3 {
    margin-left: 0;
  }
  .u-cols-sa-md-0-3 {
    margin-right: 0;
  }
  .u-cols-md-1-3 {
    width: 33.33333%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-1 {
    margin-left: 33.33333%;
    width: inherit;
  }
  .u-cols-sb-md-1-3 {
    margin-left: 33.33333%;
    width: inherit;
  }
  .u-cols-sa-md-1-3 {
    margin-right: 33.33333%;
    width: inherit;
  }
  .u-cols-md-2-3 {
    width: 66.66667%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-2 {
    margin-left: 66.66667%;
    width: inherit;
  }
  .u-cols-sb-md-2-3 {
    margin-left: 66.66667%;
    width: inherit;
  }
  .u-cols-sa-md-2-3 {
    margin-right: 66.66667%;
    width: inherit;
  }
  .u-cols-md-3-3 {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-3 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-md-3-3 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-md-3-3 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: 768px) {
  .u-cols-sb-md-0-2 {
    margin-left: 0;
  }
  .u-cols-sa-md-0-2 {
    margin-right: 0;
  }
  .u-cols-md-1-2 {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-1 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sb-md-1-2 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sa-md-1-2 {
    margin-right: 50%;
    width: inherit;
  }
  .u-cols-md-2-2 {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-2 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-md-2-2 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-md-2-2 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: 768px) {
  .u-cols-sb-md-0-1 {
    margin-left: 0;
  }
  .u-cols-sa-md-0-1 {
    margin-right: 0;
  }
  .u-cols-md-1-1 {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-md-1 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-md-1-1 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-md-1-1 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: 1025px) {
  .u-cols-sb-lg-0-24 {
    margin-left: 0;
  }
  .u-cols-sa-lg-0-24 {
    margin-right: 0;
  }
  .u-cols-lg-1-24 {
    width: 4.16667%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-1 {
    margin-left: 4.16667%;
    width: inherit;
  }
  .u-cols-sb-lg-1-24 {
    margin-left: 4.16667%;
    width: inherit;
  }
  .u-cols-sa-lg-1-24 {
    margin-right: 4.16667%;
    width: inherit;
  }
  .u-cols-lg-2-24 {
    width: 8.33333%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-2 {
    margin-left: 8.33333%;
    width: inherit;
  }
  .u-cols-sb-lg-2-24 {
    margin-left: 8.33333%;
    width: inherit;
  }
  .u-cols-sa-lg-2-24 {
    margin-right: 8.33333%;
    width: inherit;
  }
  .u-cols-lg-3-24 {
    width: 12.5%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-3 {
    margin-left: 12.5%;
    width: inherit;
  }
  .u-cols-sb-lg-3-24 {
    margin-left: 12.5%;
    width: inherit;
  }
  .u-cols-sa-lg-3-24 {
    margin-right: 12.5%;
    width: inherit;
  }
  .u-cols-lg-4-24 {
    width: 16.66667%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-4 {
    margin-left: 16.66667%;
    width: inherit;
  }
  .u-cols-sb-lg-4-24 {
    margin-left: 16.66667%;
    width: inherit;
  }
  .u-cols-sa-lg-4-24 {
    margin-right: 16.66667%;
    width: inherit;
  }
  .u-cols-lg-5-24 {
    width: 20.83333%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-5 {
    margin-left: 20.83333%;
    width: inherit;
  }
  .u-cols-sb-lg-5-24 {
    margin-left: 20.83333%;
    width: inherit;
  }
  .u-cols-sa-lg-5-24 {
    margin-right: 20.83333%;
    width: inherit;
  }
  .u-cols-lg-6-24 {
    width: 25%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-6 {
    margin-left: 25%;
    width: inherit;
  }
  .u-cols-sb-lg-6-24 {
    margin-left: 25%;
    width: inherit;
  }
  .u-cols-sa-lg-6-24 {
    margin-right: 25%;
    width: inherit;
  }
  .u-cols-lg-7-24 {
    width: 29.16667%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-7 {
    margin-left: 29.16667%;
    width: inherit;
  }
  .u-cols-sb-lg-7-24 {
    margin-left: 29.16667%;
    width: inherit;
  }
  .u-cols-sa-lg-7-24 {
    margin-right: 29.16667%;
    width: inherit;
  }
  .u-cols-lg-8-24 {
    width: 33.33333%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-8 {
    margin-left: 33.33333%;
    width: inherit;
  }
  .u-cols-sb-lg-8-24 {
    margin-left: 33.33333%;
    width: inherit;
  }
  .u-cols-sa-lg-8-24 {
    margin-right: 33.33333%;
    width: inherit;
  }
  .u-cols-lg-9-24 {
    width: 37.5%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-9 {
    margin-left: 37.5%;
    width: inherit;
  }
  .u-cols-sb-lg-9-24 {
    margin-left: 37.5%;
    width: inherit;
  }
  .u-cols-sa-lg-9-24 {
    margin-right: 37.5%;
    width: inherit;
  }
  .u-cols-lg-10-24 {
    width: 41.66667%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-10 {
    margin-left: 41.66667%;
    width: inherit;
  }
  .u-cols-sb-lg-10-24 {
    margin-left: 41.66667%;
    width: inherit;
  }
  .u-cols-sa-lg-10-24 {
    margin-right: 41.66667%;
    width: inherit;
  }
  .u-cols-lg-11-24 {
    width: 45.83333%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-11 {
    margin-left: 45.83333%;
    width: inherit;
  }
  .u-cols-sb-lg-11-24 {
    margin-left: 45.83333%;
    width: inherit;
  }
  .u-cols-sa-lg-11-24 {
    margin-right: 45.83333%;
    width: inherit;
  }
  .u-cols-lg-12-24 {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-12 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sb-lg-12-24 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sa-lg-12-24 {
    margin-right: 50%;
    width: inherit;
  }
  .u-cols-lg-13-24 {
    width: 54.16667%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-13 {
    margin-left: 54.16667%;
    width: inherit;
  }
  .u-cols-sb-lg-13-24 {
    margin-left: 54.16667%;
    width: inherit;
  }
  .u-cols-sa-lg-13-24 {
    margin-right: 54.16667%;
    width: inherit;
  }
  .u-cols-lg-14-24 {
    width: 58.33333%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-14 {
    margin-left: 58.33333%;
    width: inherit;
  }
  .u-cols-sb-lg-14-24 {
    margin-left: 58.33333%;
    width: inherit;
  }
  .u-cols-sa-lg-14-24 {
    margin-right: 58.33333%;
    width: inherit;
  }
  .u-cols-lg-15-24 {
    width: 62.5%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-15 {
    margin-left: 62.5%;
    width: inherit;
  }
  .u-cols-sb-lg-15-24 {
    margin-left: 62.5%;
    width: inherit;
  }
  .u-cols-sa-lg-15-24 {
    margin-right: 62.5%;
    width: inherit;
  }
  .u-cols-lg-16-24 {
    width: 66.66667%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-16 {
    margin-left: 66.66667%;
    width: inherit;
  }
  .u-cols-sb-lg-16-24 {
    margin-left: 66.66667%;
    width: inherit;
  }
  .u-cols-sa-lg-16-24 {
    margin-right: 66.66667%;
    width: inherit;
  }
  .u-cols-lg-17-24 {
    width: 70.83333%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-17 {
    margin-left: 70.83333%;
    width: inherit;
  }
  .u-cols-sb-lg-17-24 {
    margin-left: 70.83333%;
    width: inherit;
  }
  .u-cols-sa-lg-17-24 {
    margin-right: 70.83333%;
    width: inherit;
  }
  .u-cols-lg-18-24 {
    width: 75%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-18 {
    margin-left: 75%;
    width: inherit;
  }
  .u-cols-sb-lg-18-24 {
    margin-left: 75%;
    width: inherit;
  }
  .u-cols-sa-lg-18-24 {
    margin-right: 75%;
    width: inherit;
  }
  .u-cols-lg-19-24 {
    width: 79.16667%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-19 {
    margin-left: 79.16667%;
    width: inherit;
  }
  .u-cols-sb-lg-19-24 {
    margin-left: 79.16667%;
    width: inherit;
  }
  .u-cols-sa-lg-19-24 {
    margin-right: 79.16667%;
    width: inherit;
  }
  .u-cols-lg-20-24 {
    width: 83.33333%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-20 {
    margin-left: 83.33333%;
    width: inherit;
  }
  .u-cols-sb-lg-20-24 {
    margin-left: 83.33333%;
    width: inherit;
  }
  .u-cols-sa-lg-20-24 {
    margin-right: 83.33333%;
    width: inherit;
  }
  .u-cols-lg-21-24 {
    width: 87.5%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-21 {
    margin-left: 87.5%;
    width: inherit;
  }
  .u-cols-sb-lg-21-24 {
    margin-left: 87.5%;
    width: inherit;
  }
  .u-cols-sa-lg-21-24 {
    margin-right: 87.5%;
    width: inherit;
  }
  .u-cols-lg-22-24 {
    width: 91.66667%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-22 {
    margin-left: 91.66667%;
    width: inherit;
  }
  .u-cols-sb-lg-22-24 {
    margin-left: 91.66667%;
    width: inherit;
  }
  .u-cols-sa-lg-22-24 {
    margin-right: 91.66667%;
    width: inherit;
  }
  .u-cols-lg-23-24 {
    width: 95.83333%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-23 {
    margin-left: 95.83333%;
    width: inherit;
  }
  .u-cols-sb-lg-23-24 {
    margin-left: 95.83333%;
    width: inherit;
  }
  .u-cols-sa-lg-23-24 {
    margin-right: 95.83333%;
    width: inherit;
  }
  .u-cols-lg-24-24 {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-24 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-lg-24-24 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-lg-24-24 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: 1025px) {
  .u-cols-sb-lg-0-23 {
    margin-left: 0;
  }
  .u-cols-sa-lg-0-23 {
    margin-right: 0;
  }
  .u-cols-lg-1-23 {
    width: 4.34783%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-1 {
    margin-left: 4.34783%;
    width: inherit;
  }
  .u-cols-sb-lg-1-23 {
    margin-left: 4.34783%;
    width: inherit;
  }
  .u-cols-sa-lg-1-23 {
    margin-right: 4.34783%;
    width: inherit;
  }
  .u-cols-lg-2-23 {
    width: 8.69565%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-2 {
    margin-left: 8.69565%;
    width: inherit;
  }
  .u-cols-sb-lg-2-23 {
    margin-left: 8.69565%;
    width: inherit;
  }
  .u-cols-sa-lg-2-23 {
    margin-right: 8.69565%;
    width: inherit;
  }
  .u-cols-lg-3-23 {
    width: 13.04348%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-3 {
    margin-left: 13.04348%;
    width: inherit;
  }
  .u-cols-sb-lg-3-23 {
    margin-left: 13.04348%;
    width: inherit;
  }
  .u-cols-sa-lg-3-23 {
    margin-right: 13.04348%;
    width: inherit;
  }
  .u-cols-lg-4-23 {
    width: 17.3913%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-4 {
    margin-left: 17.3913%;
    width: inherit;
  }
  .u-cols-sb-lg-4-23 {
    margin-left: 17.3913%;
    width: inherit;
  }
  .u-cols-sa-lg-4-23 {
    margin-right: 17.3913%;
    width: inherit;
  }
  .u-cols-lg-5-23 {
    width: 21.73913%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-5 {
    margin-left: 21.73913%;
    width: inherit;
  }
  .u-cols-sb-lg-5-23 {
    margin-left: 21.73913%;
    width: inherit;
  }
  .u-cols-sa-lg-5-23 {
    margin-right: 21.73913%;
    width: inherit;
  }
  .u-cols-lg-6-23 {
    width: 26.08696%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-6 {
    margin-left: 26.08696%;
    width: inherit;
  }
  .u-cols-sb-lg-6-23 {
    margin-left: 26.08696%;
    width: inherit;
  }
  .u-cols-sa-lg-6-23 {
    margin-right: 26.08696%;
    width: inherit;
  }
  .u-cols-lg-7-23 {
    width: 30.43478%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-7 {
    margin-left: 30.43478%;
    width: inherit;
  }
  .u-cols-sb-lg-7-23 {
    margin-left: 30.43478%;
    width: inherit;
  }
  .u-cols-sa-lg-7-23 {
    margin-right: 30.43478%;
    width: inherit;
  }
  .u-cols-lg-8-23 {
    width: 34.78261%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-8 {
    margin-left: 34.78261%;
    width: inherit;
  }
  .u-cols-sb-lg-8-23 {
    margin-left: 34.78261%;
    width: inherit;
  }
  .u-cols-sa-lg-8-23 {
    margin-right: 34.78261%;
    width: inherit;
  }
  .u-cols-lg-9-23 {
    width: 39.13043%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-9 {
    margin-left: 39.13043%;
    width: inherit;
  }
  .u-cols-sb-lg-9-23 {
    margin-left: 39.13043%;
    width: inherit;
  }
  .u-cols-sa-lg-9-23 {
    margin-right: 39.13043%;
    width: inherit;
  }
  .u-cols-lg-10-23 {
    width: 43.47826%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-10 {
    margin-left: 43.47826%;
    width: inherit;
  }
  .u-cols-sb-lg-10-23 {
    margin-left: 43.47826%;
    width: inherit;
  }
  .u-cols-sa-lg-10-23 {
    margin-right: 43.47826%;
    width: inherit;
  }
  .u-cols-lg-11-23 {
    width: 47.82609%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-11 {
    margin-left: 47.82609%;
    width: inherit;
  }
  .u-cols-sb-lg-11-23 {
    margin-left: 47.82609%;
    width: inherit;
  }
  .u-cols-sa-lg-11-23 {
    margin-right: 47.82609%;
    width: inherit;
  }
  .u-cols-lg-12-23 {
    width: 52.17391%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-12 {
    margin-left: 52.17391%;
    width: inherit;
  }
  .u-cols-sb-lg-12-23 {
    margin-left: 52.17391%;
    width: inherit;
  }
  .u-cols-sa-lg-12-23 {
    margin-right: 52.17391%;
    width: inherit;
  }
  .u-cols-lg-13-23 {
    width: 56.52174%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-13 {
    margin-left: 56.52174%;
    width: inherit;
  }
  .u-cols-sb-lg-13-23 {
    margin-left: 56.52174%;
    width: inherit;
  }
  .u-cols-sa-lg-13-23 {
    margin-right: 56.52174%;
    width: inherit;
  }
  .u-cols-lg-14-23 {
    width: 60.86957%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-14 {
    margin-left: 60.86957%;
    width: inherit;
  }
  .u-cols-sb-lg-14-23 {
    margin-left: 60.86957%;
    width: inherit;
  }
  .u-cols-sa-lg-14-23 {
    margin-right: 60.86957%;
    width: inherit;
  }
  .u-cols-lg-15-23 {
    width: 65.21739%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-15 {
    margin-left: 65.21739%;
    width: inherit;
  }
  .u-cols-sb-lg-15-23 {
    margin-left: 65.21739%;
    width: inherit;
  }
  .u-cols-sa-lg-15-23 {
    margin-right: 65.21739%;
    width: inherit;
  }
  .u-cols-lg-16-23 {
    width: 69.56522%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-16 {
    margin-left: 69.56522%;
    width: inherit;
  }
  .u-cols-sb-lg-16-23 {
    margin-left: 69.56522%;
    width: inherit;
  }
  .u-cols-sa-lg-16-23 {
    margin-right: 69.56522%;
    width: inherit;
  }
  .u-cols-lg-17-23 {
    width: 73.91304%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-17 {
    margin-left: 73.91304%;
    width: inherit;
  }
  .u-cols-sb-lg-17-23 {
    margin-left: 73.91304%;
    width: inherit;
  }
  .u-cols-sa-lg-17-23 {
    margin-right: 73.91304%;
    width: inherit;
  }
  .u-cols-lg-18-23 {
    width: 78.26087%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-18 {
    margin-left: 78.26087%;
    width: inherit;
  }
  .u-cols-sb-lg-18-23 {
    margin-left: 78.26087%;
    width: inherit;
  }
  .u-cols-sa-lg-18-23 {
    margin-right: 78.26087%;
    width: inherit;
  }
  .u-cols-lg-19-23 {
    width: 82.6087%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-19 {
    margin-left: 82.6087%;
    width: inherit;
  }
  .u-cols-sb-lg-19-23 {
    margin-left: 82.6087%;
    width: inherit;
  }
  .u-cols-sa-lg-19-23 {
    margin-right: 82.6087%;
    width: inherit;
  }
  .u-cols-lg-20-23 {
    width: 86.95652%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-20 {
    margin-left: 86.95652%;
    width: inherit;
  }
  .u-cols-sb-lg-20-23 {
    margin-left: 86.95652%;
    width: inherit;
  }
  .u-cols-sa-lg-20-23 {
    margin-right: 86.95652%;
    width: inherit;
  }
  .u-cols-lg-21-23 {
    width: 91.30435%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-21 {
    margin-left: 91.30435%;
    width: inherit;
  }
  .u-cols-sb-lg-21-23 {
    margin-left: 91.30435%;
    width: inherit;
  }
  .u-cols-sa-lg-21-23 {
    margin-right: 91.30435%;
    width: inherit;
  }
  .u-cols-lg-22-23 {
    width: 95.65217%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-22 {
    margin-left: 95.65217%;
    width: inherit;
  }
  .u-cols-sb-lg-22-23 {
    margin-left: 95.65217%;
    width: inherit;
  }
  .u-cols-sa-lg-22-23 {
    margin-right: 95.65217%;
    width: inherit;
  }
  .u-cols-lg-23-23 {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-23 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-lg-23-23 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-lg-23-23 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: 1025px) {
  .u-cols-sb-lg-0-22 {
    margin-left: 0;
  }
  .u-cols-sa-lg-0-22 {
    margin-right: 0;
  }
  .u-cols-lg-1-22 {
    width: 4.54545%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-1 {
    margin-left: 4.54545%;
    width: inherit;
  }
  .u-cols-sb-lg-1-22 {
    margin-left: 4.54545%;
    width: inherit;
  }
  .u-cols-sa-lg-1-22 {
    margin-right: 4.54545%;
    width: inherit;
  }
  .u-cols-lg-2-22 {
    width: 9.09091%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-2 {
    margin-left: 9.09091%;
    width: inherit;
  }
  .u-cols-sb-lg-2-22 {
    margin-left: 9.09091%;
    width: inherit;
  }
  .u-cols-sa-lg-2-22 {
    margin-right: 9.09091%;
    width: inherit;
  }
  .u-cols-lg-3-22 {
    width: 13.63636%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-3 {
    margin-left: 13.63636%;
    width: inherit;
  }
  .u-cols-sb-lg-3-22 {
    margin-left: 13.63636%;
    width: inherit;
  }
  .u-cols-sa-lg-3-22 {
    margin-right: 13.63636%;
    width: inherit;
  }
  .u-cols-lg-4-22 {
    width: 18.18182%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-4 {
    margin-left: 18.18182%;
    width: inherit;
  }
  .u-cols-sb-lg-4-22 {
    margin-left: 18.18182%;
    width: inherit;
  }
  .u-cols-sa-lg-4-22 {
    margin-right: 18.18182%;
    width: inherit;
  }
  .u-cols-lg-5-22 {
    width: 22.72727%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-5 {
    margin-left: 22.72727%;
    width: inherit;
  }
  .u-cols-sb-lg-5-22 {
    margin-left: 22.72727%;
    width: inherit;
  }
  .u-cols-sa-lg-5-22 {
    margin-right: 22.72727%;
    width: inherit;
  }
  .u-cols-lg-6-22 {
    width: 27.27273%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-6 {
    margin-left: 27.27273%;
    width: inherit;
  }
  .u-cols-sb-lg-6-22 {
    margin-left: 27.27273%;
    width: inherit;
  }
  .u-cols-sa-lg-6-22 {
    margin-right: 27.27273%;
    width: inherit;
  }
  .u-cols-lg-7-22 {
    width: 31.81818%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-7 {
    margin-left: 31.81818%;
    width: inherit;
  }
  .u-cols-sb-lg-7-22 {
    margin-left: 31.81818%;
    width: inherit;
  }
  .u-cols-sa-lg-7-22 {
    margin-right: 31.81818%;
    width: inherit;
  }
  .u-cols-lg-8-22 {
    width: 36.36364%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-8 {
    margin-left: 36.36364%;
    width: inherit;
  }
  .u-cols-sb-lg-8-22 {
    margin-left: 36.36364%;
    width: inherit;
  }
  .u-cols-sa-lg-8-22 {
    margin-right: 36.36364%;
    width: inherit;
  }
  .u-cols-lg-9-22 {
    width: 40.90909%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-9 {
    margin-left: 40.90909%;
    width: inherit;
  }
  .u-cols-sb-lg-9-22 {
    margin-left: 40.90909%;
    width: inherit;
  }
  .u-cols-sa-lg-9-22 {
    margin-right: 40.90909%;
    width: inherit;
  }
  .u-cols-lg-10-22 {
    width: 45.45455%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-10 {
    margin-left: 45.45455%;
    width: inherit;
  }
  .u-cols-sb-lg-10-22 {
    margin-left: 45.45455%;
    width: inherit;
  }
  .u-cols-sa-lg-10-22 {
    margin-right: 45.45455%;
    width: inherit;
  }
  .u-cols-lg-11-22 {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-11 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sb-lg-11-22 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sa-lg-11-22 {
    margin-right: 50%;
    width: inherit;
  }
  .u-cols-lg-12-22 {
    width: 54.54545%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-12 {
    margin-left: 54.54545%;
    width: inherit;
  }
  .u-cols-sb-lg-12-22 {
    margin-left: 54.54545%;
    width: inherit;
  }
  .u-cols-sa-lg-12-22 {
    margin-right: 54.54545%;
    width: inherit;
  }
  .u-cols-lg-13-22 {
    width: 59.09091%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-13 {
    margin-left: 59.09091%;
    width: inherit;
  }
  .u-cols-sb-lg-13-22 {
    margin-left: 59.09091%;
    width: inherit;
  }
  .u-cols-sa-lg-13-22 {
    margin-right: 59.09091%;
    width: inherit;
  }
  .u-cols-lg-14-22 {
    width: 63.63636%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-14 {
    margin-left: 63.63636%;
    width: inherit;
  }
  .u-cols-sb-lg-14-22 {
    margin-left: 63.63636%;
    width: inherit;
  }
  .u-cols-sa-lg-14-22 {
    margin-right: 63.63636%;
    width: inherit;
  }
  .u-cols-lg-15-22 {
    width: 68.18182%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-15 {
    margin-left: 68.18182%;
    width: inherit;
  }
  .u-cols-sb-lg-15-22 {
    margin-left: 68.18182%;
    width: inherit;
  }
  .u-cols-sa-lg-15-22 {
    margin-right: 68.18182%;
    width: inherit;
  }
  .u-cols-lg-16-22 {
    width: 72.72727%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-16 {
    margin-left: 72.72727%;
    width: inherit;
  }
  .u-cols-sb-lg-16-22 {
    margin-left: 72.72727%;
    width: inherit;
  }
  .u-cols-sa-lg-16-22 {
    margin-right: 72.72727%;
    width: inherit;
  }
  .u-cols-lg-17-22 {
    width: 77.27273%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-17 {
    margin-left: 77.27273%;
    width: inherit;
  }
  .u-cols-sb-lg-17-22 {
    margin-left: 77.27273%;
    width: inherit;
  }
  .u-cols-sa-lg-17-22 {
    margin-right: 77.27273%;
    width: inherit;
  }
  .u-cols-lg-18-22 {
    width: 81.81818%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-18 {
    margin-left: 81.81818%;
    width: inherit;
  }
  .u-cols-sb-lg-18-22 {
    margin-left: 81.81818%;
    width: inherit;
  }
  .u-cols-sa-lg-18-22 {
    margin-right: 81.81818%;
    width: inherit;
  }
  .u-cols-lg-19-22 {
    width: 86.36364%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-19 {
    margin-left: 86.36364%;
    width: inherit;
  }
  .u-cols-sb-lg-19-22 {
    margin-left: 86.36364%;
    width: inherit;
  }
  .u-cols-sa-lg-19-22 {
    margin-right: 86.36364%;
    width: inherit;
  }
  .u-cols-lg-20-22 {
    width: 90.90909%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-20 {
    margin-left: 90.90909%;
    width: inherit;
  }
  .u-cols-sb-lg-20-22 {
    margin-left: 90.90909%;
    width: inherit;
  }
  .u-cols-sa-lg-20-22 {
    margin-right: 90.90909%;
    width: inherit;
  }
  .u-cols-lg-21-22 {
    width: 95.45455%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-21 {
    margin-left: 95.45455%;
    width: inherit;
  }
  .u-cols-sb-lg-21-22 {
    margin-left: 95.45455%;
    width: inherit;
  }
  .u-cols-sa-lg-21-22 {
    margin-right: 95.45455%;
    width: inherit;
  }
  .u-cols-lg-22-22 {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-22 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-lg-22-22 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-lg-22-22 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: 1025px) {
  .u-cols-sb-lg-0-21 {
    margin-left: 0;
  }
  .u-cols-sa-lg-0-21 {
    margin-right: 0;
  }
  .u-cols-lg-1-21 {
    width: 4.7619%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-1 {
    margin-left: 4.7619%;
    width: inherit;
  }
  .u-cols-sb-lg-1-21 {
    margin-left: 4.7619%;
    width: inherit;
  }
  .u-cols-sa-lg-1-21 {
    margin-right: 4.7619%;
    width: inherit;
  }
  .u-cols-lg-2-21 {
    width: 9.52381%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-2 {
    margin-left: 9.52381%;
    width: inherit;
  }
  .u-cols-sb-lg-2-21 {
    margin-left: 9.52381%;
    width: inherit;
  }
  .u-cols-sa-lg-2-21 {
    margin-right: 9.52381%;
    width: inherit;
  }
  .u-cols-lg-3-21 {
    width: 14.28571%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-3 {
    margin-left: 14.28571%;
    width: inherit;
  }
  .u-cols-sb-lg-3-21 {
    margin-left: 14.28571%;
    width: inherit;
  }
  .u-cols-sa-lg-3-21 {
    margin-right: 14.28571%;
    width: inherit;
  }
  .u-cols-lg-4-21 {
    width: 19.04762%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-4 {
    margin-left: 19.04762%;
    width: inherit;
  }
  .u-cols-sb-lg-4-21 {
    margin-left: 19.04762%;
    width: inherit;
  }
  .u-cols-sa-lg-4-21 {
    margin-right: 19.04762%;
    width: inherit;
  }
  .u-cols-lg-5-21 {
    width: 23.80952%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-5 {
    margin-left: 23.80952%;
    width: inherit;
  }
  .u-cols-sb-lg-5-21 {
    margin-left: 23.80952%;
    width: inherit;
  }
  .u-cols-sa-lg-5-21 {
    margin-right: 23.80952%;
    width: inherit;
  }
  .u-cols-lg-6-21 {
    width: 28.57143%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-6 {
    margin-left: 28.57143%;
    width: inherit;
  }
  .u-cols-sb-lg-6-21 {
    margin-left: 28.57143%;
    width: inherit;
  }
  .u-cols-sa-lg-6-21 {
    margin-right: 28.57143%;
    width: inherit;
  }
  .u-cols-lg-7-21 {
    width: 33.33333%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-7 {
    margin-left: 33.33333%;
    width: inherit;
  }
  .u-cols-sb-lg-7-21 {
    margin-left: 33.33333%;
    width: inherit;
  }
  .u-cols-sa-lg-7-21 {
    margin-right: 33.33333%;
    width: inherit;
  }
  .u-cols-lg-8-21 {
    width: 38.09524%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-8 {
    margin-left: 38.09524%;
    width: inherit;
  }
  .u-cols-sb-lg-8-21 {
    margin-left: 38.09524%;
    width: inherit;
  }
  .u-cols-sa-lg-8-21 {
    margin-right: 38.09524%;
    width: inherit;
  }
  .u-cols-lg-9-21 {
    width: 42.85714%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-9 {
    margin-left: 42.85714%;
    width: inherit;
  }
  .u-cols-sb-lg-9-21 {
    margin-left: 42.85714%;
    width: inherit;
  }
  .u-cols-sa-lg-9-21 {
    margin-right: 42.85714%;
    width: inherit;
  }
  .u-cols-lg-10-21 {
    width: 47.61905%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-10 {
    margin-left: 47.61905%;
    width: inherit;
  }
  .u-cols-sb-lg-10-21 {
    margin-left: 47.61905%;
    width: inherit;
  }
  .u-cols-sa-lg-10-21 {
    margin-right: 47.61905%;
    width: inherit;
  }
  .u-cols-lg-11-21 {
    width: 52.38095%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-11 {
    margin-left: 52.38095%;
    width: inherit;
  }
  .u-cols-sb-lg-11-21 {
    margin-left: 52.38095%;
    width: inherit;
  }
  .u-cols-sa-lg-11-21 {
    margin-right: 52.38095%;
    width: inherit;
  }
  .u-cols-lg-12-21 {
    width: 57.14286%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-12 {
    margin-left: 57.14286%;
    width: inherit;
  }
  .u-cols-sb-lg-12-21 {
    margin-left: 57.14286%;
    width: inherit;
  }
  .u-cols-sa-lg-12-21 {
    margin-right: 57.14286%;
    width: inherit;
  }
  .u-cols-lg-13-21 {
    width: 61.90476%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-13 {
    margin-left: 61.90476%;
    width: inherit;
  }
  .u-cols-sb-lg-13-21 {
    margin-left: 61.90476%;
    width: inherit;
  }
  .u-cols-sa-lg-13-21 {
    margin-right: 61.90476%;
    width: inherit;
  }
  .u-cols-lg-14-21 {
    width: 66.66667%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-14 {
    margin-left: 66.66667%;
    width: inherit;
  }
  .u-cols-sb-lg-14-21 {
    margin-left: 66.66667%;
    width: inherit;
  }
  .u-cols-sa-lg-14-21 {
    margin-right: 66.66667%;
    width: inherit;
  }
  .u-cols-lg-15-21 {
    width: 71.42857%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-15 {
    margin-left: 71.42857%;
    width: inherit;
  }
  .u-cols-sb-lg-15-21 {
    margin-left: 71.42857%;
    width: inherit;
  }
  .u-cols-sa-lg-15-21 {
    margin-right: 71.42857%;
    width: inherit;
  }
  .u-cols-lg-16-21 {
    width: 76.19048%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-16 {
    margin-left: 76.19048%;
    width: inherit;
  }
  .u-cols-sb-lg-16-21 {
    margin-left: 76.19048%;
    width: inherit;
  }
  .u-cols-sa-lg-16-21 {
    margin-right: 76.19048%;
    width: inherit;
  }
  .u-cols-lg-17-21 {
    width: 80.95238%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-17 {
    margin-left: 80.95238%;
    width: inherit;
  }
  .u-cols-sb-lg-17-21 {
    margin-left: 80.95238%;
    width: inherit;
  }
  .u-cols-sa-lg-17-21 {
    margin-right: 80.95238%;
    width: inherit;
  }
  .u-cols-lg-18-21 {
    width: 85.71429%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-18 {
    margin-left: 85.71429%;
    width: inherit;
  }
  .u-cols-sb-lg-18-21 {
    margin-left: 85.71429%;
    width: inherit;
  }
  .u-cols-sa-lg-18-21 {
    margin-right: 85.71429%;
    width: inherit;
  }
  .u-cols-lg-19-21 {
    width: 90.47619%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-19 {
    margin-left: 90.47619%;
    width: inherit;
  }
  .u-cols-sb-lg-19-21 {
    margin-left: 90.47619%;
    width: inherit;
  }
  .u-cols-sa-lg-19-21 {
    margin-right: 90.47619%;
    width: inherit;
  }
  .u-cols-lg-20-21 {
    width: 95.2381%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-20 {
    margin-left: 95.2381%;
    width: inherit;
  }
  .u-cols-sb-lg-20-21 {
    margin-left: 95.2381%;
    width: inherit;
  }
  .u-cols-sa-lg-20-21 {
    margin-right: 95.2381%;
    width: inherit;
  }
  .u-cols-lg-21-21 {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-21 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-lg-21-21 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-lg-21-21 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: 1025px) {
  .u-cols-sb-lg-0-20 {
    margin-left: 0;
  }
  .u-cols-sa-lg-0-20 {
    margin-right: 0;
  }
  .u-cols-lg-1-20 {
    width: 5%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-1 {
    margin-left: 5%;
    width: inherit;
  }
  .u-cols-sb-lg-1-20 {
    margin-left: 5%;
    width: inherit;
  }
  .u-cols-sa-lg-1-20 {
    margin-right: 5%;
    width: inherit;
  }
  .u-cols-lg-2-20 {
    width: 10%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-2 {
    margin-left: 10%;
    width: inherit;
  }
  .u-cols-sb-lg-2-20 {
    margin-left: 10%;
    width: inherit;
  }
  .u-cols-sa-lg-2-20 {
    margin-right: 10%;
    width: inherit;
  }
  .u-cols-lg-3-20 {
    width: 15%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-3 {
    margin-left: 15%;
    width: inherit;
  }
  .u-cols-sb-lg-3-20 {
    margin-left: 15%;
    width: inherit;
  }
  .u-cols-sa-lg-3-20 {
    margin-right: 15%;
    width: inherit;
  }
  .u-cols-lg-4-20 {
    width: 20%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-4 {
    margin-left: 20%;
    width: inherit;
  }
  .u-cols-sb-lg-4-20 {
    margin-left: 20%;
    width: inherit;
  }
  .u-cols-sa-lg-4-20 {
    margin-right: 20%;
    width: inherit;
  }
  .u-cols-lg-5-20 {
    width: 25%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-5 {
    margin-left: 25%;
    width: inherit;
  }
  .u-cols-sb-lg-5-20 {
    margin-left: 25%;
    width: inherit;
  }
  .u-cols-sa-lg-5-20 {
    margin-right: 25%;
    width: inherit;
  }
  .u-cols-lg-6-20 {
    width: 30%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-6 {
    margin-left: 30%;
    width: inherit;
  }
  .u-cols-sb-lg-6-20 {
    margin-left: 30%;
    width: inherit;
  }
  .u-cols-sa-lg-6-20 {
    margin-right: 30%;
    width: inherit;
  }
  .u-cols-lg-7-20 {
    width: 35%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-7 {
    margin-left: 35%;
    width: inherit;
  }
  .u-cols-sb-lg-7-20 {
    margin-left: 35%;
    width: inherit;
  }
  .u-cols-sa-lg-7-20 {
    margin-right: 35%;
    width: inherit;
  }
  .u-cols-lg-8-20 {
    width: 40%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-8 {
    margin-left: 40%;
    width: inherit;
  }
  .u-cols-sb-lg-8-20 {
    margin-left: 40%;
    width: inherit;
  }
  .u-cols-sa-lg-8-20 {
    margin-right: 40%;
    width: inherit;
  }
  .u-cols-lg-9-20 {
    width: 45%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-9 {
    margin-left: 45%;
    width: inherit;
  }
  .u-cols-sb-lg-9-20 {
    margin-left: 45%;
    width: inherit;
  }
  .u-cols-sa-lg-9-20 {
    margin-right: 45%;
    width: inherit;
  }
  .u-cols-lg-10-20 {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-10 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sb-lg-10-20 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sa-lg-10-20 {
    margin-right: 50%;
    width: inherit;
  }
  .u-cols-lg-11-20 {
    width: 55%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-11 {
    margin-left: 55%;
    width: inherit;
  }
  .u-cols-sb-lg-11-20 {
    margin-left: 55%;
    width: inherit;
  }
  .u-cols-sa-lg-11-20 {
    margin-right: 55%;
    width: inherit;
  }
  .u-cols-lg-12-20 {
    width: 60%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-12 {
    margin-left: 60%;
    width: inherit;
  }
  .u-cols-sb-lg-12-20 {
    margin-left: 60%;
    width: inherit;
  }
  .u-cols-sa-lg-12-20 {
    margin-right: 60%;
    width: inherit;
  }
  .u-cols-lg-13-20 {
    width: 65%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-13 {
    margin-left: 65%;
    width: inherit;
  }
  .u-cols-sb-lg-13-20 {
    margin-left: 65%;
    width: inherit;
  }
  .u-cols-sa-lg-13-20 {
    margin-right: 65%;
    width: inherit;
  }
  .u-cols-lg-14-20 {
    width: 70%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-14 {
    margin-left: 70%;
    width: inherit;
  }
  .u-cols-sb-lg-14-20 {
    margin-left: 70%;
    width: inherit;
  }
  .u-cols-sa-lg-14-20 {
    margin-right: 70%;
    width: inherit;
  }
  .u-cols-lg-15-20 {
    width: 75%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-15 {
    margin-left: 75%;
    width: inherit;
  }
  .u-cols-sb-lg-15-20 {
    margin-left: 75%;
    width: inherit;
  }
  .u-cols-sa-lg-15-20 {
    margin-right: 75%;
    width: inherit;
  }
  .u-cols-lg-16-20 {
    width: 80%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-16 {
    margin-left: 80%;
    width: inherit;
  }
  .u-cols-sb-lg-16-20 {
    margin-left: 80%;
    width: inherit;
  }
  .u-cols-sa-lg-16-20 {
    margin-right: 80%;
    width: inherit;
  }
  .u-cols-lg-17-20 {
    width: 85%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-17 {
    margin-left: 85%;
    width: inherit;
  }
  .u-cols-sb-lg-17-20 {
    margin-left: 85%;
    width: inherit;
  }
  .u-cols-sa-lg-17-20 {
    margin-right: 85%;
    width: inherit;
  }
  .u-cols-lg-18-20 {
    width: 90%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-18 {
    margin-left: 90%;
    width: inherit;
  }
  .u-cols-sb-lg-18-20 {
    margin-left: 90%;
    width: inherit;
  }
  .u-cols-sa-lg-18-20 {
    margin-right: 90%;
    width: inherit;
  }
  .u-cols-lg-19-20 {
    width: 95%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-19 {
    margin-left: 95%;
    width: inherit;
  }
  .u-cols-sb-lg-19-20 {
    margin-left: 95%;
    width: inherit;
  }
  .u-cols-sa-lg-19-20 {
    margin-right: 95%;
    width: inherit;
  }
  .u-cols-lg-20-20 {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-20 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-lg-20-20 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-lg-20-20 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: 1025px) {
  .u-cols-sb-lg-0-19 {
    margin-left: 0;
  }
  .u-cols-sa-lg-0-19 {
    margin-right: 0;
  }
  .u-cols-lg-1-19 {
    width: 5.26316%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-1 {
    margin-left: 5.26316%;
    width: inherit;
  }
  .u-cols-sb-lg-1-19 {
    margin-left: 5.26316%;
    width: inherit;
  }
  .u-cols-sa-lg-1-19 {
    margin-right: 5.26316%;
    width: inherit;
  }
  .u-cols-lg-2-19 {
    width: 10.52632%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-2 {
    margin-left: 10.52632%;
    width: inherit;
  }
  .u-cols-sb-lg-2-19 {
    margin-left: 10.52632%;
    width: inherit;
  }
  .u-cols-sa-lg-2-19 {
    margin-right: 10.52632%;
    width: inherit;
  }
  .u-cols-lg-3-19 {
    width: 15.78947%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-3 {
    margin-left: 15.78947%;
    width: inherit;
  }
  .u-cols-sb-lg-3-19 {
    margin-left: 15.78947%;
    width: inherit;
  }
  .u-cols-sa-lg-3-19 {
    margin-right: 15.78947%;
    width: inherit;
  }
  .u-cols-lg-4-19 {
    width: 21.05263%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-4 {
    margin-left: 21.05263%;
    width: inherit;
  }
  .u-cols-sb-lg-4-19 {
    margin-left: 21.05263%;
    width: inherit;
  }
  .u-cols-sa-lg-4-19 {
    margin-right: 21.05263%;
    width: inherit;
  }
  .u-cols-lg-5-19 {
    width: 26.31579%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-5 {
    margin-left: 26.31579%;
    width: inherit;
  }
  .u-cols-sb-lg-5-19 {
    margin-left: 26.31579%;
    width: inherit;
  }
  .u-cols-sa-lg-5-19 {
    margin-right: 26.31579%;
    width: inherit;
  }
  .u-cols-lg-6-19 {
    width: 31.57895%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-6 {
    margin-left: 31.57895%;
    width: inherit;
  }
  .u-cols-sb-lg-6-19 {
    margin-left: 31.57895%;
    width: inherit;
  }
  .u-cols-sa-lg-6-19 {
    margin-right: 31.57895%;
    width: inherit;
  }
  .u-cols-lg-7-19 {
    width: 36.84211%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-7 {
    margin-left: 36.84211%;
    width: inherit;
  }
  .u-cols-sb-lg-7-19 {
    margin-left: 36.84211%;
    width: inherit;
  }
  .u-cols-sa-lg-7-19 {
    margin-right: 36.84211%;
    width: inherit;
  }
  .u-cols-lg-8-19 {
    width: 42.10526%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-8 {
    margin-left: 42.10526%;
    width: inherit;
  }
  .u-cols-sb-lg-8-19 {
    margin-left: 42.10526%;
    width: inherit;
  }
  .u-cols-sa-lg-8-19 {
    margin-right: 42.10526%;
    width: inherit;
  }
  .u-cols-lg-9-19 {
    width: 47.36842%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-9 {
    margin-left: 47.36842%;
    width: inherit;
  }
  .u-cols-sb-lg-9-19 {
    margin-left: 47.36842%;
    width: inherit;
  }
  .u-cols-sa-lg-9-19 {
    margin-right: 47.36842%;
    width: inherit;
  }
  .u-cols-lg-10-19 {
    width: 52.63158%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-10 {
    margin-left: 52.63158%;
    width: inherit;
  }
  .u-cols-sb-lg-10-19 {
    margin-left: 52.63158%;
    width: inherit;
  }
  .u-cols-sa-lg-10-19 {
    margin-right: 52.63158%;
    width: inherit;
  }
  .u-cols-lg-11-19 {
    width: 57.89474%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-11 {
    margin-left: 57.89474%;
    width: inherit;
  }
  .u-cols-sb-lg-11-19 {
    margin-left: 57.89474%;
    width: inherit;
  }
  .u-cols-sa-lg-11-19 {
    margin-right: 57.89474%;
    width: inherit;
  }
  .u-cols-lg-12-19 {
    width: 63.15789%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-12 {
    margin-left: 63.15789%;
    width: inherit;
  }
  .u-cols-sb-lg-12-19 {
    margin-left: 63.15789%;
    width: inherit;
  }
  .u-cols-sa-lg-12-19 {
    margin-right: 63.15789%;
    width: inherit;
  }
  .u-cols-lg-13-19 {
    width: 68.42105%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-13 {
    margin-left: 68.42105%;
    width: inherit;
  }
  .u-cols-sb-lg-13-19 {
    margin-left: 68.42105%;
    width: inherit;
  }
  .u-cols-sa-lg-13-19 {
    margin-right: 68.42105%;
    width: inherit;
  }
  .u-cols-lg-14-19 {
    width: 73.68421%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-14 {
    margin-left: 73.68421%;
    width: inherit;
  }
  .u-cols-sb-lg-14-19 {
    margin-left: 73.68421%;
    width: inherit;
  }
  .u-cols-sa-lg-14-19 {
    margin-right: 73.68421%;
    width: inherit;
  }
  .u-cols-lg-15-19 {
    width: 78.94737%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-15 {
    margin-left: 78.94737%;
    width: inherit;
  }
  .u-cols-sb-lg-15-19 {
    margin-left: 78.94737%;
    width: inherit;
  }
  .u-cols-sa-lg-15-19 {
    margin-right: 78.94737%;
    width: inherit;
  }
  .u-cols-lg-16-19 {
    width: 84.21053%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-16 {
    margin-left: 84.21053%;
    width: inherit;
  }
  .u-cols-sb-lg-16-19 {
    margin-left: 84.21053%;
    width: inherit;
  }
  .u-cols-sa-lg-16-19 {
    margin-right: 84.21053%;
    width: inherit;
  }
  .u-cols-lg-17-19 {
    width: 89.47368%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-17 {
    margin-left: 89.47368%;
    width: inherit;
  }
  .u-cols-sb-lg-17-19 {
    margin-left: 89.47368%;
    width: inherit;
  }
  .u-cols-sa-lg-17-19 {
    margin-right: 89.47368%;
    width: inherit;
  }
  .u-cols-lg-18-19 {
    width: 94.73684%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-18 {
    margin-left: 94.73684%;
    width: inherit;
  }
  .u-cols-sb-lg-18-19 {
    margin-left: 94.73684%;
    width: inherit;
  }
  .u-cols-sa-lg-18-19 {
    margin-right: 94.73684%;
    width: inherit;
  }
  .u-cols-lg-19-19 {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-19 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-lg-19-19 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-lg-19-19 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: 1025px) {
  .u-cols-sb-lg-0-18 {
    margin-left: 0;
  }
  .u-cols-sa-lg-0-18 {
    margin-right: 0;
  }
  .u-cols-lg-1-18 {
    width: 5.55556%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-1 {
    margin-left: 5.55556%;
    width: inherit;
  }
  .u-cols-sb-lg-1-18 {
    margin-left: 5.55556%;
    width: inherit;
  }
  .u-cols-sa-lg-1-18 {
    margin-right: 5.55556%;
    width: inherit;
  }
  .u-cols-lg-2-18 {
    width: 11.11111%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-2 {
    margin-left: 11.11111%;
    width: inherit;
  }
  .u-cols-sb-lg-2-18 {
    margin-left: 11.11111%;
    width: inherit;
  }
  .u-cols-sa-lg-2-18 {
    margin-right: 11.11111%;
    width: inherit;
  }
  .u-cols-lg-3-18 {
    width: 16.66667%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-3 {
    margin-left: 16.66667%;
    width: inherit;
  }
  .u-cols-sb-lg-3-18 {
    margin-left: 16.66667%;
    width: inherit;
  }
  .u-cols-sa-lg-3-18 {
    margin-right: 16.66667%;
    width: inherit;
  }
  .u-cols-lg-4-18 {
    width: 22.22222%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-4 {
    margin-left: 22.22222%;
    width: inherit;
  }
  .u-cols-sb-lg-4-18 {
    margin-left: 22.22222%;
    width: inherit;
  }
  .u-cols-sa-lg-4-18 {
    margin-right: 22.22222%;
    width: inherit;
  }
  .u-cols-lg-5-18 {
    width: 27.77778%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-5 {
    margin-left: 27.77778%;
    width: inherit;
  }
  .u-cols-sb-lg-5-18 {
    margin-left: 27.77778%;
    width: inherit;
  }
  .u-cols-sa-lg-5-18 {
    margin-right: 27.77778%;
    width: inherit;
  }
  .u-cols-lg-6-18 {
    width: 33.33333%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-6 {
    margin-left: 33.33333%;
    width: inherit;
  }
  .u-cols-sb-lg-6-18 {
    margin-left: 33.33333%;
    width: inherit;
  }
  .u-cols-sa-lg-6-18 {
    margin-right: 33.33333%;
    width: inherit;
  }
  .u-cols-lg-7-18 {
    width: 38.88889%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-7 {
    margin-left: 38.88889%;
    width: inherit;
  }
  .u-cols-sb-lg-7-18 {
    margin-left: 38.88889%;
    width: inherit;
  }
  .u-cols-sa-lg-7-18 {
    margin-right: 38.88889%;
    width: inherit;
  }
  .u-cols-lg-8-18 {
    width: 44.44444%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-8 {
    margin-left: 44.44444%;
    width: inherit;
  }
  .u-cols-sb-lg-8-18 {
    margin-left: 44.44444%;
    width: inherit;
  }
  .u-cols-sa-lg-8-18 {
    margin-right: 44.44444%;
    width: inherit;
  }
  .u-cols-lg-9-18 {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-9 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sb-lg-9-18 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sa-lg-9-18 {
    margin-right: 50%;
    width: inherit;
  }
  .u-cols-lg-10-18 {
    width: 55.55556%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-10 {
    margin-left: 55.55556%;
    width: inherit;
  }
  .u-cols-sb-lg-10-18 {
    margin-left: 55.55556%;
    width: inherit;
  }
  .u-cols-sa-lg-10-18 {
    margin-right: 55.55556%;
    width: inherit;
  }
  .u-cols-lg-11-18 {
    width: 61.11111%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-11 {
    margin-left: 61.11111%;
    width: inherit;
  }
  .u-cols-sb-lg-11-18 {
    margin-left: 61.11111%;
    width: inherit;
  }
  .u-cols-sa-lg-11-18 {
    margin-right: 61.11111%;
    width: inherit;
  }
  .u-cols-lg-12-18 {
    width: 66.66667%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-12 {
    margin-left: 66.66667%;
    width: inherit;
  }
  .u-cols-sb-lg-12-18 {
    margin-left: 66.66667%;
    width: inherit;
  }
  .u-cols-sa-lg-12-18 {
    margin-right: 66.66667%;
    width: inherit;
  }
  .u-cols-lg-13-18 {
    width: 72.22222%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-13 {
    margin-left: 72.22222%;
    width: inherit;
  }
  .u-cols-sb-lg-13-18 {
    margin-left: 72.22222%;
    width: inherit;
  }
  .u-cols-sa-lg-13-18 {
    margin-right: 72.22222%;
    width: inherit;
  }
  .u-cols-lg-14-18 {
    width: 77.77778%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-14 {
    margin-left: 77.77778%;
    width: inherit;
  }
  .u-cols-sb-lg-14-18 {
    margin-left: 77.77778%;
    width: inherit;
  }
  .u-cols-sa-lg-14-18 {
    margin-right: 77.77778%;
    width: inherit;
  }
  .u-cols-lg-15-18 {
    width: 83.33333%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-15 {
    margin-left: 83.33333%;
    width: inherit;
  }
  .u-cols-sb-lg-15-18 {
    margin-left: 83.33333%;
    width: inherit;
  }
  .u-cols-sa-lg-15-18 {
    margin-right: 83.33333%;
    width: inherit;
  }
  .u-cols-lg-16-18 {
    width: 88.88889%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-16 {
    margin-left: 88.88889%;
    width: inherit;
  }
  .u-cols-sb-lg-16-18 {
    margin-left: 88.88889%;
    width: inherit;
  }
  .u-cols-sa-lg-16-18 {
    margin-right: 88.88889%;
    width: inherit;
  }
  .u-cols-lg-17-18 {
    width: 94.44444%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-17 {
    margin-left: 94.44444%;
    width: inherit;
  }
  .u-cols-sb-lg-17-18 {
    margin-left: 94.44444%;
    width: inherit;
  }
  .u-cols-sa-lg-17-18 {
    margin-right: 94.44444%;
    width: inherit;
  }
  .u-cols-lg-18-18 {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-18 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-lg-18-18 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-lg-18-18 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: 1025px) {
  .u-cols-sb-lg-0-17 {
    margin-left: 0;
  }
  .u-cols-sa-lg-0-17 {
    margin-right: 0;
  }
  .u-cols-lg-1-17 {
    width: 5.88235%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-1 {
    margin-left: 5.88235%;
    width: inherit;
  }
  .u-cols-sb-lg-1-17 {
    margin-left: 5.88235%;
    width: inherit;
  }
  .u-cols-sa-lg-1-17 {
    margin-right: 5.88235%;
    width: inherit;
  }
  .u-cols-lg-2-17 {
    width: 11.76471%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-2 {
    margin-left: 11.76471%;
    width: inherit;
  }
  .u-cols-sb-lg-2-17 {
    margin-left: 11.76471%;
    width: inherit;
  }
  .u-cols-sa-lg-2-17 {
    margin-right: 11.76471%;
    width: inherit;
  }
  .u-cols-lg-3-17 {
    width: 17.64706%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-3 {
    margin-left: 17.64706%;
    width: inherit;
  }
  .u-cols-sb-lg-3-17 {
    margin-left: 17.64706%;
    width: inherit;
  }
  .u-cols-sa-lg-3-17 {
    margin-right: 17.64706%;
    width: inherit;
  }
  .u-cols-lg-4-17 {
    width: 23.52941%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-4 {
    margin-left: 23.52941%;
    width: inherit;
  }
  .u-cols-sb-lg-4-17 {
    margin-left: 23.52941%;
    width: inherit;
  }
  .u-cols-sa-lg-4-17 {
    margin-right: 23.52941%;
    width: inherit;
  }
  .u-cols-lg-5-17 {
    width: 29.41176%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-5 {
    margin-left: 29.41176%;
    width: inherit;
  }
  .u-cols-sb-lg-5-17 {
    margin-left: 29.41176%;
    width: inherit;
  }
  .u-cols-sa-lg-5-17 {
    margin-right: 29.41176%;
    width: inherit;
  }
  .u-cols-lg-6-17 {
    width: 35.29412%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-6 {
    margin-left: 35.29412%;
    width: inherit;
  }
  .u-cols-sb-lg-6-17 {
    margin-left: 35.29412%;
    width: inherit;
  }
  .u-cols-sa-lg-6-17 {
    margin-right: 35.29412%;
    width: inherit;
  }
  .u-cols-lg-7-17 {
    width: 41.17647%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-7 {
    margin-left: 41.17647%;
    width: inherit;
  }
  .u-cols-sb-lg-7-17 {
    margin-left: 41.17647%;
    width: inherit;
  }
  .u-cols-sa-lg-7-17 {
    margin-right: 41.17647%;
    width: inherit;
  }
  .u-cols-lg-8-17 {
    width: 47.05882%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-8 {
    margin-left: 47.05882%;
    width: inherit;
  }
  .u-cols-sb-lg-8-17 {
    margin-left: 47.05882%;
    width: inherit;
  }
  .u-cols-sa-lg-8-17 {
    margin-right: 47.05882%;
    width: inherit;
  }
  .u-cols-lg-9-17 {
    width: 52.94118%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-9 {
    margin-left: 52.94118%;
    width: inherit;
  }
  .u-cols-sb-lg-9-17 {
    margin-left: 52.94118%;
    width: inherit;
  }
  .u-cols-sa-lg-9-17 {
    margin-right: 52.94118%;
    width: inherit;
  }
  .u-cols-lg-10-17 {
    width: 58.82353%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-10 {
    margin-left: 58.82353%;
    width: inherit;
  }
  .u-cols-sb-lg-10-17 {
    margin-left: 58.82353%;
    width: inherit;
  }
  .u-cols-sa-lg-10-17 {
    margin-right: 58.82353%;
    width: inherit;
  }
  .u-cols-lg-11-17 {
    width: 64.70588%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-11 {
    margin-left: 64.70588%;
    width: inherit;
  }
  .u-cols-sb-lg-11-17 {
    margin-left: 64.70588%;
    width: inherit;
  }
  .u-cols-sa-lg-11-17 {
    margin-right: 64.70588%;
    width: inherit;
  }
  .u-cols-lg-12-17 {
    width: 70.58824%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-12 {
    margin-left: 70.58824%;
    width: inherit;
  }
  .u-cols-sb-lg-12-17 {
    margin-left: 70.58824%;
    width: inherit;
  }
  .u-cols-sa-lg-12-17 {
    margin-right: 70.58824%;
    width: inherit;
  }
  .u-cols-lg-13-17 {
    width: 76.47059%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-13 {
    margin-left: 76.47059%;
    width: inherit;
  }
  .u-cols-sb-lg-13-17 {
    margin-left: 76.47059%;
    width: inherit;
  }
  .u-cols-sa-lg-13-17 {
    margin-right: 76.47059%;
    width: inherit;
  }
  .u-cols-lg-14-17 {
    width: 82.35294%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-14 {
    margin-left: 82.35294%;
    width: inherit;
  }
  .u-cols-sb-lg-14-17 {
    margin-left: 82.35294%;
    width: inherit;
  }
  .u-cols-sa-lg-14-17 {
    margin-right: 82.35294%;
    width: inherit;
  }
  .u-cols-lg-15-17 {
    width: 88.23529%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-15 {
    margin-left: 88.23529%;
    width: inherit;
  }
  .u-cols-sb-lg-15-17 {
    margin-left: 88.23529%;
    width: inherit;
  }
  .u-cols-sa-lg-15-17 {
    margin-right: 88.23529%;
    width: inherit;
  }
  .u-cols-lg-16-17 {
    width: 94.11765%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-16 {
    margin-left: 94.11765%;
    width: inherit;
  }
  .u-cols-sb-lg-16-17 {
    margin-left: 94.11765%;
    width: inherit;
  }
  .u-cols-sa-lg-16-17 {
    margin-right: 94.11765%;
    width: inherit;
  }
  .u-cols-lg-17-17 {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-17 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-lg-17-17 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-lg-17-17 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: 1025px) {
  .u-cols-sb-lg-0-16 {
    margin-left: 0;
  }
  .u-cols-sa-lg-0-16 {
    margin-right: 0;
  }
  .u-cols-lg-1-16 {
    width: 6.25%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-1 {
    margin-left: 6.25%;
    width: inherit;
  }
  .u-cols-sb-lg-1-16 {
    margin-left: 6.25%;
    width: inherit;
  }
  .u-cols-sa-lg-1-16 {
    margin-right: 6.25%;
    width: inherit;
  }
  .u-cols-lg-2-16 {
    width: 12.5%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-2 {
    margin-left: 12.5%;
    width: inherit;
  }
  .u-cols-sb-lg-2-16 {
    margin-left: 12.5%;
    width: inherit;
  }
  .u-cols-sa-lg-2-16 {
    margin-right: 12.5%;
    width: inherit;
  }
  .u-cols-lg-3-16 {
    width: 18.75%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-3 {
    margin-left: 18.75%;
    width: inherit;
  }
  .u-cols-sb-lg-3-16 {
    margin-left: 18.75%;
    width: inherit;
  }
  .u-cols-sa-lg-3-16 {
    margin-right: 18.75%;
    width: inherit;
  }
  .u-cols-lg-4-16 {
    width: 25%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-4 {
    margin-left: 25%;
    width: inherit;
  }
  .u-cols-sb-lg-4-16 {
    margin-left: 25%;
    width: inherit;
  }
  .u-cols-sa-lg-4-16 {
    margin-right: 25%;
    width: inherit;
  }
  .u-cols-lg-5-16 {
    width: 31.25%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-5 {
    margin-left: 31.25%;
    width: inherit;
  }
  .u-cols-sb-lg-5-16 {
    margin-left: 31.25%;
    width: inherit;
  }
  .u-cols-sa-lg-5-16 {
    margin-right: 31.25%;
    width: inherit;
  }
  .u-cols-lg-6-16 {
    width: 37.5%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-6 {
    margin-left: 37.5%;
    width: inherit;
  }
  .u-cols-sb-lg-6-16 {
    margin-left: 37.5%;
    width: inherit;
  }
  .u-cols-sa-lg-6-16 {
    margin-right: 37.5%;
    width: inherit;
  }
  .u-cols-lg-7-16 {
    width: 43.75%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-7 {
    margin-left: 43.75%;
    width: inherit;
  }
  .u-cols-sb-lg-7-16 {
    margin-left: 43.75%;
    width: inherit;
  }
  .u-cols-sa-lg-7-16 {
    margin-right: 43.75%;
    width: inherit;
  }
  .u-cols-lg-8-16 {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-8 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sb-lg-8-16 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sa-lg-8-16 {
    margin-right: 50%;
    width: inherit;
  }
  .u-cols-lg-9-16 {
    width: 56.25%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-9 {
    margin-left: 56.25%;
    width: inherit;
  }
  .u-cols-sb-lg-9-16 {
    margin-left: 56.25%;
    width: inherit;
  }
  .u-cols-sa-lg-9-16 {
    margin-right: 56.25%;
    width: inherit;
  }
  .u-cols-lg-10-16 {
    width: 62.5%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-10 {
    margin-left: 62.5%;
    width: inherit;
  }
  .u-cols-sb-lg-10-16 {
    margin-left: 62.5%;
    width: inherit;
  }
  .u-cols-sa-lg-10-16 {
    margin-right: 62.5%;
    width: inherit;
  }
  .u-cols-lg-11-16 {
    width: 68.75%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-11 {
    margin-left: 68.75%;
    width: inherit;
  }
  .u-cols-sb-lg-11-16 {
    margin-left: 68.75%;
    width: inherit;
  }
  .u-cols-sa-lg-11-16 {
    margin-right: 68.75%;
    width: inherit;
  }
  .u-cols-lg-12-16 {
    width: 75%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-12 {
    margin-left: 75%;
    width: inherit;
  }
  .u-cols-sb-lg-12-16 {
    margin-left: 75%;
    width: inherit;
  }
  .u-cols-sa-lg-12-16 {
    margin-right: 75%;
    width: inherit;
  }
  .u-cols-lg-13-16 {
    width: 81.25%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-13 {
    margin-left: 81.25%;
    width: inherit;
  }
  .u-cols-sb-lg-13-16 {
    margin-left: 81.25%;
    width: inherit;
  }
  .u-cols-sa-lg-13-16 {
    margin-right: 81.25%;
    width: inherit;
  }
  .u-cols-lg-14-16 {
    width: 87.5%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-14 {
    margin-left: 87.5%;
    width: inherit;
  }
  .u-cols-sb-lg-14-16 {
    margin-left: 87.5%;
    width: inherit;
  }
  .u-cols-sa-lg-14-16 {
    margin-right: 87.5%;
    width: inherit;
  }
  .u-cols-lg-15-16 {
    width: 93.75%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-15 {
    margin-left: 93.75%;
    width: inherit;
  }
  .u-cols-sb-lg-15-16 {
    margin-left: 93.75%;
    width: inherit;
  }
  .u-cols-sa-lg-15-16 {
    margin-right: 93.75%;
    width: inherit;
  }
  .u-cols-lg-16-16 {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-16 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-lg-16-16 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-lg-16-16 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: 1025px) {
  .u-cols-sb-lg-0-15 {
    margin-left: 0;
  }
  .u-cols-sa-lg-0-15 {
    margin-right: 0;
  }
  .u-cols-lg-1-15 {
    width: 6.66667%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-1 {
    margin-left: 6.66667%;
    width: inherit;
  }
  .u-cols-sb-lg-1-15 {
    margin-left: 6.66667%;
    width: inherit;
  }
  .u-cols-sa-lg-1-15 {
    margin-right: 6.66667%;
    width: inherit;
  }
  .u-cols-lg-2-15 {
    width: 13.33333%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-2 {
    margin-left: 13.33333%;
    width: inherit;
  }
  .u-cols-sb-lg-2-15 {
    margin-left: 13.33333%;
    width: inherit;
  }
  .u-cols-sa-lg-2-15 {
    margin-right: 13.33333%;
    width: inherit;
  }
  .u-cols-lg-3-15 {
    width: 20%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-3 {
    margin-left: 20%;
    width: inherit;
  }
  .u-cols-sb-lg-3-15 {
    margin-left: 20%;
    width: inherit;
  }
  .u-cols-sa-lg-3-15 {
    margin-right: 20%;
    width: inherit;
  }
  .u-cols-lg-4-15 {
    width: 26.66667%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-4 {
    margin-left: 26.66667%;
    width: inherit;
  }
  .u-cols-sb-lg-4-15 {
    margin-left: 26.66667%;
    width: inherit;
  }
  .u-cols-sa-lg-4-15 {
    margin-right: 26.66667%;
    width: inherit;
  }
  .u-cols-lg-5-15 {
    width: 33.33333%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-5 {
    margin-left: 33.33333%;
    width: inherit;
  }
  .u-cols-sb-lg-5-15 {
    margin-left: 33.33333%;
    width: inherit;
  }
  .u-cols-sa-lg-5-15 {
    margin-right: 33.33333%;
    width: inherit;
  }
  .u-cols-lg-6-15 {
    width: 40%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-6 {
    margin-left: 40%;
    width: inherit;
  }
  .u-cols-sb-lg-6-15 {
    margin-left: 40%;
    width: inherit;
  }
  .u-cols-sa-lg-6-15 {
    margin-right: 40%;
    width: inherit;
  }
  .u-cols-lg-7-15 {
    width: 46.66667%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-7 {
    margin-left: 46.66667%;
    width: inherit;
  }
  .u-cols-sb-lg-7-15 {
    margin-left: 46.66667%;
    width: inherit;
  }
  .u-cols-sa-lg-7-15 {
    margin-right: 46.66667%;
    width: inherit;
  }
  .u-cols-lg-8-15 {
    width: 53.33333%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-8 {
    margin-left: 53.33333%;
    width: inherit;
  }
  .u-cols-sb-lg-8-15 {
    margin-left: 53.33333%;
    width: inherit;
  }
  .u-cols-sa-lg-8-15 {
    margin-right: 53.33333%;
    width: inherit;
  }
  .u-cols-lg-9-15 {
    width: 60%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-9 {
    margin-left: 60%;
    width: inherit;
  }
  .u-cols-sb-lg-9-15 {
    margin-left: 60%;
    width: inherit;
  }
  .u-cols-sa-lg-9-15 {
    margin-right: 60%;
    width: inherit;
  }
  .u-cols-lg-10-15 {
    width: 66.66667%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-10 {
    margin-left: 66.66667%;
    width: inherit;
  }
  .u-cols-sb-lg-10-15 {
    margin-left: 66.66667%;
    width: inherit;
  }
  .u-cols-sa-lg-10-15 {
    margin-right: 66.66667%;
    width: inherit;
  }
  .u-cols-lg-11-15 {
    width: 73.33333%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-11 {
    margin-left: 73.33333%;
    width: inherit;
  }
  .u-cols-sb-lg-11-15 {
    margin-left: 73.33333%;
    width: inherit;
  }
  .u-cols-sa-lg-11-15 {
    margin-right: 73.33333%;
    width: inherit;
  }
  .u-cols-lg-12-15 {
    width: 80%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-12 {
    margin-left: 80%;
    width: inherit;
  }
  .u-cols-sb-lg-12-15 {
    margin-left: 80%;
    width: inherit;
  }
  .u-cols-sa-lg-12-15 {
    margin-right: 80%;
    width: inherit;
  }
  .u-cols-lg-13-15 {
    width: 86.66667%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-13 {
    margin-left: 86.66667%;
    width: inherit;
  }
  .u-cols-sb-lg-13-15 {
    margin-left: 86.66667%;
    width: inherit;
  }
  .u-cols-sa-lg-13-15 {
    margin-right: 86.66667%;
    width: inherit;
  }
  .u-cols-lg-14-15 {
    width: 93.33333%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-14 {
    margin-left: 93.33333%;
    width: inherit;
  }
  .u-cols-sb-lg-14-15 {
    margin-left: 93.33333%;
    width: inherit;
  }
  .u-cols-sa-lg-14-15 {
    margin-right: 93.33333%;
    width: inherit;
  }
  .u-cols-lg-15-15 {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-15 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-lg-15-15 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-lg-15-15 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: 1025px) {
  .u-cols-sb-lg-0-14 {
    margin-left: 0;
  }
  .u-cols-sa-lg-0-14 {
    margin-right: 0;
  }
  .u-cols-lg-1-14 {
    width: 7.14286%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-1 {
    margin-left: 7.14286%;
    width: inherit;
  }
  .u-cols-sb-lg-1-14 {
    margin-left: 7.14286%;
    width: inherit;
  }
  .u-cols-sa-lg-1-14 {
    margin-right: 7.14286%;
    width: inherit;
  }
  .u-cols-lg-2-14 {
    width: 14.28571%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-2 {
    margin-left: 14.28571%;
    width: inherit;
  }
  .u-cols-sb-lg-2-14 {
    margin-left: 14.28571%;
    width: inherit;
  }
  .u-cols-sa-lg-2-14 {
    margin-right: 14.28571%;
    width: inherit;
  }
  .u-cols-lg-3-14 {
    width: 21.42857%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-3 {
    margin-left: 21.42857%;
    width: inherit;
  }
  .u-cols-sb-lg-3-14 {
    margin-left: 21.42857%;
    width: inherit;
  }
  .u-cols-sa-lg-3-14 {
    margin-right: 21.42857%;
    width: inherit;
  }
  .u-cols-lg-4-14 {
    width: 28.57143%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-4 {
    margin-left: 28.57143%;
    width: inherit;
  }
  .u-cols-sb-lg-4-14 {
    margin-left: 28.57143%;
    width: inherit;
  }
  .u-cols-sa-lg-4-14 {
    margin-right: 28.57143%;
    width: inherit;
  }
  .u-cols-lg-5-14 {
    width: 35.71429%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-5 {
    margin-left: 35.71429%;
    width: inherit;
  }
  .u-cols-sb-lg-5-14 {
    margin-left: 35.71429%;
    width: inherit;
  }
  .u-cols-sa-lg-5-14 {
    margin-right: 35.71429%;
    width: inherit;
  }
  .u-cols-lg-6-14 {
    width: 42.85714%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-6 {
    margin-left: 42.85714%;
    width: inherit;
  }
  .u-cols-sb-lg-6-14 {
    margin-left: 42.85714%;
    width: inherit;
  }
  .u-cols-sa-lg-6-14 {
    margin-right: 42.85714%;
    width: inherit;
  }
  .u-cols-lg-7-14 {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-7 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sb-lg-7-14 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sa-lg-7-14 {
    margin-right: 50%;
    width: inherit;
  }
  .u-cols-lg-8-14 {
    width: 57.14286%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-8 {
    margin-left: 57.14286%;
    width: inherit;
  }
  .u-cols-sb-lg-8-14 {
    margin-left: 57.14286%;
    width: inherit;
  }
  .u-cols-sa-lg-8-14 {
    margin-right: 57.14286%;
    width: inherit;
  }
  .u-cols-lg-9-14 {
    width: 64.28571%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-9 {
    margin-left: 64.28571%;
    width: inherit;
  }
  .u-cols-sb-lg-9-14 {
    margin-left: 64.28571%;
    width: inherit;
  }
  .u-cols-sa-lg-9-14 {
    margin-right: 64.28571%;
    width: inherit;
  }
  .u-cols-lg-10-14 {
    width: 71.42857%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-10 {
    margin-left: 71.42857%;
    width: inherit;
  }
  .u-cols-sb-lg-10-14 {
    margin-left: 71.42857%;
    width: inherit;
  }
  .u-cols-sa-lg-10-14 {
    margin-right: 71.42857%;
    width: inherit;
  }
  .u-cols-lg-11-14 {
    width: 78.57143%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-11 {
    margin-left: 78.57143%;
    width: inherit;
  }
  .u-cols-sb-lg-11-14 {
    margin-left: 78.57143%;
    width: inherit;
  }
  .u-cols-sa-lg-11-14 {
    margin-right: 78.57143%;
    width: inherit;
  }
  .u-cols-lg-12-14 {
    width: 85.71429%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-12 {
    margin-left: 85.71429%;
    width: inherit;
  }
  .u-cols-sb-lg-12-14 {
    margin-left: 85.71429%;
    width: inherit;
  }
  .u-cols-sa-lg-12-14 {
    margin-right: 85.71429%;
    width: inherit;
  }
  .u-cols-lg-13-14 {
    width: 92.85714%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-13 {
    margin-left: 92.85714%;
    width: inherit;
  }
  .u-cols-sb-lg-13-14 {
    margin-left: 92.85714%;
    width: inherit;
  }
  .u-cols-sa-lg-13-14 {
    margin-right: 92.85714%;
    width: inherit;
  }
  .u-cols-lg-14-14 {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-14 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-lg-14-14 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-lg-14-14 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: 1025px) {
  .u-cols-sb-lg-0-13 {
    margin-left: 0;
  }
  .u-cols-sa-lg-0-13 {
    margin-right: 0;
  }
  .u-cols-lg-1-13 {
    width: 7.69231%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-1 {
    margin-left: 7.69231%;
    width: inherit;
  }
  .u-cols-sb-lg-1-13 {
    margin-left: 7.69231%;
    width: inherit;
  }
  .u-cols-sa-lg-1-13 {
    margin-right: 7.69231%;
    width: inherit;
  }
  .u-cols-lg-2-13 {
    width: 15.38462%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-2 {
    margin-left: 15.38462%;
    width: inherit;
  }
  .u-cols-sb-lg-2-13 {
    margin-left: 15.38462%;
    width: inherit;
  }
  .u-cols-sa-lg-2-13 {
    margin-right: 15.38462%;
    width: inherit;
  }
  .u-cols-lg-3-13 {
    width: 23.07692%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-3 {
    margin-left: 23.07692%;
    width: inherit;
  }
  .u-cols-sb-lg-3-13 {
    margin-left: 23.07692%;
    width: inherit;
  }
  .u-cols-sa-lg-3-13 {
    margin-right: 23.07692%;
    width: inherit;
  }
  .u-cols-lg-4-13 {
    width: 30.76923%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-4 {
    margin-left: 30.76923%;
    width: inherit;
  }
  .u-cols-sb-lg-4-13 {
    margin-left: 30.76923%;
    width: inherit;
  }
  .u-cols-sa-lg-4-13 {
    margin-right: 30.76923%;
    width: inherit;
  }
  .u-cols-lg-5-13 {
    width: 38.46154%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-5 {
    margin-left: 38.46154%;
    width: inherit;
  }
  .u-cols-sb-lg-5-13 {
    margin-left: 38.46154%;
    width: inherit;
  }
  .u-cols-sa-lg-5-13 {
    margin-right: 38.46154%;
    width: inherit;
  }
  .u-cols-lg-6-13 {
    width: 46.15385%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-6 {
    margin-left: 46.15385%;
    width: inherit;
  }
  .u-cols-sb-lg-6-13 {
    margin-left: 46.15385%;
    width: inherit;
  }
  .u-cols-sa-lg-6-13 {
    margin-right: 46.15385%;
    width: inherit;
  }
  .u-cols-lg-7-13 {
    width: 53.84615%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-7 {
    margin-left: 53.84615%;
    width: inherit;
  }
  .u-cols-sb-lg-7-13 {
    margin-left: 53.84615%;
    width: inherit;
  }
  .u-cols-sa-lg-7-13 {
    margin-right: 53.84615%;
    width: inherit;
  }
  .u-cols-lg-8-13 {
    width: 61.53846%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-8 {
    margin-left: 61.53846%;
    width: inherit;
  }
  .u-cols-sb-lg-8-13 {
    margin-left: 61.53846%;
    width: inherit;
  }
  .u-cols-sa-lg-8-13 {
    margin-right: 61.53846%;
    width: inherit;
  }
  .u-cols-lg-9-13 {
    width: 69.23077%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-9 {
    margin-left: 69.23077%;
    width: inherit;
  }
  .u-cols-sb-lg-9-13 {
    margin-left: 69.23077%;
    width: inherit;
  }
  .u-cols-sa-lg-9-13 {
    margin-right: 69.23077%;
    width: inherit;
  }
  .u-cols-lg-10-13 {
    width: 76.92308%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-10 {
    margin-left: 76.92308%;
    width: inherit;
  }
  .u-cols-sb-lg-10-13 {
    margin-left: 76.92308%;
    width: inherit;
  }
  .u-cols-sa-lg-10-13 {
    margin-right: 76.92308%;
    width: inherit;
  }
  .u-cols-lg-11-13 {
    width: 84.61538%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-11 {
    margin-left: 84.61538%;
    width: inherit;
  }
  .u-cols-sb-lg-11-13 {
    margin-left: 84.61538%;
    width: inherit;
  }
  .u-cols-sa-lg-11-13 {
    margin-right: 84.61538%;
    width: inherit;
  }
  .u-cols-lg-12-13 {
    width: 92.30769%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-12 {
    margin-left: 92.30769%;
    width: inherit;
  }
  .u-cols-sb-lg-12-13 {
    margin-left: 92.30769%;
    width: inherit;
  }
  .u-cols-sa-lg-12-13 {
    margin-right: 92.30769%;
    width: inherit;
  }
  .u-cols-lg-13-13 {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-13 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-lg-13-13 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-lg-13-13 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: 1025px) {
  .u-cols-sb-lg-0-12 {
    margin-left: 0;
  }
  .u-cols-sa-lg-0-12 {
    margin-right: 0;
  }
  .u-cols-lg-1-12 {
    width: 8.33333%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-1 {
    margin-left: 8.33333%;
    width: inherit;
  }
  .u-cols-sb-lg-1-12 {
    margin-left: 8.33333%;
    width: inherit;
  }
  .u-cols-sa-lg-1-12 {
    margin-right: 8.33333%;
    width: inherit;
  }
  .u-cols-lg-2-12 {
    width: 16.66667%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-2 {
    margin-left: 16.66667%;
    width: inherit;
  }
  .u-cols-sb-lg-2-12 {
    margin-left: 16.66667%;
    width: inherit;
  }
  .u-cols-sa-lg-2-12 {
    margin-right: 16.66667%;
    width: inherit;
  }
  .u-cols-lg-3-12 {
    width: 25%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-3 {
    margin-left: 25%;
    width: inherit;
  }
  .u-cols-sb-lg-3-12 {
    margin-left: 25%;
    width: inherit;
  }
  .u-cols-sa-lg-3-12 {
    margin-right: 25%;
    width: inherit;
  }
  .u-cols-lg-4-12 {
    width: 33.33333%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-4 {
    margin-left: 33.33333%;
    width: inherit;
  }
  .u-cols-sb-lg-4-12 {
    margin-left: 33.33333%;
    width: inherit;
  }
  .u-cols-sa-lg-4-12 {
    margin-right: 33.33333%;
    width: inherit;
  }
  .u-cols-lg-5-12 {
    width: 41.66667%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-5 {
    margin-left: 41.66667%;
    width: inherit;
  }
  .u-cols-sb-lg-5-12 {
    margin-left: 41.66667%;
    width: inherit;
  }
  .u-cols-sa-lg-5-12 {
    margin-right: 41.66667%;
    width: inherit;
  }
  .u-cols-lg-6-12 {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-6 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sb-lg-6-12 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sa-lg-6-12 {
    margin-right: 50%;
    width: inherit;
  }
  .u-cols-lg-7-12 {
    width: 58.33333%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-7 {
    margin-left: 58.33333%;
    width: inherit;
  }
  .u-cols-sb-lg-7-12 {
    margin-left: 58.33333%;
    width: inherit;
  }
  .u-cols-sa-lg-7-12 {
    margin-right: 58.33333%;
    width: inherit;
  }
  .u-cols-lg-8-12 {
    width: 66.66667%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-8 {
    margin-left: 66.66667%;
    width: inherit;
  }
  .u-cols-sb-lg-8-12 {
    margin-left: 66.66667%;
    width: inherit;
  }
  .u-cols-sa-lg-8-12 {
    margin-right: 66.66667%;
    width: inherit;
  }
  .u-cols-lg-9-12 {
    width: 75%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-9 {
    margin-left: 75%;
    width: inherit;
  }
  .u-cols-sb-lg-9-12 {
    margin-left: 75%;
    width: inherit;
  }
  .u-cols-sa-lg-9-12 {
    margin-right: 75%;
    width: inherit;
  }
  .u-cols-lg-10-12 {
    width: 83.33333%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-10 {
    margin-left: 83.33333%;
    width: inherit;
  }
  .u-cols-sb-lg-10-12 {
    margin-left: 83.33333%;
    width: inherit;
  }
  .u-cols-sa-lg-10-12 {
    margin-right: 83.33333%;
    width: inherit;
  }
  .u-cols-lg-11-12 {
    width: 91.66667%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-11 {
    margin-left: 91.66667%;
    width: inherit;
  }
  .u-cols-sb-lg-11-12 {
    margin-left: 91.66667%;
    width: inherit;
  }
  .u-cols-sa-lg-11-12 {
    margin-right: 91.66667%;
    width: inherit;
  }
  .u-cols-lg-12-12 {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-12 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-lg-12-12 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-lg-12-12 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: 1025px) {
  .u-cols-sb-lg-0-11 {
    margin-left: 0;
  }
  .u-cols-sa-lg-0-11 {
    margin-right: 0;
  }
  .u-cols-lg-1-11 {
    width: 9.09091%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-1 {
    margin-left: 9.09091%;
    width: inherit;
  }
  .u-cols-sb-lg-1-11 {
    margin-left: 9.09091%;
    width: inherit;
  }
  .u-cols-sa-lg-1-11 {
    margin-right: 9.09091%;
    width: inherit;
  }
  .u-cols-lg-2-11 {
    width: 18.18182%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-2 {
    margin-left: 18.18182%;
    width: inherit;
  }
  .u-cols-sb-lg-2-11 {
    margin-left: 18.18182%;
    width: inherit;
  }
  .u-cols-sa-lg-2-11 {
    margin-right: 18.18182%;
    width: inherit;
  }
  .u-cols-lg-3-11 {
    width: 27.27273%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-3 {
    margin-left: 27.27273%;
    width: inherit;
  }
  .u-cols-sb-lg-3-11 {
    margin-left: 27.27273%;
    width: inherit;
  }
  .u-cols-sa-lg-3-11 {
    margin-right: 27.27273%;
    width: inherit;
  }
  .u-cols-lg-4-11 {
    width: 36.36364%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-4 {
    margin-left: 36.36364%;
    width: inherit;
  }
  .u-cols-sb-lg-4-11 {
    margin-left: 36.36364%;
    width: inherit;
  }
  .u-cols-sa-lg-4-11 {
    margin-right: 36.36364%;
    width: inherit;
  }
  .u-cols-lg-5-11 {
    width: 45.45455%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-5 {
    margin-left: 45.45455%;
    width: inherit;
  }
  .u-cols-sb-lg-5-11 {
    margin-left: 45.45455%;
    width: inherit;
  }
  .u-cols-sa-lg-5-11 {
    margin-right: 45.45455%;
    width: inherit;
  }
  .u-cols-lg-6-11 {
    width: 54.54545%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-6 {
    margin-left: 54.54545%;
    width: inherit;
  }
  .u-cols-sb-lg-6-11 {
    margin-left: 54.54545%;
    width: inherit;
  }
  .u-cols-sa-lg-6-11 {
    margin-right: 54.54545%;
    width: inherit;
  }
  .u-cols-lg-7-11 {
    width: 63.63636%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-7 {
    margin-left: 63.63636%;
    width: inherit;
  }
  .u-cols-sb-lg-7-11 {
    margin-left: 63.63636%;
    width: inherit;
  }
  .u-cols-sa-lg-7-11 {
    margin-right: 63.63636%;
    width: inherit;
  }
  .u-cols-lg-8-11 {
    width: 72.72727%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-8 {
    margin-left: 72.72727%;
    width: inherit;
  }
  .u-cols-sb-lg-8-11 {
    margin-left: 72.72727%;
    width: inherit;
  }
  .u-cols-sa-lg-8-11 {
    margin-right: 72.72727%;
    width: inherit;
  }
  .u-cols-lg-9-11 {
    width: 81.81818%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-9 {
    margin-left: 81.81818%;
    width: inherit;
  }
  .u-cols-sb-lg-9-11 {
    margin-left: 81.81818%;
    width: inherit;
  }
  .u-cols-sa-lg-9-11 {
    margin-right: 81.81818%;
    width: inherit;
  }
  .u-cols-lg-10-11 {
    width: 90.90909%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-10 {
    margin-left: 90.90909%;
    width: inherit;
  }
  .u-cols-sb-lg-10-11 {
    margin-left: 90.90909%;
    width: inherit;
  }
  .u-cols-sa-lg-10-11 {
    margin-right: 90.90909%;
    width: inherit;
  }
  .u-cols-lg-11-11 {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-11 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-lg-11-11 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-lg-11-11 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: 1025px) {
  .u-cols-sb-lg-0-10 {
    margin-left: 0;
  }
  .u-cols-sa-lg-0-10 {
    margin-right: 0;
  }
  .u-cols-lg-1-10 {
    width: 10%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-1 {
    margin-left: 10%;
    width: inherit;
  }
  .u-cols-sb-lg-1-10 {
    margin-left: 10%;
    width: inherit;
  }
  .u-cols-sa-lg-1-10 {
    margin-right: 10%;
    width: inherit;
  }
  .u-cols-lg-2-10 {
    width: 20%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-2 {
    margin-left: 20%;
    width: inherit;
  }
  .u-cols-sb-lg-2-10 {
    margin-left: 20%;
    width: inherit;
  }
  .u-cols-sa-lg-2-10 {
    margin-right: 20%;
    width: inherit;
  }
  .u-cols-lg-3-10 {
    width: 30%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-3 {
    margin-left: 30%;
    width: inherit;
  }
  .u-cols-sb-lg-3-10 {
    margin-left: 30%;
    width: inherit;
  }
  .u-cols-sa-lg-3-10 {
    margin-right: 30%;
    width: inherit;
  }
  .u-cols-lg-4-10 {
    width: 40%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-4 {
    margin-left: 40%;
    width: inherit;
  }
  .u-cols-sb-lg-4-10 {
    margin-left: 40%;
    width: inherit;
  }
  .u-cols-sa-lg-4-10 {
    margin-right: 40%;
    width: inherit;
  }
  .u-cols-lg-5-10 {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-5 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sb-lg-5-10 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sa-lg-5-10 {
    margin-right: 50%;
    width: inherit;
  }
  .u-cols-lg-6-10 {
    width: 60%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-6 {
    margin-left: 60%;
    width: inherit;
  }
  .u-cols-sb-lg-6-10 {
    margin-left: 60%;
    width: inherit;
  }
  .u-cols-sa-lg-6-10 {
    margin-right: 60%;
    width: inherit;
  }
  .u-cols-lg-7-10 {
    width: 70%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-7 {
    margin-left: 70%;
    width: inherit;
  }
  .u-cols-sb-lg-7-10 {
    margin-left: 70%;
    width: inherit;
  }
  .u-cols-sa-lg-7-10 {
    margin-right: 70%;
    width: inherit;
  }
  .u-cols-lg-8-10 {
    width: 80%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-8 {
    margin-left: 80%;
    width: inherit;
  }
  .u-cols-sb-lg-8-10 {
    margin-left: 80%;
    width: inherit;
  }
  .u-cols-sa-lg-8-10 {
    margin-right: 80%;
    width: inherit;
  }
  .u-cols-lg-9-10 {
    width: 90%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-9 {
    margin-left: 90%;
    width: inherit;
  }
  .u-cols-sb-lg-9-10 {
    margin-left: 90%;
    width: inherit;
  }
  .u-cols-sa-lg-9-10 {
    margin-right: 90%;
    width: inherit;
  }
  .u-cols-lg-10-10 {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-10 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-lg-10-10 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-lg-10-10 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: 1025px) {
  .u-cols-sb-lg-0-9 {
    margin-left: 0;
  }
  .u-cols-sa-lg-0-9 {
    margin-right: 0;
  }
  .u-cols-lg-1-9 {
    width: 11.11111%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-1 {
    margin-left: 11.11111%;
    width: inherit;
  }
  .u-cols-sb-lg-1-9 {
    margin-left: 11.11111%;
    width: inherit;
  }
  .u-cols-sa-lg-1-9 {
    margin-right: 11.11111%;
    width: inherit;
  }
  .u-cols-lg-2-9 {
    width: 22.22222%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-2 {
    margin-left: 22.22222%;
    width: inherit;
  }
  .u-cols-sb-lg-2-9 {
    margin-left: 22.22222%;
    width: inherit;
  }
  .u-cols-sa-lg-2-9 {
    margin-right: 22.22222%;
    width: inherit;
  }
  .u-cols-lg-3-9 {
    width: 33.33333%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-3 {
    margin-left: 33.33333%;
    width: inherit;
  }
  .u-cols-sb-lg-3-9 {
    margin-left: 33.33333%;
    width: inherit;
  }
  .u-cols-sa-lg-3-9 {
    margin-right: 33.33333%;
    width: inherit;
  }
  .u-cols-lg-4-9 {
    width: 44.44444%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-4 {
    margin-left: 44.44444%;
    width: inherit;
  }
  .u-cols-sb-lg-4-9 {
    margin-left: 44.44444%;
    width: inherit;
  }
  .u-cols-sa-lg-4-9 {
    margin-right: 44.44444%;
    width: inherit;
  }
  .u-cols-lg-5-9 {
    width: 55.55556%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-5 {
    margin-left: 55.55556%;
    width: inherit;
  }
  .u-cols-sb-lg-5-9 {
    margin-left: 55.55556%;
    width: inherit;
  }
  .u-cols-sa-lg-5-9 {
    margin-right: 55.55556%;
    width: inherit;
  }
  .u-cols-lg-6-9 {
    width: 66.66667%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-6 {
    margin-left: 66.66667%;
    width: inherit;
  }
  .u-cols-sb-lg-6-9 {
    margin-left: 66.66667%;
    width: inherit;
  }
  .u-cols-sa-lg-6-9 {
    margin-right: 66.66667%;
    width: inherit;
  }
  .u-cols-lg-7-9 {
    width: 77.77778%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-7 {
    margin-left: 77.77778%;
    width: inherit;
  }
  .u-cols-sb-lg-7-9 {
    margin-left: 77.77778%;
    width: inherit;
  }
  .u-cols-sa-lg-7-9 {
    margin-right: 77.77778%;
    width: inherit;
  }
  .u-cols-lg-8-9 {
    width: 88.88889%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-8 {
    margin-left: 88.88889%;
    width: inherit;
  }
  .u-cols-sb-lg-8-9 {
    margin-left: 88.88889%;
    width: inherit;
  }
  .u-cols-sa-lg-8-9 {
    margin-right: 88.88889%;
    width: inherit;
  }
  .u-cols-lg-9-9 {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-9 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-lg-9-9 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-lg-9-9 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: 1025px) {
  .u-cols-sb-lg-0-8 {
    margin-left: 0;
  }
  .u-cols-sa-lg-0-8 {
    margin-right: 0;
  }
  .u-cols-lg-1-8 {
    width: 12.5%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-1 {
    margin-left: 12.5%;
    width: inherit;
  }
  .u-cols-sb-lg-1-8 {
    margin-left: 12.5%;
    width: inherit;
  }
  .u-cols-sa-lg-1-8 {
    margin-right: 12.5%;
    width: inherit;
  }
  .u-cols-lg-2-8 {
    width: 25%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-2 {
    margin-left: 25%;
    width: inherit;
  }
  .u-cols-sb-lg-2-8 {
    margin-left: 25%;
    width: inherit;
  }
  .u-cols-sa-lg-2-8 {
    margin-right: 25%;
    width: inherit;
  }
  .u-cols-lg-3-8 {
    width: 37.5%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-3 {
    margin-left: 37.5%;
    width: inherit;
  }
  .u-cols-sb-lg-3-8 {
    margin-left: 37.5%;
    width: inherit;
  }
  .u-cols-sa-lg-3-8 {
    margin-right: 37.5%;
    width: inherit;
  }
  .u-cols-lg-4-8 {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-4 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sb-lg-4-8 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sa-lg-4-8 {
    margin-right: 50%;
    width: inherit;
  }
  .u-cols-lg-5-8 {
    width: 62.5%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-5 {
    margin-left: 62.5%;
    width: inherit;
  }
  .u-cols-sb-lg-5-8 {
    margin-left: 62.5%;
    width: inherit;
  }
  .u-cols-sa-lg-5-8 {
    margin-right: 62.5%;
    width: inherit;
  }
  .u-cols-lg-6-8 {
    width: 75%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-6 {
    margin-left: 75%;
    width: inherit;
  }
  .u-cols-sb-lg-6-8 {
    margin-left: 75%;
    width: inherit;
  }
  .u-cols-sa-lg-6-8 {
    margin-right: 75%;
    width: inherit;
  }
  .u-cols-lg-7-8 {
    width: 87.5%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-7 {
    margin-left: 87.5%;
    width: inherit;
  }
  .u-cols-sb-lg-7-8 {
    margin-left: 87.5%;
    width: inherit;
  }
  .u-cols-sa-lg-7-8 {
    margin-right: 87.5%;
    width: inherit;
  }
  .u-cols-lg-8-8 {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-8 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-lg-8-8 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-lg-8-8 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: 1025px) {
  .u-cols-sb-lg-0-7 {
    margin-left: 0;
  }
  .u-cols-sa-lg-0-7 {
    margin-right: 0;
  }
  .u-cols-lg-1-7 {
    width: 14.28571%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-1 {
    margin-left: 14.28571%;
    width: inherit;
  }
  .u-cols-sb-lg-1-7 {
    margin-left: 14.28571%;
    width: inherit;
  }
  .u-cols-sa-lg-1-7 {
    margin-right: 14.28571%;
    width: inherit;
  }
  .u-cols-lg-2-7 {
    width: 28.57143%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-2 {
    margin-left: 28.57143%;
    width: inherit;
  }
  .u-cols-sb-lg-2-7 {
    margin-left: 28.57143%;
    width: inherit;
  }
  .u-cols-sa-lg-2-7 {
    margin-right: 28.57143%;
    width: inherit;
  }
  .u-cols-lg-3-7 {
    width: 42.85714%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-3 {
    margin-left: 42.85714%;
    width: inherit;
  }
  .u-cols-sb-lg-3-7 {
    margin-left: 42.85714%;
    width: inherit;
  }
  .u-cols-sa-lg-3-7 {
    margin-right: 42.85714%;
    width: inherit;
  }
  .u-cols-lg-4-7 {
    width: 57.14286%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-4 {
    margin-left: 57.14286%;
    width: inherit;
  }
  .u-cols-sb-lg-4-7 {
    margin-left: 57.14286%;
    width: inherit;
  }
  .u-cols-sa-lg-4-7 {
    margin-right: 57.14286%;
    width: inherit;
  }
  .u-cols-lg-5-7 {
    width: 71.42857%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-5 {
    margin-left: 71.42857%;
    width: inherit;
  }
  .u-cols-sb-lg-5-7 {
    margin-left: 71.42857%;
    width: inherit;
  }
  .u-cols-sa-lg-5-7 {
    margin-right: 71.42857%;
    width: inherit;
  }
  .u-cols-lg-6-7 {
    width: 85.71429%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-6 {
    margin-left: 85.71429%;
    width: inherit;
  }
  .u-cols-sb-lg-6-7 {
    margin-left: 85.71429%;
    width: inherit;
  }
  .u-cols-sa-lg-6-7 {
    margin-right: 85.71429%;
    width: inherit;
  }
  .u-cols-lg-7-7 {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-7 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-lg-7-7 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-lg-7-7 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: 1025px) {
  .u-cols-sb-lg-0-6 {
    margin-left: 0;
  }
  .u-cols-sa-lg-0-6 {
    margin-right: 0;
  }
  .u-cols-lg-1-6 {
    width: 16.66667%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-1 {
    margin-left: 16.66667%;
    width: inherit;
  }
  .u-cols-sb-lg-1-6 {
    margin-left: 16.66667%;
    width: inherit;
  }
  .u-cols-sa-lg-1-6 {
    margin-right: 16.66667%;
    width: inherit;
  }
  .u-cols-lg-2-6 {
    width: 33.33333%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-2 {
    margin-left: 33.33333%;
    width: inherit;
  }
  .u-cols-sb-lg-2-6 {
    margin-left: 33.33333%;
    width: inherit;
  }
  .u-cols-sa-lg-2-6 {
    margin-right: 33.33333%;
    width: inherit;
  }
  .u-cols-lg-3-6 {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-3 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sb-lg-3-6 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sa-lg-3-6 {
    margin-right: 50%;
    width: inherit;
  }
  .u-cols-lg-4-6 {
    width: 66.66667%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-4 {
    margin-left: 66.66667%;
    width: inherit;
  }
  .u-cols-sb-lg-4-6 {
    margin-left: 66.66667%;
    width: inherit;
  }
  .u-cols-sa-lg-4-6 {
    margin-right: 66.66667%;
    width: inherit;
  }
  .u-cols-lg-5-6 {
    width: 83.33333%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-5 {
    margin-left: 83.33333%;
    width: inherit;
  }
  .u-cols-sb-lg-5-6 {
    margin-left: 83.33333%;
    width: inherit;
  }
  .u-cols-sa-lg-5-6 {
    margin-right: 83.33333%;
    width: inherit;
  }
  .u-cols-lg-6-6 {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-6 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-lg-6-6 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-lg-6-6 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: 1025px) {
  .u-cols-sb-lg-0-5 {
    margin-left: 0;
  }
  .u-cols-sa-lg-0-5 {
    margin-right: 0;
  }
  .u-cols-lg-1-5 {
    width: 20%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-1 {
    margin-left: 20%;
    width: inherit;
  }
  .u-cols-sb-lg-1-5 {
    margin-left: 20%;
    width: inherit;
  }
  .u-cols-sa-lg-1-5 {
    margin-right: 20%;
    width: inherit;
  }
  .u-cols-lg-2-5 {
    width: 40%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-2 {
    margin-left: 40%;
    width: inherit;
  }
  .u-cols-sb-lg-2-5 {
    margin-left: 40%;
    width: inherit;
  }
  .u-cols-sa-lg-2-5 {
    margin-right: 40%;
    width: inherit;
  }
  .u-cols-lg-3-5 {
    width: 60%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-3 {
    margin-left: 60%;
    width: inherit;
  }
  .u-cols-sb-lg-3-5 {
    margin-left: 60%;
    width: inherit;
  }
  .u-cols-sa-lg-3-5 {
    margin-right: 60%;
    width: inherit;
  }
  .u-cols-lg-4-5 {
    width: 80%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-4 {
    margin-left: 80%;
    width: inherit;
  }
  .u-cols-sb-lg-4-5 {
    margin-left: 80%;
    width: inherit;
  }
  .u-cols-sa-lg-4-5 {
    margin-right: 80%;
    width: inherit;
  }
  .u-cols-lg-5-5 {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-5 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-lg-5-5 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-lg-5-5 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: 1025px) {
  .u-cols-sb-lg-0-4 {
    margin-left: 0;
  }
  .u-cols-sa-lg-0-4 {
    margin-right: 0;
  }
  .u-cols-lg-1-4 {
    width: 25%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-1 {
    margin-left: 25%;
    width: inherit;
  }
  .u-cols-sb-lg-1-4 {
    margin-left: 25%;
    width: inherit;
  }
  .u-cols-sa-lg-1-4 {
    margin-right: 25%;
    width: inherit;
  }
  .u-cols-lg-2-4 {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-2 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sb-lg-2-4 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sa-lg-2-4 {
    margin-right: 50%;
    width: inherit;
  }
  .u-cols-lg-3-4 {
    width: 75%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-3 {
    margin-left: 75%;
    width: inherit;
  }
  .u-cols-sb-lg-3-4 {
    margin-left: 75%;
    width: inherit;
  }
  .u-cols-sa-lg-3-4 {
    margin-right: 75%;
    width: inherit;
  }
  .u-cols-lg-4-4 {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-4 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-lg-4-4 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-lg-4-4 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: 1025px) {
  .u-cols-sb-lg-0-3 {
    margin-left: 0;
  }
  .u-cols-sa-lg-0-3 {
    margin-right: 0;
  }
  .u-cols-lg-1-3 {
    width: 33.33333%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-1 {
    margin-left: 33.33333%;
    width: inherit;
  }
  .u-cols-sb-lg-1-3 {
    margin-left: 33.33333%;
    width: inherit;
  }
  .u-cols-sa-lg-1-3 {
    margin-right: 33.33333%;
    width: inherit;
  }
  .u-cols-lg-2-3 {
    width: 66.66667%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-2 {
    margin-left: 66.66667%;
    width: inherit;
  }
  .u-cols-sb-lg-2-3 {
    margin-left: 66.66667%;
    width: inherit;
  }
  .u-cols-sa-lg-2-3 {
    margin-right: 66.66667%;
    width: inherit;
  }
  .u-cols-lg-3-3 {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-3 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-lg-3-3 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-lg-3-3 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: 1025px) {
  .u-cols-sb-lg-0-2 {
    margin-left: 0;
  }
  .u-cols-sa-lg-0-2 {
    margin-right: 0;
  }
  .u-cols-lg-1-2 {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-1 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sb-lg-1-2 {
    margin-left: 50%;
    width: inherit;
  }
  .u-cols-sa-lg-1-2 {
    margin-right: 50%;
    width: inherit;
  }
  .u-cols-lg-2-2 {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-2 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-lg-2-2 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-lg-2-2 {
    margin-right: 100%;
    width: inherit;
  }
}

@media (min-width: 1025px) {
  .u-cols-sb-lg-0-1 {
    margin-left: 0;
  }
  .u-cols-sa-lg-0-1 {
    margin-right: 0;
  }
  .u-cols-lg-1-1 {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .u-cols-sb-lg-1 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sb-lg-1-1 {
    margin-left: 100%;
    width: inherit;
  }
  .u-cols-sa-lg-1-1 {
    margin-right: 100%;
    width: inherit;
  }
}

[class^="a-"].q-border-color-transparent,
[class^="m-"].q-border-color-transparent,
[class^="o-"].q-border-color-transparent {
  border-color: transparent;
}

[class^="a-"].q-border-color-black-100,
[class^="m-"].q-border-color-black-100,
[class^="o-"].q-border-color-black-100 {
  border-color: black;
}

[class^="a-"].q-border-color-black-80,
[class^="m-"].q-border-color-black-80,
[class^="o-"].q-border-color-black-80 {
  border-color: rgba(0,
0,
0,
0.8);
}

[class^="a-"].q-border-color-black-20,
[class^="m-"].q-border-color-black-20,
[class^="o-"].q-border-color-black-20 {
  border-color: #A6A6A6;
}

[class^="a-"].q-border-color-white,
[class^="m-"].q-border-color-white,
[class^="o-"].q-border-color-white {
  border-color: white;
}

[class^="a-"].q-border-color-green,
[class^="m-"].q-border-color-green,
[class^="o-"].q-border-color-green {
  border-color: #29BAAF;
}

[class^="a-"].q-border-color-red,
[class^="m-"].q-border-color-red,
[class^="o-"].q-border-color-red {
  border-color: #FF0000;
}

.a-button {
  background-color: transparent;
  color: inherit;
  font-size: 12px;
  line-height: 17px;
  font-family: 'Neue-Haas-Grotesk-Medium',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  text-transform: uppercase;
  transition: border 0.25s ease,
color 0.25s ease,
padding 0.25s ease;
  display: inline-block;
  white-space: nowrap;
  background-color: transparent;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 1025px) {
  .a-button {
    font-size: 14px;
    line-height: 20px;
  }
}

.a-button:focus span,
.a-button:hover span {
  position: relative;
  top: 0;
  left: 0;
}

.a-button.is-primary {
  border: 2px solid black;
  padding: 19px 10px 16px 10px;
  font-size: 15px;
  line-height: 21px;
  border-left: none;
  border-right: none;
  display: block;
  text-align: center;
  text-transform: none;
  width: 100%;
}

@media (min-width: 1025px) {
  .a-button.is-primary:hover,
.a-button.is-primary.is-hover,
.a-button.is-primary:focus {
    color: #29BAAF;
  }
}

.a-button.is-primary:disabled,
.a-button.is-primary.is-disabled {
  color: #A6A6A6;
  border-color: #A6A6A6;
  padding-bottom: 17px;
}

.a-button.is-primary:disabled:active,
.a-button.is-primary.is-disabled:active {
  color: #A6A6A6;
}

.a-button.is-primary:active,
.a-button.is-primary.is-active {
  opacity: 0.7;
}

@media (min-width: 1025px) {
  .a-button.is-primary:active,
.a-button.is-primary.is-active {
    color: #29BAAF;
    opacity: initial;
  }
}

.a-button.is-secondary {
  border-bottom: 1px solid black;
  border-top: none;
  padding: 17px 10px 17px 10px;
  font-size: 15px;
  line-height: 21px;
  border-left: none;
  border-right: none;
  display: block;
  text-align: center;
  text-transform: none;
  width: 100%;
}

@media (min-width: 1025px) {
  .a-button.is-secondary:hover,
.a-button.is-secondary.is-hover,
.a-button.is-secondary:focus {
    color: #29BAAF;
  }
}

.a-button.is-secondary:disabled,
.a-button.is-secondary.is-disabled {
  color: #A6A6A6;
  border-color: #A6A6A6;
  padding-bottom: 17px;
}

.a-button.is-secondary:disabled:active,
.a-button.is-secondary.is-disabled:active {
  color: #A6A6A6;
}

.a-button.is-secondary:active,
.a-button.is-secondary.is-active {
  opacity: 0.7;
}

@media (min-width: 1025px) {
  .a-button.is-secondary:active,
.a-button.is-secondary.is-active {
    color: #29BAAF;
    opacity: initial;
  }
}

.a-button.is-outlined {
  border: 2px solid;
  border-color: inherit;
  transition: none;
  text-align: center;
  height: 44px;
  padding: 12px 30px 11px 30px;
  max-width: 100%;
}

@media (min-width: 421px) {
  .a-button.is-outlined {
    min-width: 220px;
    max-width: 368px;
  }
}

@media (min-width: 768px) {
  .a-button.is-outlined {
    min-width: 184px;
  }
}

@media (min-width: 1025px) {
  .a-button.is-outlined {
    height: 48px;
    min-width: 220px;
    padding: 13px 30px 11px 30px;
  }
}

.a-button.is-outlined.is-hover,
.a-button.is-outlined:hover,
.a-button.is-outlined.is-active,
.a-button.is-outlined:active,
.a-button.is-outlined:focus {
  opacity: 0.7;
}

@media (min-width: 1025px) {
  .a-button.is-outlined.is-hover,
.a-button.is-outlined:hover,
.a-button.is-outlined.is-active,
.a-button.is-outlined:active,
.a-button.is-outlined:focus {
    border: 1px solid;
    border-color: inherit;
    opacity: initial;
    padding: 14px 31px 12px 31px;
  }
}

.a-button.is-outlined.is-disabled,
.a-button.is-outlined:disabled {
  display: none;
}

.a-button.is-quickbuy {
  border: none;
  background-color: white;
  font-size: 12px;
  line-height: 17px;
  color: black;
  font-family: 'Neue-Haas-Grotesk-Roman',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  max-width: 368px;
  padding: 7px 16px 6px;
}

@media (min-width: 1025px) {
  .a-button.is-quickbuy.is-hover,
.a-button.is-quickbuy:hover {
    color: #29BAAF;
  }
}

.a-button.is-quickbuy.is-active,
.a-button.is-quickbuy:active {
  color: #29BAAF;
}

.a-button.is-quickbuy:disabled,
.a-button.is-quickbuy.is-disabled {
  color: #A6A6A6;
}

.a-button.is-transparent {
  border: none;
  border-bottom: 1px solid transparent;
  font-family: 'Neue-Haas-Grotesk-Medium',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  padding: 0;
}

.a-button.is-transparent.is-hover,
.a-button.is-transparent:hover,
.a-button.is-transparent.is-active,
.a-button.is-transparent:active,
.a-button.is-transparent:focus {
  opacity: 0.7;
}

@media (min-width: 1025px) {
  .a-button.is-transparent.is-hover,
.a-button.is-transparent:hover,
.a-button.is-transparent.is-active,
.a-button.is-transparent:active,
.a-button.is-transparent:focus {
    border-bottom: 1px solid;
    border-color: inherit;
    opacity: initial;
  }
}

@media (min-width: 1025px) {
  .a-button.is-transparent {
    font-size: 14px;
    line-height: 20px;
  }
}

.a-button.small-height {
  margin: 12px 0;
}

@media (min-width: 1025px) {
  .a-button.small-height {
    margin: 14px 0;
  }
}

[class^="a-icon"],
[class*=" a-icon"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Weekday-Icons';
  font-weight: normal;
  speak: none;
  font-size: 32px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  transition: color 0.25s ease;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.a-icon-arrow-down-large:before {
  content: "\e900";
}

.a-icon-arrow-down-large:hover {
  color: #A6A6A6;
}

.a-icon-arrow-down:before {
  content: "\e901";
}

.a-icon-arrow-back-thin:before {
  content: "\e902";
}

.a-icon-arrow-back-thin:hover {
  color: #A6A6A6;
}

.a-icon-arrow-back:before {
  content: "\e903";
}

.a-icon-arrow-back:hover {
  color: #A6A6A6;
}

.a-icon-arrow-back-large:before {
  content: "\e903";
}

.a-icon-arrow-back-large:hover {
  color: #A6A6A6;
}

.a-icon-arrow-down-small:before {
  content: "\e904";
}

.a-icon-arrow-down-medium:before {
  content: "\e905";
}

.a-icon-arrow-down-medium:hover {
  color: #A6A6A6;
}

.a-icon-arrow-forward-thin:before {
  content: "\e906";
}

.a-icon-arrow-forward-thin:hover {
  color: #A6A6A6;
}

.a-icon-arrow-forward-large:before {
  content: "\e907";
}

.a-icon-arrow-forward-large:hover {
  color: #A6A6A6;
}

.a-icon-menu:before {
  content: "\e908";
}

.a-icon-menu:hover {
  opacity: 0.7;
}

@media (min-width: 1025px) {
  .a-icon-menu:hover {
    color: #29BAAF;
  }
}

.a-icon-close:before {
  content: "\e909";
}

.a-icon-close:hover {
  opacity: 0.7;
}

@media (min-width: 1025px) {
  .a-icon-close:hover {
    color: #29BAAF;
  }
}

.a-icon-flammable:before {
  content: "\e91c";
}

.a-icon-load:before {
  content: "\e928";
}

.a-icon-plus-small:before {
  content: "\e916";
}

.a-icon-pin:before {
  content: "\e917";
}

.a-icon-clock:before {
  content: "\e918";
}

.a-icon-close-global:before {
  content: "\e909";
}

.a-icon-close-global:hover {
  opacity: 0.7;
}

@media (min-width: 1025px) {
  .a-icon-close-global:hover {
    color: #29BAAF;
  }
}

.a-icon-arrow-forward:before {
  content: "\e90a";
}

.a-icon-arrow-forward:hover {
  color: #A6A6A6;
}

.a-icon-arrow-up-thin:before {
  content: "\e90b";
}

.a-icon-arrow-up-thin:hover {
  color: #A6A6A6;
}

.a-icon-arrow-up:before {
  content: "\e90c";
}

.a-icon-arrow-up:hover {
  color: #A6A6A6;
}

.a-icon-checkbox-tick:before {
  content: "\e90d";
}

.a-icon-plus:before {
  content: "\e90e";
}

.a-icon-plus:hover {
  opacity: 0.7;
}

@media (min-width: 1025px) {
  .a-icon-plus:hover {
    color: #29BAAF;
  }
}

.a-icon-search:before {
  content: "\e912";
}

.a-icon-search:hover {
  opacity: 0.7;
}

@media (min-width: 1025px) {
  .a-icon-search:hover {
    color: #29BAAF;
  }
}

.a-icon-bag:before {
  content: "\e913";
}

.a-icon-bag:hover {
  opacity: 0.7;
}

@media (min-width: 1025px) {
  .a-icon-bag:hover {
    color: #29BAAF;
  }
}

.a-icon-social-facebook:before {
  content: "\e90f";
}

.a-icon-social-facebook:hover {
  opacity: 0.7;
}

@media (min-width: 1025px) {
  .a-icon-social-facebook:hover {
    color: #29BAAF;
  }
}

.a-icon-social-instagram:before {
  content: "\e910";
}

.a-icon-social-instagram:hover {
  opacity: 0.7;
}

@media (min-width: 1025px) {
  .a-icon-social-instagram:hover {
    color: #29BAAF;
  }
}

.a-icon-social-pinterest:before {
  content: "\e911";
}

.a-icon-social-pinterest:hover {
  opacity: 0.7;
}

@media (min-width: 1025px) {
  .a-icon-social-pinterest:hover {
    color: #29BAAF;
  }
}

.a-icon-social-spotify:before {
  content: "\e915";
}

.a-icon-social-spotify:hover {
  opacity: 0.7;
}

@media (min-width: 1025px) {
  .a-icon-social-spotify:hover {
    color: #29BAAF;
  }
}

.a-icon-social-snapchat:before {
  content: "\e914";
}

.a-icon-social-snapchat:hover {
  opacity: 0.7;
}

@media (min-width: 1025px) {
  .a-icon-social-snapchat:hover {
    color: #29BAAF;
  }
}

.a-icon-social-twitter:before {
  content: "\e92a";
}

.a-icon-social-twitter:hover {
  opacity: 0.7;
}

@media (min-width: 1025px) {
  .a-icon-social-twitter:hover {
    color: #29BAAF;
  }
}

.a-icon-social-google-plus:before {
  content: "\e91a";
}

.a-icon-social-google-plus:hover {
  opacity: 0.7;
}

@media (min-width: 1025px) {
  .a-icon-social-google-plus:hover {
    color: #29BAAF;
  }
}

.a-icon-social-tumblr:before {
  content: "\e91b";
}

.a-icon-social-tumblr:hover {
  opacity: 0.7;
}

@media (min-width: 1025px) {
  .a-icon-social-tumblr:hover {
    color: #29BAAF;
  }
}

.a-checkbox {
  display: none;
}

.a-checkbox + .custom-box {
  cursor: pointer;
}

.a-checkbox + .custom-box:before {
  content: "";
  position: relative;
  width: 15px;
  height: 15px;
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid black;
  vertical-align: text-bottom;
  margin-right: 10px;
  background-size: 75% 75%;
  background-position: center;
  background-repeat: no-repeat;
}

.a-checkbox:checked + .custom-box:before,
.a-checkbox.is-checked + .custom-box:before {
  background-image: url("/etc/designs/appeaser/weekday/clientlibs/pattern-lib/images/checkbox-tick.svg");
}

.a-checkbox:disabled,
.a-checkbox.is-disabled {
  cursor: default;
}

.a-checkbox:disabled + .custom-box:before,
.a-checkbox.is-disabled + .custom-box:before {
  border-color: #A6A6A6;
}

.a-checkbox:disabled:checked + .custom-box:before,
.a-checkbox:disabled.is-checked + .custom-box:before,
.a-checkbox.is-disabled:checked + .custom-box:before,
.a-checkbox.is-disabled.is-checked + .custom-box:before {
  color: #A6A6A6;
}

.a-heading-2,
.a-heading-3 {
  font-family: 'Neue-Haas-Grotesk-Medium',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
}

.a-heading-1 {
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
}

.a-heading-2 {
  font-size: 14px;
  line-height: 20px;
}

.a-image {
  width: 100%;
  max-width: 100%;
}

.a-input {
  border: none;
  border-bottom: 1px solid black;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  width: 100%;
}

.a-input:focus {
  border-bottom: 1px solid rgba(0,
0,
0,
0.8);
}

.example .label-holder {
  width: 82px;
  padding: 1px;
}

.a-label {
  cursor: inherit;
  transition: color 0.25s ease;
}

.a-link,
.is-richtext a {
  color: black;
  font-size: 14px;
  line-height: 20px;
  transition: color 0.25s ease;
}

@media (min-width: 1025px) {
  .a-link:hover,
  .is-richtext a:hover {
    color: #29BAAF;
  }
}

.a-link:active,
.is-richtext a:active {
  opacity: 0.7;
}

@media (min-width: 1025px) {
  .a-link:active,
  .is-richtext a:active {
    opacity: initial;
    color: #29BAAF;
  }
}

.a-link.has-underline,
.is-richtext a.has-underline {
  border-bottom: 1px solid;
  border-color: inherit;
}

@media (min-width: 1025px) {
  .a-link.has-underline:hover,
  .is-richtext a.has-underline:hover {
    border-bottom: 1px solid #29BAAF;
  }
}

.a-link.no-styling,
.is-richtext a.no-styling {
  border: none;
}

.a-link.no-styling:hover,
.a-link.no-styling:visited,
.a-link.no-styling:active,
.is-richtext a.no-styling:hover,
.is-richtext a.no-styling:visited,
.is-richtext a.no-styling:active {
  opacity: initial;
}

@media (min-width: 1025px) {
  .a-link.no-styling:hover,
.a-link.no-styling:visited,
.a-link.no-styling:active,
  .is-richtext a.no-styling:hover,
  .is-richtext a.no-styling:visited,
  .is-richtext a.no-styling:active {
    color: inherit;
  }
}

.is-richtext a {
  border-bottom: 1px solid;
  border-color: inherit;
}

@media (min-width: 1025px) {
  .is-richtext a:hover {
    border-bottom: 1px solid #29BAAF;
  }
}

.example-btn {
  padding: 20px;
  background-color: rgba(0,
0,
0,
0.8);
  color: #fff;
  cursor: pointer;
  margin-left: 50px;
  display: table;
}

.a-overlay {
  background-color: #A6A6A6;
  z-index: 25;
  height: auto;
  position: fixed;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: opacity 0.29s ease;
}

.a-overlay.is-dark {
  background-color: rgba(0,
0,
0,
0.8);
}

.a-overlay.is-visible {
  visibility: visible;
  cursor: pointer;
}

.a-overlay.is-closing {
  transition: opacity 0.3s ease 0.2s;
}

.a-overlay.is-main-menu-overlay,
.a-overlay.is-filter-overlay,
.a-overlay.is-product-sort-overlay {
  background-color: black;
  z-index: 19;
  opacity: 0.2;
  transition: opacity 0.1s ease;
}

@media (min-width: 768px) {
  .a-overlay.is-main-menu-overlay,
.a-overlay.is-filter-overlay,
.a-overlay.is-product-sort-overlay {
    z-index: 21;
    transition: opacity 0.3s ease 0.3s;
    width: calc(100% - 384px);
    left: 384px;
  }
}

@media (min-width: 1025px) {
  .a-overlay.is-main-menu-overlay,
.a-overlay.is-filter-overlay,
.a-overlay.is-product-sort-overlay {
    z-index: 19;
    transition: opacity 0.3s ease;
    width: 100%;
    left: 0;
  }
}

@media (min-width: 768px) {
  .a-overlay.is-search-overlay {
    background-color: black;
    z-index: 19;
    opacity: 0.2;
    transition: opacity 0.3s ease;
  }
}

@media (min-width: 768px) {
  .a-overlay.is-product-sort-overlay {
    left: 0;
  }
}

@media (min-width: 768px) {
  .a-overlay.is-filter-overlay {
    width: 50%;
    left: auto;
  }
}

.a-paragraph,
.is-richtext p {
  font-size: 12px;
  line-height: 17px;
  margin: 0;
}

@media (min-width: 1025px) {
  .a-paragraph,
  .is-richtext p {
    font-size: 14px;
    line-height: 20px;
  }
}

.a-radio-button {
  display: none;
  cursor: pointer;
}

.a-radio-button + .custom-radio {
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  display: inline;
  box-sizing: border-box;
  position: relative;
}

.a-radio-button + .custom-radio:before {
  border: 1px solid rgba(0,
0,
0,
0.8);
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  box-sizing: border-box;
  position: relative;
  top: 2px;
  margin-right: 10px;
}

.a-radio-button:checked + .custom-radio:after,
.a-radio-button.is-checked + .custom-radio:after {
  background-color: #29BAAF;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 5px;
}

.a-radio-button.is-disabled + .custom-radio:before,
.a-radio-button:disabled + .custom-radio:before {
  border: 1px solid #A6A6A6;
}

.a-radio-button.is-disabled.is-checked + .custom-radio:after,
.a-radio-button:disabled:checked + .custom-radio:after {
  background-color: #A6A6A6;
}

.a-strong {
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
}

.a-swatch-example {
  display: inline-block;
}

.a-swatch-example .code {
  float: left;
}

.a-swatch {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  margin-right: calc(100% / 7 - 20px - 20.1px / 7);
  float: left;
}

.a-swatch input[type="radio"] {
  display: none;
}

.a-swatch .sold-out {
  display: none;
}

.a-swatch .a-image {
  height: 20px;
  width: 20px;
}

@media (min-width: 1025px) {
  .a-swatch {
    padding-bottom: 7px;
  }
}

.a-swatch:nth-child(8n+1) {
  margin-right: 0;
}

.a-swatch:nth-child(n+10) {
  margin-top: 12px;
}

.a-swatch.is-selected {
  padding-bottom: 3px;
  border-bottom: 2px solid black;
}

@media (min-width: 1025px) {
  .a-swatch.is-selected {
    padding-bottom: 5px;
    height: 27px;
  }
}

.a-swatch.is-disabled {
  cursor: default;
}

.a-swatch.is-disabled .a-swatch-foreground {
  position: absolute;
  height: 20px;
  width: 20px;
  top: 0;
  left: 0;
}

.a-swatch.is-disabled .a-swatch-foreground::before,
.a-swatch.is-disabled .a-swatch-foreground::after {
  background-color: white;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.a-swatch.is-disabled .a-swatch-foreground::before {
  width: 30px;
  height: 2px;
  margin-top: -1px;
  transform: translateX(-50%) rotate(45deg);
}

.a-swatch.is-disabled .a-swatch-foreground::after {
  width: 2px;
  height: 30px;
  margin-left: -1px;
  transform: translateY(-50%) rotate(45deg);
}

.a-tooltip {
  position: relative;
  display: inline-block;
}

.a-tooltip:hover:before {
  background-color: white;
  z-index: 1;
  content: attr(data-title);
  width: 184px;
  padding: 10px 0;
  text-align: left;
  left: 0;
  position: absolute;
  white-space: nowrap;
  bottom: 37px;
}

.a-weekday-logo svg {
  display: block;
}

.a-weekday-logo svg g {
  transition: fill 0.25s ease;
}

.m-address p {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 3px;
}

.m-address .type {
  color: #A6A6A6;
  font-family: 'Neue-Haas-Grotesk-Roman',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
}

.example.m-bag-example .js-mixin {
  height: 40px;
}

.m-bag {
  display: inline-block;
  position: relative;
  float: left;
}

.m-bag:active .a-icon-bag,
.m-bag:active .text {
  color: #29BAAF;
}

@media (min-width: 1025px) {
  .m-bag:hover .a-icon-bag,
.m-bag:hover .text {
    color: #29BAAF;
  }
}

.m-bag .a-link {
  transition: none;
}

.m-bag .text {
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  transition: color 0.25s ease;
  font-size: 11px;
  position: absolute;
  top: 9px;
  left: 4px;
  width: 100%;
  text-align: center;
}

.m-cart-addition {
  background-color: white;
  border-bottom: 1px solid #A6A6A6;
  border-top: 1px solid #A6A6A6;
  padding: 32px calc(5% + 4px);
}

@media (min-width: 768px) {
  .m-cart-addition {
    padding: 40px;
    border-left: 1px solid #A6A6A6;
    border-top: none;
  }
}

@media (min-width: 1025px) {
  .m-cart-addition {
    border-right: 1px solid #A6A6A6;
    min-width: 395px;
  }
}

.m-cart-addition .content {
  position: relative;
}

.m-cart-addition .content .a-label.max {
  display: none;
}

.m-cart-addition .content .a-icon-close {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
}

.m-cart-addition .content .product-section .info-section {
  width: calc(100% - 64px);
  vertical-align: middle;
  display: inline-block;
  padding-left: 26px;
}

@media (min-width: 768px) {
  .m-cart-addition .content .product-section .info-section {
    width: calc(100% - 80px);
  }
}

.m-cart-addition .content .product-section .info-section .a-label {
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
}

.m-cart-addition .content .product-section .a-image {
  display: inline-block;
  vertical-align: middle;
  width: 64px;
}

@media (min-width: 768px) {
  .m-cart-addition .content .product-section .a-image {
    width: 80px;
  }
}

.m-cart-addition.has-max-items .content {
  padding-right: 48px;
}

.m-cart-addition.has-max-items .content *:not(.a-icon-close) {
  display: none;
}

.m-cart-addition.has-max-items .content .a-label.max {
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.m-change-country-lightbox {
  padding: 0 4px;
}

@media (min-width: 768px) {
  .m-change-country-lightbox {
    padding: 0 8px;
  }
}

.m-change-country-lightbox .a-heading-2 {
  font-size: 20px;
  line-height: 28px;
}

.m-change-country-lightbox .a-paragraph {
  font-size: 14px;
  line-height: 20px;
  margin: 15px 0;
}

.m-change-country-lightbox .is-primary {
  margin-top: 30px;
}

.m-checkbox .a-label.custom-box {
  float: left;
  width: 15px;
  margin-right: 10px;
}

.m-checkbox .a-label {
  float: left;
  width: calc(100% - 25px);
  cursor: pointer;
}

.m-checkbox.has-error {
  color: #FF0000;
}

.m-checkbox.has-error .a-checkbox + .custom-box:before {
  border: 1px solid #FF0000;
}

.m-double-button .a-button {
  border: none;
  border-bottom: 1px solid transparent;
  font-family: 'Neue-Haas-Grotesk-Medium',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  padding: 0;
  border: none;
  padding: 12px 0;
  margin: 0;
  border-bottom: none;
}

.m-double-button .a-button.is-hover,
.m-double-button .a-button:hover,
.m-double-button .a-button.is-active,
.m-double-button .a-button:active,
.m-double-button .a-button:focus {
  opacity: 0.7;
}

@media (min-width: 1025px) {
  .m-double-button .a-button.is-hover,
.m-double-button .a-button:hover,
.m-double-button .a-button.is-active,
.m-double-button .a-button:active,
.m-double-button .a-button:focus {
    border-bottom: 1px solid;
    border-color: inherit;
    opacity: initial;
  }
}

@media (min-width: 1025px) {
  .m-double-button .a-button {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1025px) {
  .m-double-button .a-button {
    padding: 14px 0;
  }
}

.m-double-button .a-button .text {
  border-bottom: 1px solid transparent;
  transition: border 0.25s ease;
}

.m-double-button .a-button:first-child:after {
  border-right: 1px solid;
  border-color: inherit;
  position: relative;
  display: inline-block;
  content: '';
  height: 10px;
  top: 0;
}

.m-double-button .a-button:first-child span:not(.text) {
  padding-right: 15px;
}

.m-double-button .a-button:nth-child(2) {
  margin-left: -6px;
}

.m-double-button .a-button:nth-child(2) span:not(.text) {
  padding-left: 15px;
}

.m-double-button .a-button.is-hover,
.m-double-button .a-button:hover,
.m-double-button .a-button:focus {
  border-bottom: none;
}

.m-double-button .a-button.is-hover .text,
.m-double-button .a-button:hover .text,
.m-double-button .a-button:focus .text {
  border-bottom: 1px solid;
  border-color: inherit;
}

.m-double-button .a-button.is-active,
.m-double-button .a-button:active {
  border-bottom: none;
}

.m-double-button .a-button.is-active .text,
.m-double-button .a-button:active .text {
  border-bottom: 1px solid;
  border-color: inherit;
}

.m-double-button a.a-button:nth-child(2) {
  margin-left: 0;
}

.example.dropdown-example {
  max-width: 360px;
}

.m-dropdown {
  width: 100%;
  position: relative;
  cursor: pointer;
}

@media (min-width: 768px) {
  .m-dropdown {
    z-index: 5;
  }
}

.m-dropdown input.js-input {
  display: none;
}

.m-dropdown .a-icon-arrow-down-small {
  font-size: 32px;
  position: absolute;
  right: 0;
  top: 15px;
}

.m-dropdown .a-icon-close {
  display: none;
}

.m-dropdown .options,
.m-dropdown .bottom-option {
  background-color: white;
  text-align: center;
  padding: 0 5%;
  display: none;
}

@media (min-width: 768px) {
  .m-dropdown .options,
  .m-dropdown .bottom-option {
    transition: transform 0.38s ease,
opacity 0.24s ease 140ms,
max-height 1ms ease 0.4s,
border-width 1ms 0.4s;
    opacity: 0;
    max-height: 0;
    transform: translateY(-100%);
    padding: 0;
    top: 0;
    position: relative;
    display: block;
    overflow: hidden;
  }
}

.m-dropdown .options li,
.m-dropdown .bottom-option li {
  font-size: 12px;
  cursor: pointer;
  line-height: 40px;
  position: relative;
  opacity: 1;
}

@media (min-width: 1025px) {
  .m-dropdown .options li,
  .m-dropdown .bottom-option li {
    font-size: 14px;
    line-height: 40px;
  }
}

@media (min-width: 1025px) {
  .m-dropdown .a-option:not(.is-disabled):hover {
    color: #29BAAF;
  }
}

.m-dropdown .a-option.is-disabled {
  color: #A6A6A6;
  cursor: default;
}

.m-dropdown .a-option.is-disabled span {
  position: absolute;
  right: 5%;
  pointer-events: none;
}

@media (min-width: 1025px) {
  .m-dropdown .a-option.is-disabled span {
    right: 2%;
  }
}

.m-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .m-dropdown .list-wrapper {
    left: 0;
    position: absolute;
    overflow: hidden;
    width: 100%;
  }
}

.m-dropdown .a-label.placeholder {
  font-size: 15px;
  line-height: 20px;
  padding: 20px 0 16px 0;
  display: block;
  height: 56px;
}

@media (min-width: 1025px) {
  .m-dropdown .a-label.placeholder {
    font-size: 18px;
    line-height: 24px;
  }
}

.m-dropdown .error-msg {
  color: #A6A6A6;
  font-size: 12px;
  line-height: 17px;
  display: none;
  margin-left: 4px;
}

.m-dropdown.has-error .error-msg {
  display: inline;
}

.m-dropdown.is-disabled {
  cursor: default;
}

.m-dropdown.is-open {
  z-index: 25;
  cursor: default;
}

@media (min-width: 768px) {
  .m-dropdown.is-open {
    z-index: 6;
  }
}

.m-dropdown.is-open .placeholder {
  z-index: -1;
}

@media (min-width: 768px) {
  .m-dropdown.is-open .placeholder {
    z-index: 0;
  }
}

.m-dropdown.is-open .a-icon-arrow-down-small {
  z-index: -1;
}

@media (min-width: 768px) {
  .m-dropdown.is-open .a-icon-arrow-down-small {
    z-index: 0;
    transform: rotate(180deg);
  }
}

.m-dropdown.is-open .a-icon-close {
  z-index: 1;
  display: block;
  position: fixed;
  top: 13px;
  right: 13px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .m-dropdown.is-open .a-icon-close {
    z-index: 0;
    display: none;
  }
}

.m-dropdown.is-open .a-icon-close:hover {
  color: black;
}

.m-dropdown.is-open ul.list-wrapper {
  background-color: white;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .m-dropdown.is-open ul.list-wrapper {
    background-color: transparent;
    top: 56px;
    overflow: hidden;
    position: absolute;
    height: auto;
  }
  .m-dropdown.is-open ul.list-wrapper li.is-selected {
    color: #29BAAF;
  }
  .m-dropdown.is-open ul.list-wrapper li.is-dropdown-value {
    font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
    font-weight: normal;
  }
}

.m-dropdown.is-open ul.bottom-option {
  border: none;
  position: fixed;
  right: 13px;
  top: 13px;
  padding: 0;
  left: auto;
  height: auto;
  width: auto;
}

.m-dropdown.is-open ul.bottom-option:before {
  font-family: 'Weekday-Icons';
  font-weight: normal;
  content: '\e909';
  font-size: 32px;
}

@media (min-width: 768px) {
  .m-dropdown.is-open ul.bottom-option {
    display: none;
  }
}

.m-dropdown.is-open ul.bottom-option li {
  display: none;
}

.m-dropdown.is-open ul.options {
  position: absolute;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  max-height: 100vh;
  overflow: auto;
  padding: 27px 0;
  width: 100%;
  display: block;
}

@media (min-width: 768px) {
  .m-dropdown.is-open ul.options {
    transition: transform 0.4s ease,
opacity 0.01s ease;
    opacity: 1;
    max-height: 454px;
    transform: none;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    position: relative;
    transform: none;
    overflow: auto;
    bottom: auto;
    margin: 0;
  }
}

.m-dropdown .description {
  font-size: 12px;
  line-height: 17px;
  color: #A6A6A6;
  display: inline-block;
  margin-top: 8px;
}

.m-dropdown.is-pdp {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  text-align: center;
}

@media (min-width: 768px) {
  .m-dropdown.is-pdp .list-wrapper > li {
    transition: transform 0.38s ease,
max-height 1ms ease 0.4s,
border-width 1ms 0.4s;
    max-height: 0;
    transform: translateY(-100%);
  }
}

.m-dropdown.is-pdp .options {
  border: none;
}

@media (min-width: 1px) {
  .m-dropdown.is-pdp .options,
  .m-dropdown.is-pdp .bottom-option {
    transition: opacity 0.3s;
    opacity: 0;
    max-height: none;
    transform: none;
  }
}

.m-dropdown.is-pdp.has-selected-option {
  border-top: 1px solid #A6A6A6;
}

.m-dropdown.is-pdp + .a-button,
.m-dropdown.is-pdp .placeholder {
  transition: opacity 0.3s ease 0.3s;
}

.m-dropdown.is-pdp.is-open + .a-button,
.m-dropdown.is-pdp.is-open .placeholder {
  transition: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .m-dropdown.is-pdp.is-open ul.list-wrapper {
    top: 0;
  }
}

@media (min-width: 768px) {
  .m-dropdown.is-pdp.is-open ul.list-wrapper > li {
    transition: transform 0.4s ease,
opacity 0.01s ease;
    opacity: 1;
    max-height: 454px;
    transform: none;
    border-bottom: 2px solid black;
    max-height: 320px;
    overflow: auto;
  }
}

.m-dropdown.is-pdp.is-open ul.options {
  border: none;
  opacity: 1;
  transition: none;
}

@media (min-width: 768px) {
  .m-dropdown.is-pdp.is-open ul.options {
    max-height: none;
  }
}

.m-dropdown.is-pdp.is-open ul.bottom-option {
  border: none;
  opacity: 1;
  transition: none;
  display: block;
  padding: 0 24px;
  height: auto;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
}

@media (min-width: 768px) {
  .m-dropdown.is-pdp.is-open ul.bottom-option {
    padding: 0;
    position: relative;
    max-height: none;
    opacity: 1;
  }
}

.m-dropdown.is-pdp.is-open ul.bottom-option:before {
  display: none;
}

.m-dropdown.is-pdp.is-open ul.bottom-option li {
  border-top: 1px solid #A6A6A6;
  font-size: 12px;
  line-height: 17px;
  line-height: 40px;
  display: list-item;
  padding: 14px 0 15px 0;
}

@media (min-width: 768px) {
  .m-dropdown.is-pdp.is-open ul.bottom-option li {
    padding: 7px 0;
  }
}

@media (min-width: 1025px) {
  .m-dropdown.is-pdp.is-open ul.bottom-option li {
    font-size: 14px;
    line-height: 20px;
    line-height: 40px;
  }
  .m-dropdown.is-pdp.is-open ul.bottom-option li:hover {
    color: #29BAAF;
  }
}

.m-dropdown.is-pdp.has-one-item {
  cursor: auto;
}

.example .dropdown-example {
  height: 300px;
}

.m-dropdown-filter {
  width: 100%;
  height: 38px;
  position: relative;
  cursor: pointer;
  padding: 0;
}

@media (min-width: 768px) {
  .m-dropdown-filter {
    max-width: 280px;
    padding: 0;
  }
  .m-dropdown-filter .a-overlay {
    display: none;
  }
}

.m-dropdown-filter .a-input {
  font-size: 18px;
  line-height: 25px;
  height: 100%;
  padding: 0;
}

.m-dropdown-filter ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.m-dropdown-filter .options {
  transition: transform 0.38s ease,
opacity 0.24s ease 140ms,
max-height 1ms ease 0.4s,
border-width 1ms 0.4s;
  opacity: 0;
  max-height: 0;
  transform: translateY(-100%);
  background-color: white;
  border-bottom: 1px solid black;
  border-width: 0;
  top: 0;
  position: relative;
  overflow: auto;
}

.m-dropdown-filter .options li:first-child {
  margin-top: 20px;
}

.m-dropdown-filter .options li:last-child {
  margin-bottom: 20px;
}

@media (min-width: 1025px) {
  .m-dropdown-filter .options li.is-selected {
    color: #29BAAF;
  }
}

.m-dropdown-filter .options li.is-dropdown-value {
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
}

.m-dropdown-filter li {
  font-size: 14px;
  line-height: 20px;
  position: relative;
  line-height: 40px;
  padding-left: 20px;
  text-align: left;
}

.m-dropdown-filter li.is-disabled {
  color: #7F7F7F;
  cursor: default;
}

.m-dropdown-filter .a-icon-arrow-down-small {
  animation: arrowClose 0.5s ease;
  position: absolute;
  right: 0;
  top: 2px;
}

.m-dropdown-filter .ul-container {
  z-index: 1;
  position: absolute;
  width: 100%;
  overflow: hidden;
  padding-left: 0;
}

.m-dropdown-filter.is-disabled {
  color: #7F7F7F;
  cursor: default;
}

.m-dropdown-filter.is-disabled .a-icon-arrow-down-small {
  color: #7F7F7F;
}

.m-dropdown-filter.is-disabled .a-input {
  pointer-events: none;
}

@media (min-width: 768px) {
  .m-dropdown-filter.is-open {
    z-index: 6;
    position: relative;
    top: 0;
    padding: 0;
  }
}

.m-dropdown-filter.is-open .a-input {
  border-bottom: 1px solid black;
}

.m-dropdown-filter.is-open ul {
  font-family: 'Neue-Haas-Grotesk-Roman',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  padding: 0;
}

.m-dropdown-filter.is-open ul.options {
  z-index: 6;
  transition: transform 0.4s ease,
opacity 0.01s ease;
  opacity: 1;
  max-height: 200px;
  transform: none;
  border-width: 1px;
  position: relative;
  left: 0;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .m-dropdown-filter.is-open ul.options {
    transition: transform 0.4s ease,
opacity 0.01s ease;
    opacity: 1;
    max-height: 400px;
    transform: none;
  }
}

.m-dropdown-filter.is-open .a-icon-arrow-down-small {
  animation: arrowOpen 0.4s ease;
  transform: rotate(180deg);
}

.m-error {
  font-size: 14px;
  line-height: 20px;
  color: #FF0000;
  margin-bottom: 34px;
}

.m-error-banner {
  background-color: #f3f3f3;
  z-index: 21;
  padding: 0 calc(5% + 8px / 2);
  text-align: left;
  position: fixed;
  transform: translateY(-100%);
  transition: transform 0.4s ease;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
}

@media (min-width: 768px) {
  .m-error-banner {
    padding: 0 calc(5% + 16px / 2);
    text-align: center;
  }
}

@media (min-width: 1641px) {
  .m-error-banner {
    padding: 0 calc((100% - 1460px) / 2);
  }
}

.m-error-banner .a-paragraph {
  font-size: 12px;
  line-height: 17px;
  margin-right: 16.66666%;
  margin-top: 13px;
  margin-bottom: 13px;
  display: none;
}

@media (min-width: 768px) {
  .m-error-banner .a-paragraph {
    margin-left: 8.33333%;
    margin-right: 8.33333%;
  }
}

@media (min-width: 1025px) {
  .m-error-banner .a-paragraph {
    margin-left: 4.16667%;
    margin-right: 4.16667%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.m-error-banner .a-paragraph.is-enabled {
  display: block;
}

.m-error-banner .a-paragraph.is-enabled ~ .a-paragraph {
  display: none;
}

.m-error-banner .a-icon-close-global {
  position: absolute;
  font-size: 24px;
  right: calc(5% - 5px);
  padding-right: 4px;
  top: 13px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .m-error-banner .a-icon-close-global {
    top: 16px;
    padding-right: 8px;
  }
}

@media (min-width: 1025px) {
  .m-error-banner .a-icon-close-global {
    right: calc( (5% / 2) + (8px / 2));
    padding: 0;
    transform: translateX(50%);
  }
}

@media (min-width: 1641px) {
  .m-error-banner .a-icon-close-global {
    right: calc((100% - 1460px) / 4);
  }
}

.m-error-banner .a-icon-close-global:hover {
  color: black;
}

.m-error-banner.is-visible {
  transform: none;
  visibility: visible;
}

.free-tile-example {
  width: 100%;
  display: inline-block;
  padding: 0 20px;
}

@media (min-width: 1025px) {
  .free-tile-example {
    width: 33.3%;
  }
}

.m-free-tile {
  position: relative;
  width: 100%;
  padding-bottom: 150%;
  background-repeat: no-repeat;
  background-size: cover;
}

.m-free-tile > [class^="a-"] {
  position: absolute;
}

.m-free-tile .a-picture {
  position: absolute;
  display: none;
}

.m-free-tile .a-picture img {
  width: 100%;
  vertical-align: middle;
}

.m-free-tile .a-image {
  max-width: 100%;
}

.m-free-tile .text-content {
  position: absolute;
  padding: 0 12%;
  top: calc(50% - 50px);
  width: 100%;
  text-align: center;
}

.m-free-tile .text-content.top {
  top: 16%;
  transform: none;
}

.m-free-tile .text-content.bottom {
  top: auto;
  bottom: 8%;
}

.m-free-tile .text-content.left {
  text-align: left;
}

.m-free-tile .text-content.left .a-label {
  padding-left: 0;
}

.m-free-tile .text-content.right {
  text-align: right;
}

.m-free-tile .text-content.right .a-label {
  padding-right: 0;
}

.m-free-tile .text-content .a-heading-2 {
  margin-top: 24px;
  word-wrap: break-word;
}

.m-free-tile .text-content .a-heading-2:first-child {
  margin-top: 0;
}

.m-free-tile .text-content .a-heading-2 + .a-label {
  margin-top: 24px;
}

.m-free-tile .text-content .a-heading-2 + .a-button.is-outlined {
  margin-top: 29px;
}

.m-free-tile .text-content .a-heading-2 + .a-button.is-transparent {
  margin-top: 25px;
}

.m-free-tile .text-content .a-label {
  font-family: 'Neue-Haas-Grotesk-Medium',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  margin: 24px 0;
  padding: 0 20px;
  word-wrap: break-word;
  max-width: 100%;
  display: block;
}

.m-free-tile .text-content .a-label:first-child {
  margin-top: 0;
}

.m-free-tile .text-content .a-label + .a-button.is-outlined {
  margin-top: 8px;
}

.m-free-tile .text-content .a-label + .a-button.is-transparent {
  margin-top: 3px;
}

.a-link .m-free-tile .text-content.bottom {
  bottom: 12%;
}

.m-hazmat .a-link {
  cursor: pointer;
  font-size: inherit;
  line-height: inherit;
}

.example .info-box-example {
  padding: 15px;
  background-color: #DFE0E6;
}

.example .info-box-example .m-info-box {
  width: 200px;
  height: 300px;
}

.m-info-box {
  z-index: 1;
  border: 1px solid rgba(0,
0,
0,
0.1);
  background-color: white;
  padding: 30px;
  position: relative;
  min-width: 260px;
}

.m-info-box .content .store-adress .topic {
  font-size: 20px;
  line-height: 28px;
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  margin-bottom: 15px;
}

.m-info-box .content .opening-hours {
  margin-top: 20px;
}

.m-info-box .content .exception-hours {
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  margin-top: 20px;
}

.m-info-box .a-label {
  font-size: 14px;
  line-height: 20px;
}

.m-info-box .a-icon-close {
  right: 10px;
  top: 10px;
  position: absolute;
  cursor: pointer;
  font-size: 32px;
}

.m-informative-section h3,
.m-informative-section p {
  font-size: 12px;
  line-height: 17px;
}

.m-informative-section h3 {
  font-family: 'Neue-Haas-Grotesk-Medium',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  margin-top: 17px;
}

.m-informative-section h3:nth-child(3) {
  margin-top: 34px;
}

.m-informative-section p {
  margin: 0;
}

.m-informative-section .a-link {
  font-size: 12px;
  line-height: 17px;
  border-bottom: 1px solid;
  border-color: inherit;
}

@media (min-width: 1025px) {
  .m-informative-section .a-link:hover {
    border-bottom: 1px solid #29BAAF;
  }
}

.m-informative-section .is-richtext p,
.m-informative-section .is-richtext a {
  font-size: 12px;
  line-height: 17px;
}

.m-input-example .m-input {
  width: 320px;
}

.m-input {
  border: none;
  width: 100%;
  overflow: hidden;
  margin-bottom: 25px;
  caret-color: rgba(0,
0,
0,
0.7);
}

.m-input input:-ms-input-placeholder {
  color: transparent;
}

.m-input input::placeholder {
  color: transparent;
}

.m-input .a-label:first-child {
  display: none;
}

.m-input .a-label:last-child {
  color: #A6A6A6;
  font-size: 12px;
  line-height: 17px;
  display: block;
  padding: 8px 0;
}

.m-input .a-input[required] + .a-label {
  color: #7F7F7F;
}

.m-input.has-error .a-input {
  border-bottom: 1px solid #FF0000;
}

.m-input.has-error .a-label span {
  color: #FF0000;
  margin-left: 4px;
}

.m-input.is-filled:not(.has-error):not(.is-readonly):not(.is-active) .a-input {
  border-bottom: 1px solid #A6A6A6;
}

.m-input.is-filled:not(.has-error):not(.is-readonly):not(.is-active) .a-input + .a-label {
  color: #A6A6A6;
}

.m-input:hover .a-input,
.m-input.hover .a-input {
  border-bottom: 1px solid #A6A6A6;
}

.m-input.is-readonly .a-input {
  border: none;
}

.m-input-phone-number .input-country-code {
  display: inline;
  width: 60px;
}

@media (min-width: 1025px) {
  .m-input-phone-number .input-country-code {
    width: 80px;
  }
}

.m-input-phone-number .input-phone-number {
  width: calc(100% - 70px);
  margin-left: 10px;
}

@media (min-width: 1025px) {
  .m-input-phone-number .input-phone-number {
    width: calc(100% - 90px);
  }
}

.m-input-phone-number .a-label:last-child {
  left: 63px;
}

.m-instagram-user .a-image {
  display: inline-block;
  width: 28px;
  float: left;
}

.m-instagram-user .a-label {
  color: white;
  font-size: 15px;
  line-height: 21px;
  display: inline-block;
  margin-left: 8px;
}

.m-instagram-user.big .user-info {
  display: inline-block;
  margin-left: 15px;
  margin-top: 2px;
  max-width: calc(100% - 65px);
}

.m-instagram-user.big .user-info .a-link {
  font-size: 15px;
  line-height: 21px;
}

.m-instagram-user.big .user-info .a-label {
  font-size: 12px;
  line-height: 17px;
  margin-top: 5px;
}

.m-instagram-user.big .a-label {
  color: #A6A6A6;
  display: block;
  margin: 0;
}

.m-instagram-user.big .a-image {
  width: 50px;
}

.m-link-toggle {
  margin: 20px 0 33px 0;
}

.m-link-toggle .m-link-toggle-block {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.15s ease-out;
}

.m-link-toggle.is-visible .m-link-toggle-block {
  max-height: 500px;
  transition: max-height 0.25s ease-in;
}

.m-link-toggle.is-visible .m-input {
  margin: 0;
}

.m-order-status .a-label {
  display: none;
}

.m-order-status .order-progress {
  display: block;
}

.m-order-status .order-progress .line {
  color: #A6A6A6;
  text-transform: uppercase;
  font-size: 8px;
  line-height: 17px;
  display: inline-block;
}

.m-order-status .order-progress .line:nth-child(-n+1) {
  color: black;
}

.m-order-status .order-progress .line:after {
  content: '|';
  padding-left: 8px;
  padding-right: 6px;
}

.m-order-status .order-progress .line:last-child:after {
  display: none;
}

.m-order-status.is-in-progress .line:nth-child(-n+2) {
  color: black;
}

.m-order-status.is-shipped .line:nth-child(-n+3) {
  color: black;
}

.m-order-status.is-returned .line:nth-child(-n+4) {
  color: black;
}

.m-order-status.is-delivered .line {
  color: black;
}

.m-order-status.is-canceled,
.m-order-status.is-delivered,
.m-order-status.is-returned {
  height: 48px;
}

.m-order-status.is-canceled .a-label,
.m-order-status.is-delivered .a-label,
.m-order-status.is-returned .a-label {
  display: inline-block;
}

.m-order-status.is-canceled .order-progress,
.m-order-status.is-delivered .order-progress,
.m-order-status.is-returned .order-progress {
  display: none;
}

.m-order-summary-row {
  padding-bottom: 20px;
}

.m-order-summary-row .product-image,
.m-order-summary-row .product-info,
.m-order-summary-row .product-separator,
.m-order-summary-row .product-param-info,
.m-order-summary-row .product-item-info,
.m-order-summary-row .product-param-spacer,
.m-order-summary-row .product-param-price {
  float: left;
}

.m-order-summary-row .product-image {
  width: 25%;
  padding-right: 4px;
  padding-left: 4px;
}

@media (min-width: 768px) {
  .m-order-summary-row .product-image {
    width: 33.33333%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1025px) {
  .m-order-summary-row .product-image {
    width: 18.18182%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.m-order-summary-row .product-info {
  position: relative;
  width: 75%;
  padding-right: 4px;
  padding-left: 4px;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .m-order-summary-row .product-info {
    width: 66.66667%;
    padding-right: 8px;
    padding-left: 8px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1025px) {
  .m-order-summary-row .product-info {
    width: 81.81818%;
    padding-right: 8px;
    padding-left: 8px;
    padding-left: 0;
    padding-right: 0;
  }
}

.m-order-summary-row .product-info .product-param-info {
  width: 25%;
  padding-right: 4px;
  padding-left: 4px;
}

@media (min-width: 768px) {
  .m-order-summary-row .product-info .product-param-info {
    width: 25%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1025px) {
  .m-order-summary-row .product-info .product-param-info {
    width: 22.22222%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.m-order-summary-row .product-info .product-param-price {
  width: 50%;
  padding-right: 4px;
  padding-left: 4px;
}

@media (min-width: 768px) {
  .m-order-summary-row .product-info .product-param-price {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1025px) {
  .m-order-summary-row .product-info .product-param-price {
    width: 22.22222%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.m-order-summary-row .product-info .product-item-info {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
}

@media (min-width: 768px) {
  .m-order-summary-row .product-info .product-item-info {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1025px) {
  .m-order-summary-row .product-info .product-item-info {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.m-order-summary-row .product-info .product-param-spacer {
  clear: both;
  height: 1px;
  list-style-type: none;
}

@media (min-width: 1025px) {
  .m-order-summary-row .product-info .product-param-spacer {
    clear: none;
    width: 11.11111%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.m-order-summary-row .product-separator {
  margin-left: 24.99999%;
  width: 75%;
  padding-right: 4px;
  padding-left: 4px;
}

@media (min-width: 768px) {
  .m-order-summary-row .product-separator {
    margin-left: 33.33332%;
    width: 66.66667%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1025px) {
  .m-order-summary-row .product-separator {
    margin-left: 18.18183%;
    width: 81.81818%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.m-order-summary-row .product-item-info {
  padding-bottom: 17px;
}

.m-order-summary-row .product-item-info .product-details {
  position: relative;
}

.m-order-summary-row .product-item-info .product-details > div {
  font-size: 12px;
  line-height: 17px;
}

.m-order-summary-row .product-item-info .product-details .product-article {
  color: #A6A6A6;
}

.m-order-summary-row .product-item-info .product-details .product-marker {
  display: none;
}

.m-order-summary-row .product-param-info > *,
.m-order-summary-row .product-param-price > * {
  font-size: 12px;
  line-height: 17px;
}

.m-order-summary-row .product-param-price.fourth .product-qty-symbol {
  display: none;
}

.m-order-summary-row .product-param-price.fourth .product-qty {
  position: absolute;
  top: 102px;
  left: 26%;
}

@media (min-width: 768px) {
  .m-order-summary-row .product-param-price.fourth .product-qty {
    left: 28%;
  }
}

@media (min-width: 1025px) {
  .m-order-summary-row .product-param-price.fourth .product-qty {
    left: 24%;
  }
}

.m-order-summary-row .product-param-price.fourth {
  text-align: right;
}

.m-order-summary-row .product-param-price.third,
.m-order-summary-row .product-param-price.fourth {
  margin-top: 13px;
}

@media (min-width: 1025px) {
  .m-order-summary-row .product-param-price.third,
.m-order-summary-row .product-param-price.fourth {
    margin-top: 0;
  }
}

.m-order-summary-row .product-param-price.third .product-discount,
.m-order-summary-row .product-param-price.fourth .product-discount {
  color: #FF6002;
}

.m-order-summary-row .separator {
  background-color: #A6A6A6;
  height: 1px;
  width: 100%;
  margin-top: 17px;
}

@media (min-width: 768px) {
  .m-order-summary-row .separator {
    margin-top: 25px;
  }
}

.m-product-image {
  position: relative;
}

.m-product-image img.hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.m-product-image img.default-image {
  transition: all 0.1s;
}

.m-product-image:hover img.default-image {
  animation: toggle 0.1s;
  animation-timing-function: linear;
}

.m-product-image:hover img.hover-image {
  opacity: 1;
  animation: toggle 0.1s;
  animation-timing-function: linear;
}

@keyframes toggle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.m-product-markers-example .m-product-marker {
  position: static;
  height: 12px;
  transform: none;
}

.m-product-marker {
  position: absolute;
  top: 50%;
  transform: rotate(-90deg) translate(-50%,
80%);
  transform-origin: left;
  height: 9px;
  z-index: 1;
}

@media (min-width: 768px) {
  .m-product-marker {
    height: 12px;
    white-space: nowrap;
  }
}

.m-product-marker .marker-image {
  display: inline-block;
  text-align: center;
}

.m-product-marker .marker-image .a-image {
  display: block;
  width: auto;
  height: 9px;
}

@media (min-width: 768px) {
  .m-product-marker .marker-image .a-image {
    height: 12px;
  }
}

.m-product-marker .marker-image:first-child .a-image {
  padding-right: 10px;
}

@media (min-width: 768px) {
  .m-product-marker .marker-image:first-child .a-image {
    padding-right: 12px;
  }
}

.m-product-marker .marker-image:nth-child(n+3) {
  display: none;
}

.m-product-price {
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-weight: bold;
  margin: 20px 0 17px 0;
  display: block;
}

.m-product-price .a-image {
  width: auto;
}

.m-product-price .divider-marker {
  width: 19px;
}

.m-product-price .a-label {
  font-family: 'Neue-Haas-Grotesk-Roman',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}

.m-product-price .a-label.product-name {
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
}

@media (min-width: 1025px) {
  .m-product-price .a-label.product-name {
    font-size: 20px;
    line-height: 28px;
  }
}

.m-product-price .a-label.is-deprecated {
  text-decoration: line-through;
}

.m-product-price .a-label.is-reduced {
  color: #FF6002;
  margin-left: 7px;
}

.m-product-price .markers {
  display: block;
}

.m-product-price .markers .m-product-marker {
  position: relative;
  transform: none;
  top: 0;
  height: auto;
}

.m-product-price .markers .m-product-marker .marker-image {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
}

.m-product-price .markers .m-product-marker .marker-image .a-image {
  height: 12px;
}

.m-product-price .markers .m-product-marker .marker-image + .promo-marker {
  margin-top: 0;
}

.m-product-price .markers .m-product-marker .marker-image.promo-marker {
  display: block;
}

html.no-touchevents .m-product-zoom .swiper-arrow {
  top: calc(50% - 40px);
}

html.no-touchevents .m-product-zoom .swiper-slide {
  height: calc(100vh - 80px);
  max-height: 3000px;
  max-width: 2000px;
  height: 100%;
}

html.no-touchevents .m-product-zoom .swiper-slide .a-image {
  display: block;
  margin: 0 auto;
  width: auto;
  max-height: 100%;
}

.m-product-zoom {
  background-color: white;
  z-index: 25;
  transition: opacity 0.25s ease;
  display: none;
  opacity: 0;
}

.m-product-zoom.is-visible {
  display: block;
}

.m-product-zoom.full-opacity {
  opacity: 1;
}

.m-product-zoom .a-icon-close {
  z-index: 26;
  cursor: pointer;
  position: fixed;
  top: 13px;
  right: 13px;
}

@media (min-width: 768px) {
  .m-product-zoom .a-icon-close {
    top: 25px;
    right: 25px;
  }
}

@media (min-width: 1025px) {
  .m-product-zoom .a-icon-close {
    top: 40px;
    right: 40px;
  }
}

.m-product-zoom .img-wrapper {
  position: relative;
}

.m-product-zoom .o-slider .slider {
  visibility: visible;
}

.m-product-zoom .o-slider .swiper-arrow {
  position: fixed;
}

.m-product-zoom .o-slider .swiper-arrow.swiper-next {
  right: 13px;
}

@media (min-width: 768px) {
  .m-product-zoom .o-slider .swiper-arrow.swiper-next {
    right: 25px;
  }
}

@media (min-width: 1025px) {
  .m-product-zoom .o-slider .swiper-arrow.swiper-next {
    right: 40px;
  }
}

.m-product-zoom .o-slider .swiper-arrow.swiper-prev {
  left: 13px;
}

@media (min-width: 768px) {
  .m-product-zoom .o-slider .swiper-arrow.swiper-prev {
    left: 25px;
  }
}

@media (min-width: 1025px) {
  .m-product-zoom .o-slider .swiper-arrow.swiper-prev {
    left: 40px;
  }
}

.m-radio-button .a-label {
  cursor: pointer;
}

.m-radio-button .a-label {
  float: left;
  width: calc(100% - 25px);
}

.m-radio-button .a-label.custom-radio {
  float: left;
  width: 15px;
  margin-right: 10px;
}

.m-radio-button .a-radio-button:checked + .custom-radio:after,
.m-radio-button .a-radio-button.is-checked + .custom-radio:after {
  top: 7px;
}

.example.m-swatches-example .code {
  display: inline-block;
}

.m-swatches {
  float: left;
  width: 100%;
  max-width: 320px;
}

.m-swatches .a-swatch-foreground {
  background: url("/etc/designs/appeaser/weekday/clientlibs/pattern-lib/images/swatch_overlay.png") no-repeat;
  position: absolute;
  z-index: -1;
  z-index: 1;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
}

.m-swatches .picked-color {
  font-size: 12px;
  line-height: 17px;
  transition: color 0.25s ease;
  height: 15px;
  margin-bottom: 9px;
}

.m-swatches.sm {
  max-width: 106px;
}

@media (min-width: 768px) {
  .m-swatches.sm {
    max-width: 136px;
  }
}

.m-swatches.sm .picked-color {
  display: none;
}

.m-swatches.sm .sold-out {
  display: none;
}

.m-swatches.sm .a-image {
  height: 8px;
  width: 8px;
}

@media (min-width: 768px) {
  .m-swatches.sm .a-image {
    height: 10px;
    width: 10px;
  }
}

.m-swatches.sm .a-swatch-foreground {
  height: 8px;
  width: 8px;
  top: 6px;
}

@media (min-width: 768px) {
  .m-swatches.sm .a-swatch-foreground {
    height: 10px;
    width: 10px;
    top: 4px;
  }
}

.m-swatches.sm .a-swatch {
  display: inline-block;
  position: relative;
  margin-right: 6px;
  float: left;
}

@media (min-width: 768px) {
  .m-swatches.sm .a-swatch {
    margin-right: 8px;
  }
}

.m-swatches.sm .a-swatch:nth-child(8n+1) {
  margin-right: 0;
}

.m-swatches.sm .a-swatch:nth-child(n+10) {
  margin-top: 0;
}

.m-swatches.sm .a-swatch.is-selected {
  border: none;
  padding-bottom: 0;
  height: auto;
}

.m-swatches.sm .a-swatch.is-disabled {
  cursor: default;
}

.m-swatches.sm .a-swatch.is-disabled .a-swatch-foreground {
  height: 8px;
  width: 8px;
  top: 6px;
}

@media (min-width: 768px) {
  .m-swatches.sm .a-swatch.is-disabled .a-swatch-foreground {
    height: 10px;
    width: 10px;
    top: 4px;
  }
}

.m-swatches.sm .a-swatch.is-disabled .a-swatch-foreground::before,
.m-swatches.sm .a-swatch.is-disabled .a-swatch-foreground::after {
  background-color: white;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.m-swatches.sm .a-swatch.is-disabled .a-swatch-foreground::before {
  height: 1px;
  transform: translateX(-50%) rotate(45deg);
  width: 14px;
  margin-top: 1px;
}

@media (min-width: 768px) {
  .m-swatches.sm .a-swatch.is-disabled .a-swatch-foreground::before {
    width: 17px;
    margin-top: 1px;
  }
}

.m-swatches.sm .a-swatch.is-disabled .a-swatch-foreground::after {
  width: 1px;
  height: 14px;
  margin-left: 1px;
  transform: translateY(-50%) rotate(45deg);
}

@media (min-width: 768px) {
  .m-swatches.sm .a-swatch.is-disabled .a-swatch-foreground::after {
    height: 17px;
    margin-left: 0;
  }
}

.u-clearfix::after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.u-no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.m-tablist {
  margin: 0;
  padding: 0;
}

.m-tablist::after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.m-tablist li {
  color: #7f7f7f;
  border-bottom: 2px solid transparent;
  transition: border-color 0.25s ease;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.m-tablist li:hover {
  color: #29BAAF;
}

.m-tablist li.is-active {
  color: black;
  border-color: black;
}

.m-tablist li.is-active:hover {
  color: #29BAAF;
}

.m-tablist li .a-link {
  font-size: 15px;
  line-height: 21px;
  font-family: 'Neue-Haas-Grotesk-Medium',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  transition: color 0.25s ease,
border 0.25s ease;
  display: block;
  padding: 13px 0;
}

.m-tablist.tabs-1-1 li {
  width: 100%;
}

.m-tablist.tabs-1-2 li {
  width: 50%;
  float: left;
}

.m-tablist.tabs-1-3 li {
  width: 33.33%;
}

.tablist-content {
  position: relative;
}

.tablist-content .content {
  transition: opacity 0.25s ease;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.tablist-content .content.is-active {
  visibility: visible;
  opacity: 1;
  position: static;
}

.m-teaser.blog-teaser {
  margin-bottom: 32px;
  text-align: left;
  margin-top: 32px;
}

@media (min-width: 768px) {
  .m-teaser.blog-teaser {
    margin: 47px auto 50px auto;
    width: 460px;
  }
}

@media (min-width: 1025px) {
  .m-teaser.blog-teaser {
    margin-top: 55px;
    width: 560px;
  }
}

.m-teaser.blog-teaser .a-heading-1 {
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 12px 0;
}

@media (min-width: 768px) {
  .m-teaser.blog-teaser .a-heading-1 {
    font-size: 28px;
    line-height: 33px;
  }
}

@media (min-width: 1025px) {
  .m-teaser.blog-teaser .a-heading-1 {
    font-size: 36px;
    line-height: 41px;
  }
}

@media (min-width: 768px) {
  .m-teaser.blog-teaser .a-heading-1 {
    font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
    font-weight: normal;
    font-size: 28px;
    line-height: 32px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .m-teaser.blog-teaser .a-heading-1 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (min-width: 768px) and (min-width: 1025px) {
  .m-teaser.blog-teaser .a-heading-1 {
    font-size: 64px;
    line-height: 64px;
  }
}

@media (min-width: 1025px) {
  .m-teaser.blog-teaser .a-heading-1 {
    font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1025px) and (min-width: 768px) {
  .m-teaser.blog-teaser .a-heading-1 {
    font-size: 28px;
    line-height: 33px;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .m-teaser.blog-teaser .a-heading-1 {
    font-size: 36px;
    line-height: 41px;
  }
}

.m-teaser.blog-teaser .a-label {
  font-size: 14px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .m-teaser.blog-teaser {
    text-align: center;
  }
}

.m-teaser.article-blog {
  margin: 40px 0;
}

@media (min-width: 768px) {
  .m-teaser.article-blog {
    margin: 60px 0;
  }
}

.m-teaser.article-blog .a-heading-1.title {
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 18px;
  padding: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .m-teaser.article-blog .a-heading-1.title {
    text-align: center;
    font-size: 28px;
  }
}

.m-teaser.article-blog .a-heading-1.heading {
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  margin: 0 0 20px 0;
  font-size: 36px;
}

@media (min-width: 768px) {
  .m-teaser.article-blog .a-heading-1.heading {
    margin: 0 0 28px 0;
    font-size: 44px;
  }
}

@media (min-width: 1025px) {
  .m-teaser.article-blog .a-heading-1.heading {
    font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
    font-weight: normal;
    font-size: 28px;
    line-height: 32px;
  }
}

@media (min-width: 1025px) and (min-width: 768px) {
  .m-teaser.article-blog .a-heading-1.heading {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .m-teaser.article-blog .a-heading-1.heading {
    font-size: 64px;
    line-height: 64px;
  }
}

.m-teaser.article-blog .a-heading-2 {
  font-size: 18px;
  line-height: 25px;
  margin: 0 0 11px 0;
}

@media (min-width: 768px) {
  .m-teaser.article-blog .a-heading-2 {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 20px 0;
  }
}

.m-teaser.article-blog .a-label {
  font-size: 15px;
  line-height: 21px;
}

@media (min-width: 1025px) {
  .m-teaser.article-blog .a-label {
    font-size: 18px;
    line-height: 25px;
  }
}

.m-teaser.article-blog .quote {
  padding: 60px 0 80px 0;
}

.m-teaser.article-blog .quote blockquote {
  margin-bottom: 20px;
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
}

@media (min-width: 768px) {
  .m-teaser.article-blog .quote blockquote {
    font-size: 28px;
    line-height: 33px;
  }
}

@media (min-width: 1025px) {
  .m-teaser.article-blog .quote blockquote {
    font-size: 36px;
    line-height: 41px;
  }
}

.m-teaser.article-blog .quote blockquote:before {
  content: open-quote;
}

.m-teaser.article-blog .quote blockquote:after {
  content: close-quote;
}

.m-teaser.article-blog .quote .signature {
  text-align: right;
  display: block;
}

.m-teaser.article-blog .article-content {
  font-size: 12px;
  line-height: 17px;
  display: block;
}

@media (min-width: 1025px) {
  .m-teaser.article-blog .article-content {
    font-size: 14px;
    line-height: 20px;
  }
}

.m-text-button {
  text-align: center;
}

.m-text-button.is-center-aligned .a-paragraph {
  text-align: center;
}

.m-text-button .a-paragraph {
  font-size: 18px;
  line-height: 25px;
  text-align: left;
  margin: 0;
}

.m-text-button .a-button {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .m-text-button .a-button {
    margin-top: 32px;
  }
}

@media (min-width: 1025px) {
  .m-text-button .a-button {
    margin-top: 30px;
  }
}

.o-404-error {
  text-align: center;
  margin: 0 auto;
  height: 512px;
  width: 251px;
}

@media (min-width: 768px) {
  .o-404-error {
    height: 944px;
    width: 416px;
  }
}

@media (min-width: 1025px) {
  .o-404-error {
    height: 683px;
    width: 100%;
  }
}

.o-404-error .content {
  padding-top: 167px;
}

@media (min-width: 768px) {
  .o-404-error .content {
    padding-top: 354px;
  }
}

@media (min-width: 1025px) {
  .o-404-error .content {
    padding-top: 278px;
  }
}

.o-404-error .content .a-heading-1 {
  font-size: 20px;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 26px;
}

@media (min-width: 768px) {
  .o-404-error .content .a-heading-1 {
    font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
    font-weight: normal;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 32px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .o-404-error .content .a-heading-1 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (min-width: 768px) and (min-width: 1025px) {
  .o-404-error .content .a-heading-1 {
    font-size: 64px;
    line-height: 64px;
  }
}

@media (min-width: 1025px) {
  .o-404-error .content .a-heading-1 {
    font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 37px;
  }
}

@media (min-width: 1025px) and (min-width: 768px) {
  .o-404-error .content .a-heading-1 {
    font-size: 28px;
    line-height: 33px;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .o-404-error .content .a-heading-1 {
    font-size: 36px;
    line-height: 41px;
  }
}

.o-about-you.main-area {
  padding-top: 25px;
}

.o-about-you .m-input .a-input:-ms-input-placeholder {
  color: transparent;
}

.o-about-you .m-input .a-input::placeholder {
  color: transparent;
}

.o-about-you .m-input.input-email .a-input {
  color: #A6A6A6;
}

.o-about-you .m-input.input-country .a-label.label-country {
  margin-right: 10px;
  font-size: 14px;
  line-height: 20px;
}

.o-about-you .m-input.input-country .a-link.link-change-country {
  border-bottom: 1px solid;
  border-color: inherit;
  color: #7F7F7F;
  padding-bottom: 1px;
  vertical-align: bottom;
}

@media (min-width: 1025px) {
  .o-about-you .m-input.input-country .a-link.link-change-country:hover {
    border-bottom: 1px solid #29BAAF;
  }
}

.o-about-you .m-input.input-country .a-link.link-change-country:hover {
  color: #29BAAF;
}

.o-about-you .m-dropdown {
  margin-bottom: 25px;
}

.o-about-you .m-dropdown .a-label.placeholder {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Neue-Haas-Grotesk-Roman',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  border-bottom: 1px solid #A6A6A6;
  height: 48px;
  padding: 25px 0 2px 0;
}

@media (min-width: 768px) {
  .o-about-you .m-dropdown.is-open ul.list-wrapper {
    top: 47px;
  }
}

.o-about-you .m-dropdown.is-open ul.options {
  border: none;
}

@media (min-width: 768px) {
  .o-about-you .m-dropdown.is-open ul.options {
    border-bottom: 2px solid black;
    border-top: 2px solid black;
  }
}

.o-about-you .a-button {
  border: 2px solid black;
  font-size: 15px;
  line-height: 21px;
  border-left: none;
  border-right: none;
  padding: 19px 10px 16px 10px;
  width: 100%;
  margin-top: 25px;
  text-transform: none;
}

.o-accordion .a-heading-3,
.o-accordion .a-icon-arrow-down-small,
.o-accordion .accordion-content {
  float: left;
}

.o-accordion .accordion-content {
  padding-left: 32px;
  display: none;
  width: 100%;
  opacity: 0;
  height: 0;
}

.o-accordion .a-heading-3 {
  font-family: 'Neue-Haas-Grotesk-Medium',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  display: inline-block;
}

.o-accordion.is-visible .a-icon-arrow-down-small {
  transform: rotate(180deg);
}

.o-accordion.is-visible .accordion-content {
  opacity: 1;
  position: relative;
  display: block;
  height: auto;
}

.a-button.o-add-element-button {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Neue-Haas-Grotesk-Roman',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  border: none;
  text-transform: none;
  padding: 0;
}

.a-button.o-add-element-button.is-hidden {
  display: none;
}

.a-button.o-add-element-button:hover,
.a-button.o-add-element-button.is-hover {
  color: #29BAAF;
}

.a-button.o-add-element-button:active {
  color: #29BAAF;
}

.o-address-box-add {
  margin-bottom: 50px;
}

.o-address-box-add .o-address-box-edit .address-form {
  display: block;
}

.o-address-box-add + .edit-block {
  margin-top: 25px;
}

.o-address-box-edit {
  border-bottom: 1px solid #A6A6A6;
  padding-bottom: 35px;
  margin-bottom: 35px;
}

.o-address-box-edit .address-form {
  display: none;
  padding: 0;
  margin: 0;
}

.o-address-box-edit .address-form .a-button.btn-save-details {
  margin-top: -12px;
}

.o-address-box-edit .address-form p {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding-bottom: 50px;
}

.o-address-box-edit .address-form .type,
.o-address-box-edit .address-form .name {
  padding-bottom: 30px;
}

.o-address-box-edit .address-form .name {
  color: #A6A6A6;
}

.o-address-box-edit .address-form .is-readonly .a-input {
  color: #7F7F7F;
}

.o-address-box-edit .address-form .privacy-policy {
  padding-top: 5px;
}

.o-address-box-edit .address-form .privacy-policy .a-paragraph {
  display: inline-block;
}

.o-address-box-edit .address-form .privacy-policy .a-link {
  border-bottom: 1px solid;
  border-color: inherit;
}

@media (min-width: 1025px) {
  .o-address-box-edit .address-form .privacy-policy .a-link:hover {
    border-bottom: 1px solid #29BAAF;
  }
}

.o-address-box-edit .address-form .privacy-policy .a-link:hover {
  color: #29BAAF;
  cursor: pointer;
}

.o-address-box-edit .o-account-box {
  position: relative;
}

.o-address-box-edit .address-wrapper {
  width: 100%;
}

.o-address-box-edit .set-as-default {
  font-size: 14px;
  line-height: 20px;
  margin-top: 18px;
}

.o-address-box-edit .js-address-edit {
  position: absolute;
  top: 0;
  right: 0;
}

.o-address-box-edit .js-address-remove {
  position: absolute;
  bottom: 0;
  right: 0;
}

.o-address-box-edit .input-city {
  margin-bottom: 0;
}

.o-address-box-edit .input-country {
  padding-bottom: 15px;
}

.o-address-box-edit .input-country .a-input {
  display: none;
}

.o-address-box-edit .link-change-country {
  display: none;
}

.o-address-box-edit .m-dropdown {
  margin-bottom: 25px;
}

.o-address-box-edit .m-dropdown .a-label.placeholder {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Neue-Haas-Grotesk-Roman',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  border-bottom: 1px solid #A6A6A6;
  height: 48px;
  padding: 25px 0 2px 0;
}

@media (min-width: 768px) {
  .o-address-box-edit .m-dropdown.is-open ul.list-wrapper {
    top: 47px;
  }
}

.o-address-box-edit .m-dropdown.is-open ul.options {
  border: none;
}

@media (min-width: 768px) {
  .o-address-box-edit .m-dropdown.is-open ul.options {
    border-bottom: 2px solid black;
    border-top: 2px solid black;
  }
}

.o-address-box-edit.is-home-address .js-address-remove,
.o-address-box-edit.is-home-address .set-as-default,
.o-address-box-edit.is-home-address .name {
  display: none;
}

.o-address-box-edit.no-address {
  border-bottom: none;
}

.o-address-box-edit.no-address .address-form {
  display: block;
}

.o-address-box-edit.no-address .js-cancel {
  display: none;
}

.o-address-box-edit:nth-child(4) {
  border: none;
}

.o-address-box-edit:nth-child(4) + .o-address-box-add {
  display: none;
}

.edit-block.is-open .o-address-box-edit {
  border: none;
  padding-bottom: 0;
}

.edit-block.is-open .o-address-box-edit .first-name,
.edit-block.is-open .o-address-box-edit .last-name,
.edit-block.is-open .o-address-box-edit .address-wrapper,
.edit-block.is-open .o-address-box-edit .set-as-default {
  display: none;
}

.edit-block.is-open .o-address-box-edit .a-link.js-address-edit,
.edit-block.is-open .o-address-box-edit .a-link.js-address-remove {
  display: none;
}

.edit-block.is-open ~ .add-delivery-address {
  opacity: 0;
}

.o-blog-hero {
  position: relative;
}

.o-blog-hero .slider .swiper-arrow {
  border: none;
  visibility: visible;
  background: none;
  opacity: 1;
  top: 50%;
  font-size: 50px;
  line-height: 50;
}

@media (min-width: 768px) {
  .o-blog-hero .slider .swiper-arrow {
    font-size: 40px;
    line-height: 40;
  }
}

.o-blog-hero .slider .swiper-slide {
  padding: 0;
}

@media (min-width: 768px) {
  .o-blog-hero .slider .swiper-slide {
    padding: 0 8px;
  }
}

@media (min-width: 1025px) {
  .o-blog-hero .slider .swiper-slide {
    padding: 0 calc(4.16667% + 8px);
  }
}

.o-blog-hero .a-youtube-video,
.o-blog-hero .a-vimeo-video {
  height: 500px;
}

@media (min-width: 768px) {
  .o-blog-hero .a-youtube-video,
  .o-blog-hero .a-vimeo-video {
    height: 600px;
  }
}

.o-blog-tile {
  width: 100%;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .o-blog-tile {
    margin-bottom: 55px;
  }
}

@media (min-width: 1025px) {
  .o-blog-tile {
    margin-bottom: 100px;
  }
}

.o-blog-tile:last-child {
  margin-bottom: 80px;
}

@media (min-width: 1025px) {
  .o-blog-tile:last-child {
    margin-bottom: 140px;
  }
}

.o-blog-tile .image-block,
.o-blog-tile .content-block {
  height: 100%;
}

.o-blog-tile .image-block {
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .o-blog-tile .image-block {
    margin-bottom: 40px;
  }
}

.o-blog-tile .image-block img {
  display: block;
}

.o-blog-tile .content-block {
  text-align: left;
}

.o-blog-tile .content-block .category {
  font-size: 12px;
  line-height: 17px;
  color: #7F7F7F;
}

.o-blog-tile .content-block .heading {
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  display: block;
  margin: 8px 0 12px 0;
}

@media (min-width: 768px) {
  .o-blog-tile .content-block .heading {
    font-size: 28px;
    line-height: 33px;
  }
}

@media (min-width: 1025px) {
  .o-blog-tile .content-block .heading {
    font-size: 36px;
    line-height: 41px;
  }
}

.o-blog-tile .content-block .preamble {
  font-size: 12px;
  line-height: 17px;
  display: block;
  margin-bottom: 12px;
}

@media (min-width: 1025px) {
  .o-blog-tile .content-block .preamble {
    font-size: 14px;
    line-height: 20px;
  }
}

.o-blog-tile .content-block .a-link {
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px solid;
  border-color: inherit;
}

@media (min-width: 1025px) {
  .o-blog-tile .content-block .a-link:hover {
    border-bottom: 1px solid #29BAAF;
  }
}

@media (min-width: 768px) {
  .o-blog-tile.full-width .image-block {
    margin-left: 8px;
    margin-right: 8px;
  }
}

.o-blog-tile.full-width .content-block {
  padding-left: calc(5% + 4px);
  padding-right: calc(5% + 4px);
}

@media (min-width: 768px) {
  .o-blog-tile.full-width .content-block {
    margin-left: 16.66666%;
    width: 66.66667%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1025px) {
  .o-blog-tile.full-width .content-block {
    margin-left: 25.00002%;
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 768px) {
  .o-blog-tile.image-left .image-block {
    display: inline-block;
    vertical-align: middle;
  }
}

@media (min-width: 768px) {
  .o-blog-tile.image-left .content-block {
    margin-right: 8.33333%;
    display: inline-block;
    vertical-align: middle;
  }
}

@media (min-width: 1025px) {
  .o-blog-tile.image-left .content-block {
    margin-left: 4.16667%;
    margin-right: 8.33334%;
  }
}

@media (min-width: 768px) {
  .o-blog-tile.image-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .o-blog-tile.image-right .image-block {
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width: 768px) {
  .o-blog-tile.image-right .content-block {
    margin-left: 8.33333%;
    text-align: right;
  }
}

@media (min-width: 1025px) {
  .o-blog-tile.image-right .content-block {
    margin-right: 4.16667%;
    margin-left: 8.33334%;
  }
}

.o-blog-tile.image-left .image-block,
.o-blog-tile.image-right .image-block {
  margin-left: 4px;
  margin-right: 4px;
}

@media (min-width: 768px) {
  .o-blog-tile.image-left .image-block,
.o-blog-tile.image-right .image-block {
    width: calc(50% - 16px);
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 0;
  }
}

.o-blog-tile.image-left .content-block,
.o-blog-tile.image-right .content-block {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
}

@media (min-width: 768px) {
  .o-blog-tile.image-left .content-block,
.o-blog-tile.image-right .content-block {
    width: 41.66667%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1025px) {
  .o-blog-tile.image-left .content-block,
.o-blog-tile.image-right .content-block {
    width: 37.5%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.o-card-box {
  border-bottom: 1px solid black;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  padding-top: 34px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .o-card-box {
    padding-bottom: 55px;
  }
}

.o-card-box:first-child {
  padding-top: 0;
}

.o-card-box:first-child .card-type .icon-visa,
.o-card-box:first-child .card-type .icon-mastercard {
  top: -8px;
}

.o-card-box:last-child {
  border: none;
}

.o-card-box .card-type {
  font-family: 'Neue-Haas-Grotesk-Medium',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  text-transform: uppercase;
}

.o-card-box .card-type .icon-visa,
.o-card-box .card-type .icon-mastercard {
  position: absolute;
  right: 0;
  top: 26px;
  width: 35px;
  height: 35px;
}

.o-card-box .card-type .icon-visa {
  background-image: url("/etc/designs/appeaser/weekday/clientlibs/pattern-lib/images/visa.svg");
}

.o-card-box .card-type .icon-mastercard {
  background-image: url("/etc/designs/appeaser/weekday/clientlibs/pattern-lib/images/mastercard.svg");
}

.o-card-box .card-holder-label,
.o-card-box .card-number-label,
.o-card-box .expiration-date-label,
.o-card-box .card-holder-address-label {
  color: #A6A6A6;
  margin-top: 20px;
  display: block;
}

.o-card-box .card-number-type {
  margin-right: 4px;
}

.o-card-box .address-line-1,
.o-card-box .address-line-2,
.o-card-box .country {
  display: block;
}

.o-card-box .js-payment-remove {
  position: absolute;
  right: 0;
  bottom: 50px;
}

@media (min-width: 768px) {
  .o-card-box .js-payment-remove {
    bottom: 55px;
  }
}

.o-card-box .m-radio-button {
  display: inline-block;
  margin-top: 36px;
}

@media (min-width: 768px) {
  .o-card-box .m-radio-button {
    margin-top: 30px;
  }
}

.o-card-box .m-radio-button:after {
  display: inline-block;
}

.o-cart {
  margin-bottom: 100px;
}

.o-cart::after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.o-cart .cart-is-empty-label {
  display: none;
}

.o-cart .cart-items {
  padding-top: 20px;
}

@media (min-width: 768px) {
  .o-cart .cart-items {
    padding-top: 40px;
  }
}

@media (min-width: 1025px) {
  .o-cart .cart-items {
    width: 62.5%;
    padding-right: 8px;
    padding-left: 8px;
    display: inline-block;
    padding: 90px 0 0 0;
  }
}

.o-cart .cart-items .cart-items-heading {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  padding: 0 4px 16px 8px;
}

@media (min-width: 768px) {
  .o-cart .cart-items .cart-items-heading {
    text-align: left;
    padding: 0 8px 22px 8px;
  }
}

.o-cart .o-product-slider.o-pra-component,
.o-cart .o-product-slider.o-style-with {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
}

@media (min-width: 1025px) {
  .o-cart .o-product-slider.o-pra-component,
.o-cart .o-product-slider.o-style-with {
    width: calc(100% - 80px);
    margin: 0 40px;
  }
  .o-cart .o-product-slider.o-pra-component .slider-title,
.o-cart .o-product-slider.o-style-with .slider-title {
    margin-left: 30px;
  }
  .o-cart .o-product-slider.o-pra-component .swiper-slide,
.o-cart .o-product-slider.o-style-with .swiper-slide {
    padding-left: 30px;
    padding-right: 30px;
  }
  .o-cart .o-product-slider.o-pra-component .swiper-prev,
.o-cart .o-product-slider.o-style-with .swiper-prev {
    left: -8px;
  }
  .o-cart .o-product-slider.o-pra-component .swiper-next,
.o-cart .o-product-slider.o-style-with .swiper-next {
    right: -8px;
  }
}

@media (min-width: 768px) {
  .o-cart .o-product-slider.o-pra-component,
.o-cart .o-product-slider.o-style-with {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1025px) {
  .o-cart .o-product-slider.o-pra-component,
.o-cart .o-product-slider.o-style-with {
    width: 66.66667%;
    padding-right: 8px;
    padding-left: 8px;
    display: inline-block;
  }
}

.o-cart .o-product-slider.o-pra-component .slider-title,
.o-cart .o-product-slider.o-style-with .slider-title {
  margin-left: 0;
}

.o-cart .o-product-slider.o-style-with {
  padding-top: 20px;
}

@media (min-width: 1025px) {
  .o-cart .o-product-slider.o-style-with {
    padding-top: 15px;
  }
}

.o-cart .order-summary-section {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
}

@media (min-width: 768px) {
  .o-cart .order-summary-section {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1025px) {
  .o-cart .order-summary-section {
    width: 29.16667%;
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 90px;
    float: right;
  }
}

.o-cart .order-summary-section .order-summary-heading {
  display: none;
}

@media (min-width: 1025px) {
  .o-cart .order-summary-section .order-summary-heading {
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 42px;
    display: block;
  }
}

.o-cart .order-summary-section .checkout-button {
  margin-top: 37px;
}

@media (min-width: 768px) {
  .o-cart .order-summary-section .m-informative-section,
  .o-cart .order-summary-section .checkout-button {
    width: calc(50% - 8px);
  }
}

@media (min-width: 1025px) {
  .o-cart .order-summary-section .m-informative-section,
  .o-cart .order-summary-section .checkout-button {
    width: 100%;
  }
}

.o-cart .order-summary-section .m-hazmat {
  display: none;
}

.o-cart .order-summary-section .m-informative-section {
  margin: 60px 0;
}

@media (min-width: 768px) {
  .o-cart .order-summary-section .m-informative-section {
    margin-bottom: 0;
  }
}

.o-cart.is-empty .cart-items,
.o-cart.is-empty .order-summary-section,
.o-cart.is-empty .o-style-with {
  display: none;
}

@media (min-width: 1025px) {
  .o-cart.is-empty .o-product-slider.o-pra-component.has-spacers {
    width: calc(100% - 80px);
    margin: 0 40px;
  }
}

.o-cart.is-empty .o-pra-component .a-heading-2 {
  text-align: center;
  margin-left: 0;
}

@media (min-width: 1025px) {
  .o-cart.is-empty .o-pra-component {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.o-cart.is-empty .empty-cart {
  text-align: center;
  height: 240px;
}

@media (min-width: 768px) {
  .o-cart.is-empty .empty-cart {
    height: 430px;
  }
}

@media (min-width: 1025px) {
  .o-cart.is-empty .empty-cart {
    height: 455px;
  }
}

.o-cart.is-empty .empty-cart .a-heading-2 {
  font-size: 18px;
  line-height: 25px;
  padding-top: 80px;
}

@media (min-width: 768px) {
  .o-cart.is-empty .empty-cart .a-heading-2 {
    font-size: 20px;
    line-height: 28px;
    padding-top: 160px;
  }
}

@media (min-width: 1025px) {
  .o-cart.is-empty .empty-cart .a-heading-2 {
    padding-top: 204px;
  }
}

.o-cart.is-empty .empty-cart .a-button {
  border: 2px solid;
  border-color: inherit;
  transition: none;
  text-align: center;
  height: 44px;
  padding: 12px 30px 11px 30px;
  max-width: 100%;
  margin-top: 30px;
}

@media (min-width: 421px) {
  .o-cart.is-empty .empty-cart .a-button {
    min-width: 220px;
    max-width: 368px;
  }
}

@media (min-width: 768px) {
  .o-cart.is-empty .empty-cart .a-button {
    min-width: 184px;
  }
}

@media (min-width: 1025px) {
  .o-cart.is-empty .empty-cart .a-button {
    height: 48px;
    min-width: 220px;
    padding: 13px 30px 11px 30px;
  }
}

.o-cart.is-empty .empty-cart .a-button.is-hover,
.o-cart.is-empty .empty-cart .a-button:hover,
.o-cart.is-empty .empty-cart .a-button.is-active,
.o-cart.is-empty .empty-cart .a-button:active,
.o-cart.is-empty .empty-cart .a-button:focus {
  opacity: 0.7;
}

@media (min-width: 1025px) {
  .o-cart.is-empty .empty-cart .a-button.is-hover,
.o-cart.is-empty .empty-cart .a-button:hover,
.o-cart.is-empty .empty-cart .a-button.is-active,
.o-cart.is-empty .empty-cart .a-button:active,
.o-cart.is-empty .empty-cart .a-button:focus {
    border: 1px solid;
    border-color: inherit;
    opacity: initial;
    padding: 14px 31px 12px 31px;
  }
}

.o-cart.is-empty .empty-cart .a-button.is-disabled,
.o-cart.is-empty .empty-cart .a-button:disabled {
  display: none;
}

@media (min-width: 768px) {
  .o-cart.is-empty .empty-cart .a-button {
    margin-top: 40px;
  }
}

@media (min-width: 1025px) {
  .o-cart .o-product-slider.o-pra-component.has-spacers,
.o-cart .o-product-slider.o-style-with.has-spacers {
    width: 66.66667%;
    padding-right: 8px;
    padding-left: 8px;
    margin-right: 33.33336%;
    margin-left: 0;
  }
  .o-cart .o-product-slider.o-pra-component.has-spacers .swiper-slide,
.o-cart .o-product-slider.o-style-with.has-spacers .swiper-slide {
    padding-right: 62px;
    padding-left: 62px;
  }
}

.o-cart-content-has-changed {
  padding: 0 4px;
}

@media (min-width: 1025px) {
  .o-cart-content-has-changed {
    padding: 0 8px;
  }
}

.o-cart-content-has-changed .a-heading-2 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}

.o-cart-content-has-changed .a-paragraph {
  font-size: 14px;
  line-height: 20px;
}

.o-cart-content-has-changed ul {
  font-size: 14px;
  line-height: 20px;
  list-style: none;
  padding: 20px 0 40px;
  margin: 0;
}

.o-cart-content-has-changed ul li:before {
  content: '-';
  margin-right: 5px;
}

.o-cart-discount-code {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 17px;
  transition: margin-bottom 350ms;
}

@media (min-width: 768px) {
  .o-cart-discount-code {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

.o-cart-discount-code .title {
  color: #FF6002;
  top: -5px;
  display: block;
  position: relative;
  cursor: pointer;
}

.o-cart-discount-code .title [class^="a-icon"] {
  position: relative;
  font-size: 18px;
  top: 4px;
  right: 0;
  margin-left: 9px;
}

.o-cart-discount-code .title [class^="a-icon"]:before {
  font-family: 'Weekday-Icons';
  font-weight: normal;
  content: '\e901';
}

.o-cart-discount-code .info-text,
.o-cart-discount-code .cancel,
.o-cart-discount-code .added-code-label {
  display: none;
}

.o-cart-discount-code.is-active {
  margin-bottom: 0;
}

.o-cart-discount-code.is-active .title [class^="a-icon"] {
  transform: rotate(180deg);
}

.o-cart-discount-code.is-active .code-area {
  margin-top: 30px;
  height: auto;
  margin-bottom: 47px;
}

.o-cart-discount-code.has-discount {
  color: #FF6002;
  margin-bottom: 17px;
  transition: none;
}

@media (min-width: 768px) {
  .o-cart-discount-code.has-discount {
    margin-bottom: 20px;
  }
}

.o-cart-discount-code.has-discount .title {
  display: none;
}

.o-cart-discount-code.has-discount .code-area {
  transition: none;
  margin-top: 0;
  height: auto;
}

.o-cart-discount-code.has-discount .code-area .m-input,
.o-cart-discount-code.has-discount .code-area .add {
  display: none;
}

.o-cart-discount-code.has-discount .code-area .discount-code {
  display: block;
}

.o-cart-discount-code .code-area {
  height: 0;
  margin-top: 0;
  overflow: hidden;
  transition: height 350ms,
margin-top 350ms;
}

.o-cart-discount-code .code-area .discount-code {
  position: relative;
  display: none;
  overflow: hidden;
}

.o-cart-discount-code .code-area .m-input .a-input:-ms-input-placeholder {
  color: transparent;
}

.o-cart-discount-code .code-area .m-input .a-input::placeholder {
  color: transparent;
}

.o-cart-discount-code .code-area .m-input .a-label:last-child {
  padding: 9px 0;
}

.o-cart-discount-code .code-area .a-button {
  border: 2px solid black;
  padding: 19px 10px 16px 10px;
  font-size: 15px;
  line-height: 21px;
  border-left: none;
  border-right: none;
  display: block;
  text-align: center;
  text-transform: none;
  width: 100%;
  display: block;
  margin-top: 26px;
}

@media (min-width: 1025px) {
  .o-cart-discount-code .code-area .a-button:hover,
.o-cart-discount-code .code-area .a-button.is-hover,
.o-cart-discount-code .code-area .a-button:focus {
    color: #29BAAF;
  }
}

.o-cart-discount-code .code-area .a-button:disabled,
.o-cart-discount-code .code-area .a-button.is-disabled {
  color: #A6A6A6;
  border-color: #A6A6A6;
  padding-bottom: 17px;
}

.o-cart-discount-code .code-area .a-button:disabled:active,
.o-cart-discount-code .code-area .a-button.is-disabled:active {
  color: #A6A6A6;
}

.o-cart-discount-code .code-area .a-button:active,
.o-cart-discount-code .code-area .a-button.is-active {
  opacity: 0.7;
}

@media (min-width: 1025px) {
  .o-cart-discount-code .code-area .a-button:active,
.o-cart-discount-code .code-area .a-button.is-active {
    color: #29BAAF;
    opacity: initial;
  }
}

.o-cart-discount-code .code-area .remove {
  font-size: 12px;
  line-height: 17px;
  position: absolute;
  right: 0;
  cursor: pointer;
}

@media (min-width: 768px) {
  .o-cart-discount-code .code-area .remove {
    font-size: 14px;
    line-height: 20px;
  }
}

.o-cart-discount-code .code-area .remove:after {
  font-family: 'Weekday-Icons';
  font-weight: normal;
  content: "\e90d";
  font-size: 10px;
  padding-left: 3px;
}

.o-cart-item {
  font-size: 12px;
  line-height: 17px;
  position: relative;
  padding: 20px 0;
  width: 100%;
}

.o-cart-item:after {
  border-bottom: 1px solid #A6A6A6;
  content: "";
  position: absolute;
  bottom: 0;
  left: 4px;
  width: calc(100% - 8px);
}

@media (min-width: 768px) {
  .o-cart-item:after {
    left: 8px;
    width: calc(100% - 16px);
  }
}

.o-cart-item:last-child:after {
  display: none;
}

@media (min-width: 768px) {
  .o-cart-item {
    font-size: 14px;
  }
}

.o-cart-item .product-image {
  width: 25%;
  padding-right: 4px;
  padding-left: 4px;
  display: inline-block;
  float: left;
}

@media (min-width: 768px) {
  .o-cart-item .product-image {
    width: 16.66667%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1025px) {
  .o-cart-item .product-image {
    width: 20%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.o-cart-item .cart-item-info {
  width: 75%;
  padding-right: 4px;
  padding-left: 4px;
  position: relative;
  display: inline-block;
}

@media (min-width: 768px) {
  .o-cart-item .cart-item-info {
    width: 83.33333%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1025px) {
  .o-cart-item .cart-item-info {
    width: 80%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.o-cart-item .cart-item-info .quantity-section .m-dropdown {
  width: auto;
  padding-right: 20px;
  display: inline-block;
}

@media (min-width: 768px) {
  .o-cart-item .cart-item-info .quantity-section .m-dropdown .list-wrapper {
    top: 27px;
  }
}

@media (min-width: 768px) {
  .o-cart-item .cart-item-info .quantity-section .m-dropdown .list-wrapper .a-option {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .o-cart-item .cart-item-info .quantity-section .m-dropdown.is-open .options {
    overflow: overlay;
  }
}

.o-cart-item .cart-item-info .quantity-section .m-dropdown .placeholder {
  font-family: 'Neue-Haas-Grotesk-Roman',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  height: auto;
  padding: 0 32px 0 0;
}

@media (min-width: 768px) {
  .o-cart-item .cart-item-info .quantity-section .m-dropdown .placeholder {
    font-size: 14px;
    line-height: 20px;
  }
}

.o-cart-item .cart-item-info .quantity-section .a-icon-arrow-down-small {
  top: -7px;
  right: 20px;
}

@media (min-width: 768px) {
  .o-cart-item .cart-item-info .quantity-section .a-icon-arrow-down-small {
    top: -5px;
    right: 13px;
  }
}

.o-cart-item .cart-item-info .markers {
  display: block;
  line-height: 0;
  margin: 2px 0;
}

@media (min-width: 768px) {
  .o-cart-item .cart-item-info .markers {
    margin: 4px 0;
  }
}

.o-cart-item .cart-item-info .markers .m-product-marker {
  position: relative;
  transform: none;
  top: 0;
  height: auto;
}

.o-cart-item .cart-item-info .markers .m-product-marker .marker-image {
  display: inline-block;
  margin: 0;
}

.o-cart-item .cart-item-info .markers .m-product-marker .marker-image .a-image {
  width: auto;
  height: 12px;
}

.o-cart-item .cart-item-info .markers .m-product-marker .marker-image + .promo-marker {
  margin-top: 7px;
}

.o-cart-item .cart-item-info .markers .m-product-marker .marker-image.promo-marker {
  display: block;
}

.o-cart-item .cart-item-info .size-section {
  margin-top: 17px;
}

.o-cart-item .cart-item-info .total-section {
  text-align: right;
  margin-top: 17px;
}

.o-cart-item .cart-item-info .color-section::after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.o-cart-item .cart-item-info .color-section span {
  float: left;
}

.o-cart-item .cart-item-info .color-section span.color {
  max-width: 120px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .o-cart-item .cart-item-info .color-section span.color {
    max-width: none;
  }
}

.o-cart-item .cart-item-info span.brand-name,
.o-cart-item .cart-item-info span.product-name {
  display: block;
}

.o-cart-item .cart-item-info span.color-label,
.o-cart-item .cart-item-info span.size-label,
.o-cart-item .cart-item-info span.quantity-label {
  display: inline-block;
  width: 65px;
}

@media (min-width: 768px) {
  .o-cart-item .cart-item-info span.color-label,
.o-cart-item .cart-item-info span.size-label,
.o-cart-item .cart-item-info span.quantity-label {
    width: 68px;
  }
}

.o-cart-item .cart-item-info span.color,
.o-cart-item .cart-item-info span.size,
.o-cart-item .cart-item-info span.quantity,
.o-cart-item .cart-item-info span.price,
.o-cart-item .cart-item-info span.is-reduced {
  display: inline-block;
}

.o-cart-item .cart-item-info span.is-deprecated {
  text-decoration: line-through;
}

.o-cart-item .cart-item-info span.is-reduced {
  color: #FF6002;
  margin-left: 7px;
}

.o-cart-item .cart-item-info span.remove {
  position: absolute;
  right: 4px;
  top: 0;
  cursor: pointer;
  transition: color 0.25s ease;
}

@media (min-width: 768px) {
  .o-cart-item .cart-item-info span.remove {
    right: 8px;
  }
}

.o-cart-item .cart-item-info span.remove:hover {
  color: #29BAAF;
}

.o-cart-item .cart-item-info span.remove:before {
  font-family: 'Weekday-Icons';
  font-weight: normal;
  content: "\e90d";
  font-size: 10px;
  float: left;
}

@media (min-width: 768px) {
  .o-cart-item .cart-item-info span.remove:before {
    font-size: 11px;
  }
}

.o-cart-item .cart-item-info span.product-id,
.o-cart-item .cart-item-info span.total-label {
  display: none;
}

.o-cart-item .cart-item-info .m-hazmat {
  margin-top: 17px;
  margin-bottom: 7px;
  display: none;
}

@media (min-width: 768px) {
  .o-cart-item .cart-item-info .m-hazmat {
    max-width: 70%;
  }
}

.o-cart-item .cart-item-info .m-hazmat .hazmat-image {
  display: inline-block;
  float: left;
  margin-right: 12px;
  width: 25px;
  height: 25px;
  position: relative;
  top: 3px;
}

@media (min-width: 768px) {
  .o-cart-item .cart-item-info .m-hazmat .hazmat-image {
    margin-right: 16px;
    height: 32px;
    width: 32px;
    top: 2px;
  }
}

.o-cart-item .cart-item-info .m-hazmat .hazmat-label {
  display: inline-block;
  width: calc(100% - 48px);
  font-size: 10px;
  line-height: 16px;
}

@media (min-width: 768px) {
  .o-cart-item .cart-item-info .m-hazmat .hazmat-label {
    font-size: 12px;
    line-height: 17px;
  }
}

.o-cart-item .cart-item-info .m-hazmat .hazmat-label .not-included {
  display: block;
}

.o-cart-item.is-hazmat .m-hazmat {
  display: block;
}

.o-cart-item.is-hazmat.is-excluded .content-wrapper span:not(.hazmat-label):not(.not-included),
.o-cart-item.is-hazmat.is-excluded .content-wrapper .a-image:not(.hazmat-image) {
  opacity: 0.3;
}

.o-cart-merge .a-heading-2 {
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  margin-bottom: 30px;
}

.o-cart-merge .a-paragraph {
  margin-bottom: 40px;
}

.o-category-listing:last-child {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .o-category-listing:last-child {
    padding-bottom: 52px;
  }
}

@media (min-width: 1025px) {
  .o-category-listing:last-child {
    padding-bottom: 92px;
  }
}

.o-category-listing .o-product {
  width: 50%;
  padding-right: 4px;
  padding-left: 4px;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 28px;
}

@media (min-width: 768px) {
  .o-category-listing .o-product {
    width: 25%;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 11px;
  }
}

@media (min-width: 1025px) {
  .o-category-listing .o-product {
    width: 20.83333%;
    padding-right: 8px;
    padding-left: 8px;
    margin-right: 4.16667%;
  }
}

@media (min-width: 768px) {
  .o-category-listing .o-product .m-swatches {
    height: 48px;
    max-width: 144px;
  }
  .o-category-listing .o-product .m-swatches .a-swatch:nth-child(8n+1) {
    margin-right: 8px;
  }
}

.o-category-listing.big-image .o-product.big-image {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  vertical-align: bottom;
}

@media (min-width: 768px) {
  .o-category-listing.big-image .o-product.big-image {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1025px) {
  .o-category-listing.big-image .o-product.big-image {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
    margin-right: 0;
  }
}

.o-category-listing.big-image .small-tiles {
  display: inline-block;
  vertical-align: bottom;
}

@media (min-width: 768px) {
  .o-category-listing.big-image .small-tiles {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .o-category-listing.big-image .small-tiles .o-product {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1025px) {
  .o-category-listing.big-image .small-tiles .o-product {
    width: 41.66667%;
    padding-right: 8px;
    padding-left: 8px;
    margin-right: 8.33334%;
  }
}

.o-change-password {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .o-change-password {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1025px) {
  .o-change-password {
    width: 33.33333%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.o-change-password .a-heading-3 {
  font-size: 20px;
  line-height: 28px;
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  text-align: center;
  padding: 20px 0 33px 0;
}

@media (min-width: 768px) {
  .o-change-password .a-heading-3 {
    text-align: left;
    padding: 40px 0 50px 0;
  }
}

.o-change-password .a-label {
  font-size: 12px;
  line-height: 17px;
}

.o-change-password .a-label:first-child {
  display: none;
}

@media (min-width: 768px) {
  .o-change-password .a-label:first-child {
    display: block;
  }
}

.o-change-password .a-button.btn-cancel {
  border-bottom: 1px solid black;
  border-top: none;
  padding: 17px 10px 17px 10px;
  font-size: 15px;
  line-height: 21px;
  border-left: none;
  border-right: none;
  display: block;
  text-align: center;
  text-transform: none;
  width: 100%;
}

@media (min-width: 1025px) {
  .o-change-password .a-button.btn-cancel:hover,
.o-change-password .a-button.btn-cancel.is-hover,
.o-change-password .a-button.btn-cancel:focus {
    color: #29BAAF;
  }
}

.o-change-password .a-button.btn-cancel:disabled,
.o-change-password .a-button.btn-cancel.is-disabled {
  color: #A6A6A6;
  border-color: #A6A6A6;
  padding-bottom: 17px;
}

.o-change-password .a-button.btn-cancel:disabled:active,
.o-change-password .a-button.btn-cancel.is-disabled:active {
  color: #A6A6A6;
}

.o-change-password .a-button.btn-cancel:active,
.o-change-password .a-button.btn-cancel.is-active {
  opacity: 0.7;
}

@media (min-width: 1025px) {
  .o-change-password .a-button.btn-cancel:active,
.o-change-password .a-button.btn-cancel.is-active {
    color: #29BAAF;
    opacity: initial;
  }
}

.o-change-password .a-button.btn-save-password {
  margin-top: 32px;
}

.o-change-password .a-button:last-child {
  margin-bottom: 40px;
}

.o-checkout {
  margin-bottom: 120px;
}

.o-checkout .checkout-heading {
  font-size: 18px;
  line-height: 25px;
  margin: 0;
  text-align: center;
  padding: 5px 0 28px;
}

@media (min-width: 768px) {
  .o-checkout .checkout-heading {
    padding: 11px 0 57px;
  }
}

@media (min-width: 1025px) {
  .o-checkout .checkout-heading {
    padding: 40px 0 50px;
  }
}

.o-checkout .checkout-content-section,
.o-checkout .order-summary-section {
  width: 100%;
  display: inline-block;
}

.o-checkout .checkout-content-section {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  padding: 0;
}

@media (min-width: 768px) {
  .o-checkout .checkout-content-section {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    padding: 0;
  }
}

@media (min-width: 1025px) {
  .o-checkout .checkout-content-section {
    width: 62.5%;
    padding-right: 8px;
    padding-left: 8px;
    margin-right: 8.33334%;
    padding: 0;
    float: left;
  }
}

.o-checkout .checkout-content-section .section {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  float: left;
  width: 100%;
}

.o-checkout .checkout-content-section .section.payment-section {
  margin-bottom: 0;
}

.o-checkout .checkout-content-section .section .main-area {
  transition: opacity 0.4s;
  margin-bottom: 60px;
  opacity: 1;
  -ms-flex-order: 1;
  order: 1;
}

.o-checkout .checkout-content-section .section .section-summary {
  font-size: 14px;
  line-height: 20px;
  visibility: hidden;
  position: absolute;
  top: 0;
  opacity: 0;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .o-checkout .checkout-content-section .section .section-summary {
    margin-bottom: 20px;
  }
}

.o-checkout .checkout-content-section .section .section-summary .a-heading-3 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 17px;
}

.o-checkout .checkout-content-section .section .section-summary .summary-content {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .o-checkout .checkout-content-section .section .section-summary .summary-content {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 40px;
    float: left;
  }
}

@media (min-width: 1025px) {
  .o-checkout .checkout-content-section .section .section-summary .summary-content {
    width: 46.66667%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.o-checkout .checkout-content-section .section .section-heading {
  border-bottom: 1px solid black;
  padding-bottom: 16px;
  margin-bottom: 30px;
}

.o-checkout .checkout-content-section .section .section-heading .a-heading-2,
.o-checkout .checkout-content-section .section .section-heading .heading-caption {
  color: inherit;
  font-size: 18px;
  line-height: 25px;
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  display: inline-block;
}

.o-checkout .checkout-content-section .section .section-heading .heading-caption {
  margin-right: 7px;
}

.o-checkout .checkout-content-section .section .section-heading .a-link {
  font-size: 14px;
  line-height: 20px;
  float: right;
  position: relative;
  top: 4px;
}

.o-checkout .checkout-content-section .section .section-heading .edit {
  display: none;
}

.o-checkout .checkout-content-section .section .cancel {
  display: none;
}

.o-checkout .checkout-content-section .section.is-editable .cancel {
  display: block;
}

.o-checkout .checkout-content-section .section.is-closed .main-area {
  display: none;
}

.o-checkout .checkout-content-section .section.is-closed .section-summary {
  transition: opacity 750ms;
  visibility: visible;
  position: static;
  opacity: 1;
}

.o-checkout .checkout-content-section .section.is-closed .section-heading .edit {
  display: block;
}

.o-checkout .checkout-content-section .section.is-disabled .section-heading {
  border-bottom: 1px solid #A6A6A6;
  color: #A6A6A6;
}

.o-checkout .checkout-content-section .section.is-disabled .main-area {
  opacity: 0;
  display: none;
}

.o-checkout .checkout-content-section .section.is-disabled .main-area .section-heading {
  color: black;
  border-color: black;
}

@media (min-width: 768px) {
  .o-checkout .checkout-content-section .section .o-about-you {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
    padding-left: 0;
  }
}

@media (min-width: 1025px) {
  .o-checkout .checkout-content-section .section .o-about-you {
    width: 53.33333%;
    padding-right: 8px;
    padding-left: 8px;
    padding-left: 0;
  }
}

.o-checkout .checkout-content-section .section .o-delivery {
  padding-top: 0;
}

.o-checkout .checkout-content-section .section .o-delivery .delivery-heading {
  padding-top: 0;
}

.o-checkout .checkout-content-section .section.is-closing .main-area {
  opacity: 0;
}

.o-checkout .checkout-content-section .o-payment-checkout {
  padding: 0 4px;
}

@media (min-width: 768px) {
  .o-checkout .checkout-content-section .o-payment-checkout {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .o-checkout .checkout-content-section .o-payment-checkout .initial-text,
  .o-checkout .checkout-content-section .o-payment-checkout .read-more {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
    vertical-align: top;
  }
}

@media (min-width: 1025px) {
  .o-checkout .checkout-content-section .o-payment-checkout .initial-text,
  .o-checkout .checkout-content-section .o-payment-checkout .read-more {
    width: 46.66667%;
    padding-right: 8px;
    padding-left: 8px;
    display: inline-block;
  }
}

.o-checkout .checkout-content-section .o-payment-checkout .initial-text .a-link,
.o-checkout .checkout-content-section .o-payment-checkout .read-more .a-link {
  border-bottom: 1px solid;
  border-color: inherit;
}

@media (min-width: 1025px) {
  .o-checkout .checkout-content-section .o-payment-checkout .initial-text .a-link:hover,
  .o-checkout .checkout-content-section .o-payment-checkout .read-more .a-link:hover {
    border-bottom: 1px solid #29BAAF;
  }
}

@media (min-width: 768px) {
  .o-checkout .checkout-content-section .o-payment-checkout .left-selection-section,
  .o-checkout .checkout-content-section .o-payment-checkout .right-selection-section {
    width: 25%;
    padding-right: 8px;
    padding-left: 8px;
    display: inline-block;
  }
}

@media (min-width: 1025px) {
  .o-checkout .checkout-content-section .o-payment-checkout .left-selection-section,
  .o-checkout .checkout-content-section .o-payment-checkout .right-selection-section {
    width: 26.66667%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.o-checkout .checkout-content-section .o-payment-checkout .new-card-section {
  width: 100%;
}

.o-checkout .checkout-content-section .o-payment-checkout .new-card-section .input-section {
  width: 100%;
}

@media (min-width: 768px) {
  .o-checkout .checkout-content-section .o-payment-checkout .new-card-section .input-section {
    width: 41.66667%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1025px) {
  .o-checkout .checkout-content-section .o-payment-checkout .new-card-section .input-section {
    width: 40%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.o-checkout .checkout-content-section .o-payment-checkout .address-section {
  width: 100%;
  padding: 0;
  margin: 20px 0 40px 0;
}

@media (min-width: 768px) {
  .o-checkout .checkout-content-section .o-payment-checkout .address-section {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
    margin: 0;
  }
}

@media (min-width: 1025px) {
  .o-checkout .checkout-content-section .o-payment-checkout .address-section {
    width: 53.33333%;
    padding-right: 8px;
    padding-left: 8px;
    padding-right: 0;
  }
}

.o-checkout .checkout-content-section .section-heading {
  border-bottom: 1px solid black;
  margin-left: 4px;
  margin-right: 4px;
  width: calc(100% - 8px);
  padding-bottom: 16px;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .o-checkout .checkout-content-section .section-heading {
    margin-left: 8px;
    margin-right: 8px;
    width: calc(100% - 16px);
  }
}

.o-checkout .checkout-content-section .section-heading .a-heading-2,
.o-checkout .checkout-content-section .section-heading .heading-caption {
  font-size: 18px;
  line-height: 25px;
  font-family: 'Neue-Haas-Grotesk-Medium',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  display: inline-block;
}

.o-checkout .checkout-content-section .section-heading .heading-caption {
  margin-right: 7px;
}

.o-checkout .checkout-content-section .section-heading .a-link {
  font-size: 14px;
  line-height: 20px;
  float: right;
}

.o-checkout .checkout-content-section .section-heading .a-heading-3 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 17px;
}

.o-checkout .checkout-content-section .section-heading .summary-content {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .o-checkout .checkout-content-section .section-heading .summary-content {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
    float: left;
    display: inline-block;
    margin-bottom: 0;
  }
}

@media (min-width: 1025px) {
  .o-checkout .checkout-content-section .section-heading .summary-content {
    width: 46.66667%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.o-checkout .checkout-content-section .section-heading .summary-content:last-child {
  margin-bottom: 0;
}

.o-checkout .checkout-content-section .about-you-section .o-about-you {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
}

@media (min-width: 768px) {
  .o-checkout .checkout-content-section .about-you-section .o-about-you {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1025px) {
  .o-checkout .checkout-content-section .about-you-section .o-about-you {
    width: 53.33333%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.o-checkout .checkout-content-section .about-you-section,
.o-checkout .checkout-content-section .delivery-section {
  float: left;
  width: 100%;
}

.o-checkout .checkout-content-section .about-you-section .customer-postal-code,
.o-checkout .checkout-content-section .about-you-section .customer-city,
.o-checkout .checkout-content-section .about-you-section .delivery-postal-code,
.o-checkout .checkout-content-section .about-you-section .delivery-city,
.o-checkout .checkout-content-section .delivery-section .customer-postal-code,
.o-checkout .checkout-content-section .delivery-section .customer-city,
.o-checkout .checkout-content-section .delivery-section .delivery-postal-code,
.o-checkout .checkout-content-section .delivery-section .delivery-city {
  display: inline-block;
}

.o-checkout .checkout-content-section .about-you-section .customer-postal-code,
.o-checkout .checkout-content-section .about-you-section .delivery-postal-code,
.o-checkout .checkout-content-section .delivery-section .customer-postal-code,
.o-checkout .checkout-content-section .delivery-section .delivery-postal-code {
  margin-right: 5px;
}

.o-checkout .checkout-content-section .delivery-section .o-delivery,
.o-checkout .checkout-content-section .delivery-section .delivery-heading {
  padding-top: 0;
}

.o-checkout .order-summary-section {
  position: relative;
  width: 100%;
  margin-top: 30px;
}

@media (min-width: 1025px) {
  .o-checkout .order-summary-section {
    width: 29.16667%;
    padding-right: 8px;
    padding-left: 8px;
    padding: 0;
    margin-top: 0;
  }
}

.o-checkout .order-summary-section .cart-items-heading {
  font-size: 18px;
  line-height: 25px;
  padding-bottom: 15px;
  padding-left: 4px;
}

@media (min-width: 768px) {
  .o-checkout .order-summary-section .cart-items-heading {
    padding-bottom: 20px;
    padding-left: 8px;
  }
}

.o-checkout .order-summary-section .edit-cart-link {
  position: absolute;
  top: 3px;
  right: 0;
  margin-right: 4px;
}

@media (min-width: 768px) {
  .o-checkout .order-summary-section .edit-cart-link {
    margin-right: 8px;
  }
}

.o-checkout .order-summary-section .o-order-summary {
  margin-left: 4px;
  margin-right: 4px;
}

@media (min-width: 768px) {
  .o-checkout .order-summary-section .o-order-summary {
    margin-left: 8px;
    margin-right: 8px;
  }
}

.o-checkout .order-summary-section .m-informative-section {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  margin-top: 60px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .o-checkout .order-summary-section .m-informative-section {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
    margin-top: 53px;
  }
}

@media (min-width: 1025px) {
  .o-checkout .order-summary-section .m-informative-section {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    margin-top: 60px;
  }
}

@media (min-width: 768px) {
  .o-checkout .order-summary-section .o-order-summary {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1025px) {
  .o-checkout .order-summary-section .o-order-summary {
    font-size: 12px;
    line-height: 17px;
  }
}

@media (min-width: 1025px) {
  .o-checkout .o-cart-item {
    font-size: 12px;
    line-height: 17px;
  }
  .o-checkout .o-cart-item .product-image {
    width: 28.57143%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .o-checkout .o-cart-item .cart-item-info {
    width: 71.42857%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .o-checkout .o-cart-item .cart-item-info .color-section span.color {
    max-width: 120px;
  }
  .o-checkout .o-cart-item .cart-item-info .m-hazmat {
    max-width: none;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .o-checkout .o-cart-item .cart-item-info .m-hazmat .hazmat-label {
    font-size: 10px;
    line-height: 15px;
  }
}

@media (min-width: 1025px) {
  .o-checkout .o-cart-item:last-child {
    margin-bottom: 20px;
  }
  .o-checkout .o-cart-item:last-child:after {
    display: block;
    border-color: black;
  }
}

.o-forgot-password-checkout .o-checkout .order-summary-section,
.o-forgot-password-checkout .o-checkout .checkout-heading {
  display: none;
}

.o-forgot-password-checkout .o-checkout .checkout-content-section {
  width: 100%;
  float: none;
}

.o-forgot-password-checkout .o-checkout .checkout-content-section .forgot-password-form {
  display: block;
  margin: 0 auto;
}

.o-forgot-password-checkout .o-checkout .checkout-content-section .forgot-password-image {
  display: none;
}

.o-checkout-forgot-password-confirmation {
  text-align: center;
}

.o-checkout-forgot-password-confirmation .order-summary-section,
.o-checkout-forgot-password-confirmation .checkout-heading {
  display: none;
}

.o-checkout-forgot-password-confirmation .checkout-content-section {
  width: 100%;
}

.o-checkout-forgot-password-confirmation .o-forgot-password-confirmation .confirmation-image-block {
  display: none;
}

.o-checkout-login {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
}

@media (min-width: 768px) {
  .o-checkout-login {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
    margin-left: 24.99999%;
  }
}

@media (min-width: 1025px) {
  .o-checkout-login {
    width: 33.33333%;
    padding-right: 8px;
    padding-left: 8px;
    margin-left: 33.33336%;
  }
}

.o-checkout-login .a-heading-1 {
  display: none;
}

.o-checkout-login .o-sign-in {
  margin-bottom: 51px;
}

.o-checkout-login .m-tablist {
  margin-bottom: 60px;
  text-align: center;
}

.o-checkout-login .m-tablist.tabs-1-3 li {
  width: auto;
}

.o-checkout-login .m-tablist.tabs-1-3 li:first-child {
  float: left;
}

.o-checkout-login .m-tablist.tabs-1-3 li:last-child {
  float: right;
}

.o-checkout-login .o-registration {
  margin-top: 0;
}

.o-checkout-login .o-registration .country-section-wrapper {
  display: block;
}

.o-checkout-login .o-registration .country-section-wrapper .a-label {
  font-size: 14px;
  line-height: 20px;
}

.o-checkout-login .o-registration .country-section-wrapper .a-link {
  border-bottom: 1px solid;
  border-color: inherit;
}

@media (min-width: 1025px) {
  .o-checkout-login .o-registration .country-section-wrapper .a-link:hover {
    border-bottom: 1px solid #29BAAF;
  }
}

.o-checkout-start {
  padding-top: 60px;
}

.o-checkout-start .o-checkout .order-summary-section,
.o-checkout-start .o-checkout .checkout-heading {
  display: none;
}

@media (min-width: 1px) {
  .o-checkout-start .o-checkout .checkout-content-section {
    float: none;
    width: 100%;
  }
}

.o-continue-as-guest .country-section,
.o-continue-as-guest .policy-section {
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin-bottom: 33px;
}

.o-continue-as-guest .country-section .a-link,
.o-continue-as-guest .policy-section .a-link {
  border-bottom: 1px solid;
  border-color: inherit;
}

@media (min-width: 1025px) {
  .o-continue-as-guest .country-section .a-link:hover,
  .o-continue-as-guest .policy-section .a-link:hover {
    border-bottom: 1px solid #29BAAF;
  }
}

.o-continue-as-guest .country-section .a-link {
  margin-left: 5px;
}

.o-country-selector {
  padding: 25px 0;
  margin: 0 auto;
}

.o-country-selector .selector-content {
  background-color: white;
  padding-bottom: 36px;
}

.o-country-selector .selector-content .a-heading-2 {
  font-size: 20px;
  line-height: 28px;
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  line-height: 24px;
  padding: 40px 20px 20px 50px;
}

@media (min-width: 768px) {
  .o-country-selector .selector-content .a-heading-2 {
    font-size: 18px;
    line-height: 25px;
  }
}

@media (min-width: 1025px) {
  .o-country-selector .selector-content .a-heading-2 {
    font-size: 20px;
    line-height: 25px;
  }
}

.o-country-selector .selector-content .a-paragraph {
  padding: 15px 20px 34px 50px;
}

.o-country-selector .selector-content .m-country-select {
  font-size: 14px;
  line-height: 20px;
  padding: 20px 20px 20px 50px;
  display: block;
  line-height: 14px;
}

@media (min-width: 768px) {
  .o-country-selector .selector-content .m-country-select {
    font-size: 12px;
    line-height: 17px;
    padding: 20px 0 20px 50px;
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
  }
}

@media (min-width: 1025px) {
  .o-country-selector .selector-content .m-country-select {
    font-size: 14px;
    line-height: 20px;
    width: 25%;
  }
}

.o-country-selector .bottom-label {
  color: white;
  font-size: 15px;
  line-height: 21px;
  display: block;
  padding-top: 16px;
}

@media (min-width: 768px) {
  .o-country-selector .bottom-label {
    max-width: 50%;
  }
}

.o-customer-service {
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .o-customer-service {
    padding-bottom: 90px;
  }
}

.o-customer-service .customer-service-heading {
  font-size: 20px;
  line-height: 28px;
  margin-top: 22px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .o-customer-service .customer-service-heading {
    margin-top: 74px;
    margin-bottom: 32px;
  }
}

@media (min-width: 1025px) {
  .o-customer-service .customer-service-heading {
    margin-top: 60px;
    margin-bottom: 42px;
  }
}

.o-customer-service .a-image,
.o-customer-service .accordion-group {
  display: block;
  margin: 40px 0;
}

@media (min-width: 768px) {
  .o-customer-service .a-image,
  .o-customer-service .accordion-group {
    margin: 50px 0;
  }
}

.o-customer-service .o-accordion {
  border-top: 1px solid #A6A6A6;
  padding: 18px 0;
  position: relative;
}

.o-customer-service .o-accordion:last-child {
  border-bottom: 1px solid #A6A6A6;
}

.o-customer-service .o-accordion .a-icon-arrow-down-small {
  font-size: 26px;
  float: none;
  position: absolute;
  right: -8px;
  top: 16px;
}

.o-customer-service .o-accordion .accordion-content {
  padding: 18px 0 16px;
}

.o-customer-service .o-accordion .a-heading-3 {
  font-size: 15px;
  line-height: 21px;
}

.o-customer-service .o-accordion.is-visible {
  border-color: black;
}

.o-customer-service .o-accordion.is-visible + .o-accordion {
  border-top: 1px solid black;
}

.o-customer-service .o-accordion.is-visible .a-icon-arrow-down-small {
  transform: rotate(180deg);
}

.o-delivery {
  padding-top: 40px;
  font-size: 14px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .o-delivery {
    padding-top: 30px;
  }
}

.o-delivery .delivery-heading,
.o-delivery .wrapper {
  padding-top: 20px;
}

.o-delivery .wrapper {
  padding-bottom: 20px;
}

.o-delivery .delivery-heading .a-heading-2,
.o-delivery .delivery-heading .a-paragraph {
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
}

@media (min-width: 768px) {
  .o-delivery .delivery-heading .a-heading-2,
  .o-delivery .delivery-heading .a-paragraph {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
    display: inline-block;
  }
}

@media (min-width: 1025px) {
  .o-delivery .delivery-heading .a-paragraph {
    width: 53.33333%;
    padding-right: 8px;
    padding-left: 8px;
    float: right;
  }
}

.o-delivery .delivery-heading .a-paragraph .a-link {
  border-bottom: 1px solid;
  border-color: inherit;
}

@media (min-width: 1025px) {
  .o-delivery .delivery-heading .a-paragraph .a-link:hover {
    border-bottom: 1px solid #29BAAF;
  }
}

.o-delivery .delivery-heading .a-heading-2 {
  padding-bottom: 10px;
}

@media (min-width: 1025px) {
  .o-delivery .delivery-heading .a-heading-2 {
    width: 46.66667%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.o-delivery .m-radio-button-selector::after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.o-delivery .delivery-option {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .o-delivery .delivery-option {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
    display: inline-block;
  }
  .o-delivery .delivery-option:nth-child(odd) {
    float: left;
  }
}

@media (min-width: 1025px) {
  .o-delivery .delivery-option {
    width: 53.33333%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .o-delivery .delivery-option:nth-child(odd) {
    width: 46.66667%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.o-delivery .delivery-option .a-paragraph {
  font-size: 14px;
  line-height: 20px;
  width: calc(100% - 38px);
}

.o-delivery .delivery-option .a-paragraph.hazmat-text {
  display: none;
}

.o-delivery .delivery-option .a-paragraph.not-available-text {
  display: none;
}

.o-delivery .delivery-option .hazmat-image,
.o-delivery .delivery-option .warning-image {
  display: none;
}

.o-delivery .delivery-option .label-text {
  position: relative;
}

.o-delivery .delivery-option.has-warning .warning-image {
  display: block;
  position: absolute;
  width: 22px;
  top: 3px;
  right: 0;
}

.o-delivery .delivery-option.flammable .hazmat-image {
  display: block;
  position: absolute;
  height: 24px;
  width: 24px;
  top: 2px;
  right: 0;
}

.o-delivery .delivery-option.flammable .a-radio-button:checked ~ .label-text .hazmat-text {
  color: #29BAAF;
  font-size: 12px;
  line-height: 17px;
  width: 100%;
  margin-top: 20px;
  display: block;
}

@media (min-width: 1025px) {
  .o-delivery .delivery-option.flammable .a-radio-button:checked ~ .label-text .hazmat-text {
    width: calc(100% - 38px);
  }
}

.o-delivery .delivery-option.flammable .a-radio-button:checked ~ .label-text .hazmat-text .a-link {
  font-size: 12px;
  line-height: 17px;
}

.o-delivery .delivery-option.flammable.has-warning .a-paragraph {
  width: calc(100% - 62px);
}

.o-delivery .delivery-option.flammable.has-warning .warning-image {
  right: 32px;
}

.o-delivery .delivery-option.not-available .option {
  color: #A6A6A6;
}

.o-delivery .delivery-option.not-available .not-available-text {
  display: block;
}

.o-delivery .m-radio-button p:nth-child(2),
.o-delivery .m-radio-button p:nth-child(3) {
  color: #A6A6A6;
  display: inline-block;
  width: auto;
}

.o-delivery .m-radio-button p:nth-child(2):before,
.o-delivery .m-radio-button p:nth-child(3):before {
  content: "(";
}

.o-delivery .m-radio-button p:nth-child(2):after,
.o-delivery .m-radio-button p:nth-child(3):after {
  content: ",";
}

.o-delivery .m-radio-button p:nth-child(3):after {
  content: ")";
}

.o-delivery .m-radio-button p:nth-child(3):before {
  content: "\00a0";
}

.o-delivery .selector-content .content-wrapper {
  opacity: 0;
  display: none;
}

.o-delivery .selector-content .content-wrapper.show {
  opacity: 1;
  display: block;
}

.o-delivery .delivery-notification {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  display: none;
}

@media (min-width: 768px) {
  .o-delivery .delivery-notification {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1025px) {
  .o-delivery .delivery-notification {
    width: 53.33333%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.o-delivery .delivery-notification .a-heading-3,
.o-delivery .delivery-notification .m-checkbox {
  font-size: 14px;
  line-height: 20px;
}

.o-delivery .delivery-notification .a-heading-3 {
  padding: 55px 0 35px;
}

.o-delivery.has-selected-delivery-option .delivery-notification {
  display: block;
}

.o-filter-example .o-filter {
  display: inline-block;
}

.o-filter-example .code {
  float: left;
}

@media (min-width: 1025px) {
  .o-filter {
    display: inline-block;
    margin-right: 30px;
  }
}

.o-filter:last-child .m-dropdown {
  border-bottom: none;
}

.o-filter .m-dropdown .error-message {
  color: #29BAAF;
  font-size: 12px;
  line-height: 17px;
}

.o-filter .m-dropdown .a-icon-arrow-down-small {
  right: -8px;
}

.o-filter .m-dropdown .a-label.placeholder {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Neue-Haas-Grotesk-Roman',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  padding-right: 33px;
}

.o-filter .m-dropdown.is-open .a-label.placeholder {
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
}

@media (min-width: 1025px) {
  .o-filter .m-dropdown.is-open .a-label.placeholder {
    font-family: 'Neue-Haas-Grotesk-Roman',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
    font-weight: normal;
  }
}

.o-filter .m-dropdown.is-open ul.options {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

@media (min-width: 1025px) {
  .o-filter .m-dropdown.is-open ul.options {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
  }
}

.o-filter .m-dropdown.has-value .a-label.placeholder {
  color: #29BAAF;
}

@media (min-width: 1025px) {
  .o-filter .m-dropdown.has-value .a-icon-arrow-down-small {
    color: #29BAAF;
  }
}

.o-filter .m-dropdown.has-value .value-label {
  margin-left: 5px;
}

@media (min-width: 1025px) {
  .o-filter .m-dropdown.has-value .value-label {
    display: none;
  }
}

.o-filter .m-checkbox {
  margin: 8px 0;
}

[class^="a-"],
[class^="m-"],
[class^="o-"] {
  /* font families */
  /* text transforms */
  /* letter spacing */
}

[class^="a-"] .q-peta,
[class^="m-"] .q-peta,
[class^="o-"] .q-peta {
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 64px;
  line-height: 64px;
}

@media (min-width: 768px) {
  [class^="a-"] .q-peta,
  [class^="m-"] .q-peta,
  [class^="o-"] .q-peta {
    font-size: 96px;
    line-height: 96px;
  }
}

@media (min-width: 1025px) {
  [class^="a-"] .q-peta,
  [class^="m-"] .q-peta,
  [class^="o-"] .q-peta {
    font-size: 120px;
    line-height: 120px;
  }
}

[class^="a-"] .q-giga,
[class^="m-"] .q-giga,
[class^="o-"] .q-giga {
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  [class^="a-"] .q-giga,
  [class^="m-"] .q-giga,
  [class^="o-"] .q-giga {
    font-size: 64px;
    line-height: 64px;
  }
}

@media (min-width: 1025px) {
  [class^="a-"] .q-giga,
  [class^="m-"] .q-giga,
  [class^="o-"] .q-giga {
    font-size: 96px;
    line-height: 96px;
  }
}

[class^="a-"] .q-mega,
[class^="m-"] .q-mega,
[class^="o-"] .q-mega {
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 28px;
  line-height: 32px;
}

@media (min-width: 768px) {
  [class^="a-"] .q-mega,
  [class^="m-"] .q-mega,
  [class^="o-"] .q-mega {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (min-width: 1025px) {
  [class^="a-"] .q-mega,
  [class^="m-"] .q-mega,
  [class^="o-"] .q-mega {
    font-size: 64px;
    line-height: 64px;
  }
}

[class^="a-"] .q-alpha,
[class^="m-"] .q-alpha,
[class^="o-"] .q-alpha {
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  [class^="a-"] .q-alpha,
  [class^="m-"] .q-alpha,
  [class^="o-"] .q-alpha {
    font-size: 28px;
    line-height: 33px;
  }
}

@media (min-width: 1025px) {
  [class^="a-"] .q-alpha,
  [class^="m-"] .q-alpha,
  [class^="o-"] .q-alpha {
    font-size: 36px;
    line-height: 41px;
  }
}

[class^="a-"] .q-alpha2,
[class^="m-"] .q-alpha2,
[class^="o-"] .q-alpha2 {
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  [class^="a-"] .q-alpha2,
  [class^="m-"] .q-alpha2,
  [class^="o-"] .q-alpha2 {
    font-size: 28px;
    line-height: 33px;
  }
}

@media (min-width: 1025px) {
  [class^="a-"] .q-alpha2,
  [class^="m-"] .q-alpha2,
  [class^="o-"] .q-alpha2 {
    font-size: 28px;
    line-height: 33px;
  }
}

[class^="a-"] .q-beta,
[class^="m-"] .q-beta,
[class^="o-"] .q-beta {
  font-size: 20px;
  line-height: 28px;
}

[class^="a-"] .q-gamma,
[class^="m-"] .q-gamma,
[class^="o-"] .q-gamma {
  font-size: 18px;
  line-height: 25px;
}

[class^="a-"] .q-delta,
[class^="m-"] .q-delta,
[class^="o-"] .q-delta {
  font-size: 15px;
  line-height: 21px;
}

[class^="a-"] .q-epsilon,
[class^="m-"] .q-epsilon,
[class^="o-"] .q-epsilon {
  font-size: 14px;
  line-height: 20px;
}

[class^="a-"] .q-zeta,
[class^="m-"] .q-zeta,
[class^="o-"] .q-zeta {
  font-size: 12px;
  line-height: 17px;
}

[class^="a-"] .q-font-bold,
[class^="m-"] .q-font-bold,
[class^="o-"] .q-font-bold {
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
}

[class^="a-"] .q-font-medium,
[class^="m-"] .q-font-medium,
[class^="o-"] .q-font-medium {
  font-family: 'Neue-Haas-Grotesk-Medium',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
}

[class^="a-"] .q-font-italic,
[class^="m-"] .q-font-italic,
[class^="o-"] .q-font-italic {
  font-family: 'Neue-Haas-Grotesk-Italic',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
}

[class^="a-"] .q-font-regular,
[class^="m-"] .q-font-regular,
[class^="o-"] .q-font-regular {
  font-family: 'Neue-Haas-Grotesk-Roman',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
}

[class^="a-"] .q-uppercase,
[class^="m-"] .q-uppercase,
[class^="o-"] .q-uppercase {
  text-transform: uppercase;
}

[class^="a-"] .q-lowercase,
[class^="m-"] .q-lowercase,
[class^="o-"] .q-lowercase {
  text-transform: lowercase;
}

[class^="a-"] .q-tracking-0,
[class^="m-"] .q-tracking-0,
[class^="o-"] .q-tracking-0 {
  letter-spacing: 0;
}

[class^="a-"] .q-tracking-05,
[class^="m-"] .q-tracking-05,
[class^="o-"] .q-tracking-05 {
  letter-spacing: 0.5px;
}

[class^="a-"] .q-tracking-1,
[class^="m-"] .q-tracking-1,
[class^="o-"] .q-tracking-1 {
  letter-spacing: 1px;
}

[class^="a-"] .q-tracking-2,
[class^="m-"] .q-tracking-2,
[class^="o-"] .q-tracking-2 {
  letter-spacing: 2px;
}

[class^="a-"] .q-tracking-3,
[class^="m-"] .q-tracking-3,
[class^="o-"] .q-tracking-3 {
  letter-spacing: 3px;
}

[class^="a-"] .q-tracking-4,
[class^="m-"] .q-tracking-4,
[class^="o-"] .q-tracking-4 {
  letter-spacing: 4px;
}

[class^="a-"] .q-tracking-5,
[class^="m-"] .q-tracking-5,
[class^="o-"] .q-tracking-5 {
  letter-spacing: 5px;
}

.o-footer {
  background-color: rgba(0,
0,
0,
0.05);
  padding-top: 34px;
  padding-bottom: 52px;
}

@media (min-width: 768px) {
  .o-footer {
    padding-bottom: 38px;
  }
}

@media (min-width: 1025px) {
  .o-footer {
    padding-bottom: 76px;
  }
}

.o-footer .o-footer-menu {
  padding-top: 58px;
  padding-bottom: 46px;
}

@media (min-width: 768px) {
  .o-footer .o-footer-menu {
    padding-bottom: 40px;
  }
}

@media (min-width: 1025px) {
  .o-footer .o-footer-menu {
    padding-top: 77px;
    padding-bottom: 10px;
  }
}

.o-footer .a-button.is-outlined {
  width: 280px;
}

@media (min-width: 768px) {
  .o-footer .a-button.is-outlined {
    width: 184px;
  }
}

.o-footer .m-text-button {
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
}

.o-footer .m-text-button h3 {
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  font-weight: normal;
}

.o-footer .o-menu-list {
  padding-bottom: 38px;
  text-align: center;
}

@media (min-width: 768px) {
  .o-footer .o-menu-list {
    text-align: left;
  }
}

.o-footer .o-menu-list .a-heading-2 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
}

@media (min-width: 1025px) {
  .o-footer .o-menu-list .a-heading-2 {
    margin-bottom: 4px;
  }
}

.o-footer .o-menu-list .a-link {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Neue-Haas-Grotesk-Roman',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  color: black;
  border: none;
  display: inline-block;
  margin: 8px 0;
}

@media (min-width: 1025px) {
  .o-footer .o-menu-list .a-link {
    margin: 4px 0;
  }
  .o-footer .o-menu-list .a-link:hover {
    color: #29BAAF;
  }
  .o-footer .o-menu-list .a-link:active {
    color: #29BAAF;
  }
}

.o-footer .o-social-media.with-title .a-heading-2 {
  margin-bottom: 12px;
}

.o-footer.is-checkout {
  display: none;
}

.o-footer .brand-info {
  font-size: 12px;
  line-height: 17px;
  margin: 0 auto;
  max-width: 716px;
}

.o-forgot-password {
  padding-top: 54px;
  padding-bottom: 65px;
}

.o-forgot-password::after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

@media (min-width: 768px) {
  .o-forgot-password {
    padding-top: 48px;
    padding-bottom: 140px;
  }
}

@media (min-width: 1025px) {
  .o-forgot-password {
    padding-top: 32px;
  }
}

.o-forgot-password .forgot-password-form {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  .o-forgot-password .forgot-password-form {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
    margin: 18px auto 0;
    display: block;
  }
}

@media (min-width: 1025px) {
  .o-forgot-password .forgot-password-form {
    width: 33.33333%;
    padding-right: 8px;
    padding-left: 8px;
    margin: 22px auto 0;
  }
}

.o-forgot-password .forgot-password-form .o-form {
  margin-bottom: 35px;
  margin-top: 0;
}

@media (min-width: 768px) {
  .o-forgot-password .forgot-password-form .o-form {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .o-forgot-password .forgot-password-form .o-form {
    margin-bottom: 0;
  }
}

.o-forgot-password .forgot-password-form .o-form .a-label {
  font-size: 14px;
  line-height: 20px;
}

.o-forgot-password .forgot-password-form .o-form .a-heading-2 {
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 25px;
}

.o-forgot-password .forgot-password-form .o-form .m-input {
  margin-top: 35px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .o-forgot-password .forgot-password-form .o-form .m-input {
    margin-top: 50px;
    margin-bottom: 64px;
  }
}

.o-forgot-password .forgot-password-form .o-form .a-button.is-primary {
  padding: 16px 10px 13px 10px;
}

.o-forgot-password .forgot-password-form .o-form .a-button.is-secondary {
  display: none;
}

.o-forgot-password .forgot-password-image {
  display: none;
}

.o-forgot-password-confirmation {
  padding-top: 54px;
  padding-bottom: 95px;
}

.o-forgot-password-confirmation::after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

@media (min-width: 768px) {
  .o-forgot-password-confirmation {
    padding-top: 48px;
    padding-bottom: 135px;
  }
}

@media (min-width: 1025px) {
  .o-forgot-password-confirmation {
    padding-top: 32px;
  }
}

.o-forgot-password-confirmation .confirmation-text-block {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
}

@media (min-width: 768px) {
  .o-forgot-password-confirmation .confirmation-text-block {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
    margin: 72px auto 0;
    display: block;
  }
}

@media (min-width: 1025px) {
  .o-forgot-password-confirmation .confirmation-text-block {
    width: 33.33333%;
    padding-right: 8px;
    padding-left: 8px;
    margin: 150px auto 0;
  }
}

.o-forgot-password-confirmation .confirmation-text-block .a-paragraph {
  font-size: 14px;
  line-height: 20px;
}

.o-forgot-password-confirmation .confirmation-text-block .remember-password-link {
  display: none;
}

.o-forgot-password-confirmation .confirmation-image-block {
  display: none;
}

.form-example .o-form .checkbox-input {
  margin-bottom: 33px;
}

.o-form .btn-reset-form {
  transition: opacity 0.5s ease 0.2s,
height 0.5s ease;
  height: 0;
  line-height: 60px;
  padding: 0;
  opacity: 0;
  border-top: none;
}

.o-form.is-touched .btn-close-form {
  display: none;
}

.o-form.is-touched .btn-reset-form {
  height: 60px;
  opacity: 1;
}

.o-form.o-change-password .input-wrapper .m-input:last-child {
  margin-bottom: 45px;
}

.o-form .m-error.js-m-error {
  display: none;
}

.o-grid-controller {
  padding: 32px 0;
}

@media (min-width: 768px) {
  .o-grid-controller {
    padding: 56px 0;
  }
}

@media (min-width: 1025px) {
  .o-grid-controller {
    padding: 72px 0;
  }
}

.o-grid-controller img {
  width: 100%;
  max-width: 100%;
}

.o-grid-controller .o-product,
.o-grid-controller .m-free-tile {
  width: 100%;
}

.o-grid-controller .o-product {
  padding-bottom: 0;
}

.o-grid-controller .two-cols {
  display: block;
  width: 100%;
}

@media (min-width: 1025px) {
  .o-grid-controller .two-cols {
    float: left;
    padding-top: 35%;
  }
}

.o-grid-controller .one-col {
  padding-bottom: 16px;
}

@media (min-width: 768px) {
  .o-grid-controller .one-col {
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .o-grid-controller.one-two > div {
    float: none;
  }
}

@media (min-width: 1025px) {
  .o-grid-controller.one-two > div {
    float: left;
  }
}

.o-grid-controller.one-two .one-col {
  padding-bottom: 32px;
}

@media (min-width: 1025px) {
  .o-grid-controller.one-two .one-col {
    padding-bottom: 0;
  }
}

@media (min-width: 1025px) {
  .o-grid-controller.desktop-align-right > div:nth-of-type(1) {
    float: right;
  }
}

@media (min-width: 1025px) {
  .o-grid-controller.desktop-align-right > div:nth-of-type(2) {
    float: left;
  }
}

.o-grid-controller.one-one-one .one-col {
  padding-bottom: 32px;
}

.o-grid-controller.one-one-one .one-col > div {
  float: none;
  margin: 0 auto;
  text-align: center;
}

.o-grid-controller.one-one-one .three-cols > div {
  padding-bottom: 16px;
}

.o-grid-controller.one-one-one .three-cols > div:last-child {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .o-grid-controller.one-one-one .three-cols > div {
    padding-bottom: 0;
  }
}

.o-grid-controller.one-one-one .m-teaser .a-heading-1 {
  margin: 0 0 10px 0;
}

@media (min-width: 768px) {
  .o-grid-controller.one-one-one .m-teaser .a-heading-1 {
    margin: 10px 0 27px 0;
  }
}

@media (min-width: 1025px) {
  .o-grid-controller.one-one-one .m-teaser .a-heading-1 {
    margin: 0 0 29px 0;
  }
}

.o-grid-controller.one-one-one .m-teaser .a-label {
  font-family: 'Neue-Haas-Grotesk-Medium',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  display: block;
  padding-bottom: 22px;
}

.o-grid-controller.four-cols .two-cols {
  padding: 0;
}

.o-grid-controller.four-cols .o-product {
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .o-grid-controller.four-cols.align-left > div:nth-of-type(1) {
    float: right;
  }
}

.example.o-header-example.with-bg .js-mixin {
  background-color: black;
}

.example.o-header-example.with-light-bg .js-mixin {
  background-color: #29BAAF;
}

.example.o-header-example .o-header {
  position: relative;
}

.example.o-header-example .o-header .m-cart-addition {
  display: none;
}

.o-header {
  z-index: 20;
  background-color: white;
  color: black;
  transition: background-color 0.25s ease;
  position: fixed;
  width: 100%;
  top: 0;
  padding: 12px 0;
}

.o-header svg g {
  fill: black;
}

@media (min-width: 768px) {
  .o-header {
    padding: 24px 0;
  }
}

@media (min-width: 1025px) {
  .o-header {
    padding: 0;
  }
}

@media (min-width: 1025px) {
  .o-header .navigation-link,
  .o-header .menu-link {
    font-size: 15px;
    line-height: 21px;
    position: relative;
    float: left;
    top: 21px;
    display: none;
    cursor: pointer;
    margin-right: 30px;
  }
}

@media (min-width: 1025px) {
  .o-header:not(.no-hover) .menu-link:hover {
    color: #29BAAF;
  }
}

@media (min-width: 1025px) {
  .o-header:not(.no-hover) {
    display: inline-block;
  }
}

.o-header .o-main-menu {
  z-index: 2;
}

@media (min-width: 1025px) {
  .o-header .o-main-menu {
    z-index: 0;
    position: relative;
    float: left;
  }
}

.o-header .right-section {
  z-index: 1;
  padding-right: 4px;
  position: absolute;
  right: 0;
}

@media (min-width: 768px) {
  .o-header .right-section {
    padding-right: 8px;
  }
}

.o-header .right-section .a-icon-search {
  display: none;
}

@media (min-width: 768px) {
  .o-header .right-section .a-icon-search {
    display: inline-block;
  }
}

.o-header .right-section .navigation-link {
  display: none;
}

@media (min-width: 1025px) {
  .o-header .right-section .navigation-link {
    display: inline-block;
  }
}

.o-header .right-section .a-icon-search.search-input-is-visible {
  color: #A6A6A6;
}

.o-header .right-section .a-icon-search,
.o-header .right-section .navigation-link,
.o-header .right-section .m-bag {
  margin-right: 0;
  margin-left: 21px;
}

.o-header .a-weekday-logo {
  z-index: 1;
  display: inline-block;
  position: absolute;
  height: 20px;
  padding: 6px 0;
}

.o-header .a-weekday-logo svg {
  width: 105px;
  height: 21px;
}

@media (min-width: 768px) {
  .o-header .a-weekday-logo svg {
    width: 162px;
    height: 32px;
  }
}

@media (min-width: 768px) {
  .o-header .a-weekday-logo {
    padding: 0;
    height: auto;
  }
}

@media (min-width: 1025px) {
  .o-header .a-weekday-logo {
    padding: 16px 0;
  }
}

.o-header .a-icon-menu {
  padding-left: 4px;
}

@media (min-width: 768px) {
  .o-header .a-icon-menu {
    padding-left: 8px;
  }
}

@media (min-width: 1025px) {
  .o-header .a-icon-menu {
    display: none;
  }
}

@media (min-width: 1025px) {
  .o-header .top-section {
    height: 110px;
  }
}

.o-header [class^="a-icon"] {
  position: relative;
  cursor: pointer;
  float: left;
}

@media (min-width: 1025px) {
  .o-header [class^="a-icon"] {
    top: 16px;
  }
}

@media (min-width: 1025px) {
  .o-header .m-bag {
    top: 14px;
  }
  .o-header .m-bag [class^="a-icon"] {
    top: 0;
  }
}

.o-header .navigation-section {
  position: relative;
  height: 32px;
}

@media (min-width: 1025px) {
  .o-header .navigation-section {
    height: 64px;
  }
}

.o-header .country-section {
  padding-right: 4px;
  overflow: hidden;
  display: none;
  height: 46px;
}

@media (min-width: 768px) {
  .o-header .country-section {
    padding-right: 8px;
  }
}

@media (min-width: 1025px) {
  .o-header .country-section {
    display: block;
  }
}

.o-header .country-section .a-link {
  font-size: 12px;
  line-height: 17px;
  position: relative;
  top: 26px;
  float: right;
}

.o-header .country-section .a-link.store-finder {
  margin-right: 32px;
}

.o-header .back-button {
  display: none;
}

@media (min-width: 1025px) {
  .o-header.is-checkout {
    padding-top: 24px;
    padding-bottom: 9px;
  }
}

.o-header.is-checkout .back-button {
  display: none;
}

@media (min-width: 768px) {
  .o-header.is-checkout .back-button {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Neue-Haas-Grotesk-Roman',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
    font-weight: normal;
    margin-left: 8px;
    display: inline-block;
    text-transform: none;
    position: relative;
    top: 6px;
  }
}

@media (min-width: 1025px) {
  .o-header.is-checkout .back-button {
    position: static;
    top: 0;
  }
}

@media (min-width: 768px) {
  .o-header.is-checkout .cart-addition-section,
  .o-header.is-checkout .minicart-section,
  .o-header.is-checkout .country-section,
  .o-header.is-checkout .open-main-menu,
  .o-header.is-checkout .o-main-menu,
  .o-header.is-checkout .right-section {
    display: none;
  }
}

@media (min-width: 1025px) {
  .o-header.is-checkout .navigation-section {
    height: 77px;
  }
}

@media (min-width: 1025px) {
  .o-header.is-checkout .a-weekday-logo {
    padding-top: 37px;
  }
}

.o-header .cart-addition-section {
  position: relative;
}

.o-header .cart-addition-section .m-cart-addition {
  z-index: 2;
  padding-left: 8px;
  padding-right: 8px;
  transform: translateY(-100%);
  transition: transform 0.4s ease;
  position: absolute;
  width: 100%;
  left: 0;
  top: -12px;
}

@media (min-width: 768px) {
  .o-header .cart-addition-section .m-cart-addition {
    top: -24px;
    padding-left: 40px;
    padding-right: 40px;
    left: auto;
    right: -30px;
    width: 400px;
  }
}

@media (min-width: 1025px) {
  .o-header .cart-addition-section .m-cart-addition {
    width: 29.16667%;
    padding-right: 40px;
    padding-left: 40px;
    top: -74px;
  }
}

.o-header .minicart-section {
  position: relative;
}

.o-header.has-background {
  background-color: transparent;
  color: white;
}

.o-header.has-background svg g {
  fill: white;
}

.o-header.has-background.has-dark-text,
.o-header.has-background.is-sticky,
.o-header.has-background.search-is-opened,
.o-header.has-background:hover:not(.no-hover) {
  color: black;
}

.o-header.has-background.has-dark-text svg g,
.o-header.has-background.is-sticky svg g,
.o-header.has-background.search-is-opened svg g,
.o-header.has-background:hover:not(.no-hover) svg g {
  fill: black;
}

@media (min-width: 1025px) {
  .o-header.has-background.is-open {
    color: black;
  }
  .o-header.has-background.is-open svg g {
    fill: black;
  }
}

.o-header.has-background .o-main-menu:not(.is-closed-mobile),
.o-header.has-background .m-cart-addition {
  background-color: white;
  color: black;
}

.o-header.has-background .o-main-menu:not(.is-closed-mobile) svg g,
.o-header.has-background .m-cart-addition svg g {
  fill: black;
}

.o-header.has-background:hover:not(.no-hover) {
  color: white;
}

.o-header.has-background:hover:not(.no-hover) svg g {
  fill: white;
}

@media (min-width: 1025px) {
  .o-header.has-background:hover:not(.no-hover) {
    background-color: white;
    color: black;
  }
  .o-header.has-background:hover:not(.no-hover) svg g {
    fill: black;
  }
}

.o-header.has-background:hover:not(.no-hover).search-is-opened,
.o-header.has-background:hover:not(.no-hover).is-sticky {
  background-color: white;
  color: black;
}

.o-header.has-background:hover:not(.no-hover).search-is-opened svg g,
.o-header.has-background:hover:not(.no-hover).is-sticky svg g {
  fill: black;
}

@media (min-width: 1025px) {
  .o-header.has-background:hover:not(.no-hover).is-open {
    background-color: white;
    color: black;
  }
  .o-header.has-background:hover:not(.no-hover).is-open svg g {
    fill: black;
  }
}

.o-header.has-background.has-dark-text:hover:not(.no-hover) {
  color: black;
}

.o-header.has-background.has-dark-text:hover:not(.no-hover) svg g {
  fill: black;
}

.o-header.is-sticky {
  background-color: white;
  color: black;
}

.o-header.is-sticky svg g {
  fill: black;
}

@media (min-width: 1025px) {
  .o-header.is-open {
    background-color: white;
    color: black;
    padding-bottom: 0;
  }
  .o-header.is-open svg g {
    fill: black;
  }
  .o-header.is-open .o-search.is-disabled {
    display: none;
  }
}

.o-header.search-is-opened {
  background-color: white;
  color: black;
  padding-bottom: 0;
}

.o-header.search-is-opened svg g {
  fill: black;
}

.o-header.has-new-cart-item .m-cart-addition {
  transform: none;
  top: 0;
}

.o-header.has-new-cart-item.is-sticky .m-cart-addition {
  top: 46px;
}

.o-hero {
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .o-hero {
    margin-bottom: 30px;
  }
}

.o-hero .a-picture img {
  width: 100%;
  vertical-align: middle;
}

.o-hero .a-picture + .m-teaser {
  position: absolute;
}

.o-hero .m-teaser {
  padding: 30px 8.33333%;
}

@media (min-width: 1025px) {
  .o-hero .m-teaser {
    padding: 30px 4.16667%;
  }
}

.o-hero .hover-background,
.o-hero .default-background {
  position: absolute;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 1;
  transition: opacity 0.2s;
}

.o-hero .hover-background {
  opacity: 0;
}

.o-hero .m-teaser {
  width: 100%;
  text-align: center;
}

.o-hero .m-teaser.no-left-padding {
  padding-left: 0;
  text-align: left;
}

.o-hero .m-teaser.mobile-top {
  top: 18%;
}

.o-hero .m-teaser.mobile-middle {
  top: calc(50% - 55px);
}

.o-hero .m-teaser.mobile-bottom {
  bottom: 19%;
}

@media (min-width: 768px) {
  .o-hero .m-teaser.tablet-left {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .o-hero .m-teaser.tablet-center {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .o-hero .m-teaser.tablet-right {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .o-hero .m-teaser.tablet-top {
    bottom: auto;
    top: 21%;
  }
}

@media (min-width: 768px) {
  .o-hero .m-teaser.tablet-middle {
    bottom: auto;
    top: calc(50% - 67px);
  }
}

@media (min-width: 768px) {
  .o-hero .m-teaser.tablet-bottom {
    top: auto;
    bottom: 20.6%;
  }
}

@media (min-width: 1025px) {
  .o-hero .m-teaser.desktop-left {
    text-align: left;
  }
}

@media (min-width: 1025px) {
  .o-hero .m-teaser.desktop-center {
    text-align: center;
  }
}

@media (min-width: 1025px) {
  .o-hero .m-teaser.desktop-right {
    text-align: right;
  }
}

@media (min-width: 1025px) {
  .o-hero .m-teaser.desktop-top {
    bottom: auto;
    top: 18%;
  }
}

@media (min-width: 1025px) {
  .o-hero .m-teaser.desktop-middle {
    bottom: auto;
    top: calc(50% - 86px);
  }
}

@media (min-width: 1025px) {
  .o-hero .m-teaser.desktop-bottom {
    top: auto;
    bottom: 14%;
  }
}

.o-hero .m-teaser .a-heading-1,
.o-hero .m-teaser .a-heading-2 {
  margin: 0;
}

.o-hero .m-teaser .a-heading-1 + .a-label,
.o-hero .m-teaser .a-heading-2 + .a-label {
  margin-top: 6px;
}

@media (min-width: 768px) {
  .o-hero .m-teaser .a-heading-1 + .a-label,
  .o-hero .m-teaser .a-heading-2 + .a-label {
    margin-top: 14px;
  }
}

@media (min-width: 1025px) {
  .o-hero .m-teaser .a-heading-1 + .a-label,
  .o-hero .m-teaser .a-heading-2 + .a-label {
    margin-top: 21px;
  }
}

.o-hero .m-teaser .a-heading-1 + .a-button,
.o-hero .m-teaser .a-heading-2 + .a-button {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .o-hero .m-teaser .a-heading-1 + .a-button,
  .o-hero .m-teaser .a-heading-2 + .a-button {
    margin-top: 25px;
  }
}

.o-hero .m-teaser .a-heading-1 .a-link,
.o-hero .m-teaser .a-heading-1 span,
.o-hero .m-teaser .a-heading-2 .a-link,
.o-hero .m-teaser .a-heading-2 span {
  font-size: inherit;
  line-height: inherit;
}

.o-hero .m-teaser .a-heading-1 + .m-double-button,
.o-hero .m-teaser .a-heading-2 + .m-double-button {
  margin: 9px 0 0 0;
}

@media (min-width: 768px) {
  .o-hero .m-teaser .a-heading-1 + .m-double-button,
  .o-hero .m-teaser .a-heading-2 + .m-double-button {
    margin: 16px 0 0;
  }
}

.o-hero .m-teaser .a-label {
  font-family: 'Neue-Haas-Grotesk-Medium',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  display: block;
}

.o-hero .m-teaser .a-label + .a-heading-1,
.o-hero .m-teaser .a-label + .a-heading-2 {
  margin-top: 15px;
}

.o-hero .m-teaser .a-button {
  margin-top: 11px;
}

@media (min-width: 768px) {
  .o-hero .m-teaser .a-button {
    margin-top: 22px;
  }
}

@media (min-width: 1025px) {
  .o-hero .m-teaser .a-button {
    margin-top: 28px;
  }
}

.o-hero .m-teaser .m-double-button {
  margin: 11px 0 0 0;
}

.o-hero .m-teaser .m-double-button .a-button {
  margin: 0;
}

@media (min-width: 768px) {
  .o-hero .m-teaser .m-double-button {
    margin: 31px 0 0;
    height: 24px;
  }
}

@media (min-width: 1025px) {
  .o-hero .m-teaser .m-double-button {
    margin: 26px 0 0;
    height: 48px;
  }
}

.o-hero .m-teaser .m-double-button.is-transparent .a-button:first-child {
  padding-left: 0;
}

.o-hero.no-image .m-teaser .a-heading-1 + .a-label,
.o-hero.no-image .m-teaser .a-heading-2 + .a-label {
  margin-top: 16px;
}

@media (min-width: 768px) {
  .o-hero.no-image .m-teaser .a-heading-1 + .a-label,
  .o-hero.no-image .m-teaser .a-heading-2 + .a-label {
    margin-top: 22px;
  }
}

@media (min-width: 1025px) {
  .o-hero.no-image .m-teaser .a-heading-1 + .a-label,
  .o-hero.no-image .m-teaser .a-heading-2 + .a-label {
    margin-top: 21px;
  }
}

.o-slider.o-hero-slider .swiper-arrow {
  visibility: hidden;
  opacity: 0.4;
  color: transparent;
  width: 8.33333%;
  height: calc(100% - 30px);
  transform: none;
  top: calc(50% - 15px);
}

@media (min-width: 768px) {
  .o-slider.o-hero-slider .swiper-arrow {
    width: 8.33333%;
  }
}

@media (min-width: 1025px) {
  .o-slider.o-hero-slider .swiper-arrow {
    width: 4.16667%;
  }
}

.o-slider.o-hero-slider .swiper-arrow:before {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  font-size: 78px;
}

.o-slider.o-hero-slider .swiper-arrow.swiper-next:before {
  content: "\e906";
}

.o-slider.o-hero-slider .swiper-arrow.swiper-next:hover {
  color: #A6A6A6;
}

.o-slider.o-hero-slider .swiper-arrow.swiper-next:hover {
  opacity: 1;
  color: inherit;
}

.o-slider.o-hero-slider .swiper-arrow.swiper-prev {
  transform: translateY(-50%);
}

.o-slider.o-hero-slider .swiper-arrow.swiper-prev:before {
  content: "\e902";
}

.o-slider.o-hero-slider .swiper-arrow.swiper-prev:hover {
  color: #A6A6A6;
}

.o-slider.o-hero-slider .swiper-arrow.swiper-prev:hover {
  opacity: 1;
  color: inherit;
}

.o-slider.o-hero-slider .o-hero {
  width: 100%;
}

.o-slider.o-hero-slider .slider {
  padding-top: 0;
}

.o-slider.o-hero-slider .slider .swiper-pagination.swiper-pagination-bullets {
  top: auto;
  bottom: 5%;
}

@media (min-width: 1025px) {
  .o-slider.o-hero-slider .slider .swiper-pagination.swiper-pagination-bullets {
    bottom: 6%;
  }
}

.o-slider.o-hero-slider .slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-right: 8px;
  width: 8px;
  height: 8px;
}

@media (min-width: 768px) {
  .o-slider.o-hero-slider .slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-right: 10px;
    width: 10px;
    height: 10px;
  }
}

@media (min-width: 1025px) {
  .o-slider.o-hero-slider .slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-right: 6px;
    width: 6px;
    height: 6px;
  }
}

.o-slider.o-hero-slider .slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(n+9) {
  display: none;
}

.o-slider.o-hero-slider .swiper-slide {
  padding: 0;
  border: 1px solid white;
}

.no-touchevents .o-slider.o-hero-slider:hover .swiper-arrow {
  visibility: visible;
  color: inherit;
}

.o-home-delivery {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  padding-top: 50px;
}

@media (min-width: 768px) {
  .o-home-delivery {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 65px;
  }
}

@media (min-width: 1025px) {
  .o-home-delivery {
    width: 53.33333%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.o-home-delivery .a-heading-2 {
  padding-bottom: 14px;
}

.o-home-delivery .m-radio-button {
  font-size: 14px;
  line-height: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.o-home-delivery .m-radio-button .a-paragraph {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}

.o-home-delivery .m-radio-button .a-paragraph span {
  display: block;
}

.o-home-delivery .m-radio-button .a-link {
  display: none;
}

.o-home-delivery .not-availible .m-radio-button {
  color: #A6A6A6;
  padding-bottom: 0;
}

.o-home-delivery .not-availible .read-more {
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-left: 0;
  padding-bottom: 15px;
  color: #29BAAF;
  font-size: 11px;
}

.o-home-delivery .not-availible .read-more .a-link {
  font-size: inherit;
}

.o-home-delivery .o-address-box-add {
  margin-bottom: 0;
}

.o-home-delivery .o-address-box-add .o-address-box-edit {
  margin-top: 10px;
  margin-bottom: 0;
}

.o-home-delivery .o-address-box-add .o-address-box-edit .m-checkbox {
  font-size: 14px;
  line-height: 20px;
}

.o-home-delivery .o-address-box-add .js-cancel {
  display: none;
}

.o-home-delivery .delivery-change-address-section {
  display: none;
}

.o-home-delivery .delivery-change-address-section .a-button.is-primary {
  margin-top: 40px;
}

.o-home-delivery .delivery-change-address-section .a-paragraph.delivery-change-text {
  display: none;
}

.o-home-delivery .home-delivery-heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
}

.o-home-delivery .home-delivery-heading .change-address {
  -ms-flex-order: 1;
  order: 1;
}

.o-home-delivery .home-delivery-heading .a-paragraph,
.o-home-delivery .home-delivery-heading .a-link {
  margin-left: 25px;
}

.o-home-delivery .home-delivery-heading .a-paragraph {
  margin-top: 16px;
  margin-bottom: 40px;
}

.o-home-delivery .home-delivery-heading .a-paragraph span {
  display: block;
}

.o-home-delivery .home-delivery-heading .a-paragraph.delivery-text {
  display: none;
}

.o-home-delivery .home-delivery-heading .a-paragraph.delivery-text-isNDD {
  -ms-flex-order: -1;
  order: -1;
  margin: 0 0 40px;
}

.o-home-delivery .home-delivery-heading .a-paragraph.delivery-text-isNDD .a-link {
  font-size: 12px;
  line-height: 17px;
  margin: 0;
}

@media (min-width: 1025px) {
  .o-home-delivery .home-delivery-heading .a-paragraph.delivery-text-isNDD .a-link {
    font-size: 14px;
    line-height: 20px;
  }
}

.o-home-delivery .home-delivery-heading .a-link {
  border-bottom: 1px solid;
  border-color: inherit;
}

@media (min-width: 1025px) {
  .o-home-delivery .home-delivery-heading .a-link:hover {
    border-bottom: 1px solid #29BAAF;
  }
}

.o-home-delivery .home-delivery-heading .warning-section {
  display: none;
}

.o-home-delivery .home-delivery-heading .warning-section .a-image {
  position: relative;
  top: 2px;
  width: 22px;
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
}

.o-home-delivery .home-delivery-heading .warning-section .a-paragraph {
  font-size: 10px;
  line-height: 15px;
  display: inline-block;
  margin: 0;
  width: calc(100% - 34px);
}

.o-home-delivery .home-delivery-heading.has-warning .main-address {
  color: #A6A6A6;
  margin-bottom: 16px;
}

.o-home-delivery .home-delivery-heading.has-warning .warning-section {
  display: block;
  margin: 0 0 26px 16px;
}

.o-home-delivery.is-changing-address .delivery-change-address-section {
  display: block;
}

.o-home-delivery.is-changing-address .selected-address .home-delivery-heading .a-heading-2,
.o-home-delivery.is-changing-address .selected-address .home-delivery-heading .delivery-text,
.o-home-delivery.is-changing-address .selected-address .home-delivery-heading .main-address,
.o-home-delivery.is-changing-address .selected-address .home-delivery-heading .change-address,
.o-home-delivery.is-changing-address .selected-address .home-delivery-heading .warning-section {
  display: none;
}

.o-lazy-load {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  position: relative;
}

.o-lazy-load.is-visible {
  visibility: visible;
  height: 366px;
}

@media (min-width: 768px) {
  .o-lazy-load.is-visible {
    height: 466px;
  }
}

@media (min-width: 1025px) {
  .o-lazy-load.is-visible {
    height: 586px;
  }
}

.o-lazy-load .spinner {
  position: relative;
  background: url("/etc/designs/appeaser/weekday/clientlibs/pattern-lib/images/load.svg") no-repeat;
  height: 56px;
  width: 56px;
  margin: 0 auto;
  animation: spin 2s linear infinite;
  top: 130px;
}

@media (min-width: 768px) {
  .o-lazy-load .spinner {
    top: 200px;
  }
}

@media (min-width: 1025px) {
  .o-lazy-load .spinner {
    top: 260px;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.example.lightbox-example-container {
  position: relative;
  height: 500px;
}

.example.lightbox-example-container .a-overlay {
  opacity: 0.8;
  height: 100%;
}

.o-lightbox {
  z-index: 50;
  background-color: white;
  padding: 4px;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  height: 100vh;
  position: fixed;
  overflow-y: auto;
  transform: translateY(2000px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
}

.o-lightbox [class^="a-heading"] {
  padding-top: 0;
}

@media (min-width: 768px) {
  .o-lightbox {
    padding: 0;
    height: auto;
    width: calc(7.2 * 8.33333% - 16px);
    left: 50%;
    top: 50%;
  }
}

@media (min-width: 1025px) {
  .o-lightbox {
    width: calc(9 * 4.16667% - 16px);
  }
}

@media (min-width: 1641px) {
  .o-lightbox {
    width: 599px;
  }
}

.o-lightbox.no-padding {
  padding: 0;
}

.o-lightbox.no-padding .lightbox-content {
  padding: 0;
}

.o-lightbox.is-open {
  transform: translateX(0) translateY(0);
  opacity: 1;
  transition: opacity 0.32s ease 0.22s;
}

@media (min-width: 768px) {
  .o-lightbox.is-open {
    transform: translateX(-50%) translateY(-50%) translateY(-0.5px);
  }
}

.o-lightbox.is-closed {
  transition: opacity 0.27s ease;
  opacity: 0;
}

.o-lightbox .lightbox-content {
  display: none;
  padding: 80px calc(5% - 4px);
}

@media (min-width: 768px) {
  .o-lightbox .lightbox-content {
    padding: 80px calc(12.5% + 2px - 8px);
  }
}

@media (min-width: 1025px) {
  .o-lightbox .lightbox-content {
    padding: 80px calc(10% + 1.6px - 8px);
  }
}

.o-lightbox .lightbox-content:nth-child(0n+2) {
  display: block;
}

.o-lightbox .lightbox-content .m-tablist {
  margin-bottom: 47px;
}

.o-lightbox .lightbox-content .tablist-content .content {
  position: static;
}

.o-lightbox .m-button-icon {
  position: absolute;
  right: 13px;
  top: 13px;
  cursor: pointer;
}

@media (min-width: 1025px) {
  .o-lightbox.is-medium {
    width: calc(14.4 * 4.16667% - 16px);
  }
}

@media (min-width: 1641px) {
  .o-lightbox.is-medium {
    width: 752px;
  }
}

@media (min-width: 768px) {
  .o-lightbox.is-large {
    max-height: calc(100vh - 1.4%);
  }
}

@media (min-width: 1025px) {
  .o-lightbox.is-large {
    width: calc(18 * 4.16667% - 16px);
  }
}

@media (min-width: 1641px) {
  .o-lightbox.is-large {
    width: 1214px;
  }
}

@media (min-width: 1025px) {
  .o-lightbox.is-large .lightbox-content {
    padding: 80px calc(5% + 0.8px - 8px);
  }
}

@media (min-width: 768px) {
  .o-lightbox.is-size-guide {
    width: calc(90% - 16px);
  }
}

@media (min-width: 1025px) {
  .o-lightbox.is-size-guide {
    width: calc(18 * 4.16667% - 16px);
  }
}

@media (min-width: 1641px) {
  .o-lightbox.is-size-guide {
    width: 1214px;
  }
}

.o-lightbox.olapic-style .lightbox-content {
  padding: 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .o-lightbox.olapic-style {
    width: calc(7.2 * 8.33333% - 16px);
    overflow: visible;
  }
}

@media (min-width: 1025px) {
  .o-lightbox.olapic-style {
    width: calc(18 * 4.16667% - 16px);
  }
  .o-lightbox.olapic-style .lightbox-content {
    height: 560px;
  }
}

@media (min-width: 1641px) {
  .o-lightbox.olapic-style {
    width: 1214px;
  }
}

.o-loader-overlay {
  z-index: 25;
  display: none;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}

@media (min-width: 768px) {
  .o-loader-overlay {
    height: 50%;
  }
}

.o-loader-overlay.is-visible {
  display: block;
}

.o-loader-overlay:before {
  background-color: #f3f3f3;
  content: '';
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  opacity: 0.9;
}

.o-loader-overlay .spinner {
  z-index: 50;
  position: absolute;
  background: url("/etc/designs/appeaser/weekday/clientlibs/pattern-lib/images/load.svg") no-repeat;
  height: 33px;
  width: 33px;
  animation: spin 2s linear infinite;
  top: 45px;
  left: 45%;
}

.o-loader-overlay .spinner-wrapper {
  z-index: 26;
  background-color: white;
  position: relative;
  width: 100%;
  height: 345px;
  margin: 0 auto;
  padding: 101px 15px 0;
}

@media (min-width: 768px) {
  .o-loader-overlay .spinner-wrapper {
    width: 475px;
    height: 270px;
    margin: 0 auto;
    padding: 101px 50px 0;
  }
}

.o-loader-overlay .spinner-wrapper h4 {
  font-family: 'Neue-Haas-Grotesk-Medium',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}

.o-loader-overlay .spinner-wrapper p {
  font-family: 'Neue-Haas-Grotesk-Roman',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}

@keyframes secondary-fade-in {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  50% {
    transform: translateX(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes secondary-fade-out {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(40px);
    opacity: 0;
  }
}

@keyframes primary-fade-in {
  0% {
    transform: translateX(-40px);
    opacity: 0;
  }
  50% {
    transform: translateX(-40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes primary-fade-out {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}

@keyframes secondary-fade-in-desktop {
  0% {
    margin-top: -595px;
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes secondary-fade-out-desktop {
  0% {
    margin-top: 0;
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  100% {
    margin-top: -595px;
    opacity: 0;
  }
}

@keyframes slide-in {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slide-in-right {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slide-out {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 1;
  }
}

@keyframes opacity-in-desktop {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.main-menu-example {
  margin: 50px;
}

.main-menu-example .open-main-menu {
  color: #29BAAF;
  border: 2px solid #29BAAF;
  padding: 8px;
  cursor: pointer;
}

@media (min-width: 1025px) {
  .main-menu-example .open-main-menu {
    display: none;
  }
}

.o-main-menu {
  background-color: white;
  z-index: 21;
  animation: slide-in 0.4s ease;
  position: fixed;
  overflow-y: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .o-main-menu {
    width: 384px;
  }
}

@media (min-width: 1025px) {
  .o-main-menu {
    background-color: transparent;
    width: 100%;
    height: auto;
    position: relative;
    animation: none;
  }
}

.o-main-menu .primary,
.o-main-menu .header {
  padding-left: 5%;
  padding-right: 5%;
}

@media (min-width: 1641px) {
  .o-main-menu .primary,
  .o-main-menu .header {
    padding-left: 82px;
    padding-right: 82px;
  }
}

@media (min-width: 1025px) {
  .o-main-menu .primary,
  .o-main-menu .header {
    padding: 0;
  }
}

.o-main-menu .primary {
  position: relative;
  animation: primary-fade-in 0.4s ease;
  opacity: 1;
  margin-top: 88px;
  width: 100%;
  transform: translateX(0);
}

@media (min-width: 1025px) {
  .o-main-menu .primary {
    position: relative;
    animation: none;
    margin-top: 0;
  }
}

.o-main-menu .primary .menu-link {
  display: inline-block;
  cursor: pointer;
}

@media (min-width: 1025px) {
  .o-main-menu .primary .menu-link {
    margin-right: 30px;
  }
}

.o-main-menu .primary li {
  width: 100%;
  position: relative;
}

@media (min-width: 1025px) {
  .o-main-menu .primary li {
    width: auto;
    padding: 0;
  }
}

.o-main-menu .primary .a-icon-arrow-forward {
  float: right;
}

@media (min-width: 1025px) {
  .o-main-menu .primary .a-icon-arrow-forward {
    display: none;
  }
}

.o-main-menu .sub-menu {
  opacity: 0;
  display: none;
  padding-top: 5px;
}

@media (min-width: 1025px) {
  .o-main-menu .sub-menu {
    padding-top: 15px;
  }
}

.o-main-menu .sub-menu.is-active {
  display: block;
}

.o-main-menu .sub-menu.fade-in {
  transition: opacity 0.4s linear 0.15s;
  opacity: 1;
}

.o-main-menu .primary-links {
  margin-bottom: 28px;
}

@media (min-width: 768px) {
  .o-main-menu .primary-links {
    margin-bottom: 48px;
  }
}

@media (min-width: 1025px) {
  .o-main-menu .primary-links {
    margin-bottom: 28px;
    padding-right: 83px;
  }
}

@media (min-width: 1025px) {
  .o-main-menu .primary-links .items {
    width: 100%;
  }
}

.o-main-menu .primary-links .sign-in-section {
  padding: 10px 0;
}

@media (min-width: 1025px) {
  .o-main-menu .primary-links .sign-in-section {
    padding: 0;
  }
}

.o-main-menu .primary-links .sign-in-section .a-label.menu-link,
.o-main-menu .primary-links .sign-in-section .a-link.menu-link {
  white-space: nowrap;
}

.o-main-menu ul {
  padding: 0;
  margin: 0;
}

.o-main-menu ul.left-items {
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
}

@media (min-width: 1025px) {
  .o-main-menu ul.left-items {
    font-family: 'Neue-Haas-Grotesk-Roman',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
    font-weight: normal;
    display: inline-block;
  }
}

.o-main-menu ul.right-items {
  margin-top: 46px;
}

@media (min-width: 1025px) {
  .o-main-menu ul.right-items {
    margin-top: 0;
    display: inline-block;
  }
}

.o-main-menu ul.left-items li,
.o-main-menu ul.right-items li {
  height: 52px;
}

@media (min-width: 1025px) {
  .o-main-menu ul.left-items li,
.o-main-menu ul.right-items li {
    height: auto;
    display: inline-block;
  }
}

.o-main-menu ul.direct-links .a-link {
  padding: 3px 0;
  display: block;
}

.o-main-menu ul.direct-links .a-icon-arrow-forward {
  position: absolute;
  top: 7px;
  right: 0;
}

@media (min-width: 1025px) {
  .o-main-menu ul.direct-links {
    display: none;
  }
}

.o-main-menu .secondary {
  position: absolute;
  box-sizing: content-box;
  float: left;
  margin-top: 88px;
  top: 0;
  animation: secondary-fade-out 0.4s ease;
  opacity: 0;
  padding-left: calc(5% + 32px);
}

@media (min-width: 1025px) {
  .o-main-menu .secondary {
    z-index: -1;
    position: relative;
    animation: secondary-fade-out-desktop 0.4s ease;
    padding: 0;
    width: 100%;
    margin-top: -595px;
  }
}

.o-main-menu .o-menu-list .js-a-heading-3,
.o-main-menu .a-heading-2 {
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
}

@media (min-width: 1025px) {
  .o-main-menu .o-menu-list .js-a-heading-3,
  .o-main-menu .a-heading-2 {
    font-family: 'Neue-Haas-Grotesk-Medium',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
    font-weight: normal;
  }
}

.o-main-menu .category-heading,
.o-main-menu .o-menu-list .js-a-heading-3,
.o-main-menu li {
  font-size: 15px;
  line-height: 21px;
  display: block;
  padding: 10px 0;
}

@media (min-width: 1025px) {
  .o-main-menu .category-heading,
  .o-main-menu .o-menu-list .js-a-heading-3,
  .o-main-menu li {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 0;
  }
}

@media (min-width: 1025px) {
  .o-main-menu .category-heading {
    font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
  }
}

@media (min-width: 1025px) and (min-width: 768px) {
  .o-main-menu .category-heading {
    font-size: 28px;
    line-height: 33px;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .o-main-menu .category-heading {
    font-size: 28px;
    line-height: 33px;
  }
}

.o-main-menu .a-icon-arrow-back {
  position: absolute;
  margin: 3px 0 0 -40px;
}

@media (min-width: 1025px) {
  .o-main-menu .a-icon-arrow-back {
    display: none;
  }
}

.o-main-menu .a-label,
.o-main-menu .a-link {
  display: inline-block;
  padding: 5px 0;
}

@media (min-width: 1025px) {
  .o-main-menu .a-label,
  .o-main-menu .a-link {
    padding: 0;
  }
}

.o-main-menu .info {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Neue-Haas-Grotesk-Italic',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  padding-left: 5%;
  padding-right: 5%;
  animation: primary-fade-in 0.4s ease;
  margin: 20px 0 0 8px;
}

@media (min-width: 1641px) {
  .o-main-menu .info {
    padding-left: 82px;
    padding-right: 82px;
  }
}

@media (min-width: 768px) {
  .o-main-menu .info {
    margin: 50px 0 0 8px;
  }
}

@media (min-width: 1025px) {
  .o-main-menu .info {
    display: none;
  }
}

.o-main-menu .o-menu-list {
  margin-bottom: 40px;
}

@media (min-width: 1025px) {
  .o-main-menu .o-menu-list .a-heading-3 {
    margin: 0 0 8px 0;
  }
}

.o-main-menu .o-menu-list li {
  width: 100%;
}

.o-main-menu .o-menu-list li a.no-styling {
  display: block;
}

.o-main-menu .o-menu-list li a.sign-out {
  display: block;
  padding-top: 22px;
}

@media (min-width: 768px) {
  .o-main-menu .o-menu-list li a.sign-out {
    padding-top: 31px;
  }
}

@media (min-width: 1025px) {
  .o-main-menu .o-menu-list li a.sign-out {
    padding-top: 15px;
  }
}

.o-main-menu .o-menu-list.no-heading {
  margin-top: -40px;
}

@media (min-width: 1025px) {
  .o-main-menu .o-menu-list.no-heading {
    margin-top: 44px;
  }
}

.o-main-menu .header {
  padding-left: 5%;
  padding-right: 5%;
  opacity: 1;
  width: 100%;
  position: absolute;
  padding-top: 18px;
}

@media (min-width: 1641px) {
  .o-main-menu .header {
    padding-left: 82px;
    padding-right: 82px;
  }
}

@media (min-width: 1025px) {
  .o-main-menu .header {
    display: none;
  }
}

.o-main-menu .header .a-icon-close {
  float: right;
}

.o-main-menu .header .a-icon-search {
  margin: 2px 7px 0 -5px;
  left: 0;
}

@media (min-width: 768px) {
  .o-main-menu .header .a-icon-search {
    margin: 0;
    display: none;
  }
}

.o-main-menu .free-tile-container {
  padding-right: 4px;
  padding-top: 5px;
  width: 272px;
}

@media (min-width: 768px) {
  .o-main-menu .free-tile-container {
    padding-right: 8px;
  }
}

.o-main-menu.is-closed-mobile {
  animation: slide-out 0.4s ease;
  transform: translateX(-100%);
  opacity: 0;
}

@media (min-width: 1025px) {
  .o-main-menu.is-closed-mobile {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

.o-main-menu.is-closed-mobile .primary,
.o-main-menu.is-closed-mobile .header {
  transition: opacity 0.25s ease;
  opacity: 0;
}

@media (min-width: 1025px) {
  .o-main-menu.is-closed-mobile .primary,
  .o-main-menu.is-closed-mobile .header {
    opacity: 1;
  }
}

.o-main-menu.is-closed-mobile .right-items {
  float: right;
}

.o-main-menu.show-secondary .primary {
  position: absolute;
  animation: primary-fade-out 0.4s ease;
  opacity: 0;
}

@media (min-width: 1025px) {
  .o-main-menu.show-secondary .primary {
    animation: none;
    transform: none;
    opacity: 1;
  }
}

.o-main-menu.show-secondary .secondary {
  position: relative;
  animation: secondary-fade-in 0.4s ease;
  opacity: 1;
}

@media (min-width: 1025px) {
  .o-main-menu.show-secondary .secondary {
    padding-top: 80px;
    height: 595px;
    margin-top: 0;
    animation: secondary-fade-in-desktop 0.4s ease;
  }
}

.o-main-menu.show-secondary .info {
  font-family: 'Neue-Haas-Grotesk-Italic',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  margin-top: 0;
  margin-left: 8px;
  animation: secondary-fade-in 0.4s ease;
}

@media (min-width: 1025px) {
  .o-main-menu.show-secondary .info {
    padding-left: 4px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 52px;
    margin: 0;
    animation: opacity-in-desktop 0.4s ease;
  }
}

@media (min-width: 1025px) and (min-width: 768px) {
  .o-main-menu.show-secondary .info {
    padding-left: 8px;
  }
}

.o-map {
  z-index: 0;
  position: relative;
}

.o-map .map-container {
  height: 240px;
}

@media (min-width: 768px) {
  .o-map .map-container {
    min-height: 440px;
  }
}

.o-map .map-container.is-loading {
  opacity: 0.5;
}

.o-map .m-info-box {
  position: relative;
  top: -40px;
  margin: 0 auto -40px auto;
}

@media (min-width: 768px) {
  .o-map .m-info-box {
    max-height: 378px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    right: 55px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.o-map .m-info-box .topic {
  padding-right: 10px;
}

.o-map .tooltip-box {
  border: 1px solid #A6A6A6;
  background-color: white;
  position: absolute;
  padding: 20px;
}

.o-map .tooltip-box .a-label {
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 15px;
  line-height: 21px;
  font-size: 15px;
  line-height: 18px;
  margin: 0;
}

.o-map .a-label {
  margin: 2px 0;
  display: block;
}

.o-map .a-label.store-count {
  font-size: 15px;
  line-height: 21px;
  position: absolute;
  left: 5%;
  top: 120px;
}

@media (min-width: 768px) {
  .o-map .a-label.store-count {
    display: none;
  }
}

.o-menu-list ul {
  padding: 0;
  margin: 0;
}

.o-menu-list ul li {
  list-style: none;
}

.o-minicart {
  background-color: white;
  color: black;
  z-index: 21;
  width: 29.16667%;
  padding-right: 8px;
  padding-left: 8px;
  border: 1px solid #A6A6A6;
  border-top: none;
  box-sizing: content-box;
  position: absolute;
  display: none;
  padding: 66px 38px 40px;
  top: 0;
  right: -38px;
}

@media (min-width: 1025px) {
  .o-minicart.is-visible {
    display: block;
  }
}

.o-minicart .a-heading-2 {
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  position: relative;
  padding: 0 8px 11px 8px;
}

.o-minicart .a-heading-2 [class^="a-icon"] {
  cursor: pointer;
  font-size: 25px;
  position: absolute;
  top: -1px;
  right: 4px;
}

.o-minicart .empty-cart-text {
  text-align: center;
  padding-top: 69px;
  padding-bottom: 78px;
}

.o-minicart .products {
  overflow: auto;
  max-height: 157px;
}

@media (min-height: 733px) {
  .o-minicart .products {
    height: 319px;
    max-height: 319px;
  }
}

@media (min-height: 733px) and (min-width: 1281px) {
  .o-minicart .products {
    height: auto;
    max-height: 365px;
  }
}

@media (min-width: 768px) {
  .o-minicart .products .o-cart-item {
    height: 160px;
  }
}

@media (min-width: 1281px) {
  .o-minicart .products .o-cart-item {
    height: 180px;
  }
}

.o-minicart .summary-section {
  padding: 0 8px;
}

.o-minicart .summary-section .o-order-summary {
  font-size: 12px;
  line-height: 17px;
  border-top: 2px solid black;
  padding-top: 17px;
  padding-bottom: 24px;
}

.o-minicart .summary-section .o-order-summary .discount-section,
.o-minicart .summary-section .o-order-summary .staff-discount-section {
  margin-bottom: 8px;
}

.o-minicart .summary-section .o-order-summary .total-section {
  padding-top: 17px;
  margin-top: 7px;
}

.o-minicart.is-empty .summary-section {
  display: none;
}

.o-minicart .o-cart-item .markers {
  display: none;
}

@media (min-width: 1025px) {
  .o-minicart .o-cart-item {
    font-size: 12px;
    line-height: 17px;
  }
  .o-minicart .o-cart-item .product-image {
    width: 28.57143%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .o-minicart .o-cart-item .cart-item-info {
    width: 71.42857%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .o-minicart .o-cart-item .m-hazmat {
    max-width: none;
  }
  .o-minicart .o-cart-item .total-section {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    right: 8px;
  }
}

@media (min-width: 768px) {
  .o-minicart .o-order-summary .order-value-section,
  .o-minicart .o-order-summary .shipping-section,
  .o-minicart .o-order-summary .discount-section,
  .o-minicart .o-order-summary .estimated-tax-section,
  .o-minicart .o-order-summary .staff-discount-section {
    margin-bottom: 8px;
  }
}

.o-my-addresses {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
}

@media (min-width: 768px) {
  .o-my-addresses {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
    display: block;
    margin: 0 auto;
  }
}

@media (min-width: 1025px) {
  .o-my-addresses {
    width: 33.33333%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.o-my-addresses .a-heading-1 {
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  text-align: center;
  padding: 20px 0 33px 0;
}

@media (min-width: 768px) {
  .o-my-addresses .a-heading-1 {
    text-align: left;
    padding: 40px 0 50px 0;
  }
}

.o-my-addresses .home-address-heading {
  margin: 0 0 30px;
}

.o-my-addresses .new-addresses-info {
  font-size: 14px;
  line-height: 20px;
  margin-top: 14px;
  margin-bottom: 35px;
}

.o-my-addresses .new-addresses-info + .add-delivery-address {
  margin-top: -15px;
}

.o-my-addresses .no-address-label {
  font-size: 14px;
  line-height: 20px;
}

.o-my-addresses .o-address-box-edit:last-child {
  border: none;
}

.o-my-addresses .o-address-box-add {
  border-bottom: 1px solid #A6A6A6;
  margin-bottom: 35px;
  padding-top: 20px;
  padding-bottom: 35px;
}

.o-my-addresses .o-address-box-add.add-delivery-address {
  border: none;
  padding-top: 0;
}

.o-my-addresses .o-address-box-add.add-delivery-address .o-account-box {
  margin-top: 50px;
  display: inline-block;
  width: 100%;
}

.o-my-addresses .o-address-box-add .o-address-box-edit {
  margin-bottom: 0;
  padding-bottom: 35px;
}

.o-my-addresses .o-address-box-add .o-add-element-button {
  transition: none;
}

.o-my-addresses .o-address-box-add .o-add-element-button .add-button-text {
  transition: border 0.25s ease,
color 0.25s ease,
padding 0.25s ease;
  border-bottom: 1px solid black;
}

.o-my-addresses .o-address-box-add .o-add-element-button:hover .add-button-text {
  border-bottom: 1px solid #29BAAF;
}

.o-my-details {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .o-my-details {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1025px) {
  .o-my-details {
    width: 33.33333%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.o-my-details .detail-text {
  display: none;
}

.o-my-details .a-heading-3 {
  font-size: 20px;
  line-height: 28px;
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  text-align: center;
  padding: 20px 0 33px 0;
}

@media (min-width: 768px) {
  .o-my-details .a-heading-3 {
    text-align: left;
    padding: 40px 0 50px 0;
  }
}

.o-my-details .a-label {
  font-size: 14px;
  line-height: 20px;
}

.o-my-details .a-label:first-child {
  display: none;
}

.o-my-details .a-button:last-child {
  margin-bottom: 35px;
}

.o-my-details .a-button.btn-details-saved {
  color: #29BAAF;
  border-color: #29BAAF;
}

.o-my-details .policy-label {
  margin: 28px 0 35px 0;
  display: block;
}

.o-my-details .sign-up,
.o-my-details .privacy-policy,
.o-my-details .m-link-toggle .a-link {
  border-bottom: 1px solid;
  border-color: inherit;
}

@media (min-width: 1025px) {
  .o-my-details .sign-up:hover,
.o-my-details .privacy-policy:hover,
.o-my-details .m-link-toggle .a-link:hover {
    border-bottom: 1px solid #29BAAF;
  }
}

.o-my-details .selected-country {
  color: #7f7f7f;
}

.o-my-details .m-link-toggle .m-input {
  margin-top: 25px;
}

.o-my-details .password-field {
  height: 0;
  margin: 0;
  transition: height 0.25s ease,
margin 0.25s ease;
}

.o-my-details.email-touched .password-field {
  height: 56px;
  margin-top: 28px;
}

.o-my-details.is-touched .btn-cancel {
  height: 60px;
  opacity: 1;
}

.o-my-details.summary .data-section {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 14px;
}

.o-my-details.summary .data-section div:first-child {
  color: #A6A6A6;
}

.o-my-details.summary .edit-button {
  border: 2px solid black;
  padding: 19px 10px 16px 10px;
  font-size: 15px;
  line-height: 21px;
  border-left: none;
  border-right: none;
  display: block;
  text-align: center;
  text-transform: none;
  width: 100%;
  margin-top: 38px;
}

@media (min-width: 1025px) {
  .o-my-details.summary .edit-button:hover,
.o-my-details.summary .edit-button.is-hover,
.o-my-details.summary .edit-button:focus {
    color: #29BAAF;
  }
}

.o-my-details.summary .edit-button:disabled,
.o-my-details.summary .edit-button.is-disabled {
  color: #A6A6A6;
  border-color: #A6A6A6;
  padding-bottom: 17px;
}

.o-my-details.summary .edit-button:disabled:active,
.o-my-details.summary .edit-button.is-disabled:active {
  color: #A6A6A6;
}

.o-my-details.summary .edit-button:active,
.o-my-details.summary .edit-button.is-active {
  opacity: 0.7;
}

@media (min-width: 1025px) {
  .o-my-details.summary .edit-button:active,
.o-my-details.summary .edit-button.is-active {
    color: #29BAAF;
    opacity: initial;
  }
}

.o-my-details.summary .change-password-button {
  border-bottom: 1px solid black;
  border-top: none;
  padding: 17px 10px 17px 10px;
  font-size: 15px;
  line-height: 21px;
  border-left: none;
  border-right: none;
  display: block;
  text-align: center;
  text-transform: none;
  width: 100%;
}

@media (min-width: 1025px) {
  .o-my-details.summary .change-password-button:hover,
.o-my-details.summary .change-password-button.is-hover,
.o-my-details.summary .change-password-button:focus {
    color: #29BAAF;
  }
}

.o-my-details.summary .change-password-button:disabled,
.o-my-details.summary .change-password-button.is-disabled {
  color: #A6A6A6;
  border-color: #A6A6A6;
  padding-bottom: 17px;
}

.o-my-details.summary .change-password-button:disabled:active,
.o-my-details.summary .change-password-button.is-disabled:active {
  color: #A6A6A6;
}

.o-my-details.summary .change-password-button:active,
.o-my-details.summary .change-password-button.is-active {
  opacity: 0.7;
}

@media (min-width: 1025px) {
  .o-my-details.summary .change-password-button:active,
.o-my-details.summary .change-password-button.is-active {
    color: #29BAAF;
    opacity: initial;
  }
}

.o-my-orders {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
}

@media (min-width: 768px) {
  .o-my-orders {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
    display: block;
    margin: 0 auto;
  }
}

@media (min-width: 1025px) {
  .o-my-orders {
    width: 75%;
    padding-right: 8px;
    padding-left: 8px;
    float: left;
  }
}

.o-my-orders .a-heading-2 {
  font-size: 20px;
  line-height: 28px;
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  text-align: center;
  padding: 20px 0 33px 0;
}

@media (min-width: 768px) {
  .o-my-orders .a-heading-2 {
    text-align: left;
    padding: 40px 0 50px 0;
  }
}

.o-my-orders-empty {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  padding-top: 30px;
}

@media (min-width: 768px) {
  .o-my-orders-empty {
    padding-top: 0;
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
    margin: 0 auto;
  }
}

@media (min-width: 1025px) {
  .o-my-orders-empty {
    width: 75%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.o-my-orders-empty .a-heading-3 {
  font-size: 20px;
  line-height: 28px;
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  text-align: center;
  padding: 20px 0 33px 0;
}

@media (min-width: 768px) {
  .o-my-orders-empty .a-heading-3 {
    text-align: left;
    padding: 40px 0 50px 0;
  }
}

.o-my-orders-empty .orders-empty-text {
  font-size: 14px;
  line-height: 20px;
}

.o-my-orders-empty .shop-button {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 17px;
  margin-top: 45px;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .o-my-orders-empty .shop-button {
    max-width: 220px;
    margin-top: 40px;
  }
}

.o-my-page {
  margin-bottom: 100px;
}

.o-my-page .o-my-page-navigation {
  display: none;
}

@media (min-width: 1025px) {
  .o-my-page .o-my-page-navigation {
    display: block;
  }
}

.o-my-page-details {
  margin-bottom: 70px;
}

@media (min-width: 768px) {
  .o-my-page-details {
    margin-top: 40px;
  }
}

.o-my-page-details .o-accordion .a-icon-arrow-down-small {
  float: right;
  position: relative;
  top: -5px;
}

.o-my-page-details .o-accordion.signout {
  padding-top: 30px;
  border-top: 1px solid #A6A6A6;
}

@media (min-width: 768px) {
  .o-my-page-details .o-accordion.signout {
    display: none;
  }
}

.o-my-page-details .o-accordion.signout .a-icon-arrow-down-small {
  display: none;
}

.o-my-page-details .o-accordion.is-visible {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .o-my-page-details .o-accordion.is-visible {
    border: none;
    margin-bottom: 0;
  }
}

.o-my-page-details .o-accordion.is-visible .a-icon-arrow-down-small {
  transform: rotate(180deg);
}

.o-my-page-details .o-accordion .accordion-header .a-heading-3 {
  font-size: 18px;
  line-height: 25px;
}

.o-my-page-details .o-accordion .accordion-header .a-link {
  float: left;
  width: 100%;
  margin-bottom: 19px;
}

@media (min-width: 768px) {
  .o-my-page-details .o-accordion .accordion-header {
    display: none;
  }
}

.o-my-page-details .o-accordion .accordion-content {
  margin-left: 0;
  margin-top: 13px;
}

@media (min-width: 768px) {
  .o-my-page-details .o-accordion .accordion-content {
    margin-top: 0;
    display: block;
    opacity: 1;
    height: auto;
  }
}

.o-my-page-navigation {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  display: block;
}

@media (min-width: 768px) {
  .o-my-page-navigation {
    width: 25%;
    padding-right: 8px;
    padding-left: 8px;
    float: left;
    display: inline-block;
  }
}

@media (min-width: 1025px) {
  .o-my-page-navigation {
    width: 25%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.o-my-page-navigation .a-heading-2 {
  font-size: 20px;
  line-height: 28px;
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  text-align: center;
  padding: 20px 0 33px 0;
}

@media (min-width: 768px) {
  .o-my-page-navigation .a-heading-2 {
    text-align: left;
    padding: 40px 0 50px 0;
  }
}

.o-my-page-navigation .o-list {
  display: block;
}

.o-my-page-navigation .o-list .a-link {
  display: block;
  padding-bottom: 24px;
}

@media (min-width: 1025px) {
  .o-my-page-navigation .o-list li.is-active {
    font-family: 'Neue-Haas-Grotesk-Medium',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
    font-weight: normal;
  }
}

.o-newsletter-personalized {
  position: relative;
  padding: 0;
  margin-bottom: 42px;
}

.o-newsletter-personalized .m-input:first-child {
  margin-top: 20px;
  margin-bottom: 22px;
}

@media (min-width: 768px) {
  .o-newsletter-personalized .m-input:first-child {
    margin-bottom: 12px;
  }
}

.o-newsletter-personalized .m-radio-button {
  margin: 4px 39px 20px 0;
}

@media (min-width: 768px) {
  .o-newsletter-personalized .m-radio-button {
    display: inline-block;
    margin: 4px 39px 4px 0;
  }
}

.o-newsletter-personalized .optional-label {
  font-size: 12px;
  line-height: 17px;
  color: #A6A6A6;
  display: block;
}

.o-newsletter-signup {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .o-newsletter-signup {
    margin-top: 0;
    margin-bottom: 80px;
  }
}

.o-newsletter-signup .a-heading-2 {
  font-size: 20px;
  line-height: 28px;
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
}

.o-newsletter-signup .a-paragraph {
  font-size: 14px;
  line-height: 20px;
  padding-top: 28px;
  padding-bottom: 45px;
}

.o-newsletter-signup .m-input {
  margin-bottom: 12px;
}

.o-newsletter-signup .o-newsletter-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.o-newsletter-signup .m-checkbox-age {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 40px;
}

.o-newsletter-subscription-confirmation {
  padding-top: 54px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .o-newsletter-subscription-confirmation {
    padding-top: 48px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1025px) {
  .o-newsletter-subscription-confirmation {
    padding-top: 32px;
    padding-bottom: 41px;
  }
}

.o-newsletter-subscription-confirmation .a-heading-1 {
  font-size: 20px;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 22px;
}

@media (min-width: 1025px) {
  .o-newsletter-subscription-confirmation .a-heading-1 {
    font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 29px;
  }
}

@media (min-width: 1025px) and (min-width: 768px) {
  .o-newsletter-subscription-confirmation .a-heading-1 {
    font-size: 28px;
    line-height: 33px;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .o-newsletter-subscription-confirmation .a-heading-1 {
    font-size: 36px;
    line-height: 41px;
  }
}

.o-newsletter-subscription-confirmation .text-section {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  float: left;
  display: inline-block;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .o-newsletter-subscription-confirmation .text-section {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
    margin-top: 120px;
    margin-bottom: 0;
  }
}

@media (min-width: 1025px) {
  .o-newsletter-subscription-confirmation .text-section {
    width: 41.66667%;
    padding-right: 8px;
    padding-left: 8px;
    margin-right: 8.33334%;
    margin-top: 108px;
  }
}

.o-newsletter-subscription-confirmation .text-section .a-paragraph {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .o-newsletter-subscription-confirmation .text-section .a-paragraph {
    margin-bottom: 22px;
  }
}

.o-newsletter-subscription-confirmation .a-image {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
}

@media (min-width: 768px) {
  .o-newsletter-subscription-confirmation .a-image {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1025px) {
  .o-newsletter-subscription-confirmation .a-image {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.o-newsletter-subscription-email-error {
  padding-top: 54px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .o-newsletter-subscription-email-error {
    padding-top: 48px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1025px) {
  .o-newsletter-subscription-email-error {
    padding-top: 32px;
    padding-bottom: 41px;
  }
}

.o-newsletter-subscription-email-error .a-heading-1 {
  font-size: 20px;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 40px;
}

.o-newsletter-subscription-email-error .text-section {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  float: left;
  display: inline-block;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .o-newsletter-subscription-email-error .text-section {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
    margin-top: 120px;
    margin-bottom: 0;
  }
}

@media (min-width: 1025px) {
  .o-newsletter-subscription-email-error .text-section {
    width: 41.66667%;
    padding-right: 8px;
    padding-left: 8px;
    margin-right: 8.33334%;
    margin-top: 108px;
  }
}

.o-newsletter-subscription-email-error .text-section .a-button {
  border: 2px solid;
  border-color: inherit;
  transition: none;
  text-align: center;
  height: 44px;
  padding: 12px 30px 11px 30px;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 421px) {
  .o-newsletter-subscription-email-error .text-section .a-button {
    min-width: 220px;
    max-width: 368px;
  }
}

@media (min-width: 768px) {
  .o-newsletter-subscription-email-error .text-section .a-button {
    min-width: 184px;
  }
}

@media (min-width: 1025px) {
  .o-newsletter-subscription-email-error .text-section .a-button {
    height: 48px;
    min-width: 220px;
    padding: 13px 30px 11px 30px;
  }
}

.o-newsletter-subscription-email-error .text-section .a-button.is-hover,
.o-newsletter-subscription-email-error .text-section .a-button:hover,
.o-newsletter-subscription-email-error .text-section .a-button.is-active,
.o-newsletter-subscription-email-error .text-section .a-button:active,
.o-newsletter-subscription-email-error .text-section .a-button:focus {
  opacity: 0.7;
}

@media (min-width: 1025px) {
  .o-newsletter-subscription-email-error .text-section .a-button.is-hover,
.o-newsletter-subscription-email-error .text-section .a-button:hover,
.o-newsletter-subscription-email-error .text-section .a-button.is-active,
.o-newsletter-subscription-email-error .text-section .a-button:active,
.o-newsletter-subscription-email-error .text-section .a-button:focus {
    border: 1px solid;
    border-color: inherit;
    opacity: initial;
    padding: 14px 31px 12px 31px;
  }
}

.o-newsletter-subscription-email-error .text-section .a-button.is-disabled,
.o-newsletter-subscription-email-error .text-section .a-button:disabled {
  display: none;
}

@media (min-width: 768px) {
  .o-newsletter-subscription-email-error .text-section .a-button {
    width: auto;
  }
}

.o-newsletter-subscription-email-error .a-image {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
}

@media (min-width: 768px) {
  .o-newsletter-subscription-email-error .a-image {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1025px) {
  .o-newsletter-subscription-email-error .a-image {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.o-newsletter-subscription-validation-email {
  padding-top: 54px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .o-newsletter-subscription-validation-email {
    padding-top: 48px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1025px) {
  .o-newsletter-subscription-validation-email {
    padding-top: 32px;
    padding-bottom: 41px;
  }
}

.o-newsletter-subscription-validation-email .a-heading-1 {
  font-size: 20px;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 22px;
}

@media (min-width: 1025px) {
  .o-newsletter-subscription-validation-email .a-heading-1 {
    font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1025px) and (min-width: 768px) {
  .o-newsletter-subscription-validation-email .a-heading-1 {
    font-size: 28px;
    line-height: 33px;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .o-newsletter-subscription-validation-email .a-heading-1 {
    font-size: 36px;
    line-height: 41px;
  }
}

.o-newsletter-subscription-validation-email .text-section {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  float: left;
  display: inline-block;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .o-newsletter-subscription-validation-email .text-section {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
    margin-top: 120px;
    margin-bottom: 0;
  }
}

@media (min-width: 1025px) {
  .o-newsletter-subscription-validation-email .text-section {
    width: 41.66667%;
    padding-right: 8px;
    padding-left: 8px;
    margin-right: 8.33334%;
    margin-top: 108px;
  }
}

.o-newsletter-subscription-validation-email .text-section .a-paragraph {
  font-size: 14px;
  line-height: 20px;
}

.o-newsletter-subscription-validation-email .a-image {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
}

@media (min-width: 768px) {
  .o-newsletter-subscription-validation-email .a-image {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1025px) {
  .o-newsletter-subscription-validation-email .a-image {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.o-newsletter-unsubscribe {
  padding-top: 24px;
  padding-bottom: 50px;
}

.o-newsletter-unsubscribe::after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

@media (min-width: 768px) {
  .o-newsletter-unsubscribe {
    padding-top: 68px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1025px) {
  .o-newsletter-unsubscribe {
    padding-top: 32px;
    padding-bottom: 40px;
  }
}

.o-newsletter-unsubscribe .o-form {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  float: left;
  display: inline-block;
}

@media (min-width: 768px) {
  .o-newsletter-unsubscribe .o-form {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1025px) {
  .o-newsletter-unsubscribe .o-form {
    width: 33.33333%;
    padding-right: 8px;
    padding-left: 8px;
    margin-top: 22px;
  }
}

.o-newsletter-unsubscribe .o-form .a-heading-1 {
  font-size: 20px;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 25px;
}

.o-newsletter-unsubscribe .o-form .a-paragraph {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 35px;
}

.o-newsletter-unsubscribe .a-label {
  font-size: 12px;
  line-height: 17px;
}

.o-newsletter-unsubscribe .a-label:first-child {
  display: none;
}

@media (min-width: 768px) {
  .o-newsletter-unsubscribe .a-label:first-child {
    display: block;
  }
}

.o-newsletter-unsubscribe .a-button {
  border: 2px solid black;
  padding: 19px 10px 16px 10px;
  font-size: 15px;
  line-height: 21px;
  border-left: none;
  border-right: none;
  display: block;
  text-align: center;
  text-transform: none;
  width: 100%;
  margin: 10px 0 60px 0;
}

@media (min-width: 1025px) {
  .o-newsletter-unsubscribe .a-button:hover,
.o-newsletter-unsubscribe .a-button.is-hover,
.o-newsletter-unsubscribe .a-button:focus {
    color: #29BAAF;
  }
}

.o-newsletter-unsubscribe .a-button:disabled,
.o-newsletter-unsubscribe .a-button.is-disabled {
  color: #A6A6A6;
  border-color: #A6A6A6;
  padding-bottom: 17px;
}

.o-newsletter-unsubscribe .a-button:disabled:active,
.o-newsletter-unsubscribe .a-button.is-disabled:active {
  color: #A6A6A6;
}

.o-newsletter-unsubscribe .a-button:active,
.o-newsletter-unsubscribe .a-button.is-active {
  opacity: 0.7;
}

@media (min-width: 1025px) {
  .o-newsletter-unsubscribe .a-button:active,
.o-newsletter-unsubscribe .a-button.is-active {
    color: #29BAAF;
    opacity: initial;
  }
}

.o-newsletter-unsubscribe .a-image {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
}

@media (min-width: 768px) {
  .o-newsletter-unsubscribe .a-image {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1025px) {
  .o-newsletter-unsubscribe .a-image {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
    float: right;
  }
}

.o-newsletter-unsubscribe-confirmation {
  padding-top: 54px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .o-newsletter-unsubscribe-confirmation {
    padding-top: 48px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1025px) {
  .o-newsletter-unsubscribe-confirmation {
    padding-top: 32px;
    padding-bottom: 41px;
  }
}

.o-newsletter-unsubscribe-confirmation .a-heading-1 {
  font-size: 20px;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 22px;
}

.o-newsletter-unsubscribe-confirmation .text-section {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  float: left;
  display: inline-block;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .o-newsletter-unsubscribe-confirmation .text-section {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
    margin-top: 120px;
    margin-bottom: 0;
  }
}

@media (min-width: 1025px) {
  .o-newsletter-unsubscribe-confirmation .text-section {
    width: 41.66667%;
    padding-right: 8px;
    padding-left: 8px;
    margin-right: 8.33334%;
    margin-top: 108px;
  }
}

.o-newsletter-unsubscribe-confirmation .text-section .a-paragraph {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

.o-newsletter-unsubscribe-confirmation .a-image {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
}

@media (min-width: 768px) {
  .o-newsletter-unsubscribe-confirmation .a-image {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1025px) {
  .o-newsletter-unsubscribe-confirmation .a-image {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.o-olapic-gallery {
  position: relative;
  margin-top: 30px;
  display: none;
}

.o-olapic-gallery.is-visible {
  display: block;
}

.o-olapic-gallery.has-12 .content [class^='u-cols-']:nth-child(n+5) {
  display: none;
}

@media (min-width: 768px) {
  .o-olapic-gallery.has-12 .content [class^='u-cols-']:nth-child(n+5) {
    display: block;
  }
}

.o-olapic-gallery.has-12 .content [class^='u-cols-']:nth-child(n+7) {
  display: none;
}

@media (min-width: 1025px) {
  .o-olapic-gallery.has-12 .content [class^='u-cols-']:nth-child(n+7) {
    display: block;
  }
}

.o-olapic-gallery.has-12 .o-olapic-image {
  height: 185px;
}

@media (min-width: 1025px) {
  .o-olapic-gallery.has-4 .content .olapic-text-container {
    margin-left: 6.25%;
    padding-left: 8px;
  }
}

.o-olapic-gallery.has-4 .content .button-container {
  margin-top: 17px;
}

@media (min-width: 768px) {
  .o-olapic-gallery.has-4 .content .button-container {
    margin-top: 22px;
  }
}

@media (min-width: 1025px) {
  .o-olapic-gallery.has-4 .content .button-container {
    margin-right: 6.25%;
    margin-left: 6.25%;
    padding: 0 8px;
    margin-top: 24px;
  }
}

.o-olapic-gallery.has-4 .content .o-olapic-image {
  height: 282px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .o-olapic-gallery.has-4 .content .o-olapic-image {
    margin-bottom: 0;
  }
}

.o-olapic-gallery.has-4 .content [class^='u-cols-']:nth-child(n+5) {
  display: none;
}

@media (min-width: 1025px) {
  .o-olapic-gallery.has-4 .content [class^='u-cols-']:nth-child(n+4) {
    display: none;
  }
}

.o-olapic-gallery .content {
  width: 100%;
  padding-top: 35px;
  padding-bottom: 88px;
}

.o-olapic-gallery .content .a-heading-2 {
  text-align: center;
}

@media (min-width: 1025px) {
  .o-olapic-gallery .content .a-heading-2 {
    text-align: left;
  }
}

.o-olapic-gallery .content .a-paragraph {
  text-align: center;
  margin-top: 20px;
}

.o-olapic-gallery .content .button-container {
  text-align: center;
  margin: 20px 8px 0;
}

@media (min-width: 768px) {
  .o-olapic-gallery .content .button-container {
    text-align: right;
  }
}

.o-olapic-gallery .content .button-container .olapic-icon {
  background: url("images/olapiclogo.png");
  width: 14px;
  height: 14px;
  float: left;
}

.o-olapic-gallery .content .button-container .a-button {
  font-family: 'Neue-Haas-Grotesk-Roman',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
}

.o-olapic-gallery .content .button-container .load-more {
  display: none;
}

.o-olapic-gallery .content .olapic-item-container {
  margin-top: 20px;
}

.o-olapic-gallery .description {
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  margin: 0 auto 40px;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .o-olapic-gallery .description {
    font-size: 28px;
    line-height: 33px;
  }
}

@media (min-width: 1025px) {
  .o-olapic-gallery .description {
    font-size: 36px;
    line-height: 41px;
  }
}

.o-olapic-gallery .description p {
  margin: 0;
}

@media (min-width: 768px) {
  .o-olapic-gallery .description {
    width: 75%;
  }
}

@media (min-width: 1025px) {
  .o-olapic-gallery .description {
    width: 50%;
    min-width: 568px;
    max-width: 760px;
  }
}

.o-olapic-gallery.on-page .olapic-text-container {
  margin: 0 auto;
  max-width: 570px;
  margin-bottom: 48px;
}

.o-olapic-gallery.on-page .olapic-text-container .a-heading-2 {
  text-align: center;
}

.o-olapic-gallery.on-page .content {
  padding-top: 0;
}

@media (min-width: 768px) {
  .o-olapic-gallery.on-page .content {
    padding-top: 20px;
  }
}

.o-olapic-gallery.on-page .content .button-container {
  text-align: center;
  margin-top: 4px;
}

@media (min-width: 768px) {
  .o-olapic-gallery.on-page .content .button-container {
    margin-top: 32px;
  }
}

@media (min-width: 1025px) {
  .o-olapic-gallery.on-page .content .button-container {
    margin-top: 0;
  }
}

.o-olapic-gallery.on-page .content .button-container .a-button {
  display: none;
}

.o-olapic-gallery.on-page .content .button-container .load-more {
  font-family: 'Neue-Haas-Grotesk-Medium',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  display: inline-block;
}

.o-olapic-gallery.on-page .olapic-item-container > * {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .o-olapic-gallery.on-page .olapic-item-container > * {
    padding-bottom: 16px;
  }
}

@media (min-width: 1025px) {
  .o-olapic-gallery.on-page .olapic-item-container > * {
    padding-bottom: calc(16px + 4.54546%);
  }
}

.o-olapic-image {
  position: relative;
  cursor: pointer;
  background-size: cover;
  height: 300px;
}

.o-olapic-image:hover .overlay,
.o-olapic-image:hover .m-instagram-user {
  opacity: 1;
}

.o-olapic-image .overlay {
  background-color: rgba(127,
127,
127,
0.4);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: opacity 0.25s ease;
}

.o-olapic-image .m-instagram-user {
  opacity: 0;
  position: absolute;
  bottom: 10px;
  left: 10px;
  transition: opacity 0.25s ease;
}

.o-olapic-slide {
  position: relative;
  width: 100%;
  padding-top: 66px;
}

@media (min-width: 1025px) {
  .o-olapic-slide {
    width: 944px;
    padding-top: 0;
  }
}

.o-olapic-slide .olapic-big-image {
  position: relative;
  width: 100%;
  height: 100vw;
}

@media (min-width: 768px) {
  .o-olapic-slide .olapic-big-image {
    height: 464px;
    overflow: hidden;
  }
}

@media (min-width: 1025px) {
  .o-olapic-slide .olapic-big-image {
    width: 60%;
    height: 560px;
    display: inline-block;
  }
}

.o-olapic-slide .olapic-big-image img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  max-height: 100%;
  width: auto;
}

.o-olapic-slide .olapic-info {
  width: 100%;
  margin-top: 16px;
  vertical-align: top;
}

@media (min-width: 1025px) {
  .o-olapic-slide .olapic-info {
    width: calc(40% - 16px);
    display: inline-block;
    margin-left: 16px;
  }
}

.o-olapic-slide .olapic-info .m-instagram-user {
  position: absolute;
  top: 7px;
  left: 7px;
}

@media (min-width: 1025px) {
  .o-olapic-slide .olapic-info .m-instagram-user {
    margin-right: 45px;
    position: relative;
    top: auto;
  }
}

.o-olapic-slide .olapic-info .m-instagram-user * {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.o-olapic-slide .olapic-info .olapic-slider-container {
  position: relative;
}

.o-olapic-slide .olapic-info .olapic-slider-container .olapic-slider {
  width: 236px;
}

.o-olapic-slide .olapic-info .olapic-slider-container .olapic-slider .olapic-product {
  display: none;
}

.o-olapic-slide .olapic-info .olapic-slider-container .olapic-slider .olapic-product:first-child {
  display: block;
}

.o-olapic-slide .olapic-info .olapic-slider-container .olapic-slider .m-product-image img {
  width: 100%;
}

.o-olapic-slide .olapic-info .olapic-slider-container .olapic-slider.slick-initialized .olapic-product {
  display: block;
}

.o-olapic-slide .olapic-info .olapic-icon {
  background: url("images/olapiclogo.png");
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
}

@media (min-width: 768px) {
  .o-olapic-slide .olapic-info .olapic-icon {
    left: 16px;
  }
}

@media (min-width: 1025px) {
  .o-olapic-slide .olapic-info .olapic-icon {
    left: 0;
  }
}

.o-olapic-slide .olapic-info .olapic-slider {
  width: 360px;
  margin: 32px auto 0;
  position: relative;
  text-align: center;
}

.o-olapic-slide .olapic-info .olapic-slider .slide {
  margin: 0 30px;
}

.o-olapic-slide .olapic-info .olapic-slider .product-slider-arrow {
  font-size: 60px;
  position: absolute;
  top: 30%;
  cursor: pointer;
  border-top: 2px solid black;
  border-right: 2px solid black;
  height: 19px;
  width: 19px;
  visibility: visible;
}

@media (min-width: 1025px) {
  .o-olapic-slide .olapic-info .olapic-slider .product-slider-arrow {
    height: 14px;
    width: 14px;
  }
}

.o-olapic-slide .olapic-info .olapic-slider .product-slider-arrow:first-of-type {
  transform: rotate(-135deg) translateY(50%);
  left: -12px;
}

@media (min-width: 1025px) {
  .o-olapic-slide .olapic-info .olapic-slider .product-slider-arrow:first-of-type {
    left: 0;
  }
}

.o-olapic-slide .olapic-info .olapic-slider .product-slider-arrow:last-of-type {
  transform: rotate(45deg) translateY(-50%);
  right: 0;
}

.o-olapic-slide .olapic-info .olapic-slider .product-slider-arrow.slick-disabled {
  border-color: #7F7F7F;
}

.o-olapic-slide .olapic-info .olapic-slider .m-product-image img {
  width: 190px;
  margin: 0 auto;
}

.o-olapic-slide .olapic-info .olapic-slider .product-info {
  text-align: left;
  margin: 0 auto;
  display: inline-block;
}

.o-olapic-slide .olapic-info .olapic-slider .product-info .m-product-price {
  margin: 18px 0 5px 0;
  display: inline-block;
}

.o-olapic-slide .olapic-info .olapic-slider .product-info .a-label {
  font-size: 12px;
  line-height: 17px;
  display: block;
}

.o-olapic-slide .olapic-info .olapic-slider .product-info .a-label:first-child {
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
}

.o-olapic-slide .olapic-info .olapic-slider .product-info .a-button {
  margin-top: 20px;
  margin-left: -21px;
}

.o-olapic-slide .olapic-info .olapic-share {
  text-align: center;
  margin-top: 10px;
}

.o-olapic-slider {
  margin-bottom: 0;
}

@media (min-width: 1025px) {
  .o-olapic-slider .o-slider.main-slider > .slider {
    padding: 0 35px;
  }
  .o-olapic-slider .o-slider.main-slider > .slider > .slick-arrow {
    top: calc(50%);
  }
}

.o-olapic-slider .main-slider-arrow {
  font-family: 'Weekday-Icons';
  font-weight: normal;
  color: rgba(0,
0,
0,
0.8);
  background-color: rgba(255,
255,
255,
0.4);
  display: inline-block;
  cursor: pointer;
  top: calc(50vw + 66px);
  position: fixed;
  transform: translateY(-50%);
  font-size: 42px;
  line-height: 46px;
  width: 46px;
  visibility: visible;
}

.o-olapic-slider .main-slider-arrow:first-of-type {
  z-index: 1;
  left: 4px;
}

.o-olapic-slider .main-slider-arrow:first-of-type:before {
  content: "\e902";
}

.o-olapic-slider .main-slider-arrow:first-of-type:hover {
  color: #A6A6A6;
}

.o-olapic-slider .main-slider-arrow:first-of-type:hover {
  color: inherit;
}

.o-olapic-slider .main-slider-arrow:last-of-type {
  text-align: right;
  right: 4px;
}

.o-olapic-slider .main-slider-arrow:last-of-type:before {
  content: "\e906";
}

.o-olapic-slider .main-slider-arrow:last-of-type:hover {
  color: #A6A6A6;
}

.o-olapic-slider .main-slider-arrow:last-of-type:hover {
  color: inherit;
}

@media (min-width: 768px) {
  .o-olapic-slider .main-slider-arrow {
    background-color: transparent;
    top: 50%;
  }
  .o-olapic-slider .main-slider-arrow:first-of-type {
    left: -62px;
  }
  .o-olapic-slider .main-slider-arrow:last-of-type {
    right: -62px;
  }
}

.o-order .order-header {
  display: none;
}

.o-order .order-summary-info {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  float: left;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@media (min-width: 768px) {
  .o-order .order-summary-info {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1025px) {
  .o-order .order-summary-info {
    width: 61.11111%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.o-order .order-summary-info .order-heading {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
}

@media (min-width: 768px) {
  .o-order .order-summary-info .order-heading {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1025px) {
  .o-order .order-summary-info .order-heading {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.o-order .order-summary-info .order-summary-price {
  float: right;
  width: 75%;
  padding-right: 4px;
  padding-left: 4px;
}

@media (min-width: 768px) {
  .o-order .order-summary-info .order-summary-price {
    width: 66.66667%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1025px) {
  .o-order .order-summary-info .order-summary-price {
    width: 81.81818%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.o-order .order-customer-info {
  float: right;
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
}

@media (min-width: 768px) {
  .o-order .order-customer-info {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1025px) {
  .o-order .order-customer-info {
    width: 33.33333%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.o-order .a-heading-2 {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  padding-bottom: 28px;
}

@media (min-width: 768px) {
  .o-order .a-heading-2 {
    text-align: left;
    padding-bottom: 30px;
  }
}

@media (min-width: 1025px) {
  .o-order .a-heading-2 {
    padding-bottom: 58px;
  }
}

.o-order .a-heading-2.discount {
  color: #FF6002;
}

.o-order .summary-section {
  padding: 18px 0;
}

.o-order .summary-section span {
  float: right;
  text-align: right;
}

.o-order .summary-section {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.o-order .o-order-details {
  padding-top: 52px;
}

@media (min-width: 1025px) {
  .o-order .o-order-details {
    padding-top: 0;
  }
}

.o-order-confirmation {
  position: relative;
  padding-top: 22px;
  padding-bottom: 140px;
}

@media (min-width: 768px) {
  .o-order-confirmation {
    padding-top: 40px;
  }
}

@media (min-width: 1025px) {
  .o-order-confirmation {
    padding-top: 80px;
    padding-bottom: 85px;
  }
}

.o-order-confirmation .receipt-section .page-title,
.o-order-confirmation .receipt-section .summary-text {
  font-size: 18px;
  line-height: 25px;
  font-family: 'Neue-Haas-Grotesk-Medium',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
}

@media (min-width: 768px) {
  .o-order-confirmation .receipt-section {
    width: 62.5%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.o-order-confirmation .receipt-section .additional-info,
.o-order-confirmation .receipt-section .additional-text {
  display: none;
}

.o-order-confirmation .receipt-section .page-title {
  margin-bottom: 20px;
}

.o-order-confirmation .receipt-section .highlighted-text {
  color: #29BAAF;
  display: inline-block;
}

.o-order-confirmation .sign-up-section {
  margin-bottom: 60px;
}

@media (min-width: 1025px) {
  .o-order-confirmation .sign-up-section {
    width: 62.5%;
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 64px;
  }
}

.o-order-confirmation .sign-up-section .signed-in-text {
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin: 20px 0 30px 0;
}

.o-order-confirmation .sign-up-section .my-account-button {
  border: 2px solid;
  border-color: inherit;
  transition: none;
  text-align: center;
  height: 44px;
  padding: 12px 30px 11px 30px;
  max-width: 100%;
}

@media (min-width: 421px) {
  .o-order-confirmation .sign-up-section .my-account-button {
    min-width: 220px;
    max-width: 368px;
  }
}

@media (min-width: 768px) {
  .o-order-confirmation .sign-up-section .my-account-button {
    min-width: 184px;
  }
}

@media (min-width: 1025px) {
  .o-order-confirmation .sign-up-section .my-account-button {
    height: 48px;
    min-width: 220px;
    padding: 13px 30px 11px 30px;
  }
}

.o-order-confirmation .sign-up-section .my-account-button.is-hover,
.o-order-confirmation .sign-up-section .my-account-button:hover,
.o-order-confirmation .sign-up-section .my-account-button.is-active,
.o-order-confirmation .sign-up-section .my-account-button:active,
.o-order-confirmation .sign-up-section .my-account-button:focus {
  opacity: 0.7;
}

@media (min-width: 1025px) {
  .o-order-confirmation .sign-up-section .my-account-button.is-hover,
.o-order-confirmation .sign-up-section .my-account-button:hover,
.o-order-confirmation .sign-up-section .my-account-button.is-active,
.o-order-confirmation .sign-up-section .my-account-button:active,
.o-order-confirmation .sign-up-section .my-account-button:focus {
    border: 1px solid;
    border-color: inherit;
    opacity: initial;
    padding: 14px 31px 12px 31px;
  }
}

.o-order-confirmation .sign-up-section .my-account-button.is-disabled,
.o-order-confirmation .sign-up-section .my-account-button:disabled {
  display: none;
}

.o-order-confirmation .sign-up-section .session-timeout-button {
  border: 2px solid black;
  padding: 19px 10px 16px 10px;
  font-size: 15px;
  line-height: 21px;
  border-left: none;
  border-right: none;
  display: block;
  text-align: center;
  text-transform: none;
  width: 100%;
}

@media (min-width: 1025px) {
  .o-order-confirmation .sign-up-section .session-timeout-button:hover,
.o-order-confirmation .sign-up-section .session-timeout-button.is-hover,
.o-order-confirmation .sign-up-section .session-timeout-button:focus {
    color: #29BAAF;
  }
}

.o-order-confirmation .sign-up-section .session-timeout-button:disabled,
.o-order-confirmation .sign-up-section .session-timeout-button.is-disabled {
  color: #A6A6A6;
  border-color: #A6A6A6;
  padding-bottom: 17px;
}

.o-order-confirmation .sign-up-section .session-timeout-button:disabled:active,
.o-order-confirmation .sign-up-section .session-timeout-button.is-disabled:active {
  color: #A6A6A6;
}

.o-order-confirmation .sign-up-section .session-timeout-button:active,
.o-order-confirmation .sign-up-section .session-timeout-button.is-active {
  opacity: 0.7;
}

@media (min-width: 1025px) {
  .o-order-confirmation .sign-up-section .session-timeout-button:active,
.o-order-confirmation .sign-up-section .session-timeout-button.is-active {
    color: #29BAAF;
    opacity: initial;
  }
}

.o-order-confirmation .sign-up-section .my-account-button,
.o-order-confirmation .sign-up-section .session-timeout-button {
  max-width: 370px;
}

.o-order-confirmation .sign-up-section .o-registration {
  margin-top: 52px;
}

.o-order-confirmation .sign-up-section .email-duplicate-information,
.o-order-confirmation .sign-up-section .session-timeout-information {
  margin-top: 60px;
}

.o-order-confirmation .sign-up-section .email-duplicate-information .session-timeout-text,
.o-order-confirmation .sign-up-section .session-timeout-information .session-timeout-text {
  margin-bottom: 35px;
  margin-top: 20px;
}

.o-order-confirmation .sign-up-section .email-duplicate-information .session-timeout-heading,
.o-order-confirmation .sign-up-section .session-timeout-information .session-timeout-heading {
  font-size: 18px;
  line-height: 25px;
}

@media (min-width: 1025px) {
  .o-order-confirmation .order-summary-section {
    width: 29.16667%;
    padding-right: 8px;
    padding-left: 8px;
    margin-left: 70.83339%;
    padding-top: 80px;
    padding-bottom: 85px;
    position: absolute;
    top: -12px;
  }
}

.o-order-confirmation .order-summary-section .order-summary-section-heading,
.o-order-confirmation .order-summary-section .number-part {
  display: none;
}

.o-order-confirmation .order-summary-section span {
  font-size: 12px;
  line-height: 17px;
  display: block;
}

.o-order-confirmation .order-summary-section span.heading {
  color: #A6A6A6;
  margin-top: 13px;
}

.o-order-confirmation .order-summary-section span.delivery:nth-of-type(9),
.o-order-confirmation .order-summary-section span.delivery:nth-of-type(10) {
  display: inline-block;
  margin-right: 0.25em;
}

.o-order-confirmation .order-summary-section .m-informative-section {
  display: none;
  margin-top: 48px;
}

@media (min-width: 768px) {
  .o-order-confirmation .order-summary-section .m-informative-section {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
    margin-top: 58px;
    padding-left: 0;
  }
}

@media (min-width: 1025px) {
  .o-order-confirmation .order-summary-section .m-informative-section {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    margin-top: 48px;
    padding: 0;
  }
}

@media (min-width: 1025px) {
  .o-order-confirmation .product-section {
    width: 62.5%;
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (min-width: 1025px) {
  .o-order-confirmation .product-section .o-cart-item:after {
    margin-left: 20.00002%;
    width: calc(80% - 16px);
  }
}

.o-order-confirmation .product-section .products-heading {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .o-order-confirmation .product-section .products-heading {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}

.o-order-confirmation .product-section .products-heading .order-number {
  display: none;
}

@media (min-width: 1px) {
  .o-order-confirmation .product-section .o-order-summary {
    border-top: none;
    position: relative;
    padding-top: 24px;
    margin-bottom: 60px;
  }
  .o-order-confirmation .product-section .o-order-summary:before {
    background-color: black;
    content: "";
    height: 1px;
    width: calc(100% - 8px);
    position: absolute;
    top: 0;
  }
}

@media (min-width: 1px) and (min-width: 768px) {
  .o-order-confirmation .product-section .o-order-summary:before {
    width: calc(100% - 16px);
  }
}

@media (min-width: 1025px) {
  .o-order-confirmation .product-section .o-order-summary {
    width: 80%;
    padding-right: 8px;
    padding-left: 8px;
    margin-left: 20.00002%;
    margin-bottom: 55px;
  }
}

.o-order-confirmation .o-registration .o-registration-form {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  padding: 0;
}

@media (min-width: 768px) {
  .o-order-confirmation .o-registration .o-registration-form {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
    padding-left: 0;
  }
}

@media (min-width: 1025px) {
  .o-order-confirmation .o-registration .o-registration-form {
    width: 53.33333%;
    padding-right: 8px;
    padding-left: 8px;
    padding-left: 0;
  }
}

.o-order-confirmation .o-registration .o-registration-form .a-button {
  display: inline-block;
}

.o-order-confirmation .o-order-summary,
.o-order-confirmation .receipt-section,
.o-order-confirmation .sign-up-section,
.o-order-confirmation .order-summary-section,
.o-order-confirmation .products-heading {
  padding-left: 4px;
  padding-right: 4px;
}

@media (min-width: 768px) {
  .o-order-confirmation .o-order-summary,
  .o-order-confirmation .receipt-section,
  .o-order-confirmation .sign-up-section,
  .o-order-confirmation .order-summary-section,
  .o-order-confirmation .products-heading {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.o-order-details .a-heading-2 {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  padding-bottom: 28px;
}

@media (min-width: 768px) {
  .o-order-details .a-heading-2 {
    text-align: left;
    padding-bottom: 30px;
  }
}

@media (min-width: 1025px) {
  .o-order-details .a-heading-2 {
    padding-bottom: 58px;
  }
}

.o-order-details .order-status {
  color: #A6A6A6;
  font-size: 12px;
  line-height: 17px;
}

.o-order-details .order-delivery-address-text .order-name-surname .customer-name {
  padding-right: 4px;
}

.o-order-details .order-delivery-address-text .order-address-second {
  display: none;
}

.o-order-details .order-delivery-address-text .order-city-container .order-city-zip {
  padding-right: 4px;
}

.o-order-details .order-cell {
  padding-bottom: 13px;
  color: #A6A6A6;
  font-size: 12px;
  line-height: 17px;
}

.o-order-details .order-cell > div {
  color: black;
}

.o-order-details .order-cell .package-text,
.o-order-details .order-cell .package-number,
.o-order-details .order-cell .package-title {
  display: inline;
}

.o-order-details .order-cell .package-title {
  display: block;
  color: #A6A6A6;
}

.o-order-details .order-cell .a-link {
  font-size: 12px;
  line-height: 17px;
}

.o-order-details .order-cell .package-number .a-label {
  padding-right: 8px;
}

.o-order-details .order-table {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.o-order-details .order-table .order-email-text {
  -ms-flex-order: 0;
  order: 0;
}

.o-order-details .order-table .order-payment-text {
  -ms-flex-order: 1;
  order: 1;
}

.o-order-details .order-table .order-date-text {
  -ms-flex-order: 2;
  order: 2;
}

.o-order-details .order-table .order-delivery-method-text {
  -ms-flex-order: 3;
  order: 3;
}

.o-order-details .order-table .order-delivery-address-text {
  -ms-flex-order: 3;
  order: 3;
}

.order-row-container {
  text-align: center;
}

.order-row-container .o-order-row {
  display: table;
  width: 100%;
  padding-bottom: 20px;
}

@media (min-width: 1025px) {
  .order-row-container .o-order-row {
    padding-bottom: 10px;
  }
}

.order-row-container .o-order-row:not(:first-child) {
  border-top: 1px solid #A6A6A6;
  padding-top: 25px;
}

@media (min-width: 1025px) {
  .order-row-container .o-order-row:not(:first-child) {
    padding-top: 10px;
  }
}

.order-row-container .o-order-row .order-table {
  cursor: pointer;
  display: table-row;
}

.order-row-container .o-order-row .order-table .order-image-wrapper {
  display: table-cell;
  width: 50px;
}

.order-row-container .o-order-row .order-table .order-image-wrapper .m-product-image {
  padding-right: 15px;
}

@media (min-width: 1025px) {
  .order-row-container .o-order-row .order-table .order-image-wrapper .m-product-image {
    padding-right: 30px;
    padding-left: 17px;
  }
}

.order-row-container .o-order-row .order-table .order-image-wrapper .m-product-image img {
  width: 60px;
  height: 90px;
}

@media (min-width: 1025px) {
  .order-row-container .o-order-row .order-table .order-image-wrapper .m-product-image img {
    width: 47px;
    height: 71px;
  }
}

.order-row-container .o-order-row .order-table .order-info {
  width: 100%;
  display: table-cell;
  vertical-align: top;
  position: relative;
}

@media (min-width: 1025px) {
  .order-row-container .o-order-row .order-table .order-info {
    vertical-align: middle;
  }
}

.order-row-container .o-order-row .order-table .order-info > * {
  display: block;
}

@media (min-width: 1025px) {
  .order-row-container .o-order-row .order-table .order-info > * {
    display: inline-block;
  }
}

.order-row-container .o-order-row .order-table .order-info .a-label {
  padding-left: 5px;
  text-align: left;
  display: block;
  font-size: 14px;
  line-height: 20px;
}

.order-row-container .o-order-row .order-table .order-info .a-label.order-status .order-status-container,
.order-row-container .o-order-row .order-table .order-info .a-label.order-status .order-condition {
  display: inline-block;
}

.order-row-container .o-order-row .order-table .order-info .a-label.order-status .order-progress {
  display: none;
}

@media (min-width: 1025px) {
  .order-row-container .o-order-row .order-table .order-info .a-label {
    padding-left: 0;
    display: inline-block;
    text-align: center;
  }
  .order-row-container .o-order-row .order-table .order-info .a-label.products-count {
    text-align: left;
    padding-left: 10px;
  }
  .order-row-container .o-order-row .order-table .order-info .a-label.order-number,
.order-row-container .o-order-row .order-table .order-info .a-label.order-date,
.order-row-container .o-order-row .order-table .order-info .a-label.products-count {
    width: 20%;
  }
  .order-row-container .o-order-row .order-table .order-info .a-label.order-status {
    width: calc(40% - 33px);
  }
  .order-row-container .o-order-row .order-table .order-info .a-label.order-status .order-condition {
    width: 60%;
    text-align: left;
  }
  .order-row-container .o-order-row .order-table .order-info .a-label.order-status .order-condition .a-label {
    width: 100%;
    margin-left: 10px;
    text-align: left;
  }
  .order-row-container .o-order-row .order-table .order-info .a-label.order-status .order-status-container {
    display: inline-block;
    text-align: right;
    width: 40%;
  }
}

.order-row-container .o-order-row .order-table .order-info .a-label .m-order-status {
  height: auto;
}

.order-row-container .o-order-row .order-table .order-info .order-details {
  font-size: 20px;
  width: 33px;
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

@media (min-width: 1025px) {
  .order-row-container .o-order-row .order-table .order-info .order-details {
    vertical-align: middle;
    position: static;
  }
}

.o-order-summary {
  border-top: 1px solid black;
  font-size: 12px;
  line-height: 17px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .o-order-summary {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1025px) {
  .o-order-summary {
    border: none;
    padding-top: 0;
  }
}

.o-order-summary .shipping,
.o-order-summary .order-value,
.o-order-summary .discount,
.o-order-summary .total,
.o-order-summary .staff-discount,
.o-order-summary .estimated-tax {
  float: right;
}

.o-order-summary .order-value-section,
.o-order-summary .shipping-section,
.o-order-summary .discount-section,
.o-order-summary .estimated-tax-section,
.o-order-summary .staff-discount-section {
  margin-bottom: 17px;
}

@media (min-width: 768px) {
  .o-order-summary .order-value-section,
  .o-order-summary .shipping-section,
  .o-order-summary .discount-section,
  .o-order-summary .estimated-tax-section,
  .o-order-summary .staff-discount-section {
    margin-bottom: 20px;
  }
}

.o-order-summary .order-value-section {
  -ms-flex-order: 1;
  order: 1;
}

.o-order-summary .shipping-section {
  -ms-flex-order: 2;
  order: 2;
}

.o-order-summary .estimated-tax-section {
  -ms-flex-order: 3;
  order: 3;
}

.o-order-summary .discount-section {
  color: #FF6002;
  -ms-flex-order: 4;
  order: 4;
}

.o-order-summary .staff-discount-section {
  color: #FF6002;
  -ms-flex-order: 5;
  order: 5;
}

.o-order-summary .o-cart-discount-code {
  -ms-flex-order: 6;
  order: 6;
}

.o-order-summary .o-cart-discount-code.is-active + .total-section {
  border: none;
  padding-top: 0;
}

.o-order-summary .o-cart-discount-code.is-active .code-area {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .o-order-summary .o-cart-discount-code.is-active .code-area {
    margin-bottom: 19px;
  }
}

.o-order-summary .total-section {
  border-top: 1px solid black;
  padding-top: 16px;
  -ms-flex-order: 7;
  order: 7;
}

@media (min-width: 768px) {
  .o-order-summary .total-section {
    padding-top: 19px;
  }
}

.o-order-summary.lightbox-summary {
  border-top: 1px solid black;
  padding-top: 18px;
}

.o-order-summary.lightbox-summary > div {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 0;
}

.o-order-summary.lightbox-summary .total-section {
  margin-top: 18px;
}

.o-order-summary.lightbox-summary .total-section .currency {
  margin-left: 4px;
}

.o-order-summary.lightbox-summary .shipping,
.o-order-summary.lightbox-summary .discount-label,
.o-order-summary.lightbox-summary .discount {
  color: #FF6002;
}

.o-page-content {
  position: relative;
  margin-top: 56px;
}

@media (min-width: 768px) {
  .o-page-content {
    margin-top: 80px;
  }
}

@media (min-width: 1281px) {
  .o-page-content {
    margin-top: 110px;
  }
}

.o-page-content.page-country-select {
  margin: 0;
  min-height: 100vh;
  height: 100%;
  background: url("/etc/designs/appeaser/weekday/clientlibs/pattern-lib/images/weekday.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 768px) and (min-height: 706px) {
  .o-page-content.page-country-select .u-transform-vertical-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

.o-page-content.page-country-select .a-weekday-logo {
  width: 186px;
  display: block;
  margin: auto;
  padding-top: 20px;
}

.o-page-content.page-country-select .a-weekday-logo svg g {
  fill: white;
}

@media (min-width: 1025px) {
  .o-page-content.page-country-select .a-weekday-logo {
    padding-top: 60px;
    max-height: 100px;
    min-height: 97px;
  }
}

.o-page-content.page-country-select .a-weekday-logo svg {
  height: 37px;
}

.o-page-content.cofs-page {
  padding-left: 5%;
  padding-right: 5%;
  max-width: 1640px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1641px) {
  .o-page-content.cofs-page {
    padding-left: 82px;
    padding-right: 82px;
  }
}

.o-page-content.page-cart .o-pra-component {
  display: none;
}

@media (min-width: 768px) {
  .o-page-content.page-cart .o-pra-component {
    display: block;
  }
}

.o-payment {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .o-payment {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1025px) {
  .o-payment {
    width: 33.33333%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.o-payment .a-heading-3 {
  font-size: 20px;
  line-height: 28px;
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  text-align: center;
  padding: 20px 0 33px 0;
}

@media (min-width: 768px) {
  .o-payment .a-heading-3 {
    text-align: left;
    padding: 40px 0 50px 0;
  }
}

.o-payment.no-cards .a-button {
  border: 2px solid;
  border-color: inherit;
  transition: none;
  text-align: center;
  height: 44px;
  padding: 12px 30px 11px 30px;
  max-width: 100%;
  margin: 48px 0 30px;
}

@media (min-width: 421px) {
  .o-payment.no-cards .a-button {
    min-width: 220px;
    max-width: 368px;
  }
}

@media (min-width: 768px) {
  .o-payment.no-cards .a-button {
    min-width: 184px;
  }
}

@media (min-width: 1025px) {
  .o-payment.no-cards .a-button {
    height: 48px;
    min-width: 220px;
    padding: 13px 30px 11px 30px;
  }
}

.o-payment.no-cards .a-button.is-hover,
.o-payment.no-cards .a-button:hover,
.o-payment.no-cards .a-button.is-active,
.o-payment.no-cards .a-button:active,
.o-payment.no-cards .a-button:focus {
  opacity: 0.7;
}

@media (min-width: 1025px) {
  .o-payment.no-cards .a-button.is-hover,
.o-payment.no-cards .a-button:hover,
.o-payment.no-cards .a-button.is-active,
.o-payment.no-cards .a-button:active,
.o-payment.no-cards .a-button:focus {
    border: 1px solid;
    border-color: inherit;
    opacity: initial;
    padding: 14px 31px 12px 31px;
  }
}

.o-payment.no-cards .a-button.is-disabled,
.o-payment.no-cards .a-button:disabled {
  display: none;
}

.o-payment.no-cards .a-paragraph {
  font-size: 14px;
  line-height: 20px;
}

.example.payment-checkout-example .address-section .a-link.edit-link {
  position: relative;
  padding-left: 8px;
}

.o-payment-checkout {
  font-size: 14px;
  line-height: 20px;
}

.o-payment-checkout .left-selection-section,
.o-payment-checkout .right-selection-section {
  width: 100%;
  margin-bottom: 40px;
  display: inline-block;
}

@media (min-width: 768px) {
  .o-payment-checkout .left-selection-section,
  .o-payment-checkout .right-selection-section {
    margin-bottom: 45px;
    width: auto;
  }
}

.o-payment-checkout .m-dropdown .a-label.placeholder {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Neue-Haas-Grotesk-Roman',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  border-bottom: 1px solid #A6A6A6;
  height: 43px;
  padding: 20px 0 2px 0;
}

@media (min-width: 768px) {
  .o-payment-checkout .m-dropdown.is-open ul.list-wrapper {
    top: 42px;
  }
}

.o-payment-checkout .m-dropdown.is-open ul.options {
  border: none;
}

@media (min-width: 768px) {
  .o-payment-checkout .m-dropdown.is-open ul.options {
    border-bottom: 2px solid black;
    border-top: 2px solid black;
  }
}

.o-payment-checkout .m-dropdown:first-child {
  float: left;
}

.o-payment-checkout .m-dropdown.has-error .error-msg {
  color: #FF0000;
}

.o-payment-checkout .initial-text {
  font-family: 'Neue-Haas-Grotesk-Medium',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  margin-bottom: 15px;
}

.o-payment-checkout .read-more {
  margin-bottom: 40px;
}

.o-payment-checkout .read-more,
.o-payment-checkout .initial-text {
  display: block;
}

@media (min-width: 768px) {
  .o-payment-checkout .read-more,
  .o-payment-checkout .initial-text {
    display: inline-block;
  }
}

.o-payment-checkout .card-section {
  display: none;
}

.o-payment-checkout .card-section .card-selection-section {
  width: 100%;
  display: inline-block;
}

.o-payment-checkout .card-section .card-selection-section .selection-heading {
  font-family: 'Neue-Haas-Grotesk-Medium',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  display: block;
}

.o-payment-checkout .card-section .card-selection-section .selection-text {
  display: block;
  margin: 18px 0 30px 0;
}

@media (min-width: 768px) {
  .o-payment-checkout .card-section .card-selection-section .selection-text {
    margin-bottom: 44px;
  }
}

@media (min-width: 768px) {
  .o-payment-checkout .card-section .card-selection-section .selection-heading,
  .o-payment-checkout .card-section .card-selection-section .selection-text {
    padding-left: 8px;
  }
}

.o-payment-checkout .card-section .card-selection-section .card-option {
  display: block;
  margin-bottom: 24px;
}

.o-payment-checkout .card-section .card-selection-section .card-option .m-radio-button .label-text .card-type {
  margin-right: 5px;
}

.o-payment-checkout .card-section .card-selection-section .card-option .m-radio-button .label-text .card-exp-date {
  display: none;
}

.o-payment-checkout .card-section .card-selection-section .card-option .cvv {
  width: 50%;
  padding-right: 4px;
  padding-left: 4px;
  margin: 15px 0 5px 0;
  padding: 0;
}

@media (min-width: 768px) {
  .o-payment-checkout .card-section .card-selection-section .card-option .cvv {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
    padding: 0;
  }
}

@media (min-width: 1025px) {
  .o-payment-checkout .card-section .card-selection-section .card-option .cvv {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .o-payment-checkout .card-section .card-selection-section .card-option,
  .o-payment-checkout .card-section .card-selection-section .add-card-option {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1281px) {
  .o-payment-checkout .card-section .card-selection-section .card-option,
  .o-payment-checkout .card-section .card-selection-section .add-card-option {
    width: 40%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.o-payment-checkout .card-section .card-selection-section .add-card-option {
  margin-bottom: 55px;
}

.o-payment-checkout .card-section .new-card-section .input-section {
  display: inline-block;
}

.o-payment-checkout .card-section .new-card-section .input-section .new-card-heading {
  font-family: 'Neue-Haas-Grotesk-Medium',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  margin-bottom: 35px;
  display: block;
}

.o-payment-checkout .card-section .new-card-section .input-section .new-card-number {
  margin-bottom: 5px;
}

.o-payment-checkout .card-section .new-card-section .input-section .expire-date-month,
.o-payment-checkout .card-section .new-card-section .input-section .expire-date-year {
  display: none;
}

.o-payment-checkout .card-section .new-card-section .input-section .expire-date .m-dropdown {
  width: 50%;
  display: inline-block;
}

.o-payment-checkout .card-section .new-card-section .input-section .expire-date .m-dropdown:first-child {
  padding-right: 4px;
}

@media (min-width: 768px) {
  .o-payment-checkout .card-section .new-card-section .input-section .expire-date .m-dropdown:first-child {
    padding-right: 8px;
  }
}

.o-payment-checkout .card-section .new-card-section .input-section .expire-date .m-dropdown:first-child .list-wrapper {
  padding-right: inherit;
}

.o-payment-checkout .card-section .new-card-section .input-section .expire-date .m-dropdown:last-child {
  padding-left: 4px;
}

@media (min-width: 768px) {
  .o-payment-checkout .card-section .new-card-section .input-section .expire-date .m-dropdown:last-child {
    padding-left: 8px;
  }
}

.o-payment-checkout .card-section .new-card-section .input-section .expire-date .m-dropdown:last-child .list-wrapper {
  padding-left: inherit;
}

.o-payment-checkout .card-section .new-card-section .input-section .m-dropdown.year .a-icon-arrow-down-small {
  right: -8px;
}

.o-payment-checkout .card-section .new-card-section .cvv {
  width: 50%;
  margin-top: 30px;
  padding-right: 4px;
}

@media (min-width: 768px) {
  .o-payment-checkout .card-section .new-card-section .cvv {
    padding-right: 8px;
  }
}

.o-payment-checkout .address-section {
  float: right;
  display: inline-block;
  position: relative;
}

.o-payment-checkout .address-section span {
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.o-payment-checkout .address-section span.heading {
  font-family: 'Neue-Haas-Grotesk-Medium',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  margin-bottom: 20px;
}

.o-payment-checkout .address-section .a-link.edit-link {
  position: absolute;
  top: 0;
  right: 8px;
}

.o-payment-checkout .address-section .edit-form {
  display: none;
}

.o-payment-checkout .bottom-section {
  display: none;
  margin-top: -3px;
}

@media (min-width: 768px) {
  .o-payment-checkout .bottom-section {
    width: 41.66667%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1025px) {
  .o-payment-checkout .bottom-section {
    width: 40%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.o-payment-checkout .bottom-section .a-button.submit {
  border: 2px solid black;
  padding: 19px 10px 16px 10px;
  font-size: 15px;
  line-height: 21px;
  border-left: none;
  border-right: none;
  display: block;
  text-align: center;
  text-transform: none;
  width: 100%;
  margin: 14px 0 32px 0;
  float: left;
  width: 100%;
}

@media (min-width: 1025px) {
  .o-payment-checkout .bottom-section .a-button.submit:hover,
.o-payment-checkout .bottom-section .a-button.submit.is-hover,
.o-payment-checkout .bottom-section .a-button.submit:focus {
    color: #29BAAF;
  }
}

.o-payment-checkout .bottom-section .a-button.submit:disabled,
.o-payment-checkout .bottom-section .a-button.submit.is-disabled {
  color: #A6A6A6;
  border-color: #A6A6A6;
  padding-bottom: 17px;
}

.o-payment-checkout .bottom-section .a-button.submit:disabled:active,
.o-payment-checkout .bottom-section .a-button.submit.is-disabled:active {
  color: #A6A6A6;
}

.o-payment-checkout .bottom-section .a-button.submit:active,
.o-payment-checkout .bottom-section .a-button.submit.is-active {
  opacity: 0.7;
}

@media (min-width: 1025px) {
  .o-payment-checkout .bottom-section .a-button.submit:active,
.o-payment-checkout .bottom-section .a-button.submit.is-active {
    color: #29BAAF;
    opacity: initial;
  }
}

.o-payment-checkout .bottom-section .m-checkbox {
  margin-bottom: 26px;
}

.o-payment-checkout .bottom-section .nif-text,
.o-payment-checkout .bottom-section .fattura-text {
  display: none;
  margin: 5px 0 16px;
}

.o-payment-checkout .bottom-section .encryptionInfo,
.o-payment-checkout .bottom-section .purchaseInfo {
  font-size: 12px;
  line-height: 17px;
  color: #7F7F7F;
  display: block;
}

.o-payment-checkout .bottom-section .purchaseInfo {
  margin-bottom: 30px;
}

.o-payment-checkout .bottom-section .conditions span {
  display: block;
}

.o-payment-checkout .bottom-section .conditions .a-link {
  border-bottom: 1px solid;
  border-color: inherit;
}

@media (min-width: 1025px) {
  .o-payment-checkout .bottom-section .conditions .a-link:hover {
    border-bottom: 1px solid #29BAAF;
  }
}

.o-payment-checkout .bottom-section .encryptionInfo {
  margin-bottom: 20px;
}

.o-payment-checkout .bottom-section .encryptionInfo span.image {
  height: 15px;
  width: 25px;
  display: inline-block;
  position: relative;
  top: 1px;
  background: url("/etc/designs/appeaser/weekday/clientlibs/pattern-lib/images/lock.svg");
  background-repeat: no-repeat;
}

.o-payment-checkout.failure-notification {
  margin-bottom: 0;
}

.o-payment-checkout.failure-notification .a-heading-2 {
  font-size: 20px;
  line-height: 28px;
}

.o-payment-checkout.failure-notification .a-paragraph {
  margin: 20px 0 40px;
}

@media (min-width: 768px) {
  .o-payment-checkout.failure-notification .a-paragraph {
    margin-bottom: 30px;
  }
}

.o-payment-checkout.edit-address .a-heading-2 {
  margin-bottom: 30px;
}

.o-payment-checkout.edit-address .a-button.is-primary {
  margin-top: 50px;
}

.o-payment-checkout.edit-address .city {
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .o-payment-checkout.edit-address .m-dropdown.is-open .list-wrapper .options {
    max-height: 232px;
  }
}

.o-payment-checkout.edit-address .m-dropdown.region {
  display: none;
}

.o-payment-checkout.edit-address.has-region-selection .region {
  display: block;
}

.o-payment-checkout.edit-address.has-region-selection .country {
  margin-top: 13px;
}

.o-pickup-location {
  padding-top: 50px;
}

@media (min-width: 768px) {
  .o-pickup-location {
    padding-top: 65px;
  }
}

.o-pickup-location .pickup-heading {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .o-pickup-location .pickup-heading {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1281px) {
  .o-pickup-location .pickup-heading {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.o-pickup-location .pickup-heading .heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .o-pickup-location .pickup-heading .heading {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
    padding-left: 0;
  }
}

@media (min-width: 1025px) {
  .o-pickup-location .pickup-heading .heading {
    width: 46.66667%;
    padding-right: 8px;
    padding-left: 8px;
    padding-left: 0;
  }
}

.o-pickup-location .pickup-heading .heading .ndd-text {
  margin-bottom: 40px;
}

.o-pickup-location .pickup-heading .heading .ndd-text .a-link {
  font-size: 12px;
  line-height: 17px;
  border-bottom: 1px solid;
  border-color: inherit;
}

@media (min-width: 1025px) {
  .o-pickup-location .pickup-heading .heading .ndd-text .a-link:hover {
    border-bottom: 1px solid #29BAAF;
  }
}

@media (min-width: 1025px) {
  .o-pickup-location .pickup-heading .heading .ndd-text .a-link {
    font-size: 14px;
    line-height: 20px;
  }
}

.o-pickup-location .pickup-heading .heading .a-heading-2 {
  -ms-flex-order: 1;
  order: 1;
  padding-bottom: 30px;
}

.o-pickup-location .pickup-heading .zip-search {
  padding-top: 0;
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  .o-pickup-location .pickup-heading .zip-search {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
    padding-left: 0;
  }
}

@media (min-width: 1025px) {
  .o-pickup-location .pickup-heading .zip-search {
    width: 46.66667%;
    padding-right: 8px;
    padding-left: 8px;
    padding-left: 0;
  }
}

.o-pickup-location .pickup-location-content::after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.o-pickup-location .toggle-box {
  padding-top: 15px;
  text-align: center;
}

@media (min-width: 768px) {
  .o-pickup-location .toggle-box {
    display: none;
  }
}

.o-pickup-location .toggle-box .toggle-link {
  font-size: 15px;
  line-height: 21px;
  font-family: 'Neue-Haas-Grotesk-Medium',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  border-bottom: 2px solid transparent;
  color: #7F7F7F;
  padding: 13px 0;
  transition: color 0.25s ease,
border 0.25s ease;
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
}

.o-pickup-location .toggle-box .toggle-link.is-active {
  color: black;
  border-color: black;
}

.o-pickup-location .toggle-box .toggle-link:hover {
  color: #29BAAF;
}

.o-pickup-location .locations {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  transition: opacity 0.25s ease;
  display: inline-block;
  float: left;
}

.o-pickup-location .locations .showHideMore {
  display: none;
}

@media (min-width: 768px) {
  .o-pickup-location .locations {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1025px) {
  .o-pickup-location .locations {
    width: 46.66667%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.o-pickup-location .map {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  z-index: -1;
  transition: opacity 0.25s ease;
  position: absolute;
  opacity: 0;
  display: inline-block;
  padding-top: 10px;
}

@media (min-width: 768px) {
  .o-pickup-location .map {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
    z-index: 0;
    opacity: 1;
    position: static;
    padding-top: 0;
  }
}

@media (min-width: 1025px) {
  .o-pickup-location .map {
    width: 53.33333%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 768px) {
  .o-pickup-location .map .o-map .m-info-box {
    position: relative;
    top: -40px;
    right: auto;
    transform: none;
  }
}

.o-pickup-location .wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}

.o-pickup-location .a-image,
.o-pickup-location .a-paragraph {
  display: inline-block;
}

.o-pickup-location .m-hazmat {
  display: none;
}

.o-pickup-location .m-radio-button .a-paragraph {
  font-size: 14px;
  line-height: 20px;
  margin-right: 41px;
}

@media (min-width: 1025px) {
  .o-pickup-location .m-radio-button .a-paragraph {
    margin-right: calc(41px + 16%);
  }
}

.o-pickup-location .a-paragraph span {
  display: block;
}

.o-pickup-location .label-text {
  position: relative;
}

.o-pickup-location .flammable .a-image {
  display: inline-block;
  height: 25px;
  width: 26px;
}

.o-pickup-location .flammable .a-image.flammable-image {
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 1025px) {
  .o-pickup-location .flammable .a-image.flammable-image {
    right: 16%;
  }
}

.o-pickup-location .flammable .m-radio-button {
  width: 100%;
}

.o-pickup-location .flammable .m-radio-button .a-radio-button:checked ~ .label-text .m-hazmat {
  font-size: 10px;
  line-height: 15px;
  display: block;
  margin-top: 13px;
}

@media (min-width: 1025px) {
  .o-pickup-location .flammable .m-radio-button .a-radio-button:checked ~ .label-text .m-hazmat {
    margin-top: 24px;
  }
}

.o-pickup-location .flammable .m-radio-button .a-radio-button:checked ~ .label-text .m-hazmat .hazmat-label {
  display: inline-block;
  width: calc(100% - 46px);
  float: right;
}

@media (min-width: 768px) {
  .o-pickup-location .flammable .m-radio-button .a-radio-button:checked ~ .label-text .m-hazmat .hazmat-label {
    padding-right: 18%;
  }
}

.o-pickup-location .no-pup-found {
  font-size: 14px;
  line-height: 20px;
  color: #29BAAF;
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
}

@media (min-width: 768px) {
  .o-pickup-location .no-pup-found {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1025px) {
  .o-pickup-location .no-pup-found {
    width: 46.66667%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.o-pickup-location.show-map .locations {
  z-index: -1;
  position: absolute;
  opacity: 0;
  top: 0;
}

@media (min-width: 768px) {
  .o-pickup-location.show-map .locations {
    z-index: 0;
    position: static;
    opacity: 1;
  }
}

.o-pickup-location.show-map .map {
  z-index: 0;
  opacity: 1;
  position: static;
}

.tile-example .o-product {
  width: 300px;
}

.o-product {
  font-size: 14px;
  line-height: 17px;
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
  width: 100%;
}

.o-product .image {
  position: relative;
}

.o-product .image .a-image {
  z-index: 1;
}

.o-product .product-type {
  display: none;
}

.o-product .m-product-price .a-label {
  font-size: 12px;
  line-height: 17px;
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
}

.o-product .product-brand-and-title {
  font-size: 12px;
  line-height: 17px;
}

.o-product .product-brand-and-title .product-brand {
  display: block;
}

.o-product .product-brand-and-title .product-title {
  display: block;
  min-height: 34px;
}

.o-product .a-button {
  display: none;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.o-product .m-swatches {
  margin-top: 4px;
}

@media (min-width: 1025px) {
  .o-product:hover .a-button {
    display: block;
  }
}

.o-product.no-quick-buy .a-button {
  display: none;
}

.o-product-cofs {
  font-size: 14px;
  line-height: 17px;
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
  width: 100%;
}

.o-product-cofs .a-button {
  display: none;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.o-product-cofs .m-product-marker {
  -ms-flex-order: 4;
  order: 4;
  transform: rotate(-90deg) translate(calc(-50% + (135px / 2)),
50%);
}

.o-product-cofs .product-title {
  font-size: 12px;
  line-height: 17px;
  -ms-flex-order: 3;
  order: 3;
  min-height: 34px;
}

.o-product-cofs .m-product-price {
  -ms-flex-order: 1;
  order: 1;
}

.o-product-cofs .m-product-price .a-label {
  font-size: 12px;
  line-height: 17px;
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
}

.o-product-cofs .product-brand {
  font-size: 12px;
  line-height: 17px;
  -ms-flex-order: 2;
  order: 2;
}

.o-product-cofs .m-swatches {
  -ms-flex-order: 4;
  order: 4;
  margin-top: 4px;
}

.o-product-cofs .product-variants {
  display: none;
}

.o-product-cofs .image-holder {
  margin-top: 20px;
  position: relative;
}

.o-product-cofs .description {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.o-product-cofs.out-of-stock {
  display: none;
}

@media (min-width: 768px) {
  .o-product-cofs.out-of-stock {
    display: inline-block;
  }
}

@media (min-width: 1025px) {
  .o-product-cofs:hover .a-button {
    display: block;
  }
}

.o-product-cofs.no-quick-buy .a-button {
  display: none;
}

.o-product-details {
  float: left;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .o-product-details {
    margin-top: 26px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1025px) {
  .o-product-details {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .o-product-details .tablet-container {
    max-width: 284px;
  }
}

@media (min-width: 1025px) {
  .o-product-details .tablet-container {
    max-width: 100%;
  }
}

.o-product-details .brand-name {
  font-size: 12px;
  line-height: 17px;
  display: block;
  margin-top: 30px;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .o-product-details .brand-name {
    margin-top: 0;
  }
}

@media (min-width: 1025px) {
  .o-product-details .brand-name {
    font-size: 14px;
    line-height: 20px;
  }
}

.o-product-details .product-name,
.o-product-details .product-markers {
  display: block;
  margin-bottom: 12px;
}

.o-product-details .m-product-price {
  margin-top: 0;
}

.o-product-details .m-swatches {
  margin-bottom: 42px;
}

@media (min-width: 1025px) {
  .o-product-details .m-swatches {
    margin-bottom: 37px;
  }
}

.o-product-details .a-button.add-to-bag,
.o-product-details .a-button.out-of-stock {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 45px;
  padding: 19px 15px 16px 15px;
  text-align: center;
}

@media (min-width: 1025px) {
  .o-product-details .a-button.add-to-bag,
.o-product-details .a-button.out-of-stock {
    line-height: 24px;
    margin-bottom: 50px;
  }
}

.o-product-details .a-button.add-to-bag.is-disabled,
.o-product-details .a-button.out-of-stock.is-disabled {
  cursor: default;
  border-bottom-width: 1px;
}

.o-product-details .a-button.add-to-bag {
  border-top: none;
  border-bottom-width: 2px;
}

.o-product-details .a-button.add-to-bag:focus {
  color: black;
}

.o-product-details .a-button.out-of-stock {
  pointer-events: none;
}

.o-product-details .m-dropdown {
  float: left;
  width: 100%;
}

.o-product-details .m-dropdown .a-label.placeholder {
  font-size: 15px;
  line-height: 21px;
  font-family: 'Neue-Haas-Grotesk-Medium',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
}

.o-product-details .free-text {
  margin-bottom: 30px;
}

@media (min-width: 1025px) {
  .o-product-details .free-text {
    font-size: 12px;
    line-height: 17px;
  }
}

@media (min-width: 768px) {
  .o-product-details .info-section,
  .o-product-details .details-section {
    width: 41.66667%;
    padding-right: 8px;
    padding-left: 8px;
    margin-right: 8.33333%;
    display: inline-block;
    float: left;
  }
}

@media (min-width: 1025px) {
  .o-product-details .info-section,
  .o-product-details .details-section {
    width: 100%;
    padding: 0;
    max-width: 320px;
  }
}

@media (min-width: 768px) {
  .o-product-details .details-section {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .o-product-details .info-section {
    padding-right: 0;
  }
}

.o-product-details .o-accordion {
  position: relative;
  left: -9px;
  margin-bottom: 7px;
}

.o-product-details .o-accordion.is-visible .a-icon-arrow-down-small {
  transform: rotate(180deg);
}

.o-product-details .o-accordion.is-visible .accordion-content {
  padding-top: 14px;
  padding-bottom: 14px;
}

.o-product-details .o-accordion .accordion-header .a-heading-3 {
  font-size: 12px;
  line-height: 17px;
  font-family: 'Neue-Haas-Grotesk-Roman',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  padding: 7px 0;
}

.o-product-details .o-accordion .accordion-content {
  display: block;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .o-product-details .o-accordion .accordion-content .a-paragraph {
    font-size: 12px;
    line-height: 17px;
  }
}

.o-product-details .o-accordion .accordion-content .a-link {
  font-size: 12px;
  line-height: 17px;
}

.o-product-details .o-accordion .accordion-content .m-hazmat {
  margin-top: 24px;
}

.o-product-details .o-accordion .accordion-content .m-hazmat .a-image,
.o-product-details .o-accordion .accordion-content .m-hazmat .hazmat-label {
  display: inline-block;
  vertical-align: top;
}

.o-product-details .o-accordion .accordion-content .m-hazmat .a-image {
  width: 32px;
  height: 32px;
}

.o-product-details .o-accordion .accordion-content .m-hazmat .hazmat-label,
.o-product-details .o-accordion .accordion-content .m-hazmat .a-link {
  font-size: 10px;
  line-height: 15px;
}

.o-product-details .o-accordion .accordion-content .m-hazmat .hazmat-label {
  width: calc(100% - 46px);
  margin-left: 14px;
}

.o-product-details .a-label.info {
  font-family: 'Neue-Haas-Grotesk-Italic',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  display: block;
  padding-top: 20px;
}

.o-product-details .m-product-price .markers .m-product-marker .marker-image {
  margin-bottom: 10px;
  margin-top: 4px;
}

.o-product-filter {
  padding: 5px 0 18px 0;
}

.o-product-filter::after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

@media (min-width: 1025px) {
  .o-product-filter {
    padding-top: 0;
  }
}

.o-product-filter.is-sticky {
  height: 55px;
}

@media (min-width: 1025px) {
  .o-product-filter.is-sticky {
    height: 77px;
  }
}

.o-product-filter.is-sticky .m-dropdown.is-open .filter-wrapper {
  top: 56px;
}

@media (min-width: 1025px) {
  .o-product-filter.is-sticky .m-dropdown.is-open .list-wrapper {
    top: 57px;
  }
}

.o-product-filter.is-sticky .filter-link {
  background-color: white;
  z-index: 5;
  position: fixed;
  width: 55%;
  padding-bottom: 10px;
}

.o-product-filter.is-sticky .filter-wrapper {
  z-index: 5;
  position: fixed;
  left: 0;
}

@media (min-width: 1025px) {
  .o-product-filter.is-sticky .filter-wrapper {
    left: auto;
    height: auto;
  }
}

.o-product-filter.is-open .filter-wrapper {
  z-index: 20;
}

.o-product-filter .filter-wrapper {
  background-color: white;
  display: none;
  padding: 0 20px 40px 20px;
  position: fixed;
  overflow-y: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 21;
}

@media (min-width: 768px) {
  .o-product-filter .filter-wrapper {
    padding: 0 30px;
    width: 50%;
  }
}

@media (min-width: 1025px) {
  .o-product-filter .filter-wrapper {
    overflow-y: visible;
    display: block;
    padding: 0;
    position: static;
    width: 100%;
  }
}

.o-product-filter.is-open .filter-wrapper {
  display: block;
}

.o-product-filter.is-open.animate-filter-wrapper .filter-wrapper {
  animation: slide-in 0.4s ease;
}

@media (min-width: 1025px) {
  .o-product-filter .filter-link {
    display: none;
  }
}

.o-product-filter .filter-link.is-selected {
  color: #29BAAF;
}

.o-product-filter .filter-title {
  font-family: 'Neue-Haas-Grotesk-Medium',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  padding: 20px 0 32px 0;
  text-align: left;
}

@media (min-width: 768px) {
  .o-product-filter .filter-title {
    padding-top: 31px;
  }
}

@media (min-width: 1025px) {
  .o-product-filter .filter-title {
    display: none;
  }
}

.o-product-filter .a-icon-close {
  position: absolute;
  right: 14px;
  top: 13px;
}

@media (min-width: 768px) {
  .o-product-filter .a-icon-close {
    top: 24px;
    right: 18px;
  }
}

@media (min-width: 1025px) {
  .o-product-filter .a-icon-close {
    display: none;
  }
}

.o-product-filter .filters-content {
  margin-bottom: 0;
}

@media (min-width: 1025px) {
  .o-product-filter .filters-content {
    margin-bottom: 43px;
  }
}

@media (min-width: 1025px) {
  .o-product-filter .filters-content {
    display: inline;
    margin-bottom: 0;
  }
}

@media (min-width: 1025px) {
  .o-product-filter .a-button.is-primary,
.o-product-filter .a-button.is-secondary {
    display: none;
  }
}

.o-product-filter .a-link.js-clear {
  color: #7F7F7F;
  display: none;
}

@media (min-width: 1025px) {
  .o-product-filter .a-link.js-clear {
    padding: 20px 0 16px 0;
  }
}

.o-product-filter .a-link.js-clear:before {
  font-family: 'Weekday-Icons';
  font-weight: normal;
  content: "\e90d";
  font-size: 11px;
  padding-right: 8px;
}

.o-product-filter .o-filter.has-error .m-dropdown.is-open .options {
  padding-top: 12px;
  padding-bottom: 12px;
}

.o-product-filter .o-filter:last-child .m-dropdown:after {
  display: none;
}

.o-product-filter .o-filter:last-child .m-dropdown.is-open ul.options {
  border-bottom: none;
}

@media (min-width: 1025px) {
  .o-product-filter .o-filter:last-child .m-dropdown.is-open ul.options {
    border-bottom: 1px solid black;
  }
}

.o-product-filter .o-filter .m-checkbox {
  margin: 0;
}

.o-product-filter .m-dropdown {
  margin-bottom: 1px;
}

@media (min-width: 1025px) {
  .o-product-filter .m-dropdown {
    border: 1px solid transparent;
  }
}

.o-product-filter .m-dropdown:not(.is-open):after {
  background-color: #A6A6A6;
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
}

@media (min-width: 1025px) {
  .o-product-filter .m-dropdown:not(.is-open):after {
    display: none;
  }
}

@media (min-width: 1025px) {
  .o-product-filter .m-dropdown .a-icon-arrow-down-small {
    right: 0;
  }
}

.o-product-filter .m-dropdown .options {
  border: 1px solid black;
  text-align: left;
  border-left: none;
  border-right: none;
  padding-left: 26px;
  transition: none;
}

@media (min-width: 1025px) {
  .o-product-filter .m-dropdown .options {
    transition: transform 0.38s ease,
opacity 0.24s ease 140ms,
max-height 1ms ease 0.4s,
border-width 1ms 0.4s;
    opacity: 0;
    max-height: 0;
    transform: translateY(-100%);
    padding: 16px 20px;
  }
}

.o-product-filter .m-dropdown .options .a-option,
.o-product-filter .m-dropdown .options .m-checkbox {
  border-bottom: 1px solid #f3f3f3;
  font-size: 12px;
  line-height: 57px;
}

.o-product-filter .m-dropdown .options .a-option:last-child,
.o-product-filter .m-dropdown .options .m-checkbox:last-child {
  border: 1px solid transparent;
}

@media (min-width: 1025px) {
  .o-product-filter .m-dropdown .options .a-option,
  .o-product-filter .m-dropdown .options .m-checkbox {
    border: 1px solid transparent;
    line-height: 38px;
  }
}

.o-product-filter .m-dropdown .list-wrapper {
  position: static;
}

@media (min-width: 1025px) {
  .o-product-filter .m-dropdown .list-wrapper {
    display: none;
    position: absolute;
    width: 176px;
  }
}

.o-product-filter .m-dropdown.is-open .a-icon-close {
  display: none;
}

.o-product-filter .m-dropdown.is-open .a-icon-arrow-down-small {
  transform: rotate(180deg);
}

.o-product-filter .m-dropdown.is-open .list-wrapper {
  position: static;
}

@media (min-width: 1025px) {
  .o-product-filter .m-dropdown.is-open .list-wrapper {
    position: absolute;
    width: 176px;
    top: 65px;
  }
}

.o-product-filter .m-dropdown.is-open .options {
  position: static;
  transform: translate(0);
  padding: 0 20px;
  transition: none;
}

@media (min-width: 1025px) {
  .o-product-filter .m-dropdown.is-open .options {
    transition: transform 0.4s ease,
opacity 0.01s ease;
    opacity: 1;
    max-height: 454px;
    transform: none;
    padding: 18px 20px;
    position: relative;
    transform: none;
    max-height: 438px;
  }
}

@media (min-width: 1025px) {
  .o-product-filter.has-applied-filters .a-link.js-clear {
    display: inline-block;
  }
}

.o-product-filter.has-applied-filters .filter-link {
  color: #29BAAF;
}

.o-product-gallery {
  float: left;
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .o-product-gallery {
    margin-top: 12px;
    margin-bottom: 18px;
  }
}

@media (min-width: 1025px) {
  .o-product-gallery {
    margin-bottom: 25px;
  }
}

.o-product-gallery .main-image-wrapper {
  display: none;
  position: relative;
}

@media (min-width: 768px) {
  .o-product-gallery .main-image-wrapper {
    width: 100%;
    overflow: hidden;
    display: block;
    float: left;
  }
  .o-product-gallery .main-image-wrapper:hover {
    cursor: url("/etc/designs/appeaser/weekday/clientlibs/pattern-lib/images/cursor-zoom-weekday.svg") 14 14,
pointer;
  }
  .o-product-gallery .main-image-wrapper .a-image {
    display: block;
  }
  .o-product-gallery .main-image-wrapper .zoom-image {
    transition: opacity 1s;
    position: absolute;
    width: auto;
    max-width: none;
    opacity: 0;
  }
  .o-product-gallery .main-image-wrapper .zoom-image.is-visible {
    opacity: 1;
  }
}

.o-product-gallery .tap-button {
  background-color: white;
  color: #7f7f7f;
  font-size: 9px;
  line-height: 12px;
  position: absolute;
  padding: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,
-50%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.o-product-gallery .slider-wrapper.tapped .tap-button,
.o-product-gallery .main-image-wrapper.tapped .tap-button {
  opacity: 1;
}

.o-product-gallery .slider-wrapper {
  position: relative;
}

@media (min-width: 768px) {
  .o-product-gallery .slider-wrapper {
    position: absolute;
    right: 0;
    height: 100%;
    display: inline-block;
    margin-right: 8px;
    width: 44px;
  }
}

@media (min-width: 1025px) {
  .o-product-gallery .slider-wrapper {
    width: 54px;
  }
}

.o-product-gallery .o-slider {
  color: black;
  max-width: 100%;
  padding-bottom: 0;
  margin: 0 4px;
  width: calc(100% - 8px);
}

@media (min-width: 768px) {
  .o-product-gallery .o-slider {
    position: absolute;
    margin: 0;
    height: 100%;
    width: 100%;
  }
}

.o-product-gallery .o-slider .swiper-slide {
  padding: 0;
}

@media (min-width: 768px) {
  .o-product-gallery .o-slider .swiper-slide {
    height: auto;
  }
}

.o-product-gallery .o-slider .swiper-pagination.swiper-pagination-bullets {
  top: -10px;
}

@media (min-width: 768px) {
  .o-product-gallery .o-slider .swiper-pagination.swiper-pagination-bullets {
    display: none;
  }
}

.o-product-gallery .o-slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: black;
}

.o-product-gallery .o-slider .swiper-arrow {
  display: none;
}

@media (min-width: 768px) {
  .o-product-gallery .o-slider .swiper-arrow {
    display: block;
  }
}

.o-product-gallery .o-slider .a-picture .a-image {
  border: none;
  padding: 0;
}

@media (min-width: 768px) {
  .o-product-gallery .o-slider .a-picture .a-image {
    cursor: pointer;
    margin-bottom: 18px;
  }
}

@media (min-width: 768px) and (min-width: 1025px) {
  .o-product-gallery .o-slider .a-picture .a-image {
    margin-bottom: 30px;
  }
}

.o-product-gallery .o-slider .a-picture:last-child .a-image {
  margin-bottom: 0;
}

.o-product-gallery .o-slider .slider {
  visibility: visible;
  padding-top: 18px;
}

@media (min-width: 768px) {
  .o-product-gallery .o-slider .slider {
    padding-top: 0;
    max-height: 100%;
  }
}

.o-product-gallery .o-slider .swiper-arrow {
  background-color: white;
  z-index: 1;
  visibility: visible;
  position: absolute;
  top: auto;
  right: auto;
  left: auto;
  width: 100%;
}

.o-product-gallery .o-slider .swiper-arrow:before {
  position: relative;
  width: 32px;
  left: 50%;
  transform: translateX(-50%);
}

.o-product-gallery .o-slider .swiper-arrow.swiper-button-disabled {
  visibility: hidden;
}

.o-product-gallery .o-slider .swiper-arrow.swiper-prev {
  top: 0;
  left: auto;
  text-align: center;
  transform: none;
}

.o-product-gallery .o-slider .swiper-arrow.swiper-prev:before {
  font-family: 'Weekday-Icons';
  font-weight: normal;
  content: "\e90b";
}

.o-product-gallery .o-slider .swiper-arrow.swiper-prev:hover {
  color: #A6A6A6;
}

.o-product-gallery .o-slider .swiper-arrow.swiper-prev:active:before {
  font-family: 'Weekday-Icons';
  font-weight: normal;
  color: black;
  content: "\e90b";
}

.o-product-gallery .o-slider .swiper-arrow.swiper-next {
  text-align: center;
  bottom: 0;
  transform: none;
}

.o-product-gallery .o-slider .swiper-arrow.swiper-next:before {
  font-family: 'Weekday-Icons';
  font-weight: normal;
  content: "\e904";
}

.o-product-gallery .o-slider .swiper-arrow.swiper-next:hover {
  color: #A6A6A6;
}

.o-product-gallery .o-slider .swiper-arrow.swiper-next:active:before {
  font-family: 'Weekday-Icons';
  font-weight: normal;
  color: black;
  content: "\e904";
}

.o-product-slider {
  background-repeat: no-repeat;
  background-size: cover;
}

.o-product-slider .slider-title {
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  padding-top: 32px;
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  .o-product-slider .slider-title {
    padding-top: 66px;
    margin-bottom: 8px;
  }
}

@media (min-width: 1025px) {
  .o-product-slider .slider-title {
    padding-top: 72px;
  }
}

.o-product-slider .o-product,
.o-product-slider .o-product-cofs {
  padding: 32px 0;
}

@media (min-width: 768px) {
  .o-product-slider .o-product,
  .o-product-slider .o-product-cofs {
    padding-top: 14px;
    padding-bottom: 56px;
  }
}

@media (min-width: 1025px) {
  .o-product-slider .o-product,
  .o-product-slider .o-product-cofs {
    padding-bottom: 72px;
  }
}

.o-product-slider.o-slider .swiper-arrow,
.o-product-slider.o-slider-cofs .swiper-arrow {
  color: #A6A6A6;
  display: none;
}

@media (min-width: 1025px) {
  .o-product-slider.o-slider .swiper-arrow,
.o-product-slider.o-slider-cofs .swiper-arrow {
    display: block;
  }
}

@media (min-width: 1025px) {
  .o-product-slider.o-slider .swiper-pagination.swiper-pagination-bullets,
.o-product-slider.o-slider-cofs .swiper-pagination.swiper-pagination-bullets {
    display: none;
  }
}

.o-product-slider.o-pra-component .slider .swiper-pagination .swiper-pagination-bullets,
.o-product-slider.o-style-with .slider .swiper-pagination .swiper-pagination-bullets {
  top: 0;
}

.o-product-slider.o-pra-component .o-product,
.o-product-slider.o-pra-component .o-product-cofs,
.o-product-slider.o-style-with .o-product,
.o-product-slider.o-style-with .o-product-cofs {
  padding-top: 25px;
  padding-bottom: 10px;
}

@media (min-width: 1025px) {
  .o-product-slider.o-pra-component .o-product,
  .o-product-slider.o-pra-component .o-product-cofs,
.o-product-slider.o-style-with .o-product,
  .o-product-slider.o-style-with .o-product-cofs {
    padding-top: 0;
  }
}

.o-product-slider.o-pra-component .slider-title,
.o-product-slider.o-style-with .slider-title {
  font-size: 18px;
  line-height: 25px;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .o-product-slider.o-pra-component .slider-title,
.o-product-slider.o-style-with .slider-title {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1025px) {
  .o-product-slider.o-pra-component .slider-title,
.o-product-slider.o-style-with .slider-title {
    font-size: 18px;
    line-height: 25px;
    text-align: left;
  }
}

.o-product-slider.o-pra-component .swiper-arrow,
.o-product-slider.o-style-with .swiper-arrow {
  color: #A6A6A6;
  top: calc(50% - 64px);
}

@media (min-width: 1025px) {
  .o-product-slider.o-pra-component.has-spacers,
.o-product-slider.o-style-with.has-spacers {
    width: calc(100% - 80px);
    margin: 0 40px;
  }
  .o-product-slider.o-pra-component.has-spacers .slider-title,
.o-product-slider.o-style-with.has-spacers .slider-title {
    margin-left: 30px;
  }
  .o-product-slider.o-pra-component.has-spacers .swiper-slide,
.o-product-slider.o-style-with.has-spacers .swiper-slide {
    padding-left: 30px;
    padding-right: 30px;
  }
  .o-product-slider.o-pra-component.has-spacers .swiper-prev,
.o-product-slider.o-style-with.has-spacers .swiper-prev {
    left: -8px;
  }
  .o-product-slider.o-pra-component.has-spacers .swiper-next,
.o-product-slider.o-style-with.has-spacers .swiper-next {
    right: -8px;
  }
}

@media (min-width: 1025px) {
  .pdp-page .pra-wrapper {
    width: 70.83333%;
  }
}

@media (min-width: 1025px) {
  .pdp-page .o-product-slider.o-pra-component.has-spacers,
.pdp-page .o-product-slider.o-style-with.has-spacers {
    margin: 0 25px;
    width: calc(100% - 49px);
  }
  .pdp-page .o-product-slider.o-pra-component.has-spacers .swiper-container-horizontal,
.pdp-page .o-product-slider.o-style-with.has-spacers .swiper-container-horizontal {
    padding: 0 15px;
  }
  .pdp-page .o-product-slider.o-pra-component.has-spacers .slider-title,
.pdp-page .o-product-slider.o-style-with.has-spacers .slider-title {
    margin-left: 36px;
  }
  .pdp-page .o-product-slider.o-pra-component.has-spacers .swiper-slide,
.pdp-page .o-product-slider.o-style-with.has-spacers .swiper-slide {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pdp-page .o-product-slider.o-pra-component.has-spacers .swiper-prev,
.pdp-page .o-product-slider.o-style-with.has-spacers .swiper-prev {
    left: -12px;
  }
  .pdp-page .o-product-slider.o-pra-component.has-spacers .swiper-next,
.pdp-page .o-product-slider.o-style-with.has-spacers .swiper-next {
    right: -11px;
  }
}

@media (min-width: 1025px) {
  .pdp-page .o-product-slider[data-slides-desktop="3"].o-pra-component.has-spacers,
.pdp-page .o-product-slider[data-slides-desktop="3"].o-style-with.has-spacers {
    margin: 0 8px;
    width: calc(100% - 16px);
  }
  .pdp-page .o-product-slider[data-slides-desktop="3"].o-pra-component.has-spacers .swiper-container-horizontal,
.pdp-page .o-product-slider[data-slides-desktop="3"].o-style-with.has-spacers .swiper-container-horizontal {
    padding: 0;
  }
  .pdp-page .o-product-slider[data-slides-desktop="3"].o-pra-component.has-spacers .swiper-slide,
.pdp-page .o-product-slider[data-slides-desktop="3"].o-style-with.has-spacers .swiper-slide {
    padding-left: 6%;
    padding-right: 6%;
  }
  .pdp-page .o-product-slider[data-slides-desktop="3"].o-pra-component.has-spacers .swiper-prev,
.pdp-page .o-product-slider[data-slides-desktop="3"].o-style-with.has-spacers .swiper-prev {
    left: 2px;
  }
  .pdp-page .o-product-slider[data-slides-desktop="3"].o-pra-component.has-spacers .swiper-next,
.pdp-page .o-product-slider[data-slides-desktop="3"].o-style-with.has-spacers .swiper-next {
    right: 2px;
  }
  .pdp-page .o-product-slider[data-slides-desktop="3"].o-pra-component.has-spacers .slider-title,
.pdp-page .o-product-slider[data-slides-desktop="3"].o-style-with.has-spacers .slider-title {
    margin-left: 6%;
  }
}

@media (min-width: 1025px) {
  .pdp-page .o-product-slider[data-slides-desktop="6"].o-pra-component.has-spacers .swiper-arrow,
.pdp-page .o-product-slider[data-slides-desktop="6"].o-style-with.has-spacers .swiper-arrow {
    top: calc(50% - 90px);
  }
}

.o-product-sort {
  padding: 5px 0 28px 0;
  text-align: right;
}

.o-product-sort::after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

@media (min-width: 1025px) {
  .o-product-sort {
    position: relative;
    right: -9px;
    padding: 0 0 15px 0;
  }
}

.o-product-sort.is-sticky .m-dropdown.is-open .product-sort-wrapper {
  top: 56px;
}

@media (min-width: 1025px) {
  .o-product-sort.is-sticky .m-dropdown.is-open .list-wrapper {
    top: 57px;
  }
}

.o-product-sort.is-sticky .product-sort-link {
  background-color: white;
  z-index: 5;
  position: fixed;
  width: 50%;
  right: 6%;
  padding-bottom: 10px;
}

.o-product-sort.is-sticky .product-sort-wrapper {
  z-index: 5;
}

.o-product-sort.is-sticky .product-sort-wrapper.is-open {
  z-index: 20;
}

@media (min-width: 1025px) {
  .o-product-sort.is-sticky .product-sort-wrapper {
    position: fixed;
    width: auto;
    height: auto;
    right: calc(5% - 1px);
  }
}

@media (min-width: 1641px) {
  .o-product-sort.is-sticky .product-sort-wrapper {
    right: calc((100% - 1476px) / 2);
  }
}

.o-product-sort .product-sort-wrapper {
  display: none;
  padding: 0 20px 40px 20px;
  position: fixed;
  overflow-y: auto;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 21;
  background-color: white;
}

@media (min-width: 768px) {
  .o-product-sort .product-sort-wrapper {
    padding: 0 25px;
    width: 50%;
  }
}

@media (min-width: 1025px) {
  .o-product-sort .product-sort-wrapper {
    overflow-y: visible;
    display: block;
    padding: 0;
    position: static;
    width: 100%;
  }
}

.o-product-sort .product-sort-wrapper.is-open {
  animation: slide-in-right 0.4s ease;
  display: block;
}

@media (min-width: 1025px) {
  .o-product-sort .product-sort-link {
    display: none;
  }
}

.o-product-sort .product-sort-title {
  font-family: 'Neue-Haas-Grotesk-Medium',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  padding: 20px 0 32px 0;
  text-align: left;
}

@media (min-width: 768px) {
  .o-product-sort .product-sort-title {
    padding-top: 31px;
  }
}

@media (min-width: 1025px) {
  .o-product-sort .product-sort-title {
    display: none;
  }
}

.o-product-sort .a-icon-close {
  position: absolute;
  right: 14px;
  top: 13px;
}

@media (min-width: 768px) {
  .o-product-sort .a-icon-close {
    top: 24px;
    right: 18px;
  }
}

@media (min-width: 1025px) {
  .o-product-sort .a-icon-close {
    display: none;
  }
}

.o-product-sort .product-sort-content {
  margin-bottom: 43px;
}

@media (min-width: 1025px) {
  .o-product-sort .product-sort-content {
    margin-bottom: 0;
  }
}

@media (min-width: 1025px) {
  .o-product-sort .o-filter {
    margin-right: 0;
  }
}

.o-product-sort .m-dropdown {
  border-bottom: 1px solid #A6A6A6;
}

@media (min-width: 1025px) {
  .o-product-sort .m-dropdown {
    border: 1px solid transparent;
  }
}

@media (min-width: 1025px) {
  .o-product-sort .m-dropdown .a-icon-arrow-down-small {
    right: 0;
  }
}

@media (max-width: 1024px) {
  .o-product-sort .m-dropdown ul.options {
    transition: none;
    padding: 0;
    display: block;
    text-align: left;
    max-height: none;
  }
  .o-product-sort .m-dropdown .a-label.placeholder,
  .o-product-sort .m-dropdown .a-icon-arrow-down-small {
    display: none;
  }
}

@media (min-width: 1025px) {
  .o-product-sort .m-dropdown .options {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 20px;
    text-align: right;
  }
}

.o-product-sort .m-dropdown .options li {
  font-size: 14px;
  line-height: 20px;
  line-height: 57px;
}

.o-product-sort .m-dropdown .options li.is-selected {
  font-family: 'Neue-Haas-Grotesk-Medium',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
}

@media (min-width: 1025px) {
  .o-product-sort .m-dropdown .options li {
    font-size: 12px;
    line-height: 17px;
    line-height: 40px;
  }
}

@media (min-width: 1025px) {
  .o-product-sort .m-dropdown .list-wrapper {
    width: 176px;
    position: absolute;
    top: 65px;
    left: auto;
    right: 0;
  }
}

.o-product-sort .m-dropdown.is-open {
  border: 1px solid transparent;
}

.o-product-sort .m-dropdown.is-open .a-icon-close {
  display: none;
}

.o-product-sort .m-dropdown.is-open .a-icon-arrow-down-small {
  transform: rotate(180deg);
}

.o-product-sort .m-dropdown.is-open ul.list-wrapper {
  position: static;
}

@media (min-width: 1025px) {
  .o-product-sort .m-dropdown.is-open ul.list-wrapper {
    width: 176px;
    position: absolute;
    top: 65px;
    left: auto;
    right: 0;
  }
}

.o-product-sort .m-dropdown.is-open ul.options {
  border: none;
  transform: none;
  position: static;
  transition: none;
}

@media (min-width: 1025px) {
  .o-product-sort .m-dropdown.is-open ul.options {
    transition: transform 0.4s ease,
opacity 0.01s ease;
    opacity: 1;
    max-height: 454px;
    transform: none;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    position: relative;
    padding: 20px;
    text-align: right;
  }
}

.o-product-sort .a-link {
  white-space: nowrap;
}

.o-product-sort.has-value .product-sort-link {
  color: #29BAAF;
}

.o-product-sort.in-search-result {
  position: relative;
  padding: 0;
  float: right;
  top: -49px;
  right: 4px;
}

@media (min-width: 768px) {
  .o-product-sort.in-search-result {
    right: 8px;
  }
}

@media (min-width: 1025px) {
  .o-product-sort.in-search-result {
    top: 100px;
  }
}

@media (min-width: 1025px) {
  .o-product-sort.in-search-result.has-suggestions {
    top: 18px;
  }
}

.o-quick-buy {
  display: none;
  padding: 76px 0;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .o-quick-buy {
    display: block;
  }
}

.o-quick-buy .m-product-image img {
  max-width: 100%;
  vertical-align: middle;
}

.o-quick-buy .o-product-details {
  margin: 0;
  width: 100%;
  max-width: 272px;
}

.o-quick-buy .o-product-details .m-hazmat {
  font-size: 11px;
  margin-bottom: 20px;
}

.o-quick-buy .o-product-details .m-hazmat .hazmat-image {
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 10px;
}

.o-quick-buy .o-product-details .m-hazmat .hazmat-label {
  font-size: inherit;
  width: calc(100% - 42px);
  display: inline-block;
}

.o-quick-buy .o-product-details .brand-name {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 6px;
}

.o-quick-buy .o-product-details .m-product-price {
  margin-bottom: 12px;
}

.o-quick-buy .o-product-details .m-product-price .a-label {
  font-size: 12px;
  line-height: 17px;
}

.o-quick-buy .o-product-details .m-product-price .product-name {
  font-size: 18px;
  line-height: 25px;
}

.o-quick-buy .o-product-details .m-dropdown .a-label.placeholder {
  font-size: 15px;
  line-height: 21px;
}

.o-quick-buy .o-product-details .m-swatches {
  margin-bottom: 27px;
}

.o-quick-buy .o-product-details .a-button.add-to-bag {
  font-size: 15px;
  line-height: 21px;
  margin: 0;
}

.o-quick-buy .o-product-details .pdp-link {
  font-size: 12px;
  line-height: 17px;
  display: inline-block;
  margin: 20px 0;
}

.o-quick-buy .o-product-details .free-text {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 20px;
}

.o-quick-buy .o-product-details .free-text .a-link {
  font-size: 12px;
  line-height: 17px;
  display: inline-block;
}

.o-quick-buy .o-product-details .a-label.info {
  font-size: 12px;
  line-height: 17px;
  padding-top: 0;
}

.o-registration {
  margin-top: 50px;
}

.o-registration .o-registration-form .a-heading-2.heading {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
}

.o-registration .o-registration-form .e-mail-input {
  margin-bottom: 20px;
}

.o-registration .o-registration-form .checkbox-input {
  margin-top: 35px;
}

.o-registration .o-registration-form .checkbox-input .m-checkbox {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 19px;
}

.o-registration .o-registration-form .checkbox-input .m-checkbox:first-child {
  margin-bottom: 20px;
}

.o-registration .o-registration-form .a-button {
  margin-top: 36px;
}

.o-registration .o-registration-form .initial-text {
  margin-bottom: 40px;
}

.o-registration .o-registration-form .m-input.is-readonly {
  margin-bottom: 0;
}

.o-registration .o-registration-form .m-input.is-readonly .a-label:first-child {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Neue-Haas-Grotesk-Medium',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  display: block;
}

.o-registration .o-registration-form .country-section-wrapper {
  display: none;
}

.o-registration .o-registration-form .country-section-wrapper .a-link {
  margin-left: 5px;
}

.o-registration .o-registration-form .policiesLink {
  border-bottom: 1px solid;
  border-color: inherit;
}

@media (min-width: 1025px) {
  .o-registration .o-registration-form .policiesLink:hover {
    border-bottom: 1px solid #29BAAF;
  }
}

.o-registration.checkout .o-registration-form .country-section-wrapper {
  display: block;
}

.o-remove-confirm {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
}

@media (min-width: 768px) {
  .o-remove-confirm {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1281px) {
  .o-remove-confirm {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.o-remove-confirm .a-heading-2 {
  font-size: 20px;
  line-height: 28px;
}

.o-remove-confirm .a-paragraph {
  font-size: 14px;
  line-height: 20px;
  margin: 20px 0 40px;
}

.o-reset-password {
  padding-bottom: 40px;
}

.o-reset-password::after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

@media (min-width: 768px) {
  .o-reset-password {
    padding-top: 48px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1025px) {
  .o-reset-password {
    padding-top: 32px;
  }
}

.o-reset-password .o-form {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  margin-top: 54px;
}

@media (min-width: 768px) {
  .o-reset-password .o-form {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
    margin: 18px auto 0;
    display: block;
  }
}

@media (min-width: 1025px) {
  .o-reset-password .o-form {
    width: 33.33333%;
    padding-right: 8px;
    padding-left: 8px;
    margin: 22px auto 0;
  }
}

.o-reset-password .o-form .a-heading-3 {
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 25px;
}

.o-reset-password .o-form .a-label {
  font-size: 12px;
  line-height: 17px;
}

.o-reset-password .o-form .a-label:first-child {
  display: none;
}

.o-reset-password .o-form .a-button {
  margin: 32px 0 60px 0;
}

.o-reset-password .a-image {
  display: none;
}

.o-reset-password-confirmation {
  padding-top: 54px;
  padding-bottom: 26px;
}

.o-reset-password-confirmation::after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

@media (min-width: 768px) {
  .o-reset-password-confirmation {
    padding-top: 48px;
    padding-bottom: 116px;
  }
}

@media (min-width: 1025px) {
  .o-reset-password-confirmation {
    padding-top: 32px;
  }
}

.o-reset-password-confirmation .pageTitle {
  display: none;
}

.o-reset-password-confirmation .text-section {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  display: inline-block;
  margin-bottom: 50px;
}

.o-reset-password-confirmation .text-section .headingText {
  font-size: 20px;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 22px;
}

@media (min-width: 1025px) {
  .o-reset-password-confirmation .text-section .headingText {
    font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 29px;
  }
}

@media (min-width: 1025px) and (min-width: 768px) {
  .o-reset-password-confirmation .text-section .headingText {
    font-size: 28px;
    line-height: 33px;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .o-reset-password-confirmation .text-section .headingText {
    font-size: 36px;
    line-height: 41px;
  }
}

.o-reset-password-confirmation .text-section .additionalText {
  display: none;
}

@media (min-width: 768px) {
  .o-reset-password-confirmation .text-section {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
    margin: 120px auto 0;
    display: block;
  }
}

@media (min-width: 1025px) {
  .o-reset-password-confirmation .text-section {
    width: 41.66667%;
    padding-right: 8px;
    padding-left: 8px;
    margin-right: 8.33334%;
    margin: 160px auto 0;
  }
}

.o-reset-password-confirmation .image-container .a-image {
  display: none;
}

.o-search {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
}

@media (min-width: 768px) {
  .o-search {
    position: relative;
  }
}

.o-search.has-transition {
  transition: top cubic-bezier(0.02,
0.01,
0.47,
1) 400ms;
}

.o-search .search-form {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 18px;
}

@media (min-width: 1641px) {
  .o-search .search-form {
    padding-left: 82px;
    padding-right: 82px;
  }
}

@media (min-width: 768px) {
  .o-search .search-form {
    padding: 46px 0 22px 0;
  }
}

@media (min-width: 1025px) {
  .o-search .search-form {
    padding: 35px 0;
  }
}

.o-search.enter-search {
  z-index: 21;
  opacity: 1;
}

.o-search.enter-search + .o-navigation-menu {
  display: none;
}

.o-search.is-enabled {
  z-index: 26;
  height: 100%;
  display: block;
  opacity: 1;
}

@media (min-width: 768px) {
  .o-search.is-enabled.is-disabled .js-icon-close {
    display: block;
  }
}

.o-search.is-disabled {
  z-index: 21;
  display: block;
  opacity: 1;
}

@media (min-width: 768px) {
  .o-search.is-disabled {
    z-index: 0;
  }
}

@media (min-width: 768px) {
  .o-search.is-disabled .js-icon-close {
    display: none;
  }
}

.o-search.is-disabled.is-closed {
  display: none;
}

@media (min-width: 768px) {
  .o-search.is-disabled.is-closed {
    display: block;
  }
}

.o-search.has-results .result-list {
  display: block;
  margin-left: 20px;
}

@media (min-width: 768px) {
  .o-search.has-results .result-list {
    margin-left: 0;
  }
}

.o-search.has-results .result-list li:hover .a-link {
  text-decoration: none;
}

.o-search.has-results.is-disabled .result-list {
  display: none;
}

.o-search.has-results.is-enabled.is-disabled .result-list {
  display: block;
}

.o-search .js-icon-close {
  font-family: 'Weekday-Icons';
  font-weight: normal;
  display: block;
  float: right;
  padding: 0;
}

@media (min-width: 768px) {
  .o-search .js-icon-close {
    top: -2px;
    right: -3px;
  }
}

@media (min-width: 1025px) {
  .o-search .js-icon-close {
    top: 4px;
    right: -7px;
  }
}

.o-search .a-icon-search {
  display: inline-block;
  margin: 2px 7px 0 -5px;
}

@media (min-width: 768px) {
  .o-search .a-icon-search {
    display: none;
  }
}

.o-search .a-input {
  border: none;
  font-size: 18px;
  line-height: 25px;
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  padding: 7px 0 0 0;
  vertical-align: top;
  display: inline-block;
  width: calc(100% - 50px);
}

@media (min-width: 768px) {
  .o-search .a-input {
    font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
    font-weight: normal;
    padding-top: 0;
    margin-left: 3px;
    width: 100%;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .o-search .a-input {
    font-size: 28px;
    line-height: 33px;
  }
}

@media (min-width: 768px) and (min-width: 1025px) {
  .o-search .a-input {
    font-size: 36px;
    line-height: 41px;
  }
}

@media (min-width: 1281px) {
  .o-search .a-input {
    margin-left: -2px;
  }
}

.o-search .a-input:focus {
  border: none;
}

.o-search .result-list {
  overflow-y: auto;
  list-style: none;
  display: none;
  margin: 0;
  padding: 33px 0 20px 0;
  max-height: calc(100vh - 80px);
}

@media (min-width: 768px) {
  .o-search .result-list {
    padding: 0 0 72px 0;
    max-height: calc(100vh - 122px);
  }
}

.o-search ul {
  opacity: 1;
  transition: all 150ms ease-out;
}

.o-search li.no-result {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.o-search li:not(.no-result) {
  padding-top: 21px;
}

@media (min-width: 768px) {
  .o-search li:not(.no-result) {
    padding-top: 25px;
  }
}

.o-search li:not(.no-result):first-child {
  padding-top: 0;
}

.o-search li:not(.no-result) .a-link {
  font-size: 15px;
  line-height: 21px;
  font-family: 'Neue-Haas-Grotesk-Medium',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  color: black;
}

@media (min-width: 1025px) {
  .o-search li:not(.no-result) .a-link {
    font-size: 18px;
    line-height: 25px;
  }
}

.o-search li:not(.no-result).is-hover .a-link,
.o-search li:not(.no-result):hover .a-link {
  color: #29BAAF;
}

.o-search-filter {
  padding: 0 0 28px 0;
}

.o-search-filter::after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

@media (min-width: 768px) {
  .o-search-filter {
    padding-top: 80px;
  }
}

@media (min-width: 1025px) {
  .o-search-filter {
    padding-top: 110px;
  }
}

.o-search-filter.has-suggestions {
  padding-top: 32px;
}

@media (min-width: 768px) {
  .o-search-filter.has-suggestions {
    padding-top: 29px;
  }
}

.o-search-filter .o-filter {
  display: block;
  margin-right: 0;
}

.o-search-filter .o-filter:nth-child(3) .m-dropdown {
  border: 1px solid transparent;
  margin-bottom: 40px;
}

.o-search-filter .o-filter:last-child .m-dropdown {
  border: 1px solid transparent;
}

@media (min-width: 1025px) {
  .o-search-filter .o-filter:last-child .m-dropdown {
    margin-bottom: 40px;
  }
}

.o-search-filter .o-filter:last-child .m-dropdown.is-open ul.options {
  border-bottom: none;
}

@media (min-width: 1025px) {
  .o-search-filter .o-filter:last-child .m-dropdown.is-open ul.options {
    border-bottom: 1px solid black;
  }
}

.o-search-filter .o-filter .m-dropdown {
  border-bottom: 1px solid #A6A6A6;
}

.o-search-filter .o-filter .m-dropdown .value-label .total-count {
  display: none;
}

.o-search-filter .o-filter .m-dropdown .a-label.placeholder {
  height: auto;
}

.o-search-filter .o-filter .m-dropdown .a-label.placeholder .value-label {
  display: inline-block;
}

.o-search-filter .o-filter .m-dropdown ul.options {
  border: 1px solid black;
  transition: none;
  text-align: left;
  padding: 0 0 0 24px;
  border-left: none;
  border-right: none;
}

.o-search-filter .o-filter .m-dropdown ul.options li {
  font-size: 12px;
  line-height: 17px;
}

.o-search-filter .o-filter .m-dropdown ul.options .a-option,
.o-search-filter .o-filter .m-dropdown ul.options .m-checkbox {
  border-bottom: 1px solid #f3f3f3;
  line-height: 57px;
}

.o-search-filter .o-filter .m-dropdown ul.options .a-option:last-child,
.o-search-filter .o-filter .m-dropdown ul.options .m-checkbox:last-child {
  border: 1px solid transparent;
}

.o-search-filter .o-filter .m-dropdown ul.options .total-count {
  float: right;
}

.o-search-filter .o-filter .m-dropdown.is-disabled {
  color: #A6A6A6;
}

.o-search-filter .o-filter .m-dropdown.is-open {
  border-bottom: 0;
}

.o-search-filter .o-filter .m-dropdown.is-open .a-icon-close {
  display: none;
}

.o-search-filter .o-filter .m-dropdown.is-open .a-icon-arrow-down-small {
  transform: rotate(180deg);
}

@media (min-width: 1025px) {
  .o-search-filter .o-filter .m-dropdown.is-open .a-label.placeholder {
    font-family: 'Neue-Haas-Grotesk-Medium',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
    font-weight: normal;
  }
}

.o-search-filter .o-filter .m-dropdown.is-open ul.list-wrapper {
  position: static;
}

.o-search-filter .o-filter .m-dropdown.is-open ul.options {
  position: static;
  transform: translate(0);
  padding: 0 0 0 24px;
}

.o-search-filter .o-filter .m-dropdown.has-value .a-icon-arrow-down-small {
  color: black;
}

.o-search-filter .o-filter.has-error .m-dropdown .is-open ul.options {
  padding-top: 12px;
  padding-bottom: 12px;
}

.o-search-filter .filter-wrapper {
  background-color: white;
  display: none;
  padding: 0 20px 40px 20px;
  position: fixed;
  overflow-y: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 21;
}

@media (min-width: 768px) {
  .o-search-filter .filter-wrapper {
    padding: 0 25px;
    width: 50%;
  }
}

@media (min-width: 1025px) {
  .o-search-filter .filter-wrapper {
    overflow-y: visible;
    display: block;
    position: static;
    width: 100%;
    padding: 0;
  }
}

.o-search-filter.is-open .filter-wrapper {
  display: block;
}

.o-search-filter.is-open.animate-filter-wrapper .filter-wrapper {
  animation: slide-in 0.4s ease;
}

.o-search-filter .filter-link.is-selected {
  color: #29BAAF;
}

@media (min-width: 1025px) {
  .o-search-filter .filter-link {
    display: none;
  }
}

.o-search-filter .filter-title {
  font-family: 'Neue-Haas-Grotesk-Medium',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  padding: 20px 0 32px 0;
}

@media (min-width: 768px) {
  .o-search-filter .filter-title {
    padding: 31px 0 21px 0;
  }
}

@media (min-width: 1025px) {
  .o-search-filter .filter-title {
    display: none;
  }
}

.o-search-filter .search-result-text {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Neue-Haas-Grotesk-Medium',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  padding: 12px 0 24px 0;
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .o-search-filter .search-result-text {
    padding: 25px 0 40px 0;
    text-align: left;
  }
}

@media (min-width: 1025px) {
  .o-search-filter .search-result-text {
    padding-top: 10px;
  }
}

.o-search-filter .a-icon-close {
  position: absolute;
  right: 14px;
  top: 13px;
}

@media (min-width: 768px) {
  .o-search-filter .a-icon-close {
    top: 24px;
    right: 18px;
  }
}

@media (min-width: 1025px) {
  .o-search-filter .a-icon-close {
    display: none;
  }
}

@media (min-width: 1025px) {
  .o-search-filter .a-button.is-primary {
    display: none;
  }
}

@media (min-width: 1025px) {
  .o-search-filter .a-button.is-secondary {
    border-width: 2px;
    border-top: 2px solid;
  }
  .o-search-filter .a-button.is-secondary:not(.is-disabled):hover {
    border-color: #29BAAF;
  }
}

.o-search-filter .a-link.js-clear {
  color: #7F7F7F;
  display: none;
}

.o-search-filter .a-link.js-clear:before {
  font-family: 'Weekday-Icons';
  font-weight: normal;
  content: "\e90d";
  font-size: 11px;
  padding-right: 8px;
}

@media (min-width: 1025px) {
  .o-search-filter.has-applied-filters .a-link.js-clear {
    display: inline-block;
  }
}

.o-search-filter.has-applied-filters .filter-link {
  color: #29BAAF;
}

.o-search-results {
  min-height: 120px;
  padding-bottom: 40px;
  margin-top: -22px;
}

.o-search-results::after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

@media (min-width: 768px) {
  .o-search-results {
    min-height: 250px;
    margin-top: -27px;
    padding-bottom: 52px;
  }
}

@media (min-width: 1025px) {
  .o-search-results {
    min-height: 500px;
    margin-top: 0;
    padding-bottom: 92px;
    padding-top: 110px;
  }
  .o-search-results .o-product {
    padding-bottom: 28px;
  }
}

@media (min-width: 1025px) and (min-width: 768px) {
  .o-search-results .o-product {
    padding-bottom: 35px;
  }
}

.o-search-results > div:nth-child(2n+3) {
  clear: left;
}

@media (min-width: 768px) {
  .o-search-results > div:nth-child(2n+3) {
    clear: none;
  }
}

@media (min-width: 768px) {
  .o-search-results > div:nth-child(4n+5) {
    clear: left;
  }
}

@media (min-width: 1025px) {
  .o-search-results.has-suggestions {
    padding-top: 32px;
  }
}

.o-seo-text {
  padding-bottom: 70px;
}

@media (min-width: 768px) {
  .o-seo-text {
    padding-bottom: 100px;
  }
}

@media (min-width: 1025px) {
  .o-seo-text {
    padding-bottom: 140px;
  }
}

.o-seo-text .a-heading-2 {
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .o-seo-text .a-heading-2 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 29px;
  }
}

@media (min-width: 1025px) {
  .o-seo-text .a-heading-2 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 24px;
  }
}

.o-share .share-button {
  margin-right: 10px;
  vertical-align: top;
  display: inline-block;
}

.o-share-custom .a-link {
  color: rgba(0,
0,
0,
0.8);
  display: inline-block;
  transition: color 0.25s ease;
}

.o-share-custom .a-link [class^="a-icon-"] {
  font-size: 24px;
  margin-right: 10px;
}

.o-share-custom.article-blog {
  padding-bottom: 80px;
}

@media (min-width: 1025px) {
  .o-share-custom.article-blog {
    padding-bottom: 140px;
  }
}

.o-sign-in {
  position: relative;
  margin-bottom: 51px;
}

.o-sign-in.in-lightbox {
  position: absolute;
  width: 100%;
}

.o-sign-in .link-holder {
  width: 100%;
  position: absolute;
  bottom: -51px;
}

.o-sign-in .link-holder .forgot-password {
  border-bottom: 1px solid;
  border-color: inherit;
}

@media (min-width: 1025px) {
  .o-sign-in .link-holder .forgot-password:hover {
    border-bottom: 1px solid #29BAAF;
  }
}

.o-sign-in .a-button {
  margin-top: 50px;
}

.o-sign-in-failed .a-heading-2 {
  font-size: 20px;
  line-height: 28px;
}

.o-sign-in-failed .a-paragraph {
  padding: 20px 0 30px;
}

.o-sign-in-wrapper {
  margin: 0 auto;
  padding: 24px 0 50px;
}

@media (min-width: 768px) {
  .o-sign-in-wrapper {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
    padding: 50px 0 70px;
  }
}

@media (min-width: 1025px) {
  .o-sign-in-wrapper {
    padding-bottom: 140px;
  }
}

@media (min-width: 1025px) {
  .o-sign-in-wrapper {
    width: 33.33333%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.o-sign-in-wrapper .sign-in-heading {
  display: none;
}

.o-sign-in-wrapper .m-tablist {
  margin-bottom: 50px;
}

html .swiper-arrow {
  visibility: hidden;
}

html.no-touchevents .swiper-arrow {
  visibility: visible;
}

.o-slider {
  max-width: 1640px;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.o-slider .slider {
  visibility: hidden;
}

.o-slider.swiper-initialized .slider {
  visibility: visible;
}

.o-slider .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.32,
0.1,
0.41,
1);
}

.o-slider .swiper-arrow {
  color: black;
  z-index: 1;
  cursor: pointer;
  top: calc(50% - 80px);
  position: absolute;
  font-size: 32px;
  line-height: 32px;
}

.o-slider .swiper-arrow.swiper-button-disabled {
  visibility: hidden;
}

.o-slider .swiper-arrow.swiper-prev {
  transform: rotate(180deg) translateY(50%);
  left: 0;
}

.o-slider .swiper-arrow.swiper-prev:before {
  font-family: 'Weekday-Icons';
  font-weight: normal;
  display: block;
  content: "\e907";
}

.o-slider .swiper-arrow.swiper-prev:hover {
  color: #A6A6A6;
}

.o-slider .swiper-arrow.swiper-next {
  transform: translateY(-50%);
  text-align: right;
  right: 0;
}

.o-slider .swiper-arrow.swiper-next:before {
  font-family: 'Weekday-Icons';
  font-weight: normal;
  display: block;
  content: "\e907";
}

.o-slider .swiper-arrow.swiper-next:hover {
  color: #A6A6A6;
}

.o-slider .swiper-slide {
  padding-left: 4px;
  padding-right: 4px;
}

.o-slider .swiper-slide .image {
  margin-top: 20px;
}

.o-slider .swiper-pagination.swiper-pagination-bullets {
  display: block;
  top: 1px;
  bottom: auto;
}

.o-slider .swiper-pagination .swiper-pagination-bullet {
  color: transparent;
  border-radius: 0;
  opacity: 0.5;
  display: inline-block;
  margin: 0 2px;
  width: 4px;
  height: 4px;
}

@media (min-width: 768px) {
  .o-slider .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}

.o-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

@media (min-width: 768px) {
  .o-slider.has-spacers .swiper-slide {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1025px) {
  .o-slider.has-spacers .swiper-slide {
    padding-left: 46px;
    padding-right: 46px;
  }
}

.o-slider.article-blog .slider-title {
  margin: 0;
  text-align: left;
  font-size: 18px;
  line-height: 25px;
}

@media (min-width: 768px) {
  .o-slider.article-blog .slider-title {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
}

@media (min-width: 1025px) {
  .o-slider.article-blog .slider-title {
    margin-left: 12.50001%;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 35px;
  }
}

.o-slider.is-disabled .slider {
  visibility: visible;
}

.o-slider.is-disabled .swiper-wrapper {
  -ms-flex-pack: center;
  justify-content: center;
}

.o-slider.is-disabled .swiper-arrow,
.o-slider.is-disabled .swiper-pagination {
  display: none;
}

.o-slider-cofs {
  max-width: 1640px;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.o-slider-cofs .slider {
  visibility: hidden;
}

.o-slider-cofs.swiper-initialized .slider {
  visibility: visible;
}

.o-slider-cofs .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.32,
0.1,
0.41,
1);
}

.o-slider-cofs .swiper-arrow {
  color: black;
  z-index: 1;
  cursor: pointer;
  top: calc(50% - 80px);
  position: absolute;
  font-size: 32px;
  line-height: 32px;
}

.o-slider-cofs .swiper-arrow.swiper-button-disabled {
  visibility: hidden;
}

.o-slider-cofs .swiper-arrow.swiper-prev {
  transform: rotate(180deg) translateY(50%);
  left: 0;
}

.o-slider-cofs .swiper-arrow.swiper-prev:before {
  font-family: 'Weekday-Icons';
  font-weight: normal;
  display: block;
  content: "\e907";
}

.o-slider-cofs .swiper-arrow.swiper-prev:hover {
  color: #A6A6A6;
}

.o-slider-cofs .swiper-arrow.swiper-next {
  transform: translateY(-50%);
  text-align: right;
  right: 0;
}

.o-slider-cofs .swiper-arrow.swiper-next:before {
  font-family: 'Weekday-Icons';
  font-weight: normal;
  display: block;
  content: "\e907";
}

.o-slider-cofs .swiper-arrow.swiper-next:hover {
  color: #A6A6A6;
}

.o-slider-cofs .swiper-slide {
  padding-left: 4px;
  padding-right: 4px;
}

.o-slider-cofs .swiper-slide .image {
  margin-top: 20px;
}

.o-slider-cofs .swiper-pagination.swiper-pagination-bullets {
  display: block;
  top: 0;
  bottom: auto;
}

.o-slider-cofs .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  color: transparent;
  border-radius: 0;
  opacity: 0.5;
  display: inline-block;
  margin: 0 2px;
  width: 4px;
  height: 4px;
}

@media (min-width: 768px) {
  .o-slider-cofs .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}

.o-slider-cofs .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

@media (min-width: 768px) {
  .o-slider-cofs.has-spacers .swiper-slide {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1025px) {
  .o-slider-cofs.has-spacers .swiper-slide {
    padding-left: 46px;
    padding-right: 46px;
  }
}

.o-slider-cofs.is-disabled .slider {
  visibility: visible;
}

.o-slider-cofs.is-disabled .swiper-wrapper {
  -ms-flex-pack: center;
  justify-content: center;
}

.o-slider-cofs.is-disabled .swiper-arrow,
.o-slider-cofs.is-disabled .swiper-pagination {
  display: none;
}

.o-social-media {
  text-align: center;
}

@media (min-width: 1025px) {
  .o-social-media {
    text-align: left;
  }
}

.o-social-media .a-link {
  color: black;
  border: none;
  display: inline-block;
  transition: color 0.25s ease;
  margin-right: 16px;
}

.o-social-media .a-link:last-child {
  margin-right: 0;
}

.o-social-media .a-link [class^="a-icon-"] {
  font-size: 24px;
}

.o-social-media .social-media-title {
  display: none;
}

.o-social-media.with-title .social-media-title {
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin: 0 0 10px 0;
}

.o-store-locator .a-heading-1 {
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  margin-top: 48px;
}

@media (min-width: 768px) {
  .o-store-locator .a-heading-1 {
    font-size: 28px;
    line-height: 33px;
  }
}

@media (min-width: 1025px) {
  .o-store-locator .a-heading-1 {
    font-size: 36px;
    line-height: 41px;
  }
}

.o-store-locator .o-country-wrapper {
  padding-bottom: 15px;
}

.o-store-locator .m-dropdown-filter {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .o-store-locator .m-dropdown-filter {
    margin: 25px 15px 0 15px;
    display: inline-block;
  }
  .o-store-locator .m-dropdown-filter.is-open {
    margin-top: 25px;
  }
}

.o-store-locator .m-dropdown-filter .a-icon-arrow-down-small {
  right: -8px;
}

.o-store-locator .o-map {
  position: relative;
  margin-top: 24px;
}

@media (min-width: 768px) {
  .o-store-locator .o-map {
    margin-top: 35px;
  }
}

.o-store-locator .o-map .map-container {
  width: calc(100% - 8px);
  margin: 0 4px;
}

@media (min-width: 768px) {
  .o-store-locator .o-map .map-container {
    width: calc(100% - 16px);
    margin: 0 8px;
  }
}

.o-store-locator .stores {
  margin-bottom: 100px;
}

.o-store-locator .stores::after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.o-store-locator .stores .store-tile {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  display: inline-block;
  vertical-align: top;
  margin-top: 60px;
  float: left;
  min-height: 180px;
}

@media (min-width: 768px) {
  .o-store-locator .stores .store-tile {
    width: 33.33333%;
    padding-right: 8px;
    padding-left: 8px;
    margin-left: 8.33333%;
    margin-right: 8.33333%;
  }
}

@media (min-width: 1025px) {
  .o-store-locator .stores .store-tile {
    width: 20.83333%;
    padding-right: 8px;
    padding-left: 8px;
    margin-left: 4.16667%;
    margin-right: 0;
  }
}

.o-store-locator .stores .store-tile .a-label {
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.o-store-locator .stores .store-tile .store-adress .topic {
  font-size: 18px;
  line-height: 25px;
  font-family: 'Neue-Haas-Grotesk-Medium',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  margin-bottom: 15px;
}

.o-store-locator .stores .store-tile .opening-hours {
  margin-top: 20px;
}

.o-store-locator .stores .store-info {
  margin-bottom: 38px;
}

@media (min-width: 768px) {
  .o-store-locator .stores .store-info {
    margin-bottom: 55px;
  }
}

@media (min-width: 1025px) {
  .o-store-locator .stores .store-info {
    margin-bottom: 70px;
  }
}

.o-store-locator .exception-hours {
  color: #29BAAF;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .o-style-with .slider-title {
    text-align: center;
  }
}

@media (min-width: 1025px) {
  .o-style-with .slider-title {
    text-align: left;
  }
}

.o-takeover {
  min-height: 568px;
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.o-takeover:hover .swiper-arrow {
  visibility: visible;
}

.o-takeover .a-picture {
  display: none;
}

.o-takeover .background {
  position: absolute;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  left: 0;
  transition: height 0.5s ease,
width 0.5s ease,
left 0.5s ease;
}

.o-takeover .pointer {
  font-size: 20px;
  line-height: 28px;
  z-index: 0;
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%) translateY(50%);
  max-width: 1640px;
  padding: 0 5%;
}

@media (min-width: 768px) {
  .o-takeover .pointer {
    bottom: 46px;
  }
}

@media (min-width: 1025px) {
  .o-takeover .pointer {
    bottom: 50px;
  }
}

@media (min-width: 1641px) {
  .o-takeover .pointer {
    padding: 0 82px;
  }
}

.o-takeover .pointer .a-icon-arrow-down {
  color: inherit;
  cursor: pointer;
  float: right;
}

.o-takeover .o-hero-slider {
  height: 100vh;
  max-width: none;
  padding-bottom: 0;
}

.o-takeover .o-hero-slider .o-hero {
  height: 100vh;
}

.o-takeover .o-hero-slider .slider {
  padding-top: 0;
}

.o-takeover .o-hero-slider .swiper-slide {
  border: none;
  padding: 0;
}

.o-takeover .o-hero-slider .swiper-pagination {
  z-index: 1;
}

.o-takeover .o-hero-slider .swiper-arrow {
  color: inherit;
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 28px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .o-takeover .o-hero-slider .swiper-arrow {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (min-width: 1025px) {
  .o-takeover .o-hero-slider .swiper-arrow {
    font-size: 64px;
    line-height: 64px;
  }
}

.o-takeover .content {
  position: absolute;
  max-height: calc(100% - 156px);
  width: 100%;
  max-width: 1640px;
  top: 50%;
}

.o-takeover .content.is-hidden {
  display: none;
}

.o-takeover .content.aligned-content {
  padding-left: 5%;
  padding-right: 5%;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 1641px) {
  .o-takeover .content.aligned-content {
    padding-left: 82px;
    padding-right: 82px;
  }
}

.o-takeover .content.aligned-content.mobile-top {
  top: 14%;
}

.o-takeover .content.aligned-content.mobile-middle {
  top: calc(50% - 14px);
}

.o-takeover .content.aligned-content.mobile-bottom {
  top: auto;
  bottom: 14%;
}

@media (min-width: 768px) {
  .o-takeover .content.aligned-content {
    max-height: calc(100% - 110px);
  }
  .o-takeover .content.aligned-content.left .m-teaser {
    float: left;
  }
  .o-takeover .content.aligned-content.right .m-teaser {
    float: right;
  }
  .o-takeover .content.aligned-content.top {
    top: calc(16% + 110px);
  }
  .o-takeover .content.aligned-content.middle {
    top: 50%;
  }
  .o-takeover .content.aligned-content.bottom {
    top: auto;
    bottom: 24%;
  }
}

@media (min-width: 1025px) {
  .o-takeover .content.aligned-content.top {
    top: calc(5% + 110px);
  }
  .o-takeover .content.aligned-content.middle {
    top: calc(50% - 40px);
  }
  .o-takeover .content.aligned-content.bottom {
    top: auto;
    bottom: 22%;
  }
}

.o-takeover .content .m-teaser {
  width: auto;
  position: static;
  padding: 0 4px;
}

@media (min-width: 768px) {
  .o-takeover .content .m-teaser {
    padding: 0 8px;
  }
}

.o-verify-address .a-heading-2 {
  font-size: 20px;
  line-height: 28px;
}

.o-verify-address .a-heading-3,
.o-verify-address .a-label {
  font-size: 14px;
  line-height: 20px;
}

.o-verify-address .instructions {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 35px;
  margin-top: 24px;
}

.o-verify-address .address-you-entered {
  margin-bottom: 45px;
}

.o-verify-address .address-you-entered .a-heading-3 {
  margin-bottom: 23px;
}

.o-verify-address .address-you-entered .m-radio-button {
  display: inline-block;
  width: 90%;
}

.o-verify-address .address-you-entered .a-link {
  font-size: 14px;
  line-height: 20px;
  float: right;
}

.o-verify-address .address-you-entered .address-line1,
.o-verify-address .address-you-entered .address-line2,
.o-verify-address .address-did-you-mean .address-line1,
.o-verify-address .address-did-you-mean .address-line2 {
  display: block;
}

.o-verify-address .m-radio-button-group fieldset {
  border: none;
  padding-left: 0;
}

.o-verify-address .m-radio-button-group .m-radio-button {
  padding: 16px 16px 8px 0;
}

.o-verify-address .a-button {
  border: 2px solid black;
  font-size: 15px;
  line-height: 21px;
  border-left: none;
  border-right: none;
  padding: 19px 10px 16px 10px;
  width: 100%;
  margin-top: 25px;
  text-transform: none;
}

.o-verify-address.no-suggestions .address-did-you-mean,
.o-verify-address.no-suggestions .address-you-entered .custom-radio {
  display: none;
}

.o-verify-address.no-suggestions .a-button {
  margin-top: 0;
}

.example .small-border {
  border: 1px solid black;
  position: relative;
  width: 50%;
  height: 50px;
  left: 25%;
}

.example .medium-border {
  border: 2px solid black;
  position: relative;
  width: 50%;
  height: 50px;
  left: 25%;
}

.example .color-circle-holder {
  width: 184px;
  height: 184px;
  display: inline-block;
  margin: 4px;
}

.example .color-circle-holder .a-circle {
  color: white;
  font-size: 18px;
  line-height: 25px;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  text-align: center;
  line-height: 184px;
}

.example .color-circle-holder .a-circle.dark {
  color: black;
}

.example.fonts {
  margin-left: 40px;
}

.example.fonts section {
  border-top: 15px solid #A6A6A6;
}

.example.fonts section h3 {
  font-size: 20px;
  line-height: 28px;
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  margin: 10px 0;
}

.example.fonts .description {
  font-size: 15px;
  line-height: 21px;
  color: #7F7F7F;
}

.example.fonts .huge-font {
  color: black;
  font-size: 200px;
}

.example.fonts .o-font-holder {
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  font-size: 28px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .example.fonts .o-font-holder {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (min-width: 1025px) {
  .example.fonts .o-font-holder {
    font-size: 64px;
    line-height: 64px;
  }
}

.example.fonts .o-font-holder .font {
  margin: 30px 0px 30px 0px;
}

.example.fonts .font-icon {
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
  width: 70px;
  height: 40px;
}

.example.fonts .o-breakpoints {
  border-top: 15px solid #A6A6A6;
}

.example.fonts .o-breakpoints .desktop {
  display: none;
}

@media (min-width: 1025px) {
  .example.fonts .o-breakpoints .desktop {
    display: block;
  }
}

.example.fonts .o-breakpoints .tablet {
  display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .example.fonts .o-breakpoints .tablet {
    display: block;
  }
}

.example.fonts .o-breakpoints .mobile {
  display: block;
}

@media (min-width: 768px) {
  .example.fonts .o-breakpoints .mobile {
    display: none;
  }
}

.example.fonts .o-breakpoints .breakpoint-header {
  font-size: 20px;
  line-height: 28px;
  font-family: 'Neue-Haas-Grotesk-Bold',
'HelveticaNeue-Light',
'Helvetica Neue Light',
'Helvetica Neue',
'Helvetica',
'Arial',
'Sans-Serif';
  font-weight: normal;
  margin: 10px 0;
}

.example.fonts .o-breakpoints .size {
  margin: 30px 0;
}

.layer-example {
  margin-bottom: 20px;
}

.layer-example .js-mixin {
  position: relative;
  z-index: 0;
  min-height: 280px;
}

.layer-example .js-mixin > div {
  float: left;
  width: 150px;
  height: 150px;
  background-color: #fff;
  border: 1px solid #cccccc;
  box-shadow: 0 0 3px rgba(0,
0,
0,
0.2);
  position: absolute;
  transform: perspective(500px) rotateX(-20deg) rotateY(15deg) scale(1);
  text-align: center;
}

.layer-example .js-mixin > div:hover {
  transform: perspective(500px) rotateX(-20deg) rotateY(15deg) scale(1.2);
  opacity: 0.8;
}

.layer-example .js-mixin > div:nth-child(1) {
  top: 0px;
  left: 0px;
}

.layer-example .js-mixin > div:nth-child(2) {
  top: 20px;
  left: 20px;
}

.layer-example .js-mixin > div:nth-child(3) {
  top: 40px;
  left: 40px;
}

.layer-example .js-mixin > div:nth-child(4) {
  top: 60px;
  left: 60px;
}

.layer-example .js-mixin > div:nth-child(5) {
  top: 80px;
  left: 80px;
}

.layer-example .js-mixin > div:nth-child(6) {
  top: 100px;
  left: 100px;
}

.layer-example .js-mixin > div:nth-child(7) {
  top: 120px;
  left: 120px;
}

.layer-example .js-mixin > div:nth-child(8) {
  top: 140px;
  left: 140px;
}

.layer-example .js-mixin > div:nth-child(9) {
  top: 160px;
  left: 160px;
}

.layer-example .js-mixin > div:nth-child(10) {
  top: 180px;
  left: 180px;
}

.layer-example .js-mixin > div:nth-child(11) {
  top: 200px;
  left: 200px;
}

.layer-example .js-mixin > div:nth-child(12) {
  top: 220px;
  left: 220px;
}

.layer-example .js-mixin > div:nth-child(13) {
  top: 240px;
  left: 240px;
}

.layer-example .js-mixin > div:nth-child(14) {
  top: 260px;
  left: 260px;
}

.layer-example .js-mixin > div:nth-child(15) {
  top: 280px;
  left: 280px;
}

.example.margin-example .box1 {
  background-color: #A6A6A6;
  height: 150px;
}

.example.margin-example .box2 {
  background-color: #29BAAF;
  width: 90%;
  height: calc(100% - 72px);
  display: inline-block;
  position: relative;
}

.example.margin-example .a-label {
  position: absolute;
  padding: 5px;
}

.example.margin-example .a-label.top {
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
}

.example.margin-example .a-label.bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
}

.example.margin-example .a-label.left {
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
}

.example.margin-example .a-label.right {
  right: 0;
  top: 50%;
  transform: translateX(100%) translateY(-50%);
}

.example.margin-example.vertical .box2 {
  width: 100%;
  height: calc(100% - 36px);
}

.example.margin-example.horizontal .box2 {
  width: calc(100% - 36px);
  height: 100%;
}

.example.margin-example.cta-example .box1 {
  background-color: #29BAAF;
  position: relative;
  height: 75px;
}

.example.margin-example.cta-example .box2 {
  height: 75px;
  width: 100%;
}

.example.margin-example.cta-example .a-label {
  padding: 0;
}

.example.margin-example.icon-example .box2 {
  width: calc(100% - 4px);
  height: 100%;
}

.example.margin-example.newsletter-example .box2 {
  width: 100%;
  height: calc(100% - 68px);
}

@media (min-width: 768px) {
  .example.margin-example.newsletter-example .box2 {
    height: calc(100% - 80px);
  }
}

.example.margin-example.top-bottom-example .box2 {
  height: calc(100% - 30px);
  width: 100%;
}

.q-margin-full {
  margin: 36px 5%;
}

.q-margin-full-bottom {
  margin-bottom: 36px;
}

.q-margin-full-top {
  margin-top: 36px;
}

.q-margin-full-left {
  margin-left: 36px;
}

.q-margin-full-right {
  margin-right: 36px;
}

.q-margin-cta-to-secondary {
  margin-bottom: 20px;
}

.q-margin-icon-inline {
  margin-left: 2px;
  margin-right: 2px;
}

.q-margin-none {
  margin: 0;
}

.q-newsletter-cta-margin {
  margin-top: 34px;
  margin-bottom: 34px;
}

@media (min-width: 768px) {
  .q-newsletter-cta-margin {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.q-newsletter-signup-margin {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .q-newsletter-signup-margin {
    margin-top: 66px;
    margin-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .q-newsletter-signup-margin {
    margin-top: 66px;
  }
}

@media (min-width: 1025px) {
  .q-margin-horizontal-pagemenu {
    margin-left: 100px;
    margin-right: 100px;
  }
}

.q-margin-fifteen-top-bottom {
  margin-top: 15px;
  margin-bottom: 15px;
}

.q-margin-top-30 {
  margin-top: 30px;
}

.q-margin-bottom-50 {
  margin-bottom: 50px;
}

.q-margin-bottom-gutter {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .q-margin-bottom-gutter {
    margin-bottom: 16px;
  }
}

.q-margin-standard-to-footer {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .q-margin-standard-to-footer {
    margin-bottom: 48px;
  }
}

@media (min-width: 1025px) {
  .q-margin-standard-to-footer {
    margin-bottom: 132px;
  }
}

.q-opacity-0 {
  opacity: 0;
}

.q-opacity-05 {
  opacity: 0.05;
}

.q-opacity-20 {
  opacity: 0.2;
}

.q-opacity-80 {
  opacity: 0.8;
}

.q-opacity-95 {
  opacity: 0.95;
}

.q-opacity-100 {
  opacity: 1;
}

.example.padding-example .box1 {
  background-color: #A6A6A6;
  height: 150px;
}

.example.padding-example .box2 {
  background-color: #7F7F7F;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.example.padding-example .a-label {
  position: absolute;
  padding: 5px;
}

.example.padding-example .a-label.top {
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
}

.example.padding-example .a-label.bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
}

.example.padding-example .a-label.left {
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
}

.example.padding-example .a-label.right {
  right: 0;
  top: 50%;
  transform: translateX(100%) translateY(-50%);
}
/**
 * redils - Redils a slider for almost all situations
 * @version v1.17.0
 * @link http://coalescecreate.com
 * @author richard@coalescecreate.com - Coalesce Create
 * @license MIT
 */
.redils-cont{width:1170px;max-width:100%;position:relative}#redils-click-blocker{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.redils{overflow:hidden;width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.redils .slide-cont,.redils .slides{height:100%}.redils-controls{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.redils-controls .arrow-area{position:absolute;height:100%;width:20%;top:0;z-index:10;cursor:pointer}.redils-controls .arrow-area-right{right:0}.redils-fader{height:600px}.redils-fader .redils{z-index:5}.redils-fader .slides{width:100%;height:100%}.redils-default{height:660px}.redils-default .slides{float:left}.redils-centered{width:100%}.redils-centered .slide-cont{line-height:0;font-size:0}.redils-centered .slides{display:inline-block;vertical-align:top}.redils-centered .slides img{width:585px;height:auto}.redils-centered-overflow{width:100%}.redils-centered-overflow .slide-cont{line-height:0;font-size:0}.redils-centered-overflow .slides{display:inline-block;vertical-align:top;width:70vw}.redils-centered-overflow .slides img{width:100%;height:auto}.redils-responsive{height:600px}.redils-responsive .slides{float:left}.redils-responsive .slides img{width:auto;height:100%}.redils-responsive .redils.disabled .slides{margin:0 auto;opacity:1;float:none}.redils-responsive-height,.redils-responsive-height .redils,.redils-responsive-height .slide-cont{height:auto}.redils-responsive-height .slides{height:auto;float:left}.redils-multislide{height:240px}.redils-multislide .slides{display:inline-block;vertical-align:top}.redils-multislide .super-slide{float:left;text-align:center}.single-multislide-disable .arrow-area,.single-multislide-disable .pagination{display:none}.redils-contact-sheet .slides{display:inline-block;vertical-align:top}.redils-contact-sheet .super-slide{float:left;text-align:center}@-webkit-keyframes hidden_left{0%{-webkit-transform:translate3d(-200%,0,0) translate3d(60px,0,0);transform:translate3d(-200%,0,0) translate3d(60px,0,0)}100%{-webkit-transform:translate3d(-100%,0,0) translate3d(60px,0,0);transform:translate3d(-100%,0,0) translate3d(60px,0,0)}}@keyframes hidden_left{0%{-webkit-transform:translate3d(-200%,0,0) translate3d(60px,0,0);transform:translate3d(-200%,0,0) translate3d(60px,0,0)}100%{-webkit-transform:translate3d(-100%,0,0) translate3d(60px,0,0);transform:translate3d(-100%,0,0) translate3d(60px,0,0)}}@-webkit-keyframes left_center{0%{-webkit-transform:translate3d(-100%,0,0) translate3d(60px,0,0);transform:translate3d(-100%,0,0) translate3d(60px,0,0)}100%{-webkit-transform:translate3d(50vw,0,0) translate3d(-50%,0,0);transform:translate3d(50vw,0,0) translate3d(-50%,0,0)}}@keyframes left_center{0%{-webkit-transform:translate3d(-100%,0,0) translate3d(60px,0,0);transform:translate3d(-100%,0,0) translate3d(60px,0,0)}100%{-webkit-transform:translate3d(50vw,0,0) translate3d(-50%,0,0);transform:translate3d(50vw,0,0) translate3d(-50%,0,0)}}@-webkit-keyframes center_right{0%{-webkit-transform:translate3d(50vw,0,0) translate3d(-50%,0,0);transform:translate3d(50vw,0,0) translate3d(-50%,0,0)}100%{-webkit-transform:translate3d(100vw,0,0) translate3d(-60px,0,0);transform:translate3d(100vw,0,0) translate3d(-60px,0,0)}}@keyframes center_right{0%{-webkit-transform:translate3d(50vw,0,0) translate3d(-50%,0,0);transform:translate3d(50vw,0,0) translate3d(-50%,0,0)}100%{-webkit-transform:translate3d(100vw,0,0) translate3d(-60px,0,0);transform:translate3d(100vw,0,0) translate3d(-60px,0,0)}}@-webkit-keyframes right_hidden{0%{-webkit-transform:translate3d(100vw,0,0) translate3d(-60px,0,0);transform:translate3d(100vw,0,0) translate3d(-60px,0,0)}100%{-webkit-transform:translate3d(100vw,0,0) translate3d(-60px,0,0) translate3d(100%,0,0);transform:translate3d(100vw,0,0) translate3d(-60px,0,0) translate3d(100%,0,0)}}@keyframes right_hidden{0%{-webkit-transform:translate3d(100vw,0,0) translate3d(-60px,0,0);transform:translate3d(100vw,0,0) translate3d(-60px,0,0)}100%{-webkit-transform:translate3d(100vw,0,0) translate3d(-60px,0,0) translate3d(100%,0,0);transform:translate3d(100vw,0,0) translate3d(-60px,0,0) translate3d(100%,0,0)}}@-webkit-keyframes left_hidden{0%{-webkit-transform:translate3d(-100%,0,0) translate3d(60px,0,0);transform:translate3d(-100%,0,0) translate3d(60px,0,0)}100%{-webkit-transform:translate3d(-200%,0,0) translate3d(60px,0,0);transform:translate3d(-200%,0,0) translate3d(60px,0,0)}}@keyframes left_hidden{0%{-webkit-transform:translate3d(-100%,0,0) translate3d(60px,0,0);transform:translate3d(-100%,0,0) translate3d(60px,0,0)}100%{-webkit-transform:translate3d(-200%,0,0) translate3d(60px,0,0);transform:translate3d(-200%,0,0) translate3d(60px,0,0)}}@-webkit-keyframes center_left{0%{-webkit-transform:translate3d(50vw,0,0) translate3d(-50%,0,0);transform:translate3d(50vw,0,0) translate3d(-50%,0,0)}100%{-webkit-transform:translate3d(-100%,0,0) translate3d(60px,0,0);transform:translate3d(-100%,0,0) translate3d(60px,0,0)}}@keyframes center_left{0%{-webkit-transform:translate3d(50vw,0,0) translate3d(-50%,0,0);transform:translate3d(50vw,0,0) translate3d(-50%,0,0)}100%{-webkit-transform:translate3d(-100%,0,0) translate3d(60px,0,0);transform:translate3d(-100%,0,0) translate3d(60px,0,0)}}@-webkit-keyframes right_center{0%{-webkit-transform:translate3d(100vw,0,0) translate3d(-60px,0,0);transform:translate3d(100vw,0,0) translate3d(-60px,0,0)}100%{-webkit-transform:translate3d(50vw,0,0) translate3d(-50%,0,0);transform:translate3d(50vw,0,0) translate3d(-50%,0,0)}}@keyframes right_center{0%{-webkit-transform:translate3d(100vw,0,0) translate3d(-60px,0,0);transform:translate3d(100vw,0,0) translate3d(-60px,0,0)}100%{-webkit-transform:translate3d(50vw,0,0) translate3d(-50%,0,0);transform:translate3d(50vw,0,0) translate3d(-50%,0,0)}}@-webkit-keyframes hidden_right{0%{-webkit-transform:translate3d(100vw,0,0) translate3d(-60px,0,0) translate3d(100%,0,0);transform:translate3d(100vw,0,0) translate3d(-60px,0,0) translate3d(100%,0,0)}100%{-webkit-transform:translate3d(100vw,0,0) translate3d(-60px,0,0);transform:translate3d(100vw,0,0) translate3d(-60px,0,0)}}@keyframes hidden_right{0%{-webkit-transform:translate3d(100vw,0,0) translate3d(-60px,0,0) translate3d(100%,0,0);transform:translate3d(100vw,0,0) translate3d(-60px,0,0) translate3d(100%,0,0)}100%{-webkit-transform:translate3d(100vw,0,0) translate3d(-60px,0,0);transform:translate3d(100vw,0,0) translate3d(-60px,0,0)}}.redils-stacked{width:100vw;height:660px}.redils-stacked .redils{position:relative}.redils-stacked .slides{-webkit-transform:translate3d(200vw,0,0);transform:translate3d(200vw,0,0);position:absolute;top:0;left:0;text-align:center}.redils-stacked .slides img{display:block}.redils-stacked .slides.hidden{-webkit-animation:right_hidden .5s ease-in-out forwards;animation:right_hidden .5s ease-in-out forwards}.redils-stacked .slides.hidden.back{-webkit-animation:left_hidden .5s ease-in-out forwards;animation:left_hidden .5s ease-in-out forwards}.redils-stacked .slides.left{-webkit-animation:hidden_left .5s ease-in-out forwards;animation:hidden_left .5s ease-in-out forwards}.redils-stacked .slides.left.back{-webkit-animation:center_left .5s ease-in-out forwards;animation:center_left .5s ease-in-out forwards}.redils-stacked .slides.center{-webkit-animation:left_center .5s ease-in-out forwards;animation:left_center .5s ease-in-out forwards}.redils-stacked .slides.center.back{-webkit-animation:right_center .5s ease-in-out forwards;animation:right_center .5s ease-in-out forwards}.redils-stacked .slides.right{-webkit-animation:center_right .5s ease-in-out forwards;animation:center_right .5s ease-in-out forwards}.redils-stacked .slides.right.back{-webkit-animation:hidden_right .5s ease-in-out forwards;animation:hidden_right .5s ease-in-out forwards}
/**
 * Swiper 3.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: October 16, 2016
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
