@charset "UTF-8";
/* Our Mixins, no Dependancies */
/**
* String Replace
*/
/**
* Font Face: https://gist.github.com/jonathantneal/d0460e5c2d5d7f9bc5e6
*/
/**
* pseudo Element Helper
*/
/**
* Resets Component fontsize, color.
*/
/**
* Single Line truncation
*/
/**
* Produces a group of color classes at various tints, given a hex code
*/
/**
* Generate classes [breakpoint]-[property]-[value]. See Helper Classes for usage
* e.g. .small-pt-2rem
*/
/**
* Computes a CSS calc function that betweens a value from
* A to B over viewport-width A to viewport-width B.
* Requires a media query to cap the value at B.
*/
/**
* Generates multiline ellipsed text
*/
/**
* Removes mouse focus ring on elements
*/
/**
* Removes mouse focus ring on elements
*/
/* Brand Colours as Vars */
@import url("//hello.myfonts.net/count/3d5cca");
@font-face {
  font-family: "Apex New";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/subset-ApexNew-Medium.woff") format("woff"), url("../fonts/subset-ApexNew-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Apex New";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/subset-ApexNew-MediumItalic.woff") format("woff"), url("../fonts/subset-ApexNew-MediumItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Apex New";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/subset-ApexNew-Bold.woff") format("woff"), url("../fonts/subset-ApexNew-Bold.woff2") format("woff2");
}
/**
 * @license
 * MyFonts Webfont Build ID 4021450, 2021-03-01T19:30:05-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Suti-Regular by Mika Melvas
 * URL: https://www.myfonts.com/fonts/mika-melvas/suti/suti/
 * Copyright: Copyright &amp;#x00A9; 2016 by Mika Melvas. All rights reserved.
 * 
 * 
 * 
 * © 2021 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: "Suti";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/subset-Suti-Regular.woff") format("woff"), url("../fonts/subset-Suti-Regular.woff2") format("woff2");
}
/**
 *  Core foundation
 */
/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 43.75em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&xlphone=26.25em&medium=43.75em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 16px;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fafafa;
  font-family: "Apex New", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #303030;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 5px;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 5px;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 5px;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.grid-container {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 43.75em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 43.75em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 43.75em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 43.75em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
@media print, screen and (min-width: 43.75em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1rem);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media print, screen and (min-width: 43.75em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1rem);
}
@media print, screen and (min-width: 43.75em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .xlphone-auto {
    width: auto;
  }
  .grid-margin-x > .xlphone-shrink {
    width: auto;
  }
  .grid-margin-x > .xlphone-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlphone-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlphone-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xlphone-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlphone-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlphone-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xlphone-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlphone-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlphone-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xlphone-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlphone-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlphone-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
@media print, screen and (min-width: 43.75em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
@media print, screen and (min-width: 43.75em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
@media print, screen and (min-width: 43.75em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 43.75em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1rem);
}

@media print, screen and (min-width: 43.75em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 43.75em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 43.75em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 43.75em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 43.75em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 43.75em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1rem / 2);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 1rem / 2);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 1rem / 2);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1rem / 2);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1rem / 2);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1rem / 2);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1rem / 2);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1rem / 2);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1rem / 2);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1rem / 2);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1rem / 2);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1rem / 2);
}

@media print, screen and (min-width: 43.75em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 43.75em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 43.75em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
@media print, screen and (min-width: 43.75em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media print, screen and (min-width: 43.75em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
@media print, screen and (min-width: 43.75em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1rem);
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 43.75em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1rem);
}
@media print, screen and (min-width: 43.75em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .xlphone-auto {
    height: auto;
  }
  .grid-margin-y > .xlphone-shrink {
    height: auto;
  }
  .grid-margin-y > .xlphone-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlphone-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlphone-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlphone-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlphone-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlphone-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlphone-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlphone-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlphone-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlphone-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlphone-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlphone-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 43.75em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 43.75em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 43.75em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
@media print, screen and (min-width: 43.75em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1rem);
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 43.75em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1rem);
}
@media print, screen and (min-width: 43.75em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .xlphone-auto {
    height: auto;
  }
  .grid-margin-y > .xlphone-shrink {
    height: auto;
  }
  .grid-margin-y > .xlphone-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlphone-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlphone-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlphone-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlphone-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlphone-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlphone-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlphone-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlphone-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlphone-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlphone-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlphone-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1rem);
}
@media print, screen and (min-width: 43.75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 43.75em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem 1rem;
  border: 1px transparent solid;
  border-radius: 5px;
  background-color: #fafafa;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #303030;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px transparent solid;
  background-color: #fafafa;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #eeeeee;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
}

input[type=search] {
  box-sizing: border-box;
}

::-moz-placeholder {
  color: #303030;
}

::placeholder {
  color: #303030;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.8;
  color: currentColor;
}
label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #303030;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 5px 0 0 5px;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 5px 5px 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1em;
  border: 1px solid #303030;
  background: #eeeeee;
  color: #303030;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

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

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #4a4a4a;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px transparent solid;
  border-radius: 5px;
  background-color: #fafafa;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #303030;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2848, 48, 48%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px transparent solid;
  background-color: #fafafa;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #eeeeee;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #d30c00;
  background-color: #f6e2e1;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #d30c00;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #d30c00;
}

.is-invalid-label {
  color: #d30c00;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #d30c00;
}
.form-error.is-visible {
  display: block;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 1em;
  color: currentColor;
  cursor: default;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75em;
  opacity: 1;
  content: "/";
  color: inherit;
}
.breadcrumbs a {
  color: currentColor;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: currentColor;
  cursor: not-allowed;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.75em 1em;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 43.75em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a, .menu.nested.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a, .menu.nested.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #a00900;
  color: #fafafa;
}
.menu .active > a {
  background: #a00900;
  color: #fafafa;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.75em 1em;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.75em 1em;
  background: #303030;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: 0.75em 1em;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.75em 1em;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #171717;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: none;
}
.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #171717;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: none;
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 280px;
  transform: translateX(-280px);
}
.sv-offcanvas__content .off-canvas.position-left {
  transform: translateX(-280px);
}
.sv-offcanvas__content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.sv-offcanvas__content.is-open-left.has-transition-push {
  transform: translateX(280px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(48, 48, 48, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 280px;
  transform: translateX(280px);
}
.sv-offcanvas__content .off-canvas.position-right {
  transform: translateX(280px);
}
.sv-offcanvas__content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.sv-offcanvas__content.is-open-right.has-transition-push {
  transform: translateX(-280px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(48, 48, 48, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 280px;
  transform: translateY(-280px);
}
.sv-offcanvas__content .off-canvas.position-top {
  transform: translateY(-280px);
}
.sv-offcanvas__content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.sv-offcanvas__content.is-open-top.has-transition-push {
  transform: translateY(280px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(48, 48, 48, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 280px;
  transform: translateY(280px);
}
.sv-offcanvas__content .off-canvas.position-bottom {
  transform: translateY(280px);
}
.sv-offcanvas__content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.sv-offcanvas__content.is-open-bottom.has-transition-push {
  transform: translateY(-280px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(48, 48, 48, 0.25);
}

.off-canvas-content {
  transform: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform 0.5s ease-out;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 43.75em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
    position: absolute;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .sv-offcanvas__content .position-left.reveal-for-medium {
    transform: none;
  }
  .sv-offcanvas__content.has-reveal-left {
    margin-left: 280px;
  }
  .position-left.reveal-for-medium ~ .sv-offcanvas__content {
    margin-left: 280px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
    position: absolute;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .sv-offcanvas__content .position-right.reveal-for-medium {
    transform: none;
  }
  .sv-offcanvas__content.has-reveal-right {
    margin-right: 280px;
  }
  .position-right.reveal-for-medium ~ .sv-offcanvas__content {
    margin-right: 280px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
    position: absolute;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .sv-offcanvas__content .position-top.reveal-for-medium {
    transform: none;
  }
  .sv-offcanvas__content.has-reveal-top {
    margin-top: 280px;
  }
  .position-top.reveal-for-medium ~ .sv-offcanvas__content {
    margin-top: 280px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
    position: absolute;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .sv-offcanvas__content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .sv-offcanvas__content.has-reveal-bottom {
    margin-bottom: 280px;
  }
  .position-bottom.reveal-for-medium ~ .sv-offcanvas__content {
    margin-bottom: 280px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
    position: absolute;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .sv-offcanvas__content .position-left.reveal-for-large {
    transform: none;
  }
  .sv-offcanvas__content.has-reveal-left {
    margin-left: 280px;
  }
  .position-left.reveal-for-large ~ .sv-offcanvas__content {
    margin-left: 280px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
    position: absolute;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .sv-offcanvas__content .position-right.reveal-for-large {
    transform: none;
  }
  .sv-offcanvas__content.has-reveal-right {
    margin-right: 280px;
  }
  .position-right.reveal-for-large ~ .sv-offcanvas__content {
    margin-right: 280px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
    position: absolute;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .sv-offcanvas__content .position-top.reveal-for-large {
    transform: none;
  }
  .sv-offcanvas__content.has-reveal-top {
    margin-top: 280px;
  }
  .position-top.reveal-for-large ~ .sv-offcanvas__content {
    margin-top: 280px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
    position: absolute;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .sv-offcanvas__content .position-bottom.reveal-for-large {
    transform: none;
  }
  .sv-offcanvas__content.has-reveal-bottom {
    margin-bottom: 280px;
  }
  .position-bottom.reveal-for-large ~ .sv-offcanvas__content {
    margin-bottom: 280px;
  }
}
@media print, screen and (min-width: 43.75em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8;
  display: none;
  background-color: rgba(48, 48, 48, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  z-index: 9;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #4a4a4a;
  border-radius: 5px;
  background-color: transparent;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 43.75em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 43.75em) {
  .reveal {
    width: 600px;
    max-width: 76.875rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 43.75em) {
  .reveal.tiny {
    width: 30%;
    max-width: 76.875rem;
  }
}
@media print, screen and (min-width: 43.75em) {
  .reveal.small {
    width: 50%;
    max-width: 76.875rem;
  }
}
@media print, screen and (min-width: 43.75em) {
  .reveal.large {
    width: 90%;
    max-width: 76.875rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 26.24875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 26.24875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 26.25em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 43.75em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 43.74875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 43.75em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 43.74875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
.hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
.hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
.show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-ccw-1turn;
}
@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 4px 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: currentColor;
}

.hamburger-box {
  width: 36px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 36px;
  height: 2px;
  background-color: currentColor;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -9px;
}
.hamburger-inner::after {
  bottom: -9px;
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 9px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 18px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 9px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.1428571429px, -7px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -18px, 0) rotate(90deg);
}

.is-open-left .hamburger--slider-r .hamburger-inner {
  transform: translate3d(0, 9px, 0) rotate(-45deg);
}
.is-open-left .hamburger--slider-r .hamburger-inner::before {
  opacity: 0;
  transform: rotate(45deg) translate3d(6px, -7px, 0);
}
.is-open-left .hamburger--slider-r .hamburger-inner::after {
  transform: translate3d(0, -18px, 0) rotate(90deg);
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/**
 * Helpers and Additional Typography
 */
.blur-up {
  opacity: 1;
  filter: blur(5px);
  transition: filter 400ms;
}
.blur-up.lazyloaded {
  filter: blur(0);
}

.pos-rel {
  position: relative;
}

.drop-and-fade-in {
  animation-name: custom-1;
}
@keyframes custom-1 {
  0% {
    transform: translateY(-2em);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.lift-and-fade-out {
  animation-name: custom-3;
}
@keyframes custom-3 {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-2em);
    opacity: 0;
  }
}

.lift-and-fade-in {
  animation-name: custom-5;
}
@keyframes custom-5 {
  0% {
    transform: translateY(2em);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.slide-fade-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0;
  transform: translateX(2em);
  transition-property: transform, opacity;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-fade-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
  opacity: 1;
}

.slide-fade-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0.1s;
  transform: translateX(0);
  transition-property: transform, opacity;
  opacity: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-fade-out-right.mui-leave.mui-leave-active {
  transform: translateX(2em);
  opacity: 0;
}

.grecaptcha-badge {
  display: none;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: 700;
  line-height: inherit;
}

small {
  font-size: 87.5%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Apex New", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: currentColor;
}

h1, .h1 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 64em) {
  h5, .h5 {
    font-size: 1.125rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 75em) {
  h5, .h5 {
    font-size: 1.125rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #b32820;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #9a221b;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 76.875rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #4a4a4a;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.7;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.5rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.5rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 700;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0 0 0 1.75em;
  border-left: 2px solid currentColor;
}
blockquote, blockquote p {
  line-height: 1.7;
  color: inherit;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #303030;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #eeeeee;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #303030;
  border-radius: 5px;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.4;
  color: inherit;
}

.lead {
  font-size: 1.125em;
  line-height: 1.7;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #303030;
  font-size: 0.875rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #4a4a4a;
  background-color: #eeeeee;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #303030;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #4a4a4a;
  background-color: #eeeeee;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #303030;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 43.75em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
html {
  font-weight: 400;
  font-size: 87.5%;
}
@media screen and (min-width: 54.375em) {
  html {
    font-size: 100%;
  }
}
@media print {
  html {
    font-size: 87.5%;
  }
}

/* Foundation forces actual font values */
h1,
.h1 {
  font-size: 2.617924rem;
  line-height: 1;
  margin-top: 3.236rem;
  margin-bottom: 0.809rem;
  font-weight: 700;
}

h2,
.h2 {
  font-size: 2.3211991627rem;
  line-height: 1;
  margin-top: 2.427rem;
  margin-bottom: 0.809rem;
  font-weight: 700;
}

h3,
.h3 {
  font-size: 1.8248330863rem;
  line-height: 1.25;
  margin-top: 2.427rem;
  margin-bottom: 0.809rem;
  font-weight: 700;
}

h4,
.h4,
.sv-form--application .sv-form__pre-submit > fieldset > legend,
.sv-form--application .sv-form__post-submit > fieldset > legend,
.sv-form--entry .sv-form__pre-submit > fieldset > legend,
.sv-form--entry .sv-form__post-submit > fieldset > legend,
.sv-filtered-search__heading,
.sv-cta__text {
  font-size: 1.618rem;
  line-height: 1.25;
  margin-top: 2.0225rem;
  margin-bottom: 0.809rem;
  font-weight: 700;
}

h5,
.h5 {
  font-size: 1.125em;
  margin-top: 1.618rem;
  margin-bottom: 0.809rem;
  font-weight: 700;
}

h6,
.h6 {
  font-size: 1em;
  margin-top: 1.618rem;
  margin-bottom: 0.809rem;
  font-weight: 700;
}

@media print, screen and (min-width: 64em) {
  h1,
.h1 {
    font-size: 2.617924rem;
    line-height: 1;
    margin-top: 3.236rem;
    margin-bottom: 1.618rem;
    font-weight: 700;
  }
  h2,
.h2 {
    font-size: 2.3211991627rem;
    line-height: 1;
    margin-top: 3.236rem;
    margin-bottom: 0.809rem;
    font-weight: 700;
  }
  h3,
.h3 {
    font-size: 1.8248330863rem;
    line-height: 1.25;
    margin-top: 2.427rem;
    margin-bottom: 0.809rem;
    font-weight: 700;
  }
  h4,
.h4,
.sv-form--application .sv-form__pre-submit > fieldset > legend,
.sv-form--application .sv-form__post-submit > fieldset > legend,
.sv-form--entry .sv-form__pre-submit > fieldset > legend,
.sv-form--entry .sv-form__post-submit > fieldset > legend,
.sv-filtered-search__heading,
.sv-cta__text {
    font-size: 1.618rem;
    line-height: 1.25;
    margin-top: 2.0225rem;
    margin-bottom: 0.809rem;
    font-weight: 700;
  }
  h5,
.h5 {
    font-size: 1.125em;
    margin-top: 2.0225rem;
    margin-bottom: 0rem;
    font-weight: 700;
  }
  h6,
.h6 {
    font-size: 1em;
    margin-top: 1.618rem;
    margin-bottom: 0rem;
    font-weight: 700;
  }
}
@media screen and (min-width: 75em) {
  h1,
.h1 {
    font-size: 2.9525799336rem;
    line-height: 1;
    margin-top: 3.236rem;
    margin-bottom: 1.618rem;
    font-weight: 700;
  }
  h2,
.h2 {
    font-size: 2.617924rem;
    line-height: 1;
    margin-top: 3.236rem;
    margin-bottom: 0.809rem;
    font-weight: 700;
  }
  h3,
.h3 {
    font-size: 2.0581061761rem;
    line-height: 1.25;
    margin-top: 2.427rem;
    margin-bottom: 0.809rem;
    font-weight: 700;
  }
  h4,
.h4,
.sv-form--application .sv-form__pre-submit > fieldset > legend,
.sv-form--application .sv-form__post-submit > fieldset > legend,
.sv-form--entry .sv-form__pre-submit > fieldset > legend,
.sv-form--entry .sv-form__post-submit > fieldset > legend,
.sv-filtered-search__heading,
.sv-cta__text {
    font-size: 1.618rem;
    line-height: 1.25;
    margin-top: 2.0225rem;
    margin-bottom: 0.809rem;
    font-weight: 700;
  }
  h5,
.h5 {
    font-size: 1.125em;
    margin-top: 2.0225rem;
    margin-bottom: 0rem;
    font-weight: 700;
  }
  h6,
.h6 {
    font-size: 1em;
    margin-top: 1.618rem;
    margin-bottom: 0rem;
    font-weight: 700;
  }
}
/* Old Brand Font. Leaving here just incase we need it. JC */
.sv-cursive,
.sv-value-prop__heading,
.sv-form--newsletter legend,
.sv-form__post-submit-message > * {
  font-family: "Suti", sans-serif;
  font-weight: 400;
}

hr {
  display: block;
  height: 1rem;
  margin: 0;
  margin: 0;
  margin: 3.236rem 0;
  border: 0;
  line-height: 1;
  color: #4a4a4a;
  text-align: center;
}
hr:before {
  display: block;
  content: "•••";
  letter-spacing: 1.618rem;
}

blockquote > p {
  font-style: italic;
}
@media print {
  blockquote {
    border: 0;
    border-left: 2px solid currentColor;
  }
}

cite {
  font-style: normal;
  font-variation-settings: "wght" 800;
  line-height: 1.618rem;
}

.lead,
.sv-post-intro__lead {
  margin-bottom: 2.427rem;
  font-size: 1.125em;
  line-height: 1.82025rem;
}

.callout.validation {
  background-color: #ffe3e1;
  color: #303030;
}
.callout.info {
  background-color: #ffe3e1;
  color: #303030;
}
.callout.good {
  background-color: #ebfbf1;
  color: #303030;
}
.callout.bad {
  background-color: #ffe3e1;
  color: #303030;
}

/**
 * Elements
 */
.sv-button {
  font-weight: 700;
  min-width: 0;
  transition: all 0.15s ease-out;
  letter-spacing: 0.06em;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 1em 1.25em;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: "Apex New", sans-serif;
  font-size: 1rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .sv-button {
  outline: 0;
}
.sv-button, .sv-button.disabled, .sv-button[disabled], .sv-button.disabled:hover, .sv-button[disabled]:hover, .sv-button.disabled:focus, .sv-button[disabled]:focus {
  background-color: #4a4a4a;
  color: #fafafa;
}
.sv-button:hover, .sv-button:focus {
  background-color: #3b3b3b;
  color: #fafafa;
}
.sv-button:active {
  transform: scale(0.99) translateY(1px);
}
.sv-button svg {
  display: inline-block;
  vertical-align: bottom;
  width: 1em;
  height: 1em;
  margin-bottom: -0.0625em;
  margin-left: 0.5em;
  font-size: 1em;
}
.sv-button svg:first-child {
  margin-right: 0.5em;
  margin-left: 0;
}
.sv-button--primary {
  font-weight: 700;
  min-width: 0;
  transition: all 0.15s ease-out;
  letter-spacing: 0.06em;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 1em 1.25em;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: "Apex New", sans-serif;
  font-size: 1rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .sv-button--primary {
  outline: 0;
}
.sv-button--primary, .sv-button--primary.disabled, .sv-button--primary[disabled], .sv-button--primary.disabled:hover, .sv-button--primary[disabled]:hover, .sv-button--primary.disabled:focus, .sv-button--primary[disabled]:focus {
  background-color: #d30c00;
  color: #fafafa;
}
.sv-button--primary:hover, .sv-button--primary:focus {
  background-color: #3b3b3b;
  color: #fafafa;
}
.sv-button--primary:active {
  transform: scale(0.99) translateY(1px);
}
.sv-button--secondary {
  font-weight: 700;
  min-width: 0;
  transition: all 0.15s ease-out;
  letter-spacing: 0.06em;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 1em 1.25em;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: "Apex New", sans-serif;
  font-size: 1rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .sv-button--secondary {
  outline: 0;
}
.sv-button--secondary, .sv-button--secondary.disabled, .sv-button--secondary[disabled], .sv-button--secondary.disabled:hover, .sv-button--secondary[disabled]:hover, .sv-button--secondary.disabled:focus, .sv-button--secondary[disabled]:focus {
  background-color: #fafafa;
  color: #303030;
}
.sv-button--secondary:hover, .sv-button--secondary:focus {
  background-color: #ededed;
  color: #303030;
}
.sv-button--secondary:active {
  transform: scale(0.99) translateY(1px);
}
.sv-button--clear {
  background: transparent;
}
.sv-button--clear:hover, .sv-button--clear:focus, .sv-button--clear:active {
  background: transparent;
}
.sv-button--hollow {
  font-weight: 700;
  min-width: 0;
  transition: all 0.15s ease-out;
  letter-spacing: 0.06em;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 1em 1.25em;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: "Apex New", sans-serif;
  font-size: 1rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .sv-button--hollow {
  outline: 0;
}
.sv-button--hollow, .sv-button--hollow:hover, .sv-button--hollow:focus, .sv-button--hollow.disabled, .sv-button--hollow.disabled:hover, .sv-button--hollow.disabled:focus, .sv-button--hollow[disabled], .sv-button--hollow[disabled]:hover, .sv-button--hollow[disabled]:focus {
  background-color: transparent;
}
.sv-button--hollow, .sv-button--hollow.disabled, .sv-button--hollow[disabled], .sv-button--hollow.disabled:hover, .sv-button--hollow[disabled]:hover, .sv-button--hollow.disabled:focus, .sv-button--hollow[disabled]:focus {
  border: 2px solid #4a4a4a;
  color: #4a4a4a;
}
.sv-button--hollow:hover, .sv-button--hollow:focus {
  border-color: #252525;
  color: #252525;
}
.sv-button--hollow:active {
  transform: scale(0.99) translateY(1px);
}
.sv-button--hollow-white {
  font-weight: 700;
  min-width: 0;
  transition: all 0.15s ease-out;
  letter-spacing: 0.06em;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 1em 1.25em;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: "Apex New", sans-serif;
  font-size: 1rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .sv-button--hollow-white {
  outline: 0;
}
.sv-button--hollow-white, .sv-button--hollow-white:hover, .sv-button--hollow-white:focus, .sv-button--hollow-white.disabled, .sv-button--hollow-white.disabled:hover, .sv-button--hollow-white.disabled:focus, .sv-button--hollow-white[disabled], .sv-button--hollow-white[disabled]:hover, .sv-button--hollow-white[disabled]:focus {
  background-color: transparent;
}
.sv-button--hollow-white, .sv-button--hollow-white.disabled, .sv-button--hollow-white[disabled], .sv-button--hollow-white.disabled:hover, .sv-button--hollow-white[disabled]:hover, .sv-button--hollow-white.disabled:focus, .sv-button--hollow-white[disabled]:focus {
  border: 2px solid #fafafa;
  color: #fafafa;
}
.sv-button--hollow-white:hover, .sv-button--hollow-white:focus {
  border-color: #7d7d7d;
  color: #7d7d7d;
}
.sv-button--hollow-white:active {
  transform: scale(0.99) translateY(1px);
}
.sv-button--slim {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
.sv-button--large {
  font-size: 1.125rem;
}
.sv-button--expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
@media print, screen and (max-width: 26.24875em) {
  .sv-button--expand-for-small-only {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.sv-button--elevate {
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.08), 0 3px 6px 0 rgba(0, 0, 0, 0.12);
}
.sv-button--icon-only {
  min-width: 0;
  padding-top: 0.25em;
  padding-right: 0.75em;
  padding-bottom: 0.25em;
  padding-left: 0.75em;
}
.sv-button--icon-only svg:first-child {
  margin-right: 0;
  font-size: 1.5em;
}

.sv-symbol {
  display: block;
  width: 100%;
  pointer-events: none;
}
.sv-symbol use {
  pointer-events: none;
}
.sv-symbol--icon {
  width: 1em;
  height: 1em;
}
.sv-symbol--large-icon {
  width: 3.125em;
  height: 3.125em;
}
.sv-symbol--inline {
  display: inline-block;
  vertical-align: text-bottom;
}
.sv-symbol--hidden {
  opacity: 0;
}
.sv-symbol--180 {
  transform: rotate(180deg);
  transform-origin: center;
}

.sv-icon-label {
  text-align: center;
}
.sv-icon-label__symbol {
  display: block;
  font-size: 3em;
}
.sv-icon-label__symbol svg {
  margin: 0 auto;
}
.sv-icon-label__label {
  font-weight: 700;
  font-size: 0.75em;
  white-space: nowrap;
}

.sv-embed {
  position: relative;
  height: 0;
  margin-bottom: 3em;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  background-color: #303030;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 16px 16px 0px, rgba(0, 0, 0, 0.05) 0px 8px 8px 0px, rgba(0, 0, 0, 0.05) 0px 4px 4px 0px;
}
.sv-embed iframe,
.sv-embed object,
.sv-embed embed,
.sv-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 43.75em) {
  .sv-embed {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
.sv-embed__iframe {
  width: 100%;
}

.sv-input label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.sv-input label span {
  color: #d30c00;
}
.input-group .sv-input input {
  margin-bottom: 0;
}
.sv-input--show-label ::-moz-placeholder {
  opacity: 0.25;
}
.sv-input--show-label ::placeholder {
  opacity: 0.25;
}
.sv-input--show-label label {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}
.sv-input--bordered input {
  border-color: currentColor;
}
.sv-input--bordered input:focus {
  border-color: currentColor;
}

.sv-select label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.sv-select label span {
  color: #d30c00;
}
.sv-select select {
  font-weight: 700;
  line-height: 1.3;
}
.sv-select select[data-invalid] {
  color: #d30c00;
}
.sv-select--center-placeholder select {
  -moz-text-align-last: center;
       text-align-last: center;
}
.sv-select--show-label label {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}
.sv-select--show-label select {
  color: #4a4a4a;
}
.sv-select--show-label select:focus, .sv-select--show-label select:valid {
  color: #303030;
}
.sv-select--bordered select {
  border-color: #303030;
}
.sv-select--invert select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28255, 255, 255%29'></polygon></svg>");
  background-color: #303030;
  color: #fafafa;
}
.sv-select--button {
  display: inline-block;
  vertical-align: bottom;
  min-width: 13.75rem;
  margin-bottom: 0;
}
.sv-select--button select {
  height: 3.125rem;
  margin-bottom: 0;
}

.sv-textarea {
  position: relative;
}
.sv-textarea label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.sv-textarea label span {
  color: #d30c00;
}
.sv-textarea textarea::-moz-placeholder {
  font-weight: 700;
}
.sv-textarea textarea::placeholder {
  font-weight: 700;
}
.sv-textarea__help-text em {
  font-size: 0.875em;
}
.sv-textarea--show-label ::-moz-placeholder {
  opacity: 0.25;
}
.sv-textarea--show-label ::placeholder {
  opacity: 0.25;
}
.sv-textarea--show-label label {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}
.sv-textarea--bordered textarea {
  border-color: currentColor;
}
.sv-textarea--bordered textarea:focus {
  border-color: currentColor;
}

.sv-checkbox-group {
  margin-bottom: 1em;
}
.sv-checkbox-group legend {
  flex: 0 0 auto;
  width: auto;
  margin-right: 0.5rem;
  margin-bottom: 0;
}
.sv-checkbox-group input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.sv-checkbox-group > label {
  margin-bottom: 1em;
}
.sv-checkbox-group__wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  min-height: 2.6875rem;
  margin: 0 auto;
}
.sv-checkbox-group__label.sv-checkbox-group__label {
  flex: 1 1 0;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  font-weight: 600;
  position: relative;
  padding-right: 1em;
  padding-left: 2em;
  font-weight: 400;
  line-height: 1.4;
}
.sv-checkbox-group__label.sv-checkbox-group__label:last-child {
  padding-right: 0;
}
.sv-checkbox-group__label.sv-checkbox-group__label:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid currentColor;
  border-radius: 50%;
  background-color: #fafafa;
}
.sv-checkbox-group__label.sv-checkbox-group__label:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0.375em;
  left: 0.25em;
  display: inline-block;
  width: 1em;
  height: 0.5em;
  opacity: 0.2;
  transform: rotate(-45deg);
  border-bottom: 0.125em solid #fafafa;
  border-left: 0.125em solid #fafafa;
  transition: opacity 0.3s 0.1s ease;
}
[data-whatinput=keyboard] :focus + .sv-checkbox-group__label.sv-checkbox-group__label:before {
  outline: none;
  border: 1px transparent solid;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
:checked + .sv-checkbox-group__label.sv-checkbox-group__label:before {
  animation: checkbox-active 0.7s cubic-bezier(0.11, 0.92, 0.05, 0.99) forwards;
}
:checked + .sv-checkbox-group__label.sv-checkbox-group__label:after {
  opacity: 1;
  transform: scale(0);
  animation: tick-active 0.5s cubic-bezier(0.11, 0.92, 0.05, 0.99) 0.1s 1 forwards;
}
.sv-checkbox-group--3-col .ver-checkbox-group__wrapper {
  justify-content: flex-start;
  align-items: stretch;
}
.sv-checkbox-group--3-col .ver-checkbox-group__label {
  flex: 0 0 auto;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 43.75em) {
  .sv-checkbox-group--3-col .ver-checkbox-group__label {
    flex: 0 0 auto;
    width: 33.3333333333%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

@keyframes tick-active {
  from {
    opacity: 0;
    transform: scale(0.3) rotate(-45deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(-45deg);
  }
}
@keyframes checkbox-active {
  0% {
    transform: scale(0.75);
  }
  10% {
    opacity: 0.1;
    transform: scale(0.75);
    background: #d5d5d5;
  }
  12% {
    opacity: 0.4;
    transform: scale(0.75);
    background: #eeeeee;
  }
  50% {
    transform: scale(1);
    border: 0;
    background: #d30c00;
  }
  100% {
    opacity: 1;
    transform: scale(1);
    border-color: #d30c00;
    background: #d30c00;
  }
}
.sv-radio {
  margin-bottom: 1em;
}
.sv-radio legend {
  flex: 0 0 auto;
  width: auto;
  margin-right: 0.5rem;
  font-weight: 700;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  line-height: 1;
}
.sv-radio legend span {
  color: #d30c00;
}
.sv-radio input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.sv-radio > label {
  font-weight: 700;
  margin-bottom: 1em;
}
.sv-radio__wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  min-height: 2.6875rem;
  margin: 0 auto;
}
.sv-radio__label.sv-radio__label {
  flex: 1 1 0;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  padding-right: 1em;
  padding-left: 2em;
  line-height: 1.4;
}
.sv-radio__label.sv-radio__label:last-child {
  padding-right: 0;
}
.sv-radio__label.sv-radio__label:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #fafafa;
  border-radius: 50%;
  background-color: #fafafa;
}
.sv-radio__label.sv-radio__label:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0.375em;
  left: 0.25em;
  display: inline-block;
  width: 1em;
  height: 0.5em;
  opacity: 0;
  transform: rotate(-45deg);
  border-bottom: 0.125em solid #fafafa;
  border-left: 0.125em solid #fafafa;
  transition: opacity 0.3s 0.1s ease;
}
[data-whatinput=keyboard] :focus + .sv-radio__label.sv-radio__label:before {
  outline: none;
  border: 1px transparent solid;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
:checked + .sv-radio__label.sv-radio__label:before {
  animation: checkbox-active 0.7s cubic-bezier(0.11, 0.92, 0.05, 0.99) forwards;
}
:checked + .sv-radio__label.sv-radio__label:after {
  opacity: 1;
  transform: scale(0);
  border-bottom: 0.125em solid #fafafa;
  border-left: 0.125em solid #fafafa;
  animation: tick-active 0.5s cubic-bezier(0.11, 0.92, 0.05, 0.99) 0.1s 1 forwards;
}
.sv-radio--vertical legend {
  margin-bottom: 1em;
}
.sv-radio--vertical .sv-radio__label {
  display: block;
  flex: none;
  width: 100%;
}
.sv-radio--vertical .sv-radio__label:not(:last-child) {
  margin-bottom: 1em;
}

@keyframes tick-active {
  from {
    opacity: 0;
    transform: scale(0.3) rotate(-45deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(-45deg);
  }
}
@keyframes checkbox-active {
  0% {
    transform: scale(0.75);
  }
  10% {
    opacity: 0.1;
    transform: scale(0.75);
    background: #d5d5d5;
  }
  12% {
    opacity: 0.4;
    transform: scale(0.75);
    background: #eeeeee;
  }
  50% {
    transform: scale(1);
    border: 0;
    background: #d30c00;
  }
  100% {
    opacity: 1;
    transform: scale(1);
    border-color: #d30c00;
    background: #d30c00;
  }
}
.sv-cta {
  position: relative;
  display: flex;
  align-content: stretch;
  align-items: center;
  border-radius: 5px;
  background-color: #4a4a4a;
  color: #fafafa;
  -webkit-clip-path: polygon(0 0, calc(100% - 2em) 0, 100% 50%, calc(100% - 2em) 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 2em) 0, 100% 50%, calc(100% - 2em) 100%, 0 100%);
}
.sv-cta:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  background-color: rgba(48, 48, 48, 0.1);
  transition: opacity 0.25s ease-out;
  pointer-events: none;
}
.sv-cta:hover {
  color: #fafafa;
}
.sv-cta:hover:after {
  opacity: 1;
}
.sv-cta__wrapper {
  padding: 1em;
  padding-right: 2em;
}
.sv-cta__text {
  font-size: 1.6em;
}
.sv-cta__brand-mark {
  position: absolute;
  top: -200px;
  z-index: -1;
  display: none;
  opacity: 0.15;
  pointer-events: none;
}
@media print, screen and (min-width: 43.75em) {
  .sv-cta__brand-mark {
    top: -325%;
    display: block;
  }
}
.sv-cta__brand-mark svg {
  width: 52.8125em;
  height: 52.8125em;
}
.sv-cta__icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  font-size: 0.8125rem;
}

.sv-logo {
  display: block;
  width: 33.87em;
  height: 9.37em;
  font-size: inherit;
}
.sv-logo--card-placeholder, .sv-logo--white {
  color: #fafafa;
}

.sv-logo--footer, .sv-logo--header, .sv-logo--red {
  color: #d30c00;
}

.sv-logo--visually-centered {
  transform: translate(-7.5%, -5%);
}

@media print, screen and (min-width: 43.75em) {
  .sv-logo--visually-centered-for-medium {
    transform: translate(-7.5%, -5%);
  }
}

@media print, screen and (min-width: 64em) {
  .sv-logo--visually-centered-for-large {
    transform: translate(-7.5%, -5%);
  }
}

.sv-logo--header {
  display: block;
  margin-right: auto;
  margin-left: 0;
  text-align: left;
}
@media print {
  .sv-logo--header {
    color: #d30c00;
  }
}
.sv-logo--card-placeholder {
  display: block;
  margin-right: auto;
  margin-left: 0;
  text-align: left;
}
.sv-logo--footer {
  display: block;
  height: 5rem;
  margin-right: auto;
  margin-left: 0;
  text-align: left;
}

.sv-tagline {
  font-family: "Suti", sans-serif;
  font-size: 200%;
}
.sv-tagline--white {
  color: #fafafa;
}
.sv-tagline--visually-centered {
  transform: translate(-7.5%, -10%);
}

.sv-tag {
  color: currentColor;
  white-space: nowrap;
}
.sv-tag:not(:last-child):after {
  display: inline-block;
  padding-right: 0.5em;
  padding-left: 0.5em;
  content: "|";
  color: #4a4a4a;
}
.sv-tag[href] {
  transition: opacity 0.25s linear;
}
.sv-tag[href]:hover {
  opacity: 0.75;
}

.sv-loading {
  position: relative;
  display: inline-block;
  width: 5rem;
  height: 5rem;
}
.lazyloaded + .sv-loading {
  display: none;
}
.sv-loading div {
  position: absolute;
  top: 2.0625rem;
  width: 0.8125rem;
  height: 0.8125rem;
  border-radius: 50%;
  background: #d30c00;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.sv-loading div:nth-child(1) {
  left: 0.5rem;
  animation: lds-ellipsis1 0.6s infinite;
}
.sv-loading div:nth-child(2) {
  left: 0.5rem;
  animation: lds-ellipsis2 0.6s infinite;
}
.sv-loading div:nth-child(3) {
  left: 2rem;
  animation: lds-ellipsis2 0.6s infinite;
}
.sv-loading div:nth-child(4) {
  left: 3.5rem;
  animation: lds-ellipsis3 0.6s infinite;
}
.sv-loading--centered {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.sv-progress {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  box-sizing: border-box;
  width: 1em;
  opacity: 0;
}
.swiper-slide-active .sv-progress {
  opacity: 1;
}
.sv-progress:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border: 5px solid currentColor;
  border-radius: 50%;
  color: rgba(250, 250, 250, 0.1);
}
.sv-progress__inner {
  flex: 0 0 auto;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  height: 1em;
  overflow: hidden;
}
.sv-progress__semicircle {
  display: block;
  width: 1em;
  height: 1em;
  transform-origin: 50% 50%;
  border: 5px solid currentColor;
  border-radius: 50%;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  -webkit-clip-path: polygon(0% 0%, 50% 0%, 50% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 50% 0%, 50% 100%, 0% 100%);
}
.swiper-slide-active .sv-progress__semicircle {
  animation-duration: 8s;
  animation-name: circle-1;
}
:last-child > .sv-progress__semicircle {
  transform: translateX(-50%) rotate(1deg);
  transform-origin: 50% 50%;
  animation-timing-function: ease-out;
  -webkit-clip-path: polygon(50.5% 0%, 100% 0%, 100% 100%, 50.5% 100%);
          clip-path: polygon(50.5% 0%, 100% 0%, 100% 100%, 50.5% 100%);
}
.swiper-slide-active :last-child > .sv-progress__semicircle {
  animation-name: circle-2;
}

@keyframes circle-1 {
  0% {
    transform: rotate(181deg);
  }
  50% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes circle-2 {
  0% {
    transform: translateX(-50%) rotate(180deg);
  }
  50% {
    transform: translateX(-50%) rotate(180deg);
  }
  100% {
    transform: translateX(-50%) rotate(1deg);
  }
}
.sv-site-switch {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  margin-right: 0;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 64em) {
  .sv-site-switch {
    font-size: 1rem;
  }
}
.sv-site-switch__button {
  flex: 0 0 auto;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
@media print {
  .sv-site-switch__button {
    display: none;
  }
}
.sv-site-switch__content {
  flex: 0 0 auto;
  width: auto;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding-right: 1em;
  text-align: right;
}
.sv-site-switch__logo {
  font-family: "Suti", sans-serif;
  font-size: 200%;
}
.sv-site-switch__help-text {
  font-weight: 700;
  display: block;
  margin-top: -0.25em;
  margin-right: 0.25em;
  line-height: 1;
  text-align: right;
}
.sv-site-switch--centered {
  justify-content: center;
}
.sv-site-switch--centered .sv-site-switch__help-text {
  margin-bottom: 1em;
  text-align: center;
}
.sv-site-switch--white {
  color: #fafafa;
}
.sg-non-transactional .sv-site-switch--ecommerce, .mfl-Microsite .sv-site-switch--ecommerce {
  display: none;
}
body:not(.mfl-Microsite):not(.sg-non-transactional) .sv-site-switch--mircosite {
  display: none;
}
.sv-site-switch--mircosite img {
  width: 100%;
  margin: auto;
}
.sv-site-switch--mircosite .sv-site-switch__content {
  align-self: stretch;
}
.sv-site-switch--mircosite .sv-site-switch__logo {
  display: flex;
  align-self: stretch;
  max-width: 16rem;
  height: 100%;
}
.sv-site-switch--non-transactional .sv-site-switch__content {
  display: none;
}

.sv-rating {
  display: flex;
  flex-flow: row wrap;
}
.sv-rating--centered {
  justify-content: center;
  text-align: center;
}

.sv-rating form {
  flex: 0 0 auto;
  width: auto;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.sv-rating input, .sv-rating__aria-label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.sv-rating__stars {
  display: flex;
  flex-flow: row nowrap;
  height: 1.6875em;
  overflow: hidden;
  color: gold;
  cursor: pointer;
}
[data-rating="0"] .sv-rating__stars:first-child {
  width: 0;
}
[data-rating="0.5"] .sv-rating__stars:first-child {
  width: 8%;
}
[data-rating="1"] .sv-rating__stars:first-child {
  width: 17%;
}
[data-rating="1.5"] .sv-rating__stars:first-child {
  width: 29%;
}
[data-rating="2"] .sv-rating__stars:first-child {
  width: 38%;
}
[data-rating="2.5"] .sv-rating__stars:first-child {
  width: 50%;
}
[data-rating="3"] .sv-rating__stars:first-child {
  width: 58%;
}
[data-rating="3.5"] .sv-rating__stars:first-child {
  width: 71%;
}
[data-rating="4"] .sv-rating__stars:first-child {
  width: 78%;
}
[data-rating="4.5"] .sv-rating__stars:first-child {
  width: 92%;
}
.sv-rating__stars + .sv-rating__stars {
  color: #646464;
}
.sv-rating__star {
  flex: 0 0 auto;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0.125em;
  transition: color 0.25s ease;
  color: currentColor;
}
.sv-rating__star.sv-rating__star {
  margin: 0;
}
.sv-rating__icon {
  display: block;
}
.sv-rating__icon svg {
  font-size: 1em;
}
.sv-rating__text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.sv-rating__cta {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: calc(100% - 1rem);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-weight: 700;
  font-size: 0.875em;
}
.sv-rating__label {
  font-weight: 700;
  display: inline-block;
  color: currentColor;
}
.sv-rating__display {
  position: relative;
  width: 6.125em;
}
.sv-rating__display > div:nth-child(1) {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
}
.sv-rating--editable {
  margin-bottom: 1em;
}
.sv-rating--editable :checked ~ .sv-rating__star {
  color: #646464;
}
.sv-rating--editable:hover .sv-rating__star {
  color: gold;
}
.sv-rating--editable .sv-rating__stars {
  height: auto;
}
.sv-rating--editable .sv-rating__star {
  font-size: 2em;
}
.sv-rating--editable .sv-rating__star:hover ~ * {
  color: #646464;
}
.sv-rating--no-rating:not(.sv-rating--editable) .sv-rating__stars {
  opacity: 0.15;
  transition: opacity 0.2s linear;
  color: currentColor;
}
.sv-rating--no-rating:not(.sv-rating--editable) > a:hover .sv-rating__stars {
  opacity: 0.4;
}

.sv-review {
  padding: 2em;
  border-radius: 5px;
  background-color: #e9e9e9;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .sv-review {
    padding: 2em 3em;
  }
}
.sv-review__rating {
  margin-bottom: 0.809rem;
}
.sv-review__body {
  margin: 0;
  padding-left: 0;
  border-left: 0;
  font-style: italic;
}
.sv-review__author {
  margin-top: 0.809rem;
}

.sv-image {
  position: relative;
  width: 100%;
}
.sv-image img {
  width: 100%;
  max-width: none;
  margin-bottom: 1.618rem;
  border-radius: 0.5em;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 16px 16px 0px, rgba(0, 0, 0, 0.05) 0px 8px 8px 0px, rgba(0, 0, 0, 0.05) 0px 4px 4px 0px;
}
.sv-grid__item > .sv-image img {
  margin-bottom: 0;
}
.sv-image__zoom {
  position: relative;
  display: block;
}
.sv-image__zoom:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 0.25em 0.25em 1em 1em;
  border-radius: 0.25em;
  content: "+";
  font-size: 2em;
  line-height: 0.4;
  color: #fafafa;
  text-shadow: 1px 1px 0 rgba(48, 48, 48, 0.2);
}
.sv-image__link {
  z-index: 1;
  display: block;
}
.sv-image__link:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  background-color: rgba(48, 48, 48, 0.1);
  transition: opacity 0.25s ease-out;
  pointer-events: none;
}
.sv-image__link[href]:hover:after, .sv-image__link[href]:active:after {
  opacity: 1;
}
.sv-image__caption {
  margin-bottom: 1.618rem;
  opacity: 0.5;
  line-height: 1.618rem;
  text-align: center;
}
.sv-image--zoom a {
  cursor: zoom-in;
}
.sv-image--trim-caption .sv-image__caption {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0 auto;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.618;
  text-overflow: ellipsis;
  /* autoprefixer: off */
  -webkit-line-clamp: 1;
  height: 1.618rem;
  margin-bottom: 1.618rem;
}
.sv-image--no-style img {
  border-radius: 0;
  box-shadow: none;
}
.sv-image--gallery img, .sv-image--dense img {
  margin-bottom: 0.809rem;
}

.sv-image--caption-over-image .sv-image__caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem 1.875rem;
  background-image: linear-gradient(rgba(48, 48, 48, 0) 0, rgba(48, 48, 48, 0.2) 50%);
}

.sv-link-tree__item {
  line-height: 1.5;
}
.sv-link-tree__link {
  transition: color 0.2s ease;
  color: #d30c00;
  text-decoration: none;
}
.sv-link-tree__link:hover, .sv-link-tree__link:focus, .sv-link-tree__link:active {
  color: #a00900;
}
ul ul .sv-link-tree__link {
  line-height: 1.5;
}

.sv-cart {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  min-width: 3.125rem;
  height: 100%;
  padding: 0.25rem 1rem;
  border-radius: 0 5px 5px 0;
  transition: background-color 0.2s ease-in;
  font-size: 1rem;
  color: currentColor;
}
.sv-cart:hover, .sv-cart:focus {
  background-color: #303030;
  color: currentColor;
}
.sv-cart::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  border-radius: 5px;
  background: linear-gradient(to right, #4a4a4a, #313131 70%, #4a4a4a 100%), #4a4a4a;
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: 200px 100px;
  animation: shine 1s infinite;
  inset: 0.75rem;
}
@media print, screen and (min-width: 64em) {
  .sv-cart {
    min-width: 11.875rem;
  }
}
.sv-cart > * {
  opacity: 1;
  transition: opacity 0.3s linear;
}
.sv-cart__icon {
  width: 1.125em;
  height: 1.125em;
  font-size: 1.25rem;
}
.sv-cart__count {
  padding-left: 0.25rem;
  font-size: 1.375rem;
  font-weight: 700;
  color: #d30c00;
}
@media print, screen and (min-width: 64em) {
  .sv-cart__count {
    padding-right: 1rem;
  }
}
.sv-cart__total {
  display: none;
  margin-left: auto;
  font-size: 1.375rem;
  font-weight: 700;
  justify-self: flex-end;
}
@media print, screen and (min-width: 64em) {
  .sv-cart__total {
    display: block;
  }
}
.sv-cart__nav {
  margin-left: 1rem;
  font-size: 1rem;
  justify-self: flex-end;
}
.sv-cart__fallback {
  display: none;
  margin-left: 0.5rem;
  font-size: 1em;
  font-weight: 700;
}
@media print, screen and (min-width: 64em) {
  .sv-cart__fallback {
    font-size: 1.125em;
  }
}
@media screen and (min-width: 75em) {
  .sv-cart__fallback {
    font-size: 1.25em;
  }
}
.sv-cart--loading::after {
  opacity: 1;
}
.sv-cart--loading > * {
  opacity: 0;
}
@media screen and (min-width: 56.25em) {
  .sv-cart--fallback .sv-cart__fallback {
    display: block;
  }
}
.sv-cart--fallback .sv-cart__total,
.sv-cart--fallback .sv-cart__count {
  display: none;
}
.sv-cart--mobile:hover, .sv-cart--mobile:focus {
  opacity: 0.75;
  background-color: transparent;
}
.sv-cart--mobile::after {
  background: none;
}
.sv-cart--mobile .sv-cart__fallback,
.sv-cart--mobile .sv-cart__nav,
.sv-cart--mobile .sv-cart__total,
.sv-cart--mobile .sv-cart__count {
  display: none;
}
.sv-cart--mobile .sv-cart__icon {
  opacity: 1;
  font-size: 2rem;
}
.sv-cart--non-transactional {
  display: none;
}
@keyframes shine {
  0% {
    background-position: 400% 0;
  }
  100% {
    background-position: -600% 0;
  }
}

/**
 *  Components
 */
.sv-grid__container {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 43.75em) {
  .sv-grid__container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.sv-grid__item {
  flex: 0 0 auto;
  width: calc(100% - 1rem);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media print, screen and (min-width: 43.75em) {
  .sv-grid__item {
    flex: 0 0 auto;
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

.sv-grid__wrapper {
  display: flex;
  flex-flow: row wrap;
}
.sv-grid--value-props, .sv-grid--fixed {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 43.75em) {
  .sv-grid--value-props, .sv-grid--fixed {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 43.75em) {
  .sv-grid--shrink .sv-grid__item {
    flex: 0 0 auto;
    width: auto;
    margin-right: 0.9375rem;
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
    margin-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sv-grid--shrink .sv-grid__item {
    flex: 0 0 auto;
    width: auto;
    margin-right: 0.9375rem;
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

[data-sv-been-viewed=waiting] .sv-grid--value-props .sv-grid__item, [data-sv-been-viewed=waiting] .sv-grid--animate .sv-grid__item {
  opacity: 0;
  transform: translateY(2em);
}
[data-sv-been-viewed=viewed] .sv-grid--value-props .sv-grid__item, [data-sv-been-viewed=viewed] .sv-grid--animate .sv-grid__item {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s cubic-bezier(0.35, 0.4, 0.06, 0.96);
}
[data-sv-been-viewed=viewed] .sv-grid--value-props .sv-grid__item:nth-child(2), [data-sv-been-viewed=viewed] .sv-grid--animate .sv-grid__item:nth-child(2) {
  transition-delay: 0.1s;
}
[data-sv-been-viewed=viewed] .sv-grid--value-props .sv-grid__item:nth-child(3), [data-sv-been-viewed=viewed] .sv-grid--animate .sv-grid__item:nth-child(3) {
  transition-delay: 0.2s;
}
[data-sv-been-viewed=viewed] .sv-grid--value-props .sv-grid__item:nth-child(4), [data-sv-been-viewed=viewed] .sv-grid--animate .sv-grid__item:nth-child(4) {
  transition-delay: 0.3s;
}
[data-sv-been-viewed=viewed] .sv-grid--value-props .sv-grid__item:nth-child(n+5), [data-sv-been-viewed=viewed] .sv-grid--animate .sv-grid__item:nth-child(n+5) {
  transition-delay: 0.3s;
}

.sv-grid__item[aria-hidden=true] {
  display: none;
}
.sv-grid__load-more {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: calc(100% - 1rem);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 2em;
  text-align: center;
}
.sv-grid--slim {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
}
@media print, screen and (min-width: 43.75em) {
  .sv-grid--slim {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.sv-grid--1-up .sv-grid__item {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 43.75em) {
  .sv-grid--1-up .sv-grid__item {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.sv-grid--2-up .sv-grid__wrapper {
  justify-content: center;
}
.sv-grid--2-up .sv-grid__item {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 43.75em) {
  .sv-grid--2-up .sv-grid__item {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
@media print, screen and (min-width: 43.75em) {
  .sv-grid--2-up .sv-grid__item {
    flex: 0 0 auto;
    width: calc(50% - 1.875rem);
    margin-right: 0.9375rem;
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
    margin-left: 0.9375rem;
  }
}
.sv-grid--3-up .sv-grid__item {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 43.75em) {
  .sv-grid--3-up .sv-grid__item {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
@media print, screen and (min-width: 43.75em) {
  .sv-grid--3-up .sv-grid__item {
    flex: 0 0 auto;
    width: calc(50% - 1.875rem);
    margin-right: 0.9375rem;
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
    margin-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sv-grid--3-up .sv-grid__item {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
    margin-left: 0.9375rem;
  }
}
.sv-grid--images.sv-grid--1-up .sv-grid__item {
  margin-top: 0;
  margin-bottom: 0;
}
@media print, screen and (min-width: 43.75em) {
  .sv-grid--images.sv-grid--2-up .sv-grid__item {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.sv-grid--images.sv-grid--2-up .sv-grid__item:first-child {
  margin-top: 0;
}
.sv-grid--images.sv-grid--2-up .sv-grid__item:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 64em) {
  .sv-grid--images.sv-grid--3-up .sv-grid__item {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.sv-grid--images.sv-grid--3-up .sv-grid__item:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 43.75em) {
  .sv-grid--images.sv-grid--3-up .sv-grid__item:nth-child(2) {
    margin-top: 0;
  }
}
.sv-grid--images.sv-grid--3-up .sv-grid__item:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 43.75em) {
  .sv-grid--tiles.sv-grid--3-up .sv-grid__item {
    margin-top: 0;
    margin-bottom: 0;
  }
  .sv-grid--tiles.sv-grid--3-up .sv-grid__item:nth-child(n+3) {
    margin-top: 0.5rem;
  }
}
@media print, screen and (min-width: 43.75em) and (min-width: 43.75em) {
  .sv-grid--tiles.sv-grid--3-up .sv-grid__item:nth-child(n+3) {
    margin-top: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sv-grid--tiles.sv-grid--3-up .sv-grid__item {
    margin-top: 0;
    margin-bottom: 0;
  }
  .sv-grid--tiles.sv-grid--3-up .sv-grid__item:nth-child(n+3) {
    margin-top: 0;
  }
  .sv-grid--tiles.sv-grid--3-up .sv-grid__item:nth-child(n+4) {
    margin-top: 0.5rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 43.75em) {
  .sv-grid--tiles.sv-grid--3-up .sv-grid__item:nth-child(n+4) {
    margin-top: 0.9375rem;
  }
}
.sv-grid--value-props .sv-grid__item, .sv-grid--5-up .sv-grid__item {
  flex: 0 0 auto;
  width: calc(100% - 1rem);
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  margin-left: 0.5rem;
}
@media print, screen and (min-width: 43.75em) {
  .sv-grid--value-props .sv-grid__item, .sv-grid--5-up .sv-grid__item {
    flex: 0 0 auto;
    width: calc(25% - 1.875rem);
    margin-right: 0.9375rem;
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
    margin-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sv-grid--value-props .sv-grid__item, .sv-grid--5-up .sv-grid__item {
    flex: 0 0 auto;
    width: calc(25% - 1.875rem);
    margin-right: 0.9375rem;
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
    margin-left: 0.9375rem;
  }
}
@media screen and (min-width: 75em) {
  .sv-grid--value-props .sv-grid__item, .sv-grid--5-up .sv-grid__item {
    flex: 0 0 auto;
    width: calc(20% - 1.875rem);
    margin-right: 0.9375rem;
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
    margin-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 43.75em) {
  .sv-grid--value-props .sv-grid__item:nth-child(5), .sv-grid--5-up .sv-grid__item:nth-child(5) {
    display: none;
  }
}
@media screen and (min-width: 75em) {
  .sv-grid--value-props .sv-grid__item:nth-child(5), .sv-grid--5-up .sv-grid__item:nth-child(5) {
    display: block;
  }
}

.sv-grid--value-props .sv-grid__wrapper {
  justify-content: center;
  flex-wrap: wrap;
}
.sv-grid--related-content {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  max-width: calc(100vw - 1rem);
}
@media print, screen and (min-width: 43.75em) {
  .sv-grid--related-content {
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 43.75em) {
  .sv-grid--related-content {
    max-width: calc(100vw - 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .sv-grid--related-content {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    max-width: 76.875rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 75em) and (min-width: 43.75em) {
  .sv-grid--related-content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.sv-grid--related-content .sv-grid__wrapper {
  justify-content: center;
}
@media screen and (min-width: 50.625em) {
  .sv-grid--related-content .sv-grid__wrapper {
    justify-content: center;
  }
}
@media screen and (min-width: 75em) {
  .sv-grid--related-content .sv-grid__wrapper {
    justify-content: center;
    align-items: flex-end;
  }
}
.sv-grid--related-content .sv-grid__item {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.sv-grid--related-content .sv-grid__item:not(:first-child:last-child) {
  margin-bottom: 1em;
}
@media screen and (min-width: 50.625em) {
  .sv-grid--related-content .sv-grid__item:first-child:nth-last-child(2), .sv-grid--related-content .sv-grid__item:last-child:nth-child(2) {
    flex: 0 0 auto;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 75em) {
  .sv-grid--related-content .sv-grid__item:first-child:nth-last-child(2), .sv-grid--related-content .sv-grid__item:last-child:nth-child(2) {
    flex: 0 0 auto;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }
}

.sv-offcanvas {
  position: relative;
  overflow: hidden;
}
.sv-offcanvas__panel {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #171717;
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 280px;
  transform: translateX(-280px);
  padding: 1em;
  transition: transform 0.5s ease-out, visibility 0.5s ease-out;
}
.sv-offcanvas__panel .is-off-canvas-open {
  overflow: hidden;
}
.sv-offcanvas__panel .js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.sv-offcanvas__panel .js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.sv-offcanvas__panel .js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.sv-offcanvas__panel .js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.sv-offcanvas__panel .js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}
[data-whatinput=mouse] .sv-offcanvas__panel {
  outline: 0;
}
.sv-offcanvas__panel.is-transition-push {
  z-index: 12;
}
.sv-offcanvas__panel.is-closed {
  visibility: hidden;
}
.sv-offcanvas__panel.is-transition-overlap {
  z-index: 13;
}
.sv-offcanvas__panel.is-transition-overlap.is-open {
  box-shadow: none;
}
.sv-offcanvas__panel.is-open {
  transform: translate(0, 0);
}
.sv-offcanvas__content .off-canvas.position-left {
  transform: translateX(-280px);
}
.sv-offcanvas__content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.sv-offcanvas__content.is-open-left.has-transition-push {
  transform: translateX(280px);
}

.sv-offcanvas__panel.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(48, 48, 48, 0.25);
}
.sv-offcanvas__content {
  transform: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.sv-offcanvas__content.has-transition-overlap, .sv-offcanvas__content.has-transition-push {
  transition: transform 0.5s ease-out;
}
.sv-offcanvas__content.has-transition-push {
  transform: translate(0, 0);
}
.sv-offcanvas__content .off-canvas.is-open {
  transform: translate(0, 0);
}
.sv-offcanvas__content-background {
  position: absolute;
  top: -8rem;
  right: 50%;
  z-index: -1;
  display: none;
  width: 125rem;
  height: 21.375rem;
  margin-right: auto;
  margin-left: auto;
  transform: translateX(50%);
  transform-origin: center;
  background-color: #eeeeee;
  background-position: top left;
  background-repeat: repeat;
  background-size: 22.5625rem;
}
@media print, screen and (min-width: 43.75em) {
  .sv-offcanvas__content-background {
    display: block;
    height: 18.75rem;
  }
  @supports ((-webkit-clip-path: url(#top-clip-mask)) or (clip-path: url(#top-clip-mask))) {
    .sv-offcanvas__content-background {
      overflow: hidden;
      text-align: center;
      pointer-events: none;
      -webkit-clip-path: url(#top-clip-mask);
              clip-path: url(#top-clip-mask);
    }
  }
}
@media print, screen and (min-width: 64em) {
  .sv-offcanvas__content-background {
    height: 21.375rem;
  }
}
.sv-offcanvas__content-wrapper {
  width: 100vw;
}
.sv-offcanvas__content-wrapper > [role=main] {
  width: 100vw;
}
.sv-offcanvas__search {
  margin-bottom: 1.618rem;
}
.sv-offcanvas__switch {
  margin-top: 1.618rem;
}

.sv-header {
  position: relative;
  z-index: 4;
  font-size: 1rem;
  color: #303030;
  text-align: center;
}
@media print {
  .sv-header {
    background: #fafafa;
  }
}
.sv-header__container {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 5;
}
@media print, screen and (min-width: 43.75em) {
  .sv-header__container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.sv-header__wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  min-height: 5rem;
}
@media print, screen and (min-width: 43.75em) {
  .sv-header__wrapper {
    min-height: 8.125rem;
  }
}
.sv-header__logo {
  margin-left: 0.5rem;
  flex: 1 1 0;
  width: auto;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
  text-align: center;
}
@media print, screen and (min-width: 43.75em) {
  .sv-header__logo {
    margin-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 43.75em) {
  .sv-header__logo {
    flex: 1 1 0;
    width: auto;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    text-align: left;
  }
}
.sv-header__storename {
  display: inline-flex;
  align-items: center;
  padding-top: 1rem;
  border-bottom: 2px solid currentColor;
  font-size: 1.125rem;
  font-weight: bold;
  color: currentColor;
}
.sv-header__storename:hover, .sv-header__storename:active {
  opacity: 0.8;
  color: currentColor;
}
.sv-header__storename svg {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin-left: 0.5em;
}
.sv-header__logo-link {
  display: inline-block;
  width: auto;
  margin: auto;
  font-size: 0.35em;
}
@media print, screen and (min-width: 43.75em) {
  .sv-header__logo-link {
    flex: 0 0 auto;
    width: auto;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    font-size: 0.45em;
  }
}
@media screen and (min-width: 75em) {
  .sv-header__logo-link {
    font-size: 0.55em;
  }
}
:first-child > .sv-header__logo-link {
  margin-left: 0.5rem;
}
@media print, screen and (min-width: 43.75em) {
  :first-child > .sv-header__logo-link {
    margin-left: 0.9375rem;
  }
}
.sv-header__switch {
  flex: 0 0 auto;
  width: auto;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: none;
}
@media print, screen and (min-width: 43.75em) {
  .sv-header__switch {
    flex: 0 0 auto;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
    display: block;
  }
}
@media print, screen and (min-width: 43.75em) and (min-width: 43.75em) {
  .sv-header__switch {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.sv-header__store-link {
  flex: 0 0 auto;
  width: auto;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media print, screen and (min-width: 43.75em) {
  .sv-header__store-link {
    display: none;
  }
}
.sv-header__search-toggle {
  flex: 0 0 auto;
  width: auto;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: 2.25rem;
  line-height: 1;
}
@media print, screen and (min-width: 43.75em) {
  .sv-header__search-toggle {
    display: none;
  }
}
.sv-header__nav-toggle {
  flex: 0 0 auto;
  width: auto;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 100;
}
@media print, screen and (min-width: 43.75em) {
  .sv-header__nav-toggle {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
@media print, screen and (min-width: 43.75em) {
  .sv-header__nav-toggle {
    display: none;
  }
}
.sv-header__nav-text {
  font-weight: 800;
  display: block;
  margin-top: -0.125em;
  line-height: 0.875;
}
.sv-header__bar {
  display: none;
  color: #fafafa;
}
@media print, screen and (min-width: 43.75em) {
  .sv-header__bar {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    position: relative;
    display: block;
  }
}
@media print, screen and (min-width: 43.75em) and (min-width: 43.75em) {
  .sv-header__bar {
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}
@media print {
  .sv-header__bar {
    display: none;
  }
}
.sv-header__foreground-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: none;
  height: 12.5rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  pointer-events: none;
}
@media print {
  .sv-header__foreground-container {
    display: none;
  }
}
.sv-header__foreground {
  position: absolute;
  top: -6.5rem;
  right: 0;
  left: calc(50vw - 56.25rem);
  width: 112.5rem;
  max-width: none;
  margin: 0;
  background-image: url("https://supervalue.imgix.net/assets/backgrounds/weatherboard.jpg?w=2000&ch=Width,DPR&fit=min&auto=format%2C%20compress&q=70");
  background-color: #eeeeee;
  background-size: 361px 361px;
  overflow: hidden;
}
@media print, screen and (min-width: 43.75em) {
  .sv-header__foreground {
    min-height: 16.25rem;
  }
  @supports ((-webkit-clip-path: url(#primary-paint-mark)) or (clip-path: url(#primary-paint-mark))) {
    .sv-header__foreground {
      overflow: hidden;
      text-align: center;
      pointer-events: none;
      -webkit-clip-path: url(#primary-paint-mark);
              clip-path: url(#primary-paint-mark);
    }
  }
}
@media print, screen and (min-width: 64em) {
  .sv-header__foreground {
    top: -5rem;
  }
}
.sv-header__foreground-container {
  text-align: center;
}
@media screen and (min-width: 75em) {
  .sv-header__foreground-container {
    transform: translateX(0);
  }
}
@supports ((-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)) or (clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%))) {
  .sv-header__foreground-container {
    display: block;
  }
}
@media print {
  .sv-header__foreground-container {
    display: none;
  }
}
.sv-header--www .sv-header__bar {
  position: absolute;
  right: 0;
  left: 0;
}
body:not(.mfl-Microsite):not(.sg-non-transactional) .sv-header--mfl .sv-header__bar {
  display: none;
}

.sv-top-bar {
  margin-top: 1rem;
  overflow: visible;
  font-size: 0.875rem;
}
.sv-top-bar__container {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 43.75em) {
  .sv-top-bar__container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.sv-top-bar__search, .sv-top-bar__nav {
  flex: 0 0 auto;
  width: calc(100% - 1rem);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media print, screen and (min-width: 43.75em) {
  .sv-top-bar__search, .sv-top-bar__nav {
    flex: 0 0 auto;
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

.sv-top-bar__wrapper {
  display: flex;
  flex-flow: row wrap;
}
.sv-top-bar__wrapper {
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  background: #4a4a4a;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.08), 0 3px 6px 0 rgba(0, 0, 0, 0.12);
}
@media screen and (min-width: 75em) {
  .sv-top-bar__wrapper {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
}
@media screen and (min-width: 75em) and (min-width: 43.75em) {
  .sv-top-bar__wrapper {
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}
.sv-top-bar__nav {
  flex: 0 0 auto;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.sv-top-bar__search {
  flex: 1 1 0;
  width: auto;
  margin-left: 1rem;
}
.sv-top-bar__cart {
  align-self: stretch;
}
.sg-non-transactional .sv-top-bar .sv-top-bar__container {
  padding: 0;
}

.sv-nav {
  background-color: transparent;
  font-size: 1rem;
  color: #fafafa;
}
.sv-nav[href],
.sv-nav a {
  color: currentColor;
}
.sv-nav[href]:hover,
.sv-nav a:hover {
  color: currentColor;
  text-decoration: none;
}
.sv-nav__enquiry-button {
  margin: 1rem;
}
.sv-nav__close-button button {
  top: 1.25rem;
}
.sv-nav__list, .sv-nav__child-list, .sv-nav__grandchild-list {
  margin-left: 0;
}
.opens-right .sv-nav__child-list.js-dropdown-active {
  left: 0;
}
.opens-left .sv-nav__child-list.js-dropdown-active {
  right: 0;
  left: auto;
}
.sv-nav__item, .sv-nav__child-item, .sv-nav__grandchild-item {
  background-color: #4a4a4a;
  transition: background-color 0.25s ease;
}
.sv-nav__item:focus, .sv-nav__item:hover, .sv-nav__item:active, .sv-nav__child-item:focus, .sv-nav__child-item:hover, .sv-nav__child-item:active, .sv-nav__grandchild-item:focus, .sv-nav__grandchild-item:hover, .sv-nav__grandchild-item:active {
  background-color: #313131;
}
.sv-nav__item.section, .sv-nav__item.current, .sv-nav__child-item.section, .sv-nav__child-item.current, .sv-nav__grandchild-item.section, .sv-nav__grandchild-item.current {
  background-color: #fafafa;
  color: #303030;
}
.sv-nav__child-item, .sv-nav__grandchild-item {
  position: relative;
  min-width: 15rem;
}
.sv-nav__link {
  position: relative;
}
.section > .sv-nav__link, .current > .sv-nav__link {
  background-color: #fafafa;
}
.sv-nav__link:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: auto;
  height: 4px;
  transform: scale(0, 1);
  transform-origin: center;
  background-color: #d30c00;
  transition: all 0.4s ease-in-out;
}
.section > .sv-nav__link:before, .current > .sv-nav__link:before {
  transform: scale(1, 1);
  background-color: #d30c00;
}
.sv-nav--horizontal {
  background-color: transparent;
  font-size: 1rem;
  color: #fafafa;
  font-weight: 700;
}
.sv-nav--horizontal[href],
.sv-nav--horizontal a {
  color: currentColor;
}
.sv-nav--horizontal[href]:hover,
.sv-nav--horizontal a:hover {
  color: currentColor;
  text-decoration: none;
}
.sv-nav--horizontal .sv-nav__list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .sv-nav--horizontal .sv-nav__list li {
  outline: 0;
}
.sv-nav--horizontal .sv-nav__list a,
.sv-nav--horizontal .sv-nav__list .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.75em 1em;
}
.sv-nav--horizontal .sv-nav__list input,
.sv-nav--horizontal .sv-nav__list select,
.sv-nav--horizontal .sv-nav__list a,
.sv-nav--horizontal .sv-nav__list button {
  margin-bottom: 0;
}
.sv-nav--horizontal .sv-nav__list input {
  display: inline-block;
}
.sv-nav--horizontal .sv-nav__child-list,
.sv-nav--horizontal .sv-nav__grandchild-list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  flex-direction: column;
  position: absolute;
  top: 100%;
  z-index: 100;
  display: none;
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 16px 16px 0px, rgba(0, 0, 0, 0.05) 0px 8px 8px 0px, rgba(0, 0, 0, 0.05) 0px 4px 4px 0px;
  color: #fafafa;
  text-align: left;
}
[data-whatinput=mouse] .sv-nav--horizontal .sv-nav__child-list li,
[data-whatinput=mouse] .sv-nav--horizontal .sv-nav__grandchild-list li {
  outline: 0;
}
.sv-nav--horizontal .sv-nav__child-list a,
.sv-nav--horizontal .sv-nav__child-list .button,
.sv-nav--horizontal .sv-nav__grandchild-list a,
.sv-nav--horizontal .sv-nav__grandchild-list .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.75em 1em;
}
.sv-nav--horizontal .sv-nav__child-list input,
.sv-nav--horizontal .sv-nav__child-list select,
.sv-nav--horizontal .sv-nav__child-list a,
.sv-nav--horizontal .sv-nav__child-list button,
.sv-nav--horizontal .sv-nav__grandchild-list input,
.sv-nav--horizontal .sv-nav__grandchild-list select,
.sv-nav--horizontal .sv-nav__grandchild-list a,
.sv-nav--horizontal .sv-nav__grandchild-list button {
  margin-bottom: 0;
}
.sv-nav--horizontal .sv-nav__child-list input,
.sv-nav--horizontal .sv-nav__grandchild-list input {
  display: inline-block;
}
.sv-nav--horizontal .sv-nav__child-list.js-dropdown-active,
.sv-nav--horizontal .sv-nav__grandchild-list.js-dropdown-active {
  display: block;
}
.sv-nav--horizontal .sv-nav__grandchild-list.js-dropdown-active {
  top: 0;
  left: 100%;
}
.sv-nav--horizontal .sv-nav__grandchild-item {
  background-color: #232323;
}
.sv-nav--horizontal .sv-nav__grandchild-item:focus, .sv-nav--horizontal .sv-nav__grandchild-item:hover, .sv-nav--horizontal .sv-nav__grandchild-item:active {
  background-color: #171717;
}
.sv-nav--horizontal .sv-nav__grandchild-item.section, .sv-nav--horizontal .sv-nav__grandchild-item.current {
  background-color: #171717;
}
.sv-nav--horizontal .sv-nav__item {
  position: relative;
}
.sv-nav--horizontal .sv-nav__item:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.sv-nav--horizontal .sv-nav__item:nth-child(n+5) {
  display: none;
}
.sv-nav--horizontal .sv-nav__item > a {
  padding: 1em 1.25em;
  font-size: 1em;
}
@media print, screen and (min-width: 64em) {
  .sv-nav--horizontal .sv-nav__item > a {
    padding: 1em 1.25em;
    font-size: 1.125em;
  }
}
@media screen and (min-width: 75em) {
  .sv-nav--horizontal .sv-nav__item > a {
    font-size: 1.25em;
  }
}
.sv-header--mfl .sv-nav--horizontal .sv-nav__item:nth-child(5) {
  display: block;
}
.sv-nav--horizontal .sv-nav__child-list {
  font-size: 1rem;
}
.sv-nav--horizontal .js-dropdown-active > li {
  animation-duration: 0.3s;
  animation-name: custom-1;
  animation-timing-function: cubic-bezier(0.26, 0.82, 0.18, 1);
}
.sv-nav--vertical .sv-nav__list {
  font-weight: 700;
}
.sv-nav--vertical .sv-nav__item {
  font-size: 1.25em;
}
.sv-nav--vertical .sv-nav__child-link,
.sv-nav--vertical .sv-nav__grandchild-link {
  position: relative;
}
.sv-nav--vertical .sv-nav__link,
.sv-nav--vertical .sv-nav__item,
.sv-nav--vertical .sv-nav__child-link,
.sv-nav--vertical .sv-nav__grandchild-item {
  color: #fafafa;
}
.sv-nav--vertical .section > .sv-nav__link,
.sv-nav--vertical .section > .sv-nav__child-link,
.sv-nav--vertical .section > .sv-nav__grandchild-link,
.sv-nav--vertical .current > .sv-nav__link,
.sv-nav--vertical .current > .sv-nav__child-link,
.sv-nav--vertical .current > .sv-nav__grandchild-link {
  background-color: #fafafa;
  color: #303030;
}
.sv-nav--vertical .section > .sv-nav__link:before,
.sv-nav--vertical .section > .sv-nav__child-link:before,
.sv-nav--vertical .section > .sv-nav__grandchild-link:before,
.sv-nav--vertical .current > .sv-nav__link:before,
.sv-nav--vertical .current > .sv-nav__child-link:before,
.sv-nav--vertical .current > .sv-nav__grandchild-link:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: auto;
  height: 4px;
  transform: scale(1);
  transform-origin: center;
  background-color: #d30c00;
  transition: all 0.4s ease-in-out;
}
.sv-nav--vertical .sv-nav__grandchild-item.current a {
  background-color: #fafafa;
  color: #303030;
}
.sv-nav--vertical .is-submenu-parent-item,
.sv-nav--vertical .sv-nav__item,
.sv-nav--vertical .sv-nav__child-item,
.sv-nav--vertical .sv-nav__grandchild-item {
  border-bottom: 3px solid #171717;
}
.sv-nav--vertical .sv-nav__switch {
  margin-top: 1.618rem;
}
.sv-nav--vertical .is-drilldown-submenu-parent > a {
  position: relative;
}
.sv-nav--vertical .is-drilldown-submenu-parent > a:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0.75em;
  right: 1em;
  left: auto;
  z-index: 0;
  width: 1em;
  height: 1em;
  transform: rotate(-90deg);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5l7 7 7-7' stroke='%23fefefe' fill='none' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.sv-nav--vertical .is-drilldown-submenu-parent.section > a:after, .sv-nav--vertical .is-drilldown-submenu-parent.current > a:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5l7 7 7-7' stroke='%23000000' fill='none' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.sv-nav--vertical .js-drilldown-back a,
.sv-nav--vertical .sv-nav__link {
  color: #fafafa;
}
.sv-nav--vertical .js-drilldown-back a:before,
.sv-nav--vertical .sv-nav__link:before {
  z-index: 0;
}
.sv-nav--vertical .js-drilldown-back a:before {
  position: static;
  display: inline-block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-top: -0.125em;
  margin-right: 0.5em;
  margin-left: -0.125em;
  opacity: 1;
  transform: rotate(90deg);
  background-image: url("data:image/svg+xml, %3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewbox=%220 0 16 16%22%3E%3Cpath d=%22M1 5l7 7 7-7%22 stroke='%23fefefe' stroke-width='2' fill=%22none%22 stroke-linecap=%22round%22/%3E%3C/svg%3E");
}

.sv-search {
  display: block;
  width: 100%;
}
.sv-search__wrapper {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  min-width: 12em;
  max-width: 25rem;
  margin-right: 0;
  margin-left: auto;
}
.sv-search__heading {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.sv-search__input.sv-search__input {
  flex: 1 1 0;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  font-weight: 700;
  width: 100%;
  height: 2.43em;
  margin-bottom: 0;
  padding: 0.5em 1em;
  font-family: inherit;
  font-size: 1em;
  line-height: 1;
}
@media print, screen and (min-width: 64em) {
  .sv-search__input.sv-search__input {
    height: 2.625em;
    padding: 0.625em 1em;
    font-size: 1.125em;
  }
}
.sv-search__button {
  flex: 0 0 auto;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  min-height: 100%;
}
.sv-search__button button {
  min-height: 100%;
}
.sv-search__button > * {
  font-size: 1.125em;
}
@media print, screen and (min-width: 64em) {
  .sv-search__button > * {
    font-size: 1.25em;
  }
}
.sv-search--button-attached .sv-search__button {
  align-self: stretch;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.sv-search--button-attached .sv-search__button > a {
  height: 100%;
}
.sv-search--button-attached .sv-search__input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.sg-non-transactional .sv-search--www {
  display: none;
}
.sg-non-transactional .sv-search--mfl {
  display: block !important;
}

.sv-priority-plus {
  background-color: transparent;
  font-size: 1rem;
  color: #fafafa;
  width: 100%;
}
.sv-priority-plus[href],
.sv-priority-plus a {
  color: currentColor;
}
.sv-priority-plus[href]:hover,
.sv-priority-plus a:hover {
  color: currentColor;
  text-decoration: none;
}
.sv-priority-plus__list, .sv-priority-plus__list-secondary {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .sv-priority-plus__list li, [data-whatinput=mouse] .sv-priority-plus__list-secondary li {
  outline: 0;
}
.sv-priority-plus__list a,
.sv-priority-plus__list .button, .sv-priority-plus__list-secondary a,
.sv-priority-plus__list-secondary .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.75em 1em;
}
.sv-priority-plus__list input,
.sv-priority-plus__list select,
.sv-priority-plus__list a,
.sv-priority-plus__list button, .sv-priority-plus__list-secondary input,
.sv-priority-plus__list-secondary select,
.sv-priority-plus__list-secondary a,
.sv-priority-plus__list-secondary button {
  margin-bottom: 0;
}
.sv-priority-plus__list input, .sv-priority-plus__list-secondary input {
  display: inline-block;
}
.sv-priority-plus button, .sv-priority-plus__item > a {
  font-weight: 700;
  min-width: 0;
  transition: all 0.15s ease-out;
  letter-spacing: 0.06em;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 1em 1.25em;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: "Apex New", sans-serif;
  font-size: 1rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 16px 16px 0px, rgba(0, 0, 0, 0.05) 0px 8px 8px 0px, rgba(0, 0, 0, 0.05) 0px 4px 4px 0px;
}
[data-whatinput=mouse] .sv-priority-plus button, [data-whatinput=mouse] .sv-priority-plus__item > a {
  outline: 0;
}
.sv-priority-plus button, .sv-priority-plus button.disabled, .sv-priority-plus button[disabled], .sv-priority-plus button.disabled:hover, .sv-priority-plus button[disabled]:hover, .sv-priority-plus button.disabled:focus, .sv-priority-plus button[disabled]:focus, .sv-priority-plus__item > a, .sv-priority-plus__item > a.disabled, .sv-priority-plus__item > a[disabled], .sv-priority-plus__item > a.disabled:hover, .sv-priority-plus__item > a[disabled]:hover, .sv-priority-plus__item > a.disabled:focus, .sv-priority-plus__item > a[disabled]:focus {
  background-color: #fafafa;
  color: #303030;
}
.sv-priority-plus button:hover, .sv-priority-plus button:focus, .sv-priority-plus__item > a:hover, .sv-priority-plus__item > a:focus {
  background-color: #ededed;
  color: #303030;
}
.sv-priority-plus button:active, .sv-priority-plus__item > a:active {
  transform: scale(0.99) translateY(1px);
}
.sv-priority-plus button.current, .sv-priority-plus__item > a.current {
  background-color: #e1e1e1;
}
.sv-priority-plus__list {
  flex-wrap: nowrap;
}
.sv-priority-plus__list > li:not(:last-child) {
  border-right: 6px transparent solid;
}
.sv-priority-plus__list-secondary {
  flex-wrap: nowrap;
  flex-direction: column;
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  z-index: 30;
  display: none;
  min-width: 11.25rem;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 16px 16px 0px, rgba(0, 0, 0, 0.05) 0px 8px 8px 0px, rgba(0, 0, 0, 0.05) 0px 4px 4px 0px;
  overflow: hidden;
  text-align: right;
}
.sv-priority-plus__list-secondary a {
  width: 100%;
  border-radius: 0;
}
.sv-priority-plus__more {
  position: relative;
}
.sv-priority-plus[data-priority-plus] {
  position: relative;
}
.sv-priority-plus--fallback .sv-priority-plus__body {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.sv-priority-plus--fallback .sv-priority-plus__item > a {
  white-space: nowrap;
}
.sv-priority-plus--open .sv-priority-plus__list-secondary {
  display: block;
  background-color: rgba(211, 12, 0, 0.9);
  animation-duration: 0.3s;
  animation-name: custom-1;
  animation-timing-function: linear;
}
.sv-priority-plus--invert button,
.sv-priority-plus--invert .sv-priority-plus__item > a {
  font-weight: 700;
  min-width: 0;
  transition: all 0.15s ease-out;
  letter-spacing: 0.06em;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 1em 1.25em;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: "Apex New", sans-serif;
  font-size: 1rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .sv-priority-plus--invert button,
[data-whatinput=mouse] .sv-priority-plus--invert .sv-priority-plus__item > a {
  outline: 0;
}
.sv-priority-plus--invert button, .sv-priority-plus--invert button.disabled, .sv-priority-plus--invert button[disabled], .sv-priority-plus--invert button.disabled:hover, .sv-priority-plus--invert button[disabled]:hover, .sv-priority-plus--invert button.disabled:focus, .sv-priority-plus--invert button[disabled]:focus,
.sv-priority-plus--invert .sv-priority-plus__item > a,
.sv-priority-plus--invert .sv-priority-plus__item > a.disabled,
.sv-priority-plus--invert .sv-priority-plus__item > a[disabled],
.sv-priority-plus--invert .sv-priority-plus__item > a.disabled:hover,
.sv-priority-plus--invert .sv-priority-plus__item > a[disabled]:hover,
.sv-priority-plus--invert .sv-priority-plus__item > a.disabled:focus,
.sv-priority-plus--invert .sv-priority-plus__item > a[disabled]:focus {
  background-color: #4a4a4a;
  color: #fafafa;
}
.sv-priority-plus--invert button:hover, .sv-priority-plus--invert button:focus,
.sv-priority-plus--invert .sv-priority-plus__item > a:hover,
.sv-priority-plus--invert .sv-priority-plus__item > a:focus {
  background-color: #3b3b3b;
  color: #fafafa;
}
.sv-priority-plus--invert button:active,
.sv-priority-plus--invert .sv-priority-plus__item > a:active {
  transform: scale(0.99) translateY(1px);
}
.sv-priority-plus--invert .sv-priority-plus__list-secondary {
  background: #303030;
}

.sv-masthead {
  background-color: transparent;
  font-size: 1rem;
  color: #fafafa;
  position: relative;
  height: 25rem;
  min-height: calc(19.6875rem + 26.5625vw);
  max-height: 36.6875rem;
  background-image: linear-gradient(to bottom, rgba(250, 250, 250, 0) 50%, #eeeeee);
  overflow: hidden;
}
.sv-masthead__container {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 43.75em) {
  .sv-masthead__container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.sv-masthead__content {
  flex: 0 0 auto;
  width: calc(100% - 1rem);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media print, screen and (min-width: 43.75em) {
  .sv-masthead__content {
    flex: 0 0 auto;
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

.sv-masthead__wrapper {
  display: flex;
  flex-flow: row wrap;
}
@media print, screen and (min-width: 64em) {
  .sv-masthead {
    min-height: calc(-8.75rem + 62.5vw);
  }
}
@media screen and (min-width: 90em) {
  .sv-masthead {
    min-height: 47.5rem;
  }
}
@supports (align-self: flex-end) {
  .sv-masthead {
    height: auto;
  }
}
@media print {
  .sv-masthead.sv-masthead {
    height: auto;
    min-height: 8rem;
    background: transparent;
  }
}
.sv-masthead__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media print {
  .sv-masthead__background.sv-masthead__background {
    display: none;
  }
}
.sv-masthead__picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 0.7s ease-out;
}
.sv-masthead__placeholder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 1s ease;
}
.lazyloaded > .sv-masthead__placeholder {
  opacity: 0;
}
.sv-masthead--short {
  height: 12.5rem;
  min-height: calc(6.8181818182rem + 28.4090909091vw);
  max-height: 25rem;
}
@media print, screen and (min-width: 64em) {
  .sv-masthead--short {
    min-height: calc(-31.7307692308rem + 76.9230769231vw);
  }
}
@media screen and (min-width: 90em) {
  .sv-masthead--short {
    min-height: 37.5rem;
  }
}

.sv-breadcrumbs {
  font-weight: 700;
  padding-top: 0.5em;
  font-size: 0.875em;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}
@media print {
  .sv-breadcrumbs [href^=http]:after {
    content: " (" attr(href) ")";
  }
}
.sv-breadcrumbs a:hover {
  text-decoration: none;
}

.sv-post-intro__container {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 43.75em) {
  .sv-post-intro__container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.sv-post-intro__image, .sv-post-intro__date-published, .sv-post-intro__breadcrumbs, .sv-post-intro__lead {
  flex: 0 0 auto;
  width: calc(100% - 1rem);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media print, screen and (min-width: 43.75em) {
  .sv-post-intro__image, .sv-post-intro__date-published, .sv-post-intro__breadcrumbs, .sv-post-intro__lead {
    flex: 0 0 auto;
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

.sv-post-intro__wrapper {
  display: flex;
  flex-flow: row wrap;
}
.sv-post-intro__breadcrumbs {
  padding-top: 1rem;
}
@media print, screen and (min-width: 43.75em) {
  .sv-post-intro__breadcrumbs {
    padding-top: 2.8125rem;
  }
}
.sv-post-intro__hgroup {
  flex: 0 0 auto;
  width: calc(100% - 1rem);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media print, screen and (min-width: 43.75em) {
  .sv-post-intro__hgroup {
    flex: 0 0 auto;
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.sv-post-intro__head {
  color: #767676;
}
.sv-post-intro__heading {
  margin-top: 1.618rem;
}
.sv-post-intro__subheading {
  margin-top: 0;
}
.sv-post-intro__container {
  position: relative;
  z-index: 2;
}
@media print {
  .sv-post-intro__container {
    max-width: none;
  }
}
.sv-post-intro__date-published dt {
  font-weight: 500;
  display: inline-block;
}
.sv-post-intro__date-published dt:after {
  content: ": ";
}
.sv-post-intro__date-published dd {
  display: inline-block;
}
.sv-post-intro--slim figcaption {
  max-width: 46.25rem;
  margin-right: auto;
  margin-left: auto;
}
.sv-post-intro--slim .sv-post-intro__container {
  max-width: 50rem;
}
@media print, screen and (min-width: 64em) {
  .sv-post-intro--slim .sv-post-intro__image {
    width: calc(100% + (2 * 6.875rem));
    max-width: calc(
                    50rem + (2 * 6.875rem)
                );
    margin-right: -6.875rem;
    margin-left: -6.875rem;
  }
}

.sv-intro {
  position: relative;
  color: #fafafa;
}
.sv-intro__picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #303030;
  overflow: hidden;
}
.sv-intro__picture img {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  font-family: "object-fit: cover";
  -o-object-fit: cover;
     object-fit: cover;
}
@supports (filter: blur(50px)) {
  .sv-intro__picture img {
    opacity: 1;
  }
}
.sv-intro__container {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media print, screen and (min-width: 43.75em) {
  .sv-intro__container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 43.75em) {
  .sv-intro__container {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@supports ((-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)) or (clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%))) {
  .sv-intro__wrapper {
    -webkit-clip-path: polygon(-100% 0%, 200% 0%, 200% 100%, -100% 100%);
            clip-path: polygon(-100% 0%, 200% 0%, 200% 100%, -100% 100%);
  }
}
.sv-intro__breadcrumbs {
  padding-top: 1rem;
}
@media print, screen and (min-width: 43.75em) {
  .sv-intro__breadcrumbs {
    padding-top: 3.75rem;
  }
}
.sv-intro__menu {
  padding-bottom: 1rem;
}
@media print, screen and (min-width: 43.75em) {
  .sv-intro__menu {
    padding-bottom: 1.875rem;
  }
}
.sv-intro__hgroup {
  position: relative;
}
@supports (filter: blur(50px)) {
  .sv-intro__hgroup:after {
    position: absolute;
    display: block;
    content: "";
    top: -4rem;
    right: -2rem;
    bottom: 2rem;
    left: -2rem;
    z-index: -1;
    width: 100%;
    opacity: 1;
    filter: blur(2rem);
    background-color: rgba(48, 48, 48, 0.5);
  }
}
@media print, screen and (min-width: 64em) {
  .sv-intro__hgroup {
    max-width: 43.75rem;
  }
}
.sv-intro__hgroup:last-child {
  padding-bottom: 3em;
}
.sv-intro__lead {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0 auto;
  overflow: hidden;
  font-size: 1.125em;
  line-height: 1.7;
  text-overflow: ellipsis;
  /* autoprefixer: off */
  -webkit-line-clamp: 7;
  height: auto;
  max-height: 13.3875em;
  margin-bottom: 0;
  padding-bottom: 1rem;
}
@media print, screen and (min-width: 43.75em) {
  .sv-intro__lead {
    padding-bottom: 1.875rem;
  }
}
.sv-intro__lead:last-child {
  padding-bottom: 3em;
}
.sv-intro__note {
  position: relative;
  padding-bottom: 1em;
}
@supports (filter: blur(50px)) {
  .sv-intro__note:after {
    position: absolute;
    display: block;
    content: "";
    top: 0em;
    right: 0em;
    bottom: 1em;
    left: 0em;
    z-index: -1;
    width: 100%;
    opacity: 1;
    filter: blur(1em);
    background-color: rgba(48, 48, 48, 0.5);
  }
}
.sv-intro__note > *:last-child {
  margin-bottom: 0;
}
.sv-intro__note a {
  color: currentColor;
  text-decoration: underline;
}
.sv-intro--search .sv-intro__wrapper {
  -webkit-clip-path: polygon(-100% 0%, 200% 0%, 200% calc(100% + 3em), -100% calc(100% + 3em));
          clip-path: polygon(-100% 0%, 200% 0%, 200% calc(100% + 3em), -100% calc(100% + 3em));
}
.sv-intro--search .sv-intro__lead {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0 auto;
  overflow: hidden;
  font-size: 1.125em;
  line-height: 1.7;
  text-overflow: ellipsis;
  /* autoprefixer: off */
  -webkit-line-clamp: 3;
  height: auto;
  max-height: 5.7375em;
  margin-bottom: 0;
}
@media print, screen and (min-width: 43.75em) {
  .sv-intro--search:not(.sv-intro--fluid) .sv-intro__wrapper {
    min-height: 33.875rem;
  }
}
.sv-intro--invert {
  color: #303030;
}
.sv-intro--invert .sv-intro__picture {
  background-color: #fafafa;
}
.sv-intro--invert .sv-intro__hgroup:after,
.sv-intro--invert .sv-intro__note:after {
  background-color: rgba(250, 250, 250, 0.6);
}

.sv-filtered-search {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  max-width: 50rem;
  margin-bottom: 0;
  padding-bottom: 2rem;
}
@supports (filter: blur(50px)) {
  .sv-filtered-search:after {
    position: absolute;
    display: block;
    content: "";
    top: -2rem;
    right: -2rem;
    bottom: 2rem;
    left: -2rem;
    z-index: -1;
    width: 100%;
    opacity: 1;
    filter: blur(2rem);
    background-color: rgba(48, 48, 48, 0.5);
  }
}
.sv-filtered-search__keyword, .sv-filtered-search__advanced, .sv-filtered-search__toggle {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.sv-filtered-search__heading {
  margin-top: 0;
}
.sv-filtered-search__keyword {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 43.75em) {
  .sv-filtered-search__keyword {
    margin-right: 0;
  }
}
@media screen and (min-width: 75em) {
  .sv-filtered-search__keyword {
    font-size: 1.25em;
  }
}
.sv-filtered-search__label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.sv-filtered-search__input {
  flex: 1 1 0;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  font-weight: 700;
  width: 100%;
  height: 2.64286em;
  margin-bottom: 0;
  padding: 0.5em 1em;
  border: 1px currentColor solid;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: transparent;
  font-size: 1em;
  line-height: 1.3;
  color: currentColor;
}
@media screen and (min-width: 75em) {
  .sv-filtered-search__input {
    height: 2.5em;
  }
}
.sv-filtered-search__input:focus {
  border: 1px currentColor solid;
  background-color: transparent;
  box-shadow: none;
}
.sv-filtered-search__input::-moz-placeholder {
  color: currentColor;
}
.sv-filtered-search__input::placeholder {
  color: currentColor;
}
.sv-filtered-search__button {
  flex: 0 0 auto;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  align-self: center;
}
.sv-filtered-search__button > button {
  display: flex;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media screen and (min-width: 75em) {
  .sv-filtered-search__button > button {
    padding: 1em 1.25em;
  }
}
.sv-filtered-search__toggle button {
  margin-top: -0.5em;
  padding: 0;
  line-height: 1.2;
}
[data-whatintent=mouse] .sv-filtered-search__toggle button, [data-whatintent=touch] .sv-filtered-search__toggle button {
  outline: none;
}
.sv-filtered-search__sr-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.sv-filtered-search__advanced {
  display: flex;
  flex-flow: row wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  display: none;
  opacity: 0;
}
.sv-filtered-search__advanced[style="display: block;"] {
  display: flex !important;
  opacity: 1;
  animation-duration: 0.4s;
  animation-name: custom-1;
  animation-timing-function: cubic-bezier(0.35, 0.4, 0.06, 0.96);
}
.sv-filtered-search__filter {
  flex: 0 0 auto;
  width: calc(50% - 1rem);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media print, screen and (min-width: 43.75em) {
  .sv-filtered-search__filter {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 1rem);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.sv-filtered-search__filter:nth-child(5):last-child {
  flex: 0 0 auto;
  width: auto;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media print, screen and (min-width: 43.75em) {
  .sv-filtered-search__filter:nth-child(5):last-child {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 1rem);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.sv-filtered-search--expanded .sv-filtered-search__advanced {
  display: flex !important;
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: custom-1;
  animation-timing-function: cubic-bezier(0.35, 0.4, 0.06, 0.96);
}
.sv-filtered-search--expanded svg:nth-child(2) {
  transform: rotate(180deg);
}
.sv-filtered-search--invert:after {
  background-color: rgba(250, 250, 250, 0.6);
}

.sv-content__container {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 43.75em) {
  .sv-content__container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.sv-content__actions, .sv-content__html, .sv-content__image {
  flex: 0 0 auto;
  width: calc(100% - 1rem);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media print, screen and (min-width: 43.75em) {
  .sv-content__actions, .sv-content__html, .sv-content__image {
    flex: 0 0 auto;
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

.sv-content__wrapper {
  display: flex;
  flex-flow: row wrap;
}
.sv-content__wrapper[data-sv-in-view=waiting] > * {
  opacity: 0;
}
.sv-content__wrapper[data-sv-in-view=visible] > * {
  opacity: 0;
  animation-duration: 0.8s;
  animation-name: custom-5;
  animation-timing-function: cubic-bezier(0.35, 0.4, 0.06, 0.96);
  animation-fill-mode: forwards;
}
.sv-content__wrapper[data-sv-in-view=visible] > *:nth-child(2) {
  animation-delay: 0.2s;
  animation-duration: 1s;
}
.sv-content__image img {
  width: 100%;
}
@media screen and (min-width: 75em) {
  .sv-content__html {
    font-size: 112.5%;
  }
}
.sv-content__html > h1:first-child,
.sv-content__html > h2:first-child,
.sv-content__html > h3:first-child,
.sv-content__html > h4:first-child,
.sv-content__html > h5:first-child,
.sv-content__html > h6:first-child {
  margin-top: 0;
}
.sv-content__html > img,
.sv-content__html > iframe,
.sv-content__html > p > img,
.sv-content__html > p > iframe,
.sv-content__html > p > a > img,
.sv-content__html > p > a > iframe {
  width: 100%;
}
.sv-content__html > p {
  margin-bottom: 1em;
}
.sv-content__html > img,
.sv-content__html > p > img {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 16px 16px 0px, rgba(0, 0, 0, 0.05) 0px 8px 8px 0px, rgba(0, 0, 0, 0.05) 0px 4px 4px 0px;
}
@media print, screen and (min-width: 64em) {
  .sv-content__html > img,
.sv-content__html > p > img {
    width: auto;
    max-width: 53.125rem;
    margin-right: -6.875rem;
    margin-left: -6.875rem;
  }
}
@media print, screen and (min-width: 43.75em) {
  .sv-content__html > iframe,
.sv-content__html > img {
    margin-bottom: 4em;
  }
}
.sv-content__html > p > img,
.sv-content__html > p > iframe {
  margin-top: 2em;
  margin-bottom: 2em;
}
.sv-content__html > iframe,
.sv-content__html > p > iframe {
  display: block;
  height: calc(
                (100vw - 2rem) * 0.5625
            );
  margin-bottom: 1em;
  background-color: #303030;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 16px 16px 0px, rgba(0, 0, 0, 0.05) 0px 8px 8px 0px, rgba(0, 0, 0, 0.05) 0px 4px 4px 0px;
  font-size: 1rem;
}
@media screen and (min-width: 44.75em) {
  .sv-content__html > iframe,
.sv-content__html > p > iframe {
    height: calc(
                    (41.25rem - 2.375rem) * 0.5625
                );
  }
}
@media print, screen and (min-width: 43.75em) {
  .sv-content__html > iframe,
.sv-content__html > p > iframe {
    margin-bottom: 2em;
  }
}
@media print, screen and (min-width: 64em) {
  .sv-content__html > iframe,
.sv-content__html > p > iframe {
    width: 53.125rem;
    max-width: 53.125rem;
    height: calc(
                    (53.125rem - 2.375rem) * 0.5625
                );
    margin-right: -6.875rem;
    margin-left: -6.875rem;
  }
}
.sv-content__actions {
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  margin-top: 3.236rem;
}
[data-whatinput=mouse] .sv-content__actions li {
  outline: 0;
}
.sv-content__actions a,
.sv-content__actions .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.75em 1em;
}
.sv-content__actions input,
.sv-content__actions select,
.sv-content__actions a,
.sv-content__actions button {
  margin-bottom: 0;
}
.sv-content__actions input {
  display: inline-block;
}
@media screen and (min-width: 75em) {
  .sv-content__actions {
    font-size: 1.125em;
  }
}
@media print {
  .sv-content__actions {
    display: none;
  }
}
.sv-content__actions-item {
  margin: 0 1rem;
}
.sv-content__action {
  transition: color 0.25s linear;
  color: #303030;
  cursor: pointer;
}
.sv-content__action:hover, .sv-content__action:active .sv-content__action:focus {
  color: #171717;
}
.sv-content__action:active {
  transform: scale(0.99) translateY(1px);
}
.sv-content--slim .sv-content__container {
  max-width: 50rem;
}
@media print, screen and (min-width: 43.75em) {
  .sv-content--2-col .sv-content__html {
    -moz-column-gap: 2em;
         column-gap: 2em;
    -moz-column-fill: balance-all;
         column-fill: balance-all;
    -moz-column-count: 2;
         column-count: 2;
  }
}

.sv-paging {
  margin-top: 3.236rem;
  margin-bottom: 3.236rem;
}
.sv-paging__container {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 43.75em) {
  .sv-paging__container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.sv-paging__previous, .sv-paging__next {
  flex: 0 0 auto;
  width: auto;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media print, screen and (min-width: 43.75em) {
  .sv-paging__previous, .sv-paging__next {
    flex: 0 0 auto;
    width: auto;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

.sv-paging__wrapper {
  display: flex;
  flex-flow: row wrap;
}
@media print {
  .sv-paging {
    display: none;
  }
}
.sv-paging__container {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 43.75em) {
  .sv-paging__container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.sv-paging__wrapper {
  justify-content: center;
  margin-left: 0;
  list-style: none;
}
@media print, screen and (min-width: 43.75em) {
  .sv-paging__wrapper {
    justify-content: space-between;
  }
}
.sv-paging__wrapper > li {
  position: relative;
}
@media screen and (min-width: 112.5em) {
  .sv-paging__wrapper > li {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9;
    max-height: 6rem;
    margin: auto;
  }
}
.sv-paging__previous {
  display: none;
}
@media print, screen and (min-width: 43.75em) {
  .sv-paging__previous {
    display: block;
  }
}
@media screen and (min-width: 112.5em) {
  .sv-paging__previous {
    left: 0;
  }
}
@media screen and (min-width: 112.5em) {
  .sv-paging__next {
    right: 0;
  }
}
.sv-paging__next:first-child:last-child {
  margin-right: 0;
  margin-left: auto;
}
.sv-paging__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 5;
  width: 1em;
  height: 1em;
  margin: auto;
  margin: auto;
  font-size: 2em;
  color: #fafafa;
  pointer-events: none;
}
@media print {
  .sv-paging__icon path {
    fill: #fafafa !important;
  }
}
.sv-paging__previous > .sv-paging__icon {
  left: 0.25em;
}
.sv-paging__next > .sv-paging__icon {
  right: 0.25em;
}

.sv-recipe {
  position: relative;
}
.sv-recipe__container {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 43.75em) {
  .sv-recipe__container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.sv-recipe__actions, .sv-recipe__description, .sv-recipe__ingredients, .sv-recipe__summary-content, .sv-recipe__summary-hero, .sv-recipe__summary, .sv-recipe__breadcrumbs, .sv-recipe__heading {
  flex: 0 0 auto;
  width: calc(100% - 1rem);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media print, screen and (min-width: 43.75em) {
  .sv-recipe__actions, .sv-recipe__description, .sv-recipe__ingredients, .sv-recipe__summary-content, .sv-recipe__summary-hero, .sv-recipe__summary, .sv-recipe__breadcrumbs, .sv-recipe__heading {
    flex: 0 0 auto;
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

.sv-recipe__wrapper {
  display: flex;
  flex-flow: row wrap;
}
@media print {
  .sv-recipe [href^=http]:after {
    content: " (" attr(href) ")";
  }
}
.sv-recipe__container {
  position: relative;
}
@media print {
  .sv-recipe__container {
    max-width: none;
  }
}
.sv-recipe__top, .sv-recipe__summary, .sv-recipe__body {
  display: flex;
  flex-flow: row wrap;
}
.sv-recipe__body > [href="#instructions"] {
  position: fixed;
  top: 4em;
  right: 0;
  z-index: 12;
  transform: rotate(-90deg) translateX(0) translateY(4em);
  transform-origin: bottom right;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 16px 16px 0px, rgba(0, 0, 0, 0.05) 0px 8px 8px 0px, rgba(0, 0, 0, 0.05) 0px 4px 4px 0px;
  transition: transform 0.3s cubic-bezier(0.35, 0.4, 0.06, 0.96);
}
@media print, screen and (min-width: 43.75em) {
  .sv-recipe__body > [href="#instructions"] {
    display: none;
  }
}
@media print {
  .sv-recipe__body > [href="#instructions"] {
    display: none;
  }
}
.sv-recipe__body > [data-sv-in-view=visible] ~ [href="#instructions"] {
  transform: rotate(-90deg) translateX(0) translateY(0);
}
.sv-recipe__background {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  display: none;
  max-height: 43.75rem;
  overflow: hidden;
}
@media print, screen and (min-width: 43.75em) {
  .sv-recipe__background {
    display: block;
  }
}
@media print {
  .sv-recipe__background {
    background: none;
  }
}
.sv-recipe__breadcrumbs {
  padding-top: 1rem;
}
@media print, screen and (min-width: 43.75em) {
  .sv-recipe__breadcrumbs {
    padding-top: 4em;
  }
}
@media print, screen and (min-width: 43.75em) {
  .sv-recipe__top {
    color: #fafafa;
  }
}
.sv-recipe__heading {
  margin-top: 0.25em;
}
@media print, screen and (min-width: 43.75em) {
  .sv-recipe__heading {
    margin-top: 0.5em;
  }
}
@media screen and (min-width: 75em) {
  .sv-recipe__heading {
    margin-top: 1em;
  }
}
.sv-recipe__subheading {
  margin-top: 0;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 43.75em) {
  .sv-recipe__summary {
    border-radius: 10px;
    background-color: #fafafa;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.08), 0 3px 6px 0 rgba(0, 0, 0, 0.12);
    overflow: hidden;
  }
}
@media print {
  .sv-recipe__summary {
    border: 1px solid #4a4a4a;
    box-shadow: none;
  }
}
@media print, screen and (min-width: 43.75em) {
  .sv-recipe__lead {
    margin-top: 0;
  }
}
.sv-recipe__summary-hero {
  position: relative;
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 43.75em) {
  .sv-recipe__summary-hero {
    flex: 1 1 0;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.sv-recipe__summary-hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sv-recipe__video-toggle {
  position: absolute;
  top: 1em;
  left: 1em;
}
@media print {
  .sv-recipe__video-toggle {
    display: none;
  }
}
@media print, screen and (min-width: 43.75em) {
  .sv-recipe__summary-content {
    flex: 1 1 0;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-flow: column wrap;
    max-width: 32.5rem;
    padding: 1.25rem;
  }
}
@media screen and (min-width: 43.75em) and (min-width: 75em) {
  .sv-recipe__summary-content {
    padding: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sv-recipe__lead, .sv-recipe__meta, .sv-recipe__author {
    flex: 0 0 auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.sv-recipe__tags, .sv-recipe__actions {
  justify-content: center;
  align-items: flex-start;
}
.sv-recipe__tags {
  color: #313131;
}
.sv-recipe__meta {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-left: 0;
  padding-top: 0.809rem;
  padding-bottom: 0.809rem;
  border-top: 1px solid #4a4a4a;
  border-bottom: 1px solid #4a4a4a;
  list-style: none;
}
@media print, screen and (min-width: 43.75em) {
  .sv-recipe__meta {
    margin-bottom: 1rem;
    font-size: 1.125em;
  }
}
@media print {
  .sv-recipe__meta {
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }
}
.sv-recipe__meta-item {
  flex: 0 0 auto;
  width: auto;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  text-align: center;
}
.sv-recipe__meta-rating {
  flex: 1 1 0;
  width: auto;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding-top: 0.5em;
}
.sv-recipe__nutrition h6,
.sv-recipe__nutrition dl,
.sv-recipe__nutrition dt,
.sv-recipe__nutrition dd {
  display: inline-block;
}
.sv-recipe__nutrition h6:after,
.sv-recipe__nutrition dt:after {
  content: ": ";
}
.sv-recipe__nutrition dt {
  font-weight: 300;
}
.sv-recipe__nutrition h6 {
  margin-top: 0;
}
.sv-recipe__nutrition dd:not(:last-child):after {
  content: ", ";
}
.sv-recipe__lead {
  padding-bottom: 1.618rem;
  border-bottom: 1px solid #4a4a4a;
}
@media print, screen and (min-width: 64em) {
  .sv-recipe__lead {
    flex: 0 0 auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.sv-recipe__author {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
}
.sv-recipe__author h5 {
  margin-top: 1.618rem;
  margin-bottom: 0.4045rem;
}
@media print, screen and (min-width: 43.75em) {
  .sv-recipe__author h5 {
    margin-top: 0;
  }
}
.sv-recipe__author p {
  margin-top: 0;
  margin-bottom: 0.4045rem;
}
.sv-recipe__author-name, .sv-recipe__author-logo {
  flex: 0 0 auto;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.sv-recipe__author-name {
  padding-right: 1.618rem;
}
.sv-recipe__author-logo img {
  width: 100%;
  max-width: 16.875rem;
}
.sv-recipe__description {
  max-width: 45rem;
  margin-top: 2em;
  margin-right: 0;
}
.sv-recipe__ingredients ol > li,
.sv-recipe__ingredients ul > li, .sv-recipe__instructions ol > li,
.sv-recipe__instructions ul > li, .sv-recipe__instructions-clone ol > li,
.sv-recipe__instructions-clone ul > li {
  padding-left: 1em;
}
@media print, screen and (min-width: 43.75em) {
  .sv-recipe__ingredients {
    flex: 0 0 auto;
    width: calc(50% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    max-width: 32.5rem;
  }
}
.sv-recipe__ingredients [href="#instructions"] {
  margin-top: 3.236rem;
  margin-bottom: 1.618rem;
}
@media print, screen and (min-width: 43.75em) {
  .sv-recipe__ingredients [href="#instructions"] {
    display: none;
  }
}
@media print {
  .sv-recipe__ingredients [href="#instructions"] {
    display: none;
  }
}
.sv-recipe__instructions {
  display: none;
}
@media print, screen and (min-width: 43.75em) {
  .sv-recipe__instructions {
    display: block;
  }
}
@media print, screen and (min-width: 43.75em) {
  .sv-recipe__instructions {
    flex: 1 1 0;
    width: auto;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
@media print {
  .sv-recipe__instructions {
    display: block;
  }
}
.sv-recipe__instructions [href="#ingredients"] {
  display: none;
}
@media print {
  .sv-recipe__instructions [href="#ingredients"] {
    display: none;
  }
}
.sv-recipe__instructions-clone {
  z-index: 20;
  padding-top: 2em;
  background-color: #fafafa;
  transition: all 0.5s ease;
}
.sv-recipe__instructions-clone [href="#ingredients"] {
  position: fixed;
  top: 6.425em;
  left: 0;
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: top left;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 16px 16px 0px, rgba(0, 0, 0, 0.05) 0px 8px 8px 0px, rgba(0, 0, 0, 0.05) 0px 4px 4px 0px;
}
@media print {
  .sv-recipe__instructions-clone [href="#ingredients"] {
    display: none;
  }
}
.reveal > .sv-recipe__instructions-inner {
  max-width: 41.25rem;
  margin: 0 auto 0 4em;
}
.sv-recipe__tags-item {
  margin: 0 0.5em;
}
.sv-recipe__actions {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  width: 100%;
  margin-top: 1.618rem;
  margin-bottom: 1.618rem;
}
[data-whatinput=mouse] .sv-recipe__actions li {
  outline: 0;
}
.sv-recipe__actions a,
.sv-recipe__actions .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.75em 1em;
}
.sv-recipe__actions input,
.sv-recipe__actions select,
.sv-recipe__actions a,
.sv-recipe__actions button {
  margin-bottom: 0;
}
.sv-recipe__actions input {
  display: inline-block;
}
@media screen and (min-width: 75em) {
  .sv-recipe__actions {
    font-size: 1.125em;
  }
}
.sv-recipe__actions-item {
  margin: 0 1rem;
}
@media print {
  .sv-recipe__actions-item {
    display: none;
  }
}
.sv-recipe__action {
  transition: color 0.25s linear;
  color: #303030;
  cursor: pointer;
}
.sv-recipe__action:hover, .sv-recipe__action:active .sv-recipe__action:focus {
  color: #171717;
}
.sv-recipe__action:active {
  transform: scale(0.99) translateY(1px);
}
.sv-recipe--invert .sv-recipe__top {
  color: currentColor;
}

.sv-menu {
  background-color: transparent;
  font-size: 1rem;
  color: #fafafa;
  font-size: 1.125em;
}
.sv-menu[href],
.sv-menu a {
  color: currentColor;
}
.sv-menu[href]:hover,
.sv-menu a:hover {
  color: currentColor;
  text-decoration: none;
}
@media screen and (min-width: 75em) {
  .sv-menu {
    font-size: 1.25em;
  }
}
.sv-menu__list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  flex-direction: column;
  width: 100%;
}
[data-whatinput=mouse] .sv-menu__list li {
  outline: 0;
}
.sv-menu__list a,
.sv-menu__list .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.75em 1em;
}
.sv-menu__list input,
.sv-menu__list select,
.sv-menu__list a,
.sv-menu__list button {
  margin-bottom: 0;
}
.sv-menu__list input {
  display: inline-block;
}
.sv-menu__item {
  font-weight: 700;
  margin-bottom: 0.125em;
}
@media print, screen and (min-width: 43.75em) {
  .sv-menu__item > a {
    padding: 1em;
  }
}
.sv-menu__link {
  position: relative;
  border-radius: 5px;
  background-color: #4a4a4a;
  transition: background-color 0.25s ease, transform 0.1s ease-out;
}
.sv-menu__link:hover, .sv-menu__link:active, .sv-menu__link:focus {
  background-color: #313131;
}
.sv-menu__link:active {
  transform: scale(0.99) translateY(1px);
}
.sv-menu__link:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0.75em;
  right: 1em;
  left: auto;
  z-index: 0;
  width: 1em;
  height: 1em;
  transform: rotate(-90deg);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5l7 7 7-7' stroke='%23fefefe' fill='none' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.sv-promo {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 100%;
  transition: all 0.05s ease-out;
}
[data-col-span="2"] > .sv-promo {
  padding-bottom: 47.3684210526%;
}
.sv-promo:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  background-color: rgba(48, 48, 48, 0.1);
  transition: opacity 0.25s ease-out;
  pointer-events: none;
}
.sv-promo:hover {
  color: #767676;
}
.sv-promo:hover:after {
  opacity: 1;
}
.sv-promo:active {
  transform: scale(0.995) translateY(1px);
}
.sv-promo__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  border-radius: 0.5em;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.08), 0 3px 6px 0 rgba(0, 0, 0, 0.12);
}

@media print, screen and (min-width: 43.75em) {
  .sv-block:last-child {
    padding-bottom: 2em;
  }
  @supports ((-webkit-clip-path: url()) or (clip-path: url())) {
    .sv-block:last-child {
      padding-bottom: 6em;
    }
  }
}
.sv-block--padding {
  padding-top: 2em;
  padding-bottom: 2em;
}
.sv-block--padding-double {
  padding-top: 4em;
  padding-bottom: 4em;
}
.sv-block--padding-top {
  padding-top: 2em;
}
.sv-block--padding-bottom {
  padding-bottom: 2em;
}
.sv-block--padding-top-double {
  padding-top: 4em;
}
.sv-block--padding-bottom-double {
  padding-bottom: 4em;
}
.sv-block--white {
  background-color: #fafafa;
}
.sv-block--white[data-sv-been-viewed=waiting] {
  background-color: rgba(250, 250, 250, 0);
  transition: background-color 0.5s ease;
}
.sv-block--white[data-sv-been-viewed=viewed] {
  background-color: #fafafa;
}
.sv-block--gray {
  background-color: #eeeeee;
}
.sv-block--dark {
  background-color: #303030;
  color: #fafafa;
}
@media print, screen and (min-width: 43.75em) {
  .sv-block--under-previous {
    margin-top: -2rem;
  }
}
.sv-block--fullscreen {
  min-height: 70vh;
}
@media print {
  .sv-block--hide-for-print {
    display: none;
  }
}

.sv-reviews {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 48em;
  margin: 0 auto;
}
@media print, screen and (min-width: 43.75em) {
  .sv-reviews {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print {
  .sv-reviews button {
    display: none;
  }
}
.sv-reviews__list {
  display: flex;
  flex-flow: row wrap;
  margin-left: 0;
  list-style: none;
  text-align: center;
}
.sv-reviews__item {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: calc(100% - 1rem);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.sv-reviews__item:not(:first-child) {
  margin-top: 1.618rem;
}
.sv-reviews__load-more, .sv-reviews__cta {
  max-width: 15em;
  margin: auto;
  text-align: center;
}
.sv-reviews--loading .sv-reviews__load-more > button, .sv-reviews--loading .sv-reviews__cta > button {
  display: none;
}
.sv-reviews__message {
  margin-bottom: 1.618rem;
  text-align: center;
}
.sv-reviews__message:before, .sv-reviews__message:after {
  opacity: 0.4;
  content: " ― ";
}
.sv-reviews__cta {
  display: none;
}
.sv-reviews__form {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: calc(100% - 1rem);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: none;
  margin: 1em auto;
  padding: 2em;
  border-radius: 5px;
  background-image: linear-gradient(to bottom, #4a4a4a, #171717);
  background-color: #303030;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.08), 0 3px 6px 0 rgba(0, 0, 0, 0.12);
  color: #fafafa;
}
.sv-reviews__form + .sv-reviews__cta {
  display: block;
}
.sv-reviews__add {
  font-weight: 700;
  min-width: 0;
  transition: all 0.15s ease-out;
  letter-spacing: 0.06em;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 1em 1.25em;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: "Apex New", sans-serif;
  font-size: 1rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  display: block;
  width: 100%;
}
[data-whatinput=mouse] .sv-reviews__add {
  outline: 0;
}
.sv-reviews__add, .sv-reviews__add.disabled, .sv-reviews__add[disabled], .sv-reviews__add.disabled:hover, .sv-reviews__add[disabled]:hover, .sv-reviews__add.disabled:focus, .sv-reviews__add[disabled]:focus {
  background-color: #fafafa;
  color: #303030;
}
.sv-reviews__add:hover, .sv-reviews__add:focus {
  background-color: #ededed;
  color: #303030;
}
.sv-reviews__add:active {
  transform: scale(0.99) translateY(1px);
}
.sv-reviews--submit .sv-reviews__form {
  display: block;
}
.sv-reviews--no-reviews .sv-reviews__add {
  font-weight: 700;
  min-width: 0;
  transition: all 0.15s ease-out;
  letter-spacing: 0.06em;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 1em 1.25em;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: "Apex New", sans-serif;
  font-size: 1rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .sv-reviews--no-reviews .sv-reviews__add {
  outline: 0;
}
.sv-reviews--no-reviews .sv-reviews__add, .sv-reviews--no-reviews .sv-reviews__add.disabled, .sv-reviews--no-reviews .sv-reviews__add[disabled], .sv-reviews--no-reviews .sv-reviews__add.disabled:hover, .sv-reviews--no-reviews .sv-reviews__add[disabled]:hover, .sv-reviews--no-reviews .sv-reviews__add.disabled:focus, .sv-reviews--no-reviews .sv-reviews__add[disabled]:focus {
  background-color: #4a4a4a;
  color: #fafafa;
}
.sv-reviews--no-reviews .sv-reviews__add:hover, .sv-reviews--no-reviews .sv-reviews__add:focus {
  background-color: #3b3b3b;
  color: #fafafa;
}
.sv-reviews--no-reviews .sv-reviews__add:active {
  transform: scale(0.99) translateY(1px);
}
.sv-reviews--add .sv-reviews__form {
  display: block;
  animation-duration: 0.5s;
  animation-name: custom-1;
  animation-timing-function: cubic-bezier(0.35, 0.4, 0.06, 0.96);
}
.sv-reviews--add .sv-reviews__add {
  display: none;
}

.sv-form {
  position: relative;
}
.sv-form fieldset[aria-hidden=true] {
  display: none;
}
.sv-form fieldset[aria-hidden=false] {
  animation-duration: 0.5s;
  animation-name: custom-1;
  animation-timing-function: cubic-bezier(0.35, 0.4, 0.06, 0.96);
}
.sv-form fieldset[aria-hidden=false] ~ fieldset {
  animation-duration: 0.5s;
  animation-name: custom-1;
  animation-timing-function: cubic-bezier(0.35, 0.4, 0.06, 0.96);
}
.sv-form input,
.sv-form select {
  font-weight: 700;
  height: 2.75em;
  font-size: 1em;
}
.sv-form__container {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 43.75em) {
  .sv-form__container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.sv-form__intro {
  margin-bottom: 2em;
}
.sv-form__post-submit {
  display: none;
}
.sv-form__post-submit-message {
  text-align: center;
}
.sv-form__post-submit-message p {
  font-size: 1.25em;
}
.sv-form__row {
  display: flex;
  flex-flow: row wrap;
}
@media print, screen and (min-width: 43.75em) {
  .sv-form__row {
    margin: 0 0.6875rem;
  }
}
.sv-form__cell, .sv-form__cell-shrink {
  flex: 0 0 auto;
  width: calc(100% - 1rem);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media print, screen and (min-width: 43.75em) {
  .sv-form__cell {
    flex: 1 1 0;
    width: auto;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}
@media print, screen and (min-width: 43.75em) {
  .sv-form__cell-shrink {
    flex: 0 0 auto;
    width: auto;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}
.sv-form__notice {
  font-size: 0.875em;
  font-weight: 500;
  text-align: right;
}
.sv-form__notice a {
  color: currentColor;
  text-decoration: underline;
}
.sv-form__lead {
  font-size: 1.125em;
  line-height: 1.7;
}
.sv-form__loading {
  flex: 0 0 auto;
  width: auto;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  display: none;
}
.sv-form--loading .sv-form__actions {
  display: none;
}
.sv-form--loading .sv-form__loading {
  display: block;
  min-width: 15rem;
}
.sv-form--loading .sv-form__loading + div {
  display: none;
}
.sv-form--complete .sv-form__pre-submit,
.sv-form--complete .sv-form__loading {
  display: none;
}
.sv-form--complete .sv-form__post-submit {
  display: block;
  animation-duration: 0.5s;
  animation-name: custom-1;
  animation-timing-function: cubic-bezier(0.35, 0.4, 0.06, 0.96);
}
.sv-form--newsletter legend {
  margin-top: 0;
  font-size: 2.125em;
  line-height: 1.2;
}
.sv-form--newsletter select,
.sv-form--newsletter input {
  margin-bottom: 0.75em;
}
@media print, screen and (min-width: 43.75em) {
  .sv-form--newsletter select,
.sv-form--newsletter input {
    margin-bottom: 0;
  }
}
.sv-form--newsletter .sv-form__row {
  margin: 0;
  padding: 1em 0.25em;
  border-radius: 5px;
  background-color: #303030;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.08), 0 3px 6px 0 rgba(0, 0, 0, 0.12);
  color: #fafafa;
}
@media print, screen and (min-width: 43.75em) {
  .sv-form--newsletter .sv-form__row {
    padding: 0.75em 0.5em;
  }
}
@media print, screen and (min-width: 64em) {
  .sv-form--newsletter .sv-form__row {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sv-form--newsletter .sv-form__cell-shrink {
    min-width: 15rem;
  }
}
.sv-form--newsletter .form-error {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.sv-form--newsletter .sv-form__notice {
  margin-top: 0.25em;
}
.sv-form--review .sv-form__legend {
  margin-top: 0;
  margin-bottom: 1rem;
}
.sv-form--contact {
  display: flex;
  flex-flow: row wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  justify-content: space-between;
}
@media print, screen and (min-width: 43.75em) {
  .sv-form--contact {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.sv-form--contact .sv-form__form,
.sv-form--contact .sv-form__aside-content {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: calc(100% - 1rem);
  margin-top: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 43.75em) {
  .sv-form--contact .sv-form__form,
.sv-form--contact .sv-form__aside-content {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sv-form--contact .sv-form__form {
    flex: 0 0 auto;
    width: calc(50% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.sv-form--contact .sv-form__aside-content {
  padding-top: 1.875rem;
}
@media print, screen and (min-width: 64em) {
  .sv-form--contact .sv-form__aside-content {
    flex: 0 0 auto;
    width: calc(50% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    padding-top: 0;
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: 75em) {
  .sv-form--contact .sv-form__aside-content {
    flex: 0 0 auto;
    width: calc(41.6666666667% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.sv-form--contact .sv-form__aside-content > :first-child {
  margin-top: 0;
}
.sv-form--contact .sv-form__post-submit-message {
  text-align: left;
}
.sv-form--vertical [role=alert] {
  margin-top: 0;
  margin-bottom: 0;
}
.sv-form--vertical .sv-form__row {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
}
.sv-form--vertical .sv-form__cell,
.sv-form--vertical .sv-form__cell-shrink {
  flex: 0 0 auto;
  width: calc(100% - 1rem);
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  flex: none;
}
.sv-form--application select,
.sv-form--application input,
.sv-form--application textarea, .sv-form--entry select,
.sv-form--entry input,
.sv-form--entry textarea {
  margin-bottom: 0.75em;
}
@media print, screen and (min-width: 43.75em) {
  .sv-form--application select,
.sv-form--application input,
.sv-form--application textarea, .sv-form--entry select,
.sv-form--entry input,
.sv-form--entry textarea {
    margin-bottom: 0;
  }
}
.sv-form--application .sv-form__loading, .sv-form--entry .sv-form__loading {
  width: 100%;
}
.sv-form--application .sv-form__pre-submit,
.sv-form--application .sv-form__post-submit, .sv-form--entry .sv-form__pre-submit,
.sv-form--entry .sv-form__post-submit {
  margin: 0;
  padding: 1em 0.25em;
  border-radius: 5px;
  background-color: #303030;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.08), 0 3px 6px 0 rgba(0, 0, 0, 0.12);
  color: #fafafa;
}
@media print, screen and (min-width: 43.75em) {
  .sv-form--application .sv-form__pre-submit,
.sv-form--application .sv-form__post-submit, .sv-form--entry .sv-form__pre-submit,
.sv-form--entry .sv-form__post-submit {
    padding: 0.75em 0.5em;
  }
}
.sv-form--application .sv-form__pre-submit > fieldset > legend,
.sv-form--application .sv-form__post-submit > fieldset > legend, .sv-form--entry .sv-form__pre-submit > fieldset > legend,
.sv-form--entry .sv-form__post-submit > fieldset > legend {
  margin-bottom: 0.25rem;
  padding-left: 0.25rem;
}

.sv-prefooter {
  position: relative;
  padding: 1em 0 0;
  background-color: var(--mfl-footer-bg-color, #3d3d3d);
  text-align: center;
}
.sv-prefooter__container {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 43.75em) {
  .sv-prefooter__container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.sv-prefooter__newsletter, .sv-prefooter__store-cta, .sv-prefooter__tagline, .sv-prefooter__form, .sv-prefooter__logo {
  flex: 0 0 auto;
  width: calc(100% - 1rem);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media print, screen and (min-width: 43.75em) {
  .sv-prefooter__newsletter, .sv-prefooter__store-cta, .sv-prefooter__tagline, .sv-prefooter__form, .sv-prefooter__logo {
    flex: 0 0 auto;
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

.sv-prefooter__wrapper {
  display: flex;
  flex-flow: row wrap;
}
@media print, screen and (min-width: 26.25em) {
  .sv-prefooter {
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 43.75em) {
  .sv-prefooter {
    padding-bottom: 0;
    font-size: 1rem;
    text-align: inherit;
  }
}
@media print, screen and (min-width: 26.25em) {
  .sv-prefooter {
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 43.75em) {
  .sv-prefooter {
    padding-bottom: 0;
    text-align: inherit;
  }
}
@media print {
  .sv-prefooter {
    display: none;
  }
}
@supports ((-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)) or (clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%))) {
  @media print, screen and (min-width: 43.75em) {
    .sv-prefooter {
      margin-top: -4em;
    }
  }
  @media print, screen and (min-width: 64em) {
    .sv-prefooter {
      min-height: 19.75rem;
    }
  }
}
.sv-prefooter__background {
  position: absolute;
  top: 3em;
  right: 50%;
  bottom: 0;
  left: 0;
  left: auto;
  z-index: 1;
  display: block;
  width: 125rem;
  height: 21.375rem;
  margin-right: auto;
  margin-left: auto;
  transform: translateX(50%);
  transform-origin: center;
  background-color: #eeeeee;
  background-position: top left;
  background-repeat: repeat;
  background-size: 22.5625rem;
}
@media print, screen and (min-width: 43.75em) {
  @supports ((-webkit-clip-path: url(#bottom-clip-mask)) or (clip-path: url(#bottom-clip-mask))) {
    .sv-prefooter__background {
      overflow: hidden;
      text-align: center;
      pointer-events: none;
      -webkit-clip-path: url(#bottom-clip-mask);
              clip-path: url(#bottom-clip-mask);
    }
  }
}
@media print, screen and (min-width: 64em) {
  .sv-prefooter__background {
    height: 17.625rem;
  }
}
.sv-prefooter__wrapper {
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 11;
}
.sv-prefooter__logo, .sv-prefooter__tagline, .sv-prefooter__store-cta {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.sv-prefooter__form {
  position: relative;
  min-height: 13.625rem;
  padding-bottom: 1em;
  color: #fafafa;
}
@media print, screen and (min-width: 43.75em) {
  .sv-prefooter__form {
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .sv-prefooter__form {
    min-height: 11.625rem;
  }
}
.sv-prefooter__logo {
  flex: 0 0 auto;
  width: auto;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  min-width: 12rem;
}
@media print, screen and (min-width: 43.75em) {
  .sv-prefooter__logo {
    flex: 1 1 0;
    width: auto;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.sv-prefooter__logo-link {
  display: inline-block;
  width: auto;
  margin: auto;
  font-size: 0.35em;
}
@media print, screen and (min-width: 43.75em) {
  .sv-prefooter__logo-link {
    flex: 0 0 auto;
    width: auto;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    font-size: 0.45em;
  }
}
.sv-prefooter__tagline {
  min-width: 11em;
}
@media print, screen and (min-width: 64em) {
  .sv-prefooter__tagline {
    min-width: 15em;
  }
}
.sv-prefooter__tagline svg {
  display: block;
}
.sv-prefooter__tagline, .sv-prefooter__store-cta {
  flex: 0 0 auto;
  width: auto;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.sv-prefooter__divider {
  margin-top: 1rem;
  border-bottom: 3px solid #fafafa;
}
@media print, screen and (min-width: 43.75em) {
  .sv-prefooter__divider {
    margin-top: 0;
  }
}
.sv-prefooter__foreground {
  height: 100%;
  min-height: 13.625rem;
  margin: 0 auto;
  background-image: url("../img/watermark.svg");
  background-color: #4a4a4a;
  background-position: 95% 73%;
  background-repeat: no-repeat;
  background-size: 12.8125rem;
}
@media print, screen and (min-width: 43.75em) {
  @supports ((-webkit-clip-path: url(#paint-mark)) or (clip-path: url(#paint-mark))) {
    .sv-prefooter__foreground {
      overflow: hidden;
      text-align: center;
      pointer-events: none;
      -webkit-clip-path: url(#paint-mark);
              clip-path: url(#paint-mark);
    }
  }
}
.sv-prefooter__foreground-container {
  position: absolute;
  top: -1rem;
  right: 0;
  right: 50%;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: none;
  display: block;
  width: 81.125rem;
  margin: auto;
  margin: auto;
  margin-right: auto;
  margin-left: auto;
  transform: translateX(-50%);
  text-align: center;
}
@media print, screen and (min-width: 43.75em) {
  .sv-prefooter__foreground-container {
    top: -2rem;
    right: -4rem;
    left: auto;
    filter: drop-shadow(0 12px 12px rgba(0, 0, 0, 0.2));
    transform: translateX(0);
  }
}
.sv-prefooter__clip-path {
  height: 100%;
  padding-top: 6em;
  padding-bottom: 1em;
  background-image: url("https://supervalue.imgix.net/assets/backgrounds/weatherboard.jpg?w=2000&ch=Width,DPR&fit=min&auto=format%2C%20compress&q=70");
  background-color: #eeeeee;
  background-size: 361px 361px;
  -webkit-clip-path: polygon(0% 2rem, 50% 0%, 100% 2rem, 100% 100%, 0% 100%);
          clip-path: polygon(0% 2rem, 50% 0%, 100% 2rem, 100% 100%, 0% 100%);
}
.sv-prefooter__menus {
  padding-right: 1rem;
  padding-bottom: 1.875rem;
  padding-left: 1rem;
  color: #fafafa;
}
@media print, screen and (min-width: 43.75em) {
  .sv-prefooter__menus {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
.sv-prefooter__menus-wrapper {
  position: relative;
  z-index: 4;
  display: grid;
  width: 100%;
  max-width: 73.125rem;
  margin: auto;
  text-align: left;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media print, screen and (min-width: 26.25em) {
  .sv-prefooter__menus-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media print, screen and (min-width: 43.75em) {
  .sv-prefooter__menus-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.875rem;
  }
}
.sv-prefooter__menu-heading > a {
  color: currentColor;
}
.sv-prefooter__menu-heading > a:hover {
  opacity: 0.8;
}
.sv-prefooter--mfl {
  background-color: var(--mfl-footer-bg-color, #fafafa);
  color: #303030;
}
.sv-prefooter--mfl .sv-prefooter__wrapper {
  justify-content: space-between;
}
.sv-prefooter--mfl .sv-prefooter__logo {
  flex: 0 0 auto;
  width: calc(50% - 1rem);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.sv-prefooter--mfl .sv-prefooter__logo a {
  color: currentColor;
}
.sv-prefooter--mfl .sv-prefooter__logo svg:first-child {
  max-width: 16.6875rem;
  margin-bottom: 2rem;
}
.sv-prefooter--mfl .sv-prefooter__change-store {
  flex: 0 0 auto;
  width: calc(50% - 1rem);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
}
.sv-prefooter--mfl .sv-prefooter__change-store img {
  width: 18.5rem;
  height: 2.25rem;
  margin-right: 1rem;
}
.sv-prefooter--mfl .sv-prefooter__newsletter {
  flex: 0 0 auto;
  width: calc(60% - 1rem);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.sv-prefooter--mfl .sv-prefooter__newsletter > a {
  position: relative;
  z-index: 100;
  display: inline-flex;
  padding: 0.5rem;
  padding-left: 1rem;
  border-radius: 5px;
  background-color: #4a4a4a;
  font-family: "Suti", sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  color: #fafafa;
}
.sv-prefooter--mfl .sv-prefooter__newsletter > a > span {
  margin-left: 1rem;
  font-size: 1rem;
}
.sv-prefooter--mfl .sv-prefooter__social {
  flex: 0 0 auto;
  width: calc(40% - 1rem);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.sv-prefooter--mfl .sv-prefooter__social a {
  margin-right: 1rem;
  color: currentColor;
}
.sv-prefooter--mfl .sv-prefooter__social img {
  max-width: 7.375rem;
  padding-bottom: 0.25rem;
}
.sv-prefooter--mfl .sv-prefooter__social svg {
  width: 2rem;
  height: 2rem;
}

.sv-footer {
  background-color: transparent;
  font-size: 1rem;
  color: #303030;
  position: relative;
  z-index: 1;
  padding-top: 1.3333333333em;
  padding-bottom: 1.3333333333em;
  background: #fafafa;
  font-family: "Apex New", sans-serif;
  font-size: 0.875rem;
}
.sv-footer[href],
.sv-footer a {
  color: currentColor;
}
.sv-footer[href]:hover,
.sv-footer a:hover {
  color: currentColor;
  text-decoration: none;
}
.sv-footer__container {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 43.75em) {
  .sv-footer__container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.sv-footer__shielded-site, .sv-footer__nav, .sv-footer__credit {
  flex: 0 0 auto;
  width: calc(100% - 1rem);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media print, screen and (min-width: 43.75em) {
  .sv-footer__shielded-site, .sv-footer__nav, .sv-footer__credit {
    flex: 0 0 auto;
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

.sv-footer__wrapper {
  display: flex;
  flex-flow: row wrap;
}
.sv-footer__brand-mark {
  position: absolute;
  right: 10%;
  bottom: 0;
  z-index: 9;
  display: none;
  height: 18.75rem;
  opacity: 0.15;
  overflow: hidden;
  color: #fafafa;
  pointer-events: none;
}
@media print, screen and (min-width: 43.75em) {
  @supports ((-webkit-clip-path: url()) or (clip-path: url())) {
    .sv-footer__brand-mark {
      display: block;
    }
  }
}
@media print {
  .sv-footer__brand-mark {
    display: none;
  }
}
.sv-footer__brand-mark svg {
  width: 52.8125rem;
  height: 52.8125rem;
}
.sv-footer__wrapper {
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media print, screen and (min-width: 43.75em) {
  .sv-footer__wrapper {
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
}
.sv-footer__nav {
  margin-bottom: 1em;
}
@media print, screen and (min-width: 43.75em) {
  .sv-footer__nav {
    flex: 1 1 0;
    width: auto;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-bottom: 0;
  }
}
@media print {
  .sv-footer__nav {
    opacity: 0;
  }
}
.sv-footer__credit, .sv-footer__shielded-site {
  flex: 0 0 auto;
  width: auto;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media print, screen and (min-width: 43.75em) {
  .sv-footer__credit, .sv-footer__shielded-site {
    flex: 0 0 auto;
    width: auto;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.sv-footer__shielded-site {
  width: 2em;
  height: 2em;
  cursor: pointer;
}
@media print {
  .sv-footer__shielded-site {
    display: none;
  }
}
.sv-footer__link {
  font-weight: 500;
  text-decoration: none;
}
.sv-footer__link:hover {
  opacity: 0.75;
}
.sv-footer__link:not(:first-child):before {
  display: inline-block;
  margin-right: 0.25em;
  margin-left: 0.25em;
  content: " | ";
}
.sv-footer__link:last-child:before {
  display: none;
}
.sv-footer--mfl {
  background: #fafafa;
  color: #303030;
}

.sv-search-results__container {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 43.75em) {
  .sv-search-results__container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.sv-search-results__body {
  flex: 0 0 auto;
  width: calc(100% - 1rem);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media print, screen and (min-width: 43.75em) {
  .sv-search-results__body {
    flex: 0 0 auto;
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

.sv-search-results__wrapper {
  display: flex;
  flex-flow: row wrap;
}
.sv-search-results__container {
  max-width: 41.25rem;
}
.sv-search-results__result-title {
  margin-bottom: 0;
}

.sv-pagination a {
  transition: all 0.25s ease;
}
.sv-pagination__container {
  margin-left: 0;
  margin-bottom: 1rem;
}
.sv-pagination__container::before, .sv-pagination__container::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.sv-pagination__container::after {
  clear: both;
}
.sv-pagination__container li {
  margin-right: 0.0625rem;
  border-radius: 5px;
  font-size: 1rem;
  display: none;
}
.sv-pagination__container li:last-child, .sv-pagination__container li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 43.75em) {
  .sv-pagination__container li {
    display: inline-block;
  }
}
.sv-pagination__container a,
.sv-pagination__container button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 5px;
  color: #303030;
}
.sv-pagination__container a:hover,
.sv-pagination__container button:hover {
  background: #eeeeee;
}
.sv-pagination__current {
  padding: 0.1875rem 0.625rem;
  background: #303030;
  color: #fafafa;
  cursor: default;
}
.sv-pagination__ellipsis {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #303030;
}
.sv-pagination__previous--disabled, .sv-pagination__next--disabled {
  padding: 0.1875rem 0.625rem;
  color: #4a4a4a;
  cursor: not-allowed;
}
.sv-pagination__previous--disabled:hover, .sv-pagination__next--disabled:hover {
  background: transparent;
}

.sv-share {
  background-color: rgba(23, 23, 23, 0.95);
  color: #fafafa;
  text-align: center;
}
.sv-share [data-clipboard-target] {
  padding-right: 0.75em;
  padding-left: 1em;
}
.sv-share__wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.sv-share__heading {
  margin-bottom: 0.5em;
  color: currentColor;
}
.sv-share__ui {
  min-width: 50%;
  padding: 1em;
}
.sv-share__ui input {
  height: auto;
  padding: 0.5em;
  font-size: 1.25em;
  text-align: center;
}
.sv-share__ui button {
  background-color: #303030;
  color: currentColor;
}
.sv-share__links {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
}
[data-whatinput=mouse] .sv-share__links li {
  outline: 0;
}
.sv-share__links a,
.sv-share__links .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.75em 1em;
}
.sv-share__links input,
.sv-share__links select,
.sv-share__links a,
.sv-share__links button {
  margin-bottom: 0;
}
.sv-share__links input {
  display: inline-block;
}
@media print, screen and (min-width: 43.75em) {
  .sv-share__links {
    font-size: 1.5rem;
  }
}
.sv-share__links a {
  transition: 0.2s opacity linear;
  color: currentColor;
}
.sv-share__links a:hover {
  opacity: 0.8;
}
.sv-share__link {
  width: 3em;
  height: 3em;
}
.sv-share__close {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3000;
  font-size: 2em;
  line-height: 0.8;
  color: currentColor;
}
@media print, screen and (min-width: 43.75em) {
  .sv-share__close {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

.sv-gallery {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  -moz-column-count: 2;
       column-count: 2;
  text-align: center;
}
@media print, screen and (min-width: 43.75em) {
  .sv-gallery {
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sv-gallery {
    -moz-column-count: 3;
         column-count: 3;
  }
}
.sv-gallery__item {
  max-width: 23.125rem;
  margin: auto;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
@media screen and (min-width: 43.75em) and (min-width: 75em) {
  .sv-gallery__item {
    min-width: 23.125rem;
    max-width: 23.125rem;
  }
}
@media screen and (min-width: 75em) {
  .sv-gallery__item {
    min-width: 23.125rem;
    max-width: 23.125rem;
  }
}

.sv-card-banner > * {
  margin: auto;
}
[data-sv-been-viewed=waiting] .sv-card-banner > * {
  opacity: 0;
  transform: translateY(2em);
}
[data-sv-been-viewed=viewed] .sv-card-banner > * {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s cubic-bezier(0.35, 0.4, 0.06, 0.96);
}

.sv-blob {
  margin-bottom: 1.618rem;
}
.sv-blob__description {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0 auto;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.6;
  text-overflow: ellipsis;
  /* autoprefixer: off */
  -webkit-line-clamp: 2;
  height: auto;
  max-height: 3.2rem;
  margin-bottom: 1em;
}
.sv-blob__meta {
  margin-bottom: 0;
}
.sv-blob__meta dt,
.sv-blob__meta dd {
  display: inline-block;
}
.sv-blob__meta dt:after {
  content: ": ";
}

.sv-warn {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(23, 23, 23, 0.95);
  color: #fafafa;
  text-align: center;
}
.sv-warn__ui {
  min-width: 50%;
  max-width: 40.625rem;
  padding: 1em;
}
.sv-warn__close {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3000;
  font-size: 2em;
  line-height: 0.8;
  color: currentColor;
}
@media print, screen and (min-width: 43.75em) {
  .sv-warn__close {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

.sv-callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 0;
  border-radius: 5px;
}
.sv-callout > :first-child {
  margin-top: 0;
}
.sv-callout > :last-child {
  margin-bottom: 0;
}
.sv-callout--primary {
  background-color: #ffe3e1;
  color: #303030;
  color: #d30c00;
}
.sv-callout--success {
  background-color: #ebfbf1;
  color: #303030;
  color: #3adb76;
}
.sv-callout--warning {
  background-color: #fff7e6;
  color: #303030;
  color: #ffae00;
}
.sv-callout--alert {
  background-color: #ffe3e1;
  color: #303030;
  color: #d30c00;
}
.sv-callout--small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.sv-callout--large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.sv-mailers {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.sv-mailers__container {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 43.75em) {
  .sv-mailers__container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.sv-mailers__item {
  flex: 0 0 auto;
  width: calc(100% - 1rem);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media print, screen and (min-width: 43.75em) {
  .sv-mailers__item {
    flex: 0 0 auto;
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

.sv-mailers__wrapper {
  display: flex;
  flex-flow: row wrap;
}
@media print, screen and (min-width: 43.75em) {
  .sv-mailers {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.sv-mailers__item {
  padding-top: 1rem;
  filter: drop-shadow(0 12px 12px rgba(0, 0, 0, 0.2));
  color: #303030;
  text-align: center;
}
@media print, screen and (min-width: 43.75em) {
  .sv-mailers__item {
    flex: 0 0 auto;
    width: calc(50% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sv-mailers__item {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.sv-mailers__item:hover {
  color: rgba(48, 48, 48, 0.8);
}
.sv-mailers__thumb {
  height: 20rem;
  transition: opacity 0.2s linear, transform 0.75s cubic-bezier(0.35, 0.4, 0.06, 0.96) 0.1s;
}
:hover > .sv-mailers__thumb {
  transform: translateY(-0.5em);
}
.sv-mailers__thumb img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.sv-mailers__title {
  margin-top: 0.5em;
  margin-bottom: 0;
}
.sv-mailers__dates {
  margin-bottom: 1rem;
}
.sv-mailers__placeholder {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  flex: 0 0 auto;
  width: calc(100% - 1rem);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  position: relative;
  height: 20rem;
  margin-bottom: 4rem;
  border-radius: 5px;
  background: #eeeeee;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: fade-pulse;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}
@media print, screen and (min-width: 43.75em) {
  .sv-mailers__placeholder {
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 43.75em) {
  .sv-mailers__placeholder {
    flex: 0 0 auto;
    width: calc(50% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sv-mailers__placeholder {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.sv-mailers__placeholder:nth-child(2) {
  animation-delay: 0.25s;
}
.sv-mailers__placeholder:nth-child(3) {
  animation-delay: 0.5s;
}
.sv-mailers__placeholder:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: auto;
  right: 1em;
  bottom: -3rem;
  left: 1em;
  height: 2em;
  background-color: #eeeeee;
}
/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.sv-ticker {
  background-color: transparent;
  font-size: 1rem;
  color: #303030;
  width: 100%;
  height: 100%;
  border-bottom: 0.125rem solid #767676;
  background-color: #303030;
  transition: background-color linear 0.2s;
  overflow: hidden;
  font-size: 0.875em;
  color: #fafafa;
  text-align: center;
}
.sv-ticker[href],
.sv-ticker a {
  color: currentColor;
}
.sv-ticker[href]:hover,
.sv-ticker a:hover {
  color: currentColor;
  text-decoration: none;
}
@media screen and (min-width: 75em) {
  .sv-ticker {
    font-size: 1em;
  }
}
.sv-ticker.sv-ticker {
  z-index: 100;
}
.sv-ticker:hover {
  background-color: #232323;
}
.sv-ticker .swiper-slide {
  transition-property: opacity;
  pointer-events: none;
}
.sv-ticker .swiper-slide-active {
  pointer-events: auto;
}
.sv-ticker__message {
  align-content: stretch;
  height: 100%;
  min-height: 2.75em;
  margin: 0;
  font-weight: bold;
}
.sv-ticker__message-text {
  display: inline-flex;
  align-self: center;
  height: 100%;
  margin: auto;
  padding: 0.5em 3em;
}
.sv-ticker__close {
  position: absolute;
  top: 0.5rem;
  right: 0.6rem;
  bottom: auto;
  z-index: 102;
  font-size: 0.75em;
}
.sv-ticker__close button {
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
}
.sv-ticker--primary {
  background-color: #d30c00;
  font-size: 1rem;
  color: #fafafa;
}
.sv-ticker--primary[href],
.sv-ticker--primary a {
  color: currentColor;
}
.sv-ticker--primary[href]:hover,
.sv-ticker--primary a:hover {
  color: currentColor;
  text-decoration: none;
}
.sv-ticker--primary:hover {
  background-color: #ba0b00;
}
.sv-ticker--secondary {
  background-color: #767676;
  font-size: 1rem;
  color: #fafafa;
  border-bottom-color: #303030;
}
.sv-ticker--secondary[href],
.sv-ticker--secondary a {
  color: currentColor;
}
.sv-ticker--secondary[href]:hover,
.sv-ticker--secondary a:hover {
  color: currentColor;
  text-decoration: none;
}
.sv-ticker--secondary:hover {
  background-color: dimgray;
}
.sv-ticker--closed {
  display: none;
}

.sv-product {
  flex: 1 1 0;
  width: auto;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  background-color: transparent;
  font-size: 1rem;
  color: #303030;
  position: relative;
  display: block;
  min-width: 15.625rem;
  padding-bottom: 7.75rem;
  border-radius: 5px;
  background: #fafafa;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 16px 16px 0px, rgba(0, 0, 0, 0.05) 0px 8px 8px 0px, rgba(0, 0, 0, 0.05) 0px 4px 4px 0px;
  transition: opacity 0.3s linear;
}
.sv-product[href],
.sv-product a {
  color: currentColor;
}
.sv-product[href]:hover,
.sv-product a:hover {
  color: currentColor;
  text-decoration: none;
}
.sv-specials--load .sv-product {
  opacity: 1;
}
.sv-product:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  background-color: rgba(48, 48, 48, 0.1);
  transition: opacity 0.25s ease-out;
  pointer-events: none;
}
.sv-product:hover:after {
  opacity: 1;
}
.sv-product__image {
  padding: 1rem;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  text-align: center;
}
.sv-product__image img {
  width: 100%;
  opacity: 0;
  transform: translateX(2em);
  transition: transform 0.5s cubic-bezier(0.35, 0.4, 0.06, 0.96), opacity 0.3s linear 0.2s;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.sv-product__image img.lazyloaded {
  opacity: 1;
  transform: translateX(0);
}
.sv-product__price {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}
.sv-product__heading {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0 auto;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  /* autoprefixer: off */
  -webkit-line-clamp: 2;
  height: 2.4rem;
  height: auto;
  min-height: 2.4rem;
  margin-top: 0;
  animation: close 0.5s cubic-bezier(0.35, 0.4, 0.06, 0.96) 0.1s forwards;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.sv-product__link:hover .sv-product__heading {
  animation: open 0.5s cubic-bezier(0.35, 0.4, 0.06, 0.96) 0s forwards;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.sv-product__dinger, .sv-product__dinger2 {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  z-index: 11;
}
.sv-product__dinger2 {
  left: 3em;
}
.sv-product__content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  background: white;
  transition: height 0.2s ease-out;
  min-height: 7.75rem;
}
.sv-product__uom {
  font-weight: 700;
  font-size: 0.75em;
  line-height: 1.2;
  margin-bottom: 0.25em;
}
.sv-product__uom-sale-price + .sv-product__uom-price {
  text-decoration: line-through;
  opacity: 0.6;
}

/**
 * Cards
 */
.sv-card {
  background-color: transparent;
  font-size: 1rem;
  color: #303030;
  position: relative;
  min-width: 13.625rem;
  max-width: 20rem;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 16px 16px 0px, rgba(0, 0, 0, 0.05) 0px 8px 8px 0px, rgba(0, 0, 0, 0.05) 0px 4px 4px 0px;
  overflow: hidden;
}
.sv-card[href],
.sv-card a {
  color: currentColor;
}
.sv-card[href]:hover,
.sv-card a:hover {
  color: currentColor;
  text-decoration: none;
}
@media print, screen and (min-width: 43.75em) {
  .sv-card {
    max-width: 17.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sv-card {
    max-width: 16.875em;
  }
}
@media print {
  .sv-card {
    border: 1px solid #4a4a4a;
    box-shadow: none;
  }
}
@supports (display: grid) {
  .sv-card-list--grid .sv-card {
    grid-column: span 1;
  }
}
.sv-card__tags {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fafafa;
}
.sv-card__wrapper {
  position: relative;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.sv-card__wrapper:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  background-color: rgba(48, 48, 48, 0.1);
  transition: opacity 0.25s ease-out;
  pointer-events: none;
}
.sv-card__wrapper[href]:hover:after, .sv-card__wrapper[href]:active:after {
  opacity: 1;
}
.sv-card__image {
  height: 100%;
  border-radius: 0.5em;
  background-color: #303030;
}
.sv-card--invert .sv-card__image {
  background-color: #eeeeee;
}
.sv-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.sv-card__content {
  padding: 1.25rem;
}
.sv-card__heading {
  margin-top: 0;
}
.sv-card__date {
  margin-bottom: 0.25em;
}
.sv-card__date dt {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.sv-card__date dd {
  font-weight: 700;
  font-size: 0.875em;
  text-transform: uppercase;
}
.sv-card__rating {
  margin-bottom: 0.5em;
}
.sv-card__description:last-child {
  margin-bottom: 0;
}
.sv-card__link {
  font-weight: 700;
  min-width: 0;
  transition: all 0.15s ease-out;
  letter-spacing: 0.06em;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 1em 1.25em;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: "Apex New", sans-serif;
  font-size: 1rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  display: none;
}
[data-whatinput=mouse] .sv-card__link {
  outline: 0;
}
.sv-card__link, .sv-card__link.disabled, .sv-card__link[disabled], .sv-card__link.disabled:hover, .sv-card__link[disabled]:hover, .sv-card__link.disabled:focus, .sv-card__link[disabled]:focus {
  background-color: #4a4a4a;
  color: #fafafa;
}
.sv-card__link:hover, .sv-card__link:focus {
  background-color: #3b3b3b;
  color: #fafafa;
}
.sv-card__link:active {
  transform: scale(0.99) translateY(1px);
}
.sv-card__meta-list {
  display: flex;
  flex-flow: row nowrap;
  margin-right: -0.125rem;
  margin-left: -0.125rem;
  list-style: none;
}
.sv-card__meta-item {
  flex: 0 0 auto;
  width: auto;
  margin-left: 0.125rem;
  margin-right: 0.125rem;
  width: 3.4375em;
}
.sv-card__tags {
  max-width: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  box-sizing: border-box;
  min-height: 1.9375rem;
  padding: 0.3125rem 1.25rem;
  background-color: #fafafa;
  font-size: 0.875em;
  color: #303030;
}
@media print {
  .sv-card__tags {
    background-color: #fafafa !important;
  }
}
.sv-card--no-image .sv-card__image {
  background: #303030;
}
.sv-card--no-image .sv-card__image:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.15;
  background-image: url(../img/sv-logo-white.svg), url(../img/sv-logo-white.svg), url(../img/sv-logo-white.svg), url(../img/sv-logo-white.svg), url(../img/sv-logo-white.svg);
  background-position: 0px 10px, 50px 110px, 100px 210px, 150px 310px, 200px 410px;
  background-repeat: repeat-x;
  background-size: 200px;
}
.cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured .sv-card__heading, .cssgrid .sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__heading, .sv-card--double .sv-card__heading, .js-ro:not(.js-ro-tablet) > .sv-card--scaling .sv-card__heading, .sv-card--dense-for-small .sv-card__heading, .sv-card--page-next .sv-card__heading, .sv-card--page-prev .sv-card__heading, .sv-card--page .sv-card__heading, .sv-card--dense .sv-card__heading, .js-ro:not(.js-ro-xlphone) > .sv-card--banner .sv-card__heading, .no-cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured .sv-card__heading, .js-ro-tablet > .sv-card--scaling:not(.sv-card--featured) .sv-card__heading, :not(.js-ro) > .sv-card--scaling .sv-card__heading, .no-cssgrid .sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__heading, .sv-card--featured.swiper-slide .sv-card__heading, .sv-card--reveal .sv-card__heading, .sv-card--default .sv-card__heading, .sv-card--truncate-heading .sv-card__heading {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0 auto;
  overflow: hidden;
  font-size: 1.125em;
  line-height: 1.3;
  text-overflow: ellipsis;
  /* autoprefixer: off */
  -webkit-line-clamp: 2;
  height: auto;
  max-height: 2.925em;
}
.cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured:not(.sv-card--extended) .sv-card__heading, .cssgrid .sv-card--featured:not(.sv-card--extended):not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__heading, .sv-card--double:not(.sv-card--extended) .sv-card__heading, .js-ro:not(.js-ro-tablet) > .sv-card--scaling:not(.sv-card--extended) .sv-card__heading, .sv-card--dense-for-small:not(.sv-card--extended) .sv-card__heading, .sv-card--page-next:not(.sv-card--extended) .sv-card__heading, .sv-card--page-prev:not(.sv-card--extended) .sv-card__heading, .sv-card--page:not(.sv-card--extended) .sv-card__heading, .sv-card--dense:not(.sv-card--extended) .sv-card__heading, .js-ro:not(.js-ro-xlphone) > .sv-card--banner:not(.sv-card--extended) .sv-card__heading, .no-cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured:not(.sv-card--extended) .sv-card__heading, .js-ro-tablet > .sv-card--scaling:not(.sv-card--extended):not(.sv-card--featured) .sv-card__heading, :not(.js-ro) > .sv-card--scaling:not(.sv-card--extended) .sv-card__heading, .no-cssgrid .sv-card--featured:not(.sv-card--extended):not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__heading, .sv-card--featured.swiper-slide:not(.sv-card--extended) .sv-card__heading, .sv-card--reveal:not(.sv-card--extended) .sv-card__heading, .sv-card--default:not(.sv-card--extended) .sv-card__heading, .sv-card--truncate-heading:not(.sv-card--extended) .sv-card__heading {
  -webkit-line-clamp: 3;
  height: auto;
  max-height: 4.3875em;
}

.js-ro:not(.js-ro-xlphone) > .sv-card--banner .sv-card__description, .no-cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured .sv-card__description, .js-ro-tablet > .sv-card--scaling:not(.sv-card--featured) .sv-card__description, :not(.js-ro) > .sv-card--scaling .sv-card__description, .no-cssgrid .sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__description, .sv-card--featured.swiper-slide .sv-card__description, .sv-card--reveal .sv-card__description, .sv-card--default .sv-card__description, .sv-card--3-line-description .sv-card__description {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0 auto;
  overflow: hidden;
  font-size: 1em;
  line-height: 1.6;
  text-overflow: ellipsis;
  /* autoprefixer: off */
  -webkit-line-clamp: 3;
  height: 4.8em;
}

.js-ro:not(.js-ro-xlphone) > .sv-card--banner .sv-card__meta-list ~ .sv-card__description, .no-cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured .sv-card__meta-list ~ .sv-card__description, .js-ro-tablet > .sv-card--scaling:not(.sv-card--featured) .sv-card__meta-list ~ .sv-card__description, :not(.js-ro) > .sv-card--scaling .sv-card__meta-list ~ .sv-card__description, .no-cssgrid .sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__meta-list ~ .sv-card__description, .sv-card--featured.swiper-slide .sv-card__meta-list ~ .sv-card__description, .sv-card--reveal .sv-card__meta-list ~ .sv-card__description, .sv-card--default .sv-card__meta-list ~ .sv-card__description {
  display: none;
}
.js-ro:not(.js-ro-xlphone) > .sv-card--banner .sv-card__heading + .sv-card__description, .no-cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured .sv-card__heading + .sv-card__description, .js-ro-tablet > .sv-card--scaling:not(.sv-card--featured) .sv-card__heading + .sv-card__description, :not(.js-ro) > .sv-card--scaling .sv-card__heading + .sv-card__description, .no-cssgrid .sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__heading + .sv-card__description, .sv-card--featured.swiper-slide .sv-card__heading + .sv-card__description, .sv-card--reveal .sv-card__heading + .sv-card__description, .sv-card--default .sv-card__heading + .sv-card__description {
  margin-top: 0.625rem;
}

.js-ro:not(.js-ro-tablet) > .sv-card--scaling, .sv-card--dense-for-small, .sv-card--page-next, .sv-card--page-prev, .sv-card--page, .sv-card--dense {
  max-width: none;
  background-color: #fafafa;
}
.js-ro:not(.js-ro-tablet) > .sv-card--scaling .sv-card__wrapper, .sv-card--dense-for-small .sv-card__wrapper, .sv-card--page-next .sv-card__wrapper, .sv-card--page-prev .sv-card__wrapper, .sv-card--page .sv-card__wrapper, .sv-card--dense .sv-card__wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
}
.js-ro:not(.js-ro-tablet) > .sv-card--scaling .sv-card__image, .sv-card--dense-for-small .sv-card__image, .sv-card--page-next .sv-card__image, .sv-card--page-prev .sv-card__image, .sv-card--page .sv-card__image, .sv-card--dense .sv-card__image {
  flex: 1 1 0;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  max-width: 7.8125em;
  height: 6em;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.js-ro:not(.js-ro-tablet) > .sv-card--scaling .sv-card__image img, .sv-card--dense-for-small .sv-card__image img, .sv-card--page-next .sv-card__image img, .sv-card--page-prev .sv-card__image img, .sv-card--page .sv-card__image img, .sv-card--dense .sv-card__image img {
  width: 7.8125em;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.js-ro:not(.js-ro-tablet) > .sv-card--scaling .sv-card__content, .sv-card--dense-for-small .sv-card__content, .sv-card--page-next .sv-card__content, .sv-card--page-prev .sv-card__content, .sv-card--page .sv-card__content, .sv-card--dense .sv-card__content {
  flex: 1 1 0;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-height: 6em;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
}
.js-ro:not(.js-ro-tablet) > .sv-card--scaling .sv-card__heading, .sv-card--dense-for-small .sv-card__heading, .sv-card--page-next .sv-card__heading, .sv-card--page-prev .sv-card__heading, .sv-card--page .sv-card__heading,
.js-ro:not(.js-ro-tablet) > .sv-card--scaling .sv-card__rating,
.sv-card--dense-for-small .sv-card__rating,
.sv-card--page-next .sv-card__rating,
.sv-card--page-prev .sv-card__rating,
.sv-card--page .sv-card__rating, .sv-card--dense .sv-card__heading,
.sv-card--dense .sv-card__rating {
  flex: 0 0 auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}
.js-ro:not(.js-ro-tablet) > .sv-card--scaling .sv-card__rating, .sv-card--dense-for-small .sv-card__rating, .sv-card--page-next .sv-card__rating, .sv-card--page-prev .sv-card__rating, .sv-card--page .sv-card__rating, .sv-card--dense .sv-card__rating {
  margin-bottom: 0;
}
.js-ro:not(.js-ro-tablet) > .sv-card--scaling .sv-card__heading, .sv-card--dense-for-small .sv-card__heading, .sv-card--page-next .sv-card__heading, .sv-card--page-prev .sv-card__heading, .sv-card--page .sv-card__heading, .sv-card--dense .sv-card__heading {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0 auto;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.3;
  text-overflow: ellipsis;
  /* autoprefixer: off */
  -webkit-line-clamp: 2;
  height: auto;
  max-height: 2.6rem;
}
.js-ro:not(.js-ro-tablet) > .sv-card--scaling .sv-card__meta-list, .sv-card--dense-for-small .sv-card__meta-list, .sv-card--page-next .sv-card__meta-list, .sv-card--page-prev .sv-card__meta-list, .sv-card--page .sv-card__meta-list,
.js-ro:not(.js-ro-tablet) > .sv-card--scaling .sv-card__description,
.sv-card--dense-for-small .sv-card__description,
.sv-card--page-next .sv-card__description,
.sv-card--page-prev .sv-card__description,
.sv-card--page .sv-card__description,
.js-ro:not(.js-ro-tablet) > .sv-card--scaling .sv-card__tags,
.sv-card--dense-for-small .sv-card__tags,
.sv-card--page-next .sv-card__tags,
.sv-card--page-prev .sv-card__tags,
.sv-card--page .sv-card__tags, .sv-card--dense .sv-card__meta-list,
.sv-card--dense .sv-card__description,
.sv-card--dense .sv-card__tags {
  display: none;
}

.sv-card--page-next, .sv-card--page-prev, .sv-card--page {
  max-width: 17.5rem;
}

.js-ro:not(.js-ro-xlphone) > .sv-card--banner:hover .sv-card__content, .no-cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured:hover .sv-card__content, .js-ro-tablet > .sv-card--scaling:hover:not(.sv-card--featured) .sv-card__content, :not(.js-ro) > .sv-card--scaling:hover .sv-card__content, .no-cssgrid .sv-card--featured:hover:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__content, .sv-card--featured.swiper-slide:hover .sv-card__content, .js-ro:not(.js-ro-xlphone) > .sv-card--banner:focus .sv-card__content, .no-cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured:focus .sv-card__content, .js-ro-tablet > .sv-card--scaling:focus:not(.sv-card--featured) .sv-card__content, :not(.js-ro) > .sv-card--scaling:focus .sv-card__content, .no-cssgrid .sv-card--featured:focus:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__content, .sv-card--featured.swiper-slide:focus .sv-card__content, .sv-card--reveal:hover .sv-card__content, .sv-card--reveal:focus .sv-card__content {
  transform: translateY(0);
}
.js-ro:not(.js-ro-xlphone) > .sv-card--banner:hover .sv-card__meta-list, .no-cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured:hover .sv-card__meta-list, .js-ro-tablet > .sv-card--scaling:hover:not(.sv-card--featured) .sv-card__meta-list, :not(.js-ro) > .sv-card--scaling:hover .sv-card__meta-list, .no-cssgrid .sv-card--featured:hover:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__meta-list, .sv-card--featured.swiper-slide:hover .sv-card__meta-list,
.js-ro:not(.js-ro-xlphone) > .sv-card--banner:hover .sv-card__description,
.no-cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured:hover .sv-card__description,
.js-ro-tablet > .sv-card--scaling:hover:not(.sv-card--featured) .sv-card__description,
:not(.js-ro) > .sv-card--scaling:hover .sv-card__description,
.no-cssgrid .sv-card--featured:hover:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__description,
.sv-card--featured.swiper-slide:hover .sv-card__description, .js-ro:not(.js-ro-xlphone) > .sv-card--banner:focus .sv-card__meta-list, .no-cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured:focus .sv-card__meta-list, .js-ro-tablet > .sv-card--scaling:focus:not(.sv-card--featured) .sv-card__meta-list, :not(.js-ro) > .sv-card--scaling:focus .sv-card__meta-list, .no-cssgrid .sv-card--featured:focus:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__meta-list, .sv-card--featured.swiper-slide:focus .sv-card__meta-list,
.js-ro:not(.js-ro-xlphone) > .sv-card--banner:focus .sv-card__description,
.no-cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured:focus .sv-card__description,
.js-ro-tablet > .sv-card--scaling:focus:not(.sv-card--featured) .sv-card__description,
:not(.js-ro) > .sv-card--scaling:focus .sv-card__description,
.no-cssgrid .sv-card--featured:focus:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__description,
.sv-card--featured.swiper-slide:focus .sv-card__description, .sv-card--reveal:hover .sv-card__meta-list,
.sv-card--reveal:hover .sv-card__description, .sv-card--reveal:focus .sv-card__meta-list,
.sv-card--reveal:focus .sv-card__description {
  opacity: 1;
}
.js-ro:not(.js-ro-xlphone) > .sv-card--banner .sv-card__image, .no-cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured .sv-card__image, .js-ro-tablet > .sv-card--scaling:not(.sv-card--featured) .sv-card__image, :not(.js-ro) > .sv-card--scaling .sv-card__image, .no-cssgrid .sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__image, .sv-card--featured.swiper-slide .sv-card__image, .sv-card--reveal .sv-card__image {
  position: relative;
  height: 0;
  padding-bottom: 148.1481481481%;
}
.js-ro:not(.js-ro-xlphone) > .sv-card--banner .sv-card__image img, .no-cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured .sv-card__image img, .js-ro-tablet > .sv-card--scaling:not(.sv-card--featured) .sv-card__image img, :not(.js-ro) > .sv-card--scaling .sv-card__image img, .no-cssgrid .sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__image img, .sv-card--featured.swiper-slide .sv-card__image img, .sv-card--reveal .sv-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.js-ro:not(.js-ro-xlphone) > .sv-card--banner .sv-card__wrapper, .no-cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured .sv-card__wrapper, .js-ro-tablet > .sv-card--scaling:not(.sv-card--featured) .sv-card__wrapper, :not(.js-ro) > .sv-card--scaling .sv-card__wrapper, .no-cssgrid .sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__wrapper, .sv-card--featured.swiper-slide .sv-card__wrapper, .sv-card--reveal .sv-card__wrapper {
  overflow: hidden;
}
.js-ro:not(.js-ro-xlphone) > .sv-card--banner .sv-card__wrapper:hover:not(:active):after, .no-cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured .sv-card__wrapper:hover:not(:active):after, .js-ro-tablet > .sv-card--scaling:not(.sv-card--featured) .sv-card__wrapper:hover:not(:active):after, :not(.js-ro) > .sv-card--scaling .sv-card__wrapper:hover:not(:active):after, .no-cssgrid .sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__wrapper:hover:not(:active):after, .sv-card--featured.swiper-slide .sv-card__wrapper:hover:not(:active):after, .sv-card--reveal .sv-card__wrapper:hover:not(:active):after {
  opacity: 0;
}
.js-ro:not(.js-ro-xlphone) > .sv-card--banner .sv-card__content, .no-cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured .sv-card__content, .js-ro-tablet > .sv-card--scaling:not(.sv-card--featured) .sv-card__content, :not(.js-ro) > .sv-card--scaling .sv-card__content, .no-cssgrid .sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__content, .sv-card--featured.swiper-slide .sv-card__content, .sv-card--reveal .sv-card__content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 2.5rem;
  padding-bottom: 2em;
  transform: translateY(5.9375rem);
  background-image: linear-gradient(185deg, rgba(48, 48, 48, 0) 1em, rgba(48, 48, 48, 0.5) 5em);
  transition: transform 0.3s cubic-bezier(0.35, 0.4, 0.06, 0.96);
  color: #fafafa;
}
@media print {
  .js-ro:not(.js-ro-xlphone) > .sv-card--banner .sv-card__content, .no-cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured .sv-card__content, .js-ro-tablet > .sv-card--scaling:not(.sv-card--featured) .sv-card__content, :not(.js-ro) > .sv-card--scaling .sv-card__content, .no-cssgrid .sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__content, .sv-card--featured.swiper-slide .sv-card__content, .sv-card--reveal .sv-card__content {
    position: static;
    padding-top: 1.25rem;
    transform: translateY(0);
    background: #eeeeee;
    color: #303030;
  }
}
.js-ro:not(.js-ro-xlphone) > .sv-card--banner .sv-card__heading, .no-cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured .sv-card__heading, .js-ro-tablet > .sv-card--scaling:not(.sv-card--featured) .sv-card__heading, :not(.js-ro) > .sv-card--scaling .sv-card__heading, .no-cssgrid .sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__heading, .sv-card--featured.swiper-slide .sv-card__heading, .sv-card--reveal .sv-card__heading {
  margin-bottom: 0.25em;
}
.js-ro:not(.js-ro-xlphone) > .sv-card--banner .sv-card__meta-list, .no-cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured .sv-card__meta-list, .js-ro-tablet > .sv-card--scaling:not(.sv-card--featured) .sv-card__meta-list, :not(.js-ro) > .sv-card--scaling .sv-card__meta-list, .no-cssgrid .sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__meta-list, .sv-card--featured.swiper-slide .sv-card__meta-list,
.js-ro:not(.js-ro-xlphone) > .sv-card--banner .sv-card__description,
.no-cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured .sv-card__description,
.js-ro-tablet > .sv-card--scaling:not(.sv-card--featured) .sv-card__description,
:not(.js-ro) > .sv-card--scaling .sv-card__description,
.no-cssgrid .sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__description,
.sv-card--featured.swiper-slide .sv-card__description, .sv-card--reveal .sv-card__meta-list,
.sv-card--reveal .sv-card__description {
  opacity: 0;
  transition: opacity 0.3s linear;
}
@media print {
  .js-ro:not(.js-ro-xlphone) > .sv-card--banner .sv-card__meta-list, .no-cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured .sv-card__meta-list, .js-ro-tablet > .sv-card--scaling:not(.sv-card--featured) .sv-card__meta-list, :not(.js-ro) > .sv-card--scaling .sv-card__meta-list, .no-cssgrid .sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__meta-list, .sv-card--featured.swiper-slide .sv-card__meta-list,
.js-ro:not(.js-ro-xlphone) > .sv-card--banner .sv-card__description,
.no-cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured .sv-card__description,
.js-ro-tablet > .sv-card--scaling:not(.sv-card--featured) .sv-card__description,
:not(.js-ro) > .sv-card--scaling .sv-card__description,
.no-cssgrid .sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__description,
.sv-card--featured.swiper-slide .sv-card__description, .sv-card--reveal .sv-card__meta-list,
.sv-card--reveal .sv-card__description {
    opacity: 1;
  }
}
.js-ro:not(.js-ro-xlphone) > .sv-card--banner .sv-card__description:nth-child(3), .no-cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured .sv-card__description:nth-child(3), .js-ro-tablet > .sv-card--scaling:not(.sv-card--featured) .sv-card__description:nth-child(3), :not(.js-ro) > .sv-card--scaling .sv-card__description:nth-child(3), .no-cssgrid .sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__description:nth-child(3), .sv-card--featured.swiper-slide .sv-card__description:nth-child(3), .js-ro:not(.js-ro-xlphone) > .sv-card--banner .sv-card__description:nth-child(2), .no-cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured .sv-card__description:nth-child(2), .js-ro-tablet > .sv-card--scaling:not(.sv-card--featured) .sv-card__description:nth-child(2), :not(.js-ro) > .sv-card--scaling .sv-card__description:nth-child(2), .no-cssgrid .sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__description:nth-child(2), .sv-card--featured.swiper-slide .sv-card__description:nth-child(2), .sv-card--reveal .sv-card__description:nth-child(3), .sv-card--reveal .sv-card__description:nth-child(2) {
  margin-bottom: 1.25em;
}
.js-ro:not(.js-ro-xlphone) > [class*=sv-card--invert].sv-card--banner .sv-card__content, .no-cssgrid .js-ro-tablet > [class*=sv-card--invert].sv-card--scaling.sv-card--featured .sv-card__content, .js-ro-tablet > [class*=sv-card--invert].sv-card--scaling:not(.sv-card--featured) .sv-card__content, :not(.js-ro) > [class*=sv-card--invert].sv-card--scaling .sv-card__content, .no-cssgrid [class*=sv-card--invert].sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__content, [class*=sv-card--invert].sv-card--featured.swiper-slide .sv-card__content, .sv-card--reveal[class*=sv-card--invert] .sv-card__content {
  background-image: linear-gradient(185deg, rgba(250, 250, 250, 0) 1em, rgba(250, 250, 250, 0.5) 5em);
  color: #303030;
}
.js-ro:not(.js-ro-xlphone) > [class*=sv-card--hide-tags].sv-card--banner .sv-card__content, .no-cssgrid .js-ro-tablet > [class*=sv-card--hide-tags].sv-card--scaling.sv-card--featured .sv-card__content, .js-ro-tablet > [class*=sv-card--hide-tags].sv-card--scaling:not(.sv-card--featured) .sv-card__content, :not(.js-ro) > [class*=sv-card--hide-tags].sv-card--scaling .sv-card__content, .no-cssgrid [class*=sv-card--hide-tags].sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__content, [class*=sv-card--hide-tags].sv-card--featured.swiper-slide .sv-card__content, .sv-card--reveal[class*=sv-card--hide-tags] .sv-card__content {
  padding-bottom: 0.3125rem;
}
.js-ro:not(.js-ro-xlphone) > [class*=sv-card--hide-tags].sv-card--banner .sv-card__tags, .no-cssgrid .js-ro-tablet > [class*=sv-card--hide-tags].sv-card--scaling.sv-card--featured .sv-card__tags, .js-ro-tablet > [class*=sv-card--hide-tags].sv-card--scaling:not(.sv-card--featured) .sv-card__tags, :not(.js-ro) > [class*=sv-card--hide-tags].sv-card--scaling .sv-card__tags, .no-cssgrid [class*=sv-card--hide-tags].sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__tags, [class*=sv-card--hide-tags].sv-card--featured.swiper-slide .sv-card__tags, .sv-card--reveal[class*=sv-card--hide-tags] .sv-card__tags {
  display: none;
}

.cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured, .cssgrid .sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide), .sv-card--double {
  color: #fafafa;
}
.cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured:hover .sv-card__content, .cssgrid .sv-card--featured:hover:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__content, .cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured:focus .sv-card__content, .cssgrid .sv-card--featured:focus:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__content, .sv-card--double:hover .sv-card__content, .sv-card--double:focus .sv-card__content {
  transform: translateY(0);
}
.cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured:hover .sv-card__meta-list, .cssgrid .sv-card--featured:hover:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__meta-list,
.cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured:hover .sv-card__description,
.cssgrid .sv-card--featured:hover:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__description, .cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured:focus .sv-card__meta-list, .cssgrid .sv-card--featured:focus:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__meta-list,
.cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured:focus .sv-card__description,
.cssgrid .sv-card--featured:focus:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__description, .sv-card--double:hover .sv-card__meta-list,
.sv-card--double:hover .sv-card__description, .sv-card--double:focus .sv-card__meta-list,
.sv-card--double:focus .sv-card__description {
  opacity: 1;
}
.cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured:hover .sv-card__description:nth-child(4), .cssgrid .sv-card--featured:hover:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__description:nth-child(4), .cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured:focus .sv-card__description:nth-child(4), .cssgrid .sv-card--featured:focus:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__description:nth-child(4), .sv-card--double:hover .sv-card__description:nth-child(4), .sv-card--double:focus .sv-card__description:nth-child(4) {
  height: auto;
}
@supports (display: grid) {
  .sv-card-list--grid .cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured, .cssgrid .sv-card-list--grid .js-ro-tablet > .sv-card--scaling.sv-card--featured, .sv-card-list--grid .cssgrid .sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide), .cssgrid .sv-card-list--grid .sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide), .sv-card-list--grid .sv-card--double {
    max-width: 35.625rem;
    grid-column: span 2;
  }
}
.cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured .sv-card__wrapper:after, .cssgrid .sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__wrapper:after, .sv-card--double .sv-card__wrapper:after {
  display: none;
}
@supports (display: grid) {
  .cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured .sv-card__content, .cssgrid .sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__content, .sv-card--double .sv-card__content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 2;
    width: calc(
                    50% - 1.40625rem
                );
    padding-top: 1.25rem;
    padding-bottom: 3.25em;
    transform: translateY(6.75rem);
    background-image: none;
    transition: transform 0.3s cubic-bezier(0.35, 0.4, 0.06, 0.96);
  }
  @media print {
    .cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured .sv-card__content, .cssgrid .sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__content, .sv-card--double .sv-card__content {
      transform: translateY(0);
      color: #303030;
    }
  }
}
.cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured .sv-card__content:after, .cssgrid .sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__content:after, .sv-card--double .sv-card__content:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: auto;
  z-index: -1;
  width: 100%;
  opacity: 0.5;
  filter: blur(50px);
  background-color: #303030;
}
.cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured .sv-card__image, .cssgrid .sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__image, .sv-card--double .sv-card__image {
  position: relative;
  height: 0;
  padding-bottom: 70.1754385965%;
}
.cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured .sv-card__image img, .cssgrid .sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__image img, .sv-card--double .sv-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured .sv-card__tags, .cssgrid .sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__tags, .sv-card--double .sv-card__tags {
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 4;
  width: calc(50% - 2.34375rem);
  border-radius: 5px 0 0;
}
.cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured .sv-card__heading, .cssgrid .sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__heading, .sv-card--double .sv-card__heading {
  margin-top: 0;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 75em) {
  .cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured .sv-card__heading, .cssgrid .sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__heading, .sv-card--double .sv-card__heading {
    font-size: 1.5em;
  }
}
.cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured .sv-card__meta-list, .cssgrid .sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__meta-list,
.cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured .sv-card__description,
.cssgrid .sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__description, .sv-card--double .sv-card__meta-list,
.sv-card--double .sv-card__description {
  display: flex;
  opacity: 0;
  transition: opacity 0.3s linear;
}
@media print {
  .cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured .sv-card__meta-list, .cssgrid .sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__meta-list,
.cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured .sv-card__description,
.cssgrid .sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__description, .sv-card--double .sv-card__meta-list,
.sv-card--double .sv-card__description {
    opacity: 1;
  }
}
.cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured .sv-card__meta-list, .cssgrid .sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__meta-list, .sv-card--double .sv-card__meta-list {
  margin-bottom: 0.5em;
}
.cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured .sv-card__meta-list ~ .sv-card__description, .cssgrid .sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__meta-list ~ .sv-card__description, .sv-card--double .sv-card__meta-list ~ .sv-card__description {
  display: block;
  display: -webkit-box;
}
@supports (display: grid) {
  .cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured .sv-card__description, .cssgrid .sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__description, .sv-card--double .sv-card__description {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 0 auto;
    overflow: hidden;
    font-size: 1rem;
    line-height: 1.6;
    text-overflow: ellipsis;
    /* autoprefixer: off */
    -webkit-line-clamp: 3;
    height: auto;
    max-height: 4.8rem;
  }
}
@supports (display: grid) {
  .cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured .sv-card__description:nth-child(4), .cssgrid .sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__description:nth-child(4), .sv-card--double .sv-card__description:nth-child(4) {
    height: 0;
  }
}
@supports (display: grid) {
  .cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured .sv-card__description:nth-child(3), .cssgrid .sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__description:nth-child(3), .cssgrid .js-ro-tablet > .sv-card--scaling.sv-card--featured .sv-card__description:nth-child(2), .cssgrid .sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__description:nth-child(2), .sv-card--double .sv-card__description:nth-child(3), .sv-card--double .sv-card__description:nth-child(2) {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 0 auto;
    overflow: hidden;
    font-size: 1rem;
    line-height: 1.6;
    text-overflow: ellipsis;
    /* autoprefixer: off */
    -webkit-line-clamp: 3;
    height: 4.8rem;
    margin-top: 0.5em;
    margin-bottom: 0.75em;
  }
}
.cssgrid .js-ro-tablet > [class*=sv-card--invert].sv-card--scaling.sv-card--featured, .cssgrid [class*=sv-card--invert].sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide), .sv-card--double[class*=sv-card--invert] {
  color: #303030;
}
.cssgrid .js-ro-tablet > [class*=sv-card--invert].sv-card--scaling.sv-card--featured .sv-card__wrapper:after, .cssgrid [class*=sv-card--invert].sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__wrapper:after, .sv-card--double[class*=sv-card--invert] .sv-card__wrapper:after {
  background-color: rgba(250, 250, 250, 0.5);
}
.cssgrid .js-ro-tablet > [class*=sv-card--hide-tags].sv-card--scaling.sv-card--featured .sv-card__content, .cssgrid [class*=sv-card--hide-tags].sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__content, .sv-card--double[class*=sv-card--hide-tags] .sv-card__content {
  padding-bottom: 1.25rem;
}
.cssgrid .js-ro-tablet > [class*=sv-card--hide-tags].sv-card--scaling.sv-card--featured .sv-card__tags, .cssgrid [class*=sv-card--hide-tags].sv-card--featured:not(.sv-card--banner):not(.sv-card--scaling):not(.sv-card--page-next):not(.sv-card--page-prev):not(.swiper-slide) .sv-card__tags, .sv-card--double[class*=sv-card--hide-tags] .sv-card__tags {
  display: none;
}

.js-ro-xlphone > .sv-card--banner, :not(.js-ro) > .sv-card--banner, .sv-card--full-width {
  width: calc(100vw - 2rem);
  max-width: none;
  margin: 0 auto;
  color: #fafafa;
}
@media print, screen and (min-width: 43.75em) {
  .js-ro-xlphone > .sv-card--banner, :not(.js-ro) > .sv-card--banner, .sv-card--full-width {
    width: calc(100vw - 3.75rem);
  }
}
@media print, screen and (min-width: 64em) {
  .js-ro-xlphone > .sv-card--banner, :not(.js-ro) > .sv-card--banner, .sv-card--full-width {
    border-radius: 0.5em;
  }
}
@media screen and (min-width: 91.25em) {
  .js-ro-xlphone > .sv-card--banner, :not(.js-ro) > .sv-card--banner, .sv-card--full-width {
    max-width: 87.5rem;
  }
}
.js-ro-xlphone > .sv-card--banner .sv-card__wrapper:after, :not(.js-ro) > .sv-card--banner .sv-card__wrapper:after, .sv-card--full-width .sv-card__wrapper:after {
  left: auto;
  z-index: 0;
  width: 21.875rem;
  opacity: 1;
  filter: blur(50px);
  background-color: rgba(48, 48, 48, 0.5);
}
.js-ro-xlphone > .sv-card--banner .sv-card__wrapper:hover:not(:active):after, :not(.js-ro) > .sv-card--banner .sv-card__wrapper:hover:not(:active):after, .sv-card--full-width .sv-card__wrapper:hover:not(:active):after {
  opacity: 1;
}
.js-ro-xlphone > .sv-card--banner .sv-card__image, :not(.js-ro) > .sv-card--banner .sv-card__image, .sv-card--full-width .sv-card__image {
  position: relative;
  height: 370px;
}
@media print, screen and (min-width: 64em) {
  .js-ro-xlphone > .sv-card--banner .sv-card__image, :not(.js-ro) > .sv-card--banner .sv-card__image, .sv-card--full-width .sv-card__image {
    height: 0;
    padding-bottom: 38.0714285714%;
  }
}
.js-ro-xlphone > .sv-card--banner .sv-card__image img, :not(.js-ro) > .sv-card--banner .sv-card__image img, .sv-card--full-width .sv-card__image img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 110%;
  font-family: "object-fit: cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.js-ro-xlphone > .sv-card--banner .sv-card__content, :not(.js-ro) > .sv-card--banner .sv-card__content, .sv-card--full-width .sv-card__content {
  position: absolute;
  top: auto;
  right: 1em;
  bottom: 0.5em;
  z-index: 2;
  max-width: 16.875em;
}
@media screen and (min-width: 75em) {
  .js-ro-xlphone > .sv-card--banner .sv-card__content, :not(.js-ro) > .sv-card--banner .sv-card__content, .sv-card--full-width .sv-card__content {
    font-size: 1.25em;
  }
}
[data-sv-been-viewed=waiting] .js-ro-xlphone > .sv-card--banner .sv-card__content, [data-sv-been-viewed=waiting] :not(.js-ro) > .sv-card--banner .sv-card__content, [data-sv-been-viewed=waiting] .sv-card--full-width .sv-card__content {
  opacity: 0;
  transform: translateY(2em);
}
[data-sv-been-viewed=viewed] .js-ro-xlphone > .sv-card--banner .sv-card__content, [data-sv-been-viewed=viewed] :not(.js-ro) > .sv-card--banner .sv-card__content, [data-sv-been-viewed=viewed] .sv-card--full-width .sv-card__content {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.35, 0.4, 0.06, 0.96) 0.25s;
}
.js-ro-xlphone > .sv-card--banner .sv-card__tags, :not(.js-ro) > .sv-card--banner .sv-card__tags, .sv-card--full-width .sv-card__tags {
  top: 2em;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 4;
  width: auto;
  border-radius: 0 5px 5px 0;
}
[data-sv-been-viewed=waiting] .js-ro-xlphone > .sv-card--banner .sv-card__tags, [data-sv-been-viewed=waiting] :not(.js-ro) > .sv-card--banner .sv-card__tags, [data-sv-been-viewed=waiting] .sv-card--full-width .sv-card__tags {
  opacity: 0;
  transform: translateY(2em);
}
[data-sv-been-viewed=viewed] .js-ro-xlphone > .sv-card--banner .sv-card__tags, [data-sv-been-viewed=viewed] :not(.js-ro) > .sv-card--banner .sv-card__tags, [data-sv-been-viewed=viewed] .sv-card--full-width .sv-card__tags {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.35, 0.4, 0.06, 0.96) 0.1s;
}
.js-ro-xlphone > .sv-card--banner .sv-card__heading, :not(.js-ro) > .sv-card--banner .sv-card__heading, .sv-card--full-width .sv-card__heading {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0 auto;
  overflow: hidden;
  font-size: 1.125em;
  line-height: 1.3;
  text-overflow: ellipsis;
  /* autoprefixer: off */
  -webkit-line-clamp: 3;
  height: auto;
  max-height: 4.3875em;
  margin-top: 0;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 75em) {
  .js-ro-xlphone > .sv-card--banner .sv-card__heading, :not(.js-ro) > .sv-card--banner .sv-card__heading, .sv-card--full-width .sv-card__heading {
    font-size: 1.5em;
  }
}
.js-ro-xlphone > .sv-card--banner .sv-card__description, :not(.js-ro) > .sv-card--banner .sv-card__description, .sv-card--full-width .sv-card__description {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0 auto;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.6;
  text-overflow: ellipsis;
  /* autoprefixer: off */
  -webkit-line-clamp: 5;
  height: auto;
  max-height: 8rem;
}
.js-ro-xlphone > [class*=sv-card--invert].sv-card--banner, :not(.js-ro) > [class*=sv-card--invert].sv-card--banner, .sv-card--full-width[class*=sv-card--invert] {
  color: #303030;
}
.js-ro-xlphone > [class*=sv-card--invert].sv-card--banner .sv-card__wrapper:after, :not(.js-ro) > [class*=sv-card--invert].sv-card--banner .sv-card__wrapper:after, .sv-card--full-width[class*=sv-card--invert] .sv-card__wrapper:after {
  background-color: rgba(250, 250, 250, 0.5);
}

.sv-card--page-next .sv-card__wrapper {
  justify-content: flex-end;
}
.sv-card--page-next .sv-card__content {
  order: 1;
}
.sv-card--page-next .sv-card__image {
  order: 2;
}
.sv-value-prop {
  background-color: transparent;
  font-size: 1rem;
  color: #303030;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center;
}
.sv-value-prop[href],
.sv-value-prop a {
  color: currentColor;
}
.sv-value-prop[href]:hover,
.sv-value-prop a:hover {
  color: currentColor;
  text-decoration: none;
}
@media print, screen and (min-width: 43.75em) {
  .sv-value-prop {
    justify-content: space-between;
    align-items: center;
  }
}
.sv-value-prop:hover:before {
  background-color: #ba0b00;
}
.sv-value-prop:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0.5em;
  bottom: 0.5em;
  left: 2em;
  z-index: -1;
  border-radius: 5px;
  background-image: url("../img/weatherboard.jpg");
  background-position: top left;
  background-size: 100%;
  transition: all 0.2s ease;
}
@media print, screen and (min-width: 43.75em) {
  .sv-value-prop:before {
    top: 5em;
    bottom: 0;
    left: 0;
  }
}
.sv-value-prop__icon {
  flex: 0 0 auto;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  width: 6em;
  height: 6em;
  padding: 1em;
  border-radius: 50%;
  background-color: #fafafa;
}
@media print, screen and (min-width: 43.75em) {
  .sv-value-prop__icon {
    flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    width: 7em;
    height: 7em;
    margin: auto;
  }
}
.sv-value-prop__content {
  flex: 1 1 0;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  color: #303030;
}
@media print, screen and (min-width: 43.75em) {
  .sv-value-prop__content {
    flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    min-width: 100%;
    height: calc(100% - 7em);
  }
}
.sv-value-prop__heading {
  width: calc(100% - 2rem);
  margin: 0.25rem 1rem 0.25rem;
  font-size: 1.25rem;
  line-height: 1.2;
}
@media print, screen and (min-width: 26.25em) {
  .sv-value-prop__heading {
    font-size: 1.75rem;
  }
}
@media print, screen and (min-width: 43.75em) {
  .sv-value-prop__heading {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 0 auto;
    overflow: hidden;
    font-size: 1.75rem;
    line-height: 1.2;
    text-overflow: ellipsis;
    /* autoprefixer: off */
    -webkit-line-clamp: 2;
    height: 4.2rem;
    margin: 0.75rem 1rem;
  }
}
.sv-value-prop__link {
  flex: 0 0 auto;
  width: calc(100% - 1rem);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-weight: 700;
  padding-bottom: 0.75em;
}
@media print, screen and (min-width: 43.75em) {
  .sv-value-prop__link {
    font-weight: 700;
    min-width: 0;
    transition: all 0.15s ease-out;
    letter-spacing: 0.06em;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 1em 1.25em;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: "Apex New", sans-serif;
    font-size: 1rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    width: 100%;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  [data-whatinput=mouse] .sv-value-prop__link {
    outline: 0;
  }
  .sv-value-prop__link, .sv-value-prop__link.disabled, .sv-value-prop__link[disabled], .sv-value-prop__link.disabled:hover, .sv-value-prop__link[disabled]:hover, .sv-value-prop__link.disabled:focus, .sv-value-prop__link[disabled]:focus {
    background-color: #4a4a4a;
    color: #fafafa;
  }
  .sv-value-prop__link:hover, .sv-value-prop__link:focus {
    background-color: #3b3b3b;
    color: #fafafa;
  }
  .sv-value-prop__link:active {
    transform: scale(0.99) translateY(1px);
  }
}

/**
 * Carousel components
 */
/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.sv-carousel {
  padding-bottom: 4em;
}
.sv-carousel__container {
  position: relative;
  max-width: calc(
            73.125rem
        );
}
.sv-carousel__container.sv-carousel__container {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  overflow: visible;
}
@media print, screen and (min-width: 43.75em) {
  .sv-carousel__container.sv-carousel__container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.sv-carousel__heading {
  margin-bottom: 1.25em;
  text-align: center;
}
.sv-carousel__track {
  width: 100%;
  height: 100%;
}
.sv-carousel__item {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 35.625rem;
}
.sv-carousel__arrow {
  font-weight: 700;
  min-width: 0;
  transition: all 0.15s ease-out;
  letter-spacing: 0.06em;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 1em 1.25em;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: "Apex New", sans-serif;
  font-size: 1rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  position: absolute;
  bottom: 0;
}
[data-whatinput=mouse] .sv-carousel__arrow {
  outline: 0;
}
.sv-carousel__arrow, .sv-carousel__arrow.disabled, .sv-carousel__arrow[disabled], .sv-carousel__arrow.disabled:hover, .sv-carousel__arrow[disabled]:hover, .sv-carousel__arrow.disabled:focus, .sv-carousel__arrow[disabled]:focus {
  background-color: #4a4a4a;
  color: #fafafa;
}
.sv-carousel__arrow:hover, .sv-carousel__arrow:focus {
  background-color: #3b3b3b;
  color: #fafafa;
}
.sv-carousel__arrow:active {
  transform: scale(0.99) translateY(1px);
}
.sv-carousel__arrow[disabled] {
  opacity: 0;
}
.sv-carousel__arrow--left {
  left: 0;
}
.sv-carousel__arrow--right {
  right: 0;
}
.sv-carousel__paging {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  margin: auto;
  text-align: center;
  page-break-inside: avoid;
}
.sv-carousel__paging span {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 0.5em;
  margin: 0 0.25em;
  padding: 0;
  opacity: 0.44;
  border: 0.125rem solid transparent;
  border-radius: 0.125em;
  background-color: currentColor;
  transition: opacity 0.2s ease;
  cursor: pointer;
}
.sv-carousel__paging span:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: -1em;
  bottom: -1em;
}
.sv-carousel__paging span.swiper-pagination-bullet-active {
  opacity: 1;
}
.sv-carousel__paging span:first-child:last-child {
  opacity: 0;
}

/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.sv-slider {
  position: relative;
  z-index: 3;
  color: #fafafa;
}
@media print, screen and (min-width: 43.75em) {
  .sv-slider {
    padding: 0;
  }
}
.sv-slider__container {
  position: relative;
  width: calc(100vw - 2rem);
  max-width: 87.5rem;
  margin: auto;
  border-radius: 0.25em;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 16px 16px 0px, rgba(0, 0, 0, 0.05) 0px 8px 8px 0px, rgba(0, 0, 0, 0.05) 0px 4px 4px 0px;
  overflow: hidden;
}
@media print, screen and (min-width: 43.75em) {
  .sv-slider__container {
    width: calc(100vw - 3.75rem);
    border-radius: 0.5em;
  }
}
.sv-slider__item {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  height: 0;
  padding-bottom: 88.8888888889%;
  background-size: cover;
}
@media print, screen and (min-width: 26.25em) {
  .sv-slider__item {
    padding-bottom: 56.25%;
  }
}
@media print, screen and (min-width: 64em) {
  .sv-slider__item {
    padding-bottom: 38.0952380952%;
  }
}
.sv-slider__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sv-slider__paging {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  margin: auto;
  text-align: center;
  page-break-inside: avoid;
  bottom: 1em;
}
.sv-slider__paging span {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 0.5em;
  margin: 0 0.25em;
  padding: 0;
  opacity: 0.44;
  border: 0.125rem solid transparent;
  border-radius: 0.125em;
  background-color: currentColor;
  transition: opacity 0.2s ease;
  cursor: pointer;
}
.sv-slider__paging span:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: -1em;
  bottom: -1em;
}
.sv-slider__paging span.swiper-pagination-bullet-active {
  opacity: 1;
}
.sv-slider__paging span:first-child:last-child {
  opacity: 0;
}
@media screen and (min-width: 75em) {
  .sv-slider__paging {
    bottom: 1.5em;
  }
}
.sv-slider__paging.sv-slider__paging > .swiper-pagination-bullet {
  width: 3em;
  margin: 0 0.5em;
}
[data-whatintent=mouse] .sv-slider__paging.sv-slider__paging > .swiper-pagination-bullet, [data-whatintent=touch] .sv-slider__paging.sv-slider__paging > .swiper-pagination-bullet {
  outline: none;
}
@media print, screen and (min-width: 64em) {
  .sv-slider__paging.sv-slider__paging > .swiper-pagination-bullet {
    width: 6em;
  }
}
.sv-slider__progress {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 11;
  font-size: 1.5em;
}
@media print, screen and (min-width: 43.75em) {
  .sv-slider__progress {
    font-size: 2em;
  }
}
@media print, screen and (min-width: 64em) {
  .sv-slider__progress {
    font-size: 3em;
  }
}
.sv-slider__loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.swiper-container-initialized > .sv-slider__loading {
  display: block;
}
.sv-slider--paused .sv-slider__progress {
  display: none;
}
.sv-slider--invert {
  color: #303030;
}

.sv-card-list__heading {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  margin-top: 0;
}
@media print, screen and (min-width: 43.75em) {
  .sv-card-list__heading {
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}
.sv-card-list__list {
  position: relative;
  max-width: 76.875rem;
  margin: 0;
  margin: 0 auto;
}
[data-sv-been-viewed=waiting] .sv-card-list__list > * {
  opacity: 0;
  transform: translateY(2em);
}
[data-sv-been-viewed=viewed] .sv-card-list__list > * {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s cubic-bezier(0.35, 0.4, 0.06, 0.96);
}
[data-sv-been-viewed=viewed] .sv-card-list__list > *:nth-child(2) {
  transition-delay: 0.1s;
}
[data-sv-been-viewed=viewed] .sv-card-list__list > *:nth-child(3) {
  transition-delay: 0.2s;
}
[data-sv-been-viewed=viewed] .sv-card-list__list > *:nth-child(n+4) {
  transition-delay: 0.3s;
}
.sv-card-list__paging {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  margin: auto;
  text-align: center;
  page-break-inside: avoid;
  position: static;
}
.sv-card-list__paging span {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 0.5em;
  margin: 0 0.25em;
  padding: 0;
  opacity: 0.44;
  border: 0.125rem solid transparent;
  border-radius: 0.125em;
  background-color: currentColor;
  transition: opacity 0.2s ease;
  cursor: pointer;
}
.sv-card-list__paging span:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: -1em;
  bottom: -1em;
}
.sv-card-list__paging span.swiper-pagination-bullet-active {
  opacity: 1;
}
.sv-card-list__paging span:first-child:last-child {
  opacity: 0;
}
.sv-card-list__paging.sv-card-list__paging > .swiper-pagination-bullet {
  margin-top: 1em;
  margin-bottom: 0.75em;
}
[data-whatintent=mouse] .sv-card-list__paging.sv-card-list__paging > .swiper-pagination-bullet, [data-whatintent=touch] .sv-card-list__paging.sv-card-list__paging > .swiper-pagination-bullet {
  outline: none;
}
.sv-card-list__cta {
  text-align: right;
}
.sv-card-list__placeholder {
  position: relative;
  padding-bottom: 125%;
  opacity: 0.1;
  border: 1px solid #303030;
  border-radius: 5px;
  background-color: #fafafa;
  overflow: hidden;
}
.sv-card-list__placeholder::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  bottom: auto;
  padding-bottom: 100%;
  background-color: #4a4a4a;
}
.sv-card-list__placeholder::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: auto;
  padding-bottom: 3.5rem;
  padding-left: 1rem;
  content: "Great deals await";
  font-size: 1.25em;
}
.sv-card-list__row-end-device {
  position: absolute;
  top: 0;
  right: -1rem;
  bottom: 0;
  display: none;
  margin: auto;
}
.sv-card-list__placeholder:nth-child(n+4):first-of-type ~ .sv-card-list__row-end-device {
  font-size: 75%;
}
@media print, screen and (min-width: 64em) {
  .sv-card-list--incomplete .sv-card-list__row-end-device {
    display: flex;
    align-content: stretch;
    align-items: center;
    filter: drop-shadow(0 12px 12px rgba(0, 0, 0, 0.2));
  }
}
.sv-card-list--grid {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
}
.sv-card-list--grid .sv-card-list__heading,
.sv-card-list--grid .sv-card-list__list,
.sv-card-list--grid .sv-card-list__cta,
.sv-card-list--grid .sv-card-list__load-more {
  flex: 0 0 auto;
  width: calc(100% - 1rem);
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
}
@media print, screen and (min-width: 43.75em) {
  .sv-card-list--grid .sv-card-list__heading {
    flex: 1 1 0;
    width: auto;
    margin-right: 0.9375rem;
    margin-bottom: 0.9375rem;
    margin-left: 0.9375rem;
    order: 1;
  }
}
@media print, screen and (min-width: 43.75em) {
  .sv-card-list--grid .sv-card-list__list {
    flex: 0 0 auto;
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    order: 3;
  }
}
@media print, screen and (min-width: 43.75em) {
  .sv-card-list--grid .sv-card-list__cta {
    flex: 0 0 auto;
    width: auto;
    margin-right: 0.9375rem;
    margin-bottom: 0.9375rem;
    margin-left: 0.9375rem;
    order: 2;
    align-self: center;
  }
}
.sv-card-list--grid .sv-card-list__load-more {
  order: 3;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .sv-card-list--grid .sv-card-list__load-more {
    margin-top: 2em;
  }
}
@media print, screen and (min-width: 43.75em) {
  .sv-card-list--grid .sv-card-list__paging {
    flex: 0 0 auto;
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    order: 4;
  }
}
.sv-card-list--grid .sv-card-list__list {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin: 0;
}
@supports (display: grid) {
  .sv-card-list--grid .sv-card-list__list {
    display: grid;
    grid-gap: 0;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-auto-flow: dense;
    grid-auto-rows: 1fr;
  }
  @media screen and (min-width: 31.25em) {
    .sv-card-list--grid .sv-card-list__list {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media screen and (min-width: 43.75em) {
    .sv-card-list--grid .sv-card-list__list {
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
  @media print, screen and (min-width: 64em) {
    .sv-card-list--grid .sv-card-list__list {
      grid-template-columns: 1fr 1fr 1fr 1fr;
    }
  }
}
.sv-card-list--grid .sv-card-list__list > * {
  margin: 0.75em;
}
.no-cssgrid .sv-card-list--grid .sv-card-list__list > * {
  flex: 0 0 auto;
  width: calc(100% - 1rem);
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
@media print, screen and (min-width: 43.75em) {
  .no-cssgrid .sv-card-list--grid .sv-card-list__list > * {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .no-cssgrid .sv-card-list--grid .sv-card-list__list > * {
    flex: 0 0 auto;
    width: calc(25% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    min-width: 0;
  }
}
.sv-card-list--fixed {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 43.75em) {
  .sv-card-list--fixed {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (min-width: 75em) {
  .sv-card-list--split-for-xlarge .sv-card-list__item {
    min-width: 270px;
  }
}
.sv-card-list--carousel {
  overflow: visible;
}
@media screen and (min-width: 37.5em) {
  .sv-card-list--carousel {
    margin: auto;
  }
}
@media screen and (min-width: 75em) {
  .sv-card-list--carousel {
    overflow: hidden;
  }
}
.sv-card-list--carousel .sv-card-list__list {
  display: flex;
  flex-flow: row nowrap;
  overflow: visible;
}
.sv-card-list--carousel .sv-card-list__list > * {
  flex: 1 1 0;
  width: auto;
  margin-top: 0.5rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  margin-bottom: 0.25em;
}
@media print, screen and (min-width: 43.75em) {
  .sv-card-list--carousel .sv-card-list__list > * {
    flex: 1 1 0;
    width: auto;
    margin-top: 0.9375rem;
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}
@media screen and (min-width: 75em) {
  .sv-card-list--carousel .sv-card-list__list > * {
    min-width: 270px;
  }
}
@supports (display: grid) {
  .sv-card-list--limited-grid .sv-card-list__list {
    grid-template-rows: repeat(6, minmax(min-content, auto));
    grid-auto-rows: 0;
  }
  @media screen and (min-width: 31.25em) {
    .sv-card-list--limited-grid .sv-card-list__list {
      grid-template-rows: repeat(3, minmax(min-content, auto));
    }
  }
  @media screen and (min-width: 43.75em) {
    .sv-card-list--limited-grid .sv-card-list__list {
      grid-template-rows: repeat(2, minmax(min-content, auto));
    }
  }
  @media print, screen and (min-width: 64em) {
    .sv-card-list--limited-grid .sv-card-list__list {
      grid-template-rows: repeat(2, minmax(min-content, auto));
    }
  }
}
.sv-card-list--single-row .sv-card-list__list {
  position: relative;
}
@supports (display: grid) {
  .sv-card-list--single-row .sv-card-list__list {
    grid-template-rows: repeat(2, minmax(min-content, auto));
    grid-auto-rows: 0;
  }
  @media screen and (min-width: 31.25em) {
    .sv-card-list--single-row .sv-card-list__list {
      grid-template-rows: repeat(1, minmax(min-content, auto));
    }
  }
}
.sv-card-list--single-row .sv-card-list__list > :not(.sv-card-list__row-end-device) {
  display: none;
}
.sv-card-list--single-row .sv-card-list__list > :not(.sv-card-list__row-end-device):first-child {
  display: block;
}
@media screen and (min-width: 31.25em) {
  .sv-card-list--single-row .sv-card-list__list > :not(.sv-card-list__row-end-device):nth-child(2) {
    display: block;
  }
}
@media print, screen and (min-width: 43.75em) {
  .sv-card-list--single-row .sv-card-list__list > :not(.sv-card-list__row-end-device):nth-child(3) {
    display: block;
  }
}
@media screen and (min-width: 75em) {
  .sv-card-list--single-row .sv-card-list__list > :not(.sv-card-list__row-end-device):nth-child(4) {
    display: block;
  }
}
.sv-card-list--single-row .sv-card-list__list > :not(.sv-card-list__row-end-device):nth-child(n+5) {
  display: none;
}
.sv-card-list--products .sv-card-list__placeholder::after {
  background-image: url("https://supervalue.imgix.net/assets/Value-Propositions/Value-Propositions-Fruit.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10rem 10rem;
}
@media print, screen and (min-width: 64em) {
  .sv-card-list--products .sv-card-list__cta {
    display: none;
  }
}

/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.sv-promos.sv-promos {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 2em;
}
@media print, screen and (min-width: 43.75em) {
  .sv-promos.sv-promos {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.sv-promos.sv-promos__item {
  flex: 0 0 auto;
  width: calc(100% - 1rem);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media print, screen and (min-width: 43.75em) {
  .sv-promos.sv-promos__item {
    flex: 0 0 auto;
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

.sv-promos.sv-promos__wrapper {
  display: flex;
  flex-flow: row wrap;
}
@media print {
  .sv-promos.sv-promos {
    display: none;
  }
}
@media print, screen and (min-width: 43.75em) {
  .sv-promos__container {
    flex-wrap: wrap;
  }
}
.sv-promos__wrapper.sv-promos__wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  width: calc(100vw - 2rem);
}
@media print, screen and (min-width: 43.75em) {
  .sv-promos__wrapper.sv-promos__wrapper {
    width: calc(
                    100vw - 3.75rem
                );
    max-width: 1200px;
  }
}
[data-cols="4"] .sv-promos__item[data-col-span="1"] {
  flex: 0 0 auto;
  width: calc(50% - 1rem);
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
}
@media print, screen and (min-width: 43.75em) {
  [data-cols="4"] .sv-promos__item[data-col-span="1"] {
    flex: 0 0 auto;
    width: calc(25% - 1.875rem);
    margin-right: 0.9375rem;
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
    margin-left: 0.9375rem;
  }
}
[data-cols="4"] .sv-promos__item[data-col-span="2"] {
  flex: 0 0 auto;
  width: calc(100% - 1rem);
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
}
@media print, screen and (min-width: 43.75em) {
  [data-cols="4"] .sv-promos__item[data-col-span="2"] {
    flex: 0 0 auto;
    width: calc(50% - 1.875rem);
    margin-right: 0.9375rem;
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
    margin-left: 0.9375rem;
  }
}
[data-sv-been-viewed=waiting] .sv-promos__item {
  opacity: 0;
  transform: translateY(2em);
}
[data-sv-been-viewed=viewed] .sv-promos__item {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s cubic-bezier(0.35, 0.4, 0.06, 0.96);
}
[data-sv-been-viewed=viewed] .sv-promos__item:nth-child(2) {
  transition-delay: 0.1s;
}
[data-sv-been-viewed=viewed] .sv-promos__item:nth-child(3) {
  transition-delay: 0.2s;
}
[data-sv-been-viewed=viewed] .sv-promos__item:nth-child(4) {
  transition-delay: 0.3s;
}
[data-sv-been-viewed=viewed] .sv-promos__item:nth-child(5) {
  transition-delay: 0.3s;
}
[data-sv-been-viewed=viewed] .sv-promos__item:nth-child(n+6) {
  transition-delay: 0.3s;
}
.sv-promos__paging {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  margin: auto;
  text-align: center;
  page-break-inside: avoid;
}
.sv-promos__paging span {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 0.5em;
  margin: 0 0.25em;
  padding: 0;
  opacity: 0.44;
  border: 0.125rem solid transparent;
  border-radius: 0.125em;
  background-color: currentColor;
  transition: opacity 0.2s ease;
  cursor: pointer;
}
.sv-promos__paging span:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: -1em;
  bottom: -1em;
}
.sv-promos__paging span.swiper-pagination-bullet-active {
  opacity: 1;
}
.sv-promos__paging span:first-child:last-child {
  opacity: 0;
}

/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.sv-specials {
  max-width: 100vw;
  overflow: hidden;
}
.sv-specials__container {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 43.75em) {
  .sv-specials__container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.sv-specials__cta, .sv-specials__carousel, .sv-specials__menu {
  flex: 0 0 auto;
  width: calc(100% - 1rem);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media print, screen and (min-width: 43.75em) {
  .sv-specials__cta, .sv-specials__carousel, .sv-specials__menu {
    flex: 0 0 auto;
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

.sv-specials__wrapper {
  display: flex;
  flex-flow: row wrap;
}
.sv-specials__wrapper {
  align-items: flex-start;
}
.sv-specials__carousel {
  position: relative;
  overflow: visible;
  z-index: 1;
}
.sv-specials__menu + .sv-specials__carousel {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media print, screen and (min-width: 43.75em) {
  .sv-specials__menu + .sv-specials__carousel {
    flex: 0 0 auto;
    width: calc(66.6666666667% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
@media screen and (min-width: 75em) {
  .sv-specials__menu + .sv-specials__carousel {
    flex: 0 0 auto;
    width: calc(75% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.sv-specials__carousel:before, .sv-specials__carousel:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  pointer-events: none;
}
.sv-specials__carousel:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  left: auto;
  z-index: 9;
  width: 100%;
  background-image: linear-gradient(to right, #fafafa 95%, rgba(250, 250, 250, 0) 100%);
  pointer-events: none;
}
.sv-specials__carousel:after {
  right: auto;
  left: 100%;
  background-image: linear-gradient(to left, #fafafa 60%, rgba(250, 250, 250, 0) 100%);
}
.sv-specials__list {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  width: 100%;
  min-height: 100%;
}
.sv-specials__menu {
  flex: 0 0 auto;
  width: calc(100% - 1rem);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  z-index: 11;
  margin-bottom: 2em;
}
@media print, screen and (min-width: 43.75em) {
  .sv-specials__menu {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
@media screen and (min-width: 75em) {
  .sv-specials__menu {
    flex: 0 0 auto;
    width: calc(25% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.sv-specials__placeholder, .sv-specials__item {
  flex: 1 1 0;
  width: auto;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  min-width: 15.625rem;
}
.sv-specials__placeholder {
  position: relative;
  margin-bottom: 2em;
  background-color: #fafafa;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: fade-pulse;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}
.sv-specials__placeholder:nth-child(2) {
  animation-delay: 0.25s;
}
.sv-specials__placeholder:nth-child(3) {
  animation-delay: 0.25s;
}
.sv-specials__placeholder:before, .sv-specials__placeholder:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 5px;
}
.sv-specials__placeholder:before {
  top: 1em;
  right: 1em;
  bottom: 40%;
  left: 1em;
  background-color: #eeeeee;
}
.sv-specials__placeholder:after {
  top: 65%;
  right: 1em;
  bottom: auto;
  left: 1em;
  height: 2em;
  background-color: #eeeeee;
}
.sv-specials__item-image {
  height: 175px;
  margin: auto;
  background-position: bottom left;
  background-repeat: no-repeat;
  overflow: hidden;
  text-align: center;
}
@media screen and (min-width: 75em) {
  .sv-specials__item-image {
    height: 200px;
  }
}
.sv-specials__item-image img {
  width: 244px;
  margin-top: 0;
  opacity: 0;
  transform: translateX(2em);
  transition: transform 0.5s cubic-bezier(0.35, 0.4, 0.06, 0.96), opacity 0.3s linear 0.2s;
}
@media screen and (min-width: 75em) {
  .sv-specials__item-image img {
    margin-top: 1em;
  }
}
.sv-specials__item-image img.lazyloaded {
  opacity: 1;
  transform: translateX(0);
}
.sv-specials__item-price {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}
.sv-specials__item-uom {
  font-weight: 700;
  font-size: 0.75em;
  line-height: 1.2;
  margin-bottom: 0.25em;
}
.sv-specials__item-uom-sale-price + .sv-specials__item-uom-price {
  text-decoration: line-through;
  opacity: 0.6;
}
.sv-specials__item-heading {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0 auto;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  /* autoprefixer: off */
  -webkit-line-clamp: 2;
  height: 2.4rem;
  height: auto;
  min-height: 2.4rem;
  margin-top: 0;
  animation: close 0.5s cubic-bezier(0.35, 0.4, 0.06, 0.96) 0.1s forwards;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.sv-specials__item-link:hover .sv-specials__item-heading {
  animation: open 0.5s cubic-bezier(0.35, 0.4, 0.06, 0.96) 0s forwards;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.sv-specials__item-link {
  background-color: transparent;
  font-size: 1rem;
  color: #303030;
  position: relative;
  display: block;
  padding-bottom: 7.25rem;
  border-radius: 5px;
  background: #fafafa;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 16px 16px 0px, rgba(0, 0, 0, 0.05) 0px 8px 8px 0px, rgba(0, 0, 0, 0.05) 0px 4px 4px 0px;
  transition: opacity 0.3s linear;
}
.sv-specials__item-link[href],
.sv-specials__item-link a {
  color: currentColor;
}
.sv-specials__item-link[href]:hover,
.sv-specials__item-link a:hover {
  color: currentColor;
  text-decoration: none;
}
.sv-specials--load .sv-specials__item-link {
  opacity: 1;
}
.sv-specials__item-link:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  background-color: rgba(48, 48, 48, 0.1);
  transition: opacity 0.25s ease-out;
  pointer-events: none;
}
.sv-specials__item-link:hover:after {
  opacity: 1;
}
.sv-specials__item-dinger, .sv-specials__item-dinger2 {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  z-index: 11;
}
.sv-specials__item-dinger2 {
  left: 3em;
}
.sv-specials__item-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  background: white;
  transition: height 0.2s ease-out;
}
.sv-specials__promo {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 16px 16px 0px, rgba(0, 0, 0, 0.05) 0px 8px 8px 0px, rgba(0, 0, 0, 0.05) 0px 4px 4px 0px;
}
.sv-specials__promo.sv-specials__promo {
  width: 17.375rem;
  height: 17.375rem;
}
@media screen and (min-width: 75em) {
  .sv-specials__promo {
    width: 19.375rem;
    height: 18.75rem;
  }
}
.sv-specials__promo:not(:last-child) {
  margin-right: 1.875rem;
}
.sv-specials__promo:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  background-color: rgba(48, 48, 48, 0.1);
  transition: opacity 0.25s ease-out;
  pointer-events: none;
}
.sv-specials__promo:hover:after {
  opacity: 1;
}
.sv-specials__promo img,
.sv-specials__promo picture {
  width: 100%;
}
.sv-specials__cta {
  margin-top: 0.5rem;
  text-align: right;
}
@media print, screen and (min-width: 43.75em) {
  .sv-specials__cta {
    margin-top: 0.9375rem;
  }
}
.sv-specials__paging {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  margin: auto;
  text-align: center;
  page-break-inside: avoid;
  position: static;
}
.sv-specials__paging span {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 0.5em;
  margin: 0 0.25em;
  padding: 0;
  opacity: 0.44;
  border: 0.125rem solid transparent;
  border-radius: 0.125em;
  background-color: currentColor;
  transition: opacity 0.2s ease;
  cursor: pointer;
}
.sv-specials__paging span:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: -1em;
  bottom: -1em;
}
.sv-specials__paging span.swiper-pagination-bullet-active {
  opacity: 1;
}
.sv-specials__paging span:first-child:last-child {
  opacity: 0;
}
.sv-specials__paging.sv-specials__paging > .swiper-pagination-bullet {
  margin-top: 1em;
  margin-bottom: 0.75em;
}
[data-whatintent=mouse] .sv-specials__paging.sv-specials__paging > .swiper-pagination-bullet, [data-whatintent=touch] .sv-specials__paging.sv-specials__paging > .swiper-pagination-bullet {
  outline: none;
}

@keyframes open {
  0% {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    max-height: 2.8rem;
  }
  1% {
    -webkit-line-clamp: 4;
    line-clamp: 4;
    max-height: 2.8rem;
  }
  100% {
    -webkit-line-clamp: 4;
    line-clamp: 4;
    max-height: 5.6rem;
  }
}
@keyframes close {
  0% {
    -webkit-line-clamp: 4;
    line-clamp: 4;
    max-height: 5.6rem;
  }
  50% {
    -webkit-line-clamp: 4;
    line-clamp: 4;
    max-height: 2.8rem;
  }
  100% {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    max-height: 2.8rem;
  }
}
@keyframes fade-pulse {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.2;
  }
}