@charset "UTF-8";
/**
 * Globals
 * An import of all abstracts
 */
/**
 * Vendor
 * For files that need compiling
 */
@import url("https://fonts.googleapis.com/css?family=Heebo:400,700|Lora:700&display=swap");
.form-required:after, .icon-youtube:before, .icon-upload:before, .icon-twitter:before, .icon-twitter-a2a:before, .icon-tiktok:before, .icon-tertiary-link:before, .icon-speech-bubble-flourish:before, .icon-sort:before, .icon-search:before, .icon-search-blue:before, .icon-required:before, .icon-pinterest:before, .icon-pinterest-a2a:before, .icon-menu:before, .icon-mainNavStroke:before, .icon-logo:before, .icon-linkedin:before, .icon-instagram:before, .icon-info:before, .icon-icon-thaw-time:before, .icon-icon-portions:before, .icon-icon-cook-time:before, .icon-hamburger_close:before, .icon-hamburger:before, .icon-green-bullet:before, .icon-globe:before, .icon-filter:before, .icon-filter-search:before, .icon-facebook:before, .icon-facebook-a2a:before, .icon-close:before, .icon-chevron-up:before, .icon-chevron-right:before, .icon-chevron-left:before, .icon-chevron-down:before, .icon-checkmark:before, .icon-checkmark-blue:before, .icon-caret:before, .icon-back-to-top:before, .icon-arrow:before, .icon-arrow-right-yellow:before, .icon-arrow-right-up:before, .icon-arrow-right-blue:before {
  font-family: "themeIcons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

/**
 * This themes global styles
 */
/**
 * Root Font Sizing
 */
/**
 * Type sets
 * Defines a type grouping that can be looped over and generate utility classes
 */
/**
 * Grid and Grid Gap
 */
/**
 * Vertical Gap
 */
/**
 * Horizontal Gap
 */
/**
 * Container widths
 */
/**
 * Global Variables
 */
@-webkit-keyframes scale-LR {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes scale-LR {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
/** No-space
 * Removes the default space, border, and padding place on a component
 */
/** Grid row
 * Sets row up for the grid
 */
/** Grid row gutters
 * IF $gutter-horizontal = true: set the sides gap width
 * ELSE $gutter-vertical = false: remove the top and bottom gap width
 * IF $gutter-vertical = true: set the top and bottom gap width
 * ELSE $gutter-vertical = false: remove the top and bottom gap width
 * IF $gutter-horizontal-size & $gutter-vertical-size = wide: large sized space between items
 * IF $gutter-horizontal-size & $gutter-vertical-size = wide-lg: large sized space between items only on the lg breakpoint
 * IF $gutter-horizontal-size & $gutter-vertical-size = narrow: small sized space between items
 * ELSE $gutter-horizontal-size & $gutter-vertical-size = default: regular sized space between items
 */
/** Grid columns
 * IF = auto: fits the available space
 * ELSE IF = variable: fits the width of it's content
 * ELSE span the amount of columns provided
 */
/** Grid Spacing Clear
 * Clears first and last grid row margin or padding
 * Declare on column class: @include grid-clear-vertical-spacing(2);
 * Options:
 * • $columns(value = 1 to n) - default = 1
 * • $property(value = margin or padding) - default = margin, sets to 0
 */
/** Grid class generators
 * Generates classes for each column and offset by default and breakpoint
 */
/**
 * Hide Text
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 * See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
/**
 * Hide Element
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
/**
 * Fonts
 * An import of all @font-face decelerations
 */
@font-face {
  font-family: "Trade Gothic";
  src: url("/themes/custom/butterball/fonts/tradeGothic/Trade-Gothic-LT-Light.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Trade Gothic";
  src: url("/themes/custom/butterball/fonts/tradeGothic/Trade-Gothic-LT-Light-Oblique.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Trade Gothic";
  src: url("/themes/custom/butterball/fonts/tradeGothic/Trade-Gothic-LT.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Trade Gothic";
  src: url("/themes/custom/butterball/fonts/tradeGothic/Trade-Gothic-LT-Oblique.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Trade Gothic";
  src: url("/themes/custom/butterball/fonts/tradeGothic/Trade-Gothic-LT-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Trade Gothic";
  src: url("/themes/custom/butterball/fonts/tradeGothic/Trade-Gothic-LT-Bold-Oblique.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Trade Gothic";
  src: url("/themes/custom/butterball/fonts/tradeGothic/Trade-Gothic-LT-Bold-No-2.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Trade Gothic";
  src: url("/themes/custom/butterball/fonts/tradeGothic/Trade-Gothic-LT-Bold-No-2-Oblique.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Macklin";
  src: url("/themes/custom/butterball/fonts/macklin/MacklinSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Macklin";
  src: url("/themes/custom/butterball/fonts/macklin/MacklinSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "MacklinSlab";
  src: url("/themes/custom/butterball/fonts/macklin/MacklinSlab-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "MacklinSlab";
  src: url("/themes/custom/butterball/fonts/macklin/MacklinSlab-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "MacklinSlab";
  src: url("/themes/custom/butterball/fonts/macklin/MacklinSlab-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "MacklinSlab";
  src: url("/themes/custom/butterball/fonts/macklin/MacklinSlab-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "MacklinSlab";
  src: url("/themes/custom/butterball/fonts/macklin/MacklinSlab-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "MacklinSlab";
  src: url("/themes/custom/butterball/fonts/macklin/MacklinSlab-ExtraBoldIt.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
/**
 * Base
 * An import for basic site setup
 */
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2rem;
  margin: 0.67rem 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1rem 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1rem; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1rem; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25rem;
}

sup {
  top: -0.5rem;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none !important;
}

@font-face {
  font-family: "themeIcons";
  src: url("/themes/custom/butterball/fonts/icons/themeIcons.eot?u1kgqn3");
  src: url("/themes/custom/butterball/fonts/icons/themeIcons.ttf?u1kgqn3") format("truetype"), url("/themes/custom/butterball/fonts/icons/themeIcons.eot?u1kgqn3#iefix") format("eot"), url("/themes/custom/butterball/fonts/icons/themeIcons.woff?u1kgqn3") format("woff");
}
/**
 * Body font sizing and base
 */
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 100%;
  text-rendering: optimizeLegibility;
}

body {
  background-color: #FFFFFF;
  color: #000000;
  font-family: "Macklin", "Arial", sans-serif;
  font-weight: 500;
  letter-spacing: 0.013em;
  line-height: 19px;
  overflow-x: hidden;
}

html,
body {
  height: 100%;
}

/**
 * Box sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/**
 * Remove focus outline from all elements if not keyboard activated.
 */
body:not(.keyboard-activated) *:focus {
  outline: none;
}

body.keyboard-activated *:focus {
  outline: 1px dashed #FCD405 !important;
  outline-offset: 1px !important;
}

/**
 * Basic body styles
 */
::-moz-selection {
  background: #FFF66A;
  color: #0031A7;
}

::selection {
  background: #FFF66A;
  color: #0031A7;
}

*::-moz-selection, a::-moz-selection, a span::-moz-selection {
  background-color: #FFF66A;
  color: #0031A7;
}

*::selection,
a::selection,
a span::selection {
  background-color: #FFF66A;
  color: #0031A7;
}

.dialog-off-canvas-main-canvas,
.page {
  height: 100%;
}

.messages {
  margin: 1rem;
}

.page {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: relative;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .page {
    display: block;
  }
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  width: auto;
}

figure {
  margin: 0;
  padding: 0;
}

body.toolbar-loading {
  padding-top: 39px;
}
body.toolbar-loading .toolbar {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
body.toolbar-loading .toolbar-tray {
  display: none !important;
}

body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
  margin-left: 0 !important;
}

body.toolbar-loading .toolbar-tray {
  display: none;
}

.node-preview-container {
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.8);
}

h1,
h2,
h3,
h4,
h5,
h6,
.type-header--h1,
.type-header--h2,
.type-header--h3,
.type-header--h4,
.type-header--h5,
.type-header--h6 {
  font-family: "MacklinSlab", "Times", serif;
  font-weight: 700;
  letter-spacing: inherit;
  line-height: 1.2;
  margin: 1.25rem 0 2rem;
  padding: 0;
}

h1,
.type-header--h1 {
  font-size: 3rem;
  line-height: 3.5rem;
}

h2,
.type-header--h2 {
  font-size: 2.5rem;
  line-height: 2.9375rem;
}

h3,
.type-header--h3 {
  font-size: 1.5rem;
  line-height: 2.375rem;
}

h4,
.type-header--h4 {
  font-size: 1.5rem;
}

h5,
.type-header--h5 {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

h6,
.type-header--h6 {
  font-size: 1.125rem;
}

a {
  color: #0031A7;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative;
}
a:hover, a:focus, a:active {
  color: #051D2E;
  outline: none;
  text-decoration: none;
}
a:active, a.is-active {
  -webkit-transition: none;
  transition: none;
}

p {
  margin: 0 0 1.5rem;
}
p:last-child {
  margin-bottom: 0;
}
p a {
  text-decoration: underline;
}

b,
strong {
  font-weight: 900;
}

blockquote {
  margin: 0;
  padding: 0;
}

code {
  background-color: #DDDDDD;
  display: block;
  margin: 2.5rem 0 6rem;
  padding: 1rem;
  white-space: pre-wrap;
}

ol,
ul {
  list-style-position: outside;
  margin: 1rem 0;
  padding: 0 0 0 1rem;
}
olol,
ulol {
  list-style-type: decimal;
}
olul,
ulul {
  list-style-type: disc;
}

.text-formatted a {
  font-weight: bold;
  text-decoration: underline;
}
.text-formatted ol {
  list-style-type: none;
  counter-reset: css-counter 0;
}
.text-formatted ol li {
  color: #0031A7;
  margin: 3rem 3rem 3rem 4rem;
  counter-increment: css-counter 1;
  padding-left: 1rem;
  position: relative;
}
.text-formatted ol li::before {
  background-image: url("../icons/green-bullet.svg");
  background-position: top left;
  background-repeat: no-repeat;
  content: counter(css-counter);
  height: 49px;
  line-height: 49px;
  width: 53px;
  display: inline-block;
  position: absolute;
  left: -4rem;
  top: -1rem;
  text-align: center;
  font-family: "MacklinSlab", "Times", serif;
  font-size: 30px;
  font-weight: bold;
}
.text-formatted ol li a {
  font-weight: bold;
  text-decoration: underline;
}

.paragraph--type-accordion-item table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  text-align: center;
}
.paragraph--type-accordion-item table thead {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-family: "MacklinSlab", "Times", serif;
}
.paragraph--type-accordion-item table thead tr th {
  background-image: url("../images/table-header-cell-bg.svg");
  padding: 1rem 2rem 1rem 1rem;
  line-height: 1;
  background-size: calc(100% - 1rem) 100%;
  background-position: center left;
  background-repeat: no-repeat;
}
.paragraph--type-accordion-item table tbody tr td {
  padding: 1rem 2rem 1rem 1rem;
  line-height: 1;
  text-transform: uppercase;
  font-size: 1rem;
  text-align: left;
}
.paragraph--type-accordion-item .paragraph--themed-dark-background table thead tr th {
  background-image: url("../images/table-header-cell-bg-dark.svg");
}

/**
 * Hide Text
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 * See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide Element
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/**
 * Body lock
 * Prevents the body from scrolling when class is added to body
 */
.jsa-body-lock {
  overflow: hidden;
}

/**
 * Layout utility classes.
 */
.layout-container--full-width {
  left: calc(-50vw + 50%);
  max-width: none;
  position: relative;
  width: 100%;
  width: 100vw;
}

.layout-container--xl {
  max-width: 75em;
  width: calc(100% - 2rem);
  margin-left: auto !important;
  margin-right: auto !important;
}

.layout-container--lg {
  max-width: 60em;
  width: calc(100% - 2rem);
  margin-left: auto !important;
  margin-right: auto !important;
}

.layout-container--md {
  max-width: 46.875em;
  width: calc(100% - 2rem);
  margin-left: auto !important;
  margin-right: auto !important;
}

.layout-container--sm {
  max-width: 33.125em;
  width: calc(100% - 2rem);
  margin-left: auto !important;
  margin-right: auto !important;
}

/**
 * Color utility classes.
 */
.on-bg-dark,
.block--bg-dark,
.component--bg-dark,
.node--bg-dark {
  color: #FFFFFF;
}
.on-bg-dark a:not([class^=button-]),
.block--bg-dark a:not([class^=button-]),
.component--bg-dark a:not([class^=button-]),
.node--bg-dark a:not([class^=button-]) {
  color: #FFFFFF;
}

.on-bg-light,
.block--bg-light,
.component--bg-light,
.node--bg-light {
  color: #333333;
}
.on-bg-light a:not([class^=button-]),
.block--bg-light a:not([class^=button-]),
.component--bg-light a:not([class^=button-]),
.node--bg-light a:not([class^=button-]) {
  color: #0031A7;
}

.bg-success-green {
  background-color: #9BC53D;
}

.bg-danger-red {
  background-color: #F16F43;
}

.bg-warning-yellow {
  background-color: #FDE74C;
}

.bg-info-blue {
  background-color: #5BC0EB;
}

.bg-gray-1 {
  background-color: #F2F2F2;
}

.bg-gray-2 {
  background-color: #E8E8E8;
}

.bg-gray-3 {
  background-color: #C4C4C4;
}

.bg-gray-4 {
  background-color: #999999;
}

.bg-gray-5 {
  background-color: #666666;
}

.bg-gray-6 {
  background-color: #333333;
}

.bg-type-dark {
  background-color: #272525;
}

.bg-type-light {
  background-color: #FFFFFF;
}

.bg-light {
  background-color: #FFFFFF;
}

.bg-dark {
  background-color: #000000;
}

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

.bg-light-grey {
  background-color: #DDDDDD;
}

.bg-grey {
  background-color: #999999;
}

.bg-dark-grey {
  background-color: #333333;
}

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

.bg-dark-blue {
  background-color: #001391;
}

.bg-blue {
  background-color: #0031A7;
}

.bg-blue-shade-1 {
  background-color: #243BFF;
}

.bg-blue-shade-2 {
  background-color: #001391;
}

.color-success-green {
  color: #9BC53D;
}

.color-danger-red {
  color: #F16F43;
}

.color-warning-yellow {
  color: #FDE74C;
}

.color-info-blue {
  color: #5BC0EB;
}

.color-gray-1 {
  color: #F2F2F2;
}

.color-gray-2 {
  color: #E8E8E8;
}

.color-gray-3 {
  color: #C4C4C4;
}

.color-gray-4 {
  color: #999999;
}

.color-gray-5 {
  color: #666666;
}

.color-gray-6 {
  color: #333333;
}

.color-type-dark {
  color: #272525;
}

.color-type-light {
  color: #FFFFFF;
}

.color-light {
  color: #FFFFFF;
}

.color-dark {
  color: #000000;
}

.color-white {
  color: #FFFFFF;
}

.color-light-grey {
  color: #DDDDDD;
}

.color-grey {
  color: #999999;
}

.color-dark-grey {
  color: #333333;
}

.color-black {
  color: #000000;
}

.color-dark-blue {
  color: #001391;
}

.color-blue {
  color: #0031A7;
}

.color-blue-shade-1 {
  color: #243BFF;
}

.color-blue-shade-2 {
  color: #001391;
}

/**
 * Fonts-related utility classes.
 */
.icon-arrow-right-blue:before {
  content: "\e001";
}

.icon-arrow-right-up:before {
  content: "\e002";
}

.icon-arrow-right-yellow:before {
  content: "\e003";
}

.icon-arrow:before {
  content: "\e004";
}

.icon-back-to-top:before {
  content: "\e005";
}

.icon-caret:before {
  content: "\e006";
}

.icon-checkmark-blue:before {
  content: "\e007";
}

.icon-checkmark:before {
  content: "\e008";
}

.icon-chevron-down:before {
  content: "\e009";
}

.icon-chevron-left:before {
  content: "\e00a";
}

.icon-chevron-right:before {
  content: "\e00b";
}

.icon-chevron-up:before {
  content: "\e00c";
}

.icon-close:before {
  content: "\e00d";
}

.icon-facebook-a2a:before {
  content: "\e00e";
}

.icon-facebook:before {
  content: "\e00f";
}

.icon-filter-search:before {
  content: "\e010";
}

.icon-filter:before {
  content: "\e011";
}

.icon-globe:before {
  content: "\e012";
}

.icon-green-bullet:before {
  content: "\e013";
}

.icon-hamburger:before {
  content: "\e014";
}

.icon-hamburger_close:before {
  content: "\e015";
}

.icon-icon-cook-time:before {
  content: "\e016";
}

.icon-icon-portions:before {
  content: "\e017";
}

.icon-icon-thaw-time:before {
  content: "\e018";
}

.icon-info:before {
  content: "\e019";
}

.icon-instagram:before {
  content: "\e01a";
}

.icon-linkedin:before {
  content: "\e01b";
}

.icon-logo:before {
  content: "\e01c";
}

.icon-mainNavStroke:before {
  content: "\e01d";
}

.icon-menu:before {
  content: "\e01e";
}

.icon-pinterest-a2a:before {
  content: "\e01f";
}

.icon-pinterest:before {
  content: "\e020";
}

.icon-required:before {
  content: "\e021";
}

.icon-search-blue:before {
  content: "\e022";
}

.icon-search:before {
  content: "\e023";
}

.icon-sort:before {
  content: "\e024";
}

.icon-speech-bubble-flourish:before {
  content: "\e025";
}

.icon-tertiary-link:before {
  content: "\e026";
}

.icon-tiktok:before {
  content: "\e027";
}

.icon-twitter-a2a:before {
  content: "\e028";
}

.icon-twitter:before {
  content: "\e029";
}

.icon-upload:before {
  content: "\e02a";
}

.icon-youtube:before {
  content: "\e02b";
}

/**
  * Animate when in viewport
 */
[data-animate=fade-in] {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}

[data-animate=fade-in].in-viewport {
  opacity: 1;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  -ms-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row-reverse {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  -ms-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.column {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  -ms-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.column-reverse {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  -ms-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
  -ms-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row--gutter-vertical > *,
.column--gutter-vertical > * {
  margin-bottom: 10px;
  margin-top: 10px;
}

.row--gutter-vertical-wide > *,
.column--gutter-vertical-wide > * {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}

@media (min-width: 61.25em) {
  .row--gutter-vertical-wide-large > *,
.column--gutter-vertical-wide-large > * {
    margin-bottom: 6rem;
    margin-top: 6rem;
  }
}

.row--gutter-vertical-narrow > *,
.column--gutter-vertical-narrow > * {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.row--gutter-vertical-gapless > *,
.column--gutter-vertical-gapless > * {
  margin-bottom: 0;
  margin-top: 0;
}

.row--gutter-horizontal,
.column--gutter-horizontal {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.row--gutter-horizontal > *,
.column--gutter-horizontal > * {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.row--gutter-horizontal-wide,
.column--gutter-horizontal-wide {
  margin-right: -3rem;
  margin-left: -3rem;
}
.row--gutter-horizontal-wide > *,
.column--gutter-horizontal-wide > * {
  padding-right: 3rem;
  padding-left: 3rem;
}

@media (min-width: 61.25em) {
  .row--gutter-horizontal-wide-large,
.column--gutter-horizontal-wide-large {
    margin-right: -5vw;
    margin-left: -5vw;
  }
}
@media (min-width: 61.25em) {
  .row--gutter-horizontal-wide-large > *,
.column--gutter-horizontal-wide-large > * {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}

.row--gutter-horizontal-narrow,
.column--gutter-horizontal-narrow {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
.row--gutter-horizontal-narrow > *,
.column--gutter-horizontal-narrow > * {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.row--gutter-horizontal-gapless,
.column--gutter-horizontal-gapless {
  margin-right: 0;
  margin-left: 0;
}
.row--gutter-horizontal-gapless > *,
.column--gutter-horizontal-gapless > * {
  padding-right: 0;
  padding-left: 0;
}

.col-1 {
  -ms-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  -ms-flex-preferred-size: 8.3333333333%;
      flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -ms-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  -ms-flex-preferred-size: 16.6666666667%;
      flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -ms-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -ms-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  -ms-flex-preferred-size: 41.6666666667%;
      flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -ms-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  -ms-flex-preferred-size: 58.3333333333%;
      flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -ms-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  -ms-flex-preferred-size: 66.6666666667%;
      flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -ms-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  -ms-flex-preferred-size: 83.3333333333%;
      flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -ms-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  -ms-flex-preferred-size: 91.6666666667%;
      flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -ms-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 20em) {
  .xxxs\:col-auto {
    -ms-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .xxxs\:col-variable {
    -ms-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .xxxs\:col-1 {
    -ms-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .xxxs\:col-2 {
    -ms-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xxxs\:col-3 {
    -ms-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .xxxs\:col-4 {
    -ms-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xxxs\:col-5 {
    -ms-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .xxxs\:col-6 {
    -ms-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .xxxs\:col-7 {
    -ms-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .xxxs\:col-8 {
    -ms-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xxxs\:col-9 {
    -ms-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .xxxs\:col-10 {
    -ms-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .xxxs\:col-11 {
    -ms-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .xxxs\:col-12 {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 23.1875em) {
  .xxsm\:col-auto {
    -ms-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .xxsm\:col-variable {
    -ms-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .xxsm\:col-1 {
    -ms-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .xxsm\:col-2 {
    -ms-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xxsm\:col-3 {
    -ms-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .xxsm\:col-4 {
    -ms-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xxsm\:col-5 {
    -ms-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .xxsm\:col-6 {
    -ms-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .xxsm\:col-7 {
    -ms-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .xxsm\:col-8 {
    -ms-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xxsm\:col-9 {
    -ms-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .xxsm\:col-10 {
    -ms-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .xxsm\:col-11 {
    -ms-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .xxsm\:col-12 {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 30em) {
  .xs\:col-auto {
    -ms-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .xs\:col-variable {
    -ms-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .xs\:col-1 {
    -ms-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .xs\:col-2 {
    -ms-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xs\:col-3 {
    -ms-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .xs\:col-4 {
    -ms-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xs\:col-5 {
    -ms-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .xs\:col-6 {
    -ms-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .xs\:col-7 {
    -ms-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .xs\:col-8 {
    -ms-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xs\:col-9 {
    -ms-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .xs\:col-10 {
    -ms-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .xs\:col-11 {
    -ms-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .xs\:col-12 {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 35.5em) {
  .sm\:col-auto {
    -ms-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .sm\:col-variable {
    -ms-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .sm\:col-1 {
    -ms-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .sm\:col-2 {
    -ms-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .sm\:col-3 {
    -ms-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .sm\:col-4 {
    -ms-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .sm\:col-5 {
    -ms-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .sm\:col-6 {
    -ms-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .sm\:col-7 {
    -ms-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .sm\:col-8 {
    -ms-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .sm\:col-9 {
    -ms-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .sm\:col-10 {
    -ms-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .sm\:col-11 {
    -ms-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .sm\:col-12 {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 48em) {
  .md\:col-auto {
    -ms-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .md\:col-variable {
    -ms-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .md\:col-1 {
    -ms-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .md\:col-2 {
    -ms-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .md\:col-3 {
    -ms-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .md\:col-4 {
    -ms-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .md\:col-5 {
    -ms-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .md\:col-6 {
    -ms-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .md\:col-7 {
    -ms-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .md\:col-8 {
    -ms-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .md\:col-9 {
    -ms-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .md\:col-10 {
    -ms-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .md\:col-11 {
    -ms-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .md\:col-12 {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 61.25em) {
  .lg\:col-auto {
    -ms-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .lg\:col-variable {
    -ms-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .lg\:col-1 {
    -ms-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .lg\:col-2 {
    -ms-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .lg\:col-3 {
    -ms-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .lg\:col-4 {
    -ms-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .lg\:col-5 {
    -ms-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .lg\:col-6 {
    -ms-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .lg\:col-7 {
    -ms-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .lg\:col-8 {
    -ms-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .lg\:col-9 {
    -ms-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .lg\:col-10 {
    -ms-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .lg\:col-11 {
    -ms-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .lg\:col-12 {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 64em) {
  .lg-plus\:col-auto {
    -ms-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .lg-plus\:col-variable {
    -ms-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .lg-plus\:col-1 {
    -ms-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .lg-plus\:col-2 {
    -ms-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .lg-plus\:col-3 {
    -ms-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .lg-plus\:col-4 {
    -ms-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .lg-plus\:col-5 {
    -ms-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .lg-plus\:col-6 {
    -ms-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .lg-plus\:col-7 {
    -ms-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .lg-plus\:col-8 {
    -ms-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .lg-plus\:col-9 {
    -ms-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .lg-plus\:col-10 {
    -ms-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .lg-plus\:col-11 {
    -ms-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .lg-plus\:col-12 {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 71.375em) {
  .xxlg\:col-auto {
    -ms-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .xxlg\:col-variable {
    -ms-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .xxlg\:col-1 {
    -ms-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .xxlg\:col-2 {
    -ms-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xxlg\:col-3 {
    -ms-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .xxlg\:col-4 {
    -ms-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xxlg\:col-5 {
    -ms-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .xxlg\:col-6 {
    -ms-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .xxlg\:col-7 {
    -ms-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .xxlg\:col-8 {
    -ms-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xxlg\:col-9 {
    -ms-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .xxlg\:col-10 {
    -ms-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .xxlg\:col-11 {
    -ms-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .xxlg\:col-12 {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 80em) {
  .xl\:col-auto {
    -ms-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .xl\:col-variable {
    -ms-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .xl\:col-1 {
    -ms-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .xl\:col-2 {
    -ms-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xl\:col-3 {
    -ms-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .xl\:col-4 {
    -ms-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xl\:col-5 {
    -ms-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .xl\:col-6 {
    -ms-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .xl\:col-7 {
    -ms-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .xl\:col-8 {
    -ms-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xl\:col-9 {
    -ms-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .xl\:col-10 {
    -ms-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .xl\:col-11 {
    -ms-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .xl\:col-12 {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 90.625em) {
  .gr\:col-auto {
    -ms-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .gr\:col-variable {
    -ms-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .gr\:col-1 {
    -ms-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .gr\:col-2 {
    -ms-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .gr\:col-3 {
    -ms-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .gr\:col-4 {
    -ms-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .gr\:col-5 {
    -ms-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .gr\:col-6 {
    -ms-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .gr\:col-7 {
    -ms-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .gr\:col-8 {
    -ms-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .gr\:col-9 {
    -ms-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .gr\:col-10 {
    -ms-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .gr\:col-11 {
    -ms-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .gr\:col-12 {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.col-offset-1 {
  margin-left: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 20em) {
  .xxxs\:col-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xxxs\:col-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xxxs\:col-offset-3 {
    margin-left: 25%;
  }
  .xxxs\:col-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xxxs\:col-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xxxs\:col-offset-6 {
    margin-left: 50%;
  }
  .xxxs\:col-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xxxs\:col-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xxxs\:col-offset-9 {
    margin-left: 75%;
  }
  .xxxs\:col-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xxxs\:col-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 23.1875em) {
  .xxsm\:col-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xxsm\:col-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xxsm\:col-offset-3 {
    margin-left: 25%;
  }
  .xxsm\:col-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xxsm\:col-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xxsm\:col-offset-6 {
    margin-left: 50%;
  }
  .xxsm\:col-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xxsm\:col-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xxsm\:col-offset-9 {
    margin-left: 75%;
  }
  .xxsm\:col-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xxsm\:col-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 30em) {
  .xs\:col-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xs\:col-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xs\:col-offset-3 {
    margin-left: 25%;
  }
  .xs\:col-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xs\:col-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xs\:col-offset-6 {
    margin-left: 50%;
  }
  .xs\:col-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xs\:col-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xs\:col-offset-9 {
    margin-left: 75%;
  }
  .xs\:col-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xs\:col-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 35.5em) {
  .sm\:col-offset-1 {
    margin-left: 8.3333333333%;
  }
  .sm\:col-offset-2 {
    margin-left: 16.6666666667%;
  }
  .sm\:col-offset-3 {
    margin-left: 25%;
  }
  .sm\:col-offset-4 {
    margin-left: 33.3333333333%;
  }
  .sm\:col-offset-5 {
    margin-left: 41.6666666667%;
  }
  .sm\:col-offset-6 {
    margin-left: 50%;
  }
  .sm\:col-offset-7 {
    margin-left: 58.3333333333%;
  }
  .sm\:col-offset-8 {
    margin-left: 66.6666666667%;
  }
  .sm\:col-offset-9 {
    margin-left: 75%;
  }
  .sm\:col-offset-10 {
    margin-left: 83.3333333333%;
  }
  .sm\:col-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 48em) {
  .md\:col-offset-1 {
    margin-left: 8.3333333333%;
  }
  .md\:col-offset-2 {
    margin-left: 16.6666666667%;
  }
  .md\:col-offset-3 {
    margin-left: 25%;
  }
  .md\:col-offset-4 {
    margin-left: 33.3333333333%;
  }
  .md\:col-offset-5 {
    margin-left: 41.6666666667%;
  }
  .md\:col-offset-6 {
    margin-left: 50%;
  }
  .md\:col-offset-7 {
    margin-left: 58.3333333333%;
  }
  .md\:col-offset-8 {
    margin-left: 66.6666666667%;
  }
  .md\:col-offset-9 {
    margin-left: 75%;
  }
  .md\:col-offset-10 {
    margin-left: 83.3333333333%;
  }
  .md\:col-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 61.25em) {
  .lg\:col-offset-1 {
    margin-left: 8.3333333333%;
  }
  .lg\:col-offset-2 {
    margin-left: 16.6666666667%;
  }
  .lg\:col-offset-3 {
    margin-left: 25%;
  }
  .lg\:col-offset-4 {
    margin-left: 33.3333333333%;
  }
  .lg\:col-offset-5 {
    margin-left: 41.6666666667%;
  }
  .lg\:col-offset-6 {
    margin-left: 50%;
  }
  .lg\:col-offset-7 {
    margin-left: 58.3333333333%;
  }
  .lg\:col-offset-8 {
    margin-left: 66.6666666667%;
  }
  .lg\:col-offset-9 {
    margin-left: 75%;
  }
  .lg\:col-offset-10 {
    margin-left: 83.3333333333%;
  }
  .lg\:col-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 64em) {
  .lg-plus\:col-offset-1 {
    margin-left: 8.3333333333%;
  }
  .lg-plus\:col-offset-2 {
    margin-left: 16.6666666667%;
  }
  .lg-plus\:col-offset-3 {
    margin-left: 25%;
  }
  .lg-plus\:col-offset-4 {
    margin-left: 33.3333333333%;
  }
  .lg-plus\:col-offset-5 {
    margin-left: 41.6666666667%;
  }
  .lg-plus\:col-offset-6 {
    margin-left: 50%;
  }
  .lg-plus\:col-offset-7 {
    margin-left: 58.3333333333%;
  }
  .lg-plus\:col-offset-8 {
    margin-left: 66.6666666667%;
  }
  .lg-plus\:col-offset-9 {
    margin-left: 75%;
  }
  .lg-plus\:col-offset-10 {
    margin-left: 83.3333333333%;
  }
  .lg-plus\:col-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 71.375em) {
  .xxlg\:col-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xxlg\:col-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xxlg\:col-offset-3 {
    margin-left: 25%;
  }
  .xxlg\:col-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xxlg\:col-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xxlg\:col-offset-6 {
    margin-left: 50%;
  }
  .xxlg\:col-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xxlg\:col-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xxlg\:col-offset-9 {
    margin-left: 75%;
  }
  .xxlg\:col-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xxlg\:col-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 80em) {
  .xl\:col-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xl\:col-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xl\:col-offset-3 {
    margin-left: 25%;
  }
  .xl\:col-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xl\:col-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xl\:col-offset-6 {
    margin-left: 50%;
  }
  .xl\:col-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xl\:col-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xl\:col-offset-9 {
    margin-left: 75%;
  }
  .xl\:col-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xl\:col-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 90.625em) {
  .gr\:col-offset-1 {
    margin-left: 8.3333333333%;
  }
  .gr\:col-offset-2 {
    margin-left: 16.6666666667%;
  }
  .gr\:col-offset-3 {
    margin-left: 25%;
  }
  .gr\:col-offset-4 {
    margin-left: 33.3333333333%;
  }
  .gr\:col-offset-5 {
    margin-left: 41.6666666667%;
  }
  .gr\:col-offset-6 {
    margin-left: 50%;
  }
  .gr\:col-offset-7 {
    margin-left: 58.3333333333%;
  }
  .gr\:col-offset-8 {
    margin-left: 66.6666666667%;
  }
  .gr\:col-offset-9 {
    margin-left: 75%;
  }
  .gr\:col-offset-10 {
    margin-left: 83.3333333333%;
  }
  .gr\:col-offset-11 {
    margin-left: 91.6666666667%;
  }
}
input,
textarea,
select,
input.webform-counter-warning,
input.form-text.webform-counter-warning,
textarea.webform-counter-warning,
textarea.form-textarea.webform-counter-warning,
.form-input-file__button {
  background: transparent;
  border: 0.0625rem solid #000000;
  border-radius: 0.5rem;
  color: #000000;
  max-width: 100%;
  outline: 0 none;
  padding: 0.5rem 1.75rem;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-appearance: none;
  width: 100%;
}
input:disabled,
textarea:disabled,
select:disabled,
input.webform-counter-warning:disabled,
input.form-text.webform-counter-warning:disabled,
textarea.webform-counter-warning:disabled,
textarea.form-textarea.webform-counter-warning:disabled,
.form-input-file__button:disabled {
  background-color: #DDDDDD;
}
@media (max-width: 35.49em) {
  input,
textarea,
select,
input.webform-counter-warning,
input.form-text.webform-counter-warning,
textarea.webform-counter-warning,
textarea.form-textarea.webform-counter-warning,
.form-input-file__button {
    padding: 0.5rem;
  }
}

select {
  padding-right: 2.75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden !important;
}

input,
select,
.form-input-file__button {
  height: 2.75rem;
  overflow: hidden !important;
}

fieldset.webform-composite-hidden-title {
  margin-top: 0;
  margin-bottom: 0;
}

form div.form-item {
  margin: 0 0 2rem !important;
  padding: 0;
}
form .form-submit {
  max-width: 12.5rem;
}

label {
  color: #272525;
}

label ~ input,
label ~ select,
label ~ radio,
label ~ textarea,
label ~ div {
  margin-top: 0.3125rem;
}

.block-webform-block__title {
  font-family: "MacklinSlab", "Times", serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.2rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #333333;
}

.webform-flexbox {
  margin: 0 -0.5em 1.5rem;
}
.webform-flexbox .webform-flex {
  width: 100%;
}
.webform-flexbox .webform-flex .webform-flex--container {
  margin: 0 0.375rem;
}
.webform-flexbox .form-item {
  margin: 0;
}

.form-actions {
  margin: 1.5rem 0 1rem;
}

.form-checkboxes .form-item,
.form-radios .form-item {
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-checkboxes .form-item:last-of-type,
.form-radios .form-item:last-of-type {
  margin-bottom: 0;
}
.form-checkboxes input,
.form-radios input {
  width: inherit;
}
.form-checkboxes input[type=checkbox]:checked,
.form-checkboxes input[type=checkbox]:not(:checked),
.form-checkboxes input[type=radio]:checked,
.form-checkboxes input[type=radio]:not(:checked),
.form-radios input[type=checkbox]:checked,
.form-radios input[type=checkbox]:not(:checked),
.form-radios input[type=radio]:checked,
.form-radios input[type=radio]:not(:checked) {
  position: absolute;
  left: 0;
  opacity: 0;
  height: 10px;
}
.form-checkboxes input[type=checkbox]:checked + label,
.form-checkboxes input[type=checkbox]:not(:checked) + label,
.form-checkboxes input[type=radio]:checked + label,
.form-checkboxes input[type=radio]:not(:checked) + label,
.form-radios input[type=checkbox]:checked + label,
.form-radios input[type=checkbox]:not(:checked) + label,
.form-radios input[type=radio]:checked + label,
.form-radios input[type=radio]:not(:checked) + label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  line-height: 1;
  padding-left: 1.625rem;
}
.form-checkboxes input[type=checkbox]:checked + label:before,
.form-checkboxes input[type=checkbox]:not(:checked) + label:before,
.form-checkboxes input[type=radio]:checked + label:before,
.form-checkboxes input[type=radio]:not(:checked) + label:before,
.form-radios input[type=checkbox]:checked + label:before,
.form-radios input[type=checkbox]:not(:checked) + label:before,
.form-radios input[type=radio]:checked + label:before,
.form-radios input[type=radio]:not(:checked) + label:before {
  background: #FFFFFF;
  border: 1px solid #000000;
  content: "";
  height: 1.125rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.125rem;
}
.form-checkboxes input[type=checkbox]:checked + label:before,
.form-checkboxes input[type=radio]:checked + label:before,
.form-radios input[type=checkbox]:checked + label:before,
.form-radios input[type=radio]:checked + label:before {
  background-color: #F35626;
  border-color: #F35626;
}
.form-checkboxes input[type=checkbox]:checked + label:after,
.form-checkboxes input[type=checkbox]:checked + .form-required:after,
.form-checkboxes input[type=checkbox]:not(:checked) + label:after,
.form-checkboxes input[type=radio]:checked + label:after,
.form-checkboxes input[type=radio]:not(:checked) + label:after,
.form-radios input[type=checkbox]:checked + label:after,
.form-radios input[type=checkbox]:checked + .form-required:after,
.form-radios input[type=checkbox]:not(:checked) + label:after,
.form-radios input[type=radio]:checked + label:after,
.form-radios input[type=radio]:not(:checked) + label:after {
  background-image: none;
  display: block;
  left: 4px;
  height: 0;
  margin: 0;
  position: absolute;
  top: 4px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 0;
}
.form-checkboxes input[type=checkbox]:not(:checked) + label:after,
.form-checkboxes input[type=checkbox]:not(:checked) + .form-required:after,
.form-checkboxes input[type=radio]:not(:checked) + label:after,
.form-radios input[type=checkbox]:not(:checked) + label:after,
.form-radios input[type=checkbox]:not(:checked) + .form-required:after,
.form-radios input[type=radio]:not(:checked) + label:after {
  opacity: 0;
}
.form-checkboxes input[type=checkbox]:checked + label:after,
.form-checkboxes input[type=checkbox]:checked + label.form-required:after,
.form-checkboxes input[type=radio]:checked + label:after,
.form-radios input[type=checkbox]:checked + label:after,
.form-radios input[type=checkbox]:checked + label.form-required:after,
.form-radios input[type=radio]:checked + label:after {
  opacity: 1;
}
.form-checkboxes input[type=checkbox]:not(:checked):focus + label:before,
.form-checkboxes input[type=checkbox]:checked:focus + label:before,
.form-radios input[type=checkbox]:not(:checked):focus + label:before,
.form-radios input[type=checkbox]:checked:focus + label:before {
  border: 1px solid #F35626;
}
.form-checkboxes .required-icon,
.form-radios .required-icon {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0.3em 1em;
  background-image: url("/core/misc/icons/ee0000/required.svg");
  background-repeat: no-repeat;
  background-size: 6px 6px;
}
.form-checkboxes .description,
.form-radios .description {
  margin-left: 1.625rem;
}

.form-radios input[type=radio]:checked + label:before,
.form-radios input[type=radio]:not(:checked) + label:before {
  border-radius: 100%;
}
.form-radios input[type=radio]:checked + label:after,
.form-radios input[type=radio]:not(:checked) + label:after {
  background: #F35626;
  border-radius: 100%;
  content: "";
  height: calc(1.125rem - 8px);
  width: calc(1.125rem - 8px);
}

.form-checkboxes input[type=checkbox]:checked + label:after,
.form-checkboxes input[type=checkbox]:checked + label.form-required:after,
.form-checkboxes input[type=checkbox]:not(:checked) + label.form-required:after,
.form-checkboxes input[type=checkbox]:not(:checked) + label:after {
  font-family: "themeIcons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  color: #243BFF;
  content: "\e007";
  font-size: 0.625rem;
  height: 1.125rem;
  width: 1.125rem;
  left: 0.5rem;
}

.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-select:focus {
  outline: 0 none;
}

.form-input-file__wrapper:after {
  font-family: "themeIcons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "\e02a";
}
.form-input-file__wrapper input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.form-input-file__wrapper::after {
  font-size: 1.25rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.form-required:after {
  content: "\e021";
}
.form-required::after {
  font-size: 0.3125rem;
  background-image: unset;
  background-size: unset;
}

.form-error input:invalid:focus,
.form-error textarea:invalid:focus,
.form-error select:invalid:focus {
  border-color: #F16F43 !important;
}
.form-error .form-checkboxes input[type=checkbox]:not(:checked):invalid:focus + label:before,
.form-error .form-checkboxes input[type=radio]:not(:checked):invalid:focus + label:before,
.form-error .form-radios input[type=checkbox]:not(:checked):invalid:focus + label:before,
.form-error .form-radios input[type=radio]:not(:checked):invalid:focus + label:before {
  border-color: #F16F43 !important;
}
.form-error .form-checkboxes input[type=checkbox]:not(:checked):invalid:focus + label,
.form-error .form-checkboxes input[type=radio]:not(:checked):invalid:focus + label,
.form-error .form-radios input[type=checkbox]:not(:checked):invalid:focus + label,
.form-error .form-radios input[type=radio]:not(:checked):invalid:focus + label {
  color: #F16F43;
}

.form-input-file-next-button {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 47.99em) {
  .webform-flexbox {
    margin-bottom: 0;
  }
  .form-actions {
    margin: 0 0 1rem;
  }
}
@media (max-width: 35.49em) {
  .webform-flexbox .webform-flex {
    margin-bottom: 1.5rem;
  }
}
/**
 * Globals
 * An import of all abstracts
 */
/**
 * Vendor
 * For files that need compiling
 */
.icon-arrow-right-blue:before, .icon-arrow-right-up:before, .icon-arrow-right-yellow:before, .icon-arrow:before, .icon-back-to-top:before, .icon-caret:before, .icon-checkmark-blue:before, .icon-checkmark:before, .icon-chevron-down:before, .icon-chevron-left:before, .icon-chevron-right:before, .icon-chevron-up:before, .icon-close:before, .icon-facebook-a2a:before, .icon-facebook:before, .icon-filter-search:before, .icon-filter:before, .icon-globe:before, .icon-green-bullet:before, .icon-hamburger:before, .icon-hamburger_close:before, .icon-icon-cook-time:before, .icon-icon-portions:before, .icon-icon-thaw-time:before, .icon-info:before, .icon-instagram:before, .icon-linkedin:before, .icon-logo:before, .icon-mainNavStroke:before, .icon-menu:before, .icon-pinterest-a2a:before, .icon-pinterest:before, .icon-required:before, .icon-search-blue:before, .icon-search:before, .icon-sort:before, .icon-speech-bubble-flourish:before, .icon-tertiary-link:before, .icon-tiktok:before, .icon-twitter-a2a:before, .icon-twitter:before, .icon-upload:before, .icon-youtube:before, .form-required:after {
  font-family: "themeIcons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

/**
 * This themes global styles
 */
/**
 * Root Font Sizing
 */
/**
 * Type sets
 * Defines a type grouping that can be looped over and generate utility classes
 */
/**
 * Grid and Grid Gap
 */
/**
 * Vertical Gap
 */
/**
 * Horizontal Gap
 */
/**
 * Container widths
 */
/**
 * Global Variables
 */
@keyframes scale-LR {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
/** No-space
 * Removes the default space, border, and padding place on a component
 */
/** Grid row
 * Sets row up for the grid
 */
/** Grid row gutters
 * IF $gutter-horizontal = true: set the sides gap width
 * ELSE $gutter-vertical = false: remove the top and bottom gap width
 * IF $gutter-vertical = true: set the top and bottom gap width
 * ELSE $gutter-vertical = false: remove the top and bottom gap width
 * IF $gutter-horizontal-size & $gutter-vertical-size = wide: large sized space between items
 * IF $gutter-horizontal-size & $gutter-vertical-size = wide-lg: large sized space between items only on the lg breakpoint
 * IF $gutter-horizontal-size & $gutter-vertical-size = narrow: small sized space between items
 * ELSE $gutter-horizontal-size & $gutter-vertical-size = default: regular sized space between items
 */
/** Grid columns
 * IF = auto: fits the available space
 * ELSE IF = variable: fits the width of it's content
 * ELSE span the amount of columns provided
 */
/** Grid Spacing Clear
 * Clears first and last grid row margin or padding
 * Declare on column class: @include grid-clear-vertical-spacing(2);
 * Options:
 * • $columns(value = 1 to n) - default = 1
 * • $property(value = margin or padding) - default = margin, sets to 0
 */
/** Grid class generators
 * Generates classes for each column and offset by default and breakpoint
 */
/**
 * Hide Text
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 * See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
/**
 * Hide Element
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
/**
 * SASS Variables
 */
/**
 * Region
 */
.region-footer {
  left: calc(-50vw + 50%);
  max-width: none;
  position: relative;
  width: 100%;
  width: 100vw;
  background-color: #0031A7;
  margin-top: 5rem;
  padding-top: 4.5rem;
  /* Some form settings */
}
.region-footer ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #F2ECD5;
}
.region-footer ::-moz-placeholder { /* Firefox 19+ */
  color: #F2ECD5;
}
.region-footer :-ms-input-placeholder { /* IE 10+ */
  color: #F2ECD5;
}
.region-footer :-moz-placeholder { /* Firefox 18- */
  color: #F2ECD5;
}
.region-footer .region-footer__inner-container {
  display: grid;
}
.region-footer a {
  text-decoration: underline;
}
.region-footer a::-moz-selection {
  background-color: #FCD405;
  color: #F2ECD5;
}
.region-footer a::selection {
  background-color: #FCD405;
  color: #F2ECD5;
}
.region-footer button {
  z-index: 1;
  background: 0;
  border: 0;
}
.region-footer .region-footer-first {
  max-width: 75em;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  color: #FFFFFF;
}
.region-footer .region-footer-first a {
  color: #F2ECD5;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative;
  text-decoration: none;
}
.region-footer .region-footer-first a:hover, .region-footer .region-footer-first a:focus, .region-footer .region-footer-first a:active {
  color: #F2ECD5;
  outline: none;
  text-decoration: none;
}
.region-footer .region-footer-first a:active, .region-footer .region-footer-first a.is-active {
  -webkit-transition: none;
  transition: none;
}
.region-footer .region-footer-first a:hover, .region-footer .region-footer-first a:active {
  text-decoration: underline;
}
.region-footer .region-footer-first .site-logo img {
  width: 12.9375rem;
}
.region-footer .region-footer-first .block-footer-navigation-block__footer-address-phone a {
  font-weight: 700;
  font-size: 1.25rem;
}
.region-footer .block header.title {
  color: #FCD405;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.region-footer .block header.title::-moz-selection {
  background-color: #F2ECD5;
  color: #000000;
}
.region-footer .block header.title::selection {
  background-color: #F2ECD5;
  color: #000000;
}
.region-footer .block .menu-item a {
  color: #F2ECD5;
  font-size: 1rem;
  text-decoration: underline;
}
.region-footer .block-where-to-buy {
  max-width: 20rem;
}
.region-footer .block-where-to-buy form {
  border-bottom: 1px solid #FCD405;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.region-footer .block-where-to-buy input {
  border: 0;
  color: #F2ECD5;
  margin-top: 0.5em;
  padding-left: 0;
}
.region-footer .block-where-to-buy button::before {
  font-size: 2rem;
}
.region-footer #block-sitebranding {
  margin-bottom: 2.5rem;
}
.region-footer #block-sitebranding img {
  height: auto;
  max-width: 140px;
}
.region-footer .block-footer-navigation-block__nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.region-footer .block-footer-navigation-block__nav .block-footer-navigation-block__header {
  padding: 0 0 1rem;
}
.region-footer .block-footer-navigation-block__nav .block-footer-navigation-block__header .block-footer-navigation-block__footer-logo {
  max-width: 16rem;
  width: 100%;
}
.region-footer .block-footer-navigation-block__nav .block-footer-navigation-block__header .block-footer-navigation-block__footer-logo svg {
  height: 3rem;
}
.region-footer .block-footer-navigation-block__nav .block-footer-navigation-block__content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.region-footer .block-footer-navigation-block__nav .block-footer-navigation-block__content .block-footer-navigation-block__footer-address p {
  font-size: 1rem;
  margin: 0;
  font-weight: 500;
}
.region-footer .block-footer-navigation-block__nav .block-footer-navigation-block__content .block-footer-navigation-block__footer-address p:first-of-type {
  margin-top: 0.5rem;
}
.region-footer .block-footer-navigation-block__nav .block-footer-navigation-block__content .block-footer-navigation-block__footer-address p.block-footer-navigation-block__footer-address-phone {
  margin-top: 0.625rem;
}
.region-footer .block-footer-navigation-block__nav .block-footer-navigation-block__content .block-footer-navigation-block__footer-social-menu-wrapper .menu--social {
  padding-top: 0.625rem;
}
.region-footer .menu,
.region-footer .block-menu {
  margin: 0;
  padding: 0 0 1rem;
  /* Social Icons */
}
.region-footer .menu.menu--depth-1,
.region-footer .block-menu.menu--depth-1 {
  padding: 0;
}
.region-footer .menu.menu--social-links,
.region-footer .block-menu.menu--social-links {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.region-footer .menu.menu--social-links .menu-item:not(:first-of-type),
.region-footer .block-menu.menu--social-links .menu-item:not(:first-of-type) {
  margin-left: 1.25rem;
}
.region-footer .menu.menu--social-links ul.menu,
.region-footer .block-menu.menu--social-links ul.menu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.region-footer .menu.menu--social-links ul.menu .menu-item:not(:first-of-type),
.region-footer .block-menu.menu--social-links ul.menu .menu-item:not(:first-of-type) {
  margin-left: 1.25rem;
}
.region-footer .menu .menu-item--visually-hide-title > span,
.region-footer .block-menu .menu-item--visually-hide-title > span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.region-footer .menu .menu-item__link--icon-only,
.region-footer .block-menu .menu-item__link--icon-only {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  height: 1.875rem;
  line-height: 1;
  position: relative;
  text-indent: -9999px;
  width: 1.875rem;
}
.region-footer .menu .menu-item__link--icon-only::before,
.region-footer .block-menu .menu-item__link--icon-only::before {
  content: "";
  display: inline-block;
  height: 1.875rem;
  left: 0;
  position: absolute;
  text-indent: 0;
  top: 0;
  width: 1.875rem;
}
.region-footer .menu .social-icon-facebook::before,
.region-footer .block-menu .social-icon-facebook::before {
  background: url("../icons/facebook.svg") center no-repeat;
  background-size: contain;
}
.region-footer .menu .social-icon-instagram::before,
.region-footer .block-menu .social-icon-instagram::before {
  background: url("../icons/instagram.svg") center no-repeat;
  background-size: contain;
}
.region-footer .menu .social-icon-pinterest::before,
.region-footer .block-menu .social-icon-pinterest::before {
  background: url("../icons/pinterest.svg") center no-repeat;
  background-size: contain;
}
.region-footer .menu .social-icon-twitter::before,
.region-footer .block-menu .social-icon-twitter::before {
  background: url("../icons/twitter.svg") center no-repeat;
  background-size: contain;
}
.region-footer .menu .social-icon-youtube::before,
.region-footer .block-menu .social-icon-youtube::before {
  background: url("../icons/youtube.svg") center no-repeat;
  background-size: contain;
}
.region-footer .menu .social-icon-tiktok::before,
.region-footer .block-menu .social-icon-tiktok::before {
  background: url("../icons/tiktok.svg") center no-repeat;
  background-size: contain;
}
.region-footer .menu-item {
  list-style: none;
  margin: 1rem 0;
  padding-top: 0;
}
.region-footer .block-footer-navigation-block__footer-menu-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.region-footer #block-footerinformationalblock {
  margin-right: 3.125rem;
  padding-bottom: 1rem;
}
.region-footer #block-footerinformationalblock .field--name-body {
  font-family: "Macklin", "Arial", sans-serif;
  font-size: 0.875rem;
  text-decoration: none;
  font-weight: 500;
}
.region-footer .menu--social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
}
.region-footer .menu--social li {
  margin-right: 15px;
}
.region-footer .menu--footer {
  display: grid;
  width: 100%;
}
.region-footer .menu--footer li {
  padding-right: 0.5rem;
}
.region-footer .menu--footer li,
.region-footer .menu--footer li a {
  font-family: "MacklinSlab", "Times", serif;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.region-footer .menu--footer li.menu-item__link--depth-0,
.region-footer .menu--footer li a.menu-item__link--depth-0 {
  font-size: 1.15rem;
  font-weight: 800;
}
.region-footer .menu--footer .menu-item--depth-1 a {
  font-size: 0.75rem;
  font-weight: 500;
}
.region-footer .region-footer-second {
  max-width: 75em;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  color: #FFFFFF;
}
.region-footer .region-footer-second a {
  color: #F2ECD5;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative;
  text-decoration: none;
}
.region-footer .region-footer-second a:hover, .region-footer .region-footer-second a:focus, .region-footer .region-footer-second a:active {
  color: #F2ECD5;
  outline: none;
  text-decoration: none;
}
.region-footer .region-footer-second a:active, .region-footer .region-footer-second a.is-active {
  -webkit-transition: none;
  transition: none;
}
.region-footer .region-footer-second a:hover, .region-footer .region-footer-second a:active {
  text-decoration: underline;
}
.region-footer .region-footer-second .region-footer-second__content {
  -ms-flex-line-pack: justify;
      align-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  max-height: 450px;
}
.region-footer .region-footer-second .region-footer-second__content .block {
  width: 49%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.region-footer .region-footer-second .region-footer-second__content .block:nth-child(odd) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.region-footer .region-footer-second .region-footer-second__content .block:nth-child(even) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.region-footer .region-footer-second .region-footer-second__content .block .block__title {
  font-family: "MacklinSlab", "Times", serif;
}
.region-footer .region-footer-second .region-footer-second__content .block .menu.menu--depth-0.menu--additional-info li.menu-item.menu-item--depth-0:last-child a.menu-item__link.menu-item__link--depth-0:after {
  font-family: "themeIcons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "";
}
.region-footer .region-footer-second .region-footer-second__content .block .menu.menu--depth-0.menu--helpful-links li.menu-item.menu-item--depth-0 a.menu-item__link.menu-item__link--depth-0:after {
  font-family: "themeIcons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "";
}
.region-footer .region-footer-second .region-footer-second__content .block .menu.menu--depth-0 .show-ketch-preferences::before {
  content: url("../images/ccpa-optout-icon.svg");
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.region-footer .region-footer-second .region-footer-second__content .block a.menu-item__link.menu-item__link--depth-0:after {
  font-family: "themeIcons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "\e002";
}
.region-footer .region-footer-second .region-footer-second__content .block a.menu-item__link.menu-item__link--depth-0:after {
  display: inline-block;
  margin-left: 0.8rem;
  font-size: 0.9rem;
  top: 0.2rem;
  position: relative;
  color: #FCD405;
}
.region-footer .region-footer-second .region-footer-second__content #block-wheretobuyblock .block-where-to-buy__content {
  margin: 0 0 2rem;
}
.region-footer .region-bottom-line {
  margin-bottom: 2rem;
  margin-top: 3rem;
}
.region-footer .region-bottom-line #block-trademark {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.region-footer .region-bottom-line #block-trademark .line {
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #FCD405;
}
.region-footer .region-bottom-line #block-trademark .trademark {
  color: #F2ECD5;
  padding: 0 2rem;
}

@media (min-width: 35.5em) {
  .region-footer #back-to-top {
    position: absolute;
    right: 3rem;
    top: 3rem;
  }
  .region-footer .region-footer__inner-container {
    max-width: 75em;
    width: calc(100% - 2rem);
    margin-left: auto !important;
    margin-right: auto !important;
    display: grid;
    grid-template-columns: 1.25fr 3fr 0.5fr;
  }
  .region-footer .region-footer-first {
    position: relative;
    z-index: 1;
  }
  .region-footer #block-sitebranding svg {
    max-height: 87px;
    max-width: 207px;
  }
  .region-footer .block-footer-navigation-block__nav .block-footer-navigation-block__content {
    -ms-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .region-footer .menu--footer {
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0;
    padding: 0 0 0 3rem;
  }
}
@media (min-width: 1025px) and (max-width: 1150px) {
  .region-footer .region-footer__inner-container .menu--footer {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0;
  }
  .region-footer .region-footer-second__content {
    padding-left: 2rem;
  }
  .region-footer .block-footer-navigation-block__nav .block-footer-navigation-block__content {
    -ms-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 1149px) {
  .region-footer #back-to-top {
    position: absolute;
    right: 3rem;
    top: 3rem;
  }
  .region-footer .region-footer__inner-container {
    grid-template-columns: 1fr 3fr;
  }
  .region-footer .menu--footer {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 64em) {
  .region-footer #back-to-top {
    position: absolute;
    right: 3rem;
    top: 5rem;
  }
  .region-footer .region-footer__inner-container {
    left: calc(-50vw + 50%);
    max-width: none;
    position: relative;
    width: 100%;
    width: 100vw;
    grid-template-columns: 1fr;
  }
  .region-footer .region-footer__inner-container .region-footer-first {
    left: calc(-50vw + 50%);
    max-width: none;
    position: relative;
    width: 100%;
    width: 100vw;
    padding: 0 2rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .region-footer .region-footer__inner-container .region-footer-first::after {
    content: none;
  }
  .region-footer .region-footer__inner-container .region-footer-first #block-footerinformationalblock {
    margin-right: 0;
  }
  .region-footer .region-footer__inner-container .region-footer-second {
    left: calc(-50vw + 50%);
    max-width: none;
    position: relative;
    width: 100%;
    width: 100vw;
    padding: 0 2rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .region-footer .region-footer__inner-container .region-footer-second .region-footer-second__content {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    max-height: 100%;
    padding-bottom: 0;
  }
  .region-footer .region-footer__inner-container .region-footer-second .region-footer-second__content section#block-wheretobuyblock {
    margin-right: 3rem;
  }
  .region-footer #block-footerinformationalblock .block__content .field__item {
    margin-top: 0.75rem;
  }
  .region-footer .block-footer-navigation-block__nav .block-footer-navigation-block__content {
    -ms-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .region-footer .block-footer-navigation-block__nav .block-footer-navigation-block__content .block-footer-navigation-block__header {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 1.25rem;
    padding-bottom: 0;
  }
  .region-footer .block-footer-navigation-block__nav .block-footer-navigation-block__content .block-footer-navigation-block__footer-address-social-menu-container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .region-footer .block-footer-navigation-block__nav .block-footer-navigation-block__content .block-footer-navigation-block__footer-address-social-menu-container .block-footer-navigation-block__footer-address {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .region-footer .block-footer-navigation-block__nav .block-footer-navigation-block__content .block-footer-navigation-block__footer-address-social-menu-container .block-footer-navigation-block__footer-address .block-footer-navigation-block__footer-address-phone a {
    font-size: 1rem;
  }
  .region-footer .block-footer-navigation-block__nav .block-footer-navigation-block__content .block-footer-navigation-block__footer-address-social-menu-container .block-footer-navigation-block__footer-social-menu-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .region-footer .block-footer-navigation-block__nav .block-footer-navigation-block__content .block-footer-navigation-block__footer-menu-wrapper {
    left: calc(-50vw + 50%);
    max-width: none;
    position: relative;
    width: 100%;
    width: 100vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .region-footer .menu--footer {
    grid-template-columns: 1fr;
    padding: 0;
    margin-bottom: 1.25rem;
  }
  .region-footer .menu--footer .menu-item--depth-0 {
    border-bottom: 0.0625rem solid #666666;
    margin: 0;
    position: relative;
  }
  .region-footer .menu--footer .menu-item--depth-0:hover, .region-footer .menu--footer .menu-item--depth-0:active {
    background-color: #000000;
  }
  .region-footer .menu--footer .menu-item--depth-0 .menu-item__link {
    padding: 0.5rem 2rem;
    font-size: 1rem;
  }
  .region-footer .menu--footer .menu-item--depth-0 .menu-item__link.menu-item__link--depth-0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.25rem;
  }
  .region-footer .menu--footer .menu-item--depth-0 .menu-item__link.menu-item__link--depth-0::after {
    position: absolute;
    top: 2%;
    right: 2rem;
    color: #F35626;
  }
  .region-footer .menu--footer .menu-item--depth-0 .menu-item__link.menu-item__link--depth-0:hover::after, .region-footer .menu--footer .menu-item--depth-0 .menu-item__link.menu-item__link--depth-0:active::after {
    color: #FFFFFF;
  }
}
@media (max-width: 35.49em) {
  .region-footer #back-to-top {
    position: absolute;
    right: 1rem;
    top: 5rem;
  }
  .region-footer #back-to-top img {
    max-width: 75%;
  }
  .region-footer .region-footer__inner-container .region-footer-second .region-footer-second__content .block {
    -webkit-box-flex: 100vh;
        -ms-flex: 100vh;
            flex: 100vh;
  }
  .region-footer .region-footer__inner-container .region-footer-second .region-footer-second__content section#block-wheretobuyblock {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 0;
  }
  .region-footer #block-footerinformationalblock .block__content .field__item {
    margin-top: 0;
  }
}
/*# sourceMappingURL=maps/main.css.map */
