@charset "UTF-8";
/**
 * Fonts Config
 *
 * Here, we are showing every value that can be passed. We could be more flexible and allow
 * anything and do a key/value, but this way is more defined and explicit in what we allow.
 * This allows for every fully cross-browser compatible declaration the spec allows for
 * @font-face.
 */
.icon {
  display: block;
}
.icon__img {
  display: block;
  height: 0;
  position: relative;
  padding-bottom: 30%;
}
.icon__img svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.icon--match-text-color svg {
  fill: currentColor;
}

.icon--menu svg {
  stroke: currentColor;
}

.icon__link .icon .icon--social-facebook-color {
  color: #000;
}
.icon__link .icon .icon--social-facebook-color:hover, .icon__link .icon .icon--social-facebook-color:active {
  color: #fff;
}
.icon__link .icon .icon--social-linkedin-color {
  color: #000;
}
.icon__link .icon .icon--social-linkedin-color:hover, .icon__link .icon .icon--social-linkedin-color:active {
  color: #fff;
}
.icon__link .icon .icon--social-pinterest-color {
  color: #000;
}
.icon__link .icon .icon--social-pinterest-color:hover, .icon__link .icon .icon--social-pinterest-color:active {
  color: #fff;
}
.icon__link .icon .icon--social-x-color {
  color: #000;
}
.icon__link .icon .icon--social-x-color:hover, .icon__link .icon .icon--social-x-color:active {
  color: #fff;
}
.icon__link .icon .icon--social-youtube-color {
  color: #000;
}
.icon__link .icon .icon--social-youtube-color:hover, .icon__link .icon .icon--social-youtube-color:active {
  color: #fff;
}
.icon__link .icon .icon--social-email-color {
  color: #002E5D;
}
.icon__link .icon .icon--social-email-color:hover, .icon__link .icon .icon--social-email-color:active {
  color: #fff;
}

.icon--arrow-left {
  width: 14px;
}

.icon--arrow-left .icon__img {
  padding-bottom: 85.7142857143%;
}

.icon--arrow-right {
  width: 14px;
}

.icon--arrow-right .icon__img {
  padding-bottom: 85.7142857143%;
}

.icon--caret-down {
  width: 12px;
}

.icon--caret-down .icon__img {
  padding-bottom: 62.5%;
}

.icon--caret-left {
  width: 5.7px;
}

.icon--caret-left .icon__img {
  padding-bottom: 210.5263157895%;
}

.icon--caret-right {
  width: 5.7px;
}

.icon--caret-right .icon__img {
  padding-bottom: 210.5263157895%;
}

.icon--caret-up {
  width: 12px;
}

.icon--caret-up .icon__img {
  padding-bottom: 58.3333333333%;
}

.icon--category {
  width: 20px;
}

.icon--category .icon__img {
  padding-bottom: 100%;
}

.icon--chevron-down {
  width: 20px;
}

.icon--chevron-down .icon__img {
  padding-bottom: 100%;
}

.icon--chevron-left {
  width: 20px;
}

.icon--chevron-left .icon__img {
  padding-bottom: 100%;
}

.icon--chevron-right {
  width: 20px;
}

.icon--chevron-right .icon__img {
  padding-bottom: 100%;
}

.icon--chevron-up {
  width: 20px;
}

.icon--chevron-up .icon__img {
  padding-bottom: 100%;
}

.icon--close {
  width: 28px;
}

.icon--close .icon__img {
  padding-bottom: 103.5714285714%;
}

.icon--download {
  width: 90px;
}

.icon--download .icon__img {
  padding-bottom: 100%;
}

.icon--expand {
  width: 400px;
}

.icon--expand .icon__img {
  padding-bottom: 84%;
}

.icon--external-link {
  width: 90px;
}

.icon--external-link .icon__img {
  padding-bottom: 100%;
}

.icon--filter {
  width: 19px;
}

.icon--filter .icon__img {
  padding-bottom: 94.7368421053%;
}

.icon--info {
  width: 32px;
}

.icon--info .icon__img {
  padding-bottom: 100%;
}

.icon--language {
  width: 40px;
}

.icon--language .icon__img {
  padding-bottom: 100%;
}

.icon--link {
  width: 20px;
}

.icon--link .icon__img {
  padding-bottom: 100%;
}

.icon--logo {
  width: 103px;
}

.icon--logo .icon__img {
  padding-bottom: 24.2718446602%;
}

.icon--menu {
  width: 24px;
}

.icon--menu .icon__img {
  padding-bottom: 79.1666666667%;
}

.icon--more {
  width: 20px;
}

.icon--more .icon__img {
  padding-bottom: 100%;
}

.icon--pause {
  width: 24px;
}

.icon--pause .icon__img {
  padding-bottom: 100%;
}

.icon--play {
  width: 24px;
}

.icon--play .icon__img {
  padding-bottom: 100%;
}

.icon--print {
  width: 27px;
}

.icon--print .icon__img {
  padding-bottom: 88.8888888889%;
}

.icon--privacy-options {
  width: 30px;
}

.icon--privacy-options .icon__img {
  padding-bottom: 46.6666666667%;
}

.icon--search {
  width: 22px;
}

.icon--search .icon__img {
  padding-bottom: 104.5454545455%;
}

.icon--share {
  width: 28px;
}

.icon--share .icon__img {
  padding-bottom: 85.7142857143%;
}

.icon--sliders {
  width: 18px;
}

.icon--sliders .icon__img {
  padding-bottom: 100%;
}

.icon--social-email {
  width: 100px;
}

.icon--social-email .icon__img {
  padding-bottom: 64%;
}

.icon--social-facebook {
  width: 49px;
}

.icon--social-facebook .icon__img {
  padding-bottom: 97.9591836735%;
}

.icon--social-instagram {
  width: 49px;
}

.icon--social-instagram .icon__img {
  padding-bottom: 97.9591836735%;
}

.icon--social-linkedin {
  width: 34.99px;
}

.icon--social-linkedin .icon__img {
  padding-bottom: 99.7713632466%;
}

.icon--social-pinterest {
  width: 24px;
}

.icon--social-pinterest .icon__img {
  padding-bottom: 100%;
}

.icon--social-snapchat {
  width: 24px;
}

.icon--social-snapchat .icon__img {
  padding-bottom: 100%;
}

.icon--social-tiktok {
  width: 24px;
}

.icon--social-tiktok .icon__img {
  padding-bottom: 100%;
}

.icon--social-vimeo {
  width: 29px;
}

.icon--social-vimeo .icon__img {
  padding-bottom: 82.7586206897%;
}

.icon--social-x {
  width: 1200px;
}

.icon--social-x .icon__img {
  padding-bottom: 102.25%;
}

.icon--social-youtube {
  width: 49px;
}

.icon--social-youtube .icon__img {
  padding-bottom: 69.387755102%;
}

.icon--spin {
  width: 100px;
}

.icon--spin .icon__img {
  padding-bottom: 100%;
}

.icon--stop-watch {
  width: 16px;
}

.icon--stop-watch .icon__img {
  padding-bottom: 100%;
}

.icon--view-grid {
  width: 100px;
}

.icon--view-grid .icon__img {
  padding-bottom: 100%;
}

.icon--view-list {
  width: 50.36px;
}

.icon--view-list .icon__img {
  padding-bottom: 94.3010325655%;
}

@keyframes bounce {
  0% {
    top: -0.0833333333em;
  }
  50% {
    top: 0.0833333333em;
  }
  100% {
    top: -0.0833333333em;
  }
}
@keyframes rise-fade {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes drop-fade {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes slide-left-fade {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes slide-right-fade {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes bounce {
  70% {
    transform: translateY(0%);
  }
  80% {
    transform: translateY(-15%);
  }
  90% {
    transform: translateY(0%);
  }
  95% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes rotate-in {
  0% {
    transform: rotate(-45deg) translateY(20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(0deg) translateY(0px);
  }
}
@keyframes slow-fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * Web Font Helper Function
 *
 * This is the function you use to define the font, font size, and line height of something.
 *
 * @param string $font This will usually be "primary", "secondary", "tertiary", etc. This is not the font-family but the index to that font object in the $fonts_config.
 * @param string $type (optional) The type of font. Typically, normal, bold, italic, bold-italic, semibold, or semibold-italic. We call this type instead of variant because variant is something else entirely.
 * @param mixed $font_size (optional) The font-size for the font definition.
 * @param mixed $line_height (optional) The line-height for the font definition.
 * @param boolean $size_only (optional) If you want to define the font-size or line-height without the font-family, you may use this.
 */
.nosidepad {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 22.5em) {
  .nosidepad {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 62.5em) {
  .nosidepad {
    padding-left: 0;
    padding-right: 0;
  }
}
.text-replace {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

.clearfix {
  zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

.noscroll {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.nowrap {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

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

.visuallyhidden,
.screen-reader-text {
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  clip-path: none;
  height: auto;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.anchor,
.gform_anchor {
  display: block;
  clear: both;
  position: relative;
  top: -0.5em;
  visibility: hidden;
}

.vert-center {
  position: relative;
}
.vert-center .vert-center-content {
  position: absolute !important;
  top: 50% !important;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
}

/**
 * Based on
 *
 *  - reset.css 2.0 by Eric Meyer
      (public domain)
 *    http://meyerweb.com/eric/tools/css/reset/
 *
 *  - normalize.css 8.0.1 by Nicolas Gallagher and Jonathan Neal
 *    (licensed under MIT)
 *    https://github.com/necolas/normalize.css
 *
 *  - Reboot from Bootstrap 4.5.3
 *    (licensed under MIT)
 *    https://github.com/twbs/bootstrap
 */
/**
 * IE10+ doesn't honor `<meta name="viewport">` in some cases
 */
/**
 * general reset
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/**
 * HTML5 display-role reset for older browsers
 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section,
main, summary {
  display: block;
}

/**
 * inherit box model for all elements
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * html root rules
 * 1. set border-box for inheritance
 * 2. avoid 300ms click delay on touch devices that support the `touch-action`
 *    CSS property
 * 3. Prevent adjustments of font size after orientation changes in IE, on
 *    Windows Phone and iOS.
 * 4. Setting @viewport causes scrollbars to overlap content in IE11 and Edge,
 *    so we force a non-overlapping, non-auto-hiding scrollbar to counteract.
 * 5. Change the default tap highlight to be completely transparent in iOS.
 */
html {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  touch-action: manipulation;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 4 */
  -ms-overflow-style: scrollbar;
  /* 5 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/**
 * body rules
 * 1. reset line-height to 1
 * 2. set base font-family to sans-serif
 * 3. Set an explicit initial text-align value so that we can later use the
 *    `inherit` value on things like `<th>` elements.
 */
body {
  /* 1 */
  line-height: 1;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  text-align: left;
}

/**
 * Future-proof rule: in browsers that support :focus-visible, suppress the focus outline
 * on elements that programmatically receive focus but wouldn't normally show a visible
 * focus outline. In general, this would mean that the outline is only applied if the
 * interaction that led to the element receiving programmatic focus was a keyboard interaction,
 * or the browser has somehow determined that the user is primarily a keyboard user and/or
 * wants focus outlines to always be presented.
 *
 * See https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible
 * and https://developer.paciellogroup.com/blog/2018/03/focus-visible-and-backwards-compatibility/
 */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/**
 * Lists
 */
ol, ul {
  list-style: none;
}

/**
 * Quotes
 */
blockquote, q {
  quotes: none;
}

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

/**
 * Tables
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  caption-side: bottom;
}

/**
 * Table Headers
 * 1. Matches default `<td>` alignment by inheriting from the `<body>`, or the
 *    closest parent with a set `text-align`.
 * 2. Fix alignment for Safari
 */
th {
  /* 1 */
  text-align: inherit;
  /* 2 */
  text-align: -webkit-match-parent;
}

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

/**
 * Preformatted Text
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Don't allow content to break outside
 * 3. We have @viewport set which causes scrollbars to overlap content in IE11
 *    and Edge, so we force a non-overlapping, non-auto-hiding scrollbar to
 *    counteract.
 */
pre,
code,
kbd,
samp {
  /* 1 */
  font-family: monospace, monospace;
}

pre {
  /* 2 */
  overflow: auto;
  /* 3 */
  -ms-overflow-style: scrollbar;
}

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

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 * 3. Add explicit cursor to indicate changed behavior.
 * 4. Prevent the text-decoration to be skipped.
 */
abbr[title] {
  /* 1 */
  border-bottom: 0;
  /* 2 */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 3 */
  cursor: help;
  /* 4 */
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
}

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

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/**
 * Prevent `em` being affected from global reset
 */
em {
  font-style: italic;
}

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

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

/**
 * Remove the default `border-radius` that macOS Chrome adds.
 * Details at https://github.com/twbs/bootstrap/issues/24093
 */
button {
  border-radius: 0;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 * Credit: https://github.com/suitcss/base/
 */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/**
 * form element resets
 * 1. Remove the margin in Firefox and Safari
 * 2. inherit font rules
 */
input,
button,
select,
optgroup,
textarea {
  /* 1 */
  margin: 0;
  /* 2 */
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * 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,
[type=reset],
[type=submit],
[type=button] {
  /* 2 */
  -webkit-appearance: button;
}

/**
 * Remove the default appearance of temporal inputs to avoid a Mobile Safari
 * bug where setting a custom line-height prevents text from being vertically
 * centered within the input.
 * See https://bugs.webkit.org/show_bug.cgi?id=139848
 * and https://github.com/twbs/bootstrap/issues/11266
 */
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Textareas should really only resize vertically so they don't break their
 *    (horizontal) containers.
 */
textarea {
  overflow: auto;
  resize: vertical;
}

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

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

/**
 * Set the cursor for non-`<button>` buttons
 * Details at https://github.com/twbs/bootstrap/pull/30562
 */
[role=button] {
  cursor: pointer;
}

/**
 * Remove the inheritance of word-wrap in Safari.
 * See https://github.com/twbs/bootstrap/issues/24990
 */
select {
  word-wrap: normal;
}

/**
 * Remove inner border and padding from Firefox, but don't restore the outline
 * like Normalize.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

/**
 * Suppress the focus outline on elements that cannot be accessed via keyboard.
 * This prevents an unwanted focus outline from appearing around elements that
 * might still respond to pointer events.
 * Credit: https://github.com/suitcss/base
 */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/**
 * Browsers set a default `min-width: min-content` on fieldsets,
 * unlike e.g. `<div>`s, which have `min-width: 0` by default.
 * So we reset that to ensure fieldsets behave more like a standard block element.
 * See https://github.com/twbs/bootstrap/issues/12359
 * and https://html.spec.whatwg.org/multipage/#the-fieldset-and-legend-elements
 */
fieldset {
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Set display to block for all browsers
 */
legend {
  /* 1 */
  max-width: 100%;
  white-space: normal;
  /* 2 */
  color: inherit;
  /* 3 */
  display: block;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * 1. Remove the default vertical scrollbar in IE 10+.
 * 2. Textareas should really only resize vertically so they don't break their
 *    (horizontal) containers.
 */
textarea {
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
}

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

/**
 * 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] {
  /* 1 */
  -webkit-appearance: textfield;
  /* 2 */
  outline-offset: -2px;
}

/**
 * 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 {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  font: inherit;
}

/**
 * Correct element display for output
 */
output {
  display: inline-block;
}

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

/**
 * Always hide an element with the `hidden` HTML attribute (from PureCSS).
 * Needed for proper display in IE 10-.
 */
[hidden] {
  display: none;
}

/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
/*@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.mzr-no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-size: 40px;
  display: inline-block;
  content: " ";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: " ";
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-size: 20px;
  display: inline-block;
  content: " ";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* ==========================================================================
   Font faces and font-loaded class styles
   ========================================================================== */
@font-face {
  font-family: "Knockout 50";
  font-display: swap;
  src: url("fonts/Knockout-50_Web.woff2") format("woff2"), url("fonts/Knockout-50_Web.woff") format("woff"), url("fonts/Knockout-50_Web.otf") format("otf");
}
@font-face {
  font-family: "Knockout 51";
  font-display: swap;
  src: url("fonts/Knockout-51_Web.woff2") format("woff2"), url("fonts/Knockout-51_Web.woff") format("woff"), url("fonts/Knockout-51_Web.otf") format("otf");
}
/* ==========================================================================
    Typography
    ========================================================================== */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-size: 100%;
  color: #002E5D;
}

.site-container,
.popup_wrapper,
.sg-main {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
}

::selection {
  background: rgba(0, 46, 93, 0.5);
  text-shadow: none;
}

.max-text-width {
  max-width: 750px;
  max-width: 46.875rem;
  margin-left: auto;
  margin-right: auto;
}

/* ==========================================================================
   Links
   ========================================================================== */
a:link, a:visited {
  color: #002E5D;
  text-decoration: underline;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-property: all;
}

a:focus {
  outline: 1px dotted invert;
}

a:hover, a:active {
  outline: 0;
  color: #002E5D;
  background: #B9D9EB;
  -webkit-text-decoration-color: #B9D9EB;
          text-decoration-color: #B9D9EB;
}

/* ==========================================================================
   Headings
   ========================================================================== */
.h1 {
  text-transform: uppercase;
  padding-bottom: 1em;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 0.90625;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 0.90625;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.h1 em, .h1 i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 0.90625;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 0.90625;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.h1 em strong, .h1 em b, .h1 i strong, .h1 i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 0.90625;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 0.90625;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.h1 strong, .h1 b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 0.90625;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 0.90625;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.h1 strong em, .h1 strong i, .h1 b em, .h1 b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 0.90625;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 0.90625;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.h1 a:link, .h1 a:visited {
  text-decoration: none;
}

@media only screen and (min-width: 43.75em) {
  .h1 {
    font-size: 78px;
    font-size: 4.875rem;
    line-height: 0.8974358974;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 78px;
    font-size: 4.875rem;
    line-height: 0.8974358974;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .h1 em, .h1 i {
    font-size: 78px;
    font-size: 4.875rem;
    line-height: 0.8974358974;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 78px;
    font-size: 4.875rem;
    line-height: 0.8974358974;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .h1 em strong, .h1 em b, .h1 i strong, .h1 i b {
    font-size: 78px;
    font-size: 4.875rem;
    line-height: 0.8974358974;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 78px;
    font-size: 4.875rem;
    line-height: 0.8974358974;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .h1 strong, .h1 b {
    font-size: 78px;
    font-size: 4.875rem;
    line-height: 0.8974358974;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 78px;
    font-size: 4.875rem;
    line-height: 0.8974358974;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .h1 strong em, .h1 strong i, .h1 b em, .h1 b i {
    font-size: 78px;
    font-size: 4.875rem;
    line-height: 0.8974358974;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 78px;
    font-size: 4.875rem;
    line-height: 0.8974358974;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .h1 {
    font-size: 100px;
    font-size: 6.25rem;
    line-height: 0.9;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 100px;
    font-size: 6.25rem;
    line-height: 0.9;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .h1 em, .h1 i {
    font-size: 100px;
    font-size: 6.25rem;
    line-height: 0.9;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 100px;
    font-size: 6.25rem;
    line-height: 0.9;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .h1 em strong, .h1 em b, .h1 i strong, .h1 i b {
    font-size: 100px;
    font-size: 6.25rem;
    line-height: 0.9;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 100px;
    font-size: 6.25rem;
    line-height: 0.9;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .h1 strong, .h1 b {
    font-size: 100px;
    font-size: 6.25rem;
    line-height: 0.9;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 100px;
    font-size: 6.25rem;
    line-height: 0.9;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .h1 strong em, .h1 strong i, .h1 b em, .h1 b i {
    font-size: 100px;
    font-size: 6.25rem;
    line-height: 0.9;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 100px;
    font-size: 6.25rem;
    line-height: 0.9;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.h2 {
  text-transform: uppercase;
  padding-bottom: 1rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.h2 em, .h2 i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.h2 em strong, .h2 em b, .h2 i strong, .h2 i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.h2 strong, .h2 b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.h2 strong em, .h2 strong i, .h2 b em, .h2 b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .h2 {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .h2 em, .h2 i {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .h2 em strong, .h2 em b, .h2 i strong, .h2 i b {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .h2 strong, .h2 b {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .h2 strong em, .h2 strong i, .h2 b em, .h2 b i {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .h2 {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .h2 em, .h2 i {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .h2 em strong, .h2 em b, .h2 i strong, .h2 i b {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .h2 strong, .h2 b {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .h2 strong em, .h2 strong i, .h2 b em, .h2 b i {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.h3 {
  text-transform: uppercase;
  padding-bottom: 1rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.h3 em, .h3 i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.h3 em strong, .h3 em b, .h3 i strong, .h3 i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.h3 strong, .h3 b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.h3 strong em, .h3 strong i, .h3 b em, .h3 b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .h3 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .h3 em, .h3 i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .h3 em strong, .h3 em b, .h3 i strong, .h3 i b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .h3 strong, .h3 b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .h3 strong em, .h3 strong i, .h3 b em, .h3 b i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .h3 {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .h3 em, .h3 i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .h3 em strong, .h3 em b, .h3 i strong, .h3 i b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .h3 strong, .h3 b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .h3 strong em, .h3 strong i, .h3 b em, .h3 b i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.h4 {
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.h4 em, .h4 i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.h4 em strong, .h4 em b, .h4 i strong, .h4 i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.h4 strong, .h4 b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.h4 strong em, .h4 strong i, .h4 b em, .h4 b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .h4 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .h4 em, .h4 i {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .h4 em strong, .h4 em b, .h4 i strong, .h4 i b {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .h4 strong, .h4 b {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .h4 strong em, .h4 strong i, .h4 b em, .h4 b i {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .h4 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .h4 em, .h4 i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .h4 em strong, .h4 em b, .h4 i strong, .h4 i b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .h4 strong, .h4 b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .h4 strong em, .h4 strong i, .h4 b em, .h4 b i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.h5 {
  text-transform: uppercase;
  padding-bottom: 0.25rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.h5 em, .h5 i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.h5 em strong, .h5 em b, .h5 i strong, .h5 i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.h5 strong, .h5 b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.h5 strong em, .h5 strong i, .h5 b em, .h5 b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .h5 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .h5 em, .h5 i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .h5 em strong, .h5 em b, .h5 i strong, .h5 i b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .h5 strong, .h5 b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .h5 strong em, .h5 strong i, .h5 b em, .h5 b i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .h5 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .h5 em, .h5 i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .h5 em strong, .h5 em b, .h5 i strong, .h5 i b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .h5 strong, .h5 b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .h5 strong em, .h5 strong i, .h5 b em, .h5 b i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
/* ==========================================================================
   Text Elements
   ========================================================================== */
em,
i {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

em strong,
em b,
i strong,
i b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

strong,
b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

strong em,
strong i,
b em,
b i {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

p {
  padding: 0 0 1em 0;
}

.label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

@media only screen and (min-width: 43.75em) {
  .label {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
.disclaimer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  padding-bottom: 2em;
}

.disclaimer em, .disclaimer i {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.disclaimer strong, .disclaimer b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

@media only screen and (min-width: 43.75em) {
  .disclaimer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .disclaimer em, .disclaimer i {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .disclaimer strong, .disclaimer b {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
}
sup {
  top: -0.25em;
}

ul,
ol {
  margin-left: 1.3em;
  padding-bottom: 1em;
}
ul li,
ol li {
  padding-bottom: 0.5rem;
  padding-left: 0.25rem;
}
ul ul,
ul ol,
ol ul,
ol ol {
  padding-bottom: 0;
  padding-top: 0.5em;
}

ul {
  list-style: disc;
}

ul.no-bullets {
  margin-left: 0;
}
ul.no-bullets li {
  list-style: none;
  padding-left: 0;
}

ol {
  list-style: decimal;
}
ol ol {
  list-style: lower-alpha;
}
ol ol ol {
  list-style: lower-roman;
}

nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li,
nav ol li {
  margin: 0;
  padding: 0;
}

dl dt {
  font-weight: normal;
  color: #494644;
}
dl dd {
  padding-bottom: 1em;
}

q {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

cite {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  color: #002E5D;
  display: block;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

blockquote {
  position: relative;
  margin-bottom: 0;
}

blockquote p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  color: #002E5D;
  padding-bottom: 0;
}

blockquote p:before {
  content: "“";
}

blockquote p:after {
  content: "”";
}

blockquote cite {
  padding-top: 20px;
  padding-top: 1.25rem;
  margin-bottom: 0;
}

blockquote cite a:link, blockquote cite a:visited {
  color: #002E5D;
  text-decoration: underline;
}

blockquote cite a:focus {
  outline: 1px dotted invert;
}

blockquote cite a:hover, blockquote cite a:active {
  outline: 0;
  color: #002E5D;
  text-decoration: none;
}

address {
  font-style: normal;
  padding-bottom: 1em;
}

/* ==========================================================================
   Images/Embeds
   ========================================================================== */
img, object, embed {
  max-width: 100%;
}

.flex-video {
  margin-bottom: 1.5em;
}

p img, p object, p embed {
  padding-bottom: 0;
}

img {
  display: inline-block;
  vertical-align: middle;
  height: auto;
  width: auto\9 ; /* ie8 */
}

img[src$=".svg"] {
  padding-bottom: 0;
  width: 100%;
}

button {
  cursor: pointer;
}

@keyframes cane-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.mzr-js .lazyload, .mzr-js .lazyloading {
  position: relative;
  overflow: hidden;
}
.mzr-js .lazyload.lazyload-absolute, .mzr-js .lazyloading.lazyload-absolute {
  position: absolute;
}
.mzr-js .lazyload:before, .mzr-js .lazyloading:before {
  background-image: url("img/loader-cane.svg?083125");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 42.5925925926%;
  width: 24%;
  padding-bottom: 35.101010101%;
  position: absolute;
  top: 11%;
  left: 58%;
  animation: cane-spin 1s infinite linear;
}
.mzr-js .lazyload:after, .mzr-js .lazyloading:after {
  background-image: url("img/loader-base.svg?083125");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 47.7272727273%;
  padding-bottom: 100%;
  position: absolute;
  top: 12%;
  left: 25%;
}
.mzr-js img.lazyload:before, .mzr-js img.lazyloading:before {
  background-image: url("img/loader-cane.svg?083125");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 42.5925925926%;
  width: 24%;
  padding-bottom: 35.101010101%;
  position: absolute;
  top: 11%;
  left: 58%;
  animation: cane-spin 1s infinite linear;
}
.mzr-js img.lazyload:after, .mzr-js img.lazyloading:after {
  background-image: url("img/loader-base.svg?083125");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 47.7272727273%;
  padding-bottom: 100%;
  position: absolute;
  top: 12%;
  left: 25%;
}

img.lazyload, img.lazyloading {
  position: relative;
  background-color: transparent;
}

svg {
  pointer-events: none;
}

.svg-img {
  display: inline-block;
}
.svg-img img {
  padding-bottom: 0;
}

/* ==========================================================================
   Embeds
   ========================================================================== */
.embed-placeholder {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 3%;
  padding-bottom: 53.2%;
  height: 0;
  margin-bottom: 1.5em;
  overflow: hidden;
}
.embed-placeholder iframe,
.embed-placeholder object,
.embed-placeholder embed,
.embed-placeholder video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-placeholder.video {
  padding-bottom: 53.2%;
}
.embed-placeholder.soundcloud {
  padding-bottom: 6.9166666667em;
}
.embed-placeholder.soundcloud.tracklist {
  padding-bottom: 18.75em;
}

.lazyload-embed.loading .embed-placeholder:before {
  background-image: url("img/loader-cane.svg?083125");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 42.5925925926%;
  width: 24%;
  padding-bottom: 35.101010101%;
  position: absolute;
  top: 11%;
  left: 58%;
  animation: cane-spin 1s infinite linear;
  z-index: -1;
}
.lazyload-embed.loading .embed-placeholder:after {
  background-image: url("img/loader-base.svg?083125");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 47.7272727273%;
  padding-bottom: 100%;
  position: absolute;
  top: 12%;
  left: 25%;
  z-index: -1;
}
.lazyload-embed.loaded .embed-placeholder {
  background: none;
}

/* ==========================================================================
   Horizontal Rule
   ========================================================================== */
hr {
  border: 0;
  height: 1px;
  background-color: #DDDDDC;
  margin: 1em 0 2em 0;
}

/**
  * NOTE: Paddings are slightly different because the line height
  * of this font to be vertically centered.
  */
.button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-style: solid;
  border-color: transparent;
  border-width: 0px;
  border-width: 0rem;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.button, .button:link, .button:visited {
  color: #002E5D;
  background: transparent;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-bottom: 4px solid #002E5D;
}

.button:active, .button:focus, .button:hover {
  outline: 0;
  text-decoration: none;
  color: #002E5D;
  border-color: #B9D9EB;
  transform: translateY(-2px);
}

.button:active {
  color: #002E5D;
  border-color: #FED141;
  transform: scale(0.97);
  transition: transform 0.15s ease-in-out;
}

.button--reversed {
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.button--reversed, .button--reversed:link, .button--reversed:visited {
  color: #B9D9EB;
  border-color: #B9D9EB;
}

.button--reversed:active, .button--reversed:focus, .button--reversed:hover {
  color: #E3F2FB;
  border-color: #E3F2FB;
}

.button--reversed.has--icon .icon {
  color: #B9D9EB;
}

.button--primary {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.button--primary, .button--primary:link, .button--primary:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

.button--primary:active, .button--primary:focus, .button--primary:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.button--primary:active {
  color: #002E5D;
  background: #ffffff;
}

.button--primary-reversed {
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.button--primary-reversed, .button--primary-reversed:link, .button--primary-reversed:visited {
  color: #002E5D;
  background: #FED141;
  border-bottom: none;
}

.button--primary-reversed:active, .button--primary-reversed:focus, .button--primary-reversed:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.button--primary-reversed:active {
  color: #002E5D;
  background: #E3F2FB;
}

.button.has--icon .icon {
  display: inline-block;
  position: relative;
  transition: transform 0.4s ease-in-out;
  padding: 0px 0px 0px 7px;
  padding: 0rem 0rem 0rem 0.4375rem;
  width: 20px;
  width: 1.25rem;
}

.button.has--icon .icon svg {
  fill: currentColor;
}

.button.has--icon .icon--close {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}

@media only screen and (min-width: 40.625em) {
  .button {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    padding: 8px 0px;
    padding: 0.5rem 0rem;
  }
  .button.has--icon .icon {
    width: 22px;
    width: 1.375rem;
  }
}
.button--primary {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-style: solid;
  border-color: transparent;
  border-width: 0px;
  border-width: 0rem;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.button--primary, .button--primary:link, .button--primary:visited {
  color: #002E5D;
  background: transparent;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-bottom: 4px solid #002E5D;
}

.button--primary:active, .button--primary:focus, .button--primary:hover {
  outline: 0;
  text-decoration: none;
  color: #002E5D;
  border-color: #B9D9EB;
  transform: translateY(-2px);
}

.button--primary:active {
  color: #002E5D;
  border-color: #FED141;
  transform: scale(0.97);
  transition: transform 0.15s ease-in-out;
}

.button--primary--reversed {
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.button--primary--reversed, .button--primary--reversed:link, .button--primary--reversed:visited {
  color: #B9D9EB;
  border-color: #B9D9EB;
}

.button--primary--reversed:active, .button--primary--reversed:focus, .button--primary--reversed:hover {
  color: #E3F2FB;
  border-color: #E3F2FB;
}

.button--primary--reversed.has--icon .icon {
  color: #B9D9EB;
}

.button--primary--primary {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.button--primary--primary, .button--primary--primary:link, .button--primary--primary:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

.button--primary--primary:active, .button--primary--primary:focus, .button--primary--primary:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.button--primary--primary:active {
  color: #002E5D;
  background: #ffffff;
}

.button--primary--primary-reversed {
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.button--primary--primary-reversed, .button--primary--primary-reversed:link, .button--primary--primary-reversed:visited {
  color: #002E5D;
  background: #FED141;
  border-bottom: none;
}

.button--primary--primary-reversed:active, .button--primary--primary-reversed:focus, .button--primary--primary-reversed:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.button--primary--primary-reversed:active {
  color: #002E5D;
  background: #E3F2FB;
}

.button--primary.has--icon .icon {
  display: inline-block;
  position: relative;
  transition: transform 0.4s ease-in-out;
  padding: 0px 0px 0px 7px;
  padding: 0rem 0rem 0rem 0.4375rem;
  width: 20px;
  width: 1.25rem;
}

.button--primary.has--icon .icon svg {
  fill: currentColor;
}

.button--primary.has--icon .icon--close {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}

.button--primary {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.button--primary, .button--primary:link, .button--primary:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

.button--primary:active, .button--primary:focus, .button--primary:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.button--primary:active {
  color: #002E5D;
  background: #ffffff;
}

@media only screen and (min-width: 40.625em) {
  .button--primary {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    padding: 8px 0px;
    padding: 0.5rem 0rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    padding: 20px 40px 18px 40px;
    padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  }
  .button--primary.has--icon .icon {
    width: 22px;
    width: 1.375rem;
  }
}
.button--reversed {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-style: solid;
  border-color: transparent;
  border-width: 0px;
  border-width: 0rem;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.button--reversed, .button--reversed:link, .button--reversed:visited {
  color: #002E5D;
  background: transparent;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-bottom: 4px solid #002E5D;
}

.button--reversed:active, .button--reversed:focus, .button--reversed:hover {
  outline: 0;
  text-decoration: none;
  color: #002E5D;
  border-color: #B9D9EB;
  transform: translateY(-2px);
}

.button--reversed:active {
  color: #002E5D;
  border-color: #FED141;
  transform: scale(0.97);
  transition: transform 0.15s ease-in-out;
}

.button--reversed--reversed {
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.button--reversed--reversed, .button--reversed--reversed:link, .button--reversed--reversed:visited {
  color: #B9D9EB;
  border-color: #B9D9EB;
}

.button--reversed--reversed:active, .button--reversed--reversed:focus, .button--reversed--reversed:hover {
  color: #E3F2FB;
  border-color: #E3F2FB;
}

.button--reversed--reversed.has--icon .icon {
  color: #B9D9EB;
}

.button--reversed--primary {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.button--reversed--primary, .button--reversed--primary:link, .button--reversed--primary:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

.button--reversed--primary:active, .button--reversed--primary:focus, .button--reversed--primary:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.button--reversed--primary:active {
  color: #002E5D;
  background: #ffffff;
}

.button--reversed--primary-reversed {
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.button--reversed--primary-reversed, .button--reversed--primary-reversed:link, .button--reversed--primary-reversed:visited {
  color: #002E5D;
  background: #FED141;
  border-bottom: none;
}

.button--reversed--primary-reversed:active, .button--reversed--primary-reversed:focus, .button--reversed--primary-reversed:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.button--reversed--primary-reversed:active {
  color: #002E5D;
  background: #E3F2FB;
}

.button--reversed.has--icon .icon {
  display: inline-block;
  position: relative;
  transition: transform 0.4s ease-in-out;
  padding: 0px 0px 0px 7px;
  padding: 0rem 0rem 0rem 0.4375rem;
  width: 20px;
  width: 1.25rem;
}

.button--reversed.has--icon .icon svg {
  fill: currentColor;
}

.button--reversed.has--icon .icon--close {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}

.button--reversed {
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.button--reversed, .button--reversed:link, .button--reversed:visited {
  color: #B9D9EB;
  border-color: #B9D9EB;
}

.button--reversed:active, .button--reversed:focus, .button--reversed:hover {
  color: #E3F2FB;
  border-color: #E3F2FB;
}

.button--reversed.has--icon .icon {
  color: #B9D9EB;
}

@media only screen and (min-width: 40.625em) {
  .button--reversed {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    padding: 8px 0px;
    padding: 0.5rem 0rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    padding: 20px 40px 18px 40px;
    padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  }
  .button--reversed.has--icon .icon {
    width: 22px;
    width: 1.375rem;
  }
}
.button--primary-reversed {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-style: solid;
  border-color: transparent;
  border-width: 0px;
  border-width: 0rem;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.button--primary-reversed, .button--primary-reversed:link, .button--primary-reversed:visited {
  color: #002E5D;
  background: transparent;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-bottom: 4px solid #002E5D;
}

.button--primary-reversed:active, .button--primary-reversed:focus, .button--primary-reversed:hover {
  outline: 0;
  text-decoration: none;
  color: #002E5D;
  border-color: #B9D9EB;
  transform: translateY(-2px);
}

.button--primary-reversed:active {
  color: #002E5D;
  border-color: #FED141;
  transform: scale(0.97);
  transition: transform 0.15s ease-in-out;
}

.button--primary-reversed--reversed {
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.button--primary-reversed--reversed, .button--primary-reversed--reversed:link, .button--primary-reversed--reversed:visited {
  color: #B9D9EB;
  border-color: #B9D9EB;
}

.button--primary-reversed--reversed:active, .button--primary-reversed--reversed:focus, .button--primary-reversed--reversed:hover {
  color: #E3F2FB;
  border-color: #E3F2FB;
}

.button--primary-reversed--reversed.has--icon .icon {
  color: #B9D9EB;
}

.button--primary-reversed--primary {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.button--primary-reversed--primary, .button--primary-reversed--primary:link, .button--primary-reversed--primary:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

.button--primary-reversed--primary:active, .button--primary-reversed--primary:focus, .button--primary-reversed--primary:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.button--primary-reversed--primary:active {
  color: #002E5D;
  background: #ffffff;
}

.button--primary-reversed--primary-reversed {
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.button--primary-reversed--primary-reversed, .button--primary-reversed--primary-reversed:link, .button--primary-reversed--primary-reversed:visited {
  color: #002E5D;
  background: #FED141;
  border-bottom: none;
}

.button--primary-reversed--primary-reversed:active, .button--primary-reversed--primary-reversed:focus, .button--primary-reversed--primary-reversed:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.button--primary-reversed--primary-reversed:active {
  color: #002E5D;
  background: #E3F2FB;
}

.button--primary-reversed.has--icon .icon {
  display: inline-block;
  position: relative;
  transition: transform 0.4s ease-in-out;
  padding: 0px 0px 0px 7px;
  padding: 0rem 0rem 0rem 0.4375rem;
  width: 20px;
  width: 1.25rem;
}

.button--primary-reversed.has--icon .icon svg {
  fill: currentColor;
}

.button--primary-reversed.has--icon .icon--close {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}

.button--primary-reversed {
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.button--primary-reversed, .button--primary-reversed:link, .button--primary-reversed:visited {
  color: #002E5D;
  background: #FED141;
  border-bottom: none;
}

.button--primary-reversed:active, .button--primary-reversed:focus, .button--primary-reversed:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.button--primary-reversed:active {
  color: #002E5D;
  background: #E3F2FB;
}

@media only screen and (min-width: 40.625em) {
  .button--primary-reversed {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    padding: 8px 0px;
    padding: 0.5rem 0rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    padding: 20px 40px 18px 40px;
    padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  }
  .button--primary-reversed.has--icon .icon {
    width: 22px;
    width: 1.375rem;
  }
}
.button--load-more {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-style: solid;
  border-color: transparent;
  border-width: 0px;
  border-width: 0rem;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.button--load-more, .button--load-more:link, .button--load-more:visited {
  color: #002E5D;
  background: transparent;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-bottom: 4px solid #002E5D;
}

.button--load-more:active, .button--load-more:focus, .button--load-more:hover {
  outline: 0;
  text-decoration: none;
  color: #002E5D;
  border-color: #B9D9EB;
  transform: translateY(-2px);
}

.button--load-more:active {
  color: #002E5D;
  border-color: #FED141;
  transform: scale(0.97);
  transition: transform 0.15s ease-in-out;
}

.button--load-more--reversed {
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.button--load-more--reversed, .button--load-more--reversed:link, .button--load-more--reversed:visited {
  color: #B9D9EB;
  border-color: #B9D9EB;
}

.button--load-more--reversed:active, .button--load-more--reversed:focus, .button--load-more--reversed:hover {
  color: #E3F2FB;
  border-color: #E3F2FB;
}

.button--load-more--reversed.has--icon .icon {
  color: #B9D9EB;
}

.button--load-more--primary {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.button--load-more--primary, .button--load-more--primary:link, .button--load-more--primary:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

.button--load-more--primary:active, .button--load-more--primary:focus, .button--load-more--primary:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.button--load-more--primary:active {
  color: #002E5D;
  background: #ffffff;
}

.button--load-more--primary-reversed {
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.button--load-more--primary-reversed, .button--load-more--primary-reversed:link, .button--load-more--primary-reversed:visited {
  color: #002E5D;
  background: #FED141;
  border-bottom: none;
}

.button--load-more--primary-reversed:active, .button--load-more--primary-reversed:focus, .button--load-more--primary-reversed:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.button--load-more--primary-reversed:active {
  color: #002E5D;
  background: #E3F2FB;
}

.button--load-more.has--icon .icon {
  display: inline-block;
  position: relative;
  transition: transform 0.4s ease-in-out;
  padding: 0px 0px 0px 7px;
  padding: 0rem 0rem 0rem 0.4375rem;
  width: 20px;
  width: 1.25rem;
}

.button--load-more.has--icon .icon svg {
  fill: currentColor;
}

.button--load-more.has--icon .icon--close {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}

.button--load-more {
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.button--load-more, .button--load-more:link, .button--load-more:visited {
  color: #002E5D;
  background: #FED141;
  border-bottom: none;
}

.button--load-more:active, .button--load-more:focus, .button--load-more:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.button--load-more:active {
  color: #002E5D;
  background: #E3F2FB;
}

@media only screen and (min-width: 40.625em) {
  .button--load-more {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    padding: 8px 0px;
    padding: 0.5rem 0rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    padding: 20px 40px 18px 40px;
    padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  }
  .button--load-more.has--icon .icon {
    width: 22px;
    width: 1.375rem;
  }
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
Resets
*/
.gform-ul-reset {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.gform-text-input-reset,
input.gform-text-input-reset,
body[class*=avada] input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).gform-text-input-reset {
  background-color: transparent;
  border: none;
  border-color: transparent;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  outline: none;
  padding: inherit;
}

/*
----------------------------------------------------------------

Gravity Forms Date Picker Styles
http: //www.gravityforms.com
updated: January 31, 2014 3:32 PM

Customized styles for the jQuery UI Datepicker 1.9.2
copyright 2012 jQuery Foundation and other contributors
Released under the MIT license.
http://jquery.org/license
some styles courtesty of http://www.hongkiat.com/

Gravity Forms is a Rocketgenius project
copyright 2008 - 2014 Rocketgenius Inc.
http: //www.rocketgenius.com

----------------------------------------------------------------
*/
.ui-datepicker {
  width: 260px;
  height: auto;
  margin: 5px auto 0;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #DDDDDC;
  display: none;
  background-color: #ffffff;
}

.ui-datepicker a {
  text-decoration: none;
}

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}

.ui-datepicker-header {
  background-color: #666; /* set the header background color */
  font-weight: bold;
  line-height: 30px;
  min-height: 30px !important;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-title select {
  width: auto;
  margin-top: 2.5%;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  display: none;
}

.ui-datepicker thead {
  background: #fff;
}

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 5px 0;
}

.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #DDDDDC;
  border-right: 1px solid #DDDDDC;
}

.ui-datepicker tbody td:last-child {
  border-right: 0px;
}

.ui-datepicker tbody tr {
  border-bottom: 1px solid #DDDDDC;
}

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: rgb(0, 66.6258064516, 134.7);
}

.ui-datepicker-calendar .ui-state-default {
  background: #fff;
}

.ui-datepicker-calendar .ui-state-hover {
  background: #FAF5E4;
  color: #002E5D;
}

.ui-datepicker-calendar .ui-state-active {
  background: #002E5D;
  color: #FED141;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
  margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
  margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
  margin-bottom: 0;
}

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #FAF5E4;
}

table.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}

body div#ui-datepicker-div[style] {
  z-index: 9999 !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.gform_wrapper .gfield_visibility_hidden,
.gform_wrapper .gf_invisible {
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.ui-datepicker-header {
  background-color: #002E5D;
}

.ui-datepicker-title select {
  background-color: #002E5D;
  color: #ffffff;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  border: none;
}

.address_line_1, .address_line_2, .address_city, .address_state, .address_zip, .address_country {
  position: relative;
}

.address_line_1 input[type=text], .address_line_2 input[type=text], .address_city input[type=text], .address_state input[type=text], .address_zip input[type=text], .address_country input[type=text] {
  padding-top: 30px;
  padding-top: 1.875rem;
}

.address_line_1 label, .address_line_2 label, .address_city label, .address_state label, .address_zip label, .address_country label {
  position: absolute;
  color: rgb(215.8638743455, 164.7382198953, 1.1361256545);
  left: 12px;
  font-size: 16px;
  top: -25px;
}

.gform_wrapper .gform_fields {
  display: flex;
  justify-content: left;
  flex-flow: row wrap;
  row-gap: 0.8333333333em;
  column-gap: 0.8333333333em;
}

.gform_wrapper .gfield {
  width: 100%;
  max-width: 100%;
}

.gform_wrapper .gfield--width-half,
.gform_wrapper .gfield--width-third {
  flex-basis: 12.5em;
  flex-grow: 1;
}

.gform_wrapper .gform_heading {
  padding: 20px;
  padding: 1.25rem;
  padding-bottom: 2.0833333333em;
}

@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .gform_wrapper .gform_heading {
    padding-bottom: 4.1666666667em;
  }
}
.gform_wrapper h3.gform_title {
  margin: 0;
  text-transform: uppercase;
  padding-bottom: 1rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.gform_wrapper h3.gform_title em, .gform_wrapper h3.gform_title i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.gform_wrapper h3.gform_title em strong, .gform_wrapper h3.gform_title em b, .gform_wrapper h3.gform_title i strong, .gform_wrapper h3.gform_title i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.gform_wrapper h3.gform_title strong, .gform_wrapper h3.gform_title b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.gform_wrapper h3.gform_title strong em, .gform_wrapper h3.gform_title strong i, .gform_wrapper h3.gform_title b em, .gform_wrapper h3.gform_title b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .gform_wrapper h3.gform_title {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_wrapper h3.gform_title em, .gform_wrapper h3.gform_title i {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_wrapper h3.gform_title em strong, .gform_wrapper h3.gform_title em b, .gform_wrapper h3.gform_title i strong, .gform_wrapper h3.gform_title i b {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_wrapper h3.gform_title strong, .gform_wrapper h3.gform_title b {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_wrapper h3.gform_title strong em, .gform_wrapper h3.gform_title strong i, .gform_wrapper h3.gform_title b em, .gform_wrapper h3.gform_title b i {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .gform_wrapper h3.gform_title {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_wrapper h3.gform_title em, .gform_wrapper h3.gform_title i {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_wrapper h3.gform_title em strong, .gform_wrapper h3.gform_title em b, .gform_wrapper h3.gform_title i strong, .gform_wrapper h3.gform_title i b {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_wrapper h3.gform_title strong, .gform_wrapper h3.gform_title b {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_wrapper h3.gform_title strong em, .gform_wrapper h3.gform_title strong i, .gform_wrapper h3.gform_title b em, .gform_wrapper h3.gform_title b i {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.gform_wrapper h2.gsection_title {
  margin: 0;
  text-transform: uppercase;
  padding-bottom: 1rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.gform_wrapper h2.gsection_title em, .gform_wrapper h2.gsection_title i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.gform_wrapper h2.gsection_title em strong, .gform_wrapper h2.gsection_title em b, .gform_wrapper h2.gsection_title i strong, .gform_wrapper h2.gsection_title i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.gform_wrapper h2.gsection_title strong, .gform_wrapper h2.gsection_title b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.gform_wrapper h2.gsection_title strong em, .gform_wrapper h2.gsection_title strong i, .gform_wrapper h2.gsection_title b em, .gform_wrapper h2.gsection_title b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .gform_wrapper h2.gsection_title {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_wrapper h2.gsection_title em, .gform_wrapper h2.gsection_title i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_wrapper h2.gsection_title em strong, .gform_wrapper h2.gsection_title em b, .gform_wrapper h2.gsection_title i strong, .gform_wrapper h2.gsection_title i b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_wrapper h2.gsection_title strong, .gform_wrapper h2.gsection_title b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_wrapper h2.gsection_title strong em, .gform_wrapper h2.gsection_title strong i, .gform_wrapper h2.gsection_title b em, .gform_wrapper h2.gsection_title b i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .gform_wrapper h2.gsection_title {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_wrapper h2.gsection_title em, .gform_wrapper h2.gsection_title i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_wrapper h2.gsection_title em strong, .gform_wrapper h2.gsection_title em b, .gform_wrapper h2.gsection_title i strong, .gform_wrapper h2.gsection_title i b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_wrapper h2.gsection_title strong, .gform_wrapper h2.gsection_title b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_wrapper h2.gsection_title strong em, .gform_wrapper h2.gsection_title strong i, .gform_wrapper h2.gsection_title b em, .gform_wrapper h2.gsection_title b i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.gform_wrapper .gform_footer {
  position: relative;
  overflow: hidden;
  padding: 20px 20px 0px;
  padding: 1.25rem 1.25rem 0rem;
}

.gform_wrapper .gform_footer .gform_ajax_spinner {
  display: inline-block;
  max-width: 2.5em;
  vertical-align: top;
  padding: 10px 10px 0px 10px;
  padding: 0.625rem 0.625rem 0rem 0.625rem;
}

.gform_wrapper .gform_button {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.gform_wrapper .gform_button, .gform_wrapper .gform_button:link, .gform_wrapper .gform_button:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

.gform_wrapper .gform_button:active, .gform_wrapper .gform_button:focus, .gform_wrapper .gform_button:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.gform_wrapper .gform_button:active {
  color: #002E5D;
  background: #ffffff;
}

.gform_wrapper .gform_submit_wrapper {
  display: inline-block;
}

.gform_wrapper ul, .gform_wrapper li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gform_wrapper .gfield {
  margin: 0;
  padding: 20px;
  padding: 1.25rem;
}

.gform_wrapper .gfield_required {
  display: inline-block;
  padding-left: 0.125em;
  color: #002E5D;
  vertical-align: top;
}

.gform_wrapper .gfield_label {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  color: #002E5D;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  text-transform: none;
}

@media only screen and (min-width: 43.75em) {
  .gform_wrapper .gfield_label {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .instruction {
  max-width: 32.1428571429em;
  padding: 0.3571428571em 0 0 0;
  font-size: 14px;
  font-size: 0.875rem;
}

input[type=text],
input[type=url],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=file],
textarea,
select,
select[multiple=multiple] {
  width: 100%;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  border: 2px solid transparent;
  font-size: inherit;
  box-shadow: none;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-property: border-color;
  background-color: #ffffff;
}

input[type=text]:focus,
input[type=url]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=file]:focus,
textarea:focus,
select:focus,
select[multiple=multiple]:focus {
  border-color: #002E5D;
  outline: none;
}

input[type=text],
input[type=url],
input[type=email],
input[type=tel],
input[type=number],
input[type=password] {
  border-radius: 10px;
  border-radius: 0.625rem;
}

textarea,
select,
select[multiple=multiple] {
  border-radius: 10px;
  border-radius: 0.625rem;
  color: #002E5D;
}

input[type=file] {
  vertical-align: middle;
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
  background-color: unset;
}

select[multiple=multiple] option:checked {
  background-color: #002E5D;
  color: #ffffff;
}

input[type=text],
input[type=url],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
textarea {
  padding: 0.9583333333em 1.4583333333em;
}

select,
select[multiple=multiple] {
  padding: 0.4166666667em 1.4583333333em;
}

textarea,
select[multiple=multiple] {
  min-height: 5.6em;
  line-height: 1.4;
  resize: none;
  background-color: #ffffff;
}

.ginput_container_select, .styled-select {
  clear: both;
  display: inline-block;
  position: relative;
  max-width: 18.75em;
}

.ginput_container_select:after, .styled-select:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  margin-top: -0.4375rem;
  right: 11px;
  right: 0.6875rem;
  width: 0;
  height: 0;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  vertical-align: middle;
  pointer-events: none;
}

.ginput_container_select select, .styled-select select {
  position: relative;
  appearance: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.ginput_container_select select::-ms-expand, .styled-select select::-ms-expand {
  display: none;
}

.lt-ie10 .ginput_container_select:after, .lt-ie10 .styled-select:after {
  display: none;
}

.lt-ie10 .ginput_container_select select, .lt-ie10 .styled-select select {
  padding-right: 20px;
  padding-right: 1.25rem;
}

select {
  border-radius: 0.4166666667em;
  width: auto;
  vertical-align: text-bottom;
  font-size: 16px;
  font-size: 1rem;
  padding: 0.5em;
}

select[multiple=multiple] option {
  text-indent: 0;
  padding: 0.2em 0.4583333333em;
}

.gform_wrapper select,
.gform_wrapper select[multiple=multiple] {
  padding: 0.4166666667em 1.4583333333em;
}

.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_checkbox .gchoice,
.gform_wrapper .gfield_radio li,
.gform_wrapper .gfield_radio .gchoice {
  position: relative;
  margin-bottom: 0.4166666667em;
  line-height: 1;
  zoom: 1;
}

.gform_wrapper .gfield_checkbox li:before, .gform_wrapper .gfield_checkbox li:after,
.gform_wrapper .gfield_checkbox .gchoice:before,
.gform_wrapper .gfield_checkbox .gchoice:after,
.gform_wrapper .gfield_radio li:before,
.gform_wrapper .gfield_radio li:after,
.gform_wrapper .gfield_radio .gchoice:before,
.gform_wrapper .gfield_radio .gchoice:after {
  content: " ";
  display: table;
}

.gform_wrapper .gfield_checkbox li:after,
.gform_wrapper .gfield_checkbox .gchoice:after,
.gform_wrapper .gfield_radio li:after,
.gform_wrapper .gfield_radio .gchoice:after {
  clear: both;
}

.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_checkbox li input[type=radio],
.gform_wrapper .gfield_checkbox .gchoice input[type=checkbox],
.gform_wrapper .gfield_checkbox .gchoice input[type=radio],
.gform_wrapper .gfield_radio li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio],
.gform_wrapper .gfield_radio .gchoice input[type=checkbox],
.gform_wrapper .gfield_radio .gchoice input[type=radio] {
  position: absolute;
  left: 0;
  top: 6px;
  top: 0.375rem;
  margin-left: 1px;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
}

.gform_wrapper .gfield_checkbox li input[type=checkbox] + input[type=text],
.gform_wrapper .gfield_checkbox li input[type=radio] + input[type=text],
.gform_wrapper .gfield_checkbox .gchoice input[type=checkbox] + input[type=text],
.gform_wrapper .gfield_checkbox .gchoice input[type=radio] + input[type=text],
.gform_wrapper .gfield_radio li input[type=checkbox] + input[type=text],
.gform_wrapper .gfield_radio li input[type=radio] + input[type=text],
.gform_wrapper .gfield_radio .gchoice input[type=checkbox] + input[type=text],
.gform_wrapper .gfield_radio .gchoice input[type=radio] + input[type=text] {
  margin-left: 35px;
  margin-left: 2.1875rem;
  width: calc(100% - 35px);
}

.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield_radio label {
  float: left;
  margin-left: 35px;
  margin-left: 2.1875rem;
  color: #002E5D;
  font-weight: normal;
  line-height: 1.3;
}

.gform_wrapper .gfield_time_hour,
.gform_wrapper .gfield_time_minute,
.gform_wrapper .gfield_time_ampm {
  padding-right: 0.2083333333em;
  display: inline-block;
  font-weight: normal;
}

.gform_wrapper .gfield_time_hour input,
.gform_wrapper .gfield_time_minute input,
.gform_wrapper .gfield_time_ampm input {
  display: inline-block;
  width: 3em;
}

.gform_wrapper .gfield_time_hour i,
.gform_wrapper .gfield_time_minute i,
.gform_wrapper .gfield_time_ampm i {
  line-height: 2;
  font-style: normal;
  padding-left: 0.2083333333em;
}

.gform_wrapper .gfield_time_hour select,
.gform_wrapper .gfield_time_minute select,
.gform_wrapper .gfield_time_ampm select {
  height: 2.3em;
}

.gform_wrapper .gfield_time_ampm {
  vertical-align: top;
}

.gform_wrapper .ginput_container_fileupload #extensions_message {
  display: block;
  width: 100%;
}

.gform_wrapper .screen-reader-text,
.gform_wrapper .label.hidden_sub_label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.gform_wrapper .gform_validation_errors {
  color: #e14504;
  display: inline-block;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  padding: 20px;
  padding: 1.25rem;
}

.gform_wrapper .gfield.gfield_error input[type=text],
.gform_wrapper .gfield.gfield_error input[type=url],
.gform_wrapper .gfield.gfield_error input[type=email],
.gform_wrapper .gfield.gfield_error input[type=tel],
.gform_wrapper .gfield.gfield_error input[type=number],
.gform_wrapper .gfield.gfield_error input[type=password] input[type=file],
.gform_wrapper .gfield.gfield_error textarea,
.gform_wrapper .gfield.gfield_error select {
  border: 1px solid #e14504;
}

.gform_wrapper .gfield.gfield_error .validation_message {
  color: #e14504;
}

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

.gform_confirmation_message__rich-text h2 {
  text-transform: uppercase;
  padding-bottom: 1rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.gform_confirmation_message__rich-text h2 em, .gform_confirmation_message__rich-text h2 i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.gform_confirmation_message__rich-text h2 em strong, .gform_confirmation_message__rich-text h2 em b, .gform_confirmation_message__rich-text h2 i strong, .gform_confirmation_message__rich-text h2 i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.gform_confirmation_message__rich-text h2 strong, .gform_confirmation_message__rich-text h2 b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.gform_confirmation_message__rich-text h2 strong em, .gform_confirmation_message__rich-text h2 strong i, .gform_confirmation_message__rich-text h2 b em, .gform_confirmation_message__rich-text h2 b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .gform_confirmation_message__rich-text h2 {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_confirmation_message__rich-text h2 em, .gform_confirmation_message__rich-text h2 i {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_confirmation_message__rich-text h2 em strong, .gform_confirmation_message__rich-text h2 em b, .gform_confirmation_message__rich-text h2 i strong, .gform_confirmation_message__rich-text h2 i b {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_confirmation_message__rich-text h2 strong, .gform_confirmation_message__rich-text h2 b {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_confirmation_message__rich-text h2 strong em, .gform_confirmation_message__rich-text h2 strong i, .gform_confirmation_message__rich-text h2 b em, .gform_confirmation_message__rich-text h2 b i {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .gform_confirmation_message__rich-text h2 {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_confirmation_message__rich-text h2 em, .gform_confirmation_message__rich-text h2 i {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_confirmation_message__rich-text h2 em strong, .gform_confirmation_message__rich-text h2 em b, .gform_confirmation_message__rich-text h2 i strong, .gform_confirmation_message__rich-text h2 i b {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_confirmation_message__rich-text h2 strong, .gform_confirmation_message__rich-text h2 b {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_confirmation_message__rich-text h2 strong em, .gform_confirmation_message__rich-text h2 strong i, .gform_confirmation_message__rich-text h2 b em, .gform_confirmation_message__rich-text h2 b i {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.gform_confirmation_message__rich-text h3 {
  text-transform: uppercase;
  padding-bottom: 1rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.gform_confirmation_message__rich-text h3 em, .gform_confirmation_message__rich-text h3 i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.gform_confirmation_message__rich-text h3 em strong, .gform_confirmation_message__rich-text h3 em b, .gform_confirmation_message__rich-text h3 i strong, .gform_confirmation_message__rich-text h3 i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.gform_confirmation_message__rich-text h3 strong, .gform_confirmation_message__rich-text h3 b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.gform_confirmation_message__rich-text h3 strong em, .gform_confirmation_message__rich-text h3 strong i, .gform_confirmation_message__rich-text h3 b em, .gform_confirmation_message__rich-text h3 b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .gform_confirmation_message__rich-text h3 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_confirmation_message__rich-text h3 em, .gform_confirmation_message__rich-text h3 i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_confirmation_message__rich-text h3 em strong, .gform_confirmation_message__rich-text h3 em b, .gform_confirmation_message__rich-text h3 i strong, .gform_confirmation_message__rich-text h3 i b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_confirmation_message__rich-text h3 strong, .gform_confirmation_message__rich-text h3 b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_confirmation_message__rich-text h3 strong em, .gform_confirmation_message__rich-text h3 strong i, .gform_confirmation_message__rich-text h3 b em, .gform_confirmation_message__rich-text h3 b i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .gform_confirmation_message__rich-text h3 {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_confirmation_message__rich-text h3 em, .gform_confirmation_message__rich-text h3 i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_confirmation_message__rich-text h3 em strong, .gform_confirmation_message__rich-text h3 em b, .gform_confirmation_message__rich-text h3 i strong, .gform_confirmation_message__rich-text h3 i b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_confirmation_message__rich-text h3 strong, .gform_confirmation_message__rich-text h3 b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_confirmation_message__rich-text h3 strong em, .gform_confirmation_message__rich-text h3 strong i, .gform_confirmation_message__rich-text h3 b em, .gform_confirmation_message__rich-text h3 b i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.gform_confirmation_message__rich-text h4 {
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.gform_confirmation_message__rich-text h4 em, .gform_confirmation_message__rich-text h4 i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.gform_confirmation_message__rich-text h4 em strong, .gform_confirmation_message__rich-text h4 em b, .gform_confirmation_message__rich-text h4 i strong, .gform_confirmation_message__rich-text h4 i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.gform_confirmation_message__rich-text h4 strong, .gform_confirmation_message__rich-text h4 b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.gform_confirmation_message__rich-text h4 strong em, .gform_confirmation_message__rich-text h4 strong i, .gform_confirmation_message__rich-text h4 b em, .gform_confirmation_message__rich-text h4 b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .gform_confirmation_message__rich-text h4 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_confirmation_message__rich-text h4 em, .gform_confirmation_message__rich-text h4 i {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_confirmation_message__rich-text h4 em strong, .gform_confirmation_message__rich-text h4 em b, .gform_confirmation_message__rich-text h4 i strong, .gform_confirmation_message__rich-text h4 i b {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_confirmation_message__rich-text h4 strong, .gform_confirmation_message__rich-text h4 b {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_confirmation_message__rich-text h4 strong em, .gform_confirmation_message__rich-text h4 strong i, .gform_confirmation_message__rich-text h4 b em, .gform_confirmation_message__rich-text h4 b i {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .gform_confirmation_message__rich-text h4 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_confirmation_message__rich-text h4 em, .gform_confirmation_message__rich-text h4 i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_confirmation_message__rich-text h4 em strong, .gform_confirmation_message__rich-text h4 em b, .gform_confirmation_message__rich-text h4 i strong, .gform_confirmation_message__rich-text h4 i b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_confirmation_message__rich-text h4 strong, .gform_confirmation_message__rich-text h4 b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_confirmation_message__rich-text h4 strong em, .gform_confirmation_message__rich-text h4 strong i, .gform_confirmation_message__rich-text h4 b em, .gform_confirmation_message__rich-text h4 b i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.gform_confirmation_message__rich-text h5 {
  text-transform: uppercase;
  padding-bottom: 0.25rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.gform_confirmation_message__rich-text h5 em, .gform_confirmation_message__rich-text h5 i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.gform_confirmation_message__rich-text h5 em strong, .gform_confirmation_message__rich-text h5 em b, .gform_confirmation_message__rich-text h5 i strong, .gform_confirmation_message__rich-text h5 i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.gform_confirmation_message__rich-text h5 strong, .gform_confirmation_message__rich-text h5 b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.gform_confirmation_message__rich-text h5 strong em, .gform_confirmation_message__rich-text h5 strong i, .gform_confirmation_message__rich-text h5 b em, .gform_confirmation_message__rich-text h5 b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .gform_confirmation_message__rich-text h5 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_confirmation_message__rich-text h5 em, .gform_confirmation_message__rich-text h5 i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_confirmation_message__rich-text h5 em strong, .gform_confirmation_message__rich-text h5 em b, .gform_confirmation_message__rich-text h5 i strong, .gform_confirmation_message__rich-text h5 i b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_confirmation_message__rich-text h5 strong, .gform_confirmation_message__rich-text h5 b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_confirmation_message__rich-text h5 strong em, .gform_confirmation_message__rich-text h5 strong i, .gform_confirmation_message__rich-text h5 b em, .gform_confirmation_message__rich-text h5 b i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .gform_confirmation_message__rich-text h5 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_confirmation_message__rich-text h5 em, .gform_confirmation_message__rich-text h5 i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_confirmation_message__rich-text h5 em strong, .gform_confirmation_message__rich-text h5 em b, .gform_confirmation_message__rich-text h5 i strong, .gform_confirmation_message__rich-text h5 i b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_confirmation_message__rich-text h5 strong, .gform_confirmation_message__rich-text h5 b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .gform_confirmation_message__rich-text h5 strong em, .gform_confirmation_message__rich-text h5 strong i, .gform_confirmation_message__rich-text h5 b em, .gform_confirmation_message__rich-text h5 b i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.gform_confirmation_message__rich-text p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.gform_confirmation_message__rich-text p em, .gform_confirmation_message__rich-text p i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.gform_confirmation_message__rich-text p strong, .gform_confirmation_message__rich-text p b {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.gform_confirmation_message__rich-text p strong em, .gform_confirmation_message__rich-text p strong i, .gform_confirmation_message__rich-text p b em, .gform_confirmation_message__rich-text p b i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.gform_confirmation_message__rich-text .intro {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.gform_confirmation_message__rich-text .intro em, .gform_confirmation_message__rich-text .intro i {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.gform_confirmation_message__rich-text .intro em strong, .gform_confirmation_message__rich-text .intro em b, .gform_confirmation_message__rich-text .intro i strong, .gform_confirmation_message__rich-text .intro i b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.gform_confirmation_message__rich-text .intro strong, .gform_confirmation_message__rich-text .intro b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.gform_confirmation_message__rich-text .intro strong em, .gform_confirmation_message__rich-text .intro strong i, .gform_confirmation_message__rich-text .intro b em, .gform_confirmation_message__rich-text .intro b i {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.gform_confirmation_message__rich-text .intro:last-child {
  padding-bottom: 0;
}

@media only screen and (min-width: 43.75em) {
  .gform_confirmation_message__rich-text .intro {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .gform_confirmation_message__rich-text .intro em, .gform_confirmation_message__rich-text .intro i {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .gform_confirmation_message__rich-text .intro em strong, .gform_confirmation_message__rich-text .intro em b, .gform_confirmation_message__rich-text .intro i strong, .gform_confirmation_message__rich-text .intro i b {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .gform_confirmation_message__rich-text .intro strong, .gform_confirmation_message__rich-text .intro b {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .gform_confirmation_message__rich-text .intro strong em, .gform_confirmation_message__rich-text .intro strong i, .gform_confirmation_message__rich-text .intro b em, .gform_confirmation_message__rich-text .intro b i {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
}
.gform_confirmation_message__rich-text .disclaimer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.gform_confirmation_message__rich-text .disclaimer em, .gform_confirmation_message__rich-text .disclaimer i {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.gform_confirmation_message__rich-text .disclaimer strong, .gform_confirmation_message__rich-text .disclaimer b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

@media only screen and (min-width: 43.75em) {
  .gform_confirmation_message__rich-text .disclaimer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .gform_confirmation_message__rich-text .disclaimer em, .gform_confirmation_message__rich-text .disclaimer i {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .gform_confirmation_message__rich-text .disclaimer strong, .gform_confirmation_message__rich-text .disclaimer b {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
}
.gform_confirmation_message__rich-text img {
  width: 100%;
}

.gform_confirmation_message__rich-text .wp-caption {
  margin-bottom: 1em;
}

.gform_confirmation_message__rich-text .wp-caption img {
  padding-bottom: 0;
}

.gform_confirmation_message__rich-text ul li,
.gform_confirmation_message__rich-text ol li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  padding-left: 10px;
  padding-left: 0.625rem;
}

.gform_confirmation_message__rich-text ul li em, .gform_confirmation_message__rich-text ul li i,
.gform_confirmation_message__rich-text ol li em,
.gform_confirmation_message__rich-text ol li i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.gform_confirmation_message__rich-text ul li strong, .gform_confirmation_message__rich-text ul li b,
.gform_confirmation_message__rich-text ol li strong,
.gform_confirmation_message__rich-text ol li b {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.gform_confirmation_message__rich-text ul li strong em, .gform_confirmation_message__rich-text ul li strong i, .gform_confirmation_message__rich-text ul li b em, .gform_confirmation_message__rich-text ul li b i,
.gform_confirmation_message__rich-text ol li strong em,
.gform_confirmation_message__rich-text ol li strong i,
.gform_confirmation_message__rich-text ol li b em,
.gform_confirmation_message__rich-text ol li b i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.gform_confirmation_message__rich-text p:last-child,
.gform_confirmation_message__rich-text ul:last-child,
.gform_confirmation_message__rich-text ol:last-child {
  padding-bottom: 0;
}

.gform_confirmation_message__rich-text p .button:last-child,
.gform_confirmation_message__rich-text ul .button:last-child,
.gform_confirmation_message__rich-text ol .button:last-child {
  margin-bottom: 0;
}

.gform_confirmation_message__rich-text .embed-placeholder:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 43.75em) {
  .gform_confirmation_message__rich-text p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .gform_confirmation_message__rich-text p em, .gform_confirmation_message__rich-text p i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .gform_confirmation_message__rich-text p b, .gform_confirmation_message__rich-text p strong {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .gform_confirmation_message__rich-text p b em, .gform_confirmation_message__rich-text p b i, .gform_confirmation_message__rich-text p strong em, .gform_confirmation_message__rich-text p strong i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .gform_confirmation_message__rich-text ul li,
  .gform_confirmation_message__rich-text ol li {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .gform_confirmation_message__rich-text ul li em, .gform_confirmation_message__rich-text ul li i,
  .gform_confirmation_message__rich-text ol li em,
  .gform_confirmation_message__rich-text ol li i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .gform_confirmation_message__rich-text ul li b, .gform_confirmation_message__rich-text ul li strong,
  .gform_confirmation_message__rich-text ol li b,
  .gform_confirmation_message__rich-text ol li strong {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .gform_confirmation_message__rich-text ul li b em, .gform_confirmation_message__rich-text ul li b i, .gform_confirmation_message__rich-text ul li strong em, .gform_confirmation_message__rich-text ul li strong i,
  .gform_confirmation_message__rich-text ol li b em,
  .gform_confirmation_message__rich-text ol li b i,
  .gform_confirmation_message__rich-text ol li strong em,
  .gform_confirmation_message__rich-text ol li strong i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
}
.salesforce-contact-form .gform_submit_wrapper .button {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
}

.salesforce-contact-form .gform_submit_wrapper .button, .salesforce-contact-form .gform_submit_wrapper .button:link, .salesforce-contact-form .gform_submit_wrapper .button:visited {
  color: #FED141;
  background-color: #002E5D;
}

.salesforce-contact-form .gform_submit_wrapper .button:focus, .salesforce-contact-form .gform_submit_wrapper .button:hover {
  color: #002E5D;
  background-color: #B9D9EB;
}

.salesforce-contact-form .gform_submit_wrapper .button:active {
  color: #002E5D;
  background-color: #FED141;
}

.c-section-header {
  max-width: 620px;
  max-width: 38.75rem;
  text-align: center;
  margin: 0 auto;
  padding-left: 0.8333333333em;
  padding-right: 0.8333333333em;
}

@media only screen and (min-width: 22.5em) {
  .c-section-header {
    padding-left: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-section-header {
    padding-left: 4%;
  }
}
@media only screen and (min-width: 22.5em) {
  .c-section-header {
    padding-right: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-section-header {
    padding-right: 4%;
  }
}
.c-section-header .c-section-header__prefix {
  display: block;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-section-header .c-section-header__prefix {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

@media only screen and (min-width: 43.75em) {
  .c-section-header .c-section-header__prefix {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-section-header .c-section-header__prefix {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
.c-section-header .c-section-header__heading {
  text-transform: uppercase;
  padding-bottom: 1rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  padding-bottom: 0;
  max-width: 750px;
  max-width: 46.875rem;
  margin: 0 auto;
}

.font-knockout-50-loaded .c-section-header .c-section-header__heading {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-section-header .c-section-header__heading em, .c-section-header .c-section-header__heading i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-section-header .c-section-header__heading em, .font-knockout-50-loaded .c-section-header .c-section-header__heading i {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-section-header .c-section-header__heading em strong, .c-section-header .c-section-header__heading em b, .c-section-header .c-section-header__heading i strong, .c-section-header .c-section-header__heading i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-section-header .c-section-header__heading em strong, .font-knockout-50-loaded .c-section-header .c-section-header__heading em b, .font-knockout-50-loaded .c-section-header .c-section-header__heading i strong, .font-knockout-50-loaded .c-section-header .c-section-header__heading i b {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-section-header .c-section-header__heading strong, .c-section-header .c-section-header__heading b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-section-header .c-section-header__heading strong, .font-knockout-50-loaded .c-section-header .c-section-header__heading b {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-section-header .c-section-header__heading strong em, .c-section-header .c-section-header__heading strong i, .c-section-header .c-section-header__heading b em, .c-section-header .c-section-header__heading b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-section-header .c-section-header__heading strong em, .font-knockout-50-loaded .c-section-header .c-section-header__heading strong i, .font-knockout-50-loaded .c-section-header .c-section-header__heading b em, .font-knockout-50-loaded .c-section-header .c-section-header__heading b i {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .c-section-header .c-section-header__heading {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-section-header .c-section-header__heading {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-section-header .c-section-header__heading em, .c-section-header .c-section-header__heading i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-section-header .c-section-header__heading em, .font-knockout-50-loaded .c-section-header .c-section-header__heading i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-section-header .c-section-header__heading em strong, .c-section-header .c-section-header__heading em b, .c-section-header .c-section-header__heading i strong, .c-section-header .c-section-header__heading i b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-section-header .c-section-header__heading em strong, .font-knockout-50-loaded .c-section-header .c-section-header__heading em b, .font-knockout-50-loaded .c-section-header .c-section-header__heading i strong, .font-knockout-50-loaded .c-section-header .c-section-header__heading i b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-section-header .c-section-header__heading strong, .c-section-header .c-section-header__heading b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-section-header .c-section-header__heading strong, .font-knockout-50-loaded .c-section-header .c-section-header__heading b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-section-header .c-section-header__heading strong em, .c-section-header .c-section-header__heading strong i, .c-section-header .c-section-header__heading b em, .c-section-header .c-section-header__heading b i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-section-header .c-section-header__heading strong em, .font-knockout-50-loaded .c-section-header .c-section-header__heading strong i, .font-knockout-50-loaded .c-section-header .c-section-header__heading b em, .font-knockout-50-loaded .c-section-header .c-section-header__heading b i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .c-section-header .c-section-header__heading {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-section-header .c-section-header__heading {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-section-header .c-section-header__heading em, .c-section-header .c-section-header__heading i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-section-header .c-section-header__heading em, .font-knockout-50-loaded .c-section-header .c-section-header__heading i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-section-header .c-section-header__heading em strong, .c-section-header .c-section-header__heading em b, .c-section-header .c-section-header__heading i strong, .c-section-header .c-section-header__heading i b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-section-header .c-section-header__heading em strong, .font-knockout-50-loaded .c-section-header .c-section-header__heading em b, .font-knockout-50-loaded .c-section-header .c-section-header__heading i strong, .font-knockout-50-loaded .c-section-header .c-section-header__heading i b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-section-header .c-section-header__heading strong, .c-section-header .c-section-header__heading b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-section-header .c-section-header__heading strong, .font-knockout-50-loaded .c-section-header .c-section-header__heading b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-section-header .c-section-header__heading strong em, .c-section-header .c-section-header__heading strong i, .c-section-header .c-section-header__heading b em, .c-section-header .c-section-header__heading b i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-section-header .c-section-header__heading strong em, .font-knockout-50-loaded .c-section-header .c-section-header__heading strong i, .font-knockout-50-loaded .c-section-header .c-section-header__heading b em, .font-knockout-50-loaded .c-section-header .c-section-header__heading b i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.c-announcement {
  position: relative;
  z-index: 5;
}

.mzr-js .c-announcement {
  display: none;
}

.mzr-js .c-announcement__close-button {
  display: block;
}

.c-announcement__link {
  display: block;
}

.c-announcement__link:link, .c-announcement__link:visited {
  background-color: #FED141;
  transition: background-color ease-in-out 0.25s;
  text-decoration: none;
}

.c-announcement__link:focus, .c-announcement__link:hover, .c-announcement__link:active {
  background-color: #B9D9EB;
}

.c-announcement__link:focus:after, .c-announcement__link:hover:after, .c-announcement__link:active:after {
  background-color: #002E5D;
}

.c-announcement__link:focus .c-announcement__close-button, .c-announcement__link:hover .c-announcement__close-button, .c-announcement__link:active .c-announcement__close-button {
  background: #ffffff;
}

.c-announcement__link:focus .c-announcement__close-icon .icon__img, .c-announcement__link:hover .c-announcement__close-icon .icon__img, .c-announcement__link:active .c-announcement__close-icon .icon__img {
  color: #002E5D;
}

.c-announcement__link:after {
  display: block;
  position: absolute;
  bottom: -0.7916666667em;
  content: "";
  background-color: #ffffff;
  -webkit-mask-image: url("img/wave.svg?040325");
          mask-image: url("img/wave.svg?040325");
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  height: 0.8333333333em;
  z-index: 5;
  width: 100%;
  transition: background-color ease-in-out 0.25s;
}

.c-announcement__content-container {
  zoom: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.8333333333em;
  padding-right: 0.8333333333em;
  max-width: 64.8333333333em;
  padding: 0.625em 2.5em;
  position: relative;
  animation: 0.5s ease-in 0s drop-fade;
  text-align: center;
}

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

.c-announcement__content-container:after {
  clear: both;
}

@media only screen and (min-width: 22.5em) {
  .c-announcement__content-container {
    padding-left: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-announcement__content-container {
    padding-left: 4%;
  }
}
@media only screen and (min-width: 22.5em) {
  .c-announcement__content-container {
    padding-right: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-announcement__content-container {
    padding-right: 4%;
  }
}
@media only screen and (min-width: 97.25em) {
  .c-announcement__content-container {
    padding-left: 0;
    padding-right: 0;
    max-width: 61.25em;
  }
}
.c-announcement__prefix {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  color: #002E5D;
}

.font-degular-loaded .c-announcement__prefix {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-announcement__title {
  display: block;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1.1;
  margin: 0px;
  margin: 0rem;
  color: #002E5D;
}

.font-knockout-51-loaded .c-announcement__title {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-announcement__title em, .c-announcement__title i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-announcement__title em, .font-knockout-51-loaded .c-announcement__title i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-announcement__title em strong, .c-announcement__title em b, .c-announcement__title i strong, .c-announcement__title i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-announcement__title em strong, .font-knockout-51-loaded .c-announcement__title em b, .font-knockout-51-loaded .c-announcement__title i strong, .font-knockout-51-loaded .c-announcement__title i b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-announcement__title strong, .c-announcement__title b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-announcement__title strong, .font-knockout-51-loaded .c-announcement__title b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-announcement__title strong em, .c-announcement__title strong i, .c-announcement__title b em, .c-announcement__title b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-announcement__title strong em, .font-knockout-51-loaded .c-announcement__title strong i, .font-knockout-51-loaded .c-announcement__title b em, .font-knockout-51-loaded .c-announcement__title b i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-announcement__arrow-icon {
  display: inline;
  padding-left: 0.2083333333em;
}

.c-announcement__arrow-icon .icon__img {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #002E5D;
  padding: 0;
}

.c-announcement__arrow-icon .icon__img svg * {
  fill: currentColor;
}

.c-announcement__arrow-icon .icon__img--r-svg {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

@media only screen and (min-width: 1em) {
  .c-announcement__arrow-icon .icon__img--r-svg--max-scale {
    width: 16px;
    height: 16px;
    padding-bottom: 0;
  }
}
.c-announcement__close-button {
  position: absolute;
  top: 0.8333333333em;
  right: 0.8333333333em;
  background: #FAF5E4;
  padding: 6px;
  padding: 0.375rem;
  border-radius: 100%;
  transition: background 0.25s ease-in-out;
}

@media only screen and (min-width: 22.5em) {
  .c-announcement__close-button {
    right: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-announcement__close-button {
    right: 4%;
  }
}
.c-announcement__close-button:hover, .c-announcement__close-button:focus, .c-announcement__close-button:active {
  background: #FED141;
}

.c-announcement__close-icon {
  width: auto;
}

.c-announcement__close-icon .icon__img {
  width: 12px;
  height: 12px;
  color: #024B96;
  transition: color 0.25s ease-in-out;
}

.c-announcement__close-icon .icon__img svg * {
  fill: currentColor;
}

.c-announcement__close-icon .icon__img--r-svg {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

@media only screen and (min-width: 0.75em) {
  .c-announcement__close-icon .icon__img--r-svg--max-scale {
    width: 12px;
    height: 12px;
    padding-bottom: 0;
  }
}
.c-billboard {
  background-position: center center;
  background-size: cover;
}

.c-billboard--has-background-image {
  background-attachment: fixed;
}

.c-billboard--has-background-image, .c-billboard--invert {
  padding-top: 120px;
  padding-top: 7.5rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}

.c-billboard--has-background-image .c-billboard__content-container, .c-billboard--invert .c-billboard__content-container {
  background-color: #FAF5E4;
  color: #002E5D;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}

.c-billboard--has-background-image .c-billboard__content, .c-billboard--invert .c-billboard__content {
  padding: 80px 40px 40px;
  padding: 5rem 2.5rem 2.5rem;
}

.c-billboard--has-background-image .c-billboard__label, .c-billboard--invert .c-billboard__label {
  color: #002E5D;
}

.c-billboard--has-background-image .c-billboard__image, .c-billboard--invert .c-billboard__image {
  aspect-ratio: 1/1;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}

.c-billboard--has-background-image .c-billboard__image-img, .c-billboard--invert .c-billboard__image-img {
  border-radius: 0.2083333333em;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-billboard--invert {
  background-color: #002E5D;
}

.c-billboard--padding-top-tight {
  padding-top: 0px;
  padding-top: 0rem;
}

.c-billboard__content-container {
  zoom: 1;
  margin-left: auto;
  margin-right: auto;
  max-width: 64.8333333333em;
  background-color: #002E5D;
  color: #FAF5E4;
  display: flex;
  flex-direction: column-reverse;
  padding: 0;
  position: relative;
  max-width: 20.8333333333em;
  margin: 0 auto;
}

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

.c-billboard__content-container:after {
  clear: both;
}

@media only screen and (min-width: 97.25em) {
  .c-billboard__content-container {
    padding-left: 0;
    padding-right: 0;
    max-width: 61.25em;
  }
}
.c-billboard__image {
  background-position: center;
  background-size: cover;
  width: 100%;
  position: relative;
}

.c-billboard__image img {
  border-radius: 0 0 0.4166666667em 0.4166666667em;
}

.c-billboard__image-serving-suggestion {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: right;
  max-width: 90px;
  max-width: 5.625rem;
  padding: 20px;
  padding: 1.25rem;
  position: absolute;
  right: 15px;
  right: 0.9375rem;
  bottom: 0;
}

.c-billboard__image-serving-suggestion--light {
  color: #DDDDDC;
  text-shadow: 0 0 3px #000000;
}

.c-billboard__image-serving-suggestion--dark {
  color: #494644;
  text-shadow: 0 0 3px #ffffff;
}

.c-billboard__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 40px;
  padding: 5rem 2.5rem;
  align-content: center;
}

.c-billboard__content ::selection {
  background: rgba(255, 255, 255, 0.25);
}

.c-billboard__content-container {
  z-index: 1;
}

.c-billboard__label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  color: #FED141;
  align-self: flex-start;
}

.font-degular-loaded .c-billboard__label {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-billboard__headline {
  align-self: flex-start;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: uppercase;
}

.font-knockout-50-loaded .c-billboard__headline {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-billboard__headline + .c-billboard__link {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.c-billboard__link {
  align-self: flex-start;
  margin-bottom: 0;
  z-index: 3;
}

@supports (-webkit-touch-callout: none) {
  .c-billboard--has-background-image {
    background-attachment: scroll;
    background-size: auto 100vh;
  }
}
@media only screen and (min-width: 25em) {
  .group--full .content-block--billboard .c-billboard, .content-block--page-header .c-billboard {
    padding-left: 0.8333333333em;
    padding-right: 0.8333333333em;
  }
}
@media only screen and (min-width: 25em) and (min-width: 22.5em) {
  .group--full .content-block--billboard .c-billboard, .content-block--page-header .c-billboard {
    padding-left: 1.6666666667em;
  }
}
@media only screen and (min-width: 25em) and (min-width: 62.5em) {
  .group--full .content-block--billboard .c-billboard, .content-block--page-header .c-billboard {
    padding-left: 4%;
  }
}
@media only screen and (min-width: 25em) and (min-width: 22.5em) {
  .group--full .content-block--billboard .c-billboard, .content-block--page-header .c-billboard {
    padding-right: 1.6666666667em;
  }
}
@media only screen and (min-width: 25em) and (min-width: 62.5em) {
  .group--full .content-block--billboard .c-billboard, .content-block--page-header .c-billboard {
    padding-right: 4%;
  }
}
@media only screen and (min-width: 25em) {
  .group--full .content-block--billboard .c-billboard__content-container, .content-block--page-header .c-billboard__content-container {
    border-radius: 0.4166666667em;
  }
}
@media only screen and (min-width: 33.75em) {
  .group--full .content-block--billboard .c-billboard__headline, .content-block--page-header .c-billboard__headline {
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .group--full .content-block--billboard .c-billboard__headline, .font-knockout-50-loaded .content-block--page-header .c-billboard__headline {
    font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 53.75em) {
  .group--full .content-block--billboard .c-billboard__headline, .content-block--page-header .c-billboard__headline {
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .group--full .content-block--billboard .c-billboard__headline, .font-knockout-50-loaded .content-block--page-header .c-billboard__headline {
    font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 64em) {
  .group--full .content-block--billboard .c-billboard, .content-block--page-header .c-billboard {
    background-color: transparent;
  }
  .group--full .content-block--billboard .c-billboard--has-background-image .c-billboard__content-container, .group--full .content-block--billboard .c-billboard--invert .c-billboard__content-container, .content-block--page-header .c-billboard--has-background-image .c-billboard__content-container, .content-block--page-header .c-billboard--invert .c-billboard__content-container {
    align-items: center;
    padding-bottom: 0;
  }
  .group--full .content-block--billboard .c-billboard--has-background-image .c-billboard__image, .group--full .content-block--billboard .c-billboard--invert .c-billboard__image, .content-block--page-header .c-billboard--has-background-image .c-billboard__image, .content-block--page-header .c-billboard--invert .c-billboard__image {
    padding-top: 30px;
    padding-top: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
    padding-left: 0;
  }
  .group--full .content-block--billboard .c-billboard--has-background-image .c-billboard__image-img, .group--full .content-block--billboard .c-billboard--invert .c-billboard__image-img, .content-block--page-header .c-billboard--has-background-image .c-billboard__image-img, .content-block--page-header .c-billboard--invert .c-billboard__image-img {
    border-radius: 0.2083333333em;
  }
  .group--full .content-block--billboard .c-billboard--has-background-image .c-billboard__image-serving-suggestion, .group--full .content-block--billboard .c-billboard--invert .c-billboard__image-serving-suggestion, .content-block--page-header .c-billboard--has-background-image .c-billboard__image-serving-suggestion, .content-block--page-header .c-billboard--invert .c-billboard__image-serving-suggestion {
    bottom: 30px;
    bottom: 1.875rem;
  }
  .group--full .content-block--billboard .c-billboard--has-background-image .c-billboard__content, .group--full .content-block--billboard .c-billboard--invert .c-billboard__content, .content-block--page-header .c-billboard--has-background-image .c-billboard__content, .content-block--page-header .c-billboard--invert .c-billboard__content {
    background-color: transparent;
    border-top-left-radius: 10px;
    border-top-left-radius: 0.625rem;
    border-bottom-left-radius: 10px;
    border-bottom-left-radius: 0.625rem;
  }
  .group--full .content-block--billboard .c-billboard--invert, .content-block--page-header .c-billboard--invert {
    background-color: #002E5D;
  }
  .group--full .content-block--billboard .c-billboard__content-container, .content-block--page-header .c-billboard__content-container {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    border-radius: 10px;
    border-radius: 0.625rem;
    max-width: 60em;
  }
  .group--full .content-block--billboard .c-billboard__image, .group--full .content-block--billboard .c-billboard__content, .content-block--page-header .c-billboard__image, .content-block--page-header .c-billboard__content {
    flex-basis: 50%;
  }
  .group--full .content-block--billboard .c-billboard__image-img, .content-block--page-header .c-billboard__image-img {
    border-radius: 0 0.4166666667em 0.4166666667em 0;
  }
  .group--full .content-block--billboard .c-billboard__image-serving-suggestion, .content-block--page-header .c-billboard__image-serving-suggestion {
    right: 30px;
    right: 1.875rem;
  }
  .group--full .content-block--billboard .c-billboard__content, .content-block--page-header .c-billboard__content {
    background-color: #002E5D;
    border-top-left-radius: 10px;
    border-top-left-radius: 0.625rem;
    border-bottom-left-radius: 10px;
    border-bottom-left-radius: 0.625rem;
    padding: 40px 80px;
    padding: 2.5rem 5rem;
    transform: none;
    width: 100%;
  }
  .group--full .content-block--billboard .c-billboard__label, .content-block--page-header .c-billboard__label {
    padding-top: 20px;
    padding-top: 1.25rem;
  }
}
@media only screen and (min-width: 75em) {
  .group--full .content-block--billboard .c-billboard .c-billboard__content, .content-block--page-header .c-billboard .c-billboard__content {
    padding: 80px 120px;
    padding: 5rem 7.5rem;
  }
}
@media only screen and (min-width: 25em) and (max-width: 63.9375em) {
  .group--partial-primary .content-block--billboard .c-billboard--has-background-image, .group--partial-primary .content-block--billboard .c-billboard--invert {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 25em) and (max-width: 63.9375em) and (min-width: 22.5em) {
  .group--partial-primary .content-block--billboard .c-billboard--has-background-image, .group--partial-primary .content-block--billboard .c-billboard--invert {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 25em) and (max-width: 63.9375em) and (min-width: 62.5em) {
  .group--partial-primary .content-block--billboard .c-billboard--has-background-image, .group--partial-primary .content-block--billboard .c-billboard--invert {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 43.125em) and (max-width: 57.5625em) {
  .group--partial-primary .content-block--billboard .c-billboard__headline {
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .group--partial-primary .content-block--billboard .c-billboard__headline {
    font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 90em) {
  .group--partial-primary .content-block--billboard .c-billboard {
    background-color: transparent;
  }
  .group--partial-primary .content-block--billboard .c-billboard--has-background-image .c-billboard__content-container, .group--partial-primary .content-block--billboard .c-billboard--invert .c-billboard__content-container {
    align-items: center;
    padding-bottom: 0;
  }
  .group--partial-primary .content-block--billboard .c-billboard--has-background-image .c-billboard__image, .group--partial-primary .content-block--billboard .c-billboard--invert .c-billboard__image {
    padding-top: 30px;
    padding-top: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
    padding-left: 0;
  }
  .group--partial-primary .content-block--billboard .c-billboard--has-background-image .c-billboard__image-img, .group--partial-primary .content-block--billboard .c-billboard--invert .c-billboard__image-img {
    border-radius: 0.2083333333em;
  }
  .group--partial-primary .content-block--billboard .c-billboard--has-background-image .c-billboard__image-serving-suggestion, .group--partial-primary .content-block--billboard .c-billboard--invert .c-billboard__image-serving-suggestion {
    bottom: 30px;
    bottom: 1.875rem;
  }
  .group--partial-primary .content-block--billboard .c-billboard--has-background-image .c-billboard__content, .group--partial-primary .content-block--billboard .c-billboard--invert .c-billboard__content {
    background-color: transparent;
    border-top-left-radius: 10px;
    border-top-left-radius: 0.625rem;
    border-bottom-left-radius: 10px;
    border-bottom-left-radius: 0.625rem;
  }
  .group--partial-primary .content-block--billboard .c-billboard--invert {
    background-color: #002E5D;
  }
  .group--partial-primary .content-block--billboard .c-billboard__content-container {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    border-radius: 10px;
    border-radius: 0.625rem;
    max-width: 60em;
  }
  .group--partial-primary .content-block--billboard .c-billboard__image, .group--partial-primary .content-block--billboard .c-billboard__content {
    flex-basis: 50%;
  }
  .group--partial-primary .content-block--billboard .c-billboard__image-img {
    border-radius: 0 0.4166666667em 0.4166666667em 0;
  }
  .group--partial-primary .content-block--billboard .c-billboard__image-serving-suggestion {
    right: 30px;
    right: 1.875rem;
  }
  .group--partial-primary .content-block--billboard .c-billboard__content {
    background-color: #002E5D;
    border-top-left-radius: 10px;
    border-top-left-radius: 0.625rem;
    border-bottom-left-radius: 10px;
    border-bottom-left-radius: 0.625rem;
    padding: 40px 80px;
    padding: 2.5rem 5rem;
    transform: none;
    width: 100%;
  }
  .group--partial-primary .content-block--billboard .c-billboard__label {
    padding-top: 20px;
    padding-top: 1.25rem;
  }
}
@media only screen and (min-width: 100em) {
  .group--partial-primary .content-block--billboard .c-billboard .c-billboard__content {
    padding: 80px 120px;
    padding: 5rem 7.5rem;
  }
}
.c-blog-detail-header {
  text-align: center;
  padding-left: 0.8333333333em;
  padding-right: 0.8333333333em;
  padding-bottom: 2.0833333333em;
  background: #002E5D;
}

@media only screen and (min-width: 22.5em) {
  .c-blog-detail-header {
    padding-left: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-blog-detail-header {
    padding-left: 4%;
  }
}
@media only screen and (min-width: 22.5em) {
  .c-blog-detail-header {
    padding-right: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-blog-detail-header {
    padding-right: 4%;
  }
}
@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .c-blog-detail-header {
    padding-bottom: 4.1666666667em;
  }
}
.c-blog-detail-header__category a {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-style: solid;
  border-color: transparent;
  border-width: 0px;
  border-width: 0rem;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.font-degular-loaded .c-blog-detail-header__category a {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-blog-detail-header__category a, .c-blog-detail-header__category a:link, .c-blog-detail-header__category a:visited {
  color: #002E5D;
  background: transparent;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-bottom: 4px solid #002E5D;
}

.c-blog-detail-header__category a:active, .c-blog-detail-header__category a:focus, .c-blog-detail-header__category a:hover {
  outline: 0;
  text-decoration: none;
  color: #002E5D;
  border-color: #B9D9EB;
  transform: translateY(-2px);
}

.c-blog-detail-header__category a:active {
  color: #002E5D;
  border-color: #FED141;
  transform: scale(0.97);
  transition: transform 0.15s ease-in-out;
}

.c-blog-detail-header__category a--reversed {
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.c-blog-detail-header__category a--reversed, .c-blog-detail-header__category a--reversed:link, .c-blog-detail-header__category a--reversed:visited {
  color: #B9D9EB;
  border-color: #B9D9EB;
}

.c-blog-detail-header__category a--reversed:active, .c-blog-detail-header__category a--reversed:focus, .c-blog-detail-header__category a--reversed:hover {
  color: #E3F2FB;
  border-color: #E3F2FB;
}

.c-blog-detail-header__category a--reversed.has--icon .icon {
  color: #B9D9EB;
}

.c-blog-detail-header__category a--primary {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.c-blog-detail-header__category a--primary, .c-blog-detail-header__category a--primary:link, .c-blog-detail-header__category a--primary:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

.c-blog-detail-header__category a--primary:active, .c-blog-detail-header__category a--primary:focus, .c-blog-detail-header__category a--primary:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.c-blog-detail-header__category a--primary:active {
  color: #002E5D;
  background: #ffffff;
}

.c-blog-detail-header__category a--primary-reversed {
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.c-blog-detail-header__category a--primary-reversed, .c-blog-detail-header__category a--primary-reversed:link, .c-blog-detail-header__category a--primary-reversed:visited {
  color: #002E5D;
  background: #FED141;
  border-bottom: none;
}

.c-blog-detail-header__category a--primary-reversed:active, .c-blog-detail-header__category a--primary-reversed:focus, .c-blog-detail-header__category a--primary-reversed:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.c-blog-detail-header__category a--primary-reversed:active {
  color: #002E5D;
  background: #E3F2FB;
}

.c-blog-detail-header__category a.has--icon .icon {
  display: inline-block;
  position: relative;
  transition: transform 0.4s ease-in-out;
  padding: 0px 0px 0px 7px;
  padding: 0rem 0rem 0rem 0.4375rem;
  width: 20px;
  width: 1.25rem;
}

.c-blog-detail-header__category a.has--icon .icon svg {
  fill: currentColor;
}

.c-blog-detail-header__category a.has--icon .icon--close {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}

.c-blog-detail-header__category a, .c-blog-detail-header__category a:link, .c-blog-detail-header__category a:visited {
  color: #FAF5E4;
  border-color: #FAF5E4;
}

.c-blog-detail-header__category a:active, .c-blog-detail-header__category a:focus, .c-blog-detail-header__category a:hover {
  color: #B9D9EB;
  border-color: #B9D9EB;
}

.c-blog-detail-header__date {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  color: #FED141;
}

.font-degular-loaded .c-blog-detail-header__date {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

@media only screen and (min-width: 43.75em) {
  .c-blog-detail-header__date {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-blog-detail-header__date {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
.c-blog-detail-header__image img {
  border-radius: 0.4166666667em;
}

.button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-style: solid;
  border-color: transparent;
  border-width: 0px;
  border-width: 0rem;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.font-degular-loaded .button {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.button, .button:link, .button:visited {
  color: #002E5D;
  background: transparent;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-bottom: 4px solid #002E5D;
}

.button:active, .button:focus, .button:hover {
  outline: 0;
  text-decoration: none;
  color: #002E5D;
  border-color: #B9D9EB;
  transform: translateY(-2px);
}

.button:active {
  color: #002E5D;
  border-color: #FED141;
  transform: scale(0.97);
  transition: transform 0.15s ease-in-out;
}

.button--reversed {
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.button--reversed, .button--reversed:link, .button--reversed:visited {
  color: #B9D9EB;
  border-color: #B9D9EB;
}

.button--reversed:active, .button--reversed:focus, .button--reversed:hover {
  color: #E3F2FB;
  border-color: #E3F2FB;
}

.button--reversed.has--icon .icon {
  color: #B9D9EB;
}

.button--primary {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.button--primary, .button--primary:link, .button--primary:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

.button--primary:active, .button--primary:focus, .button--primary:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.button--primary:active {
  color: #002E5D;
  background: #ffffff;
}

.button--primary-reversed {
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.button--primary-reversed, .button--primary-reversed:link, .button--primary-reversed:visited {
  color: #002E5D;
  background: #FED141;
  border-bottom: none;
}

.button--primary-reversed:active, .button--primary-reversed:focus, .button--primary-reversed:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.button--primary-reversed:active {
  color: #002E5D;
  background: #E3F2FB;
}

.button.has--icon .icon {
  display: inline-block;
  position: relative;
  transition: transform 0.4s ease-in-out;
  padding: 0px 0px 0px 7px;
  padding: 0rem 0rem 0rem 0.4375rem;
  width: 20px;
  width: 1.25rem;
}

.button.has--icon .icon svg {
  fill: currentColor;
}

.button.has--icon .icon--close {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}

@media only screen and (min-width: 40.625em) {
  .button {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    padding: 8px 0px;
    padding: 0.5rem 0rem;
  }
  .font-degular-loaded .button {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .button.has--icon .icon {
    width: 22px;
    width: 1.375rem;
  }
}
.button--primary {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-style: solid;
  border-color: transparent;
  border-width: 0px;
  border-width: 0rem;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.font-degular-loaded .button--primary {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.button--primary, .button--primary:link, .button--primary:visited {
  color: #002E5D;
  background: transparent;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-bottom: 4px solid #002E5D;
}

.button--primary:active, .button--primary:focus, .button--primary:hover {
  outline: 0;
  text-decoration: none;
  color: #002E5D;
  border-color: #B9D9EB;
  transform: translateY(-2px);
}

.button--primary:active {
  color: #002E5D;
  border-color: #FED141;
  transform: scale(0.97);
  transition: transform 0.15s ease-in-out;
}

.button--primary--reversed {
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.button--primary--reversed, .button--primary--reversed:link, .button--primary--reversed:visited {
  color: #B9D9EB;
  border-color: #B9D9EB;
}

.button--primary--reversed:active, .button--primary--reversed:focus, .button--primary--reversed:hover {
  color: #E3F2FB;
  border-color: #E3F2FB;
}

.button--primary--reversed.has--icon .icon {
  color: #B9D9EB;
}

.button--primary--primary {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.button--primary--primary, .button--primary--primary:link, .button--primary--primary:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

.button--primary--primary:active, .button--primary--primary:focus, .button--primary--primary:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.button--primary--primary:active {
  color: #002E5D;
  background: #ffffff;
}

.button--primary--primary-reversed {
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.button--primary--primary-reversed, .button--primary--primary-reversed:link, .button--primary--primary-reversed:visited {
  color: #002E5D;
  background: #FED141;
  border-bottom: none;
}

.button--primary--primary-reversed:active, .button--primary--primary-reversed:focus, .button--primary--primary-reversed:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.button--primary--primary-reversed:active {
  color: #002E5D;
  background: #E3F2FB;
}

.button--primary.has--icon .icon {
  display: inline-block;
  position: relative;
  transition: transform 0.4s ease-in-out;
  padding: 0px 0px 0px 7px;
  padding: 0rem 0rem 0rem 0.4375rem;
  width: 20px;
  width: 1.25rem;
}

.button--primary.has--icon .icon svg {
  fill: currentColor;
}

.button--primary.has--icon .icon--close {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}

.button--primary {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.button--primary, .button--primary:link, .button--primary:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

.button--primary:active, .button--primary:focus, .button--primary:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.button--primary:active {
  color: #002E5D;
  background: #ffffff;
}

@media only screen and (min-width: 40.625em) {
  .button--primary {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    padding: 8px 0px;
    padding: 0.5rem 0rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    padding: 20px 40px 18px 40px;
    padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  }
  .font-degular-loaded .button--primary {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .button--primary.has--icon .icon {
    width: 22px;
    width: 1.375rem;
  }
  .font-degular-loaded .button--primary {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
.button--reversed {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-style: solid;
  border-color: transparent;
  border-width: 0px;
  border-width: 0rem;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.font-degular-loaded .button--reversed {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.button--reversed, .button--reversed:link, .button--reversed:visited {
  color: #002E5D;
  background: transparent;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-bottom: 4px solid #002E5D;
}

.button--reversed:active, .button--reversed:focus, .button--reversed:hover {
  outline: 0;
  text-decoration: none;
  color: #002E5D;
  border-color: #B9D9EB;
  transform: translateY(-2px);
}

.button--reversed:active {
  color: #002E5D;
  border-color: #FED141;
  transform: scale(0.97);
  transition: transform 0.15s ease-in-out;
}

.button--reversed--reversed {
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.button--reversed--reversed, .button--reversed--reversed:link, .button--reversed--reversed:visited {
  color: #B9D9EB;
  border-color: #B9D9EB;
}

.button--reversed--reversed:active, .button--reversed--reversed:focus, .button--reversed--reversed:hover {
  color: #E3F2FB;
  border-color: #E3F2FB;
}

.button--reversed--reversed.has--icon .icon {
  color: #B9D9EB;
}

.button--reversed--primary {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.button--reversed--primary, .button--reversed--primary:link, .button--reversed--primary:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

.button--reversed--primary:active, .button--reversed--primary:focus, .button--reversed--primary:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.button--reversed--primary:active {
  color: #002E5D;
  background: #ffffff;
}

.button--reversed--primary-reversed {
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.button--reversed--primary-reversed, .button--reversed--primary-reversed:link, .button--reversed--primary-reversed:visited {
  color: #002E5D;
  background: #FED141;
  border-bottom: none;
}

.button--reversed--primary-reversed:active, .button--reversed--primary-reversed:focus, .button--reversed--primary-reversed:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.button--reversed--primary-reversed:active {
  color: #002E5D;
  background: #E3F2FB;
}

.button--reversed.has--icon .icon {
  display: inline-block;
  position: relative;
  transition: transform 0.4s ease-in-out;
  padding: 0px 0px 0px 7px;
  padding: 0rem 0rem 0rem 0.4375rem;
  width: 20px;
  width: 1.25rem;
}

.button--reversed.has--icon .icon svg {
  fill: currentColor;
}

.button--reversed.has--icon .icon--close {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}

.button--reversed {
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.button--reversed, .button--reversed:link, .button--reversed:visited {
  color: #B9D9EB;
  border-color: #B9D9EB;
}

.button--reversed:active, .button--reversed:focus, .button--reversed:hover {
  color: #E3F2FB;
  border-color: #E3F2FB;
}

.button--reversed.has--icon .icon {
  color: #B9D9EB;
}

@media only screen and (min-width: 40.625em) {
  .button--reversed {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    padding: 8px 0px;
    padding: 0.5rem 0rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    padding: 20px 40px 18px 40px;
    padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  }
  .font-degular-loaded .button--reversed {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .button--reversed.has--icon .icon {
    width: 22px;
    width: 1.375rem;
  }
  .font-degular-loaded .button--reversed {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
.button--primary-reversed {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-style: solid;
  border-color: transparent;
  border-width: 0px;
  border-width: 0rem;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.font-degular-loaded .button--primary-reversed {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.button--primary-reversed, .button--primary-reversed:link, .button--primary-reversed:visited {
  color: #002E5D;
  background: transparent;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-bottom: 4px solid #002E5D;
}

.button--primary-reversed:active, .button--primary-reversed:focus, .button--primary-reversed:hover {
  outline: 0;
  text-decoration: none;
  color: #002E5D;
  border-color: #B9D9EB;
  transform: translateY(-2px);
}

.button--primary-reversed:active {
  color: #002E5D;
  border-color: #FED141;
  transform: scale(0.97);
  transition: transform 0.15s ease-in-out;
}

.button--primary-reversed--reversed {
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.button--primary-reversed--reversed, .button--primary-reversed--reversed:link, .button--primary-reversed--reversed:visited {
  color: #B9D9EB;
  border-color: #B9D9EB;
}

.button--primary-reversed--reversed:active, .button--primary-reversed--reversed:focus, .button--primary-reversed--reversed:hover {
  color: #E3F2FB;
  border-color: #E3F2FB;
}

.button--primary-reversed--reversed.has--icon .icon {
  color: #B9D9EB;
}

.button--primary-reversed--primary {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.button--primary-reversed--primary, .button--primary-reversed--primary:link, .button--primary-reversed--primary:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

.button--primary-reversed--primary:active, .button--primary-reversed--primary:focus, .button--primary-reversed--primary:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.button--primary-reversed--primary:active {
  color: #002E5D;
  background: #ffffff;
}

.button--primary-reversed--primary-reversed {
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.button--primary-reversed--primary-reversed, .button--primary-reversed--primary-reversed:link, .button--primary-reversed--primary-reversed:visited {
  color: #002E5D;
  background: #FED141;
  border-bottom: none;
}

.button--primary-reversed--primary-reversed:active, .button--primary-reversed--primary-reversed:focus, .button--primary-reversed--primary-reversed:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.button--primary-reversed--primary-reversed:active {
  color: #002E5D;
  background: #E3F2FB;
}

.button--primary-reversed.has--icon .icon {
  display: inline-block;
  position: relative;
  transition: transform 0.4s ease-in-out;
  padding: 0px 0px 0px 7px;
  padding: 0rem 0rem 0rem 0.4375rem;
  width: 20px;
  width: 1.25rem;
}

.button--primary-reversed.has--icon .icon svg {
  fill: currentColor;
}

.button--primary-reversed.has--icon .icon--close {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}

.button--primary-reversed {
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.button--primary-reversed, .button--primary-reversed:link, .button--primary-reversed:visited {
  color: #002E5D;
  background: #FED141;
  border-bottom: none;
}

.button--primary-reversed:active, .button--primary-reversed:focus, .button--primary-reversed:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.button--primary-reversed:active {
  color: #002E5D;
  background: #E3F2FB;
}

@media only screen and (min-width: 40.625em) {
  .button--primary-reversed {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    padding: 8px 0px;
    padding: 0.5rem 0rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    padding: 20px 40px 18px 40px;
    padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  }
  .font-degular-loaded .button--primary-reversed {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .button--primary-reversed.has--icon .icon {
    width: 22px;
    width: 1.375rem;
  }
  .font-degular-loaded .button--primary-reversed {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
.button--load-more {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-style: solid;
  border-color: transparent;
  border-width: 0px;
  border-width: 0rem;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.font-degular-loaded .button--load-more {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.button--load-more, .button--load-more:link, .button--load-more:visited {
  color: #002E5D;
  background: transparent;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-bottom: 4px solid #002E5D;
}

.button--load-more:active, .button--load-more:focus, .button--load-more:hover {
  outline: 0;
  text-decoration: none;
  color: #002E5D;
  border-color: #B9D9EB;
  transform: translateY(-2px);
}

.button--load-more:active {
  color: #002E5D;
  border-color: #FED141;
  transform: scale(0.97);
  transition: transform 0.15s ease-in-out;
}

.button--load-more--reversed {
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.button--load-more--reversed, .button--load-more--reversed:link, .button--load-more--reversed:visited {
  color: #B9D9EB;
  border-color: #B9D9EB;
}

.button--load-more--reversed:active, .button--load-more--reversed:focus, .button--load-more--reversed:hover {
  color: #E3F2FB;
  border-color: #E3F2FB;
}

.button--load-more--reversed.has--icon .icon {
  color: #B9D9EB;
}

.button--load-more--primary {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.button--load-more--primary, .button--load-more--primary:link, .button--load-more--primary:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

.button--load-more--primary:active, .button--load-more--primary:focus, .button--load-more--primary:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.button--load-more--primary:active {
  color: #002E5D;
  background: #ffffff;
}

.button--load-more--primary-reversed {
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.button--load-more--primary-reversed, .button--load-more--primary-reversed:link, .button--load-more--primary-reversed:visited {
  color: #002E5D;
  background: #FED141;
  border-bottom: none;
}

.button--load-more--primary-reversed:active, .button--load-more--primary-reversed:focus, .button--load-more--primary-reversed:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.button--load-more--primary-reversed:active {
  color: #002E5D;
  background: #E3F2FB;
}

.button--load-more.has--icon .icon {
  display: inline-block;
  position: relative;
  transition: transform 0.4s ease-in-out;
  padding: 0px 0px 0px 7px;
  padding: 0rem 0rem 0rem 0.4375rem;
  width: 20px;
  width: 1.25rem;
}

.button--load-more.has--icon .icon svg {
  fill: currentColor;
}

.button--load-more.has--icon .icon--close {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}

.button--load-more {
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.button--load-more, .button--load-more:link, .button--load-more:visited {
  color: #002E5D;
  background: #FED141;
  border-bottom: none;
}

.button--load-more:active, .button--load-more:focus, .button--load-more:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.button--load-more:active {
  color: #002E5D;
  background: #E3F2FB;
}

@media only screen and (min-width: 40.625em) {
  .button--load-more {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    padding: 8px 0px;
    padding: 0.5rem 0rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    padding: 20px 40px 18px 40px;
    padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  }
  .font-degular-loaded .button--load-more {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .button--load-more.has--icon .icon {
    width: 22px;
    width: 1.375rem;
  }
  .font-degular-loaded .button--load-more {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
.c-callout {
  position: relative;
}

.c-callout__wrapper {
  background: #FED141;
  color: #002E5D;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  padding: 1.6666666667em 0.8333333333em;
  border-radius: 0.4166666667em;
}

.c-callout__label {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  padding-top: 30px;
  padding-top: 1.875rem;
}

.font-degular-loaded .c-callout__label {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

@media only screen and (min-width: 43.75em) {
  .c-callout__label {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-callout__label {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
.c-callout__headline {
  text-transform: uppercase;
  padding-bottom: 1em;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 0.90625;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  padding-block: 30px;
  padding-block: 1.875rem;
  margin: 0 auto;
  max-width: 500px;
  max-width: 31.25rem;
  color: #002E5D;
}

.font-knockout-51-loaded .c-callout__headline {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 0.90625;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-callout__headline em, .c-callout__headline i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 0.90625;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-callout__headline em, .font-knockout-50-loaded .c-callout__headline i {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 0.90625;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-callout__headline em strong, .c-callout__headline em b, .c-callout__headline i strong, .c-callout__headline i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 0.90625;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-callout__headline em strong, .font-knockout-51-loaded .c-callout__headline em b, .font-knockout-51-loaded .c-callout__headline i strong, .font-knockout-51-loaded .c-callout__headline i b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 0.90625;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-callout__headline strong, .c-callout__headline b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 0.90625;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-callout__headline strong, .font-knockout-51-loaded .c-callout__headline b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 0.90625;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-callout__headline strong em, .c-callout__headline strong i, .c-callout__headline b em, .c-callout__headline b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 0.90625;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-callout__headline strong em, .font-knockout-51-loaded .c-callout__headline strong i, .font-knockout-51-loaded .c-callout__headline b em, .font-knockout-51-loaded .c-callout__headline b i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 0.90625;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-callout__headline a:link, .c-callout__headline a:visited {
  text-decoration: none;
}

.c-callout__headline sup {
  fill: #002E5D;
}

.c-callout__content {
  background-position: center right;
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  width: 100%;
  position: relative;
  z-index: 1;
}

.c-callout__content-inner {
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.c-callout__description {
  margin: 0 auto;
  max-width: 500px;
  max-width: 31.25rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-callout__description {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-callout__description sup {
  fill: #000000;
}

.c-callout__description em, .c-callout__description i {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-callout__description em, .font-degular-loaded .c-callout__description i {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.c-callout__description a:link, .c-callout__description a:visited {
  color: #002E5D;
  text-decoration: underline;
}

.c-callout__description a:focus, .c-callout__description a:hover, .c-callout__description a:active {
  color: #024B96;
  background-color: #FAF5E4;
  text-decoration: none;
}

.c-callout__description :last-child {
  padding-bottom: 0;
}

.c-callout:not(:has(.c-disclaimer)) .c-callout__description + .c-callout__cta {
  margin-bottom: 1.25em;
}

.c-callout__image {
  width: 100%;
}

.c-callout__image img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.c-callout__cta {
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  max-width: 18.75rem;
  margin-bottom: 0;
}

.c-callout__cta .c-callout__cta {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.c-callout__cta .c-callout__cta, .c-callout__cta .c-callout__cta:link, .c-callout__cta .c-callout__cta:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

.c-callout__cta .c-callout__cta:active, .c-callout__cta .c-callout__cta:focus, .c-callout__cta .c-callout__cta:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.c-callout__cta .c-callout__cta:active {
  color: #002E5D;
  background: #ffffff;
}

.c-callout__cta:hover, .c-callout__cta:focus, .c-callout__cta:active {
  background-color: #FAF5E4;
}

.c-callout--image-type-svg .c-callout__image {
  object-fit: cover;
}

.c-callout--image-type-photo .c-callout__image {
  background-position: center center;
  background-size: cover;
  position: relative;
  border-radius: 0.4166666667em;
}

.c-callout .c-disclaimer {
  padding: 0;
  padding-top: 1.25em;
}

.c-callout .c-disclaimer p {
  padding: 0;
}

@media only screen and (min-width: 20em) and (max-width: 22.5em) {
  .group--full .content-block--callout .c-callout .c-callout__headline, .group--full .content-block--callout-gallery .c-callout .c-callout__headline {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 0.9;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .group--full .content-block--callout .c-callout .c-callout__headline, .font-knockout-51-loaded .group--full .content-block--callout-gallery .c-callout .c-callout__headline {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 0.9;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 22.5625em) and (max-width: 27.4375em) {
  .group--full .content-block--callout .c-callout .c-callout__headline, .group--full .content-block--callout-gallery .c-callout .c-callout__headline {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 0.9;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .group--full .content-block--callout .c-callout .c-callout__headline, .font-knockout-51-loaded .group--full .content-block--callout-gallery .c-callout .c-callout__headline {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 0.9;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .group--full .content-block--callout .c-callout .c-callout__description, .group--full .content-block--callout-gallery .c-callout .c-callout__description {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .group--full .content-block--callout .c-callout .c-callout__description, .font-degular-loaded .group--full .content-block--callout-gallery .c-callout .c-callout__description {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .group--full .content-block--callout .c-callout .c-callout__description em, .group--full .content-block--callout .c-callout .c-callout__description i, .group--full .content-block--callout-gallery .c-callout .c-callout__description em, .group--full .content-block--callout-gallery .c-callout .c-callout__description i {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .group--full .content-block--callout .c-callout .c-callout__description em, .font-degular-loaded .group--full .content-block--callout .c-callout .c-callout__description i, .font-degular-loaded .group--full .content-block--callout-gallery .c-callout .c-callout__description em, .font-degular-loaded .group--full .content-block--callout-gallery .c-callout .c-callout__description i {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
}
@media only screen and (min-width: 27.5em) and (max-width: 49.9375em) {
  .group--full .content-block--callout .c-callout .c-callout__headline, .group--full .content-block--callout-gallery .c-callout .c-callout__headline {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 0.9;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .group--full .content-block--callout .c-callout .c-callout__headline, .font-knockout-51-loaded .group--full .content-block--callout-gallery .c-callout .c-callout__headline {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 0.9;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .group--full .content-block--callout .c-callout .c-callout__description, .group--full .content-block--callout-gallery .c-callout .c-callout__description {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .group--full .content-block--callout .c-callout .c-callout__description, .font-degular-loaded .group--full .content-block--callout-gallery .c-callout .c-callout__description {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .group--full .content-block--callout .c-callout .c-callout__description em, .group--full .content-block--callout .c-callout .c-callout__description i, .group--full .content-block--callout-gallery .c-callout .c-callout__description em, .group--full .content-block--callout-gallery .c-callout .c-callout__description i {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .group--full .content-block--callout .c-callout .c-callout__description em, .font-degular-loaded .group--full .content-block--callout .c-callout .c-callout__description i, .font-degular-loaded .group--full .content-block--callout-gallery .c-callout .c-callout__description em, .font-degular-loaded .group--full .content-block--callout-gallery .c-callout .c-callout__description i {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
}
@media only screen and (min-width: 50em) {
  .group--full .content-block--callout .c-callout .c-disclaimer, .group--full .content-block--callout-gallery .c-callout .c-disclaimer {
    padding: 0;
    width: 100%;
    grid-column: span 2;
  }
  .group--full .content-block--callout .c-callout__wrapper, .group--full .content-block--callout-gallery .c-callout__wrapper {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    align-items: center;
    margin-top: 0;
    padding: 0;
  }
  .group--full .content-block--callout .c-callout--no-image .c-callout__wrapper, .group--full .content-block--callout-gallery .c-callout--no-image .c-callout__wrapper {
    padding: 80px 40px;
    padding: 5rem 2.5rem;
    grid-template-columns: 1fr;
  }
  .group--full .content-block--callout .c-callout--no-image .c-callout__wrapper .c-callout__content-inner > :first-child, .group--full .content-block--callout-gallery .c-callout--no-image .c-callout__wrapper .c-callout__content-inner > :first-child {
    padding-top: 0;
  }
  .group--full .content-block--callout .c-callout--has-image .c-callout__wrapper, .group--full .content-block--callout-gallery .c-callout--has-image .c-callout__wrapper {
    padding: 40px;
    padding: 2.5rem;
    gap: 20px;
    gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
    text-align: left;
  }
  .group--full .content-block--callout .c-callout--has-image .c-callout__wrapper .c-callout__image, .group--full .content-block--callout-gallery .c-callout--has-image .c-callout__wrapper .c-callout__image {
    max-width: 18.75em !important;
    margin: 0 auto;
  }
  .group--full .content-block--callout .c-callout--has-image .c-callout__content,
  .group--full .content-block--callout .c-callout--has-image .c-callout__image, .group--full .content-block--callout-gallery .c-callout--has-image .c-callout__content,
  .group--full .content-block--callout-gallery .c-callout--has-image .c-callout__image {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .group--full .content-block--callout .c-callout--has-image.c-callout--image-type-photo .c-callout__image, .group--full .content-block--callout-gallery .c-callout--has-image.c-callout--image-type-photo .c-callout__image {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    padding-bottom: 0;
    top: 0;
    border-radius: 0.4166666667em;
  }
  .group--full .content-block--callout .c-callout--has-image.c-callout--image-type-svg, .group--full .content-block--callout-gallery .c-callout--has-image.c-callout--image-type-svg {
    align-items: center;
  }
  .group--full .content-block--callout .c-callout--has-image.c-callout--image-type-svg .c-callout__wrapper, .group--full .content-block--callout-gallery .c-callout--has-image.c-callout--image-type-svg .c-callout__wrapper {
    padding: 2.5em;
    gap: 2.5em;
    grid-template-columns: 40% 60%;
  }
  .group--full .content-block--callout .c-callout--has-image.c-callout--image-type-svg .c-callout__image img, .group--full .content-block--callout-gallery .c-callout--has-image.c-callout--image-type-svg .c-callout__image img {
    padding: 0px 100px 100px 0px;
    padding: 0rem 6.25rem 6.25rem 0rem;
  }
  .group--full .content-block--callout .c-callout--has-image.c-callout--image-type-svg .c-callout__image:after, .group--full .content-block--callout-gallery .c-callout--has-image.c-callout--image-type-svg .c-callout__image:after {
    display: none;
  }
}
@media only screen and (min-width: 75em) and (min-height: 50em) {
  .group--full .content-block--callout .c-callout--has-image .c-callout__wrapper, .group--full .content-block--callout-gallery .c-callout--has-image .c-callout__wrapper {
    text-align: center;
  }
  .group--full .content-block--callout .c-callout--has-image .c-callout__wrapper .c-callout__image, .group--full .content-block--callout-gallery .c-callout--has-image .c-callout__wrapper .c-callout__image {
    max-width: none !important;
  }
}
@media only screen and (min-width: 75em) {
  .group--full .content-block--callout .c-callout .c-callout__headline, .group--full .content-block--callout-gallery .c-callout .c-callout__headline {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.9;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .group--full .content-block--callout .c-callout .c-callout__headline, .font-knockout-51-loaded .group--full .content-block--callout-gallery .c-callout .c-callout__headline {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.9;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .group--full .content-block--callout .c-callout .c-callout__description, .group--full .content-block--callout-gallery .c-callout .c-callout__description {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .group--full .content-block--callout .c-callout .c-callout__description, .font-degular-loaded .group--full .content-block--callout-gallery .c-callout .c-callout__description {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .group--full .content-block--callout .c-callout .c-callout__description em, .group--full .content-block--callout .c-callout .c-callout__description i, .group--full .content-block--callout-gallery .c-callout .c-callout__description em, .group--full .content-block--callout-gallery .c-callout .c-callout__description i {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .group--full .content-block--callout .c-callout .c-callout__description em, .font-degular-loaded .group--full .content-block--callout .c-callout .c-callout__description i, .font-degular-loaded .group--full .content-block--callout-gallery .c-callout .c-callout__description em, .font-degular-loaded .group--full .content-block--callout-gallery .c-callout .c-callout__description i {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
}
@media only screen and (min-width: 87.5em) {
  .group--full .content-block--callout .c-callout .c-callout__headline, .group--full .content-block--callout-gallery .c-callout .c-callout__headline {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.9;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    max-width: none;
  }
  .font-knockout-51-loaded .group--full .content-block--callout .c-callout .c-callout__headline, .font-knockout-51-loaded .group--full .content-block--callout-gallery .c-callout .c-callout__headline {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.9;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .group--full .content-block--callout .c-callout .c-callout__description, .group--full .content-block--callout-gallery .c-callout .c-callout__description {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .group--full .content-block--callout .c-callout .c-callout__description, .font-degular-loaded .group--full .content-block--callout-gallery .c-callout .c-callout__description {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .group--full .content-block--callout .c-callout .c-callout__description em, .group--full .content-block--callout .c-callout .c-callout__description i, .group--full .content-block--callout-gallery .c-callout .c-callout__description em, .group--full .content-block--callout-gallery .c-callout .c-callout__description i {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .group--full .content-block--callout .c-callout .c-callout__description em, .font-degular-loaded .group--full .content-block--callout .c-callout .c-callout__description i, .font-degular-loaded .group--full .content-block--callout-gallery .c-callout .c-callout__description em, .font-degular-loaded .group--full .content-block--callout-gallery .c-callout .c-callout__description i {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
}
@media only screen and (min-width: 124.0625em) {
  .group--full .content-block--callout .c-callout .c-callout__headline, .group--full .content-block--callout-gallery .c-callout .c-callout__headline {
    font-size: 110px;
    font-size: 6.875rem;
    line-height: 0.9;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    max-width: none;
  }
  .font-knockout-51-loaded .group--full .content-block--callout .c-callout .c-callout__headline, .font-knockout-51-loaded .group--full .content-block--callout-gallery .c-callout .c-callout__headline {
    font-size: 110px;
    font-size: 6.875rem;
    line-height: 0.9;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .group--full .content-block--callout .c-callout .c-callout__description, .group--full .content-block--callout-gallery .c-callout .c-callout__description {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .group--full .content-block--callout .c-callout .c-callout__description, .font-degular-loaded .group--full .content-block--callout-gallery .c-callout .c-callout__description {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .group--full .content-block--callout .c-callout .c-callout__description em, .group--full .content-block--callout .c-callout .c-callout__description i, .group--full .content-block--callout-gallery .c-callout .c-callout__description em, .group--full .content-block--callout-gallery .c-callout .c-callout__description i {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .group--full .content-block--callout .c-callout .c-callout__description em, .font-degular-loaded .group--full .content-block--callout .c-callout .c-callout__description i, .font-degular-loaded .group--full .content-block--callout-gallery .c-callout .c-callout__description em, .font-degular-loaded .group--full .content-block--callout-gallery .c-callout .c-callout__description i {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
}
@media only screen and (min-width: 20em) and (max-width: 26.25em) {
  .group--partial-primary .content-block--callout .c-callout .c-callout__headline, .group--partial-primary .content-block--callout-gallery .c-callout .c-callout__headline {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 0.9;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .group--partial-primary .content-block--callout .c-callout .c-callout__headline, .font-knockout-51-loaded .group--partial-primary .content-block--callout-gallery .c-callout .c-callout__headline {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 0.9;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .group--partial-primary .content-block--callout .c-callout .c-callout__description, .group--partial-primary .content-block--callout-gallery .c-callout .c-callout__description {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .group--partial-primary .content-block--callout .c-callout .c-callout__description, .font-degular-loaded .group--partial-primary .content-block--callout-gallery .c-callout .c-callout__description {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .group--partial-primary .content-block--callout .c-callout .c-callout__description em, .group--partial-primary .content-block--callout .c-callout .c-callout__description i, .group--partial-primary .content-block--callout-gallery .c-callout .c-callout__description em, .group--partial-primary .content-block--callout-gallery .c-callout .c-callout__description i {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .group--partial-primary .content-block--callout .c-callout .c-callout__description em, .font-degular-loaded .group--partial-primary .content-block--callout .c-callout .c-callout__description i, .font-degular-loaded .group--partial-primary .content-block--callout-gallery .c-callout .c-callout__description em, .font-degular-loaded .group--partial-primary .content-block--callout-gallery .c-callout .c-callout__description i {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
}
@media only screen and (min-width: 34.375em) and (max-width: 49.9375em) {
  .group--partial-primary .content-block--callout .c-callout .c-callout__headline, .group--partial-primary .content-block--callout-gallery .c-callout .c-callout__headline {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 0.9;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .group--partial-primary .content-block--callout .c-callout .c-callout__headline, .font-knockout-51-loaded .group--partial-primary .content-block--callout-gallery .c-callout .c-callout__headline {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 0.9;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .group--partial-primary .content-block--callout .c-callout .c-callout__description, .group--partial-primary .content-block--callout-gallery .c-callout .c-callout__description {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .group--partial-primary .content-block--callout .c-callout .c-callout__description, .font-degular-loaded .group--partial-primary .content-block--callout-gallery .c-callout .c-callout__description {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .group--partial-primary .content-block--callout .c-callout .c-callout__description em, .group--partial-primary .content-block--callout .c-callout .c-callout__description i, .group--partial-primary .content-block--callout-gallery .c-callout .c-callout__description em, .group--partial-primary .content-block--callout-gallery .c-callout .c-callout__description i {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .group--partial-primary .content-block--callout .c-callout .c-callout__description em, .font-degular-loaded .group--partial-primary .content-block--callout .c-callout .c-callout__description i, .font-degular-loaded .group--partial-primary .content-block--callout-gallery .c-callout .c-callout__description em, .font-degular-loaded .group--partial-primary .content-block--callout-gallery .c-callout .c-callout__description i {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
}
@media only screen and (min-width: 50em) and (max-width: 57.5625em) {
  .group--partial-primary .content-block--callout .c-callout .c-disclaimer, .group--partial-primary .content-block--callout-gallery .c-callout .c-disclaimer {
    padding: 0;
    width: 100%;
    grid-column: span 2;
  }
  .group--partial-primary .content-block--callout .c-callout__wrapper, .group--partial-primary .content-block--callout-gallery .c-callout__wrapper {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    align-items: center;
    margin-top: 0;
    padding: 0;
  }
  .group--partial-primary .content-block--callout .c-callout--no-image .c-callout__wrapper, .group--partial-primary .content-block--callout-gallery .c-callout--no-image .c-callout__wrapper {
    padding: 80px 40px;
    padding: 5rem 2.5rem;
    grid-template-columns: 1fr;
  }
  .group--partial-primary .content-block--callout .c-callout--no-image .c-callout__wrapper .c-callout__content-inner > :first-child, .group--partial-primary .content-block--callout-gallery .c-callout--no-image .c-callout__wrapper .c-callout__content-inner > :first-child {
    padding-top: 0;
  }
  .group--partial-primary .content-block--callout .c-callout--has-image .c-callout__wrapper, .group--partial-primary .content-block--callout-gallery .c-callout--has-image .c-callout__wrapper {
    padding: 40px;
    padding: 2.5rem;
    gap: 20px;
    gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
    text-align: left;
  }
  .group--partial-primary .content-block--callout .c-callout--has-image .c-callout__wrapper .c-callout__image, .group--partial-primary .content-block--callout-gallery .c-callout--has-image .c-callout__wrapper .c-callout__image {
    max-width: 18.75em !important;
    margin: 0 auto;
  }
  .group--partial-primary .content-block--callout .c-callout--has-image .c-callout__content,
  .group--partial-primary .content-block--callout .c-callout--has-image .c-callout__image, .group--partial-primary .content-block--callout-gallery .c-callout--has-image .c-callout__content,
  .group--partial-primary .content-block--callout-gallery .c-callout--has-image .c-callout__image {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .group--partial-primary .content-block--callout .c-callout--has-image.c-callout--image-type-photo .c-callout__image, .group--partial-primary .content-block--callout-gallery .c-callout--has-image.c-callout--image-type-photo .c-callout__image {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    padding-bottom: 0;
    top: 0;
    border-radius: 0.4166666667em;
  }
  .group--partial-primary .content-block--callout .c-callout--has-image.c-callout--image-type-svg, .group--partial-primary .content-block--callout-gallery .c-callout--has-image.c-callout--image-type-svg {
    align-items: center;
  }
  .group--partial-primary .content-block--callout .c-callout--has-image.c-callout--image-type-svg .c-callout__wrapper, .group--partial-primary .content-block--callout-gallery .c-callout--has-image.c-callout--image-type-svg .c-callout__wrapper {
    padding: 2.5em;
    gap: 2.5em;
    grid-template-columns: 40% 60%;
  }
  .group--partial-primary .content-block--callout .c-callout--has-image.c-callout--image-type-svg .c-callout__image img, .group--partial-primary .content-block--callout-gallery .c-callout--has-image.c-callout--image-type-svg .c-callout__image img {
    padding: 0px 100px 100px 0px;
    padding: 0rem 6.25rem 6.25rem 0rem;
  }
  .group--partial-primary .content-block--callout .c-callout--has-image.c-callout--image-type-svg .c-callout__image:after, .group--partial-primary .content-block--callout-gallery .c-callout--has-image.c-callout--image-type-svg .c-callout__image:after {
    display: none;
  }
}
@media only screen and (min-width: 62.5em) and (max-width: 74.9375em) {
  .group--partial-primary .content-block--callout .c-callout .c-callout__headline, .group--partial-primary .content-block--callout-gallery .c-callout .c-callout__headline {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 0.9;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .group--partial-primary .content-block--callout .c-callout .c-callout__headline, .font-knockout-51-loaded .group--partial-primary .content-block--callout-gallery .c-callout .c-callout__headline {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 0.9;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .group--partial-primary .content-block--callout .c-callout .c-callout__description, .group--partial-primary .content-block--callout-gallery .c-callout .c-callout__description {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .group--partial-primary .content-block--callout .c-callout .c-callout__description, .font-degular-loaded .group--partial-primary .content-block--callout-gallery .c-callout .c-callout__description {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .group--partial-primary .content-block--callout .c-callout .c-callout__description em, .group--partial-primary .content-block--callout .c-callout .c-callout__description i, .group--partial-primary .content-block--callout-gallery .c-callout .c-callout__description em, .group--partial-primary .content-block--callout-gallery .c-callout .c-callout__description i {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .group--partial-primary .content-block--callout .c-callout .c-callout__description em, .font-degular-loaded .group--partial-primary .content-block--callout .c-callout .c-callout__description i, .font-degular-loaded .group--partial-primary .content-block--callout-gallery .c-callout .c-callout__description em, .font-degular-loaded .group--partial-primary .content-block--callout-gallery .c-callout .c-callout__description i {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
}
@media only screen and (min-width: 75em) {
  .group--partial-primary .content-block--callout .c-callout .c-disclaimer, .group--partial-primary .content-block--callout-gallery .c-callout .c-disclaimer {
    padding: 0;
    width: 100%;
    grid-column: span 2;
  }
  .group--partial-primary .content-block--callout .c-callout__wrapper, .group--partial-primary .content-block--callout-gallery .c-callout__wrapper {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    align-items: center;
    margin-top: 0;
    padding: 0;
  }
  .group--partial-primary .content-block--callout .c-callout--no-image .c-callout__wrapper, .group--partial-primary .content-block--callout-gallery .c-callout--no-image .c-callout__wrapper {
    padding: 80px 40px;
    padding: 5rem 2.5rem;
    grid-template-columns: 1fr;
  }
  .group--partial-primary .content-block--callout .c-callout--no-image .c-callout__wrapper .c-callout__content-inner > :first-child, .group--partial-primary .content-block--callout-gallery .c-callout--no-image .c-callout__wrapper .c-callout__content-inner > :first-child {
    padding-top: 0;
  }
  .group--partial-primary .content-block--callout .c-callout--has-image .c-callout__wrapper, .group--partial-primary .content-block--callout-gallery .c-callout--has-image .c-callout__wrapper {
    padding: 40px;
    padding: 2.5rem;
    gap: 20px;
    gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
    text-align: left;
  }
  .group--partial-primary .content-block--callout .c-callout--has-image .c-callout__wrapper .c-callout__image, .group--partial-primary .content-block--callout-gallery .c-callout--has-image .c-callout__wrapper .c-callout__image {
    max-width: 18.75em !important;
    margin: 0 auto;
  }
  .group--partial-primary .content-block--callout .c-callout--has-image .c-callout__content,
  .group--partial-primary .content-block--callout .c-callout--has-image .c-callout__image, .group--partial-primary .content-block--callout-gallery .c-callout--has-image .c-callout__content,
  .group--partial-primary .content-block--callout-gallery .c-callout--has-image .c-callout__image {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .group--partial-primary .content-block--callout .c-callout--has-image.c-callout--image-type-photo .c-callout__image, .group--partial-primary .content-block--callout-gallery .c-callout--has-image.c-callout--image-type-photo .c-callout__image {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    padding-bottom: 0;
    top: 0;
    border-radius: 0.4166666667em;
  }
  .group--partial-primary .content-block--callout .c-callout--has-image.c-callout--image-type-svg, .group--partial-primary .content-block--callout-gallery .c-callout--has-image.c-callout--image-type-svg {
    align-items: center;
  }
  .group--partial-primary .content-block--callout .c-callout--has-image.c-callout--image-type-svg .c-callout__wrapper, .group--partial-primary .content-block--callout-gallery .c-callout--has-image.c-callout--image-type-svg .c-callout__wrapper {
    padding: 2.5em;
    gap: 2.5em;
    grid-template-columns: 40% 60%;
  }
  .group--partial-primary .content-block--callout .c-callout--has-image.c-callout--image-type-svg .c-callout__image img, .group--partial-primary .content-block--callout-gallery .c-callout--has-image.c-callout--image-type-svg .c-callout__image img {
    padding: 0px 100px 100px 0px;
    padding: 0rem 6.25rem 6.25rem 0rem;
  }
  .group--partial-primary .content-block--callout .c-callout--has-image.c-callout--image-type-svg .c-callout__image:after, .group--partial-primary .content-block--callout-gallery .c-callout--has-image.c-callout--image-type-svg .c-callout__image:after {
    display: none;
  }
}
.c-callout-gallery {
  zoom: 1;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
}

.c-callout-gallery:before, .c-callout-gallery:after {
  content: " ";
  display: table;
}

.c-callout-gallery:after {
  clear: both;
}

.c-callout-gallery .flexslider {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  border-radius: none;
}

.c-callout-gallery .flexslider .slides > li {
  padding: 0;
}

.c-callout-gallery .flex-direction-nav {
  position: absolute;
  right: 0.4166666667em;
  bottom: 0.4166666667em;
  text-align: right;
  height: 1.1666666667em;
}

.c-callout-gallery .flex-direction-nav li {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0;
  margin-left: 0.2083333333em;
  height: 1.1666666667em;
}

.c-callout-gallery .flex-direction-nav a {
  position: static;
  display: inline-block;
  background: rgba(221, 221, 220, 0.75);
  text-shadow: none;
  background-color: rgba(221, 221, 220, 0.75);
  height: 1.1666666667em;
  width: 1.1666666667em;
  margin-top: 0;
  padding: 0.0833333333em;
  border-radius: 0;
}

.c-callout-gallery .flex-direction-nav a:link, .c-callout-gallery .flex-direction-nav a:visited {
  color: #FFF;
  text-decoration: none;
}

.c-callout-gallery .flex-direction-nav a:hover, .c-callout-gallery .flex-direction-nav a:active {
  color: #FFF;
  text-decoration: none;
  background-color: #DDDDDC;
}

.c-callout-gallery .flex-direction-nav a:focus {
  outline: 0;
}

.c-callout-gallery .flex-direction-nav a:before {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #000;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}

.c-callout-gallery .flex-direction-nav .flex-prev {
  left: 0;
  opacity: 1;
}

.c-callout-gallery .flex-direction-nav .flex-prev:before {
  -webkit-mask-image: url("svg-icons/raw/arrow-left.svg?040325");
          mask-image: url("svg-icons/raw/arrow-left.svg?040325");
}

.c-callout-gallery .flex-direction-nav .flex-next {
  right: 0;
  opacity: 1;
}

.c-callout-gallery .flex-direction-nav .flex-next:before {
  -webkit-mask-image: url("svg-icons/raw/arrow-right.svg?040325");
          mask-image: url("svg-icons/raw/arrow-right.svg?040325");
}

.c-callout-gallery .flexslider:hover .flex-direction-nav .flex-prev, .c-callout-gallery .flexslider:active .flex-direction-nav .flex-prev {
  left: 0.4166666667em;
}

.c-callout-gallery .flexslider:hover .flex-direction-nav .flex-next, .c-callout-gallery .flexslider:active .flex-direction-nav .flex-next {
  right: 0.4166666667em;
}

.c-callout-gallery .flexslider {
  width: 90%;
  max-width: clamp(100vw - 1.6666666667em, 88vw, 53.3333333333em);
  margin: 0 auto;
  margin-bottom: 2em;
}

.c-callout-gallery .flex-viewport {
  overflow: visible !important;
}

.c-callout-gallery__slider {
  background: transparent;
}

.c-callout-gallery__callouts {
  display: flex;
  align-items: center;
}

.c-callout-gallery__slide {
  position: relative;
  padding: 0;
  align-self: stretch;
  display: flex !important;
  align-items: center;
  justify-content: stretch;
  transition: all 0.3s ease-in-out;
}

.c-callout-gallery__slide > .c-callout {
  flex-grow: 1;
  contain: paint;
  transition: all 0.3s ease-in-out;
}

.c-callout-gallery__slide > .c-callout .c-callout__wrapper > * {
  transition: all 0.3s ease-in-out;
}

.c-callout-gallery__slide > .c-callout, .c-callout-gallery__slide.clone:has(+ :not(.flex-active-slide)) > .c-callout, .c-callout-gallery__slide:not(.flex-active-slide) + .clone > .c-callout {
  scale: 1;
}

.c-callout-gallery__slide > .c-callout .c-callout__wrapper, .c-callout-gallery__slide.clone:has(+ :not(.flex-active-slide)) > .c-callout .c-callout__wrapper, .c-callout-gallery__slide:not(.flex-active-slide) + .clone > .c-callout .c-callout__wrapper {
  margin-inline: 0.4166666667em;
}

.c-callout-gallery__slide > .c-callout .c-callout__wrapper > *, .c-callout-gallery__slide.clone:has(+ :not(.flex-active-slide)) > .c-callout .c-callout__wrapper > *, .c-callout-gallery__slide:not(.flex-active-slide) + .clone > .c-callout .c-callout__wrapper > * {
  opacity: 1;
}

.c-callout-gallery__slide:not(.flex-active-slide) > .c-callout {
  scale: 1 0.8;
}

.c-callout-gallery__slide:not(.flex-active-slide) > .c-callout .c-callout__wrapper {
  margin-inline: 0;
  height: 100%;
}

.c-callout-gallery__slide:not(.flex-active-slide) > .c-callout .c-callout__wrapper > * {
  opacity: 0;
}

.c-callout-gallery__slide-status {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  opacity: 0;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: -40px;
  bottom: -2.5rem;
  width: 60px;
  width: 3.75rem;
  color: #002E5D;
  text-align: center;
}

.font-degular-loaded .c-callout-gallery__slide-status {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

@media only screen and (min-width: 43.75em) {
  .c-callout-gallery__slide-status {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-callout-gallery__slide-status {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
.c-callout-gallery--one-slide .c-callout-gallery__slide-status {
  display: none;
}

.c-callout-gallery--one-slide .c-callout-gallery__slide.clone {
  visibility: hidden;
}

.c-callout-gallery .flex-control-nav {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 0.8333333333em;
  position: static;
  padding: 1.6666666667em 0.8333333333em;
}

.c-callout-gallery .flex-control-nav li a {
  height: 0.2916666667em;
  min-width: 2.5em;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 0;
}

.c-callout-gallery .flex-control-nav li a.flex-active {
  background-color: #ffffff;
}

.c-callout-gallery .flex-direction-nav {
  position: absolute;
  right: 50%;
  bottom: -2em;
  text-align: right;
  transform: translateX(50%);
  display: flex;
  flex-direction: row;
  gap: 100px;
}

.c-callout-gallery .flex-direction-nav li {
  margin: 0;
}

.c-callout-gallery .flex-direction-nav .flex-prev,
.c-callout-gallery .flex-direction-nav .flex-next {
  background: #FED141;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-property: all;
  padding: 0.3333333333em;
  border-radius: 50%;
}

.c-callout-gallery .flex-direction-nav .flex-prev:before,
.c-callout-gallery .flex-direction-nav .flex-next:before {
  background-color: #002E5D;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.c-callout-gallery .flex-direction-nav .flex-prev:hover, .c-callout-gallery .flex-direction-nav .flex-prev:active, .c-callout-gallery .flex-direction-nav .flex-prev:focus,
.c-callout-gallery .flex-direction-nav .flex-next:hover,
.c-callout-gallery .flex-direction-nav .flex-next:active,
.c-callout-gallery .flex-direction-nav .flex-next:focus {
  background: #002E5D;
}

.c-callout-gallery .flex-direction-nav .flex-prev:hover:before, .c-callout-gallery .flex-direction-nav .flex-prev:active:before, .c-callout-gallery .flex-direction-nav .flex-prev:focus:before,
.c-callout-gallery .flex-direction-nav .flex-next:hover:before,
.c-callout-gallery .flex-direction-nav .flex-next:active:before,
.c-callout-gallery .flex-direction-nav .flex-next:focus:before {
  background-color: #FED141;
}

.c-callout-gallery .flex-direction-nav .flex-prev:before {
  -webkit-mask-image: url("svg-icons/raw/chevron-left.svg?040325");
          mask-image: url("svg-icons/raw/chevron-left.svg?040325");
}

.c-callout-gallery .flex-direction-nav .flex-next:before {
  -webkit-mask-image: url("svg-icons/raw/chevron-right.svg?040325");
          mask-image: url("svg-icons/raw/chevron-right.svg?040325");
}

@media only screen and (min-width: 43.75em) {
  .group--full .content-block--callout-gallery .flex-direction-nav {
    height: 1.3333333333em;
  }
  .group--full .content-block--callout-gallery .flex-direction-nav li {
    height: 1.3333333333em;
  }
  .group--full .content-block--callout-gallery .flex-direction-nav a {
    height: 1.3333333333em;
    width: 1.3333333333em;
  }
  .group--full .content-block--callout-gallery .c-callout-gallery .c-callout__wrapper {
    margin-inline: 0.625em;
  }
  .group--full .content-block--callout-gallery .c-callout-gallery .c-callout-gallery__slide-status {
    width: 69px;
    width: 4.3125rem;
  }
}
@media only screen and (min-width: 43.75em) and (max-width: 57.5625em) {
  .group--partial-primary .content-block--callout-gallery .flex-direction-nav {
    height: 1.3333333333em;
  }
  .group--partial-primary .content-block--callout-gallery .flex-direction-nav li {
    height: 1.3333333333em;
  }
  .group--partial-primary .content-block--callout-gallery .flex-direction-nav a {
    height: 1.3333333333em;
    width: 1.3333333333em;
  }
  .group--partial-primary .content-block--callout-gallery .c-callout-gallery .c-callout__wrapper {
    margin-inline: 0.625em;
  }
  .group--partial-primary .content-block--callout-gallery .c-callout-gallery .c-callout-gallery__slide-status {
    width: 69px;
    width: 4.3125rem;
  }
}
@media only screen and (min-width: 65.625em) {
  .group--partial-primary .content-block--callout-gallery .flex-direction-nav {
    height: 1.3333333333em;
  }
  .group--partial-primary .content-block--callout-gallery .flex-direction-nav li {
    height: 1.3333333333em;
  }
  .group--partial-primary .content-block--callout-gallery .flex-direction-nav a {
    height: 1.3333333333em;
    width: 1.3333333333em;
  }
  .group--partial-primary .content-block--callout-gallery .c-callout-gallery .c-callout__wrapper {
    margin-inline: 0.625em;
  }
  .group--partial-primary .content-block--callout-gallery .c-callout-gallery .c-callout-gallery__slide-status {
    width: 69px;
    width: 4.3125rem;
  }
}
.c-card {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 27.5em;
  text-align: center;
  top: 0.2083333333em;
  width: 100%;
}

.c-card__badge-wrapper {
  background-color: #002E5D;
  border: 4px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(25%, -25%);
  z-index: 1;
  padding: 10px 4px;
  padding: 0.625rem 0.25rem;
}

.c-card__badge {
  color: #ffffff;
  transform: rotate(-8.13deg);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-card__badge {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.c-card__image {
  display: block;
  position: relative;
  padding-bottom: 75%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.15s ease-in-out;
  border-radius: 10px;
  border-radius: 0.625rem;
}

.c-card__image-link:link, .c-card__image-link:visited {
  display: block;
}

.c-card__image-link:hover {
  background: transparent;
}

.c-card__image-transition {
  display: none;
}

.c-card__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  text-align: center;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

.c-card__text > :first-child {
  padding-top: 0;
}

.c-card__title {
  display: block;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  transition: color 0.15s ease-in-out;
}

.font-knockout-50-loaded .c-card__title {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-card__title em, .c-card__title i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-card__title em, .font-knockout-50-loaded .c-card__title i {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-card__title em strong, .c-card__title em b, .c-card__title i strong, .c-card__title i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-card__title em strong, .font-knockout-50-loaded .c-card__title em b, .font-knockout-50-loaded .c-card__title i strong, .font-knockout-50-loaded .c-card__title i b {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-card__title strong, .c-card__title b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-card__title strong, .font-knockout-50-loaded .c-card__title b {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-card__title strong em, .c-card__title strong i, .c-card__title b em, .c-card__title b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-card__title strong em, .font-knockout-50-loaded .c-card__title strong i, .font-knockout-50-loaded .c-card__title b em, .font-knockout-50-loaded .c-card__title b i {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-card__title sup {
  fill: #024B96;
}

.c-card__title-icon {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  color: #024B96;
}

.c-card__title-icon svg * {
  fill: currentColor;
}

.c-card__title-icon--r-svg {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

@media only screen and (min-width: 0.9375em) {
  .c-card__title-icon--r-svg--max-scale {
    width: 15px;
    height: 15px;
    padding-bottom: 0;
  }
}
.c-card__description {
  display: inline-block;
  vertical-align: top;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-card__description sup {
  fill: #002E5D;
}

.font-degular-loaded .c-card__description {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-card__description:link, .c-card__description:visited {
  color: #002E5D;
}

.c-card__sc-wrapper {
  padding-top: 15px;
  padding-top: 0.9375rem;
}

.c-card__cta {
  margin-bottom: 0;
}

.c-card__hover-text {
  display: none;
}

.c-card--size-sm.c-card--contain-text .c-card__text {
  padding: 29px 20px;
  padding: 1.8125rem 1.25rem;
}

.c-card--size-lg.c-card--contain-text .c-card__text {
  padding: 30px 22px;
  padding: 1.875rem 1.375rem;
}

.c-card--image-display-square .c-card__image {
  padding-bottom: 100%;
}

.c-card--has-link .c-card__title:link, .c-card--has-link .c-card__title:visited {
  color: #002E5D;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-property: all;
  text-decoration: none;
}

.c-card--has-link .c-card__title:hover {
  background: transparent;
  color: #024B96;
  transform: translateY(-10px);
}

.c-card--show-image-background .c-card__image {
  overflow: hidden;
  border-radius: 10px;
  border-radius: 0.625rem;
  background-size: cover;
}

.c-card--show-image-background .c-card__image-wrapper {
  position: relative;
  display: block;
  background-image: url("img/swoosh-card-background.svg?040325");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom 1.6666666667em;
  padding: 20px;
  padding: 1.25rem;
}

.c-card--show-image-background .c-card__image-wrapper:before {
  content: "";
  position: absolute;
  z-index: -2;
  background-color: #DDDDDC;
  height: 100%;
  width: 100%;
  display: block;
  margin-top: -20px;
  margin-top: -1.25rem;
  margin-left: -20px;
  margin-left: -1.25rem;
  border-radius: 10px;
  border-radius: 0.625rem;
}

.c-card--show-image-background .c-card__image-wrapper:after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 3.3333333333em;
  border-radius: 0px 0px 10px 10px;
  border-radius: 0rem 0rem 0.625rem 0.625rem;
  background-color: #DDDDDC;
  bottom: 0;
  width: 100%;
  display: block;
  margin-left: -20px;
  margin-left: -1.25rem;
}

.c-card--show-content-background {
  background-color: #FED141;
  border-radius: 10px;
  border-radius: 0.625rem;
  padding: 20px;
  padding: 1.25rem;
}

.c-card--show-content-background .c-card__text, .c-card--show-content-background.c-card--size-sm .c-card__text, .c-card--show-content-background.c-card--size-lg .c-card__text {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-left: 0;
  padding-right: 0;
}

.c-card--show-content-background.c-card--size-lg .c-card__text {
  gap: 40px;
  gap: 2.5rem;
}

.c-card--carousel-item .c-card__badge-wrapper {
  transform: translate(6%, -25%);
}

.c-card__arrow-icon {
  vertical-align: initial;
  color: #002E5D;
  display: none;
}

.c-card__arrow-icon .icon__img {
  width: 8px;
  height: 8px;
}

.c-card__arrow-icon .icon__img svg * {
  fill: currentColor;
}

.c-card__arrow-icon .icon__img--r-svg {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

@media only screen and (min-width: 0.5em) {
  .c-card__arrow-icon .icon__img--r-svg--max-scale {
    width: 8px;
    height: 8px;
    padding-bottom: 0;
  }
}
.c-card--contain-image .c-card__image {
  background-size: contain;
}

.c-card--has-svg-bg .c-card__image {
  padding-bottom: 100%;
}

.c-card--has-secondary-cta {
  padding-bottom: 0em;
}

.c-card--has-secondary-cta .c-card__sc-wrapper {
  position: relative;
  padding-top: 0;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  transition: transform 0.5s ease-in-out;
}

.c-card--has-secondary-cta .c-card__sc-wrapper:has(.sc-btn-retailer-wrapper--js-position) {
  position: static;
}

.c-card__inner-wrapper:hover .c-card__image-link .c-card__image, .c-card__inner-wrapper:active .c-card__image-link .c-card__image, .c-card__inner-wrapper:focus .c-card__image-link .c-card__image {
  transform: translateY(-5px);
}

.c-card__inner-wrapper:hover .c-card--has-link .c-card__title, .c-card__inner-wrapper:active .c-card--has-link .c-card__title, .c-card__inner-wrapper:focus .c-card--has-link .c-card__title {
  color: #024B96;
}

.c-card--fixed-height-images .c-card__title {
  text-align: center;
}

.c-card--fixed-height-images .c-card__image {
  padding-bottom: 56.25%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.c-card-grid__content-container {
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.c-card-grid__holder {
  display: flex;
}

.c-card-grid--size-sm .c-card-grid__content-container, .c-card-grid--size-sm .c-card-grid__scroller {
  grid-template-columns: repeat(auto-fit, minmax(9.0416666667em, 1fr));
  grid-gap: 0.8333333333em;
}

.c-card-grid--size-sm .c-card-grid__content-container {
  justify-content: center;
}

.c-card-grid--size-sm .c-card-grid__scroller {
  grid-auto-columns: minmax(9.0416666667em, 1fr);
  justify-content: left;
}

.c-card-grid--size-sm.c-card-grid--has-content-backgrounds .c-card-grid__content-container, .c-card-grid--size-sm.c-card-grid--has-content-backgrounds .c-card-grid__scroller, .c-card-grid--size-sm.c-card-grid--has-text .c-card-grid__content-container, .c-card-grid--size-sm.c-card-grid--has-text .c-card-grid__scroller {
  grid-template-columns: repeat(auto-fit, minmax(11.125em, 1fr));
}

.c-card-grid--size-sm.c-card-grid--has-content-backgrounds .c-card-grid__scroller, .c-card-grid--size-sm.c-card-grid--has-text .c-card-grid__scroller {
  grid-auto-columns: minmax(11.125em, 1fr);
}

.c-card-grid--size-sm:not(.c-card-grid--has-text, .c-card-grid--has-image-backgrounds, .c-card-grid--has-content-backgrounds) .c-card-grid__content-container, .c-card-grid--size-sm:not(.c-card-grid--has-text, .c-card-grid--has-image-backgrounds, .c-card-grid--has-content-backgrounds) .c-card-grid__scroller {
  grid-template-columns: repeat(auto-fit, minmax(8.2083333333em, 1fr));
  grid-gap: 1.6666666667em;
}

.c-card-grid--size-lg .c-card-grid__content-container, .c-card-grid--size-lg .c-card-grid__scroller {
  grid-template-columns: 100%;
  grid-gap: 1.6666666667em;
}

.c-card-grid--size-lg .c-card-grid__content-container {
  justify-content: center;
}

.c-card-grid--size-lg .c-card-grid__scroller {
  grid-auto-columns: 100%;
  justify-content: left;
}

.c-card-grid--size-lg.c-card-grid--has-content-backgrounds .c-card-grid__content-container, .c-card-grid--size-lg.c-card-grid--has-content-backgrounds .c-card-grid__scroller, .c-card-grid--size-lg.c-card-grid--has-text .c-card-grid__content-container, .c-card-grid--size-lg.c-card-grid--has-text .c-card-grid__scroller {
  grid-template-columns: 100%;
}

.c-card-grid--size-lg.c-card-grid--has-content-backgrounds .c-card-grid__scroller, .c-card-grid--size-lg.c-card-grid--has-text .c-card-grid__scroller {
  grid-auto-columns: 100%;
}

.c-card-grid--default .c-card-grid__content-container {
  display: grid;
}

.c-card-grid--carousel {
  position: relative;
}

.c-card-grid--carousel .c-card-grid__previous-button, .c-card-grid--carousel .c-card-grid__next-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  width: 2.5rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background-color: #002E5D;
  border-radius: 50%;
  color: #FAF5E4;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-property: background-color;
  opacity: 0;
  border: none;
}

.c-card-grid--carousel .c-card-grid__previous-button:focus, .c-card-grid--carousel .c-card-grid__previous-button:hover, .c-card-grid--carousel .c-card-grid__previous-button:active, .c-card-grid--carousel .c-card-grid__next-button:focus, .c-card-grid--carousel .c-card-grid__next-button:hover, .c-card-grid--carousel .c-card-grid__next-button:active {
  background-color: #002E5D;
}

.c-card-grid--carousel .c-card-grid__previous-button .icon, .c-card-grid--carousel .c-card-grid__next-button .icon {
  line-height: 0;
  padding-left: 0;
}

.c-card-grid--carousel .c-card-grid__next-button {
  right: 0;
}

.c-card-grid--carousel .c-card-grid__previous-button {
  left: 0;
}

.c-card-grid--carousel .c-card-grid__scroller-wrapper {
  position: relative;
}

.c-card-grid--carousel .c-card-grid__scroller-wrapper:before, .c-card-grid--carousel .c-card-grid__scroller-wrapper:after {
  content: "";
  background: #FAF5E4;
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  width: 40px;
  width: 2.5rem;
}

.c-card-grid--carousel .c-card-grid__scroller-wrapper:before {
  background: linear-gradient(90deg, #FAF5E4 0%, transparent 100%);
  left: 0;
}

.c-card-grid--carousel .c-card-grid__scroller-wrapper:after {
  background: linear-gradient(90deg, transparent 0%, #FAF5E4 100%);
  right: 0;
}

.c-card-grid--carousel .c-card-grid__scroller-holder {
  display: block;
  overflow: hidden;
}

.c-card-grid--carousel .c-card-grid__scroller {
  display: grid;
  grid-template-columns: unset;
  grid-auto-flow: column;
  overflow-x: auto;
  overflow-y: hidden;
}

.c-card-grid--carousel .c-card-grid__holder {
  grid-row: 1;
}

.c-card-grid--carousel.can-scroll-left .c-card-grid__previous-button {
  opacity: 1;
}

.c-card-grid--carousel.can-scroll-left .c-card-grid__scroller-wrapper:before {
  display: block;
}

.c-card-grid--carousel.can-scroll-right .c-card-grid__next-button {
  opacity: 1;
}

.c-card-grid--carousel.can-scroll-right .c-card-grid__scroller-wrapper:after {
  display: block;
}

@media only screen and (min-width: 81.5625em) {
  .group--full .content-block--card-grid .c-card-grid--size-sm .c-card__title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .group--full .content-block--card-grid .c-card-grid--size-sm .c-card__title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .group--full .content-block--card-grid .c-card-grid--size-sm .c-card__title em, .group--full .content-block--card-grid .c-card-grid--size-sm .c-card__title i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .group--full .content-block--card-grid .c-card-grid--size-sm .c-card__title em, .font-knockout-50-loaded .group--full .content-block--card-grid .c-card-grid--size-sm .c-card__title i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .group--full .content-block--card-grid .c-card-grid--size-sm .c-card__title em strong, .group--full .content-block--card-grid .c-card-grid--size-sm .c-card__title em b, .group--full .content-block--card-grid .c-card-grid--size-sm .c-card__title i strong, .group--full .content-block--card-grid .c-card-grid--size-sm .c-card__title i b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .group--full .content-block--card-grid .c-card-grid--size-sm .c-card__title em strong, .font-knockout-50-loaded .group--full .content-block--card-grid .c-card-grid--size-sm .c-card__title em b, .font-knockout-50-loaded .group--full .content-block--card-grid .c-card-grid--size-sm .c-card__title i strong, .font-knockout-50-loaded .group--full .content-block--card-grid .c-card-grid--size-sm .c-card__title i b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .group--full .content-block--card-grid .c-card-grid--size-sm .c-card__title strong, .group--full .content-block--card-grid .c-card-grid--size-sm .c-card__title b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .group--full .content-block--card-grid .c-card-grid--size-sm .c-card__title strong, .font-knockout-50-loaded .group--full .content-block--card-grid .c-card-grid--size-sm .c-card__title b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .group--full .content-block--card-grid .c-card-grid--size-sm .c-card__title strong em, .group--full .content-block--card-grid .c-card-grid--size-sm .c-card__title strong i, .group--full .content-block--card-grid .c-card-grid--size-sm .c-card__title b em, .group--full .content-block--card-grid .c-card-grid--size-sm .c-card__title b i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .group--full .content-block--card-grid .c-card-grid--size-sm .c-card__title strong em, .font-knockout-50-loaded .group--full .content-block--card-grid .c-card-grid--size-sm .c-card__title strong i, .font-knockout-50-loaded .group--full .content-block--card-grid .c-card-grid--size-sm .c-card__title b em, .font-knockout-50-loaded .group--full .content-block--card-grid .c-card-grid--size-sm .c-card__title b i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .group--full .content-block--card-grid .c-card-grid--size-sm .c-card__title-icon {
    width: 18px;
    height: 18px;
  }
  .group--full .content-block--card-grid .c-card-grid--size-sm .c-card__title-icon svg * {
    fill: currentColor;
  }
  .group--full .content-block--card-grid .c-card-grid--size-sm .c-card__title-icon--r-svg {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
}
@media only screen and (min-width: 81.5625em) and (min-width: 1.125em) {
  .group--full .content-block--card-grid .c-card-grid--size-sm .c-card__title-icon--r-svg--max-scale {
    width: 18px;
    height: 18px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 81.5625em) {
  .group--full .content-block--card-grid .c-card-grid--size-sm .c-card__description {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .group--full .content-block--card-grid .c-card-grid--size-sm .c-card__description {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
}
@media only screen and (min-width: 39.25em) {
  .group--full .content-block--card-grid .c-card-grid--size-lg .c-card__title {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .group--full .content-block--card-grid .c-card-grid--size-lg .c-card__title {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .group--full .content-block--card-grid .c-card-grid--size-lg .c-card__title em, .group--full .content-block--card-grid .c-card-grid--size-lg .c-card__title i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .group--full .content-block--card-grid .c-card-grid--size-lg .c-card__title em, .font-knockout-50-loaded .group--full .content-block--card-grid .c-card-grid--size-lg .c-card__title i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .group--full .content-block--card-grid .c-card-grid--size-lg .c-card__title em strong, .group--full .content-block--card-grid .c-card-grid--size-lg .c-card__title em b, .group--full .content-block--card-grid .c-card-grid--size-lg .c-card__title i strong, .group--full .content-block--card-grid .c-card-grid--size-lg .c-card__title i b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .group--full .content-block--card-grid .c-card-grid--size-lg .c-card__title em strong, .font-knockout-50-loaded .group--full .content-block--card-grid .c-card-grid--size-lg .c-card__title em b, .font-knockout-50-loaded .group--full .content-block--card-grid .c-card-grid--size-lg .c-card__title i strong, .font-knockout-50-loaded .group--full .content-block--card-grid .c-card-grid--size-lg .c-card__title i b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .group--full .content-block--card-grid .c-card-grid--size-lg .c-card__title strong, .group--full .content-block--card-grid .c-card-grid--size-lg .c-card__title b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .group--full .content-block--card-grid .c-card-grid--size-lg .c-card__title strong, .font-knockout-50-loaded .group--full .content-block--card-grid .c-card-grid--size-lg .c-card__title b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .group--full .content-block--card-grid .c-card-grid--size-lg .c-card__title strong em, .group--full .content-block--card-grid .c-card-grid--size-lg .c-card__title strong i, .group--full .content-block--card-grid .c-card-grid--size-lg .c-card__title b em, .group--full .content-block--card-grid .c-card-grid--size-lg .c-card__title b i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .group--full .content-block--card-grid .c-card-grid--size-lg .c-card__title strong em, .font-knockout-50-loaded .group--full .content-block--card-grid .c-card-grid--size-lg .c-card__title strong i, .font-knockout-50-loaded .group--full .content-block--card-grid .c-card-grid--size-lg .c-card__title b em, .font-knockout-50-loaded .group--full .content-block--card-grid .c-card-grid--size-lg .c-card__title b i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .group--full .content-block--card-grid .c-card-grid--size-lg .c-card__title-icon {
    width: 32px;
    height: 32px;
  }
  .group--full .content-block--card-grid .c-card-grid--size-lg .c-card__title-icon svg * {
    fill: currentColor;
  }
  .group--full .content-block--card-grid .c-card-grid--size-lg .c-card__title-icon--r-svg {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
}
@media only screen and (min-width: 39.25em) and (min-width: 2em) {
  .group--full .content-block--card-grid .c-card-grid--size-lg .c-card__title-icon--r-svg--max-scale {
    width: 32px;
    height: 32px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 39.25em) {
  .group--full .content-block--card-grid .c-card-grid--size-lg .c-card__description {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .group--full .content-block--card-grid .c-card-grid--size-lg .c-card__description {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
}
@media only screen and (min-width: 20.75em) {
  .group--full .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-1 .c-card-grid__content-container, .group--full .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-1 .c-card-grid__scroller {
    max-width: 13.8333333333em;
  }
  .group--full .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-1 .c-card-grid__content-container {
    justify-content: center;
  }
  .group--full .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-1 .c-card-grid__scroller {
    justify-content: left;
  }
}
@media only screen and (min-width: 23.25em) {
  .group--full .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-1.c-card-grid--has-content-backgrounds .c-card-grid__content-container, .group--full .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-1.c-card-grid--has-content-backgrounds .c-card-grid__scroller, .group--full .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-1.c-card-grid--has-text .c-card-grid__content-container, .group--full .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-1.c-card-grid--has-text .c-card-grid__scroller {
    max-width: 15.5em;
    justify-content: center;
  }
}
@media only screen and (min-width: 41.5em) {
  .group--full .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-2 .c-card-grid__content-container, .group--full .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-2 .c-card-grid__scroller {
    max-width: 27.6666666667em;
  }
  .group--full .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-2 .c-card-grid__content-container {
    justify-content: center;
  }
  .group--full .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-2 .c-card-grid__scroller {
    justify-content: left;
  }
}
@media only screen and (min-width: 46.5em) {
  .group--full .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-2.c-card-grid--has-content-backgrounds .c-card-grid__content-container, .group--full .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-2.c-card-grid--has-content-backgrounds .c-card-grid__scroller, .group--full .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-2.c-card-grid--has-text .c-card-grid__content-container, .group--full .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-2.c-card-grid--has-text .c-card-grid__scroller {
    max-width: 31em;
    justify-content: center;
  }
}
@media only screen and (min-width: 62.25em) {
  .group--full .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-3 .c-card-grid__content-container, .group--full .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-3 .c-card-grid__scroller {
    max-width: 41.5em;
  }
  .group--full .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-3 .c-card-grid__content-container {
    justify-content: center;
  }
  .group--full .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-3 .c-card-grid__scroller {
    justify-content: left;
  }
}
@media only screen and (min-width: 69.75em) {
  .group--full .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-3.c-card-grid--has-content-backgrounds .c-card-grid__content-container, .group--full .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-3.c-card-grid--has-content-backgrounds .c-card-grid__scroller, .group--full .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-3.c-card-grid--has-text .c-card-grid__content-container, .group--full .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-3.c-card-grid--has-text .c-card-grid__scroller {
    max-width: 46.5em;
    justify-content: center;
  }
}
@media only screen and (min-width: 83em) {
  .group--full .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-4 .c-card-grid__content-container, .group--full .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-4 .c-card-grid__scroller {
    max-width: 55.3333333333em;
  }
  .group--full .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-4 .c-card-grid__content-container {
    justify-content: center;
  }
  .group--full .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-4 .c-card-grid__scroller {
    justify-content: left;
  }
}
@media only screen and (min-width: 93em) {
  .group--full .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-4.c-card-grid--has-content-backgrounds .c-card-grid__content-container, .group--full .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-4.c-card-grid--has-content-backgrounds .c-card-grid__scroller, .group--full .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-4.c-card-grid--has-text .c-card-grid__content-container, .group--full .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-4.c-card-grid--has-text .c-card-grid__scroller {
    max-width: 62em;
    justify-content: center;
  }
}
@media only screen and (min-width: 103.75em) {
  .group--full .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-5 .c-card-grid__content-container, .group--full .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-5 .c-card-grid__scroller {
    max-width: 69.1666666667em;
  }
  .group--full .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-5 .c-card-grid__content-container {
    justify-content: center;
  }
  .group--full .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-5 .c-card-grid__scroller {
    justify-content: left;
  }
}
@media only screen and (min-width: 116.25em) {
  .group--full .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-5.c-card-grid--has-content-backgrounds .c-card-grid__content-container, .group--full .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-5.c-card-grid--has-content-backgrounds .c-card-grid__scroller, .group--full .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-5.c-card-grid--has-text .c-card-grid__content-container, .group--full .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-5.c-card-grid--has-text .c-card-grid__scroller {
    max-width: 77.5em;
    justify-content: center;
  }
}
@media only screen and (min-width: 36.4375em) {
  .group--full .content-block--card-grid .c-card-grid--size-lg.c-card-grid--item-cn-1 .c-card-grid__content-container, .group--full .content-block--card-grid .c-card-grid--size-lg.c-card-grid--item-cn-1 .c-card-grid__scroller {
    max-width: 24.2916666667em;
  }
  .group--full .content-block--card-grid .c-card-grid--size-lg.c-card-grid--item-cn-1 .c-card-grid__content-container {
    justify-content: center;
  }
  .group--full .content-block--card-grid .c-card-grid--size-lg.c-card-grid--item-cn-1 .c-card-grid__scroller {
    justify-content: left;
  }
}
@media only screen and (min-width: 39.1875em) {
  .group--full .content-block--card-grid .c-card-grid--size-lg.c-card-grid--item-cn-1.c-card-grid--has-content-backgrounds .c-card-grid__content-container, .group--full .content-block--card-grid .c-card-grid--size-lg.c-card-grid--item-cn-1.c-card-grid--has-content-backgrounds .c-card-grid__scroller, .group--full .content-block--card-grid .c-card-grid--size-lg.c-card-grid--item-cn-1.c-card-grid--has-text .c-card-grid__content-container, .group--full .content-block--card-grid .c-card-grid--size-lg.c-card-grid--item-cn-1.c-card-grid--has-text .c-card-grid__scroller {
    max-width: 26.125em;
    justify-content: center;
  }
}
@media only screen and (min-width: 43.25em) {
  .group--partial-primary .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-1 .c-card-grid__content-container, .group--partial-primary .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-1 .c-card-grid__scroller {
    max-width: 13.8333333333em;
  }
  .group--partial-primary .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-1 .c-card-grid__content-container {
    justify-content: center;
  }
  .group--partial-primary .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-1 .c-card-grid__scroller {
    justify-content: left;
  }
}
@media only screen and (min-width: 45.75em) {
  .group--partial-primary .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-1.c-card-grid--has-content-backgrounds .c-card-grid__content-container, .group--partial-primary .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-1.c-card-grid--has-content-backgrounds .c-card-grid__scroller, .group--partial-primary .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-1.c-card-grid--has-text .c-card-grid__content-container, .group--partial-primary .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-1.c-card-grid--has-text .c-card-grid__scroller {
    max-width: 15.5em;
    justify-content: center;
  }
}
@media only screen and (min-width: 64em) {
  .group--partial-primary .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-2 .c-card-grid__content-container, .group--partial-primary .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-2 .c-card-grid__scroller {
    max-width: 27.6666666667em;
  }
  .group--partial-primary .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-2 .c-card-grid__content-container {
    justify-content: center;
  }
  .group--partial-primary .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-2 .c-card-grid__scroller {
    justify-content: left;
  }
}
@media only screen and (min-width: 69em) {
  .group--partial-primary .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-2.c-card-grid--has-content-backgrounds .c-card-grid__content-container, .group--partial-primary .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-2.c-card-grid--has-content-backgrounds .c-card-grid__scroller, .group--partial-primary .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-2.c-card-grid--has-text .c-card-grid__content-container, .group--partial-primary .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-2.c-card-grid--has-text .c-card-grid__scroller {
    max-width: 31em;
    justify-content: center;
  }
}
@media only screen and (min-width: 84.75em) {
  .group--partial-primary .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-3 .c-card-grid__content-container, .group--partial-primary .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-3 .c-card-grid__scroller {
    max-width: 41.5em;
  }
  .group--partial-primary .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-3 .c-card-grid__content-container {
    justify-content: center;
  }
  .group--partial-primary .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-3 .c-card-grid__scroller {
    justify-content: left;
  }
}
@media only screen and (min-width: 92.25em) {
  .group--partial-primary .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-3.c-card-grid--has-content-backgrounds .c-card-grid__content-container, .group--partial-primary .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-3.c-card-grid--has-content-backgrounds .c-card-grid__scroller, .group--partial-primary .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-3.c-card-grid--has-text .c-card-grid__content-container, .group--partial-primary .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-3.c-card-grid--has-text .c-card-grid__scroller {
    max-width: 46.5em;
    justify-content: center;
  }
}
@media only screen and (min-width: 105.5em) {
  .group--partial-primary .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-4 .c-card-grid__content-container, .group--partial-primary .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-4 .c-card-grid__scroller {
    max-width: 55.3333333333em;
  }
  .group--partial-primary .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-4 .c-card-grid__content-container {
    justify-content: center;
  }
  .group--partial-primary .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-4 .c-card-grid__scroller {
    justify-content: left;
  }
}
@media only screen and (min-width: 115.5em) {
  .group--partial-primary .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-4.c-card-grid--has-content-backgrounds .c-card-grid__content-container, .group--partial-primary .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-4.c-card-grid--has-content-backgrounds .c-card-grid__scroller, .group--partial-primary .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-4.c-card-grid--has-text .c-card-grid__content-container, .group--partial-primary .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-4.c-card-grid--has-text .c-card-grid__scroller {
    max-width: 62em;
    justify-content: center;
  }
}
@media only screen and (min-width: 126.25em) {
  .group--partial-primary .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-5 .c-card-grid__content-container, .group--partial-primary .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-5 .c-card-grid__scroller {
    max-width: 69.1666666667em;
  }
  .group--partial-primary .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-5 .c-card-grid__content-container {
    justify-content: center;
  }
  .group--partial-primary .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-5 .c-card-grid__scroller {
    justify-content: left;
  }
}
@media only screen and (min-width: 138.75em) {
  .group--partial-primary .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-5.c-card-grid--has-content-backgrounds .c-card-grid__content-container, .group--partial-primary .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-5.c-card-grid--has-content-backgrounds .c-card-grid__scroller, .group--partial-primary .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-5.c-card-grid--has-text .c-card-grid__content-container, .group--partial-primary .content-block--card-grid .c-card-grid--size-sm.c-card-grid--item-cn-5.c-card-grid--has-text .c-card-grid__scroller {
    max-width: 77.5em;
    justify-content: center;
  }
}
@media only screen and (min-width: 58.9375em) {
  .group--partial-primary .content-block--card-grid .c-card-grid--size-lg.c-card-grid--item-cn-1 .c-card-grid__content-container, .group--partial-primary .content-block--card-grid .c-card-grid--size-lg.c-card-grid--item-cn-1 .c-card-grid__scroller {
    max-width: 24.2916666667em;
  }
  .group--partial-primary .content-block--card-grid .c-card-grid--size-lg.c-card-grid--item-cn-1 .c-card-grid__content-container {
    justify-content: center;
  }
  .group--partial-primary .content-block--card-grid .c-card-grid--size-lg.c-card-grid--item-cn-1 .c-card-grid__scroller {
    justify-content: left;
  }
}
@media only screen and (min-width: 61.6875em) {
  .group--partial-primary .content-block--card-grid .c-card-grid--size-lg.c-card-grid--item-cn-1.c-card-grid--has-content-backgrounds .c-card-grid__content-container, .group--partial-primary .content-block--card-grid .c-card-grid--size-lg.c-card-grid--item-cn-1.c-card-grid--has-content-backgrounds .c-card-grid__scroller, .group--partial-primary .content-block--card-grid .c-card-grid--size-lg.c-card-grid--item-cn-1.c-card-grid--has-text .c-card-grid__content-container, .group--partial-primary .content-block--card-grid .c-card-grid--size-lg.c-card-grid--item-cn-1.c-card-grid--has-text .c-card-grid__scroller {
    max-width: 26.125em;
    justify-content: center;
  }
}
@media only screen and (min-width: 81.5625em) {
  .c-recipe .c-recipe__products .c-card-grid--size-sm .c-card__title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-recipe .c-recipe__products .c-card-grid--size-sm .c-card__title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe .c-recipe__products .c-card-grid--size-sm .c-card__title em, .c-recipe .c-recipe__products .c-card-grid--size-sm .c-card__title i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-recipe .c-recipe__products .c-card-grid--size-sm .c-card__title em, .font-knockout-50-loaded .c-recipe .c-recipe__products .c-card-grid--size-sm .c-card__title i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe .c-recipe__products .c-card-grid--size-sm .c-card__title em strong, .c-recipe .c-recipe__products .c-card-grid--size-sm .c-card__title em b, .c-recipe .c-recipe__products .c-card-grid--size-sm .c-card__title i strong, .c-recipe .c-recipe__products .c-card-grid--size-sm .c-card__title i b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-recipe .c-recipe__products .c-card-grid--size-sm .c-card__title em strong, .font-knockout-50-loaded .c-recipe .c-recipe__products .c-card-grid--size-sm .c-card__title em b, .font-knockout-50-loaded .c-recipe .c-recipe__products .c-card-grid--size-sm .c-card__title i strong, .font-knockout-50-loaded .c-recipe .c-recipe__products .c-card-grid--size-sm .c-card__title i b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe .c-recipe__products .c-card-grid--size-sm .c-card__title strong, .c-recipe .c-recipe__products .c-card-grid--size-sm .c-card__title b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-recipe .c-recipe__products .c-card-grid--size-sm .c-card__title strong, .font-knockout-50-loaded .c-recipe .c-recipe__products .c-card-grid--size-sm .c-card__title b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe .c-recipe__products .c-card-grid--size-sm .c-card__title strong em, .c-recipe .c-recipe__products .c-card-grid--size-sm .c-card__title strong i, .c-recipe .c-recipe__products .c-card-grid--size-sm .c-card__title b em, .c-recipe .c-recipe__products .c-card-grid--size-sm .c-card__title b i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-recipe .c-recipe__products .c-card-grid--size-sm .c-card__title strong em, .font-knockout-50-loaded .c-recipe .c-recipe__products .c-card-grid--size-sm .c-card__title strong i, .font-knockout-50-loaded .c-recipe .c-recipe__products .c-card-grid--size-sm .c-card__title b em, .font-knockout-50-loaded .c-recipe .c-recipe__products .c-card-grid--size-sm .c-card__title b i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe .c-recipe__products .c-card-grid--size-sm .c-card__title-icon {
    width: 18px;
    height: 18px;
  }
  .c-recipe .c-recipe__products .c-card-grid--size-sm .c-card__title-icon svg * {
    fill: currentColor;
  }
  .c-recipe .c-recipe__products .c-card-grid--size-sm .c-card__title-icon--r-svg {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
}
@media only screen and (min-width: 81.5625em) and (min-width: 1.125em) {
  .c-recipe .c-recipe__products .c-card-grid--size-sm .c-card__title-icon--r-svg--max-scale {
    width: 18px;
    height: 18px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 81.5625em) {
  .c-recipe .c-recipe__products .c-card-grid--size-sm .c-card__description {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-recipe .c-recipe__products .c-card-grid--size-sm .c-card__description {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
}
@media only screen and (min-width: 39.25em) {
  .c-recipe .c-recipe__products .c-card-grid--size-lg .c-card__title {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-recipe .c-recipe__products .c-card-grid--size-lg .c-card__title {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe .c-recipe__products .c-card-grid--size-lg .c-card__title em, .c-recipe .c-recipe__products .c-card-grid--size-lg .c-card__title i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-recipe .c-recipe__products .c-card-grid--size-lg .c-card__title em, .font-knockout-50-loaded .c-recipe .c-recipe__products .c-card-grid--size-lg .c-card__title i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe .c-recipe__products .c-card-grid--size-lg .c-card__title em strong, .c-recipe .c-recipe__products .c-card-grid--size-lg .c-card__title em b, .c-recipe .c-recipe__products .c-card-grid--size-lg .c-card__title i strong, .c-recipe .c-recipe__products .c-card-grid--size-lg .c-card__title i b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-recipe .c-recipe__products .c-card-grid--size-lg .c-card__title em strong, .font-knockout-50-loaded .c-recipe .c-recipe__products .c-card-grid--size-lg .c-card__title em b, .font-knockout-50-loaded .c-recipe .c-recipe__products .c-card-grid--size-lg .c-card__title i strong, .font-knockout-50-loaded .c-recipe .c-recipe__products .c-card-grid--size-lg .c-card__title i b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe .c-recipe__products .c-card-grid--size-lg .c-card__title strong, .c-recipe .c-recipe__products .c-card-grid--size-lg .c-card__title b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-recipe .c-recipe__products .c-card-grid--size-lg .c-card__title strong, .font-knockout-50-loaded .c-recipe .c-recipe__products .c-card-grid--size-lg .c-card__title b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe .c-recipe__products .c-card-grid--size-lg .c-card__title strong em, .c-recipe .c-recipe__products .c-card-grid--size-lg .c-card__title strong i, .c-recipe .c-recipe__products .c-card-grid--size-lg .c-card__title b em, .c-recipe .c-recipe__products .c-card-grid--size-lg .c-card__title b i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-recipe .c-recipe__products .c-card-grid--size-lg .c-card__title strong em, .font-knockout-50-loaded .c-recipe .c-recipe__products .c-card-grid--size-lg .c-card__title strong i, .font-knockout-50-loaded .c-recipe .c-recipe__products .c-card-grid--size-lg .c-card__title b em, .font-knockout-50-loaded .c-recipe .c-recipe__products .c-card-grid--size-lg .c-card__title b i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe .c-recipe__products .c-card-grid--size-lg .c-card__title-icon {
    width: 32px;
    height: 32px;
  }
  .c-recipe .c-recipe__products .c-card-grid--size-lg .c-card__title-icon svg * {
    fill: currentColor;
  }
  .c-recipe .c-recipe__products .c-card-grid--size-lg .c-card__title-icon--r-svg {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
}
@media only screen and (min-width: 39.25em) and (min-width: 2em) {
  .c-recipe .c-recipe__products .c-card-grid--size-lg .c-card__title-icon--r-svg--max-scale {
    width: 32px;
    height: 32px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 39.25em) {
  .c-recipe .c-recipe__products .c-card-grid--size-lg .c-card__description {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-recipe .c-recipe__products .c-card-grid--size-lg .c-card__description {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
}
@media only screen and (min-width: 20.75em) {
  .c-recipe .c-recipe__products .c-card-grid--size-sm.c-card-grid--item-cn-1 .c-card-grid__content-container, .c-recipe .c-recipe__products .c-card-grid--size-sm.c-card-grid--item-cn-1 .c-card-grid__scroller {
    max-width: 13.8333333333em;
  }
  .c-recipe .c-recipe__products .c-card-grid--size-sm.c-card-grid--item-cn-1 .c-card-grid__content-container {
    justify-content: center;
  }
  .c-recipe .c-recipe__products .c-card-grid--size-sm.c-card-grid--item-cn-1 .c-card-grid__scroller {
    justify-content: left;
  }
}
@media only screen and (min-width: 23.25em) {
  .c-recipe .c-recipe__products .c-card-grid--size-sm.c-card-grid--item-cn-1.c-card-grid--has-content-backgrounds .c-card-grid__content-container, .c-recipe .c-recipe__products .c-card-grid--size-sm.c-card-grid--item-cn-1.c-card-grid--has-content-backgrounds .c-card-grid__scroller, .c-recipe .c-recipe__products .c-card-grid--size-sm.c-card-grid--item-cn-1.c-card-grid--has-text .c-card-grid__content-container, .c-recipe .c-recipe__products .c-card-grid--size-sm.c-card-grid--item-cn-1.c-card-grid--has-text .c-card-grid__scroller {
    max-width: 15.5em;
    justify-content: center;
  }
}
@media only screen and (min-width: 41.5em) {
  .c-recipe .c-recipe__products .c-card-grid--size-sm.c-card-grid--item-cn-2 .c-card-grid__content-container, .c-recipe .c-recipe__products .c-card-grid--size-sm.c-card-grid--item-cn-2 .c-card-grid__scroller {
    max-width: 27.6666666667em;
  }
  .c-recipe .c-recipe__products .c-card-grid--size-sm.c-card-grid--item-cn-2 .c-card-grid__content-container {
    justify-content: center;
  }
  .c-recipe .c-recipe__products .c-card-grid--size-sm.c-card-grid--item-cn-2 .c-card-grid__scroller {
    justify-content: left;
  }
}
@media only screen and (min-width: 46.5em) {
  .c-recipe .c-recipe__products .c-card-grid--size-sm.c-card-grid--item-cn-2.c-card-grid--has-content-backgrounds .c-card-grid__content-container, .c-recipe .c-recipe__products .c-card-grid--size-sm.c-card-grid--item-cn-2.c-card-grid--has-content-backgrounds .c-card-grid__scroller, .c-recipe .c-recipe__products .c-card-grid--size-sm.c-card-grid--item-cn-2.c-card-grid--has-text .c-card-grid__content-container, .c-recipe .c-recipe__products .c-card-grid--size-sm.c-card-grid--item-cn-2.c-card-grid--has-text .c-card-grid__scroller {
    max-width: 31em;
    justify-content: center;
  }
}
@media only screen and (min-width: 62.25em) {
  .c-recipe .c-recipe__products .c-card-grid--size-sm.c-card-grid--item-cn-3 .c-card-grid__content-container, .c-recipe .c-recipe__products .c-card-grid--size-sm.c-card-grid--item-cn-3 .c-card-grid__scroller {
    max-width: 41.5em;
  }
  .c-recipe .c-recipe__products .c-card-grid--size-sm.c-card-grid--item-cn-3 .c-card-grid__content-container {
    justify-content: center;
  }
  .c-recipe .c-recipe__products .c-card-grid--size-sm.c-card-grid--item-cn-3 .c-card-grid__scroller {
    justify-content: left;
  }
}
@media only screen and (min-width: 69.75em) {
  .c-recipe .c-recipe__products .c-card-grid--size-sm.c-card-grid--item-cn-3.c-card-grid--has-content-backgrounds .c-card-grid__content-container, .c-recipe .c-recipe__products .c-card-grid--size-sm.c-card-grid--item-cn-3.c-card-grid--has-content-backgrounds .c-card-grid__scroller, .c-recipe .c-recipe__products .c-card-grid--size-sm.c-card-grid--item-cn-3.c-card-grid--has-text .c-card-grid__content-container, .c-recipe .c-recipe__products .c-card-grid--size-sm.c-card-grid--item-cn-3.c-card-grid--has-text .c-card-grid__scroller {
    max-width: 46.5em;
    justify-content: center;
  }
}
@media only screen and (min-width: 83em) {
  .c-recipe .c-recipe__products .c-card-grid--size-sm.c-card-grid--item-cn-4 .c-card-grid__content-container, .c-recipe .c-recipe__products .c-card-grid--size-sm.c-card-grid--item-cn-4 .c-card-grid__scroller {
    max-width: 55.3333333333em;
  }
  .c-recipe .c-recipe__products .c-card-grid--size-sm.c-card-grid--item-cn-4 .c-card-grid__content-container {
    justify-content: center;
  }
  .c-recipe .c-recipe__products .c-card-grid--size-sm.c-card-grid--item-cn-4 .c-card-grid__scroller {
    justify-content: left;
  }
}
@media only screen and (min-width: 93em) {
  .c-recipe .c-recipe__products .c-card-grid--size-sm.c-card-grid--item-cn-4.c-card-grid--has-content-backgrounds .c-card-grid__content-container, .c-recipe .c-recipe__products .c-card-grid--size-sm.c-card-grid--item-cn-4.c-card-grid--has-content-backgrounds .c-card-grid__scroller, .c-recipe .c-recipe__products .c-card-grid--size-sm.c-card-grid--item-cn-4.c-card-grid--has-text .c-card-grid__content-container, .c-recipe .c-recipe__products .c-card-grid--size-sm.c-card-grid--item-cn-4.c-card-grid--has-text .c-card-grid__scroller {
    max-width: 62em;
    justify-content: center;
  }
}
@media only screen and (min-width: 103.75em) {
  .c-recipe .c-recipe__products .c-card-grid--size-sm.c-card-grid--item-cn-5 .c-card-grid__content-container, .c-recipe .c-recipe__products .c-card-grid--size-sm.c-card-grid--item-cn-5 .c-card-grid__scroller {
    max-width: 69.1666666667em;
  }
  .c-recipe .c-recipe__products .c-card-grid--size-sm.c-card-grid--item-cn-5 .c-card-grid__content-container {
    justify-content: center;
  }
  .c-recipe .c-recipe__products .c-card-grid--size-sm.c-card-grid--item-cn-5 .c-card-grid__scroller {
    justify-content: left;
  }
}
@media only screen and (min-width: 116.25em) {
  .c-recipe .c-recipe__products .c-card-grid--size-sm.c-card-grid--item-cn-5.c-card-grid--has-content-backgrounds .c-card-grid__content-container, .c-recipe .c-recipe__products .c-card-grid--size-sm.c-card-grid--item-cn-5.c-card-grid--has-content-backgrounds .c-card-grid__scroller, .c-recipe .c-recipe__products .c-card-grid--size-sm.c-card-grid--item-cn-5.c-card-grid--has-text .c-card-grid__content-container, .c-recipe .c-recipe__products .c-card-grid--size-sm.c-card-grid--item-cn-5.c-card-grid--has-text .c-card-grid__scroller {
    max-width: 77.5em;
    justify-content: center;
  }
}
@media only screen and (min-width: 36.4375em) {
  .c-recipe .c-recipe__products .c-card-grid--size-lg.c-card-grid--item-cn-1 .c-card-grid__content-container, .c-recipe .c-recipe__products .c-card-grid--size-lg.c-card-grid--item-cn-1 .c-card-grid__scroller {
    max-width: 24.2916666667em;
  }
  .c-recipe .c-recipe__products .c-card-grid--size-lg.c-card-grid--item-cn-1 .c-card-grid__content-container {
    justify-content: center;
  }
  .c-recipe .c-recipe__products .c-card-grid--size-lg.c-card-grid--item-cn-1 .c-card-grid__scroller {
    justify-content: left;
  }
}
@media only screen and (min-width: 39.1875em) {
  .c-recipe .c-recipe__products .c-card-grid--size-lg.c-card-grid--item-cn-1.c-card-grid--has-content-backgrounds .c-card-grid__content-container, .c-recipe .c-recipe__products .c-card-grid--size-lg.c-card-grid--item-cn-1.c-card-grid--has-content-backgrounds .c-card-grid__scroller, .c-recipe .c-recipe__products .c-card-grid--size-lg.c-card-grid--item-cn-1.c-card-grid--has-text .c-card-grid__content-container, .c-recipe .c-recipe__products .c-card-grid--size-lg.c-card-grid--item-cn-1.c-card-grid--has-text .c-card-grid__scroller {
    max-width: 26.125em;
    justify-content: center;
  }
}
.embeddedMessagingConversationButton {
  bottom: 14px !important;
  right: 17px !important;
  width: 45px !important;
  height: 45px !important;
}
.embeddedMessagingConversationButton .embeddedMessagingIconChat {
  max-width: 27px !important;
  max-height: 27px !important;
}

.c-code-snippet iframe {
  margin: 0 auto !important;
}

.c-collage-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
}

.c-collage-grid__row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
}

.c-collage-grid__row--tall .c-collage-grid__column--size-small {
  aspect-ratio: 9/16;
  height: auto;
}

.c-collage-grid__row--tall .c-collage-grid__column--size-small.c-collage-grid__column--type-full-media .c-collage-grid__full-media-video-holder {
  aspect-ratio: 9/16;
}

.c-collage-grid__column {
  background-color: #002E5D;
  color: #FED141;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  gap: 10px;
  gap: 0.625rem;
}

.c-collage-grid__column ::selection {
  background: rgba(255, 255, 255, 0.25);
}

.c-collage-grid__column--size-small.c-collage-grid__column--type-full-media .c-collage-grid__full-media-video-holder {
  aspect-ratio: 1/1;
}

.c-collage-grid__column--type-text, .c-collage-grid__column--type-fact, .c-collage-grid__column--type-image {
  padding: 60px 40px;
  padding: 3.75rem 2.5rem;
}

.c-collage-grid__column--type-text p {
  margin-left: auto;
  margin-right: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-collage-grid__column--type-text p {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-collage-grid__column--type-text p em, .c-collage-grid__column--type-text p i {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-collage-grid__column--type-text p em, .font-degular-loaded .c-collage-grid__column--type-text p i {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.c-collage-grid__column--type-text p:after {
  margin-bottom: 0;
}

.c-collage-grid__column--type-fact .c-facts {
  padding-bottom: 0;
}

.c-collage-grid__column--type-fact .c-facts .c-facts__item {
  margin-top: 0;
}

.c-collage-grid__column--type-fact .c-facts .c-facts__item :last-child {
  padding-bottom: 0;
}

.c-collage-grid__column--type-image {
  position: relative;
  background-color: #B9D9EB;
}

.c-collage-grid__column--type-image.c-collage-grid__column--has-link {
  transition: background-color 0.25s ease-in-out;
}

.c-collage-grid__column--type-image.c-collage-grid__column--has-link .c-collage-grid__image {
  transition: all 0.25s ease-in-out;
}

.c-collage-grid__column--type-image.c-collage-grid__column--has-link:active, .c-collage-grid__column--type-image.c-collage-grid__column--has-link:focus, .c-collage-grid__column--type-image.c-collage-grid__column--has-link:hover {
  background-color: #E3F2FB;
}

.c-collage-grid__column--type-image.c-collage-grid__column--has-link:active .c-collage-grid__image, .c-collage-grid__column--type-image.c-collage-grid__column--has-link:focus .c-collage-grid__image, .c-collage-grid__column--type-image.c-collage-grid__column--has-link:hover .c-collage-grid__image {
  transform: translateY(-0.2083333333em);
}

.c-collage-grid__column--type-image img {
  padding-bottom: 0;
  max-width: 310px;
  max-width: 19.375rem;
  max-height: 310px;
  max-height: 19.375rem;
}

.c-collage-grid__column--type-image .c-collage-grid__link {
  display: block;
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.c-collage-grid__column--type-image .c-collage-grid__link:hover, .c-collage-grid__column--type-image .c-collage-grid__link:active {
  background: transparent;
}

.c-collage-grid__column--type-image .c-collage-grid__link-label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-style: solid;
  border-color: transparent;
  border-width: 0px;
  border-width: 0rem;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  padding: 6px 0px;
  padding: 0.375rem 0rem;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
}

.font-degular-loaded .c-collage-grid__column--type-image .c-collage-grid__link-label {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-collage-grid__column--type-image .c-collage-grid__link-label, .c-collage-grid__column--type-image .c-collage-grid__link-label:link, .c-collage-grid__column--type-image .c-collage-grid__link-label:visited {
  color: #002E5D;
  background: transparent;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-bottom: 4px solid #002E5D;
}

.c-collage-grid__column--type-image .c-collage-grid__link-label:active, .c-collage-grid__column--type-image .c-collage-grid__link-label:focus, .c-collage-grid__column--type-image .c-collage-grid__link-label:hover {
  outline: 0;
  text-decoration: none;
  color: #002E5D;
  border-color: #B9D9EB;
  transform: translateY(-2px);
}

.c-collage-grid__column--type-image .c-collage-grid__link-label:active {
  color: #002E5D;
  border-color: #FED141;
  transform: scale(0.97);
  transition: transform 0.15s ease-in-out;
}

.c-collage-grid__column--type-image .c-collage-grid__link-label--reversed {
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.c-collage-grid__column--type-image .c-collage-grid__link-label--reversed, .c-collage-grid__column--type-image .c-collage-grid__link-label--reversed:link, .c-collage-grid__column--type-image .c-collage-grid__link-label--reversed:visited {
  color: #B9D9EB;
  border-color: #B9D9EB;
}

.c-collage-grid__column--type-image .c-collage-grid__link-label--reversed:active, .c-collage-grid__column--type-image .c-collage-grid__link-label--reversed:focus, .c-collage-grid__column--type-image .c-collage-grid__link-label--reversed:hover {
  color: #E3F2FB;
  border-color: #E3F2FB;
}

.c-collage-grid__column--type-image .c-collage-grid__link-label--reversed.has--icon .icon {
  color: #B9D9EB;
}

.c-collage-grid__column--type-image .c-collage-grid__link-label--primary {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.c-collage-grid__column--type-image .c-collage-grid__link-label--primary, .c-collage-grid__column--type-image .c-collage-grid__link-label--primary:link, .c-collage-grid__column--type-image .c-collage-grid__link-label--primary:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

.c-collage-grid__column--type-image .c-collage-grid__link-label--primary:active, .c-collage-grid__column--type-image .c-collage-grid__link-label--primary:focus, .c-collage-grid__column--type-image .c-collage-grid__link-label--primary:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.c-collage-grid__column--type-image .c-collage-grid__link-label--primary:active {
  color: #002E5D;
  background: #ffffff;
}

.c-collage-grid__column--type-image .c-collage-grid__link-label--primary-reversed {
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.c-collage-grid__column--type-image .c-collage-grid__link-label--primary-reversed, .c-collage-grid__column--type-image .c-collage-grid__link-label--primary-reversed:link, .c-collage-grid__column--type-image .c-collage-grid__link-label--primary-reversed:visited {
  color: #002E5D;
  background: #FED141;
  border-bottom: none;
}

.c-collage-grid__column--type-image .c-collage-grid__link-label--primary-reversed:active, .c-collage-grid__column--type-image .c-collage-grid__link-label--primary-reversed:focus, .c-collage-grid__column--type-image .c-collage-grid__link-label--primary-reversed:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.c-collage-grid__column--type-image .c-collage-grid__link-label--primary-reversed:active {
  color: #002E5D;
  background: #E3F2FB;
}

.c-collage-grid__column--type-image .c-collage-grid__link-label.has--icon .icon {
  display: inline-block;
  position: relative;
  transition: transform 0.4s ease-in-out;
  padding: 0px 0px 0px 7px;
  padding: 0rem 0rem 0rem 0.4375rem;
  width: 20px;
  width: 1.25rem;
}

.c-collage-grid__column--type-image .c-collage-grid__link-label.has--icon .icon svg {
  fill: currentColor;
}

.c-collage-grid__column--type-image .c-collage-grid__link-label.has--icon .icon--close {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}

.c-collage-grid__column--type-image .c-collage-grid__link-label .icon {
  position: relative;
  top: -1px;
}

.c-collage-grid__column--type-image .c-collage-grid__link-label .icon__img {
  width: 10px;
  height: 10px;
}

.c-collage-grid__column--type-image .c-collage-grid__link-label .icon__img svg * {
  fill: currentColor;
}

.c-collage-grid__column--type-image .c-collage-grid__link-label .icon__img--r-svg {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

@media only screen and (min-width: 0.625em) {
  .c-collage-grid__column--type-image .c-collage-grid__link-label .icon__img--r-svg--max-scale {
    width: 10px;
    height: 10px;
    padding-bottom: 0;
  }
}
.c-collage-grid__column--type-full-media {
  padding: 0;
}

.c-collage-grid__column--type-full-media img {
  padding-bottom: 0;
}

.c-collage-grid__column--type-full-media img,
.c-collage-grid__column--type-full-media video {
  object-fit: cover;
}

.c-collage-grid__column--type-full-media .c-collage-grid__full-media {
  width: 100%;
  height: 100%;
}

.c-collage-grid__column--type-full-media .c-collage-grid__full-media-video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.c-collage-grid__column--type-full-media .c-collage-grid__full-media-video-holder {
  aspect-ratio: 12/7;
  height: 100%;
  position: relative;
}

.c-collage-grid__column--type-full-media .c-collage-grid__full-media-video-toggle {
  background-color: transparent;
  border: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
}

.c-collage-grid__column--type-full-media .c-collage-grid__full-media-video-toggle .icon {
  color: #ffffff;
}

.c-collage-grid__column--type-full-media .c-collage-grid__full-media-image {
  width: 100%;
  height: 100%;
}

.c-collage-grid__column--theme-light {
  background-color: #FED141;
  color: #002E5D;
}

.c-collage-grid__column--theme-dark {
  background-color: #002E5D;
  color: #FED141;
}

.c-collage-grid__column--theme-dark ::selection {
  background: rgba(255, 255, 255, 0.25);
}

.c-collage-grid__column--theme-dark.c-collage-grid__column--type-text p ::selection {
  background: rgba(255, 255, 255, 0.25);
}

.c-collage-grid__column p {
  padding-bottom: 0;
}

@media only screen and (min-width: 0em) and (max-width: 19.0625em) {
  .c-collage-grid__row .c-collage-grid__column--type-fact .c-facts .c-facts__value {
    font-size: 54px;
    font-size: 3.375rem;
  }
  .c-collage-grid__row .c-collage-grid__column--type-fact .c-facts .svg-img .c-facts__image {
    width: 82px;
    height: 82px;
  }
  .c-collage-grid__row .c-collage-grid__column--type-fact .c-facts .svg-img .c-facts__image svg * {
    fill: currentColor;
  }
  .c-collage-grid__row .c-collage-grid__column--type-fact .c-facts .svg-img .c-facts__image--r-svg {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
}
@media only screen and (min-width: 0em) and (max-width: 19.0625em) and (min-width: 5.125em) {
  .c-collage-grid__row .c-collage-grid__column--type-fact .c-facts .svg-img .c-facts__image--r-svg--max-scale {
    width: 82px;
    height: 82px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 0em) and (max-width: 19.0625em) {
  .c-collage-grid__row .c-collage-grid__column--type-fact .c-facts .c-facts__percentage .number {
    font-size: 32px;
    font-size: 2rem;
  }
  .c-collage-grid__row .c-collage-grid__column--type-fact .c-facts .c-facts__donut {
    width: 7.8333333333em;
  }
  .c-collage-grid__row .c-collage-grid__column--type-fact .c-facts .c-facts__prefix,
  .c-collage-grid__row .c-collage-grid__column--type-fact .c-facts .c-facts__suffix {
    font-size: 16px;
    font-size: 1rem;
  }
  .c-collage-grid__row .c-collage-grid__column--type-fact .c-facts .c-facts__before-text,
  .c-collage-grid__row .c-collage-grid__column--type-fact .c-facts .c-facts__after-text {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 23.125em) {
  .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-text p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    max-width: 500px;
    max-width: 31.25rem;
  }
  .font-degular-loaded .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-text p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-text p em, .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-text p i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-text p em, .font-degular-loaded .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-text p i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
}
@media only screen and (min-width: 23.125em) and (max-width: 37.4375em) {
  .c-collage-grid__row--layout-4-small .c-collage-grid__column--type-text p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    max-width: 500px;
    max-width: 31.25rem;
  }
  .font-degular-loaded .c-collage-grid__row--layout-4-small .c-collage-grid__column--type-text p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .c-collage-grid__row--layout-4-small .c-collage-grid__column--type-text p em, .c-collage-grid__row--layout-4-small .c-collage-grid__column--type-text p i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-collage-grid__row--layout-4-small .c-collage-grid__column--type-text p em, .font-degular-loaded .c-collage-grid__row--layout-4-small .c-collage-grid__column--type-text p i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--type-text p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    max-width: 500px;
    max-width: 31.25rem;
  }
  .font-degular-loaded .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--type-text p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--type-text p em, .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--type-text p i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--type-text p em, .font-degular-loaded .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--type-text p i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
}
@media only screen and (min-width: 23.125em) and (max-width: 49.9375em) {
  .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-text p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    max-width: 500px;
    max-width: 31.25rem;
  }
  .font-degular-loaded .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-text p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-text p em, .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-text p i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-text p em, .font-degular-loaded .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-text p i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
}
@media only screen and (min-width: 37.5em) and (max-width: 49.9375em) {
  .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-fact .c-facts .c-facts__value {
    font-size: 110px;
    font-size: 6.875rem;
  }
  .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-fact .c-facts .svg-img .c-facts__image {
    width: 82px;
    height: 82px;
  }
  .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-fact .c-facts .svg-img .c-facts__image svg * {
    fill: currentColor;
  }
  .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-fact .c-facts .svg-img .c-facts__image--r-svg {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
}
@media only screen and (min-width: 37.5em) and (max-width: 49.9375em) and (min-width: 5.125em) {
  .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-fact .c-facts .svg-img .c-facts__image--r-svg--max-scale {
    width: 82px;
    height: 82px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 37.5em) and (max-width: 49.9375em) {
  .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-fact .c-facts .c-facts__percentage .number {
    font-size: 65px;
    font-size: 4.0625rem;
  }
  .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-fact .c-facts .c-facts__donut {
    width: 7.8333333333em;
  }
  .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-fact .c-facts .c-facts__prefix,
  .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-fact .c-facts .c-facts__suffix {
    font-size: 24px;
    font-size: 1.5rem;
    transform: translateY(-28px);
  }
  .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-fact .c-facts .c-facts__before-text,
  .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-fact .c-facts .c-facts__after-text {
    font-size: 34px;
    font-size: 2.125rem;
  }
  .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-fact .c-facts .c-facts__description {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-fact .c-facts .c-facts__value {
    font-size: 110px;
    font-size: 6.875rem;
  }
  .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-fact .c-facts .svg-img .c-facts__image {
    width: 82px;
    height: 82px;
  }
  .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-fact .c-facts .svg-img .c-facts__image svg * {
    fill: currentColor;
  }
  .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-fact .c-facts .svg-img .c-facts__image--r-svg {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
}
@media only screen and (min-width: 37.5em) and (max-width: 49.9375em) and (min-width: 5.125em) {
  .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-fact .c-facts .svg-img .c-facts__image--r-svg--max-scale {
    width: 82px;
    height: 82px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 37.5em) and (max-width: 49.9375em) {
  .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-fact .c-facts .c-facts__percentage .number {
    font-size: 65px;
    font-size: 4.0625rem;
  }
  .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-fact .c-facts .c-facts__donut {
    width: 7.8333333333em;
  }
  .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-fact .c-facts .c-facts__prefix,
  .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-fact .c-facts .c-facts__suffix {
    font-size: 24px;
    font-size: 1.5rem;
    transform: translateY(-28px);
  }
  .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-fact .c-facts .c-facts__before-text,
  .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-fact .c-facts .c-facts__after-text {
    font-size: 34px;
    font-size: 2.125rem;
  }
  .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-fact .c-facts .c-facts__description {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 37.5em) and (max-width: 68.6875em) {
  .c-collage-grid__row--layout-1-medium-2-small {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-small {
    width: 25%;
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium {
    width: 50%;
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-large {
    width: 100%;
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--type-full-media .c-collage-grid__full-media-video-holder {
    aspect-ratio: auto;
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium {
    width: 100%;
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column:nth-child(2).c-collage-grid__column--size-medium {
    order: 1;
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--type-text, .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--type-fact, .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--type-image {
    min-height: 350px;
    min-height: 21.875rem;
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--type-full-media.c-collage-grid__column--size-medium .c-collage-grid__full-media-video-holder {
    aspect-ratio: 12/7;
  }
  .c-collage-grid__row--layout-1-medium-2-small.c-collage-grid__row .c-collage-grid__column:nth-child(0) {
    width: 100%;
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-small {
    width: calc(50% - 15px);
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium.c-collage-grid__column--type-fact .c-facts .c-facts__value {
    font-size: 110px;
    font-size: 6.875rem;
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium.c-collage-grid__column--type-fact .c-facts .svg-img .c-facts__image {
    width: 82px;
    height: 82px;
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium.c-collage-grid__column--type-fact .c-facts .svg-img .c-facts__image svg * {
    fill: currentColor;
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium.c-collage-grid__column--type-fact .c-facts .svg-img .c-facts__image--r-svg {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
}
@media only screen and (min-width: 37.5em) and (max-width: 68.6875em) and (min-width: 5.125em) {
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium.c-collage-grid__column--type-fact .c-facts .svg-img .c-facts__image--r-svg--max-scale {
    width: 82px;
    height: 82px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 37.5em) and (max-width: 68.6875em) {
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium.c-collage-grid__column--type-fact .c-facts .c-facts__percentage .number {
    font-size: 65px;
    font-size: 4.0625rem;
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium.c-collage-grid__column--type-fact .c-facts .c-facts__donut {
    width: 7.8333333333em;
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium.c-collage-grid__column--type-fact .c-facts .c-facts__prefix,
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium.c-collage-grid__column--type-fact .c-facts .c-facts__suffix {
    font-size: 24px;
    font-size: 1.5rem;
    transform: translateY(-28px);
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium.c-collage-grid__column--type-fact .c-facts .c-facts__before-text,
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium.c-collage-grid__column--type-fact .c-facts .c-facts__after-text {
    font-size: 34px;
    font-size: 2.125rem;
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium.c-collage-grid__column--type-fact .c-facts .c-facts__description {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium.c-collage-grid__column--type-text p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    max-width: 500px;
    max-width: 31.25rem;
  }
  .font-degular-loaded .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium.c-collage-grid__column--type-text p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium.c-collage-grid__column--type-text p em, .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium.c-collage-grid__column--type-text p i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium.c-collage-grid__column--type-text p em, .font-degular-loaded .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium.c-collage-grid__column--type-text p i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .c-collage-grid__row--layout-4-small {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .c-collage-grid__row--layout-4-small .c-collage-grid__column--type-full-media .c-collage-grid__full-media-video-holder {
    aspect-ratio: auto;
  }
  .c-collage-grid__row--layout-4-small .c-collage-grid__column--type-text, .c-collage-grid__row--layout-4-small .c-collage-grid__column--type-fact, .c-collage-grid__row--layout-4-small .c-collage-grid__column--type-image {
    min-height: 350px;
    min-height: 21.875rem;
  }
  .c-collage-grid__row--layout-4-small .c-collage-grid__column--size-small {
    width: calc(50% - 5px);
  }
}
@media only screen and (min-width: 37.5em) and (max-width: 74.9375em) {
  .c-collage-grid__row--layout-1-large .c-collage-grid__column .c-collage-grid__column--type-full-media .c-collage-grid__full-media-video-holder {
    aspect-ratio: auto;
  }
  .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-text, .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-fact, .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-image {
    min-height: 450px;
    min-height: 28.125rem;
  }
}
@media only screen and (min-width: 43.75em) and (max-width: 49.9375em) {
  .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-text p {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    max-width: 600px;
    max-width: 37.5rem;
  }
  .font-degular-loaded .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-text p {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-text p em, .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-text p i {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-text p em, .font-degular-loaded .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-text p i {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
}
@media only screen and (min-width: 43.75em) and (max-width: 62.4375em) {
  .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-text p {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    max-width: 600px;
    max-width: 37.5rem;
  }
  .font-degular-loaded .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-text p {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-text p em, .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-text p i {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-text p em, .font-degular-loaded .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-text p i {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-text {
    padding-top: 150px;
    padding-top: 9.375rem;
    padding-bottom: 150px;
    padding-bottom: 9.375rem;
  }
}
@media only screen and (min-width: 43.75em) and (max-width: 68.6875em) {
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-small.c-collage-grid__column--type-text p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    max-width: 500px;
    max-width: 31.25rem;
  }
  .font-degular-loaded .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-small.c-collage-grid__column--type-text p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-small.c-collage-grid__column--type-text p em, .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-small.c-collage-grid__column--type-text p i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-small.c-collage-grid__column--type-text p em, .font-degular-loaded .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-small.c-collage-grid__column--type-text p i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium.c-collage-grid__column--type-text p {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    max-width: 600px;
    max-width: 37.5rem;
  }
  .font-degular-loaded .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium.c-collage-grid__column--type-text p {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium.c-collage-grid__column--type-text p em, .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium.c-collage-grid__column--type-text p i {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium.c-collage-grid__column--type-text p em, .font-degular-loaded .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium.c-collage-grid__column--type-text p i {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .c-collage-grid__row--layout-4-small .c-collage-grid__column--type-text p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    max-width: 500px;
    max-width: 31.25rem;
  }
  .font-degular-loaded .c-collage-grid__row--layout-4-small .c-collage-grid__column--type-text p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .c-collage-grid__row--layout-4-small .c-collage-grid__column--type-text p em, .c-collage-grid__row--layout-4-small .c-collage-grid__column--type-text p i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-collage-grid__row--layout-4-small .c-collage-grid__column--type-text p em, .font-degular-loaded .c-collage-grid__row--layout-4-small .c-collage-grid__column--type-text p i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
}
@media only screen and (min-width: 50em) {
  .c-collage-grid__row--layout-2-medium {
    flex-direction: row;
  }
  .c-collage-grid__row--layout-2-medium .c-collage-grid__column--size-small {
    width: 25%;
  }
  .c-collage-grid__row--layout-2-medium .c-collage-grid__column--size-medium {
    width: 50%;
  }
  .c-collage-grid__row--layout-2-medium .c-collage-grid__column--size-large {
    width: 100%;
  }
  .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-full-media .c-collage-grid__full-media-video-holder {
    aspect-ratio: auto;
  }
  .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-text {
    padding: 60px;
    padding: 3.75rem;
  }
  .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-text, .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-fact, .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-image {
    min-height: 370px;
    min-height: 23.125rem;
  }
  .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-fact .c-facts .svg-img .c-facts__image {
    width: 110px;
    height: 110px;
  }
  .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-fact .c-facts .svg-img .c-facts__image svg * {
    fill: currentColor;
  }
  .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-fact .c-facts .svg-img .c-facts__image--r-svg {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
}
@media only screen and (min-width: 50em) and (min-width: 6.875em) {
  .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-fact .c-facts .svg-img .c-facts__image--r-svg--max-scale {
    width: 110px;
    height: 110px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 50em) {
  .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-fact .c-facts .c-facts__value {
    font-size: 96px;
    font-size: 6rem;
  }
  .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-fact .c-facts .c-facts__percentage .number {
    font-size: 88px;
    font-size: 5.5rem;
  }
  .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-fact .c-facts .c-facts__donut {
    width: 7.8333333333em;
  }
  .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-fact .c-facts .c-facts__prefix,
  .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-fact .c-facts .c-facts__suffix {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-fact .c-facts .c-facts__before-text,
  .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-fact .c-facts .c-facts__after-text {
    font-size: 44px;
    font-size: 2.75rem;
  }
  .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-fact .c-facts .c-facts__description {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 53.75em) {
  .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-text p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    max-width: 500px;
    max-width: 31.25rem;
  }
  .font-degular-loaded .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-text p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-text p em, .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-text p i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-text p em, .font-degular-loaded .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-text p i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
}
@media only screen and (min-width: 53.75em) and (max-width: 74.9375em) {
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium .c-collage-grid__column--type-text p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    max-width: 500px;
    max-width: 31.25rem;
  }
  .font-degular-loaded .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium .c-collage-grid__column--type-text p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium .c-collage-grid__column--type-text p em, .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium .c-collage-grid__column--type-text p i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium .c-collage-grid__column--type-text p em, .font-degular-loaded .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium .c-collage-grid__column--type-text p i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-text p {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    max-width: 800px;
    max-width: 50rem;
  }
  .font-degular-loaded .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-text p {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-text p em, .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-text p i {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-text p em, .font-degular-loaded .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-text p i {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-text {
    padding-top: 200px;
    padding-top: 12.5rem;
    padding-bottom: 200px;
    padding-bottom: 12.5rem;
  }
}
@media only screen and (min-width: 68.75em) {
  .c-collage-grid__row--layout-1-medium-2-small {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-small {
    width: 25%;
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium {
    width: 50%;
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-large {
    width: 100%;
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--type-full-media .c-collage-grid__full-media-video-holder {
    aspect-ratio: auto;
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column:nth-child(2).c-collage-grid__column--size-medium {
    order: 0;
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium {
    width: calc(50% + 15px);
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium.c-collage-grid__column--type-text p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    max-width: 500px;
    max-width: 31.25rem;
  }
  .font-degular-loaded .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium.c-collage-grid__column--type-text p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium.c-collage-grid__column--type-text p em, .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium.c-collage-grid__column--type-text p i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium.c-collage-grid__column--type-text p em, .font-degular-loaded .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium.c-collage-grid__column--type-text p i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .c-collage-grid__row--layout-4-small {
    flex-direction: row;
  }
  .c-collage-grid__row--layout-4-small .c-collage-grid__column--size-small {
    width: 25%;
  }
  .c-collage-grid__row--layout-4-small .c-collage-grid__column--size-medium {
    width: 50%;
  }
  .c-collage-grid__row--layout-4-small .c-collage-grid__column--size-large {
    width: 100%;
  }
  .c-collage-grid__row--layout-4-small .c-collage-grid__column--type-full-media .c-collage-grid__full-media-video-holder {
    aspect-ratio: auto;
  }
}
@media only screen and (min-width: 68.75em) and (max-width: 78.125em) {
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-small.c-collage-grid__column--type-fact .c-facts .c-facts__value {
    font-size: 54px;
    font-size: 3.375rem;
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-small.c-collage-grid__column--type-fact .c-facts .svg-img .c-facts__image {
    width: 82px;
    height: 82px;
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-small.c-collage-grid__column--type-fact .c-facts .svg-img .c-facts__image svg * {
    fill: currentColor;
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-small.c-collage-grid__column--type-fact .c-facts .svg-img .c-facts__image--r-svg {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
}
@media only screen and (min-width: 68.75em) and (max-width: 78.125em) and (min-width: 5.125em) {
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-small.c-collage-grid__column--type-fact .c-facts .svg-img .c-facts__image--r-svg--max-scale {
    width: 82px;
    height: 82px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 68.75em) and (max-width: 78.125em) {
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-small.c-collage-grid__column--type-fact .c-facts .c-facts__percentage .number {
    font-size: 32px;
    font-size: 2rem;
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-small.c-collage-grid__column--type-fact .c-facts .c-facts__donut {
    width: 7.8333333333em;
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-small.c-collage-grid__column--type-fact .c-facts .c-facts__prefix,
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-small.c-collage-grid__column--type-fact .c-facts .c-facts__suffix {
    font-size: 16px;
    font-size: 1rem;
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-small.c-collage-grid__column--type-fact .c-facts .c-facts__before-text,
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-small.c-collage-grid__column--type-fact .c-facts .c-facts__after-text {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .c-collage-grid__row--layout-4-small .c-collage-grid__column--type-fact .c-facts .c-facts__value {
    font-size: 54px;
    font-size: 3.375rem;
  }
  .c-collage-grid__row--layout-4-small .c-collage-grid__column--type-fact .c-facts .svg-img .c-facts__image {
    width: 82px;
    height: 82px;
  }
  .c-collage-grid__row--layout-4-small .c-collage-grid__column--type-fact .c-facts .svg-img .c-facts__image svg * {
    fill: currentColor;
  }
  .c-collage-grid__row--layout-4-small .c-collage-grid__column--type-fact .c-facts .svg-img .c-facts__image--r-svg {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
}
@media only screen and (min-width: 68.75em) and (max-width: 78.125em) and (min-width: 5.125em) {
  .c-collage-grid__row--layout-4-small .c-collage-grid__column--type-fact .c-facts .svg-img .c-facts__image--r-svg--max-scale {
    width: 82px;
    height: 82px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 68.75em) and (max-width: 78.125em) {
  .c-collage-grid__row--layout-4-small .c-collage-grid__column--type-fact .c-facts .c-facts__percentage .number {
    font-size: 32px;
    font-size: 2rem;
  }
  .c-collage-grid__row--layout-4-small .c-collage-grid__column--type-fact .c-facts .c-facts__donut {
    width: 7.8333333333em;
  }
  .c-collage-grid__row--layout-4-small .c-collage-grid__column--type-fact .c-facts .c-facts__prefix,
  .c-collage-grid__row--layout-4-small .c-collage-grid__column--type-fact .c-facts .c-facts__suffix {
    font-size: 16px;
    font-size: 1rem;
  }
  .c-collage-grid__row--layout-4-small .c-collage-grid__column--type-fact .c-facts .c-facts__before-text,
  .c-collage-grid__row--layout-4-small .c-collage-grid__column--type-fact .c-facts .c-facts__after-text {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 71.875em) {
  .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-fact .c-facts .c-facts__value {
    font-size: 110px;
    font-size: 6.875rem;
  }
  .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-fact .c-facts .svg-img .c-facts__image {
    width: 82px;
    height: 82px;
  }
  .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-fact .c-facts .svg-img .c-facts__image svg * {
    fill: currentColor;
  }
  .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-fact .c-facts .svg-img .c-facts__image--r-svg {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
}
@media only screen and (min-width: 71.875em) and (min-width: 5.125em) {
  .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-fact .c-facts .svg-img .c-facts__image--r-svg--max-scale {
    width: 82px;
    height: 82px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 71.875em) {
  .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-fact .c-facts .c-facts__percentage .number {
    font-size: 65px;
    font-size: 4.0625rem;
  }
  .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-fact .c-facts .c-facts__donut {
    width: 7.8333333333em;
  }
  .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-fact .c-facts .c-facts__prefix,
  .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-fact .c-facts .c-facts__suffix {
    font-size: 24px;
    font-size: 1.5rem;
    transform: translateY(-28px);
  }
  .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-fact .c-facts .c-facts__before-text,
  .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-fact .c-facts .c-facts__after-text {
    font-size: 34px;
    font-size: 2.125rem;
  }
  .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-fact .c-facts .c-facts__description {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-text p {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    max-width: 600px;
    max-width: 37.5rem;
  }
  .font-degular-loaded .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-text p {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-text p em, .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-text p i {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-text p em, .font-degular-loaded .c-collage-grid__row--layout-2-medium .c-collage-grid__column--type-text p i {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.3;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium.c-collage-grid__column--type-fact .c-facts .c-facts__value {
    font-size: 110px;
    font-size: 6.875rem;
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium.c-collage-grid__column--type-fact .c-facts .svg-img .c-facts__image {
    width: 82px;
    height: 82px;
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium.c-collage-grid__column--type-fact .c-facts .svg-img .c-facts__image svg * {
    fill: currentColor;
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium.c-collage-grid__column--type-fact .c-facts .svg-img .c-facts__image--r-svg {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
}
@media only screen and (min-width: 71.875em) and (min-width: 5.125em) {
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium.c-collage-grid__column--type-fact .c-facts .svg-img .c-facts__image--r-svg--max-scale {
    width: 82px;
    height: 82px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 71.875em) {
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium.c-collage-grid__column--type-fact .c-facts .c-facts__percentage .number {
    font-size: 65px;
    font-size: 4.0625rem;
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium.c-collage-grid__column--type-fact .c-facts .c-facts__donut {
    width: 7.8333333333em;
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium.c-collage-grid__column--type-fact .c-facts .c-facts__prefix,
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium.c-collage-grid__column--type-fact .c-facts .c-facts__suffix {
    font-size: 24px;
    font-size: 1.5rem;
    transform: translateY(-28px);
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium.c-collage-grid__column--type-fact .c-facts .c-facts__before-text,
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium.c-collage-grid__column--type-fact .c-facts .c-facts__after-text {
    font-size: 34px;
    font-size: 2.125rem;
  }
  .c-collage-grid__row--layout-1-medium-2-small .c-collage-grid__column--size-medium.c-collage-grid__column--type-fact .c-facts .c-facts__description {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 75em) {
  .c-collage-grid__row--layout-1-large .c-collage-grid__column .c-collage-grid__column--type-full-media .c-collage-grid__full-media-video-holder {
    aspect-ratio: auto;
  }
  .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-text, .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-fact, .c-collage-grid__row--layout-1-large .c-collage-grid__column--type-image {
    min-height: 600px;
    min-height: 37.5rem;
  }
}
.c-disclaimer {
  text-align: center;
  padding: 0.8333333333em;
}

.c-disclaimer p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-disclaimer p {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-disclaimer p em, .c-disclaimer p i {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-disclaimer p em, .font-degular-loaded .c-disclaimer p i {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.c-disclaimer p b, .c-disclaimer p strong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-disclaimer p b, .font-degular-loaded .c-disclaimer p strong {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-expandable-block {
  position: relative;
  text-align: left;
}

.c-expandable-block__hit-area {
  display: none;
}

.c-expandable-block__toolbar {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.8333333333em;
  gap: 0.4166666667em;
}

.c-expandable-block__toolbar-right > a {
  display: block;
}

.c-expandable-block__toolbar-right > a:active, .c-expandable-block__toolbar-right > a:hover, .c-expandable-block__toolbar-right > a:focus {
  background-color: transparent;
}

.c-expandable-block__toolbar-right > a:active .c-expandable-block__close-button, .c-expandable-block__toolbar-right > a:hover .c-expandable-block__close-button, .c-expandable-block__toolbar-right > a:focus .c-expandable-block__close-button {
  transform: rotate(45deg) translate(4px, 4px);
}

.c-expandable-block__label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  color: #FED141;
  display: flex;
  align-items: center;
  gap: 0.4166666667em;
  text-transform: none;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-property: color;
}

.font-degular-loaded .c-expandable-block__label {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-expandable-block__label-icon {
  height: 20px;
  height: 1.25rem;
}

.c-expandable-block__label-icon.icon--category {
  width: 20px;
  width: 1.25rem;
}

.c-expandable-block__label-icon .icon__img {
  height: 20px;
  height: 1.25rem;
}

.c-expandable-block__label sup {
  fill: #FAF5E4;
}

.c-expandable-block__title {
  display: block;
  color: #FAF5E4;
  padding-bottom: 0;
  margin: 0 auto;
  text-transform: uppercase;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-property: color;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.mzr-js.font-knockout-50-loaded .c-expandable-block__title {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-expandable-block__title em, .c-expandable-block__title i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.mzr-js.font-knockout-50-loaded .c-expandable-block__title em, .mzr-js.font-knockout-50-loaded .c-expandable-block__title i {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-expandable-block__title em strong, .c-expandable-block__title em b, .c-expandable-block__title i strong, .c-expandable-block__title i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.mzr-js.font-knockout-50-loaded .c-expandable-block__title em strong, .mzr-js.font-knockout-50-loaded .c-expandable-block__title em b, .mzr-js.font-knockout-50-loaded .c-expandable-block__title i strong, .mzr-js.font-knockout-50-loaded .c-expandable-block__title i b {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-expandable-block__description-text h2 {
  text-transform: uppercase;
  padding-bottom: 1rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-expandable-block__description-text h2 {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-expandable-block__description-text h2 em, .c-expandable-block__description-text h2 i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-expandable-block__description-text h2 em, .font-knockout-51-loaded .c-expandable-block__description-text h2 i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-expandable-block__description-text h2 em strong, .c-expandable-block__description-text h2 em b, .c-expandable-block__description-text h2 i strong, .c-expandable-block__description-text h2 i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-expandable-block__description-text h2 em strong, .font-knockout-51-loaded .c-expandable-block__description-text h2 em b, .font-knockout-51-loaded .c-expandable-block__description-text h2 i strong, .font-knockout-51-loaded .c-expandable-block__description-text h2 i b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-expandable-block__description-text h2 strong, .c-expandable-block__description-text h2 b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-expandable-block__description-text h2 strong, .font-knockout-51-loaded .c-expandable-block__description-text h2 b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-expandable-block__description-text h2 strong em, .c-expandable-block__description-text h2 strong i, .c-expandable-block__description-text h2 b em, .c-expandable-block__description-text h2 b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-expandable-block__description-text h2 strong em, .font-knockout-51-loaded .c-expandable-block__description-text h2 strong i, .font-knockout-51-loaded .c-expandable-block__description-text h2 b em, .font-knockout-51-loaded .c-expandable-block__description-text h2 b i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .c-expandable-block__description-text h2 {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-expandable-block__description-text h2 {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-expandable-block__description-text h2 em, .c-expandable-block__description-text h2 i {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-expandable-block__description-text h2 em, .font-knockout-50-loaded .c-expandable-block__description-text h2 i {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-expandable-block__description-text h2 em strong, .c-expandable-block__description-text h2 em b, .c-expandable-block__description-text h2 i strong, .c-expandable-block__description-text h2 i b {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-expandable-block__description-text h2 em strong, .font-knockout-51-loaded .c-expandable-block__description-text h2 em b, .font-knockout-51-loaded .c-expandable-block__description-text h2 i strong, .font-knockout-51-loaded .c-expandable-block__description-text h2 i b {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-expandable-block__description-text h2 strong, .c-expandable-block__description-text h2 b {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-expandable-block__description-text h2 strong, .font-knockout-51-loaded .c-expandable-block__description-text h2 b {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-expandable-block__description-text h2 strong em, .c-expandable-block__description-text h2 strong i, .c-expandable-block__description-text h2 b em, .c-expandable-block__description-text h2 b i {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-expandable-block__description-text h2 strong em, .font-knockout-51-loaded .c-expandable-block__description-text h2 strong i, .font-knockout-51-loaded .c-expandable-block__description-text h2 b em, .font-knockout-51-loaded .c-expandable-block__description-text h2 b i {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .c-expandable-block__description-text h2 {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-expandable-block__description-text h2 {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-expandable-block__description-text h2 em, .c-expandable-block__description-text h2 i {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-expandable-block__description-text h2 em, .font-knockout-51-loaded .c-expandable-block__description-text h2 i {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-expandable-block__description-text h2 em strong, .c-expandable-block__description-text h2 em b, .c-expandable-block__description-text h2 i strong, .c-expandable-block__description-text h2 i b {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-expandable-block__description-text h2 em strong, .font-knockout-51-loaded .c-expandable-block__description-text h2 em b, .font-knockout-51-loaded .c-expandable-block__description-text h2 i strong, .font-knockout-51-loaded .c-expandable-block__description-text h2 i b {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-expandable-block__description-text h2 strong, .c-expandable-block__description-text h2 b {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-expandable-block__description-text h2 strong, .font-knockout-51-loaded .c-expandable-block__description-text h2 b {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-expandable-block__description-text h2 strong em, .c-expandable-block__description-text h2 strong i, .c-expandable-block__description-text h2 b em, .c-expandable-block__description-text h2 b i {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-expandable-block__description-text h2 strong em, .font-knockout-51-loaded .c-expandable-block__description-text h2 strong i, .font-knockout-51-loaded .c-expandable-block__description-text h2 b em, .font-knockout-51-loaded .c-expandable-block__description-text h2 b i {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.c-expandable-block__description-text h3 {
  text-transform: uppercase;
  padding-bottom: 1rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-expandable-block__description-text h3 {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-expandable-block__description-text h3 em, .c-expandable-block__description-text h3 i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-expandable-block__description-text h3 em, .font-knockout-50-loaded .c-expandable-block__description-text h3 i {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-expandable-block__description-text h3 em strong, .c-expandable-block__description-text h3 em b, .c-expandable-block__description-text h3 i strong, .c-expandable-block__description-text h3 i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-expandable-block__description-text h3 em strong, .font-knockout-50-loaded .c-expandable-block__description-text h3 em b, .font-knockout-50-loaded .c-expandable-block__description-text h3 i strong, .font-knockout-50-loaded .c-expandable-block__description-text h3 i b {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-expandable-block__description-text h3 strong, .c-expandable-block__description-text h3 b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-expandable-block__description-text h3 strong, .font-knockout-50-loaded .c-expandable-block__description-text h3 b {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-expandable-block__description-text h3 strong em, .c-expandable-block__description-text h3 strong i, .c-expandable-block__description-text h3 b em, .c-expandable-block__description-text h3 b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-expandable-block__description-text h3 strong em, .font-knockout-50-loaded .c-expandable-block__description-text h3 strong i, .font-knockout-50-loaded .c-expandable-block__description-text h3 b em, .font-knockout-50-loaded .c-expandable-block__description-text h3 b i {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .c-expandable-block__description-text h3 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-expandable-block__description-text h3 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-expandable-block__description-text h3 em, .c-expandable-block__description-text h3 i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-expandable-block__description-text h3 em, .font-knockout-50-loaded .c-expandable-block__description-text h3 i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-expandable-block__description-text h3 em strong, .c-expandable-block__description-text h3 em b, .c-expandable-block__description-text h3 i strong, .c-expandable-block__description-text h3 i b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-expandable-block__description-text h3 em strong, .font-knockout-50-loaded .c-expandable-block__description-text h3 em b, .font-knockout-50-loaded .c-expandable-block__description-text h3 i strong, .font-knockout-50-loaded .c-expandable-block__description-text h3 i b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-expandable-block__description-text h3 strong, .c-expandable-block__description-text h3 b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-expandable-block__description-text h3 strong, .font-knockout-50-loaded .c-expandable-block__description-text h3 b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-expandable-block__description-text h3 strong em, .c-expandable-block__description-text h3 strong i, .c-expandable-block__description-text h3 b em, .c-expandable-block__description-text h3 b i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-expandable-block__description-text h3 strong em, .font-knockout-50-loaded .c-expandable-block__description-text h3 strong i, .font-knockout-50-loaded .c-expandable-block__description-text h3 b em, .font-knockout-50-loaded .c-expandable-block__description-text h3 b i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .c-expandable-block__description-text h3 {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-expandable-block__description-text h3 {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-expandable-block__description-text h3 em, .c-expandable-block__description-text h3 i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-expandable-block__description-text h3 em, .font-knockout-50-loaded .c-expandable-block__description-text h3 i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-expandable-block__description-text h3 em strong, .c-expandable-block__description-text h3 em b, .c-expandable-block__description-text h3 i strong, .c-expandable-block__description-text h3 i b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-expandable-block__description-text h3 em strong, .font-knockout-50-loaded .c-expandable-block__description-text h3 em b, .font-knockout-50-loaded .c-expandable-block__description-text h3 i strong, .font-knockout-50-loaded .c-expandable-block__description-text h3 i b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-expandable-block__description-text h3 strong, .c-expandable-block__description-text h3 b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-expandable-block__description-text h3 strong, .font-knockout-50-loaded .c-expandable-block__description-text h3 b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-expandable-block__description-text h3 strong em, .c-expandable-block__description-text h3 strong i, .c-expandable-block__description-text h3 b em, .c-expandable-block__description-text h3 b i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-expandable-block__description-text h3 strong em, .font-knockout-50-loaded .c-expandable-block__description-text h3 strong i, .font-knockout-50-loaded .c-expandable-block__description-text h3 b em, .font-knockout-50-loaded .c-expandable-block__description-text h3 b i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.c-expandable-block__description-text h4 {
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-expandable-block__description-text h4 {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-expandable-block__description-text h4 em, .c-expandable-block__description-text h4 i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-expandable-block__description-text h4 em, .font-knockout-51-loaded .c-expandable-block__description-text h4 i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-expandable-block__description-text h4 em strong, .c-expandable-block__description-text h4 em b, .c-expandable-block__description-text h4 i strong, .c-expandable-block__description-text h4 i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-expandable-block__description-text h4 em strong, .font-knockout-51-loaded .c-expandable-block__description-text h4 em b, .font-knockout-51-loaded .c-expandable-block__description-text h4 i strong, .font-knockout-51-loaded .c-expandable-block__description-text h4 i b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-expandable-block__description-text h4 strong, .c-expandable-block__description-text h4 b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-expandable-block__description-text h4 strong, .font-knockout-51-loaded .c-expandable-block__description-text h4 b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-expandable-block__description-text h4 strong em, .c-expandable-block__description-text h4 strong i, .c-expandable-block__description-text h4 b em, .c-expandable-block__description-text h4 b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-expandable-block__description-text h4 strong em, .font-knockout-51-loaded .c-expandable-block__description-text h4 strong i, .font-knockout-51-loaded .c-expandable-block__description-text h4 b em, .font-knockout-51-loaded .c-expandable-block__description-text h4 b i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .c-expandable-block__description-text h4 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-expandable-block__description-text h4 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-expandable-block__description-text h4 em, .c-expandable-block__description-text h4 i {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-expandable-block__description-text h4 em, .font-knockout-51-loaded .c-expandable-block__description-text h4 i {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-expandable-block__description-text h4 em strong, .c-expandable-block__description-text h4 em b, .c-expandable-block__description-text h4 i strong, .c-expandable-block__description-text h4 i b {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-expandable-block__description-text h4 em strong, .font-knockout-51-loaded .c-expandable-block__description-text h4 em b, .font-knockout-51-loaded .c-expandable-block__description-text h4 i strong, .font-knockout-51-loaded .c-expandable-block__description-text h4 i b {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-expandable-block__description-text h4 strong, .c-expandable-block__description-text h4 b {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-expandable-block__description-text h4 strong, .font-knockout-51-loaded .c-expandable-block__description-text h4 b {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-expandable-block__description-text h4 strong em, .c-expandable-block__description-text h4 strong i, .c-expandable-block__description-text h4 b em, .c-expandable-block__description-text h4 b i {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-expandable-block__description-text h4 strong em, .font-knockout-51-loaded .c-expandable-block__description-text h4 strong i, .font-knockout-51-loaded .c-expandable-block__description-text h4 b em, .font-knockout-51-loaded .c-expandable-block__description-text h4 b i {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .c-expandable-block__description-text h4 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-expandable-block__description-text h4 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-expandable-block__description-text h4 em, .c-expandable-block__description-text h4 i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-expandable-block__description-text h4 em, .font-knockout-51-loaded .c-expandable-block__description-text h4 i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-expandable-block__description-text h4 em strong, .c-expandable-block__description-text h4 em b, .c-expandable-block__description-text h4 i strong, .c-expandable-block__description-text h4 i b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-expandable-block__description-text h4 em strong, .font-knockout-51-loaded .c-expandable-block__description-text h4 em b, .font-knockout-51-loaded .c-expandable-block__description-text h4 i strong, .font-knockout-51-loaded .c-expandable-block__description-text h4 i b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-expandable-block__description-text h4 strong, .c-expandable-block__description-text h4 b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-expandable-block__description-text h4 strong, .font-knockout-51-loaded .c-expandable-block__description-text h4 b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-expandable-block__description-text h4 strong em, .c-expandable-block__description-text h4 strong i, .c-expandable-block__description-text h4 b em, .c-expandable-block__description-text h4 b i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-expandable-block__description-text h4 strong em, .font-knockout-51-loaded .c-expandable-block__description-text h4 strong i, .font-knockout-51-loaded .c-expandable-block__description-text h4 b em, .font-knockout-51-loaded .c-expandable-block__description-text h4 b i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.c-expandable-block__description-text h5 {
  text-transform: uppercase;
  padding-bottom: 0.25rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-expandable-block__description-text h5 {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-expandable-block__description-text h5 em, .c-expandable-block__description-text h5 i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-expandable-block__description-text h5 em, .font-knockout-51-loaded .c-expandable-block__description-text h5 i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-expandable-block__description-text h5 em strong, .c-expandable-block__description-text h5 em b, .c-expandable-block__description-text h5 i strong, .c-expandable-block__description-text h5 i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-expandable-block__description-text h5 em strong, .font-knockout-51-loaded .c-expandable-block__description-text h5 em b, .font-knockout-51-loaded .c-expandable-block__description-text h5 i strong, .font-knockout-51-loaded .c-expandable-block__description-text h5 i b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-expandable-block__description-text h5 strong, .c-expandable-block__description-text h5 b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-expandable-block__description-text h5 strong, .font-knockout-51-loaded .c-expandable-block__description-text h5 b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-expandable-block__description-text h5 strong em, .c-expandable-block__description-text h5 strong i, .c-expandable-block__description-text h5 b em, .c-expandable-block__description-text h5 b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-expandable-block__description-text h5 strong em, .font-knockout-51-loaded .c-expandable-block__description-text h5 strong i, .font-knockout-51-loaded .c-expandable-block__description-text h5 b em, .font-knockout-51-loaded .c-expandable-block__description-text h5 b i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .c-expandable-block__description-text h5 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-expandable-block__description-text h5 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-expandable-block__description-text h5 em, .c-expandable-block__description-text h5 i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-expandable-block__description-text h5 em, .font-knockout-51-loaded .c-expandable-block__description-text h5 i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-expandable-block__description-text h5 em strong, .c-expandable-block__description-text h5 em b, .c-expandable-block__description-text h5 i strong, .c-expandable-block__description-text h5 i b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-expandable-block__description-text h5 em strong, .font-knockout-51-loaded .c-expandable-block__description-text h5 em b, .font-knockout-51-loaded .c-expandable-block__description-text h5 i strong, .font-knockout-51-loaded .c-expandable-block__description-text h5 i b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-expandable-block__description-text h5 strong, .c-expandable-block__description-text h5 b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-expandable-block__description-text h5 strong, .font-knockout-51-loaded .c-expandable-block__description-text h5 b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-expandable-block__description-text h5 strong em, .c-expandable-block__description-text h5 strong i, .c-expandable-block__description-text h5 b em, .c-expandable-block__description-text h5 b i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-expandable-block__description-text h5 strong em, .font-knockout-51-loaded .c-expandable-block__description-text h5 strong i, .font-knockout-51-loaded .c-expandable-block__description-text h5 b em, .font-knockout-51-loaded .c-expandable-block__description-text h5 b i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .c-expandable-block__description-text h5 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-expandable-block__description-text h5 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-expandable-block__description-text h5 em, .c-expandable-block__description-text h5 i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-expandable-block__description-text h5 em, .font-knockout-51-loaded .c-expandable-block__description-text h5 i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-expandable-block__description-text h5 em strong, .c-expandable-block__description-text h5 em b, .c-expandable-block__description-text h5 i strong, .c-expandable-block__description-text h5 i b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-expandable-block__description-text h5 em strong, .font-knockout-51-loaded .c-expandable-block__description-text h5 em b, .font-knockout-51-loaded .c-expandable-block__description-text h5 i strong, .font-knockout-51-loaded .c-expandable-block__description-text h5 i b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-expandable-block__description-text h5 strong, .c-expandable-block__description-text h5 b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-expandable-block__description-text h5 strong, .font-knockout-51-loaded .c-expandable-block__description-text h5 b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-expandable-block__description-text h5 strong em, .c-expandable-block__description-text h5 strong i, .c-expandable-block__description-text h5 b em, .c-expandable-block__description-text h5 b i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-expandable-block__description-text h5 strong em, .font-knockout-51-loaded .c-expandable-block__description-text h5 strong i, .font-knockout-51-loaded .c-expandable-block__description-text h5 b em, .font-knockout-51-loaded .c-expandable-block__description-text h5 b i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.c-expandable-block__description-text p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-expandable-block__description-text p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-expandable-block__description-text p em, .c-expandable-block__description-text p i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-expandable-block__description-text p em, .font-degular-loaded .c-expandable-block__description-text p i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.c-expandable-block__description-text p strong, .c-expandable-block__description-text p b {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-expandable-block__description-text p strong, .font-degular-loaded .c-expandable-block__description-text p b {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-expandable-block__description-text p strong em, .c-expandable-block__description-text p strong i, .c-expandable-block__description-text p b em, .c-expandable-block__description-text p b i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-expandable-block__description-text p strong em, .font-degular-loaded .c-expandable-block__description-text p strong i, .font-degular-loaded .c-expandable-block__description-text p b em, .font-degular-loaded .c-expandable-block__description-text p b i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.c-expandable-block__description-text .intro {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-expandable-block__description-text .intro {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-expandable-block__description-text .intro em, .c-expandable-block__description-text .intro i {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-expandable-block__description-text .intro em, .font-degular-loaded .c-expandable-block__description-text .intro i {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.c-expandable-block__description-text .intro em strong, .c-expandable-block__description-text .intro em b, .c-expandable-block__description-text .intro i strong, .c-expandable-block__description-text .intro i b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-expandable-block__description-text .intro em strong, .font-degular-loaded .c-expandable-block__description-text .intro em b, .font-degular-loaded .c-expandable-block__description-text .intro i strong, .font-degular-loaded .c-expandable-block__description-text .intro i b {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.c-expandable-block__description-text .intro strong, .c-expandable-block__description-text .intro b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-expandable-block__description-text .intro strong, .font-degular-loaded .c-expandable-block__description-text .intro b {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-expandable-block__description-text .intro strong em, .c-expandable-block__description-text .intro strong i, .c-expandable-block__description-text .intro b em, .c-expandable-block__description-text .intro b i {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-expandable-block__description-text .intro strong em, .font-degular-loaded .c-expandable-block__description-text .intro strong i, .font-degular-loaded .c-expandable-block__description-text .intro b em, .font-degular-loaded .c-expandable-block__description-text .intro b i {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.c-expandable-block__description-text .intro:last-child {
  padding-bottom: 0;
}

@media only screen and (min-width: 43.75em) {
  .c-expandable-block__description-text .intro {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-expandable-block__description-text .intro {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .c-expandable-block__description-text .intro em, .c-expandable-block__description-text .intro i {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-expandable-block__description-text .intro em, .font-degular-loaded .c-expandable-block__description-text .intro i {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .c-expandable-block__description-text .intro em strong, .c-expandable-block__description-text .intro em b, .c-expandable-block__description-text .intro i strong, .c-expandable-block__description-text .intro i b {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-expandable-block__description-text .intro em strong, .font-degular-loaded .c-expandable-block__description-text .intro em b, .font-degular-loaded .c-expandable-block__description-text .intro i strong, .font-degular-loaded .c-expandable-block__description-text .intro i b {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .c-expandable-block__description-text .intro strong, .c-expandable-block__description-text .intro b {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-expandable-block__description-text .intro strong, .font-degular-loaded .c-expandable-block__description-text .intro b {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .c-expandable-block__description-text .intro strong em, .c-expandable-block__description-text .intro strong i, .c-expandable-block__description-text .intro b em, .c-expandable-block__description-text .intro b i {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-expandable-block__description-text .intro strong em, .font-degular-loaded .c-expandable-block__description-text .intro strong i, .font-degular-loaded .c-expandable-block__description-text .intro b em, .font-degular-loaded .c-expandable-block__description-text .intro b i {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
}
.c-expandable-block__description-text .disclaimer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-expandable-block__description-text .disclaimer {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.c-expandable-block__description-text .disclaimer em, .c-expandable-block__description-text .disclaimer i {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-expandable-block__description-text .disclaimer em, .font-degular-loaded .c-expandable-block__description-text .disclaimer i {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-expandable-block__description-text .disclaimer strong, .c-expandable-block__description-text .disclaimer b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-expandable-block__description-text .disclaimer strong, .font-degular-loaded .c-expandable-block__description-text .disclaimer b {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

@media only screen and (min-width: 43.75em) {
  .c-expandable-block__description-text .disclaimer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-expandable-block__description-text .disclaimer {
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .c-expandable-block__description-text .disclaimer em, .c-expandable-block__description-text .disclaimer i {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-expandable-block__description-text .disclaimer em, .font-degular-loaded .c-expandable-block__description-text .disclaimer i {
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .c-expandable-block__description-text .disclaimer strong, .c-expandable-block__description-text .disclaimer b {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-expandable-block__description-text .disclaimer strong, .font-degular-loaded .c-expandable-block__description-text .disclaimer b {
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
}
.c-expandable-block__description-text img {
  width: 100%;
}

.c-expandable-block__description-text .wp-caption {
  margin-bottom: 1em;
}

.c-expandable-block__description-text .wp-caption img {
  padding-bottom: 0;
}

.c-expandable-block__description-text ul li,
.c-expandable-block__description-text ol li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  padding-left: 10px;
  padding-left: 0.625rem;
}

.font-degular-loaded .c-expandable-block__description-text ul li,
.font-degular-loaded .c-expandable-block__description-text ol li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-expandable-block__description-text ul li em, .c-expandable-block__description-text ul li i,
.c-expandable-block__description-text ol li em,
.c-expandable-block__description-text ol li i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-expandable-block__description-text ul li em, .font-degular-loaded .c-expandable-block__description-text ul li i,
.font-degular-loaded .c-expandable-block__description-text ol li em,
.font-degular-loaded .c-expandable-block__description-text ol li i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.c-expandable-block__description-text ul li strong, .c-expandable-block__description-text ul li b,
.c-expandable-block__description-text ol li strong,
.c-expandable-block__description-text ol li b {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-expandable-block__description-text ul li strong, .font-degular-loaded .c-expandable-block__description-text ul li b,
.font-degular-loaded .c-expandable-block__description-text ol li strong,
.font-degular-loaded .c-expandable-block__description-text ol li b {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-expandable-block__description-text ul li strong em, .c-expandable-block__description-text ul li strong i, .c-expandable-block__description-text ul li b em, .c-expandable-block__description-text ul li b i,
.c-expandable-block__description-text ol li strong em,
.c-expandable-block__description-text ol li strong i,
.c-expandable-block__description-text ol li b em,
.c-expandable-block__description-text ol li b i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-expandable-block__description-text ul li strong em, .font-degular-loaded .c-expandable-block__description-text ul li strong i, .font-degular-loaded .c-expandable-block__description-text ul li b em, .font-degular-loaded .c-expandable-block__description-text ul li b i,
.font-degular-loaded .c-expandable-block__description-text ol li strong em,
.font-degular-loaded .c-expandable-block__description-text ol li strong i,
.font-degular-loaded .c-expandable-block__description-text ol li b em,
.font-degular-loaded .c-expandable-block__description-text ol li b i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.c-expandable-block__description-text p:last-child,
.c-expandable-block__description-text ul:last-child,
.c-expandable-block__description-text ol:last-child {
  padding-bottom: 0;
}

.c-expandable-block__description-text p .button:last-child,
.c-expandable-block__description-text ul .button:last-child,
.c-expandable-block__description-text ol .button:last-child {
  margin-bottom: 0;
}

.c-expandable-block__description-text .embed-placeholder:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 43.75em) {
  .c-expandable-block__description-text p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-expandable-block__description-text p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .c-expandable-block__description-text p em, .c-expandable-block__description-text p i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-expandable-block__description-text p em, .font-degular-loaded .c-expandable-block__description-text p i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .c-expandable-block__description-text p b, .c-expandable-block__description-text p strong {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-expandable-block__description-text p b, .font-degular-loaded .c-expandable-block__description-text p strong {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .c-expandable-block__description-text p b em, .c-expandable-block__description-text p b i, .c-expandable-block__description-text p strong em, .c-expandable-block__description-text p strong i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-expandable-block__description-text p b em, .font-degular-loaded .c-expandable-block__description-text p b i, .font-degular-loaded .c-expandable-block__description-text p strong em, .font-degular-loaded .c-expandable-block__description-text p strong i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .c-expandable-block__description-text ul li,
  .c-expandable-block__description-text ol li {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-expandable-block__description-text ul li,
  .font-degular-loaded .c-expandable-block__description-text ol li {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .c-expandable-block__description-text ul li em, .c-expandable-block__description-text ul li i,
  .c-expandable-block__description-text ol li em,
  .c-expandable-block__description-text ol li i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-expandable-block__description-text ul li em, .font-degular-loaded .c-expandable-block__description-text ul li i,
  .font-degular-loaded .c-expandable-block__description-text ol li em,
  .font-degular-loaded .c-expandable-block__description-text ol li i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .c-expandable-block__description-text ul li b, .c-expandable-block__description-text ul li strong,
  .c-expandable-block__description-text ol li b,
  .c-expandable-block__description-text ol li strong {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-expandable-block__description-text ul li b, .font-degular-loaded .c-expandable-block__description-text ul li strong,
  .font-degular-loaded .c-expandable-block__description-text ol li b,
  .font-degular-loaded .c-expandable-block__description-text ol li strong {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .c-expandable-block__description-text ul li b em, .c-expandable-block__description-text ul li b i, .c-expandable-block__description-text ul li strong em, .c-expandable-block__description-text ul li strong i,
  .c-expandable-block__description-text ol li b em,
  .c-expandable-block__description-text ol li b i,
  .c-expandable-block__description-text ol li strong em,
  .c-expandable-block__description-text ol li strong i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-expandable-block__description-text ul li b em, .font-degular-loaded .c-expandable-block__description-text ul li b i, .font-degular-loaded .c-expandable-block__description-text ul li strong em, .font-degular-loaded .c-expandable-block__description-text ul li strong i,
  .font-degular-loaded .c-expandable-block__description-text ol li b em,
  .font-degular-loaded .c-expandable-block__description-text ol li b i,
  .font-degular-loaded .c-expandable-block__description-text ol li strong em,
  .font-degular-loaded .c-expandable-block__description-text ol li strong i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
}
.c-expandable-block__description-text a:link,
.c-expandable-block__description-text a:visited {
  color: #FAF5E4;
}

.c-expandable-block__description-text a:link, .c-expandable-block__description-text a:link:active, .c-expandable-block__description-text a:link:hover, .c-expandable-block__description-text a:link:focus,
.c-expandable-block__description-text a:visited,
.c-expandable-block__description-text a:visited:active,
.c-expandable-block__description-text a:visited:hover,
.c-expandable-block__description-text a:visited:focus {
  background-color: transparent;
}

.c-expandable-block__description-text--first {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.mzr-js.font-degular-loaded .c-expandable-block__description-text--first {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-expandable-block__permalink {
  float: right;
  clear: both;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 20px;
  margin-top: 1.25rem;
  color: #FAF5E4;
}

.font-degular-loaded .c-expandable-block__permalink {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

@media only screen and (min-width: 43.75em) {
  .c-expandable-block__permalink {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-expandable-block__permalink {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
.c-expandable-block__permalink:link, .c-expandable-block__permalink:visited {
  color: #FED141;
  text-decoration: none;
  background-color: transparent;
}

.c-expandable-block__permalink-icon {
  display: inline-block;
  margin-left: 0.4166666667em;
  width: 11px;
  height: 11px;
}

.c-expandable-block__permalink-icon svg * {
  fill: currentColor;
}

.c-expandable-block__permalink-icon--r-svg {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

@media only screen and (min-width: 0.6875em) {
  .c-expandable-block__permalink-icon--r-svg--max-scale {
    width: 11px;
    height: 11px;
    padding-bottom: 0;
  }
}
.c-expandable-block__logo {
  max-width: 50em;
  margin: 0;
}

.c-expandable-block__type-icon {
  display: inline-block;
  vertical-align: top;
}

.c-expandable-block__type-icon .icon__img {
  width: 14px;
  height: 14px;
}

.c-expandable-block__type-icon .icon__img svg * {
  fill: currentColor;
}

.c-expandable-block__type-icon .icon__img--r-svg {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

@media only screen and (min-width: 0.875em) {
  .c-expandable-block__type-icon .icon__img--r-svg--max-scale {
    width: 14px;
    height: 14px;
    padding-bottom: 0;
  }
}
.c-expandable-block__close-button, .c-expandable-block__expand-button {
  display: none;
  transition: 0.2s ease-in-out;
}

.c-expandable-block--overlay .c-expandable-block__description {
  zoom: 1;
}

.c-expandable-block--overlay .c-expandable-block__description:before, .c-expandable-block--overlay .c-expandable-block__description:after {
  content: " ";
  display: table;
}

.c-expandable-block--overlay .c-expandable-block__description:after {
  clear: both;
}

.c-expandable-block--overlay .c-expandable-block__description h6 {
  color: #FAF5E4;
}

.c-expandable-block--overlay .c-expandable-block__description-media img, .c-expandable-block--overlay .c-expandable-block__description-media .lazyload-embed {
  padding-bottom: 0;
}

.c-expandable-block--overlay .c-expandable-block__description-media iframe {
  max-width: 100%;
}

.mzr-js .c-expandable-block {
  position: relative;
  top: 0.2083333333em;
  margin-bottom: 1.25em;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-property: all;
}

.mzr-js .c-expandable-block:hover:not(.c-expandable-block--is-open) {
  top: 0;
}

.mzr-js .c-expandable-block:hover:not(.c-expandable-block--is-open) .c-expandable-block__content-container {
  background-color: #024B96;
}

.mzr-js .c-expandable-block__bg-image {
  width: 100%;
  padding-bottom: 75%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center top;
}

.mzr-js .c-expandable-block__bg-image-wrapper {
  overflow: hidden;
  border-radius: 0.4166666667em 0.4166666667em 0 0;
}

.mzr-js .c-expandable-block--overlay:not(.c-expandable-block--is-open) .c-expandable-block__bg-image {
  transition-property: transform;
  transition-duration: 4s;
  transition-timing-function: ease-out;
}

.mzr-js .c-expandable-block--overlay:not(.c-expandable-block--is-open) .c-expandable-block__mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  opacity: 0;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-property: opacity;
}

.mzr-js .c-expandable-block--overlay:not(.c-expandable-block--is-open):hover .c-expandable-block__bg-image {
  transform: scale(1.1);
}

.mzr-js .c-expandable-block--overlay:not(.c-expandable-block--is-open):hover .c-expandable-block__mask {
  opacity: 0.18;
}

.mzr-js .c-expandable-block--overlay:not(.c-expandable-block--is-open) .c-expandable-block__mask {
  border-radius: 0.4166666667em;
}

.mzr-js .c-expandable-block--overlay:not(.c-expandable-block--is-open) .c-expandable-block__content-container {
  position: relative;
  z-index: 1;
  background-color: #002E5D;
}

.mzr-js .c-expandable-block__content-container {
  padding: 0.8333333333em 0.8333333333em 1.25em;
  background-color: #002E5D;
  border-radius: 0.4166666667em;
}

.mzr-js .c-expandable-block__hit-area {
  display: block;
  position: absolute;
  z-index: 3;
  background-color: #fff;
  opacity: 0;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-property: opacity;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mzr-js .c-expandable-block__close-button {
  vertical-align: initial;
  color: #FED141;
}

.mzr-js .c-expandable-block__close-button .icon__img {
  width: 32px;
  height: 32px;
}

.mzr-js .c-expandable-block__close-button .icon__img svg * {
  fill: currentColor;
}

.mzr-js .c-expandable-block__close-button .icon__img--r-svg {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

@media only screen and (min-width: 2em) {
  .mzr-js .c-expandable-block__close-button .icon__img--r-svg--max-scale {
    width: 32px;
    height: 32px;
    padding-bottom: 0;
  }
}
.mzr-js .c-expandable-block__expand-button {
  color: #FED141;
  display: block;
  vertical-align: initial;
}

.mzr-js .c-expandable-block__expand-button .icon {
  display: block;
  width: auto;
}

.mzr-js .c-expandable-block__expand-button .icon__img {
  width: 32px;
  height: 32px;
  padding: 0;
}

.mzr-js .c-expandable-block__expand-button .icon__img svg * {
  fill: currentColor;
}

.mzr-js .c-expandable-block__expand-button .icon__img--r-svg {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

@media only screen and (min-width: 2em) {
  .mzr-js .c-expandable-block__expand-button .icon__img--r-svg--max-scale {
    width: 32px;
    height: 32px;
    padding-bottom: 0;
  }
}
.mzr-js .c-expandable-block__expand-button .icon--external-link {
  padding: 0.0833333333em;
}

.mzr-js .c-expandable-block__expand-button .icon--external-link .icon__img {
  width: 24px;
  height: 24px;
}

.mzr-js .c-expandable-block__expand-button .icon--external-link .icon__img svg * {
  fill: currentColor;
}

.mzr-js .c-expandable-block__expand-button .icon--external-link .icon__img--r-svg {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

@media only screen and (min-width: 1.5em) {
  .mzr-js .c-expandable-block__expand-button .icon--external-link .icon__img--r-svg--max-scale {
    width: 24px;
    height: 24px;
    padding-bottom: 0;
  }
}
.mzr-js .c-expandable-block__close-button {
  width: auto;
  transform: rotate(45deg);
}

.mzr-js .c-expandable-block__close-button .icon__img {
  width: 20px;
  height: 20px;
  padding: 0;
}

.mzr-js .c-expandable-block__close-button .icon__img svg * {
  fill: currentColor;
}

.mzr-js .c-expandable-block__close-button .icon__img--r-svg {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

@media only screen and (min-width: 1.25em) {
  .mzr-js .c-expandable-block__close-button .icon__img--r-svg--max-scale {
    width: 20px;
    height: 20px;
    padding-bottom: 0;
  }
}
.mzr-js .c-expandable-block__expand-icon .icon__img {
  width: 20px;
  height: 20px;
}

.mzr-js .c-expandable-block__expand-icon .icon__img svg * {
  fill: currentColor;
}

.mzr-js .c-expandable-block__expand-icon .icon__img--r-svg {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

@media only screen and (min-width: 1.25em) {
  .mzr-js .c-expandable-block__expand-icon .icon__img--r-svg--max-scale {
    width: 20px;
    height: 20px;
    padding-bottom: 0;
  }
}
.mzr-js .c-expandable-block__description {
  display: none;
  zoom: 1;
}

.mzr-js .c-expandable-block__description:before, .mzr-js .c-expandable-block__description:after {
  content: " ";
  display: table;
}

.mzr-js .c-expandable-block__description:after {
  clear: both;
}

.mzr-js .c-expandable-block__description-media img {
  width: 100%;
}

.mzr-js .c-expandable-block--image .c-expandable-block__content-container, .mzr-js .c-expandable-block--video .c-expandable-block__content-container {
  border-radius: 0 0 0.4166666667em 0.4166666667em;
}

.mzr-js .c-expandable-block .c-expandable-block__title ::selection {
  background: #002E5D;
}

.mzr-js .c-expandable-block--is-open {
  text-align: left;
}

.mzr-js .c-expandable-block--is-open .c-expandable-block__label {
  color: #FED141;
}

.mzr-js .c-expandable-block--is-open .c-expandable-block__title {
  color: #FAF5E4;
  max-width: 750px;
  max-width: 46.875rem;
  margin: 0;
  padding-right: 70px;
  padding-right: 4.375rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

.mzr-js .c-expandable-block--is-open .c-expandable-block__description-media {
  margin-bottom: 1.25em;
}

.mzr-js .c-expandable-block--is-open .c-expandable-block__description-media img, .mzr-js .c-expandable-block--is-open .c-expandable-block__description-media video {
  border-radius: 0.4166666667em;
}

.mzr-js .c-expandable-block--is-open .c-expandable-block__vignette {
  display: none;
}

.mzr-js .c-expandable-block--is-open .c-expandable-block__content-container {
  background-color: #002E5D;
  padding: 0.8333333333em 0.8333333333em 1.25em;
  border-radius: 0.4166666667em;
}

.mzr-js .c-expandable-block--is-open .c-expandable-block__description-text {
  color: #FAF5E4;
  max-width: 750px;
  max-width: 46.875rem;
}

.mzr-js .c-expandable-block--is-open .c-expandable-block__description ::selection {
  background: rgba(127, 123, 117, 0.5);
}

.mzr-js .c-expandable-block.c-expandable-block--is-open.c-expandable-block--image .c-expandable-block__bg-image, .mzr-js .c-expandable-block.c-expandable-block--is-open.c-expandable-block--video .c-expandable-block__bg-image {
  display: none;
}

.c-expandable-block--is-open .c-expandable-block__title {
  text-transform: uppercase;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.mzr-js.font-knockout-50-loaded .c-expandable-block--is-open .c-expandable-block__title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-expandable-block--is-open .c-expandable-block__title em, .c-expandable-block--is-open .c-expandable-block__title i {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.mzr-js.font-knockout-50-loaded .c-expandable-block--is-open .c-expandable-block__title em, .mzr-js.font-knockout-50-loaded .c-expandable-block--is-open .c-expandable-block__title i {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-expandable-block--is-open .c-expandable-block__title em strong, .c-expandable-block--is-open .c-expandable-block__title em b, .c-expandable-block--is-open .c-expandable-block__title i strong, .c-expandable-block--is-open .c-expandable-block__title i b {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.mzr-js.font-knockout-50-loaded .c-expandable-block--is-open .c-expandable-block__title em strong, .mzr-js.font-knockout-50-loaded .c-expandable-block--is-open .c-expandable-block__title em b, .mzr-js.font-knockout-50-loaded .c-expandable-block--is-open .c-expandable-block__title i strong, .mzr-js.font-knockout-50-loaded .c-expandable-block--is-open .c-expandable-block__title i b {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-expandable-block--is-open .c-expandable-block__description-text--rest {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.mzr-js.font-degular-loaded .c-expandable-block--is-open .c-expandable-block__description-text--rest {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-expandable-block--no-label .c-expandable-block__toolbar {
  margin-bottom: -1.0416666667em;
}

.c-expandable-block--no-label.c-expandable-block--is-open .c-expandable-block__toolbar {
  margin-bottom: -1.25em;
}

.c-expandable-block--no-label .c-expandable-block__title {
  padding-right: 70px;
  padding-right: 4.375rem;
}

@media only screen and (min-width: 50em) {
  .group--full .c-expandable-block.c-expandable-block--image .c-expandable-block__description-media, .group--full .c-expandable-block.c-expandable-block--video .c-expandable-block__description-media,
  .group--partial-primary .c-expandable-block.c-expandable-block--image .c-expandable-block__description-media,
  .group--partial-primary .c-expandable-block.c-expandable-block--video .c-expandable-block__description-media {
    float: right;
    width: 38%;
    margin-left: 5%;
  }
  .group--full .c-expandable-block.c-expandable-block--image .c-expandable-block__description-text, .group--full .c-expandable-block.c-expandable-block--video .c-expandable-block__description-text,
  .group--partial-primary .c-expandable-block.c-expandable-block--image .c-expandable-block__description-text,
  .group--partial-primary .c-expandable-block.c-expandable-block--video .c-expandable-block__description-text {
    width: 58%;
  }
  .group--full .c-expandable-block.c-expandable-block--default .c-expandable-block__description-text, .group--full .c-expandable-block.c-expandable-block--linked .c-expandable-block__description-text,
  .group--partial-primary .c-expandable-block.c-expandable-block--default .c-expandable-block__description-text,
  .group--partial-primary .c-expandable-block.c-expandable-block--linked .c-expandable-block__description-text {
    zoom: 1;
  }
  .group--full .c-expandable-block.c-expandable-block--default .c-expandable-block__description-text:before, .group--full .c-expandable-block.c-expandable-block--default .c-expandable-block__description-text:after, .group--full .c-expandable-block.c-expandable-block--linked .c-expandable-block__description-text:before, .group--full .c-expandable-block.c-expandable-block--linked .c-expandable-block__description-text:after,
  .group--partial-primary .c-expandable-block.c-expandable-block--default .c-expandable-block__description-text:before,
  .group--partial-primary .c-expandable-block.c-expandable-block--default .c-expandable-block__description-text:after,
  .group--partial-primary .c-expandable-block.c-expandable-block--linked .c-expandable-block__description-text:before,
  .group--partial-primary .c-expandable-block.c-expandable-block--linked .c-expandable-block__description-text:after {
    content: " ";
    display: table;
  }
  .group--full .c-expandable-block.c-expandable-block--default .c-expandable-block__description-text:after, .group--full .c-expandable-block.c-expandable-block--linked .c-expandable-block__description-text:after,
  .group--partial-primary .c-expandable-block.c-expandable-block--default .c-expandable-block__description-text:after,
  .group--partial-primary .c-expandable-block.c-expandable-block--linked .c-expandable-block__description-text:after {
    clear: both;
  }
  .group--full .c-expandable-block.c-expandable-block--default .c-expandable-block__description-text--first, .group--full .c-expandable-block.c-expandable-block--linked .c-expandable-block__description-text--first,
  .group--partial-primary .c-expandable-block.c-expandable-block--default .c-expandable-block__description-text--first,
  .group--partial-primary .c-expandable-block.c-expandable-block--linked .c-expandable-block__description-text--first {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .group--full .c-expandable-block.c-expandable-block--default .c-expandable-block__description-text--rest, .group--full .c-expandable-block.c-expandable-block--linked .c-expandable-block__description-text--rest,
  .group--partial-primary .c-expandable-block.c-expandable-block--default .c-expandable-block__description-text--rest,
  .group--partial-primary .c-expandable-block.c-expandable-block--linked .c-expandable-block__description-text--rest {
    width: 100%;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.c-expandable-blocks {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.6666666667em;
}
.c-expandable-blocks__masonry-container {
  overflow: hidden;
}
.c-expandable-blocks__holder {
  position: relative;
  width: 100%;
}
.c-expandable-blocks .c-expandable-blocks__more-button {
  display: none;
  text-align: center;
}
.c-expandable-blocks__loader {
  height: 4.1666666667em;
  width: 4.1666666667em;
  margin: 0 auto;
  position: relative;
  display: none;
}
.c-expandable-blocks__loader:before {
  background-image: url("img/loader-cane.svg?083125");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 42.5925925926%;
  width: 24%;
  padding-bottom: 35.101010101%;
  position: absolute;
  top: 11%;
  left: 58%;
  animation: cane-spin 1s infinite linear;
}
.c-expandable-blocks__loader:after {
  background-image: url("img/loader-base.svg?083125");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 47.7272727273%;
  padding-bottom: 100%;
  position: absolute;
  top: 12%;
  left: 25%;
}
.c-expandable-blocks__no-results {
  display: none;
  text-align: center;
}
.c-expandable-blocks--has-more .c-expandable-blocks__more-button {
  display: block;
}

@media only screen and (min-width: 35.9375em) {
  .mzr-js .group--full .content-block--expandable-blocks .c-expandable-blocks--default,
  .mzr-js .group--full .content-block--preparation-instructions .c-expandable-blocks--default,
  .mzr-js .group--full .content-block--faqs .c-expandable-blocks--default {
    max-width: none;
  }
  .mzr-js .group--full .content-block--expandable-blocks .c-expandable-blocks--default .c-expandable-blocks__content-container-inner,
  .mzr-js .group--full .content-block--preparation-instructions .c-expandable-blocks--default .c-expandable-blocks__content-container-inner,
  .mzr-js .group--full .content-block--faqs .c-expandable-blocks--default .c-expandable-blocks__content-container-inner {
    margin-left: -0.4166666667em;
    margin-right: -0.4166666667em;
  }
  .mzr-js .group--full .content-block--expandable-blocks .c-expandable-blocks--default .c-expandable-blocks__holder,
  .mzr-js .group--full .content-block--preparation-instructions .c-expandable-blocks--default .c-expandable-blocks__holder,
  .mzr-js .group--full .content-block--faqs .c-expandable-blocks--default .c-expandable-blocks__holder {
    width: 50%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
  .mzr-js .group--full .content-block--expandable-blocks .c-expandable-blocks--default .c-expandable-blocks__holder--is-open,
  .mzr-js .group--full .content-block--preparation-instructions .c-expandable-blocks--default .c-expandable-blocks__holder--is-open,
  .mzr-js .group--full .content-block--faqs .c-expandable-blocks--default .c-expandable-blocks__holder--is-open {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (min-width: 57.5em) {
  .mzr-js .group--full .content-block--expandable-blocks .c-expandable-blocks--default .c-expandable-blocks__holder,
  .mzr-js .group--full .content-block--preparation-instructions .c-expandable-blocks--default .c-expandable-blocks__holder,
  .mzr-js .group--full .content-block--faqs .c-expandable-blocks--default .c-expandable-blocks__holder {
    width: 33.33333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .mzr-js .group--full .content-block--expandable-blocks .c-expandable-blocks--default .c-expandable-blocks__holder--is-open,
  .mzr-js .group--full .content-block--preparation-instructions .c-expandable-blocks--default .c-expandable-blocks__holder--is-open,
  .mzr-js .group--full .content-block--faqs .c-expandable-blocks--default .c-expandable-blocks__holder--is-open {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 50em) and (max-width: 53.6875em) {
  .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block__title,
  .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block__title,
  .mzr-js .group--full .content-block--faqs .c-expandable-block__title {
    text-transform: uppercase;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block__title,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block__title,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--faqs .c-expandable-block__title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block__title em, .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block__title i,
  .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block__title em,
  .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block__title i,
  .mzr-js .group--full .content-block--faqs .c-expandable-block__title em,
  .mzr-js .group--full .content-block--faqs .c-expandable-block__title i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block__title em, .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block__title i,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block__title em,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block__title i,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--faqs .c-expandable-block__title em,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--faqs .c-expandable-block__title i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block__title em strong, .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block__title em b, .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block__title i strong, .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block__title i b,
  .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block__title em strong,
  .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block__title em b,
  .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block__title i strong,
  .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block__title i b,
  .mzr-js .group--full .content-block--faqs .c-expandable-block__title em strong,
  .mzr-js .group--full .content-block--faqs .c-expandable-block__title em b,
  .mzr-js .group--full .content-block--faqs .c-expandable-block__title i strong,
  .mzr-js .group--full .content-block--faqs .c-expandable-block__title i b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block__title em strong, .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block__title em b, .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block__title i strong, .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block__title i b,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block__title em strong,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block__title em b,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block__title i strong,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block__title i b,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--faqs .c-expandable-block__title em strong,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--faqs .c-expandable-block__title em b,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--faqs .c-expandable-block__title i strong,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--faqs .c-expandable-block__title i b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block__label,
  .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block__label,
  .mzr-js .group--full .content-block--faqs .c-expandable-block__label {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block__label,
  .font-degular-loaded .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block__label,
  .font-degular-loaded .mzr-js .group--full .content-block--faqs .c-expandable-block__label {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block__content-container,
  .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block__content-container,
  .mzr-js .group--full .content-block--faqs .c-expandable-block__content-container {
    padding: 1.25em 1.6666666667em 1.6666666667em;
  }
  .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block--is-open__title,
  .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block--is-open__title,
  .mzr-js .group--full .content-block--faqs .c-expandable-block--is-open__title {
    text-transform: uppercase;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block--is-open__title,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block--is-open__title,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--faqs .c-expandable-block--is-open__title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block--is-open__title em, .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block--is-open__title i,
  .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block--is-open__title em,
  .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block--is-open__title i,
  .mzr-js .group--full .content-block--faqs .c-expandable-block--is-open__title em,
  .mzr-js .group--full .content-block--faqs .c-expandable-block--is-open__title i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block--is-open__title em, .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block--is-open__title i,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block--is-open__title em,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block--is-open__title i,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--faqs .c-expandable-block--is-open__title em,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--faqs .c-expandable-block--is-open__title i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block--is-open__title em strong, .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block--is-open__title em b, .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block--is-open__title i strong, .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block--is-open__title i b,
  .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block--is-open__title em strong,
  .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block--is-open__title em b,
  .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block--is-open__title i strong,
  .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block--is-open__title i b,
  .mzr-js .group--full .content-block--faqs .c-expandable-block--is-open__title em strong,
  .mzr-js .group--full .content-block--faqs .c-expandable-block--is-open__title em b,
  .mzr-js .group--full .content-block--faqs .c-expandable-block--is-open__title i strong,
  .mzr-js .group--full .content-block--faqs .c-expandable-block--is-open__title i b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block--is-open__title em strong, .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block--is-open__title em b, .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block--is-open__title i strong, .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block--is-open__title i b,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block--is-open__title em strong,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block--is-open__title em b,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block--is-open__title i strong,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block--is-open__title i b,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--faqs .c-expandable-block--is-open__title em strong,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--faqs .c-expandable-block--is-open__title em b,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--faqs .c-expandable-block--is-open__title i strong,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--faqs .c-expandable-block--is-open__title i b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block--is-open .c-expandable-block__content-container,
  .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block--is-open .c-expandable-block__content-container,
  .mzr-js .group--full .content-block--faqs .c-expandable-block--is-open .c-expandable-block__content-container {
    padding: 2.5em 1.6666666667em;
  }
}
@media only screen and (min-width: 57.5em) and (max-width: 78.0625em) {
  .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block__content-container,
  .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block__content-container,
  .mzr-js .group--full .content-block--faqs .c-expandable-block__content-container {
    padding: 0.8333333333em 0.8333333333em 1.25em;
  }
}
@media only screen and (min-width: 75em) {
  .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block__title,
  .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block__title,
  .mzr-js .group--full .content-block--faqs .c-expandable-block__title {
    text-transform: uppercase;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block__title,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block__title,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--faqs .c-expandable-block__title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block__title em, .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block__title i,
  .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block__title em,
  .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block__title i,
  .mzr-js .group--full .content-block--faqs .c-expandable-block__title em,
  .mzr-js .group--full .content-block--faqs .c-expandable-block__title i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block__title em, .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block__title i,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block__title em,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block__title i,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--faqs .c-expandable-block__title em,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--faqs .c-expandable-block__title i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block__title em strong, .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block__title em b, .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block__title i strong, .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block__title i b,
  .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block__title em strong,
  .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block__title em b,
  .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block__title i strong,
  .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block__title i b,
  .mzr-js .group--full .content-block--faqs .c-expandable-block__title em strong,
  .mzr-js .group--full .content-block--faqs .c-expandable-block__title em b,
  .mzr-js .group--full .content-block--faqs .c-expandable-block__title i strong,
  .mzr-js .group--full .content-block--faqs .c-expandable-block__title i b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block__title em strong, .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block__title em b, .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block__title i strong, .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block__title i b,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block__title em strong,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block__title em b,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block__title i strong,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block__title i b,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--faqs .c-expandable-block__title em strong,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--faqs .c-expandable-block__title em b,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--faqs .c-expandable-block__title i strong,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--faqs .c-expandable-block__title i b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block__label,
  .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block__label,
  .mzr-js .group--full .content-block--faqs .c-expandable-block__label {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block__label,
  .font-degular-loaded .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block__label,
  .font-degular-loaded .mzr-js .group--full .content-block--faqs .c-expandable-block__label {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block__content-container,
  .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block__content-container,
  .mzr-js .group--full .content-block--faqs .c-expandable-block__content-container {
    padding: 1.25em 1.6666666667em 1.6666666667em;
  }
  .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block--is-open__title,
  .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block--is-open__title,
  .mzr-js .group--full .content-block--faqs .c-expandable-block--is-open__title {
    text-transform: uppercase;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block--is-open__title,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block--is-open__title,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--faqs .c-expandable-block--is-open__title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block--is-open__title em, .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block--is-open__title i,
  .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block--is-open__title em,
  .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block--is-open__title i,
  .mzr-js .group--full .content-block--faqs .c-expandable-block--is-open__title em,
  .mzr-js .group--full .content-block--faqs .c-expandable-block--is-open__title i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block--is-open__title em, .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block--is-open__title i,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block--is-open__title em,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block--is-open__title i,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--faqs .c-expandable-block--is-open__title em,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--faqs .c-expandable-block--is-open__title i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block--is-open__title em strong, .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block--is-open__title em b, .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block--is-open__title i strong, .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block--is-open__title i b,
  .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block--is-open__title em strong,
  .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block--is-open__title em b,
  .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block--is-open__title i strong,
  .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block--is-open__title i b,
  .mzr-js .group--full .content-block--faqs .c-expandable-block--is-open__title em strong,
  .mzr-js .group--full .content-block--faqs .c-expandable-block--is-open__title em b,
  .mzr-js .group--full .content-block--faqs .c-expandable-block--is-open__title i strong,
  .mzr-js .group--full .content-block--faqs .c-expandable-block--is-open__title i b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block--is-open__title em strong, .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block--is-open__title em b, .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block--is-open__title i strong, .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block--is-open__title i b,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block--is-open__title em strong,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block--is-open__title em b,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block--is-open__title i strong,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block--is-open__title i b,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--faqs .c-expandable-block--is-open__title em strong,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--faqs .c-expandable-block--is-open__title em b,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--faqs .c-expandable-block--is-open__title i strong,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--full .content-block--faqs .c-expandable-block--is-open__title i b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .mzr-js .group--full .content-block--expandable-blocks .c-expandable-block--is-open .c-expandable-block__content-container,
  .mzr-js .group--full .content-block--preparation-instructions .c-expandable-block--is-open .c-expandable-block__content-container,
  .mzr-js .group--full .content-block--faqs .c-expandable-block--is-open .c-expandable-block__content-container {
    padding: 2.5em 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .mzr-js .group--full .content-block--expandable-blocks .c-expandable-blocks--default .c-expandable-blocks__content-container,
  .mzr-js .group--full .content-block--preparation-instructions .c-expandable-blocks--default .c-expandable-blocks__content-container,
  .mzr-js .group--full .content-block--faqs .c-expandable-blocks--default .c-expandable-blocks__content-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 62.5em) and (min-width: 22.5em) {
  .mzr-js .group--full .content-block--expandable-blocks .c-expandable-blocks--default .c-expandable-blocks__content-container,
  .mzr-js .group--full .content-block--preparation-instructions .c-expandable-blocks--default .c-expandable-blocks__content-container,
  .mzr-js .group--full .content-block--faqs .c-expandable-blocks--default .c-expandable-blocks__content-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 62.5em) and (min-width: 62.5em) {
  .mzr-js .group--full .content-block--expandable-blocks .c-expandable-blocks--default .c-expandable-blocks__content-container,
  .mzr-js .group--full .content-block--preparation-instructions .c-expandable-blocks--default .c-expandable-blocks__content-container,
  .mzr-js .group--full .content-block--faqs .c-expandable-blocks--default .c-expandable-blocks__content-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 35.9375em) {
  .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-blocks--default,
  .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-blocks--default,
  .mzr-js .group--partial-primary .content-block--faqs .c-expandable-blocks--default {
    max-width: none;
  }
  .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-blocks--default .c-expandable-blocks__content-container-inner,
  .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-blocks--default .c-expandable-blocks__content-container-inner,
  .mzr-js .group--partial-primary .content-block--faqs .c-expandable-blocks--default .c-expandable-blocks__content-container-inner {
    margin-left: -0.4166666667em;
    margin-right: -0.4166666667em;
  }
  .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-blocks--default .c-expandable-blocks__holder,
  .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-blocks--default .c-expandable-blocks__holder,
  .mzr-js .group--partial-primary .content-block--faqs .c-expandable-blocks--default .c-expandable-blocks__holder {
    width: 50%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
  .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-blocks--default .c-expandable-blocks__holder--is-open,
  .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-blocks--default .c-expandable-blocks__holder--is-open,
  .mzr-js .group--partial-primary .content-block--faqs .c-expandable-blocks--default .c-expandable-blocks__holder--is-open {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (min-width: 57.5em) {
  .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-blocks--default .c-expandable-blocks__holder,
  .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-blocks--default .c-expandable-blocks__holder,
  .mzr-js .group--partial-primary .content-block--faqs .c-expandable-blocks--default .c-expandable-blocks__holder {
    width: 33.33333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-blocks--default .c-expandable-blocks__holder--is-open,
  .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-blocks--default .c-expandable-blocks__holder--is-open,
  .mzr-js .group--partial-primary .content-block--faqs .c-expandable-blocks--default .c-expandable-blocks__holder--is-open {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 50em) and (max-width: 53.6875em) {
  .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block__title,
  .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block__title,
  .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block__title {
    text-transform: uppercase;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block__title,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block__title,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block__title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block__title em, .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block__title i,
  .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block__title em,
  .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block__title i,
  .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block__title em,
  .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block__title i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block__title em, .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block__title i,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block__title em,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block__title i,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block__title em,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block__title i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block__title em strong, .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block__title em b, .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block__title i strong, .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block__title i b,
  .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block__title em strong,
  .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block__title em b,
  .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block__title i strong,
  .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block__title i b,
  .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block__title em strong,
  .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block__title em b,
  .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block__title i strong,
  .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block__title i b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block__title em strong, .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block__title em b, .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block__title i strong, .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block__title i b,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block__title em strong,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block__title em b,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block__title i strong,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block__title i b,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block__title em strong,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block__title em b,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block__title i strong,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block__title i b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block__label,
  .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block__label,
  .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block__label {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block__label,
  .font-degular-loaded .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block__label,
  .font-degular-loaded .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block__label {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block__content-container,
  .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block__content-container,
  .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block__content-container {
    padding: 1.25em 1.6666666667em 1.6666666667em;
  }
  .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block--is-open__title,
  .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block--is-open__title,
  .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block--is-open__title {
    text-transform: uppercase;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block--is-open__title,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block--is-open__title,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block--is-open__title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block--is-open__title em, .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block--is-open__title i,
  .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block--is-open__title em,
  .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block--is-open__title i,
  .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block--is-open__title em,
  .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block--is-open__title i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block--is-open__title em, .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block--is-open__title i,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block--is-open__title em,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block--is-open__title i,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block--is-open__title em,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block--is-open__title i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block--is-open__title em strong, .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block--is-open__title em b, .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block--is-open__title i strong, .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block--is-open__title i b,
  .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block--is-open__title em strong,
  .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block--is-open__title em b,
  .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block--is-open__title i strong,
  .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block--is-open__title i b,
  .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block--is-open__title em strong,
  .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block--is-open__title em b,
  .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block--is-open__title i strong,
  .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block--is-open__title i b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block--is-open__title em strong, .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block--is-open__title em b, .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block--is-open__title i strong, .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block--is-open__title i b,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block--is-open__title em strong,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block--is-open__title em b,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block--is-open__title i strong,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block--is-open__title i b,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block--is-open__title em strong,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block--is-open__title em b,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block--is-open__title i strong,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block--is-open__title i b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block--is-open .c-expandable-block__content-container,
  .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block--is-open .c-expandable-block__content-container,
  .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block--is-open .c-expandable-block__content-container {
    padding: 2.5em 1.6666666667em;
  }
}
@media only screen and (min-width: 57.5em) and (max-width: 78.0625em) {
  .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block__content-container,
  .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block__content-container,
  .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block__content-container {
    padding: 0.8333333333em 0.8333333333em 1.25em;
  }
}
@media only screen and (min-width: 68.75em) {
  .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-blocks--default .c-expandable-blocks__holder,
  .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-blocks--default .c-expandable-blocks__holder,
  .mzr-js .group--partial-primary .content-block--faqs .c-expandable-blocks--default .c-expandable-blocks__holder {
    width: 33.33333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-blocks--default .c-expandable-blocks__holder--is-open,
  .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-blocks--default .c-expandable-blocks__holder--is-open,
  .mzr-js .group--partial-primary .content-block--faqs .c-expandable-blocks--default .c-expandable-blocks__holder--is-open {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 75em) {
  .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block__title,
  .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block__title,
  .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block__title {
    text-transform: uppercase;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block__title,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block__title,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block__title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block__title em, .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block__title i,
  .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block__title em,
  .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block__title i,
  .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block__title em,
  .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block__title i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block__title em, .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block__title i,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block__title em,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block__title i,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block__title em,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block__title i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block__title em strong, .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block__title em b, .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block__title i strong, .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block__title i b,
  .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block__title em strong,
  .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block__title em b,
  .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block__title i strong,
  .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block__title i b,
  .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block__title em strong,
  .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block__title em b,
  .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block__title i strong,
  .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block__title i b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block__title em strong, .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block__title em b, .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block__title i strong, .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block__title i b,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block__title em strong,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block__title em b,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block__title i strong,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block__title i b,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block__title em strong,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block__title em b,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block__title i strong,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block__title i b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block__label,
  .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block__label,
  .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block__label {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block__label,
  .font-degular-loaded .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block__label,
  .font-degular-loaded .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block__label {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block__content-container,
  .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block__content-container,
  .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block__content-container {
    padding: 1.25em 1.6666666667em 1.6666666667em;
  }
  .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block--is-open__title,
  .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block--is-open__title,
  .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block--is-open__title {
    text-transform: uppercase;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block--is-open__title,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block--is-open__title,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block--is-open__title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block--is-open__title em, .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block--is-open__title i,
  .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block--is-open__title em,
  .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block--is-open__title i,
  .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block--is-open__title em,
  .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block--is-open__title i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block--is-open__title em, .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block--is-open__title i,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block--is-open__title em,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block--is-open__title i,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block--is-open__title em,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block--is-open__title i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block--is-open__title em strong, .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block--is-open__title em b, .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block--is-open__title i strong, .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block--is-open__title i b,
  .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block--is-open__title em strong,
  .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block--is-open__title em b,
  .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block--is-open__title i strong,
  .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block--is-open__title i b,
  .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block--is-open__title em strong,
  .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block--is-open__title em b,
  .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block--is-open__title i strong,
  .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block--is-open__title i b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block--is-open__title em strong, .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block--is-open__title em b, .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block--is-open__title i strong, .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block--is-open__title i b,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block--is-open__title em strong,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block--is-open__title em b,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block--is-open__title i strong,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block--is-open__title i b,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block--is-open__title em strong,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block--is-open__title em b,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block--is-open__title i strong,
  .mzr-js.font-knockout-50-loaded .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block--is-open__title i b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .mzr-js .group--partial-primary .content-block--expandable-blocks .c-expandable-block--is-open .c-expandable-block__content-container,
  .mzr-js .group--partial-primary .content-block--preparation-instructions .c-expandable-block--is-open .c-expandable-block__content-container,
  .mzr-js .group--partial-primary .content-block--faqs .c-expandable-block--is-open .c-expandable-block__content-container {
    padding: 2.5em 1.6666666667em;
  }
}
.c-facts {
  margin: 0 auto;
  max-width: 12.5em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  color: #002E5D;
  padding-bottom: 0.5416666667em;
}

.font-degular-loaded .c-facts {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .c-facts {
    padding-bottom: 1.0416666667em;
  }
}
.c-facts__item {
  margin-top: 1.875em;
  text-align: center;
}

.c-facts__top {
  position: relative;
}

.c-facts__image, .svg-img:has(.c-facts__image) {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

.svg-img .c-facts__image {
  width: 60px;
  height: 60px;
  width: 100%;
}

.svg-img .c-facts__image svg * {
  fill: currentColor;
}

.svg-img .c-facts__image--r-svg {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

@media only screen and (min-width: 3.75em) {
  .svg-img .c-facts__image--r-svg--max-scale {
    width: 60px;
    height: 60px;
    padding-bottom: 0;
  }
}
.c-facts__value {
  display: inline-block;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 65px;
  font-size: 4.0625rem;
  line-height: 1.1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-facts__value {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 65px;
  font-size: 4.0625rem;
  line-height: 1.1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-facts__value-container {
  position: relative;
}

.c-facts__prefix, .c-facts__suffix {
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  transform: translateY(-12px);
}

.c-facts__before-text, .c-facts__after-text {
  text-transform: uppercase;
  padding-bottom: 1rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  color: #002E5D;
}

.font-knockout-50-loaded .c-facts__before-text, .font-knockout-50-loaded .c-facts__after-text {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-facts__before-text em, .c-facts__before-text i, .c-facts__after-text em, .c-facts__after-text i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-facts__before-text em, .font-knockout-50-loaded .c-facts__before-text i, .font-knockout-50-loaded .c-facts__after-text em, .font-knockout-50-loaded .c-facts__after-text i {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-facts__before-text em strong, .c-facts__before-text em b, .c-facts__before-text i strong, .c-facts__before-text i b, .c-facts__after-text em strong, .c-facts__after-text em b, .c-facts__after-text i strong, .c-facts__after-text i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-facts__before-text em strong, .font-knockout-50-loaded .c-facts__before-text em b, .font-knockout-50-loaded .c-facts__before-text i strong, .font-knockout-50-loaded .c-facts__before-text i b, .font-knockout-50-loaded .c-facts__after-text em strong, .font-knockout-50-loaded .c-facts__after-text em b, .font-knockout-50-loaded .c-facts__after-text i strong, .font-knockout-50-loaded .c-facts__after-text i b {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-facts__before-text strong, .c-facts__before-text b, .c-facts__after-text strong, .c-facts__after-text b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-facts__before-text strong, .font-knockout-50-loaded .c-facts__before-text b, .font-knockout-50-loaded .c-facts__after-text strong, .font-knockout-50-loaded .c-facts__after-text b {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-facts__before-text strong em, .c-facts__before-text strong i, .c-facts__before-text b em, .c-facts__before-text b i, .c-facts__after-text strong em, .c-facts__after-text strong i, .c-facts__after-text b em, .c-facts__after-text b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-facts__before-text strong em, .font-knockout-50-loaded .c-facts__before-text strong i, .font-knockout-50-loaded .c-facts__before-text b em, .font-knockout-50-loaded .c-facts__before-text b i, .font-knockout-50-loaded .c-facts__after-text strong em, .font-knockout-50-loaded .c-facts__after-text strong i, .font-knockout-50-loaded .c-facts__after-text b em, .font-knockout-50-loaded .c-facts__after-text b i {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .c-facts__before-text, .c-facts__after-text {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-facts__before-text, .font-knockout-50-loaded .c-facts__after-text {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-facts__before-text em, .c-facts__before-text i, .c-facts__after-text em, .c-facts__after-text i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-facts__before-text em, .font-knockout-50-loaded .c-facts__before-text i, .font-knockout-50-loaded .c-facts__after-text em, .font-knockout-50-loaded .c-facts__after-text i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-facts__before-text em strong, .c-facts__before-text em b, .c-facts__before-text i strong, .c-facts__before-text i b, .c-facts__after-text em strong, .c-facts__after-text em b, .c-facts__after-text i strong, .c-facts__after-text i b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-facts__before-text em strong, .font-knockout-50-loaded .c-facts__before-text em b, .font-knockout-50-loaded .c-facts__before-text i strong, .font-knockout-50-loaded .c-facts__before-text i b, .font-knockout-50-loaded .c-facts__after-text em strong, .font-knockout-50-loaded .c-facts__after-text em b, .font-knockout-50-loaded .c-facts__after-text i strong, .font-knockout-50-loaded .c-facts__after-text i b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-facts__before-text strong, .c-facts__before-text b, .c-facts__after-text strong, .c-facts__after-text b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-facts__before-text strong, .font-knockout-50-loaded .c-facts__before-text b, .font-knockout-50-loaded .c-facts__after-text strong, .font-knockout-50-loaded .c-facts__after-text b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-facts__before-text strong em, .c-facts__before-text strong i, .c-facts__before-text b em, .c-facts__before-text b i, .c-facts__after-text strong em, .c-facts__after-text strong i, .c-facts__after-text b em, .c-facts__after-text b i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-facts__before-text strong em, .font-knockout-50-loaded .c-facts__before-text strong i, .font-knockout-50-loaded .c-facts__before-text b em, .font-knockout-50-loaded .c-facts__before-text b i, .font-knockout-50-loaded .c-facts__after-text strong em, .font-knockout-50-loaded .c-facts__after-text strong i, .font-knockout-50-loaded .c-facts__after-text b em, .font-knockout-50-loaded .c-facts__after-text b i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .c-facts__before-text, .c-facts__after-text {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-facts__before-text, .font-knockout-50-loaded .c-facts__after-text {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-facts__before-text em, .c-facts__before-text i, .c-facts__after-text em, .c-facts__after-text i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-facts__before-text em, .font-knockout-50-loaded .c-facts__before-text i, .font-knockout-50-loaded .c-facts__after-text em, .font-knockout-50-loaded .c-facts__after-text i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-facts__before-text em strong, .c-facts__before-text em b, .c-facts__before-text i strong, .c-facts__before-text i b, .c-facts__after-text em strong, .c-facts__after-text em b, .c-facts__after-text i strong, .c-facts__after-text i b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-facts__before-text em strong, .font-knockout-50-loaded .c-facts__before-text em b, .font-knockout-50-loaded .c-facts__before-text i strong, .font-knockout-50-loaded .c-facts__before-text i b, .font-knockout-50-loaded .c-facts__after-text em strong, .font-knockout-50-loaded .c-facts__after-text em b, .font-knockout-50-loaded .c-facts__after-text i strong, .font-knockout-50-loaded .c-facts__after-text i b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-facts__before-text strong, .c-facts__before-text b, .c-facts__after-text strong, .c-facts__after-text b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-facts__before-text strong, .font-knockout-50-loaded .c-facts__before-text b, .font-knockout-50-loaded .c-facts__after-text strong, .font-knockout-50-loaded .c-facts__after-text b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-facts__before-text strong em, .c-facts__before-text strong i, .c-facts__before-text b em, .c-facts__before-text b i, .c-facts__after-text strong em, .c-facts__after-text strong i, .c-facts__after-text b em, .c-facts__after-text b i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-facts__before-text strong em, .font-knockout-50-loaded .c-facts__before-text strong i, .font-knockout-50-loaded .c-facts__before-text b em, .font-knockout-50-loaded .c-facts__before-text b i, .font-knockout-50-loaded .c-facts__after-text strong em, .font-knockout-50-loaded .c-facts__after-text strong i, .font-knockout-50-loaded .c-facts__after-text b em, .font-knockout-50-loaded .c-facts__after-text b i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.c-facts__description {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  color: #002E5D;
  padding: 0px 20px 20px;
  padding: 0rem 1.25rem 1.25rem;
}

.font-degular-loaded .c-facts__description {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.c-facts__disclaimer {
  clear: both;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  color: #002E5D;
  max-width: 650px;
  max-width: 40.625rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-top: 1.25rem;
}

.font-degular-loaded .c-facts__disclaimer {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-facts__percentage {
  padding-top: 0.3333333333em;
}

.c-facts__percentage .border {
  stroke: #B9D9EB;
}

.c-facts__percentage .circle {
  stroke-linecap: round;
  stroke: currentColor;
}

.c-facts__percentage .timer {
  fill: currentColor;
}

.c-facts__percentage .number {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1.1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-facts__percentage .number {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1.1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-facts__percentage .percentage {
  font-size: 25px;
  font-size: 1.5625rem;
}

.c-facts__percentage .percent {
  vertical-align: middle;
  display: inline-block;
  margin-top: -32px;
  margin-top: -2rem;
}

.c-facts--overlay {
  color: #FED141;
}

.c-facts--overlay .c-facts__before-text, .c-facts--overlay .c-facts__after-text {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  color: #FED141;
}

.font-knockout-50-loaded .c-facts--overlay .c-facts__before-text, .font-knockout-50-loaded .c-facts--overlay .c-facts__after-text {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-facts--overlay .c-facts__percentage .border {
  stroke: rgba(254, 209, 65, 0.4);
}

.c-facts--overlay .c-facts__description {
  color: #FED141;
}

.c-filter-bar {
  padding-left: 0.8333333333em;
  padding-right: 0.8333333333em;
  padding-bottom: 1.25em;
}

@media only screen and (min-width: 22.5em) {
  .c-filter-bar {
    padding-left: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-filter-bar {
    padding-left: 4%;
  }
}
@media only screen and (min-width: 22.5em) {
  .c-filter-bar {
    padding-right: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-filter-bar {
    padding-right: 4%;
  }
}
.c-filter-bar__clear-button {
  border: none;
  display: none;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  border-radius: 100px;
  border-radius: 6.25rem;
  height: 30px;
  height: 1.875rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.66667;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-filter-bar__clear-button {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.66667;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-filter-bar__clear-button, .c-filter-bar__clear-button:link, .c-filter-bar__clear-button:visited {
  color: #002E5D;
  background: #B9D9EB;
  border-bottom: none;
}

.c-filter-bar__clear-button:active, .c-filter-bar__clear-button:focus, .c-filter-bar__clear-button:hover {
  color: #FAF5E4;
  background: #002E5D;
}

.c-filter-bar__clear-button:active .c-filter-bar__clear-button-icon, .c-filter-bar__clear-button:focus .c-filter-bar__clear-button-icon, .c-filter-bar__clear-button:hover .c-filter-bar__clear-button-icon {
  color: #002E5D;
  background: #FAF5E4;
}

.c-filter-bar__clear-button:active {
  color: #002E5D;
  background: #ffffff;
}

.c-filter-bar--has-selected-terms .c-filter-bar__clear-button {
  align-items: center;
  display: flex;
  justify-content: center;
}

.c-filter-bar--collapsed.c-filter-bar--has-selected-terms .c-filter-bar__clear-button {
  display: none;
}

.c-filter-bar__clear-button-icon {
  display: inline-block;
  margin-right: 6px;
  margin-right: 0.375rem;
  padding: 4px;
  padding: 0.25rem;
  width: 18px;
  width: 1.125rem;
  background: #002E5D;
  border-radius: 100%;
  color: #ffffff;
}

.c-filter-bar__clear-button-text {
  padding-top: 0px;
  padding-top: 0rem;
}

.c-filter-bar__container {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.c-filter-bar__header {
  columns: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-filter-bar--has-selected-terms .c-filter-bar__header {
  columns: 2;
}

.c-filter-bar--collapsed.c-filter-bar--has-selected-terms .c-filter-bar__header {
  columns: auto;
}

.c-filter-bar__primary {
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  padding-top: 12px;
  padding-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.c-filter-bar--collapsed:not(.c-filter-bar--always-open) .c-filter-bar__primary {
  display: none;
}

.c-filter-bar__primary-link {
  background: #002E5D;
  color: #FED141;
  cursor: pointer;
  margin: 5px;
  margin: 0.3125rem;
  padding: 20px;
  padding: 1.25rem;
  border: none;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  flex-basis: 130px;
  flex-basis: 8.125rem;
  transition: all 0.15s ease-in-out;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  border-radius: 100rem;
}

.font-degular-loaded .c-filter-bar__primary-link {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-filter-bar__primary-link:link, .c-filter-bar__primary-link:visited {
  color: #FED141;
  text-decoration: none;
}

.c-filter-bar__primary-link:hover, .c-filter-bar__primary-link:active {
  color: #002E5D;
  background: #B9D9EB;
  fill: #002E5D;
}

.c-filter-bar__primary-link:focus {
  color: #002E5D;
  background-color: #ffffff;
  fill: #002E5D;
  outline: none;
}

.c-filter-bar__primary-link--selected {
  color: #002E5D;
  background-color: #FED141;
  fill: #002E5D;
}

.c-filter-bar__primary-link--selected:link, .c-filter-bar__primary-link--selected:visited {
  color: #002E5D;
  background-color: #FED141;
}

.c-filter-bar--collapsed:not(.c-filter-bar--always-open) .c-filter-bar__secondary {
  display: none;
}

.c-filter-bar__secondary-term {
  color: #002E5D;
  cursor: pointer;
  position: relative;
  margin: 0px;
  margin: 0rem;
  justify-content: center;
  align-items: center;
  gap: 0.4166666667em;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  border-radius: 4.1666666667em;
}

.c-filter-bar__secondary-term-toggle {
  border: none;
  left: 0;
  border-radius: 100%;
  padding: 4px;
  padding: 0.25rem;
  transition: background-color 0.15s ease-in-out;
  background-color: #002E5D;
}

.c-filter-bar__secondary-term-toggle .add {
  color: #FAF5E4;
}

.c-filter-bar__secondary-term-toggle .add .icon {
  transform: rotate(45deg);
}

.c-filter-bar__secondary-term-toggle .remove .icon {
  transform: rotate(0deg);
  color: #002E5D;
}

.c-filter-bar__secondary-term-toggle .icon {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  transition: transform 0.5s ease-in-out;
}

.c-filter-bar__secondary-term-toggle .icon .icon__img {
  width: 6px;
  height: 6px;
  margin: auto;
}

.c-filter-bar__secondary-term-toggle .icon .icon__img svg * {
  fill: currentColor;
}

.c-filter-bar__secondary-term-toggle .icon .icon__img--r-svg {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

@media only screen and (min-width: 0.375em) {
  .c-filter-bar__secondary-term-toggle .icon .icon__img--r-svg--max-scale {
    width: 6px;
    height: 6px;
    padding-bottom: 0;
  }
}
.c-filter-bar__secondary-term {
  display: none;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
}

.font-degular-loaded .c-filter-bar__secondary-term {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-filter-bar__secondary-term:hover, .c-filter-bar__secondary-term:focus {
  color: #002E5D;
  background-color: #B9D9EB;
}

.c-filter-bar__secondary-term--expanded {
  display: flex;
}

.c-filter-bar__secondary-term--selected {
  color: #002E5D;
  background-color: #FED141;
}

.c-filter-bar__secondary-term--selected .c-filter-bar__secondary-term-toggle {
  background-color: #FAF5E4;
}

.c-filter-bar__secondary-term--selected .c-filter-bar__secondary-term-toggle .add {
  color: #002E5D;
}

.c-filter-bar__secondary-type {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-style: solid;
  border-color: transparent;
  border-width: 0px;
  border-width: 0rem;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  padding: 6px 0px;
  padding: 0.375rem 0rem;
  display: block;
  transition: border-color 0.15s ease-in-out, color 0.15s ease-in-out;
  width: min-content;
  white-space: nowrap;
  margin-block: 25px;
  margin-block: 1.5625rem;
  margin-inline: auto;
  border-bottom: 4px solid #002E5D;
}

.font-degular-loaded .c-filter-bar__secondary-type {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-filter-bar__secondary-type, .c-filter-bar__secondary-type:link, .c-filter-bar__secondary-type:visited {
  color: #002E5D;
  background: transparent;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-bottom: 4px solid #002E5D;
}

.c-filter-bar__secondary-type:active, .c-filter-bar__secondary-type:focus, .c-filter-bar__secondary-type:hover {
  outline: 0;
  text-decoration: none;
  color: #002E5D;
  border-color: #B9D9EB;
  transform: translateY(-2px);
}

.c-filter-bar__secondary-type:active {
  color: #002E5D;
  border-color: #FED141;
  transform: scale(0.97);
  transition: transform 0.15s ease-in-out;
}

.c-filter-bar__secondary-type--reversed {
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.c-filter-bar__secondary-type--reversed, .c-filter-bar__secondary-type--reversed:link, .c-filter-bar__secondary-type--reversed:visited {
  color: #B9D9EB;
  border-color: #B9D9EB;
}

.c-filter-bar__secondary-type--reversed:active, .c-filter-bar__secondary-type--reversed:focus, .c-filter-bar__secondary-type--reversed:hover {
  color: #E3F2FB;
  border-color: #E3F2FB;
}

.c-filter-bar__secondary-type--reversed.has--icon .icon {
  color: #B9D9EB;
}

.c-filter-bar__secondary-type--primary {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.c-filter-bar__secondary-type--primary, .c-filter-bar__secondary-type--primary:link, .c-filter-bar__secondary-type--primary:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

.c-filter-bar__secondary-type--primary:active, .c-filter-bar__secondary-type--primary:focus, .c-filter-bar__secondary-type--primary:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.c-filter-bar__secondary-type--primary:active {
  color: #002E5D;
  background: #ffffff;
}

.c-filter-bar__secondary-type--primary-reversed {
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.c-filter-bar__secondary-type--primary-reversed, .c-filter-bar__secondary-type--primary-reversed:link, .c-filter-bar__secondary-type--primary-reversed:visited {
  color: #002E5D;
  background: #FED141;
  border-bottom: none;
}

.c-filter-bar__secondary-type--primary-reversed:active, .c-filter-bar__secondary-type--primary-reversed:focus, .c-filter-bar__secondary-type--primary-reversed:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.c-filter-bar__secondary-type--primary-reversed:active {
  color: #002E5D;
  background: #E3F2FB;
}

.c-filter-bar__secondary-type.has--icon .icon {
  display: inline-block;
  position: relative;
  transition: transform 0.4s ease-in-out;
  padding: 0px 0px 0px 7px;
  padding: 0rem 0rem 0rem 0.4375rem;
  width: 20px;
  width: 1.25rem;
}

.c-filter-bar__secondary-type.has--icon .icon svg {
  fill: currentColor;
}

.c-filter-bar__secondary-type.has--icon .icon--close {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}

.c-filter-bar__secondary-type:hover, .c-filter-bar__secondary-type:focus {
  color: #002E5D;
  fill: #002E5D;
  border-color: #B9D9EB;
}

.c-filter-bar__secondary-type:active {
  color: #002E5D;
  fill: #002E5D;
  border-color: #ffffff;
}

.c-filter-bar__secondary-type .icon {
  display: inline-block;
  width: 0.5em;
  margin-left: 0.125em;
  transition: transform 0.25s ease-in-out;
}

.c-filter-bar__secondary-type--expanded {
  border-color: #FED141;
}

.c-filter-bar__secondary-type--expanded:hover {
  border-color: #FED141;
}

.c-filter-bar__secondary-type--expanded .icon {
  transform: rotate(180deg);
}

.c-filter-bar__title {
  padding-top: 0px;
  padding-top: 0rem;
}

.c-filter-bar__title-bar {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  padding: 20px 25px;
  padding: 1.25rem 1.5625rem;
  align-items: center;
  background: transparent;
  border: none;
  color: #002E5D;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  cursor: pointer;
  text-transform: uppercase;
}

.font-knockout-50-loaded .c-filter-bar__title-bar {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-filter-bar__title-bar:focus:not(:focus-visible) {
  outline: none;
}

.c-filter-bar--collapsed .c-filter-bar__title-bar {
  background: #002E5D;
  color: #FAF5E4;
}

.c-filter-bar--collapsed .c-filter-bar__title-bar:focus:not(:focus-visible) {
  background: #002E5D;
  color: #FAF5E4;
}

.c-filter-bar--has-selected-terms .c-filter-bar__title-bar {
  margin-left: 5px;
  margin-left: 0.3125rem;
  padding-left: 0px;
}

.c-filter-bar--has-selected-terms.c-filter-bar--collapsed .c-filter-bar__title-bar {
  padding-left: 25px;
  padding-left: 1.5625rem;
  margin-left: 0px;
}

.c-filter-bar__title-bar-icon {
  margin-right: 4px;
  margin-right: 0.25rem;
  width: 18px;
  width: 1.125rem;
  display: inline-block;
}

.c-filter-bar__title-bar-count {
  padding-left: 5px;
  padding-left: 0.3125rem;
  padding-top: 0px;
  padding-top: 0rem;
}

@media only screen and (min-width: 57.625em) {
  .group--full .c-filter-bar .c-filter-bar__title-bar {
    background: transparent;
    color: #002E5D;
  }
  .group--full .c-filter-bar .c-filter-bar__title-bar:focus:not(:focus-visible) {
    background: transparent;
    color: #002E5D;
  }
  .c-filter-bar--collapsed .group--full .c-filter-bar .c-filter-bar__title-bar {
    background: transparent;
    color: #002E5D;
  }
  .c-filter-bar--collapsed .group--full .c-filter-bar .c-filter-bar__title-bar:focus:not(:focus-visible) {
    background: transparent;
    color: #002E5D;
  }
  .group--full .c-filter-bar {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 57.625em) and (min-width: 22.5em) {
  .group--full .c-filter-bar {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 57.625em) and (min-width: 62.5em) {
  .group--full .c-filter-bar {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 57.625em) {
  .group--full .c-filter-bar--collapsed .c-filter-bar__primary {
    display: flex;
  }
  .group--full .c-filter-bar__title-bar {
    cursor: default;
  }
  .group--full .c-filter-bar__title-bar.button--primary:active,
  .group--full .c-filter-bar__title-bar.button--primary:focus,
  .group--full .c-filter-bar__title-bar.button--primary:hover {
    background: inherit;
    color: inherit;
  }
}
@media only screen and (min-width: 0em) and (max-width: 22.5em) {
  .group--partial-secondary .c-filter-bar__primary-link {
    width: 100%;
    flex-basis: unset;
  }
}
@media only screen and (min-width: 22.5625em) and (max-width: 57.5625em) {
  .group--partial-secondary .c-filter-bar__primary-link {
    width: auto;
    flex-basis: 130px;
    flex-basis: 8.125rem;
  }
}
@media only screen and (min-width: 57.625em) {
  .group--partial-secondary .c-filter-bar__primary-link {
    width: 100%;
    flex-basis: unset;
  }
  .group--partial-secondary .c-filter-bar .c-filter-bar__title-bar {
    background: transparent;
    color: #002E5D;
  }
  .group--partial-secondary .c-filter-bar .c-filter-bar__title-bar:focus:not(:focus-visible) {
    background: transparent;
    color: #002E5D;
  }
  .c-filter-bar--collapsed .group--partial-secondary .c-filter-bar .c-filter-bar__title-bar {
    background: transparent;
    color: #002E5D;
  }
  .c-filter-bar--collapsed .group--partial-secondary .c-filter-bar .c-filter-bar__title-bar:focus:not(:focus-visible) {
    background: transparent;
    color: #002E5D;
  }
  .group--partial-secondary .c-filter-bar {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 57.625em) and (min-width: 22.5em) {
  .group--partial-secondary .c-filter-bar {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 57.625em) and (min-width: 62.5em) {
  .group--partial-secondary .c-filter-bar {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 57.625em) {
  .group--partial-secondary .c-filter-bar--collapsed .c-filter-bar__primary {
    display: flex;
  }
  .group--partial-secondary .c-filter-bar__title-bar {
    cursor: default;
  }
}
.c-form__toggle {
  display: none;
  text-align: center;
}
.mzr-js .c-form--is-closed .c-form__toggle {
  display: block;
}
.mzr-js .c-form--is-closed .c-form__content {
  display: none;
}

@media only screen and (min-width: 43.75em) {
  .group--full .c-form .ginput_container_address,
  .group--full-contained .c-form .ginput_container_address,
  .group--partial-primary .c-form .ginput_container_address {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.8333333333em;
  }
  .group--full .c-form .address_city,
  .group--full .c-form .address_state,
  .group--full .c-form .address_zip,
  .group--full .c-form .address_country,
  .group--full-contained .c-form .address_city,
  .group--full-contained .c-form .address_state,
  .group--full-contained .c-form .address_zip,
  .group--full-contained .c-form .address_country,
  .group--partial-primary .c-form .address_city,
  .group--partial-primary .c-form .address_state,
  .group--partial-primary .c-form .address_zip,
  .group--partial-primary .c-form .address_country {
    display: block;
    flex-direction: column;
    width: calc(50% - 0.4166666667em);
    padding-bottom: 0;
  }
}
.c-full-width-media--type-image .c-full-width-media__image {
  width: 100%;
  padding: 0;
}

.c-full-width-media--type-image .c-full-width-media__caption {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  padding-left: 0.8333333333em;
  padding-right: 0.8333333333em;
  padding-top: 1rem;
}

.font-degular-loaded .c-full-width-media--type-image .c-full-width-media__caption {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.c-full-width-media--type-image .c-full-width-media__caption em, .c-full-width-media--type-image .c-full-width-media__caption i {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-full-width-media--type-image .c-full-width-media__caption em, .font-degular-loaded .c-full-width-media--type-image .c-full-width-media__caption i {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-full-width-media--type-image .c-full-width-media__caption strong, .c-full-width-media--type-image .c-full-width-media__caption b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-full-width-media--type-image .c-full-width-media__caption strong, .font-degular-loaded .c-full-width-media--type-image .c-full-width-media__caption b {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

@media only screen and (min-width: 43.75em) {
  .c-full-width-media--type-image .c-full-width-media__caption {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-full-width-media--type-image .c-full-width-media__caption {
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .c-full-width-media--type-image .c-full-width-media__caption em, .c-full-width-media--type-image .c-full-width-media__caption i {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-full-width-media--type-image .c-full-width-media__caption em, .font-degular-loaded .c-full-width-media--type-image .c-full-width-media__caption i {
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .c-full-width-media--type-image .c-full-width-media__caption strong, .c-full-width-media--type-image .c-full-width-media__caption b {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-full-width-media--type-image .c-full-width-media__caption strong, .font-degular-loaded .c-full-width-media--type-image .c-full-width-media__caption b {
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
}
@media only screen and (min-width: 22.5em) {
  .c-full-width-media--type-image .c-full-width-media__caption {
    padding-left: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-full-width-media--type-image .c-full-width-media__caption {
    padding-left: 4%;
  }
}
@media only screen and (min-width: 22.5em) {
  .c-full-width-media--type-image .c-full-width-media__caption {
    padding-right: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-full-width-media--type-image .c-full-width-media__caption {
    padding-right: 4%;
  }
}
.c-full-width-media--type-image .c-full-width-media__caption p {
  margin-bottom: 0;
}

.c-full-width-media--type-video {
  position: relative;
  text-align: center;
}

.c-full-width-media--type-video .c-full-width-media__background-video-holder {
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.c-full-width-media--type-video .c-full-width-media__background-video-toggle {
  background-color: transparent;
  color: #FED141;
  border: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
  padding: 0.5rem 1rem 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0;
  display: block;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.25;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-full-width-media--type-video .c-full-width-media__background-video-toggle {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.25;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-full-width-media--type-video .c-full-width-media__background-video-toggle:hover, .c-full-width-media--type-video .c-full-width-media__background-video-toggle:focus, .c-full-width-media--type-video .c-full-width-media__background-video-toggle:active {
  opacity: 0.5;
}

.c-full-width-media--type-video .c-full-width-media__background-video {
  width: 100%;
  display: block;
  margin: 0 auto;
  background-color: #DDDDDC;
}

.c-gallery {
  zoom: 1;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  max-width: 71.25rem;
  position: relative;
  z-index: 1;
}

.c-gallery:before, .c-gallery:after {
  content: " ";
  display: table;
}

.c-gallery:after {
  clear: both;
}

.c-gallery .flexslider {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  border-radius: none;
}

.c-gallery .flexslider .slides > li {
  padding: 0;
}

.c-gallery .flex-direction-nav {
  position: absolute;
  right: 0.4166666667em;
  bottom: 0.4166666667em;
  text-align: right;
  height: 1.1666666667em;
}

.c-gallery .flex-direction-nav li {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0;
  margin-left: 0.2083333333em;
  height: 1.1666666667em;
}

.c-gallery .flex-direction-nav a {
  position: static;
  display: inline-block;
  background: rgba(221, 221, 220, 0.75);
  text-shadow: none;
  background-color: rgba(221, 221, 220, 0.75);
  height: 1.1666666667em;
  width: 1.1666666667em;
  margin-top: 0;
  padding: 0.0833333333em;
  border-radius: 0;
}

.c-gallery .flex-direction-nav a:link, .c-gallery .flex-direction-nav a:visited {
  color: #FFF;
  text-decoration: none;
}

.c-gallery .flex-direction-nav a:hover, .c-gallery .flex-direction-nav a:active {
  color: #FFF;
  text-decoration: none;
  background-color: #DDDDDC;
}

.c-gallery .flex-direction-nav a:focus {
  outline: 0;
}

.c-gallery .flex-direction-nav a:before {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #000;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}

.c-gallery .flex-direction-nav .flex-prev {
  left: 0;
  opacity: 1;
}

.c-gallery .flex-direction-nav .flex-prev:before {
  -webkit-mask-image: url("svg-icons/raw/arrow-left.svg?040325");
          mask-image: url("svg-icons/raw/arrow-left.svg?040325");
}

.c-gallery .flex-direction-nav .flex-next {
  right: 0;
  opacity: 1;
}

.c-gallery .flex-direction-nav .flex-next:before {
  -webkit-mask-image: url("svg-icons/raw/arrow-right.svg?040325");
          mask-image: url("svg-icons/raw/arrow-right.svg?040325");
}

.c-gallery .flexslider:hover .flex-direction-nav .flex-prev, .c-gallery .flexslider:active .flex-direction-nav .flex-prev {
  left: 0.4166666667em;
}

.c-gallery .flexslider:hover .flex-direction-nav .flex-next, .c-gallery .flexslider:active .flex-direction-nav .flex-next {
  right: 0.4166666667em;
}

.c-gallery .flex-viewport {
  border-radius: 0.4166666667em;
}

.c-gallery__slider {
  background: transparent;
}

.c-gallery__slide {
  position: relative;
  padding: 0;
}

.c-gallery__slide-content img {
  padding: 0;
  padding-bottom: 56.25%;
  line-height: 0;
  height: 0;
}

.c-gallery__slide-content img.lazyloaded {
  padding-bottom: 0;
  height: auto;
}

.c-gallery__caption {
  opacity: 0;
  position: absolute;
  left: 16px;
  left: 1rem;
  bottom: 16px;
  bottom: 1rem;
  max-width: 211px;
  max-width: 13.1875rem;
  margin-right: 84px;
  margin-right: 5.25rem;
  min-height: 39px;
  min-height: 2.4375rem;
  padding: 20px;
  padding: 1.25rem;
  background: #FAF5E4;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  text-align: left;
  border-radius: 0.4166666667em;
}

.font-degular-loaded .c-gallery__caption {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.c-gallery__caption em, .c-gallery__caption i {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-gallery__caption em, .font-degular-loaded .c-gallery__caption i {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-gallery__caption strong, .c-gallery__caption b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-gallery__caption strong, .font-degular-loaded .c-gallery__caption b {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

@media only screen and (min-width: 43.75em) {
  .c-gallery__caption {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-gallery__caption {
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .c-gallery__caption em, .c-gallery__caption i {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-gallery__caption em, .font-degular-loaded .c-gallery__caption i {
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .c-gallery__caption strong, .c-gallery__caption b {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-gallery__caption strong, .font-degular-loaded .c-gallery__caption b {
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
}
.c-gallery__caption sup {
  fill: #002E5D;
}

.c-gallery__caption > *:last-child {
  padding-bottom: 0;
}

.c-gallery .flex-control-nav {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 0.8333333333em;
  position: static;
  padding: 1.6666666667em 0.8333333333em;
}

.c-gallery .flex-control-nav li a {
  height: 0.2916666667em;
  min-width: 2.5em;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: none;
  border-radius: 0;
}

.c-gallery .flex-control-nav li a.flex-active {
  background-color: #ffffff;
}

.c-gallery .flex-direction-nav {
  position: absolute;
  right: 0.4166666667em;
  bottom: 0.6666666667em;
  text-align: right;
}

.c-gallery .flex-direction-nav .flex-prev,
.c-gallery .flex-direction-nav .flex-next {
  background: #FAF5E4;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-property: background;
  padding: 0.3333333333em;
  border-radius: 0.4166666667em;
}

.c-gallery .flex-direction-nav .flex-prev:hover, .c-gallery .flex-direction-nav .flex-prev:active, .c-gallery .flex-direction-nav .flex-prev:focus,
.c-gallery .flex-direction-nav .flex-next:hover,
.c-gallery .flex-direction-nav .flex-next:active,
.c-gallery .flex-direction-nav .flex-next:focus {
  background: #ffffff;
}

.c-gallery .flex-direction-nav .flex-prev:before,
.c-gallery .flex-direction-nav .flex-next:before {
  background-color: #002E5D;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.c-gallery .flex-direction-nav .flex-prev:before {
  -webkit-mask-image: url("svg-icons/raw/arrow-left.svg?040325");
          mask-image: url("svg-icons/raw/arrow-left.svg?040325");
}

.c-gallery .flex-direction-nav .flex-next:before {
  -webkit-mask-image: url("svg-icons/raw/arrow-right.svg?040325");
          mask-image: url("svg-icons/raw/arrow-right.svg?040325");
}

@media only screen and (min-width: 43.75em) {
  .group--full .content-block--gallery .flex-direction-nav {
    height: 1.3333333333em;
  }
  .group--full .content-block--gallery .flex-direction-nav li {
    height: 1.3333333333em;
  }
  .group--full .content-block--gallery .flex-direction-nav a {
    height: 1.3333333333em;
    width: 1.3333333333em;
  }
  .group--full .content-block--gallery .c-gallery .flex-viewport {
    border-radius: 0.4166666667em;
  }
  .group--full .content-block--gallery .c-gallery .c-gallery__caption {
    max-width: 650px;
    max-width: 40.625rem;
    margin-right: 110px;
    margin-right: 6.875rem;
    left: 32px;
    left: 2rem;
    bottom: 42px;
    bottom: 2.625rem;
  }
  .group--full .content-block--gallery .c-gallery .flex-direction-nav {
    right: 1.3333333333em;
    bottom: 1.3333333333em;
  }
}
@media only screen and (min-width: 43.75em) and (max-width: 57.5625em) {
  .group--partial-primary .content-block--gallery .flex-direction-nav {
    height: 1.3333333333em;
  }
  .group--partial-primary .content-block--gallery .flex-direction-nav li {
    height: 1.3333333333em;
  }
  .group--partial-primary .content-block--gallery .flex-direction-nav a {
    height: 1.3333333333em;
    width: 1.3333333333em;
  }
  .group--partial-primary .content-block--gallery .c-gallery .flex-viewport {
    border-radius: 0.4166666667em;
  }
  .group--partial-primary .content-block--gallery .c-gallery .c-gallery__caption {
    max-width: 650px;
    max-width: 40.625rem;
    margin-right: 110px;
    margin-right: 6.875rem;
    left: 32px;
    left: 2rem;
    bottom: 42px;
    bottom: 2.625rem;
  }
  .group--partial-primary .content-block--gallery .c-gallery .flex-direction-nav {
    right: 1.3333333333em;
    bottom: 1.3333333333em;
  }
}
@media only screen and (min-width: 65.625em) {
  .group--partial-primary .content-block--gallery .flex-direction-nav {
    height: 1.3333333333em;
  }
  .group--partial-primary .content-block--gallery .flex-direction-nav li {
    height: 1.3333333333em;
  }
  .group--partial-primary .content-block--gallery .flex-direction-nav a {
    height: 1.3333333333em;
    width: 1.3333333333em;
  }
  .group--partial-primary .content-block--gallery .c-gallery .flex-viewport {
    border-radius: 0.4166666667em;
  }
  .group--partial-primary .content-block--gallery .c-gallery .c-gallery__caption {
    max-width: 650px;
    max-width: 40.625rem;
    margin-right: 110px;
    margin-right: 6.875rem;
    left: 32px;
    left: 2rem;
    bottom: 42px;
    bottom: 2.625rem;
  }
  .group--partial-primary .content-block--gallery .c-gallery .flex-direction-nav {
    right: 1.3333333333em;
    bottom: 1.3333333333em;
  }
}
.cookie-advert {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  text-align: center;
  color: #002E5D;
  z-index: 20;
  margin: 1rem;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  padding: 30px;
  padding: 1.875rem;
}

.cookie-advert .clear-inner:after {
  content: "";
  display: table;
  clear: both;
}

.cookie-advert .tab {
  display: inline-table;
}

.cookie-advert a {
  color: #002E5D;
  white-space: nowrap;
}

.cookie-advert a:link,
.cookie-advert a:visited {
  color: #002E5D;
  text-decoration: underline;
}

.cookie-advert .blue-box {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-style: solid;
  border-color: transparent;
  border-width: 0px;
  border-width: 0rem;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.font-degular-loaded .cookie-advert .blue-box {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.cookie-advert .blue-box, .cookie-advert .blue-box:link, .cookie-advert .blue-box:visited {
  color: #002E5D;
  background: transparent;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-bottom: 4px solid #002E5D;
}

.cookie-advert .blue-box:active, .cookie-advert .blue-box:focus, .cookie-advert .blue-box:hover {
  outline: 0;
  text-decoration: none;
  color: #002E5D;
  border-color: #B9D9EB;
  transform: translateY(-2px);
}

.cookie-advert .blue-box:active {
  color: #002E5D;
  border-color: #FED141;
  transform: scale(0.97);
  transition: transform 0.15s ease-in-out;
}

.cookie-advert .blue-box--reversed {
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.cookie-advert .blue-box--reversed, .cookie-advert .blue-box--reversed:link, .cookie-advert .blue-box--reversed:visited {
  color: #B9D9EB;
  border-color: #B9D9EB;
}

.cookie-advert .blue-box--reversed:active, .cookie-advert .blue-box--reversed:focus, .cookie-advert .blue-box--reversed:hover {
  color: #E3F2FB;
  border-color: #E3F2FB;
}

.cookie-advert .blue-box--reversed.has--icon .icon {
  color: #B9D9EB;
}

.cookie-advert .blue-box--primary {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.cookie-advert .blue-box--primary, .cookie-advert .blue-box--primary:link, .cookie-advert .blue-box--primary:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

.cookie-advert .blue-box--primary:active, .cookie-advert .blue-box--primary:focus, .cookie-advert .blue-box--primary:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.cookie-advert .blue-box--primary:active {
  color: #002E5D;
  background: #ffffff;
}

.cookie-advert .blue-box--primary-reversed {
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.cookie-advert .blue-box--primary-reversed, .cookie-advert .blue-box--primary-reversed:link, .cookie-advert .blue-box--primary-reversed:visited {
  color: #002E5D;
  background: #FED141;
  border-bottom: none;
}

.cookie-advert .blue-box--primary-reversed:active, .cookie-advert .blue-box--primary-reversed:focus, .cookie-advert .blue-box--primary-reversed:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.cookie-advert .blue-box--primary-reversed:active {
  color: #002E5D;
  background: #E3F2FB;
}

.cookie-advert .blue-box.has--icon .icon {
  display: inline-block;
  position: relative;
  transition: transform 0.4s ease-in-out;
  padding: 0px 0px 0px 7px;
  padding: 0rem 0rem 0rem 0.4375rem;
  width: 20px;
  width: 1.25rem;
}

.cookie-advert .blue-box.has--icon .icon svg {
  fill: currentColor;
}

.cookie-advert .blue-box.has--icon .icon--close {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}

.cookie-advert .msg {
  width: 90%;
  text-align: left;
}

.cookie-advert .action {
  float: right;
  white-space: nowrap;
  text-align: right;
}

.cookie-advert .softwrap {
  display: block;
  line-height: 1.3;
}

.cookie-advert .softwrap + .softwrap {
  margin-top: 15px;
}

@media (max-width: 550px) {
  .cookie-advert .tab {
    display: inline-block;
  }
  .cookie-advert .msg,
  .cookie-advert .action {
    display: block;
  }
  .cookie-advert .msg {
    width: auto;
  }
  .cookie-advert .action {
    margin-top: 20px;
  }
  .cookie-advert .action .blue-box {
    margin-left: 0;
  }
}
.cookie-indicator {
  position: fixed;
  bottom: 68px;
  right: 15px;
  z-index: 100;
}
.cookie-indicator .accepted,
.cookie-indicator .declined {
  display: none;
  width: 43.5px;
  opacity: 0.75;
  transition: all 0.25s ease-in-out;
}
.cookie-indicator .accepted:hover, .cookie-indicator .accepted:focus, .cookie-indicator .accepted:active,
.cookie-indicator .declined:hover,
.cookie-indicator .declined:focus,
.cookie-indicator .declined:active {
  transform: rotate(25deg);
  opacity: 1;
}

.cookies-accepted .cookie-indicator .accepted {
  display: block;
}

.cookies-declined .cookie-indicator .declined {
  display: block;
}

.tiny.accepted, .tiny.declined {
  width: 20px;
}

.grey-interstertial {
  padding: 20px;
  background-color: grey;
  margin: 6px auto;
}
.grey-interstertial img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 600px;
}

.dialog-frame.open .mask {
  background-color: transparent;
}

.dialog-frame .dialog-holder .the-dialog {
  background-color: #ffffff;
  color: #002E5D;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}

.dialog-frame .dialog-holder .the-dialog .head {
  text-transform: uppercase;
  padding-bottom: 1em;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 0.90625;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  border-bottom: 0;
  padding: 30px 30px 0 30px;
}

.font-knockout-51-loaded .dialog-frame .dialog-holder .the-dialog .head {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 0.90625;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.dialog-frame .dialog-holder .the-dialog .head em, .dialog-frame .dialog-holder .the-dialog .head i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 0.90625;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .dialog-frame .dialog-holder .the-dialog .head em, .font-knockout-50-loaded .dialog-frame .dialog-holder .the-dialog .head i {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 0.90625;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.dialog-frame .dialog-holder .the-dialog .head em strong, .dialog-frame .dialog-holder .the-dialog .head em b, .dialog-frame .dialog-holder .the-dialog .head i strong, .dialog-frame .dialog-holder .the-dialog .head i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 0.90625;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .dialog-frame .dialog-holder .the-dialog .head em strong, .font-knockout-51-loaded .dialog-frame .dialog-holder .the-dialog .head em b, .font-knockout-51-loaded .dialog-frame .dialog-holder .the-dialog .head i strong, .font-knockout-51-loaded .dialog-frame .dialog-holder .the-dialog .head i b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 0.90625;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.dialog-frame .dialog-holder .the-dialog .head strong, .dialog-frame .dialog-holder .the-dialog .head b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 0.90625;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .dialog-frame .dialog-holder .the-dialog .head strong, .font-knockout-51-loaded .dialog-frame .dialog-holder .the-dialog .head b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 0.90625;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.dialog-frame .dialog-holder .the-dialog .head strong em, .dialog-frame .dialog-holder .the-dialog .head strong i, .dialog-frame .dialog-holder .the-dialog .head b em, .dialog-frame .dialog-holder .the-dialog .head b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 0.90625;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .dialog-frame .dialog-holder .the-dialog .head strong em, .font-knockout-51-loaded .dialog-frame .dialog-holder .the-dialog .head strong i, .font-knockout-51-loaded .dialog-frame .dialog-holder .the-dialog .head b em, .font-knockout-51-loaded .dialog-frame .dialog-holder .the-dialog .head b i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 0.90625;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.dialog-frame .dialog-holder .the-dialog .head a:link, .dialog-frame .dialog-holder .the-dialog .head a:visited {
  text-decoration: none;
}

.dialog-frame .dialog-holder .the-dialog .foot {
  border-top: 0;
  padding: 0 30px 10px 30px;
}

.dialog-frame .dialog-holder .the-dialog .foot:after {
  content: "";
  display: table;
  clear: both;
}

.dialog-frame .dialog-holder .the-dialog .body {
  padding: 30px;
}

.dialog-frame .dialog-holder .the-dialog .body .msg {
  padding-bottom: 1em;
}

.dialog-frame .dialog-holder .the-dialog .btn-ok {
  display: none;
}

.dialog-frame .dialog-holder .the-dialog .btn-save {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-style: solid;
  border-color: transparent;
  border-width: 0px;
  border-width: 0rem;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  padding: 6px 0px;
  padding: 0.375rem 0rem;
  float: right;
}

.font-degular-loaded .dialog-frame .dialog-holder .the-dialog .btn-save {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.dialog-frame .dialog-holder .the-dialog .btn-save, .dialog-frame .dialog-holder .the-dialog .btn-save:link, .dialog-frame .dialog-holder .the-dialog .btn-save:visited {
  color: #002E5D;
  background: transparent;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-bottom: 4px solid #002E5D;
}

.dialog-frame .dialog-holder .the-dialog .btn-save:active, .dialog-frame .dialog-holder .the-dialog .btn-save:focus, .dialog-frame .dialog-holder .the-dialog .btn-save:hover {
  outline: 0;
  text-decoration: none;
  color: #002E5D;
  border-color: #B9D9EB;
  transform: translateY(-2px);
}

.dialog-frame .dialog-holder .the-dialog .btn-save:active {
  color: #002E5D;
  border-color: #FED141;
  transform: scale(0.97);
  transition: transform 0.15s ease-in-out;
}

.dialog-frame .dialog-holder .the-dialog .btn-save--reversed {
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.dialog-frame .dialog-holder .the-dialog .btn-save--reversed, .dialog-frame .dialog-holder .the-dialog .btn-save--reversed:link, .dialog-frame .dialog-holder .the-dialog .btn-save--reversed:visited {
  color: #B9D9EB;
  border-color: #B9D9EB;
}

.dialog-frame .dialog-holder .the-dialog .btn-save--reversed:active, .dialog-frame .dialog-holder .the-dialog .btn-save--reversed:focus, .dialog-frame .dialog-holder .the-dialog .btn-save--reversed:hover {
  color: #E3F2FB;
  border-color: #E3F2FB;
}

.dialog-frame .dialog-holder .the-dialog .btn-save--reversed.has--icon .icon {
  color: #B9D9EB;
}

.dialog-frame .dialog-holder .the-dialog .btn-save--primary {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.dialog-frame .dialog-holder .the-dialog .btn-save--primary, .dialog-frame .dialog-holder .the-dialog .btn-save--primary:link, .dialog-frame .dialog-holder .the-dialog .btn-save--primary:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

.dialog-frame .dialog-holder .the-dialog .btn-save--primary:active, .dialog-frame .dialog-holder .the-dialog .btn-save--primary:focus, .dialog-frame .dialog-holder .the-dialog .btn-save--primary:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.dialog-frame .dialog-holder .the-dialog .btn-save--primary:active {
  color: #002E5D;
  background: #ffffff;
}

.dialog-frame .dialog-holder .the-dialog .btn-save--primary-reversed {
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.dialog-frame .dialog-holder .the-dialog .btn-save--primary-reversed, .dialog-frame .dialog-holder .the-dialog .btn-save--primary-reversed:link, .dialog-frame .dialog-holder .the-dialog .btn-save--primary-reversed:visited {
  color: #002E5D;
  background: #FED141;
  border-bottom: none;
}

.dialog-frame .dialog-holder .the-dialog .btn-save--primary-reversed:active, .dialog-frame .dialog-holder .the-dialog .btn-save--primary-reversed:focus, .dialog-frame .dialog-holder .the-dialog .btn-save--primary-reversed:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.dialog-frame .dialog-holder .the-dialog .btn-save--primary-reversed:active {
  color: #002E5D;
  background: #E3F2FB;
}

.dialog-frame .dialog-holder .the-dialog .btn-save.has--icon .icon {
  display: inline-block;
  position: relative;
  transition: transform 0.4s ease-in-out;
  padding: 0px 0px 0px 7px;
  padding: 0rem 0rem 0rem 0.4375rem;
  width: 20px;
  width: 1.25rem;
}

.dialog-frame .dialog-holder .the-dialog .btn-save.has--icon .icon svg {
  fill: currentColor;
}

.dialog-frame .dialog-holder .the-dialog .btn-save.has--icon .icon--close {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}

.dialog-frame .dialog-holder .the-dialog .close {
  color: #002E5D;
  padding: 10px 30px;
  padding: 0.625rem 1.875rem;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .dialog-frame .dialog-holder .the-dialog .close {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.dialog-frame .dialog-holder .the-dialog .gdpr-box label {
  display: block;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .dialog-frame .dialog-holder .the-dialog .gdpr-box label {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.dialog-frame .dialog-holder .the-dialog .gdpr-box label em, .dialog-frame .dialog-holder .the-dialog .gdpr-box label i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .dialog-frame .dialog-holder .the-dialog .gdpr-box label em, .font-knockout-51-loaded .dialog-frame .dialog-holder .the-dialog .gdpr-box label i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.dialog-frame .dialog-holder .the-dialog .gdpr-box label em strong, .dialog-frame .dialog-holder .the-dialog .gdpr-box label em b, .dialog-frame .dialog-holder .the-dialog .gdpr-box label i strong, .dialog-frame .dialog-holder .the-dialog .gdpr-box label i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .dialog-frame .dialog-holder .the-dialog .gdpr-box label em strong, .font-knockout-51-loaded .dialog-frame .dialog-holder .the-dialog .gdpr-box label em b, .font-knockout-51-loaded .dialog-frame .dialog-holder .the-dialog .gdpr-box label i strong, .font-knockout-51-loaded .dialog-frame .dialog-holder .the-dialog .gdpr-box label i b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.dialog-frame .dialog-holder .the-dialog .gdpr-box label strong, .dialog-frame .dialog-holder .the-dialog .gdpr-box label b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .dialog-frame .dialog-holder .the-dialog .gdpr-box label strong, .font-knockout-51-loaded .dialog-frame .dialog-holder .the-dialog .gdpr-box label b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.dialog-frame .dialog-holder .the-dialog .gdpr-box label strong em, .dialog-frame .dialog-holder .the-dialog .gdpr-box label strong i, .dialog-frame .dialog-holder .the-dialog .gdpr-box label b em, .dialog-frame .dialog-holder .the-dialog .gdpr-box label b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .dialog-frame .dialog-holder .the-dialog .gdpr-box label strong em, .font-knockout-51-loaded .dialog-frame .dialog-holder .the-dialog .gdpr-box label strong i, .font-knockout-51-loaded .dialog-frame .dialog-holder .the-dialog .gdpr-box label b em, .font-knockout-51-loaded .dialog-frame .dialog-holder .the-dialog .gdpr-box label b i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.dialog-frame .dialog-holder .the-dialog .gdpr-box .msg .softwrap a {
  color: #002E5D;
  text-decoration: underline;
}

@keyframes home-brand-intro--shello__fade-text {
  0% {
    opacity: 0;
  }
  20%, 80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes home-brand-intro--shello__fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes home-brand-intro--shello__mrp {
  0% {
    left: 15%;
    bottom: -4.1666666667em;
    max-height: calc(100% + 4.1666666667em);
    max-width: 75%;
  }
  100% {
    left: 5%;
    bottom: -4.7916666667em;
    max-height: 75%;
    max-width: 55%;
  }
}
@keyframes home-brand-intro--shello__mrp-large {
  0% {
    right: calc(50% - 23.0625em);
    bottom: -6.25em;
    height: calc(100% + 6.25em);
  }
  100% {
    right: 0.8333333333em;
    bottom: -5.625em;
    height: 75%;
  }
}
@keyframes wink {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  81% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes poke {
  0% {
    transform: translateX(0);
  }
  90% {
    transform: translateX(0);
  }
  95% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.c-home-brand-intro {
  text-align: center;
  position: relative;
}

.c-home-brand-intro--shello {
  background-color: #002E5D;
  text-align: center;
  height: 187.5vw;
  max-height: 630px;
  max-height: 39.375rem;
  width: 100%;
  zoom: 1;
  margin-left: auto;
  margin-right: auto;
  max-width: 60em;
}

.c-home-brand-intro--shello:before, .c-home-brand-intro--shello:after {
  content: " ";
  display: table;
}

.c-home-brand-intro--shello:after {
  clear: both;
}

.content-block--home-brand-intro:has(.c-home-brand-intro--shello) {
  background-color: #002E5D;
  margin-bottom: 150px;
  margin-bottom: 9.375rem;
}

.c-home-brand-intro--shello__mrp, .c-home-brand-intro--shello__nuts,
.c-home-brand-intro--shello .c-home-brand-intro__video,
.c-home-brand-intro--shello .c-home-brand-intro__cta {
  position: absolute;
}

.svg-img:has(.c-home-brand-intro--shello__shello) {
  display: block;
  width: 100%;
  max-width: 680px;
  max-width: 42.5rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  padding: 0px 20px;
  padding: 0rem 1.25rem;
  opacity: 0;
  animation: home-brand-intro--shello__fade-text 2.5s ease-in-out 0s 1 normal forwards;
}

.svg-img:has(.c-home-brand-intro--shello__there) {
  display: block;
  width: 100%;
  max-width: 680px;
  max-width: 42.5rem;
  padding: 0px 20px;
  padding: 0rem 1.25rem;
  opacity: 0;
  animation: home-brand-intro--shello__fade-text 2.5s ease-in-out 0.5s 1 normal forwards;
}

.c-home-brand-intro--shello__mrp {
  z-index: 4;
  width: auto;
  max-width: 75%;
  height: auto;
  object-fit: contain;
  object-position: bottom;
  left: 15%;
  bottom: -4.1666666667em;
  max-height: calc(100% + 4.1666666667em);
  animation: home-brand-intro--shello__mrp 0.5s ease-in-out 2s 1 normal forwards;
}

.c-home-brand-intro--shello__wink {
  animation: wink 7s linear infinite;
}

.c-home-brand-intro--shello__nuts {
  z-index: 2;
  left: 0;
  bottom: -110px;
  bottom: -6.875rem;
  width: 383px;
  width: 23.9375rem;
  max-width: 100%;
  opacity: 0;
  animation: home-brand-intro--shello__fade 0.5s ease-in-out 2s 1 normal forwards;
}

.c-home-brand-intro--shello .c-home-brand-intro__video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  aspect-ratio: 16/9;
  width: 100%;
  height: 400px;
  max-height: 100%;
  overflow: hidden;
  opacity: 0;
  animation: home-brand-intro--shello__fade 0.5s ease-in-out 2s 1 normal forwards;
}

.c-home-brand-intro--shello .c-home-brand-intro__video .c-full-width-media__background-video-holder {
  height: 100%;
}

.c-home-brand-intro--shello .c-home-brand-intro__video .c-full-width-media__background-video {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.c-home-brand-intro--shello .c-home-brand-intro__video .c-full-width-media__background-video-toggle {
  top: unset;
  bottom: 1rem;
  opacity: 1;
  color: #FAF5E4;
}

.c-home-brand-intro--shello .c-home-brand-intro__video .c-full-width-media__background-video-toggle:hover {
  color: #FED141;
}

.c-home-brand-intro--shello .c-home-brand-intro__cta {
  z-index: 3;
  border: 0;
  background: transparent;
  aspect-ratio: 1;
  border-radius: 50%;
  bottom: -30px;
  left: min(50%, 200px);
  right: 12px;
  max-width: 7.2083333333em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  animation: home-brand-intro--shello__fade 0.5s ease-in-out 2s 1 normal forwards;
}

.c-home-brand-intro--shello .c-home-brand-intro__cta-arrow {
  animation: poke 5s ease-in-out infinite;
}

.c-home-brand-intro--shello .c-home-brand-intro__cta-circle, .c-home-brand-intro--shello .c-home-brand-intro__cta-text path, .c-home-brand-intro--shello .c-home-brand-intro__cta-arrow {
  transition: fill 0.25s ease-in-out;
}

.c-home-brand-intro--shello .c-home-brand-intro__cta-text path {
  fill: #002E5D;
}

.c-home-brand-intro--shello .c-home-brand-intro__cta svg {
  width: 100%;
}

.c-home-brand-intro--shello .c-home-brand-intro__cta:hover {
  transform: translateY(-10px);
  cursor: pointer;
  background: transparent;
}

.c-home-brand-intro--shello .c-home-brand-intro__cta:hover .c-home-brand-intro__cta-circle {
  fill: #FED141;
}

@media only screen and (min-width: 73.4375em) {
  .content-block--home-brand-intro:has(.c-home-brand-intro--shello) {
    margin-bottom: 180px;
    margin-bottom: 11.25rem;
  }
  .svg-img:has(.c-home-brand-intro--shello__shello), .svg-img:has(.c-home-brand-intro--shello__there) {
    margin-inline: auto;
    position: relative;
    left: -8.3333333333em;
    padding: 0;
  }
  .c-home-brand-intro--shello__mrp {
    z-index: 4;
    width: auto;
    max-width: 80%;
    max-height: unset;
    left: unset;
    right: calc(50% - 23.0625em);
    bottom: -6.25em;
    height: calc(100% + 6.25em);
    animation: home-brand-intro--shello__mrp-large 0.5s ease-in-out 2s 1 normal forwards;
  }
  .c-home-brand-intro--shello__nuts {
    z-index: 2;
    left: unset;
    right: 17%;
    bottom: -155px;
    height: 35%;
    width: unset;
    opacity: 0;
    animation: home-brand-intro--shello__fade 0.5s ease-in-out 2s 1 normal forwards;
  }
  .c-home-brand-intro--shello .c-home-brand-intro__video {
    position: absolute;
    left: 10%;
    right: 10%;
    top: 0px;
    z-index: 1;
    aspect-ratio: 16/9;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    opacity: 0;
    animation: home-brand-intro--shello__fade 0.5s ease-in-out 2s 1 normal forwards;
  }
  .c-home-brand-intro--shello .c-home-brand-intro__video .c-full-width-media__background-video {
    border-radius: 0.4166666667em;
  }
  .c-home-brand-intro--shello .c-home-brand-intro__video .c-full-width-media__background-video-toggle {
    top: unset;
    right: unset;
    left: 1rem;
    bottom: 1rem;
  }
  .c-home-brand-intro--shello .c-home-brand-intro__cta {
    max-width: 45%;
    left: unset;
    bottom: -100px;
    right: 9.5833333333em;
  }
}
@media only screen and (min-width: 73.4375em) and (min-height: 0em) and (max-height: 35.375em) {
  .c-home-brand-intro--shello {
    max-width: 1175px;
    max-width: 73.4375rem;
    max-height: 451px;
    max-height: 28.1875rem;
  }
  @keyframes home-brand-intro--shello__mrp-large {
    100% {
      right: 0.8333333333em;
      bottom: -3.75em;
      height: 18.25em;
    }
  }
  .content-block--home-brand-intro:has(.c-home-brand-intro--shello) {
    padding-bottom: 25px;
    padding-bottom: 1.5625rem;
  }
  .c-home-brand-intro--shello__nuts {
    bottom: -3.75em;
    height: 7.8333333333em;
    right: 23%;
  }
  .c-home-brand-intro--shello .c-home-brand-intro__video {
    left: 0;
  }
  .c-home-brand-intro--shello .c-home-brand-intro__cta {
    max-width: 215px;
    max-width: 13.4375rem;
    bottom: -2.2916666667em;
  }
}
.c-introduction__rich-text {
  max-width: 1000px;
  max-width: 62.5rem;
  margin: 0 auto;
}

.c-introduction p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-introduction p {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-introduction p em, .c-introduction p i {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-introduction p em, .font-degular-loaded .c-introduction p i {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.c-introduction p em strong, .c-introduction p em b, .c-introduction p i strong, .c-introduction p i b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-introduction p em strong, .font-degular-loaded .c-introduction p em b, .font-degular-loaded .c-introduction p i strong, .font-degular-loaded .c-introduction p i b {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.c-introduction p strong, .c-introduction p b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-introduction p strong, .font-degular-loaded .c-introduction p b {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-introduction p strong em, .c-introduction p strong i, .c-introduction p b em, .c-introduction p b i {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-introduction p strong em, .font-degular-loaded .c-introduction p strong i, .font-degular-loaded .c-introduction p b em, .font-degular-loaded .c-introduction p b i {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.c-introduction p:last-child {
  padding-bottom: 0;
}

@media only screen and (min-width: 43.75em) {
  .c-introduction p {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-introduction p {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .c-introduction p em, .c-introduction p i {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-introduction p em, .font-degular-loaded .c-introduction p i {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .c-introduction p em strong, .c-introduction p em b, .c-introduction p i strong, .c-introduction p i b {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-introduction p em strong, .font-degular-loaded .c-introduction p em b, .font-degular-loaded .c-introduction p i strong, .font-degular-loaded .c-introduction p i b {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .c-introduction p strong, .c-introduction p b {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-introduction p strong, .font-degular-loaded .c-introduction p b {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .c-introduction p strong em, .c-introduction p strong i, .c-introduction p b em, .c-introduction p b i {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-introduction p strong em, .font-degular-loaded .c-introduction p strong i, .font-degular-loaded .c-introduction p b em, .font-degular-loaded .c-introduction p b i {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
}
.c-marquee {
  position: relative;
  background-color: #FED141;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

.c-marquee--background-color-transparent {
  padding-top: 0;
  padding-bottom: 0;
}

.c-marquee--background-color-blue {
  background-color: #002E5D;
}

.c-marquee--background-color-transparent {
  background-color: transparent;
}

.c-marquee--has-overlay .c-marquee__inner {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.c-marquee a:link, .c-marquee a:visited {
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-property: all;
}

.c-marquee a:hover, .c-marquee a:active {
  opacity: 0.8;
  cursor: pointer;
}

.c-marquee a:hover .c-marquee__marquee, .c-marquee a:active .c-marquee__marquee {
  animation-play-state: paused !important;
}

.c-marquee__inner {
  overflow-x: hidden;
  width: 100%;
}

.c-marquee__marquee {
  animation: marqueeLTR_Sm 7.5s linear infinite;
  scale: 0.5;
}

.c-marquee__marquee:nth-child(even), .c-marquee__marquee-rtl {
  animation: marqueeRTL_Sm 7.5s linear infinite;
}

.c-marquee__background-image {
  background-position-y: center;
  background-repeat: repeat-x;
  background-size: contain;
  margin-left: -100%;
  text-align: center;
  width: 300%;
  height: 100%;
}

.c-marquee__overlay {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
  position: relative;
  text-align: center;
  z-index: 1;
}

.c-marquee__overlay-image {
  width: 100%;
  max-width: 650px;
  max-width: 40.625rem;
}

@keyframes marqueeLTR_Sm {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(50%);
  }
}
@keyframes marqueeRTL_Sm {
  0% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes marqueeLTR_Lg {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes marqueeRTL_Lg {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media only screen and (min-width: 43.75em) {
  .group--full .content-block--marquee .c-marquee {
    padding-top: 60px;
    padding-top: 3.75rem;
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
  .group--full .content-block--marquee .c-marquee--background-color-transparent {
    padding-top: 0;
    padding-bottom: 0;
  }
  .group--full .content-block--marquee .c-marquee .c-marquee__marquee {
    animation: marqueeLTR_Lg 60s linear infinite;
    scale: 1;
  }
  .group--full .content-block--marquee .c-marquee .c-marquee__marquee:nth-child(even), .group--full .content-block--marquee .c-marquee .c-marquee__marquee-rtl {
    animation: marqueeRTL_Lg 60s linear infinite;
  }
}
@media only screen and (min-width: 43.75em) and (max-width: 57.5625em) {
  .group--partial-primary .content-block--marquee .c-marquee {
    padding-top: 60px;
    padding-top: 3.75rem;
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
  .group--partial-primary .content-block--marquee .c-marquee--background-color-transparent {
    padding-top: 0;
    padding-bottom: 0;
  }
  .group--partial-primary .content-block--marquee .c-marquee .c-marquee__marquee {
    animation: marqueeLTR_Lg 60s linear infinite;
    scale: 1;
  }
  .group--partial-primary .content-block--marquee .c-marquee .c-marquee__marquee:nth-child(even), .group--partial-primary .content-block--marquee .c-marquee .c-marquee__marquee-rtl {
    animation: marqueeRTL_Lg 60s linear infinite;
  }
}
@media only screen and (min-width: 73.75em) {
  .group--partial-primary .content-block--marquee .c-marquee {
    padding-top: 60px;
    padding-top: 3.75rem;
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
  .group--partial-primary .content-block--marquee .c-marquee--background-color-transparent {
    padding-top: 0;
    padding-bottom: 0;
  }
  .group--partial-primary .content-block--marquee .c-marquee .c-marquee__marquee {
    animation: marqueeLTR_Lg 60s linear infinite;
    scale: 1;
  }
  .group--partial-primary .content-block--marquee .c-marquee .c-marquee__marquee:nth-child(even), .group--partial-primary .content-block--marquee .c-marquee .c-marquee__marquee-rtl {
    animation: marqueeRTL_Lg 60s linear infinite;
  }
}
.c-media-grid__item {
  margin-bottom: 0.8333333333em;
  border-radius: 0.4166666667em;
  overflow: hidden;
}
.c-media-grid__item--type-image img {
  width: 100%;
}
.c-media-grid__item--type-video .embed-placeholder {
  margin-bottom: 0;
}
.c-media-grid__item--type-video .lazyload-embed {
  padding-bottom: 0;
}

@media only screen and (min-width: 37.5em) {
  .group--full .content-block--media-grid .c-media-grid--layout-2-up .c-media-grid__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.8333333333em;
  }
  .group--full .content-block--media-grid .c-media-grid--layout-2-up .c-media-grid__item {
    display: flex;
    flex-direction: column;
    width: calc(50% - 0.4166666667em);
    margin-bottom: 0;
  }
  .group--full .content-block--media-grid .c-media-grid--layout-3-up .c-media-grid__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.8333333333em;
  }
  .group--full .content-block--media-grid .c-media-grid--layout-3-up .c-media-grid__item {
    display: flex;
    flex-direction: column;
    width: calc(50% - 0.4166666667em);
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 43.75em) {
  .group--full .content-block--media-grid .c-media-grid--layout-3-up .c-media-grid__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.8333333333em;
  }
  .group--full .content-block--media-grid .c-media-grid--layout-3-up .c-media-grid__item {
    display: flex;
    flex-direction: column;
    width: calc(33.33333% - 0.5555555556em);
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 37.5em) {
  .group--partial-primary .content-block--media-grid .c-media-grid--layout-2-up .c-media-grid__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.8333333333em;
  }
  .group--partial-primary .content-block--media-grid .c-media-grid--layout-2-up .c-media-grid__item {
    display: flex;
    flex-direction: column;
    width: calc(50% - 0.4166666667em);
    margin-bottom: 0;
  }
  .group--partial-primary .content-block--media-grid .c-media-grid--layout-3-up .c-media-grid__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.8333333333em;
  }
  .group--partial-primary .content-block--media-grid .c-media-grid--layout-3-up .c-media-grid__item {
    display: flex;
    flex-direction: column;
    width: calc(50% - 0.4166666667em);
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 43.75em) and (max-width: 57.5625em) {
  .group--partial-primary .content-block--media-grid .c-media-grid--layout-3-up .c-media-grid__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.8333333333em;
  }
  .group--partial-primary .content-block--media-grid .c-media-grid--layout-3-up .c-media-grid__item {
    display: flex;
    flex-direction: column;
    width: calc(33.33333% - 0.5555555556em);
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 61.875em) {
  .group--partial-primary .content-block--media-grid .c-media-grid--layout-3-up .c-media-grid__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.8333333333em;
  }
  .group--partial-primary .content-block--media-grid .c-media-grid--layout-3-up .c-media-grid__item {
    display: flex;
    flex-direction: column;
    width: calc(33.33333% - 0.5555555556em);
    padding-bottom: 0;
  }
}
.c-media-list {
  max-width: 53.3333333333em;
  margin: 0 auto;
}

.c-media-list__list {
  zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-media-list__list:before, .c-media-list__list:after {
  content: " ";
  display: table;
}

.c-media-list__list:after {
  clear: both;
}

.c-media-list__item {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2.0833333333em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.8333333333em;
  padding-right: 0.8333333333em;
  max-width: 1040px;
  width: 100%;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
  border: none;
}

@media only screen and (min-width: 22.5em) {
  .c-media-list__item {
    padding-left: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-media-list__item {
    padding-left: 4%;
  }
}
@media only screen and (min-width: 22.5em) {
  .c-media-list__item {
    padding-right: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-media-list__item {
    padding-right: 4%;
  }
}
.mzr-js .c-media-list__item {
  visibility: hidden;
}

.c-media-list__item--first .c-media-list__image-container {
  top: 0;
}

.c-media-list__item--last {
  margin-bottom: 0;
}

.mzr-js .c-media-list__item--animate {
  visibility: visible;
}

.mzr-js .c-media-list__item--animate:nth-child(odd) .c-media-list__image-container {
  opacity: 0;
  animation: slide-right-fade 0.8s ease forwards;
}

.mzr-js .c-media-list__item--animate:nth-child(odd) .c-media-list__body {
  opacity: 0;
  animation: slide-left-fade 0.8s ease forwards;
}

.mzr-js .c-media-list__item--animate:nth-child(even) .c-media-list__image-container {
  opacity: 0;
  animation: slide-left-fade 0.8s ease forwards;
}

.mzr-js .c-media-list__item--animate:nth-child(even) .c-media-list__body {
  opacity: 0;
  animation: slide-right-fade 0.8s ease forwards;
}

.c-media-list__image-container {
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.c-media-list__image {
  padding-bottom: 0;
  width: 100%;
}

.c-media-list__icon {
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: middle;
}

.c-media-list__icon .svg-img {
  display: block;
}

.c-media-list__icon .svg-img img {
  width: 100%;
}

.c-media-list__body {
  width: 100%;
  vertical-align: middle;
  border: none;
}

.c-media-list__title {
  display: block;
  text-transform: uppercase;
  padding-bottom: 1rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

.font-knockout-50-loaded .c-media-list__title {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-media-list__title em, .c-media-list__title i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-media-list__title em, .font-knockout-50-loaded .c-media-list__title i {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-media-list__title em strong, .c-media-list__title em b, .c-media-list__title i strong, .c-media-list__title i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-media-list__title em strong, .font-knockout-50-loaded .c-media-list__title em b, .font-knockout-50-loaded .c-media-list__title i strong, .font-knockout-50-loaded .c-media-list__title i b {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-media-list__title strong, .c-media-list__title b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-media-list__title strong, .font-knockout-50-loaded .c-media-list__title b {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-media-list__title strong em, .c-media-list__title strong i, .c-media-list__title b em, .c-media-list__title b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-media-list__title strong em, .font-knockout-50-loaded .c-media-list__title strong i, .font-knockout-50-loaded .c-media-list__title b em, .font-knockout-50-loaded .c-media-list__title b i {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .c-media-list__title {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-media-list__title {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__title em, .c-media-list__title i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-media-list__title em, .font-knockout-50-loaded .c-media-list__title i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__title em strong, .c-media-list__title em b, .c-media-list__title i strong, .c-media-list__title i b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-media-list__title em strong, .font-knockout-50-loaded .c-media-list__title em b, .font-knockout-50-loaded .c-media-list__title i strong, .font-knockout-50-loaded .c-media-list__title i b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__title strong, .c-media-list__title b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-media-list__title strong, .font-knockout-50-loaded .c-media-list__title b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__title strong em, .c-media-list__title strong i, .c-media-list__title b em, .c-media-list__title b i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-media-list__title strong em, .font-knockout-50-loaded .c-media-list__title strong i, .font-knockout-50-loaded .c-media-list__title b em, .font-knockout-50-loaded .c-media-list__title b i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .c-media-list__title {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-media-list__title {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__title em, .c-media-list__title i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-media-list__title em, .font-knockout-50-loaded .c-media-list__title i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__title em strong, .c-media-list__title em b, .c-media-list__title i strong, .c-media-list__title i b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-media-list__title em strong, .font-knockout-50-loaded .c-media-list__title em b, .font-knockout-50-loaded .c-media-list__title i strong, .font-knockout-50-loaded .c-media-list__title i b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__title strong, .c-media-list__title b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-media-list__title strong, .font-knockout-50-loaded .c-media-list__title b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__title strong em, .c-media-list__title strong i, .c-media-list__title b em, .c-media-list__title b i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-media-list__title strong em, .font-knockout-50-loaded .c-media-list__title strong i, .font-knockout-50-loaded .c-media-list__title b em, .font-knockout-50-loaded .c-media-list__title b i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.c-media-list__title .icon--external-link {
  display: inline-block;
  width: 0.5em;
  vertical-align: top;
  margin: 8px 0px 0px 3px;
  margin: 0.5rem 0rem 0rem 0.1875rem;
}

.c-media-list__title .icon--external-link .icon__img {
  width: 12px;
  height: 12px;
}

.c-media-list__title .icon--external-link .icon__img svg * {
  fill: currentColor;
}

.c-media-list__title .icon--external-link .icon__img--r-svg {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

@media only screen and (min-width: 0.75em) {
  .c-media-list__title .icon--external-link .icon__img--r-svg--max-scale {
    width: 12px;
    height: 12px;
    padding-bottom: 0;
  }
}
.c-media-list__label {
  text-transform: uppercase;
  padding-bottom: 0.25rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}

.font-knockout-51-loaded .c-media-list__label {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-media-list__label em, .c-media-list__label i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-media-list__label em, .font-knockout-51-loaded .c-media-list__label i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-media-list__label em strong, .c-media-list__label em b, .c-media-list__label i strong, .c-media-list__label i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-media-list__label em strong, .font-knockout-51-loaded .c-media-list__label em b, .font-knockout-51-loaded .c-media-list__label i strong, .font-knockout-51-loaded .c-media-list__label i b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-media-list__label strong, .c-media-list__label b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-media-list__label strong, .font-knockout-51-loaded .c-media-list__label b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-media-list__label strong em, .c-media-list__label strong i, .c-media-list__label b em, .c-media-list__label b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-media-list__label strong em, .font-knockout-51-loaded .c-media-list__label strong i, .font-knockout-51-loaded .c-media-list__label b em, .font-knockout-51-loaded .c-media-list__label b i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .c-media-list__label {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-media-list__label {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__label em, .c-media-list__label i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-media-list__label em, .font-knockout-51-loaded .c-media-list__label i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__label em strong, .c-media-list__label em b, .c-media-list__label i strong, .c-media-list__label i b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-media-list__label em strong, .font-knockout-51-loaded .c-media-list__label em b, .font-knockout-51-loaded .c-media-list__label i strong, .font-knockout-51-loaded .c-media-list__label i b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__label strong, .c-media-list__label b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-media-list__label strong, .font-knockout-51-loaded .c-media-list__label b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__label strong em, .c-media-list__label strong i, .c-media-list__label b em, .c-media-list__label b i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-media-list__label strong em, .font-knockout-51-loaded .c-media-list__label strong i, .font-knockout-51-loaded .c-media-list__label b em, .font-knockout-51-loaded .c-media-list__label b i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .c-media-list__label {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-media-list__label {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__label em, .c-media-list__label i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-media-list__label em, .font-knockout-51-loaded .c-media-list__label i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__label em strong, .c-media-list__label em b, .c-media-list__label i strong, .c-media-list__label i b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-media-list__label em strong, .font-knockout-51-loaded .c-media-list__label em b, .font-knockout-51-loaded .c-media-list__label i strong, .font-knockout-51-loaded .c-media-list__label i b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__label strong, .c-media-list__label b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-media-list__label strong, .font-knockout-51-loaded .c-media-list__label b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__label strong em, .c-media-list__label strong i, .c-media-list__label b em, .c-media-list__label b i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-media-list__label strong em, .font-knockout-51-loaded .c-media-list__label strong i, .font-knockout-51-loaded .c-media-list__label b em, .font-knockout-51-loaded .c-media-list__label b i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.c-media-list__rich-text h2 {
  text-transform: uppercase;
  padding-bottom: 1rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-media-list__rich-text h2 {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-media-list__rich-text h2 em, .c-media-list__rich-text h2 i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-media-list__rich-text h2 em, .font-knockout-51-loaded .c-media-list__rich-text h2 i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-media-list__rich-text h2 em strong, .c-media-list__rich-text h2 em b, .c-media-list__rich-text h2 i strong, .c-media-list__rich-text h2 i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-media-list__rich-text h2 em strong, .font-knockout-51-loaded .c-media-list__rich-text h2 em b, .font-knockout-51-loaded .c-media-list__rich-text h2 i strong, .font-knockout-51-loaded .c-media-list__rich-text h2 i b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-media-list__rich-text h2 strong, .c-media-list__rich-text h2 b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-media-list__rich-text h2 strong, .font-knockout-51-loaded .c-media-list__rich-text h2 b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-media-list__rich-text h2 strong em, .c-media-list__rich-text h2 strong i, .c-media-list__rich-text h2 b em, .c-media-list__rich-text h2 b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-media-list__rich-text h2 strong em, .font-knockout-51-loaded .c-media-list__rich-text h2 strong i, .font-knockout-51-loaded .c-media-list__rich-text h2 b em, .font-knockout-51-loaded .c-media-list__rich-text h2 b i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .c-media-list__rich-text h2 {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-media-list__rich-text h2 {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__rich-text h2 em, .c-media-list__rich-text h2 i {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-media-list__rich-text h2 em, .font-knockout-50-loaded .c-media-list__rich-text h2 i {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__rich-text h2 em strong, .c-media-list__rich-text h2 em b, .c-media-list__rich-text h2 i strong, .c-media-list__rich-text h2 i b {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-media-list__rich-text h2 em strong, .font-knockout-51-loaded .c-media-list__rich-text h2 em b, .font-knockout-51-loaded .c-media-list__rich-text h2 i strong, .font-knockout-51-loaded .c-media-list__rich-text h2 i b {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__rich-text h2 strong, .c-media-list__rich-text h2 b {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-media-list__rich-text h2 strong, .font-knockout-51-loaded .c-media-list__rich-text h2 b {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__rich-text h2 strong em, .c-media-list__rich-text h2 strong i, .c-media-list__rich-text h2 b em, .c-media-list__rich-text h2 b i {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-media-list__rich-text h2 strong em, .font-knockout-51-loaded .c-media-list__rich-text h2 strong i, .font-knockout-51-loaded .c-media-list__rich-text h2 b em, .font-knockout-51-loaded .c-media-list__rich-text h2 b i {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .c-media-list__rich-text h2 {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-media-list__rich-text h2 {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__rich-text h2 em, .c-media-list__rich-text h2 i {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-media-list__rich-text h2 em, .font-knockout-51-loaded .c-media-list__rich-text h2 i {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__rich-text h2 em strong, .c-media-list__rich-text h2 em b, .c-media-list__rich-text h2 i strong, .c-media-list__rich-text h2 i b {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-media-list__rich-text h2 em strong, .font-knockout-51-loaded .c-media-list__rich-text h2 em b, .font-knockout-51-loaded .c-media-list__rich-text h2 i strong, .font-knockout-51-loaded .c-media-list__rich-text h2 i b {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__rich-text h2 strong, .c-media-list__rich-text h2 b {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-media-list__rich-text h2 strong, .font-knockout-51-loaded .c-media-list__rich-text h2 b {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__rich-text h2 strong em, .c-media-list__rich-text h2 strong i, .c-media-list__rich-text h2 b em, .c-media-list__rich-text h2 b i {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-media-list__rich-text h2 strong em, .font-knockout-51-loaded .c-media-list__rich-text h2 strong i, .font-knockout-51-loaded .c-media-list__rich-text h2 b em, .font-knockout-51-loaded .c-media-list__rich-text h2 b i {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.c-media-list__rich-text h3 {
  text-transform: uppercase;
  padding-bottom: 1rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-media-list__rich-text h3 {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-media-list__rich-text h3 em, .c-media-list__rich-text h3 i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-media-list__rich-text h3 em, .font-knockout-50-loaded .c-media-list__rich-text h3 i {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-media-list__rich-text h3 em strong, .c-media-list__rich-text h3 em b, .c-media-list__rich-text h3 i strong, .c-media-list__rich-text h3 i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-media-list__rich-text h3 em strong, .font-knockout-50-loaded .c-media-list__rich-text h3 em b, .font-knockout-50-loaded .c-media-list__rich-text h3 i strong, .font-knockout-50-loaded .c-media-list__rich-text h3 i b {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-media-list__rich-text h3 strong, .c-media-list__rich-text h3 b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-media-list__rich-text h3 strong, .font-knockout-50-loaded .c-media-list__rich-text h3 b {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-media-list__rich-text h3 strong em, .c-media-list__rich-text h3 strong i, .c-media-list__rich-text h3 b em, .c-media-list__rich-text h3 b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-media-list__rich-text h3 strong em, .font-knockout-50-loaded .c-media-list__rich-text h3 strong i, .font-knockout-50-loaded .c-media-list__rich-text h3 b em, .font-knockout-50-loaded .c-media-list__rich-text h3 b i {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .c-media-list__rich-text h3 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-media-list__rich-text h3 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__rich-text h3 em, .c-media-list__rich-text h3 i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-media-list__rich-text h3 em, .font-knockout-50-loaded .c-media-list__rich-text h3 i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__rich-text h3 em strong, .c-media-list__rich-text h3 em b, .c-media-list__rich-text h3 i strong, .c-media-list__rich-text h3 i b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-media-list__rich-text h3 em strong, .font-knockout-50-loaded .c-media-list__rich-text h3 em b, .font-knockout-50-loaded .c-media-list__rich-text h3 i strong, .font-knockout-50-loaded .c-media-list__rich-text h3 i b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__rich-text h3 strong, .c-media-list__rich-text h3 b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-media-list__rich-text h3 strong, .font-knockout-50-loaded .c-media-list__rich-text h3 b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__rich-text h3 strong em, .c-media-list__rich-text h3 strong i, .c-media-list__rich-text h3 b em, .c-media-list__rich-text h3 b i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-media-list__rich-text h3 strong em, .font-knockout-50-loaded .c-media-list__rich-text h3 strong i, .font-knockout-50-loaded .c-media-list__rich-text h3 b em, .font-knockout-50-loaded .c-media-list__rich-text h3 b i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .c-media-list__rich-text h3 {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-media-list__rich-text h3 {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__rich-text h3 em, .c-media-list__rich-text h3 i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-media-list__rich-text h3 em, .font-knockout-50-loaded .c-media-list__rich-text h3 i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__rich-text h3 em strong, .c-media-list__rich-text h3 em b, .c-media-list__rich-text h3 i strong, .c-media-list__rich-text h3 i b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-media-list__rich-text h3 em strong, .font-knockout-50-loaded .c-media-list__rich-text h3 em b, .font-knockout-50-loaded .c-media-list__rich-text h3 i strong, .font-knockout-50-loaded .c-media-list__rich-text h3 i b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__rich-text h3 strong, .c-media-list__rich-text h3 b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-media-list__rich-text h3 strong, .font-knockout-50-loaded .c-media-list__rich-text h3 b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__rich-text h3 strong em, .c-media-list__rich-text h3 strong i, .c-media-list__rich-text h3 b em, .c-media-list__rich-text h3 b i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-media-list__rich-text h3 strong em, .font-knockout-50-loaded .c-media-list__rich-text h3 strong i, .font-knockout-50-loaded .c-media-list__rich-text h3 b em, .font-knockout-50-loaded .c-media-list__rich-text h3 b i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.c-media-list__rich-text h4 {
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-media-list__rich-text h4 {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-media-list__rich-text h4 em, .c-media-list__rich-text h4 i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-media-list__rich-text h4 em, .font-knockout-51-loaded .c-media-list__rich-text h4 i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-media-list__rich-text h4 em strong, .c-media-list__rich-text h4 em b, .c-media-list__rich-text h4 i strong, .c-media-list__rich-text h4 i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-media-list__rich-text h4 em strong, .font-knockout-51-loaded .c-media-list__rich-text h4 em b, .font-knockout-51-loaded .c-media-list__rich-text h4 i strong, .font-knockout-51-loaded .c-media-list__rich-text h4 i b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-media-list__rich-text h4 strong, .c-media-list__rich-text h4 b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-media-list__rich-text h4 strong, .font-knockout-51-loaded .c-media-list__rich-text h4 b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-media-list__rich-text h4 strong em, .c-media-list__rich-text h4 strong i, .c-media-list__rich-text h4 b em, .c-media-list__rich-text h4 b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-media-list__rich-text h4 strong em, .font-knockout-51-loaded .c-media-list__rich-text h4 strong i, .font-knockout-51-loaded .c-media-list__rich-text h4 b em, .font-knockout-51-loaded .c-media-list__rich-text h4 b i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .c-media-list__rich-text h4 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-media-list__rich-text h4 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__rich-text h4 em, .c-media-list__rich-text h4 i {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-media-list__rich-text h4 em, .font-knockout-51-loaded .c-media-list__rich-text h4 i {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__rich-text h4 em strong, .c-media-list__rich-text h4 em b, .c-media-list__rich-text h4 i strong, .c-media-list__rich-text h4 i b {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-media-list__rich-text h4 em strong, .font-knockout-51-loaded .c-media-list__rich-text h4 em b, .font-knockout-51-loaded .c-media-list__rich-text h4 i strong, .font-knockout-51-loaded .c-media-list__rich-text h4 i b {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__rich-text h4 strong, .c-media-list__rich-text h4 b {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-media-list__rich-text h4 strong, .font-knockout-51-loaded .c-media-list__rich-text h4 b {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__rich-text h4 strong em, .c-media-list__rich-text h4 strong i, .c-media-list__rich-text h4 b em, .c-media-list__rich-text h4 b i {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-media-list__rich-text h4 strong em, .font-knockout-51-loaded .c-media-list__rich-text h4 strong i, .font-knockout-51-loaded .c-media-list__rich-text h4 b em, .font-knockout-51-loaded .c-media-list__rich-text h4 b i {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .c-media-list__rich-text h4 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-media-list__rich-text h4 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__rich-text h4 em, .c-media-list__rich-text h4 i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-media-list__rich-text h4 em, .font-knockout-51-loaded .c-media-list__rich-text h4 i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__rich-text h4 em strong, .c-media-list__rich-text h4 em b, .c-media-list__rich-text h4 i strong, .c-media-list__rich-text h4 i b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-media-list__rich-text h4 em strong, .font-knockout-51-loaded .c-media-list__rich-text h4 em b, .font-knockout-51-loaded .c-media-list__rich-text h4 i strong, .font-knockout-51-loaded .c-media-list__rich-text h4 i b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__rich-text h4 strong, .c-media-list__rich-text h4 b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-media-list__rich-text h4 strong, .font-knockout-51-loaded .c-media-list__rich-text h4 b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__rich-text h4 strong em, .c-media-list__rich-text h4 strong i, .c-media-list__rich-text h4 b em, .c-media-list__rich-text h4 b i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-media-list__rich-text h4 strong em, .font-knockout-51-loaded .c-media-list__rich-text h4 strong i, .font-knockout-51-loaded .c-media-list__rich-text h4 b em, .font-knockout-51-loaded .c-media-list__rich-text h4 b i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.c-media-list__rich-text h5 {
  text-transform: uppercase;
  padding-bottom: 0.25rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-media-list__rich-text h5 {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-media-list__rich-text h5 em, .c-media-list__rich-text h5 i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-media-list__rich-text h5 em, .font-knockout-51-loaded .c-media-list__rich-text h5 i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-media-list__rich-text h5 em strong, .c-media-list__rich-text h5 em b, .c-media-list__rich-text h5 i strong, .c-media-list__rich-text h5 i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-media-list__rich-text h5 em strong, .font-knockout-51-loaded .c-media-list__rich-text h5 em b, .font-knockout-51-loaded .c-media-list__rich-text h5 i strong, .font-knockout-51-loaded .c-media-list__rich-text h5 i b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-media-list__rich-text h5 strong, .c-media-list__rich-text h5 b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-media-list__rich-text h5 strong, .font-knockout-51-loaded .c-media-list__rich-text h5 b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-media-list__rich-text h5 strong em, .c-media-list__rich-text h5 strong i, .c-media-list__rich-text h5 b em, .c-media-list__rich-text h5 b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-media-list__rich-text h5 strong em, .font-knockout-51-loaded .c-media-list__rich-text h5 strong i, .font-knockout-51-loaded .c-media-list__rich-text h5 b em, .font-knockout-51-loaded .c-media-list__rich-text h5 b i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .c-media-list__rich-text h5 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-media-list__rich-text h5 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__rich-text h5 em, .c-media-list__rich-text h5 i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-media-list__rich-text h5 em, .font-knockout-51-loaded .c-media-list__rich-text h5 i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__rich-text h5 em strong, .c-media-list__rich-text h5 em b, .c-media-list__rich-text h5 i strong, .c-media-list__rich-text h5 i b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-media-list__rich-text h5 em strong, .font-knockout-51-loaded .c-media-list__rich-text h5 em b, .font-knockout-51-loaded .c-media-list__rich-text h5 i strong, .font-knockout-51-loaded .c-media-list__rich-text h5 i b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__rich-text h5 strong, .c-media-list__rich-text h5 b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-media-list__rich-text h5 strong, .font-knockout-51-loaded .c-media-list__rich-text h5 b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__rich-text h5 strong em, .c-media-list__rich-text h5 strong i, .c-media-list__rich-text h5 b em, .c-media-list__rich-text h5 b i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-media-list__rich-text h5 strong em, .font-knockout-51-loaded .c-media-list__rich-text h5 strong i, .font-knockout-51-loaded .c-media-list__rich-text h5 b em, .font-knockout-51-loaded .c-media-list__rich-text h5 b i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .c-media-list__rich-text h5 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-media-list__rich-text h5 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__rich-text h5 em, .c-media-list__rich-text h5 i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-media-list__rich-text h5 em, .font-knockout-51-loaded .c-media-list__rich-text h5 i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__rich-text h5 em strong, .c-media-list__rich-text h5 em b, .c-media-list__rich-text h5 i strong, .c-media-list__rich-text h5 i b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-media-list__rich-text h5 em strong, .font-knockout-51-loaded .c-media-list__rich-text h5 em b, .font-knockout-51-loaded .c-media-list__rich-text h5 i strong, .font-knockout-51-loaded .c-media-list__rich-text h5 i b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__rich-text h5 strong, .c-media-list__rich-text h5 b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-media-list__rich-text h5 strong, .font-knockout-51-loaded .c-media-list__rich-text h5 b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-media-list__rich-text h5 strong em, .c-media-list__rich-text h5 strong i, .c-media-list__rich-text h5 b em, .c-media-list__rich-text h5 b i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-media-list__rich-text h5 strong em, .font-knockout-51-loaded .c-media-list__rich-text h5 strong i, .font-knockout-51-loaded .c-media-list__rich-text h5 b em, .font-knockout-51-loaded .c-media-list__rich-text h5 b i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.c-media-list__rich-text p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-media-list__rich-text p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-media-list__rich-text p em, .c-media-list__rich-text p i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-media-list__rich-text p em, .font-degular-loaded .c-media-list__rich-text p i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.c-media-list__rich-text p strong, .c-media-list__rich-text p b {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-media-list__rich-text p strong, .font-degular-loaded .c-media-list__rich-text p b {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-media-list__rich-text p strong em, .c-media-list__rich-text p strong i, .c-media-list__rich-text p b em, .c-media-list__rich-text p b i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-media-list__rich-text p strong em, .font-degular-loaded .c-media-list__rich-text p strong i, .font-degular-loaded .c-media-list__rich-text p b em, .font-degular-loaded .c-media-list__rich-text p b i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.c-media-list__rich-text .intro {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-media-list__rich-text .intro {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-media-list__rich-text .intro em, .c-media-list__rich-text .intro i {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-media-list__rich-text .intro em, .font-degular-loaded .c-media-list__rich-text .intro i {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.c-media-list__rich-text .intro em strong, .c-media-list__rich-text .intro em b, .c-media-list__rich-text .intro i strong, .c-media-list__rich-text .intro i b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-media-list__rich-text .intro em strong, .font-degular-loaded .c-media-list__rich-text .intro em b, .font-degular-loaded .c-media-list__rich-text .intro i strong, .font-degular-loaded .c-media-list__rich-text .intro i b {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.c-media-list__rich-text .intro strong, .c-media-list__rich-text .intro b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-media-list__rich-text .intro strong, .font-degular-loaded .c-media-list__rich-text .intro b {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-media-list__rich-text .intro strong em, .c-media-list__rich-text .intro strong i, .c-media-list__rich-text .intro b em, .c-media-list__rich-text .intro b i {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-media-list__rich-text .intro strong em, .font-degular-loaded .c-media-list__rich-text .intro strong i, .font-degular-loaded .c-media-list__rich-text .intro b em, .font-degular-loaded .c-media-list__rich-text .intro b i {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.c-media-list__rich-text .intro:last-child {
  padding-bottom: 0;
}

@media only screen and (min-width: 43.75em) {
  .c-media-list__rich-text .intro {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-media-list__rich-text .intro {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .c-media-list__rich-text .intro em, .c-media-list__rich-text .intro i {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-media-list__rich-text .intro em, .font-degular-loaded .c-media-list__rich-text .intro i {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .c-media-list__rich-text .intro em strong, .c-media-list__rich-text .intro em b, .c-media-list__rich-text .intro i strong, .c-media-list__rich-text .intro i b {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-media-list__rich-text .intro em strong, .font-degular-loaded .c-media-list__rich-text .intro em b, .font-degular-loaded .c-media-list__rich-text .intro i strong, .font-degular-loaded .c-media-list__rich-text .intro i b {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .c-media-list__rich-text .intro strong, .c-media-list__rich-text .intro b {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-media-list__rich-text .intro strong, .font-degular-loaded .c-media-list__rich-text .intro b {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .c-media-list__rich-text .intro strong em, .c-media-list__rich-text .intro strong i, .c-media-list__rich-text .intro b em, .c-media-list__rich-text .intro b i {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-media-list__rich-text .intro strong em, .font-degular-loaded .c-media-list__rich-text .intro strong i, .font-degular-loaded .c-media-list__rich-text .intro b em, .font-degular-loaded .c-media-list__rich-text .intro b i {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
}
.c-media-list__rich-text .disclaimer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-media-list__rich-text .disclaimer {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.c-media-list__rich-text .disclaimer em, .c-media-list__rich-text .disclaimer i {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-media-list__rich-text .disclaimer em, .font-degular-loaded .c-media-list__rich-text .disclaimer i {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-media-list__rich-text .disclaimer strong, .c-media-list__rich-text .disclaimer b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-media-list__rich-text .disclaimer strong, .font-degular-loaded .c-media-list__rich-text .disclaimer b {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

@media only screen and (min-width: 43.75em) {
  .c-media-list__rich-text .disclaimer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-media-list__rich-text .disclaimer {
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .c-media-list__rich-text .disclaimer em, .c-media-list__rich-text .disclaimer i {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-media-list__rich-text .disclaimer em, .font-degular-loaded .c-media-list__rich-text .disclaimer i {
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .c-media-list__rich-text .disclaimer strong, .c-media-list__rich-text .disclaimer b {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-media-list__rich-text .disclaimer strong, .font-degular-loaded .c-media-list__rich-text .disclaimer b {
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
}
.c-media-list__rich-text img {
  width: 100%;
}

.c-media-list__rich-text .wp-caption {
  margin-bottom: 1em;
}

.c-media-list__rich-text .wp-caption img {
  padding-bottom: 0;
}

.c-media-list__rich-text ul li,
.c-media-list__rich-text ol li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  padding-left: 10px;
  padding-left: 0.625rem;
}

.font-degular-loaded .c-media-list__rich-text ul li,
.font-degular-loaded .c-media-list__rich-text ol li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-media-list__rich-text ul li em, .c-media-list__rich-text ul li i,
.c-media-list__rich-text ol li em,
.c-media-list__rich-text ol li i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-media-list__rich-text ul li em, .font-degular-loaded .c-media-list__rich-text ul li i,
.font-degular-loaded .c-media-list__rich-text ol li em,
.font-degular-loaded .c-media-list__rich-text ol li i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.c-media-list__rich-text ul li strong, .c-media-list__rich-text ul li b,
.c-media-list__rich-text ol li strong,
.c-media-list__rich-text ol li b {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-media-list__rich-text ul li strong, .font-degular-loaded .c-media-list__rich-text ul li b,
.font-degular-loaded .c-media-list__rich-text ol li strong,
.font-degular-loaded .c-media-list__rich-text ol li b {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-media-list__rich-text ul li strong em, .c-media-list__rich-text ul li strong i, .c-media-list__rich-text ul li b em, .c-media-list__rich-text ul li b i,
.c-media-list__rich-text ol li strong em,
.c-media-list__rich-text ol li strong i,
.c-media-list__rich-text ol li b em,
.c-media-list__rich-text ol li b i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-media-list__rich-text ul li strong em, .font-degular-loaded .c-media-list__rich-text ul li strong i, .font-degular-loaded .c-media-list__rich-text ul li b em, .font-degular-loaded .c-media-list__rich-text ul li b i,
.font-degular-loaded .c-media-list__rich-text ol li strong em,
.font-degular-loaded .c-media-list__rich-text ol li strong i,
.font-degular-loaded .c-media-list__rich-text ol li b em,
.font-degular-loaded .c-media-list__rich-text ol li b i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.c-media-list__rich-text p:last-child,
.c-media-list__rich-text ul:last-child,
.c-media-list__rich-text ol:last-child {
  padding-bottom: 0;
}

.c-media-list__rich-text p .button:last-child,
.c-media-list__rich-text ul .button:last-child,
.c-media-list__rich-text ol .button:last-child {
  margin-bottom: 0;
}

.c-media-list__rich-text .embed-placeholder:last-child {
  margin-bottom: 0;
}

.c-media-list__rich-text ul, .c-media-list__rich-text ol {
  padding-bottom: 1em;
}

.c-media-list__cta {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-style: solid;
  border-color: transparent;
  border-width: 0px;
  border-width: 0rem;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.font-degular-loaded .c-media-list__cta {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-media-list__cta, .c-media-list__cta:link, .c-media-list__cta:visited {
  color: #002E5D;
  background: transparent;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-bottom: 4px solid #002E5D;
}

.c-media-list__cta:active, .c-media-list__cta:focus, .c-media-list__cta:hover {
  outline: 0;
  text-decoration: none;
  color: #002E5D;
  border-color: #B9D9EB;
  transform: translateY(-2px);
}

.c-media-list__cta:active {
  color: #002E5D;
  border-color: #FED141;
  transform: scale(0.97);
  transition: transform 0.15s ease-in-out;
}

.c-media-list__cta--reversed {
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.c-media-list__cta--reversed, .c-media-list__cta--reversed:link, .c-media-list__cta--reversed:visited {
  color: #B9D9EB;
  border-color: #B9D9EB;
}

.c-media-list__cta--reversed:active, .c-media-list__cta--reversed:focus, .c-media-list__cta--reversed:hover {
  color: #E3F2FB;
  border-color: #E3F2FB;
}

.c-media-list__cta--reversed.has--icon .icon {
  color: #B9D9EB;
}

.c-media-list__cta--primary {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.c-media-list__cta--primary, .c-media-list__cta--primary:link, .c-media-list__cta--primary:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

.c-media-list__cta--primary:active, .c-media-list__cta--primary:focus, .c-media-list__cta--primary:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.c-media-list__cta--primary:active {
  color: #002E5D;
  background: #ffffff;
}

.c-media-list__cta--primary-reversed {
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.c-media-list__cta--primary-reversed, .c-media-list__cta--primary-reversed:link, .c-media-list__cta--primary-reversed:visited {
  color: #002E5D;
  background: #FED141;
  border-bottom: none;
}

.c-media-list__cta--primary-reversed:active, .c-media-list__cta--primary-reversed:focus, .c-media-list__cta--primary-reversed:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.c-media-list__cta--primary-reversed:active {
  color: #002E5D;
  background: #E3F2FB;
}

.c-media-list__cta.has--icon .icon {
  display: inline-block;
  position: relative;
  transition: transform 0.4s ease-in-out;
  padding: 0px 0px 0px 7px;
  padding: 0rem 0rem 0rem 0.4375rem;
  width: 20px;
  width: 1.25rem;
}

.c-media-list__cta.has--icon .icon svg {
  fill: currentColor;
}

.c-media-list__cta.has--icon .icon--close {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}

.c-media-list__cta {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.c-media-list__cta, .c-media-list__cta:link, .c-media-list__cta:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

.c-media-list__cta:active, .c-media-list__cta:focus, .c-media-list__cta:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.c-media-list__cta:active {
  color: #002E5D;
  background: #ffffff;
}

@media only screen and (min-width: 40.625em) {
  .c-media-list__cta {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    padding: 8px 0px;
    padding: 0.5rem 0rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    padding: 20px 40px 18px 40px;
    padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  }
  .font-degular-loaded .c-media-list__cta {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .c-media-list__cta.has--icon .icon {
    width: 22px;
    width: 1.375rem;
  }
  .font-degular-loaded .c-media-list__cta {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
.c-media-list__cta:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 50em) {
  .group--full .content-block--media-list .c-media-list .c-media-list__item {
    flex-direction: row;
    align-items: center;
    gap: 1.6666666667em;
    margin-bottom: 3.3333333333em;
  }
  .group--full .content-block--media-list .c-media-list .c-media-list__item--last {
    margin-bottom: 0;
  }
  .group--full .content-block--media-list .c-media-list .c-media-list__image-container {
    align-self: start;
    width: 50%;
  }
  .group--full .content-block--media-list .c-media-list .c-media-list__body {
    width: 50%;
  }
}
@media only screen and (min-width: 62.5em) {
  .group--full .content-block--media-list .c-media-list__item {
    max-width: calc(1000px + 8%);
  }
}
@media only screen and (min-width: 64em) {
  .group--full .content-block--media-list .c-media-list .c-media-list__image-container,
  .group--full .content-block--media-list .c-media-list .c-media-list__body {
    width: 50%;
  }
  .group--full .content-block--media-list .c-media-list .c-media-list__item {
    gap: 3.3333333333em;
    margin-bottom: 5.8333333333em;
  }
  .group--full .content-block--media-list .c-media-list .c-media-list__item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .group--full .content-block--media-list .c-media-list .c-media-list__item--last {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 43.75em) {
  .group--full .content-block--media-list .c-media-list .c-media-list__body p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .group--full .content-block--media-list .c-media-list .c-media-list__body p em, .group--full .content-block--media-list .c-media-list .c-media-list__body p i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body p em, .font-degular-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body p i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .group--full .content-block--media-list .c-media-list .c-media-list__body p b, .group--full .content-block--media-list .c-media-list .c-media-list__body p strong {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body p b, .font-degular-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body p strong {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .group--full .content-block--media-list .c-media-list .c-media-list__body p b em, .group--full .content-block--media-list .c-media-list .c-media-list__body p b i, .group--full .content-block--media-list .c-media-list .c-media-list__body p strong em, .group--full .content-block--media-list .c-media-list .c-media-list__body p strong i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body p b em, .font-degular-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body p b i, .font-degular-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body p strong em, .font-degular-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body p strong i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .group--full .content-block--media-list .c-media-list .c-media-list__body ul li,
  .group--full .content-block--media-list .c-media-list .c-media-list__body ol li {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body ul li,
  .font-degular-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body ol li {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .group--full .content-block--media-list .c-media-list .c-media-list__body ul li em, .group--full .content-block--media-list .c-media-list .c-media-list__body ul li i,
  .group--full .content-block--media-list .c-media-list .c-media-list__body ol li em,
  .group--full .content-block--media-list .c-media-list .c-media-list__body ol li i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body ul li em, .font-degular-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body ul li i,
  .font-degular-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body ol li em,
  .font-degular-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body ol li i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .group--full .content-block--media-list .c-media-list .c-media-list__body ul li b, .group--full .content-block--media-list .c-media-list .c-media-list__body ul li strong,
  .group--full .content-block--media-list .c-media-list .c-media-list__body ol li b,
  .group--full .content-block--media-list .c-media-list .c-media-list__body ol li strong {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body ul li b, .font-degular-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body ul li strong,
  .font-degular-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body ol li b,
  .font-degular-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body ol li strong {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .group--full .content-block--media-list .c-media-list .c-media-list__body ul li b em, .group--full .content-block--media-list .c-media-list .c-media-list__body ul li b i, .group--full .content-block--media-list .c-media-list .c-media-list__body ul li strong em, .group--full .content-block--media-list .c-media-list .c-media-list__body ul li strong i,
  .group--full .content-block--media-list .c-media-list .c-media-list__body ol li b em,
  .group--full .content-block--media-list .c-media-list .c-media-list__body ol li b i,
  .group--full .content-block--media-list .c-media-list .c-media-list__body ol li strong em,
  .group--full .content-block--media-list .c-media-list .c-media-list__body ol li strong i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body ul li b em, .font-degular-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body ul li b i, .font-degular-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body ul li strong em, .font-degular-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body ul li strong i,
  .font-degular-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body ol li b em,
  .font-degular-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body ol li b i,
  .font-degular-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body ol li strong em,
  .font-degular-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body ol li strong i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .group--full .content-block--media-list .c-media-list .c-media-list__body h2 {
    text-transform: uppercase;
    padding-bottom: 1rem;
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 0.9090909091;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body h2 {
    font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 0.9090909091;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .group--full .content-block--media-list .c-media-list .c-media-list__body h2 em, .group--full .content-block--media-list .c-media-list .c-media-list__body h2 i {
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 0.9090909091;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body h2 em, .font-knockout-51-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body h2 i {
    font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 0.9090909091;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .group--full .content-block--media-list .c-media-list .c-media-list__body h2 em strong, .group--full .content-block--media-list .c-media-list .c-media-list__body h2 em b, .group--full .content-block--media-list .c-media-list .c-media-list__body h2 i strong, .group--full .content-block--media-list .c-media-list .c-media-list__body h2 i b {
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 0.9090909091;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body h2 em strong, .font-knockout-51-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body h2 em b, .font-knockout-51-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body h2 i strong, .font-knockout-51-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body h2 i b {
    font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 0.9090909091;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .group--full .content-block--media-list .c-media-list .c-media-list__body h2 strong, .group--full .content-block--media-list .c-media-list .c-media-list__body h2 b {
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 0.9090909091;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body h2 strong, .font-knockout-51-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body h2 b {
    font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 0.9090909091;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .group--full .content-block--media-list .c-media-list .c-media-list__body h2 strong em, .group--full .content-block--media-list .c-media-list .c-media-list__body h2 strong i, .group--full .content-block--media-list .c-media-list .c-media-list__body h2 b em, .group--full .content-block--media-list .c-media-list .c-media-list__body h2 b i {
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 0.9090909091;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body h2 strong em, .font-knockout-51-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body h2 strong i, .font-knockout-51-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body h2 b em, .font-knockout-51-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body h2 b i {
    font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 0.9090909091;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .group--full .content-block--media-list .c-media-list .c-media-list__body h3 {
    text-transform: uppercase;
    padding-bottom: 1rem;
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body h3 {
    font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .group--full .content-block--media-list .c-media-list .c-media-list__body h3 em, .group--full .content-block--media-list .c-media-list .c-media-list__body h3 i {
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body h3 em, .font-knockout-50-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body h3 i {
    font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .group--full .content-block--media-list .c-media-list .c-media-list__body h3 em strong, .group--full .content-block--media-list .c-media-list .c-media-list__body h3 em b, .group--full .content-block--media-list .c-media-list .c-media-list__body h3 i strong, .group--full .content-block--media-list .c-media-list .c-media-list__body h3 i b {
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body h3 em strong, .font-knockout-50-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body h3 em b, .font-knockout-50-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body h3 i strong, .font-knockout-50-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body h3 i b {
    font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .group--full .content-block--media-list .c-media-list .c-media-list__body h3 strong, .group--full .content-block--media-list .c-media-list .c-media-list__body h3 b {
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body h3 strong, .font-knockout-50-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body h3 b {
    font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .group--full .content-block--media-list .c-media-list .c-media-list__body h3 strong em, .group--full .content-block--media-list .c-media-list .c-media-list__body h3 strong i, .group--full .content-block--media-list .c-media-list .c-media-list__body h3 b em, .group--full .content-block--media-list .c-media-list .c-media-list__body h3 b i {
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body h3 strong em, .font-knockout-50-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body h3 strong i, .font-knockout-50-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body h3 b em, .font-knockout-50-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body h3 b i {
    font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .group--full .content-block--media-list .c-media-list .c-media-list__body h4 {
    text-transform: uppercase;
    padding-bottom: 0.5rem;
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body h4 {
    font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .group--full .content-block--media-list .c-media-list .c-media-list__body h4 em, .group--full .content-block--media-list .c-media-list .c-media-list__body h4 i {
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body h4 em, .font-knockout-51-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body h4 i {
    font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .group--full .content-block--media-list .c-media-list .c-media-list__body h4 em strong, .group--full .content-block--media-list .c-media-list .c-media-list__body h4 em b, .group--full .content-block--media-list .c-media-list .c-media-list__body h4 i strong, .group--full .content-block--media-list .c-media-list .c-media-list__body h4 i b {
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body h4 em strong, .font-knockout-51-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body h4 em b, .font-knockout-51-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body h4 i strong, .font-knockout-51-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body h4 i b {
    font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .group--full .content-block--media-list .c-media-list .c-media-list__body h4 strong, .group--full .content-block--media-list .c-media-list .c-media-list__body h4 b {
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body h4 strong, .font-knockout-51-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body h4 b {
    font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .group--full .content-block--media-list .c-media-list .c-media-list__body h4 strong em, .group--full .content-block--media-list .c-media-list .c-media-list__body h4 strong i, .group--full .content-block--media-list .c-media-list .c-media-list__body h4 b em, .group--full .content-block--media-list .c-media-list .c-media-list__body h4 b i {
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body h4 strong em, .font-knockout-51-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body h4 strong i, .font-knockout-51-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body h4 b em, .font-knockout-51-loaded .group--full .content-block--media-list .c-media-list .c-media-list__body h4 b i {
    font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .group--full .content-block--media-list .c-media-list .c-media-list__title .icon--external-link {
    display: inline-block;
    width: 0.5em;
    vertical-align: top;
    margin: 14px 0px 0px 3px;
    margin: 0.875rem 0rem 0rem 0.1875rem;
  }
  .group--full .content-block--media-list .c-media-list .c-media-list__title .icon--external-link .icon__img {
    width: 16px;
    height: 16px;
  }
  .group--full .content-block--media-list .c-media-list .c-media-list__title .icon--external-link .icon__img svg * {
    fill: currentColor;
  }
  .group--full .content-block--media-list .c-media-list .c-media-list__title .icon--external-link .icon__img--r-svg {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
}
@media only screen and (min-width: 43.75em) and (min-width: 1em) {
  .group--full .content-block--media-list .c-media-list .c-media-list__title .icon--external-link .icon__img--r-svg--max-scale {
    width: 16px;
    height: 16px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 68.75em) {
  .group--partial-primary .content-block--media-list .c-media-list .c-media-list__item {
    flex-direction: row;
    align-items: center;
    gap: 1.6666666667em;
    margin-bottom: 3.3333333333em;
  }
  .group--partial-primary .content-block--media-list .c-media-list .c-media-list__item--last {
    margin-bottom: 0;
  }
  .group--partial-primary .content-block--media-list .c-media-list .c-media-list__image-container {
    align-self: start;
    width: 50%;
  }
  .group--partial-primary .content-block--media-list .c-media-list .c-media-list__body {
    width: 50%;
  }
}
.c-more-link {
  text-align: center;
  padding-top: 1.0416666667em;
}

@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .c-more-link {
    padding-top: 2.0833333333em;
  }
}
.c-more-link__link {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-style: solid;
  border-color: transparent;
  border-width: 0px;
  border-width: 0rem;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.font-degular-loaded .c-more-link__link {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-more-link__link, .c-more-link__link:link, .c-more-link__link:visited {
  color: #002E5D;
  background: transparent;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-bottom: 4px solid #002E5D;
}

.c-more-link__link:active, .c-more-link__link:focus, .c-more-link__link:hover {
  outline: 0;
  text-decoration: none;
  color: #002E5D;
  border-color: #B9D9EB;
  transform: translateY(-2px);
}

.c-more-link__link:active {
  color: #002E5D;
  border-color: #FED141;
  transform: scale(0.97);
  transition: transform 0.15s ease-in-out;
}

.c-more-link__link--reversed {
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.c-more-link__link--reversed, .c-more-link__link--reversed:link, .c-more-link__link--reversed:visited {
  color: #B9D9EB;
  border-color: #B9D9EB;
}

.c-more-link__link--reversed:active, .c-more-link__link--reversed:focus, .c-more-link__link--reversed:hover {
  color: #E3F2FB;
  border-color: #E3F2FB;
}

.c-more-link__link--reversed.has--icon .icon {
  color: #B9D9EB;
}

.c-more-link__link--primary {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.c-more-link__link--primary, .c-more-link__link--primary:link, .c-more-link__link--primary:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

.c-more-link__link--primary:active, .c-more-link__link--primary:focus, .c-more-link__link--primary:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.c-more-link__link--primary:active {
  color: #002E5D;
  background: #ffffff;
}

.c-more-link__link--primary-reversed {
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.c-more-link__link--primary-reversed, .c-more-link__link--primary-reversed:link, .c-more-link__link--primary-reversed:visited {
  color: #002E5D;
  background: #FED141;
  border-bottom: none;
}

.c-more-link__link--primary-reversed:active, .c-more-link__link--primary-reversed:focus, .c-more-link__link--primary-reversed:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.c-more-link__link--primary-reversed:active {
  color: #002E5D;
  background: #E3F2FB;
}

.c-more-link__link.has--icon .icon {
  display: inline-block;
  position: relative;
  transition: transform 0.4s ease-in-out;
  padding: 0px 0px 0px 7px;
  padding: 0rem 0rem 0rem 0.4375rem;
  width: 20px;
  width: 1.25rem;
}

.c-more-link__link.has--icon .icon svg {
  fill: currentColor;
}

.c-more-link__link.has--icon .icon--close {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}

.c-more-link__link {
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.c-more-link__link, .c-more-link__link:link, .c-more-link__link:visited {
  color: #002E5D;
  background: #FED141;
  border-bottom: none;
}

.c-more-link__link:active, .c-more-link__link:focus, .c-more-link__link:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.c-more-link__link:active {
  color: #002E5D;
  background: #E3F2FB;
}

@media only screen and (min-width: 40.625em) {
  .c-more-link__link {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    padding: 8px 0px;
    padding: 0.5rem 0rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    padding: 20px 40px 18px 40px;
    padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  }
  .font-degular-loaded .c-more-link__link {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .c-more-link__link.has--icon .icon {
    width: 22px;
    width: 1.375rem;
  }
  .font-degular-loaded .c-more-link__link {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
.c-more-link__link.button.button--text-primary .button {
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.c-more-link__link.button.button--text-primary .button, .c-more-link__link.button.button--text-primary .button:link, .c-more-link__link.button.button--text-primary .button:visited {
  color: #002E5D;
  background: #FED141;
  border-bottom: none;
}

.c-more-link__link.button.button--text-primary .button:active, .c-more-link__link.button.button--text-primary .button:focus, .c-more-link__link.button.button--text-primary .button:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.c-more-link__link.button.button--text-primary .button:active {
  color: #002E5D;
  background: #E3F2FB;
}

.c-nav-toggle__link {
  background: none;
  border: none;
  display: inline-block;
  padding: 0.25em;
  color: #DDDDDC;
}

.c-nav-toggle__link .icon--menu {
  width: 28px;
  height: 28px;
}

.c-nav-toggle__link .icon--menu svg * {
  fill: currentColor;
}

.c-nav-toggle__link .icon--menu--r-svg {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

@media only screen and (min-width: 1.75em) {
  .c-nav-toggle__link .icon--menu--r-svg--max-scale {
    width: 28px;
    height: 28px;
    padding-bottom: 0;
  }
}
.c-nav-toggle__link:hover, .c-nav-toggle__link:active {
  color: #FED141;
}

.c-nav-toggle__link:focus {
  outline: none;
  color: #ffffff;
}

.c-nav-toggle__link:hover, .c-nav-toggle__link:active {
  outline: 0;
}

.c-nav__list--is-closed {
  display: none;
}
.c-nav__item {
  padding: 0.4166666667em 0 0 0;
}
.c-nav__item:first-child {
  padding-top: 0;
}
.c-nav__link {
  display: block;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.c-nav__link:link, .c-nav__link:visited {
  text-decoration: none;
}
.c-nav__link:focus {
  outline: 1px dotted invert;
}
.c-nav__link:hover, .c-nav__link:active {
  outline: 0;
  color: #FAF5E4;
}
.c-nav--is-closed {
  display: none;
}

.c-nav--primary {
  padding-block: 40px;
  padding-block: 2.5rem;
}

.c-nav--primary .c-nav__list--depth-2 {
  padding-top: 1.0416666667em;
  padding-bottom: 1.0416666667em;
  padding-right: 0.8333333333em;
}

@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .c-nav--primary .c-nav__list--depth-2 {
    padding-top: 2.0833333333em;
  }
}
@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .c-nav--primary .c-nav__list--depth-2 {
    padding-bottom: 2.0833333333em;
  }
}
@media only screen and (min-width: 22.5em) {
  .c-nav--primary .c-nav__list--depth-2 {
    padding-right: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-nav--primary .c-nav__list--depth-2 {
    padding-right: 4%;
  }
}
.c-nav--primary .c-nav__list--depth-2 .c-nav__list-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 15px;
  gap: 0.9375rem;
}

.c-nav--primary .c-nav__item {
  padding: 0;
  transition: 0.2s ease-in-out;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: uppercase;
  color: #FED141;
}

.font-knockout-50-loaded .c-nav--primary .c-nav__item {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-nav--primary .c-nav__item--depth-1:not(:last-child) {
  padding-bottom: 45px;
  padding-bottom: 2.8125rem;
}

.c-nav--primary .c-nav__item--depth-2 {
  flex: 0 0 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-nav--primary .c-nav__item--depth-2 {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-nav--primary .c-nav__item .icon {
  color: #ffffff;
  display: none;
  transition: 0.2s ease-in-out;
  width: 30px;
  width: 1.875rem;
}

.c-nav--primary .c-nav__item .icon svg {
  fill: currentColor;
}

html:not(.mzr-js) .c-nav--primary .c-nav__item.menu-item-has-children:active .c-nav__list--depth-2, html:not(.mzr-js) .c-nav--primary .c-nav__item.menu-item-has-children:hover .c-nav__list--depth-2, html:not(.mzr-js) .c-nav--primary .c-nav__item.menu-item-has-children:focus .c-nav__list--depth-2 {
  display: block;
}

html:not(.mzr-js) .c-nav--primary .c-nav__item.menu-item-has-children:active .icon--caret-down, html:not(.mzr-js) .c-nav--primary .c-nav__item.menu-item-has-children:hover .icon--caret-down, html:not(.mzr-js) .c-nav--primary .c-nav__item.menu-item-has-children:focus .icon--caret-down {
  transform: rotate(180deg);
}

.c-nav--primary .c-nav__link {
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  color: #FED141;
}

.c-nav--primary .c-nav__link:hover, .c-nav--primary .c-nav__link:focus {
  color: #FAF5E4;
}

.c-nav--primary .c-nav__link--depth-2 {
  display: flex;
  flex: 0 0 100%;
}

.c-nav--primary .c-nav__link .icon {
  display: none;
  vertical-align: top;
  padding-left: 6px;
  padding-left: 0.375rem;
  width: 9px;
  width: 0.5625rem;
}

.c-nav--primary .c-nav__link .icon svg {
  fill: currentColor;
}

.c-nav--primary .c-nav__link .icon__img {
  padding-bottom: 0.875em;
  width: 9px;
  width: 0.5625rem;
}

.c-nav--footer .c-nav__list--depth-1 {
  display: flex;
  flex-direction: column;
  gap: 1.6666666667em;
}

.c-nav--footer .c-nav__item {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0;
  display: list-item;
}

.c-nav--footer .c-nav__item:first-child {
  border-top: none;
}

.c-nav--footer .c-nav__link {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 7.5px 0px;
  padding: 0.46875rem 0rem;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
  transition: -webkit-text-decoration 0.25s ease-in-out;
  transition: text-decoration 0.25s ease-in-out;
  transition: text-decoration 0.25s ease-in-out, -webkit-text-decoration 0.25s ease-in-out;
}

.c-nav--footer .c-nav__link:link, .c-nav--footer .c-nav__link:visited {
  color: #002E5D;
}

.c-nav--footer .c-nav__link:focus {
  outline: 1px dotted invert;
}

.c-nav--footer .c-nav__link:hover, .c-nav--footer .c-nav__link:active {
  outline: 0;
  color: #024B96;
  background: transparent;
}

.c-nav--footer .c-nav__link--depth-1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  padding-top: 1.0416666667em;
  padding-bottom: 1.0416666667em;
}

.font-degular-loaded .c-nav--footer .c-nav__link--depth-1 {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .c-nav--footer .c-nav__link--depth-1 {
    padding-top: 2.0833333333em;
  }
}
@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .c-nav--footer .c-nav__link--depth-1 {
    padding-bottom: 2.0833333333em;
  }
}
.c-nav--footer .c-nav__link--depth-1:hover {
  text-decoration: none;
  color: #002E5D;
}

.c-nav--footer .c-nav__link--depth-2 {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-nav--footer .c-nav__link--depth-2 {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-nav--footer .c-nav__link .icon {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  padding-left: 0.3125rem;
}

.c-nav--footer .c-nav__link .icon__img {
  color: currentColor;
  vertical-align: text-top;
}

.c-nav--footer .c-nav__link .icon--external-link {
  display: inline-block;
  width: 1em;
  vertical-align: top;
  margin-bottom: 0.125em;
}

.c-nav--footer .c-nav__link .icon--privacy-options {
  width: 34px;
  height: 16px;
}

.c-nav--footer .c-nav__link .icon--privacy-options svg * {
  fill: currentColor;
}

.c-nav--footer .c-nav__link .icon--privacy-options--r-svg {
  width: 100%;
  height: 0;
  padding-bottom: 47.0588235294%;
}

@media only screen and (min-width: 2.125em) {
  .c-nav--footer .c-nav__link .icon--privacy-options--r-svg--max-scale {
    width: 34px;
    height: 16px;
    padding-bottom: 0;
  }
}
.c-nav--footer .c-nav__link .icon--privacy-options .icon__img {
  height: 18px;
  margin-top: -2px;
}

.c-nav--footer ul li.c-nav__item--depth-1:first-child .c-nav__link--depth-2 {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-nav--footer ul li.c-nav__item--depth-1:first-child .c-nav__link--depth-2 {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-nutrition-facts {
  color: #002E5D;
  text-align: left;
}

.c-nutrition-facts p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-nutrition-facts p {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-nutrition-facts_header {
  zoom: 1;
  padding: 0 0 0.2083333333em 0;
  margin: 0 0 0.5em 0;
  border-bottom: 0.5em solid #002E5D;
}

.c-nutrition-facts_header:before, .c-nutrition-facts_header:after {
  content: " ";
  display: table;
}

.c-nutrition-facts_header:after {
  clear: both;
}

.c-nutrition-facts_title {
  display: none;
}

.c-nutrition-facts_serving-size {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-nutrition-facts_serving-size {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-nutrition-facts_table {
  width: 100%;
  margin: 0.2916666667em 0;
}

.c-nutrition-facts_row {
  border-top: 0.0416666667em solid #002E5D;
}

.c-nutrition-facts_cell {
  background: none;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  padding: 0.125em 0;
}

.c-nutrition-facts_cell--blank {
  width: 0.8333333333em;
}

.c-nutrition-facts_cell--small-header {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  text-align: left;
}

.font-degular-loaded .c-nutrition-facts_cell--small-header {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-nutrition-facts_cell--daily-value {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  text-align: right;
}

.font-degular-loaded .c-nutrition-facts_cell--daily-value {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-nutrition-facts_label {
  padding-right: 0.1666666667em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-nutrition-facts_label {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-nutrition-facts_value {
  float: right;
  text-align: right;
}

.c-nutrition-facts_table--calories {
  margin: 0.0416666667em 0 0.125em 0;
  border-bottom: 0.25em solid #002E5D;
}

.c-nutrition-facts_table--calories .c-nutrition-facts_row {
  border-top: none;
}

.c-nutrition-facts_table--calories .c-nutrition-facts_cell {
  vertical-align: bottom;
}

.c-nutrition-facts_table--calories .c-nutrition-facts_cell--small-header {
  text-align: left;
}

.c-nutrition-facts_table--calories .c-nutrition-facts_label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-nutrition-facts_table--calories .c-nutrition-facts_label {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-nutrition-facts_table--calories .c-nutrition-facts_value {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-nutrition-facts_table--calories .c-nutrition-facts_value {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-nutrition-facts_table--nutrients {
  margin-bottom: 0;
  border-bottom: 0.5em solid #002E5D;
}

.c-nutrition-facts_table--nutrients .c-nutrition-facts_row--nutrient-child .c-nutrition-facts_label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-nutrition-facts_table--nutrients .c-nutrition-facts_row--nutrient-child .c-nutrition-facts_label {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-nutrition-facts_table--nutrients .c-nutrition-facts_cell {
  vertical-align: bottom;
}

.c-nutrition-facts_table--nutrients .c-nutrition-facts_cell--small-header {
  text-align: right;
}

.c-nutrition-facts_table--micronutrients {
  margin: 0 0 0.4166666667em 0;
  border-bottom: 0.25em solid #002E5D;
}

.c-nutrition-facts_table--micronutrients .c-nutrition-facts_cell--daily-value {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-nutrition-facts_table--micronutrients .c-nutrition-facts_cell--daily-value {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-nutrition-facts_table--micronutrients .c-nutrition-facts_label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-nutrition-facts_table--micronutrients .c-nutrition-facts_label {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-nutrition-facts_small-info {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 1.1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-nutrition-facts_small-info {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 1.1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

@keyframes rise-fade {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes drop-fade {
  0% {
    transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.c-page-header {
  background-color: #002E5D;
  color: #ffffff;
  padding-left: 0.8333333333em;
  padding-right: 0.8333333333em;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  text-align: center;
}

@media only screen and (min-width: 22.5em) {
  .c-page-header {
    padding-left: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-page-header {
    padding-left: 4%;
  }
}
@media only screen and (min-width: 22.5em) {
  .c-page-header {
    padding-right: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-page-header {
    padding-right: 4%;
  }
}
.c-page-header--has-brand-vignette {
  padding-bottom: 0;
}

.c-page-header__label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  color: #FED141;
}

.font-degular-loaded .c-page-header__label {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

@media only screen and (min-width: 43.75em) {
  .c-page-header__label {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-page-header__label {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
.c-page-header__label a, .c-page-header__label a:link {
  color: #FED141;
}

.c-page-header__headline {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.88;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  max-width: 1280px;
  max-width: 80rem;
  text-align: center;
  color: #FED141;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
  text-transform: uppercase;
}

.font-knockout-51-loaded .c-page-header__headline {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.88;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-page-header__headline p {
  padding-bottom: 0;
}

.c-page-header__subheadline {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

.c-page-header__images {
  display: flex;
  align-items: center;
  max-width: 800px;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.c-page-header__image-holder {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 566px;
  max-width: 35.375rem;
  animation: rise-fade 1.5s ease-in-out 1;
}

.c-page-header__image {
  width: 100%;
}

.c-page-header__accent-holder {
  border-radius: 50%;
  width: 53%;
  margin-left: -55px;
  margin-left: -3.4375rem;
  animation: drop-fade 1.5s ease-in-out 1;
}

.c-page-header__accent-holder .svg-img {
  width: 100%;
}

.c-page-header__accent {
  border-radius: 50%;
  width: 100%;
}

.blog-template-default .c-page-header__headline {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.88;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  padding-bottom: 0;
}

.font-knockout-51-loaded .blog-template-default .c-page-header__headline {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.88;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 24.375em) {
  .c-page-header__headline {
    font-size: 49px;
    font-size: 3.0625rem;
    line-height: 0.9375;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    margin-bottom: 58px;
    margin-bottom: 3.625rem;
  }
  .font-knockout-51-loaded .c-page-header__headline {
    font-size: 49px;
    font-size: 3.0625rem;
    line-height: 0.9375;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .blog-template-default .c-page-header__headline {
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 58px;
    font-size: 3.625rem;
    line-height: 0.88;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .blog-template-default .c-page-header__headline {
    font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
    font-size: 58px;
    font-size: 3.625rem;
    line-height: 0.88;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 37.5em) {
  .c-page-header__headline {
    font-size: 75px;
    font-size: 4.6875rem;
    line-height: 0.9375;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    margin-bottom: 55px;
    margin-bottom: 3.4375rem;
  }
  .font-knockout-51-loaded .c-page-header__headline {
    font-size: 75px;
    font-size: 4.6875rem;
    line-height: 0.9375;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .blog-template-default .c-page-header__headline {
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 58px;
    font-size: 3.625rem;
    line-height: 0.88;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .blog-template-default .c-page-header__headline {
    font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
    font-size: 58px;
    font-size: 3.625rem;
    line-height: 0.88;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 45.625em) {
  .c-page-header__headline {
    font-size: 85px;
    font-size: 5.3125rem;
    line-height: 0.9375;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
  .font-knockout-51-loaded .c-page-header__headline {
    font-size: 85px;
    font-size: 5.3125rem;
    line-height: 0.9375;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .blog-template-default .c-page-header__headline {
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.88;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .blog-template-default .c-page-header__headline {
    font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.88;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 0em) and (max-width: 49.9375em) {
  .c-page-header {
    padding-bottom: 0px;
    padding-bottom: 0rem;
  }
  .c-page-header--reduce-bottom-margin .c-page-header__headline {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 70em) {
  .c-page-header__headline {
    font-size: 100px;
    font-size: 6.25rem;
    line-height: 0.9210526316;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
  .font-knockout-51-loaded .c-page-header__headline {
    font-size: 100px;
    font-size: 6.25rem;
    line-height: 0.9210526316;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .blog-template-default .c-page-header__headline {
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 78px;
    font-size: 4.875rem;
    line-height: 0.88;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .blog-template-default .c-page-header__headline {
    font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
    font-size: 78px;
    font-size: 4.875rem;
    line-height: 0.88;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.c-pr-display .p-w-r {
  margin-left: auto;
  margin-right: auto;
}

.c-pr-display .p-w-r .pr-irlsnippet {
  justify-content: center;
}

.c-pr-display .p-w-r .pr-irlsnippet-images .pr-irlsnippet-image-container {
  border-radius: 0.4166666667em;
  overflow: hidden;
}

.c-pr-display .p-w-r .pr-read-review .pr-h1,
.c-pr-display .p-w-r .pr-read-review h1,
.c-pr-display .p-w-r .pr-review-display .pr-h1,
.c-pr-display .p-w-r .pr-review-display h1 {
  color: #002E5D;
}

.c-pr-display .p-w-r .pr-snippet {
  text-align: center;
}

.c-pr-display .p-w-r .pr-snapshot-block .pr-snippet-rating-decimal {
  font-size: 1.3333333333em !important;
  margin-top: -0.5em !important;
}

.c-pr-display .p-w-r .pr-snippet-reco-to-friend {
  display: none;
}

.c-pr-display .p-w-r .pr-snippet,
.c-pr-display .p-w-r .pr-snippet-stars {
  background: transparent;
}

.c-pr-display .p-w-r .pr-snippet .pr-star-v4,
.c-pr-display .p-w-r .pr-snippet-stars .pr-star-v4 {
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  position: relative;
}

.c-pr-display .p-w-r .pr-snippet .pr-star-v4:after,
.c-pr-display .p-w-r .pr-snippet-stars .pr-star-v4:after {
  background-color: #002E5D;
  mask-image: url("img/star.svg");
  -webkit-mask-image: url("img/star.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: auto;
  -webkit-mask-size: auto;
  mask-position: left bottom;
  -webkit-mask-position: left bottom;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  left: 0;
}

.c-pr-display .p-w-r .pr-snippet .pr-star-v4:before,
.c-pr-display .p-w-r .pr-snippet-stars .pr-star-v4:before {
  background-color: #E4DBBC;
  mask-image: url("img/star.svg");
  -webkit-mask-image: url("img/star.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: auto;
  -webkit-mask-size: auto;
  mask-position: left bottom;
  -webkit-mask-position: left bottom;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.c-pr-display .p-w-r .pr-snippet .pr-star-v4-0-filled,
.c-pr-display .p-w-r .pr-snippet-stars .pr-star-v4-0-filled {
  background-image: none;
}

.c-pr-display .p-w-r .pr-snippet .pr-star-v4-0-filled:after,
.c-pr-display .p-w-r .pr-snippet-stars .pr-star-v4-0-filled:after {
  mask-image: url("img/star.svg");
  -webkit-mask-image: url("img/star.svg");
  background-color: #E4DBBC;
}

.c-pr-display .p-w-r .pr-snippet .pr-star-v4-25-filled,
.c-pr-display .p-w-r .pr-snippet-stars .pr-star-v4-25-filled {
  background-image: none;
}

.c-pr-display .p-w-r .pr-snippet .pr-star-v4-25-filled:after,
.c-pr-display .p-w-r .pr-snippet-stars .pr-star-v4-25-filled:after {
  mask-image: url("img/star-25.svg");
  -webkit-mask-image: url("img/star-25.svg");
}

.c-pr-display .p-w-r .pr-snippet .pr-star-v4-50-filled,
.c-pr-display .p-w-r .pr-snippet-stars .pr-star-v4-50-filled {
  background-image: none;
}

.c-pr-display .p-w-r .pr-snippet .pr-star-v4-50-filled:after,
.c-pr-display .p-w-r .pr-snippet-stars .pr-star-v4-50-filled:after {
  mask-image: url("img/star-50.svg");
  -webkit-mask-image: url("img/star-50.svg");
}

.c-pr-display .p-w-r .pr-snippet .pr-star-v4-75-filled,
.c-pr-display .p-w-r .pr-snippet-stars .pr-star-v4-75-filled {
  background-image: none;
}

.c-pr-display .p-w-r .pr-snippet .pr-star-v4-75-filled:after,
.c-pr-display .p-w-r .pr-snippet-stars .pr-star-v4-75-filled:after {
  mask-image: url("img/star-75.svg");
  -webkit-mask-image: url("img/star-75.svg");
}

.c-pr-display .p-w-r .pr-snippet .pr-star-v4-100-filled,
.c-pr-display .p-w-r .pr-snippet-stars .pr-star-v4-100-filled {
  background-image: none;
}

.c-pr-display .p-w-r .pr-snippet .pr-star-v4-100-filled:after,
.c-pr-display .p-w-r .pr-snippet-stars .pr-star-v4-100-filled:after {
  mask-image: url("img/star.svg");
  -webkit-mask-image: url("img/star.svg");
}

.c-pr-display .p-w-r .pr-review-snapshot .pr-rating-stars, .c-pr-display .p-w-r .pr-review-display .pr-rating-stars {
  float: none !important;
}

.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline {
  text-transform: uppercase;
  padding-bottom: 1em;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 0.90625;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  padding-bottom: 0;
  color: #002E5D;
}

.font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 0.90625;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline em, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 0.90625;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline em, .font-knockout-50-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline i {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 0.90625;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline em strong, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline em b, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline i strong, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 0.90625;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline em strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline em b, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline i strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline i b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 0.90625;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline strong, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 0.90625;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 0.90625;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline strong em, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline strong i, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline b em, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 0.90625;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline strong em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline strong i, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline b em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline b i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 0.90625;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline a:link, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline a:visited {
  text-decoration: none;
}

@media only screen and (min-width: 43.75em) {
  .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline {
    font-size: 78px;
    font-size: 4.875rem;
    line-height: 0.8974358974;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline {
    font-size: 78px;
    font-size: 4.875rem;
    line-height: 0.8974358974;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline em, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline i {
    font-size: 78px;
    font-size: 4.875rem;
    line-height: 0.8974358974;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline em, .font-knockout-50-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline i {
    font-size: 78px;
    font-size: 4.875rem;
    line-height: 0.8974358974;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline em strong, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline em b, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline i strong, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline i b {
    font-size: 78px;
    font-size: 4.875rem;
    line-height: 0.8974358974;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline em strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline em b, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline i strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline i b {
    font-size: 78px;
    font-size: 4.875rem;
    line-height: 0.8974358974;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline strong, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline b {
    font-size: 78px;
    font-size: 4.875rem;
    line-height: 0.8974358974;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline b {
    font-size: 78px;
    font-size: 4.875rem;
    line-height: 0.8974358974;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline strong em, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline strong i, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline b em, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline b i {
    font-size: 78px;
    font-size: 4.875rem;
    line-height: 0.8974358974;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline strong em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline strong i, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline b em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline b i {
    font-size: 78px;
    font-size: 4.875rem;
    line-height: 0.8974358974;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline {
    font-size: 100px;
    font-size: 6.25rem;
    line-height: 0.9;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline {
    font-size: 100px;
    font-size: 6.25rem;
    line-height: 0.9;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline em, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline i {
    font-size: 100px;
    font-size: 6.25rem;
    line-height: 0.9;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline em, .font-knockout-50-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline i {
    font-size: 100px;
    font-size: 6.25rem;
    line-height: 0.9;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline em strong, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline em b, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline i strong, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline i b {
    font-size: 100px;
    font-size: 6.25rem;
    line-height: 0.9;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline em strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline em b, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline i strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline i b {
    font-size: 100px;
    font-size: 6.25rem;
    line-height: 0.9;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline strong, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline b {
    font-size: 100px;
    font-size: 6.25rem;
    line-height: 0.9;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline b {
    font-size: 100px;
    font-size: 6.25rem;
    line-height: 0.9;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline strong em, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline strong i, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline b em, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline b i {
    font-size: 100px;
    font-size: 6.25rem;
    line-height: 0.9;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline strong em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline strong i, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline b em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline b i {
    font-size: 100px;
    font-size: 6.25rem;
    line-height: 0.9;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count {
  display: table;
  margin: 0.4166666667em auto;
  color: #002E5D;
}

.c-pr-display .p-w-r .pr-review-snapshot p {
  color: #002E5D;
}

.c-pr-display .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-histogram-label {
  color: #002E5D;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-histogram-label {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-pr-display .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-histogram-stars:hover .pr-histogram-label,
.c-pr-display .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-histogram-stars:hover .pr-histogram-count {
  color: #002E5D !important;
}

.c-pr-display .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-histogram-stars:hover .pr-histogram-stars:hover {
  background-color: #B9D9EB;
}

.c-pr-display .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-histogram-stars:hover .pr-ratings-histogram-barValue {
  background-color: #002E5D !important;
}

.c-pr-display .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-ratings-histogram-bar {
  background: #B9D9EB;
}

.c-pr-display .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-zero-ratings .pr-histogram-label {
  color: #002E5D;
}

.c-pr-display .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-ratings-histogram-barValue {
  background: #002E5D;
  height: 100% !important;
}

.c-pr-display .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-histogram-count {
  color: #002E5D;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-histogram-count {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-pr-display .p-w-r .pr-review-snapshot.pr-snapshot-mobile .pr-review-snapshot-simple .pr-snippet-read-and-write {
  text-align: center;
}

.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-block {
  border-color: rgba(0, 46, 93, 0.25);
}

.c-pr-display .p-w-r .pr-review-display.pr-rd-display-mobile .pr-rd-star-rating,
.c-pr-display .p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-star-rating,
.c-pr-display .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-star-rating {
  float: none !important;
  margin-bottom: 0.8333333333em;
}

.c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline,
.c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline {
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  color: #002E5D;
  margin-left: 0 !important;
  padding-bottom: 0 !important;
  float: none !important;
}

.font-knockout-51-loaded .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline,
.font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline em, .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline i,
.c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline em,
.c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline i,
.font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline em,
.font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline em strong, .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline em b, .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline i strong, .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline i b,
.c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline em strong,
.c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline em b,
.c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline i strong,
.c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline em strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline em b, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline i strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline i b,
.font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline em strong,
.font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline em b,
.font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline i strong,
.font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline i b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline strong, .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline b,
.c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline strong,
.c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline b,
.font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline strong,
.font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline strong em, .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline strong i, .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline b em, .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline b i,
.c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline strong em,
.c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline strong i,
.c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline b em,
.c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline strong em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline strong i, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline b em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline b i,
.font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline strong em,
.font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline strong i,
.font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline b em,
.font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline b i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline,
  .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline em, .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline i,
  .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline em,
  .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline i {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline i,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline em,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline i {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline em strong, .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline em b, .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline i strong, .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline i b,
  .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline em strong,
  .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline em b,
  .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline i strong,
  .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline i b {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline em strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline em b, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline i strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline i b,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline em strong,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline em b,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline i strong,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline i b {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline strong, .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline b,
  .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline strong,
  .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline b {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline b,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline strong,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline b {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline strong em, .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline strong i, .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline b em, .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline b i,
  .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline strong em,
  .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline strong i,
  .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline b em,
  .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline b i {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline strong em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline strong i, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline b em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline b i,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline strong em,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline strong i,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline b em,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline b i {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline,
  .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline em, .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline i,
  .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline em,
  .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline i,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline em,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline em strong, .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline em b, .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline i strong, .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline i b,
  .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline em strong,
  .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline em b,
  .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline i strong,
  .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline i b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline em strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline em b, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline i strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline i b,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline em strong,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline em b,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline i strong,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline i b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline strong, .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline b,
  .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline strong,
  .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline b,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline strong,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline strong em, .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline strong i, .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline b em, .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline b i,
  .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline strong em,
  .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline strong i,
  .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline b em,
  .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline b i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline strong em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline strong i, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline b em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-read-review .pr-rd-review-headline b i,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline strong em,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline strong i,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline b em,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-review-headline b i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.c-pr-display .p-w-r .pr-review-snapshot.pr-snapshot-mobile .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline {
  display: block !important;
}

.c-pr-display .p-w-r .pr-read-review p,
.c-pr-display .p-w-r .pr-review-display p {
  color: #002E5D;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-pr-display .p-w-r .pr-read-review p,
.font-degular-loaded .c-pr-display .p-w-r .pr-review-display p {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-pr-display .p-w-r .pr-read-review p .pr-rd-bold,
.c-pr-display .p-w-r .pr-review-display p .pr-rd-bold {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-pr-display .p-w-r .pr-read-review p .pr-rd-bold,
.font-degular-loaded .c-pr-display .p-w-r .pr-review-display p .pr-rd-bold {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-pr-display .p-w-r .pr-read-review .pr-rd-footer .pr-rd-bold,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-bold {
  color: #002E5D;
  background: transparent !important;
}

.c-pr-display .p-w-r .pr-read-review dt, .c-pr-display .p-w-r .pr-review-display dt,
.c-pr-display .p-w-r .pr-read-review dd, .c-pr-display .p-w-r .pr-review-display dd {
  color: #002E5D;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-inner-side-content-block .pr-rd-details,
.c-pr-display .p-w-r .pr-review-display .pr-rd-side-content-block .pr-rd-details {
  color: #002E5D;
}

.c-pr-display .p-w-r .pr-read-review span,
.c-pr-display .p-w-r .pr-read-review time,
.c-pr-display .p-w-r .pr-review-display span,
.c-pr-display .p-w-r .pr-review-display time {
  color: #002E5D;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-pr-display .p-w-r .pr-read-review span,
.font-degular-loaded .c-pr-display .p-w-r .pr-read-review time,
.font-degular-loaded .c-pr-display .p-w-r .pr-review-display span,
.font-degular-loaded .c-pr-display .p-w-r .pr-review-display time {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.c-pr-display .p-w-r .pr-read-review .pr-rd-footer .pr-rd-bold,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-bold {
  color: #002E5D;
}

.c-pr-display .p-w-r .pr-rd-flag-review-btn {
  color: #002E5D;
}

.c-pr-display .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-snippet-rating-decimal,
.c-pr-display .p-w-r .pr-snippet-rating-decimal {
  border: none;
  border-radius: unset;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  margin-top: -5px;
  margin-top: -0.3125rem;
  color: #002E5D;
  background: transparent;
  float: none !important;
}

.font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-snippet-rating-decimal,
.font-knockout-51-loaded .c-pr-display .p-w-r .pr-snippet-rating-decimal {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-pr-display .p-w-r .pr-review-snapshot.pr-snapshot-mobile .pr-review-snapshot-simple .pr-snippet-rating-decimal {
  display: none !important;
}

.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count {
  text-transform: uppercase;
  padding-bottom: 0.25rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count em, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count em strong, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count em b, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count i strong, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count em strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count em b, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count i strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count i b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count strong, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count strong em, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count strong i, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count b em, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count strong em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count strong i, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count b em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count b i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count em, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count em strong, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count em b, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count i strong, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count i b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count em strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count em b, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count i strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count i b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count strong, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count strong em, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count strong i, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count b em, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count b i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count strong em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count strong i, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count b em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count b i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count em, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count em strong, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count em b, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count i strong, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count i b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count em strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count em b, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count i strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count i b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count strong, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count strong em, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count strong i, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count b em, .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count b i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count strong em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count strong i, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count b em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count b i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.c-pr-display .p-w-r .pr-snippet-stars {
  display: block;
  margin-bottom: 0.8333333333em;
}

.c-pr-display .p-w-r .pr-snippet-rating-decimal {
  display: none;
}

.c-pr-display .p-w-r .pr-read-review .pr-rd-main-footer-vertical-pagination .pr-rd-to-top,
.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer-vertical-pagination .pr-rd-to-top {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-style: solid;
  border-color: transparent;
  border-width: 0px;
  border-width: 0rem;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.font-degular-loaded .c-pr-display .p-w-r .pr-read-review .pr-rd-main-footer-vertical-pagination .pr-rd-to-top,
.font-degular-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer-vertical-pagination .pr-rd-to-top {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-pr-display .p-w-r .pr-read-review .pr-rd-main-footer-vertical-pagination .pr-rd-to-top, .c-pr-display .p-w-r .pr-read-review .pr-rd-main-footer-vertical-pagination .pr-rd-to-top:link, .c-pr-display .p-w-r .pr-read-review .pr-rd-main-footer-vertical-pagination .pr-rd-to-top:visited,
.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer-vertical-pagination .pr-rd-to-top,
.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer-vertical-pagination .pr-rd-to-top:link,
.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer-vertical-pagination .pr-rd-to-top:visited {
  color: #002E5D;
  background: transparent;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-bottom: 4px solid #002E5D;
}

.c-pr-display .p-w-r .pr-read-review .pr-rd-main-footer-vertical-pagination .pr-rd-to-top:active, .c-pr-display .p-w-r .pr-read-review .pr-rd-main-footer-vertical-pagination .pr-rd-to-top:focus, .c-pr-display .p-w-r .pr-read-review .pr-rd-main-footer-vertical-pagination .pr-rd-to-top:hover,
.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer-vertical-pagination .pr-rd-to-top:active,
.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer-vertical-pagination .pr-rd-to-top:focus,
.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer-vertical-pagination .pr-rd-to-top:hover {
  outline: 0;
  text-decoration: none;
  color: #002E5D;
  border-color: #B9D9EB;
  transform: translateY(-2px);
}

.c-pr-display .p-w-r .pr-read-review .pr-rd-main-footer-vertical-pagination .pr-rd-to-top:active,
.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer-vertical-pagination .pr-rd-to-top:active {
  color: #002E5D;
  border-color: #FED141;
  transform: scale(0.97);
  transition: transform 0.15s ease-in-out;
}

.c-pr-display .p-w-r .pr-read-review .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--reversed,
.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--reversed {
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.c-pr-display .p-w-r .pr-read-review .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--reversed, .c-pr-display .p-w-r .pr-read-review .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--reversed:link, .c-pr-display .p-w-r .pr-read-review .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--reversed:visited,
.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--reversed,
.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--reversed:link,
.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--reversed:visited {
  color: #B9D9EB;
  border-color: #B9D9EB;
}

.c-pr-display .p-w-r .pr-read-review .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--reversed:active, .c-pr-display .p-w-r .pr-read-review .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--reversed:focus, .c-pr-display .p-w-r .pr-read-review .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--reversed:hover,
.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--reversed:active,
.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--reversed:focus,
.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--reversed:hover {
  color: #E3F2FB;
  border-color: #E3F2FB;
}

.c-pr-display .p-w-r .pr-read-review .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--reversed.has--icon .icon,
.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--reversed.has--icon .icon {
  color: #B9D9EB;
}

.c-pr-display .p-w-r .pr-read-review .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--primary,
.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--primary {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.c-pr-display .p-w-r .pr-read-review .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--primary, .c-pr-display .p-w-r .pr-read-review .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--primary:link, .c-pr-display .p-w-r .pr-read-review .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--primary:visited,
.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--primary,
.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--primary:link,
.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--primary:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

.c-pr-display .p-w-r .pr-read-review .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--primary:active, .c-pr-display .p-w-r .pr-read-review .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--primary:focus, .c-pr-display .p-w-r .pr-read-review .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--primary:hover,
.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--primary:active,
.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--primary:focus,
.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--primary:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.c-pr-display .p-w-r .pr-read-review .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--primary:active,
.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--primary:active {
  color: #002E5D;
  background: #ffffff;
}

.c-pr-display .p-w-r .pr-read-review .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--primary-reversed,
.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--primary-reversed {
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.c-pr-display .p-w-r .pr-read-review .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--primary-reversed, .c-pr-display .p-w-r .pr-read-review .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--primary-reversed:link, .c-pr-display .p-w-r .pr-read-review .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--primary-reversed:visited,
.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--primary-reversed,
.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--primary-reversed:link,
.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--primary-reversed:visited {
  color: #002E5D;
  background: #FED141;
  border-bottom: none;
}

.c-pr-display .p-w-r .pr-read-review .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--primary-reversed:active, .c-pr-display .p-w-r .pr-read-review .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--primary-reversed:focus, .c-pr-display .p-w-r .pr-read-review .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--primary-reversed:hover,
.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--primary-reversed:active,
.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--primary-reversed:focus,
.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--primary-reversed:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.c-pr-display .p-w-r .pr-read-review .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--primary-reversed:active,
.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer-vertical-pagination .pr-rd-to-top--primary-reversed:active {
  color: #002E5D;
  background: #E3F2FB;
}

.c-pr-display .p-w-r .pr-read-review .pr-rd-main-footer-vertical-pagination .pr-rd-to-top.has--icon .icon,
.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer-vertical-pagination .pr-rd-to-top.has--icon .icon {
  display: inline-block;
  position: relative;
  transition: transform 0.4s ease-in-out;
  padding: 0px 0px 0px 7px;
  padding: 0rem 0rem 0rem 0.4375rem;
  width: 20px;
  width: 1.25rem;
}

.c-pr-display .p-w-r .pr-read-review .pr-rd-main-footer-vertical-pagination .pr-rd-to-top.has--icon .icon svg,
.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer-vertical-pagination .pr-rd-to-top.has--icon .icon svg {
  fill: currentColor;
}

.c-pr-display .p-w-r .pr-read-review .pr-rd-main-footer-vertical-pagination .pr-rd-to-top.has--icon .icon--close,
.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer-vertical-pagination .pr-rd-to-top.has--icon .icon--close {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}

.c-pr-display .p-w-r .pr-read-review .pr-rd-main-footer-vertical-pagination .pr-caret-icon,
.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer-vertical-pagination .pr-caret-icon {
  display: none;
}

.c-pr-display .p-w-r .pr-review-snapshot {
  background: transparent;
}

.c-pr-display .p-w-r .pr-review-snapshot-header {
  display: none;
}

.c-pr-display .p-w-r .pr-review-snapshot-block-recommend {
  display: none !important;
}

.c-pr-display .p-w-r .pr-review-snapshot-faceoff {
  display: none;
}

.c-pr-display .p-w-r .pr-review-display {
  background: transparent;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-header {
  background-color: transparent !important;
  border-top: 4px solid #002E5D;
  padding: 2.0833333333em 0;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-header .pr-rd-sort {
  color: #002E5D;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-review-tag dt, .c-pr-display .p-w-r .pr-review-display .pr-rd-review-tag dd {
  color: #002E5D !important;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.6666666667em;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-header-contents {
  background: transparent;
  padding: 0 !important;
  justify-content: center;
  align-items: center;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-header-sorts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8333333333em;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-header-sorts .pr-rd-sort-group {
  padding: 0 !important;
  position: relative;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-header-sorts .pr-rd-sort-group:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  margin-top: -0.1875rem;
  right: 20px;
  right: 1.25rem;
  width: 0;
  height: 0;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  vertical-align: middle;
  pointer-events: none;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-header-sorts .pr-rd-sort-group .pr-rd-sort {
  position: relative;
  appearance: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  border-radius: 1.25em;
  width: auto;
  vertical-align: text-bottom;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  resize: none;
  background-color: #ffffff;
  border: none;
  max-width: 250px;
  max-width: 15.625rem;
}

.font-degular-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-header-sorts .pr-rd-sort-group .pr-rd-sort {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total {
  text-transform: uppercase;
  padding-bottom: 0.25rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  margin-top: -0.2083333333em !important;
}

.font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total em, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total em strong, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total em b, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total i strong, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total em strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total em b, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total i strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total i b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total strong, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total strong em, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total strong i, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total b em, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total strong em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total strong i, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total b em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total b i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total em, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total em strong, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total em b, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total i strong, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total i b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total em strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total em b, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total i strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total i b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total strong, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total strong em, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total strong i, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total b em, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total b i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total strong em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total strong i, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total b em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total b i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total em, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total em strong, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total em b, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total i strong, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total i b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total em strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total em b, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total i strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total i b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total strong, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total strong em, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total strong i, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total b em, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total b i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total strong em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total strong i, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total b em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total b i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-search-container .pr-rd-search-reviews-input input {
  width: 100% !important;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  border-radius: 4.1666666667em;
  border: 2px solid transparent;
  font-size: inherit;
  box-shadow: none;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-property: border-color;
  background-color: #ffffff;
  padding: 1.25em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-search-container .pr-rd-search-reviews-input input {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-search-container .pr-rd-search-reviews-input input:focus {
  border-color: #002E5D;
  outline: none;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-search-container .pr-rd-search-reviews-input input::placeholder {
  color: #002E5D;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-search-container .pr-rd-search-reviews-input .pr-rd-search-reviews-icon-button {
  background: none !important;
  border: none !important;
  padding: 7px 30px 0px 0px;
  padding: 0.4375rem 1.875rem 0rem 0rem;
  top: 0.625em;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-search-container .pr-rd-search-reviews-input .pr-rd-search-reviews-icon-button .pr-search-icon {
  padding-top: 6px;
  padding-top: 0.375rem;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-search-container .pr-rd-search-reviews-input .pr-rd-search-reviews-icon-button span svg path {
  fill: #002E5D;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-search-container .pr-rd-search-reviews-input .pr-rd-search-reviews-icon-button:hover, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-search-container .pr-rd-search-reviews-input .pr-rd-search-reviews-icon-button:active, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-search-container .pr-rd-search-reviews-input .pr-rd-search-reviews-icon-button:focus {
  background: none;
  border: none;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-search-container .pr-rd-search-reviews-input .pr-rd-search-reviews-icon-button:hover span svg path, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-search-container .pr-rd-search-reviews-input .pr-rd-search-reviews-icon-button:active span svg path, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-search-container .pr-rd-search-reviews-input .pr-rd-search-reviews-icon-button:focus span svg path {
  fill: #002E5D;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-merchant-response {
  background: #B9D9EB;
  border-radius: 1.25em;
  padding: 40px !important;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text {
  text-transform: uppercase;
  padding-bottom: 0.25rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text em, .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text em strong, .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text em b, .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text i strong, .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text em strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text em b, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text i strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text i b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text strong, .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text strong em, .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text strong i, .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text b em, .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text strong em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text strong i, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text b em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text b i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text em, .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text em strong, .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text em b, .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text i strong, .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text i b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text em strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text em b, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text i strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text i b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text strong, .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text strong em, .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text strong i, .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text b em, .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text b i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text strong em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text strong i, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text b em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text b i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text em, .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text em strong, .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text em b, .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text i strong, .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text i b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text em strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text em b, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text i strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text i b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text strong, .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text strong em, .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text strong i, .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text b em, .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text b i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text strong em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text strong i, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text b em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-helpful-text b i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.c-pr-display .p-w-r .pr-review-display .pr-helpful-btn {
  border-radius: 4.1666666667em;
  background-color: #B9D9EB;
  border: none;
  margin-right: 0.4166666667em;
}

.c-pr-display .p-w-r .pr-review-display .pr-helpful-btn:hover {
  background-color: #B9D9EB;
}

.c-pr-display .p-w-r .pr-review-display .pr-helpful-btn .pr-thumbs-icon path {
  fill: #002E5D !important;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-flag-review-btn {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-flag-review-btn {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

@media only screen and (min-width: 43.75em) {
  .c-pr-display .p-w-r .pr-review-display .pr-rd-flag-review-btn {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-flag-review-btn {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
.c-pr-display .p-w-r .pr-review-display .pr-snippet-write-review-link {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-style: solid;
  border-color: transparent;
  border-width: 0px;
  border-width: 0rem;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.font-degular-loaded .c-pr-display .p-w-r .pr-review-display .pr-snippet-write-review-link {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-pr-display .p-w-r .pr-review-display .pr-snippet-write-review-link, .c-pr-display .p-w-r .pr-review-display .pr-snippet-write-review-link:link, .c-pr-display .p-w-r .pr-review-display .pr-snippet-write-review-link:visited {
  color: #002E5D;
  background: transparent;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-bottom: 4px solid #002E5D;
}

.c-pr-display .p-w-r .pr-review-display .pr-snippet-write-review-link:active, .c-pr-display .p-w-r .pr-review-display .pr-snippet-write-review-link:focus, .c-pr-display .p-w-r .pr-review-display .pr-snippet-write-review-link:hover {
  outline: 0;
  text-decoration: none;
  color: #002E5D;
  border-color: #B9D9EB;
  transform: translateY(-2px);
}

.c-pr-display .p-w-r .pr-review-display .pr-snippet-write-review-link:active {
  color: #002E5D;
  border-color: #FED141;
  transform: scale(0.97);
  transition: transform 0.15s ease-in-out;
}

.c-pr-display .p-w-r .pr-review-display .pr-snippet-write-review-link--reversed {
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.c-pr-display .p-w-r .pr-review-display .pr-snippet-write-review-link--reversed, .c-pr-display .p-w-r .pr-review-display .pr-snippet-write-review-link--reversed:link, .c-pr-display .p-w-r .pr-review-display .pr-snippet-write-review-link--reversed:visited {
  color: #B9D9EB;
  border-color: #B9D9EB;
}

.c-pr-display .p-w-r .pr-review-display .pr-snippet-write-review-link--reversed:active, .c-pr-display .p-w-r .pr-review-display .pr-snippet-write-review-link--reversed:focus, .c-pr-display .p-w-r .pr-review-display .pr-snippet-write-review-link--reversed:hover {
  color: #E3F2FB;
  border-color: #E3F2FB;
}

.c-pr-display .p-w-r .pr-review-display .pr-snippet-write-review-link--reversed.has--icon .icon {
  color: #B9D9EB;
}

.c-pr-display .p-w-r .pr-review-display .pr-snippet-write-review-link--primary {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.c-pr-display .p-w-r .pr-review-display .pr-snippet-write-review-link--primary, .c-pr-display .p-w-r .pr-review-display .pr-snippet-write-review-link--primary:link, .c-pr-display .p-w-r .pr-review-display .pr-snippet-write-review-link--primary:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

.c-pr-display .p-w-r .pr-review-display .pr-snippet-write-review-link--primary:active, .c-pr-display .p-w-r .pr-review-display .pr-snippet-write-review-link--primary:focus, .c-pr-display .p-w-r .pr-review-display .pr-snippet-write-review-link--primary:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.c-pr-display .p-w-r .pr-review-display .pr-snippet-write-review-link--primary:active {
  color: #002E5D;
  background: #ffffff;
}

.c-pr-display .p-w-r .pr-review-display .pr-snippet-write-review-link--primary-reversed {
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.c-pr-display .p-w-r .pr-review-display .pr-snippet-write-review-link--primary-reversed, .c-pr-display .p-w-r .pr-review-display .pr-snippet-write-review-link--primary-reversed:link, .c-pr-display .p-w-r .pr-review-display .pr-snippet-write-review-link--primary-reversed:visited {
  color: #002E5D;
  background: #FED141;
  border-bottom: none;
}

.c-pr-display .p-w-r .pr-review-display .pr-snippet-write-review-link--primary-reversed:active, .c-pr-display .p-w-r .pr-review-display .pr-snippet-write-review-link--primary-reversed:focus, .c-pr-display .p-w-r .pr-review-display .pr-snippet-write-review-link--primary-reversed:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.c-pr-display .p-w-r .pr-review-display .pr-snippet-write-review-link--primary-reversed:active {
  color: #002E5D;
  background: #E3F2FB;
}

.c-pr-display .p-w-r .pr-review-display .pr-snippet-write-review-link.has--icon .icon {
  display: inline-block;
  position: relative;
  transition: transform 0.4s ease-in-out;
  padding: 0px 0px 0px 7px;
  padding: 0rem 0rem 0rem 0.4375rem;
  width: 20px;
  width: 1.25rem;
}

.c-pr-display .p-w-r .pr-review-display .pr-snippet-write-review-link.has--icon .icon svg {
  fill: currentColor;
}

.c-pr-display .p-w-r .pr-review-display .pr-snippet-write-review-link.has--icon .icon--close {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer {
  background: transparent !important;
  padding-bottom: 4.1666666667em !important;
  border: none;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-pagination,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-pagination {
  border: none;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-style: solid;
  border-color: transparent;
  border-width: 0px;
  border-width: 0rem;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.font-degular-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more,
.font-degular-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more:link, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more:visited,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more:link,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more:visited {
  color: #002E5D;
  background: transparent;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-bottom: 4px solid #002E5D;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more:active, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more:focus, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more:hover,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more:active,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more:focus,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more:hover {
  outline: 0;
  text-decoration: none;
  color: #002E5D;
  border-color: #B9D9EB;
  transform: translateY(-2px);
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more:active,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more:active {
  color: #002E5D;
  border-color: #FED141;
  transform: scale(0.97);
  transition: transform 0.15s ease-in-out;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more--reversed,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more--reversed {
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more--reversed, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more--reversed:link, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more--reversed:visited,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more--reversed,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more--reversed:link,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more--reversed:visited {
  color: #B9D9EB;
  border-color: #B9D9EB;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more--reversed:active, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more--reversed:focus, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more--reversed:hover,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more--reversed:active,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more--reversed:focus,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more--reversed:hover {
  color: #E3F2FB;
  border-color: #E3F2FB;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more--reversed.has--icon .icon,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more--reversed.has--icon .icon {
  color: #B9D9EB;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more--primary,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more--primary {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more--primary, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more--primary:link, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more--primary:visited,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more--primary,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more--primary:link,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more--primary:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more--primary:active, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more--primary:focus, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more--primary:hover,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more--primary:active,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more--primary:focus,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more--primary:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more--primary:active,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more--primary:active {
  color: #002E5D;
  background: #ffffff;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more--primary-reversed,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more--primary-reversed {
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more--primary-reversed, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more--primary-reversed:link, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more--primary-reversed:visited,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more--primary-reversed,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more--primary-reversed:link,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more--primary-reversed:visited {
  color: #002E5D;
  background: #FED141;
  border-bottom: none;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more--primary-reversed:active, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more--primary-reversed:focus, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more--primary-reversed:hover,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more--primary-reversed:active,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more--primary-reversed:focus,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more--primary-reversed:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more--primary-reversed:active,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more--primary-reversed:active {
  color: #002E5D;
  background: #E3F2FB;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more.has--icon .icon,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more.has--icon .icon {
  display: inline-block;
  position: relative;
  transition: transform 0.4s ease-in-out;
  padding: 0px 0px 0px 7px;
  padding: 0rem 0rem 0rem 0.4375rem;
  width: 20px;
  width: 1.25rem;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more.has--icon .icon svg,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more.has--icon .icon svg {
  fill: currentColor;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more.has--icon .icon--close,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more.has--icon .icon--close {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more:link, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more:visited,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more:link,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more:active, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more:focus, .c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more:hover,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more:active,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more:focus,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more:active,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more:active {
  color: #002E5D;
  background: #ffffff;
}

@media only screen and (min-width: 40.625em) {
  .c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more,
  .c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    padding: 8px 0px;
    padding: 0.5rem 0rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    padding: 20px 40px 18px 40px;
    padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  }
  .font-degular-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more,
  .font-degular-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more.has--icon .icon,
  .c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more.has--icon .icon {
    width: 22px;
    width: 1.375rem;
  }
  .font-degular-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more,
  .font-degular-loaded .c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
.c-pr-display .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-show-more .pr-cross-icon,
.c-pr-display .p-w-r .pr-review-display .pr-rd-footer .pr-rd-show-more .pr-cross-icon {
  display: none;
}

.c-pr-display .p-w-r .pr-accessible-btn,
.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-style: solid;
  border-color: transparent;
  border-width: 0px;
  border-width: 0rem;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  padding: 6px 0px;
  padding: 0.375rem 0rem;
  width: auto !important;
  margin: 0 auto;
}

.font-degular-loaded .c-pr-display .p-w-r .pr-accessible-btn,
.font-degular-loaded .c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-pr-display .p-w-r .pr-accessible-btn, .c-pr-display .p-w-r .pr-accessible-btn:link, .c-pr-display .p-w-r .pr-accessible-btn:visited,
.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a,
.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a:link,
.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a:visited {
  color: #002E5D;
  background: transparent;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-bottom: 4px solid #002E5D;
}

.c-pr-display .p-w-r .pr-accessible-btn:active, .c-pr-display .p-w-r .pr-accessible-btn:focus, .c-pr-display .p-w-r .pr-accessible-btn:hover,
.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a:active,
.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a:focus,
.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a:hover {
  outline: 0;
  text-decoration: none;
  color: #002E5D;
  border-color: #B9D9EB;
  transform: translateY(-2px);
}

.c-pr-display .p-w-r .pr-accessible-btn:active,
.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a:active {
  color: #002E5D;
  border-color: #FED141;
  transform: scale(0.97);
  transition: transform 0.15s ease-in-out;
}

.c-pr-display .p-w-r .pr-accessible-btn--reversed,
.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a--reversed {
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.c-pr-display .p-w-r .pr-accessible-btn--reversed, .c-pr-display .p-w-r .pr-accessible-btn--reversed:link, .c-pr-display .p-w-r .pr-accessible-btn--reversed:visited,
.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a--reversed,
.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a--reversed:link,
.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a--reversed:visited {
  color: #B9D9EB;
  border-color: #B9D9EB;
}

.c-pr-display .p-w-r .pr-accessible-btn--reversed:active, .c-pr-display .p-w-r .pr-accessible-btn--reversed:focus, .c-pr-display .p-w-r .pr-accessible-btn--reversed:hover,
.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a--reversed:active,
.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a--reversed:focus,
.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a--reversed:hover {
  color: #E3F2FB;
  border-color: #E3F2FB;
}

.c-pr-display .p-w-r .pr-accessible-btn--reversed.has--icon .icon,
.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a--reversed.has--icon .icon {
  color: #B9D9EB;
}

.c-pr-display .p-w-r .pr-accessible-btn--primary,
.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a--primary {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.c-pr-display .p-w-r .pr-accessible-btn--primary, .c-pr-display .p-w-r .pr-accessible-btn--primary:link, .c-pr-display .p-w-r .pr-accessible-btn--primary:visited,
.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a--primary,
.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a--primary:link,
.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a--primary:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

.c-pr-display .p-w-r .pr-accessible-btn--primary:active, .c-pr-display .p-w-r .pr-accessible-btn--primary:focus, .c-pr-display .p-w-r .pr-accessible-btn--primary:hover,
.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a--primary:active,
.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a--primary:focus,
.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a--primary:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.c-pr-display .p-w-r .pr-accessible-btn--primary:active,
.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a--primary:active {
  color: #002E5D;
  background: #ffffff;
}

.c-pr-display .p-w-r .pr-accessible-btn--primary-reversed,
.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a--primary-reversed {
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.c-pr-display .p-w-r .pr-accessible-btn--primary-reversed, .c-pr-display .p-w-r .pr-accessible-btn--primary-reversed:link, .c-pr-display .p-w-r .pr-accessible-btn--primary-reversed:visited,
.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a--primary-reversed,
.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a--primary-reversed:link,
.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a--primary-reversed:visited {
  color: #002E5D;
  background: #FED141;
  border-bottom: none;
}

.c-pr-display .p-w-r .pr-accessible-btn--primary-reversed:active, .c-pr-display .p-w-r .pr-accessible-btn--primary-reversed:focus, .c-pr-display .p-w-r .pr-accessible-btn--primary-reversed:hover,
.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a--primary-reversed:active,
.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a--primary-reversed:focus,
.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a--primary-reversed:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.c-pr-display .p-w-r .pr-accessible-btn--primary-reversed:active,
.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a--primary-reversed:active {
  color: #002E5D;
  background: #E3F2FB;
}

.c-pr-display .p-w-r .pr-accessible-btn.has--icon .icon,
.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a.has--icon .icon {
  display: inline-block;
  position: relative;
  transition: transform 0.4s ease-in-out;
  padding: 0px 0px 0px 7px;
  padding: 0rem 0rem 0rem 0.4375rem;
  width: 20px;
  width: 1.25rem;
}

.c-pr-display .p-w-r .pr-accessible-btn.has--icon .icon svg,
.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a.has--icon .icon svg {
  fill: currentColor;
}

.c-pr-display .p-w-r .pr-accessible-btn.has--icon .icon--close,
.c-pr-display .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a.has--icon .icon--close {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}

.c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .slide--dark img,
.c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .slide--light img {
  box-shadow: none !important;
  border: none !important;
  border-radius: 0.4166666667em;
}

.c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark,
.c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light {
  background-color: #002E5D;
  box-shadow: none !important;
}

.c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span,
.c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span {
  text-transform: uppercase;
  padding-bottom: 0.25rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  color: #ffffff;
}

.font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span,
.font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span em, .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span i,
.c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span em,
.c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span i,
.font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span em,
.font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span em strong, .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span em b, .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span i strong, .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span i b,
.c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span em strong,
.c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span em b,
.c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span i strong,
.c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span em strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span em b, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span i strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span i b,
.font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span em strong,
.font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span em b,
.font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span i strong,
.font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span i b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span strong, .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span b,
.c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span strong,
.c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span b,
.font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span strong,
.font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span strong em, .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span strong i, .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span b em, .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span b i,
.c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span strong em,
.c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span strong i,
.c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span b em,
.c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span strong em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span strong i, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span b em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span b i,
.font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span strong em,
.font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span strong i,
.font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span b em,
.font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span b i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span,
  .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span em, .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span i,
  .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span em,
  .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span i,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span em,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span em strong, .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span em b, .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span i strong, .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span i b,
  .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span em strong,
  .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span em b,
  .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span i strong,
  .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span i b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span em strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span em b, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span i strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span i b,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span em strong,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span em b,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span i strong,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span i b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span strong, .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span b,
  .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span strong,
  .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span b,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span strong,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span strong em, .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span strong i, .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span b em, .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span b i,
  .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span strong em,
  .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span strong i,
  .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span b em,
  .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span b i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span strong em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span strong i, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span b em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span b i,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span strong em,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span strong i,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span b em,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span b i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span,
  .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span em, .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span i,
  .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span em,
  .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span i,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span em,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span em strong, .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span em b, .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span i strong, .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span i b,
  .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span em strong,
  .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span em b,
  .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span i strong,
  .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span i b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span em strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span em b, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span i strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span i b,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span em strong,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span em b,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span i strong,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span i b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span strong, .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span b,
  .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span strong,
  .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span strong, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span b,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span strong,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span strong em, .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span strong i, .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span b em, .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span b i,
  .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span strong em,
  .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span strong i,
  .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span b em,
  .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span b i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span strong em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span strong i, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span b em, .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark span b i,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span strong em,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span strong i,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span b em,
  .font-knockout-51-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light span b i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark .pr-rid-rating,
.c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light .pr-rid-rating {
  display: none;
}

.c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark .carousel__footer--flagging div button,
.c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light .carousel__footer--flagging div button {
  border-radius: 4.1666666667em;
  background-color: #B9D9EB;
  border: none;
  margin-right: 0.4166666667em;
}

.c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark .carousel__footer--flagging div button span,
.c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light .carousel__footer--flagging div button span {
  color: #B9D9EB;
}

.c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark .carousel__footer--flagging div button:hover,
.c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light .carousel__footer--flagging div button:hover {
  background-color: #ffffff;
}

.c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark .carousel__footer--flagging div button .pr-thumbs-icon path,
.c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light .carousel__footer--flagging div button .pr-thumbs-icon path {
  fill: #002E5D !important;
}

.c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark .carousel__footer--flagging aside a,
.c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light .carousel__footer--flagging aside a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark .carousel__footer--flagging aside a,
.font-degular-loaded .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light .carousel__footer--flagging aside a {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark .carousel__footer--flagging aside a:link, .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark .carousel__footer--flagging aside a:visited,
.c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light .carousel__footer--flagging aside a:link,
.c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light .carousel__footer--flagging aside a:visited {
  color: #ffffff;
  text-decoration: underline;
}

.c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark .carousel__footer--flagging aside a:hover, .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark .carousel__footer--flagging aside a:focus, .c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--dark .carousel__footer--flagging aside a:active,
.c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light .carousel__footer--flagging aside a:hover,
.c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light .carousel__footer--flagging aside a:focus,
.c-pr-display .p-w-r .pr-media-carousel:not(.pr-no-conflict) .theme--light .carousel__footer--flagging aside a:active {
  text-decoration: none;
}

.c-pr-snippet {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  gap: 2.5rem;
}

.c-pr-snippet .p-w-r .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-stars {
  float: none !important;
}

.c-pr-snippet .p-w-r .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-reco {
  display: none !important;
}

.c-pr-snippet .p-w-r span {
  color: #002E5D;
}

.c-pr-snippet .p-w-r .pr-snippet {
  text-align: center;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-stars-container {
  display: block;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-stars {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 0.3333333333em;
  background: none;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-star-v4 {
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  position: relative;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-star-v4:after {
  background-color: #002E5D;
  mask-image: url("img/star.svg");
  -webkit-mask-image: url("img/star.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: auto;
  -webkit-mask-size: auto;
  mask-position: left bottom;
  -webkit-mask-position: left bottom;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  left: 0;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-star-v4:before {
  background-color: #E4DBBC;
  mask-image: url("img/star.svg");
  -webkit-mask-image: url("img/star.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: auto;
  -webkit-mask-size: auto;
  mask-position: left bottom;
  -webkit-mask-position: left bottom;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-star-v4-0-filled {
  background-image: none;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-star-v4-0-filled:after {
  mask-image: url("img/star.svg");
  -webkit-mask-image: url("img/star.svg");
  background-color: #E4DBBC;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-star-v4-25-filled {
  background-image: none;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-star-v4-25-filled:after {
  mask-image: url("img/star-25.svg");
  -webkit-mask-image: url("img/star-25.svg");
}

.c-pr-snippet .p-w-r .pr-snippet .pr-star-v4-50-filled {
  background-image: none;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-star-v4-50-filled:after {
  mask-image: url("img/star-50.svg");
  -webkit-mask-image: url("img/star-50.svg");
}

.c-pr-snippet .p-w-r .pr-snippet .pr-star-v4-75-filled {
  background-image: none;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-star-v4-75-filled:after {
  mask-image: url("img/star-75.svg");
  -webkit-mask-image: url("img/star-75.svg");
}

.c-pr-snippet .p-w-r .pr-snippet .pr-star-v4-100-filled {
  background-image: none;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-star-v4-100-filled:after {
  mask-image: url("img/star.svg");
  -webkit-mask-image: url("img/star.svg");
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-rating-decimal {
  border: none;
  border-radius: unset;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  color: #002E5D;
  background: transparent;
}

.font-knockout-51-loaded .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-rating-decimal {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-read-and-write {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 44%;
  margin: 0;
  gap: 1.6666666667em;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count {
  font-size: 16px !important;
  flex-basis: fit-content;
  flex-shrink: 0;
  text-align: left;
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-style: solid;
  border-color: transparent;
  border-width: 0px;
  border-width: 0rem;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  padding: 6px 0px;
  padding: 0.375rem 0rem;
  padding: 0.4166666667em 0 !important;
  margin: 0 !important;
}

.font-degular-loaded .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:link, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:visited {
  color: #002E5D;
  background: transparent;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-bottom: 4px solid #002E5D;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:active, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:focus, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:hover {
  outline: 0;
  text-decoration: none;
  color: #002E5D;
  border-color: #B9D9EB;
  transform: translateY(-2px);
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:active {
  color: #002E5D;
  border-color: #FED141;
  transform: scale(0.97);
  transition: transform 0.15s ease-in-out;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count--reversed {
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count--reversed, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count--reversed:link, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count--reversed:visited {
  color: #B9D9EB;
  border-color: #B9D9EB;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count--reversed:active, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count--reversed:focus, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count--reversed:hover {
  color: #E3F2FB;
  border-color: #E3F2FB;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count--reversed.has--icon .icon {
  color: #B9D9EB;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count--primary {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count--primary, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count--primary:link, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count--primary:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count--primary:active, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count--primary:focus, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count--primary:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count--primary:active {
  color: #002E5D;
  background: #ffffff;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count--primary-reversed {
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count--primary-reversed, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count--primary-reversed:link, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count--primary-reversed:visited {
  color: #002E5D;
  background: #FED141;
  border-bottom: none;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count--primary-reversed:active, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count--primary-reversed:focus, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count--primary-reversed:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count--primary-reversed:active {
  color: #002E5D;
  background: #E3F2FB;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count.has--icon .icon {
  display: inline-block;
  position: relative;
  transition: transform 0.4s ease-in-out;
  padding: 0px 0px 0px 7px;
  padding: 0rem 0rem 0rem 0.4375rem;
  width: 20px;
  width: 1.25rem;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count.has--icon .icon svg {
  fill: currentColor;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count.has--icon .icon--close {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:link, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:visited {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-style: solid;
  border-color: transparent;
  border-width: 0px;
  border-width: 0rem;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  padding: 6px 0px;
  padding: 0.375rem 0rem;
  margin-bottom: 0;
  padding: 10px 0 !important;
  padding: 0.625rem 0 !important;
}

.font-degular-loaded .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:link, .font-degular-loaded .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:visited {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:link, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:link:link, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:link:visited, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:visited, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:visited:link, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:visited:visited {
  color: #002E5D;
  background: transparent;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-bottom: 4px solid #002E5D;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:link:active, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:link:focus, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:link:hover, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:visited:active, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:visited:focus, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:visited:hover {
  outline: 0;
  text-decoration: none;
  color: #002E5D;
  border-color: #B9D9EB;
  transform: translateY(-2px);
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:link:active, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:visited:active {
  color: #002E5D;
  border-color: #FED141;
  transform: scale(0.97);
  transition: transform 0.15s ease-in-out;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:link--reversed, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:visited--reversed {
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:link--reversed, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:link--reversed:link, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:link--reversed:visited, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:visited--reversed, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:visited--reversed:link, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:visited--reversed:visited {
  color: #B9D9EB;
  border-color: #B9D9EB;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:link--reversed:active, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:link--reversed:focus, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:link--reversed:hover, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:visited--reversed:active, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:visited--reversed:focus, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:visited--reversed:hover {
  color: #E3F2FB;
  border-color: #E3F2FB;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:link--reversed.has--icon .icon, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:visited--reversed.has--icon .icon {
  color: #B9D9EB;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:link--primary, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:visited--primary {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:link--primary, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:link--primary:link, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:link--primary:visited, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:visited--primary, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:visited--primary:link, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:visited--primary:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:link--primary:active, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:link--primary:focus, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:link--primary:hover, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:visited--primary:active, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:visited--primary:focus, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:visited--primary:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:link--primary:active, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:visited--primary:active {
  color: #002E5D;
  background: #ffffff;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:link--primary-reversed, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:visited--primary-reversed {
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:link--primary-reversed, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:link--primary-reversed:link, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:link--primary-reversed:visited, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:visited--primary-reversed, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:visited--primary-reversed:link, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:visited--primary-reversed:visited {
  color: #002E5D;
  background: #FED141;
  border-bottom: none;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:link--primary-reversed:active, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:link--primary-reversed:focus, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:link--primary-reversed:hover, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:visited--primary-reversed:active, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:visited--primary-reversed:focus, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:visited--primary-reversed:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:link--primary-reversed:active, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:visited--primary-reversed:active {
  color: #002E5D;
  background: #E3F2FB;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:link.has--icon .icon, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:visited.has--icon .icon {
  display: inline-block;
  position: relative;
  transition: transform 0.4s ease-in-out;
  padding: 0px 0px 0px 7px;
  padding: 0rem 0rem 0rem 0.4375rem;
  width: 20px;
  width: 1.25rem;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:link.has--icon .icon svg, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:visited.has--icon .icon svg {
  fill: currentColor;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:link.has--icon .icon--close, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:visited.has--icon .icon--close {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}

@media only screen and (min-width: 40.625em) {
  .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:link, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:visited {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    padding: 8px 0px;
    padding: 0.5rem 0rem;
  }
  .font-degular-loaded .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:link, .font-degular-loaded .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:visited {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:link.has--icon .icon, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:visited.has--icon .icon {
    width: 22px;
    width: 1.375rem;
  }
}
.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:focus, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:hover, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count:active {
  color: #002E5D;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link {
  flex-basis: auto;
  margin: 0 !important;
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-style: solid;
  border-color: transparent;
  border-width: 0px;
  border-width: 0rem;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  padding: 6px 0px;
  padding: 0.375rem 0rem;
  padding: 0.4166666667em 0 !important;
}

.font-degular-loaded .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link:link, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link:visited {
  color: #002E5D;
  background: transparent;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-bottom: 4px solid #002E5D;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link:active, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link:focus, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link:hover {
  outline: 0;
  text-decoration: none;
  color: #002E5D;
  border-color: #B9D9EB;
  transform: translateY(-2px);
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link:active {
  color: #002E5D;
  border-color: #FED141;
  transform: scale(0.97);
  transition: transform 0.15s ease-in-out;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link--reversed {
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link--reversed, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link--reversed:link, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link--reversed:visited {
  color: #B9D9EB;
  border-color: #B9D9EB;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link--reversed:active, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link--reversed:focus, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link--reversed:hover {
  color: #E3F2FB;
  border-color: #E3F2FB;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link--reversed.has--icon .icon {
  color: #B9D9EB;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link--primary {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link--primary, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link--primary:link, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link--primary:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link--primary:active, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link--primary:focus, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link--primary:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link--primary:active {
  color: #002E5D;
  background: #ffffff;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link--primary-reversed {
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link--primary-reversed, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link--primary-reversed:link, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link--primary-reversed:visited {
  color: #002E5D;
  background: #FED141;
  border-bottom: none;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link--primary-reversed:active, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link--primary-reversed:focus, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link--primary-reversed:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link--primary-reversed:active {
  color: #002E5D;
  background: #E3F2FB;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link.has--icon .icon {
  display: inline-block;
  position: relative;
  transition: transform 0.4s ease-in-out;
  padding: 0px 0px 0px 7px;
  padding: 0rem 0rem 0rem 0.4375rem;
  width: 20px;
  width: 1.25rem;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link.has--icon .icon svg {
  fill: currentColor;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link.has--icon .icon--close {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}

.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link:link, .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link:visited {
  text-decoration: none;
  font-size: 18px !important;
}

.c-pr-write .p-w-r {
  margin-left: auto;
  margin-right: auto;
}

.c-pr-write .p-w-r .pr-control-label .pr-helper-text {
  color: #002E5D;
}

.c-pr-write .p-w-r .pr-clear-all-radios {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-style: solid;
  border-color: transparent;
  border-width: 0px;
  border-width: 0rem;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.font-degular-loaded .c-pr-write .p-w-r .pr-clear-all-radios {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-pr-write .p-w-r .pr-clear-all-radios, .c-pr-write .p-w-r .pr-clear-all-radios:link, .c-pr-write .p-w-r .pr-clear-all-radios:visited {
  color: #002E5D;
  background: transparent;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-bottom: 4px solid #002E5D;
}

.c-pr-write .p-w-r .pr-clear-all-radios:active, .c-pr-write .p-w-r .pr-clear-all-radios:focus, .c-pr-write .p-w-r .pr-clear-all-radios:hover {
  outline: 0;
  text-decoration: none;
  color: #002E5D;
  border-color: #B9D9EB;
  transform: translateY(-2px);
}

.c-pr-write .p-w-r .pr-clear-all-radios:active {
  color: #002E5D;
  border-color: #FED141;
  transform: scale(0.97);
  transition: transform 0.15s ease-in-out;
}

.c-pr-write .p-w-r .pr-clear-all-radios--reversed {
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.c-pr-write .p-w-r .pr-clear-all-radios--reversed, .c-pr-write .p-w-r .pr-clear-all-radios--reversed:link, .c-pr-write .p-w-r .pr-clear-all-radios--reversed:visited {
  color: #B9D9EB;
  border-color: #B9D9EB;
}

.c-pr-write .p-w-r .pr-clear-all-radios--reversed:active, .c-pr-write .p-w-r .pr-clear-all-radios--reversed:focus, .c-pr-write .p-w-r .pr-clear-all-radios--reversed:hover {
  color: #E3F2FB;
  border-color: #E3F2FB;
}

.c-pr-write .p-w-r .pr-clear-all-radios--reversed.has--icon .icon {
  color: #B9D9EB;
}

.c-pr-write .p-w-r .pr-clear-all-radios--primary {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.c-pr-write .p-w-r .pr-clear-all-radios--primary, .c-pr-write .p-w-r .pr-clear-all-radios--primary:link, .c-pr-write .p-w-r .pr-clear-all-radios--primary:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

.c-pr-write .p-w-r .pr-clear-all-radios--primary:active, .c-pr-write .p-w-r .pr-clear-all-radios--primary:focus, .c-pr-write .p-w-r .pr-clear-all-radios--primary:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.c-pr-write .p-w-r .pr-clear-all-radios--primary:active {
  color: #002E5D;
  background: #ffffff;
}

.c-pr-write .p-w-r .pr-clear-all-radios--primary-reversed {
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.c-pr-write .p-w-r .pr-clear-all-radios--primary-reversed, .c-pr-write .p-w-r .pr-clear-all-radios--primary-reversed:link, .c-pr-write .p-w-r .pr-clear-all-radios--primary-reversed:visited {
  color: #002E5D;
  background: #FED141;
  border-bottom: none;
}

.c-pr-write .p-w-r .pr-clear-all-radios--primary-reversed:active, .c-pr-write .p-w-r .pr-clear-all-radios--primary-reversed:focus, .c-pr-write .p-w-r .pr-clear-all-radios--primary-reversed:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.c-pr-write .p-w-r .pr-clear-all-radios--primary-reversed:active {
  color: #002E5D;
  background: #E3F2FB;
}

.c-pr-write .p-w-r .pr-clear-all-radios.has--icon .icon {
  display: inline-block;
  position: relative;
  transition: transform 0.4s ease-in-out;
  padding: 0px 0px 0px 7px;
  padding: 0rem 0rem 0rem 0.4375rem;
  width: 20px;
  width: 1.25rem;
}

.c-pr-write .p-w-r .pr-clear-all-radios.has--icon .icon svg {
  fill: currentColor;
}

.c-pr-write .p-w-r .pr-clear-all-radios.has--icon .icon--close {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}

.c-pr-write .p-w-r .p-w-r {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  max-width: 43.75rem;
}

.c-pr-write .p-w-r .p-w-r input:focus + label.pr-star-v4 {
  background: transparent !important;
}

.c-pr-write .p-w-r .pr-star-v4 {
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  position: relative;
}

.c-pr-write .p-w-r .pr-star-v4:after {
  background-color: #002E5D;
  mask-image: url("img/star.svg");
  -webkit-mask-image: url("img/star.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: auto;
  -webkit-mask-size: auto;
  mask-position: left bottom;
  -webkit-mask-position: left bottom;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  left: 0;
}

.c-pr-write .p-w-r .pr-star-v4:before {
  background-color: #E4DBBC;
  mask-image: url("img/star.svg");
  -webkit-mask-image: url("img/star.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: auto;
  -webkit-mask-size: auto;
  mask-position: left bottom;
  -webkit-mask-position: left bottom;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.c-pr-write .p-w-r .pr-star-v4-0-filled {
  background-image: none;
}

.c-pr-write .p-w-r .pr-star-v4-0-filled:after {
  mask-image: url("img/star.svg");
  -webkit-mask-image: url("img/star.svg");
  background-color: #E4DBBC;
}

.c-pr-write .p-w-r .pr-star-v4-25-filled {
  background-image: none;
}

.c-pr-write .p-w-r .pr-star-v4-25-filled:after {
  mask-image: url("img/star-25.svg");
  -webkit-mask-image: url("img/star-25.svg");
}

.c-pr-write .p-w-r .pr-star-v4-50-filled {
  background-image: none;
}

.c-pr-write .p-w-r .pr-star-v4-50-filled:after {
  mask-image: url("img/star-50.svg");
  -webkit-mask-image: url("img/star-50.svg");
}

.c-pr-write .p-w-r .pr-star-v4-75-filled {
  background-image: none;
}

.c-pr-write .p-w-r .pr-star-v4-75-filled:after {
  mask-image: url("img/star-75.svg");
  -webkit-mask-image: url("img/star-75.svg");
}

.c-pr-write .p-w-r .pr-star-v4-100-filled {
  background-image: none;
}

.c-pr-write .p-w-r .pr-star-v4-100-filled:after {
  mask-image: url("img/star.svg");
  -webkit-mask-image: url("img/star.svg");
}

.c-pr-write .p-w-r .p-w-r .control-label span,
.c-pr-write .p-w-r .p-w-r .pr-control-label span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  text-transform: none !important;
  color: #002E5D;
  padding-bottom: 0.4166666667em !important;
}

.font-degular-loaded .c-pr-write .p-w-r .p-w-r .control-label span,
.font-degular-loaded .c-pr-write .p-w-r .p-w-r .pr-control-label span {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

@media only screen and (min-width: 43.75em) {
  .c-pr-write .p-w-r .p-w-r .control-label span,
  .c-pr-write .p-w-r .p-w-r .pr-control-label span {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-pr-write .p-w-r .p-w-r .control-label span,
  .font-degular-loaded .c-pr-write .p-w-r .p-w-r .pr-control-label span {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
.c-pr-write .p-w-r .p-w-r .btn-group-2-count,
.c-pr-write .p-w-r .p-w-r .pr-file-input-btn-group {
  align-items: flex-start;
}

.c-pr-write .p-w-r .p-w-r .btn-group-2-count .pr-btn,
.c-pr-write .p-w-r .p-w-r .pr-file-input-btn-group .pr-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-style: solid;
  border-color: transparent;
  border-width: 0px;
  border-width: 0rem;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  padding: 6px 0px;
  padding: 0.375rem 0rem;
  border-radius: 100 !important;
  margin: 0.4166666667em !important;
  width: auto !important;
}

.font-degular-loaded .c-pr-write .p-w-r .p-w-r .btn-group-2-count .pr-btn,
.font-degular-loaded .c-pr-write .p-w-r .p-w-r .pr-file-input-btn-group .pr-btn {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-pr-write .p-w-r .p-w-r .btn-group-2-count .pr-btn, .c-pr-write .p-w-r .p-w-r .btn-group-2-count .pr-btn:link, .c-pr-write .p-w-r .p-w-r .btn-group-2-count .pr-btn:visited,
.c-pr-write .p-w-r .p-w-r .pr-file-input-btn-group .pr-btn,
.c-pr-write .p-w-r .p-w-r .pr-file-input-btn-group .pr-btn:link,
.c-pr-write .p-w-r .p-w-r .pr-file-input-btn-group .pr-btn:visited {
  color: #002E5D;
  background: transparent;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-bottom: 4px solid #002E5D;
}

.c-pr-write .p-w-r .p-w-r .btn-group-2-count .pr-btn:active, .c-pr-write .p-w-r .p-w-r .btn-group-2-count .pr-btn:focus, .c-pr-write .p-w-r .p-w-r .btn-group-2-count .pr-btn:hover,
.c-pr-write .p-w-r .p-w-r .pr-file-input-btn-group .pr-btn:active,
.c-pr-write .p-w-r .p-w-r .pr-file-input-btn-group .pr-btn:focus,
.c-pr-write .p-w-r .p-w-r .pr-file-input-btn-group .pr-btn:hover {
  outline: 0;
  text-decoration: none;
  color: #002E5D;
  border-color: #B9D9EB;
  transform: translateY(-2px);
}

.c-pr-write .p-w-r .p-w-r .btn-group-2-count .pr-btn:active,
.c-pr-write .p-w-r .p-w-r .pr-file-input-btn-group .pr-btn:active {
  color: #002E5D;
  border-color: #FED141;
  transform: scale(0.97);
  transition: transform 0.15s ease-in-out;
}

.c-pr-write .p-w-r .p-w-r .btn-group-2-count .pr-btn--reversed,
.c-pr-write .p-w-r .p-w-r .pr-file-input-btn-group .pr-btn--reversed {
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.c-pr-write .p-w-r .p-w-r .btn-group-2-count .pr-btn--reversed, .c-pr-write .p-w-r .p-w-r .btn-group-2-count .pr-btn--reversed:link, .c-pr-write .p-w-r .p-w-r .btn-group-2-count .pr-btn--reversed:visited,
.c-pr-write .p-w-r .p-w-r .pr-file-input-btn-group .pr-btn--reversed,
.c-pr-write .p-w-r .p-w-r .pr-file-input-btn-group .pr-btn--reversed:link,
.c-pr-write .p-w-r .p-w-r .pr-file-input-btn-group .pr-btn--reversed:visited {
  color: #B9D9EB;
  border-color: #B9D9EB;
}

.c-pr-write .p-w-r .p-w-r .btn-group-2-count .pr-btn--reversed:active, .c-pr-write .p-w-r .p-w-r .btn-group-2-count .pr-btn--reversed:focus, .c-pr-write .p-w-r .p-w-r .btn-group-2-count .pr-btn--reversed:hover,
.c-pr-write .p-w-r .p-w-r .pr-file-input-btn-group .pr-btn--reversed:active,
.c-pr-write .p-w-r .p-w-r .pr-file-input-btn-group .pr-btn--reversed:focus,
.c-pr-write .p-w-r .p-w-r .pr-file-input-btn-group .pr-btn--reversed:hover {
  color: #E3F2FB;
  border-color: #E3F2FB;
}

.c-pr-write .p-w-r .p-w-r .btn-group-2-count .pr-btn--reversed.has--icon .icon,
.c-pr-write .p-w-r .p-w-r .pr-file-input-btn-group .pr-btn--reversed.has--icon .icon {
  color: #B9D9EB;
}

.c-pr-write .p-w-r .p-w-r .btn-group-2-count .pr-btn--primary,
.c-pr-write .p-w-r .p-w-r .pr-file-input-btn-group .pr-btn--primary {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.c-pr-write .p-w-r .p-w-r .btn-group-2-count .pr-btn--primary, .c-pr-write .p-w-r .p-w-r .btn-group-2-count .pr-btn--primary:link, .c-pr-write .p-w-r .p-w-r .btn-group-2-count .pr-btn--primary:visited,
.c-pr-write .p-w-r .p-w-r .pr-file-input-btn-group .pr-btn--primary,
.c-pr-write .p-w-r .p-w-r .pr-file-input-btn-group .pr-btn--primary:link,
.c-pr-write .p-w-r .p-w-r .pr-file-input-btn-group .pr-btn--primary:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

.c-pr-write .p-w-r .p-w-r .btn-group-2-count .pr-btn--primary:active, .c-pr-write .p-w-r .p-w-r .btn-group-2-count .pr-btn--primary:focus, .c-pr-write .p-w-r .p-w-r .btn-group-2-count .pr-btn--primary:hover,
.c-pr-write .p-w-r .p-w-r .pr-file-input-btn-group .pr-btn--primary:active,
.c-pr-write .p-w-r .p-w-r .pr-file-input-btn-group .pr-btn--primary:focus,
.c-pr-write .p-w-r .p-w-r .pr-file-input-btn-group .pr-btn--primary:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.c-pr-write .p-w-r .p-w-r .btn-group-2-count .pr-btn--primary:active,
.c-pr-write .p-w-r .p-w-r .pr-file-input-btn-group .pr-btn--primary:active {
  color: #002E5D;
  background: #ffffff;
}

.c-pr-write .p-w-r .p-w-r .btn-group-2-count .pr-btn--primary-reversed,
.c-pr-write .p-w-r .p-w-r .pr-file-input-btn-group .pr-btn--primary-reversed {
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.c-pr-write .p-w-r .p-w-r .btn-group-2-count .pr-btn--primary-reversed, .c-pr-write .p-w-r .p-w-r .btn-group-2-count .pr-btn--primary-reversed:link, .c-pr-write .p-w-r .p-w-r .btn-group-2-count .pr-btn--primary-reversed:visited,
.c-pr-write .p-w-r .p-w-r .pr-file-input-btn-group .pr-btn--primary-reversed,
.c-pr-write .p-w-r .p-w-r .pr-file-input-btn-group .pr-btn--primary-reversed:link,
.c-pr-write .p-w-r .p-w-r .pr-file-input-btn-group .pr-btn--primary-reversed:visited {
  color: #002E5D;
  background: #FED141;
  border-bottom: none;
}

.c-pr-write .p-w-r .p-w-r .btn-group-2-count .pr-btn--primary-reversed:active, .c-pr-write .p-w-r .p-w-r .btn-group-2-count .pr-btn--primary-reversed:focus, .c-pr-write .p-w-r .p-w-r .btn-group-2-count .pr-btn--primary-reversed:hover,
.c-pr-write .p-w-r .p-w-r .pr-file-input-btn-group .pr-btn--primary-reversed:active,
.c-pr-write .p-w-r .p-w-r .pr-file-input-btn-group .pr-btn--primary-reversed:focus,
.c-pr-write .p-w-r .p-w-r .pr-file-input-btn-group .pr-btn--primary-reversed:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.c-pr-write .p-w-r .p-w-r .btn-group-2-count .pr-btn--primary-reversed:active,
.c-pr-write .p-w-r .p-w-r .pr-file-input-btn-group .pr-btn--primary-reversed:active {
  color: #002E5D;
  background: #E3F2FB;
}

.c-pr-write .p-w-r .p-w-r .btn-group-2-count .pr-btn.has--icon .icon,
.c-pr-write .p-w-r .p-w-r .pr-file-input-btn-group .pr-btn.has--icon .icon {
  display: inline-block;
  position: relative;
  transition: transform 0.4s ease-in-out;
  padding: 0px 0px 0px 7px;
  padding: 0rem 0rem 0rem 0.4375rem;
  width: 20px;
  width: 1.25rem;
}

.c-pr-write .p-w-r .p-w-r .btn-group-2-count .pr-btn.has--icon .icon svg,
.c-pr-write .p-w-r .p-w-r .pr-file-input-btn-group .pr-btn.has--icon .icon svg {
  fill: currentColor;
}

.c-pr-write .p-w-r .p-w-r .btn-group-2-count .pr-btn.has--icon .icon--close,
.c-pr-write .p-w-r .p-w-r .pr-file-input-btn-group .pr-btn.has--icon .icon--close {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}

.c-pr-write .p-w-r .p-w-r .btn-group-2-count .pr-btn.active,
.c-pr-write .p-w-r .p-w-r .pr-file-input-btn-group .pr-btn.active {
  background-color: black !important;
}

.c-pr-write .p-w-r .p-w-r .pr-file-input-btn-group {
  display: block;
}

.c-pr-write .p-w-r .p-w-r .btn-group-1-count .sr-only {
  clip: auto;
  margin-top: 9px;
  margin-top: 0.5625rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
}

.c-pr-write .p-w-r .p-w-r .btn-group-1-count label.pr-btn {
  background: transparent !important;
  border: none !important;
  color: #002E5D;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  padding: 0.2083333333em 0 0 0.8333333333em !important;
}

.font-degular-loaded .c-pr-write .p-w-r .p-w-r .btn-group-1-count label.pr-btn {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-pr-write .p-w-r .p-w-r .pr-btn-fileinput svg {
  vertical-align: middle;
}

.c-pr-write .p-w-r .p-w-r .pr-file-input-label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  color: #002E5D;
}

.font-degular-loaded .c-pr-write .p-w-r .p-w-r .pr-file-input-label {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-pr-write .p-w-r .p-w-r input.form-control[type=text] {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  padding: 0.5833333333em 1.25em !important;
  border-radius: 0.4166666667em;
  box-shadow: none;
  height: auto !important;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-property: border-color;
  background-color: #ffffff;
  color: #002E5D;
  border: 3px solid transparent;
}

.font-degular-loaded .c-pr-write .p-w-r .p-w-r input.form-control[type=text] {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-pr-write .p-w-r .p-w-r input.form-control[type=text]:focus {
  border-color: #002E5D;
}

.c-pr-write .p-w-r .p-w-r input.form-control[type=text]::placeholder {
  color: #002E5D;
}

.c-pr-write .p-w-r .p-w-r textarea.form-control {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  border-radius: 0.4166666667em;
  color: #002E5D;
  border: 2px solid transparent;
  background-color: #ffffff;
  padding: 0.5833333333em 1.25em !important;
  box-shadow: none;
}

.font-degular-loaded .c-pr-write .p-w-r .p-w-r textarea.form-control {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-pr-write .p-w-r .p-w-r textarea.form-control:focus {
  border-color: #002E5D;
}

.c-pr-write .p-w-r .p-w-r textarea.form-control::placeholder {
  color: #002E5D;
}

.c-pr-write .p-w-r .p-w-r select.pr-form-control {
  clear: both;
  display: inline-block;
  position: relative;
  max-width: auto;
  appearance: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  border-radius: 1.25em;
  width: auto;
  vertical-align: text-bottom;
  padding-left: 0.8333333333em !important;
  padding-right: 0.8333333333em !important;
  padding-top: 0.4166666667em !important;
  padding-bottom: 0.4166666667em !important;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  border: 2px solid transparent;
  box-shadow: none;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-property: all;
  background-color: #ffffff !important;
  color: #002E5D;
}

.font-degular-loaded .c-pr-write .p-w-r .p-w-r select.pr-form-control {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-pr-write .p-w-r .p-w-r select.pr-form-control:focus {
  border-color: #002E5D;
  outline: none;
}

.c-pr-write .p-w-r .p-w-r select.pr-form-control:hover {
  background-color: #B9D9EB;
  color: #002E5D;
}

.c-pr-write .p-w-r .p-w-r select.pr-form-control:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  margin-top: -0.4375rem;
  right: 11px;
  right: 0.6875rem;
  width: 0;
  height: 0;
  border-top: 2px solid;
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
  vertical-align: middle;
  pointer-events: none;
}

.c-pr-write .p-w-r .p-w-r select.pr-form-control::-ms-expand {
  display: none;
}

.c-pr-write .p-w-r .pr-header-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  color: #002E5D;
}

.font-degular-loaded .c-pr-write .p-w-r .pr-header-title {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

@media only screen and (min-width: 43.75em) {
  .c-pr-write .p-w-r .pr-header-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-pr-write .p-w-r .pr-header-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
.c-pr-write .p-w-r .pr-header .pr-header-product-img {
  display: block;
  padding-top: 1.6666666667em;
}

.c-pr-write .p-w-r .pr-header-product-name {
  text-transform: uppercase;
  padding-bottom: 1rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-pr-write .p-w-r .pr-header-product-name {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-pr-write .p-w-r .pr-header-product-name em, .c-pr-write .p-w-r .pr-header-product-name i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-pr-write .p-w-r .pr-header-product-name em, .font-knockout-50-loaded .c-pr-write .p-w-r .pr-header-product-name i {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-pr-write .p-w-r .pr-header-product-name em strong, .c-pr-write .p-w-r .pr-header-product-name em b, .c-pr-write .p-w-r .pr-header-product-name i strong, .c-pr-write .p-w-r .pr-header-product-name i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-pr-write .p-w-r .pr-header-product-name em strong, .font-knockout-50-loaded .c-pr-write .p-w-r .pr-header-product-name em b, .font-knockout-50-loaded .c-pr-write .p-w-r .pr-header-product-name i strong, .font-knockout-50-loaded .c-pr-write .p-w-r .pr-header-product-name i b {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-pr-write .p-w-r .pr-header-product-name strong, .c-pr-write .p-w-r .pr-header-product-name b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-pr-write .p-w-r .pr-header-product-name strong, .font-knockout-50-loaded .c-pr-write .p-w-r .pr-header-product-name b {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-pr-write .p-w-r .pr-header-product-name strong em, .c-pr-write .p-w-r .pr-header-product-name strong i, .c-pr-write .p-w-r .pr-header-product-name b em, .c-pr-write .p-w-r .pr-header-product-name b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-pr-write .p-w-r .pr-header-product-name strong em, .font-knockout-50-loaded .c-pr-write .p-w-r .pr-header-product-name strong i, .font-knockout-50-loaded .c-pr-write .p-w-r .pr-header-product-name b em, .font-knockout-50-loaded .c-pr-write .p-w-r .pr-header-product-name b i {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .c-pr-write .p-w-r .pr-header-product-name {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-pr-write .p-w-r .pr-header-product-name {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-write .p-w-r .pr-header-product-name em, .c-pr-write .p-w-r .pr-header-product-name i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-pr-write .p-w-r .pr-header-product-name em, .font-knockout-50-loaded .c-pr-write .p-w-r .pr-header-product-name i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-write .p-w-r .pr-header-product-name em strong, .c-pr-write .p-w-r .pr-header-product-name em b, .c-pr-write .p-w-r .pr-header-product-name i strong, .c-pr-write .p-w-r .pr-header-product-name i b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-pr-write .p-w-r .pr-header-product-name em strong, .font-knockout-50-loaded .c-pr-write .p-w-r .pr-header-product-name em b, .font-knockout-50-loaded .c-pr-write .p-w-r .pr-header-product-name i strong, .font-knockout-50-loaded .c-pr-write .p-w-r .pr-header-product-name i b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-write .p-w-r .pr-header-product-name strong, .c-pr-write .p-w-r .pr-header-product-name b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-pr-write .p-w-r .pr-header-product-name strong, .font-knockout-50-loaded .c-pr-write .p-w-r .pr-header-product-name b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-write .p-w-r .pr-header-product-name strong em, .c-pr-write .p-w-r .pr-header-product-name strong i, .c-pr-write .p-w-r .pr-header-product-name b em, .c-pr-write .p-w-r .pr-header-product-name b i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-pr-write .p-w-r .pr-header-product-name strong em, .font-knockout-50-loaded .c-pr-write .p-w-r .pr-header-product-name strong i, .font-knockout-50-loaded .c-pr-write .p-w-r .pr-header-product-name b em, .font-knockout-50-loaded .c-pr-write .p-w-r .pr-header-product-name b i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .c-pr-write .p-w-r .pr-header-product-name {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-pr-write .p-w-r .pr-header-product-name {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-write .p-w-r .pr-header-product-name em, .c-pr-write .p-w-r .pr-header-product-name i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-pr-write .p-w-r .pr-header-product-name em, .font-knockout-50-loaded .c-pr-write .p-w-r .pr-header-product-name i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-write .p-w-r .pr-header-product-name em strong, .c-pr-write .p-w-r .pr-header-product-name em b, .c-pr-write .p-w-r .pr-header-product-name i strong, .c-pr-write .p-w-r .pr-header-product-name i b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-pr-write .p-w-r .pr-header-product-name em strong, .font-knockout-50-loaded .c-pr-write .p-w-r .pr-header-product-name em b, .font-knockout-50-loaded .c-pr-write .p-w-r .pr-header-product-name i strong, .font-knockout-50-loaded .c-pr-write .p-w-r .pr-header-product-name i b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-write .p-w-r .pr-header-product-name strong, .c-pr-write .p-w-r .pr-header-product-name b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-pr-write .p-w-r .pr-header-product-name strong, .font-knockout-50-loaded .c-pr-write .p-w-r .pr-header-product-name b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-pr-write .p-w-r .pr-header-product-name strong em, .c-pr-write .p-w-r .pr-header-product-name strong i, .c-pr-write .p-w-r .pr-header-product-name b em, .c-pr-write .p-w-r .pr-header-product-name b i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-pr-write .p-w-r .pr-header-product-name strong em, .font-knockout-50-loaded .c-pr-write .p-w-r .pr-header-product-name strong i, .font-knockout-50-loaded .c-pr-write .p-w-r .pr-header-product-name b em, .font-knockout-50-loaded .c-pr-write .p-w-r .pr-header-product-name b i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.c-pr-write .p-w-r .pr-h5 {
  color: #002E5D !important;
}

.c-pr-write .p-w-r .pr-control-label--accept-terms {
  align-items: flex-start;
}

.c-pr-write .p-w-r .pr-control-label--accept-terms input[type=checkbox].pr-accept-terms-checkbox {
  margin-top: 2px;
  margin-top: 0.125rem;
}

.c-pr-write .p-w-r .pr-header-required {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-pr-write .p-w-r .pr-header-required {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-pr-write .p-w-r .pr-footer button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-style: solid;
  border-color: transparent;
  border-width: 0px;
  border-width: 0rem;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.font-degular-loaded .c-pr-write .p-w-r .pr-footer button {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-pr-write .p-w-r .pr-footer button, .c-pr-write .p-w-r .pr-footer button:link, .c-pr-write .p-w-r .pr-footer button:visited {
  color: #002E5D;
  background: transparent;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-bottom: 4px solid #002E5D;
}

.c-pr-write .p-w-r .pr-footer button:active, .c-pr-write .p-w-r .pr-footer button:focus, .c-pr-write .p-w-r .pr-footer button:hover {
  outline: 0;
  text-decoration: none;
  color: #002E5D;
  border-color: #B9D9EB;
  transform: translateY(-2px);
}

.c-pr-write .p-w-r .pr-footer button:active {
  color: #002E5D;
  border-color: #FED141;
  transform: scale(0.97);
  transition: transform 0.15s ease-in-out;
}

.c-pr-write .p-w-r .pr-footer button--reversed {
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.c-pr-write .p-w-r .pr-footer button--reversed, .c-pr-write .p-w-r .pr-footer button--reversed:link, .c-pr-write .p-w-r .pr-footer button--reversed:visited {
  color: #B9D9EB;
  border-color: #B9D9EB;
}

.c-pr-write .p-w-r .pr-footer button--reversed:active, .c-pr-write .p-w-r .pr-footer button--reversed:focus, .c-pr-write .p-w-r .pr-footer button--reversed:hover {
  color: #E3F2FB;
  border-color: #E3F2FB;
}

.c-pr-write .p-w-r .pr-footer button--reversed.has--icon .icon {
  color: #B9D9EB;
}

.c-pr-write .p-w-r .pr-footer button--primary {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.c-pr-write .p-w-r .pr-footer button--primary, .c-pr-write .p-w-r .pr-footer button--primary:link, .c-pr-write .p-w-r .pr-footer button--primary:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

.c-pr-write .p-w-r .pr-footer button--primary:active, .c-pr-write .p-w-r .pr-footer button--primary:focus, .c-pr-write .p-w-r .pr-footer button--primary:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.c-pr-write .p-w-r .pr-footer button--primary:active {
  color: #002E5D;
  background: #ffffff;
}

.c-pr-write .p-w-r .pr-footer button--primary-reversed {
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.c-pr-write .p-w-r .pr-footer button--primary-reversed, .c-pr-write .p-w-r .pr-footer button--primary-reversed:link, .c-pr-write .p-w-r .pr-footer button--primary-reversed:visited {
  color: #002E5D;
  background: #FED141;
  border-bottom: none;
}

.c-pr-write .p-w-r .pr-footer button--primary-reversed:active, .c-pr-write .p-w-r .pr-footer button--primary-reversed:focus, .c-pr-write .p-w-r .pr-footer button--primary-reversed:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.c-pr-write .p-w-r .pr-footer button--primary-reversed:active {
  color: #002E5D;
  background: #E3F2FB;
}

.c-pr-write .p-w-r .pr-footer button.has--icon .icon {
  display: inline-block;
  position: relative;
  transition: transform 0.4s ease-in-out;
  padding: 0px 0px 0px 7px;
  padding: 0rem 0rem 0rem 0.4375rem;
  width: 20px;
  width: 1.25rem;
}

.c-pr-write .p-w-r .pr-footer button.has--icon .icon svg {
  fill: currentColor;
}

.c-pr-write .p-w-r .pr-footer button.has--icon .icon--close {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}

.c-pr-write .p-w-r .pr-footer button {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.c-pr-write .p-w-r .pr-footer button, .c-pr-write .p-w-r .pr-footer button:link, .c-pr-write .p-w-r .pr-footer button:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

.c-pr-write .p-w-r .pr-footer button:active, .c-pr-write .p-w-r .pr-footer button:focus, .c-pr-write .p-w-r .pr-footer button:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.c-pr-write .p-w-r .pr-footer button:active {
  color: #002E5D;
  background: #ffffff;
}

@media only screen and (min-width: 40.625em) {
  .c-pr-write .p-w-r .pr-footer button {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    padding: 8px 0px;
    padding: 0.5rem 0rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    padding: 20px 40px 18px 40px;
    padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  }
  .font-degular-loaded .c-pr-write .p-w-r .pr-footer button {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .c-pr-write .p-w-r .pr-footer button.has--icon .icon {
    width: 22px;
    width: 1.375rem;
  }
  .font-degular-loaded .c-pr-write .p-w-r .pr-footer button {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
.p-w-r span {
  color: #002E5D;
}

.c-product-header {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.c-product-header__hero {
  position: relative;
  text-align: center;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.c-product-header__hero-background-image {
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 80vw;
  position: relative;
}

.c-product-header__hero-image-container {
  position: relative;
  height: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding: 2.0833333333em 20.5333333333% 0;
  text-align: center;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg"><circle cx="5" cy="5" r="5" fill="hsl(46.3636363636, 68.75%, 93.7254901961%)"/></svg>');
  background-size: 100% auto;
  background-position: top;
}

.c-product-header--has-support-image .c-product-header__hero-image-container-wrapper {
  max-width: 20.8333333333em;
}

.c-product-header--has-support-image .c-product-header__hero-image-container {
  padding-top: 20.5333333333%;
  margin-top: -33%;
}

.c-product-header__hero-image {
  position: relative;
  max-width: 100%;
  width: auto;
  max-height: 18.75em;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.c-product-header__hero-image.inactive {
  display: none;
}

.c-product-header__hero-serving-suggestion {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: right;
  max-width: 90px;
  max-width: 5.625rem;
  padding: 20px;
  padding: 1.25rem;
  position: absolute;
  right: 0;
  top: 40px;
  top: 2.5rem;
}

.c-product-header__hero-serving-suggestion--light {
  color: #DDDDDC;
  text-shadow: 0 0 3px #000000;
}

.c-product-header__hero-serving-suggestion--dark {
  color: #494644;
  text-shadow: 0 0 3px #ffffff;
}

.c-product-header__content-container {
  position: relative;
}

.c-product-header__support-image-wrapper {
  position: relative;
  padding-top: 1.25em;
  padding-bottom: 2.0833333333em;
}

.c-product-header__support-image {
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 35%;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.c-product-header__addl-info {
  max-width: 400px;
  max-width: 25rem;
  padding: 20px 0px;
  padding: 1.25rem 0rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.4166666667em;
  background-color: transparent;
}

.c-product-header__addl-info-panel--is-closed .c-product-header__addl-info-toggle {
  background: transparent;
}

.c-product-header__addl-info-panel--is-closed .c-product-header__addl-info-toggle .icon {
  transform: unset;
}

.c-product-header__addl-info-panel--is-closed .c-product-header__addl-info-content {
  display: none;
}

.c-product-header__addl-info-toggle {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-style: solid;
  border-color: transparent;
  border-width: 0px;
  border-width: 0rem;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  padding: 6px 0px;
  padding: 0.375rem 0rem;
  display: inline-block;
}

.font-degular-loaded .c-product-header__addl-info-toggle {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-product-header__addl-info-toggle, .c-product-header__addl-info-toggle:link, .c-product-header__addl-info-toggle:visited {
  color: #002E5D;
  background: transparent;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-bottom: 4px solid #002E5D;
}

.c-product-header__addl-info-toggle:active, .c-product-header__addl-info-toggle:focus, .c-product-header__addl-info-toggle:hover {
  outline: 0;
  text-decoration: none;
  color: #002E5D;
  border-color: #B9D9EB;
  transform: translateY(-2px);
}

.c-product-header__addl-info-toggle:active {
  color: #002E5D;
  border-color: #FED141;
  transform: scale(0.97);
  transition: transform 0.15s ease-in-out;
}

.c-product-header__addl-info-toggle--reversed {
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.c-product-header__addl-info-toggle--reversed, .c-product-header__addl-info-toggle--reversed:link, .c-product-header__addl-info-toggle--reversed:visited {
  color: #B9D9EB;
  border-color: #B9D9EB;
}

.c-product-header__addl-info-toggle--reversed:active, .c-product-header__addl-info-toggle--reversed:focus, .c-product-header__addl-info-toggle--reversed:hover {
  color: #E3F2FB;
  border-color: #E3F2FB;
}

.c-product-header__addl-info-toggle--reversed.has--icon .icon {
  color: #B9D9EB;
}

.c-product-header__addl-info-toggle--primary {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.c-product-header__addl-info-toggle--primary, .c-product-header__addl-info-toggle--primary:link, .c-product-header__addl-info-toggle--primary:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

.c-product-header__addl-info-toggle--primary:active, .c-product-header__addl-info-toggle--primary:focus, .c-product-header__addl-info-toggle--primary:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.c-product-header__addl-info-toggle--primary:active {
  color: #002E5D;
  background: #ffffff;
}

.c-product-header__addl-info-toggle--primary-reversed {
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.c-product-header__addl-info-toggle--primary-reversed, .c-product-header__addl-info-toggle--primary-reversed:link, .c-product-header__addl-info-toggle--primary-reversed:visited {
  color: #002E5D;
  background: #FED141;
  border-bottom: none;
}

.c-product-header__addl-info-toggle--primary-reversed:active, .c-product-header__addl-info-toggle--primary-reversed:focus, .c-product-header__addl-info-toggle--primary-reversed:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.c-product-header__addl-info-toggle--primary-reversed:active {
  color: #002E5D;
  background: #E3F2FB;
}

.c-product-header__addl-info-toggle.has--icon .icon {
  display: inline-block;
  position: relative;
  transition: transform 0.4s ease-in-out;
  padding: 0px 0px 0px 7px;
  padding: 0rem 0rem 0rem 0.4375rem;
  width: 20px;
  width: 1.25rem;
}

.c-product-header__addl-info-toggle.has--icon .icon svg {
  fill: currentColor;
}

.c-product-header__addl-info-toggle.has--icon .icon--close {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}

.c-product-header__addl-info-toggle .icon {
  display: inline-block;
  width: 0.5em;
  color: #002E5D;
  transform: rotate(180deg);
  position: relative;
  top: -0.0833333333em;
}

.c-product-header__addl-info-content {
  color: #002E5D;
  padding-bottom: 0.8333333333em;
}

.c-product-header__addl-info-content-item.inactive {
  display: none;
}

.c-product-header__ingredients-info-content {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-product-header__ingredients-info-content {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-product-header__ingredients-info-content p, .c-product-header__ingredients-info-content li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-product-header__ingredients-info-content p, .font-degular-loaded .c-product-header__ingredients-info-content li {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-product-header__disclaimer-info-content p, .c-product-header__disclaimer-info-content li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-product-header__disclaimer-info-content p, .font-degular-loaded .c-product-header__disclaimer-info-content li {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-product-header__content {
  position: relative;
  padding-left: 0.8333333333em;
  padding-right: 0.8333333333em;
}

@media only screen and (min-width: 22.5em) {
  .c-product-header__content {
    padding-left: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-product-header__content {
    padding-left: 4%;
  }
}
@media only screen and (min-width: 22.5em) {
  .c-product-header__content {
    padding-right: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-product-header__content {
    padding-right: 4%;
  }
}
.c-product-header__content:last-child {
  padding-bottom: 2.0833333333em;
}

@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .c-product-header__content:last-child {
    padding-bottom: 4.1666666667em;
  }
}
.c-product-header__landing-page-link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-product-header__landing-page-link {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

@media only screen and (min-width: 43.75em) {
  .c-product-header__landing-page-link {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-product-header__landing-page-link {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
.c-product-header__landing-page-link:link, .c-product-header__landing-page-link:visited {
  text-decoration: none;
}

.c-product-header__landing-page-link .icon--arrow-left {
  display: inline;
}

.c-product-header__landing-page-link .icon--arrow-left .icon__img {
  display: inline-block;
  padding-bottom: 0;
  transform: translateY(0px);
  transition: 0.2s ease-in-out;
  width: 12px;
  height: 12px;
}

.c-product-header__landing-page-link .icon--arrow-left .icon__img svg * {
  fill: currentColor;
}

.c-product-header__landing-page-link .icon--arrow-left .icon__img--r-svg {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

@media only screen and (min-width: 0.75em) {
  .c-product-header__landing-page-link .icon--arrow-left .icon__img--r-svg--max-scale {
    width: 12px;
    height: 12px;
    padding-bottom: 0;
  }
}
.c-product-header__landing-page-link:focus {
  outline: 1px dotted invert;
}

.c-product-header__landing-page-link:hover, .c-product-header__landing-page-link:active {
  outline: 0;
}

.c-product-header__landing-page-link:hover .icon__img, .c-product-header__landing-page-link:active .icon__img {
  transform: translate(-2px, 0px);
}

.c-product-header__heading {
  text-transform: uppercase;
  padding-bottom: 1rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.font-knockout-50-loaded .c-product-header__heading {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-product-header__heading em, .c-product-header__heading i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-product-header__heading em, .font-knockout-50-loaded .c-product-header__heading i {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-product-header__heading em strong, .c-product-header__heading em b, .c-product-header__heading i strong, .c-product-header__heading i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-product-header__heading em strong, .font-knockout-50-loaded .c-product-header__heading em b, .font-knockout-50-loaded .c-product-header__heading i strong, .font-knockout-50-loaded .c-product-header__heading i b {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-product-header__heading strong, .c-product-header__heading b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-product-header__heading strong, .font-knockout-50-loaded .c-product-header__heading b {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-product-header__heading strong em, .c-product-header__heading strong i, .c-product-header__heading b em, .c-product-header__heading b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-product-header__heading strong em, .font-knockout-50-loaded .c-product-header__heading strong i, .font-knockout-50-loaded .c-product-header__heading b em, .font-knockout-50-loaded .c-product-header__heading b i {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .c-product-header__heading {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-product-header__heading {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__heading em, .c-product-header__heading i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-product-header__heading em, .font-knockout-50-loaded .c-product-header__heading i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__heading em strong, .c-product-header__heading em b, .c-product-header__heading i strong, .c-product-header__heading i b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-product-header__heading em strong, .font-knockout-50-loaded .c-product-header__heading em b, .font-knockout-50-loaded .c-product-header__heading i strong, .font-knockout-50-loaded .c-product-header__heading i b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__heading strong, .c-product-header__heading b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-product-header__heading strong, .font-knockout-50-loaded .c-product-header__heading b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__heading strong em, .c-product-header__heading strong i, .c-product-header__heading b em, .c-product-header__heading b i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-product-header__heading strong em, .font-knockout-50-loaded .c-product-header__heading strong i, .font-knockout-50-loaded .c-product-header__heading b em, .font-knockout-50-loaded .c-product-header__heading b i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .c-product-header__heading {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-product-header__heading {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__heading em, .c-product-header__heading i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-product-header__heading em, .font-knockout-50-loaded .c-product-header__heading i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__heading em strong, .c-product-header__heading em b, .c-product-header__heading i strong, .c-product-header__heading i b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-product-header__heading em strong, .font-knockout-50-loaded .c-product-header__heading em b, .font-knockout-50-loaded .c-product-header__heading i strong, .font-knockout-50-loaded .c-product-header__heading i b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__heading strong, .c-product-header__heading b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-product-header__heading strong, .font-knockout-50-loaded .c-product-header__heading b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__heading strong em, .c-product-header__heading strong i, .c-product-header__heading b em, .c-product-header__heading b i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-product-header__heading strong em, .font-knockout-50-loaded .c-product-header__heading strong i, .font-knockout-50-loaded .c-product-header__heading b em, .font-knockout-50-loaded .c-product-header__heading b i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.c-product-header__description {
  color: #002E5D;
  margin: 0 auto;
  text-align: left;
  padding: 40px 0px 0px;
  padding: 2.5rem 0rem 0rem;
}

.c-product-header__description h2 {
  text-transform: uppercase;
  padding-bottom: 1rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-product-header__description h2 {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-product-header__description h2 em, .c-product-header__description h2 i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-product-header__description h2 em, .font-knockout-51-loaded .c-product-header__description h2 i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-product-header__description h2 em strong, .c-product-header__description h2 em b, .c-product-header__description h2 i strong, .c-product-header__description h2 i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-product-header__description h2 em strong, .font-knockout-51-loaded .c-product-header__description h2 em b, .font-knockout-51-loaded .c-product-header__description h2 i strong, .font-knockout-51-loaded .c-product-header__description h2 i b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-product-header__description h2 strong, .c-product-header__description h2 b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-product-header__description h2 strong, .font-knockout-51-loaded .c-product-header__description h2 b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-product-header__description h2 strong em, .c-product-header__description h2 strong i, .c-product-header__description h2 b em, .c-product-header__description h2 b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-product-header__description h2 strong em, .font-knockout-51-loaded .c-product-header__description h2 strong i, .font-knockout-51-loaded .c-product-header__description h2 b em, .font-knockout-51-loaded .c-product-header__description h2 b i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .c-product-header__description h2 {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h2 {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h2 em, .c-product-header__description h2 i {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-product-header__description h2 em, .font-knockout-50-loaded .c-product-header__description h2 i {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h2 em strong, .c-product-header__description h2 em b, .c-product-header__description h2 i strong, .c-product-header__description h2 i b {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h2 em strong, .font-knockout-51-loaded .c-product-header__description h2 em b, .font-knockout-51-loaded .c-product-header__description h2 i strong, .font-knockout-51-loaded .c-product-header__description h2 i b {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h2 strong, .c-product-header__description h2 b {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h2 strong, .font-knockout-51-loaded .c-product-header__description h2 b {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h2 strong em, .c-product-header__description h2 strong i, .c-product-header__description h2 b em, .c-product-header__description h2 b i {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h2 strong em, .font-knockout-51-loaded .c-product-header__description h2 strong i, .font-knockout-51-loaded .c-product-header__description h2 b em, .font-knockout-51-loaded .c-product-header__description h2 b i {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .c-product-header__description h2 {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h2 {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h2 em, .c-product-header__description h2 i {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h2 em, .font-knockout-51-loaded .c-product-header__description h2 i {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h2 em strong, .c-product-header__description h2 em b, .c-product-header__description h2 i strong, .c-product-header__description h2 i b {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h2 em strong, .font-knockout-51-loaded .c-product-header__description h2 em b, .font-knockout-51-loaded .c-product-header__description h2 i strong, .font-knockout-51-loaded .c-product-header__description h2 i b {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h2 strong, .c-product-header__description h2 b {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h2 strong, .font-knockout-51-loaded .c-product-header__description h2 b {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h2 strong em, .c-product-header__description h2 strong i, .c-product-header__description h2 b em, .c-product-header__description h2 b i {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h2 strong em, .font-knockout-51-loaded .c-product-header__description h2 strong i, .font-knockout-51-loaded .c-product-header__description h2 b em, .font-knockout-51-loaded .c-product-header__description h2 b i {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.c-product-header__description h3 {
  text-transform: uppercase;
  padding-bottom: 1rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-product-header__description h3 {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-product-header__description h3 em, .c-product-header__description h3 i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-product-header__description h3 em, .font-knockout-50-loaded .c-product-header__description h3 i {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-product-header__description h3 em strong, .c-product-header__description h3 em b, .c-product-header__description h3 i strong, .c-product-header__description h3 i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-product-header__description h3 em strong, .font-knockout-50-loaded .c-product-header__description h3 em b, .font-knockout-50-loaded .c-product-header__description h3 i strong, .font-knockout-50-loaded .c-product-header__description h3 i b {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-product-header__description h3 strong, .c-product-header__description h3 b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-product-header__description h3 strong, .font-knockout-50-loaded .c-product-header__description h3 b {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-product-header__description h3 strong em, .c-product-header__description h3 strong i, .c-product-header__description h3 b em, .c-product-header__description h3 b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-product-header__description h3 strong em, .font-knockout-50-loaded .c-product-header__description h3 strong i, .font-knockout-50-loaded .c-product-header__description h3 b em, .font-knockout-50-loaded .c-product-header__description h3 b i {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .c-product-header__description h3 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-product-header__description h3 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h3 em, .c-product-header__description h3 i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-product-header__description h3 em, .font-knockout-50-loaded .c-product-header__description h3 i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h3 em strong, .c-product-header__description h3 em b, .c-product-header__description h3 i strong, .c-product-header__description h3 i b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-product-header__description h3 em strong, .font-knockout-50-loaded .c-product-header__description h3 em b, .font-knockout-50-loaded .c-product-header__description h3 i strong, .font-knockout-50-loaded .c-product-header__description h3 i b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h3 strong, .c-product-header__description h3 b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-product-header__description h3 strong, .font-knockout-50-loaded .c-product-header__description h3 b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h3 strong em, .c-product-header__description h3 strong i, .c-product-header__description h3 b em, .c-product-header__description h3 b i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-product-header__description h3 strong em, .font-knockout-50-loaded .c-product-header__description h3 strong i, .font-knockout-50-loaded .c-product-header__description h3 b em, .font-knockout-50-loaded .c-product-header__description h3 b i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .c-product-header__description h3 {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-product-header__description h3 {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h3 em, .c-product-header__description h3 i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-product-header__description h3 em, .font-knockout-50-loaded .c-product-header__description h3 i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h3 em strong, .c-product-header__description h3 em b, .c-product-header__description h3 i strong, .c-product-header__description h3 i b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-product-header__description h3 em strong, .font-knockout-50-loaded .c-product-header__description h3 em b, .font-knockout-50-loaded .c-product-header__description h3 i strong, .font-knockout-50-loaded .c-product-header__description h3 i b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h3 strong, .c-product-header__description h3 b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-product-header__description h3 strong, .font-knockout-50-loaded .c-product-header__description h3 b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h3 strong em, .c-product-header__description h3 strong i, .c-product-header__description h3 b em, .c-product-header__description h3 b i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-product-header__description h3 strong em, .font-knockout-50-loaded .c-product-header__description h3 strong i, .font-knockout-50-loaded .c-product-header__description h3 b em, .font-knockout-50-loaded .c-product-header__description h3 b i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.c-product-header__description h4 {
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-product-header__description h4 {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-product-header__description h4 em, .c-product-header__description h4 i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-product-header__description h4 em, .font-knockout-51-loaded .c-product-header__description h4 i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-product-header__description h4 em strong, .c-product-header__description h4 em b, .c-product-header__description h4 i strong, .c-product-header__description h4 i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-product-header__description h4 em strong, .font-knockout-51-loaded .c-product-header__description h4 em b, .font-knockout-51-loaded .c-product-header__description h4 i strong, .font-knockout-51-loaded .c-product-header__description h4 i b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-product-header__description h4 strong, .c-product-header__description h4 b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-product-header__description h4 strong, .font-knockout-51-loaded .c-product-header__description h4 b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-product-header__description h4 strong em, .c-product-header__description h4 strong i, .c-product-header__description h4 b em, .c-product-header__description h4 b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-product-header__description h4 strong em, .font-knockout-51-loaded .c-product-header__description h4 strong i, .font-knockout-51-loaded .c-product-header__description h4 b em, .font-knockout-51-loaded .c-product-header__description h4 b i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .c-product-header__description h4 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h4 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h4 em, .c-product-header__description h4 i {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h4 em, .font-knockout-51-loaded .c-product-header__description h4 i {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h4 em strong, .c-product-header__description h4 em b, .c-product-header__description h4 i strong, .c-product-header__description h4 i b {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h4 em strong, .font-knockout-51-loaded .c-product-header__description h4 em b, .font-knockout-51-loaded .c-product-header__description h4 i strong, .font-knockout-51-loaded .c-product-header__description h4 i b {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h4 strong, .c-product-header__description h4 b {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h4 strong, .font-knockout-51-loaded .c-product-header__description h4 b {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h4 strong em, .c-product-header__description h4 strong i, .c-product-header__description h4 b em, .c-product-header__description h4 b i {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h4 strong em, .font-knockout-51-loaded .c-product-header__description h4 strong i, .font-knockout-51-loaded .c-product-header__description h4 b em, .font-knockout-51-loaded .c-product-header__description h4 b i {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .c-product-header__description h4 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h4 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h4 em, .c-product-header__description h4 i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h4 em, .font-knockout-51-loaded .c-product-header__description h4 i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h4 em strong, .c-product-header__description h4 em b, .c-product-header__description h4 i strong, .c-product-header__description h4 i b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h4 em strong, .font-knockout-51-loaded .c-product-header__description h4 em b, .font-knockout-51-loaded .c-product-header__description h4 i strong, .font-knockout-51-loaded .c-product-header__description h4 i b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h4 strong, .c-product-header__description h4 b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h4 strong, .font-knockout-51-loaded .c-product-header__description h4 b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h4 strong em, .c-product-header__description h4 strong i, .c-product-header__description h4 b em, .c-product-header__description h4 b i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h4 strong em, .font-knockout-51-loaded .c-product-header__description h4 strong i, .font-knockout-51-loaded .c-product-header__description h4 b em, .font-knockout-51-loaded .c-product-header__description h4 b i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.c-product-header__description h5 {
  text-transform: uppercase;
  padding-bottom: 0.25rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-product-header__description h5 {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-product-header__description h5 em, .c-product-header__description h5 i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-product-header__description h5 em, .font-knockout-51-loaded .c-product-header__description h5 i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-product-header__description h5 em strong, .c-product-header__description h5 em b, .c-product-header__description h5 i strong, .c-product-header__description h5 i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-product-header__description h5 em strong, .font-knockout-51-loaded .c-product-header__description h5 em b, .font-knockout-51-loaded .c-product-header__description h5 i strong, .font-knockout-51-loaded .c-product-header__description h5 i b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-product-header__description h5 strong, .c-product-header__description h5 b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-product-header__description h5 strong, .font-knockout-51-loaded .c-product-header__description h5 b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-product-header__description h5 strong em, .c-product-header__description h5 strong i, .c-product-header__description h5 b em, .c-product-header__description h5 b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-product-header__description h5 strong em, .font-knockout-51-loaded .c-product-header__description h5 strong i, .font-knockout-51-loaded .c-product-header__description h5 b em, .font-knockout-51-loaded .c-product-header__description h5 b i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .c-product-header__description h5 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h5 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h5 em, .c-product-header__description h5 i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h5 em, .font-knockout-51-loaded .c-product-header__description h5 i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h5 em strong, .c-product-header__description h5 em b, .c-product-header__description h5 i strong, .c-product-header__description h5 i b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h5 em strong, .font-knockout-51-loaded .c-product-header__description h5 em b, .font-knockout-51-loaded .c-product-header__description h5 i strong, .font-knockout-51-loaded .c-product-header__description h5 i b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h5 strong, .c-product-header__description h5 b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h5 strong, .font-knockout-51-loaded .c-product-header__description h5 b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h5 strong em, .c-product-header__description h5 strong i, .c-product-header__description h5 b em, .c-product-header__description h5 b i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h5 strong em, .font-knockout-51-loaded .c-product-header__description h5 strong i, .font-knockout-51-loaded .c-product-header__description h5 b em, .font-knockout-51-loaded .c-product-header__description h5 b i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .c-product-header__description h5 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h5 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h5 em, .c-product-header__description h5 i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h5 em, .font-knockout-51-loaded .c-product-header__description h5 i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h5 em strong, .c-product-header__description h5 em b, .c-product-header__description h5 i strong, .c-product-header__description h5 i b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h5 em strong, .font-knockout-51-loaded .c-product-header__description h5 em b, .font-knockout-51-loaded .c-product-header__description h5 i strong, .font-knockout-51-loaded .c-product-header__description h5 i b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h5 strong, .c-product-header__description h5 b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h5 strong, .font-knockout-51-loaded .c-product-header__description h5 b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h5 strong em, .c-product-header__description h5 strong i, .c-product-header__description h5 b em, .c-product-header__description h5 b i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h5 strong em, .font-knockout-51-loaded .c-product-header__description h5 strong i, .font-knockout-51-loaded .c-product-header__description h5 b em, .font-knockout-51-loaded .c-product-header__description h5 b i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.c-product-header__description p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-product-header__description p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-product-header__description p em, .c-product-header__description p i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-product-header__description p em, .font-degular-loaded .c-product-header__description p i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.c-product-header__description p strong, .c-product-header__description p b {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-product-header__description p strong, .font-degular-loaded .c-product-header__description p b {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-product-header__description p strong em, .c-product-header__description p strong i, .c-product-header__description p b em, .c-product-header__description p b i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-product-header__description p strong em, .font-degular-loaded .c-product-header__description p strong i, .font-degular-loaded .c-product-header__description p b em, .font-degular-loaded .c-product-header__description p b i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.c-product-header__description .intro {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-product-header__description .intro {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-product-header__description .intro em, .c-product-header__description .intro i {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-product-header__description .intro em, .font-degular-loaded .c-product-header__description .intro i {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.c-product-header__description .intro em strong, .c-product-header__description .intro em b, .c-product-header__description .intro i strong, .c-product-header__description .intro i b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-product-header__description .intro em strong, .font-degular-loaded .c-product-header__description .intro em b, .font-degular-loaded .c-product-header__description .intro i strong, .font-degular-loaded .c-product-header__description .intro i b {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.c-product-header__description .intro strong, .c-product-header__description .intro b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-product-header__description .intro strong, .font-degular-loaded .c-product-header__description .intro b {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-product-header__description .intro strong em, .c-product-header__description .intro strong i, .c-product-header__description .intro b em, .c-product-header__description .intro b i {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-product-header__description .intro strong em, .font-degular-loaded .c-product-header__description .intro strong i, .font-degular-loaded .c-product-header__description .intro b em, .font-degular-loaded .c-product-header__description .intro b i {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.c-product-header__description .intro:last-child {
  padding-bottom: 0;
}

@media only screen and (min-width: 43.75em) {
  .c-product-header__description .intro {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-product-header__description .intro {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .c-product-header__description .intro em, .c-product-header__description .intro i {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-product-header__description .intro em, .font-degular-loaded .c-product-header__description .intro i {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .c-product-header__description .intro em strong, .c-product-header__description .intro em b, .c-product-header__description .intro i strong, .c-product-header__description .intro i b {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-product-header__description .intro em strong, .font-degular-loaded .c-product-header__description .intro em b, .font-degular-loaded .c-product-header__description .intro i strong, .font-degular-loaded .c-product-header__description .intro i b {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .c-product-header__description .intro strong, .c-product-header__description .intro b {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-product-header__description .intro strong, .font-degular-loaded .c-product-header__description .intro b {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .c-product-header__description .intro strong em, .c-product-header__description .intro strong i, .c-product-header__description .intro b em, .c-product-header__description .intro b i {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-product-header__description .intro strong em, .font-degular-loaded .c-product-header__description .intro strong i, .font-degular-loaded .c-product-header__description .intro b em, .font-degular-loaded .c-product-header__description .intro b i {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
}
.c-product-header__description .disclaimer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-product-header__description .disclaimer {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.c-product-header__description .disclaimer em, .c-product-header__description .disclaimer i {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-product-header__description .disclaimer em, .font-degular-loaded .c-product-header__description .disclaimer i {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-product-header__description .disclaimer strong, .c-product-header__description .disclaimer b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-product-header__description .disclaimer strong, .font-degular-loaded .c-product-header__description .disclaimer b {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

@media only screen and (min-width: 43.75em) {
  .c-product-header__description .disclaimer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-product-header__description .disclaimer {
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .c-product-header__description .disclaimer em, .c-product-header__description .disclaimer i {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-product-header__description .disclaimer em, .font-degular-loaded .c-product-header__description .disclaimer i {
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .c-product-header__description .disclaimer strong, .c-product-header__description .disclaimer b {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-product-header__description .disclaimer strong, .font-degular-loaded .c-product-header__description .disclaimer b {
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
}
.c-product-header__description img {
  width: 100%;
}

.c-product-header__description .wp-caption {
  margin-bottom: 1em;
}

.c-product-header__description .wp-caption img {
  padding-bottom: 0;
}

.c-product-header__description ul li,
.c-product-header__description ol li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  padding-left: 10px;
  padding-left: 0.625rem;
}

.font-degular-loaded .c-product-header__description ul li,
.font-degular-loaded .c-product-header__description ol li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-product-header__description ul li em, .c-product-header__description ul li i,
.c-product-header__description ol li em,
.c-product-header__description ol li i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-product-header__description ul li em, .font-degular-loaded .c-product-header__description ul li i,
.font-degular-loaded .c-product-header__description ol li em,
.font-degular-loaded .c-product-header__description ol li i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.c-product-header__description ul li strong, .c-product-header__description ul li b,
.c-product-header__description ol li strong,
.c-product-header__description ol li b {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-product-header__description ul li strong, .font-degular-loaded .c-product-header__description ul li b,
.font-degular-loaded .c-product-header__description ol li strong,
.font-degular-loaded .c-product-header__description ol li b {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-product-header__description ul li strong em, .c-product-header__description ul li strong i, .c-product-header__description ul li b em, .c-product-header__description ul li b i,
.c-product-header__description ol li strong em,
.c-product-header__description ol li strong i,
.c-product-header__description ol li b em,
.c-product-header__description ol li b i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-product-header__description ul li strong em, .font-degular-loaded .c-product-header__description ul li strong i, .font-degular-loaded .c-product-header__description ul li b em, .font-degular-loaded .c-product-header__description ul li b i,
.font-degular-loaded .c-product-header__description ol li strong em,
.font-degular-loaded .c-product-header__description ol li strong i,
.font-degular-loaded .c-product-header__description ol li b em,
.font-degular-loaded .c-product-header__description ol li b i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.c-product-header__description p:last-child,
.c-product-header__description ul:last-child,
.c-product-header__description ol:last-child {
  padding-bottom: 0;
}

.c-product-header__description p .button:last-child,
.c-product-header__description ul .button:last-child,
.c-product-header__description ol .button:last-child {
  margin-bottom: 0;
}

.c-product-header__description .embed-placeholder:last-child {
  margin-bottom: 0;
}

.c-product-header__description h2 {
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-product-header__description h2 {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-product-header__description h2 em, .c-product-header__description h2 i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-product-header__description h2 em, .font-knockout-51-loaded .c-product-header__description h2 i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-product-header__description h2 em strong, .c-product-header__description h2 em b, .c-product-header__description h2 i strong, .c-product-header__description h2 i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-product-header__description h2 em strong, .font-knockout-51-loaded .c-product-header__description h2 em b, .font-knockout-51-loaded .c-product-header__description h2 i strong, .font-knockout-51-loaded .c-product-header__description h2 i b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-product-header__description h2 strong, .c-product-header__description h2 b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-product-header__description h2 strong, .font-knockout-51-loaded .c-product-header__description h2 b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-product-header__description h2 strong em, .c-product-header__description h2 strong i, .c-product-header__description h2 b em, .c-product-header__description h2 b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-product-header__description h2 strong em, .font-knockout-51-loaded .c-product-header__description h2 strong i, .font-knockout-51-loaded .c-product-header__description h2 b em, .font-knockout-51-loaded .c-product-header__description h2 b i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .c-product-header__description h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h2 em, .c-product-header__description h2 i {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h2 em, .font-knockout-51-loaded .c-product-header__description h2 i {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h2 em strong, .c-product-header__description h2 em b, .c-product-header__description h2 i strong, .c-product-header__description h2 i b {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h2 em strong, .font-knockout-51-loaded .c-product-header__description h2 em b, .font-knockout-51-loaded .c-product-header__description h2 i strong, .font-knockout-51-loaded .c-product-header__description h2 i b {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h2 strong, .c-product-header__description h2 b {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h2 strong, .font-knockout-51-loaded .c-product-header__description h2 b {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h2 strong em, .c-product-header__description h2 strong i, .c-product-header__description h2 b em, .c-product-header__description h2 b i {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h2 strong em, .font-knockout-51-loaded .c-product-header__description h2 strong i, .font-knockout-51-loaded .c-product-header__description h2 b em, .font-knockout-51-loaded .c-product-header__description h2 b i {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .c-product-header__description h2 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h2 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h2 em, .c-product-header__description h2 i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h2 em, .font-knockout-51-loaded .c-product-header__description h2 i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h2 em strong, .c-product-header__description h2 em b, .c-product-header__description h2 i strong, .c-product-header__description h2 i b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h2 em strong, .font-knockout-51-loaded .c-product-header__description h2 em b, .font-knockout-51-loaded .c-product-header__description h2 i strong, .font-knockout-51-loaded .c-product-header__description h2 i b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h2 strong, .c-product-header__description h2 b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h2 strong, .font-knockout-51-loaded .c-product-header__description h2 b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h2 strong em, .c-product-header__description h2 strong i, .c-product-header__description h2 b em, .c-product-header__description h2 b i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h2 strong em, .font-knockout-51-loaded .c-product-header__description h2 strong i, .font-knockout-51-loaded .c-product-header__description h2 b em, .font-knockout-51-loaded .c-product-header__description h2 b i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.c-product-header__description h3 {
  text-transform: uppercase;
  padding-bottom: 0.25rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-product-header__description h3 {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-product-header__description h3 em, .c-product-header__description h3 i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-product-header__description h3 em, .font-knockout-51-loaded .c-product-header__description h3 i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-product-header__description h3 em strong, .c-product-header__description h3 em b, .c-product-header__description h3 i strong, .c-product-header__description h3 i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-product-header__description h3 em strong, .font-knockout-51-loaded .c-product-header__description h3 em b, .font-knockout-51-loaded .c-product-header__description h3 i strong, .font-knockout-51-loaded .c-product-header__description h3 i b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-product-header__description h3 strong, .c-product-header__description h3 b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-product-header__description h3 strong, .font-knockout-51-loaded .c-product-header__description h3 b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-product-header__description h3 strong em, .c-product-header__description h3 strong i, .c-product-header__description h3 b em, .c-product-header__description h3 b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-product-header__description h3 strong em, .font-knockout-51-loaded .c-product-header__description h3 strong i, .font-knockout-51-loaded .c-product-header__description h3 b em, .font-knockout-51-loaded .c-product-header__description h3 b i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .c-product-header__description h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h3 em, .c-product-header__description h3 i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h3 em, .font-knockout-51-loaded .c-product-header__description h3 i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h3 em strong, .c-product-header__description h3 em b, .c-product-header__description h3 i strong, .c-product-header__description h3 i b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h3 em strong, .font-knockout-51-loaded .c-product-header__description h3 em b, .font-knockout-51-loaded .c-product-header__description h3 i strong, .font-knockout-51-loaded .c-product-header__description h3 i b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h3 strong, .c-product-header__description h3 b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h3 strong, .font-knockout-51-loaded .c-product-header__description h3 b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h3 strong em, .c-product-header__description h3 strong i, .c-product-header__description h3 b em, .c-product-header__description h3 b i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h3 strong em, .font-knockout-51-loaded .c-product-header__description h3 strong i, .font-knockout-51-loaded .c-product-header__description h3 b em, .font-knockout-51-loaded .c-product-header__description h3 b i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .c-product-header__description h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h3 em, .c-product-header__description h3 i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h3 em, .font-knockout-51-loaded .c-product-header__description h3 i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h3 em strong, .c-product-header__description h3 em b, .c-product-header__description h3 i strong, .c-product-header__description h3 i b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h3 em strong, .font-knockout-51-loaded .c-product-header__description h3 em b, .font-knockout-51-loaded .c-product-header__description h3 i strong, .font-knockout-51-loaded .c-product-header__description h3 i b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h3 strong, .c-product-header__description h3 b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h3 strong, .font-knockout-51-loaded .c-product-header__description h3 b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-product-header__description h3 strong em, .c-product-header__description h3 strong i, .c-product-header__description h3 b em, .c-product-header__description h3 b i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-product-header__description h3 strong em, .font-knockout-51-loaded .c-product-header__description h3 strong i, .font-knockout-51-loaded .c-product-header__description h3 b em, .font-knockout-51-loaded .c-product-header__description h3 b i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.c-product-header__claims {
  display: flex;
  justify-content: center;
  gap: 2.5em;
  padding: 2.0833333333em;
  flex-wrap: wrap;
  background-color: #FED141;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  border-radius: 0.4166666667em;
}

.c-product-header__claims-entry {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  flex-basis: 6.25em;
  flex-direction: column;
}

.c-product-header__claims-image {
  height: 6.25em;
  width: 100%;
}

.c-product-header__claims-disclaimer {
  position: relative;
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 20px;
  padding: 1.25rem;
  background: rgba(250, 245, 228, 0.85);
  border-radius: 10px;
  border-radius: 0.625rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  color: #002E5D;
}

.font-degular-loaded .c-product-header__claims-disclaimer {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-product-header__claims-disclaimer:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  content: "";
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 20px solid rgba(250, 245, 228, 0.85);
}

.c-product-header__size-buy-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 1.25em;
  padding-bottom: 35px;
  padding-bottom: 2.1875rem;
}

.c-product-header__sizes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
  justify-content: center;
}

.c-product-header__sizes-label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  padding-bottom: 0;
  color: #002E5D;
  min-width: 3.5416666667em;
  width: 100%;
}

.font-degular-loaded .c-product-header__sizes-label {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

@media only screen and (min-width: 43.75em) {
  .c-product-header__sizes-label {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-product-header__sizes-label {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
.c-product-header__sizes-select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  padding: 6px 14px 7px;
  padding: 0.375rem 0.875rem 0.4375rem;
  margin-bottom: 0;
  max-width: 100%;
  color: #002E5D !important;
  border: 0.0833333333em solid #E4DBBC;
}

.font-degular-loaded .c-product-header__sizes-select {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

@media only screen and (min-width: 43.75em) {
  .c-product-header__sizes-select {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-product-header__sizes-select {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
.c-product-header__buy-content {
  width: 100%;
}

.c-product-header__buy-content-widget.inactive {
  display: none;
}

.c-product-header__buy-content-widget .c-card__sc-wrapper {
  padding: 0;
  margin: 0 auto;
}

.c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id], .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 0;
}

.c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .selector-wrapper, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .selector-wrapper {
  display: none;
}

.c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .call-to-action, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .call-to-action {
  order: 1;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  padding-bottom: 0.2083333333em;
  color: #002E5D !important;
}

.font-degular-loaded .c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .call-to-action, .font-degular-loaded .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .call-to-action {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

@media only screen and (min-width: 43.75em) {
  .c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .call-to-action, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .call-to-action {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .call-to-action, .font-degular-loaded .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .call-to-action {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
.c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .retailer-wrapper, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .retailer-wrapper {
  order: 2;
  padding-bottom: 0;
}

.c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .slick-arrow, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .slick-arrow {
  background-color: #002E5D !important;
  border-radius: 100px;
  padding: 2px 0 0 2px !important;
  width: 25px !important;
  height: 25px !important;
  top: 38% !important;
}

.c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .slick-arrow .fa, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .slick-arrow .fa {
  font-size: 16px !important;
  color: #ffffff !important;
}

.c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .slick-arrow:hover, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .slick-arrow:hover {
  background-color: #DDDDDC !important;
}

.c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .slick-arrow:hover .fa, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .slick-arrow:hover .fa {
  color: #ffffff !important;
}

.c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .slick-arrow.slick-prev, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .slick-arrow.slick-prev {
  padding: 2px 2px 0 0 !important;
}

.c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .sc-smartsite-footer, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .sc-smartsite-footer {
  order: 3;
  justify-content: center !important;
  margin-top: 0 !important;
  display: inline-block;
  width: auto;
  min-width: 0;
}

.c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .change-location-cta, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .change-location-cta {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-style: solid;
  border-color: transparent;
  border-width: 0px;
  border-width: 0rem;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.font-degular-loaded .c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .change-location-cta, .font-degular-loaded .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .change-location-cta {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .change-location-cta, .c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .change-location-cta:link, .c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .change-location-cta:visited, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .change-location-cta, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .change-location-cta:link, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .change-location-cta:visited {
  color: #002E5D;
  background: transparent;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-bottom: 4px solid #002E5D;
}

.c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .change-location-cta:active, .c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .change-location-cta:focus, .c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .change-location-cta:hover, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .change-location-cta:active, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .change-location-cta:focus, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .change-location-cta:hover {
  outline: 0;
  text-decoration: none;
  color: #002E5D;
  border-color: #B9D9EB;
  transform: translateY(-2px);
}

.c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .change-location-cta:active, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .change-location-cta:active {
  color: #002E5D;
  border-color: #FED141;
  transform: scale(0.97);
  transition: transform 0.15s ease-in-out;
}

.c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .change-location-cta--reversed, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .change-location-cta--reversed {
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .change-location-cta--reversed, .c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .change-location-cta--reversed:link, .c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .change-location-cta--reversed:visited, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .change-location-cta--reversed, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .change-location-cta--reversed:link, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .change-location-cta--reversed:visited {
  color: #B9D9EB;
  border-color: #B9D9EB;
}

.c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .change-location-cta--reversed:active, .c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .change-location-cta--reversed:focus, .c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .change-location-cta--reversed:hover, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .change-location-cta--reversed:active, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .change-location-cta--reversed:focus, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .change-location-cta--reversed:hover {
  color: #E3F2FB;
  border-color: #E3F2FB;
}

.c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .change-location-cta--reversed.has--icon .icon, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .change-location-cta--reversed.has--icon .icon {
  color: #B9D9EB;
}

.c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .change-location-cta--primary, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .change-location-cta--primary {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .change-location-cta--primary, .c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .change-location-cta--primary:link, .c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .change-location-cta--primary:visited, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .change-location-cta--primary, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .change-location-cta--primary:link, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .change-location-cta--primary:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

.c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .change-location-cta--primary:active, .c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .change-location-cta--primary:focus, .c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .change-location-cta--primary:hover, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .change-location-cta--primary:active, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .change-location-cta--primary:focus, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .change-location-cta--primary:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .change-location-cta--primary:active, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .change-location-cta--primary:active {
  color: #002E5D;
  background: #ffffff;
}

.c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .change-location-cta--primary-reversed, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .change-location-cta--primary-reversed {
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .change-location-cta--primary-reversed, .c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .change-location-cta--primary-reversed:link, .c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .change-location-cta--primary-reversed:visited, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .change-location-cta--primary-reversed, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .change-location-cta--primary-reversed:link, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .change-location-cta--primary-reversed:visited {
  color: #002E5D;
  background: #FED141;
  border-bottom: none;
}

.c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .change-location-cta--primary-reversed:active, .c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .change-location-cta--primary-reversed:focus, .c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .change-location-cta--primary-reversed:hover, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .change-location-cta--primary-reversed:active, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .change-location-cta--primary-reversed:focus, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .change-location-cta--primary-reversed:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .change-location-cta--primary-reversed:active, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .change-location-cta--primary-reversed:active {
  color: #002E5D;
  background: #E3F2FB;
}

.c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .change-location-cta.has--icon .icon, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .change-location-cta.has--icon .icon {
  display: inline-block;
  position: relative;
  transition: transform 0.4s ease-in-out;
  padding: 0px 0px 0px 7px;
  padding: 0rem 0rem 0rem 0.4375rem;
  width: 20px;
  width: 1.25rem;
}

.c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .change-location-cta.has--icon .icon svg, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .change-location-cta.has--icon .icon svg {
  fill: currentColor;
}

.c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .change-location-cta.has--icon .icon--close, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .change-location-cta.has--icon .icon--close {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}

.c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .carousel-retailer-logo, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .carousel-retailer-logo {
  border: 1px solid #E4DBBC;
  transition: border-color 0.25s ease-in-out;
  position: relative;
  outline: 2px solid #ffffff;
  outline-offset: -2px;
}

.c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id].sc-oos, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id].sc-oos {
  max-width: 17em !important;
}

.c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id].sc-oos .oos-message, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id].sc-oos .oos-message {
  padding-bottom: 10px;
}

.c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .sc-smartsite-footer, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .sc-smartsite-footer {
  order: 3;
  justify-content: center !important;
  margin-top: 0 !important;
  display: inline-block;
  width: auto;
  min-width: 0;
}

.c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .change-location-cta, .c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .change-location-cta:link, .c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .change-location-cta:visited, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .change-location-cta, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .change-location-cta:link, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .change-location-cta:visited {
  color: #002E5D !important;
}

.c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .change-location-cta:hover, .c-product-header__buy-content-widget .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .change-location-cta:active, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .change-location-cta:hover, .c-product-header__buy-content-widget .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .change-location-cta:active {
  color: #002E5D !important;
}

.c-product-header__review-snippet > div {
  border-top: 4px solid #FED141;
  border-bottom: 4px solid #FED141;
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
  width: 100%;
}

@supports (-webkit-touch-callout: none) {
  .c-product-header__claims {
    background-attachment: scroll;
    background-size: auto 100vh;
  }
}
@media only screen and (min-width: 0em) and (max-width: 57.5625em) {
  .c-product-header__addl-info {
    margin-top: 0 !important;
  }
}
@media only screen and (min-width: 22.5em) and (max-width: 28.0625em) {
  .c-product-header__review-snippet.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-stars-container {
    align-content: center;
  }
  .c-product-header__review-snippet.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-stars {
    flex-direction: row;
  }
}
@media only screen and (min-width: 28.125em) {
  .c-product-header__review-snippet.c-pr-snippet .p-w-r .pr-snippet {
    display: flex;
    justify-content: space-around;
    gap: 0.8333333333em;
  }
  .c-product-header__review-snippet.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-stars-container {
    flex-basis: fit-content;
    margin-left: unset;
    margin-right: unset;
    padding-bottom: 0;
  }
  .c-product-header__review-snippet.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count {
    font-size: 20px !important;
  }
  .c-product-header__review-snippet.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link {
    font-size: 20px !important;
  }
}
@media only screen and (min-width: 32.5em) {
  .c-product-header__review-snippet.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-stars-container {
    align-content: center;
  }
  .c-product-header__review-snippet.c-pr-snippet .p-w-r .pr-snippet .pr-snippet-stars {
    flex-direction: row;
  }
}
@media only screen and (min-width: 46.875em) and (max-width: 57.5625em) {
  .c-product-header__description p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-product-header__description p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .c-product-header__description p em, .c-product-header__description p i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-product-header__description p em, .font-degular-loaded .c-product-header__description p i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .c-product-header__description p b, .c-product-header__description p strong {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-product-header__description p b, .font-degular-loaded .c-product-header__description p strong {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .c-product-header__description p b em, .c-product-header__description p b i, .c-product-header__description p strong em, .c-product-header__description p strong i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-product-header__description p b em, .font-degular-loaded .c-product-header__description p b i, .font-degular-loaded .c-product-header__description p strong em, .font-degular-loaded .c-product-header__description p strong i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .c-product-header__description ul li,
  .c-product-header__description ol li {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-product-header__description ul li,
  .font-degular-loaded .c-product-header__description ol li {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .c-product-header__description ul li em, .c-product-header__description ul li i,
  .c-product-header__description ol li em,
  .c-product-header__description ol li i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-product-header__description ul li em, .font-degular-loaded .c-product-header__description ul li i,
  .font-degular-loaded .c-product-header__description ol li em,
  .font-degular-loaded .c-product-header__description ol li i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .c-product-header__description ul li b, .c-product-header__description ul li strong,
  .c-product-header__description ol li b,
  .c-product-header__description ol li strong {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-product-header__description ul li b, .font-degular-loaded .c-product-header__description ul li strong,
  .font-degular-loaded .c-product-header__description ol li b,
  .font-degular-loaded .c-product-header__description ol li strong {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .c-product-header__description ul li b em, .c-product-header__description ul li b i, .c-product-header__description ul li strong em, .c-product-header__description ul li strong i,
  .c-product-header__description ol li b em,
  .c-product-header__description ol li b i,
  .c-product-header__description ol li strong em,
  .c-product-header__description ol li strong i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-product-header__description ul li b em, .font-degular-loaded .c-product-header__description ul li b i, .font-degular-loaded .c-product-header__description ul li strong em, .font-degular-loaded .c-product-header__description ul li strong i,
  .font-degular-loaded .c-product-header__description ol li b em,
  .font-degular-loaded .c-product-header__description ol li b i,
  .font-degular-loaded .c-product-header__description ol li strong em,
  .font-degular-loaded .c-product-header__description ol li strong i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
}
@media only screen and (min-width: 57.625em) {
  .c-product-header__hero {
    padding-bottom: 0;
  }
  .c-product-header__hero-background-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1600/478;
  }
  .c-product-header__hero-image-container {
    padding-top: 3.75em;
  }
  .c-product-header__hero-image-container-wrapper {
    position: relative;
  }
  .c-product-header--has-support-image .c-product-header__hero-image-container-wrapper {
    max-width: none;
  }
  .c-product-header--has-support-image .c-product-header__hero-image-container {
    padding-top: 20.5333333333%;
  }
  .c-product-header__hero-image {
    transform: unset;
  }
  .c-product-header__content {
    padding-top: 3.3333333333em;
    text-align: left;
  }
  .c-product-header--has-support-image .c-product-header__content {
    padding-top: 1.75em;
  }
  .c-product-header__addl-info {
    text-align: center;
    margin-top: 1.6666666667em;
  }
  .c-product-header__heading {
    padding-right: 0;
  }
  .c-product-header__description {
    margin-left: 0;
  }
  .c-product-header__size-buy-container {
    justify-content: start;
  }
  .c-product-header__sizes {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    max-width: 10.2083333333em;
    padding-right: 3.75em;
  }
  .c-product-header__buy-content {
    width: auto;
  }
  .c-product-header__buy-content .c-card__sc-wrapper {
    margin: 0;
    max-width: none;
  }
  .c-product-header__buy-content .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id], .c-product-header__buy-content .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] {
    padding: 0;
    justify-content: start;
    min-height: 0 !important;
    max-width: 300px !important;
  }
  .c-product-header__buy-content .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .call-to-action, .c-product-header__buy-content .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .call-to-action {
    flex: none;
    text-align: left;
    max-width: 150px;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .c-product-header__buy-content .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .retailer-wrapper, .c-product-header__buy-content .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .retailer-wrapper {
    position: relative;
    flex: none;
    width: 100%;
    margin-top: 0;
    margin-left: -32px;
    padding-top: 0;
  }
  .c-product-header__buy-content .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .slick-track, .c-product-header__buy-content .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .slick-track {
    padding-left: 22px !important;
  }
  .c-product-header__buy-content .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .slide-retailer-container, .c-product-header__buy-content .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .slide-retailer-container {
    text-align: left !important;
  }
  .c-product-header__buy-content .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id] .sc-smartsite-footer, .c-product-header__buy-content .c-card__sc-wrapper div.sc-type-carousel[data-sc-id] .sc-smartsite-footer {
    padding-left: 0;
    justify-content: start !important;
  }
  .c-product-header__buy-content .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id].sc-oos .oos-message, .c-product-header__buy-content .c-card__sc-wrapper div.sc-type-carousel[data-sc-id].sc-oos .oos-message {
    text-align: left;
  }
  .c-product-header__buy-content .c-card__sc-wrapper div[data-sc-type=retailer-carousel][data-sc-id].sc-oos .sc-smartsite-footer, .c-product-header__buy-content .c-card__sc-wrapper div.sc-type-carousel[data-sc-id].sc-oos .sc-smartsite-footer {
    padding-left: 0;
    justify-content: start !important;
  }
  .c-product-header__hero-background:after {
    bottom: -19%;
  }
}
@media only screen and (min-width: 66.25em) {
  .c-product-header__description p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-product-header__description p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .c-product-header__description p em, .c-product-header__description p i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-product-header__description p em, .font-degular-loaded .c-product-header__description p i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .c-product-header__description p b, .c-product-header__description p strong {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-product-header__description p b, .font-degular-loaded .c-product-header__description p strong {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .c-product-header__description p b em, .c-product-header__description p b i, .c-product-header__description p strong em, .c-product-header__description p strong i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-product-header__description p b em, .font-degular-loaded .c-product-header__description p b i, .font-degular-loaded .c-product-header__description p strong em, .font-degular-loaded .c-product-header__description p strong i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .c-product-header__description ul li,
  .c-product-header__description ol li {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-product-header__description ul li,
  .font-degular-loaded .c-product-header__description ol li {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .c-product-header__description ul li em, .c-product-header__description ul li i,
  .c-product-header__description ol li em,
  .c-product-header__description ol li i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-product-header__description ul li em, .font-degular-loaded .c-product-header__description ul li i,
  .font-degular-loaded .c-product-header__description ol li em,
  .font-degular-loaded .c-product-header__description ol li i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .c-product-header__description ul li b, .c-product-header__description ul li strong,
  .c-product-header__description ol li b,
  .c-product-header__description ol li strong {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-product-header__description ul li b, .font-degular-loaded .c-product-header__description ul li strong,
  .font-degular-loaded .c-product-header__description ol li b,
  .font-degular-loaded .c-product-header__description ol li strong {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .c-product-header__description ul li b em, .c-product-header__description ul li b i, .c-product-header__description ul li strong em, .c-product-header__description ul li strong i,
  .c-product-header__description ol li b em,
  .c-product-header__description ol li b i,
  .c-product-header__description ol li strong em,
  .c-product-header__description ol li strong i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-product-header__description ul li b em, .font-degular-loaded .c-product-header__description ul li b i, .font-degular-loaded .c-product-header__description ul li strong em, .font-degular-loaded .c-product-header__description ul li strong i,
  .font-degular-loaded .c-product-header__description ol li b em,
  .font-degular-loaded .c-product-header__description ol li b i,
  .font-degular-loaded .c-product-header__description ol li strong em,
  .font-degular-loaded .c-product-header__description ol li strong i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .c-product-header__claims {
    padding: 4.1666666667em;
  }
  .c-product-header__claims-entry {
    flex-basis: 9.375em;
  }
  .c-product-header__claims-image {
    height: 9.375em;
  }
  .c-product-header__claims-disclaimer {
    padding: 30px;
    padding: 1.875rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-product-header__claims-disclaimer {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
.c-product-landing-card-grid {
  padding-top: 2.0833333333em;
  padding-bottom: 2.0833333333em;
}

.c-product-landing-card-grid .c-card__inner-wrapper {
  position: relative;
}

.c-product-landing-card-grid .c-card__inner-wrapper:hover .c-card__image {
  opacity: 0.5;
}

.c-product-landing-card-grid .c-card__inner-wrapper:hover .c-card__hover-text {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.5s ease-in-out;
}

.c-product-landing-card-grid .c-card__hover-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  display: flex;
  opacity: 0;
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translateX(-50%) translateY(-40%);
  background: #FED141;
  color: #002E5D;
  border-radius: 50%;
  aspect-ratio: 1;
  max-width: 6em;
  gap: 0.25em;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}

.font-degular-loaded .c-product-landing-card-grid .c-card__hover-text {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

@media only screen and (min-width: 43.75em) {
  .c-product-landing-card-grid .c-card__hover-text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-product-landing-card-grid .c-card__hover-text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
.c-product-landing-card-grid .c-card__hover-text .icon {
  align-self: center;
}

@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .c-product-landing-card-grid {
    padding-top: 4.1666666667em;
  }
}
@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .c-product-landing-card-grid {
    padding-bottom: 4.1666666667em;
  }
}
.c-product-landing-card-grid .content-block--card-grid .content-container {
  max-width: none;
}

.c-product-landing-card-grid__loader {
  height: 4.1666666667em;
  width: 4.1666666667em;
  margin: 0 auto;
  position: relative;
  display: none;
}

.c-product-landing-card-grid__loader:before {
  background-image: url("img/loader-cane.svg?083125");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 24%;
  padding-bottom: 35.101010101%;
  position: absolute;
  top: 11%;
  left: 58%;
  animation: cane-spin 1s infinite linear;
}

.c-product-landing-card-grid__loader:after {
  background-image: url("img/loader-base.svg?083125");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 47.7272727273%;
  padding-bottom: 100%;
  position: absolute;
  top: 12%;
  left: 25%;
}

.c-product-landing-card-grid__no-results {
  display: none;
  text-align: center;
  width: 100%;
}

.c-product-landing-card-grid__more-button {
  display: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.c-product-landing-card-grid--has-more .c-product-landing-card-grid__more-button {
  display: block;
}

.c-product-landing-card-grid--no-results .c-product-landing-card-grid__no-results {
  display: block;
}

.c-responsive-table {
  width: 100%;
}

.c-responsive-table caption {
  text-transform: uppercase;
  padding-bottom: 0.25rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-align: left;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  caption-side: top;
}

.font-knockout-51-loaded .c-responsive-table caption {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-responsive-table caption em, .c-responsive-table caption i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-responsive-table caption em, .font-knockout-51-loaded .c-responsive-table caption i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-responsive-table caption em strong, .c-responsive-table caption em b, .c-responsive-table caption i strong, .c-responsive-table caption i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-responsive-table caption em strong, .font-knockout-51-loaded .c-responsive-table caption em b, .font-knockout-51-loaded .c-responsive-table caption i strong, .font-knockout-51-loaded .c-responsive-table caption i b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-responsive-table caption strong, .c-responsive-table caption b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-responsive-table caption strong, .font-knockout-51-loaded .c-responsive-table caption b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-responsive-table caption strong em, .c-responsive-table caption strong i, .c-responsive-table caption b em, .c-responsive-table caption b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-responsive-table caption strong em, .font-knockout-51-loaded .c-responsive-table caption strong i, .font-knockout-51-loaded .c-responsive-table caption b em, .font-knockout-51-loaded .c-responsive-table caption b i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .c-responsive-table caption {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-responsive-table caption {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-responsive-table caption em, .c-responsive-table caption i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-responsive-table caption em, .font-knockout-51-loaded .c-responsive-table caption i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-responsive-table caption em strong, .c-responsive-table caption em b, .c-responsive-table caption i strong, .c-responsive-table caption i b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-responsive-table caption em strong, .font-knockout-51-loaded .c-responsive-table caption em b, .font-knockout-51-loaded .c-responsive-table caption i strong, .font-knockout-51-loaded .c-responsive-table caption i b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-responsive-table caption strong, .c-responsive-table caption b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-responsive-table caption strong, .font-knockout-51-loaded .c-responsive-table caption b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-responsive-table caption strong em, .c-responsive-table caption strong i, .c-responsive-table caption b em, .c-responsive-table caption b i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-responsive-table caption strong em, .font-knockout-51-loaded .c-responsive-table caption strong i, .font-knockout-51-loaded .c-responsive-table caption b em, .font-knockout-51-loaded .c-responsive-table caption b i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .c-responsive-table caption {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-responsive-table caption {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-responsive-table caption em, .c-responsive-table caption i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-responsive-table caption em, .font-knockout-51-loaded .c-responsive-table caption i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-responsive-table caption em strong, .c-responsive-table caption em b, .c-responsive-table caption i strong, .c-responsive-table caption i b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-responsive-table caption em strong, .font-knockout-51-loaded .c-responsive-table caption em b, .font-knockout-51-loaded .c-responsive-table caption i strong, .font-knockout-51-loaded .c-responsive-table caption i b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-responsive-table caption strong, .c-responsive-table caption b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-responsive-table caption strong, .font-knockout-51-loaded .c-responsive-table caption b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-responsive-table caption strong em, .c-responsive-table caption strong i, .c-responsive-table caption b em, .c-responsive-table caption b i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-responsive-table caption strong em, .font-knockout-51-loaded .c-responsive-table caption strong i, .font-knockout-51-loaded .c-responsive-table caption b em, .font-knockout-51-loaded .c-responsive-table caption b i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.c-responsive-table thead tr,
.c-responsive-table thead tr:nth-child(odd) {
  background-color: #002E5D;
  color: #FAF5E4;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.c-responsive-table th, .c-responsive-table thead td {
  padding: 20px;
  padding: 1.25rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  text-transform: none;
}

.font-degular-loaded .c-responsive-table th, .font-degular-loaded .c-responsive-table thead td {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

@media only screen and (min-width: 43.75em) {
  .c-responsive-table th, .c-responsive-table thead td {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-responsive-table th, .font-degular-loaded .c-responsive-table thead td {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
.c-responsive-table tr {
  border-bottom: 1px solid rgba(0, 46, 93, 0.25);
}

.c-responsive-table td {
  padding: 20px;
  padding: 1.25rem;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  border-bottom: none;
}

.font-degular-loaded .c-responsive-table td {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-responsive-table td p {
  padding-bottom: 0;
  padding-top: 1.5em;
}

.c-responsive-table td p, .c-responsive-table td ul, .c-responsive-table td ol {
  padding-top: 1.5em;
}

.c-responsive-table td p, .c-responsive-table td li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-responsive-table td p, .font-degular-loaded .c-responsive-table td li {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-responsive-table td em, .c-responsive-table td i {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-responsive-table td em, .font-degular-loaded .c-responsive-table td i {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.c-responsive-table td b, .c-responsive-table td strong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-responsive-table td b, .font-degular-loaded .c-responsive-table td strong {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-responsive-table td b i,
.c-responsive-table td b em,
.c-responsive-table td i b,
.c-responsive-table td em b,
.c-responsive-table td strong i,
.c-responsive-table td strong em,
.c-responsive-table td i strong,
.c-responsive-table td em strong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-responsive-table td b i,
.font-degular-loaded .c-responsive-table td b em,
.font-degular-loaded .c-responsive-table td i b,
.font-degular-loaded .c-responsive-table td em b,
.font-degular-loaded .c-responsive-table td strong i,
.font-degular-loaded .c-responsive-table td strong em,
.font-degular-loaded .c-responsive-table td i strong,
.font-degular-loaded .c-responsive-table td em strong {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.c-responsive-table.no-borders tr {
  border: none;
}

.c-responsive-table__expand-button {
  margin-top: 24px;
  margin-top: 1.5rem;
  display: none;
}

@media only screen and (min-width: 18.75em) and (max-width: 28.125em) {
  .group--full .content-block--table .c-responsive-table--cols-2,
  .group--full-contained .content-block--table .c-responsive-table--cols-2 {
    position: relative;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    table-layout: fixed;
  }
  .group--full .content-block--table .c-responsive-table--cols-2 tbody,
  .group--full .content-block--table .c-responsive-table--cols-2 thead,
  .group--full .content-block--table .c-responsive-table--cols-2 tr,
  .group--full .content-block--table .c-responsive-table--cols-2 th,
  .group--full .content-block--table .c-responsive-table--cols-2 td,
  .group--full .content-block--table .c-responsive-table--cols-2 td:before,
  .group--full-contained .content-block--table .c-responsive-table--cols-2 tbody,
  .group--full-contained .content-block--table .c-responsive-table--cols-2 thead,
  .group--full-contained .content-block--table .c-responsive-table--cols-2 tr,
  .group--full-contained .content-block--table .c-responsive-table--cols-2 th,
  .group--full-contained .content-block--table .c-responsive-table--cols-2 td,
  .group--full-contained .content-block--table .c-responsive-table--cols-2 td:before {
    display: block;
    float: left;
    width: 100%;
  }
  .group--full .content-block--table .c-responsive-table--cols-2 thead:after,
  .group--full-contained .content-block--table .c-responsive-table--cols-2 thead:after {
    display: block;
    content: "";
    position: relative;
    height: 0.1666666667em;
    width: 100%;
    background-color: #002E5D;
  }
  .group--full .content-block--table .c-responsive-table--cols-2 thead > tr,
  .group--full-contained .content-block--table .c-responsive-table--cols-2 thead > tr {
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  .group--full .content-block--table .c-responsive-table--cols-2 tr,
  .group--full-contained .content-block--table .c-responsive-table--cols-2 tr {
    border-bottom: none;
  }
  .group--full .content-block--table .c-responsive-table--cols-2 td,
  .group--full-contained .content-block--table .c-responsive-table--cols-2 td {
    border-top: none;
    padding: 20px;
    padding: 1.25rem;
    border-bottom: 1px solid rgba(0, 46, 93, 0.25);
  }
  .group--full .content-block--table .c-responsive-table--cols-2 td:first-child,
  .group--full-contained .content-block--table .c-responsive-table--cols-2 td:first-child {
    padding: 20px;
    padding: 1.25rem;
  }
  .group--full .content-block--table .c-responsive-table--cols-2 td:last-child,
  .group--full-contained .content-block--table .c-responsive-table--cols-2 td:last-child {
    padding: 20px;
    padding: 1.25rem;
  }
  .group--full .content-block--table .c-responsive-table--cols-2 td:before,
  .group--full-contained .content-block--table .c-responsive-table--cols-2 td:before {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    content: attr(data-label);
    padding-bottom: 5px;
    padding-bottom: 0.3125rem;
    color: #002E5D;
  }
  .font-degular-loaded .group--full .content-block--table .c-responsive-table--cols-2 td:before,
  .font-degular-loaded .group--full-contained .content-block--table .c-responsive-table--cols-2 td:before {
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
@media only screen and (min-width: 18.75em) and (max-width: 37.5em) {
  .group--full .content-block--table .c-responsive-table--cols-3,
  .group--full-contained .content-block--table .c-responsive-table--cols-3 {
    position: relative;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    table-layout: fixed;
  }
  .group--full .content-block--table .c-responsive-table--cols-3 tbody,
  .group--full .content-block--table .c-responsive-table--cols-3 thead,
  .group--full .content-block--table .c-responsive-table--cols-3 tr,
  .group--full .content-block--table .c-responsive-table--cols-3 th,
  .group--full .content-block--table .c-responsive-table--cols-3 td,
  .group--full .content-block--table .c-responsive-table--cols-3 td:before,
  .group--full-contained .content-block--table .c-responsive-table--cols-3 tbody,
  .group--full-contained .content-block--table .c-responsive-table--cols-3 thead,
  .group--full-contained .content-block--table .c-responsive-table--cols-3 tr,
  .group--full-contained .content-block--table .c-responsive-table--cols-3 th,
  .group--full-contained .content-block--table .c-responsive-table--cols-3 td,
  .group--full-contained .content-block--table .c-responsive-table--cols-3 td:before {
    display: block;
    float: left;
    width: 100%;
  }
  .group--full .content-block--table .c-responsive-table--cols-3 thead:after,
  .group--full-contained .content-block--table .c-responsive-table--cols-3 thead:after {
    display: block;
    content: "";
    position: relative;
    height: 0.1666666667em;
    width: 100%;
    background-color: #002E5D;
  }
  .group--full .content-block--table .c-responsive-table--cols-3 thead > tr,
  .group--full-contained .content-block--table .c-responsive-table--cols-3 thead > tr {
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  .group--full .content-block--table .c-responsive-table--cols-3 tr,
  .group--full-contained .content-block--table .c-responsive-table--cols-3 tr {
    border-bottom: none;
  }
  .group--full .content-block--table .c-responsive-table--cols-3 td,
  .group--full-contained .content-block--table .c-responsive-table--cols-3 td {
    border-top: none;
    padding: 20px;
    padding: 1.25rem;
    border-bottom: 1px solid rgba(0, 46, 93, 0.25);
  }
  .group--full .content-block--table .c-responsive-table--cols-3 td:first-child,
  .group--full-contained .content-block--table .c-responsive-table--cols-3 td:first-child {
    padding: 20px;
    padding: 1.25rem;
  }
  .group--full .content-block--table .c-responsive-table--cols-3 td:last-child,
  .group--full-contained .content-block--table .c-responsive-table--cols-3 td:last-child {
    padding: 20px;
    padding: 1.25rem;
  }
  .group--full .content-block--table .c-responsive-table--cols-3 td:before,
  .group--full-contained .content-block--table .c-responsive-table--cols-3 td:before {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    content: attr(data-label);
    padding-bottom: 5px;
    padding-bottom: 0.3125rem;
    color: #002E5D;
  }
  .font-degular-loaded .group--full .content-block--table .c-responsive-table--cols-3 td:before,
  .font-degular-loaded .group--full-contained .content-block--table .c-responsive-table--cols-3 td:before {
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
@media only screen and (min-width: 18.75em) and (max-width: 46.875em) {
  .group--full .content-block--table .c-responsive-table--cols-4,
  .group--full-contained .content-block--table .c-responsive-table--cols-4 {
    position: relative;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    table-layout: fixed;
  }
  .group--full .content-block--table .c-responsive-table--cols-4 tbody,
  .group--full .content-block--table .c-responsive-table--cols-4 thead,
  .group--full .content-block--table .c-responsive-table--cols-4 tr,
  .group--full .content-block--table .c-responsive-table--cols-4 th,
  .group--full .content-block--table .c-responsive-table--cols-4 td,
  .group--full .content-block--table .c-responsive-table--cols-4 td:before,
  .group--full-contained .content-block--table .c-responsive-table--cols-4 tbody,
  .group--full-contained .content-block--table .c-responsive-table--cols-4 thead,
  .group--full-contained .content-block--table .c-responsive-table--cols-4 tr,
  .group--full-contained .content-block--table .c-responsive-table--cols-4 th,
  .group--full-contained .content-block--table .c-responsive-table--cols-4 td,
  .group--full-contained .content-block--table .c-responsive-table--cols-4 td:before {
    display: block;
    float: left;
    width: 100%;
  }
  .group--full .content-block--table .c-responsive-table--cols-4 thead:after,
  .group--full-contained .content-block--table .c-responsive-table--cols-4 thead:after {
    display: block;
    content: "";
    position: relative;
    height: 0.1666666667em;
    width: 100%;
    background-color: #002E5D;
  }
  .group--full .content-block--table .c-responsive-table--cols-4 thead > tr,
  .group--full-contained .content-block--table .c-responsive-table--cols-4 thead > tr {
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  .group--full .content-block--table .c-responsive-table--cols-4 tr,
  .group--full-contained .content-block--table .c-responsive-table--cols-4 tr {
    border-bottom: none;
  }
  .group--full .content-block--table .c-responsive-table--cols-4 td,
  .group--full-contained .content-block--table .c-responsive-table--cols-4 td {
    border-top: none;
    padding: 20px;
    padding: 1.25rem;
    border-bottom: 1px solid rgba(0, 46, 93, 0.25);
  }
  .group--full .content-block--table .c-responsive-table--cols-4 td:first-child,
  .group--full-contained .content-block--table .c-responsive-table--cols-4 td:first-child {
    padding: 20px;
    padding: 1.25rem;
  }
  .group--full .content-block--table .c-responsive-table--cols-4 td:last-child,
  .group--full-contained .content-block--table .c-responsive-table--cols-4 td:last-child {
    padding: 20px;
    padding: 1.25rem;
  }
  .group--full .content-block--table .c-responsive-table--cols-4 td:before,
  .group--full-contained .content-block--table .c-responsive-table--cols-4 td:before {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    content: attr(data-label);
    padding-bottom: 5px;
    padding-bottom: 0.3125rem;
    color: #002E5D;
  }
  .font-degular-loaded .group--full .content-block--table .c-responsive-table--cols-4 td:before,
  .font-degular-loaded .group--full-contained .content-block--table .c-responsive-table--cols-4 td:before {
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
@media only screen and (min-width: 18.75em) and (max-width: 56.25em) {
  .group--full .content-block--table .c-responsive-table--cols-5,
  .group--full-contained .content-block--table .c-responsive-table--cols-5 {
    position: relative;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    table-layout: fixed;
  }
  .group--full .content-block--table .c-responsive-table--cols-5 tbody,
  .group--full .content-block--table .c-responsive-table--cols-5 thead,
  .group--full .content-block--table .c-responsive-table--cols-5 tr,
  .group--full .content-block--table .c-responsive-table--cols-5 th,
  .group--full .content-block--table .c-responsive-table--cols-5 td,
  .group--full .content-block--table .c-responsive-table--cols-5 td:before,
  .group--full-contained .content-block--table .c-responsive-table--cols-5 tbody,
  .group--full-contained .content-block--table .c-responsive-table--cols-5 thead,
  .group--full-contained .content-block--table .c-responsive-table--cols-5 tr,
  .group--full-contained .content-block--table .c-responsive-table--cols-5 th,
  .group--full-contained .content-block--table .c-responsive-table--cols-5 td,
  .group--full-contained .content-block--table .c-responsive-table--cols-5 td:before {
    display: block;
    float: left;
    width: 100%;
  }
  .group--full .content-block--table .c-responsive-table--cols-5 thead:after,
  .group--full-contained .content-block--table .c-responsive-table--cols-5 thead:after {
    display: block;
    content: "";
    position: relative;
    height: 0.1666666667em;
    width: 100%;
    background-color: #002E5D;
  }
  .group--full .content-block--table .c-responsive-table--cols-5 thead > tr,
  .group--full-contained .content-block--table .c-responsive-table--cols-5 thead > tr {
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  .group--full .content-block--table .c-responsive-table--cols-5 tr,
  .group--full-contained .content-block--table .c-responsive-table--cols-5 tr {
    border-bottom: none;
  }
  .group--full .content-block--table .c-responsive-table--cols-5 td,
  .group--full-contained .content-block--table .c-responsive-table--cols-5 td {
    border-top: none;
    padding: 20px;
    padding: 1.25rem;
    border-bottom: 1px solid rgba(0, 46, 93, 0.25);
  }
  .group--full .content-block--table .c-responsive-table--cols-5 td:first-child,
  .group--full-contained .content-block--table .c-responsive-table--cols-5 td:first-child {
    padding: 20px;
    padding: 1.25rem;
  }
  .group--full .content-block--table .c-responsive-table--cols-5 td:last-child,
  .group--full-contained .content-block--table .c-responsive-table--cols-5 td:last-child {
    padding: 20px;
    padding: 1.25rem;
  }
  .group--full .content-block--table .c-responsive-table--cols-5 td:before,
  .group--full-contained .content-block--table .c-responsive-table--cols-5 td:before {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    content: attr(data-label);
    padding-bottom: 5px;
    padding-bottom: 0.3125rem;
    color: #002E5D;
  }
  .font-degular-loaded .group--full .content-block--table .c-responsive-table--cols-5 td:before,
  .font-degular-loaded .group--full-contained .content-block--table .c-responsive-table--cols-5 td:before {
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
@media only screen and (min-width: 18.75em) and (max-width: 65.625em) {
  .group--full .content-block--table .c-responsive-table--cols-6,
  .group--full-contained .content-block--table .c-responsive-table--cols-6 {
    position: relative;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    table-layout: fixed;
  }
  .group--full .content-block--table .c-responsive-table--cols-6 tbody,
  .group--full .content-block--table .c-responsive-table--cols-6 thead,
  .group--full .content-block--table .c-responsive-table--cols-6 tr,
  .group--full .content-block--table .c-responsive-table--cols-6 th,
  .group--full .content-block--table .c-responsive-table--cols-6 td,
  .group--full .content-block--table .c-responsive-table--cols-6 td:before,
  .group--full-contained .content-block--table .c-responsive-table--cols-6 tbody,
  .group--full-contained .content-block--table .c-responsive-table--cols-6 thead,
  .group--full-contained .content-block--table .c-responsive-table--cols-6 tr,
  .group--full-contained .content-block--table .c-responsive-table--cols-6 th,
  .group--full-contained .content-block--table .c-responsive-table--cols-6 td,
  .group--full-contained .content-block--table .c-responsive-table--cols-6 td:before {
    display: block;
    float: left;
    width: 100%;
  }
  .group--full .content-block--table .c-responsive-table--cols-6 thead:after,
  .group--full-contained .content-block--table .c-responsive-table--cols-6 thead:after {
    display: block;
    content: "";
    position: relative;
    height: 0.1666666667em;
    width: 100%;
    background-color: #002E5D;
  }
  .group--full .content-block--table .c-responsive-table--cols-6 thead > tr,
  .group--full-contained .content-block--table .c-responsive-table--cols-6 thead > tr {
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  .group--full .content-block--table .c-responsive-table--cols-6 tr,
  .group--full-contained .content-block--table .c-responsive-table--cols-6 tr {
    border-bottom: none;
  }
  .group--full .content-block--table .c-responsive-table--cols-6 td,
  .group--full-contained .content-block--table .c-responsive-table--cols-6 td {
    border-top: none;
    padding: 20px;
    padding: 1.25rem;
    border-bottom: 1px solid rgba(0, 46, 93, 0.25);
  }
  .group--full .content-block--table .c-responsive-table--cols-6 td:first-child,
  .group--full-contained .content-block--table .c-responsive-table--cols-6 td:first-child {
    padding: 20px;
    padding: 1.25rem;
  }
  .group--full .content-block--table .c-responsive-table--cols-6 td:last-child,
  .group--full-contained .content-block--table .c-responsive-table--cols-6 td:last-child {
    padding: 20px;
    padding: 1.25rem;
  }
  .group--full .content-block--table .c-responsive-table--cols-6 td:before,
  .group--full-contained .content-block--table .c-responsive-table--cols-6 td:before {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    content: attr(data-label);
    padding-bottom: 5px;
    padding-bottom: 0.3125rem;
    color: #002E5D;
  }
  .font-degular-loaded .group--full .content-block--table .c-responsive-table--cols-6 td:before,
  .font-degular-loaded .group--full-contained .content-block--table .c-responsive-table--cols-6 td:before {
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
@media only screen and (min-width: 18.75em) {
  .group--full .content-block--table .c-responsive-table--cols-7, .group--full .content-block--table .c-responsive-table--cols-8, .group--full .content-block--table .c-responsive-table--cols-max,
  .group--full-contained .content-block--table .c-responsive-table--cols-7,
  .group--full-contained .content-block--table .c-responsive-table--cols-8,
  .group--full-contained .content-block--table .c-responsive-table--cols-max {
    position: relative;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    table-layout: fixed;
  }
  .group--full .content-block--table .c-responsive-table--cols-7 tbody,
  .group--full .content-block--table .c-responsive-table--cols-7 thead,
  .group--full .content-block--table .c-responsive-table--cols-7 tr,
  .group--full .content-block--table .c-responsive-table--cols-7 th,
  .group--full .content-block--table .c-responsive-table--cols-7 td,
  .group--full .content-block--table .c-responsive-table--cols-7 td:before, .group--full .content-block--table .c-responsive-table--cols-8 tbody,
  .group--full .content-block--table .c-responsive-table--cols-8 thead,
  .group--full .content-block--table .c-responsive-table--cols-8 tr,
  .group--full .content-block--table .c-responsive-table--cols-8 th,
  .group--full .content-block--table .c-responsive-table--cols-8 td,
  .group--full .content-block--table .c-responsive-table--cols-8 td:before, .group--full .content-block--table .c-responsive-table--cols-max tbody,
  .group--full .content-block--table .c-responsive-table--cols-max thead,
  .group--full .content-block--table .c-responsive-table--cols-max tr,
  .group--full .content-block--table .c-responsive-table--cols-max th,
  .group--full .content-block--table .c-responsive-table--cols-max td,
  .group--full .content-block--table .c-responsive-table--cols-max td:before,
  .group--full-contained .content-block--table .c-responsive-table--cols-7 tbody,
  .group--full-contained .content-block--table .c-responsive-table--cols-7 thead,
  .group--full-contained .content-block--table .c-responsive-table--cols-7 tr,
  .group--full-contained .content-block--table .c-responsive-table--cols-7 th,
  .group--full-contained .content-block--table .c-responsive-table--cols-7 td,
  .group--full-contained .content-block--table .c-responsive-table--cols-7 td:before,
  .group--full-contained .content-block--table .c-responsive-table--cols-8 tbody,
  .group--full-contained .content-block--table .c-responsive-table--cols-8 thead,
  .group--full-contained .content-block--table .c-responsive-table--cols-8 tr,
  .group--full-contained .content-block--table .c-responsive-table--cols-8 th,
  .group--full-contained .content-block--table .c-responsive-table--cols-8 td,
  .group--full-contained .content-block--table .c-responsive-table--cols-8 td:before,
  .group--full-contained .content-block--table .c-responsive-table--cols-max tbody,
  .group--full-contained .content-block--table .c-responsive-table--cols-max thead,
  .group--full-contained .content-block--table .c-responsive-table--cols-max tr,
  .group--full-contained .content-block--table .c-responsive-table--cols-max th,
  .group--full-contained .content-block--table .c-responsive-table--cols-max td,
  .group--full-contained .content-block--table .c-responsive-table--cols-max td:before {
    display: block;
    float: left;
    width: 100%;
  }
  .group--full .content-block--table .c-responsive-table--cols-7 thead:after, .group--full .content-block--table .c-responsive-table--cols-8 thead:after, .group--full .content-block--table .c-responsive-table--cols-max thead:after,
  .group--full-contained .content-block--table .c-responsive-table--cols-7 thead:after,
  .group--full-contained .content-block--table .c-responsive-table--cols-8 thead:after,
  .group--full-contained .content-block--table .c-responsive-table--cols-max thead:after {
    display: block;
    content: "";
    position: relative;
    height: 0.1666666667em;
    width: 100%;
    background-color: #002E5D;
  }
  .group--full .content-block--table .c-responsive-table--cols-7 thead > tr, .group--full .content-block--table .c-responsive-table--cols-8 thead > tr, .group--full .content-block--table .c-responsive-table--cols-max thead > tr,
  .group--full-contained .content-block--table .c-responsive-table--cols-7 thead > tr,
  .group--full-contained .content-block--table .c-responsive-table--cols-8 thead > tr,
  .group--full-contained .content-block--table .c-responsive-table--cols-max thead > tr {
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  .group--full .content-block--table .c-responsive-table--cols-7 tr, .group--full .content-block--table .c-responsive-table--cols-8 tr, .group--full .content-block--table .c-responsive-table--cols-max tr,
  .group--full-contained .content-block--table .c-responsive-table--cols-7 tr,
  .group--full-contained .content-block--table .c-responsive-table--cols-8 tr,
  .group--full-contained .content-block--table .c-responsive-table--cols-max tr {
    border-bottom: none;
  }
  .group--full .content-block--table .c-responsive-table--cols-7 td, .group--full .content-block--table .c-responsive-table--cols-8 td, .group--full .content-block--table .c-responsive-table--cols-max td,
  .group--full-contained .content-block--table .c-responsive-table--cols-7 td,
  .group--full-contained .content-block--table .c-responsive-table--cols-8 td,
  .group--full-contained .content-block--table .c-responsive-table--cols-max td {
    border-top: none;
    padding: 20px;
    padding: 1.25rem;
    border-bottom: 1px solid rgba(0, 46, 93, 0.25);
  }
  .group--full .content-block--table .c-responsive-table--cols-7 td:first-child, .group--full .content-block--table .c-responsive-table--cols-8 td:first-child, .group--full .content-block--table .c-responsive-table--cols-max td:first-child,
  .group--full-contained .content-block--table .c-responsive-table--cols-7 td:first-child,
  .group--full-contained .content-block--table .c-responsive-table--cols-8 td:first-child,
  .group--full-contained .content-block--table .c-responsive-table--cols-max td:first-child {
    padding: 20px;
    padding: 1.25rem;
  }
  .group--full .content-block--table .c-responsive-table--cols-7 td:last-child, .group--full .content-block--table .c-responsive-table--cols-8 td:last-child, .group--full .content-block--table .c-responsive-table--cols-max td:last-child,
  .group--full-contained .content-block--table .c-responsive-table--cols-7 td:last-child,
  .group--full-contained .content-block--table .c-responsive-table--cols-8 td:last-child,
  .group--full-contained .content-block--table .c-responsive-table--cols-max td:last-child {
    padding: 20px;
    padding: 1.25rem;
  }
  .group--full .content-block--table .c-responsive-table--cols-7 td:before, .group--full .content-block--table .c-responsive-table--cols-8 td:before, .group--full .content-block--table .c-responsive-table--cols-max td:before,
  .group--full-contained .content-block--table .c-responsive-table--cols-7 td:before,
  .group--full-contained .content-block--table .c-responsive-table--cols-8 td:before,
  .group--full-contained .content-block--table .c-responsive-table--cols-max td:before {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    content: attr(data-label);
    padding-bottom: 5px;
    padding-bottom: 0.3125rem;
    color: #002E5D;
  }
  .font-degular-loaded .group--full .content-block--table .c-responsive-table--cols-7 td:before, .font-degular-loaded .group--full .content-block--table .c-responsive-table--cols-8 td:before, .font-degular-loaded .group--full .content-block--table .c-responsive-table--cols-max td:before,
  .font-degular-loaded .group--full-contained .content-block--table .c-responsive-table--cols-7 td:before,
  .font-degular-loaded .group--full-contained .content-block--table .c-responsive-table--cols-8 td:before,
  .font-degular-loaded .group--full-contained .content-block--table .c-responsive-table--cols-max td:before {
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
@media only screen and (min-width: 18.75em) and (max-width: 28.125em) {
  .group--partial-primary .content-block--table .c-responsive-table--cols-2 {
    position: relative;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    table-layout: fixed;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-2 tbody,
  .group--partial-primary .content-block--table .c-responsive-table--cols-2 thead,
  .group--partial-primary .content-block--table .c-responsive-table--cols-2 tr,
  .group--partial-primary .content-block--table .c-responsive-table--cols-2 th,
  .group--partial-primary .content-block--table .c-responsive-table--cols-2 td,
  .group--partial-primary .content-block--table .c-responsive-table--cols-2 td:before {
    display: block;
    float: left;
    width: 100%;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-2 thead:after {
    display: block;
    content: "";
    position: relative;
    height: 0.1666666667em;
    width: 100%;
    background-color: #002E5D;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-2 thead > tr {
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-2 tr {
    border-bottom: none;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-2 td {
    border-top: none;
    padding: 20px;
    padding: 1.25rem;
    border-bottom: 1px solid rgba(0, 46, 93, 0.25);
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-2 td:first-child {
    padding: 20px;
    padding: 1.25rem;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-2 td:last-child {
    padding: 20px;
    padding: 1.25rem;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-2 td:before {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    content: attr(data-label);
    padding-bottom: 5px;
    padding-bottom: 0.3125rem;
    color: #002E5D;
  }
  .font-degular-loaded .group--partial-primary .content-block--table .c-responsive-table--cols-2 td:before {
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
@media only screen and (min-width: 18.75em) and (max-width: 37.5em) {
  .group--partial-primary .content-block--table .c-responsive-table--cols-3 {
    position: relative;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    table-layout: fixed;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-3 tbody,
  .group--partial-primary .content-block--table .c-responsive-table--cols-3 thead,
  .group--partial-primary .content-block--table .c-responsive-table--cols-3 tr,
  .group--partial-primary .content-block--table .c-responsive-table--cols-3 th,
  .group--partial-primary .content-block--table .c-responsive-table--cols-3 td,
  .group--partial-primary .content-block--table .c-responsive-table--cols-3 td:before {
    display: block;
    float: left;
    width: 100%;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-3 thead:after {
    display: block;
    content: "";
    position: relative;
    height: 0.1666666667em;
    width: 100%;
    background-color: #002E5D;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-3 thead > tr {
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-3 tr {
    border-bottom: none;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-3 td {
    border-top: none;
    padding: 20px;
    padding: 1.25rem;
    border-bottom: 1px solid rgba(0, 46, 93, 0.25);
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-3 td:first-child {
    padding: 20px;
    padding: 1.25rem;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-3 td:last-child {
    padding: 20px;
    padding: 1.25rem;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-3 td:before {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    content: attr(data-label);
    padding-bottom: 5px;
    padding-bottom: 0.3125rem;
    color: #002E5D;
  }
  .font-degular-loaded .group--partial-primary .content-block--table .c-responsive-table--cols-3 td:before {
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
@media only screen and (min-width: 18.75em) and (max-width: 46.875em) {
  .group--partial-primary .content-block--table .c-responsive-table--cols-4 {
    position: relative;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    table-layout: fixed;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-4 tbody,
  .group--partial-primary .content-block--table .c-responsive-table--cols-4 thead,
  .group--partial-primary .content-block--table .c-responsive-table--cols-4 tr,
  .group--partial-primary .content-block--table .c-responsive-table--cols-4 th,
  .group--partial-primary .content-block--table .c-responsive-table--cols-4 td,
  .group--partial-primary .content-block--table .c-responsive-table--cols-4 td:before {
    display: block;
    float: left;
    width: 100%;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-4 thead:after {
    display: block;
    content: "";
    position: relative;
    height: 0.1666666667em;
    width: 100%;
    background-color: #002E5D;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-4 thead > tr {
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-4 tr {
    border-bottom: none;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-4 td {
    border-top: none;
    padding: 20px;
    padding: 1.25rem;
    border-bottom: 1px solid rgba(0, 46, 93, 0.25);
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-4 td:first-child {
    padding: 20px;
    padding: 1.25rem;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-4 td:last-child {
    padding: 20px;
    padding: 1.25rem;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-4 td:before {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    content: attr(data-label);
    padding-bottom: 5px;
    padding-bottom: 0.3125rem;
    color: #002E5D;
  }
  .font-degular-loaded .group--partial-primary .content-block--table .c-responsive-table--cols-4 td:before {
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
@media only screen and (min-width: 18.75em) and (max-width: 56.25em) {
  .group--partial-primary .content-block--table .c-responsive-table--cols-5 {
    position: relative;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    table-layout: fixed;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-5 tbody,
  .group--partial-primary .content-block--table .c-responsive-table--cols-5 thead,
  .group--partial-primary .content-block--table .c-responsive-table--cols-5 tr,
  .group--partial-primary .content-block--table .c-responsive-table--cols-5 th,
  .group--partial-primary .content-block--table .c-responsive-table--cols-5 td,
  .group--partial-primary .content-block--table .c-responsive-table--cols-5 td:before {
    display: block;
    float: left;
    width: 100%;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-5 thead:after {
    display: block;
    content: "";
    position: relative;
    height: 0.1666666667em;
    width: 100%;
    background-color: #002E5D;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-5 thead > tr {
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-5 tr {
    border-bottom: none;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-5 td {
    border-top: none;
    padding: 20px;
    padding: 1.25rem;
    border-bottom: 1px solid rgba(0, 46, 93, 0.25);
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-5 td:first-child {
    padding: 20px;
    padding: 1.25rem;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-5 td:last-child {
    padding: 20px;
    padding: 1.25rem;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-5 td:before {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    content: attr(data-label);
    padding-bottom: 5px;
    padding-bottom: 0.3125rem;
    color: #002E5D;
  }
  .font-degular-loaded .group--partial-primary .content-block--table .c-responsive-table--cols-5 td:before {
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
@media only screen and (min-width: 18.75em) and (max-width: 57.625em) {
  .group--partial-primary .content-block--table .c-responsive-table--cols-6, .group--partial-primary .content-block--table .c-responsive-table--cols-7, .group--partial-primary .content-block--table .c-responsive-table--cols-8, .group--partial-primary .content-block--table .c-responsive-table--cols-max {
    position: relative;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    table-layout: fixed;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-6 tbody,
  .group--partial-primary .content-block--table .c-responsive-table--cols-6 thead,
  .group--partial-primary .content-block--table .c-responsive-table--cols-6 tr,
  .group--partial-primary .content-block--table .c-responsive-table--cols-6 th,
  .group--partial-primary .content-block--table .c-responsive-table--cols-6 td,
  .group--partial-primary .content-block--table .c-responsive-table--cols-6 td:before, .group--partial-primary .content-block--table .c-responsive-table--cols-7 tbody,
  .group--partial-primary .content-block--table .c-responsive-table--cols-7 thead,
  .group--partial-primary .content-block--table .c-responsive-table--cols-7 tr,
  .group--partial-primary .content-block--table .c-responsive-table--cols-7 th,
  .group--partial-primary .content-block--table .c-responsive-table--cols-7 td,
  .group--partial-primary .content-block--table .c-responsive-table--cols-7 td:before, .group--partial-primary .content-block--table .c-responsive-table--cols-8 tbody,
  .group--partial-primary .content-block--table .c-responsive-table--cols-8 thead,
  .group--partial-primary .content-block--table .c-responsive-table--cols-8 tr,
  .group--partial-primary .content-block--table .c-responsive-table--cols-8 th,
  .group--partial-primary .content-block--table .c-responsive-table--cols-8 td,
  .group--partial-primary .content-block--table .c-responsive-table--cols-8 td:before, .group--partial-primary .content-block--table .c-responsive-table--cols-max tbody,
  .group--partial-primary .content-block--table .c-responsive-table--cols-max thead,
  .group--partial-primary .content-block--table .c-responsive-table--cols-max tr,
  .group--partial-primary .content-block--table .c-responsive-table--cols-max th,
  .group--partial-primary .content-block--table .c-responsive-table--cols-max td,
  .group--partial-primary .content-block--table .c-responsive-table--cols-max td:before {
    display: block;
    float: left;
    width: 100%;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-6 thead:after, .group--partial-primary .content-block--table .c-responsive-table--cols-7 thead:after, .group--partial-primary .content-block--table .c-responsive-table--cols-8 thead:after, .group--partial-primary .content-block--table .c-responsive-table--cols-max thead:after {
    display: block;
    content: "";
    position: relative;
    height: 0.1666666667em;
    width: 100%;
    background-color: #002E5D;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-6 thead > tr, .group--partial-primary .content-block--table .c-responsive-table--cols-7 thead > tr, .group--partial-primary .content-block--table .c-responsive-table--cols-8 thead > tr, .group--partial-primary .content-block--table .c-responsive-table--cols-max thead > tr {
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-6 tr, .group--partial-primary .content-block--table .c-responsive-table--cols-7 tr, .group--partial-primary .content-block--table .c-responsive-table--cols-8 tr, .group--partial-primary .content-block--table .c-responsive-table--cols-max tr {
    border-bottom: none;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-6 td, .group--partial-primary .content-block--table .c-responsive-table--cols-7 td, .group--partial-primary .content-block--table .c-responsive-table--cols-8 td, .group--partial-primary .content-block--table .c-responsive-table--cols-max td {
    border-top: none;
    padding: 20px;
    padding: 1.25rem;
    border-bottom: 1px solid rgba(0, 46, 93, 0.25);
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-6 td:first-child, .group--partial-primary .content-block--table .c-responsive-table--cols-7 td:first-child, .group--partial-primary .content-block--table .c-responsive-table--cols-8 td:first-child, .group--partial-primary .content-block--table .c-responsive-table--cols-max td:first-child {
    padding: 20px;
    padding: 1.25rem;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-6 td:last-child, .group--partial-primary .content-block--table .c-responsive-table--cols-7 td:last-child, .group--partial-primary .content-block--table .c-responsive-table--cols-8 td:last-child, .group--partial-primary .content-block--table .c-responsive-table--cols-max td:last-child {
    padding: 20px;
    padding: 1.25rem;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-6 td:before, .group--partial-primary .content-block--table .c-responsive-table--cols-7 td:before, .group--partial-primary .content-block--table .c-responsive-table--cols-8 td:before, .group--partial-primary .content-block--table .c-responsive-table--cols-max td:before {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    content: attr(data-label);
    padding-bottom: 5px;
    padding-bottom: 0.3125rem;
    color: #002E5D;
  }
  .font-degular-loaded .group--partial-primary .content-block--table .c-responsive-table--cols-6 td:before, .font-degular-loaded .group--partial-primary .content-block--table .c-responsive-table--cols-7 td:before, .font-degular-loaded .group--partial-primary .content-block--table .c-responsive-table--cols-8 td:before, .font-degular-loaded .group--partial-primary .content-block--table .c-responsive-table--cols-max td:before {
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
@media only screen and (min-width: 57.625em) and (max-width: 67em) {
  .group--partial-primary .content-block--table .c-responsive-table--cols-3 {
    position: relative;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    table-layout: fixed;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-3 tbody,
  .group--partial-primary .content-block--table .c-responsive-table--cols-3 thead,
  .group--partial-primary .content-block--table .c-responsive-table--cols-3 tr,
  .group--partial-primary .content-block--table .c-responsive-table--cols-3 th,
  .group--partial-primary .content-block--table .c-responsive-table--cols-3 td,
  .group--partial-primary .content-block--table .c-responsive-table--cols-3 td:before {
    display: block;
    float: left;
    width: 100%;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-3 thead:after {
    display: block;
    content: "";
    position: relative;
    height: 0.1666666667em;
    width: 100%;
    background-color: #002E5D;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-3 thead > tr {
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-3 tr {
    border-bottom: none;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-3 td {
    border-top: none;
    padding: 20px;
    padding: 1.25rem;
    border-bottom: 1px solid rgba(0, 46, 93, 0.25);
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-3 td:first-child {
    padding: 20px;
    padding: 1.25rem;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-3 td:last-child {
    padding: 20px;
    padding: 1.25rem;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-3 td:before {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    content: attr(data-label);
    padding-bottom: 5px;
    padding-bottom: 0.3125rem;
    color: #002E5D;
  }
  .font-degular-loaded .group--partial-primary .content-block--table .c-responsive-table--cols-3 td:before {
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
@media only screen and (min-width: 57.625em) {
  .group--partial-primary .content-block--table .c-responsive-table--cols-4, .group--partial-primary .content-block--table .c-responsive-table--cols-5, .group--partial-primary .content-block--table .c-responsive-table--cols-6, .group--partial-primary .content-block--table .c-responsive-table--cols-7, .group--partial-primary .content-block--table .c-responsive-table--cols-8, .group--partial-primary .content-block--table .c-responsive-table--cols-max {
    position: relative;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    table-layout: fixed;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-4 tbody,
  .group--partial-primary .content-block--table .c-responsive-table--cols-4 thead,
  .group--partial-primary .content-block--table .c-responsive-table--cols-4 tr,
  .group--partial-primary .content-block--table .c-responsive-table--cols-4 th,
  .group--partial-primary .content-block--table .c-responsive-table--cols-4 td,
  .group--partial-primary .content-block--table .c-responsive-table--cols-4 td:before, .group--partial-primary .content-block--table .c-responsive-table--cols-5 tbody,
  .group--partial-primary .content-block--table .c-responsive-table--cols-5 thead,
  .group--partial-primary .content-block--table .c-responsive-table--cols-5 tr,
  .group--partial-primary .content-block--table .c-responsive-table--cols-5 th,
  .group--partial-primary .content-block--table .c-responsive-table--cols-5 td,
  .group--partial-primary .content-block--table .c-responsive-table--cols-5 td:before, .group--partial-primary .content-block--table .c-responsive-table--cols-6 tbody,
  .group--partial-primary .content-block--table .c-responsive-table--cols-6 thead,
  .group--partial-primary .content-block--table .c-responsive-table--cols-6 tr,
  .group--partial-primary .content-block--table .c-responsive-table--cols-6 th,
  .group--partial-primary .content-block--table .c-responsive-table--cols-6 td,
  .group--partial-primary .content-block--table .c-responsive-table--cols-6 td:before, .group--partial-primary .content-block--table .c-responsive-table--cols-7 tbody,
  .group--partial-primary .content-block--table .c-responsive-table--cols-7 thead,
  .group--partial-primary .content-block--table .c-responsive-table--cols-7 tr,
  .group--partial-primary .content-block--table .c-responsive-table--cols-7 th,
  .group--partial-primary .content-block--table .c-responsive-table--cols-7 td,
  .group--partial-primary .content-block--table .c-responsive-table--cols-7 td:before, .group--partial-primary .content-block--table .c-responsive-table--cols-8 tbody,
  .group--partial-primary .content-block--table .c-responsive-table--cols-8 thead,
  .group--partial-primary .content-block--table .c-responsive-table--cols-8 tr,
  .group--partial-primary .content-block--table .c-responsive-table--cols-8 th,
  .group--partial-primary .content-block--table .c-responsive-table--cols-8 td,
  .group--partial-primary .content-block--table .c-responsive-table--cols-8 td:before, .group--partial-primary .content-block--table .c-responsive-table--cols-max tbody,
  .group--partial-primary .content-block--table .c-responsive-table--cols-max thead,
  .group--partial-primary .content-block--table .c-responsive-table--cols-max tr,
  .group--partial-primary .content-block--table .c-responsive-table--cols-max th,
  .group--partial-primary .content-block--table .c-responsive-table--cols-max td,
  .group--partial-primary .content-block--table .c-responsive-table--cols-max td:before {
    display: block;
    float: left;
    width: 100%;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-4 thead:after, .group--partial-primary .content-block--table .c-responsive-table--cols-5 thead:after, .group--partial-primary .content-block--table .c-responsive-table--cols-6 thead:after, .group--partial-primary .content-block--table .c-responsive-table--cols-7 thead:after, .group--partial-primary .content-block--table .c-responsive-table--cols-8 thead:after, .group--partial-primary .content-block--table .c-responsive-table--cols-max thead:after {
    display: block;
    content: "";
    position: relative;
    height: 0.1666666667em;
    width: 100%;
    background-color: #002E5D;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-4 thead > tr, .group--partial-primary .content-block--table .c-responsive-table--cols-5 thead > tr, .group--partial-primary .content-block--table .c-responsive-table--cols-6 thead > tr, .group--partial-primary .content-block--table .c-responsive-table--cols-7 thead > tr, .group--partial-primary .content-block--table .c-responsive-table--cols-8 thead > tr, .group--partial-primary .content-block--table .c-responsive-table--cols-max thead > tr {
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-4 tr, .group--partial-primary .content-block--table .c-responsive-table--cols-5 tr, .group--partial-primary .content-block--table .c-responsive-table--cols-6 tr, .group--partial-primary .content-block--table .c-responsive-table--cols-7 tr, .group--partial-primary .content-block--table .c-responsive-table--cols-8 tr, .group--partial-primary .content-block--table .c-responsive-table--cols-max tr {
    border-bottom: none;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-4 td, .group--partial-primary .content-block--table .c-responsive-table--cols-5 td, .group--partial-primary .content-block--table .c-responsive-table--cols-6 td, .group--partial-primary .content-block--table .c-responsive-table--cols-7 td, .group--partial-primary .content-block--table .c-responsive-table--cols-8 td, .group--partial-primary .content-block--table .c-responsive-table--cols-max td {
    border-top: none;
    padding: 20px;
    padding: 1.25rem;
    border-bottom: 1px solid rgba(0, 46, 93, 0.25);
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-4 td:first-child, .group--partial-primary .content-block--table .c-responsive-table--cols-5 td:first-child, .group--partial-primary .content-block--table .c-responsive-table--cols-6 td:first-child, .group--partial-primary .content-block--table .c-responsive-table--cols-7 td:first-child, .group--partial-primary .content-block--table .c-responsive-table--cols-8 td:first-child, .group--partial-primary .content-block--table .c-responsive-table--cols-max td:first-child {
    padding: 20px;
    padding: 1.25rem;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-4 td:last-child, .group--partial-primary .content-block--table .c-responsive-table--cols-5 td:last-child, .group--partial-primary .content-block--table .c-responsive-table--cols-6 td:last-child, .group--partial-primary .content-block--table .c-responsive-table--cols-7 td:last-child, .group--partial-primary .content-block--table .c-responsive-table--cols-8 td:last-child, .group--partial-primary .content-block--table .c-responsive-table--cols-max td:last-child {
    padding: 20px;
    padding: 1.25rem;
  }
  .group--partial-primary .content-block--table .c-responsive-table--cols-4 td:before, .group--partial-primary .content-block--table .c-responsive-table--cols-5 td:before, .group--partial-primary .content-block--table .c-responsive-table--cols-6 td:before, .group--partial-primary .content-block--table .c-responsive-table--cols-7 td:before, .group--partial-primary .content-block--table .c-responsive-table--cols-8 td:before, .group--partial-primary .content-block--table .c-responsive-table--cols-max td:before {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    content: attr(data-label);
    padding-bottom: 5px;
    padding-bottom: 0.3125rem;
    color: #002E5D;
  }
  .font-degular-loaded .group--partial-primary .content-block--table .c-responsive-table--cols-4 td:before, .font-degular-loaded .group--partial-primary .content-block--table .c-responsive-table--cols-5 td:before, .font-degular-loaded .group--partial-primary .content-block--table .c-responsive-table--cols-6 td:before, .font-degular-loaded .group--partial-primary .content-block--table .c-responsive-table--cols-7 td:before, .font-degular-loaded .group--partial-primary .content-block--table .c-responsive-table--cols-8 td:before, .font-degular-loaded .group--partial-primary .content-block--table .c-responsive-table--cols-max td:before {
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
.c-recipe {
  background-color: #002E5D;
  color: #002E5D;
  padding: 40px 10px;
  padding: 2.5rem 0.625rem;
}

.c-recipe__content-container {
  background-color: #FAF5E4;
  border-radius: 10px;
  border-radius: 0.625rem;
  contain: paint;
  zoom: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.8333333333em;
  padding-right: 0.8333333333em;
  max-width: 64.8333333333em;
}

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

.c-recipe__content-container:after {
  clear: both;
}

@media only screen and (min-width: 22.5em) {
  .c-recipe__content-container {
    padding-left: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-recipe__content-container {
    padding-left: 4%;
  }
}
@media only screen and (min-width: 22.5em) {
  .c-recipe__content-container {
    padding-right: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-recipe__content-container {
    padding-right: 4%;
  }
}
@media only screen and (min-width: 97.25em) {
  .c-recipe__content-container {
    padding-left: 0;
    padding-right: 0;
    max-width: 61.25em;
  }
}
.c-recipe .c-recipe__content-container {
  padding-left: 0;
  padding-right: 0;
}

.c-recipe__hero {
  max-width: 1600px;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.c-recipe__hero-image {
  padding-bottom: 0;
  width: 100%;
}

.c-recipe__hero-band {
  color: #002E5D;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  padding-left: 0.8333333333em;
  padding-right: 0.8333333333em;
}

@media only screen and (min-width: 22.5em) {
  .c-recipe__hero-band {
    padding-left: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-recipe__hero-band {
    padding-left: 4%;
  }
}
@media only screen and (min-width: 22.5em) {
  .c-recipe__hero-band {
    padding-right: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-recipe__hero-band {
    padding-right: 4%;
  }
}
.c-recipe__hero-title {
  display: block;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  padding-top: 30px;
  padding-top: 1.875rem;
  max-width: 900px;
  max-width: 56.25rem;
  margin: 0 auto;
  text-transform: uppercase;
}

.font-knockout-51-loaded .c-recipe__hero-title {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__hero-chef {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-recipe__hero-chef {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-recipe__hero-landing-page-link, .c-recipe__hero-landing-page-link:link, .c-recipe__hero-landing-page-link:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  text-decoration: none;
}

.font-degular-loaded .c-recipe__hero-landing-page-link, .font-degular-loaded .c-recipe__hero-landing-page-link:link, .font-degular-loaded .c-recipe__hero-landing-page-link:visited {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

@media only screen and (min-width: 43.75em) {
  .c-recipe__hero-landing-page-link, .c-recipe__hero-landing-page-link:link, .c-recipe__hero-landing-page-link:visited {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-recipe__hero-landing-page-link, .font-degular-loaded .c-recipe__hero-landing-page-link:link, .font-degular-loaded .c-recipe__hero-landing-page-link:visited {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
.c-recipe__hero-chef-wrapper {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.c-recipe__hero-chef-link, .c-recipe__hero-primary-term {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-style: solid;
  border-color: transparent;
  border-width: 0px;
  border-width: 0rem;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  padding: 6px 0px;
  padding: 0.375rem 0rem;
  margin-bottom: 0;
}

.font-degular-loaded .c-recipe__hero-chef-link, .font-degular-loaded .c-recipe__hero-primary-term {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-recipe__hero-chef-link, .c-recipe__hero-chef-link:link, .c-recipe__hero-chef-link:visited, .c-recipe__hero-primary-term, .c-recipe__hero-primary-term:link, .c-recipe__hero-primary-term:visited {
  color: #002E5D;
  background: transparent;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-bottom: 4px solid #002E5D;
}

.c-recipe__hero-chef-link:active, .c-recipe__hero-chef-link:focus, .c-recipe__hero-chef-link:hover, .c-recipe__hero-primary-term:active, .c-recipe__hero-primary-term:focus, .c-recipe__hero-primary-term:hover {
  outline: 0;
  text-decoration: none;
  color: #002E5D;
  border-color: #B9D9EB;
  transform: translateY(-2px);
}

.c-recipe__hero-chef-link:active, .c-recipe__hero-primary-term:active {
  color: #002E5D;
  border-color: #FED141;
  transform: scale(0.97);
  transition: transform 0.15s ease-in-out;
}

.c-recipe__hero-chef-link--reversed, .c-recipe__hero-primary-term--reversed {
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.c-recipe__hero-chef-link--reversed, .c-recipe__hero-chef-link--reversed:link, .c-recipe__hero-chef-link--reversed:visited, .c-recipe__hero-primary-term--reversed, .c-recipe__hero-primary-term--reversed:link, .c-recipe__hero-primary-term--reversed:visited {
  color: #B9D9EB;
  border-color: #B9D9EB;
}

.c-recipe__hero-chef-link--reversed:active, .c-recipe__hero-chef-link--reversed:focus, .c-recipe__hero-chef-link--reversed:hover, .c-recipe__hero-primary-term--reversed:active, .c-recipe__hero-primary-term--reversed:focus, .c-recipe__hero-primary-term--reversed:hover {
  color: #E3F2FB;
  border-color: #E3F2FB;
}

.c-recipe__hero-chef-link--reversed.has--icon .icon, .c-recipe__hero-primary-term--reversed.has--icon .icon {
  color: #B9D9EB;
}

.c-recipe__hero-chef-link--primary, .c-recipe__hero-primary-term--primary {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.c-recipe__hero-chef-link--primary, .c-recipe__hero-chef-link--primary:link, .c-recipe__hero-chef-link--primary:visited, .c-recipe__hero-primary-term--primary, .c-recipe__hero-primary-term--primary:link, .c-recipe__hero-primary-term--primary:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

.c-recipe__hero-chef-link--primary:active, .c-recipe__hero-chef-link--primary:focus, .c-recipe__hero-chef-link--primary:hover, .c-recipe__hero-primary-term--primary:active, .c-recipe__hero-primary-term--primary:focus, .c-recipe__hero-primary-term--primary:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.c-recipe__hero-chef-link--primary:active, .c-recipe__hero-primary-term--primary:active {
  color: #002E5D;
  background: #ffffff;
}

.c-recipe__hero-chef-link--primary-reversed, .c-recipe__hero-primary-term--primary-reversed {
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.c-recipe__hero-chef-link--primary-reversed, .c-recipe__hero-chef-link--primary-reversed:link, .c-recipe__hero-chef-link--primary-reversed:visited, .c-recipe__hero-primary-term--primary-reversed, .c-recipe__hero-primary-term--primary-reversed:link, .c-recipe__hero-primary-term--primary-reversed:visited {
  color: #002E5D;
  background: #FED141;
  border-bottom: none;
}

.c-recipe__hero-chef-link--primary-reversed:active, .c-recipe__hero-chef-link--primary-reversed:focus, .c-recipe__hero-chef-link--primary-reversed:hover, .c-recipe__hero-primary-term--primary-reversed:active, .c-recipe__hero-primary-term--primary-reversed:focus, .c-recipe__hero-primary-term--primary-reversed:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.c-recipe__hero-chef-link--primary-reversed:active, .c-recipe__hero-primary-term--primary-reversed:active {
  color: #002E5D;
  background: #E3F2FB;
}

.c-recipe__hero-chef-link.has--icon .icon, .c-recipe__hero-primary-term.has--icon .icon {
  display: inline-block;
  position: relative;
  transition: transform 0.4s ease-in-out;
  padding: 0px 0px 0px 7px;
  padding: 0rem 0rem 0rem 0.4375rem;
  width: 20px;
  width: 1.25rem;
}

.c-recipe__hero-chef-link.has--icon .icon svg, .c-recipe__hero-primary-term.has--icon .icon svg {
  fill: currentColor;
}

.c-recipe__hero-chef-link.has--icon .icon--close, .c-recipe__hero-primary-term.has--icon .icon--close {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}

@media only screen and (min-width: 40.625em) {
  .c-recipe__hero-chef-link, .c-recipe__hero-primary-term {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    padding: 8px 0px;
    padding: 0.5rem 0rem;
  }
  .font-degular-loaded .c-recipe__hero-chef-link, .font-degular-loaded .c-recipe__hero-primary-term {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .c-recipe__hero-chef-link.has--icon .icon, .c-recipe__hero-primary-term.has--icon .icon {
    width: 22px;
    width: 1.375rem;
  }
}
.c-recipe__hero-primary-term {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.c-recipe__hero-skip-to-recipe {
  z-index: 1;
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 0;
  width: auto;
}

.c-recipe__review-utility-bar-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-recipe__utility-bar {
  padding: 20px 0px;
  padding: 1.25rem 0rem;
  padding-left: 0.8333333333em;
  padding-right: 0.8333333333em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-size: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  gap: 0.625rem;
  flex-flow: wrap;
}

@media only screen and (min-width: 22.5em) {
  .c-recipe__utility-bar {
    padding-left: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-recipe__utility-bar {
    padding-left: 4%;
  }
}
@media only screen and (min-width: 22.5em) {
  .c-recipe__utility-bar {
    padding-right: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-recipe__utility-bar {
    padding-right: 4%;
  }
}
.c-recipe__utility-bar-col {
  display: inline-block;
  vertical-align: middle;
  justify-content: center;
}

.c-recipe__utility-bar-col:first-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 100%;
  max-width: 120px;
  max-width: 7.5rem;
  max-height: 120px;
  max-height: 7.5rem;
}

.c-recipe__utility-bar-col:last-child {
  display: flex;
  align-items: center;
  gap: 10px;
  gap: 0.625rem;
}

.c-recipe__utility-bar-col:last-child .c-recipe__utility-bar-item {
  flex-basis: 50%;
}

.c-recipe__utility-bar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 0.4166666667em;
  padding-right: 0.4166666667em;
  padding-bottom: 0.4166666667em;
  color: #002E5D;
}

.c-recipe__utility-bar-item .icon {
  margin-left: auto;
  margin-right: auto;
}

.c-recipe__utility-bar-item .icon--stop-watch {
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  width: 45px;
  height: 38px;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.c-recipe__utility-bar-item .icon--stop-watch svg * {
  fill: currentColor;
}

.c-recipe__utility-bar-item .icon--stop-watch--r-svg {
  width: 100%;
  height: 0;
  padding-bottom: 84.4444444444%;
}

@media only screen and (min-width: 2.8125em) {
  .c-recipe__utility-bar-item .icon--stop-watch--r-svg--max-scale {
    width: 45px;
    height: 38px;
    padding-bottom: 0;
  }
}
.c-recipe__utility-bar-item .icon--stop-watch .icon__img {
  width: 100%;
}

.c-recipe__utility-bar-item .icon--share .icon__img {
  width: 27px;
  height: 23px;
}

.c-recipe__utility-bar-item .icon--share .icon__img svg * {
  fill: currentColor;
}

.c-recipe__utility-bar-item .icon--share .icon__img--r-svg {
  width: 100%;
  height: 0;
  padding-bottom: 85.1851851852%;
}

@media only screen and (min-width: 1.6875em) {
  .c-recipe__utility-bar-item .icon--share .icon__img--r-svg--max-scale {
    width: 27px;
    height: 23px;
    padding-bottom: 0;
  }
}
.c-recipe__utility-bar-item .icon--print .icon__img {
  width: 25px;
  height: 23px;
}

.c-recipe__utility-bar-item .icon--print .icon__img svg * {
  fill: currentColor;
}

.c-recipe__utility-bar-item .icon--print .icon__img--r-svg {
  width: 100%;
  height: 0;
  padding-bottom: 92%;
}

@media only screen and (min-width: 1.5625em) {
  .c-recipe__utility-bar-item .icon--print .icon__img--r-svg--max-scale {
    width: 25px;
    height: 23px;
    padding-bottom: 0;
  }
}
.c-recipe__utility-bar-item--share {
  background-color: #B9D9EB;
  border-radius: 50%;
  aspect-ratio: 1/1;
  height: 75px;
  height: 4.6875rem;
}

.c-recipe__utility-bar-item--print-action {
  background-color: #B9D9EB;
  border-radius: 50%;
  aspect-ratio: 1/1;
  height: 75px;
  height: 4.6875rem;
}

.c-recipe__utility-bar-item--duration {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #FED141;
  border-radius: 50%;
  aspect-ratio: 1/1;
  height: 116px;
  height: 7.25rem;
}

.c-recipe__utility-bar-item-label {
  display: inherit;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-recipe__utility-bar-item-label {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-recipe__utility-bar-item-label--time {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.font-degular-loaded .c-recipe__utility-bar-item-label--time {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-recipe__utility-bar-item--duration {
  color: #002E5D;
  width: 100%;
  max-width: 120px;
  max-width: 7.5rem;
  max-height: 120px;
  max-height: 7.5rem;
}

.c-recipe__utility-bar-item--action {
  background-color: #B9D9EB;
  cursor: pointer;
  color: #002E5D;
  width: 100%;
  max-width: 75px;
  max-width: 4.6875rem;
  max-height: 75px;
  max-height: 4.6875rem;
}

.c-recipe__utility-bar-item--action:hover .c-recipe__utility-bar-item-label, .c-recipe__utility-bar-item--action:hover .icon__img, .c-recipe__utility-bar-item--action:focus .c-recipe__utility-bar-item-label, .c-recipe__utility-bar-item--action:focus .icon__img, .c-recipe__utility-bar-item--action:active .c-recipe__utility-bar-item-label, .c-recipe__utility-bar-item--action:active .icon__img {
  color: #024B96;
}

.c-recipe__utility-bar-item--share {
  background-color: #B9D9EB;
  color: #002E5D;
  position: relative;
  width: 100%;
  max-width: 75px;
  max-width: 4.6875rem;
  max-height: 75px;
  max-height: 4.6875rem;
}

.c-recipe__review-bar {
  width: 100%;
  padding: 20px 0px;
  padding: 1.25rem 0rem;
  padding-left: 0.8333333333em;
  padding-right: 0.8333333333em;
}

@media only screen and (min-width: 22.5em) {
  .c-recipe__review-bar {
    padding-left: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-recipe__review-bar {
    padding-left: 4%;
  }
}
@media only screen and (min-width: 22.5em) {
  .c-recipe__review-bar {
    padding-right: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-recipe__review-bar {
    padding-right: 4%;
  }
}
.c-recipe__content {
  zoom: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.8333333333em;
  padding-right: 0.8333333333em;
  max-width: 64.8333333333em;
  color: #002E5D;
  max-width: 750px;
  max-width: 46.875rem;
  padding: 60px 30px;
  padding: 3.75rem 1.875rem;
}

.c-recipe__content:before, .c-recipe__content:after {
  content: " ";
  display: table;
}

.c-recipe__content:after {
  clear: both;
}

@media only screen and (min-width: 22.5em) {
  .c-recipe__content {
    padding-left: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-recipe__content {
    padding-left: 4%;
  }
}
@media only screen and (min-width: 22.5em) {
  .c-recipe__content {
    padding-right: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-recipe__content {
    padding-right: 4%;
  }
}
@media only screen and (min-width: 97.25em) {
  .c-recipe__content {
    padding-left: 0;
    padding-right: 0;
    max-width: 61.25em;
  }
}
.c-recipe__content-introduction {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  max-width: 750px;
  max-width: 46.875rem;
  margin: 0 auto;
}

.font-degular-loaded .c-recipe__content-introduction {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-recipe__content-introduction em, .c-recipe__content-introduction i {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-recipe__content-introduction em, .font-degular-loaded .c-recipe__content-introduction i {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.c-recipe__content-introduction em strong, .c-recipe__content-introduction em b, .c-recipe__content-introduction i strong, .c-recipe__content-introduction i b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-recipe__content-introduction em strong, .font-degular-loaded .c-recipe__content-introduction em b, .font-degular-loaded .c-recipe__content-introduction i strong, .font-degular-loaded .c-recipe__content-introduction i b {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.c-recipe__content-introduction strong, .c-recipe__content-introduction b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-recipe__content-introduction strong, .font-degular-loaded .c-recipe__content-introduction b {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-recipe__content-introduction strong em, .c-recipe__content-introduction strong i, .c-recipe__content-introduction b em, .c-recipe__content-introduction b i {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-recipe__content-introduction strong em, .font-degular-loaded .c-recipe__content-introduction strong i, .font-degular-loaded .c-recipe__content-introduction b em, .font-degular-loaded .c-recipe__content-introduction b i {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.c-recipe__content-introduction:last-child {
  padding-bottom: 0;
}

@media only screen and (min-width: 43.75em) {
  .c-recipe__content-introduction {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-recipe__content-introduction {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .c-recipe__content-introduction em, .c-recipe__content-introduction i {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-recipe__content-introduction em, .font-degular-loaded .c-recipe__content-introduction i {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .c-recipe__content-introduction em strong, .c-recipe__content-introduction em b, .c-recipe__content-introduction i strong, .c-recipe__content-introduction i b {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-recipe__content-introduction em strong, .font-degular-loaded .c-recipe__content-introduction em b, .font-degular-loaded .c-recipe__content-introduction i strong, .font-degular-loaded .c-recipe__content-introduction i b {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .c-recipe__content-introduction strong, .c-recipe__content-introduction b {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-recipe__content-introduction strong, .font-degular-loaded .c-recipe__content-introduction b {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .c-recipe__content-introduction strong em, .c-recipe__content-introduction strong i, .c-recipe__content-introduction b em, .c-recipe__content-introduction b i {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-recipe__content-introduction strong em, .font-degular-loaded .c-recipe__content-introduction strong i, .font-degular-loaded .c-recipe__content-introduction b em, .font-degular-loaded .c-recipe__content-introduction b i {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
}
.c-recipe__content-introduction p:last-child {
  padding-bottom: 0;
}

.c-recipe__content-introduction + .c-recipe__content-description {
  padding-top: 30px;
  padding-top: 1.875rem;
}

.c-recipe__content-description {
  max-width: 750px;
  max-width: 46.875rem;
  margin: 0 auto;
}

.c-recipe__content-description h2 {
  text-transform: uppercase;
  padding-bottom: 1rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__content-description h2 {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__content-description h2 em, .c-recipe__content-description h2 i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__content-description h2 em, .font-knockout-51-loaded .c-recipe__content-description h2 i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__content-description h2 em strong, .c-recipe__content-description h2 em b, .c-recipe__content-description h2 i strong, .c-recipe__content-description h2 i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__content-description h2 em strong, .font-knockout-51-loaded .c-recipe__content-description h2 em b, .font-knockout-51-loaded .c-recipe__content-description h2 i strong, .font-knockout-51-loaded .c-recipe__content-description h2 i b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__content-description h2 strong, .c-recipe__content-description h2 b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__content-description h2 strong, .font-knockout-51-loaded .c-recipe__content-description h2 b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__content-description h2 strong em, .c-recipe__content-description h2 strong i, .c-recipe__content-description h2 b em, .c-recipe__content-description h2 b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__content-description h2 strong em, .font-knockout-51-loaded .c-recipe__content-description h2 strong i, .font-knockout-51-loaded .c-recipe__content-description h2 b em, .font-knockout-51-loaded .c-recipe__content-description h2 b i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .c-recipe__content-description h2 {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__content-description h2 {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__content-description h2 em, .c-recipe__content-description h2 i {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-recipe__content-description h2 em, .font-knockout-50-loaded .c-recipe__content-description h2 i {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__content-description h2 em strong, .c-recipe__content-description h2 em b, .c-recipe__content-description h2 i strong, .c-recipe__content-description h2 i b {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__content-description h2 em strong, .font-knockout-51-loaded .c-recipe__content-description h2 em b, .font-knockout-51-loaded .c-recipe__content-description h2 i strong, .font-knockout-51-loaded .c-recipe__content-description h2 i b {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__content-description h2 strong, .c-recipe__content-description h2 b {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__content-description h2 strong, .font-knockout-51-loaded .c-recipe__content-description h2 b {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__content-description h2 strong em, .c-recipe__content-description h2 strong i, .c-recipe__content-description h2 b em, .c-recipe__content-description h2 b i {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__content-description h2 strong em, .font-knockout-51-loaded .c-recipe__content-description h2 strong i, .font-knockout-51-loaded .c-recipe__content-description h2 b em, .font-knockout-51-loaded .c-recipe__content-description h2 b i {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .c-recipe__content-description h2 {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__content-description h2 {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__content-description h2 em, .c-recipe__content-description h2 i {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__content-description h2 em, .font-knockout-51-loaded .c-recipe__content-description h2 i {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__content-description h2 em strong, .c-recipe__content-description h2 em b, .c-recipe__content-description h2 i strong, .c-recipe__content-description h2 i b {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__content-description h2 em strong, .font-knockout-51-loaded .c-recipe__content-description h2 em b, .font-knockout-51-loaded .c-recipe__content-description h2 i strong, .font-knockout-51-loaded .c-recipe__content-description h2 i b {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__content-description h2 strong, .c-recipe__content-description h2 b {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__content-description h2 strong, .font-knockout-51-loaded .c-recipe__content-description h2 b {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__content-description h2 strong em, .c-recipe__content-description h2 strong i, .c-recipe__content-description h2 b em, .c-recipe__content-description h2 b i {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__content-description h2 strong em, .font-knockout-51-loaded .c-recipe__content-description h2 strong i, .font-knockout-51-loaded .c-recipe__content-description h2 b em, .font-knockout-51-loaded .c-recipe__content-description h2 b i {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.c-recipe__content-description h3 {
  text-transform: uppercase;
  padding-bottom: 1rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-recipe__content-description h3 {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__content-description h3 em, .c-recipe__content-description h3 i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-recipe__content-description h3 em, .font-knockout-50-loaded .c-recipe__content-description h3 i {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__content-description h3 em strong, .c-recipe__content-description h3 em b, .c-recipe__content-description h3 i strong, .c-recipe__content-description h3 i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-recipe__content-description h3 em strong, .font-knockout-50-loaded .c-recipe__content-description h3 em b, .font-knockout-50-loaded .c-recipe__content-description h3 i strong, .font-knockout-50-loaded .c-recipe__content-description h3 i b {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__content-description h3 strong, .c-recipe__content-description h3 b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-recipe__content-description h3 strong, .font-knockout-50-loaded .c-recipe__content-description h3 b {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__content-description h3 strong em, .c-recipe__content-description h3 strong i, .c-recipe__content-description h3 b em, .c-recipe__content-description h3 b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-recipe__content-description h3 strong em, .font-knockout-50-loaded .c-recipe__content-description h3 strong i, .font-knockout-50-loaded .c-recipe__content-description h3 b em, .font-knockout-50-loaded .c-recipe__content-description h3 b i {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .c-recipe__content-description h3 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-recipe__content-description h3 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__content-description h3 em, .c-recipe__content-description h3 i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-recipe__content-description h3 em, .font-knockout-50-loaded .c-recipe__content-description h3 i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__content-description h3 em strong, .c-recipe__content-description h3 em b, .c-recipe__content-description h3 i strong, .c-recipe__content-description h3 i b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-recipe__content-description h3 em strong, .font-knockout-50-loaded .c-recipe__content-description h3 em b, .font-knockout-50-loaded .c-recipe__content-description h3 i strong, .font-knockout-50-loaded .c-recipe__content-description h3 i b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__content-description h3 strong, .c-recipe__content-description h3 b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-recipe__content-description h3 strong, .font-knockout-50-loaded .c-recipe__content-description h3 b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__content-description h3 strong em, .c-recipe__content-description h3 strong i, .c-recipe__content-description h3 b em, .c-recipe__content-description h3 b i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-recipe__content-description h3 strong em, .font-knockout-50-loaded .c-recipe__content-description h3 strong i, .font-knockout-50-loaded .c-recipe__content-description h3 b em, .font-knockout-50-loaded .c-recipe__content-description h3 b i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .c-recipe__content-description h3 {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-recipe__content-description h3 {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__content-description h3 em, .c-recipe__content-description h3 i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-recipe__content-description h3 em, .font-knockout-50-loaded .c-recipe__content-description h3 i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__content-description h3 em strong, .c-recipe__content-description h3 em b, .c-recipe__content-description h3 i strong, .c-recipe__content-description h3 i b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-recipe__content-description h3 em strong, .font-knockout-50-loaded .c-recipe__content-description h3 em b, .font-knockout-50-loaded .c-recipe__content-description h3 i strong, .font-knockout-50-loaded .c-recipe__content-description h3 i b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__content-description h3 strong, .c-recipe__content-description h3 b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-recipe__content-description h3 strong, .font-knockout-50-loaded .c-recipe__content-description h3 b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__content-description h3 strong em, .c-recipe__content-description h3 strong i, .c-recipe__content-description h3 b em, .c-recipe__content-description h3 b i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-recipe__content-description h3 strong em, .font-knockout-50-loaded .c-recipe__content-description h3 strong i, .font-knockout-50-loaded .c-recipe__content-description h3 b em, .font-knockout-50-loaded .c-recipe__content-description h3 b i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.c-recipe__content-description h4 {
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__content-description h4 {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__content-description h4 em, .c-recipe__content-description h4 i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__content-description h4 em, .font-knockout-51-loaded .c-recipe__content-description h4 i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__content-description h4 em strong, .c-recipe__content-description h4 em b, .c-recipe__content-description h4 i strong, .c-recipe__content-description h4 i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__content-description h4 em strong, .font-knockout-51-loaded .c-recipe__content-description h4 em b, .font-knockout-51-loaded .c-recipe__content-description h4 i strong, .font-knockout-51-loaded .c-recipe__content-description h4 i b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__content-description h4 strong, .c-recipe__content-description h4 b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__content-description h4 strong, .font-knockout-51-loaded .c-recipe__content-description h4 b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__content-description h4 strong em, .c-recipe__content-description h4 strong i, .c-recipe__content-description h4 b em, .c-recipe__content-description h4 b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__content-description h4 strong em, .font-knockout-51-loaded .c-recipe__content-description h4 strong i, .font-knockout-51-loaded .c-recipe__content-description h4 b em, .font-knockout-51-loaded .c-recipe__content-description h4 b i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .c-recipe__content-description h4 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__content-description h4 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__content-description h4 em, .c-recipe__content-description h4 i {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__content-description h4 em, .font-knockout-51-loaded .c-recipe__content-description h4 i {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__content-description h4 em strong, .c-recipe__content-description h4 em b, .c-recipe__content-description h4 i strong, .c-recipe__content-description h4 i b {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__content-description h4 em strong, .font-knockout-51-loaded .c-recipe__content-description h4 em b, .font-knockout-51-loaded .c-recipe__content-description h4 i strong, .font-knockout-51-loaded .c-recipe__content-description h4 i b {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__content-description h4 strong, .c-recipe__content-description h4 b {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__content-description h4 strong, .font-knockout-51-loaded .c-recipe__content-description h4 b {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__content-description h4 strong em, .c-recipe__content-description h4 strong i, .c-recipe__content-description h4 b em, .c-recipe__content-description h4 b i {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__content-description h4 strong em, .font-knockout-51-loaded .c-recipe__content-description h4 strong i, .font-knockout-51-loaded .c-recipe__content-description h4 b em, .font-knockout-51-loaded .c-recipe__content-description h4 b i {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .c-recipe__content-description h4 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__content-description h4 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__content-description h4 em, .c-recipe__content-description h4 i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__content-description h4 em, .font-knockout-51-loaded .c-recipe__content-description h4 i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__content-description h4 em strong, .c-recipe__content-description h4 em b, .c-recipe__content-description h4 i strong, .c-recipe__content-description h4 i b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__content-description h4 em strong, .font-knockout-51-loaded .c-recipe__content-description h4 em b, .font-knockout-51-loaded .c-recipe__content-description h4 i strong, .font-knockout-51-loaded .c-recipe__content-description h4 i b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__content-description h4 strong, .c-recipe__content-description h4 b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__content-description h4 strong, .font-knockout-51-loaded .c-recipe__content-description h4 b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__content-description h4 strong em, .c-recipe__content-description h4 strong i, .c-recipe__content-description h4 b em, .c-recipe__content-description h4 b i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__content-description h4 strong em, .font-knockout-51-loaded .c-recipe__content-description h4 strong i, .font-knockout-51-loaded .c-recipe__content-description h4 b em, .font-knockout-51-loaded .c-recipe__content-description h4 b i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.c-recipe__content-description h5 {
  text-transform: uppercase;
  padding-bottom: 0.25rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__content-description h5 {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__content-description h5 em, .c-recipe__content-description h5 i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__content-description h5 em, .font-knockout-51-loaded .c-recipe__content-description h5 i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__content-description h5 em strong, .c-recipe__content-description h5 em b, .c-recipe__content-description h5 i strong, .c-recipe__content-description h5 i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__content-description h5 em strong, .font-knockout-51-loaded .c-recipe__content-description h5 em b, .font-knockout-51-loaded .c-recipe__content-description h5 i strong, .font-knockout-51-loaded .c-recipe__content-description h5 i b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__content-description h5 strong, .c-recipe__content-description h5 b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__content-description h5 strong, .font-knockout-51-loaded .c-recipe__content-description h5 b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__content-description h5 strong em, .c-recipe__content-description h5 strong i, .c-recipe__content-description h5 b em, .c-recipe__content-description h5 b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__content-description h5 strong em, .font-knockout-51-loaded .c-recipe__content-description h5 strong i, .font-knockout-51-loaded .c-recipe__content-description h5 b em, .font-knockout-51-loaded .c-recipe__content-description h5 b i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .c-recipe__content-description h5 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__content-description h5 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__content-description h5 em, .c-recipe__content-description h5 i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__content-description h5 em, .font-knockout-51-loaded .c-recipe__content-description h5 i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__content-description h5 em strong, .c-recipe__content-description h5 em b, .c-recipe__content-description h5 i strong, .c-recipe__content-description h5 i b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__content-description h5 em strong, .font-knockout-51-loaded .c-recipe__content-description h5 em b, .font-knockout-51-loaded .c-recipe__content-description h5 i strong, .font-knockout-51-loaded .c-recipe__content-description h5 i b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__content-description h5 strong, .c-recipe__content-description h5 b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__content-description h5 strong, .font-knockout-51-loaded .c-recipe__content-description h5 b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__content-description h5 strong em, .c-recipe__content-description h5 strong i, .c-recipe__content-description h5 b em, .c-recipe__content-description h5 b i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__content-description h5 strong em, .font-knockout-51-loaded .c-recipe__content-description h5 strong i, .font-knockout-51-loaded .c-recipe__content-description h5 b em, .font-knockout-51-loaded .c-recipe__content-description h5 b i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .c-recipe__content-description h5 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__content-description h5 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__content-description h5 em, .c-recipe__content-description h5 i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__content-description h5 em, .font-knockout-51-loaded .c-recipe__content-description h5 i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__content-description h5 em strong, .c-recipe__content-description h5 em b, .c-recipe__content-description h5 i strong, .c-recipe__content-description h5 i b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__content-description h5 em strong, .font-knockout-51-loaded .c-recipe__content-description h5 em b, .font-knockout-51-loaded .c-recipe__content-description h5 i strong, .font-knockout-51-loaded .c-recipe__content-description h5 i b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__content-description h5 strong, .c-recipe__content-description h5 b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__content-description h5 strong, .font-knockout-51-loaded .c-recipe__content-description h5 b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__content-description h5 strong em, .c-recipe__content-description h5 strong i, .c-recipe__content-description h5 b em, .c-recipe__content-description h5 b i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__content-description h5 strong em, .font-knockout-51-loaded .c-recipe__content-description h5 strong i, .font-knockout-51-loaded .c-recipe__content-description h5 b em, .font-knockout-51-loaded .c-recipe__content-description h5 b i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.c-recipe__content-description p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-recipe__content-description p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-recipe__content-description p em, .c-recipe__content-description p i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-recipe__content-description p em, .font-degular-loaded .c-recipe__content-description p i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.c-recipe__content-description p strong, .c-recipe__content-description p b {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-recipe__content-description p strong, .font-degular-loaded .c-recipe__content-description p b {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-recipe__content-description p strong em, .c-recipe__content-description p strong i, .c-recipe__content-description p b em, .c-recipe__content-description p b i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-recipe__content-description p strong em, .font-degular-loaded .c-recipe__content-description p strong i, .font-degular-loaded .c-recipe__content-description p b em, .font-degular-loaded .c-recipe__content-description p b i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.c-recipe__content-description .intro {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-recipe__content-description .intro {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-recipe__content-description .intro em, .c-recipe__content-description .intro i {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-recipe__content-description .intro em, .font-degular-loaded .c-recipe__content-description .intro i {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.c-recipe__content-description .intro em strong, .c-recipe__content-description .intro em b, .c-recipe__content-description .intro i strong, .c-recipe__content-description .intro i b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-recipe__content-description .intro em strong, .font-degular-loaded .c-recipe__content-description .intro em b, .font-degular-loaded .c-recipe__content-description .intro i strong, .font-degular-loaded .c-recipe__content-description .intro i b {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.c-recipe__content-description .intro strong, .c-recipe__content-description .intro b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-recipe__content-description .intro strong, .font-degular-loaded .c-recipe__content-description .intro b {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-recipe__content-description .intro strong em, .c-recipe__content-description .intro strong i, .c-recipe__content-description .intro b em, .c-recipe__content-description .intro b i {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-recipe__content-description .intro strong em, .font-degular-loaded .c-recipe__content-description .intro strong i, .font-degular-loaded .c-recipe__content-description .intro b em, .font-degular-loaded .c-recipe__content-description .intro b i {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.c-recipe__content-description .intro:last-child {
  padding-bottom: 0;
}

@media only screen and (min-width: 43.75em) {
  .c-recipe__content-description .intro {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-recipe__content-description .intro {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .c-recipe__content-description .intro em, .c-recipe__content-description .intro i {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-recipe__content-description .intro em, .font-degular-loaded .c-recipe__content-description .intro i {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .c-recipe__content-description .intro em strong, .c-recipe__content-description .intro em b, .c-recipe__content-description .intro i strong, .c-recipe__content-description .intro i b {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-recipe__content-description .intro em strong, .font-degular-loaded .c-recipe__content-description .intro em b, .font-degular-loaded .c-recipe__content-description .intro i strong, .font-degular-loaded .c-recipe__content-description .intro i b {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .c-recipe__content-description .intro strong, .c-recipe__content-description .intro b {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-recipe__content-description .intro strong, .font-degular-loaded .c-recipe__content-description .intro b {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .c-recipe__content-description .intro strong em, .c-recipe__content-description .intro strong i, .c-recipe__content-description .intro b em, .c-recipe__content-description .intro b i {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-recipe__content-description .intro strong em, .font-degular-loaded .c-recipe__content-description .intro strong i, .font-degular-loaded .c-recipe__content-description .intro b em, .font-degular-loaded .c-recipe__content-description .intro b i {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
}
.c-recipe__content-description .disclaimer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-recipe__content-description .disclaimer {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.c-recipe__content-description .disclaimer em, .c-recipe__content-description .disclaimer i {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-recipe__content-description .disclaimer em, .font-degular-loaded .c-recipe__content-description .disclaimer i {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-recipe__content-description .disclaimer strong, .c-recipe__content-description .disclaimer b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-recipe__content-description .disclaimer strong, .font-degular-loaded .c-recipe__content-description .disclaimer b {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

@media only screen and (min-width: 43.75em) {
  .c-recipe__content-description .disclaimer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-recipe__content-description .disclaimer {
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .c-recipe__content-description .disclaimer em, .c-recipe__content-description .disclaimer i {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-recipe__content-description .disclaimer em, .font-degular-loaded .c-recipe__content-description .disclaimer i {
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .c-recipe__content-description .disclaimer strong, .c-recipe__content-description .disclaimer b {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-recipe__content-description .disclaimer strong, .font-degular-loaded .c-recipe__content-description .disclaimer b {
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
}
.c-recipe__content-description img {
  width: 100%;
}

.c-recipe__content-description .wp-caption {
  margin-bottom: 1em;
}

.c-recipe__content-description .wp-caption img {
  padding-bottom: 0;
}

.c-recipe__content-description ul li,
.c-recipe__content-description ol li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  padding-left: 10px;
  padding-left: 0.625rem;
}

.font-degular-loaded .c-recipe__content-description ul li,
.font-degular-loaded .c-recipe__content-description ol li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-recipe__content-description ul li em, .c-recipe__content-description ul li i,
.c-recipe__content-description ol li em,
.c-recipe__content-description ol li i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-recipe__content-description ul li em, .font-degular-loaded .c-recipe__content-description ul li i,
.font-degular-loaded .c-recipe__content-description ol li em,
.font-degular-loaded .c-recipe__content-description ol li i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.c-recipe__content-description ul li strong, .c-recipe__content-description ul li b,
.c-recipe__content-description ol li strong,
.c-recipe__content-description ol li b {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-recipe__content-description ul li strong, .font-degular-loaded .c-recipe__content-description ul li b,
.font-degular-loaded .c-recipe__content-description ol li strong,
.font-degular-loaded .c-recipe__content-description ol li b {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-recipe__content-description ul li strong em, .c-recipe__content-description ul li strong i, .c-recipe__content-description ul li b em, .c-recipe__content-description ul li b i,
.c-recipe__content-description ol li strong em,
.c-recipe__content-description ol li strong i,
.c-recipe__content-description ol li b em,
.c-recipe__content-description ol li b i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-recipe__content-description ul li strong em, .font-degular-loaded .c-recipe__content-description ul li strong i, .font-degular-loaded .c-recipe__content-description ul li b em, .font-degular-loaded .c-recipe__content-description ul li b i,
.font-degular-loaded .c-recipe__content-description ol li strong em,
.font-degular-loaded .c-recipe__content-description ol li strong i,
.font-degular-loaded .c-recipe__content-description ol li b em,
.font-degular-loaded .c-recipe__content-description ol li b i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.c-recipe__content-description p:last-child,
.c-recipe__content-description ul:last-child,
.c-recipe__content-description ol:last-child {
  padding-bottom: 0;
}

.c-recipe__content-description p .button:last-child,
.c-recipe__content-description ul .button:last-child,
.c-recipe__content-description ol .button:last-child {
  margin-bottom: 0;
}

.c-recipe__content-description .embed-placeholder:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 43.75em) {
  .c-recipe__content-description p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-recipe__content-description p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .c-recipe__content-description p em, .c-recipe__content-description p i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-recipe__content-description p em, .font-degular-loaded .c-recipe__content-description p i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .c-recipe__content-description p b, .c-recipe__content-description p strong {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-recipe__content-description p b, .font-degular-loaded .c-recipe__content-description p strong {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .c-recipe__content-description p b em, .c-recipe__content-description p b i, .c-recipe__content-description p strong em, .c-recipe__content-description p strong i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-recipe__content-description p b em, .font-degular-loaded .c-recipe__content-description p b i, .font-degular-loaded .c-recipe__content-description p strong em, .font-degular-loaded .c-recipe__content-description p strong i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .c-recipe__content-description ul li,
  .c-recipe__content-description ol li {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-recipe__content-description ul li,
  .font-degular-loaded .c-recipe__content-description ol li {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .c-recipe__content-description ul li em, .c-recipe__content-description ul li i,
  .c-recipe__content-description ol li em,
  .c-recipe__content-description ol li i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-recipe__content-description ul li em, .font-degular-loaded .c-recipe__content-description ul li i,
  .font-degular-loaded .c-recipe__content-description ol li em,
  .font-degular-loaded .c-recipe__content-description ol li i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .c-recipe__content-description ul li b, .c-recipe__content-description ul li strong,
  .c-recipe__content-description ol li b,
  .c-recipe__content-description ol li strong {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-recipe__content-description ul li b, .font-degular-loaded .c-recipe__content-description ul li strong,
  .font-degular-loaded .c-recipe__content-description ol li b,
  .font-degular-loaded .c-recipe__content-description ol li strong {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .c-recipe__content-description ul li b em, .c-recipe__content-description ul li b i, .c-recipe__content-description ul li strong em, .c-recipe__content-description ul li strong i,
  .c-recipe__content-description ol li b em,
  .c-recipe__content-description ol li b i,
  .c-recipe__content-description ol li strong em,
  .c-recipe__content-description ol li strong i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-recipe__content-description ul li b em, .font-degular-loaded .c-recipe__content-description ul li b i, .font-degular-loaded .c-recipe__content-description ul li strong em, .font-degular-loaded .c-recipe__content-description ul li strong i,
  .font-degular-loaded .c-recipe__content-description ol li b em,
  .font-degular-loaded .c-recipe__content-description ol li b i,
  .font-degular-loaded .c-recipe__content-description ol li strong em,
  .font-degular-loaded .c-recipe__content-description ol li strong i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
}
.c-recipe__type-bar {
  padding: 0px 20px;
  padding: 0rem 1.25rem;
  padding-bottom: 0;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  background-color: #002E5D;
  color: #FAF5E4;
  border-radius: 10px;
  border-radius: 0.625rem;
  max-width: 501px;
  max-width: 31.3125rem;
  margin-top: 0px;
  margin-top: 0rem;
}

.c-recipe__type-bar-wrapper {
  margin-left: 30px;
  margin-left: 1.875rem;
  margin-right: 30px;
  margin-right: 1.875rem;
}

.c-recipe__type-bar-item {
  position: relative;
  padding-left: 0.8333333333em;
  padding-right: 0.8333333333em;
  display: flex;
  flex-direction: column;
  flex-grow: 2;
  align-items: stretch;
  width: 100%;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

@media only screen and (min-width: 22.5em) {
  .c-recipe__type-bar-item {
    padding-left: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-recipe__type-bar-item {
    padding-left: 4%;
  }
}
@media only screen and (min-width: 22.5em) {
  .c-recipe__type-bar-item {
    padding-right: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-recipe__type-bar-item {
    padding-right: 4%;
  }
}
.c-recipe__type-bar-item-headline {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  color: inherit;
}

.font-degular-loaded .c-recipe__type-bar-item-headline {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

@media only screen and (min-width: 43.75em) {
  .c-recipe__type-bar-item-headline {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-recipe__type-bar-item-headline {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
.c-recipe__type-bar-item-property {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  padding-bottom: 0;
  color: inherit;
  text-transform: uppercase;
}

.font-degular-loaded .c-recipe__type-bar-item-property {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-recipe__type-bar-item-property:link, .c-recipe__type-bar-item-property:visited {
  color: inherit;
}

.c-recipe__type-bar-item .c-recipe__secondary-type-terms-wrapper {
  text-transform: uppercase;
  padding-bottom: 1rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  color: #002E5D;
  padding-bottom: 0;
}

.font-knockout-50-loaded .c-recipe__type-bar-item .c-recipe__secondary-type-terms-wrapper {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__type-bar-item .c-recipe__secondary-type-terms-wrapper em, .c-recipe__type-bar-item .c-recipe__secondary-type-terms-wrapper i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-recipe__type-bar-item .c-recipe__secondary-type-terms-wrapper em, .font-knockout-50-loaded .c-recipe__type-bar-item .c-recipe__secondary-type-terms-wrapper i {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__type-bar-item .c-recipe__secondary-type-terms-wrapper em strong, .c-recipe__type-bar-item .c-recipe__secondary-type-terms-wrapper em b, .c-recipe__type-bar-item .c-recipe__secondary-type-terms-wrapper i strong, .c-recipe__type-bar-item .c-recipe__secondary-type-terms-wrapper i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-recipe__type-bar-item .c-recipe__secondary-type-terms-wrapper em strong, .font-knockout-50-loaded .c-recipe__type-bar-item .c-recipe__secondary-type-terms-wrapper em b, .font-knockout-50-loaded .c-recipe__type-bar-item .c-recipe__secondary-type-terms-wrapper i strong, .font-knockout-50-loaded .c-recipe__type-bar-item .c-recipe__secondary-type-terms-wrapper i b {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__type-bar-item .c-recipe__secondary-type-terms-wrapper strong, .c-recipe__type-bar-item .c-recipe__secondary-type-terms-wrapper b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-recipe__type-bar-item .c-recipe__secondary-type-terms-wrapper strong, .font-knockout-50-loaded .c-recipe__type-bar-item .c-recipe__secondary-type-terms-wrapper b {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__type-bar-item .c-recipe__secondary-type-terms-wrapper strong em, .c-recipe__type-bar-item .c-recipe__secondary-type-terms-wrapper strong i, .c-recipe__type-bar-item .c-recipe__secondary-type-terms-wrapper b em, .c-recipe__type-bar-item .c-recipe__secondary-type-terms-wrapper b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-recipe__type-bar-item .c-recipe__secondary-type-terms-wrapper strong em, .font-knockout-50-loaded .c-recipe__type-bar-item .c-recipe__secondary-type-terms-wrapper strong i, .font-knockout-50-loaded .c-recipe__type-bar-item .c-recipe__secondary-type-terms-wrapper b em, .font-knockout-50-loaded .c-recipe__type-bar-item .c-recipe__secondary-type-terms-wrapper b i {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__type-bar-item .c-recipe__secondary-type-terms-wrapper .c-recipe__secondary-type-term:link, .c-recipe__type-bar-item .c-recipe__secondary-type-terms-wrapper .c-recipe__secondary-type-term:visited {
  color: #002E5D;
  text-decoration: underline;
}

.c-recipe__type-bar-item .c-recipe__secondary-type-terms-wrapper .c-recipe__secondary-type-term:hover, .c-recipe__type-bar-item .c-recipe__secondary-type-terms-wrapper .c-recipe__secondary-type-term:focus, .c-recipe__type-bar-item .c-recipe__secondary-type-terms-wrapper .c-recipe__secondary-type-term:active {
  color: #002E5D;
  text-decoration: none;
}

.c-recipe__parts {
  zoom: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.8333333333em;
  padding-right: 0.8333333333em;
  max-width: 64.8333333333em;
  background-color: #ffffff;
  color: #002E5D;
  margin-top: 60px;
  margin-top: 3.75rem;
}

.c-recipe__parts:before, .c-recipe__parts:after {
  content: " ";
  display: table;
}

.c-recipe__parts:after {
  clear: both;
}

@media only screen and (min-width: 22.5em) {
  .c-recipe__parts {
    padding-left: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-recipe__parts {
    padding-left: 4%;
  }
}
@media only screen and (min-width: 22.5em) {
  .c-recipe__parts {
    padding-right: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-recipe__parts {
    padding-right: 4%;
  }
}
@media only screen and (min-width: 97.25em) {
  .c-recipe__parts {
    padding-left: 0;
    padding-right: 0;
    max-width: 61.25em;
  }
}
.c-recipe__parts:last-child {
  border-bottom-left-radius: 1.25em;
  border-bottom-right-radius: 1.25em;
}

.c-recipe__parts-serving-display {
  color: inherit;
  display: inline-block;
  text-transform: uppercase;
  padding-bottom: 0.25rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-recipe__parts-serving-display-wrapper {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  text-align: center;
}

.font-knockout-51-loaded .c-recipe__parts-serving-display {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__parts-serving-display em, .c-recipe__parts-serving-display i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__parts-serving-display em, .font-knockout-51-loaded .c-recipe__parts-serving-display i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__parts-serving-display em strong, .c-recipe__parts-serving-display em b, .c-recipe__parts-serving-display i strong, .c-recipe__parts-serving-display i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__parts-serving-display em strong, .font-knockout-51-loaded .c-recipe__parts-serving-display em b, .font-knockout-51-loaded .c-recipe__parts-serving-display i strong, .font-knockout-51-loaded .c-recipe__parts-serving-display i b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__parts-serving-display strong, .c-recipe__parts-serving-display b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__parts-serving-display strong, .font-knockout-51-loaded .c-recipe__parts-serving-display b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__parts-serving-display strong em, .c-recipe__parts-serving-display strong i, .c-recipe__parts-serving-display b em, .c-recipe__parts-serving-display b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__parts-serving-display strong em, .font-knockout-51-loaded .c-recipe__parts-serving-display strong i, .font-knockout-51-loaded .c-recipe__parts-serving-display b em, .font-knockout-51-loaded .c-recipe__parts-serving-display b i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__parts-ingredients {
  padding: 40px 0px;
  padding: 2.5rem 0rem;
}

.c-recipe__parts-ingredients-header {
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  text-align: center;
}

.font-knockout-51-loaded .c-recipe__parts-ingredients-header {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__parts-ingredients-header em, .c-recipe__parts-ingredients-header i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__parts-ingredients-header em, .font-knockout-51-loaded .c-recipe__parts-ingredients-header i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__parts-ingredients-header em strong, .c-recipe__parts-ingredients-header em b, .c-recipe__parts-ingredients-header i strong, .c-recipe__parts-ingredients-header i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__parts-ingredients-header em strong, .font-knockout-51-loaded .c-recipe__parts-ingredients-header em b, .font-knockout-51-loaded .c-recipe__parts-ingredients-header i strong, .font-knockout-51-loaded .c-recipe__parts-ingredients-header i b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__parts-ingredients-header strong, .c-recipe__parts-ingredients-header b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__parts-ingredients-header strong, .font-knockout-51-loaded .c-recipe__parts-ingredients-header b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__parts-ingredients-header strong em, .c-recipe__parts-ingredients-header strong i, .c-recipe__parts-ingredients-header b em, .c-recipe__parts-ingredients-header b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__parts-ingredients-header strong em, .font-knockout-51-loaded .c-recipe__parts-ingredients-header strong i, .font-knockout-51-loaded .c-recipe__parts-ingredients-header b em, .font-knockout-51-loaded .c-recipe__parts-ingredients-header b i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .c-recipe__parts-ingredients-header {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-ingredients-header {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-ingredients-header em, .c-recipe__parts-ingredients-header i {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-ingredients-header em, .font-knockout-51-loaded .c-recipe__parts-ingredients-header i {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-ingredients-header em strong, .c-recipe__parts-ingredients-header em b, .c-recipe__parts-ingredients-header i strong, .c-recipe__parts-ingredients-header i b {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-ingredients-header em strong, .font-knockout-51-loaded .c-recipe__parts-ingredients-header em b, .font-knockout-51-loaded .c-recipe__parts-ingredients-header i strong, .font-knockout-51-loaded .c-recipe__parts-ingredients-header i b {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-ingredients-header strong, .c-recipe__parts-ingredients-header b {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-ingredients-header strong, .font-knockout-51-loaded .c-recipe__parts-ingredients-header b {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-ingredients-header strong em, .c-recipe__parts-ingredients-header strong i, .c-recipe__parts-ingredients-header b em, .c-recipe__parts-ingredients-header b i {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-ingredients-header strong em, .font-knockout-51-loaded .c-recipe__parts-ingredients-header strong i, .font-knockout-51-loaded .c-recipe__parts-ingredients-header b em, .font-knockout-51-loaded .c-recipe__parts-ingredients-header b i {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .c-recipe__parts-ingredients-header {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-ingredients-header {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-ingredients-header em, .c-recipe__parts-ingredients-header i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-ingredients-header em, .font-knockout-51-loaded .c-recipe__parts-ingredients-header i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-ingredients-header em strong, .c-recipe__parts-ingredients-header em b, .c-recipe__parts-ingredients-header i strong, .c-recipe__parts-ingredients-header i b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-ingredients-header em strong, .font-knockout-51-loaded .c-recipe__parts-ingredients-header em b, .font-knockout-51-loaded .c-recipe__parts-ingredients-header i strong, .font-knockout-51-loaded .c-recipe__parts-ingredients-header i b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-ingredients-header strong, .c-recipe__parts-ingredients-header b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-ingredients-header strong, .font-knockout-51-loaded .c-recipe__parts-ingredients-header b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-ingredients-header strong em, .c-recipe__parts-ingredients-header strong i, .c-recipe__parts-ingredients-header b em, .c-recipe__parts-ingredients-header b i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-ingredients-header strong em, .font-knockout-51-loaded .c-recipe__parts-ingredients-header strong i, .font-knockout-51-loaded .c-recipe__parts-ingredients-header b em, .font-knockout-51-loaded .c-recipe__parts-ingredients-header b i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.c-recipe__parts-ingredients-table {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
  width: 100%;
  text-align: left;
}

.c-recipe__parts-ingredients-table th {
  text-transform: uppercase;
  padding-bottom: 0.25rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  padding: 12px 15px;
  padding: 0.75rem 0.9375rem;
  text-align: left;
}

.font-knockout-51-loaded .c-recipe__parts-ingredients-table th {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__parts-ingredients-table th em, .c-recipe__parts-ingredients-table th i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__parts-ingredients-table th em, .font-knockout-51-loaded .c-recipe__parts-ingredients-table th i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__parts-ingredients-table th em strong, .c-recipe__parts-ingredients-table th em b, .c-recipe__parts-ingredients-table th i strong, .c-recipe__parts-ingredients-table th i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__parts-ingredients-table th em strong, .font-knockout-51-loaded .c-recipe__parts-ingredients-table th em b, .font-knockout-51-loaded .c-recipe__parts-ingredients-table th i strong, .font-knockout-51-loaded .c-recipe__parts-ingredients-table th i b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__parts-ingredients-table th strong, .c-recipe__parts-ingredients-table th b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__parts-ingredients-table th strong, .font-knockout-51-loaded .c-recipe__parts-ingredients-table th b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__parts-ingredients-table th strong em, .c-recipe__parts-ingredients-table th strong i, .c-recipe__parts-ingredients-table th b em, .c-recipe__parts-ingredients-table th b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__parts-ingredients-table th strong em, .font-knockout-51-loaded .c-recipe__parts-ingredients-table th strong i, .font-knockout-51-loaded .c-recipe__parts-ingredients-table th b em, .font-knockout-51-loaded .c-recipe__parts-ingredients-table th b i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .c-recipe__parts-ingredients-table th {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-ingredients-table th {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-ingredients-table th em, .c-recipe__parts-ingredients-table th i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-ingredients-table th em, .font-knockout-51-loaded .c-recipe__parts-ingredients-table th i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-ingredients-table th em strong, .c-recipe__parts-ingredients-table th em b, .c-recipe__parts-ingredients-table th i strong, .c-recipe__parts-ingredients-table th i b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-ingredients-table th em strong, .font-knockout-51-loaded .c-recipe__parts-ingredients-table th em b, .font-knockout-51-loaded .c-recipe__parts-ingredients-table th i strong, .font-knockout-51-loaded .c-recipe__parts-ingredients-table th i b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-ingredients-table th strong, .c-recipe__parts-ingredients-table th b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-ingredients-table th strong, .font-knockout-51-loaded .c-recipe__parts-ingredients-table th b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-ingredients-table th strong em, .c-recipe__parts-ingredients-table th strong i, .c-recipe__parts-ingredients-table th b em, .c-recipe__parts-ingredients-table th b i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-ingredients-table th strong em, .font-knockout-51-loaded .c-recipe__parts-ingredients-table th strong i, .font-knockout-51-loaded .c-recipe__parts-ingredients-table th b em, .font-knockout-51-loaded .c-recipe__parts-ingredients-table th b i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .c-recipe__parts-ingredients-table th {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-ingredients-table th {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-ingredients-table th em, .c-recipe__parts-ingredients-table th i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-ingredients-table th em, .font-knockout-51-loaded .c-recipe__parts-ingredients-table th i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-ingredients-table th em strong, .c-recipe__parts-ingredients-table th em b, .c-recipe__parts-ingredients-table th i strong, .c-recipe__parts-ingredients-table th i b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-ingredients-table th em strong, .font-knockout-51-loaded .c-recipe__parts-ingredients-table th em b, .font-knockout-51-loaded .c-recipe__parts-ingredients-table th i strong, .font-knockout-51-loaded .c-recipe__parts-ingredients-table th i b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-ingredients-table th strong, .c-recipe__parts-ingredients-table th b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-ingredients-table th strong, .font-knockout-51-loaded .c-recipe__parts-ingredients-table th b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-ingredients-table th strong em, .c-recipe__parts-ingredients-table th strong i, .c-recipe__parts-ingredients-table th b em, .c-recipe__parts-ingredients-table th b i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-ingredients-table th strong em, .font-knockout-51-loaded .c-recipe__parts-ingredients-table th strong i, .font-knockout-51-loaded .c-recipe__parts-ingredients-table th b em, .font-knockout-51-loaded .c-recipe__parts-ingredients-table th b i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.c-recipe__parts-ingredients-table tr:nth-of-type(even) td {
  background: #FAF5E4;
}

.c-recipe__parts-ingredients-table td {
  padding: 10px 10px;
  padding: 0.625rem 0.625rem;
  vertical-align: top;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  border: 0;
}

.font-degular-loaded .c-recipe__parts-ingredients-table td {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-recipe__parts-ingredients-table td b, .c-recipe__parts-ingredients-table td strong, .c-recipe__parts-ingredients-table td em, .c-recipe__parts-ingredients-table td i {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-recipe__parts-ingredients-table td b, .font-degular-loaded .c-recipe__parts-ingredients-table td strong, .font-degular-loaded .c-recipe__parts-ingredients-table td em, .font-degular-loaded .c-recipe__parts-ingredients-table td i {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-recipe__parts-ingredients-table td:first-child {
  padding: 10px 0px 10px 10px;
  padding: 0.625rem 0rem 0.625rem 0.625rem;
  text-align: right;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-recipe__parts-ingredients-table td:first-child {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-recipe__parts-ingredients-table td:first-child:last-child {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-recipe__parts-ingredients-table td:first-child:last-child {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-recipe__parts-ingredients-table td:first-child:last-child b, .c-recipe__parts-ingredients-table td:first-child:last-child strong, .c-recipe__parts-ingredients-table td:first-child:last-child em, .c-recipe__parts-ingredients-table td:first-child:last-child i {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-recipe__parts-ingredients-table td:first-child:last-child b, .font-degular-loaded .c-recipe__parts-ingredients-table td:first-child:last-child strong, .font-degular-loaded .c-recipe__parts-ingredients-table td:first-child:last-child em, .font-degular-loaded .c-recipe__parts-ingredients-table td:first-child:last-child i {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-recipe__parts-ingredients-table td:last-child {
  width: 100%;
}

.c-recipe__parts-ingredients-table .has-single-entry td:first-child {
  padding: 8px 13px;
  padding: 0.5rem 0.8125rem;
  text-align: left;
  vertical-align: top;
}

.c-recipe__parts-ingredients-table:last-child {
  margin-bottom: 0;
}

.c-recipe__parts-ingredients-table .amount {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.3;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  display: inline-block;
}

.font-degular-loaded .c-recipe__parts-ingredients-table .amount {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.3;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-recipe__parts-ingredients-table .amount-fraction {
  margin-left: 0.25rem;
}

.c-recipe__parts-directions {
  display: flex;
  flex-direction: column;
  padding: 40px 0px;
  padding: 2.5rem 0rem;
}

.c-recipe__parts-directions-header {
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  text-align: center;
}

.font-knockout-51-loaded .c-recipe__parts-directions-header {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__parts-directions-header em, .c-recipe__parts-directions-header i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__parts-directions-header em, .font-knockout-51-loaded .c-recipe__parts-directions-header i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__parts-directions-header em strong, .c-recipe__parts-directions-header em b, .c-recipe__parts-directions-header i strong, .c-recipe__parts-directions-header i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__parts-directions-header em strong, .font-knockout-51-loaded .c-recipe__parts-directions-header em b, .font-knockout-51-loaded .c-recipe__parts-directions-header i strong, .font-knockout-51-loaded .c-recipe__parts-directions-header i b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__parts-directions-header strong, .c-recipe__parts-directions-header b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__parts-directions-header strong, .font-knockout-51-loaded .c-recipe__parts-directions-header b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__parts-directions-header strong em, .c-recipe__parts-directions-header strong i, .c-recipe__parts-directions-header b em, .c-recipe__parts-directions-header b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__parts-directions-header strong em, .font-knockout-51-loaded .c-recipe__parts-directions-header strong i, .font-knockout-51-loaded .c-recipe__parts-directions-header b em, .font-knockout-51-loaded .c-recipe__parts-directions-header b i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .c-recipe__parts-directions-header {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-directions-header {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-directions-header em, .c-recipe__parts-directions-header i {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-directions-header em, .font-knockout-51-loaded .c-recipe__parts-directions-header i {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-directions-header em strong, .c-recipe__parts-directions-header em b, .c-recipe__parts-directions-header i strong, .c-recipe__parts-directions-header i b {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-directions-header em strong, .font-knockout-51-loaded .c-recipe__parts-directions-header em b, .font-knockout-51-loaded .c-recipe__parts-directions-header i strong, .font-knockout-51-loaded .c-recipe__parts-directions-header i b {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-directions-header strong, .c-recipe__parts-directions-header b {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-directions-header strong, .font-knockout-51-loaded .c-recipe__parts-directions-header b {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-directions-header strong em, .c-recipe__parts-directions-header strong i, .c-recipe__parts-directions-header b em, .c-recipe__parts-directions-header b i {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-directions-header strong em, .font-knockout-51-loaded .c-recipe__parts-directions-header strong i, .font-knockout-51-loaded .c-recipe__parts-directions-header b em, .font-knockout-51-loaded .c-recipe__parts-directions-header b i {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .c-recipe__parts-directions-header {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-directions-header {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-directions-header em, .c-recipe__parts-directions-header i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-directions-header em, .font-knockout-51-loaded .c-recipe__parts-directions-header i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-directions-header em strong, .c-recipe__parts-directions-header em b, .c-recipe__parts-directions-header i strong, .c-recipe__parts-directions-header i b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-directions-header em strong, .font-knockout-51-loaded .c-recipe__parts-directions-header em b, .font-knockout-51-loaded .c-recipe__parts-directions-header i strong, .font-knockout-51-loaded .c-recipe__parts-directions-header i b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-directions-header strong, .c-recipe__parts-directions-header b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-directions-header strong, .font-knockout-51-loaded .c-recipe__parts-directions-header b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-directions-header strong em, .c-recipe__parts-directions-header strong i, .c-recipe__parts-directions-header b em, .c-recipe__parts-directions-header b i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-directions-header strong em, .font-knockout-51-loaded .c-recipe__parts-directions-header strong i, .font-knockout-51-loaded .c-recipe__parts-directions-header b em, .font-knockout-51-loaded .c-recipe__parts-directions-header b i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.c-recipe__parts-directions-content {
  text-align: start;
}

.c-recipe__parts-directions-content h2 {
  text-transform: uppercase;
  padding-bottom: 1rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__parts-directions-content h2 {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__parts-directions-content h2 em, .c-recipe__parts-directions-content h2 i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__parts-directions-content h2 em, .font-knockout-51-loaded .c-recipe__parts-directions-content h2 i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__parts-directions-content h2 em strong, .c-recipe__parts-directions-content h2 em b, .c-recipe__parts-directions-content h2 i strong, .c-recipe__parts-directions-content h2 i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__parts-directions-content h2 em strong, .font-knockout-51-loaded .c-recipe__parts-directions-content h2 em b, .font-knockout-51-loaded .c-recipe__parts-directions-content h2 i strong, .font-knockout-51-loaded .c-recipe__parts-directions-content h2 i b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__parts-directions-content h2 strong, .c-recipe__parts-directions-content h2 b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__parts-directions-content h2 strong, .font-knockout-51-loaded .c-recipe__parts-directions-content h2 b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__parts-directions-content h2 strong em, .c-recipe__parts-directions-content h2 strong i, .c-recipe__parts-directions-content h2 b em, .c-recipe__parts-directions-content h2 b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__parts-directions-content h2 strong em, .font-knockout-51-loaded .c-recipe__parts-directions-content h2 strong i, .font-knockout-51-loaded .c-recipe__parts-directions-content h2 b em, .font-knockout-51-loaded .c-recipe__parts-directions-content h2 b i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .c-recipe__parts-directions-content h2 {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-directions-content h2 {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-directions-content h2 em, .c-recipe__parts-directions-content h2 i {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-recipe__parts-directions-content h2 em, .font-knockout-50-loaded .c-recipe__parts-directions-content h2 i {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-directions-content h2 em strong, .c-recipe__parts-directions-content h2 em b, .c-recipe__parts-directions-content h2 i strong, .c-recipe__parts-directions-content h2 i b {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-directions-content h2 em strong, .font-knockout-51-loaded .c-recipe__parts-directions-content h2 em b, .font-knockout-51-loaded .c-recipe__parts-directions-content h2 i strong, .font-knockout-51-loaded .c-recipe__parts-directions-content h2 i b {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-directions-content h2 strong, .c-recipe__parts-directions-content h2 b {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-directions-content h2 strong, .font-knockout-51-loaded .c-recipe__parts-directions-content h2 b {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-directions-content h2 strong em, .c-recipe__parts-directions-content h2 strong i, .c-recipe__parts-directions-content h2 b em, .c-recipe__parts-directions-content h2 b i {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-directions-content h2 strong em, .font-knockout-51-loaded .c-recipe__parts-directions-content h2 strong i, .font-knockout-51-loaded .c-recipe__parts-directions-content h2 b em, .font-knockout-51-loaded .c-recipe__parts-directions-content h2 b i {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 0.8823529412;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .c-recipe__parts-directions-content h2 {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-directions-content h2 {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-directions-content h2 em, .c-recipe__parts-directions-content h2 i {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-directions-content h2 em, .font-knockout-51-loaded .c-recipe__parts-directions-content h2 i {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-directions-content h2 em strong, .c-recipe__parts-directions-content h2 em b, .c-recipe__parts-directions-content h2 i strong, .c-recipe__parts-directions-content h2 i b {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-directions-content h2 em strong, .font-knockout-51-loaded .c-recipe__parts-directions-content h2 em b, .font-knockout-51-loaded .c-recipe__parts-directions-content h2 i strong, .font-knockout-51-loaded .c-recipe__parts-directions-content h2 i b {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-directions-content h2 strong, .c-recipe__parts-directions-content h2 b {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-directions-content h2 strong, .font-knockout-51-loaded .c-recipe__parts-directions-content h2 b {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-directions-content h2 strong em, .c-recipe__parts-directions-content h2 strong i, .c-recipe__parts-directions-content h2 b em, .c-recipe__parts-directions-content h2 b i {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-directions-content h2 strong em, .font-knockout-51-loaded .c-recipe__parts-directions-content h2 strong i, .font-knockout-51-loaded .c-recipe__parts-directions-content h2 b em, .font-knockout-51-loaded .c-recipe__parts-directions-content h2 b i {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.8571428571;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.c-recipe__parts-directions-content h3 {
  text-transform: uppercase;
  padding-bottom: 1rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-recipe__parts-directions-content h3 {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__parts-directions-content h3 em, .c-recipe__parts-directions-content h3 i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-recipe__parts-directions-content h3 em, .font-knockout-50-loaded .c-recipe__parts-directions-content h3 i {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__parts-directions-content h3 em strong, .c-recipe__parts-directions-content h3 em b, .c-recipe__parts-directions-content h3 i strong, .c-recipe__parts-directions-content h3 i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-recipe__parts-directions-content h3 em strong, .font-knockout-50-loaded .c-recipe__parts-directions-content h3 em b, .font-knockout-50-loaded .c-recipe__parts-directions-content h3 i strong, .font-knockout-50-loaded .c-recipe__parts-directions-content h3 i b {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__parts-directions-content h3 strong, .c-recipe__parts-directions-content h3 b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-recipe__parts-directions-content h3 strong, .font-knockout-50-loaded .c-recipe__parts-directions-content h3 b {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__parts-directions-content h3 strong em, .c-recipe__parts-directions-content h3 strong i, .c-recipe__parts-directions-content h3 b em, .c-recipe__parts-directions-content h3 b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-recipe__parts-directions-content h3 strong em, .font-knockout-50-loaded .c-recipe__parts-directions-content h3 strong i, .font-knockout-50-loaded .c-recipe__parts-directions-content h3 b em, .font-knockout-50-loaded .c-recipe__parts-directions-content h3 b i {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .c-recipe__parts-directions-content h3 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-recipe__parts-directions-content h3 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-directions-content h3 em, .c-recipe__parts-directions-content h3 i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-recipe__parts-directions-content h3 em, .font-knockout-50-loaded .c-recipe__parts-directions-content h3 i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-directions-content h3 em strong, .c-recipe__parts-directions-content h3 em b, .c-recipe__parts-directions-content h3 i strong, .c-recipe__parts-directions-content h3 i b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-recipe__parts-directions-content h3 em strong, .font-knockout-50-loaded .c-recipe__parts-directions-content h3 em b, .font-knockout-50-loaded .c-recipe__parts-directions-content h3 i strong, .font-knockout-50-loaded .c-recipe__parts-directions-content h3 i b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-directions-content h3 strong, .c-recipe__parts-directions-content h3 b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-recipe__parts-directions-content h3 strong, .font-knockout-50-loaded .c-recipe__parts-directions-content h3 b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-directions-content h3 strong em, .c-recipe__parts-directions-content h3 strong i, .c-recipe__parts-directions-content h3 b em, .c-recipe__parts-directions-content h3 b i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-recipe__parts-directions-content h3 strong em, .font-knockout-50-loaded .c-recipe__parts-directions-content h3 strong i, .font-knockout-50-loaded .c-recipe__parts-directions-content h3 b em, .font-knockout-50-loaded .c-recipe__parts-directions-content h3 b i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .c-recipe__parts-directions-content h3 {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-recipe__parts-directions-content h3 {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-directions-content h3 em, .c-recipe__parts-directions-content h3 i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-recipe__parts-directions-content h3 em, .font-knockout-50-loaded .c-recipe__parts-directions-content h3 i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-directions-content h3 em strong, .c-recipe__parts-directions-content h3 em b, .c-recipe__parts-directions-content h3 i strong, .c-recipe__parts-directions-content h3 i b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-recipe__parts-directions-content h3 em strong, .font-knockout-50-loaded .c-recipe__parts-directions-content h3 em b, .font-knockout-50-loaded .c-recipe__parts-directions-content h3 i strong, .font-knockout-50-loaded .c-recipe__parts-directions-content h3 i b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-directions-content h3 strong, .c-recipe__parts-directions-content h3 b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-recipe__parts-directions-content h3 strong, .font-knockout-50-loaded .c-recipe__parts-directions-content h3 b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-directions-content h3 strong em, .c-recipe__parts-directions-content h3 strong i, .c-recipe__parts-directions-content h3 b em, .c-recipe__parts-directions-content h3 b i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-recipe__parts-directions-content h3 strong em, .font-knockout-50-loaded .c-recipe__parts-directions-content h3 strong i, .font-knockout-50-loaded .c-recipe__parts-directions-content h3 b em, .font-knockout-50-loaded .c-recipe__parts-directions-content h3 b i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.c-recipe__parts-directions-content h4 {
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__parts-directions-content h4 {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__parts-directions-content h4 em, .c-recipe__parts-directions-content h4 i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__parts-directions-content h4 em, .font-knockout-51-loaded .c-recipe__parts-directions-content h4 i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__parts-directions-content h4 em strong, .c-recipe__parts-directions-content h4 em b, .c-recipe__parts-directions-content h4 i strong, .c-recipe__parts-directions-content h4 i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__parts-directions-content h4 em strong, .font-knockout-51-loaded .c-recipe__parts-directions-content h4 em b, .font-knockout-51-loaded .c-recipe__parts-directions-content h4 i strong, .font-knockout-51-loaded .c-recipe__parts-directions-content h4 i b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__parts-directions-content h4 strong, .c-recipe__parts-directions-content h4 b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__parts-directions-content h4 strong, .font-knockout-51-loaded .c-recipe__parts-directions-content h4 b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__parts-directions-content h4 strong em, .c-recipe__parts-directions-content h4 strong i, .c-recipe__parts-directions-content h4 b em, .c-recipe__parts-directions-content h4 b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__parts-directions-content h4 strong em, .font-knockout-51-loaded .c-recipe__parts-directions-content h4 strong i, .font-knockout-51-loaded .c-recipe__parts-directions-content h4 b em, .font-knockout-51-loaded .c-recipe__parts-directions-content h4 b i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .c-recipe__parts-directions-content h4 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-directions-content h4 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-directions-content h4 em, .c-recipe__parts-directions-content h4 i {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-directions-content h4 em, .font-knockout-51-loaded .c-recipe__parts-directions-content h4 i {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-directions-content h4 em strong, .c-recipe__parts-directions-content h4 em b, .c-recipe__parts-directions-content h4 i strong, .c-recipe__parts-directions-content h4 i b {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-directions-content h4 em strong, .font-knockout-51-loaded .c-recipe__parts-directions-content h4 em b, .font-knockout-51-loaded .c-recipe__parts-directions-content h4 i strong, .font-knockout-51-loaded .c-recipe__parts-directions-content h4 i b {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-directions-content h4 strong, .c-recipe__parts-directions-content h4 b {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-directions-content h4 strong, .font-knockout-51-loaded .c-recipe__parts-directions-content h4 b {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-directions-content h4 strong em, .c-recipe__parts-directions-content h4 strong i, .c-recipe__parts-directions-content h4 b em, .c-recipe__parts-directions-content h4 b i {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-directions-content h4 strong em, .font-knockout-51-loaded .c-recipe__parts-directions-content h4 strong i, .font-knockout-51-loaded .c-recipe__parts-directions-content h4 b em, .font-knockout-51-loaded .c-recipe__parts-directions-content h4 b i {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .c-recipe__parts-directions-content h4 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-directions-content h4 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-directions-content h4 em, .c-recipe__parts-directions-content h4 i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-directions-content h4 em, .font-knockout-51-loaded .c-recipe__parts-directions-content h4 i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-directions-content h4 em strong, .c-recipe__parts-directions-content h4 em b, .c-recipe__parts-directions-content h4 i strong, .c-recipe__parts-directions-content h4 i b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-directions-content h4 em strong, .font-knockout-51-loaded .c-recipe__parts-directions-content h4 em b, .font-knockout-51-loaded .c-recipe__parts-directions-content h4 i strong, .font-knockout-51-loaded .c-recipe__parts-directions-content h4 i b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-directions-content h4 strong, .c-recipe__parts-directions-content h4 b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-directions-content h4 strong, .font-knockout-51-loaded .c-recipe__parts-directions-content h4 b {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-directions-content h4 strong em, .c-recipe__parts-directions-content h4 strong i, .c-recipe__parts-directions-content h4 b em, .c-recipe__parts-directions-content h4 b i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-directions-content h4 strong em, .font-knockout-51-loaded .c-recipe__parts-directions-content h4 strong i, .font-knockout-51-loaded .c-recipe__parts-directions-content h4 b em, .font-knockout-51-loaded .c-recipe__parts-directions-content h4 b i {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.c-recipe__parts-directions-content h5 {
  text-transform: uppercase;
  padding-bottom: 0.25rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__parts-directions-content h5 {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__parts-directions-content h5 em, .c-recipe__parts-directions-content h5 i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__parts-directions-content h5 em, .font-knockout-51-loaded .c-recipe__parts-directions-content h5 i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__parts-directions-content h5 em strong, .c-recipe__parts-directions-content h5 em b, .c-recipe__parts-directions-content h5 i strong, .c-recipe__parts-directions-content h5 i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__parts-directions-content h5 em strong, .font-knockout-51-loaded .c-recipe__parts-directions-content h5 em b, .font-knockout-51-loaded .c-recipe__parts-directions-content h5 i strong, .font-knockout-51-loaded .c-recipe__parts-directions-content h5 i b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__parts-directions-content h5 strong, .c-recipe__parts-directions-content h5 b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__parts-directions-content h5 strong, .font-knockout-51-loaded .c-recipe__parts-directions-content h5 b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__parts-directions-content h5 strong em, .c-recipe__parts-directions-content h5 strong i, .c-recipe__parts-directions-content h5 b em, .c-recipe__parts-directions-content h5 b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe__parts-directions-content h5 strong em, .font-knockout-51-loaded .c-recipe__parts-directions-content h5 strong i, .font-knockout-51-loaded .c-recipe__parts-directions-content h5 b em, .font-knockout-51-loaded .c-recipe__parts-directions-content h5 b i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .c-recipe__parts-directions-content h5 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-directions-content h5 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-directions-content h5 em, .c-recipe__parts-directions-content h5 i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-directions-content h5 em, .font-knockout-51-loaded .c-recipe__parts-directions-content h5 i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-directions-content h5 em strong, .c-recipe__parts-directions-content h5 em b, .c-recipe__parts-directions-content h5 i strong, .c-recipe__parts-directions-content h5 i b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-directions-content h5 em strong, .font-knockout-51-loaded .c-recipe__parts-directions-content h5 em b, .font-knockout-51-loaded .c-recipe__parts-directions-content h5 i strong, .font-knockout-51-loaded .c-recipe__parts-directions-content h5 i b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-directions-content h5 strong, .c-recipe__parts-directions-content h5 b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-directions-content h5 strong, .font-knockout-51-loaded .c-recipe__parts-directions-content h5 b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-directions-content h5 strong em, .c-recipe__parts-directions-content h5 strong i, .c-recipe__parts-directions-content h5 b em, .c-recipe__parts-directions-content h5 b i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-directions-content h5 strong em, .font-knockout-51-loaded .c-recipe__parts-directions-content h5 strong i, .font-knockout-51-loaded .c-recipe__parts-directions-content h5 b em, .font-knockout-51-loaded .c-recipe__parts-directions-content h5 b i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .c-recipe__parts-directions-content h5 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-directions-content h5 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-directions-content h5 em, .c-recipe__parts-directions-content h5 i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-directions-content h5 em, .font-knockout-51-loaded .c-recipe__parts-directions-content h5 i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-directions-content h5 em strong, .c-recipe__parts-directions-content h5 em b, .c-recipe__parts-directions-content h5 i strong, .c-recipe__parts-directions-content h5 i b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-directions-content h5 em strong, .font-knockout-51-loaded .c-recipe__parts-directions-content h5 em b, .font-knockout-51-loaded .c-recipe__parts-directions-content h5 i strong, .font-knockout-51-loaded .c-recipe__parts-directions-content h5 i b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-directions-content h5 strong, .c-recipe__parts-directions-content h5 b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-directions-content h5 strong, .font-knockout-51-loaded .c-recipe__parts-directions-content h5 b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__parts-directions-content h5 strong em, .c-recipe__parts-directions-content h5 strong i, .c-recipe__parts-directions-content h5 b em, .c-recipe__parts-directions-content h5 b i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-recipe__parts-directions-content h5 strong em, .font-knockout-51-loaded .c-recipe__parts-directions-content h5 strong i, .font-knockout-51-loaded .c-recipe__parts-directions-content h5 b em, .font-knockout-51-loaded .c-recipe__parts-directions-content h5 b i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.c-recipe__parts-directions-content p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-recipe__parts-directions-content p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-recipe__parts-directions-content p em, .c-recipe__parts-directions-content p i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-recipe__parts-directions-content p em, .font-degular-loaded .c-recipe__parts-directions-content p i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.c-recipe__parts-directions-content p strong, .c-recipe__parts-directions-content p b {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-recipe__parts-directions-content p strong, .font-degular-loaded .c-recipe__parts-directions-content p b {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-recipe__parts-directions-content p strong em, .c-recipe__parts-directions-content p strong i, .c-recipe__parts-directions-content p b em, .c-recipe__parts-directions-content p b i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-recipe__parts-directions-content p strong em, .font-degular-loaded .c-recipe__parts-directions-content p strong i, .font-degular-loaded .c-recipe__parts-directions-content p b em, .font-degular-loaded .c-recipe__parts-directions-content p b i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.c-recipe__parts-directions-content .intro {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-recipe__parts-directions-content .intro {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-recipe__parts-directions-content .intro em, .c-recipe__parts-directions-content .intro i {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-recipe__parts-directions-content .intro em, .font-degular-loaded .c-recipe__parts-directions-content .intro i {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.c-recipe__parts-directions-content .intro em strong, .c-recipe__parts-directions-content .intro em b, .c-recipe__parts-directions-content .intro i strong, .c-recipe__parts-directions-content .intro i b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-recipe__parts-directions-content .intro em strong, .font-degular-loaded .c-recipe__parts-directions-content .intro em b, .font-degular-loaded .c-recipe__parts-directions-content .intro i strong, .font-degular-loaded .c-recipe__parts-directions-content .intro i b {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.c-recipe__parts-directions-content .intro strong, .c-recipe__parts-directions-content .intro b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-recipe__parts-directions-content .intro strong, .font-degular-loaded .c-recipe__parts-directions-content .intro b {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-recipe__parts-directions-content .intro strong em, .c-recipe__parts-directions-content .intro strong i, .c-recipe__parts-directions-content .intro b em, .c-recipe__parts-directions-content .intro b i {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-recipe__parts-directions-content .intro strong em, .font-degular-loaded .c-recipe__parts-directions-content .intro strong i, .font-degular-loaded .c-recipe__parts-directions-content .intro b em, .font-degular-loaded .c-recipe__parts-directions-content .intro b i {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.c-recipe__parts-directions-content .intro:last-child {
  padding-bottom: 0;
}

@media only screen and (min-width: 43.75em) {
  .c-recipe__parts-directions-content .intro {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-recipe__parts-directions-content .intro {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .c-recipe__parts-directions-content .intro em, .c-recipe__parts-directions-content .intro i {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-recipe__parts-directions-content .intro em, .font-degular-loaded .c-recipe__parts-directions-content .intro i {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .c-recipe__parts-directions-content .intro em strong, .c-recipe__parts-directions-content .intro em b, .c-recipe__parts-directions-content .intro i strong, .c-recipe__parts-directions-content .intro i b {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-recipe__parts-directions-content .intro em strong, .font-degular-loaded .c-recipe__parts-directions-content .intro em b, .font-degular-loaded .c-recipe__parts-directions-content .intro i strong, .font-degular-loaded .c-recipe__parts-directions-content .intro i b {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .c-recipe__parts-directions-content .intro strong, .c-recipe__parts-directions-content .intro b {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-recipe__parts-directions-content .intro strong, .font-degular-loaded .c-recipe__parts-directions-content .intro b {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .c-recipe__parts-directions-content .intro strong em, .c-recipe__parts-directions-content .intro strong i, .c-recipe__parts-directions-content .intro b em, .c-recipe__parts-directions-content .intro b i {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-recipe__parts-directions-content .intro strong em, .font-degular-loaded .c-recipe__parts-directions-content .intro strong i, .font-degular-loaded .c-recipe__parts-directions-content .intro b em, .font-degular-loaded .c-recipe__parts-directions-content .intro b i {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
}
.c-recipe__parts-directions-content .disclaimer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-recipe__parts-directions-content .disclaimer {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.c-recipe__parts-directions-content .disclaimer em, .c-recipe__parts-directions-content .disclaimer i {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-recipe__parts-directions-content .disclaimer em, .font-degular-loaded .c-recipe__parts-directions-content .disclaimer i {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-recipe__parts-directions-content .disclaimer strong, .c-recipe__parts-directions-content .disclaimer b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-recipe__parts-directions-content .disclaimer strong, .font-degular-loaded .c-recipe__parts-directions-content .disclaimer b {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

@media only screen and (min-width: 43.75em) {
  .c-recipe__parts-directions-content .disclaimer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-recipe__parts-directions-content .disclaimer {
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .c-recipe__parts-directions-content .disclaimer em, .c-recipe__parts-directions-content .disclaimer i {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-recipe__parts-directions-content .disclaimer em, .font-degular-loaded .c-recipe__parts-directions-content .disclaimer i {
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .c-recipe__parts-directions-content .disclaimer strong, .c-recipe__parts-directions-content .disclaimer b {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-recipe__parts-directions-content .disclaimer strong, .font-degular-loaded .c-recipe__parts-directions-content .disclaimer b {
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
  }
}
.c-recipe__parts-directions-content img {
  width: 100%;
}

.c-recipe__parts-directions-content .wp-caption {
  margin-bottom: 1em;
}

.c-recipe__parts-directions-content .wp-caption img {
  padding-bottom: 0;
}

.c-recipe__parts-directions-content ul li,
.c-recipe__parts-directions-content ol li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  padding-left: 10px;
  padding-left: 0.625rem;
}

.font-degular-loaded .c-recipe__parts-directions-content ul li,
.font-degular-loaded .c-recipe__parts-directions-content ol li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-recipe__parts-directions-content ul li em, .c-recipe__parts-directions-content ul li i,
.c-recipe__parts-directions-content ol li em,
.c-recipe__parts-directions-content ol li i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-recipe__parts-directions-content ul li em, .font-degular-loaded .c-recipe__parts-directions-content ul li i,
.font-degular-loaded .c-recipe__parts-directions-content ol li em,
.font-degular-loaded .c-recipe__parts-directions-content ol li i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.c-recipe__parts-directions-content ul li strong, .c-recipe__parts-directions-content ul li b,
.c-recipe__parts-directions-content ol li strong,
.c-recipe__parts-directions-content ol li b {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-recipe__parts-directions-content ul li strong, .font-degular-loaded .c-recipe__parts-directions-content ul li b,
.font-degular-loaded .c-recipe__parts-directions-content ol li strong,
.font-degular-loaded .c-recipe__parts-directions-content ol li b {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-recipe__parts-directions-content ul li strong em, .c-recipe__parts-directions-content ul li strong i, .c-recipe__parts-directions-content ul li b em, .c-recipe__parts-directions-content ul li b i,
.c-recipe__parts-directions-content ol li strong em,
.c-recipe__parts-directions-content ol li strong i,
.c-recipe__parts-directions-content ol li b em,
.c-recipe__parts-directions-content ol li b i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-recipe__parts-directions-content ul li strong em, .font-degular-loaded .c-recipe__parts-directions-content ul li strong i, .font-degular-loaded .c-recipe__parts-directions-content ul li b em, .font-degular-loaded .c-recipe__parts-directions-content ul li b i,
.font-degular-loaded .c-recipe__parts-directions-content ol li strong em,
.font-degular-loaded .c-recipe__parts-directions-content ol li strong i,
.font-degular-loaded .c-recipe__parts-directions-content ol li b em,
.font-degular-loaded .c-recipe__parts-directions-content ol li b i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.c-recipe__parts-directions-content p:last-child,
.c-recipe__parts-directions-content ul:last-child,
.c-recipe__parts-directions-content ol:last-child {
  padding-bottom: 0;
}

.c-recipe__parts-directions-content p .button:last-child,
.c-recipe__parts-directions-content ul .button:last-child,
.c-recipe__parts-directions-content ol .button:last-child {
  margin-bottom: 0;
}

.c-recipe__parts-directions-content .embed-placeholder:last-child {
  margin-bottom: 0;
}

.c-recipe__parts-directions-content h3 {
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}

.c-recipe__parts-directions-content ol li {
  padding-left: 4px;
  padding-left: 0.25rem;
}

.c-recipe__parts-directions-list {
  margin-left: 0;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  list-style-position: inside;
}

.c-recipe__parts-directions-list-item {
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  padding-left: 0;
}

.c-recipe__parts-directions-list-item p, .c-recipe__parts-directions-list-item li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-recipe__parts-directions-list-item p, .font-degular-loaded .c-recipe__parts-directions-list-item li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-recipe__parts-directions-list-item p b, .c-recipe__parts-directions-list-item p strong, .c-recipe__parts-directions-list-item p em, .c-recipe__parts-directions-list-item p i, .c-recipe__parts-directions-list-item li b, .c-recipe__parts-directions-list-item li strong, .c-recipe__parts-directions-list-item li em, .c-recipe__parts-directions-list-item li i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-recipe__parts-directions-list-item p b, .font-degular-loaded .c-recipe__parts-directions-list-item p strong, .font-degular-loaded .c-recipe__parts-directions-list-item p em, .font-degular-loaded .c-recipe__parts-directions-list-item p i, .font-degular-loaded .c-recipe__parts-directions-list-item li b, .font-degular-loaded .c-recipe__parts-directions-list-item li strong, .font-degular-loaded .c-recipe__parts-directions-list-item li em, .font-degular-loaded .c-recipe__parts-directions-list-item li i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-recipe__parts-directions-list-item::marker {
  display: list-item;
  color: #002E5D;
}

.c-recipe__parts-directions-list-item p:last-child {
  padding-bottom: 0;
}

.c-recipe__parts-nutrition {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.c-recipe__parts-nutrition-description {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-recipe__parts-nutrition-description {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.c-recipe__parts-nutrition-description em, .c-recipe__parts-nutrition-description i {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-recipe__parts-nutrition-description em, .font-degular-loaded .c-recipe__parts-nutrition-description i {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-recipe__parts-nutrition-description strong, .c-recipe__parts-nutrition-description b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-recipe__parts-nutrition-description strong, .font-degular-loaded .c-recipe__parts-nutrition-description b {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.c-recipe__parts-nutrition-description p:last-child {
  padding-bottom: 0;
}

.c-recipe__parts-tertiary-types {
  padding-top: 15px;
  padding-top: 0.9375rem;
  text-transform: uppercase;
}

.c-recipe__parts-tertiary-types-term-seperator {
  color: #002E5D;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
}

.c-recipe__alert {
  padding: 10px;
  padding: 0.625rem;
  background-color: #ffffff;
  color: #002E5D;
  position: absolute;
  top: -60px;
  top: -3.75rem;
  left: 50%;
  text-align: center;
  width: 160px;
  width: 10rem;
  z-index: 300;
  transform: translateX(-50%);
  font-size: 18px;
  font-size: 1.125rem;
}

.c-recipe__alert .icon {
  color: #ffffff;
}

.c-recipe__alert .icon__img {
  width: 16px;
  height: 16px;
}

.c-recipe__alert .icon__img svg * {
  fill: currentColor;
}

.c-recipe__alert .icon__img--r-svg {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

@media only screen and (min-width: 1em) {
  .c-recipe__alert .icon__img--r-svg--max-scale {
    width: 16px;
    height: 16px;
    padding-bottom: 0;
  }
}
.c-recipe__products {
  padding: 40px 10px;
  padding: 2.5rem 0.625rem;
}

.c-recipe__products h2 {
  text-transform: uppercase;
  padding-bottom: 1rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-align: center;
}

.font-knockout-50-loaded .c-recipe__products h2 {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__products h2 em, .c-recipe__products h2 i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-recipe__products h2 em, .font-knockout-50-loaded .c-recipe__products h2 i {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__products h2 em strong, .c-recipe__products h2 em b, .c-recipe__products h2 i strong, .c-recipe__products h2 i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-recipe__products h2 em strong, .font-knockout-50-loaded .c-recipe__products h2 em b, .font-knockout-50-loaded .c-recipe__products h2 i strong, .font-knockout-50-loaded .c-recipe__products h2 i b {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__products h2 strong, .c-recipe__products h2 b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-recipe__products h2 strong, .font-knockout-50-loaded .c-recipe__products h2 b {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe__products h2 strong em, .c-recipe__products h2 strong i, .c-recipe__products h2 b em, .c-recipe__products h2 b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-recipe__products h2 strong em, .font-knockout-50-loaded .c-recipe__products h2 strong i, .font-knockout-50-loaded .c-recipe__products h2 b em, .font-knockout-50-loaded .c-recipe__products h2 b i {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

@media only screen and (min-width: 43.75em) {
  .c-recipe__products h2 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-recipe__products h2 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__products h2 em, .c-recipe__products h2 i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-recipe__products h2 em, .font-knockout-50-loaded .c-recipe__products h2 i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__products h2 em strong, .c-recipe__products h2 em b, .c-recipe__products h2 i strong, .c-recipe__products h2 i b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-recipe__products h2 em strong, .font-knockout-50-loaded .c-recipe__products h2 em b, .font-knockout-50-loaded .c-recipe__products h2 i strong, .font-knockout-50-loaded .c-recipe__products h2 i b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__products h2 strong, .c-recipe__products h2 b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-recipe__products h2 strong, .font-knockout-50-loaded .c-recipe__products h2 b {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__products h2 strong em, .c-recipe__products h2 strong i, .c-recipe__products h2 b em, .c-recipe__products h2 b i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-recipe__products h2 strong em, .font-knockout-50-loaded .c-recipe__products h2 strong i, .font-knockout-50-loaded .c-recipe__products h2 b em, .font-knockout-50-loaded .c-recipe__products h2 b i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 80em) {
  .c-recipe__products h2 {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-recipe__products h2 {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__products h2 em, .c-recipe__products h2 i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-recipe__products h2 em, .font-knockout-50-loaded .c-recipe__products h2 i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__products h2 em strong, .c-recipe__products h2 em b, .c-recipe__products h2 i strong, .c-recipe__products h2 i b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-recipe__products h2 em strong, .font-knockout-50-loaded .c-recipe__products h2 em b, .font-knockout-50-loaded .c-recipe__products h2 i strong, .font-knockout-50-loaded .c-recipe__products h2 i b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__products h2 strong, .c-recipe__products h2 b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-recipe__products h2 strong, .font-knockout-50-loaded .c-recipe__products h2 b {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe__products h2 strong em, .c-recipe__products h2 strong i, .c-recipe__products h2 b em, .c-recipe__products h2 b i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-50-loaded .c-recipe__products h2 strong em, .font-knockout-50-loaded .c-recipe__products h2 strong i, .font-knockout-50-loaded .c-recipe__products h2 b em, .font-knockout-50-loaded .c-recipe__products h2 b i {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.c-recipe__products .content-block {
  padding-bottom: 0;
}

.c-recipe__products .c-card-grid--carousel .c-card-grid__scroller-wrapper:before {
  background: linear-gradient(90deg, #FAF5E4 0%, transparent 100%);
}

.c-recipe__products .c-card-grid--carousel .c-card-grid__scroller-wrapper:after {
  background: linear-gradient(90deg, transparent 0%, #FAF5E4 100%);
}

@media only screen and (min-width: 21.25em) and (max-width: 38.6875em) {
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__utility-bar,
  .group--full .content-block--recipe .c-recipe .c-recipe__utility-bar {
    padding-top: 40px;
    padding-top: 2.5rem;
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 22.5em) and (max-width: 32.4375em) {
  .page-template-recipe_detail .group--full .c-recipe .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-stars-container,
  .group--full .content-block--recipe .c-recipe .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-stars-container {
    align-content: center;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-stars,
  .group--full .content-block--recipe .c-recipe .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-stars {
    flex-direction: row;
  }
}
@media only screen and (min-width: 25.625em) {
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__type-bar-item,
  .group--full .content-block--recipe .c-recipe .c-recipe__type-bar-item {
    width: 50%;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__type-bar-item:before,
  .group--full .content-block--recipe .c-recipe .c-recipe__type-bar-item:before {
    width: 100%;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__content-container,
  .group--full .content-block--recipe .c-recipe .c-recipe__content-container {
    overflow: hidden;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__content-container:has(.sc-btn-retailer-wrapper--js-position),
  .group--full .content-block--recipe .c-recipe .c-recipe__content-container:has(.sc-btn-retailer-wrapper--js-position) {
    overflow: visible;
    contain: layout;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__type-bar-cn-2,
  .group--full .content-block--recipe .c-recipe .c-recipe__type-bar-cn-2 {
    flex-wrap: nowrap;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 25.625em) and (min-width: 22.5em) {
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__type-bar-cn-2,
  .group--full .content-block--recipe .c-recipe .c-recipe__type-bar-cn-2 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 25.625em) and (min-width: 62.5em) {
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__type-bar-cn-2,
  .group--full .content-block--recipe .c-recipe .c-recipe__type-bar-cn-2 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 25.625em) {
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__type-bar-cn-2 .c-recipe__type-bar-item,
  .group--full .content-block--recipe .c-recipe .c-recipe__type-bar-cn-2 .c-recipe__type-bar-item {
    justify-content: center;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__type-bar-cn-2 .c-recipe__type-bar-item:last-child,
  .group--full .content-block--recipe .c-recipe .c-recipe__type-bar-cn-2 .c-recipe__type-bar-item:last-child {
    margin-right: -5px;
    margin-right: -0.3125rem;
  }
}
@media only screen and (min-width: 32.5em) and (max-width: 38.6875em) {
  .page-template-recipe_detail .group--full .c-recipe .c-pr-snippet .p-w-r .pr-snippet,
  .group--full .content-block--recipe .c-recipe .c-pr-snippet .p-w-r .pr-snippet {
    display: flex;
    justify-content: space-around;
    gap: 0.8333333333em;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-stars-container,
  .group--full .content-block--recipe .c-recipe .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-stars-container {
    flex-basis: fit-content;
    margin-left: unset;
    margin-right: unset;
    padding-bottom: 0;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count,
  .group--full .content-block--recipe .c-recipe .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count {
    font-size: 20px !important;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link,
  .group--full .content-block--recipe .c-recipe .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link {
    font-size: 20px !important;
  }
}
@media only screen and (min-width: 36.875em) and (max-width: 38.6875em) {
  .page-template-recipe_detail .group--full .c-recipe .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-stars-container,
  .group--full .content-block--recipe .c-recipe .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-stars-container {
    align-content: center;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-stars,
  .group--full .content-block--recipe .c-recipe .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-stars {
    flex-direction: row;
  }
}
@media only screen and (min-width: 43.125em) {
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__utility-bar,
  .group--full .content-block--recipe .c-recipe .c-recipe__utility-bar {
    justify-content: center;
    flex-direction: row;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__utility-bar-col,
  .group--full .content-block--recipe .c-recipe .c-recipe__utility-bar-col {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 47.5em) {
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts {
    display: flex;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-ingredients,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-ingredients {
    flex-basis: auto;
    padding-right: 5%;
    width: 34%;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-directions,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-directions {
    flex-basis: auto;
    min-width: 0;
    width: 100%;
    padding-left: 5%;
    padding-top: 0;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-ingredients,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-ingredients {
    min-width: 303px;
    min-width: 18.9375rem;
  }
  .page-template-recipe_detail .group--full .c-recipe,
  .group--full .content-block--recipe .c-recipe {
    padding-left: 0.8333333333em;
    padding-right: 0.8333333333em;
  }
}
@media only screen and (min-width: 47.5em) and (min-width: 22.5em) {
  .page-template-recipe_detail .group--full .c-recipe,
  .group--full .content-block--recipe .c-recipe {
    padding-left: 1.6666666667em;
  }
}
@media only screen and (min-width: 47.5em) and (min-width: 62.5em) {
  .page-template-recipe_detail .group--full .c-recipe,
  .group--full .content-block--recipe .c-recipe {
    padding-left: 4%;
  }
}
@media only screen and (min-width: 47.5em) and (min-width: 22.5em) {
  .page-template-recipe_detail .group--full .c-recipe,
  .group--full .content-block--recipe .c-recipe {
    padding-right: 1.6666666667em;
  }
}
@media only screen and (min-width: 47.5em) and (min-width: 62.5em) {
  .page-template-recipe_detail .group--full .c-recipe,
  .group--full .content-block--recipe .c-recipe {
    padding-right: 4%;
  }
}
@media only screen and (min-width: 47.5em) {
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__hero-band,
  .group--full .content-block--recipe .c-recipe .c-recipe__hero-band {
    padding-top: 50px;
    padding-top: 3.125rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__hero-chef,
  .group--full .content-block--recipe .c-recipe .c-recipe__hero-chef {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__hero-chef,
  .font-degular-loaded .group--full .content-block--recipe .c-recipe .c-recipe__hero-chef {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__review-utility-bar-container,
  .group--full .content-block--recipe .c-recipe .c-recipe__review-utility-bar-container {
    padding: 60px 0px 60px 0px;
    padding: 3.75rem 0rem 3.75rem 0rem;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__utility-bar-item-label--time,
  .group--full .content-block--recipe .c-recipe .c-recipe__utility-bar-item-label--time {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__utility-bar-item-label--time,
  .font-degular-loaded .group--full .content-block--recipe .c-recipe .c-recipe__utility-bar-item-label--time {
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__content,
  .group--full .content-block--recipe .c-recipe .c-recipe__content {
    padding: 40px;
    padding: 2.5rem;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__content-introduction p,
  .group--full .content-block--recipe .c-recipe .c-recipe__content-introduction p {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.2;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__content-introduction p,
  .font-degular-loaded .group--full .content-block--recipe .c-recipe .c-recipe__content-introduction p {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.2;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__content-introduction p em,
  .group--full .content-block--recipe .c-recipe .c-recipe__content-introduction p em {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.2;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__content-introduction p em,
  .font-degular-loaded .group--full .content-block--recipe .c-recipe .c-recipe__content-introduction p em {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.2;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts {
    padding: 80px 60px;
    padding: 5rem 3.75rem;
    display: flex;
    flex-direction: row;
    gap: 40px;
    gap: 2.5rem;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts:before, .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts:after,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts:before,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts:after {
    display: none;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-ingredients,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-ingredients {
    padding: 0px;
    padding: 0rem;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display,
  .font-knockout-51-loaded .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display em, .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display i,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display em,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display em, .font-knockout-51-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display i,
  .font-knockout-51-loaded .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display em,
  .font-knockout-51-loaded .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display em strong, .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display em b, .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display i strong, .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display i b,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display em strong,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display em b,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display i strong,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display i b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display em strong, .font-knockout-51-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display em b, .font-knockout-51-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display i strong, .font-knockout-51-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display i b,
  .font-knockout-51-loaded .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display em strong,
  .font-knockout-51-loaded .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display em b,
  .font-knockout-51-loaded .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display i strong,
  .font-knockout-51-loaded .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display i b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display strong, .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display b,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display strong,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display strong, .font-knockout-51-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display b,
  .font-knockout-51-loaded .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display strong,
  .font-knockout-51-loaded .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display strong em, .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display strong i, .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display b em, .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display b i,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display strong em,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display strong i,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display b em,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display b i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display strong em, .font-knockout-51-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display strong i, .font-knockout-51-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display b em, .font-knockout-51-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display b i,
  .font-knockout-51-loaded .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display strong em,
  .font-knockout-51-loaded .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display strong i,
  .font-knockout-51-loaded .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display b em,
  .font-knockout-51-loaded .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display b i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-directions,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-directions {
    padding: 0px;
    padding: 0rem;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-tertiary-types,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-tertiary-types {
    padding-top: 60px;
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width: 50em) and (max-width: 68.0625em) {
  .page-template-recipe_detail .group--full .c-recipe .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-stars-container,
  .group--full .content-block--recipe .c-recipe .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-stars-container {
    align-content: center;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-stars,
  .group--full .content-block--recipe .c-recipe .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-stars {
    flex-direction: row;
  }
}
@media only screen and (min-width: 53.125em) {
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts {
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
    padding-top: 80px;
    padding-top: 5rem;
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
}
@media only screen and (min-width: 53.125em) and (min-width: 22.5em) {
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts {
    padding-left: 40px;
    padding-left: 2.5rem;
  }
}
@media only screen and (min-width: 53.125em) and (min-width: 62.5em) {
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts {
    padding-left: 4%;
  }
}
@media only screen and (min-width: 53.125em) and (min-width: 22.5em) {
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts {
    padding-right: 40px;
    padding-right: 2.5rem;
  }
}
@media only screen and (min-width: 53.125em) and (min-width: 62.5em) {
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts {
    padding-right: 4%;
  }
}
@media only screen and (min-width: 53.75em) {
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__review-utility-bar-container,
  .group--full .content-block--recipe .c-recipe .c-recipe__review-utility-bar-container {
    gap: 0;
    flex-direction: row-reverse;
    align-items: stretch;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__review-bar, .page-template-recipe_detail .group--full .c-recipe .c-recipe__utility-bar,
  .group--full .content-block--recipe .c-recipe .c-recipe__review-bar,
  .group--full .content-block--recipe .c-recipe .c-recipe__utility-bar {
    display: flex;
    align-items: center;
    padding-top: 1.25em;
    padding-bottom: 0.8333333333em;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__review-bar,
  .group--full .content-block--recipe .c-recipe .c-recipe__review-bar {
    justify-content: center;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__review-bar > div,
  .group--full .content-block--recipe .c-recipe .c-recipe__review-bar > div {
    width: 100%;
    max-width: 25em;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__content-container,
  .group--full .content-block--recipe .c-recipe .c-recipe__content-container {
    overflow: hidden;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__content-container:has(.sc-btn-retailer-wrapper--js-position),
  .group--full .content-block--recipe .c-recipe .c-recipe__content-container:has(.sc-btn-retailer-wrapper--js-position) {
    overflow: visible;
    contain: layout;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__type-bar-cn-3,
  .group--full .content-block--recipe .c-recipe .c-recipe__type-bar-cn-3 {
    flex-wrap: nowrap;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 53.75em) and (min-width: 22.5em) {
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__type-bar-cn-3,
  .group--full .content-block--recipe .c-recipe .c-recipe__type-bar-cn-3 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 53.75em) and (min-width: 62.5em) {
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__type-bar-cn-3,
  .group--full .content-block--recipe .c-recipe .c-recipe__type-bar-cn-3 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 53.75em) {
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__type-bar-cn-3 .c-recipe__type-bar-item,
  .group--full .content-block--recipe .c-recipe .c-recipe__type-bar-cn-3 .c-recipe__type-bar-item {
    justify-content: center;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__type-bar-cn-3 .c-recipe__type-bar-item:last-child,
  .group--full .content-block--recipe .c-recipe .c-recipe__type-bar-cn-3 .c-recipe__type-bar-item:last-child {
    margin-right: -5px;
    margin-right: -0.3125rem;
  }
  .page-template-recipe_detail .group--full .c-recipe__utility-bar,
  .group--full .content-block--recipe .c-recipe__utility-bar {
    width: 100%;
  }
  .page-template-recipe_detail .group--full .c-recipe__utility-bar-col:first-child,
  .group--full .content-block--recipe .c-recipe__utility-bar-col:first-child {
    flex-basis: 33.333%;
  }
}
@media only screen and (min-width: 59.375em) {
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-ingredients,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-ingredients {
    min-width: 440px;
    min-width: 27.5rem;
  }
}
@media only screen and (min-width: 68.125em) {
  .page-template-recipe_detail .group--full .c-recipe .c-pr-snippet .p-w-r .pr-snippet,
  .group--full .content-block--recipe .c-recipe .c-pr-snippet .p-w-r .pr-snippet {
    display: flex;
    justify-content: space-around;
    gap: 0.8333333333em;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-stars-container,
  .group--full .content-block--recipe .c-recipe .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-stars-container {
    flex-basis: fit-content;
    margin-left: unset;
    margin-right: unset;
    padding-bottom: 0;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count,
  .group--full .content-block--recipe .c-recipe .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count {
    font-size: 20px !important;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link,
  .group--full .content-block--recipe .c-recipe .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link {
    font-size: 20px !important;
  }
}
@media only screen and (min-width: 75em) {
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__content-container,
  .group--full .content-block--recipe .c-recipe .c-recipe__content-container {
    overflow: hidden;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__content-container:has(.sc-btn-retailer-wrapper--js-position),
  .group--full .content-block--recipe .c-recipe .c-recipe__content-container:has(.sc-btn-retailer-wrapper--js-position) {
    overflow: visible;
    contain: layout;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__type-bar-cn-4,
  .group--full .content-block--recipe .c-recipe .c-recipe__type-bar-cn-4 {
    flex-wrap: nowrap;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 75em) and (min-width: 22.5em) {
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__type-bar-cn-4,
  .group--full .content-block--recipe .c-recipe .c-recipe__type-bar-cn-4 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 75em) and (min-width: 62.5em) {
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__type-bar-cn-4,
  .group--full .content-block--recipe .c-recipe .c-recipe__type-bar-cn-4 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 75em) {
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__type-bar-cn-4 .c-recipe__type-bar-item,
  .group--full .content-block--recipe .c-recipe .c-recipe__type-bar-cn-4 .c-recipe__type-bar-item {
    justify-content: center;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__type-bar-cn-4 .c-recipe__type-bar-item:last-child,
  .group--full .content-block--recipe .c-recipe .c-recipe__type-bar-cn-4 .c-recipe__type-bar-item:last-child {
    margin-right: -5px;
    margin-right: -0.3125rem;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__hero-band,
  .group--full .content-block--recipe .c-recipe .c-recipe__hero-band {
    padding-top: 60px;
    padding-top: 3.75rem;
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__hero-title,
  .group--full .content-block--recipe .c-recipe .c-recipe__hero-title {
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.85714;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__hero-title,
  .font-knockout-51-loaded .group--full .content-block--recipe .c-recipe .c-recipe__hero-title {
    font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.85714;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__review-utility-bar-container,
  .group--full .content-block--recipe .c-recipe .c-recipe__review-utility-bar-container {
    padding: 50px 0px 60px 0px;
    padding: 3.125rem 0rem 3.75rem 0rem;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__utility-bar-item-label--time,
  .group--full .content-block--recipe .c-recipe .c-recipe__utility-bar-item-label--time {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__utility-bar-item-label--time,
  .font-degular-loaded .group--full .content-block--recipe .c-recipe .c-recipe__utility-bar-item-label--time {
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__utility-bar,
  .group--full .content-block--recipe .c-recipe .c-recipe__utility-bar {
    gap: 50px;
    gap: 3.125rem;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__utility-bar-col:first-child,
  .group--full .content-block--recipe .c-recipe .c-recipe__utility-bar-col:first-child {
    min-width: 160px;
    min-width: 10rem;
    min-height: 160px;
    min-height: 10rem;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__utility-bar-col:last-child,
  .group--full .content-block--recipe .c-recipe .c-recipe__utility-bar-col:last-child {
    gap: 50px;
    gap: 3.125rem;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__utility-bar-item--duration,
  .group--full .content-block--recipe .c-recipe .c-recipe__utility-bar-item--duration {
    height: 160px;
    height: 10rem;
    max-width: 160px;
    max-width: 10rem;
    max-height: 160px;
    max-height: 10rem;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__utility-bar-item--action, .page-template-recipe_detail .group--full .c-recipe .c-recipe__utility-bar-item--print-action,
  .group--full .content-block--recipe .c-recipe .c-recipe__utility-bar-item--action,
  .group--full .content-block--recipe .c-recipe .c-recipe__utility-bar-item--print-action {
    height: 100px;
    height: 6.25rem;
    max-width: 100px;
    max-width: 6.25rem;
    max-height: 100px;
    max-height: 6.25rem;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__content,
  .group--full .content-block--recipe .c-recipe .c-recipe__content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 75em) and (min-width: 22.5em) {
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__content,
  .group--full .content-block--recipe .c-recipe .c-recipe__content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 75em) and (min-width: 62.5em) {
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__content,
  .group--full .content-block--recipe .c-recipe .c-recipe__content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 75em) {
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__content-introduction p,
  .group--full .content-block--recipe .c-recipe .c-recipe__content-introduction p {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.2;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__content-introduction p,
  .font-degular-loaded .group--full .content-block--recipe .c-recipe .c-recipe__content-introduction p {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.2;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__content-introduction p em,
  .group--full .content-block--recipe .c-recipe .c-recipe__content-introduction p em {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.2;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__content-introduction p em,
  .font-degular-loaded .group--full .content-block--recipe .c-recipe .c-recipe__content-introduction p em {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.2;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__type-bar .c-recipe__type-bar-item,
  .group--full .content-block--recipe .c-recipe .c-recipe__type-bar .c-recipe__type-bar-item {
    padding: 20px 20px;
    padding: 1.25rem 1.25rem;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__type-bar .c-recipe__type-bar-item-property,
  .group--full .content-block--recipe .c-recipe .c-recipe__type-bar .c-recipe__type-bar-item-property {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__type-bar .c-recipe__type-bar-item-property,
  .font-degular-loaded .group--full .content-block--recipe .c-recipe .c-recipe__type-bar .c-recipe__type-bar-item-property {
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts {
    gap: 80px;
    gap: 5rem;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-ingredients-table th,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-ingredients-table th {
    padding: 20px 12px;
    padding: 1.25rem 0.75rem;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-ingredients-table td,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-ingredients-table td {
    padding: 10px;
    padding: 0.625rem;
    vertical-align: top;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2222222222;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-ingredients-table td,
  .font-degular-loaded .group--full .content-block--recipe .c-recipe .c-recipe__parts-ingredients-table td {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2222222222;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-ingredients-table td .amount,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-ingredients-table td .amount {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2222222222;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-ingredients-table td .amount,
  .font-degular-loaded .group--full .content-block--recipe .c-recipe .c-recipe__parts-ingredients-table td .amount {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2222222222;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-ingredients-table td b, .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-ingredients-table td strong, .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-ingredients-table td em, .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-ingredients-table td i,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-ingredients-table td b,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-ingredients-table td strong,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-ingredients-table td em,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-ingredients-table td i {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2222222222;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-ingredients-table td b, .font-degular-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-ingredients-table td strong, .font-degular-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-ingredients-table td em, .font-degular-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-ingredients-table td i,
  .font-degular-loaded .group--full .content-block--recipe .c-recipe .c-recipe__parts-ingredients-table td b,
  .font-degular-loaded .group--full .content-block--recipe .c-recipe .c-recipe__parts-ingredients-table td strong,
  .font-degular-loaded .group--full .content-block--recipe .c-recipe .c-recipe__parts-ingredients-table td em,
  .font-degular-loaded .group--full .content-block--recipe .c-recipe .c-recipe__parts-ingredients-table td i {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2222222222;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display,
  .font-knockout-51-loaded .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display em, .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display i,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display em,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display em, .font-knockout-51-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display i,
  .font-knockout-51-loaded .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display em,
  .font-knockout-51-loaded .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display em strong, .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display em b, .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display i strong, .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display i b,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display em strong,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display em b,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display i strong,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display i b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display em strong, .font-knockout-51-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display em b, .font-knockout-51-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display i strong, .font-knockout-51-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display i b,
  .font-knockout-51-loaded .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display em strong,
  .font-knockout-51-loaded .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display em b,
  .font-knockout-51-loaded .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display i strong,
  .font-knockout-51-loaded .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display i b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display strong, .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display b,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display strong,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display strong, .font-knockout-51-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display b,
  .font-knockout-51-loaded .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display strong,
  .font-knockout-51-loaded .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display strong em, .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display strong i, .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display b em, .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display b i,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display strong em,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display strong i,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display b em,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display b i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display strong em, .font-knockout-51-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display strong i, .font-knockout-51-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display b em, .font-knockout-51-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-serving-display b i,
  .font-knockout-51-loaded .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display strong em,
  .font-knockout-51-loaded .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display strong i,
  .font-knockout-51-loaded .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display b em,
  .font-knockout-51-loaded .group--full .content-block--recipe .c-recipe .c-recipe__parts-serving-display b i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-directions-list,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-directions-list {
    list-style-position: outside;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-directions-list p, .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-directions-list li,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-directions-list p,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-directions-list li {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-directions-list p, .font-degular-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-directions-list li,
  .font-degular-loaded .group--full .content-block--recipe .c-recipe .c-recipe__parts-directions-list p,
  .font-degular-loaded .group--full .content-block--recipe .c-recipe .c-recipe__parts-directions-list li {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-directions-list p b, .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-directions-list p strong, .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-directions-list p em, .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-directions-list p i, .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-directions-list li b, .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-directions-list li strong, .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-directions-list li em, .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-directions-list li i,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-directions-list p b,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-directions-list p strong,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-directions-list p em,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-directions-list p i,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-directions-list li b,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-directions-list li strong,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-directions-list li em,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-directions-list li i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-directions-list p b, .font-degular-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-directions-list p strong, .font-degular-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-directions-list p em, .font-degular-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-directions-list p i, .font-degular-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-directions-list li b, .font-degular-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-directions-list li strong, .font-degular-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-directions-list li em, .font-degular-loaded .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-directions-list li i,
  .font-degular-loaded .group--full .content-block--recipe .c-recipe .c-recipe__parts-directions-list p b,
  .font-degular-loaded .group--full .content-block--recipe .c-recipe .c-recipe__parts-directions-list p strong,
  .font-degular-loaded .group--full .content-block--recipe .c-recipe .c-recipe__parts-directions-list p em,
  .font-degular-loaded .group--full .content-block--recipe .c-recipe .c-recipe__parts-directions-list p i,
  .font-degular-loaded .group--full .content-block--recipe .c-recipe .c-recipe__parts-directions-list li b,
  .font-degular-loaded .group--full .content-block--recipe .c-recipe .c-recipe__parts-directions-list li strong,
  .font-degular-loaded .group--full .content-block--recipe .c-recipe .c-recipe__parts-directions-list li em,
  .font-degular-loaded .group--full .content-block--recipe .c-recipe .c-recipe__parts-directions-list li i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
}
@media only screen and (min-width: 81.25em) {
  .page-template-recipe_detail .group--full .c-recipe .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-stars-container,
  .group--full .content-block--recipe .c-recipe .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-stars-container {
    align-content: center;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-stars,
  .group--full .content-block--recipe .c-recipe .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-stars {
    flex-direction: row;
  }
}
@media only screen and (min-width: 67.5em) {
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__type-bar, .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts,
  .group--full .content-block--recipe .c-recipe .c-recipe__type-bar,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts {
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-recipe_detail .group--full .c-recipe .c-recipe__parts-ingredients,
  .group--full .content-block--recipe .c-recipe .c-recipe__parts-ingredients {
    min-width: 462px;
    min-width: 28.875rem;
  }
}
.c-page-header__internal-block--recipe {
  padding-left: 0.8333333333em;
  padding-right: 0.8333333333em;
  max-width: 60em;
}

@media only screen and (min-width: 22.5em) {
  .c-page-header__internal-block--recipe {
    padding-left: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-page-header__internal-block--recipe {
    padding-left: 4%;
  }
}
@media only screen and (min-width: 22.5em) {
  .c-page-header__internal-block--recipe {
    padding-right: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-page-header__internal-block--recipe {
    padding-right: 4%;
  }
}
@media only screen and (min-width: 21.25em) and (max-width: 38.6875em) {
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__utility-bar {
    padding-top: 40px;
    padding-top: 2.5rem;
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 22.5em) and (max-width: 32.4375em) {
  .c-page-header__internal-block--recipe .c-recipe .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-stars-container {
    align-content: center;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-stars {
    flex-direction: row;
  }
}
@media only screen and (min-width: 25.625em) {
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__type-bar-item {
    width: 50%;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__type-bar-item:before {
    width: 100%;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__content-container {
    overflow: hidden;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__content-container:has(.sc-btn-retailer-wrapper--js-position) {
    overflow: visible;
    contain: layout;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__type-bar-cn-2 {
    flex-wrap: nowrap;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 25.625em) and (min-width: 22.5em) {
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__type-bar-cn-2 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 25.625em) and (min-width: 62.5em) {
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__type-bar-cn-2 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 25.625em) {
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__type-bar-cn-2 .c-recipe__type-bar-item {
    justify-content: center;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__type-bar-cn-2 .c-recipe__type-bar-item:last-child {
    margin-right: -5px;
    margin-right: -0.3125rem;
  }
}
@media only screen and (min-width: 32.5em) and (max-width: 38.6875em) {
  .c-page-header__internal-block--recipe .c-recipe .c-pr-snippet .p-w-r .pr-snippet {
    display: flex;
    justify-content: space-around;
    gap: 0.8333333333em;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-stars-container {
    flex-basis: fit-content;
    margin-left: unset;
    margin-right: unset;
    padding-bottom: 0;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count {
    font-size: 20px !important;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link {
    font-size: 20px !important;
  }
}
@media only screen and (min-width: 36.875em) and (max-width: 38.6875em) {
  .c-page-header__internal-block--recipe .c-recipe .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-stars-container {
    align-content: center;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-stars {
    flex-direction: row;
  }
}
@media only screen and (min-width: 43.125em) {
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__utility-bar {
    justify-content: center;
    flex-direction: row;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__utility-bar-col {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 47.5em) {
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts {
    display: flex;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-ingredients {
    flex-basis: auto;
    padding-right: 5%;
    width: 34%;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-directions {
    flex-basis: auto;
    min-width: 0;
    width: 100%;
    padding-left: 5%;
    padding-top: 0;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-ingredients {
    min-width: 303px;
    min-width: 18.9375rem;
  }
  .c-page-header__internal-block--recipe .c-recipe {
    padding-left: 0.8333333333em;
    padding-right: 0.8333333333em;
  }
}
@media only screen and (min-width: 47.5em) and (min-width: 22.5em) {
  .c-page-header__internal-block--recipe .c-recipe {
    padding-left: 1.6666666667em;
  }
}
@media only screen and (min-width: 47.5em) and (min-width: 62.5em) {
  .c-page-header__internal-block--recipe .c-recipe {
    padding-left: 4%;
  }
}
@media only screen and (min-width: 47.5em) and (min-width: 22.5em) {
  .c-page-header__internal-block--recipe .c-recipe {
    padding-right: 1.6666666667em;
  }
}
@media only screen and (min-width: 47.5em) and (min-width: 62.5em) {
  .c-page-header__internal-block--recipe .c-recipe {
    padding-right: 4%;
  }
}
@media only screen and (min-width: 47.5em) {
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__hero-band {
    padding-top: 50px;
    padding-top: 3.125rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__hero-chef {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__hero-chef {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__review-utility-bar-container {
    padding: 60px 0px 60px 0px;
    padding: 3.75rem 0rem 3.75rem 0rem;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__utility-bar-item-label--time {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__utility-bar-item-label--time {
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__content {
    padding: 40px;
    padding: 2.5rem;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__content-introduction p {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.2;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__content-introduction p {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.2;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__content-introduction p em {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.2;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__content-introduction p em {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.2;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts {
    padding: 80px 60px;
    padding: 5rem 3.75rem;
    display: flex;
    flex-direction: row;
    gap: 40px;
    gap: 2.5rem;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts:before, .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts:after {
    display: none;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-ingredients {
    padding: 0px;
    padding: 0rem;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display em, .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display em, .font-knockout-51-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display em strong, .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display em b, .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display i strong, .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display i b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display em strong, .font-knockout-51-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display em b, .font-knockout-51-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display i strong, .font-knockout-51-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display i b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display strong, .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display strong, .font-knockout-51-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display strong em, .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display strong i, .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display b em, .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display b i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display strong em, .font-knockout-51-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display strong i, .font-knockout-51-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display b em, .font-knockout-51-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display b i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-directions {
    padding: 0px;
    padding: 0rem;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-tertiary-types {
    padding-top: 60px;
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width: 50em) and (max-width: 68.0625em) {
  .c-page-header__internal-block--recipe .c-recipe .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-stars-container {
    align-content: center;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-stars {
    flex-direction: row;
  }
}
@media only screen and (min-width: 53.125em) {
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts {
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
    padding-top: 80px;
    padding-top: 5rem;
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
}
@media only screen and (min-width: 53.125em) and (min-width: 22.5em) {
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts {
    padding-left: 40px;
    padding-left: 2.5rem;
  }
}
@media only screen and (min-width: 53.125em) and (min-width: 62.5em) {
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts {
    padding-left: 4%;
  }
}
@media only screen and (min-width: 53.125em) and (min-width: 22.5em) {
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts {
    padding-right: 40px;
    padding-right: 2.5rem;
  }
}
@media only screen and (min-width: 53.125em) and (min-width: 62.5em) {
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts {
    padding-right: 4%;
  }
}
@media only screen and (min-width: 53.75em) {
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__review-utility-bar-container {
    gap: 0;
    flex-direction: row-reverse;
    align-items: stretch;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__review-bar, .c-page-header__internal-block--recipe .c-recipe .c-recipe__utility-bar {
    display: flex;
    align-items: center;
    padding-top: 1.25em;
    padding-bottom: 0.8333333333em;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__review-bar {
    justify-content: center;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__review-bar > div {
    width: 100%;
    max-width: 25em;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__content-container {
    overflow: hidden;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__content-container:has(.sc-btn-retailer-wrapper--js-position) {
    overflow: visible;
    contain: layout;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__type-bar-cn-3 {
    flex-wrap: nowrap;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 53.75em) and (min-width: 22.5em) {
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__type-bar-cn-3 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 53.75em) and (min-width: 62.5em) {
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__type-bar-cn-3 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 53.75em) {
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__type-bar-cn-3 .c-recipe__type-bar-item {
    justify-content: center;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__type-bar-cn-3 .c-recipe__type-bar-item:last-child {
    margin-right: -5px;
    margin-right: -0.3125rem;
  }
  .c-page-header__internal-block--recipe .c-recipe__utility-bar {
    width: 100%;
  }
  .c-page-header__internal-block--recipe .c-recipe__utility-bar-col:first-child {
    flex-basis: 33.333%;
  }
}
@media only screen and (min-width: 59.375em) {
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-ingredients {
    min-width: 440px;
    min-width: 27.5rem;
  }
}
@media only screen and (min-width: 68.125em) {
  .c-page-header__internal-block--recipe .c-recipe .c-pr-snippet .p-w-r .pr-snippet {
    display: flex;
    justify-content: space-around;
    gap: 0.8333333333em;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-stars-container {
    flex-basis: fit-content;
    margin-left: unset;
    margin-right: unset;
    padding-bottom: 0;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-review-count {
    font-size: 20px !important;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-write-review-link {
    font-size: 20px !important;
  }
}
@media only screen and (min-width: 75em) {
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__content-container {
    overflow: hidden;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__content-container:has(.sc-btn-retailer-wrapper--js-position) {
    overflow: visible;
    contain: layout;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__type-bar-cn-4 {
    flex-wrap: nowrap;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 75em) and (min-width: 22.5em) {
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__type-bar-cn-4 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 75em) and (min-width: 62.5em) {
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__type-bar-cn-4 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 75em) {
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__type-bar-cn-4 .c-recipe__type-bar-item {
    justify-content: center;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__type-bar-cn-4 .c-recipe__type-bar-item:last-child {
    margin-right: -5px;
    margin-right: -0.3125rem;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__hero-band {
    padding-top: 60px;
    padding-top: 3.75rem;
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__hero-title {
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.85714;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__hero-title {
    font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.85714;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__review-utility-bar-container {
    padding: 50px 0px 60px 0px;
    padding: 3.125rem 0rem 3.75rem 0rem;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__utility-bar-item-label--time {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__utility-bar-item-label--time {
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__utility-bar {
    gap: 50px;
    gap: 3.125rem;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__utility-bar-col:first-child {
    min-width: 160px;
    min-width: 10rem;
    min-height: 160px;
    min-height: 10rem;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__utility-bar-col:last-child {
    gap: 50px;
    gap: 3.125rem;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__utility-bar-item--duration {
    height: 160px;
    height: 10rem;
    max-width: 160px;
    max-width: 10rem;
    max-height: 160px;
    max-height: 10rem;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__utility-bar-item--action, .c-page-header__internal-block--recipe .c-recipe .c-recipe__utility-bar-item--print-action {
    height: 100px;
    height: 6.25rem;
    max-width: 100px;
    max-width: 6.25rem;
    max-height: 100px;
    max-height: 6.25rem;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 75em) and (min-width: 22.5em) {
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 75em) and (min-width: 62.5em) {
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 75em) {
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__content-introduction p {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.2;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__content-introduction p {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.2;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__content-introduction p em {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.2;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__content-introduction p em {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.2;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__type-bar .c-recipe__type-bar-item {
    padding: 20px 20px;
    padding: 1.25rem 1.25rem;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__type-bar .c-recipe__type-bar-item-property {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__type-bar .c-recipe__type-bar-item-property {
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts {
    gap: 80px;
    gap: 5rem;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-ingredients-table th {
    padding: 20px 12px;
    padding: 1.25rem 0.75rem;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-ingredients-table td {
    padding: 10px;
    padding: 0.625rem;
    vertical-align: top;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2222222222;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-ingredients-table td {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2222222222;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-ingredients-table td .amount {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2222222222;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-ingredients-table td .amount {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2222222222;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-ingredients-table td b, .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-ingredients-table td strong, .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-ingredients-table td em, .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-ingredients-table td i {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2222222222;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-ingredients-table td b, .font-degular-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-ingredients-table td strong, .font-degular-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-ingredients-table td em, .font-degular-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-ingredients-table td i {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2222222222;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display em, .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display em, .font-knockout-51-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display em strong, .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display em b, .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display i strong, .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display i b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display em strong, .font-knockout-51-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display em b, .font-knockout-51-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display i strong, .font-knockout-51-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display i b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display strong, .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display strong, .font-knockout-51-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display strong em, .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display strong i, .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display b em, .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display b i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display strong em, .font-knockout-51-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display strong i, .font-knockout-51-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display b em, .font-knockout-51-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-serving-display b i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-directions-list {
    list-style-position: outside;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-directions-list p, .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-directions-list li {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-directions-list p, .font-degular-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-directions-list li {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-directions-list p b, .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-directions-list p strong, .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-directions-list p em, .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-directions-list p i, .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-directions-list li b, .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-directions-list li strong, .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-directions-list li em, .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-directions-list li i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-directions-list p b, .font-degular-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-directions-list p strong, .font-degular-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-directions-list p em, .font-degular-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-directions-list p i, .font-degular-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-directions-list li b, .font-degular-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-directions-list li strong, .font-degular-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-directions-list li em, .font-degular-loaded .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-directions-list li i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
}
@media only screen and (min-width: 81.25em) {
  .c-page-header__internal-block--recipe .c-recipe .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-stars-container {
    align-content: center;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-pr-snippet .p-w-r .pr-snippet .pr-snippet-stars {
    flex-direction: row;
  }
}
@media only screen and (min-width: 67.5em) {
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__type-bar, .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts {
    margin-left: auto;
    margin-right: auto;
  }
  .c-page-header__internal-block--recipe .c-recipe .c-recipe__parts-ingredients {
    min-width: 462px;
    min-width: 28.875rem;
  }
}
.c-recipe-card {
  color: #002E5D;
  border-radius: 0;
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.c-recipe-card__link {
  display: block;
  width: 100%;
  transition: transform 0.25s ease-in-out;
  border-radius: 0.4166666667em;
  color: #FAF5E4;
}

.c-recipe-card__link, .c-recipe-card__link:link, .c-recipe-card__link:visited, .c-recipe-card__link:active, .c-recipe-card__link:focus, .c-recipe-card__link:hover {
  background-color: #002E5D;
  text-decoration: none;
}

.c-recipe-card__link:focus {
  outline: 1px dotted invert;
}

.c-recipe-card__link:hover, .c-recipe-card__link:active {
  outline: 0;
}

.c-recipe-card__link:hover .c-recipe-card__image, .c-recipe-card__link:active .c-recipe-card__image {
  transform: scale(1.2);
}

.c-recipe-card__link:hover .c-recipe-card__title, .c-recipe-card__link:active .c-recipe-card__title {
  color: #FAF5E4;
}

.c-recipe-card__link:hover .c-recipe-card__total-time-icon, .c-recipe-card__link:active .c-recipe-card__total-time-icon {
  transform: rotate(-10deg);
}

.c-recipe-card__image {
  background-position: center;
  background-size: cover;
  position: absolute;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-property: all;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
}

.c-recipe-card__image-holder {
  padding-bottom: 70%;
  border-radius: 0.4166666667em 0.4166666667em 0 0;
  overflow: hidden;
  position: relative;
}

.c-recipe-card__content-container {
  color: #FAF5E4;
  padding: 40px 20px;
  padding: 2.5rem 1.25rem;
  margin-bottom: auto;
}

.c-recipe-card__title {
  color: #FED141;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-property: color;
  text-transform: uppercase;
  max-width: 285px;
  max-width: 17.8125rem;
  margin: 0 auto;
}

.font-knockout-51-loaded .c-recipe-card__title {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe-card__title em, .c-recipe-card__title i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-recipe-card__title em, .font-knockout-51-loaded .c-recipe-card__title i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-recipe-card__total-time {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  gap: 0.625rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-recipe-card__total-time {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-recipe-card__total-time-icon {
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-property: all;
}

.c-recipe-card__total-time-icon .icon--stop-watch {
  width: 15px;
  width: 0.9375rem;
}

.c-recipe-card__button {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 0;
}

.c-recipe-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.c-recipe-grid__holder {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-grow: 1;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

.c-recipe-grid__loader {
  height: 4.1666666667em;
  width: 4.1666666667em;
  margin: 0 auto;
  position: relative;
  display: none;
}

.c-recipe-grid__loader:before {
  background-image: url("img/loader-cane.svg?083125");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 42.5925925926%;
  width: 24%;
  padding-bottom: 35.101010101%;
  position: absolute;
  top: 11%;
  left: 58%;
  animation: cane-spin 1s infinite linear;
}

.c-recipe-grid__loader:after {
  background-image: url("img/loader-base.svg?083125");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 47.7272727273%;
  padding-bottom: 100%;
  position: absolute;
  top: 12%;
  left: 25%;
}

.c-recipe-grid__no-results {
  display: none;
  text-align: center;
  width: 100%;
}

.c-recipe-grid__more-button {
  display: none;
  text-align: center;
  width: 100%;
}

.c-recipe-grid--has-more .c-recipe-grid__more-button {
  display: block;
}

.c-recipe-grid--no-results .c-recipe-grid__no-results {
  display: block;
}

@media only screen and (min-width: 25em) and (max-width: 37.4375em) {
  .group--full .content-block--recipe-grid .c-recipe-card__title {
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .group--full .content-block--recipe-grid .c-recipe-card__title {
    font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .group--full .content-block--recipe-grid .c-recipe-card__title em, .group--full .content-block--recipe-grid .c-recipe-card__title i {
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .group--full .content-block--recipe-grid .c-recipe-card__title em, .font-knockout-51-loaded .group--full .content-block--recipe-grid .c-recipe-card__title i {
    font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 37.5em) {
  .group--full .content-block--recipe-grid .c-recipe-grid .c-recipe-grid__holder {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 37.5em) and (max-width: 47.9375em) {
  .group--full .content-block--recipe-grid .c-recipe-grid {
    margin-left: -1.75%;
    margin-right: -1.75%;
  }
  .group--full .content-block--recipe-grid .c-recipe-grid .c-recipe-grid__holder {
    padding: 0 1.75% 3.5% 1.75%;
    width: 48.25%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 42.5em) and (max-width: 47.9375em) {
  .group--full .content-block--recipe-grid .c-recipe-card__title {
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .group--full .content-block--recipe-grid .c-recipe-card__title {
    font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .group--full .content-block--recipe-grid .c-recipe-card__title em, .group--full .content-block--recipe-grid .c-recipe-card__title i {
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .group--full .content-block--recipe-grid .c-recipe-card__title em, .font-knockout-51-loaded .group--full .content-block--recipe-grid .c-recipe-card__title i {
    font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 48em) {
  .group--full .content-block--recipe-grid .c-recipe-grid {
    margin-left: -1.75%;
    margin-right: -1.75%;
  }
  .group--full .content-block--recipe-grid .c-recipe-grid .c-recipe-grid__holder {
    padding: 0 1.75% 3.5% 1.75%;
    width: 31.5833333333%;
    max-width: 33.3333333333%;
  }
}
@media only screen and (min-width: 65.625em) {
  .group--full .content-block--recipe-grid .c-recipe-card__title {
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .group--full .content-block--recipe-grid .c-recipe-card__title {
    font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .group--full .content-block--recipe-grid .c-recipe-card__title em, .group--full .content-block--recipe-grid .c-recipe-card__title i {
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .group--full .content-block--recipe-grid .c-recipe-card__title em, .font-knockout-51-loaded .group--full .content-block--recipe-grid .c-recipe-card__title i {
    font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 25em) and (max-width: 37.4375em) {
  .group--partial-primary .content-block--recipe-grid .c-recipe-card__title {
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .group--partial-primary .content-block--recipe-grid .c-recipe-card__title {
    font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .group--partial-primary .content-block--recipe-grid .c-recipe-card__title em, .group--partial-primary .content-block--recipe-grid .c-recipe-card__title i {
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .group--partial-primary .content-block--recipe-grid .c-recipe-card__title em, .font-knockout-51-loaded .group--partial-primary .content-block--recipe-grid .c-recipe-card__title i {
    font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 37.5em) and (max-width: 47.9375em) {
  .group--partial-primary .content-block--recipe-grid .c-recipe-grid {
    margin-left: -2.5%;
    margin-right: -2.5%;
  }
  .group--partial-primary .content-block--recipe-grid .c-recipe-grid .c-recipe-grid__holder {
    padding: 0 2.5% 5% 2.5%;
    width: 47.5%;
    max-width: 50%;
  }
  .group--partial-primary .content-block--recipe-grid .c-recipe-grid .c-recipe-grid__holder {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 42.5em) and (max-width: 47.9375em) {
  .group--partial-primary .content-block--recipe-grid .c-recipe-card__title {
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .group--partial-primary .content-block--recipe-grid .c-recipe-card__title {
    font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .group--partial-primary .content-block--recipe-grid .c-recipe-card__title em, .group--partial-primary .content-block--recipe-grid .c-recipe-card__title i {
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .group--partial-primary .content-block--recipe-grid .c-recipe-card__title em, .font-knockout-51-loaded .group--partial-primary .content-block--recipe-grid .c-recipe-card__title i {
    font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 48em) and (max-width: 57.5625em) {
  .group--partial-primary .content-block--recipe-grid .c-recipe-grid {
    margin-left: -1.25%;
    margin-right: -1.25%;
  }
  .group--partial-primary .content-block--recipe-grid .c-recipe-grid .c-recipe-grid__holder {
    padding: 0 1.25% 2.5% 1.25%;
    width: 32.0833333333%;
    max-width: 33.3333333333%;
  }
}
@media only screen and (min-width: 57.625em) {
  .group--partial-primary .content-block--recipe-grid .c-recipe-grid {
    margin-left: -1.75%;
    margin-right: -1.75%;
  }
  .group--partial-primary .content-block--recipe-grid .c-recipe-grid .c-recipe-grid__holder {
    padding: 0 1.75% 3.5% 1.75%;
    width: 48.25%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 65.625em) and (max-width: 74.9375em) {
  .group--partial-primary .content-block--recipe-grid .c-recipe-card__title {
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .group--partial-primary .content-block--recipe-grid .c-recipe-card__title {
    font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .group--partial-primary .content-block--recipe-grid .c-recipe-card__title em, .group--partial-primary .content-block--recipe-grid .c-recipe-card__title i {
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .group--partial-primary .content-block--recipe-grid .c-recipe-card__title em, .font-knockout-51-loaded .group--partial-primary .content-block--recipe-grid .c-recipe-card__title i {
    font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 75em) {
  .group--partial-primary .content-block--recipe-grid .c-recipe-grid {
    margin-left: -1.75%;
    margin-right: -1.75%;
  }
  .group--partial-primary .content-block--recipe-grid .c-recipe-grid .c-recipe-grid__holder {
    padding: 0 1.75% 3.5% 1.75%;
    width: 31.5833333333%;
    max-width: 33.3333333333%;
  }
}
@media only screen and (min-width: 92.125em) {
  .group--partial-primary .content-block--recipe-grid .c-recipe-card__title {
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .group--partial-primary .content-block--recipe-grid .c-recipe-card__title {
    font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .group--partial-primary .content-block--recipe-grid .c-recipe-card__title em, .group--partial-primary .content-block--recipe-grid .c-recipe-card__title i {
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .group--partial-primary .content-block--recipe-grid .c-recipe-card__title em, .font-knockout-51-loaded .group--partial-primary .content-block--recipe-grid .c-recipe-card__title i {
    font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
}
.c-search-drawer {
  display: none;
  z-index: 5;
  left: 0;
  width: 100%;
  text-align: right;
  margin-top: 1.0416666667em;
}

@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .c-search-drawer {
    margin-top: 2.0833333333em;
  }
}
.c-search-drawer:before {
  content: "";
  flex-basis: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1.0416666667em;
  padding-top: 1.0416666667em;
}

@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .c-search-drawer:before {
    margin-top: -2.0833333333em;
  }
}
@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .c-search-drawer:before {
    padding-top: 2.0833333333em;
  }
}
.c-search-drawer__content-container {
  zoom: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.8333333333em;
  padding-right: 0.8333333333em;
  max-width: 64.8333333333em;
  padding-top: 2.0833333333em;
  padding-bottom: 2.0833333333em;
  position: relative;
}

.c-search-drawer__content-container:before, .c-search-drawer__content-container:after {
  content: " ";
  display: table;
}

.c-search-drawer__content-container:after {
  clear: both;
}

@media only screen and (min-width: 22.5em) {
  .c-search-drawer__content-container {
    padding-left: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-search-drawer__content-container {
    padding-left: 4%;
  }
}
@media only screen and (min-width: 22.5em) {
  .c-search-drawer__content-container {
    padding-right: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-search-drawer__content-container {
    padding-right: 4%;
  }
}
@media only screen and (min-width: 97.25em) {
  .c-search-drawer__content-container {
    padding-left: 0;
    padding-right: 0;
    max-width: 61.25em;
  }
}
@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .c-search-drawer__content-container {
    padding-top: 4.1666666667em;
  }
}
@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .c-search-drawer__content-container {
    padding-bottom: 4.1666666667em;
  }
}
.c-search-drawer__form {
  border: none;
  max-width: 27.0833333333em;
  margin: 0 auto;
}

.c-search-drawer__input-group {
  position: relative;
  background-color: #FAF5E4;
  border-radius: 8px;
  color: #002E5D;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 74px;
  padding: 8px;
  padding-left: 12px;
  gap: 20px;
}

.c-search-drawer__input[type=text] {
  min-width: 0;
  max-width: none;
  width: 100%;
  background: none;
  border: none;
  margin-bottom: 0;
  color: #002E5D;
}

.c-search-drawer__input[type=text].placeholder {
  opacity: 0.5;
}

.c-search-drawer__input[type=text]::placeholder {
  opacity: 0.5;
}

.c-search-drawer__search-button {
  display: block;
  margin: 0.8333333333em auto;
}

.c-search-drawer__close-button {
  position: absolute;
  top: 0.4166666667em;
  right: 0.8333333333em;
}

@media only screen and (min-width: 22.5em) {
  .c-search-drawer__close-button {
    right: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-search-drawer__close-button {
    right: 4%;
  }
}
.c-search-drawer__close-button .icon {
  width: 30px;
  width: 1.875rem;
}

.c-search-drawer__close-button .icon svg {
  fill: currentColor;
}

.c-search-drawer__input-group {
  border-radius: 4.1666666667em;
}

.c-search-drawer__input-group .icon {
  margin: 0px 0px 0px 20px;
  margin: 0rem 0rem 0rem 1.25rem;
}

.c-search-drawer__input-group .c-search-drawer__input {
  padding-left: 0;
}

.c-search-drawer--is-open {
  display: block;
}

@media only screen and (min-width: 78.75em) {
  .c-search-drawer .c-search-drawer__content-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 78.75em) and (min-width: 22.5em) {
  .c-search-drawer .c-search-drawer__content-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 78.75em) and (min-width: 62.5em) {
  .c-search-drawer .c-search-drawer__content-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 78.75em) {
  .c-search-drawer .c-search-drawer__close-button {
    display: inline-block;
    margin-right: 2.0833333333em;
  }
}
.c-search-header {
  background: #002E5D;
  color: #FAF5E4;
  display: flex;
  flex-direction: column;
  gap: 1.6666666667em;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.c-search-header__image-img {
  aspect-ratio: 1.7082405345;
  object-fit: cover;
  border-radius: 0.4166666667em;
}

.c-search-header__form {
  width: 100%;
}

.c-search-header__search-button {
  background-color: transparent;
  border: none;
  position: absolute;
  right: 63px;
  right: 3.9375rem;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 0;
}

.c-search-header__search-button .icon {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  color: #002E5D;
}

.c-search-header__search-button .icon:hover, .c-search-header__search-button .icon:focus {
  color: #002E5D;
}

.c-search-header__clear-search {
  display: none;
  background-color: #002E5D;
  border: none;
  position: absolute;
  right: 63px;
  right: 3.9375rem;
  top: 50%;
  transform: translateY(-50%);
  padding: 4px;
  padding: 0.25rem;
  border-radius: 4.1666666667em;
}

.c-search-header__clear-search:hover, .c-search-header__clear-search:focus {
  background-color: #002E5D;
}

.c-search-header__clear-search .icon {
  width: 0.2916666667em;
  height: 0.2916666667em;
  color: #FAF5E4;
}

.c-search-header__input[type=text] {
  margin-bottom: 0;
  padding: 19px 82px 19px 32px;
  padding: 1.1875rem 5.125rem 1.1875rem 2rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  background-color: #FAF5E4;
  color: #002E5D;
  border-radius: 4.1666666667em;
  border-bottom: 0;
}

.font-degular-loaded .c-search-header__input[type=text] {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-search-header__input[type=text]:focus {
  background-color: #E3F2FB;
}

.c-search-header__input::placeholder {
  opacity: 0.5;
}

.c-search-header__input-group {
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  position: relative;
}

.c-search-header__input-group .icon--search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.625em;
  color: #002E5D;
  display: block;
  width: 22px;
  width: 1.375rem;
  height: 23px;
  height: 1.4375rem;
}

.c-search-header__subheading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  text-align: center;
  padding: 40px 0px 20px;
  padding: 2.5rem 0rem 1.25rem;
}

.font-degular-loaded .c-search-header__subheading {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

@media only screen and (min-width: 43.75em) {
  .c-search-header__subheading {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-search-header__subheading {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
.c-search-header__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  gap: 1.25rem;
}

.c-search-header__tag {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-style: solid;
  border-color: transparent;
  border-width: 0px;
  border-width: 0rem;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  padding: 6px 0px;
  padding: 0.375rem 0rem;
  margin-bottom: 0;
}

.font-degular-loaded .c-search-header__tag {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-search-header__tag, .c-search-header__tag:link, .c-search-header__tag:visited {
  color: #002E5D;
  background: transparent;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-bottom: 4px solid #002E5D;
}

.c-search-header__tag:active, .c-search-header__tag:focus, .c-search-header__tag:hover {
  outline: 0;
  text-decoration: none;
  color: #002E5D;
  border-color: #B9D9EB;
  transform: translateY(-2px);
}

.c-search-header__tag:active {
  color: #002E5D;
  border-color: #FED141;
  transform: scale(0.97);
  transition: transform 0.15s ease-in-out;
}

.c-search-header__tag--reversed {
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

.c-search-header__tag--reversed, .c-search-header__tag--reversed:link, .c-search-header__tag--reversed:visited {
  color: #B9D9EB;
  border-color: #B9D9EB;
}

.c-search-header__tag--reversed:active, .c-search-header__tag--reversed:focus, .c-search-header__tag--reversed:hover {
  color: #E3F2FB;
  border-color: #E3F2FB;
}

.c-search-header__tag--reversed.has--icon .icon {
  color: #B9D9EB;
}

.c-search-header__tag--primary {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.c-search-header__tag--primary, .c-search-header__tag--primary:link, .c-search-header__tag--primary:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

.c-search-header__tag--primary:active, .c-search-header__tag--primary:focus, .c-search-header__tag--primary:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.c-search-header__tag--primary:active {
  color: #002E5D;
  background: #ffffff;
}

.c-search-header__tag--primary-reversed {
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

.c-search-header__tag--primary-reversed, .c-search-header__tag--primary-reversed:link, .c-search-header__tag--primary-reversed:visited {
  color: #002E5D;
  background: #FED141;
  border-bottom: none;
}

.c-search-header__tag--primary-reversed:active, .c-search-header__tag--primary-reversed:focus, .c-search-header__tag--primary-reversed:hover {
  color: #002E5D;
  background: #B9D9EB;
}

.c-search-header__tag--primary-reversed:active {
  color: #002E5D;
  background: #E3F2FB;
}

.c-search-header__tag.has--icon .icon {
  display: inline-block;
  position: relative;
  transition: transform 0.4s ease-in-out;
  padding: 0px 0px 0px 7px;
  padding: 0rem 0rem 0rem 0.4375rem;
  width: 20px;
  width: 1.25rem;
}

.c-search-header__tag.has--icon .icon svg {
  fill: currentColor;
}

.c-search-header__tag.has--icon .icon--close {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}

.c-search-header__tag, .c-search-header__tag:link, .c-search-header__tag:visited {
  color: #FED141;
  border-color: #FED141;
}

.c-search-header__tag:hover, .c-search-header__tag:focus, .c-search-header__tag:active {
  color: #B9D9EB;
}

@media only screen and (min-width: 37.5em) {
  .c-search-header__input[type=text] {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.2;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-search-header__input[type=text] {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.2;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
@media only screen and (min-width: 50em) {
  .c-search-header {
    flex-direction: row-reverse;
    align-items: center;
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
  .c-search-header__image {
    width: 80%;
  }
  .c-search-header__input[type=text] {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.2;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-search-header__input[type=text] {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.2;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
.c-search-results.content-container {
  max-width: 31.25em;
  margin: 0 auto;
}

.c-search-results__list, .c-search-results__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.c-search-results__item {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-bottom: 1.25em;
  border-bottom: 4px solid #FED141;
}

.c-search-results__type {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  padding: 5px 10px 5px 0px;
  padding: 0.3125rem 0.625rem 0.3125rem 0rem;
  margin-bottom: 9px;
  margin-bottom: 0.5625rem;
  color: #002E5D;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 0.3333333333em;
}

.font-degular-loaded .c-search-results__type {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

@media only screen and (min-width: 43.75em) {
  .c-search-results__type {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .c-search-results__type {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
.c-search-results__brand {
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
}

.font-knockout-51-loaded .c-search-results__brand {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-search-results__brand em, .c-search-results__brand i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-search-results__brand em, .font-knockout-51-loaded .c-search-results__brand i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-search-results__brand em strong, .c-search-results__brand em b, .c-search-results__brand i strong, .c-search-results__brand i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-search-results__brand em strong, .font-knockout-51-loaded .c-search-results__brand em b, .font-knockout-51-loaded .c-search-results__brand i strong, .font-knockout-51-loaded .c-search-results__brand i b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-search-results__brand strong, .c-search-results__brand b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-search-results__brand strong, .font-knockout-51-loaded .c-search-results__brand b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-search-results__brand strong em, .c-search-results__brand strong i, .c-search-results__brand b em, .c-search-results__brand b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-search-results__brand strong em, .font-knockout-51-loaded .c-search-results__brand strong i, .font-knockout-51-loaded .c-search-results__brand b em, .font-knockout-51-loaded .c-search-results__brand b i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-search-results__link:link, .c-search-results__link:visited {
  text-decoration: none;
  transition: transform 0.15s ease-in-out;
  color: #002E5D;
}

.c-search-results__link:hover, .c-search-results__link:focus, .c-search-results__link.active {
  color: #024B96;
}

.c-search-results__link:hover .icon, .c-search-results__link:focus .icon, .c-search-results__link.active .icon {
  transform: translateX(5px);
}

.c-search-results__title {
  text-transform: uppercase;
  padding-bottom: 1rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 1rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  padding-bottom: 0 !important;
}

.font-knockout-50-loaded .c-search-results__title {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-search-results__title em, .c-search-results__title i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-search-results__title em, .font-knockout-50-loaded .c-search-results__title i {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-search-results__title em strong, .c-search-results__title em b, .c-search-results__title i strong, .c-search-results__title i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-search-results__title em strong, .font-knockout-50-loaded .c-search-results__title em b, .font-knockout-50-loaded .c-search-results__title i strong, .font-knockout-50-loaded .c-search-results__title i b {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-search-results__title strong, .c-search-results__title b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-search-results__title strong, .font-knockout-50-loaded .c-search-results__title b {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-search-results__title strong em, .c-search-results__title strong i, .c-search-results__title b em, .c-search-results__title b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .c-search-results__title strong em, .font-knockout-50-loaded .c-search-results__title strong i, .font-knockout-50-loaded .c-search-results__title b em, .font-knockout-50-loaded .c-search-results__title b i {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.font-knockout-51-loaded .c-search-results__title {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-search-results__title em, .c-search-results__title i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-search-results__title em, .font-knockout-51-loaded .c-search-results__title i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-search-results__title em strong, .c-search-results__title em b, .c-search-results__title i strong, .c-search-results__title i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-search-results__title em strong, .font-knockout-51-loaded .c-search-results__title em b, .font-knockout-51-loaded .c-search-results__title i strong, .font-knockout-51-loaded .c-search-results__title i b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-search-results__title strong, .c-search-results__title b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-search-results__title strong, .font-knockout-51-loaded .c-search-results__title b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-search-results__title strong em, .c-search-results__title strong i, .c-search-results__title b em, .c-search-results__title b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .c-search-results__title strong em, .font-knockout-51-loaded .c-search-results__title strong i, .font-knockout-51-loaded .c-search-results__title b em, .font-knockout-51-loaded .c-search-results__title b i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-search-results__title .icon {
  width: 14px;
  height: 14px;
  transform: translateX(0);
  top: 0.0833333333em;
  margin-left: 0.2083333333em;
  position: relative;
  display: inline-block;
  transition: transform 0.15s ease-in-out;
}

.c-search-results__title .icon svg * {
  fill: currentColor;
}

.c-search-results__title .icon--r-svg {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

@media only screen and (min-width: 0.875em) {
  .c-search-results__title .icon--r-svg--max-scale {
    width: 14px;
    height: 14px;
    padding-bottom: 0;
  }
}
.c-search-results__excerpt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
}

.font-degular-loaded .c-search-results__excerpt {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-search-results__excerpt em, .c-search-results__excerpt i {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .c-search-results__excerpt em, .font-degular-loaded .c-search-results__excerpt i {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.c-search-results__excerpt strong, .c-search-results__excerpt b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-search-results__excerpt strong, .font-degular-loaded .c-search-results__excerpt b {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-search-results__excerpt strong em, .c-search-results__excerpt strong i, .c-search-results__excerpt b em, .c-search-results__excerpt b i {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.font-degular-loaded .c-search-results__excerpt strong em, .font-degular-loaded .c-search-results__excerpt strong i, .font-degular-loaded .c-search-results__excerpt b em, .font-degular-loaded .c-search-results__excerpt b i {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2222222222;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 700;
}

.c-search-results__pagination {
  display: flex;
  row-gap: 0.9166666667em;
  column-gap: 0.2916666667em;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
}

.c-search-results__pagination .page-numbers {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  padding: 0px 8px;
  padding: 0rem 0.5rem;
  border-radius: 0.125em;
  transition: all 0.15s ease-in-out;
}

.font-degular-loaded .c-search-results__pagination .page-numbers {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-search-results__pagination .page-numbers:link, .c-search-results__pagination .page-numbers:visited {
  color: #002E5D;
  text-decoration: none;
}

.c-search-results__pagination .page-numbers:hover, .c-search-results__pagination .page-numbers:active, .c-search-results__pagination .page-numbers:focus {
  outline: 0;
  text-decoration: none;
  color: #024B96;
}

.c-search-results__pagination .page-numbers.next, .c-search-results__pagination .page-numbers.prev {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 0.1666666667em;
}

.c-search-results__pagination .page-numbers.current {
  color: #ffffff;
  background-color: #024B96;
}

.c-search-results__pagination .page-numbers.current:hover, .c-search-results__pagination .page-numbers.current:active, .c-search-results__pagination .page-numbers.current:focus {
  background-color: #002E5D;
}

.c-search-results-form__content-container {
  zoom: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.8333333333em;
  padding-right: 0.8333333333em;
  max-width: 64.8333333333em;
  padding-top: 2.0833333333em;
  padding-bottom: 2.0833333333em;
  position: relative;
}

.c-search-results-form__content-container:before, .c-search-results-form__content-container:after {
  content: " ";
  display: table;
}

.c-search-results-form__content-container:after {
  clear: both;
}

@media only screen and (min-width: 22.5em) {
  .c-search-results-form__content-container {
    padding-left: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-search-results-form__content-container {
    padding-left: 4%;
  }
}
@media only screen and (min-width: 22.5em) {
  .c-search-results-form__content-container {
    padding-right: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-search-results-form__content-container {
    padding-right: 4%;
  }
}
@media only screen and (min-width: 97.25em) {
  .c-search-results-form__content-container {
    padding-left: 0;
    padding-right: 0;
    max-width: 61.25em;
  }
}
@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .c-search-results-form__content-container {
    padding-top: 4.1666666667em;
  }
}
@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .c-search-results-form__content-container {
    padding-bottom: 4.1666666667em;
  }
}
.c-search-results-form__form {
  border: none;
  max-width: 27.0833333333em;
  margin: 0 auto;
}

.c-search-results-form__input-group {
  position: relative;
  background-color: #FAF5E4;
  border-radius: 8px;
  color: #002E5D;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 74px;
  padding: 8px;
  padding-left: 12px;
  gap: 20px;
}

.c-search-results-form__input[type=text] {
  min-width: 0;
  max-width: none;
  width: 100%;
  background: none;
  border: none;
  margin-bottom: 0;
  color: #002E5D;
}

.c-search-results-form__input[type=text].placeholder {
  opacity: 0.5;
}

.c-search-results-form__input[type=text]::placeholder {
  opacity: 0.5;
}

.c-search-results-form__search-button {
  display: block;
  margin: 0.8333333333em auto;
}

@media only screen and (min-width: 43.75em) {
  .group--full .content-block--search-results .c-search-results,
  .group--partial-primary .content-block--search-results .c-search-results {
    padding: 2.5em;
    border-radius: 1.25em;
  }
}
@media only screen and (min-width: 78.75em) {
  .group--full .content-block--search-results .c-search-results-form__content-container,
  .group--partial-primary .content-block--search-results .c-search-results-form__content-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 78.75em) and (min-width: 22.5em) {
  .group--full .content-block--search-results .c-search-results-form__content-container,
  .group--partial-primary .content-block--search-results .c-search-results-form__content-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 78.75em) and (min-width: 62.5em) {
  .group--full .content-block--search-results .c-search-results-form__content-container,
  .group--partial-primary .content-block--search-results .c-search-results-form__content-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.c-card:has(.sc-btn-retailer-wrapper--js-position) {
  position: static;
}

div[data-sc-type=SmartButton], div.sc-type-smartbutton {
  min-width: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  min-height: 86px;
}

div[data-sc-type=SmartButton]:has(.sc-btn-retailer-wrapper--js-position), div.sc-type-smartbutton:has(.sc-btn-retailer-wrapper--js-position) {
  position: static !important;
}

div[data-sc-type=SmartButton] .loading-cover .skeleton-button, div.sc-type-smartbutton .loading-cover .skeleton-button {
  width: 6em;
}

div[data-sc-type=SmartButton] button.sc-btn-ec, div.sc-type-smartbutton button.sc-btn-ec {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-style: solid;
  border-color: transparent;
  border-width: 0px;
  border-width: 0rem;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  padding: 6px 0px;
  padding: 0.375rem 0rem;
  margin-bottom: 0 !important;
}

.font-degular-loaded div[data-sc-type=SmartButton] button.sc-btn-ec, .font-degular-loaded div.sc-type-smartbutton button.sc-btn-ec {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

div[data-sc-type=SmartButton] button.sc-btn-ec, div[data-sc-type=SmartButton] button.sc-btn-ec:link, div[data-sc-type=SmartButton] button.sc-btn-ec:visited, div.sc-type-smartbutton button.sc-btn-ec, div.sc-type-smartbutton button.sc-btn-ec:link, div.sc-type-smartbutton button.sc-btn-ec:visited {
  color: #002E5D;
  background: transparent;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-bottom: 4px solid #002E5D;
}

div[data-sc-type=SmartButton] button.sc-btn-ec:active, div[data-sc-type=SmartButton] button.sc-btn-ec:focus, div[data-sc-type=SmartButton] button.sc-btn-ec:hover, div.sc-type-smartbutton button.sc-btn-ec:active, div.sc-type-smartbutton button.sc-btn-ec:focus, div.sc-type-smartbutton button.sc-btn-ec:hover {
  outline: 0;
  text-decoration: none;
  color: #002E5D;
  border-color: #B9D9EB;
  transform: translateY(-2px);
}

div[data-sc-type=SmartButton] button.sc-btn-ec:active, div.sc-type-smartbutton button.sc-btn-ec:active {
  color: #002E5D;
  border-color: #FED141;
  transform: scale(0.97);
  transition: transform 0.15s ease-in-out;
}

div[data-sc-type=SmartButton] button.sc-btn-ec--reversed, div.sc-type-smartbutton button.sc-btn-ec--reversed {
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

div[data-sc-type=SmartButton] button.sc-btn-ec--reversed, div[data-sc-type=SmartButton] button.sc-btn-ec--reversed:link, div[data-sc-type=SmartButton] button.sc-btn-ec--reversed:visited, div.sc-type-smartbutton button.sc-btn-ec--reversed, div.sc-type-smartbutton button.sc-btn-ec--reversed:link, div.sc-type-smartbutton button.sc-btn-ec--reversed:visited {
  color: #B9D9EB;
  border-color: #B9D9EB;
}

div[data-sc-type=SmartButton] button.sc-btn-ec--reversed:active, div[data-sc-type=SmartButton] button.sc-btn-ec--reversed:focus, div[data-sc-type=SmartButton] button.sc-btn-ec--reversed:hover, div.sc-type-smartbutton button.sc-btn-ec--reversed:active, div.sc-type-smartbutton button.sc-btn-ec--reversed:focus, div.sc-type-smartbutton button.sc-btn-ec--reversed:hover {
  color: #E3F2FB;
  border-color: #E3F2FB;
}

div[data-sc-type=SmartButton] button.sc-btn-ec--reversed.has--icon .icon, div.sc-type-smartbutton button.sc-btn-ec--reversed.has--icon .icon {
  color: #B9D9EB;
}

div[data-sc-type=SmartButton] button.sc-btn-ec--primary, div.sc-type-smartbutton button.sc-btn-ec--primary {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

div[data-sc-type=SmartButton] button.sc-btn-ec--primary, div[data-sc-type=SmartButton] button.sc-btn-ec--primary:link, div[data-sc-type=SmartButton] button.sc-btn-ec--primary:visited, div.sc-type-smartbutton button.sc-btn-ec--primary, div.sc-type-smartbutton button.sc-btn-ec--primary:link, div.sc-type-smartbutton button.sc-btn-ec--primary:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

div[data-sc-type=SmartButton] button.sc-btn-ec--primary:active, div[data-sc-type=SmartButton] button.sc-btn-ec--primary:focus, div[data-sc-type=SmartButton] button.sc-btn-ec--primary:hover, div.sc-type-smartbutton button.sc-btn-ec--primary:active, div.sc-type-smartbutton button.sc-btn-ec--primary:focus, div.sc-type-smartbutton button.sc-btn-ec--primary:hover {
  color: #002E5D;
  background: #B9D9EB;
}

div[data-sc-type=SmartButton] button.sc-btn-ec--primary:active, div.sc-type-smartbutton button.sc-btn-ec--primary:active {
  color: #002E5D;
  background: #ffffff;
}

div[data-sc-type=SmartButton] button.sc-btn-ec--primary-reversed, div.sc-type-smartbutton button.sc-btn-ec--primary-reversed {
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

div[data-sc-type=SmartButton] button.sc-btn-ec--primary-reversed, div[data-sc-type=SmartButton] button.sc-btn-ec--primary-reversed:link, div[data-sc-type=SmartButton] button.sc-btn-ec--primary-reversed:visited, div.sc-type-smartbutton button.sc-btn-ec--primary-reversed, div.sc-type-smartbutton button.sc-btn-ec--primary-reversed:link, div.sc-type-smartbutton button.sc-btn-ec--primary-reversed:visited {
  color: #002E5D;
  background: #FED141;
  border-bottom: none;
}

div[data-sc-type=SmartButton] button.sc-btn-ec--primary-reversed:active, div[data-sc-type=SmartButton] button.sc-btn-ec--primary-reversed:focus, div[data-sc-type=SmartButton] button.sc-btn-ec--primary-reversed:hover, div.sc-type-smartbutton button.sc-btn-ec--primary-reversed:active, div.sc-type-smartbutton button.sc-btn-ec--primary-reversed:focus, div.sc-type-smartbutton button.sc-btn-ec--primary-reversed:hover {
  color: #002E5D;
  background: #B9D9EB;
}

div[data-sc-type=SmartButton] button.sc-btn-ec--primary-reversed:active, div.sc-type-smartbutton button.sc-btn-ec--primary-reversed:active {
  color: #002E5D;
  background: #E3F2FB;
}

div[data-sc-type=SmartButton] button.sc-btn-ec.has--icon .icon, div.sc-type-smartbutton button.sc-btn-ec.has--icon .icon {
  display: inline-block;
  position: relative;
  transition: transform 0.4s ease-in-out;
  padding: 0px 0px 0px 7px;
  padding: 0rem 0rem 0rem 0.4375rem;
  width: 20px;
  width: 1.25rem;
}

div[data-sc-type=SmartButton] button.sc-btn-ec.has--icon .icon svg, div.sc-type-smartbutton button.sc-btn-ec.has--icon .icon svg {
  fill: currentColor;
}

div[data-sc-type=SmartButton] button.sc-btn-ec.has--icon .icon--close, div.sc-type-smartbutton button.sc-btn-ec.has--icon .icon--close {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}

div[data-sc-type=SmartButton] button.sc-btn-ec, div.sc-type-smartbutton button.sc-btn-ec {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

div[data-sc-type=SmartButton] button.sc-btn-ec, div[data-sc-type=SmartButton] button.sc-btn-ec:link, div[data-sc-type=SmartButton] button.sc-btn-ec:visited, div.sc-type-smartbutton button.sc-btn-ec, div.sc-type-smartbutton button.sc-btn-ec:link, div.sc-type-smartbutton button.sc-btn-ec:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

div[data-sc-type=SmartButton] button.sc-btn-ec:active, div[data-sc-type=SmartButton] button.sc-btn-ec:focus, div[data-sc-type=SmartButton] button.sc-btn-ec:hover, div.sc-type-smartbutton button.sc-btn-ec:active, div.sc-type-smartbutton button.sc-btn-ec:focus, div.sc-type-smartbutton button.sc-btn-ec:hover {
  color: #002E5D;
  background: #B9D9EB;
}

div[data-sc-type=SmartButton] button.sc-btn-ec:active, div.sc-type-smartbutton button.sc-btn-ec:active {
  color: #002E5D;
  background: #ffffff;
}

div[data-sc-type=SmartButton] button.sc-btn-ec, div[data-sc-type=SmartButton] button.sc-btn-ec:link, div[data-sc-type=SmartButton] button.sc-btn-ec:visited, div.sc-type-smartbutton button.sc-btn-ec, div.sc-type-smartbutton button.sc-btn-ec:link, div.sc-type-smartbutton button.sc-btn-ec:visited {
  background-color: #002E5D !important;
  border-color: #002E5D !important;
  color: #FED141 !important;
  text-decoration: none;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  width: auto !important;
}

div[data-sc-type=SmartButton] button.sc-btn-ec:hover, div.sc-type-smartbutton button.sc-btn-ec:hover {
  cursor: pointer;
}

div[data-sc-type=SmartButton] button.sc-btn-ec:hover, div[data-sc-type=SmartButton] button.sc-btn-ec:active, div[data-sc-type=SmartButton] button.sc-btn-ec:focus, div.sc-type-smartbutton button.sc-btn-ec:hover, div.sc-type-smartbutton button.sc-btn-ec:active, div.sc-type-smartbutton button.sc-btn-ec:focus {
  outline: 1;
  background-color: #FED141 !important;
  border-color: #FED141 !important;
  color: #002E5D !important;
}

div[data-sc-type=SmartButton] .sc-btn-retailer-wrapper, div.sc-type-smartbutton .sc-btn-retailer-wrapper {
  min-width: 0 !important;
  max-width: 300px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  background: none !important;
  z-index: 50 !important;
}

div[data-sc-type=SmartButton] .sc-btn-retailer-wrapper:not(.sc-btn-retailer-wrapper--js-position), div.sc-type-smartbutton .sc-btn-retailer-wrapper:not(.sc-btn-retailer-wrapper--js-position) {
  left: 0 !important;
}

div[data-sc-type=SmartButton] .sc-btn-retailer-wrapper .zip-container, div.sc-type-smartbutton .sc-btn-retailer-wrapper .zip-container {
  border-top: none !important;
  background-color: #FED141 !important;
  border-color: #FED141 !important;
  color: #002E5D !important;
  padding: 2px 0 !important;
  border-radius: 0.2083333333em 0.2083333333em 0 0 !important;
}

div[data-sc-type=SmartButton] .sc-btn-retailer-wrapper .zip-container p.smartcommerce-translate, div.sc-type-smartbutton .sc-btn-retailer-wrapper .zip-container p.smartcommerce-translate {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-size: 14px !important;
  padding-bottom: 0;
  padding-left: 8px !important;
  color: #002E5D !important;
}

.font-degular-loaded div[data-sc-type=SmartButton] .sc-btn-retailer-wrapper .zip-container p.smartcommerce-translate, .font-degular-loaded div.sc-type-smartbutton .sc-btn-retailer-wrapper .zip-container p.smartcommerce-translate {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

div[data-sc-type=SmartButton] .sc-btn-retailer-wrapper .zip-container .change-zip-input, div.sc-type-smartbutton .sc-btn-retailer-wrapper .zip-container .change-zip-input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-size: 14px !important;
  border-radius: 0 !important;
  border: none !important;
  background: #ffffff !important;
  padding: 0.3em 0.5em !important;
  margin-right: 35px !important;
  width: 4em !important;
  color: #002E5D !important;
}

.font-degular-loaded div[data-sc-type=SmartButton] .sc-btn-retailer-wrapper .zip-container .change-zip-input, .font-degular-loaded div.sc-type-smartbutton .sc-btn-retailer-wrapper .zip-container .change-zip-input {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

div[data-sc-type=SmartButton] .sc-btn-retailer-wrapper .zip-container i, div.sc-type-smartbutton .sc-btn-retailer-wrapper .zip-container i {
  font-family: "FontAwesome", sans-serif !important;
  font-style: normal !important;
}

div[data-sc-type=SmartButton] .sc-btn-retailer-wrapper .zip-container i .tooltip-container, div.sc-type-smartbutton .sc-btn-retailer-wrapper .zip-container i .tooltip-container {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-size: 12px !important;
  background-color: #ffffff !important;
  opacity: 1 !important;
  color: #002E5D !important;
  top: 3px !important;
}

.font-degular-loaded div[data-sc-type=SmartButton] .sc-btn-retailer-wrapper .zip-container i .tooltip-container, .font-degular-loaded div.sc-type-smartbutton .sc-btn-retailer-wrapper .zip-container i .tooltip-container {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

div[data-sc-type=SmartButton] .sc-btn-retailer-wrapper .zip-container i .tooltip-container:after, div.sc-type-smartbutton .sc-btn-retailer-wrapper .zip-container i .tooltip-container:after {
  border-color: transparent #ffffff transparent transparent !important;
}

div[data-sc-type=SmartButton] .sc-btn-retailer-wrapper .oos-zip-container, div.sc-type-smartbutton .sc-btn-retailer-wrapper .oos-zip-container {
  background-color: #ffffff !important;
}

div[data-sc-type=SmartButton] .sc-btn-retailer-wrapper li:last-child .retailer-container, div.sc-type-smartbutton .sc-btn-retailer-wrapper li:last-child .retailer-container {
  border-radius: 0 0 0.2083333333em 0.2083333333em !important;
}

div[data-sc-type=SmartButton] .sc-btn-retailer-wrapper li .smartbutton-retailer .retailer-container, div.sc-type-smartbutton .sc-btn-retailer-wrapper li .smartbutton-retailer .retailer-container {
  background-color: #ffffff !important;
  border-color: #FAF5E4 !important;
}

div[data-sc-type=SmartButton] .sc-btn-retailer-wrapper li .smartbutton-retailer aside img, div.sc-type-smartbutton .sc-btn-retailer-wrapper li .smartbutton-retailer aside img {
  background: #002E5D !important;
}

div[data-sc-type=SmartButton] .sc-btn-retailer-wrapper li .smartbutton-retailer aside img:hover, div[data-sc-type=SmartButton] .sc-btn-retailer-wrapper li .smartbutton-retailer aside img:active, div.sc-type-smartbutton .sc-btn-retailer-wrapper li .smartbutton-retailer aside img:hover, div.sc-type-smartbutton .sc-btn-retailer-wrapper li .smartbutton-retailer aside img:active {
  background-color: #002E5D !important;
  opacity: 1 !important;
}

div[data-sc-type=SmartButton] .sc-btn-retailer-wrapper li .smartbutton-retailer aside .pdp-text, div.sc-type-smartbutton .sc-btn-retailer-wrapper li .smartbutton-retailer aside .pdp-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-size: 15px !important;
}

.font-degular-loaded div[data-sc-type=SmartButton] .sc-btn-retailer-wrapper li .smartbutton-retailer aside .pdp-text, .font-degular-loaded div.sc-type-smartbutton .sc-btn-retailer-wrapper li .smartbutton-retailer aside .pdp-text {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

div[data-sc-type=SmartButton] .sc-btn-retailer-wrapper li .smartbutton-retailer aside .pdp-text, div[data-sc-type=SmartButton] .sc-btn-retailer-wrapper li .smartbutton-retailer aside .pdp-text:link, div[data-sc-type=SmartButton] .sc-btn-retailer-wrapper li .smartbutton-retailer aside .pdp-text:visited, div.sc-type-smartbutton .sc-btn-retailer-wrapper li .smartbutton-retailer aside .pdp-text, div.sc-type-smartbutton .sc-btn-retailer-wrapper li .smartbutton-retailer aside .pdp-text:link, div.sc-type-smartbutton .sc-btn-retailer-wrapper li .smartbutton-retailer aside .pdp-text:visited {
  color: #002E5D !important;
  text-decoration: underline !important;
}

div[data-sc-type=SmartButton] .sc-btn-retailer-wrapper li .smartbutton-retailer aside .pdp-text:focus, div.sc-type-smartbutton .sc-btn-retailer-wrapper li .smartbutton-retailer aside .pdp-text:focus {
  outline: 1px dotted invert;
}

div[data-sc-type=SmartButton] .sc-btn-retailer-wrapper li .smartbutton-retailer aside .pdp-text:hover, div[data-sc-type=SmartButton] .sc-btn-retailer-wrapper li .smartbutton-retailer aside .pdp-text:active, div.sc-type-smartbutton .sc-btn-retailer-wrapper li .smartbutton-retailer aside .pdp-text:hover, div.sc-type-smartbutton .sc-btn-retailer-wrapper li .smartbutton-retailer aside .pdp-text:active {
  outline: 0;
  color: #002E5D !important;
  text-decoration: none !important;
}

div[data-sc-type=retailer-carousel][data-sc-id], div.sc-type-carousel[data-sc-id] {
  background: none !important;
  min-width: 230px;
  max-width: 290px !important;
}

div[data-sc-type=retailer-carousel][data-sc-id] > div, div.sc-type-carousel[data-sc-id] > div {
  min-width: 230px;
}

div[data-sc-type=retailer-carousel][data-sc-id] .retailer-wrapper, div.sc-type-carousel[data-sc-id] .retailer-wrapper {
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

div[data-sc-type=retailer-carousel][data-sc-id] .retailer-wrapper .slick-list, div.sc-type-carousel[data-sc-id] .retailer-wrapper .slick-list {
  min-width: 230px;
}

div[data-sc-type=retailer-carousel][data-sc-id] .retailer-wrapper .slick-track, div.sc-type-carousel[data-sc-id] .retailer-wrapper .slick-track {
  padding-right: 0;
  margin-right: 0;
}

div[data-sc-type=retailer-carousel][data-sc-id] .retailer-wrapper .slick-arrow, div.sc-type-carousel[data-sc-id] .retailer-wrapper .slick-arrow {
  height: 25px !important;
  top: 43% !important;
}

div[data-sc-type=retailer-carousel][data-sc-id] .retailer-wrapper .slick-arrow:hover .fa, div.sc-type-carousel[data-sc-id] .retailer-wrapper .slick-arrow:hover .fa {
  font-family: "FontAwesome", sans-serif !important;
  font-style: normal !important;
  color: #002E5D !important;
}

div[data-sc-type=retailer-carousel][data-sc-id] .retailer-wrapper .fa, div.sc-type-carousel[data-sc-id] .retailer-wrapper .fa {
  font-family: "FontAwesome", sans-serif !important;
  font-style: normal !important;
  color: #002E5D !important;
}

div[data-sc-type=retailer-carousel][data-sc-id] .retailer-wrapper .carousel-retailer-logo, div.sc-type-carousel[data-sc-id] .retailer-wrapper .carousel-retailer-logo {
  border-radius: 6px;
  border: 1px solid #E4DBBC;
}

div[data-sc-type=retailer-carousel][data-sc-id] .retailer-wrapper .carousel-retailer-logo:hover, div.sc-type-carousel[data-sc-id] .retailer-wrapper .carousel-retailer-logo:hover {
  border-color: #002E5D;
}

div[data-sc-type=retailer-carousel][data-sc-id] .call-to-action, div.sc-type-carousel[data-sc-id] .call-to-action {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  color: #002E5D !important;
}

.font-degular-loaded div[data-sc-type=retailer-carousel][data-sc-id] .call-to-action, .font-degular-loaded div.sc-type-carousel[data-sc-id] .call-to-action {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box, div.sc-type-carousel[data-sc-id] .zip-change-box {
  background-color: #FED141 !important;
  opacity: 1 !important;
  color: #002E5D !important;
}

div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .info-message, div.sc-type-carousel[data-sc-id] .zip-change-box .info-message {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-size: 16px !important;
}

.font-degular-loaded div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .info-message, .font-degular-loaded div.sc-type-carousel[data-sc-id] .zip-change-box .info-message {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .change-zip-input:before, div.sc-type-carousel[data-sc-id] .zip-change-box .change-zip-input:before {
  color: #002E5D !important;
  font-size: 14px !important;
}

div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .change-zip-input .zip-input, div.sc-type-carousel[data-sc-id] .zip-change-box .change-zip-input .zip-input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-size: 15px !important;
  border-radius: 0 !important;
  border: none !important;
  background: #ffffff !important;
  padding: 0.2em 1.1em 0.4em !important;
  color: #002E5D !important;
  box-shadow: none !important;
}

.font-degular-loaded div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .change-zip-input .zip-input, .font-degular-loaded div.sc-type-carousel[data-sc-id] .zip-change-box .change-zip-input .zip-input {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .change-zip-input .zip-input::placeholder, div.sc-type-carousel[data-sc-id] .zip-change-box .change-zip-input .zip-input::placeholder {
  color: #7F7B75 !important;
  font-size: 15px !important;
}

div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .change-zip-input .zip-error-message, div.sc-type-carousel[data-sc-id] .zip-change-box .change-zip-input .zip-error-message {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-size: 13px !important;
  margin-left: 0 !important;
  color: #e14504 !important;
}

.font-degular-loaded div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .change-zip-input .zip-error-message, .font-degular-loaded div.sc-type-carousel[data-sc-id] .zip-change-box .change-zip-input .zip-error-message {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button,
div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .cancel-button, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button,
div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .cancel-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-style: solid;
  border-color: transparent;
  border-width: 0px;
  border-width: 0rem;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  padding: 6px 0px;
  padding: 0.375rem 0rem;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  width: auto !important;
}

.font-degular-loaded div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button,
.font-degular-loaded div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .cancel-button, .font-degular-loaded div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button,
.font-degular-loaded div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .cancel-button {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button, div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button:link, div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button:visited,
div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .cancel-button,
div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .cancel-button:link,
div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .cancel-button:visited, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button:link, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button:visited,
div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .cancel-button,
div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .cancel-button:link,
div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .cancel-button:visited {
  color: #002E5D;
  background: transparent;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-bottom: 4px solid #002E5D;
}

div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button:active, div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button:focus, div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button:hover,
div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .cancel-button:active,
div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .cancel-button:focus,
div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .cancel-button:hover, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button:active, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button:focus, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button:hover,
div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .cancel-button:active,
div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .cancel-button:focus,
div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .cancel-button:hover {
  outline: 0;
  text-decoration: none;
  color: #002E5D;
  border-color: #B9D9EB;
  transform: translateY(-2px);
}

div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button:active,
div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .cancel-button:active, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button:active,
div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .cancel-button:active {
  color: #002E5D;
  border-color: #FED141;
  transform: scale(0.97);
  transition: transform 0.15s ease-in-out;
}

div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button--reversed,
div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .cancel-button--reversed, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button--reversed,
div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .cancel-button--reversed {
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button--reversed, div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button--reversed:link, div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button--reversed:visited,
div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .cancel-button--reversed,
div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .cancel-button--reversed:link,
div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .cancel-button--reversed:visited, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button--reversed, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button--reversed:link, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button--reversed:visited,
div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .cancel-button--reversed,
div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .cancel-button--reversed:link,
div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .cancel-button--reversed:visited {
  color: #B9D9EB;
  border-color: #B9D9EB;
}

div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button--reversed:active, div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button--reversed:focus, div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button--reversed:hover,
div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .cancel-button--reversed:active,
div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .cancel-button--reversed:focus,
div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .cancel-button--reversed:hover, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button--reversed:active, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button--reversed:focus, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button--reversed:hover,
div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .cancel-button--reversed:active,
div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .cancel-button--reversed:focus,
div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .cancel-button--reversed:hover {
  color: #E3F2FB;
  border-color: #E3F2FB;
}

div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button--reversed.has--icon .icon,
div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .cancel-button--reversed.has--icon .icon, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button--reversed.has--icon .icon,
div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .cancel-button--reversed.has--icon .icon {
  color: #B9D9EB;
}

div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button--primary,
div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .cancel-button--primary, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button--primary,
div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .cancel-button--primary {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button--primary, div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button--primary:link, div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button--primary:visited,
div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .cancel-button--primary,
div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .cancel-button--primary:link,
div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .cancel-button--primary:visited, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button--primary, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button--primary:link, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button--primary:visited,
div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .cancel-button--primary,
div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .cancel-button--primary:link,
div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .cancel-button--primary:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button--primary:active, div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button--primary:focus, div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button--primary:hover,
div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .cancel-button--primary:active,
div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .cancel-button--primary:focus,
div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .cancel-button--primary:hover, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button--primary:active, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button--primary:focus, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button--primary:hover,
div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .cancel-button--primary:active,
div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .cancel-button--primary:focus,
div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .cancel-button--primary:hover {
  color: #002E5D;
  background: #B9D9EB;
}

div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button--primary:active,
div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .cancel-button--primary:active, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button--primary:active,
div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .cancel-button--primary:active {
  color: #002E5D;
  background: #ffffff;
}

div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button--primary-reversed,
div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .cancel-button--primary-reversed, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button--primary-reversed,
div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .cancel-button--primary-reversed {
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button--primary-reversed, div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button--primary-reversed:link, div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button--primary-reversed:visited,
div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .cancel-button--primary-reversed,
div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .cancel-button--primary-reversed:link,
div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .cancel-button--primary-reversed:visited, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button--primary-reversed, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button--primary-reversed:link, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button--primary-reversed:visited,
div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .cancel-button--primary-reversed,
div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .cancel-button--primary-reversed:link,
div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .cancel-button--primary-reversed:visited {
  color: #002E5D;
  background: #FED141;
  border-bottom: none;
}

div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button--primary-reversed:active, div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button--primary-reversed:focus, div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button--primary-reversed:hover,
div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .cancel-button--primary-reversed:active,
div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .cancel-button--primary-reversed:focus,
div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .cancel-button--primary-reversed:hover, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button--primary-reversed:active, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button--primary-reversed:focus, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button--primary-reversed:hover,
div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .cancel-button--primary-reversed:active,
div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .cancel-button--primary-reversed:focus,
div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .cancel-button--primary-reversed:hover {
  color: #002E5D;
  background: #B9D9EB;
}

div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button--primary-reversed:active,
div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .cancel-button--primary-reversed:active, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button--primary-reversed:active,
div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .cancel-button--primary-reversed:active {
  color: #002E5D;
  background: #E3F2FB;
}

div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button.has--icon .icon,
div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .cancel-button.has--icon .icon, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button.has--icon .icon,
div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .cancel-button.has--icon .icon {
  display: inline-block;
  position: relative;
  transition: transform 0.4s ease-in-out;
  padding: 0px 0px 0px 7px;
  padding: 0rem 0rem 0rem 0.4375rem;
  width: 20px;
  width: 1.25rem;
}

div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button.has--icon .icon svg,
div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .cancel-button.has--icon .icon svg, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button.has--icon .icon svg,
div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .cancel-button.has--icon .icon svg {
  fill: currentColor;
}

div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button.has--icon .icon--close,
div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .cancel-button.has--icon .icon--close, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button.has--icon .icon--close,
div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .cancel-button.has--icon .icon--close {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}

div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button {
  background: #002E5D !important;
}

div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button, div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button:link, div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button:visited, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button:link, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button:active, div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button:focus, div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button:hover, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button:active, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button:focus, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button:hover {
  color: #002E5D;
  background: #B9D9EB;
}

div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button:active, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button:active {
  color: #002E5D;
  background: #ffffff;
}

div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .change-button:hover, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .change-button:hover {
  background: #ffffff !important;
}

div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .cancel-button, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .cancel-button {
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .cancel-button, div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .cancel-button:link, div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .cancel-button:visited, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .cancel-button, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .cancel-button:link, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .cancel-button:visited {
  color: #002E5D;
  background: #FED141;
  border-bottom: none;
}

div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .cancel-button:active, div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .cancel-button:focus, div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .cancel-button:hover, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .cancel-button:active, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .cancel-button:focus, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .cancel-button:hover {
  color: #002E5D;
  background: #B9D9EB;
}

div[data-sc-type=retailer-carousel][data-sc-id] .zip-change-box .zip-buttons .cancel-button:active, div.sc-type-carousel[data-sc-id] .zip-change-box .zip-buttons .cancel-button:active {
  color: #002E5D;
  background: #E3F2FB;
}

.content-block--sc-embed div[data-sc-type=retailer-carousel][data-sc-id] .sc-smartsite-footer, .content-block--sc-embed div.sc-type-carousel[data-sc-id] .sc-smartsite-footer {
  justify-content: center !important;
}

div[data-sc-type=retailer-carousel][data-sc-id] .sc-smartsite-footer .change-location-cta, div.sc-type-carousel[data-sc-id] .sc-smartsite-footer .change-location-cta {
  text-decoration: none;
}

div[data-sc-type=retailer-carousel][data-sc-id] .sc-smartsite-footer .change-location-cta, div[data-sc-type=retailer-carousel][data-sc-id] .sc-smartsite-footer .change-location-cta:link, div[data-sc-type=retailer-carousel][data-sc-id] .sc-smartsite-footer .change-location-cta:visited, div.sc-type-carousel[data-sc-id] .sc-smartsite-footer .change-location-cta, div.sc-type-carousel[data-sc-id] .sc-smartsite-footer .change-location-cta:link, div.sc-type-carousel[data-sc-id] .sc-smartsite-footer .change-location-cta:visited {
  color: #002E5D !important;
}

div[data-sc-type=retailer-carousel][data-sc-id] .sc-smartsite-footer .change-location-cta:hover, div[data-sc-type=retailer-carousel][data-sc-id] .sc-smartsite-footer .change-location-cta:active, div[data-sc-type=retailer-carousel][data-sc-id] .sc-smartsite-footer .change-location-cta:focus, div.sc-type-carousel[data-sc-id] .sc-smartsite-footer .change-location-cta:hover, div.sc-type-carousel[data-sc-id] .sc-smartsite-footer .change-location-cta:active, div.sc-type-carousel[data-sc-id] .sc-smartsite-footer .change-location-cta:focus {
  outline: 0;
  color: #002E5D !important;
}

div[data-sc-type=retailer-carousel][data-sc-id] .sc-smartsite-footer .change-location-cta i, div.sc-type-carousel[data-sc-id] .sc-smartsite-footer .change-location-cta i {
  font-family: "FontAwesome", sans-serif !important;
  font-size: 18px !important;
  font-style: normal !important;
}

div[data-sc-product-locator-id], div.sc-type-product-locator {
  height: 90vh !important;
}

div[data-sc-product-locator-id] .sc-pl-form-summary__container,
div[data-sc-product-locator-id] .sc-pl-form-summary__container-header,
div[data-sc-product-locator-id] .sc-pl-form-summary__summary-data, div.sc-type-product-locator .sc-pl-form-summary__container,
div.sc-type-product-locator .sc-pl-form-summary__container-header,
div.sc-type-product-locator .sc-pl-form-summary__summary-data {
  background: transparent !important;
}

div[data-sc-product-locator-id] .sc-pl-form-summary__actions-container, div.sc-type-product-locator .sc-pl-form-summary__actions-container {
  margin: 0;
}

div[data-sc-product-locator-id] .sc-pl-form-summary__product img, div.sc-type-product-locator .sc-pl-form-summary__product img {
  display: none;
}

div[data-sc-product-locator-id] .sc-pl-form-summary__product-info, div.sc-type-product-locator .sc-pl-form-summary__product-info {
  margin-left: 0;
}

div[data-sc-product-locator-id] .sc-pl-form-summary__additional-data, div.sc-type-product-locator .sc-pl-form-summary__additional-data {
  min-width: 3.5416666667em !important;
}

div[data-sc-product-locator-id] .sc-pl-form-summary__additional-data-zipcode-icon, div.sc-type-product-locator .sc-pl-form-summary__additional-data-zipcode-icon {
  color: #002E5D !important;
}

div[data-sc-product-locator-id] .sc-pl-stores-list__container::-webkit-scrollbar-thumb .sc-pl-form-summary__actions-container, div.sc-type-product-locator .sc-pl-stores-list__container::-webkit-scrollbar-thumb .sc-pl-form-summary__actions-container {
  margin: 0;
}

div[data-sc-product-locator-id] .sc-pl-form-summary__summary-data, div.sc-type-product-locator .sc-pl-form-summary__summary-data {
  border-top: none;
  border-right: none;
  border-left: none;
  padding-left: 0;
  padding-right: 0;
}

div[data-sc-product-locator-id] .sc-pl-form-summary__container-header,
div[data-sc-product-locator-id] .sc-pl-product-selector-form__header, div.sc-type-product-locator .sc-pl-form-summary__container-header,
div.sc-type-product-locator .sc-pl-product-selector-form__header {
  display: block;
  border-bottom: 0;
  text-transform: capitalize;
}

div[data-sc-product-locator-id] .sc-pl-form-summary__container-header span,
div[data-sc-product-locator-id] .sc-pl-product-selector-form__header span, div.sc-type-product-locator .sc-pl-form-summary__container-header span,
div.sc-type-product-locator .sc-pl-product-selector-form__header span {
  position: relative;
  display: block;
  margin-left: 0 !important;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  padding-bottom: 0;
  color: #002E5D !important;
}

.font-knockout-51-loaded div[data-sc-product-locator-id] .sc-pl-form-summary__container-header span,
.font-knockout-51-loaded div[data-sc-product-locator-id] .sc-pl-product-selector-form__header span, .font-knockout-51-loaded div.sc-type-product-locator .sc-pl-form-summary__container-header span,
.font-knockout-51-loaded div.sc-type-product-locator .sc-pl-product-selector-form__header span {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

div[data-sc-product-locator-id] .sc-pl-form-summary__container-header, div.sc-type-product-locator .sc-pl-form-summary__container-header {
  margin-left: 0;
}

div[data-sc-product-locator-id] .sc-pl-product-selector-form__header span, div.sc-type-product-locator .sc-pl-product-selector-form__header span {
  margin-left: 0.8333333333em;
}

div[data-sc-product-locator-id] .sc-pl-product-selector-form__content, div.sc-type-product-locator .sc-pl-product-selector-form__content {
  border-color: #E4DBBC !important;
}

div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-product-img, div.sc-type-product-locator .sc-pl-product-selector-form__content-product-img {
  height: 240px;
}

div[data-sc-product-locator-id] .sc-pl-product-selector-form__content .sc-pl-product-selector-form__container, div.sc-type-product-locator .sc-pl-product-selector-form__content .sc-pl-product-selector-form__container {
  padding-left: 20px;
}

div[data-sc-product-locator-id] .sc-pl-product-selector-form__content .sc-pl-product-selector-form__container--mobile, div.sc-type-product-locator .sc-pl-product-selector-form__content .sc-pl-product-selector-form__container--mobile {
  padding-left: 0;
}

div[data-sc-product-locator-id] .sc-pl-product-selector-form__content .sc-pl-product-selector-form__zip-input-wrapper,
div[data-sc-product-locator-id] .sc-pl-product-selector-form__content .sc-pl-product-filter-selector__wrapper,
div[data-sc-product-locator-id] .sc-pl-product-selector-form__content .sc-pl-product-selector-form__selector-wrapper,
div[data-sc-product-locator-id] .sc-pl-product-selector-form__content .sc-pl-product-selector-form__selector-wrapper, div.sc-type-product-locator .sc-pl-product-selector-form__content .sc-pl-product-selector-form__zip-input-wrapper,
div.sc-type-product-locator .sc-pl-product-selector-form__content .sc-pl-product-filter-selector__wrapper,
div.sc-type-product-locator .sc-pl-product-selector-form__content .sc-pl-product-selector-form__selector-wrapper,
div.sc-type-product-locator .sc-pl-product-selector-form__content .sc-pl-product-selector-form__selector-wrapper {
  border-color: #E4DBBC !important;
}

div[data-sc-product-locator-id] .sc-pl-product-selector-form__content input[type=text],
div[data-sc-product-locator-id] .sc-pl-product-selector-form__content input[type=url],
div[data-sc-product-locator-id] .sc-pl-product-selector-form__content input[type=email],
div[data-sc-product-locator-id] .sc-pl-product-selector-form__content input[type=tel],
div[data-sc-product-locator-id] .sc-pl-product-selector-form__content input[type=number],
div[data-sc-product-locator-id] .sc-pl-product-selector-form__content input[type=password],
div[data-sc-product-locator-id] .sc-pl-product-selector-form__content input[type=file],
div[data-sc-product-locator-id] .sc-pl-product-selector-form__content textarea,
div[data-sc-product-locator-id] .sc-pl-product-selector-form__content select,
div[data-sc-product-locator-id] .sc-pl-product-selector-form__content select[multiple=multiple], div.sc-type-product-locator .sc-pl-product-selector-form__content input[type=text],
div.sc-type-product-locator .sc-pl-product-selector-form__content input[type=url],
div.sc-type-product-locator .sc-pl-product-selector-form__content input[type=email],
div.sc-type-product-locator .sc-pl-product-selector-form__content input[type=tel],
div.sc-type-product-locator .sc-pl-product-selector-form__content input[type=number],
div.sc-type-product-locator .sc-pl-product-selector-form__content input[type=password],
div.sc-type-product-locator .sc-pl-product-selector-form__content input[type=file],
div.sc-type-product-locator .sc-pl-product-selector-form__content textarea,
div.sc-type-product-locator .sc-pl-product-selector-form__content select,
div.sc-type-product-locator .sc-pl-product-selector-form__content select[multiple=multiple] {
  padding-left: 0.0416666667em;
  background-color: #ffffff;
  max-width: none;
}

div[data-sc-product-locator-id] .sc-pl-product-selector-form__content input[type=text]:focus,
div[data-sc-product-locator-id] .sc-pl-product-selector-form__content input[type=url]:focus,
div[data-sc-product-locator-id] .sc-pl-product-selector-form__content input[type=email]:focus,
div[data-sc-product-locator-id] .sc-pl-product-selector-form__content input[type=tel]:focus,
div[data-sc-product-locator-id] .sc-pl-product-selector-form__content input[type=number]:focus,
div[data-sc-product-locator-id] .sc-pl-product-selector-form__content input[type=password]:focus,
div[data-sc-product-locator-id] .sc-pl-product-selector-form__content input[type=file]:focus,
div[data-sc-product-locator-id] .sc-pl-product-selector-form__content textarea:focus,
div[data-sc-product-locator-id] .sc-pl-product-selector-form__content select:focus,
div[data-sc-product-locator-id] .sc-pl-product-selector-form__content select[multiple=multiple]:focus, div.sc-type-product-locator .sc-pl-product-selector-form__content input[type=text]:focus,
div.sc-type-product-locator .sc-pl-product-selector-form__content input[type=url]:focus,
div.sc-type-product-locator .sc-pl-product-selector-form__content input[type=email]:focus,
div.sc-type-product-locator .sc-pl-product-selector-form__content input[type=tel]:focus,
div.sc-type-product-locator .sc-pl-product-selector-form__content input[type=number]:focus,
div.sc-type-product-locator .sc-pl-product-selector-form__content input[type=password]:focus,
div.sc-type-product-locator .sc-pl-product-selector-form__content input[type=file]:focus,
div.sc-type-product-locator .sc-pl-product-selector-form__content textarea:focus,
div.sc-type-product-locator .sc-pl-product-selector-form__content select:focus,
div.sc-type-product-locator .sc-pl-product-selector-form__content select[multiple=multiple]:focus {
  background-color: #ffffff;
}

div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-style: solid;
  border-color: transparent;
  border-width: 0px;
  border-width: 0rem;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  padding: 6px 0px;
  padding: 0.375rem 0rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border: none !important;
}

.font-degular-loaded div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn, .font-degular-loaded div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn, div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn:link, div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn:visited, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn:link, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn:visited {
  color: #002E5D;
  background: transparent;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-bottom: 4px solid #002E5D;
}

div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn:active, div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn:focus, div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn:hover, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn:active, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn:focus, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn:hover {
  outline: 0;
  text-decoration: none;
  color: #002E5D;
  border-color: #B9D9EB;
  transform: translateY(-2px);
}

div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn:active, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn:active {
  color: #002E5D;
  border-color: #FED141;
  transform: scale(0.97);
  transition: transform 0.15s ease-in-out;
}

div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn--reversed, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn--reversed {
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn--reversed, div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn--reversed:link, div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn--reversed:visited, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn--reversed, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn--reversed:link, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn--reversed:visited {
  color: #B9D9EB;
  border-color: #B9D9EB;
}

div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn--reversed:active, div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn--reversed:focus, div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn--reversed:hover, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn--reversed:active, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn--reversed:focus, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn--reversed:hover {
  color: #E3F2FB;
  border-color: #E3F2FB;
}

div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn--reversed.has--icon .icon, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn--reversed.has--icon .icon {
  color: #B9D9EB;
}

div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn--primary, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn--primary {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn--primary, div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn--primary:link, div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn--primary:visited, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn--primary, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn--primary:link, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn--primary:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn--primary:active, div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn--primary:focus, div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn--primary:hover, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn--primary:active, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn--primary:focus, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn--primary:hover {
  color: #002E5D;
  background: #B9D9EB;
}

div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn--primary:active, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn--primary:active {
  color: #002E5D;
  background: #ffffff;
}

div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn--primary-reversed, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn--primary-reversed {
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn--primary-reversed, div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn--primary-reversed:link, div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn--primary-reversed:visited, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn--primary-reversed, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn--primary-reversed:link, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn--primary-reversed:visited {
  color: #002E5D;
  background: #FED141;
  border-bottom: none;
}

div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn--primary-reversed:active, div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn--primary-reversed:focus, div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn--primary-reversed:hover, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn--primary-reversed:active, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn--primary-reversed:focus, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn--primary-reversed:hover {
  color: #002E5D;
  background: #B9D9EB;
}

div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn--primary-reversed:active, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn--primary-reversed:active {
  color: #002E5D;
  background: #E3F2FB;
}

div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn.has--icon .icon, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn.has--icon .icon {
  display: inline-block;
  position: relative;
  transition: transform 0.4s ease-in-out;
  padding: 0px 0px 0px 7px;
  padding: 0rem 0rem 0rem 0.4375rem;
  width: 20px;
  width: 1.25rem;
}

div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn.has--icon .icon svg, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn.has--icon .icon svg {
  fill: currentColor;
}

div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn.has--icon .icon--close, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn.has--icon .icon--close {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}

div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn, div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn:link, div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn:visited, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn:link, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn:active, div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn:focus, div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn:hover, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn:active, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn:focus, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn:hover {
  color: #002E5D;
  background: #B9D9EB;
}

div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn:active, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn:active {
  color: #002E5D;
  background: #ffffff;
}

.font-degular-loaded div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn, .font-degular-loaded div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn, div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn:link, div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn:visited, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn:link, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn:visited {
  color: #FED141 !important;
  background: #002E5D !important;
}

div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn:active, div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn:focus, div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn:hover, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn:active, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn:focus, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn:hover {
  color: #002E5D !important;
  background: #B9D9EB !important;
}

div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-search-btn:active, div.sc-type-product-locator .sc-pl-product-selector-form__content-search-btn:active {
  color: #002E5D !important;
  background: #ffffff !important;
}

div[data-sc-product-locator-id] .sc-pl-form-summary__product-info,
div[data-sc-product-locator-id] .sc-pl-product-selector-form__product-info, div.sc-type-product-locator .sc-pl-form-summary__product-info,
div.sc-type-product-locator .sc-pl-product-selector-form__product-info {
  text-transform: uppercase;
  padding-bottom: 1rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  padding-bottom: 0;
}

.font-knockout-51-loaded div[data-sc-product-locator-id] .sc-pl-form-summary__product-info,
.font-knockout-51-loaded div[data-sc-product-locator-id] .sc-pl-product-selector-form__product-info, .font-knockout-51-loaded div.sc-type-product-locator .sc-pl-form-summary__product-info,
.font-knockout-51-loaded div.sc-type-product-locator .sc-pl-product-selector-form__product-info {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

div[data-sc-product-locator-id] .sc-pl-form-summary__product-info em, div[data-sc-product-locator-id] .sc-pl-form-summary__product-info i,
div[data-sc-product-locator-id] .sc-pl-product-selector-form__product-info em,
div[data-sc-product-locator-id] .sc-pl-product-selector-form__product-info i, div.sc-type-product-locator .sc-pl-form-summary__product-info em, div.sc-type-product-locator .sc-pl-form-summary__product-info i,
div.sc-type-product-locator .sc-pl-product-selector-form__product-info em,
div.sc-type-product-locator .sc-pl-product-selector-form__product-info i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded div[data-sc-product-locator-id] .sc-pl-form-summary__product-info em, .font-knockout-51-loaded div[data-sc-product-locator-id] .sc-pl-form-summary__product-info i,
.font-knockout-51-loaded div[data-sc-product-locator-id] .sc-pl-product-selector-form__product-info em,
.font-knockout-51-loaded div[data-sc-product-locator-id] .sc-pl-product-selector-form__product-info i, .font-knockout-51-loaded div.sc-type-product-locator .sc-pl-form-summary__product-info em, .font-knockout-51-loaded div.sc-type-product-locator .sc-pl-form-summary__product-info i,
.font-knockout-51-loaded div.sc-type-product-locator .sc-pl-product-selector-form__product-info em,
.font-knockout-51-loaded div.sc-type-product-locator .sc-pl-product-selector-form__product-info i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

div[data-sc-product-locator-id] .sc-pl-form-summary__product-info em strong, div[data-sc-product-locator-id] .sc-pl-form-summary__product-info em b, div[data-sc-product-locator-id] .sc-pl-form-summary__product-info i strong, div[data-sc-product-locator-id] .sc-pl-form-summary__product-info i b,
div[data-sc-product-locator-id] .sc-pl-product-selector-form__product-info em strong,
div[data-sc-product-locator-id] .sc-pl-product-selector-form__product-info em b,
div[data-sc-product-locator-id] .sc-pl-product-selector-form__product-info i strong,
div[data-sc-product-locator-id] .sc-pl-product-selector-form__product-info i b, div.sc-type-product-locator .sc-pl-form-summary__product-info em strong, div.sc-type-product-locator .sc-pl-form-summary__product-info em b, div.sc-type-product-locator .sc-pl-form-summary__product-info i strong, div.sc-type-product-locator .sc-pl-form-summary__product-info i b,
div.sc-type-product-locator .sc-pl-product-selector-form__product-info em strong,
div.sc-type-product-locator .sc-pl-product-selector-form__product-info em b,
div.sc-type-product-locator .sc-pl-product-selector-form__product-info i strong,
div.sc-type-product-locator .sc-pl-product-selector-form__product-info i b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded div[data-sc-product-locator-id] .sc-pl-form-summary__product-info em strong, .font-knockout-51-loaded div[data-sc-product-locator-id] .sc-pl-form-summary__product-info em b, .font-knockout-51-loaded div[data-sc-product-locator-id] .sc-pl-form-summary__product-info i strong, .font-knockout-51-loaded div[data-sc-product-locator-id] .sc-pl-form-summary__product-info i b,
.font-knockout-51-loaded div[data-sc-product-locator-id] .sc-pl-product-selector-form__product-info em strong,
.font-knockout-51-loaded div[data-sc-product-locator-id] .sc-pl-product-selector-form__product-info em b,
.font-knockout-51-loaded div[data-sc-product-locator-id] .sc-pl-product-selector-form__product-info i strong,
.font-knockout-51-loaded div[data-sc-product-locator-id] .sc-pl-product-selector-form__product-info i b, .font-knockout-51-loaded div.sc-type-product-locator .sc-pl-form-summary__product-info em strong, .font-knockout-51-loaded div.sc-type-product-locator .sc-pl-form-summary__product-info em b, .font-knockout-51-loaded div.sc-type-product-locator .sc-pl-form-summary__product-info i strong, .font-knockout-51-loaded div.sc-type-product-locator .sc-pl-form-summary__product-info i b,
.font-knockout-51-loaded div.sc-type-product-locator .sc-pl-product-selector-form__product-info em strong,
.font-knockout-51-loaded div.sc-type-product-locator .sc-pl-product-selector-form__product-info em b,
.font-knockout-51-loaded div.sc-type-product-locator .sc-pl-product-selector-form__product-info i strong,
.font-knockout-51-loaded div.sc-type-product-locator .sc-pl-product-selector-form__product-info i b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

div[data-sc-product-locator-id] .sc-pl-form-summary__product-info strong, div[data-sc-product-locator-id] .sc-pl-form-summary__product-info b,
div[data-sc-product-locator-id] .sc-pl-product-selector-form__product-info strong,
div[data-sc-product-locator-id] .sc-pl-product-selector-form__product-info b, div.sc-type-product-locator .sc-pl-form-summary__product-info strong, div.sc-type-product-locator .sc-pl-form-summary__product-info b,
div.sc-type-product-locator .sc-pl-product-selector-form__product-info strong,
div.sc-type-product-locator .sc-pl-product-selector-form__product-info b {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded div[data-sc-product-locator-id] .sc-pl-form-summary__product-info strong, .font-knockout-51-loaded div[data-sc-product-locator-id] .sc-pl-form-summary__product-info b,
.font-knockout-51-loaded div[data-sc-product-locator-id] .sc-pl-product-selector-form__product-info strong,
.font-knockout-51-loaded div[data-sc-product-locator-id] .sc-pl-product-selector-form__product-info b, .font-knockout-51-loaded div.sc-type-product-locator .sc-pl-form-summary__product-info strong, .font-knockout-51-loaded div.sc-type-product-locator .sc-pl-form-summary__product-info b,
.font-knockout-51-loaded div.sc-type-product-locator .sc-pl-product-selector-form__product-info strong,
.font-knockout-51-loaded div.sc-type-product-locator .sc-pl-product-selector-form__product-info b {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

div[data-sc-product-locator-id] .sc-pl-form-summary__product-info strong em, div[data-sc-product-locator-id] .sc-pl-form-summary__product-info strong i, div[data-sc-product-locator-id] .sc-pl-form-summary__product-info b em, div[data-sc-product-locator-id] .sc-pl-form-summary__product-info b i,
div[data-sc-product-locator-id] .sc-pl-product-selector-form__product-info strong em,
div[data-sc-product-locator-id] .sc-pl-product-selector-form__product-info strong i,
div[data-sc-product-locator-id] .sc-pl-product-selector-form__product-info b em,
div[data-sc-product-locator-id] .sc-pl-product-selector-form__product-info b i, div.sc-type-product-locator .sc-pl-form-summary__product-info strong em, div.sc-type-product-locator .sc-pl-form-summary__product-info strong i, div.sc-type-product-locator .sc-pl-form-summary__product-info b em, div.sc-type-product-locator .sc-pl-form-summary__product-info b i,
div.sc-type-product-locator .sc-pl-product-selector-form__product-info strong em,
div.sc-type-product-locator .sc-pl-product-selector-form__product-info strong i,
div.sc-type-product-locator .sc-pl-product-selector-form__product-info b em,
div.sc-type-product-locator .sc-pl-product-selector-form__product-info b i {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded div[data-sc-product-locator-id] .sc-pl-form-summary__product-info strong em, .font-knockout-51-loaded div[data-sc-product-locator-id] .sc-pl-form-summary__product-info strong i, .font-knockout-51-loaded div[data-sc-product-locator-id] .sc-pl-form-summary__product-info b em, .font-knockout-51-loaded div[data-sc-product-locator-id] .sc-pl-form-summary__product-info b i,
.font-knockout-51-loaded div[data-sc-product-locator-id] .sc-pl-product-selector-form__product-info strong em,
.font-knockout-51-loaded div[data-sc-product-locator-id] .sc-pl-product-selector-form__product-info strong i,
.font-knockout-51-loaded div[data-sc-product-locator-id] .sc-pl-product-selector-form__product-info b em,
.font-knockout-51-loaded div[data-sc-product-locator-id] .sc-pl-product-selector-form__product-info b i, .font-knockout-51-loaded div.sc-type-product-locator .sc-pl-form-summary__product-info strong em, .font-knockout-51-loaded div.sc-type-product-locator .sc-pl-form-summary__product-info strong i, .font-knockout-51-loaded div.sc-type-product-locator .sc-pl-form-summary__product-info b em, .font-knockout-51-loaded div.sc-type-product-locator .sc-pl-form-summary__product-info b i,
.font-knockout-51-loaded div.sc-type-product-locator .sc-pl-product-selector-form__product-info strong em,
.font-knockout-51-loaded div.sc-type-product-locator .sc-pl-product-selector-form__product-info strong i,
.font-knockout-51-loaded div.sc-type-product-locator .sc-pl-product-selector-form__product-info b em,
.font-knockout-51-loaded div.sc-type-product-locator .sc-pl-product-selector-form__product-info b i {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

div[data-sc-product-locator-id] .sc-pl-form-summary__product-info, div[data-sc-product-locator-id] .sc-pl-form-summary__product-info-name, div[data-sc-product-locator-id] .sc-pl-form-summary__product-info small,
div[data-sc-product-locator-id] .sc-pl-product-selector-form__product-info,
div[data-sc-product-locator-id] .sc-pl-product-selector-form__product-info-name,
div[data-sc-product-locator-id] .sc-pl-product-selector-form__product-info small, div.sc-type-product-locator .sc-pl-form-summary__product-info, div.sc-type-product-locator .sc-pl-form-summary__product-info-name, div.sc-type-product-locator .sc-pl-form-summary__product-info small,
div.sc-type-product-locator .sc-pl-product-selector-form__product-info,
div.sc-type-product-locator .sc-pl-product-selector-form__product-info-name,
div.sc-type-product-locator .sc-pl-product-selector-form__product-info small {
  color: #002E5D !important;
}

div[data-sc-product-locator-id] .sc-pl-product-selector-form__zip-input-wrapper-icon, div.sc-type-product-locator .sc-pl-product-selector-form__zip-input-wrapper-icon {
  color: #002E5D !important;
}

div[data-sc-product-locator-id] .sc-pl-product-selector-form__zip-input-wrapper-field, div.sc-type-product-locator .sc-pl-product-selector-form__zip-input-wrapper-field {
  border: 0;
  background: none;
  padding: 0.3333333333em 0.3333333333em 0;
}

div[data-sc-product-locator-id] .sc-pl-product-locator__store-offers-container,
div[data-sc-product-locator-id] .sc-pl-product-locator__content,
div[data-sc-product-locator-id] .sc-pl-product-locator__filter-container,
div[data-sc-product-locator-id] .sc-pl-product-selector-form__header,
div[data-sc-product-locator-id] .sc-pl-product-selector-form__content,
div[data-sc-product-locator-id] .sc-pl-product-selector-form__content-product-img, div.sc-type-product-locator .sc-pl-product-locator__store-offers-container,
div.sc-type-product-locator .sc-pl-product-locator__content,
div.sc-type-product-locator .sc-pl-product-locator__filter-container,
div.sc-type-product-locator .sc-pl-product-selector-form__header,
div.sc-type-product-locator .sc-pl-product-selector-form__content,
div.sc-type-product-locator .sc-pl-product-selector-form__content-product-img {
  background: transparent !important;
}

div[data-sc-product-locator-id] .sc-pl-product-locator__store-footer,
div[data-sc-product-locator-id] .sc-pl-retailer-list__container,
div[data-sc-product-locator-id] .sc-pl-product-locator__ui-container,
div[data-sc-product-locator-id] .sc-pl-stores-list__container, div.sc-type-product-locator .sc-pl-product-locator__store-footer,
div.sc-type-product-locator .sc-pl-retailer-list__container,
div.sc-type-product-locator .sc-pl-product-locator__ui-container,
div.sc-type-product-locator .sc-pl-stores-list__container {
  background: #FAF5E4 !important;
}

div[data-sc-product-locator-id] .sc-pl-product-filter-selector__wrapper > select,
div[data-sc-product-locator-id] .sc-pl-product-selector-form__selector-field, div.sc-type-product-locator .sc-pl-product-filter-selector__wrapper > select,
div.sc-type-product-locator .sc-pl-product-selector-form__selector-field {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

div[data-sc-product-locator-id] .sc-pl-retailer-list__container-all-btn,
div[data-sc-product-locator-id] .sc-pl-retailer-pill__container, div.sc-type-product-locator .sc-pl-retailer-list__container-all-btn,
div.sc-type-product-locator .sc-pl-retailer-pill__container {
  background: #E4DBBC !important;
}

div[data-sc-product-locator-id] .sc-pl-retailer-list__container-all-btn--active, div.sc-type-product-locator .sc-pl-retailer-list__container-all-btn--active {
  background: #002E5D !important;
}

div[data-sc-product-locator-id] .sc-pl-stores-list__container::-webkit-scrollbar-track,
div[data-sc-product-locator-id] .sc-pl-retailer-list__container::-webkit-scrollbar-track, div.sc-type-product-locator .sc-pl-stores-list__container::-webkit-scrollbar-track,
div.sc-type-product-locator .sc-pl-retailer-list__container::-webkit-scrollbar-track {
  background: #E4DBBC !important;
}

div[data-sc-product-locator-id] .gm-control-active img,
div[data-sc-product-locator-id] .gm-svpc img, div.sc-type-product-locator .gm-control-active img,
div.sc-type-product-locator .gm-svpc img {
  padding-bottom: 0;
}

div[data-sc-product-locator-id] .sc-pl-retailer-list__container::-webkit-scrollbar-thumb,
div[data-sc-product-locator-id] .sc-pl-stores-list__container::-webkit-scrollbar-thumb, div.sc-type-product-locator .sc-pl-retailer-list__container::-webkit-scrollbar-thumb,
div.sc-type-product-locator .sc-pl-stores-list__container::-webkit-scrollbar-thumb {
  background: #002E5D;
}

div[data-sc-product-locator-id] .sc-pl-loading-animation svg, div.sc-type-product-locator .sc-pl-loading-animation svg {
  fill: #002E5D;
}

div[data-sc-product-locator-id] .sc-pl-carriage-sidebar__container-close-icon, div.sc-type-product-locator .sc-pl-carriage-sidebar__container-close-icon {
  pointer-events: auto;
}

div[data-sc-product-locator-id] .sc-pl-store-with-carriage__store-info-footer-direction:link, div[data-sc-product-locator-id] .sc-pl-store-with-carriage__store-info-footer-direction:visited, div.sc-type-product-locator .sc-pl-store-with-carriage__store-info-footer-direction:link, div.sc-type-product-locator .sc-pl-store-with-carriage__store-info-footer-direction:visited {
  color: #002E5D !important;
  text-decoration: none;
}

div[data-sc-product-locator-id] .sc-pl-store-with-carriage__store-info-footer-direction:hover, div[data-sc-product-locator-id] .sc-pl-store-with-carriage__store-info-footer-direction:active, div.sc-type-product-locator .sc-pl-store-with-carriage__store-info-footer-direction:hover, div.sc-type-product-locator .sc-pl-store-with-carriage__store-info-footer-direction:active {
  color: #002E5D !important;
  text-decoration: none;
}

div[data-sc-product-locator-id] .sc-pl-carriage-sidebar__retailer-directions a:link, div[data-sc-product-locator-id] .sc-pl-carriage-sidebar__retailer-directions a:visited, div.sc-type-product-locator .sc-pl-carriage-sidebar__retailer-directions a:link, div.sc-type-product-locator .sc-pl-carriage-sidebar__retailer-directions a:visited {
  color: #002E5D !important;
  text-decoration: none;
}

div[data-sc-product-locator-id] .sc-pl-carriage-sidebar__retailer-directions a:hover, div[data-sc-product-locator-id] .sc-pl-carriage-sidebar__retailer-directions a:active, div.sc-type-product-locator .sc-pl-carriage-sidebar__retailer-directions a:hover, div.sc-type-product-locator .sc-pl-carriage-sidebar__retailer-directions a:active {
  color: #002E5D !important;
  text-decoration: none;
}

div[data-sc-product-locator-id] .sc-pl-sidebar-product-offer__share-icon, div.sc-type-product-locator .sc-pl-sidebar-product-offer__share-icon {
  color: #002E5D !important;
}

div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-style: solid;
  border-color: transparent;
  border-width: 0px;
  border-width: 0rem;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  padding: 6px 0px;
  padding: 0.375rem 0rem;
  border: none !important;
}

.font-degular-loaded div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn, .font-degular-loaded div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn, div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn:link, div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn:visited, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn:link, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn:visited {
  color: #002E5D;
  background: transparent;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-bottom: 4px solid #002E5D;
}

div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn:active, div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn:focus, div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn:hover, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn:active, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn:focus, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn:hover {
  outline: 0;
  text-decoration: none;
  color: #002E5D;
  border-color: #B9D9EB;
  transform: translateY(-2px);
}

div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn:active, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn:active {
  color: #002E5D;
  border-color: #FED141;
  transform: scale(0.97);
  transition: transform 0.15s ease-in-out;
}

div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn--reversed, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn--reversed {
  padding: 6px 0px;
  padding: 0.375rem 0rem;
}

div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn--reversed, div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn--reversed:link, div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn--reversed:visited, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn--reversed, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn--reversed:link, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn--reversed:visited {
  color: #B9D9EB;
  border-color: #B9D9EB;
}

div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn--reversed:active, div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn--reversed:focus, div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn--reversed:hover, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn--reversed:active, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn--reversed:focus, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn--reversed:hover {
  color: #E3F2FB;
  border-color: #E3F2FB;
}

div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn--reversed.has--icon .icon, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn--reversed.has--icon .icon {
  color: #B9D9EB;
}

div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn--primary, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn--primary {
  border: none;
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn--primary, div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn--primary:link, div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn--primary:visited, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn--primary, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn--primary:link, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn--primary:visited {
  color: #FED141;
  background: #002E5D;
  border-bottom: none;
}

div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn--primary:active, div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn--primary:focus, div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn--primary:hover, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn--primary:active, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn--primary:focus, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn--primary:hover {
  color: #002E5D;
  background: #B9D9EB;
}

div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn--primary:active, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn--primary:active {
  color: #002E5D;
  background: #ffffff;
}

div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn--primary-reversed, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn--primary-reversed {
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn--primary-reversed, div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn--primary-reversed:link, div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn--primary-reversed:visited, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn--primary-reversed, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn--primary-reversed:link, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn--primary-reversed:visited {
  color: #002E5D;
  background: #FED141;
  border-bottom: none;
}

div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn--primary-reversed:active, div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn--primary-reversed:focus, div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn--primary-reversed:hover, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn--primary-reversed:active, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn--primary-reversed:focus, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn--primary-reversed:hover {
  color: #002E5D;
  background: #B9D9EB;
}

div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn--primary-reversed:active, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn--primary-reversed:active {
  color: #002E5D;
  background: #E3F2FB;
}

div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn.has--icon .icon, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn.has--icon .icon {
  display: inline-block;
  position: relative;
  transition: transform 0.4s ease-in-out;
  padding: 0px 0px 0px 7px;
  padding: 0rem 0rem 0rem 0.4375rem;
  width: 20px;
  width: 1.25rem;
}

div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn.has--icon .icon svg, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn.has--icon .icon svg {
  fill: currentColor;
}

div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn.has--icon .icon--close, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn.has--icon .icon--close {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}

div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn {
  padding: 20px 40px 18px 40px;
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
  border-radius: 100px;
  border-radius: 6.25rem;
}

div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn, div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn:link, div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn:visited, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn:link, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn:visited {
  color: #002E5D;
  background: #FED141;
  border-bottom: none;
}

div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn:active, div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn:focus, div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn:hover, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn:active, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn:focus, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn:hover {
  color: #002E5D;
  background: #B9D9EB;
}

div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn:active, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn:active {
  color: #002E5D;
  background: #E3F2FB;
}

div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn, div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn:link, div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn:visited, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn:link, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn:visited {
  color: #002E5D !important;
  background: #FED141 !important;
}

div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn:active, div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn:focus, div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn:hover, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn:active, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn:focus, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn:hover {
  color: #002E5D !important;
  background: #B9D9EB !important;
}

div[data-sc-product-locator-id] .sc-pl-store-with-carriage__container-view-btn:active, div.sc-type-product-locator .sc-pl-store-with-carriage__container-view-btn:active {
  color: #002E5D !important;
  background: #E3F2FB !important;
}

div[data-sc-product-locator-id] .sc-pl-product-locator__store-footer, div.sc-type-product-locator .sc-pl-product-locator__store-footer {
  border-color: #E4DBBC !important;
}

div[data-sc-product-locator-id] .sc-pl-product-locator__store-footer a, div.sc-type-product-locator .sc-pl-product-locator__store-footer a {
  padding-right: 0.1666666667em;
}

.c-social-bar {
  position: relative;
  text-align: center;
  padding-bottom: 0.8333333333em;
}

.c-social-bar__content-container {
  line-height: 1;
}

.c-social-bar__cta-container {
  padding-bottom: 0.625em;
}

.c-social-bar__cta {
  display: block;
  text-align: left;
  padding-bottom: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  color: #002E5D;
  z-index: 1;
}

.font-degular-loaded .c-social-bar__cta {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

.c-social-bar__list {
  zoom: 1;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-social-bar__list:before, .c-social-bar__list:after {
  content: " ";
  display: table;
}

.c-social-bar__list:after {
  clear: both;
}

.c-social-bar__item {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.c-social-bar__item .icon__link {
  display: block;
}

.c-social-bar__item .icon__link:hover {
  color: #024B96;
  transform: translateY(-5px);
  background: transparent;
}

.c-social-bar__item .icon {
  display: block;
  width: 48px;
  width: 3rem;
}

.c-social-bar__item .icon svg {
  fill: currentColor;
}

.c-social-bar__item .icon .icon__img {
  padding-bottom: 100%;
}

.c-social-bar--band {
  padding-bottom: 0.8333333333em;
}

.c-social-bar--band .c-social-bar__content-container {
  zoom: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.8333333333em;
  padding-right: 0.8333333333em;
  max-width: 64.8333333333em;
  padding-left: 0;
  padding-right: 0;
  width: min-content;
  margin-left: 0;
}

.c-social-bar--band .c-social-bar__content-container:before, .c-social-bar--band .c-social-bar__content-container:after {
  content: " ";
  display: table;
}

.c-social-bar--band .c-social-bar__content-container:after {
  clear: both;
}

@media only screen and (min-width: 22.5em) {
  .c-social-bar--band .c-social-bar__content-container {
    padding-left: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-social-bar--band .c-social-bar__content-container {
    padding-left: 4%;
  }
}
@media only screen and (min-width: 22.5em) {
  .c-social-bar--band .c-social-bar__content-container {
    padding-right: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-social-bar--band .c-social-bar__content-container {
    padding-right: 4%;
  }
}
@media only screen and (min-width: 97.25em) {
  .c-social-bar--band .c-social-bar__content-container {
    padding-left: 0;
    padding-right: 0;
    max-width: 61.25em;
  }
}
@media only screen and (min-width: 22.5em) {
  .c-social-bar--band .c-social-bar__content-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-social-bar--band .c-social-bar__content-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.c-social-bar--band .c-social-bar__list {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: flex-start;
}

.c-social-bar--band .c-social-bar__list::before {
  content: none;
}

.c-social-bar--band .c-social-bar__list::after {
  content: none;
}

.c-social-bar--band .c-social-bar__item .icon__link {
  color: #002E5D;
  border: 0;
}

.c-social-bar--band .c-social-bar__item .icon__link:hover, .c-social-bar--band .c-social-bar__item .icon__link:active {
  color: #024B96;
}

.c-social-bar--cta-line .c-social-bar__cta-container {
  padding-bottom: 0.625em;
}

.c-social-bar--cta-line .c-social-bar__cta-container:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.4166666667em;
  left: 5%;
  width: 90%;
  z-index: 0;
  border-bottom: 1px solid #DDDDDC;
}

.c-social-bar--cta-line .c-social-bar__cta {
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
}

.c-toggle-bar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: #ffffff;
  border-bottom: 4px solid #002E5D;
  zoom: 1;
}

.c-toggle-bar:before, .c-toggle-bar:after {
  content: " ";
  display: table;
}

.c-toggle-bar:after {
  clear: both;
}

.c-toggle-bar__tab {
  margin: 0;
  padding: 0;
}

.c-toggle-bar__tab-link:link, .c-toggle-bar__tab-link:visited, .c-toggle-bar__tab-link:hover .c-toggle-bar__tab-link:active {
  display: block;
  float: left;
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1rem;
  color: #7F7B75;
  background: #DDDDDC;
}

.c-toggle-bar__tab-link--active:link, .c-toggle-bar__tab-link--active:visited, .c-toggle-bar__tab-link--active:hover .c-toggle-bar__tab-link--active:active {
  color: #ffffff;
  background: #002E5D;
}

.c-video-hero {
  background-color: #002E5D;
  color: #FAF5E4;
  overflow-x: hidden;
  position: relative;
  text-align: center;
  padding-top: 120px;
  padding-top: 7.5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}

.c-video-hero .content-container {
  padding-left: 12%;
  padding-right: 12%;
}

.c-video-hero__video-holder {
  position: relative;
  zoom: 1;
  margin-left: auto;
  margin-right: auto;
  max-width: 60em;
}

.c-video-hero__video-holder:before, .c-video-hero__video-holder:after {
  content: " ";
  display: table;
}

.c-video-hero__video-holder:after {
  clear: both;
}

.c-video-hero__scroller {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  color: #002E5D;
  position: absolute;
  top: -5px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #FED141;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  animation: textScroll 120s linear infinite;
}

.font-knockout-51-loaded .c-video-hero__scroller {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-video-hero__video-toggle {
  background-color: transparent;
  border: none;
  color: #FED141;
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  z-index: 2;
}

.c-video-hero__video-toggle:hover, .c-video-hero__video-toggle:focus, .c-video-hero__video-toggle:active {
  opacity: 0.5;
}

.c-video-hero__video {
  border-radius: 10px;
  border-radius: 0.625rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

.c-video-hero__headline {
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  margin-top: 40px;
  margin-top: 2.5rem;
  color: #FED141;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  max-width: 986px;
  max-width: 61.625rem;
}

.font-knockout-51-loaded .c-video-hero__headline {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.9090909091;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.c-video-hero__description {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 574px;
  max-width: 35.875rem;
}

.font-degular-loaded .c-video-hero__description {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.c-video-hero__cta-button {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 0;
}

@keyframes textScroll {
  0% {
    transform: translate3d(0, 0, 0) translateY(-50%);
  }
  100% {
    transform: translate3d(-50%, 0, 0) translateY(-50%);
  }
}
@media only screen and (min-width: 40.625em) {
  .group--full .c-video-hero__headline,
  .group--partial-primary .c-video-hero__headline {
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 64px;
    font-size: 4rem;
    line-height: 0.857;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .group--full .c-video-hero__headline,
  .font-knockout-51-loaded .group--partial-primary .c-video-hero__headline {
    font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
    font-size: 64px;
    font-size: 4rem;
    line-height: 0.857;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .group--full .c-video-hero__description,
  .group--partial-primary .c-video-hero__description {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .group--full .c-video-hero__description,
  .font-degular-loaded .group--partial-primary .c-video-hero__description {
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .group--full .c-video-hero,
  .group--partial-primary .c-video-hero {
    padding-top: 125px;
    padding-top: 7.8125rem;
    padding-bottom: 125px;
    padding-bottom: 7.8125rem;
  }
  .group--full .c-video-hero__scroller,
  .group--partial-primary .c-video-hero__scroller {
    top: calc(50% - 24px);
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 56.25em) and (min-height: 46.875em) {
  .group--full .c-video-hero__scroller,
  .group--partial-primary .c-video-hero__scroller {
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 120px;
    font-size: 7.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .group--full .c-video-hero__scroller,
  .font-knockout-51-loaded .group--partial-primary .c-video-hero__scroller {
    font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
    font-size: 120px;
    font-size: 7.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .group--full .c-video-hero__headline,
  .group--partial-primary .c-video-hero__headline {
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.857;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-knockout-51-loaded .group--full .c-video-hero__headline,
  .font-knockout-51-loaded .group--partial-primary .c-video-hero__headline {
    font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 0.857;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .group--full .c-video-hero__description,
  .group--partial-primary .c-video-hero__description {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .font-degular-loaded .group--full .c-video-hero__description,
  .font-degular-loaded .group--partial-primary .c-video-hero__description {
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .group--full .c-video-hero__scroller,
  .group--partial-primary .c-video-hero__scroller {
    top: calc(50% - 64px);
  }
}
@media only screen and (min-width: 81.25em) and (min-height: 46.875em) {
  .group--full .c-video-hero,
  .group--partial-primary .c-video-hero {
    padding-top: 250px;
    padding-top: 15.625rem;
    padding-bottom: 250px;
    padding-bottom: 15.625rem;
  }
}
.content-block--billboard .content-container {
  max-width: 1280px;
  max-width: 80rem;
}

.content-block--billboard:has(.c-billboard--has-background-image).next-block-full-width-media, .content-block--billboard:has(.c-billboard--has-background-image).next-block-marquee, .content-block--billboard:has(.c-billboard--has-background-image).next-block-video-hero, .content-block--billboard:has(.c-billboard--has-background-image).next-block-billboard {
  padding-bottom: 0;
}

@media only screen and (min-width: 56.25em) {
  .content-block--billboard:has(.c-billboard--has-background-image).next-block-full-width-media, .content-block--billboard:has(.c-billboard--has-background-image).next-block-marquee, .content-block--billboard:has(.c-billboard--has-background-image).next-block-video-hero, .content-block--billboard:has(.c-billboard--has-background-image).next-block-billboard {
    padding-bottom: 0;
  }
}
.content-block--billboard.prev-block-billboard:has(+ .content-block--full-width-media), .content-block--billboard.prev-block-billboard:has(+ .content-block--marquee), .content-block--billboard.prev-block-billboard:has(+ .content-block--video-hero) {
  padding-bottom: 0;
}

@media only screen and (min-width: 56.25em) {
  .content-block--billboard.prev-block-billboard:has(+ .content-block--full-width-media), .content-block--billboard.prev-block-billboard:has(+ .content-block--marquee), .content-block--billboard.prev-block-billboard:has(+ .content-block--video-hero) {
    padding-bottom: 0;
  }
}
.content-block--blog-filter-bar .content-container {
  max-width: 25em;
}

.content-section.last .content-block--filter-bar.last {
  padding-bottom: 2.0833333333em;
}

@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .content-section.last .content-block--filter-bar.last {
    padding-bottom: 4.1666666667em;
  }
}
.content-block--blog-listing.first {
  padding-top: 30px;
  padding-top: 1.875rem;
}

@media only screen and (min-width: 50em) {
  .content-block--blog-listing.first {
    padding-top: 0;
  }
}
.content-block--blog-listing__loader {
  display: none;
  text-align: center;
  width: 100%;
}

.content-block--blog-listing__loader-image {
  width: 2.7083333333em;
}

.content-block--blog-listing__no-results {
  display: none;
  text-align: center;
  width: 100%;
}

.content-block--blog-listing__more-button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.content-block--blog-listing__more-button.hide {
  display: none;
}

.content-section.last .content-block--blog-listing.last {
  padding-bottom: 2.0833333333em;
}

@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .content-section.last .content-block--blog-listing.last {
    padding-bottom: 4.1666666667em;
  }
}
.content-block--callout.next-block-card-grid {
  padding-bottom: 0;
}

.content-section.last .content-block--callout.last {
  padding-bottom: 2.0833333333em;
}

@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .content-section.last .content-block--callout.last {
    padding-bottom: 4.1666666667em;
  }
}
.content-block--card-grid.c-content-block--products .c-card__inner-wrapper {
  position: relative;
}

.content-block--card-grid.c-content-block--products .c-card__inner-wrapper:hover .c-card__image {
  opacity: 0.5;
}

.content-block--card-grid.c-content-block--products .c-card__inner-wrapper:hover .c-card__hover-text {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.5s ease-in-out;
}

.content-block--card-grid.c-content-block--products .c-card__hover-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  display: flex;
  opacity: 0;
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translateX(-50%) translateY(-40%);
  background: #FED141;
  color: #002E5D;
  border-radius: 50%;
  aspect-ratio: 1;
  max-width: 6em;
  gap: 0.25em;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}

.font-degular-loaded .content-block--card-grid.c-content-block--products .c-card__hover-text {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

@media only screen and (min-width: 43.75em) {
  .content-block--card-grid.c-content-block--products .c-card__hover-text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .font-degular-loaded .content-block--card-grid.c-content-block--products .c-card__hover-text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
}
.content-block--card-grid.c-content-block--products .c-card__hover-text .icon {
  align-self: center;
}

.content-block--card-grid.next-block-billboard {
  padding-bottom: 4.7083333333em;
}

@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .content-block--card-grid.next-block-billboard {
    padding-bottom: 9.375em;
  }
}
.c-recipe .c-recipe__products .content-block--card-grid .content-container {
  padding-left: 0.8333333333em;
  padding-right: 0.8333333333em;
}

.content-section.last .content-block--card-grid.last {
  padding-bottom: 2.0833333333em;
}

@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .content-section.last .content-block--card-grid.last {
    padding-bottom: 4.1666666667em;
  }
}
.content-section.last .content-block--code-snippet.last {
  padding-bottom: 2.0833333333em;
}

@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .content-section.last .content-block--code-snippet.last {
    padding-bottom: 4.1666666667em;
  }
}
.content-block--collage-grid .content-container {
  zoom: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.8333333333em;
  padding-right: 0.8333333333em;
  max-width: 117em;
}

.content-block--collage-grid .content-container:before, .content-block--collage-grid .content-container:after {
  content: " ";
  display: table;
}

.content-block--collage-grid .content-container:after {
  clear: both;
}

@media only screen and (min-width: 22.5em) {
  .content-block--collage-grid .content-container {
    padding-left: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .content-block--collage-grid .content-container {
    padding-left: 4%;
  }
}
@media only screen and (min-width: 22.5em) {
  .content-block--collage-grid .content-container {
    padding-right: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .content-block--collage-grid .content-container {
    padding-right: 4%;
  }
}
@media only screen and (min-width: 175.5em) {
  .content-block--collage-grid .content-container {
    padding-left: 0;
    padding-right: 0;
    max-width: 110.5em;
  }
}
.content-section.last .content-block--collage-grid.last {
  padding-bottom: 2.0833333333em;
}

@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .content-section.last .content-block--collage-grid.last {
    padding-bottom: 4.1666666667em;
  }
}
.content-section.last .content-block--expandable-blocks.last {
  padding-bottom: 2.0833333333em;
}

@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .content-section.last .content-block--expandable-blocks.last {
    padding-bottom: 4.1666666667em;
  }
}
.content-block--faqs .content-container {
  padding-top: 2.0833333333em;
  padding-bottom: 2.0833333333em;
}

@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .content-block--faqs .content-container {
    padding-top: 4.1666666667em;
  }
}
@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .content-block--faqs .content-container {
    padding-bottom: 4.1666666667em;
  }
}
.content-section.last .content-block--faqs.last {
  padding-bottom: 2.0833333333em;
}

@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .content-section.last .content-block--faqs.last {
    padding-bottom: 4.1666666667em;
  }
}
.content-block--full_width_media .content-container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 22.5em) {
  .content-block--full_width_media .content-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 62.5em) {
  .content-block--full_width_media .content-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.content-block--full_width_media.next-block-full-width-media, .content-block--full_width_media.next-block-marquee, .content-block--full_width_media.next-block-video-hero, .content-block--full_width_media:has(+ .content-block--billboard .c-billboard--has-background-image) {
  padding-bottom: 0;
}

@media only screen and (min-width: 56.25em) {
  .content-block--full_width_media.next-block-full-width-media, .content-block--full_width_media.next-block-marquee, .content-block--full_width_media.next-block-video-hero, .content-block--full_width_media:has(+ .content-block--billboard .c-billboard--has-background-image) {
    padding-bottom: 0;
  }
}
.content-section.last .content-block--gallery.last {
  padding-bottom: 2.0833333333em;
}

@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .content-section.last .content-block--gallery.last {
    padding-bottom: 4.1666666667em;
  }
}
.content-block--introduction.first {
  padding-top: 2.0833333333em;
}

@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .content-block--introduction.first {
    padding-top: 4.1666666667em;
  }
}
.content-section.last .content-block--introduction.last {
  padding-bottom: 2.0833333333em;
}

@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .content-section.last .content-block--introduction.last {
    padding-bottom: 4.1666666667em;
  }
}
.content-block--magnet {
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (min-width: 56.25em) {
  .content-block--magnet {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.content-block.next-block-magnet {
  padding-bottom: 0;
  margin-bottom: 0;
}

@media only screen and (min-width: 56.25em) {
  .content-block.next-block-magnet {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .content-block.next-block-magnet {
    margin-bottom: 0;
  }
}
.content-block.prev-block-magnet {
  padding-top: 0;
  margin-top: 0;
}

@media only screen and (min-width: 56.25em) {
  .content-block.prev-block-magnet {
    padding-top: 0;
  }
}
@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .content-block.prev-block-magnet {
    margin-top: 0;
  }
}
.content-block--marquee .content-container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 22.5em) {
  .content-block--marquee .content-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 62.5em) {
  .content-block--marquee .content-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.content-block--marquee.next-block-full-width-media, .content-block--marquee.next-block-marquee, .content-block--marquee.next-block-video-hero, .content-block--marquee:has(+ .content-block--billboard .c-billboard--has-background-image) {
  padding-bottom: 0;
}

@media only screen and (min-width: 56.25em) {
  .content-block--marquee.next-block-full-width-media, .content-block--marquee.next-block-marquee, .content-block--marquee.next-block-video-hero, .content-block--marquee:has(+ .content-block--billboard .c-billboard--has-background-image) {
    padding-bottom: 0;
  }
}
.content-block--media-grid .content-container {
  zoom: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.8333333333em;
  padding-right: 0.8333333333em;
  max-width: 117em;
}

.content-block--media-grid .content-container:before, .content-block--media-grid .content-container:after {
  content: " ";
  display: table;
}

.content-block--media-grid .content-container:after {
  clear: both;
}

@media only screen and (min-width: 22.5em) {
  .content-block--media-grid .content-container {
    padding-left: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .content-block--media-grid .content-container {
    padding-left: 4%;
  }
}
@media only screen and (min-width: 22.5em) {
  .content-block--media-grid .content-container {
    padding-right: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .content-block--media-grid .content-container {
    padding-right: 4%;
  }
}
@media only screen and (min-width: 175.5em) {
  .content-block--media-grid .content-container {
    padding-left: 0;
    padding-right: 0;
    max-width: 110.5em;
  }
}
.content-section.last .content-block--media-grid.last {
  padding-bottom: 2.0833333333em;
}

@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .content-section.last .content-block--media-grid.last {
    padding-bottom: 4.1666666667em;
  }
}
.content-section.last .content-block--media-list.last {
  padding-bottom: 2.0833333333em;
}

@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .content-section.last .content-block--media-list.last {
    padding-bottom: 4.1666666667em;
  }
}
.content-block--more-link {
  text-align: center;
}

.content-section.last .content-block--more-link.last {
  padding-bottom: 2.0833333333em;
}

@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .content-section.last .content-block--more-link.last {
    padding-bottom: 4.1666666667em;
  }
}
.content-block--page-header {
  color: #ffffff;
  position: relative;
  z-index: 3;
  padding-bottom: 0;
  margin-bottom: -0.0416666667em;
}

@media only screen and (min-width: 56.25em) {
  .content-block--page-header {
    padding-bottom: 0;
  }
}
.content-section.last .content-block--pr-display.last {
  padding-bottom: 2.0833333333em;
}

@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .content-section.last .content-block--pr-display.last {
    padding-bottom: 4.1666666667em;
  }
}
.content-block--product-header {
  color: #002E5D;
  background: #FAF5E4;
}

.page-template-recipe-landing .content-block--recipe-grid {
  padding-top: 2.0833333333em;
}

@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .page-template-recipe-landing .content-block--recipe-grid {
    padding-top: 4.1666666667em;
  }
}
.content-section.last .content-block--recipe-grid.last {
  padding-bottom: 2.0833333333em;
}

@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .content-section.last .content-block--recipe-grid.last {
    padding-bottom: 4.1666666667em;
  }
}
.content-block--search-header {
  background: #002E5D;
  color: #FAF5E4;
}

.content-block--search-results-form.first {
  background: #002E5D;
}

.content-section.last .content-block--search-results-form.last {
  padding-bottom: 2.0833333333em;
}

@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .content-section.last .content-block--search-results-form.last {
    padding-bottom: 4.1666666667em;
  }
}
.content-block--section-header {
  padding-bottom: 1.0416666667em;
}

@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .content-block--section-header {
    padding-bottom: 2.0833333333em;
  }
}
.content-block--section-header.first {
  padding-top: 0.5416666667em;
}

@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .content-block--section-header.first {
    padding-top: 1.0416666667em;
  }
}
.first-on-page .content-block--section-header.first {
  padding-top: 2.0833333333em;
}

@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .first-on-page .content-block--section-header.first {
    padding-top: 4.1666666667em;
  }
}
.content-block--text.first {
  padding-top: 2.0833333333em;
}

@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .content-block--text.first {
    padding-top: 4.1666666667em;
  }
}
.content-section.last .content-block--text.last {
  padding-bottom: 2.0833333333em;
}

@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .content-section.last .content-block--text.last {
    padding-bottom: 4.1666666667em;
  }
}
.content-block--video-hero.next-block-full-width-media, .content-block--video-hero.next-block-marquee, .content-block--video-hero.next-block-video-hero, .content-block--video-hero:has(+ .content-block--billboard .c-billboard--has-background-image) {
  padding-bottom: 0;
}

@media only screen and (min-width: 56.25em) {
  .content-block--video-hero.next-block-full-width-media, .content-block--video-hero.next-block-marquee, .content-block--video-hero.next-block-video-hero, .content-block--video-hero:has(+ .content-block--billboard .c-billboard--has-background-image) {
    padding-bottom: 0;
  }
}
.group--full,
.group--partial-flex {
  margin-left: auto;
  margin-right: auto;
}

.group--partial-primary .content-container {
  zoom: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.8333333333em;
  padding-right: 0.8333333333em;
  max-width: 64.8333333333em;
}

.group--partial-primary .content-container:before, .group--partial-primary .content-container:after {
  content: " ";
  display: table;
}

.group--partial-primary .content-container:after {
  clear: both;
}

@media only screen and (min-width: 22.5em) {
  .group--partial-primary .content-container {
    padding-left: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .group--partial-primary .content-container {
    padding-left: 4%;
  }
}
@media only screen and (min-width: 22.5em) {
  .group--partial-primary .content-container {
    padding-right: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .group--partial-primary .content-container {
    padding-right: 4%;
  }
}
@media only screen and (min-width: 97.25em) {
  .group--partial-primary .content-container {
    max-width: 64.8333333333em;
  }
}
.group--partial-secondary {
  padding-top: 2.0833333333em;
}

@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .group--partial-secondary {
    padding-top: 4.1666666667em;
  }
}
.group--contained {
  max-width: 60em;
}

.group--contained-xwide {
  max-width: 76.6666666667em;
}

.group--sidepad {
  padding-left: 0.8333333333em;
  padding-right: 0.8333333333em;
}

@media only screen and (min-width: 22.5em) {
  .group--sidepad {
    padding-left: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .group--sidepad {
    padding-left: 4%;
  }
}
@media only screen and (min-width: 22.5em) {
  .group--sidepad {
    padding-right: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .group--sidepad {
    padding-right: 4%;
  }
}
.group--sidepad .content-container {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 22.5em) {
  .group--sidepad .content-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 62.5em) {
  .group--sidepad .content-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.group--sidepad-l {
  padding-left: 0.8333333333em;
}

@media only screen and (min-width: 22.5em) {
  .group--sidepad-l {
    padding-left: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .group--sidepad-l {
    padding-left: 4%;
  }
}
.group--sidepad-r {
  padding-right: 0.8333333333em;
}

@media only screen and (min-width: 22.5em) {
  .group--sidepad-r {
    padding-right: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .group--sidepad-r {
    padding-right: 4%;
  }
}
@media only screen and (min-width: 57.625em) {
  .group--partial-flex {
    display: flex;
    flex-flow: row;
    column-gap: 4%;
  }
  .group--partial-primary {
    flex: 1 1 auto;
    min-width: 0;
    width: 71.5%;
  }
  .group--partial-primary .content-container {
    margin-left: unset;
    margin-right: unset;
    padding-left: 0;
  }
}
@media only screen and (min-width: 57.625em) and (min-width: 22.5em) {
  .group--partial-primary .content-container {
    padding-left: 0;
  }
}
@media only screen and (min-width: 57.625em) and (min-width: 62.5em) {
  .group--partial-primary .content-container {
    padding-left: 0;
  }
}
@media only screen and (min-width: 57.625em) {
  .group--partial-secondary {
    flex: 1 1 auto;
    width: 28.5%;
    min-width: 290px;
    min-width: 18.125rem;
    max-width: 360px;
    max-width: 22.5rem;
  }
  .group--partial-secondary-left .group--partial-secondary {
    padding-left: 0.8333333333em;
  }
}
@media only screen and (min-width: 57.625em) and (min-width: 22.5em) {
  .group--partial-secondary-left .group--partial-secondary {
    padding-left: 1.6666666667em;
  }
}
@media only screen and (min-width: 57.625em) and (min-width: 62.5em) {
  .group--partial-secondary-left .group--partial-secondary {
    padding-left: 4%;
  }
}
@media only screen and (min-width: 57.625em) {
  .group--partial-secondary-right .group--partial-secondary {
    padding-right: 0.8333333333em;
  }
}
@media only screen and (min-width: 57.625em) and (min-width: 22.5em) {
  .group--partial-secondary-right .group--partial-secondary {
    padding-right: 1.6666666667em;
  }
}
@media only screen and (min-width: 57.625em) and (min-width: 62.5em) {
  .group--partial-secondary-right .group--partial-secondary {
    padding-right: 4%;
  }
}
@media only screen and (min-width: 57.625em) {
  .group--partial-flex--sidebar-product {
    column-gap: normal;
  }
  .group--partial-flex--sidebar-product .group--partial-primary {
    width: 58.5%;
  }
  .group--partial-flex--sidebar-product .group--partial-secondary {
    width: 41.5%;
    min-width: unset;
    max-width: none;
    padding-left: 0.8333333333em;
    padding-top: 0;
  }
}
@media only screen and (min-width: 57.625em) and (min-width: 22.5em) {
  .group--partial-flex--sidebar-product .group--partial-secondary {
    padding-left: 1.6666666667em;
  }
}
@media only screen and (min-width: 57.625em) and (min-width: 62.5em) {
  .group--partial-flex--sidebar-product .group--partial-secondary {
    padding-left: 4%;
  }
}
@media only screen and (min-width: 57.625em) and (min-width: 56.25em) {
  .group--partial-flex--sidebar-product .group--partial-secondary {
    padding-top: 0;
  }
}
@media only screen and (min-width: 60.75em) {
  .group--partial-flex {
    column-gap: 8%;
  }
  .group--partial-flex--sidebar-product {
    column-gap: normal;
  }
}
@media only screen and (min-width: 104.5em) {
  .group--contained {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 104.5em) and (min-width: 22.5em) {
  .group--contained {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 104.5em) and (min-width: 62.5em) {
  .group--contained {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 133.5em) {
  .group--contained-xwide {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 133.5em) and (min-width: 22.5em) {
  .group--contained-xwide {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 133.5em) and (min-width: 62.5em) {
  .group--contained-xwide {
    padding-left: 0;
    padding-right: 0;
  }
}
.content-section {
  padding-top: 1.0416666667em;
  padding-bottom: 1.0416666667em;
}

@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .content-section {
    padding-top: 2.0833333333em;
  }
}
@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .content-section {
    padding-bottom: 2.0833333333em;
  }
}
.content-section.first-on-page.first {
  padding-top: 0;
}

@media only screen and (min-width: 56.25em) {
  .content-section.first-on-page.first {
    padding-top: 0;
  }
}
.content-section.last {
  padding-bottom: 0;
}

@media only screen and (min-width: 56.25em) {
  .content-section.last {
    padding-bottom: 0;
  }
}
.content-section.first-block-blog-listing.first {
  padding-top: 2.0833333333em;
}

@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .content-section.first-block-blog-listing.first {
    padding-top: 4.1666666667em;
  }
}
.content-section.first-block-sc-embed.first {
  padding-top: 2.0833333333em;
}

@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .content-section.first-block-sc-embed.first {
    padding-top: 4.1666666667em;
  }
}
.content-section.first-block-code-snippet.first {
  padding-top: 2.0833333333em;
}

@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .content-section.first-block-code-snippet.first {
    padding-top: 4.1666666667em;
  }
}
.content-section.last-block-billboard full-width-media + .content-section.first-block- {
  padding-top: 0;
}

@media only screen and (min-width: 56.25em) {
  .content-section.last-block-billboard full-width-media + .content-section.first-block- {
    padding-top: 0;
  }
}
.content-section.last-block-billboard full-width-media:has(+ .content-section.first-block-) {
  padding-bottom: 0;
}

@media only screen and (min-width: 56.25em) {
  .content-section.last-block-billboard full-width-media:has(+ .content-section.first-block-) {
    padding-bottom: 0;
  }
}
.content-section.last-block-billboard full-width-media:has(+ .content-section.first-block-) .content-block:last-child {
  padding-bottom: 0;
}

@media only screen and (min-width: 56.25em) {
  .content-section.last-block-billboard full-width-media:has(+ .content-section.first-block-) .content-block:last-child {
    padding-bottom: 0;
  }
}
.content-section.last-block-billboard marquee + .content-section.first-block- {
  padding-top: 0;
}

@media only screen and (min-width: 56.25em) {
  .content-section.last-block-billboard marquee + .content-section.first-block- {
    padding-top: 0;
  }
}
.content-section.last-block-billboard marquee:has(+ .content-section.first-block-) {
  padding-bottom: 0;
}

@media only screen and (min-width: 56.25em) {
  .content-section.last-block-billboard marquee:has(+ .content-section.first-block-) {
    padding-bottom: 0;
  }
}
.content-section.last-block-billboard marquee:has(+ .content-section.first-block-) .content-block:last-child {
  padding-bottom: 0;
}

@media only screen and (min-width: 56.25em) {
  .content-section.last-block-billboard marquee:has(+ .content-section.first-block-) .content-block:last-child {
    padding-bottom: 0;
  }
}
.content-section.last-block-billboard video-hero + .content-section.first-block- {
  padding-top: 0;
}

@media only screen and (min-width: 56.25em) {
  .content-section.last-block-billboard video-hero + .content-section.first-block- {
    padding-top: 0;
  }
}
.content-section.last-block-billboard video-hero:has(+ .content-section.first-block-) {
  padding-bottom: 0;
}

@media only screen and (min-width: 56.25em) {
  .content-section.last-block-billboard video-hero:has(+ .content-section.first-block-) {
    padding-bottom: 0;
  }
}
.content-section.last-block-billboard video-hero:has(+ .content-section.first-block-) .content-block:last-child {
  padding-bottom: 0;
}

@media only screen and (min-width: 56.25em) {
  .content-section.last-block-billboard video-hero:has(+ .content-section.first-block-) .content-block:last-child {
    padding-bottom: 0;
  }
}
body {
  background-color: #FAF5E4;
}

.site-container {
  zoom: 1;
  margin-left: auto;
  margin-right: auto;
  max-width: 60em;
  min-width: 10.4166666667em;
  max-width: none;
}

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

.site-container:after {
  clear: both;
}

.content-container {
  zoom: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.8333333333em;
  padding-right: 0.8333333333em;
  max-width: 64.8333333333em;
}

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

.content-container:after {
  clear: both;
}

@media only screen and (min-width: 22.5em) {
  .content-container {
    padding-left: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .content-container {
    padding-left: 4%;
  }
}
@media only screen and (min-width: 22.5em) {
  .content-container {
    padding-right: 1.6666666667em;
  }
}
@media only screen and (min-width: 62.5em) {
  .content-container {
    padding-right: 4%;
  }
}
@media only screen and (min-width: 97.25em) {
  .content-container {
    padding-left: 0;
    padding-right: 0;
    max-width: 61.25em;
  }
}
.site-header {
  color: #B9D9EB;
  position: relative;
  background: #002E5D;
  overflow: hidden;
}

.site-header a:hover, .site-header a:active {
  background: transparent;
}

.site-header__content-container {
  position: relative;
  padding-inline: 0px;
  padding-inline: 0rem;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-property: background-color;
  z-index: 4;
}

.site-header__content-container .c-nav-toggle__link, .site-header__content-container .site-header__search-toggle {
  color: #FAF5E4;
  border-radius: 0;
  background: transparent;
}

.site-header__content-container .c-nav-toggle__link:hover:hover, .site-header__content-container .c-nav-toggle__link:hover:active, .site-header__content-container .site-header__search-toggle:hover:hover, .site-header__content-container .site-header__search-toggle:hover:active {
  color: #FED141;
}

.site-header__content-container--nav-open, .site-header__content-container--search-open {
  min-height: 100vh;
}

.site-header__content-container--nav-open .c-nav-toggle__link, .site-header__content-container--nav-open .site-header__search-toggle, .site-header__content-container--search-open .c-nav-toggle__link, .site-header__content-container--search-open .site-header__search-toggle {
  color: #FAF5E4;
}

.site-header__content-container--nav-open .c-nav-toggle__link:hover, .site-header__content-container--nav-open .site-header__search-toggle:hover, .site-header__content-container--search-open .c-nav-toggle__link:hover, .site-header__content-container--search-open .site-header__search-toggle:hover {
  color: #ffffff;
}

.site-header__content-container .button--primary {
  width: 100%;
  text-align: center;
}

.site-header__content-container .button--primary, .site-header__content-container .button--primary:link, .site-header__content-container .button--primary:visited {
  color: #FAF5E4;
}

.site-header__content-container .button--primary:focus, .site-header__content-container .button--primary:hover, .site-header__content-container .button--primary:active {
  color: #FAF5E4;
}

.site-header__content-container .button--primary:before {
  background-color: #FAF5E4;
}

.site-header__content-container .button--primary:after {
  background-color: #FAF5E4;
}

.site-header__primary {
  display: grid;
  align-items: center;
  grid-template-columns: auto min-content;
  max-width: 92vw;
  padding: 20px;
  padding: 1.25rem;
  margin-inline: auto;
}

.site-header__logo {
  width: 100%;
  text-align: left;
}

.site-header__logo-image {
  width: 191px;
  width: 11.9375rem;
}

.site-header__logo-link:link, .site-header__logo-link:visited {
  display: block;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-property: all;
}

.site-header__logo-link:hover, .site-header__logo-link:active {
  transform: translateY(-5px);
}

.site-header__navigation-vertical {
  padding: 40px;
  padding: 2.5rem;
  border-top: 4px solid rgb(0, 58.6129032258, 118.5);
}

.site-header__microcopy .button {
  border-bottom: 0;
  padding: 0;
  margin: 0;
}

.site-header__navigation-horizontal {
  text-align: center;
  order: 2;
}

.site-header__navigation-horizontal .c-nav-toggle .button {
  margin-bottom: 0;
  padding: 0;
}

.site-header__navigation-horizontal .c-nav-toggle button.has--icon {
  display: block;
}

.site-header__navigation-horizontal .c-nav-toggle button.has--icon .icon {
  width: auto;
  display: block;
}

.site-header__navigation-horizontal .c-nav-toggle button.has--icon .icon .icon__img {
  width: 22px;
  width: 1.375rem;
  height: 22px;
  height: 1.375rem;
}

.site-header__navigation-horizontal .c-nav-toggle button.has--icon .icon--close .icon__img {
  width: 22px;
  width: 1.375rem;
  height: 22px;
  height: 1.375rem;
}

.site-header__buy-button-horizontal {
  text-align: center;
}

.site-header__nav-toggle--search .button {
  margin-bottom: 0;
  padding: 0;
}

.site-header__nav-toggle--search button.has--icon {
  display: block;
}

.site-header__nav-toggle--search button.has--icon .icon {
  width: auto;
  display: block;
}

.site-header__nav-toggle--search button.has--icon .icon .icon__img {
  width: 22px;
  width: 1.375rem;
  height: 22px;
  height: 1.375rem;
}

.site-header__nav-toggle--search button.has--icon .icon--close .icon__img {
  width: 22px;
  width: 1.375rem;
  height: 22px;
  height: 1.375rem;
}

.site-header__search-toggle {
  background: none;
  border: none;
}

.site-header__search-toggle:hover:hover, .site-header__search-toggle:hover:active {
  color: #FED141;
}

.site-header__utility-horizontal {
  display: none;
}

.site-header__utility {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.site-header__utility button.has--icon {
  display: block;
}

.site-header__utility button.has--icon .icon {
  width: auto;
  display: block;
}

.site-header__utility button.has--icon .icon .icon__img {
  width: 22px;
  width: 1.375rem;
  height: 22px;
  height: 1.375rem;
}

.site-header__utility button.has--icon .icon--close .icon__img {
  width: 22px;
  width: 1.375rem;
  height: 22px;
  height: 1.375rem;
}

@keyframes tilt {
  90% {
    transform: rotate(0deg);
  }
  95% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.site-header__mrpeanut {
  position: relative;
  text-align: center;
  scale: 1;
  transition: scale 1s ease-in-out;
  animation: tilt 8s ease-in-out infinite;
}

.site-header__mrpeanut:hover {
  scale: 1.05;
}

.site-header__mrpeanut img {
  width: 80px;
  width: 5rem;
}

.site-header__products, .site-header__recipes, .site-header__about {
  position: absolute;
  top: 80px;
  top: 5rem;
  left: 0;
  width: 100%;
  z-index: 2;
  background: #002E5D;
  height: calc(100% - 80px);
  border-top: 4px solid rgb(0, 58.6129032258, 118.5);
  padding: 40px;
  padding: 2.5rem;
}

.site-header__products.c-product-nav--is-closed, .site-header__recipes.c-product-nav--is-closed, .site-header__about.c-product-nav--is-closed {
  display: none;
}

.site-header__products .c-product-nav__back button, .site-header__recipes .c-product-nav__back button, .site-header__about .c-product-nav__back button {
  padding-inline: 0;
  color: #FAF5E4;
  border-color: #FAF5E4;
}

.site-header__products .c-product-nav__back button:hover, .site-header__products .c-product-nav__back button:focus, .site-header__recipes .c-product-nav__back button:hover, .site-header__recipes .c-product-nav__back button:focus, .site-header__about .c-product-nav__back button:hover, .site-header__about .c-product-nav__back button:focus {
  color: #B9D9EB;
  border-color: #B9D9EB;
}

.site-header__products-list, .site-header__recipes-list, .site-header__about-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  gap: 2.5rem;
  text-transform: uppercase;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-51-loaded .site-header__products-list, .font-knockout-51-loaded .site-header__recipes-list, .font-knockout-51-loaded .site-header__about-list {
  font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.site-header__products-list--all:link, .site-header__products-list--all:visited, .site-header__products-list--categories-item:link, .site-header__products-list--categories-item:visited, .site-header__recipes-list--all:link, .site-header__recipes-list--all:visited, .site-header__recipes-list--categories-item:link, .site-header__recipes-list--categories-item:visited, .site-header__about-list--all:link, .site-header__about-list--all:visited, .site-header__about-list--categories-item:link, .site-header__about-list--categories-item:visited {
  color: #FAF5E4;
  text-decoration: none;
}

.site-header__products-list--all:hover, .site-header__products-list--all:active, .site-header__products-list--categories-item:hover, .site-header__products-list--categories-item:active, .site-header__recipes-list--all:hover, .site-header__recipes-list--all:active, .site-header__recipes-list--categories-item:hover, .site-header__recipes-list--categories-item:active, .site-header__about-list--all:hover, .site-header__about-list--all:active, .site-header__about-list--categories-item:hover, .site-header__about-list--categories-item:active {
  color: #FED141;
}

.site-header__products-list--all .nowrap, .site-header__products-list--categories-item .nowrap, .site-header__recipes-list--all .nowrap, .site-header__recipes-list--categories-item .nowrap, .site-header__about-list--all .nowrap, .site-header__about-list--categories-item .nowrap {
  gap: 0.25em;
}

.site-header__products-list--all .icon--external-link, .site-header__products-list--categories-item .icon--external-link, .site-header__recipes-list--all .icon--external-link, .site-header__recipes-list--categories-item .icon--external-link, .site-header__about-list--all .icon--external-link, .site-header__about-list--categories-item .icon--external-link {
  width: 0.75em;
}

.site-header__products-list--all, .site-header__recipes-list--all, .site-header__about-list--all {
  padding: 20px 0px;
  padding: 1.25rem 0rem;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-knockout-50-loaded .site-header__products-list--all, .font-knockout-50-loaded .site-header__recipes-list--all, .font-knockout-50-loaded .site-header__about-list--all {
  font-family: "Knockout 50", Impact, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 1;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-feature-settings: "ss02";
  text-transform: uppercase;
}

.site-header__products-list--all:link, .site-header__products-list--all:visited, .site-header__recipes-list--all:link, .site-header__recipes-list--all:visited, .site-header__about-list--all:link, .site-header__about-list--all:visited {
  color: #FED141;
}

.site-header__products-list--all:hover, .site-header__products-list--all:focus, .site-header__recipes-list--all:hover, .site-header__recipes-list--all:focus, .site-header__about-list--all:hover, .site-header__about-list--all:focus {
  color: #FAF5E4;
}

.site-header__products-list--categories, .site-header__recipes-list--categories, .site-header__about-list--categories {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  gap: 2.5rem;
}

.site-header .button--primary {
  width: min-content;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 0;
}

.site-header .button--primary, .site-header .button--primary:link, .site-header .button--primary:visited {
  color: #002E5D;
  background-color: #FED141;
}

.site-header .button--primary:focus, .site-header .button--primary:hover, .site-header .button--primary:active {
  background-color: #FAF5E4;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(-10px);
  }
  10% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(-10px);
  }
  20% {
    transform: translateY(0);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-3000px);
  }
}
.site-footer__container {
  max-width: min-content;
  padding-top: 2.0833333333em;
  padding-bottom: 2.0833333333em;
  display: flex;
  flex-direction: column;
  gap: 1.6666666667em;
  margin: 0 auto;
}

@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .site-footer__container {
    padding-top: 4.1666666667em;
  }
}
@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .site-footer__container {
    padding-bottom: 4.1666666667em;
  }
}
.site-footer__intro {
  background: #002E5D;
  color: #FED141;
}

.site-footer__intro-container {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}

.site-footer__intro-copy {
  text-align: center;
  padding: 80px 40px;
  padding: 5rem 2.5rem;
}

.svg-img:has(.site-footer__intro-text) {
  padding-bottom: 80px;
  padding-bottom: 5rem;
  max-width: 450px;
  max-width: 28.125rem;
}

.svg-img:has(.site-footer__intro-signature) {
  position: absolute;
  top: 10%;
  right: 50%;
  width: 5.125em;
  transform: translateX(100%);
  z-index: 5;
}

.site-footer__intro-signature {
  width: 100%;
}

.site-footer__intro-character {
  width: 100%;
  height: 17.2916666667em;
  display: block;
  overflow: hidden;
  contain: paint;
}

.site-footer__intro-mrpeanut {
  position: absolute;
  left: clamp(-8.4166666667em, 47.0862470862vw - 14.6948329448em, 0em);
  width: 614px;
  height: 17.2916666667em;
  max-width: unset;
  object-fit: cover;
  object-position: top;
}

.site-footer__secondary-content {
  display: none;
}

.site-footer__logo {
  padding-top: 25px;
  padding-top: 1.5625rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
}

@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .site-footer__logo {
    padding-top: 25px;
    padding-top: 1.5625rem;
  }
}
@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .site-footer__logo {
    padding-bottom: 25px;
    padding-bottom: 1.5625rem;
  }
}
.site-footer__logo-link {
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-property: all;
}

.site-footer__logo-link:hover, .site-footer__logo-link:active {
  background-color: transparent;
  transform: translateY(-5px);
  display: block;
}

.site-footer__logo .svg-img {
  max-width: 217px;
  max-width: 13.5625rem;
}

.site-footer__cta-button {
  margin-bottom: 0;
}

.site-footer__copyright, .site-footer__disclaimer {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .site-footer__copyright, .font-degular-loaded .site-footer__disclaimer {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.site-footer__copyright em, .site-footer__copyright i, .site-footer__disclaimer em, .site-footer__disclaimer i {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.font-degular-loaded .site-footer__copyright em, .font-degular-loaded .site-footer__copyright i, .font-degular-loaded .site-footer__disclaimer em, .font-degular-loaded .site-footer__disclaimer i {
  font-family: "degular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-display: swap;
  font-stretch: normal;
  font-style: italic;
  font-variant: normal;
  font-weight: 400;
}

.site-footer__copyright p:last-child, .site-footer__disclaimer p:last-child {
  padding-bottom: 0;
}

.site-footer__disclaimer {
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
}

.site-footer__outro {
  margin-block-start: 60px;
  margin-block-start: 3.75rem;
  grid-column: span 3;
  width: 100%;
  contain: paint;
  position: relative;
}

.site-footer__outro-wrapper {
  width: clamp(26.6666666667em, 84.2857142857vw + 15.4285714286em, 66em);
  height: clamp(13.3333333333em, 39.4642857143vw + 8.0714285714em, 31.75em);
  overflow: hidden;
  position: relative;
  margin-inline: auto;
  margin-top: clamp(1.0416666667em, 13.125vw - 0.7083333333em, 7.1666666667em);
  left: clamp(-6.6666666667em, 7.8571428571vw - 7.7142857143em, -3em);
  bottom: clamp(-2.0833333333em, 12.5vw - 3.75em, 0em);
}

@media only screen and (min-width: 90em) {
  .site-footer__outro-wrapper {
    left: min(50vw - 792px, 0px);
  }
}
.svg-img:has(.site-footer__outro-cta) {
  display: block;
  width: 100%;
  text-align: center;
}

.site-footer__outro-cta-link {
  display: block;
  position: absolute;
  z-index: 5;
  width: 100%;
}

.site-footer__outro-cta-link:hover {
  background: transparent;
}

.site-footer__outro-cta {
  width: clamp(10.6666666667em, 35vw + 6em, 22.9166666667em);
  margin-inline: auto;
  transform: scale(0.95);
  transition: transform 0.5s ease-in-out;
}

.site-footer__outro-cta:hover {
  transform: scale(1);
}

.svg-img:has(.site-footer__outro-nutmobile) {
  overflow: clip;
  width: 100%;
  position: absolute;
  top: 0;
}

.site-footer__outro-nutmobile {
  width: 100%;
  height: 100%;
  padding-top: 0.8333333333em;
  animation: bounce 3s linear 0s infinite normal forwards;
}

.site-footer__outro-tire {
  position: absolute;
  animation: spin 1s linear 0s infinite normal forwards;
  bottom: 6%;
  width: 12%;
}

.site-footer__outro-tire--front {
  right: 16%;
}

.site-footer__outro-tire--rear {
  left: 16.5%;
}

.site-footer__outro-road {
  position: absolute;
  bottom: 5%;
  width: 1000vw;
  left: -100vw;
  background: url("img/road.svg?17092025") repeat-x top left;
  background-size: contain;
  height: min(3%, 0.8333333333em);
  animation: scroll 10s linear infinite;
}

@media only screen and (min-width: 43.75em) {
  .site-header__primary {
    grid-template-columns: min-content auto auto;
    gap: 40px;
    gap: 2.5rem;
    padding-block: 20px;
    padding-block: 1.25rem;
    max-width: none;
  }
  .site-header__navigation-horizontal {
    order: unset;
  }
  .site-header__utility-horizontal {
    display: block;
  }
  .site-header__utility-horizontal .site-header__utility {
    justify-content: flex-end;
    gap: 50px;
    gap: 3.125rem;
  }
  .site-header__products, .site-header__recipes, .site-header__about {
    top: 120px;
    top: 7.5rem;
  }
}
@media only screen and (min-width: 70em) {
  .site-header__primary {
    grid-template-columns: 1.5fr 1fr 1.5fr;
    margin-inline: unset;
  }
  .site-header__logo {
    order: unset;
    text-align: center;
  }
  .site-header__logo-image {
    width: 249px;
    width: 15.5625rem;
  }
  .site-header .site-header__nav-toggle--nav {
    display: none;
  }
  .site-header .site-header__content-container {
    zoom: 1;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.8333333333em;
    padding-right: 0.8333333333em;
    max-width: 64.8333333333em;
    display: flex;
    flex-direction: column;
  }
  .site-header .site-header__content-container:before, .site-header .site-header__content-container:after {
    content: " ";
    display: table;
  }
  .site-header .site-header__content-container:after {
    clear: both;
  }
}
@media only screen and (min-width: 70em) and (min-width: 22.5em) {
  .site-header .site-header__content-container {
    padding-left: 1.6666666667em;
  }
}
@media only screen and (min-width: 70em) and (min-width: 62.5em) {
  .site-header .site-header__content-container {
    padding-left: 4%;
  }
}
@media only screen and (min-width: 70em) and (min-width: 22.5em) {
  .site-header .site-header__content-container {
    padding-right: 1.6666666667em;
  }
}
@media only screen and (min-width: 70em) and (min-width: 62.5em) {
  .site-header .site-header__content-container {
    padding-right: 4%;
  }
}
@media only screen and (min-width: 70em) and (min-width: 97.25em) {
  .site-header .site-header__content-container {
    padding-left: 0;
    padding-right: 0;
    max-width: 61.25em;
  }
}
@media only screen and (min-width: 70em) {
  .site-header .site-header__content-container--nav-open, .site-header .site-header__content-container--search-open {
    background-color: transparent;
  }
  .site-header .site-header__content-container--nav-open .c-nav-toggle__link, .site-header .site-header__content-container--nav-open .site-header__search-toggle, .site-header .site-header__content-container--search-open .c-nav-toggle__link, .site-header .site-header__content-container--search-open .site-header__search-toggle {
    color: #DDDDDC;
  }
  .site-header .site-header__content-container--nav-open .c-nav-toggle__link:hover, .site-header .site-header__content-container--nav-open .site-header__search-toggle:hover, .site-header .site-header__content-container--search-open .c-nav-toggle__link:hover, .site-header .site-header__content-container--search-open .site-header__search-toggle:hover {
    color: #ffffff;
  }
  .site-header .site-header__mrpeanut:hover {
    scale: 1.1;
  }
  .site-header .button--primary {
    margin-bottom: 0;
  }
  .site-header__products, .site-header__recipes, .site-header__about {
    position: static;
    width: 100%;
    height: auto;
    padding: 80px 150px 80px;
    padding: 5rem 9.375rem 5rem;
    background-color: #FED141;
    border: none;
    margin-bottom: 3.3333333333em;
    border-radius: 0.4166666667em;
  }
  .site-header__products-back, .site-header__recipes-back, .site-header__about-back {
    display: none;
  }
  .site-header__products-list, .site-header__recipes-list, .site-header__about-list {
    grid-template-columns: 0.75fr 1fr;
    gap: 3.3333333333em;
  }
  .site-header__products-list--all:link, .site-header__products-list--all:visited, .site-header__products-list--categories-item:link, .site-header__products-list--categories-item:visited, .site-header__recipes-list--all:link, .site-header__recipes-list--all:visited, .site-header__recipes-list--categories-item:link, .site-header__recipes-list--categories-item:visited, .site-header__about-list--all:link, .site-header__about-list--all:visited, .site-header__about-list--categories-item:link, .site-header__about-list--categories-item:visited {
    color: #002E5D;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
    text-decoration-thickness: 4px;
    transition-duration: 0.25s;
    transition-timing-function: ease-out;
    transition-property: all;
  }
  .site-header__products-list--all:hover, .site-header__products-list--all:focus, .site-header__products-list--all:active, .site-header__products-list--categories-item:hover, .site-header__products-list--categories-item:focus, .site-header__products-list--categories-item:active, .site-header__recipes-list--all:hover, .site-header__recipes-list--all:focus, .site-header__recipes-list--all:active, .site-header__recipes-list--categories-item:hover, .site-header__recipes-list--categories-item:focus, .site-header__recipes-list--categories-item:active, .site-header__about-list--all:hover, .site-header__about-list--all:focus, .site-header__about-list--all:active, .site-header__about-list--categories-item:hover, .site-header__about-list--categories-item:focus, .site-header__about-list--categories-item:active {
    color: #002E5D;
    -webkit-text-decoration-color: #002E5D;
            text-decoration-color: #002E5D;
    transform: translateY(-3px);
  }
  .site-header__products-list--all, .site-header__recipes-list--all, .site-header__about-list--all {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }
  .site-header__products-list--categories, .site-header__recipes-list--categories, .site-header__about-list--categories {
    grid-template-columns: 1fr 1fr;
    column-gap: 80px;
    column-gap: 5rem;
  }
  .site-header .c-nav--primary {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 70em) and (min-width: 56.25em) {
  .site-header .c-nav--primary {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 70em) {
  .site-header .c-nav--primary .c-nav__list--depth-1 {
    display: flex;
    gap: 40px;
    gap: 2.5rem;
  }
  .site-header .c-nav--primary .c-nav__list--depth-2 {
    display: none;
    position: absolute;
    top: 30px;
    top: 1.875rem;
    left: -50px;
    left: -3.125rem;
    list-style: none;
    z-index: 5;
    width: 200px;
    width: 12.5rem;
    background-color: #DDDDDC;
    flex-direction: column;
    border-radius: 0.4166666667em;
    text-align: center;
    padding: 20px;
    padding: 1.25rem;
    margin-top: 20px;
    margin-top: 1.25rem;
    /**
     * Reference: Buffer
     *
     * This is used for adding buffer padding before the dropdown
     * so that you don't loose hover on the margin gap. All of
     * declarations depend on each other's dimensions.
     */
  }
  .site-header .c-nav--primary .c-nav__list--depth-2:before {
    content: "";
    flex-basis: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: -1.6666666667em;
    padding-top: 1.6666666667em;
  }
}
@media only screen and (min-width: 70em) and (min-width: 56.25em) and (min-height: 50em) {
  .site-header .c-nav--primary .c-nav__list--depth-2:before {
    margin-top: -3.3333333333em;
  }
}
@media only screen and (min-width: 70em) and (min-width: 56.25em) and (min-height: 50em) {
  .site-header .c-nav--primary .c-nav__list--depth-2:before {
    padding-top: 3.3333333333em;
  }
}
@media only screen and (min-width: 70em) {
  .site-header .c-nav--primary .c-nav__list--depth-2 a.c-nav__link:link {
    padding: 10px 0px;
    padding: 0.625rem 0rem;
    color: #494644;
  }
  .site-header .c-nav--primary .c-nav__list--depth-2 a.c-nav__link:link:hover, .site-header .c-nav--primary .c-nav__list--depth-2 a.c-nav__link:link:active, .site-header .c-nav--primary .c-nav__list--depth-2 a.c-nav__link:link:focus {
    background: #DDDDDC;
    color: #494644;
    filter: none;
  }
  .site-header .c-nav--primary .c-nav__item--depth-1 {
    display: inline-flex;
    align-items: center;
    position: relative;
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    padding-bottom: 0;
  }
  .font-knockout-51-loaded .site-header .c-nav--primary .c-nav__item--depth-1 {
    font-family: "Knockout 51", Impact, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .site-header .c-nav--primary .c-nav__item--depth-1:first-child {
    margin-left: 0;
  }
  .site-header .c-nav--primary .c-nav__item--depth-1:first-child .c-nav__link--depth-1 {
    padding-left: 0;
  }
  .site-header .c-nav--primary .c-nav__link--depth-1:link, .site-header .c-nav--primary .c-nav__link--depth-1:visited {
    color: #FAF5E4;
  }
  .site-header .c-nav--primary .c-nav__link--depth-1:link .icon, .site-header .c-nav--primary .c-nav__link--depth-1:visited .icon {
    color: #FAF5E4;
  }
  .site-header .c-nav--primary .c-nav__link--depth-1:hover:hover, .site-header .c-nav--primary .c-nav__link--depth-1:hover:active {
    color: #FED141;
  }
  .site-header .c-nav--primary .c-nav__link--depth-1:hover .icon:hover, .site-header .c-nav--primary .c-nav__link--depth-1:hover .icon:active {
    color: #FED141;
  }
  .site-header .c-nav--primary .c-nav__link--depth-2 {
    padding-left: 0;
    display: block;
  }
  .site-header .c-nav--primary .c-nav__link--depth-2:link, .site-header .c-nav--primary .c-nav__link--depth-2:visited {
    border-radius: 4.1666666667em;
    color: #494644;
  }
  .site-header .c-nav--primary .c-nav__link--depth-2:hover, .site-header .c-nav--primary .c-nav__link--depth-2:active, .site-header .c-nav--primary .c-nav__link--depth-2:focus {
    color: #494644;
    background: #DDDDDC;
  }
  .site-header .c-nav--primary.c-nav--is-closed {
    display: block;
  }
}
@media only screen and (min-width: 46.875em) {
  .site-footer__intro-container {
    grid-template-columns: 53% auto;
    aspect-ratio: 2;
    width: 100vw;
    height: auto;
    max-width: 1440px;
    max-width: 90rem;
    margin-inline: auto;
  }
  .site-footer__intro-copy {
    padding: min(7.5vw, 4.5em);
    padding-right: 0;
  }
  .svg-img:has(.site-footer__intro-text) {
    padding-bottom: min(5vw, 3em);
    max-width: unset;
  }
  .site-footer__intro-character {
    height: 100%;
  }
  .svg-img:has(.site-footer__intro-signature) {
    top: 15%;
    right: 28%;
    width: 20%;
    transform: unset;
  }
  .site-footer__intro-mrpeanut {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
    aspect-ratio: unset;
    margin-left: -10%;
  }
  .site-footer__container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-top: 5em;
    max-width: 50em;
    padding-left: 1.6666666667em;
    padding-right: 1.6666666667em;
  }
  .site-footer__nav {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 46.875em) and (min-width: 56.25em) {
  .site-footer__nav {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 46.875em) {
  .site-footer__main {
    padding-left: 0;
    padding-right: 0;
    align-items: start;
    text-align: start;
    margin: 0;
    max-width: 15em;
  }
  .site-footer__main .c-social-bar--band {
    padding-top: 0;
  }
  .site-footer__secondary-content .c-nav--footer .c-nav__list--depth-1, .site-footer__nav .c-nav--footer .c-nav__list--depth-1 {
    flex-direction: row;
    gap: 80px;
    gap: 5rem;
  }
  .site-footer__secondary-content .c-nav--footer .c-nav__list--depth-1 .c-nav__list--depth-2, .site-footer__nav .c-nav--footer .c-nav__list--depth-1 .c-nav__list--depth-2 {
    display: block;
  }
  .site-footer .c-social-bar--band .c-social-bar__list {
    justify-content: start;
  }
}
@media only screen and (min-width: 60em) {
  .site-footer__secondary-content {
    display: block;
  }
  .site-footer__nav {
    display: none;
  }
}
@media print {
  * {
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  /*
    * Don't show links for images, or javascript/internal links
    */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@media print {
  /*
    * Site Specific
    */
  .site-header__navigation-horizontal,
  .site-header__utility,
  .site-header__navigation-vertical,
  .site-header__search {
    display: none !important;
  }
  .site-header {
    background: none !important;
    padding-bottom: 30px !important;
  }
  .site-header:before, .site-header:after {
    display: none !important;
  }
  .site-header .site-header__primary {
    grid-template-columns: 1fr !important;
  }
  .site-header .c-page-header__outro {
    display: none !important;
  }
  .site-footer__container {
    grid-template-columns: 1fr;
  }
  .site-footer__marquee, .site-footer__main .c-social-bar, .site-footer__secondary-content, .site-footer__tertiary-content, .site-footer__outro {
    display: none !important;
  }
  .c-announcement {
    display: none !important;
  }
  .cookie-advert, .cookie-indicator {
    display: none !important;
  }
  .embedded-messaging {
    display: none !important;
  }
  .c-recipe .c-recipe__type-bar-item {
    width: 50%;
  }
  .c-recipe .c-recipe__type-bar-item:before {
    width: 100%;
  }
  .c-recipe .c-recipe__content-container {
    overflow: hidden;
  }
  .c-recipe .c-recipe__content-container:has(.sc-btn-retailer-wrapper--js-position) {
    overflow: visible;
    contain: layout;
  }
  .c-recipe .c-recipe__type-bar-cn-3 {
    flex-wrap: nowrap;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .c-recipe .c-recipe__type-bar-cn-3 .c-recipe__type-bar-item {
    justify-content: center;
  }
  .c-recipe .c-recipe__type-bar-cn-3 .c-recipe__type-bar-item:last-child {
    margin-right: -5px;
    margin-right: -0.3125rem;
  }
  .c-recipe .c-recipe__content-container {
    overflow: hidden;
  }
  .c-recipe .c-recipe__content-container:has(.sc-btn-retailer-wrapper--js-position) {
    overflow: visible;
    contain: layout;
  }
  .c-recipe .c-recipe__type-bar-cn-4 {
    flex-wrap: nowrap;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .c-recipe .c-recipe__type-bar-cn-4 .c-recipe__type-bar-item {
    justify-content: center;
  }
  .c-recipe .c-recipe__type-bar-cn-4 .c-recipe__type-bar-item:last-child {
    margin-right: -5px;
    margin-right: -0.3125rem;
  }
  .c-recipe .c-recipe__parts {
    display: flex;
  }
  .c-recipe .c-recipe__parts-ingredients {
    flex-basis: auto;
    padding-right: 5%;
    width: 34%;
  }
  .c-recipe .c-recipe__parts-directions {
    flex-basis: auto;
    min-width: 0;
    width: 100%;
    padding-left: 5%;
    padding-top: 0;
  }
  .c-recipe .c-recipe__parts-ingredients {
    min-width: 303px;
    min-width: 18.9375rem;
  }
  .c-recipe {
    padding-left: 0.8333333333em;
    padding-right: 0.8333333333em;
  }
  .c-recipe .c-recipe__hero-band {
    padding-top: 50px;
    padding-top: 3.125rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
  .c-recipe .c-recipe__hero-chef {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .c-recipe .c-recipe__review-utility-bar-container {
    padding: 60px 0px 60px 0px;
    padding: 3.75rem 0rem 3.75rem 0rem;
  }
  .c-recipe .c-recipe__utility-bar-item-label--time {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    font-family: "degular", Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
  }
  .c-recipe .c-recipe__content {
    padding: 40px;
    padding: 2.5rem;
  }
  .c-recipe .c-recipe__content-introduction p {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.2;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.2;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
  }
  .c-recipe .c-recipe__content-introduction p em {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.2;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.2;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
  }
  .c-recipe .c-recipe__parts {
    padding: 80px 60px;
    padding: 5rem 3.75rem;
    display: flex;
    flex-direction: row;
    gap: 40px;
    gap: 2.5rem;
  }
  .c-recipe .c-recipe__parts:before, .c-recipe .c-recipe__parts:after {
    display: none;
  }
  .c-recipe .c-recipe__parts-ingredients {
    padding: 0px;
    padding: 0rem;
  }
  .c-recipe .c-recipe__parts-serving-display {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe .c-recipe__parts-serving-display em, .c-recipe .c-recipe__parts-serving-display i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe .c-recipe__parts-serving-display em strong, .c-recipe .c-recipe__parts-serving-display em b, .c-recipe .c-recipe__parts-serving-display i strong, .c-recipe .c-recipe__parts-serving-display i b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe .c-recipe__parts-serving-display strong, .c-recipe .c-recipe__parts-serving-display b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe .c-recipe__parts-serving-display strong em, .c-recipe .c-recipe__parts-serving-display strong i, .c-recipe .c-recipe__parts-serving-display b em, .c-recipe .c-recipe__parts-serving-display b i {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-display: swap;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
    font-feature-settings: "ss02";
    text-transform: uppercase;
  }
  .c-recipe .c-recipe__parts-directions {
    padding: 0px;
    padding: 0rem;
  }
  .c-recipe .c-recipe__parts-tertiary-types {
    padding-top: 60px;
    padding-top: 3.75rem;
  }
  .c-recipe .c-recipe__type-bar, .c-recipe .c-recipe__parts {
    margin-left: auto;
    margin-right: auto;
  }
  .c-recipe .c-recipe__parts-ingredients {
    min-width: 330px;
    min-width: 20.625rem;
  }
  .c-recipe__content-container {
    display: flex !important;
    flex-direction: column !important;
    border-radius: 0 !important;
  }
  .c-recipe__hero-landing-page-link, .c-recipe__hero-skip-to-recipe {
    display: none !important;
  }
  .c-recipe__hero-band {
    background-color: transparent !important;
    color: #000000 !important;
    padding-bottom: 50px !important;
  }
  .c-recipe__hero-band:after {
    content: none !important;
  }
  .c-recipe__hero-title, .c-recipe__hero-primary-term {
    color: #000000 !important;
  }
  .c-recipe__review-utility-bar-container {
    display: none !important;
  }
  .c-recipe__content-introduction, .c-recipe__content-introduction p {
    font-size: 26px !important;
    line-height: 32px !important;
  }
  .c-recipe__content-description {
    padding-bottom: 10px !important;
  }
  .c-recipe__type-bar {
    background-color: transparent !important;
    border-bottom: 1px solid #7F7B75 !important;
    margin: 0 !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .c-recipe__type-bar-item {
    margin: 0 !important;
    padding: 0 !important;
  }
  .c-recipe__parts-ingredients-table th {
    background-color: transparent !important;
    border: 1px solid #7F7B75 !important;
    color: #000000 !important;
  }
  .c-recipe__parts-nutrition {
    margin-top: 0;
  }
  .c-recipe__products {
    display: none !important;
  }
  .c-page-header__internal-block--recipe {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .single-recipe .group--full:not(.hero) {
    display: none !important;
  }
}