/* This file is generated.  DO NOT EDIT. */ 
/*------------------------------------*    #ACCESSIBILITY
\*------------------------------------*/
.accessibility--hidden,
.accessibility--tab {
  /* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

a.accessibility--tab:active,
a.accessibility--tab:focus,
a.accessibility--tab:hover {
  position: absolute !important;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
  z-index: 99999999999;
  background-color: #fff;
  border: solid 1px #1977bc;
  padding: 5px;
  clip: auto;
}

/* bounce */
@-webkit-keyframes bounce {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes bounce {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}


/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10, mostly.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Green */
/*Shades of Yellow */
/* Purple */
/* Orange */
/* Red */
/* Obvious ones */

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10, mostly.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Green */
/*Shades of Yellow */
/* Purple */
/* Orange */
/* Red */
/* Obvious ones */
/*
Background:
Array index defines the z-index
Left to Right from 1 through Array length.

Usage: 
slector { z-index: index($list, $element) };

Example:
.forms { z-index: index($elements, forms); }

or with mixin defined in _mixins.scss 

.forms { @include z-index($elements, forms); }

Note:
mixin version will print warning for invalid values in CLI
*/
.sw-container {
  padding: 0 15px;
  position: relative;
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .sw-container {
    padding: 0 20px;
  }
}

@media screen and (min-width: 1024px) {
  .sw-container {
    padding: 0 30px;
  }
}

.sw-container.is-adjacent {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .sw-container-menu-product-category:not(:last-child) .sw-container__col {
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .sw-container-menu-product-category:not(:last-child) .sw-container__col {
    padding-bottom: 0 !important;
    margin-bottom: -15px !important;
  }
}

.sw-container--bleed {
  background-repeat: no-repeat;
  background-position: center;
}

.sw-container--bleed > .sw-container__col {
  margin: 0 auto;
  max-width: calc(1230px - (30px * 2));
  position: relative;
}

.sw-container--bleed > .sw-container__col .sw-container:last-child {
  margin-bottom: 0;
}

.sw-container--bleed.has-image, .sw-container--bleed.has-color {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 1230px) {
  .sw-container--bleed .sw-container--100,
  .sw-container--bleed .sw-container--70-30,
  .sw-container--bleed .sw-container--50-50,
  .sw-container--bleed .sw-container--30-70 {
    margin-left: auto;
    margin-right: auto;
  }
}

.sw-container__centered {
  margin: 0 auto;
  max-width: 1230px;
  padding: 0 15px;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .sw-container__centered {
    padding: 0 20px;
  }
}

@media screen and (min-width: 1024px) {
  .sw-container__centered {
    padding: 0 30px;
  }
}

.sw-container--extended {
  padding: 0;
}

.sw-container--extended > .sw-container__col {
  margin: 0 auto;
  max-width: 1800px;
  position: relative;
}

.sw-container--extended > .sw-container__col .sw-container:last-child {
  margin-bottom: 0;
}

.sw-container--100,
.sw-container--70-30,
.sw-container--50-50,
.sw-container--30-70 {
  max-width: 1230px;
}

@media screen and (min-width: 1230px) {
  .sw-container--100,
  .sw-container--70-30,
  .sw-container--50-50,
  .sw-container--30-70 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .sw-container--70-30,
  .sw-container--50-50,
  .sw-container--30-70 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .sw-container--50-50 .sw-container__col:first-child {
    width: 49.26%;
  }
}

@media screen and (min-width: 768px) {
  .sw-container--50-50 .sw-container__col:nth-child(2) {
    width: 40.8%;
  }
}

.sw-footerpane .sw-container--100 {
  margin-bottom: 30px;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .sw-footerpane .sw-container--100 {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .sw-footerpane .sw-container--100 {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}

.sw-footerpane .sw-container--100.sw-container--inset {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .sw-footerpane .sw-container--100.sw-container--inset {
    margin: 0 auto;
  }
}

.sw-container--inset {
  padding: 0;
  z-index: 4;
}

@media screen and (min-width: 768px) {
  .sw-container--inset {
    padding: 0 20px;
  }
}

@media screen and (min-width: 1024px) {
  .sw-container--inset {
    padding: 0 30px;
  }
}

.sw-container--inset .sw-container__col {
  background-color: #ffffff;
  margin: 0;
  padding: 15px;
}

@media screen and (min-width: 768px) {
  .sw-container--inset .sw-container__col {
    margin: -20px 0;
    padding: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .sw-container--inset .sw-container__col {
    margin: -30px 0;
    padding: 30px;
  }
}

.sw-container--calculator {
  z-index: 9;
}

.sw-container--eyebrow {
  background-color: #f4f5f4;
  display: none;
  z-index: 6;
}

@media screen and (min-width: 1024px) {
  .sw-container--eyebrow {
    display: block;
  }
}

.sw-container--header {
  background-color: #f4f5f4;
  z-index: 5;
}

@media screen and (min-width: 1024px) {
  .sw-container--header {
    background-color: rgba(255, 255, 255, 0.95);
  }
}

@media screen and (min-width: 1024px) {
  .contrast-on .sw-container--header {
    background-color: #ffffff;
  }
}

@media screen and (min-width: 1024px) {
  .has-hero .sw-container--header {
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
  }
}

.sw-container--hero {
  z-index: 3;
}

.sw-container--alert {
  background-color: #dd3705;
  display: none;
}

.sw-container--alert.is-shown {
  display: block;
}

.sw-container--disclaimer {
  margin-bottom: 60px;
  margin-top: 60px;
}

.bg-red {
  background: #dc3e31;
}

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10, mostly.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Green */
/*Shades of Yellow */
/* Purple */
/* Orange */
/* Red */
/* Obvious ones */
/*
Background:
Array index defines the z-index
Left to Right from 1 through Array length.

Usage: 
slector { z-index: index($list, $element) };

Example:
.forms { z-index: index($elements, forms); }

or with mixin defined in _mixins.scss 

.forms { @include z-index($elements, forms); }

Note:
mixin version will print warning for invalid values in CLI
*/
html {
  scroll-behavior: smooth;
  height: auto;
  min-height: 100%;
}

body::before {
  content: 'small';
  display: none;
}

@media (min-width: 768px) {
  body::before {
    content: 'medium';
  }
}

@media (min-width: 1024px) {
  body::before {
    content: 'large';
  }
}

body.sw-v2 {
  background-color: #f4f5f4;
  height: auto;
  min-height: 100%;
}

body.mobile-nav-open {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
}

body.modal-open {
  overflow: hidden;
}

.is-hidden {
  display: none;
}

[aria-hidden="true"] {
  visibility: hidden;
}

.hide-on-mobile {
  display: none;
}

@media screen and (min-width: 768px) {
  .hide-on-mobile {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .for-mobile {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hide-on-tablet {
    display: none;
  }
}

.visuallyhidden {
  border: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

img:not([src]):not([srcset]) {
  visibility: hidden;
}

img[data-src],
img[data-srcset] {
  display: block;
  min-height: 1px;
}

.sw-clearfix:after {
  content: "";
  clear: both;
  display: table;
}

/*
    CSS multilines ellipsis mixin
    Usage: @include excerpt($font-size: 1.3rem, $line-height: 1.3, $lines-to-show: 3, $excerpt-bg: #fff);
*/

/*------------------------------------*    #RESET
    Styles taken from reset and
    normalize, with some modifications
\*------------------------------------*/
/** BASE (BUNCH OF ELEMENTS) **/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary,
picture {
  display: block;
}

html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, legend, label, table, header, footer, nav, section, figure {
  padding: 0;
  margin: 0;
  vertical-align: baseline;
  border: 0;
}

[hidden], template {
  display: none;
}

/** HTML & BODY **/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

/** IMAGES **/
svg:not(:root) {
  overflow: hidden;
}

img {
  border: 0;
}

figure {
  margin: 0;
}

/** AUDIO & VIDEO **/
audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/** SPECIAL TEXT ELEMENTS **/
b,
strong {
  font-weight: bold;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

mark {
  background: #ff0;
  color: #000;
}

dfn {
  font-style: italic;
}

/** BUTTONS **/
button {
  cursor: pointer;
  font-family: sans-serif;
  line-height: normal;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  background: transparent;
  border: 0;
}

button[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/** FORM ELEMENTS **/
input,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

input {
  line-height: normal;
}

input[disabled] {
  cursor: default;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

fieldset {
  min-width: 0;
  padding: 0.01em 0 0;
  margin: 0;
  border: 0;
}

body:not(:-moz-handler-blocked) fieldset {
  display: table-cell;
}

legend {
  display: table;
  padding: 0;
  border: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

/** TABLES **/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/** LISTS **/
ul li {
  list-style-type: none;
}



/*
Background:
Array index defines the z-index
Left to Right from 1 through Array length.

Usage: 
slector { z-index: index($list, $element) };

Example:
.forms { z-index: index($elements, forms); }

or with mixin defined in _mixins.scss 

.forms { @include z-index($elements, forms); }

Note:
mixin version will print warning for invalid values in CLI
*/

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10, mostly.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Green */
/*Shades of Yellow */
/* Purple */
/* Orange */
/* Red */
/* Obvious ones */
/*
    CSS multilines ellipsis mixin
    Usage: @include excerpt($font-size: 1.3rem, $line-height: 1.3, $lines-to-show: 3, $excerpt-bg: #fff);
*/
/*
Background:
Array index defines the z-index
Left to Right from 1 through Array length.

Usage: 
slector { z-index: index($list, $element) };

Example:
.forms { z-index: index($elements, forms); }

or with mixin defined in _mixins.scss 

.forms { @include z-index($elements, forms); }

Note:
mixin version will print warning for invalid values in CLI
*/
.contrast-on #content-wrap {
  color: #000000 !important;
}

.contrast-on #content-wrap h1, .contrast-on #content-wrap h1 a, .contrast-on #content-wrap h2, .contrast-on #content-wrap h2 a, .contrast-on #content-wrap h3, .contrast-on #content-wrap h3 a, .contrast-on #content-wrap h4, .contrast-on #content-wrap h4 a, .contrast-on #content-wrap h5, .contrast-on #content-wrap h5 a, .contrast-on #content-wrap h6, .contrast-on #content-wrap h6 a, .contrast-on #content-wrap #FindARestaurantHolder, .contrast-on #content-wrap #FindARestaurantHolder a, .contrast-on #content-wrap .component.co-title, .contrast-on #content-wrap .component.co-title a, .contrast-on #content-wrap .d-loyalty-description, .contrast-on #content-wrap .d-loyalty-description a, .contrast-on #content-wrap .d-loyalty-sandwiches, .contrast-on #content-wrap .d-loyalty-sandwiches a, .contrast-on #content-wrap .countrystoreheader, .contrast-on #content-wrap .countrystoreheader a, .contrast-on #content-wrap .countryname, .contrast-on #content-wrap .countryname a, .contrast-on #content-wrap .storecount, .contrast-on #content-wrap .storecount a {
  color: #000000 !important;
}

.contrast-on #content-wrap .copy-medium, .contrast-on #content-wrap .copy-medium a, .contrast-on #content-wrap .copy-medium span, .contrast-on #content-wrap .copy-small, .contrast-on #content-wrap .copy-small a, .contrast-on #content-wrap .copy-small span {
  color: #000000 !important;
}

.contrast-on #content-wrap .infoLinkList {
  color: #000000 !important;
}

.contrast-on #content-wrap [class^="d-loyalty"] h1, .contrast-on #content-wrap [class^="d-loyalty"] h1 a, .contrast-on #content-wrap [class^="d-loyalty"] h2, .contrast-on #content-wrap [class^="d-loyalty"] h2 a, .contrast-on #content-wrap [class^="d-loyalty"] h3, .contrast-on #content-wrap [class^="d-loyalty"] h3 a, .contrast-on #content-wrap [class^="d-loyalty"] h4, .contrast-on #content-wrap [class^="d-loyalty"] h4 a, .contrast-on #content-wrap [class^="d-loyalty"] h5, .contrast-on #content-wrap [class^="d-loyalty"] h5 a, .contrast-on #content-wrap [class^="d-loyalty"] h6, .contrast-on #content-wrap [class^="d-loyalty"] h6 a {
  color: #ffffff !important;
}

.contrast-on #content-wrap .app-landing-hero {
  background-color: #000000;
}

.contrast-on #content-wrap .app-landing-hero h1, .contrast-on #content-wrap .app-landing-hero h1 a, .contrast-on #content-wrap .app-landing-hero h2, .contrast-on #content-wrap .app-landing-hero h2 a, .contrast-on #content-wrap .app-landing-hero h3, .contrast-on #content-wrap .app-landing-hero h3 a, .contrast-on #content-wrap .app-landing-hero h4, .contrast-on #content-wrap .app-landing-hero h4 a, .contrast-on #content-wrap .app-landing-hero h5, .contrast-on #content-wrap .app-landing-hero h5 a, .contrast-on #content-wrap .app-landing-hero h6, .contrast-on #content-wrap .app-landing-hero h6 a {
  color: #ffffff !important;
}

.contrast-on #content-wrap .hgrown_copy, .contrast-on #content-wrap .hgrown_footer_top, .contrast-on #content-wrap .hgrown_footer_copy {
  color: #000000 !important;
}

.contrast-on #content-wrap .farm_header_org, .contrast-on #content-wrap .rule-org {
  color: #c35500 !important;
}

.contrast-on #content-wrap .btn-white-square {
  color: #444343 !important;
  border-color: #444343;
}

.contrast-on #content-wrap .faq-dropdown-container select {
  color: #000000 !important;
}

.contrast-on #content-wrap .nutrition-grid .nutritionGridButton, .contrast-on #content-wrap .nutrition-grid .nutritionGridButtonEnabled {
  color: #000000 !important;
}

.contrast-on #content-wrap .nutrition-grid #NutritionFatcsPanel tbody .name {
  color: #000000 !important;
}

.contrast-on #content-wrap .nutrition-grid #NutritionDisclaimerDiv .Notes {
  color: #000000 !important;
}

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10, mostly.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Green */
/*Shades of Yellow */
/* Purple */
/* Orange */
/* Red */
/* Obvious ones */
/*
    CSS multilines ellipsis mixin
    Usage: @include excerpt($font-size: 1.3rem, $line-height: 1.3, $lines-to-show: 3, $excerpt-bg: #fff);
*/
/*
Background:
Array index defines the z-index
Left to Right from 1 through Array length.

Usage: 
slector { z-index: index($list, $element) };

Example:
.forms { z-index: index($elements, forms); }

or with mixin defined in _mixins.scss 

.forms { @include z-index($elements, forms); }

Note:
mixin version will print warning for invalid values in CLI
*/
.sw-1up {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .sw-1up {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .sw-1up {
    margin-top: 30px;
  }
}

.sw-1up:first-child {
  margin-top: 0;
}

.sw-1up__col.bg-blue {
  background-color: #00a7e9;
}

.sw-1up__col.bg-orange {
  background-color: #ff8200;
}

.sw-1up__col.bg-green {
  background-color: #8bcd32;
}

.sw-1up__col.bg-yellow {
  background-color: #f2b700;
}

.sw-1up__col.bg-purple {
  background-color: #4c006a;
}

.sw-1up__col.bg-gray {
  background-color: #f4f5f4;
}

.is-page-editor .sw-1up__col {
  min-height: 50px;
}

.is-page-editor .sw-1up .scEmptyPlaceholder {
  min-width: 90%;
}

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10, mostly.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Green */
/*Shades of Yellow */
/* Purple */
/* Orange */
/* Red */
/* Obvious ones */
/*
    CSS multilines ellipsis mixin
    Usage: @include excerpt($font-size: 1.3rem, $line-height: 1.3, $lines-to-show: 3, $excerpt-bg: #fff);
*/
/*
Background:
Array index defines the z-index
Left to Right from 1 through Array length.

Usage: 
slector { z-index: index($list, $element) };

Example:
.forms { z-index: index($elements, forms); }

or with mixin defined in _mixins.scss 

.forms { @include z-index($elements, forms); }

Note:
mixin version will print warning for invalid values in CLI
*/
.sw-2up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .sw-2up {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .sw-2up {
    margin-top: 30px;
  }
}

.sw-2up:first-child {
  margin-top: 0;
}

.sw-catering-block .sw-2up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sw-2up__col {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .sw-2up__col {
    margin-top: 0;
  }
}

.sw-2up__col:first-child, .sw-2up__col.has-link {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .sw-2up__col.hide-on-mobile {
    display: none;
  }
}

.sw-2up__col.bg-blue {
  background-color: #00a7e9;
}

.sw-2up__col.bg-orange {
  background-color: #ff8200;
}

.sw-2up__col.bg-green {
  background-color: #8bcd32;
}

.sw-2up__col.bg-yellow {
  background-color: #f2b700;
}

.sw-2up__col.bg-purple {
  background-color: #4c006a;
}

.sw-2up__col.bg-gray {
  background-color: #f4f5f4;
}

@media screen and (min-width: 768px) {
  .sw-2up__col:nth-last-child(2):first-child,
  .sw-2up__col:nth-last-child(2):first-child ~ * {
    width: calc(50% - 20px/2);
  }
}

@media screen and (min-width: 1024px) {
  .sw-2up__col:nth-last-child(2):first-child,
  .sw-2up__col:nth-last-child(2):first-child ~ * {
    width: calc(50% - 30px/2);
  }
}

.sw-catering-block .sw-2up__col:nth-last-child(2):first-child, .sw-catering-block
.sw-2up__col:nth-last-child(2):first-child ~ * {
  width: calc(50% - 15px/2);
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .sw-catering-block .sw-2up__col:nth-last-child(2):first-child, .sw-catering-block
  .sw-2up__col:nth-last-child(2):first-child ~ * {
    width: calc(50% - 20px/2);
  }
}

@media screen and (min-width: 1024px) {
  .sw-catering-block .sw-2up__col:nth-last-child(2):first-child, .sw-catering-block
  .sw-2up__col:nth-last-child(2):first-child ~ * {
    width: calc(50% - 30px/2);
  }
}

.is-page-editor .sw-2up__col {
  min-height: 50px;
}

.sw-2up__col .sw-2up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .sw-2up__col .sw-2up {
    height: calc(50% - 10px);
  }
}

@media screen and (min-width: 1024px) {
  .sw-2up__col .sw-2up {
    height: calc(50% - 15px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .sw-2up__col .sw-2up.hide-on-tablet {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .sw-2up__col .sw-2up.hide-on-tablet + .split50-on-tablet {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .sw-2up__col .sw-2up.split50-on-tablet {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sw-2up__col .sw-2up.hide-on-mobile {
    display: none;
  }
}

.sw-2up__col .sw-2up__col {
  margin-top: 0;
}

.sw-2up__col .sw-2up__col:nth-last-child(2):first-child,
.sw-2up__col .sw-2up__col:nth-last-child(2):first-child ~ * {
  width: calc(50% - 15px/2);
}

@media screen and (min-width: 768px) {
  .sw-2up__col .sw-2up__col:nth-last-child(2):first-child,
  .sw-2up__col .sw-2up__col:nth-last-child(2):first-child ~ * {
    width: calc(50% - 20px/2);
  }
}

@media screen and (min-width: 1024px) {
  .sw-2up__col .sw-2up__col:nth-last-child(2):first-child,
  .sw-2up__col .sw-2up__col:nth-last-child(2):first-child ~ * {
    width: calc(50% - 30px/2);
  }
}

.sw-2up__col > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  text-decoration: none;
}

@supports (grid-gap: 20px) {
  @media screen and (min-width: 768px) {
    .sw-2up--80x20 {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: calc(75.676% - 20px/2) calc(24.325% - 20px/2);
          grid-template-columns: calc(75.676% - 20px/2) calc(24.325% - 20px/2);
    }
  }
  @media screen and (min-width: 1024px) {
    .sw-2up--80x20 {
      -ms-grid-columns: calc(75.676% - 30px/2) calc(24.325% - 30px/2);
          grid-template-columns: calc(75.676% - 30px/2) calc(24.325% - 30px/2);
    }
  }
}

@media screen and (min-width: 768px) {
  .sw-2up--80x20 .sw-2up__col:first-child {
    width: calc(75.676% - 20px/2);
  }
}

@media screen and (min-width: 1024px) {
  .sw-2up--80x20 .sw-2up__col:first-child {
    width: calc(75.676% - 30px/2);
  }
}

@media screen and (max-width: 768px) {
  .sw-2up--80x20 .sw-2up__col:first-child {
    margin-bottom: 0;
    width: 100%;
  }
}

@supports (grid-gap: 20px) {
  .sw-2up--80x20 .sw-2up__col:first-child {
    width: 100%;
  }
}

.sw-catering-block .sw-2up--80x20 .sw-2up__col:first-child {
  width: calc(50% - 15px/2);
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .sw-catering-block .sw-2up--80x20 .sw-2up__col:first-child {
    width: calc(75.676% - 20px/2);
  }
}

@media screen and (min-width: 1024px) {
  .sw-catering-block .sw-2up--80x20 .sw-2up__col:first-child {
    width: calc(75.676% - 30px/2);
  }
}

@media screen and (min-width: 768px) {
  .sw-2up--80x20 .sw-2up__col:last-child {
    width: calc(24.325% - 20px/2);
  }
}

@media screen and (min-width: 1024px) {
  .sw-2up--80x20 .sw-2up__col:last-child {
    width: calc(24.325% - 30px/2);
  }
}

@media screen and (max-width: 767px) {
  .sw-2up--80x20 .sw-2up__col:last-child {
    display: none;
  }
}

@supports (grid-gap: 20px) {
  .sw-2up--80x20 .sw-2up__col:last-child {
    width: 100%;
  }
}

.sw-catering-block .sw-2up--80x20 .sw-2up__col:last-child {
  width: calc(50% - 15px/2);
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .sw-catering-block .sw-2up--80x20 .sw-2up__col:last-child {
    width: calc(24.325% - 20px/2);
  }
}

@media screen and (min-width: 1024px) {
  .sw-catering-block .sw-2up--80x20 .sw-2up__col:last-child {
    width: calc(24.325% - 30px/2);
  }
}

@media screen and (max-width: 767px) {
  .sw-catering-block .sw-2up--80x20 .sw-2up__col:last-child {
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  .sw-catering-block #catering-contact {
    text-decoration: underline;
  }
}

.is-page-editor .sw-2up .scEmptyPlaceholder {
  min-width: 45%;
}

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10, mostly.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Green */
/*Shades of Yellow */
/* Purple */
/* Orange */
/* Red */
/* Obvious ones */
/*
Background:
Array index defines the z-index
Left to Right from 1 through Array length.

Usage: 
slector { z-index: index($list, $element) };

Example:
.forms { z-index: index($elements, forms); }

or with mixin defined in _mixins.scss 

.forms { @include z-index($elements, forms); }

Note:
mixin version will print warning for invalid values in CLI
*/
.sw-3up {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .sw-3up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .sw-3up {
    margin-top: 30px;
  }
}

.sw-3up:first-child {
  margin-top: 0;
}

.sw-3up__col {
  margin-top: 15px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .sw-3up__col {
    margin-top: 0;
  }
}

.sw-3up__col:first-child, .sw-3up__col.has-link {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .sw-3up--friyay .sw-3up__col:nth-child(1) {
    width: 13.514%;
  }
}

@media screen and (min-width: 768px) {
  .sw-3up--blockquote .sw-3up__col:nth-child(1) {
    width: 22.974%;
  }
}

@media screen and (min-width: 768px) {
  .sw-3up--friyay .sw-3up__col:nth-child(2) {
    width: 50%;
  }
}

.sw-3up--blockquote .sw-3up__col:nth-child(2) {
  background-color: #8bcd32;
}

@media screen and (min-width: 768px) {
  .sw-3up--blockquote .sw-3up__col:nth-child(2) {
    width: 48.65%;
  }
}

@media screen and (min-width: 768px) {
  .sw-3up--friyay .sw-3up__col:nth-child(3) {
    width: 31.172%;
  }
}

@media screen and (min-width: 768px) {
  .sw-3up--blockquote .sw-3up__col:nth-child(3) {
    width: 22.974%;
  }
}

.sw-3up__col.hide-on-mobile + .sw-3up__col {
  margin-top: 0;
}

.is-page-editor .sw-3up__col {
  min-height: 50px;
}

.sw-3up--blockquote blockquote {
  color: #00572d;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

@media screen and (min-width: 1024px) {
  .sw-3up--blockquote blockquote {
    font-size: 30px;
    line-height: 34px;
  }
}

.contrast-on .sw-3up--blockquote blockquote {
  color: #4c006a;
}

.sw-3up--blockquote cite {
  color: #006230;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 15px;
}

@media screen and (min-width: 1024px) {
  .sw-3up--blockquote cite {
    font-size: 20px;
    line-height: 28px;
    margin-top: 25px;
  }
}

.contrast-on .sw-3up--blockquote cite {
  color: #4c006a;
}

.sw-3up--blockquote .sw-imgblock__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: static;
}

.contrast-on .sw-3up--blockquote .sw-imgblock__content {
  background-color: transparent;
}

@media screen and (min-width: 1024px) {
  .sw-3up--blockquote.sw-3up .sw-imgblock__copy {
    margin: 20px;
  }
}

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10, mostly.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Green */
/*Shades of Yellow */
/* Purple */
/* Orange */
/* Red */
/* Obvious ones */
/*
    CSS multilines ellipsis mixin
    Usage: @include excerpt($font-size: 1.3rem, $line-height: 1.3, $lines-to-show: 3, $excerpt-bg: #fff);
*/
/*
Background:
Array index defines the z-index
Left to Right from 1 through Array length.

Usage: 
slector { z-index: index($list, $element) };

Example:
.forms { z-index: index($elements, forms); }

or with mixin defined in _mixins.scss 

.forms { @include z-index($elements, forms); }

Note:
mixin version will print warning for invalid values in CLI
*/
.sw-accordion__item {
  background-color: #f4f5f4;
  margin: 10px 0 0;
}

.sw-accordion__trigger {
  color: #00572d;
  display: block;
  font-size: 20px;
  font-weight: 900;
  margin: 0;
  padding: 15px 50px 15px 15px;
  position: relative;
  text-align: left;
  width: 100%;
}

.sw-accordion__icon {
  display: block;
  height: 23px;
  width: 23px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sw-accordion__icon:before, .sw-accordion__icon:after {
  background-color: #008938;
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23px;
}

.sw-accordion__icon:after {
  margin-top: -1px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

[aria-expanded=true] .sw-accordion__icon:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.sw-accordion__panel {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  padding: 5px 15px 15px;
}

.sw-accordion__downloads {
  margin-top: 30px;
}

.sw-accordion__download-item {
  margin: 10px 0 0;
}

.sw-accordion__download-link {
  color: #008938;
  font-weight: 700;
  text-decoration: none;
}

.sw-accordion__download-link svg,
.sw-accordion__download-link img {
  fill: #00572d;
  height: 13px;
  width: 15px;
}

/* bounce */
@-webkit-keyframes bounce {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes bounce {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10, mostly.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Green */
/*Shades of Yellow */
/* Purple */
/* Orange */
/* Red */
/* Obvious ones */
/*
    CSS multilines ellipsis mixin
    Usage: @include excerpt($font-size: 1.3rem, $line-height: 1.3, $lines-to-show: 3, $excerpt-bg: #fff);
*/
/*
Background:
Array index defines the z-index
Left to Right from 1 through Array length.

Usage: 
slector { z-index: index($list, $element) };

Example:
.forms { z-index: index($elements, forms); }

or with mixin defined in _mixins.scss 

.forms { @include z-index($elements, forms); }

Note:
mixin version will print warning for invalid values in CLI
*/
.sw-alert {
  color: #ffffff;
  padding: 9px 0;
  text-align: center;
  -webkit-transition: padding-bottom .2s ease;
  transition: padding-bottom .2s ease;
}

.sw-container--alert:hover .sw-alert {
  padding-bottom: 20px;
}

.sw-alert a {
  color: #ffffff;
  display: inline-block;
}

@media screen and (min-width: 1024px) {
  .sw-alert__mobile {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .sw-alert__desktop {
    display: none;
  }
}

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10, mostly.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Green */
/*Shades of Yellow */
/* Purple */
/* Orange */
/* Red */
/* Obvious ones */
/*
    CSS multilines ellipsis mixin
    Usage: @include excerpt($font-size: 1.3rem, $line-height: 1.3, $lines-to-show: 3, $excerpt-bg: #fff);
*/
/*
Background:
Array index defines the z-index
Left to Right from 1 through Array length.

Usage: 
slector { z-index: index($list, $element) };

Example:
.forms { z-index: index($elements, forms); }

or with mixin defined in _mixins.scss 

.forms { @include z-index($elements, forms); }

Note:
mixin version will print warning for invalid values in CLI
*/
[class*='sw-ar-']:before {
  content: "";
  float: left;
  height: 0;
  margin-left: -1px;
  width: 1px;
}

[class*='sw-ar-']:after {
  content: "";
  clear: both;
  display: table;
}

.sw-ar-1x1:before {
  padding-top: 100%;
}

.sw-ar-36x17:before {
  padding-top: calc(17/36 * 100%);
}

.sw-ar-55x17:before {
  padding-top: calc(17/55 * 100%);
}

.sw-ar-74x17:before {
  padding-top: 100%;
}

@media screen and (min-width: 768px) {
  .sw-ar-74x17:before {
    padding-top: calc(17/74 * 100%);
  }
}

.sw-ar-75x173:before {
  padding-top: calc(173/75 * 100%);
}

.sw-ar-555x346:before {
  padding-top: calc(346/555 * 100%);
}

.sw-ar-767x959:before {
  padding-top: calc(959/767 * 100%);
}

@media screen and (min-width: 768px) {
  .sw-ar-767x959:before {
    content: none;
  }
}

@media screen and (min-width: 768px) {
  .sw-ar-767x959:after {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .sw-ar-1x1--mobile:before {
    content: "";
    float: left;
    height: 0;
    margin-left: -1px;
    padding-top: 100%;
    width: 1px;
  }
}

@media screen and (max-width: 767px) {
  .sw-ar-1x1--mobile:after {
    content: "";
    clear: both;
    display: table;
  }
}

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10, mostly.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Green */
/*Shades of Yellow */
/* Purple */
/* Orange */
/* Red */
/* Obvious ones */
/*
Background:
Array index defines the z-index
Left to Right from 1 through Array length.

Usage: 
slector { z-index: index($list, $element) };

Example:
.forms { z-index: index($elements, forms); }

or with mixin defined in _mixins.scss 

.forms { @include z-index($elements, forms); }

Note:
mixin version will print warning for invalid values in CLI
*/
.sw-btn {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 10px 12px 8px;
  text-decoration: none;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  .sw-btn {
    font-size: 18px;
    padding: 14px 15px 13px;
  }
}

.sw-btn--primary {
  background-color: #008938;
  color: #ffffff;
}

.sw-btn--primary:hover, .sw-btn--primary:focus {
  background-color: #006230;
  color: #ffffff;
}

.sw-btn--secondary {
  background-color: #4c006a;
  color: #ffffff;
}

.sw-btn.sw-goto-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 0;
}

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10, mostly.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Green */
/*Shades of Yellow */
/* Purple */
/* Orange */
/* Red */
/* Obvious ones */
/*
    CSS multilines ellipsis mixin
    Usage: @include excerpt($font-size: 1.3rem, $line-height: 1.3, $lines-to-show: 3, $excerpt-bg: #fff);
*/
/*
Background:
Array index defines the z-index
Left to Right from 1 through Array length.

Usage: 
slector { z-index: index($list, $element) };

Example:
.forms { z-index: index($elements, forms); }

or with mixin defined in _mixins.scss 

.forms { @include z-index($elements, forms); }

Note:
mixin version will print warning for invalid values in CLI
*/
@media screen and (min-width: 768px) {
  .sw-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.sw-cards:after {
  content: '';
  display: block;
}

@media screen and (min-width: 768px) {
  .sw-cards:after {
    width: calc(100%/2 - 10px);
  }
}

@media screen and (min-width: 1024px) {
  .sw-cards:after {
    width: calc(100%/3 - 20px);
  }
}

.sw-cards__item {
  margin-bottom: 15px;
  /* perspective: 1000px;
    transform-style: preserve-3d;

    &:hover,
    &:focus,
    &.is-focused {
        .sw-imgblock__content {
            transform: rotateY(0deg);
        }

        .sw-imgblock__media {
            transform: rotateY(180deg);
        }
    }

    .sw-imgblock--category {
        transition: 0.6s;
        transform-style: preserve-3d;
    }
    
    .sw-imgblock__media,
    .sw-imgblock__content {
        backface-visibility: hidden;
        transition: 0.6s;
        transform-style: preserve-3d;
    }

    .sw-imgblock__media {
        z-index: 2;
        transform: rotateY(0deg);
    }

    .sw-imgblock__content {
        transform: rotateY(-180deg);
    }

    //flip style for modern browsers
    @supports (backface-visibility: hidden) {
        perspective: 1000px;
        transform-style: none;

        &:hover,
        &:focus,
        &.is-focused {

            .sw-imgblock--category {
                transform: rotateY(180deg);
            }

            .sw-imgblock__media {
                transform: none;
                z-index: 2;
            }
    
            .sw-imgblock__content {
                transform: rotateY(180deg);
            }
        }

        .sw-imgblock--category {
            transition: 0.6s;
            transform-style: preserve-3d;
        }

        .sw-imgblock__media,
        .sw-imgblock__content {
            backface-visibility: hidden;
            transition: none;
            transform-style: none;
        }       
    } */
}

@media screen and (min-width: 768px) {
  .sw-cards__item {
    margin-bottom: 20px;
    width: calc(100%/2 - 10px);
  }
}

@media screen and (min-width: 1024px) {
  .sw-cards__item {
    margin-bottom: 30px;
    width: calc(100%/3 - 20px);
  }
}

.sw-cards__item .sw-imgblock__content {
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1;
}

.no-slideup .sw-cards__item .sw-imgblock__content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.sw-cards__item:hover .sw-imgblock__content, .sw-cards__item:focus .sw-imgblock__content, .sw-cards__item.is-focused .sw-imgblock__content {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  z-index: 2;
}

@media screen and (min-width: 1024px) {
  .sw-cards--2up .sw-cards__item {
    width: calc(100%/2 - 15px);
  }
}

.sw-cards__title {
  font-size: 20px;
  font-weight: 900;
  margin-top: 8px;
  text-align: center;
}

.sw-cards__title a {
  text-decoration: none;
}

.sw-cards__meta {
  color: #4c006a;
  display: block;
  text-transform: uppercase;
}

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10, mostly.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Green */
/*Shades of Yellow */
/* Purple */
/* Orange */
/* Red */
/* Obvious ones */
/*
Background:
Array index defines the z-index
Left to Right from 1 through Array length.

Usage: 
slector { z-index: index($list, $element) };

Example:
.forms { z-index: index($elements, forms); }

or with mixin defined in _mixins.scss 

.forms { @include z-index($elements, forms); }

Note:
mixin version will print warning for invalid values in CLI
*/
.sw-contrast {
  color: #777777;
  display: inline-block;
  font-weight: 700;
  padding: 0 0 0 15px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: top;
}

[dir="rtl"] .sw-contrast {
  padding: 0 15px 0 0;
}

.sw-mainnav .sw-contrast {
  font-size: 18px;
}

.language-dd-on .sw-mainnav .sw-contrast {
  display: none;
}

.sw-contrast:before {
  background-color: #777777;
  content: '';
  display: block;
  height: 11px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
}

[dir="rtl"] .sw-contrast:before {
  left: auto;
  right: 0;
}

.sw-mainnav .sw-contrast:before {
  content: none;
}

.contrast-on .sw-contrast {
  color: #000000;
}

.sw-contrast__button {
  background-color: #ffffff;
  border: 1px solid #006230;
  border-radius: 10px;
  display: inline-block;
  height: 18px;
  margin: -2px 0 0 5px;
  position: relative;
  vertical-align: top;
  width: 32px;
}

[dir="rtl"] .sw-contrast__button {
  margin: -2px 5px 0 0;
}

.contrast-on .sw-contrast__button {
  background-color: #006230;
  border-color: #006230;
}

.sw-mainnav .sw-contrast__button {
  border-radius: 14px;
  height: 25px;
  margin-left: 11px;
  width: 45px;
}

[dir="rtl"] .sw-mainnav .sw-contrast__button {
  margin: -2px 11px 0 0;
}

.sw-contrast__button:before {
  background-color: #006230;
  border-radius: 50%;
  content: '';
  display: block;
  height: 11px;
  left: 3px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s;
  width: 11px;
}

[dir="rtl"] .sw-contrast__button:before {
  left: auto;
  right: 3px;
}

.contrast-on .sw-contrast__button:before {
  background-color: #ffffff;
  -webkit-transform: translate(13px, -50%);
      -ms-transform: translate(13px, -50%);
          transform: translate(13px, -50%);
}

[dir="rtl"] .contrast-on .sw-contrast__button:before {
  -webkit-transform: translate(-13px, -50%);
      -ms-transform: translate(-13px, -50%);
          transform: translate(-13px, -50%);
}

.sw-mainnav .sw-contrast__button:before {
  height: 16px;
  left: 4px;
  width: 16px;
}

.contrast-on .sw-mainnav .sw-contrast__button:before {
  -webkit-transform: translate(19px, -50%);
      -ms-transform: translate(19px, -50%);
          transform: translate(19px, -50%);
}

[dir="rtl"] .contrast-on .sw-mainnav .sw-contrast__button:before {
  -webkit-transform: translate(-19px, -50%);
      -ms-transform: translate(-19px, -50%);
          transform: translate(-19px, -50%);
}

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10, mostly.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Green */
/*Shades of Yellow */
/* Purple */
/* Orange */
/* Red */
/* Obvious ones */
/*
    CSS multilines ellipsis mixin
    Usage: @include excerpt($font-size: 1.3rem, $line-height: 1.3, $lines-to-show: 3, $excerpt-bg: #fff);
*/
/*
Background:
Array index defines the z-index
Left to Right from 1 through Array length.

Usage: 
slector { z-index: index($list, $element) };

Example:
.forms { z-index: index($elements, forms); }

or with mixin defined in _mixins.scss 

.forms { @include z-index($elements, forms); }

Note:
mixin version will print warning for invalid values in CLI
*/
.sw-disclaimer {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.sw-disclaimer.has-spacing {
  padding: 30px;
}

[class*="bg-"] .sw-disclaimer {
  color: #ffffff;
}

.bg-none .sw-disclaimer {
  color: #444343;
  padding: 0;
}

.contrast-on .sw-disclaimer {
  color: #4c006a;
}

.sw-disclaimer.sw-disclaimer--anchored {
  color: #ffffff;
  padding-top: 10px;
  text-align: inherit;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .sw-disclaimer.sw-disclaimer--anchored {
    margin-bottom: -10px;
  }
}

.sw-disclaimer.sw-disclaimer--anchored [role="button"] {
  cursor: pointer;
  text-decoration: underline;
}

.sw-disclaimer.sw-disclaimer--fixed {
  color: #ffffff;
  position: absolute;
  left: 10px;
  right: 10px;
  padding: 0;
  text-align: inherit;
  text-decoration: none;
  z-index: 3;
  line-height: 14px;
  margin-top: 5px;
}

.sw-disclaimer.sw-disclaimer--fixed [role="button"] {
  cursor: pointer;
  text-decoration: underline;
}

.sw-disclaimer--footer {
  color: #444343;
  line-height: 18px;
  margin: 0 auto;
  text-align: center;
  width: 90%;
}

@media screen and (min-width: 1024px) {
  .sw-disclaimer--footer {
    width: 63%;
  }
}

.sw-disclaimer--footer .sw-disclaimer__item {
  margin: 0 0 5px;
}

.sw-disclaimer--footer .sw-disclaimer__item:last-child {
  margin: 0;
}

.sw-disclaimer--footer .sw-disclaimer__item p:first-of-type {
  display: inline;
}

.sw-nutrition-disclaimer {
  border-top: 1px solid #dcdee3;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 35px 0 0;
  padding: 30px 0 0;
}

.sw-disclaimer__item {
  margin-top: 15px;
}

.sw-disclaimer__item:first-child {
  margin-top: 0;
}

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10, mostly.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Green */
/*Shades of Yellow */
/* Purple */
/* Orange */
/* Red */
/* Obvious ones */
/*
Background:
Array index defines the z-index
Left to Right from 1 through Array length.

Usage: 
slector { z-index: index($list, $element) };

Example:
.forms { z-index: index($elements, forms); }

or with mixin defined in _mixins.scss 

.forms { @include z-index($elements, forms); }

Note:
mixin version will print warning for invalid values in CLI
*/
#cookieMessageBox {
  background-color: #e8f5d6;
  border-bottom: 1px solid #8bcd32;
}

.sw-eucookie {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#AllowCookie,
#DisallowCookie {
  background-color: #4c006a;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

#AllowCookie:hover, #AllowCookie:focus,
#DisallowCookie:hover,
#DisallowCookie:focus {
  background-color: #4c006a;
  color: #ffffff;
}

.cookieMessageBoxTop {
  float: none;
  margin: 17px 0 0;
  max-width: none;
}

.cookieMessageBoxBottom {
  float: none;
  margin: 17px 0 0;
}

#CookieMessage {
  color: #444343;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10, mostly.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Green */
/*Shades of Yellow */
/* Purple */
/* Orange */
/* Red */
/* Obvious ones */
/*
Background:
Array index defines the z-index
Left to Right from 1 through Array length.

Usage: 
slector { z-index: index($list, $element) };

Example:
.forms { z-index: index($elements, forms); }

or with mixin defined in _mixins.scss 

.forms { @include z-index($elements, forms); }

Note:
mixin version will print warning for invalid values in CLI
*/
.sw-eyebrow__nav {
  font-size: 0;
  text-transform: none;
  margin: inherit !important;
}

.sw-eyebrow__navitem {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.25px;
  margin: 0 15px 0 0;
  padding: 0 15px 0 0;
  position: relative;
}

[dir="rtl"] .sw-eyebrow__navitem {
  margin: 0 0 0 15px;
  padding: 0 0 0 15px;
}

.sw-eyebrow__navitem:after {
  border-left: 1px solid #777777;
  content: '';
  display: block;
  height: 11px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
}

[dir="rtl"] .sw-eyebrow__navitem:after {
  left: 0;
  right: auto;
}

.sw-eyebrow__navitem:last-child {
  margin-right: 0;
  padding-right: 0;
}

[dir="rtl"] .sw-eyebrow__navitem:last-child {
  margin-left: 0;
  padding-left: 0;
}

.sw-eyebrow__navitem:last-child:after {
  content: none;
}

.sw-eyebrow__navitem a {
  color: #777777;
  text-decoration: none;
}

.contrast-on .sw-eyebrow__navitem a {
  color: #000000;
}

.sw-eyebrow__navitem.sw-eyebrow__navitem--authentication > a {
  text-decoration: underline;
}

.sw-eyebrow__navlink {
  color: #777777;
  display: block;
  text-decoration: none;
  text-transform: none;
}

.sw-eyebrow__navlink svg {
  color: #006230;
  fill: #006230;
  height: 13px;
  margin-right: 5px;
  width: 13px;
}

[dir="rtl"] .sw-eyebrow__navlink svg {
  margin-left: 5px;
  margin-right: 0;
}

.sw-eyebrow__navlink img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: text-top;
}

[dir="rtl"] .sw-eyebrow__navlink img {
  margin-left: 5px;
  margin-right: 0;
}

.sw-eyebrow__navitem--location .sw-eyebrow__navlink {
  text-decoration: underline;
}

.sw-userpane-mobile .sw-eyebrow__navitem--authentication .sw-eyebrow__navlink {
  font-size: 0;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .sw-userpane-mobile .sw-eyebrow__navitem--authentication .sw-eyebrow__navlink {
    display: none;
  }
}

.sw-userpane-mobile .sw-eyebrow__navitem--authentication .sw-eyebrow__navlink.sw-eyebrow__navlink--user {
  font-size: 14px;
}

.sw-userpane-mobile .sw-eyebrow__navitem--authentication .sw-eyebrow__navlink.sw-eyebrow__navlink--user svg {
  height: 18px;
  margin-bottom: -3px;
  margin-right: 5px;
  width: 16px;
}

[dir="rtl"] .sw-userpane-mobile .sw-eyebrow__navitem--authentication .sw-eyebrow__navlink.sw-eyebrow__navlink--user svg {
  margin-left: 5px;
  margin-right: 0;
}

.sw-userpane-mobile .sw-eyebrow__navitem--authentication .sw-eyebrow__navlink:after {
  content: none;
}

.sw-userpane-mobile .sw-eyebrow__navitem--authentication .sw-eyebrow__navlink svg {
  height: 23px;
  margin: 0;
  width: 23px;
}

.sw-eyebrow__navlink.is-hidden {
  display: none;
}

.contrast-on .sw-eyebrow__navlink {
  color: #000000;
}

.sw-eyebrow__navlink--user {
  padding: 0;
}

.sw-eyebrow__tokenpane {
  margin-left: 10px;
}

[dir="rtl"] .sw-eyebrow__tokenpane {
  margin-left: 0;
  margin-right: 10px;
}

.sw-userpane-mobile .sw-eyebrow__tokenpane {
  display: none;
}

.sw-eyebrow__token {
  text-decoration: none;
}

.sw-eyebrow__usermenu {
  background-color: #f4f5f4;
  left: -15px;
  padding: 10px 15px;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: calc(100% + 10px);
  z-index: 2;
}

[dir="rtl"] .sw-eyebrow__usermenu {
  left: 0;
  right: -15px;
}

.sw-eyebrow__usermenu-item {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  position: relative;
  white-space: nowrap;
}

.sw-eyebrow__usermenu-item:first-child {
  border-top: none;
}

.sw-eyebrow__usermenu-item.is-current,
.sw-eyebrow__usermenu-item a:hover {
  font-weight: 700;
}

.sw-eyebrow__usermenu-item a {
  color: #777777;
  display: block;
  padding: 13px 0 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.sw-eyebrow__greeting,
.sw-eyebrow__token {
  text-decoration: underline;
}

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10, mostly.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Green */
/*Shades of Yellow */
/* Purple */
/* Orange */
/* Red */
/* Obvious ones */
/*
Background:
Array index defines the z-index
Left to Right from 1 through Array length.

Usage: 
slector { z-index: index($list, $element) };

Example:
.forms { z-index: index($elements, forms); }

or with mixin defined in _mixins.scss 

.forms { @include z-index($elements, forms); }

Note:
mixin version will print warning for invalid values in CLI
*/
.sw-eyebrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 400;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
  text-transform: uppercase;
}

.sw-eyebrow__language-contrast {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #777777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}

.sw-mainnav .sw-eyebrow__language-contrast {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px auto;
  padding: 30px 0;
}

@media screen and (min-width: 480px) {
  .sw-mainnav .sw-eyebrow__language-contrast {
    width: 80%;
  }
}

.dropdown-active .sw-mainnav .sw-eyebrow__language-contrast {
  display: none;
}

.language-dd-on .sw-eyebrow__language-contrast {
  position: relative;
}

.sw-eyebrow__language {
  position: relative;
}

.language-dd-on .sw-mainnav .sw-eyebrow__language {
  position: static;
}

.sw-eyebrow__language-selector {
  margin-right: 10px;
  padding: 0;
  text-align: left;
}

[dir="rtl"] .sw-eyebrow__language-selector {
  margin-left: 10px;
  margin-right: 0;
  text-align: right;
}

.language-dd-on .sw-mainnav .sw-eyebrow__language-selector {
  font-size: 0;
  left: -35px;
  position: relative;
}

[dir="rtl"] .language-dd-on .sw-mainnav .sw-eyebrow__language-selector {
  left: auto;
  right: -35px;
}

.sw-eyebrow__language-selector img {
  margin-right: 9px;
}

[dir="rtl"] .sw-eyebrow__language-selector img {
  margin-left: 9px;
  margin-right: 0;
}

.language-dd-on .sw-mainnav .sw-eyebrow__language-selector:before {
  border-bottom: 2px solid #006230;
  border-left: 2px solid #006230;
  content: '';
  display: inline-block;
  height: 17px;
  margin-right: 17px;
  position: relative;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 17px;
}

[dir="rtl"] .language-dd-on .sw-mainnav .sw-eyebrow__language-selector:before {
  margin-left: 17px;
  margin-right: 0;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}

.language-dd-on .sw-mainnav .sw-eyebrow__language-selector:after {
  color: #006230;
  content: 'Back';
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
}

.sw-eyebrow__language-current {
  color: #777777;
  font-weight: 700;
  padding-right: 4px;
}

.sw-mainnav .sw-eyebrow__language-current {
  font-size: 18px;
}

.language-dd-on .sw-mainnav .sw-eyebrow__language-current {
  display: none;
}

.contrast-on .sw-eyebrow__language-current {
  color: #000000;
}

[dir="rtl"] .sw-eyebrow__language-current {
  padding-left: 4px;
  padding-right: 0;
}

.sw-eyebrow__language-current:after {
  border-bottom: 1.5px solid #006230;
  border-left: 1.5px solid #006230;
  content: '';
  display: inline-block;
  height: 6px;
  margin: 0 0 0 6px;
  position: relative;
  top: -3px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  width: 6px;
}

[dir="rtl"] .sw-eyebrow__language-current:after {
  margin: 0 6px 0 0;
}

.is-open .sw-eyebrow__language-current:after {
  top: 0;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.sw-mainnav .sw-eyebrow__language-current:after {
  height: 10px;
  top: -2px;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  width: 10px;
}

[dir="rtl"] .sw-mainnav .sw-eyebrow__language-current:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.sw-eyebrow__language-dropdown {
  background-color: #f4f5f4;
  display: none;
  left: -15px;
  padding: 15px;
  position: absolute;
  top: calc(100% + 10px);
  z-index: 2;
}

[dir="rtl"] .sw-eyebrow__language-dropdown {
  left: auto;
  right: -15px;
}

.is-open .sw-eyebrow__language-dropdown {
  display: block;
}

.sw-mainnav .sw-eyebrow__language-dropdown {
  background-color: transparent;
  display: block;
  left: 100vw;
  padding: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

[dir="rtl"] .sw-mainnav .sw-eyebrow__language-dropdown {
  left: auto;
  right: 100vw;
}

.language-dd-on .sw-mainnav .sw-eyebrow__language-dropdown {
  left: 0;
  right: 0;
}

.sw-eyebrow__language-item {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding-left: 27px;
  position: relative;
  white-space: nowrap;
}

[dir="rtl"] .sw-eyebrow__language-item {
  padding-left: 0;
  padding-right: 27px;
}

.sw-eyebrow__language-item:first-child {
  border-top: none;
}

.sw-eyebrow__language-item.is-current:before {
  border-bottom: 1.5px solid #006230;
  border-left: 1.5px solid #006230;
  content: '';
  display: block;
  height: 5px;
  left: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-55deg) translateY(-50%);
      -ms-transform: rotate(-55deg) translateY(-50%);
          transform: rotate(-55deg) translateY(-50%);
  width: 11px;
}

[dir="rtl"] .sw-eyebrow__language-item.is-current:before {
  left: auto;
  right: 8px;
}

.sw-mainnav .sw-eyebrow__language-item {
  border-color: #006230;
  font-size: 20px;
  font-weight: 400;
}

.sw-eyebrow__language-option {
  color: #777777;
  display: block;
  padding: 13px 0 10px;
  text-decoration: none;
}

.is-current .sw-eyebrow__language-option {
  font-weight: 700;
}

.contrast-on .sw-eyebrow__language-option {
  color: #000000;
}

.sw-eyebrow__country-selector {
  color: #777777;
  display: block;
  padding: 13px 0 10px;
  text-decoration: none;
}

.sw-eyebrow__country-selector img {
  height: auto;
  left: 0;
  max-width: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

[dir="rtl"] .sw-eyebrow__country-selector img {
  left: auto;
  right: 0;
}

.contrast-on .sw-eyebrow__country-selector {
  color: #000000;
}

.sw-mainnav .sw-eyebrow__country-selector {
  font-size: 20px;
  font-weight: 400;
}

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10, mostly.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Green */
/*Shades of Yellow */
/* Purple */
/* Orange */
/* Red */
/* Obvious ones */
/*
    CSS multilines ellipsis mixin
    Usage: @include excerpt($font-size: 1.3rem, $line-height: 1.3, $lines-to-show: 3, $excerpt-bg: #fff);
*/
/*
Background:
Array index defines the z-index
Left to Right from 1 through Array length.

Usage: 
slector { z-index: index($list, $element) };

Example:
.forms { z-index: index($elements, forms); }

or with mixin defined in _mixins.scss 

.forms { @include z-index($elements, forms); }

Note:
mixin version will print warning for invalid values in CLI
*/
@media screen and (min-width: 1230px) {
  .sw-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@supports (grid-gap: 30px) {
  @media screen and (min-width: 1230px) {
    .sw-footer {
      display: -ms-grid;
      display: grid;
      grid-gap: 30px;
      -ms-grid-columns: 74% 23.25%;
          grid-template-columns: 74% 23.25%;
    }
  }
}

.sw-footer__box {
  background-color: #8bcd32;
  padding: 30px;
}

@media screen and (min-width: 1230px) {
  .sw-footer__box {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 30px;
    width: 74%;
  }
}

@supports (grid-gap: 30px) {
  @media screen and (min-width: 1230px) {
    .sw-footer__box {
      margin-right: 0;
      width: auto;
    }
  }
}

.sw-footer__title {
  color: #00572d;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
}

.contrast-on .sw-footer__title {
  color: #4c006a;
}

@media screen and (min-width: 768px) {
  .sw-footer__title br {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sw-footer__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.sw-footernav--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 480px) {
  .sw-footernav--mobile {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}

@media screen and (min-width: 1024px) {
  .sw-footernav--mobile {
    display: none;
  }
}

.sw-footernav--mobile .sw-footernav__list {
  margin-right: 20px;
}

@media screen and (min-width: 480px) {
  .sw-footernav--mobile .sw-footernav__list {
    margin-right: 95px;
  }
}

.sw-footernav--mobile .sw-footernav__list:last-child {
  margin-right: 0;
}

.sw-footernav--mobile .sw-footernav__item {
  margin-bottom: 20px;
}

.sw-footernav--mobile .sw-footernav__link {
  color: #00572d;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
}

.contrast-on .sw-footernav--mobile .sw-footernav__link {
  color: #4c006a;
}

.sw-footernav--desktop {
  display: none;
}

@media screen and (min-width: 1024px) {
  .sw-footernav--desktop {
    display: block;
    margin-bottom: 45px;
    width: 100%;
  }
}

.sw-footernav--desktop .sw-footernav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sw-footernav--desktop .sw-footernav__item {
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  margin-right: 30px;
  padding-right: 30px;
}

.sw-footernav--desktop .sw-footernav__item:last-child {
  border-right: none;
  margin-right: 0;
  max-width: 125px;
  padding-right: 0;
}

.sw-footernav--desktop .sw-footernav__header {
  margin-bottom: 5px;
}

.sw-footernav--desktop .sw-footernav__header svg,
.sw-footernav--desktop .sw-footernav__header img {
  display: block;
  margin-bottom: 5px;
}

.sw-footernav--desktop .sw-footernav__link {
  color: #00572d;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.contrast-on .sw-footernav--desktop .sw-footernav__link {
  color: #4c006a;
}

.sw-footernav--desktop .sw-footernav__sublist + .sw-footernav__header {
  margin-top: 20px;
}

.sw-footernav--desktop .sw-footernav__subitem {
  margin-bottom: 3px;
}

.sw-footernav__header {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.sw-footer__connect .sw-footernav__header {
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  .sw-footer__connect .sw-footernav__header {
    margin-bottom: 15px;
  }
}

.contrast-on .sw-footernav__header {
  color: #4c006a;
}

.sw-footernav__item .sw-footernav__header svg, .sw-footernav__item
.sw-footernav__header img {
  height: 41px;
  width: 41px;
}

.sw-footer__connect {
  margin-top: 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sw-footer__connect {
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .sw-footer__connect {
    text-align: left;
  }
}

.sw-footer__connect svg {
  color: #00572d;
  fill: #00572d;
  height: 32px;
  width: 32px;
}

.contrast-on .sw-footer__connect svg {
  color: #4c006a;
  fill: #4c006a;
}

@media screen and (min-width: 480px) {
  .sw-footer__connect svg {
    height: 44px;
    width: 44px;
  }
}

@media screen and (min-width: 768px) {
  .sw-footer__connect svg {
    height: 34px;
    width: 34px;
  }
}

@media screen and (min-width: 1024px) {
  .sw-footer__connect svg {
    height: 21px;
    width: 21px;
  }
}

.sw-footer__connect-list {
  font-size: 0;
  margin: 0;
  padding: 0;
}

.sw-footer__connect-item {
  display: inline-block;
  margin-right: 25px;
}

[dir="rtl"] .sw-footer__connect-item {
  margin-left: 25px;
  margin-right: 0;
}

@media screen and (min-width: 480px) {
  .sw-footer__connect-item {
    margin-right: 35px;
  }
  [dir="rtl"] .sw-footer__connect-item {
    margin-left: 35px;
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .sw-footer__connect-item {
    margin-right: 30px;
  }
}

.sw-footer__connect-item:last-child {
  margin-right: 0;
}

[dir="rtl"] .sw-footer__connect-item:last-child {
  margin-left: 0;
}

.sw-footer__getapp {
  display: none;
  margin: 35px 0 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sw-footer__getapp {
    margin: 30px 0 0;
  }
}

.sw-footer__getapp.is-mobile-device {
  display: block;
}

@media screen and (min-width: 1024px) {
  .sw-footer__getapp.is-mobile-device.for-mobile {
    display: none;
  }
}

.sw-footer__getapp-item {
  color: #006230;
  display: none;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.sw-footer__getapp-item:last-child {
  margin-bottom: 0;
}

.sw-footer__getapp-item.should-show {
  display: block;
}

.sw-footer__getapp-item svg,
.sw-footer__getapp-item img {
  vertical-align: middle;
}

.sw-footer__getapp-item--subway {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}

.sw-footer__getapp-item--subway svg,
.sw-footer__getapp-item--subway img {
  height: 41px;
  margin-right: 15px;
  width: 41px;
}

.sw-footer__getapp-item--subway svg [dir="rtl"],
.sw-footer__getapp-item--subway img [dir="rtl"] {
  margin-left: 15px;
  margin-right: 0;
}

.sw-footer__getapp-item--appstore svg,
.sw-footer__getapp-item--appstore img {
  color: #ffffff;
  fill: #000000;
  height: 67px;
  width: 189px;
}

.sw-footer__getapp-item--googleplay svg,
.sw-footer__getapp-item--googleplay img {
  height: 67px;
  width: 189px;
}

.sw-footer__getapp-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
}

.sw-footer__getapp-title span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-transform: none;
}

.sw-footer__getapp-link {
  text-decoration: none;
}

.sw-footer__ctas {
  margin: 30px 0 0;
}

@media screen and (min-width: 768px) {
  .sw-footer__ctas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1230px) {
  .sw-footer__ctas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
    width: calc(100% - 74% - 30px);
  }
}

@supports (grid-gap: 30px) {
  @media screen and (min-width: 1230px) {
    .sw-footer__ctas {
      width: auto;
    }
  }
}

.sw-footer__ctas-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #4c006a;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 18px;
  font-weight: 400;
  min-height: 138px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
  padding: 28px;
  text-align: center;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .sw-footer__ctas-link {
    margin-bottom: 0;
    width: 48%;
  }
}

@media screen and (min-width: 1230px) {
  .sw-footer__ctas-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 47%;
    width: 100%;
  }
}

.sw-footer__ctas-link:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1230px) {
  .sw-footer__ctas-link:last-child {
    margin-top: auto;
  }
}

.sw-footer__ctas-link:hover {
  color: #ffffff;
}

.sw-footer__ctas-link svg,
.sw-footer__ctas-link img {
  display: block;
  height: 40px;
  max-width: 100%;
  width: 200px;
}

.sw-footer__ctas-link.sw-footer__ctas-link--subculture svg,
.sw-footer__ctas-link.sw-footer__ctas-link--subculture img {
  height: 37px;
  width: 158px;
}

.sw-footer__ctas-link.sw-footer__ctas-link--partners svg,
.sw-footer__ctas-link.sw-footer__ctas-link--partners img {
  height: 27px;
  width: 215px;
}

.sw-footer__ctas-text {
  display: block;
  width: 100%;
}

.sw-footerpane__bottom {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}

.contrast-on .sw-footerpane__bottom {
  color: #000000;
}

@media screen and (min-width: 1024px) {
  .sw-footerpane__bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.sw-footerpane__utility {
  font-size: 0;
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .sw-footerpane__utility {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.sw-footerpane__utility-item {
  display: inline-block;
  font-size: 0;
  line-height: 1;
}

.sw-footerpane__utility-item:after {
  content: '|';
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
}

.sw-footerpane__utility-item:last-child:after {
  content: none;
}

.sw-footerpane__utility-link {
  color: #444343;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding: 0 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.contrast-on .sw-footerpane__utility-link {
  color: #000000;
}

@media screen and (min-width: 480px) {
  .sw-footerpane__utility-link {
    font-size: 13px;
    padding: 0 15px;
  }
}

@media screen and (min-width: 1024px) {
  .sw-footerpane__utility-link {
    font-size: 12px;
    padding: 0 3px;
  }
}

.sw-footerpane__legal {
  font-size: 13px;
  font-weight: 400;
}

.sw-footerpane__legal br {
  display: none;
}

@media screen and (min-width: 480px) {
  .sw-footerpane__legal br {
    display: inline;
  }
}

@media screen and (min-width: 1024px) {
  .sw-footerpane__legal br {
    display: none;
  }
}

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10, mostly.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Green */
/*Shades of Yellow */
/* Purple */
/* Orange */
/* Red */
/* Obvious ones */
/*
    CSS multilines ellipsis mixin
    Usage: @include excerpt($font-size: 1.3rem, $line-height: 1.3, $lines-to-show: 3, $excerpt-bg: #fff);
*/
/*
Background:
Array index defines the z-index
Left to Right from 1 through Array length.

Usage: 
slector { z-index: index($list, $element) };

Example:
.forms { z-index: index($elements, forms); }

or with mixin defined in _mixins.scss 

.forms { @include z-index($elements, forms); }

Note:
mixin version will print warning for invalid values in CLI
*/
.sw-footerlinks {
  margin: 50px auto;
}

@media screen and (min-width: 480px) {
  .sw-footerlinks {
    width: 80%;
  }
}

.dropdown-active .sw-footerlinks,
.language-dd-on .sw-footerlinks {
  display: none;
}

.sw-footerlinks__trigger {
  color: #008938;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 0;
  text-decoration: none;
  text-transform: uppercase;
}

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10, mostly.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Green */
/*Shades of Yellow */
/* Purple */
/* Orange */
/* Red */
/* Obvious ones */
/*
Background:
Array index defines the z-index
Left to Right from 1 through Array length.

Usage: 
slector { z-index: index($list, $element) };

Example:
.forms { z-index: index($elements, forms); }

or with mixin defined in _mixins.scss 

.forms { @include z-index($elements, forms); }

Note:
mixin version will print warning for invalid values in CLI
*/
.sw-freshfit {
  background-color: #8bcd32;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 15px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .sw-freshfit {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .sw-freshfit {
    margin-top: 30px;
  }
}

.sw-freshfit:first-child {
  margin-top: 0;
}

.sw-freshfit__graphic {
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .sw-freshfit__graphic {
    text-align: left;
  }
}

.sw-freshfit__logo {
  height: 56px;
  margin: 25px auto;
  width: 200px;
}

@media screen and (min-width: 1024px) {
  .sw-freshfit__logo {
    margin: 25px 30px;
  }
}

.sw-freshfit__logo svg,
.sw-freshfit__logo img {
  color: #ffffff;
  fill: #ffffff;
  height: 100%;
  width: 100%;
}

.contrast-on .sw-freshfit__logo svg, .contrast-on
.sw-freshfit__logo img {
  color: #4c006a;
  fill: #4c006a;
}

@media screen and (min-width: 1024px) {
  .sw-freshfit__copy-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
}

.sw-freshfit__copy {
  margin: 0 30px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .sw-freshfit__copy {
    text-align: left;
  }
}

.sw-freshfit__title {
  color: #ffffff;
  font-size: 30px;
  font-weight: 900;
  line-height: 28px;
  margin-bottom: 10px;
}

.contrast-on .sw-freshfit__title {
  color: #4c006a;
}

.sw-freshfit__blurb {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.contrast-on .sw-freshfit__blurb {
  color: #4c006a;
}

.sw-freshfit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 45px 20px;
}

@media screen and (min-width: 1024px) {
  .sw-freshfit__list {
    margin: -85px 20px 0 0;
  }
}

.sw-freshfit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 10px;
  max-width: 115px;
}

@media screen and (min-width: 768px) {
  .sw-freshfit__item {
    margin: 0 20px;
  }
}

.sw-freshfit__item:first-child {
  margin-left: 0;
}

.sw-freshfit__item:last-child {
  margin-right: 0;
}

.sw-freshfit__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  background-color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 85px;
  width: 85px;
}

.sw-freshfit__icon svg,
.sw-freshfit__icon img {
  height: 47px;
  width: 58px;
}

.sw-freshfit__info {
  color: #00572d;
  display: block;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
}

.contrast-on .sw-freshfit__info {
  color: #4c006a;
}

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10, mostly.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Green */
/*Shades of Yellow */
/* Purple */
/* Orange */
/* Red */
/* Obvious ones */
/*
    CSS multilines ellipsis mixin
    Usage: @include excerpt($font-size: 1.3rem, $line-height: 1.3, $lines-to-show: 3, $excerpt-bg: #fff);
*/
/*
Background:
Array index defines the z-index
Left to Right from 1 through Array length.

Usage: 
slector { z-index: index($list, $element) };

Example:
.forms { z-index: index($elements, forms); }

or with mixin defined in _mixins.scss 

.forms { @include z-index($elements, forms); }

Note:
mixin version will print warning for invalid values in CLI
*/
.sw-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sw-grid__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .sw-grid__cell:nth-last-child(2):first-child,
  .sw-grid__cell:nth-last-child(2):first-child ~ * {
    width: calc(50% - 20px/2);
  }
}

@media screen and (min-width: 1024px) {
  .sw-grid__cell:nth-last-child(2):first-child,
  .sw-grid__cell:nth-last-child(2):first-child ~ * {
    width: calc(50% - 30px/2);
  }
}

.sw-grid__cell:nth-last-child(2):first-child:nth-child(2),
.sw-grid__cell:nth-last-child(2):first-child ~ *:nth-child(2) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sw-grid__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .sw-grid__inner:nth-last-child(2):first-child:nth-child(1),
  .sw-grid__inner:nth-last-child(2):first-child ~ *:nth-child(1) {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .sw-grid__inner:nth-last-child(2):first-child:nth-child(1),
  .sw-grid__inner:nth-last-child(2):first-child ~ *:nth-child(1) {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .sw-grid__core:nth-last-child(2):first-child,
  .sw-grid__core:nth-last-child(2):first-child ~ * {
    width: calc(50% - 20px/2);
  }
}

@media screen and (min-width: 1024px) {
  .sw-grid__core:nth-last-child(2):first-child,
  .sw-grid__core:nth-last-child(2):first-child ~ * {
    width: calc(50% - 30px/2);
  }
}

/* .sw-grid {

    @media screen and (min-width: $bp-medium-min) {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: calc(25% - 20px/1.5) calc(25% - 20px/1.5) calc(25% - 20px/1.5) calc(25% - 20px/1.5);
        -ms-grid-columns: calc(25% - 20px/1.5) 20px calc(25% - 20px/1.5) 20px calc(25% - 20px/1.5) 20px calc(25% - 20px/1.5);
        -ms-grid-rows: auto 20px auto;
    }
    
}

.sw-grid__cell {
    &:nth-child(1) {
        @media screen and (min-width: $bp-medium-min) {
            grid-row: 1/3;
            grid-column: 1/3;
            -ms-grid-column: 1;
            -ms-grid-row: 1;
            -ms-grid-row-span: 3;
        }
    }

    &:nth-child(4) {
        @media screen and (min-width: $bp-medium-min) {
            grid-column: 3/5;
            -ms-grid-column: 3;
            -ms-grid-row: 2;
            -ms-grid-column-span: 5;
        }
    }
} */

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10, mostly.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Green */
/*Shades of Yellow */
/* Purple */
/* Orange */
/* Red */
/* Obvious ones */
/*
    CSS multilines ellipsis mixin
    Usage: @include excerpt($font-size: 1.3rem, $line-height: 1.3, $lines-to-show: 3, $excerpt-bg: #fff);
*/
/*
Background:
Array index defines the z-index
Left to Right from 1 through Array length.

Usage: 
slector { z-index: index($list, $element) };

Example:
.forms { z-index: index($elements, forms); }

or with mixin defined in _mixins.scss 

.forms { @include z-index($elements, forms); }

Note:
mixin version will print warning for invalid values in CLI
*/
.sw-hamburger {
  cursor: pointer;
  font-size: 0;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .sw-hamburger {
    display: none;
  }
}

.sw-hamburger span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #006230;
  margin: 5px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.mobile-nav-open .sw-hamburger span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
      -ms-transform: rotate(-45deg) translate(-6px, 6px);
          transform: rotate(-45deg) translate(-6px, 6px);
}

.mobile-nav-open .sw-hamburger span:nth-child(2) {
  opacity: 0;
}

.mobile-nav-open .sw-hamburger span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-5px, -6px);
      -ms-transform: rotate(45deg) translate(-5px, -6px);
          transform: rotate(45deg) translate(-5px, -6px);
}

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10, mostly.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Green */
/*Shades of Yellow */
/* Purple */
/* Orange */
/* Red */
/* Obvious ones */
/*
Background:
Array index defines the z-index
Left to Right from 1 through Array length.

Usage: 
slector { z-index: index($list, $element) };

Example:
.forms { z-index: index($elements, forms); }

or with mixin defined in _mixins.scss 

.forms { @include z-index($elements, forms); }

Note:
mixin version will print warning for invalid values in CLI
*/
.sw-headerpane {
  position: relative;
}

.sw-headerpane.sw-headerpane--sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 8;
}

.sw-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  position: relative;
}

.sw-logo {
  height: 25px;
  margin: 0 auto;
  width: 125px;
}

@media screen and (min-width: 1024px) {
  .sw-logo {
    height: 48px;
    margin: 0;
    width: 239px;
  }
}

.contrast-on .sw-logo .sw-logo__regular {
  display: none;
}

.sw-logo .sw-logo__contrast {
  display: none;
}

.contrast-on .sw-logo .sw-logo__contrast {
  display: block;
}

.sw-logo img,
.sw-logo svg {
  height: 25px;
  width: 125px;
}

@media screen and (min-width: 1024px) {
  .sw-logo img,
  .sw-logo svg {
    height: 48px;
    width: 239px;
  }
}

.contrast-on .sw-logo img, .contrast-on
.sw-logo svg {
  color: #000000;
  fill: #000000;
}

.sw-mainnav {
  display: none;
}

@media screen and (min-width: 1024px) {
  .sw-mainnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mobile-nav-open .sw-mainnav {
  background-color: #ffffff;
  bottom: -1px;
  display: block;
  left: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 60px 20px 20px;
  position: fixed;
  right: 0;
  top: 59px;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 1024px) {
  .mobile-nav-open .sw-mainnav {
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: inherit;
    padding: 0;
    position: static;
  }
}

.sw-mainnav__list {
  margin: 50px auto;
  position: relative;
}

@media screen and (min-width: 480px) {
  .sw-mainnav__list {
    width: 80%;
  }
}

@media screen and (min-width: 1024px) {
  .sw-mainnav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
    position: static;
    width: auto;
  }
}

.language-dd-on .sw-mainnav__list {
  display: none;
}

@media screen and (min-width: 1024px) {
  .language-dd-on .sw-mainnav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sw-mainnav__item {
  border-bottom: 1px solid #006230;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
}

@media screen and (min-width: 1024px) {
  .sw-mainnav__item {
    border: none;
    font-size: 14px;
    font-weight: 700;
  }
}

.sw-mainnav__item.sw-mainnav__item--order {
  display: none;
}

@media screen and (min-width: 1024px) {
  .sw-mainnav__item.sw-mainnav__item--order {
    display: inherit;
    margin-left: 15px;
  }
}

.sw-mainnav__item:last-child {
  margin-right: 0;
}

[dir="rtl"] .sw-mainnav__item:last-child {
  margin-left: 0;
}

@media screen and (min-width: 1024px) {
  .sw-mainnav__item.dropdown-open .sw-mainnav__dropdown {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@media screen and (min-width: 1024px) {
  .sw-mainnav__item.dropdown-open .sw-mainnav__link:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.sw-mainnav__item.dropdown-open .sw-mainnav__dropdown-content {
  opacity: 1;
  -webkit-transition: opacity .3s ease .3s;
  transition: opacity .3s ease .3s;
}

.sw-mainnav__dropdown {
  background-color: #ffffff;
  bottom: -2px;
  left: 130%;
  padding-top: 50px;
  position: absolute;
  right: -2px;
  top: -2px;
  -webkit-transition: .3s;
  transition: .3s;
  visibility: hidden;
  width: calc(100% + 4px);
  z-index: 1;
}

[dir="rtl"] .sw-mainnav__dropdown {
  left: auto;
  right: 100vw;
}

@media screen and (min-width: 1024px) {
  .sw-mainnav__dropdown {
    background-color: rgba(255, 255, 255, 0.95);
    bottom: auto;
    left: 0;
    margin-left: -30px;
    margin-right: -30px;
    padding: 60px 30px 30px;
    right: 0px;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    top: 100%;
    width: auto;
  }
  [dir="rtl"] .sw-mainnav__dropdown {
    left: 0;
    right: 0;
  }
}

.contrast-on .sw-mainnav__dropdown {
  background-color: #ffffff;
}

.dropdown-open .sw-mainnav__dropdown {
  left: -2px;
  visibility: visible;
}

[dir="rtl"] .dropdown-open .sw-mainnav__dropdown {
  right: -2px;
}

@media screen and (min-width: 1024px) {
  .dropdown-open .sw-mainnav__dropdown {
    left: 0;
  }
}

.sw-mainnav__link {
  color: #006230;
  display: block;
  font-family: "Roboto";
  font-weight: 500;
  line-height: 1;
  padding: 20px 0;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: 100%;
}

[dir="rtl"] .sw-mainnav__link {
  text-align: right;
}

@media screen and (min-width: 1024px) {
  .sw-mainnav__link {
    font-weight: inherit;
    padding: 10px 15px 8px;
    position: static;
    text-align: inherit;
    text-transform: uppercase;
    width: auto;
  }
}

.sw-mainnav__link:after {
  border-bottom: 2px solid #006230;
  border-left: 2px solid #006230;
  content: '';
  display: block;
  height: 17px;
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(225deg);
      -ms-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
  width: 17px;
}

[dir="rtl"] .sw-mainnav__link:after {
  left: 4px;
  right: auto;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 1024px) {
  .sw-mainnav__link:after {
    border: none;
    border-bottom: 1px solid #006230;
    content: '';
    display: block;
    height: auto;
    margin: 2px 0 0;
    position: static;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: .3s;
    transition: .3s;
    width: auto;
  }
  [dir="rtl"] .sw-mainnav__link:after {
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
  }
}

.sw-mainnav__item--order .sw-mainnav__link {
  background-color: #008938;
  color: #ffffff;
}

.sw-mainnav__item--order .sw-mainnav__link:after {
  content: none;
}

.sw-mainnav__item--order .sw-mainnav__link:hover, .sw-mainnav__item--order .sw-mainnav__link:focus {
  background-color: #006230;
}

@media screen and (min-width: 1024px) {
  .sw-mainnav__link:hover:after, .sw-mainnav__link:focus:after,
  .is-current .sw-mainnav__link:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.sw-mainnav__item--menu .sw-mainnav__dropdown-menu {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .sw-mainnav__item--menu .sw-mainnav__dropdown-menu {
    margin-right: auto;
    width: 380px;
  }
  [dir="rtl"] .sw-mainnav__item--menu .sw-mainnav__dropdown-menu {
    margin-right: 0;
    margin-left: auto;
  }
}

.sw-mainnav__dropdown-content {
  padding: 0 0 50px 0;
}

@media screen and (min-width: 1024px) {
  .sw-mainnav__dropdown-content {
    opacity: 0;
    padding: 0;
    -webkit-transition: opacity .1s ease 0s;
    transition: opacity .1s ease 0s;
  }
}

.sw-mainnav__item--menu .sw-mainnav__dropdown-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .sw-mainnav__item--menu .sw-mainnav__dropdown-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.sw-mainnav__dropdown-title {
  color: #008938;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 15px;
  text-align: left;
  text-transform: uppercase;
  display: none;
}

.sw-mainnav__dropdown-title svg {
  fill: #8bcd32;
  height: 19px;
  margin-right: 5px;
  width: 20px;
}

[dir="rtl"] .sw-mainnav__dropdown-title svg {
  margin-left: 5px;
  margin-right: 0;
}

.sw-mainnav__dropdown-title a {
  color: #008938;
  text-decoration: none;
}

.sw-mainnav__dropdown-title a:link, .sw-mainnav__dropdown-title a:active, .sw-mainnav__dropdown-title a:visited {
  color: #008938;
}

.sw-mainnav__dropdown-title .sw-meta {
  color: #006230;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  margin-left: 10px;
  margin-top: 0;
  text-transform: none;
}

[dir="rtl"] .sw-mainnav__dropdown-title .sw-meta {
  margin-left: 0;
  margin-right: 10px;
}

.sw-mainnav__dropdown-title__featured {
  margin-top: 8px !important;
}

.sw-mainnav__item--menu .sw-mainnav__dropdown-links {
  font-size: 0;
}

.sw-mainnav__dropdown-links .sw-mainnav__dropdown-item:nth-child(2n) {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .sw-mainnav__dropdown-item {
    max-width: 226px;
  }
}

.sw-mainnav__item--menu .sw-mainnav__dropdown-item {
  border-bottom: 1px solid #006230;
  display: block;
  font-size: 20px;
  font-weight: 400;
}

@media screen and (min-width: 1024px) {
  .sw-mainnav__item--menu .sw-mainnav__dropdown-item {
    border-bottom: none;
    border-top: 1px solid #006230;
    display: inline-block;
    font-size: 18px;
    margin-right: 45px;
    max-width: none;
    width: calc(50% - 45px/2);
  }
  [dir="rtl"] .sw-mainnav__item--menu .sw-mainnav__dropdown-item {
    margin-left: 45px;
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .sw-mainnav__item--menu .sw-mainnav__dropdown-item:nth-child(1), .sw-mainnav__item--menu .sw-mainnav__dropdown-item:nth-child(2) {
    border-top: none;
  }
}

@media screen and (min-width: 1024px) {
  .sw-mainnav__item--menu .sw-mainnav__dropdown-item:last-child {
    margin-right: 0;
  }
  [dir="rtl"] .sw-mainnav__item--menu .sw-mainnav__dropdown-item:last-child {
    margin-left: 0;
  }
}

.sw-mainnav__item--menu .sw-mainnav__dropdown-item a {
  color: #006230;
  display: block;
  padding: 10px 0;
  text-decoration: none;
}

.sw-mainnav__item--menu .sw-mainnav__dropdown-item a:hover, .sw-mainnav__item--menu .sw-mainnav__dropdown-item a.is-current {
  font-weight: 900;
}

@media screen and (min-width: 1024px) {
  .sw-mainnav__item--menu .sw-mainnav__dropdown-item a.sw-mainnav__dropdown-cta {
    padding: 0;
  }
}

@media screen and (min-width: 1024px) {
  .sw-mainnav__item--menu .sw-mainnav__dropdown-item a.sw-mainnav__dropdown-cta:hover {
    font-weight: 400;
  }
}

.sw-mainnav__item--menu .sw-mainnav__dropdown-item .sw-status {
  color: #006230;
  font-weight: 500;
}

.sw-mainnav__dropdown-media {
  max-height: 226px;
  max-width: 226px;
  overflow: hidden;
  position: relative;
}

.sw-mainnav__dropdown-item--featured .sw-mainnav__dropdown-media {
  max-width: 436px;
}

.sw-mainnav__dropdown-media img {
  max-width: 100%;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.sw-mainnav__dropdown-media:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.sw-mainnav__dropdown-media:hover img.no-zoom {
  -webkit-transform: inherit;
      -ms-transform: inherit;
          transform: inherit;
}

@media screen and (min-width: 1024px) {
  .sw-mainnav__dropdown-tiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sw-mainnav__dropdown-tiles .sw-mainnav__dropdown-item {
  border-bottom: 1px solid #006230;
  display: block;
  font-size: 20px;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .sw-mainnav__dropdown-tiles .sw-mainnav__dropdown-item {
    border: none;
    margin-right: 10px;
    max-width: 226px;
    width: calc(100%/5);
  }
  [dir="rtl"] .sw-mainnav__dropdown-tiles .sw-mainnav__dropdown-item {
    margin-left: 10px;
    margin-right: 0;
  }
}

.sw-mainnav__dropdown-tiles .sw-mainnav__dropdown-item:last-child {
  margin-right: 0;
}

[dir="rtl"] .sw-mainnav__dropdown-tiles .sw-mainnav__dropdown-item:last-child {
  margin-left: 0;
}

@media screen and (min-width: 1024px) {
  .sw-mainnav__item--menu .sw-mainnav__dropdown-tiles .sw-mainnav__dropdown-item {
    width: auto;
  }
}

.sw-mainnav__dropdown-tiles .sw-mainnav__dropdown-item.sw-mainnav__dropdown-item--featured {
  display: none;
}

@media screen and (min-width: 1024px) {
  .sw-mainnav__dropdown-tiles .sw-mainnav__dropdown-item.sw-mainnav__dropdown-item--featured {
    display: block;
    margin-left: 0px;
    max-width: 80%;
  }
}

.sw-mainnav__dropdown-cta {
  color: #008938;
  display: block;
  font-size: 20px;
  font-weight: 400;
  padding: 10px 0;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

@media screen and (min-width: 1024px) {
  .sw-mainnav__dropdown-cta {
    font-size: 16px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
  }
}

.sw-mainnav__dropdown-cta img {
  display: block;
  height: auto;
  max-width: 100%;
}

@media screen and (min-width: 1024px) {
  .sw-mainnav__dropdown-cta span {
    display: block;
    margin-top: 15px;
  }
}

@media screen and (min-width: 1024px) {
  .sw-mainnav__item--menu .sw-mainnav__dropdown-cta {
    padding: 0;
  }
}

.sw-mainnav__dropdown-tiles .sw-mainnav__dropdown-cta {
  color: #006230;
}

.sw-mainnav__dropdown-tiles .sw-mainnav__dropdown-cta:hover {
  font-weight: 900;
}

@media screen and (min-width: 1024px) {
  .sw-mainnav__dropdown-tiles .sw-mainnav__dropdown-cta:hover {
    font-weight: 400;
  }
}

.sw-mainnav__dropdown-media {
  display: none;
}

@media screen and (min-width: 1024px) {
  .sw-mainnav__dropdown-media {
    display: block;
  }
}

.sw-mainnav__dropdown-close {
  color: #008938;
  font-size: 0;
  padding: 0;
  left: 0px;
  position: absolute;
  top: 0;
}

[dir="rtl"] .sw-mainnav__dropdown-close {
  left: auto;
  right: 0;
}

@media screen and (min-width: 480px) {
  .sw-mainnav__dropdown-close {
    left: -35px;
  }
  [dir="rtl"] .sw-mainnav__dropdown-close {
    left: auto;
    right: -35px;
  }
}

@media screen and (min-width: 1024px) {
  .sw-mainnav__dropdown-close {
    font-size: 12px;
    left: auto;
    right: 30px;
    text-transform: uppercase;
    top: 15px;
  }
  [dir="rtl"] .sw-mainnav__dropdown-close {
    left: 30px;
    right: auto;
  }
}

.sw-mainnav__dropdown-close:after {
  color: #006230;
  content: 'Back';
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
}

@media screen and (min-width: 1024px) {
  .sw-mainnav__dropdown-close:after {
    content: none;
  }
}

.sw-mainnav__dropdown-close:before {
  border-bottom: 2px solid #006230;
  border-left: 2px solid #006230;
  content: '';
  display: inline-block;
  height: 17px;
  margin-right: 17px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 17px;
}

@media screen and (min-width: 1024px) {
  .sw-mainnav__dropdown-close:before {
    content: none;
  }
}

[dir="rtl"] .sw-mainnav__dropdown-close:before {
  margin-left: 17px;
  margin-right: 0;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10, mostly.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Green */
/*Shades of Yellow */
/* Purple */
/* Orange */
/* Red */
/* Obvious ones */
/*
Background:
Array index defines the z-index
Left to Right from 1 through Array length.

Usage: 
slector { z-index: index($list, $element) };

Example:
.forms { z-index: index($elements, forms); }

or with mixin defined in _mixins.scss 

.forms { @include z-index($elements, forms); }

Note:
mixin version will print warning for invalid values in CLI
*/
.sw-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .sw-hero.sw-hero--menu-detail .sw-hero__media img {
    height: 125% !important;
    -o-object-position: right !important;
       object-position: right !important;
    margin-top: -50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .sw-hero.sw-hero--menu-detail .sw-hero__media img {
    height: 130% !important;
    -o-object-position: right !important;
       object-position: right !important;
    margin-top: -50px;
  }
}

@media screen and (max-width: 479px) {
  .sw-hero.sw-hero--menu-detail .sw-hero__media img {
    height: 100% !important;
    margin-top: 0 !important;
  }
}

.sw-hero__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.sw-hero__slider.slick-slider {
  display: block;
}

.sw-hero--main .sw-hero__slider,
.sw-hero--secondary .sw-hero__slider {
  display: block;
}

@media screen and (min-width: 768px) {
  .sw-hero--main .sw-hero__slider,
  .sw-hero--secondary .sw-hero__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sw-hero__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

.slick-slider .sw-hero__slide {
  display: block;
}

.sw-hero--main .sw-hero__slide,
.sw-hero--secondary .sw-hero__slide {
  display: block;
}

@media screen and (min-width: 768px) {
  .sw-hero--main .sw-hero__slide,
  .sw-hero--secondary .sw-hero__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sw-hero__media {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.slick-slider .sw-hero__media {
  position: static;
}

.sw-hero--main .sw-hero__media,
.sw-hero--secondary .sw-hero__media {
  position: static;
}

@media screen and (min-width: 768px) {
  .sw-hero--main .sw-hero__media,
  .sw-hero--secondary .sw-hero__media {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.sw-hero__media picture {
  min-height: 270px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .sw-hero__media picture {
    min-height: 420px;
  }
}

@media screen and (min-width: 1024px) {
  .sw-hero__media picture {
    min-height: 650px;
  }
}

.sw-footerpane .sw-hero--slim .sw-hero__media picture {
  min-height: 200px;
}

@media screen and (min-width: 768px) {
  .sw-footerpane .sw-hero--slim .sw-hero__media picture {
    min-height: 220px;
  }
}

@media screen and (min-width: 1024px) {
  .sw-footerpane .sw-hero--slim .sw-hero__media picture {
    min-height: 380px;
  }
}

@media screen and (min-width: 768px) {
  .sw-hero--secondary .sw-hero__media picture {
    min-height: 366px;
  }
}

@media screen and (min-width: 1024px) {
  .sw-hero--secondary .sw-hero__media picture {
    min-height: 480px;
  }
}

@media screen and (min-width: 768px) {
  .sw-hero--main .sw-hero__media picture {
    min-height: 420px;
  }
}

@media screen and (min-width: 1024px) {
  .sw-hero--main .sw-hero__media picture {
    min-height: 650px;
  }
}

.sw-hero__media img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.sw-hero:not(.sw-hero--main) .sw-hero__media img,
.sw-hero:not(.sw-hero--secondary) .sw-hero__media img {
  position: absolute;
}

.sw-hero.sw-hero--main .sw-hero__media img,
.sw-hero.sw-hero--secondary .sw-hero__media img {
  position: static;
}

@media screen and (min-width: 768px) {
  .sw-hero.sw-hero--main .sw-hero__media img,
  .sw-hero.sw-hero--secondary .sw-hero__media img {
    position: absolute;
  }
}

.sw-hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 270px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .sw-hero__content {
    min-height: 420px;
  }
}

@media screen and (min-width: 1024px) {
  .sw-hero__content {
    min-height: 650px;
  }
}

@media screen and (min-width: 768px) {
  .sw-hero--secondary .sw-hero__content {
    min-height: 366px;
  }
}

@media screen and (min-width: 1024px) {
  .sw-hero--secondary .sw-hero__content {
    min-height: 480px;
  }
}

.sw-footerpane .sw-hero--slim .sw-hero__content {
  min-height: 200px;
}

@media screen and (min-width: 768px) {
  .sw-footerpane .sw-hero--slim .sw-hero__content {
    min-height: 220px;
  }
}

@media screen and (min-width: 1024px) {
  .sw-footerpane .sw-hero--slim .sw-hero__content {
    min-height: 380px;
  }
}

@media screen and (min-width: 768px) {
  .slick-slider .sw-hero__content {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
  }
}

.contrast-on .sw-hero__content {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.sw-hero__slide--dark .sw-hero__content {
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .sw-hero--main .sw-hero__slide--dark .sw-hero__content,
  .sw-hero--secondary .sw-hero__slide--dark .sw-hero__content {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .contrast-on .sw-hero--main .sw-hero__slide--dark .sw-hero__content, .contrast-on
  .sw-hero--secondary .sw-hero__slide--dark .sw-hero__content {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.contrast-on .sw-hero__slide--dark .sw-hero__content {
  background-color: rgba(0, 0, 0, 0.5);
}

.sw-hero--main .sw-hero__content,
.sw-hero--secondary .sw-hero__content {
  background-color: #8bcd32;
  display: block;
  height: 100%;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sw-hero--main .sw-hero__content,
  .sw-hero--secondary .sw-hero__content {
    min-height: auto;
  }
}

@media screen and (min-width: 768px) {
  .sw-hero--main .sw-hero__content,
  .sw-hero--secondary .sw-hero__content {
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.contrast-on .sw-hero--main .sw-hero__content, .contrast-on
.sw-hero--secondary .sw-hero__content {
  background-color: #8bcd32;
}

@media screen and (min-width: 768px) {
  .contrast-on .sw-hero--main .sw-hero__content, .contrast-on
  .sw-hero--secondary .sw-hero__content {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.sw-hero__slide--dark .sw-hero--main .sw-hero__content, .sw-hero__slide--dark
.sw-hero--secondary .sw-hero__content {
  background-color: #8bcd32;
}

@media screen and (min-width: 768px) {
  .sw-hero__slide--dark .sw-hero--main .sw-hero__content, .sw-hero__slide--dark
  .sw-hero--secondary .sw-hero__content {
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
  }
}

@media screen and (max-width: 767px) {
  .sw-hero__content {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .sw-hero__content.is-aligned-topleft .sw-container__centered {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sw-container--rewarded .sw-hero__content.is-aligned-topleft .sw-container__centered,
  .sw-hero--menu-detail .sw-hero__content.is-aligned-topleft .sw-container__centered,
  .sw-hero--secondary .sw-hero__content.is-aligned-topleft .sw-container__centered,
  .sw-hero--main .sw-hero__content.is-aligned-topleft .sw-container__centered {
    text-align: left;
  }
  [dir='rtl'] .sw-container--rewarded .sw-hero__content.is-aligned-topleft .sw-container__centered, [dir='rtl']
  .sw-hero--menu-detail .sw-hero__content.is-aligned-topleft .sw-container__centered, [dir='rtl']
  .sw-hero--secondary .sw-hero__content.is-aligned-topleft .sw-container__centered, [dir='rtl']
  .sw-hero--main .sw-hero__content.is-aligned-topleft .sw-container__centered {
    text-align: right;
  }
  .sw-hero__content.is-aligned-topcenter {
    text-align: center;
  }
  .sw-hero__content.is-aligned-topcenter .sw-container__centered {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sw-hero__content.is-aligned-topright .sw-container__centered {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .sw-container--rewarded .sw-hero__content.is-aligned-topright .sw-container__centered,
  .sw-hero--menu-detail .sw-hero__content.is-aligned-topright .sw-container__centered,
  .sw-hero--secondary .sw-hero__content.is-aligned-topright .sw-container__centered,
  .sw-hero--main .sw-hero__content.is-aligned-topright .sw-container__centered {
    text-align: right;
  }
  [dir='rtl'] .sw-container--rewarded .sw-hero__content.is-aligned-topright .sw-container__centered, [dir='rtl']
  .sw-hero--menu-detail .sw-hero__content.is-aligned-topright .sw-container__centered, [dir='rtl']
  .sw-hero--secondary .sw-hero__content.is-aligned-topright .sw-container__centered, [dir='rtl']
  .sw-hero--main .sw-hero__content.is-aligned-topright .sw-container__centered {
    text-align: left;
  }
  .sw-hero__content.is-aligned-centerleft .sw-container__centered {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sw-container--rewarded .sw-hero__content.is-aligned-centerleft .sw-container__centered,
  .sw-hero--menu-detail .sw-hero__content.is-aligned-centerleft .sw-container__centered,
  .sw-hero--secondary .sw-hero__content.is-aligned-centerleft .sw-container__centered,
  .sw-hero--main .sw-hero__content.is-aligned-centerleft .sw-container__centered {
    text-align: left;
  }
  [dir='rtl'] .sw-container--rewarded .sw-hero__content.is-aligned-centerleft .sw-container__centered, [dir='rtl']
  .sw-hero--menu-detail .sw-hero__content.is-aligned-centerleft .sw-container__centered, [dir='rtl']
  .sw-hero--secondary .sw-hero__content.is-aligned-centerleft .sw-container__centered, [dir='rtl']
  .sw-hero--main .sw-hero__content.is-aligned-centerleft .sw-container__centered {
    text-align: right;
  }
  .sw-hero__content.is-aligned-center {
    text-align: center;
  }
  .sw-hero__content.is-aligned-center .sw-container__centered {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sw-hero__content.is-aligned-centerright .sw-container__centered {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .sw-container--rewarded .sw-hero__content.is-aligned-centerright .sw-container__centered,
  .sw-hero--menu-detail .sw-hero__content.is-aligned-centerright .sw-container__centered,
  .sw-hero--secondary .sw-hero__content.is-aligned-centerright .sw-container__centered,
  .sw-hero--main .sw-hero__content.is-aligned-centerright .sw-container__centered {
    text-align: right;
  }
  [dir='rtl'] .sw-container--rewarded .sw-hero__content.is-aligned-centerright .sw-container__centered, [dir='rtl']
  .sw-hero--menu-detail .sw-hero__content.is-aligned-centerright .sw-container__centered, [dir='rtl']
  .sw-hero--secondary .sw-hero__content.is-aligned-centerright .sw-container__centered, [dir='rtl']
  .sw-hero--main .sw-hero__content.is-aligned-centerright .sw-container__centered {
    text-align: left;
  }
  .sw-hero__content.is-aligned-bottomleft .sw-container__centered {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sw-container--rewarded .sw-hero__content.is-aligned-bottomleft .sw-container__centered,
  .sw-hero--menu-detail .sw-hero__content.is-aligned-bottomleft .sw-container__centered,
  .sw-hero--secondary .sw-hero__content.is-aligned-bottomleft .sw-container__centered,
  .sw-hero--main .sw-hero__content.is-aligned-bottomleft .sw-container__centered {
    text-align: left;
  }
  [dir='rtl'] .sw-container--rewarded .sw-hero__content.is-aligned-bottomleft .sw-container__centered, [dir='rtl']
  .sw-hero--menu-detail .sw-hero__content.is-aligned-bottomleft .sw-container__centered, [dir='rtl']
  .sw-hero--secondary .sw-hero__content.is-aligned-bottomleft .sw-container__centered, [dir='rtl']
  .sw-hero--main .sw-hero__content.is-aligned-bottomleft .sw-container__centered {
    text-align: right;
  }
  .sw-hero__content.is-aligned-bottomcenter {
    text-align: center;
  }
  .sw-hero__content.is-aligned-bottomcenter .sw-container__centered {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sw-hero__content.is-aligned-bottomright .sw-container__centered {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .sw-container--rewarded .sw-hero__content.is-aligned-bottomright .sw-container__centered,
  .sw-hero--menu-detail .sw-hero__content.is-aligned-bottomright .sw-container__centered,
  .sw-hero--secondary .sw-hero__content.is-aligned-bottomright .sw-container__centered,
  .sw-hero--main .sw-hero__content.is-aligned-bottomright .sw-container__centered {
    text-align: right;
  }
  [dir='rtl'] .sw-container--rewarded .sw-hero__content.is-aligned-bottomright .sw-container__centered, [dir='rtl']
  .sw-hero--menu-detail .sw-hero__content.is-aligned-bottomright .sw-container__centered, [dir='rtl']
  .sw-hero--secondary .sw-hero__content.is-aligned-bottomright .sw-container__centered, [dir='rtl']
  .sw-hero--main .sw-hero__content.is-aligned-bottomright .sw-container__centered {
    text-align: left;
  }
}

.sw-hero__content .sw-container__centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .sw-hero__content .sw-container__centered {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.sw-hero__copy {
  font-weight: 400;
  margin: 30px 0;
  max-width: 584px;
}

@media screen and (min-width: 768px) {
  .sw-hero__copy {
    margin: 60px 0;
  }
}

.slick-slider .sw-hero__copy {
  margin-bottom: 60px;
}

@media screen and (min-width: 1024px) {
  .slick-slider .sw-hero__copy {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media screen and (min-width: 768px) {
  .sw-hero--main .sw-hero__copy,
  .sw-hero--secondary .sw-hero__copy {
    max-width: 340px;
  }
}

@media screen and (min-width: 1024px) {
  .sw-hero--main .sw-hero__copy,
  .sw-hero--secondary .sw-hero__copy {
    max-width: 584px;
  }
}

@media screen and (min-width: 768px) {
  .has-hero .sw-hero--main .sw-hero__copy, .has-hero
  .sw-hero--secondary .sw-hero__copy {
    margin-top: 87px;
  }
}

@media screen and (min-width: 1024px) {
  .has-hero .sw-hero--main .sw-hero__copy, .has-hero
  .sw-hero--secondary .sw-hero__copy {
    margin-top: 89px;
  }
}

@media screen and (min-width: 768px) {
  .sw-hero--plump .sw-hero__copy {
    margin: 90px 0;
  }
}

@media screen and (min-width: 768px) {
  .has-hero .sw-hero--main .is-aligned-topleft .sw-hero__copy, .has-hero
  .sw-hero--secondary .is-aligned-topleft .sw-hero__copy, .has-hero .sw-hero--main
  .is-aligned-topcenter .sw-hero__copy, .has-hero
  .sw-hero--secondary
  .is-aligned-topcenter .sw-hero__copy, .has-hero .sw-hero--main
  .is-aligned-topright .sw-hero__copy, .has-hero
  .sw-hero--secondary
  .is-aligned-topright .sw-hero__copy {
    margin-top: 107px;
  }
}

@media screen and (min-width: 1024px) {
  .has-hero .sw-hero--main .is-aligned-topleft .sw-hero__copy, .has-hero
  .sw-hero--secondary .is-aligned-topleft .sw-hero__copy, .has-hero .sw-hero--main
  .is-aligned-topcenter .sw-hero__copy, .has-hero
  .sw-hero--secondary
  .is-aligned-topcenter .sw-hero__copy, .has-hero .sw-hero--main
  .is-aligned-topright .sw-hero__copy, .has-hero
  .sw-hero--secondary
  .is-aligned-topright .sw-hero__copy {
    margin-top: 119px;
  }
}

.sw-hero__title {
  color: #ffffff;
  font-size: 60px;
  font-weight: 900;
  line-height: 56px;
  text-transform: uppercase;
}

.sw-hero--slim .sw-hero__title {
  font-size: 30px;
  line-height: 1;
  text-transform: none;
}

.sw-hero--plump .sw-hero__title {
  font-size: 40px;
  line-height: 1;
  text-transform: none;
}

@media screen and (min-width: 768px) {
  .sw-hero--plump .sw-hero__title {
    font-size: 50px;
  }
}

.sw-hero--menu-detail .sw-hero__title {
  line-height: 1;
  text-transform: none;
}

.has-darkcolor .sw-hero__title {
  color: #09602b;
}

.contrast-on .has-darkcolor .sw-hero__title {
  color: #ffffff;
}

@media screen and (max-width: 1023px) {
  .sw-hero--main .sw-hero__title,
  .sw-hero--secondary .sw-hero__title {
    font-size: 50px;
    line-height: 48px;
  }
}

@media screen and (max-width: 767px) {
  .contrast-on .sw-hero--main .sw-hero__title, .contrast-on
  .sw-hero--secondary .sw-hero__title {
    color: #4c006a;
  }
}

.sw-hero__meta {
  display: block;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 5px;
  text-transform: none;
}

@media screen and (max-width: 767px) {
  .contrast-on .sw-hero--main .sw-hero__meta, .contrast-on
  .sw-hero--secondary .sw-hero__meta {
    color: #4c006a;
  }
}

.sw-hero__subtitle {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  margin-top: 15px;
}

.has-darkcolor .sw-hero__subtitle {
  color: #09602b;
}

.contrast-on .has-darkcolor .sw-hero__subtitle {
  color: #ffffff;
}

.sw-hero__subtitle + .sw-hero__text {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .contrast-on .sw-hero--main .sw-hero__subtitle, .contrast-on
  .sw-hero--secondary .sw-hero__subtitle {
    color: #4c006a;
  }
}

.sw-hero__text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 15px;
}

@media screen and (min-width: 1024px) {
  .sw-hero__text {
    font-size: 20px;
    line-height: 28px;
  }
}

.has-darkcolor .sw-hero__text {
  color: #444343;
}

.contrast-on .has-darkcolor .sw-hero__text {
  color: #ffffff;
}

.sw-hero--plump .sw-hero__text a:not(.sw-hero__cta) {
  color: #ffffff;
  text-decoration: underline;
}

.sw-hero--plump .sw-hero__text a:not(.sw-hero__cta):hover {
  color: #ffffff;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .contrast-on .sw-hero--main .sw-hero__text, .contrast-on
  .sw-hero--secondary .sw-hero__text {
    color: #4c006a;
  }
}

.sw-hero__text .for-desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .sw-hero__text .for-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .sw-hero__text .for-mobile {
    display: none;
  }
}

.sw-hero__cta {
  margin-top: 30px;
}

.slick-slider .sw-hero__cta {
  margin-bottom: 0;
  margin-top: 30px;
}

.sw-hero__cta + .sw-hero__cta {
  margin-left: 40px;
}

.sw-hero__rewards-logo {
  margin: 0 0 10px;
}

@media screen and (min-width: 768px) {
  .sw-hero__rewards-logo {
    margin: 0 0 30px;
  }
}

@media screen and (min-width: 1024px) {
  .sw-hero__rewards-logo {
    margin: 0 0 80px;
  }
}

.sw-hero__rewards-logo .for-desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .sw-hero__rewards-logo .for-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .sw-hero__rewards-logo .for-mobile {
    display: none;
  }
}

.sw-hero__rewards-logo svg {
  width: 150px;
}

@media screen and (min-width: 768px) {
  .sw-hero__rewards-logo svg {
    width: 250px;
  }
}

.sw-hero--main .sw-hero__rewards-logo svg {
  width: 180px;
}

.sw-hero--main .sw-hero__rewards-logo {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .sw-hero--main .sw-hero__rewards-logo {
    margin-bottom: 10px;
  }
}

.sw-hero__rewards-list {
  font-size: 0;
  margin: 5px 0;
}

@media screen and (min-width: 768px) {
  .sw-hero__rewards-list {
    margin: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .sw-hero__rewards-list ~ .sw-hero__text {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .sw-hero__rewards-list ~ .sw-hero__text .sw-hero__cta {
    margin-top: 20px;
  }
}

.sw-hero__rewards-item {
  color: #ffffff;
  display: inline-block;
  font-weight: 900;
  font-size: 20px;
  margin: 0 10px 0 0;
}

@media screen and (min-width: 768px) {
  .sw-hero__rewards-item {
    font-size: 24px;
    margin: 0 45px 0 0;
  }
}

[dir=rtl] .sw-hero__rewards-item {
  margin: 0 0 0 45px;
}

[dir=rtl] .sw-hero__rewards-item:last-child {
  margin-left: 0;
}

.sw-hero__rewards-item:last-child {
  margin-right: 0;
}

.sw-hero__rewards-item svg {
  display: none;
  height: 36px;
  margin: 0 auto 10px;
  width: 36px;
}

@media screen and (min-width: 768px) {
  .sw-hero__rewards-item svg {
    display: inline-block;
    height: 49px;
    margin: 0 20px 0 0;
    vertical-align: middle;
    width: 49px;
  }
}

[dir=rtl] .sw-hero__rewards-item svg {
  margin: 0 0 0 20px;
}

.sw-getapp-link {
  display: none;
}

.sw-getapp-link.should-show {
  display: inline-block;
}

.sw-hero__text .sw-getapp-link {
  height: 43px;
  margin-left: 12px;
  vertical-align: middle;
}

.sw-getapp-link svg {
  height: 40px;
  width: 135px;
}

.sw-hero__menu-category {
  color: #ffffff;
  display: block;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 20px;
  text-decoration: underline;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .sw-hero__menu-category {
    margin-bottom: 50px;
  }
}

.sw-hero__menu-category:hover {
  color: #ffffff !important;
  text-decoration: underline;
}

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10, mostly.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Green */
/*Shades of Yellow */
/* Purple */
/* Orange */
/* Red */
/* Obvious ones */
/*
    CSS multilines ellipsis mixin
    Usage: @include excerpt($font-size: 1.3rem, $line-height: 1.3, $lines-to-show: 3, $excerpt-bg: #fff);
*/
/*
Background:
Array index defines the z-index
Left to Right from 1 through Array length.

Usage: 
slector { z-index: index($list, $element) };

Example:
.forms { z-index: index($elements, forms); }

or with mixin defined in _mixins.scss 

.forms { @include z-index($elements, forms); }

Note:
mixin version will print warning for invalid values in CLI
*/
.sw-imgblock {
  height: 100%;
  position: relative;
  width: 100%;
  /* &.sw-ar-1x1 {
        &:before {
            content: "";
            float: left;
            height: 0;
            margin-left: -1px;
            padding-top: 100%;
            width: 1px;
        }
    
        &:after {
            content: "";
            clear: both;
            display: table;
        }
    }

    &.sw-ar-36x17 {
        &:before {
            content: "";
            float: left;
            height: 0;
            margin-left: -1px;
            padding-top: calc(17/36 * 100%);
            width: 1px;
        }
    
        &:after {
            content: "";
            clear: both;
            display: table;
        }
    } */
}

.sw-imgblock.sw-imgblock--menu {
  height: auto;
}

.sw-imgblock.sw-imgblock--menu:not(.sw-imgblock--category) {
  overflow: hidden;
}

.sw-imgblock__media,
.sw-imgblock__content {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.sw-imgblock__media {
  z-index: 1;
}

.has-copy .sw-imgblock__media {
  position: absolute;
}

.sw-imgblock__media picture {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.sw-imgblock__media picture img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .sw-imgblock__media + .sw-imgblock__content {
    position: absolute;
  }
}

.contrast-on .sw-imgblock__media + .sw-imgblock__content {
  background-color: rgba(0, 0, 0, 0.5);
}

.contrast-on [class*='bg-'] .sw-imgblock__media + .sw-imgblock__content .sw-imgblock__title {
  color: #ffffff;
}

.contrast-on [class*='bg-'] .sw-imgblock__media + .sw-imgblock__content .sw-imgblock__text {
  color: #ffffff;
}

.sw-imgblock--menu .sw-imgblock__media {
  position: absolute;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

a:hover .sw-imgblock--menu:not(.sw-imgblock--category) .sw-imgblock__media,
a:focus .sw-imgblock--menu:not(.sw-imgblock--category) .sw-imgblock__media {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.sw-imgblock__content {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .no-image .sw-imgblock__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .sw-imgblock__content {
    position: relative;
  }
}

@media screen and (min-width: 768px), screen and (max-width: 767px) {
  .sw-imgblock__content.is-aligned-topleft {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  [dir='rtl'] .sw-imgblock__content.is-aligned-topleft {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .sw-imgblock__content.is-aligned-topcenter {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sw-imgblock__content.is-aligned-topright {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  [dir='rtl'] .sw-imgblock__content.is-aligned-topright {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sw-imgblock__content.is-aligned-centerleft {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  [dir='rtl'] .sw-imgblock__content.is-aligned-centerleft {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .sw-imgblock__content.is-aligned-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sw-imgblock__content.is-aligned-centerright {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  [dir='rtl'] .sw-imgblock__content.is-aligned-centerright {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sw-imgblock__content.is-aligned-bottomleft {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  [dir='rtl'] .sw-imgblock__content.is-aligned-bottomleft {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .sw-imgblock__content.is-aligned-bottomcenter {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sw-imgblock__content.is-aligned-bottomright {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  [dir='rtl'] .sw-imgblock__content.is-aligned-bottomright {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.sw-imgblock__content:only-child {
  position: relative;
}

.sw-imgblock__content.has-fixed-disclaimer {
  padding-bottom: 45px;
}

.has-copy .sw-imgblock__content {
  position: relative;
  z-index: 2;
}

.theme-dark .sw-imgblock__content {
  background-color: rgba(0, 0, 0, 0.3);
}

.sw-imgblock--menu .sw-imgblock__content {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(84%, rgba(0, 0, 0, 0.3)), to(black));
  background-image: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.3) 84%, black 100%);
}

@media screen and (max-width: 767px) {
  .sw-3up--blockquote .sw-imgblock--menu .sw-imgblock__content {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: absolute;
  }
}

.contrast-on .sw-imgblock--menu .sw-imgblock__content {
  background-color: transparent;
}

.sw-imgblock--category .sw-imgblock__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: none;
}

.sw-imgblock__title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  line-height: 28px;
  margin-bottom: 15px;
}

@media screen and (min-width: 1024px) {
  .sw-imgblock__title {
    font-size: 30px;
    line-height: 34px;
  }
}

.contrast-on [class*='bg-']:not([class*='bg-purple']) .sw-imgblock__title {
  color: #4c006a;
}

.sw-imgblock__copy {
  font-weight: 400;
  margin: 15px 10px;
}

.has-copy .sw-imgblock__copy {
  margin-bottom: 45px;
  margin-top: 45px;
}

.has-fixed-disclaimer.is-aligned-bottomcenter .sw-imgblock__copy,
.has-fixed-disclaimer.is-aligned-bottomleft .sw-imgblock__copy,
.has-fixed-disclaimer.is-aligned-bottomright .sw-imgblock__copy {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .sw-imgblock__copy {
    margin: 20px;
  }
  .sw-3up .sw-imgblock__copy {
    margin: 15px 10px;
  }
}

@media screen and (min-width: 1024px) {
  .sw-imgblock__copy {
    margin: 30px;
  }
  .sw-3up .sw-imgblock__copy {
    margin: 30px;
  }
}

.has-bar .sw-imgblock__copy {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #008938;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 10px 24px 10px 15px;
  text-align: left;
  width: 100%;
}

[dir="rtl"] .has-bar .sw-imgblock__copy {
  padding-left: 24px;
  padding-right: 15px;
}

.has-bar .sw-imgblock__copy .sw-icon,
.has-bar .sw-imgblock__copy svg {
  height: 16px;
  width: 16px;
}

.has-bar .sw-imgblock__copy .sw-icon {
  margin-left: 16px;
}

[dir="rtl"] .has-bar .sw-imgblock__copy .sw-icon {
  margin-left: 0;
  margin-right: 16px;
}

.sw-imgblock--menu:not(.sw-imgblock--category) .sw-imgblock__copy {
  margin: 0;
}

.sw-3up--blockquote .sw-imgblock--menu:not(.sw-imgblock--category) .sw-imgblock__copy {
  margin: 0;
}

.sw-imgblock--category .sw-imgblock__copy {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sw-imgblock__text {
  color: #ffffff;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media screen and (min-width: 1024px) {
  .sw-imgblock__text {
    font-size: 20px;
    line-height: 28px;
  }
}

.sw-imgblock__text br {
  display: none;
}

@media screen and (min-width: 768px) {
  .sw-imgblock__text br {
    display: inline;
  }
}

.has-bar .sw-imgblock__text {
  font-size: 16px;
  line-height: 1;
}

.contrast-on [class*='bg-']:not([class*='bg-purple']) .sw-imgblock__text {
  color: #4c006a;
}

.sw-imgblock--category .sw-imgblock__text {
  font-size: 18px;
  line-height: 24px;
}

.sw-imgblock__btn {
  margin-top: 8px;
}

.has-copy .sw-imgblock__btn {
  margin-top: 25px;
}

.sw-imgblock--category .sw-imgblock__btn {
  display: block;
  margin-top: 20px;
  width: 160px;
}

.sw-imgblock--category .sw-imgblock__btn:first-child {
  margin-top: 0;
}

.sw-imgblock--category .sw-btn {
  display: block;
  margin-top: 20px;
  width: 160px;
}

.sw-imgblock--category .sw-btn:first-child {
  margin-top: 0;
}

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10, mostly.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Green */
/*Shades of Yellow */
/* Purple */
/* Orange */
/* Red */
/* Obvious ones */
/*
    CSS multilines ellipsis mixin
    Usage: @include excerpt($font-size: 1.3rem, $line-height: 1.3, $lines-to-show: 3, $excerpt-bg: #fff);
*/
/*
Background:
Array index defines the z-index
Left to Right from 1 through Array length.

Usage: 
slector { z-index: index($list, $element) };

Example:
.forms { z-index: index($elements, forms); }

or with mixin defined in _mixins.scss 

.forms { @include z-index($elements, forms); }

Note:
mixin version will print warning for invalid values in CLI
*/
.sw-imgcopy-split {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 15px;
  padding-top: 15px;
}

@media screen and (min-width: 768px) {
  .sw-imgcopy-split {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
    padding-top: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .sw-imgcopy-split {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 48.65% 51.35%;
        grid-template-columns: 48.65% 51.35%;
    margin-top: 30px;
    padding-top: 30px;
  }
}

.sw-imgcopy-split:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.sw-imgcopy-split picture {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .sw-imgcopy-split picture {
    margin-bottom: 0;
    width: 48.65%;
  }
}

@media screen and (min-width: 1024px) {
  .sw-imgcopy-split picture {
    grid-row: 1/3;
    width: auto;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
  }
}

.sw-imgcopy-split picture img {
  display: block;
  width: 100%;
}

.sw-imgcopy-split__copy {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sw-imgcopy-split__copy {
    padding: 0 0 0 20px;
    text-align: left;
    width: calc(51.35% - 20px);
  }
}

@media screen and (min-width: 1024px) {
  .sw-imgcopy-split__copy {
    -ms-flex-line-pack: end;
        align-content: flex-end;
    -ms-flex-item-align: end;
        align-self: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 18px;
    padding: 0 0 0 30px;
    width: auto;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
}

.sw-imgcopy-split__copy strong,
.sw-imgcopy-split__copy b {
  font-weight: 700;
}

.sw-imgcopy-split__copy p {
  margin: 0 0 5px;
}

.sw-imgcopy-split__title {
  color: #00572d;
  font-size: 30px;
  font-weight: 900;
  line-height: 35px;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  .sw-imgcopy-split__title {
    font-size: 50px;
    line-height: 1;
    width: 100%;
  }
}

.sw-imgcopy-split__subtitle {
  color: #008938;
  font-size: 20px;
  font-weight: 900;
  line-height: 26px;
  margin: 0 0 20px;
}

@media screen and (min-width: 1024px) {
  .sw-imgcopy-split__subtitle {
    font-size: 30px;
    line-height: 37px;
    width: 100%;
  }
}

.sw-imgcopy-split__disclaimer {
  color: #444343;
  margin-top: 15px;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .sw-imgcopy-split__disclaimer {
    text-align: left;
  }
}

@media screen and (min-width: 1024px) {
  .sw-imgcopy-split__disclaimer {
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding: 0 0 0 30px;
    -ms-grid-column: 2;
    -ms-grid-row: 2;
    width: 100%;
  }
}

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10, mostly.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Green */
/*Shades of Yellow */
/* Purple */
/* Orange */
/* Red */
/* Obvious ones */
/*
    CSS multilines ellipsis mixin
    Usage: @include excerpt($font-size: 1.3rem, $line-height: 1.3, $lines-to-show: 3, $excerpt-bg: #fff);
*/
/*
Background:
Array index defines the z-index
Left to Right from 1 through Array length.

Usage: 
slector { z-index: index($list, $element) };

Example:
.forms { z-index: index($elements, forms); }

or with mixin defined in _mixins.scss 

.forms { @include z-index($elements, forms); }

Note:
mixin version will print warning for invalid values in CLI
*/
.sw-inset-section:first-child:before {
  content: none;
}

.sw-inset-section:before {
  background-color: #f4f5f4;
  content: '';
  display: block;
  height: 15px;
  margin: 15px -15px;
}

@media screen and (min-width: 768px) {
  .sw-inset-section:before {
    height: 20px;
    margin: 20px -20px;
  }
}

@media screen and (min-width: 1024px) {
  .sw-inset-section:before {
    height: 30px;
    margin: 30px -30px;
  }
}

.sw-inset-section__title {
  color: #00572d;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 25px;
}

.sw-inset-section__title.is-aligned-center {
  text-align: center;
}

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10, mostly.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Green */
/*Shades of Yellow */
/* Purple */
/* Orange */
/* Red */
/* Obvious ones */
/*
    CSS multilines ellipsis mixin
    Usage: @include excerpt($font-size: 1.3rem, $line-height: 1.3, $lines-to-show: 3, $excerpt-bg: #fff);
*/
/*
Background:
Array index defines the z-index
Left to Right from 1 through Array length.

Usage: 
slector { z-index: index($list, $element) };

Example:
.forms { z-index: index($elements, forms); }

or with mixin defined in _mixins.scss 

.forms { @include z-index($elements, forms); }

Note:
mixin version will print warning for invalid values in CLI
*/
@media screen and (min-width: 1024px) {
  .sw-nutritional-allergens {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.sw-nutritional {
  margin: 30px 0;
}

@media screen and (min-width: 1024px) {
  .sw-nutritional {
    width: 70%;
  }
}

.sw-nutritional__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0 0 -5px;
}

.sw-nutritional__item {
  color: #00572d;
  margin: 0 5px 10px;
  width: calc(100%/2 - 10px);
}

@media screen and (min-width: 480px) {
  .sw-nutritional__item {
    width: calc(100%/3 - 10px);
  }
}

@media screen and (min-width: 768px) {
  .sw-nutritional__item {
    width: calc(100%/5 - 10px);
  }
}

.sw-nutritional__value {
  font-size: 16px;
  font-weight: 400;
}

.sw-nutritional__name {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.sw-allergens {
  margin: 30px 0;
}

@media screen and (min-width: 1024px) {
  .sw-allergens {
    width: 30%;
  }
}

.sw-allergens__meta {
  font-size: 14px;
  font-weight: 400;
}

.sw-allergens__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0 0 -20px;
}

.sw-allergens__item {
  margin: 0 20px 10px;
}

.sw-allergens__contains {
  font-size: 14px;
  font-weight: 400;
  margin: 20px 0 0;
}

.sw-allergens__contains h5 {
  color: #00572d;
  display: inline-block;
  font-weight: 900;
  text-transform: uppercase;
}

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10, mostly.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Green */
/*Shades of Yellow */
/* Purple */
/* Orange */
/* Red */
/* Obvious ones */
/*
    CSS multilines ellipsis mixin
    Usage: @include excerpt($font-size: 1.3rem, $line-height: 1.3, $lines-to-show: 3, $excerpt-bg: #fff);
*/
/*
Background:
Array index defines the z-index
Left to Right from 1 through Array length.

Usage: 
slector { z-index: index($list, $element) };

Example:
.forms { z-index: index($elements, forms); }

or with mixin defined in _mixins.scss 

.forms { @include z-index($elements, forms); }

Note:
mixin version will print warning for invalid values in CLI
*/
.sw-nutrition-calculator__trigger {
  color: #00572d;
  font-size: 16px;
  font-weight: 900;
  padding: 0 30px 0 0;
  position: relative;
  text-transform: uppercase;
}

.sw-nutrition-calculator__trigger:after, .sw-nutrition-calculator__trigger:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sw-nutrition-calculator__trigger:after {
  background-color: #008938;
  border-radius: 50%;
  height: 18px;
  width: 18px;
}

.sw-nutrition-calculator__trigger:before {
  border-bottom: 1.5px solid #ffffff;
  border-right: 1.5px solid #ffffff;
  height: 6px;
  margin-top: -1px;
  right: 5px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
      -ms-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  width: 6px;
  z-index: 2;
}

.sw-modal__overlay,
#divYourBuild.sw-modal__overlay {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
}

.modal-open .sw-modal__overlay, .modal-open
#divYourBuild.sw-modal__overlay {
  display: block;
}

.sw-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  overflow: auto;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  visibility: hidden;
  z-index: 9999;
}

.modal-open .sw-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
}

.sw-modal .calculateYours {
  border: none;
  height: auto;
  padding: 0 0 15px;
}

.sw-modal .nutritionCopy-MedGreen {
  color: #00572d;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.sw-modal__box,
#yourBuildContent.sw-modal__box {
  position: relative;
  padding: 15px;
  background-color: #ffffff;
  margin: auto;
  max-width: 1170px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .sw-modal__box,
  #yourBuildContent.sw-modal__box {
    padding: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .sw-modal__box,
  #yourBuildContent.sw-modal__box {
    padding: 30px;
  }
}

.modal-open .sw-modal__box, .modal-open
#yourBuildContent.sw-modal__box {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

#yourBuildContent.sw-modal__box {
  border: none;
  min-height: auto;
  width: auto;
}

@media screen and (min-width: 1024px) {
  .sw-modal__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.sw-modal__content .selectFavorite {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f4f5f4;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 10px;
  padding: 15px 20px;
}

.sw-modal__content .greencolumn {
  background-color: #f4f5f4;
  height: 100%;
  padding: 15px 25px;
}

.sw-modal__content .ProductDisclaimerBelowPrintButton {
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.sw-modal__content .copy-small {
  color: #006230;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.sw-modal__content .nutritionCopy-SmallGreen {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.sw-modal__content .NutritionCalculatorIngredients {
  margin-bottom: 20px;
  overflow: hidden;
}

.sw-modal__content .NutritionCalculatorIngredients label {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  margin-left: 4px;
  text-transform: none;
  vertical-align: top;
}

.sw-modal__content .NutritionCalculatorIngredients .nutritionCopy-SmallGreen {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 5px;
}

.sw-modal__content .NutritionCalculatorIngredients .copy-small {
  margin-bottom: 10px;
}

.sw-nutrition__calculator {
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .sw-nutrition__calculator {
    width: 73.874%;
  }
}

.sw-nutrition__info {
  clear: both;
  margin-top: 30px;
}

@media screen and (min-width: 1024px) {
  .sw-nutrition__info {
    margin-bottom: -30px;
    margin-right: -30px;
    margin-top: 0;
    width: 26.78%;
  }
}

.sw-nutrition__info .greencolumn {
  height: 100%;
}

.sw-nutrition__info .default-nutritionInfo {
  color: #444343;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  margin-bottom: 15px;
}

.sw-nutrition__info .nutrient-fact {
  border-bottom: 1px solid #ffffff;
  padding: 3px 0;
}

.sw-nutrition__info .nutrient-fact:last-child {
  border-bottom: none;
}

.sw-nutrition__info .nutritionTextBlack,
.sw-nutrition__info .nutritionTextGray {
  font-size: 12px;
  width: 120px;
}

.sw-nutrition__info .nutritionTextGray,
.sw-nutrition__info .nutritionValueGray {
  color: #000000;
  font-size: 12px;
}

.sw-modal__close {
  position: absolute;
  right: 15px;
  top: 15px;
}

@media screen and (min-width: 768px) {
  .sw-modal__close {
    right: 20px;
    top: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .sw-modal__close {
    right: 30px;
    top: 30px;
  }
}

.sw-modal__close button {
  color: #00572d;
  font-size: 12px;
  font-weight: 900;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10, mostly.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Green */
/*Shades of Yellow */
/* Purple */
/* Orange */
/* Red */
/* Obvious ones */
/*
Background:
Array index defines the z-index
Left to Right from 1 through Array length.

Usage: 
slector { z-index: index($list, $element) };

Example:
.forms { z-index: index($elements, forms); }

or with mixin defined in _mixins.scss 

.forms { @include z-index($elements, forms); }

Note:
mixin version will print warning for invalid values in CLI
*/
.sw-ee-info {
  background-color: #dd3705;
  color: #ffffff;
  padding: 10px 10px 10px 35px;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.sw-ee-info svg {
  color: #ffffff;
  fill: #ffffff;
  left: 5px;
  position: absolute;
  top: 5px;
}

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10, mostly.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Green */
/*Shades of Yellow */
/* Purple */
/* Orange */
/* Red */
/* Obvious ones */
/*
    CSS multilines ellipsis mixin
    Usage: @include excerpt($font-size: 1.3rem, $line-height: 1.3, $lines-to-show: 3, $excerpt-bg: #fff);
*/
/*
Background:
Array index defines the z-index
Left to Right from 1 through Array length.

Usage: 
slector { z-index: index($list, $element) };

Example:
.forms { z-index: index($elements, forms); }

or with mixin defined in _mixins.scss 

.forms { @include z-index($elements, forms); }

Note:
mixin version will print warning for invalid values in CLI
*/
.sw-quicknav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px -15px -15px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .sw-quicknav {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (min-width: 1024px) {
  .sw-quicknav {
    display: none;
  }
}

.has-hero .sw-quicknav {
  left: -15px;
  margin: 0;
  position: absolute;
  right: -15px;
  top: 59px;
  width: auto;
}

@media screen and (max-width: 1023px) {
  .has-hero .sw-quicknav {
    left: -20px;
    right: -20px;
  }
}

.contrast-on .sw-quicknav {
  background-color: #ffffff;
}

.mobile-nav-open .sw-quicknav {
  display: none;
}

@media screen and (max-width: 767px) {
  .is-homepage:not(.mobile-nav-open) .sw-quicknav {
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.75);
            box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
    position: absolute;
    top: 100%;
    width: auto;
  }
}

.sw-quicknav__item {
  padding: 13px 0 9px;
}

.sw-quicknav__item:after {
  background-color: #006230;
  content: '';
  display: inline-block;
  height: 19px;
  margin: 0 20px 0 16px;
  vertical-align: text-bottom;
  width: 1px;
}

.sw-quicknav__item:last-child:after {
  content: none;
}

@media screen and (max-width: 767px) {
  .is-homepage .sw-quicknav__item {
    margin: 15px 0 0;
    padding: 0;
    position: relative;
    width: 100%;
  }
  .is-homepage .sw-quicknav__item:first-child {
    margin: 0;
  }
  .is-homepage .sw-quicknav__item:after {
    content: none;
  }
}

.sw-quicknav__item picture {
  display: none;
}

@media screen and (max-width: 767px) {
  .is-homepage .sw-quicknav__item picture {
    display: block;
    height: 170px;
  }
}

.is-homepage .sw-quicknav__item picture img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.sw-quicknav__trigger {
  color: #006230;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .is-homepage .sw-quicknav__trigger {
    background-color: rgba(0, 137, 56, 0.7);
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    left: 50%;
    padding: 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 270px;
  }
}

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10, mostly.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Green */
/*Shades of Yellow */
/* Purple */
/* Orange */
/* Red */
/* Obvious ones */
/*
    CSS multilines ellipsis mixin
    Usage: @include excerpt($font-size: 1.3rem, $line-height: 1.3, $lines-to-show: 3, $excerpt-bg: #fff);
*/
/*
Background:
Array index defines the z-index
Left to Right from 1 through Array length.

Usage: 
slector { z-index: index($list, $element) };

Example:
.forms { z-index: index($elements, forms); }

or with mixin defined in _mixins.scss 

.forms { @include z-index($elements, forms); }

Note:
mixin version will print warning for invalid values in CLI
*/
.sw-rte h3 {
  color: #00572d;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 15px;
}

.sw-rte p {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 15px;
}

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10, mostly.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Green */
/*Shades of Yellow */
/* Purple */
/* Orange */
/* Red */
/* Obvious ones */
/*
    CSS multilines ellipsis mixin
    Usage: @include excerpt($font-size: 1.3rem, $line-height: 1.3, $lines-to-show: 3, $excerpt-bg: #fff);
*/
/*
Background:
Array index defines the z-index
Left to Right from 1 through Array length.

Usage: 
slector { z-index: index($list, $element) };

Example:
.forms { z-index: index($elements, forms); }

or with mixin defined in _mixins.scss 

.forms { @include z-index($elements, forms); }

Note:
mixin version will print warning for invalid values in CLI
*/
.sw-shopnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 1024px) {
  .sw-shopnav {
    display: none;
  }
}

.sw-shopnav__item {
  padding: 4px 40px;
  position: relative;
}

.sw-shopnav__item:after {
  background-color: #006230;
  bottom: 0;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}

.sw-shopnav__item:after [dir="rtl"] {
  left: 0;
  right: auto;
}

.sw-shopnav__item:first-child {
  padding-left: 0;
}

[dir="rtl"] .sw-shopnav__item:first-child {
  padding-left: 40px;
  padding-right: 0;
}

.sw-shopnav__item:first-child:after {
  content: '';
}

[dir="rtl"] .sw-shopnav__item:first-child:after {
  content: none;
}

.sw-shopnav__item:last-child {
  padding-right: 0;
}

[dir="rtl"] .sw-shopnav__item:last-child {
  padding-left: 0;
  padding-right: 40px;
}

.sw-shopnav__item:last-child:after {
  content: none;
}

[dir="rtl"] .sw-shopnav__item:last-child:after {
  content: '';
}

.sw-shopnav__item .icon {
  display: block;
  margin-bottom: 24px;
}

.sw-shopnav__item .icon svg,
.sw-shopnav__item .icon img {
  color: #006230;
  display: block;
  fill: #006230;
  height: 47px;
  margin: 0 auto;
  width: auto;
}

.sw-shopnav__item .icon.--bag svg, .sw-shopnav__item .icon.--bag img {
  width: 37px;
}

.sw-shopnav__item .icon.--mappin svg, .sw-shopnav__item .icon.--mappin img {
  width: 32px;
}

.sw-shopnav__trigger {
  color: #006230;
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10, mostly.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Green */
/*Shades of Yellow */
/* Purple */
/* Orange */
/* Red */
/* Obvious ones */
/*
    CSS multilines ellipsis mixin
    Usage: @include excerpt($font-size: 1.3rem, $line-height: 1.3, $lines-to-show: 3, $excerpt-bg: #fff);
*/
/*
Background:
Array index defines the z-index
Left to Right from 1 through Array length.

Usage: 
slector { z-index: index($list, $element) };

Example:
.forms { z-index: index($elements, forms); }

or with mixin defined in _mixins.scss 

.forms { @include z-index($elements, forms); }

Note:
mixin version will print warning for invalid values in CLI
*/
.sw-signup {
  margin-top: 37px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sw-signup {
    margin: 37px auto 0;
    text-align: center;
    width: 422px;
  }
}

@media screen and (min-width: 1024px) {
  .sw-signup {
    margin: 37px 0 0;
    text-align: right;
    width: 600px;
  }
}

@media screen and (min-width: 1230px) {
  .sw-signup {
    width: 540px;
  }
}

.sw-signup.sw-signup--rewards {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #8bcd32;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 30px 20px;
  position: relative;
  text-align: center;
  width: 100%;
}

.sw-signup.sw-signup--rewards .sw-signup__graphic {
  bottom: 0;
  display: none;
  position: absolute;
  right: 15px;
}

@media screen and (min-width: 768px) {
  .sw-signup.sw-signup--rewards .sw-signup__graphic {
    display: block;
  }
}

.sw-signup__alternate {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sw-signup__alternate {
    margin: 37px auto 0;
  }
}

@media screen and (min-width: 768px) {
  .sw-signup__alternate {
    margin: 0px auto 0;
    text-align: center;
    width: 422px;
  }
}

@media screen and (min-width: 1024px) {
  .sw-signup__alternate {
    margin: 0 0 0;
    text-align: right;
    width: 600px;
  }
}

@media screen and (min-width: 1230px) {
  .sw-signup__alternate {
    width: 540px;
  }
}

.sw-signup__content__alternate .sw-btn--primary + .sw-btn--primary {
  margin-left: 30px;
}

.sw-signup__header {
  color: #00572d;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: center;
}

.contrast-on .sw-signup__header {
  color: #4c006a;
}

@media screen and (min-width: 1024px) {
  .sw-signup__header {
    margin-bottom: 0;
    margin-right: 10px;
  }
}

.sw-signup--rewards .sw-signup__header {
  color: #ffffff;
  font-size: 50px;
  font-weight: 900;
  line-height: 1;
  margin: 0 0 30px;
}

@media screen and (min-width: 768px) {
  .sw-signup--rewards .sw-signup__header {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .sw-signup--rewards .sw-signup__header {
    margin-bottom: 5px;
  }
}

.contrast-on .sw-signup--rewards .sw-signup__header {
  color: #4c006a;
}

.sw-signup:not(.sw-signup--rewards).has-succeeded .sw-signup__header {
  display: none;
}

.sw-signup--rewards .sw-signup__excerpt {
  color: #ffffff;
  font-size: 30px;
  font-weight: 900;
  margin: 0 auto 25px;
  max-width: 390px;
}

@media screen and (min-width: 1024px) {
  .sw-signup--rewards .sw-signup__excerpt {
    max-width: none;
  }
}

.contrast-on .sw-signup--rewards .sw-signup__excerpt {
  color: #4c006a;
}

.sw-signup__content {
  margin-bottom: 16px;
}

@media screen and (min-width: 1024px) {
  .sw-signup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .sw-signup:not(.sw-signup--rewards).has-succeeded .sw-signup__content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.sw-signup--rewards .sw-signup__content {
  display: block;
}

.sw-signup__content__alternate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .sw-signup--rewards .sw-signup__fieldset {
    margin-top: 20px;
  }
  .sw-signup:not(.sw-signup--rewards).has-succeeded .sw-signup__fieldset {
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .sw-signup__fieldset {
    margin-top: -10px;
    position: relative;
  }
}

.sw-signup--rewards .sw-signup__fieldset {
  margin-left: auto;
  margin-right: auto;
  max-width: 360px;
  text-align: center;
}

.sw-signup__fieldset label {
  color: #00572d;
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .sw-signup--rewards .sw-signup__fieldset label {
    margin-bottom: 2px;
    position: static;
  }
}

@media screen and (min-width: 1024px) {
  .sw-signup__fieldset label {
    bottom: 107%;
    position: absolute;
  }
}

.contrast-on .sw-signup__fieldset label {
  color: #4c006a;
}

.sw-signup:not(.sw-signup--rewards).has-succeeded .sw-signup__fieldset label {
  display: none;
}

.sw-signup__fieldset input {
  background-color: #ffffff;
  border: none;
  color: #00572d;
  font-size: 14px;
  font-weight: 400;
  height: 45px;
  margin: 0;
  width: 100%;
  padding: 0 18px;
  vertical-align: top;
}

@media screen and (min-width: 480px) {
  .sw-signup__fieldset input {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .sw-signup__fieldset input {
    width: 422px;
  }
}

@media screen and (min-width: 1024px) {
  .sw-signup__fieldset input {
    width: 415px;
  }
}

@media screen and (min-width: 1230px) {
  .sw-signup__fieldset input {
    width: 350px;
  }
}

.sw-signup--rewards .sw-signup__fieldset input {
  width: 100%;
}

.sw-signup__fieldset input::-webkit-input-placeholder {
  color: #00572d;
}

.sw-signup__fieldset input::-moz-placeholder {
  color: #00572d;
}

.sw-signup__fieldset input:-ms-input-placeholder {
  color: #00572d;
}

.sw-signup:not(.sw-signup--rewards).has-succeeded .sw-signup__fieldset input {
  display: none;
}

.sw-signup__fieldset button {
  cursor: pointer;
  height: 45px;
  margin-left: -4px;
  margin-top: 0;
  vertical-align: top;
  width: 114px;
}

.has-succeeded .sw-signup__fieldset {
  display: none;
}

.sw-signup:not(.sw-signup--rewards).has-succeeded .sw-signup__fieldset {
  display: block;
}

.sw-signup__error {
  color: #dd3705;
  display: none;
}

.sw-signup__error.error-shown {
  display: block;
}

.sw-signup:not(.sw-signup--rewards).has-succeeded .sw-signup__error {
  display: none;
}

.sw-signup__disclaimer {
  color: #00572d;
  display: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin: 0 0 16px;
  text-align: left;
}

.sw-signup__disclaimer.is-shown {
  display: block;
}

.contrast-on .sw-signup__disclaimer {
  color: #4c006a;
}

.sw-signup--rewards .sw-signup__disclaimer {
  max-width: 360px;
}

.sw-signup__disclaimer a {
  color: #00572d;
}

.contrast-on .sw-signup__disclaimer a {
  color: #4c006a;
}

.has-succeeded .sw-signup__disclaimer {
  display: none;
}

.has-succeeded .sw-signup__button {
  display: none;
}

.sw-signup__message {
  color: #00572d;
  display: none;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.sw-signup--rewards .sw-signup__message {
  text-align: center;
}

.contrast-on .sw-signup__message {
  color: #4c006a;
}

.has-failed .sw-signup__message,
.has-succeeded .sw-signup__message {
  display: block;
}

.has-failed .sw-signup__message {
  color: #4c006a;
  margin-bottom: 15px;
}

.sw-signup:not(.sw-signup--rewards).has-failed .sw-signup__message {
  margin-bottom: 10px;
  margin-top: 10px;
}

@media screen and (min-width: 1024px) {
  .sw-signup:not(.sw-signup--rewards).has-failed .sw-signup__message {
    text-align: left;
  }
}

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10, mostly.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Green */
/*Shades of Yellow */
/* Purple */
/* Orange */
/* Red */
/* Obvious ones */
/*
Background:
Array index defines the z-index
Left to Right from 1 through Array length.

Usage: 
slector { z-index: index($list, $element) };

Example:
.forms { z-index: index($elements, forms); }

or with mixin defined in _mixins.scss 

.forms { @include z-index($elements, forms); }

Note:
mixin version will print warning for invalid values in CLI
*/
.sw-skip-to-content {
  padding: 6px;
  position: absolute;
  top: -200px;
  left: 0px;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background-color: transparent;
  -webkit-transition: top 2s ease-out, background-color 2s linear;
  transition: top 2s ease-out, background-color 2s linear;
  z-index: 7;
}

[dir="rtl"] .sw-skip-to-content {
  left: auto;
  right: 0;
}

.sw-skip-to-content:focus {
  top: 0px;
  background-color: #f2b700;
  -webkit-transition: top .2s ease-in, background-color .5s linear;
  transition: top .2s ease-in, background-color .5s linear;
}

@charset "UTF-8";
/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10, mostly.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Green */
/*Shades of Yellow */
/* Purple */
/* Orange */
/* Red */
/* Obvious ones */
/*
Background:
Array index defines the z-index
Left to Right from 1 through Array length.

Usage: 
slector { z-index: index($list, $element) };

Example:
.forms { z-index: index($elements, forms); }

or with mixin defined in _mixins.scss 

.forms { @include z-index($elements, forms); }

Note:
mixin version will print warning for invalid values in CLI
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/SubwayV2/build/img/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/SubwayV2/build/img/slick/fonts/slick.eot");
  src: url("/SubwayV2/build/img/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/SubwayV2/build/img/slick/fonts/slick.woff") format("woff"), url("/SubwayV2/build/img/slick/fonts/slick.ttf") format("truetype"), url("/SubwayV2/build/img/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.slick-list {
  height: 100%;
  width: 100%;
}

.slick-track {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slick-track .slick-slide {
  background-color: #8bcd32;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}

@media screen and (min-width: 768px) {
  .slick-track .slick-slide {
    background-color: transparent;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.app-page .mobile-phone-transition .phone-wrapper .phone-inner-wrapper .screen-wrapper .slick-track {
  display: block;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: none;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  height: auto;
  width: auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: initial;
  z-index: 10;
}

@media screen and (min-width: 1024px) {
  .slick-prev,
  .slick-next {
    display: block;
  }
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: initial;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  content: '';
  display: block;
  height: 40px;
  width: 40px;
}

[dir="rtl"] .slick-prev:before, [dir="rtl"]
.slick-next:before {
  content: '';
}

.slick-prev {
  left: 50px;
}

@media screen and (min-width: 1024px) and (max-width: 1229px) {
  .slick-prev {
    left: 10px;
  }
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 50px;
}

@media screen and (min-width: 1024px) and (max-width: 1229px) {
  [dir="rtl"] .slick-prev {
    right: 10px;
  }
}

.slick-prev:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

[dir="rtl"] .slick-prev:before {
  content: '';
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.slick-next {
  right: 50px;
}

@media screen and (min-width: 1024px) and (max-width: 1229px) {
  .slick-next {
    right: 10px;
  }
}

[dir="rtl"] .slick-next {
  left: 50px;
  right: auto;
}

@media screen and (min-width: 1024px) and (max-width: 1229px) {
  [dir="rtl"] .slick-next {
    left: 10px;
  }
}

.slick-next:before {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

[dir="rtl"] .slick-next:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0 0 20px;
  margin: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .slick-dots {
    padding: 0 0 50px;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 0 12px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li[aria-hidden="true"] {
  visibility: visible;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 14px;
  width: 14px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  text-align: center;
  opacity: 0.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
}

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10, mostly.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Green */
/*Shades of Yellow */
/* Purple */
/* Orange */
/* Red */
/* Obvious ones */
/*
    CSS multilines ellipsis mixin
    Usage: @include excerpt($font-size: 1.3rem, $line-height: 1.3, $lines-to-show: 3, $excerpt-bg: #fff);
*/
/*
Background:
Array index defines the z-index
Left to Right from 1 through Array length.

Usage: 
slector { z-index: index($list, $element) };

Example:
.forms { z-index: index($elements, forms); }

or with mixin defined in _mixins.scss 

.forms { @include z-index($elements, forms); }

Note:
mixin version will print warning for invalid values in CLI
*/
.sw-tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 50px;
}

.sw-tabs__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid #00572d;
  color: #8bcd32;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 900;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 48.5%;
}

@media screen and (min-width: 480px) {
  .sw-tabs__item {
    font-size: 30px;
  }
}

@media screen and (min-width: 768px) {
  .sw-tabs__item {
    padding: 20px;
    width: 48%;
  }
}

.sw-tabs__item:hover {
  color: #8bcd32;
}

.sw-tabs__item[aria-selected=true], .sw-tabs__item:focus {
  color: #8bcd32;
  background-color: #00572d;
}

.sw-tabs__item[aria-selected=true]:after, .sw-tabs__item:focus:after {
  content: '';
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #00572d;
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
}

.contrast-on .sw-tabs__item[aria-selected=true], .contrast-on .sw-tabs__item:focus {
  color: #ffffff;
}

.contrast-on .sw-tabs__item {
  color: #00572d;
}

.sw-tabs__copy {
  color: #00572d;
  font-size: 20px;
  font-weight: 900;
  line-height: 28px;
  margin: 0 auto 40px;
  text-align: center;
  width: 77%;
}

@media screen and (max-width: 1023px) {
  .sw-tabs__copy {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .sw-tabs__copy {
    width: 90%;
  }
}

.sw-tabs__section {
  margin: 0 0 50px;
}

.sw-tabs__section:last-child {
  margin: 0;
}

.sw-tabs__section-header {
  margin: 0 auto 20px;
  text-align: center;
  width: 90%;
}

.sw-tabs__section-title {
  color: #00572d;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 10px;
}

.sw-tabs__section-blurb {
  color: #444343;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10, mostly.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Green */
/*Shades of Yellow */
/* Purple */
/* Orange */
/* Red */
/* Obvious ones */
/*
    CSS multilines ellipsis mixin
    Usage: @include excerpt($font-size: 1.3rem, $line-height: 1.3, $lines-to-show: 3, $excerpt-bg: #fff);
*/
/*
Background:
Array index defines the z-index
Left to Right from 1 through Array length.

Usage: 
slector { z-index: index($list, $element) };

Example:
.forms { z-index: index($elements, forms); }

or with mixin defined in _mixins.scss 

.forms { @include z-index($elements, forms); }

Note:
mixin version will print warning for invalid values in CLI
*/
.sw-textblock {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.sw-textblock .sw-btn {
  margin-top: 12px;
}

.sw-textblock__content {
  margin: 45px 30px;
}

@media screen and (min-width: 768px) {
  .sw-textblock__content {
    margin: 1.25em;
  }
}

.sw-textblock__title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}

@media screen and (min-width: 480px) {
  .sw-textblock__title {
    font-size: 30px;
  }
}

.contrast-on .sw-textblock__title {
  color: #4c006a;
}

.contrast-on .bg-purple .sw-textblock__title {
  color: #ffffff;
}

.sw-textblock__excerpt {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media screen and (min-width: 480px) {
  .sw-textblock__excerpt {
    font-size: 20px;
    line-height: 28px;
  }
}

.contrast-on .sw-textblock__excerpt {
  color: #4c006a;
}

.contrast-on .bg-purple .sw-textblock__excerpt {
  color: #ffffff;
}

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10, mostly.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Green */
/*Shades of Yellow */
/* Purple */
/* Orange */
/* Red */
/* Obvious ones */
/*
    CSS multilines ellipsis mixin
    Usage: @include excerpt($font-size: 1.3rem, $line-height: 1.3, $lines-to-show: 3, $excerpt-bg: #fff);
*/
/*
Background:
Array index defines the z-index
Left to Right from 1 through Array length.

Usage: 
slector { z-index: index($list, $element) };

Example:
.forms { z-index: index($elements, forms); }

or with mixin defined in _mixins.scss 

.forms { @include z-index($elements, forms); }

Note:
mixin version will print warning for invalid values in CLI
*/
.sw-textimgblock {
  height: 100%;
  position: relative;
  width: 100%;
}

.sw-textimgblock__media,
.sw-textimgblock__content {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.sw-textimgblock__media {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .sw-textimgblock__media {
    position: absolute;
  }
}

.sw-textimgblock__media:only-child {
  position: relative;
}

@media screen and (min-width: 768px) {
  .sw-textimgblock__media:only-child {
    position: relative;
  }
}

.sw-textimgblock__media:only-child:before {
  bottom: 0;
  content: none;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.contrast-on .sw-textimgblock__media:only-child:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
}

.has-copy .sw-textimgblock__media {
  position: absolute;
}

.sw-textimgblock__media picture {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.sw-textimgblock__media picture img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
}

.sw-textimgblock__content {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .sw-textimgblock__content:before {
    content: "";
    float: left;
    height: 0;
    padding-top: calc(255/1110 * 100%);
  }
}

@media screen and (min-width: 768px) {
  .sw-textimgblock__content:after {
    content: "";
    clear: both;
    display: table;
  }
}

.sw-textimgblock__content:only-child {
  position: relative;
}

@media screen and (min-width: 768px) {
  .sw-textimgblock__content {
    position: relative;
  }
  .sw-textimgblock__content.is-aligned-topleft {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  [dir='rtl'] .sw-textimgblock__content.is-aligned-topleft {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .sw-textimgblock__content.is-aligned-topcenter {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sw-textimgblock__content.is-aligned-topright {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
  [dir='rtl'] .sw-textimgblock__content.is-aligned-topright {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sw-textimgblock__content.is-aligned-centerleft {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  [dir='rtl'] .sw-textimgblock__content.is-aligned-centerleft {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .sw-textimgblock__content.is-aligned-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sw-textimgblock__content.is-aligned-centerright {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
  [dir='rtl'] .sw-textimgblock__content.is-aligned-centerright {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sw-textimgblock__content.is-aligned-bottomleft {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  [dir='rtl'] .sw-textimgblock__content.is-aligned-bottomleft {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .sw-textimgblock__content.is-aligned-bottomcenter {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sw-textimgblock__content.is-aligned-bottomright {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
  [dir='rtl'] .sw-textimgblock__content.is-aligned-bottomright {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.has-copy .sw-textimgblock__content {
  position: relative;
  z-index: 2;
}

.theme-dark .sw-textimgblock__content {
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.sw-textimgblock__title {
  color: #ffffff;
  font-size: 50px;
  font-weight: 900;
  line-height: 1;
}

.contrast-on .sw-textimgblock__title {
  color: #4c006a;
}

.contrast-on .bg-purple .sw-textimgblock__title {
  color: #ffffff;
}

.sw-textimgblock__title a {
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
}

.contrast-on .sw-textimgblock__title a {
  color: #4c006a;
}

.contrast-on .bg-purple .sw-textimgblock__title a {
  color: #ffffff;
}

.sw-textimgblock__title a:hover {
  color: #ffffff !important;
}

.contrast-on .sw-textimgblock__title a:hover {
  color: #4c006a !important;
}

.contrast-on .bg-purple .sw-textimgblock__title a:hover {
  color: #ffffff !important;
}

.sw-textimgblock__subtitle {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}

@media screen and (min-width: 480px) {
  .sw-textimgblock__subtitle {
    font-size: 30px;
  }
}

.contrast-on .sw-textimgblock__subtitle {
  color: #4c006a;
}

.contrast-on .bg-purple .sw-textimgblock__subtitle {
  color: #ffffff;
}

.sw-textimgblock__copy {
  font-weight: 400;
  margin: 15px;
  max-width: 445px;
}

.sw-textimgblock__content:only-child .sw-textimgblock__copy {
  max-width: none;
}

.has-copy .sw-textimgblock__copy {
  margin-bottom: 45px;
  margin-top: 45px;
}

@media screen and (min-width: 480px) {
  .sw-textimgblock__copy {
    margin: 25px;
  }
}

@media screen and (min-width: 768px) {
  .sw-textimgblock__copy {
    margin: 30px;
  }
  .sw-3up .sw-textimgblock__copy {
    margin: 15px;
  }
}

@media screen and (min-width: 1024px) {
  .sw-3up .sw-textimgblock__copy {
    margin: 30px;
  }
}

.has-bar .sw-textimgblock__copy {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #008938;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 10px 24px 10px 15px;
  text-align: left;
  width: 100%;
}

[dir="rtl"] .has-bar .sw-textimgblock__copy {
  padding-left: 24px;
  padding-right: 15px;
}

.has-bar .sw-textimgblock__copy .sw-icon,
.has-bar .sw-textimgblock__copy svg {
  height: 16px;
  width: 16px;
}

.has-bar .sw-textimgblock__copy .sw-icon {
  margin-left: 16px;
}

[dir="rtl"] .has-bar .sw-textimgblock__copy .sw-icon {
  margin-left: 0;
  margin-right: 16px;
}

.contrast-on .sw-textimgblock__copy {
  color: #4c006a;
}

.contrast-on .bg-purple .sw-textimgblock__copy {
  color: #ffffff;
}

.sw-textimgblock__excerpt {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 12px;
}

@media screen and (min-width: 480px) {
  .sw-textimgblock__excerpt {
    font-size: 20px;
    line-height: 28px;
  }
}

.contrast-on .sw-textimgblock__excerpt {
  color: #4c006a;
}

.contrast-on .bg-purple .sw-textimgblock__excerpt {
  color: #ffffff;
}

.sw-textimgblock__excerpt br {
  display: none;
}

@media screen and (min-width: 768px) {
  .sw-textimgblock__excerpt br {
    display: inline;
  }
}

.has-bar .sw-textimgblock__excerpt {
  font-size: 16px;
  line-height: 1;
}

.sw-textimgblock__btn {
  margin-top: 30px;
}

/*# sourceMappingURL=index-generated.css.map */
