@font-face {
    font-family: "DIN 30640 Pro";
    src: url("../../../etc.clientlibs/affresh/clientlibs/common/resources/DINNeuzeitGroteskPro-BdCond.otf");
}
@font-face{
    font-family: "Gotham";
    src: url("https://cdn.fonts.net")
}
@font-face{
    font-family: "Gotham";
    src: url("https://cdn.fonts.net/kit/9de81510-d6da-11ec-9404-069abf4c3446/9de81510-d6da-11ec-9404-069abf4c3446.css")
}
@font-face {
    font-family: "DIN 30640 Pro";
    font-weight: bold;
    src: url("../../../etc.clientlibs/affresh/clientlibs/common/resources/DINNeuzeitGroteskPro-Bold.otf");
}

@font-face {
    font-family: "DIN 30640 Pro";
    font-weight: 300;
    src: url("../../../etc.clientlibs/affresh/clientlibs/common/resources/DINNeuzeitGroteskPro-Light.otf");
}

@font-face {
    font-family: "DM Sans";
    src: url("../../../etc.clientlibs/affresh/clientlibs/common/resources/DMSans-Regular.ttf");
}

@font-face {
    font-family: "DM Sans";
    font-weight: 500;
    src: url("../../../etc.clientlibs/affresh/clientlibs/common/resources/DMSans-Medium.ttf");
}

@font-face {
    font-family: "DM Sans";
    font-weight: bold;
    src: url("../../../etc.clientlibs/affresh/clientlibs/common/resources/DMSans-Bold.ttf");
}

.platform-components-spacer__height-desktop--0 {
  height: 0px;
}
.platform-components-spacer__height-desktop--3xs {
  height: 10px;
}
.platform-components-spacer__height-desktop--2xs {
  height: 15px;
}
.platform-components-spacer__height-desktop--xs {
  height: 20px;
}
.platform-components-spacer__height-desktop--sm {
  height: 25px;
}
.platform-components-spacer__height-desktop--md {
  height: 30px;
}
.platform-components-spacer__height-desktop--lg {
  height: 35px;
}
.platform-components-spacer__height-desktop--xl {
  height: 40px;
}
.platform-components-spacer__height-desktop--2xl {
  height: 45px;
}
.platform-components-spacer__height-desktop--3xl {
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .platform-components-spacer__height-mobile--0 {
    height: 0px;
  }
  .platform-components-spacer__height-mobile--3xs {
    height: 10px;
  }
  .platform-components-spacer__height-mobile--2xs {
    height: 15px;
  }
  .platform-components-spacer__height-mobile--xs {
    height: 20px;
  }
  .platform-components-spacer__height-mobile--sm {
    height: 25px;
  }
  .platform-components-spacer__height-mobile--md {
    height: 30px;
  }
  .platform-components-spacer__height-mobile--lg {
    height: 35px;
  }
  .platform-components-spacer__height-mobile--xl {
    height: 40px;
  }
  .platform-components-spacer__height-mobile--2xl {
    height: 45px;
  }
  .platform-components-spacer__height-mobile--3xl {
    height: 50px;
  }
}
.platform-components-spacer .editmode {
  border: 1px dashed lightgray;
  text-align: center;
  color: lightgray;
  font-size: 1rem;
  min-height: 20px;
  height: 100%;
}
.aem-GridColumn.cq-Editable-dom .platform-components-spacer {
  padding: 0;
  min-height: 1px;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
@font-face {
  font-family: 'Avenir-Black';
  src: url('../../digital-platform/clientlibs/global/resources/Avenir-Black.ttf');
  font-display: swap;
}

@font-face {
  font-family: 'Avenir-Roman';
  src: url('../../digital-platform/clientlibs/global/resources/Avenir-Roman.ttf');
  font-display: swap;
}

@font-face {
  font-family: 'Avenir-Medium';
  src: url('../../digital-platform/clientlibs/global/resources/Avenir-Medium.ttf');
  font-display: swap;
}

@font-face {
  font-family:"icons";
  src:url("../../digital-platform/clientlibs/global/resources/icons.woff2") format("woff2");
}
*:focus {
    outline:1px solid #000;
}

.raw-html *:focus-visible {
  outline: 0.125rem solid #000;
  outline-offset: 0.125rem;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  max-width: 100%;
}

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
  background: #eeeeee;
  overflow-x: hidden;
}

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

body {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.scroll-lock {
  overflow: hidden;
}

.email-main {
  background-color: #ffffff;
}

img,
svg {
  max-width: 100%;
  display: block;
}

svg {
  height: auto;
}

.icon {
  fill: currentColor;
}

html,
body {
  font-family: "Avenir-Roman", sans-serif;
  color: #444444;
}

button, input, optgroup, select, textarea {
  color: #444444;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

hr {
  border: none;
  border-top: 1px solid #b3b3b3;
  margin: .5rem 0;
}

button.link-btn:not([hidden]) {
  display: inline;
  height: auto;
  margin: 0;
  padding: 0 1rem 0 0;
  font-size: 1rem;
  font-weight: normal;
  text-transform: none;
  background-color: transparent;
}

a,
button.link-btn {
  color: #00a0dd;
  text-decoration: none;
}

a:hover,
button.link-btn:hover {
  color: #2ea3f2;
}

button.link-btn:hover,
button.link-btn:focus {
  background-color: transparent;
}

a.skip {
  position: absolute;
  left: -50vw;
}

a.skip:focus {
  left:0;
  z-index: 99;
}

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

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

.page-headline-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5625rem;
  margin-bottom: 0.25rem;
}

@media (min-width: 48rem) {
  .page-headline-title {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
  }
}

.page-headline-subtitle {
  text-transform: uppercase;
  font-size: 1.5625rem;
  margin-bottom: 0.25rem;
}

@media (min-width: 48rem) {
  .page-headline-subtitle {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
  }
}

.page-headline-text {
  font-size: 0.875rem;
}

@media (min-width: 48rem) {
  .page-headline-text {
    line-height: 1.4;
    font-size: 1.25rem;
  }
}

button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-align: center;
  background: #00a0dd;
  border: none;
  color: #ffffff;
  height: 3rem;
  font-weight: 700;
  font-family: 'Avenir-Black', sans-serif;
  padding: 0 1.25rem;
  cursor: pointer;
  border-radius: 0;
  transition:
    color ease-in .2s,
    background-color ease-in .2s,
    border-color ease-in .2s;
}

div.button {
  padding: 0;
}

div.button > a.cmp-button {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

button:hover,
.button:hover {
  background: #00a0dd;
  color: #ffffff;
  text-decoration: none !important;
}

a.button {
  text-decoration: none;
}

.button--loader {
  position: relative;
  text-align: center;
}

.button--loader:after {
  content: '';
  display: block;
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  border: 0.25em solid;
  border-color: currentColor currentColor currentColor transparent;
  border-radius: 50%;
  -webkit-animation: 1s linear infinite loaderRotate;
  animation: 1s linear infinite loaderRotate;
}

.button--loader > .button__text {
  opacity: 0;
}

@-webkit-keyframes loaderRotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loaderRotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.coral-Button:not(:disabled):not(.is-disabled):hover {
  background-color: #fff;
  color: #323232;
}

.button-white {
  color: #2e2e2e;
}

.button-white:hover {
  color: #9a132b;
}

.button-white,
.button-white:hover,
button.button-white[disabled],
.button.button-white[disabled],
button.button-white[disabled]:hover,
.button.button-white[disabled]:hover,
button.button-white[disabled]:active,
.button.button-white[disabled]:active {
  background: #ffffff;
}

.button-grey {
  background: #e2e2e5;
  color: #2e2e2e;
}

.button-grey:hover {
  background: #2e2e2e;
  color: #ffffff;
}

button.button-full {
  min-width: auto;
  width: 100%;
}

.picture,
.picture-image {
  display: block;
  width: 100%;
}

.author-m-top-10 {
  margin-top: 0.625rem;
}

.author-m-top-20 {
  margin-top: 1.25rem;
}

.author-m-top-30 {
  margin-top: 1.875rem;
}

.author-m-top-40 {
  margin-top: 2.5rem;
}

.author-m-bottom-10 {
  margin-bottom: 0.625rem;
}

.author-m-bottom-20 {
  margin-bottom: 1.25rem;
}

.author-m-bottom-30 {
  margin-bottom: 1.875rem;
}

.author-m-bottom-40 {
  margin-bottom: 2.5rem;
}

.box {
  background: #ffffff;
  padding: 1rem;
}

@media (min-width: 48rem) {
  .box {
    padding: 1.25rem;
  }
}

.box-white {
  background: #ffffff;
}

.box-black {
  background: #2e2e2e;
}


.ka-show {
  display: block;
}

.ka-hide {
  display: none;
}

.tooltip-trigger {
  position: relative;
}

.tooltip-panel {
  position: fixed;
  background: #0c0c0c;
  padding: 0.625rem;
  max-width: 15.625rem;
  font-size: 0.6875rem;
  line-height: 1.6;
  z-index: 9999;
  color: white;
}

.tooltip-panel:after {
  content: '';
  position: absolute;
  top: -0.625rem;
  width: 0;
  height: 0;
  border-left: 0.75rem solid transparent;
  border-right: 0.75rem solid transparent;
  border-bottom: 0.75rem solid #0c0c0c;
  left: 0.5rem;
  color: white;
}

.tooltip-panel-right:after {
  left: auto;
  right: 0.5rem;
  background: #0c0c0c;
  color: white;
}
button[disabled],
.button[disabled],
button[disabled]:hover,
.button[disabled]:hover,
button[disabled]:active,
.button[disabled]:active {
  cursor: not-allowed;
}

.disNone{
	display:none;
}
*:focus {
    outline:1px solid #000;
}
.ps-online-availability span{
	color: #2E2E2E;
}
.ps-in-stock{
	color: #097E00;
}
.pdp-accordion-v2-bar.accordionV2-title{
	height: 2.5rem;
}
button.app-custom{
	background:none;
	height: inherit;
	width: 100%;
	position: inherit;
}
button.app-custom:hover, button.app-custom:focus{
	background:none;
}
.app-header-txt{
    position: absolute;
    left: 0px;
    bottom: .625rem;
    cursor: pointer;
    font-size: 1.25em;
    text-transform: capitalize;
    color: #292b2c;
}
.app-icon{
    right: 0px;
    top: 13px;
	Position:absolute;

}
.marketplace-product-label {
  font-family:  "Avenir", sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: .875rem;
  color: #2e2e2e;
}
.form-show-password-label:focus {
  outline: none;
}

.zip-icon-error {
  width: 1.375rem;
  height: 1em;
  margin-top: 0.188rem;
  align-self: flex-start;
  margin-right: 0.375rem;
}
/*# sourceMappingURL=global.css.map */

/* begin style to hide placeholders in preview mode for different components */
.aem-Author--hidePlaceholder .digital-platform-component--hidePlaceholder {
  display: none;
}
/* end style to hide placeholders in preview mode for different components */
.g-container, .page-content {
    max-width: 74.375rem;
    margin: 0 auto;
    padding: 0 0.625rem;
}

.g-row {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: var(--g-row-custom-margin-right, -0.625rem);
    margin-left: var(--g-row-custom-margin-left, -0.625rem);
    justify-content: var(--g-row-custom-justify-content, normal);
}

.g-row-reverse {
    flex-direction: row-reverse;
}

.g-row-start {
    justify-content: flex-start;
    text-align: start;
}

.g-row-center {
    justify-content: center;
    text-align: center;
}

.g-row-end {
    justify-content: flex-end;
    text-align: end;
}

.g-row-top {
    align-items: flex-start;
}

.g-row-middle {
    align-items: center;
}

.g-row-bottom {
    align-items: flex-end;
}

.g-row-around {
    justify-content: space-around;
}

.g-row-between {
    justify-content: space-between;
}

.g-col,
.g-col-1,
.g-col-2,
.g-col-3,
.g-col-4,
.g-col-5,
.g-col-6,
.g-col-7,
.g-col-8,
.g-col-9,
.g-col-10,
.g-col-11,
.g-col-12,
.g-col-offset-0,
.g-col-offset-1,
.g-col-offset-2,
.g-col-offset-3,
.g-col-offset-4,
.g-col-offset-5,
.g-col-offset-6,
.g-col-offset-7,
.g-col-offset-8,
.g-col-offset-9,
.g-col-offset-10,
.g-col-offset-11,
.g-col-offset-12 {
    flex: 0 0 auto;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

.g-col {
    flex-basis: 100%;
    max-width: 100%;
}

.g-col-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
}

.g-col-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
}

.g-col-3 {
    flex-basis: 25%;
    max-width: 25%;
}

.g-col-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
}

.g-col-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
}

.g-col-6 {
    flex-basis: 50%;
    max-width: 50%;
}

.g-col-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
}

.g-col-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
}

.g-col-9 {
    flex-basis: 75%;
    max-width: 75%;
}

.g-col-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
}

.g-col-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
}

.g-col-12 {
    flex-basis: 100%;
    max-width: 100%;
}

.g-col-offset-0 {
    margin-left: 0;
}

.g-col-offset-1 {
    margin-left: 8.33333333%;
}

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

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

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

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

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

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

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

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

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

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

.g-col-first {
    order: -1;
}

.g-col-last {
    order: 1;
}

@media (min-width: 48rem) {
    .g-row-md-reverse {
        flex-direction: row-reverse;
    }
    .g-row-md-start {
        justify-content: flex-start;
        text-align: start;
    }
    .g-row-md-center {
        justify-content: center;
        text-align: center;
    }
    .g-row-md-end {
        justify-content: flex-end;
        text-align: end;
    }
    .g-row-md-top {
        align-items: flex-start;
    }
    .g-row-md-middle {
        align-items: center;
    }
    .g-row-md-bottom {
        align-items: flex-end;
    }
    .g-row-md-around {
        justify-content: space-around;
    }
    .g-row-md-between {
        justify-content: space-between;
    }
    .g-col-md,
    .g-col-md-1,
    .g-col-md-2,
    .g-col-md-3,
    .g-col-md-4,
    .g-col-md-5,
    .g-col-md-6,
    .g-col-md-7,
    .g-col-md-8,
    .g-col-md-9,
    .g-col-md-10,
    .g-col-md-11,
    .g-col-md-12,
    .g-col-md-offset-0,
    .g-col-md-offset-1,
    .g-col-md-offset-2,
    .g-col-md-offset-3,
    .g-col-md-offset-4,
    .g-col-md-offset-5,
    .g-col-md-offset-6,
    .g-col-md-offset-7,
    .g-col-md-offset-8,
    .g-col-md-offset-9,
    .g-col-md-offset-10,
    .g-col-md-offset-11,
    .g-col-md-offset-12 {
        flex: 0 0 auto;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }
    .g-col-md {
        flex-basis: 100%;
        max-width: 100%;
    }
    .g-col-md-1 {
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }
    .g-col-md-2 {
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }
    .g-col-md-3 {
        flex-basis: 25%;
        max-width: 25%;
    }
    .g-col-md-4 {
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }
    .g-col-md-5 {
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }
    .g-col-md-6 {
        flex-basis: 50%;
        max-width: 50%;
    }
    .g-col-md-7 {
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }
    .g-col-md-8 {
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }
    .g-col-md-9 {
        flex-basis: 75%;
        max-width: 75%;
    }
    .g-col-md-10 {
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }
    .g-col-md-11 {
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }
    .g-col-md-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .g-col-md-offset-0 {
        margin-left: 0;
    }
    .g-col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .g-col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .g-col-md-offset-3 {
        margin-left: 25%;
    }
    .g-col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .g-col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .g-col-md-offset-6 {
        margin-left: 50%;
    }
    .g-col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .g-col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .g-col-md-offset-9 {
        margin-left: 75%;
    }
    .g-col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .g-col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .g-col-md-first {
        order: -1;
    }
    .g-col-md-last {
        order: 1;
    }
}


@media (min-width: 64rem) {
    .g-row-lg-reverse {
        flex-direction: row-reverse;
    }
    .g-row-lg-start {
        justify-content: flex-start;
        text-align: start;
    }
    .g-row-lg-center {
        justify-content: center;
        text-align: center;
    }
    .g-row-lg-end {
        justify-content: flex-end;
        text-align: end;
    }
    .g-row-lg-top {
        align-items: flex-start;
    }
    .g-row-lg-middle {
        align-items: center;
    }
    .g-row-lg-bottom {
        align-items: flex-end;
    }
    .g-row-lg-around {
        justify-content: space-around;
    }
    .g-row-lg-between {
        justify-content: space-between;
    }
    .g-col-lg,
    .g-col-lg-1,
    .g-col-lg-2,
    .g-col-lg-3,
    .g-col-lg-4,
    .g-col-lg-5,
    .g-col-lg-6,
    .g-col-lg-7,
    .g-col-lg-8,
    .g-col-lg-9,
    .g-col-lg-10,
    .g-col-lg-11,
    .g-col-lg-12,
    .g-col-lg-offset-0,
    .g-col-lg-offset-1,
    .g-col-lg-offset-2,
    .g-col-lg-offset-3,
    .g-col-lg-offset-4,
    .g-col-lg-offset-5,
    .g-col-lg-offset-6,
    .g-col-lg-offset-7,
    .g-col-lg-offset-8,
    .g-col-lg-offset-9,
    .g-col-lg-offset-10,
    .g-col-lg-offset-11,
    .g-col-lg-offset-12 {
        flex: 0 0 auto;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }

    .g-col-lg-5,
    .g-col-lg-7 {
        padding-right: var(--g-col-lg-padding-right, 0.625rem);
        padding-left: var(--g-col-lg-padding-left, 0.625rem);
    }

    .g-col-lg {
        flex-basis: 100%;
        max-width: 100%;
    }
    .g-col-lg-1 {
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }
    .g-col-lg-2 {
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }
    .g-col-lg-3 {
        flex-basis: 25%;
        max-width: 25%;
    }
    .g-col-lg-4 {
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }
    .g-col-lg-5 {
        flex-basis: var(--g-col-lg-5-custom-flex-basis, 41.66666667%);
        max-width: var(--g-col-lg-5-custom-max-width, 41.66666667%);
    }
    .g-col-lg-6 {
        flex-basis: 50%;
        max-width: 50%;
    }
    .g-col-lg-7 {
        flex-basis: var(--g-col-lg-7-custom-flex-basis, 58.33333333%);
        max-width: var(--g-col-lg-7-custom-max-width, 58.33333333%);
    }
    .g-col-lg-8 {
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }
    .g-col-lg-9 {
        flex-basis: 75%;
        max-width: 75%;
    }
    .g-col-lg-10 {
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }
    .g-col-lg-11 {
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }
    .g-col-lg-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .g-col-lg-offset-0 {
        margin-left: 0;
    }
    .g-col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .g-col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .g-col-lg-offset-3 {
        margin-left: 25%;
    }
    .g-col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .g-col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .g-col-lg-offset-6 {
        margin-left: 50%;
    }
    .g-col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .g-col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .g-col-lg-offset-9 {
        margin-left: 75%;
    }
    .g-col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .g-col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .g-col-lg-first {
        order: -1;
    }
    .g-col-lg-last {
        order: 1;
    }
}

@font-face {
  font-family: 'whirlpool-icons';
  src:  url('../../digital-platform/clientlibs/global/resources/whirlpool-icons.eot?ne84lw');
  src:  url('../../digital-platform/clientlibs/global/resources/whirlpool-icons.eot?ne84lw#iefix') format('embedded-opentype'),
    url('../../digital-platform/clientlibs/global/resources/whirlpool-icons.ttf?ne84lw') format('truetype'),
    url('../../digital-platform/clientlibs/global/resources/whirlpool-icons.woff?ne84lw') format('woff'),
    url('../../digital-platform/clientlibs/global/resources/whirlpool-icons.svg?ne84lw#whirlpool-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icons-"], [class*=" icons-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'whirlpool-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icons-video-play:before {
  content: "\e92d";
}
.icons-account:before {
  content: "\e900";
}
.icons-affirm:before {
  content: "\e901";
}
.icons-alert:before {
  content: "\e902";
}
.icons-arrow-down:before {
  content: "\e903";
}
.icons-arrow-left:before {
  content: "\e904";
}
.icons-arrow-right:before {
  content: "\e905";
}
.icons-arrow-up:before {
  content: "\e906";
}
.icons-cart:before {
  content: "\e907";
}
.icons-check-box:before {
  content: "\e908";
}
.icons-checkmark:before {
  content: "\e909";
}
.icons-close:before {
  content: "\e90a";
}
.icons-compare:before {
  content: "\e90b";
}
.icons-connectivity:before {
  content: "\e90c";
}
.icons-delivery:before {
  content: "\e90d";
}
.icons-desktop:before {
  content: "\e90e";
}
.icons-download:before {
  content: "\e90f";
}
.icons-dual-fuel:before {
  content: "\e910";
}
.icons-edit:before {
  content: "\e911";
}
.icons-electric:before {
  content: "\e912";
}
.icons-email:before {
  content: "\e913";
}
.icons-favorite:before {
  content: "\e914";
}
.icons-gas:before {
  content: "\e915";
}
.icons-gift:before {
  content: "\e916";
}
.icons-hamburger:before {
  content: "\e917";
}
.icons-info:before {
  content: "\e918";
}
.icons-live-chat:before {
  content: "\e919";
}
.icons-location:before {
  content: "\e91a";
}
.icons-phone:before {
  content: "\e91b";
}
.icons-plus:before {
  content: "\e91c";
}
.icons-print:before {
  content: "\e91d";
}
.icons-radio-deselected:before {
  content: "\e91e";
}
.icons-radio-selected:before {
  content: "\e91f";
}
.icons-refurbished:before {
  content: "\e920";
}
.icons-registered:before {
  content: "\e921";
}
.icons-registration:before {
  content: "\e922";
}
.icons-replay:before {
  content: "\e923";
}
.icons-return:before {
  content: "\e924";
}
.icons-save:before {
  content: "\e925";
}
.icons-savings:before {
  content: "\e926";
}
.icons-scroll:before {
  content: "\e927";
}
.icons-search:before {
  content: "\e928";
}
.icons-select-box:before {
  content: "\e929";
}
.icons-service:before {
  content: "\e92a";
}
.icons-share:before {
  content: "\e92b";
}
.icons-sign-in:before {
  content: "\e92c";
}
.icons-warranty:before {
  content: "\e92e";
}

/* class used in rich text component, mainly on KitchenAid */
.button-red--ghost {
    color: #9a132b;
    background-color: transparent;
    border: 2px solid #9a132b;
    box-sizing: border-box;
}

.button-red--ghost:hover {
    color: #fff;
    background-color: #9a132b;
    border-color: #9a132b;
}
.button-red--ghost:focus{
    outline: 1px solid #000;
}

/* class used in dialogs to style text */
.button-white {
    color: #2e2e2e;
}

.button-white:hover {
    color: #9a132b;
}

.button-white,
.button-white:hover,
button.button-white[disabled],
.button.button-white[disabled],
button.button-white[disabled]:hover,
.button.button-white[disabled]:hover,
button.button-white[disabled]:active,
.button.button-white[disabled]:active {
    background: #ffffff;
}

/* class used in rich text component, mainly on KitchenAid */
.button-small {
    height: 1.25rem;
    line-height: 1.25rem;
    padding: 0 0.375rem;
}

/* general styling for rich text component */
.rte {
    font-size: 1rem;
    color: #444444;
    line-height: 1.3125rem;
}

.rte h1 {
    font-size: 1.875rem;
    line-height: 2.0625rem;
}

.rte h2 {
    font-size: 1rem;
    line-height: 1.125rem;
    font-weight: 700 !important;
}

.rte h3 {
    font-size: 1.5rem;
    line-height: 1.875rem;
}

.rte h4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
}

.rte h5 {
    font-size: 0.75rem;
    line-height: 0.8125rem;
}

.rte h6 {
    font-size: 0.625rem;
    line-height: 0.6875rem;
}

.rte h1 + p,
.rte h1 + div,
.rte h1 + blockquote,
.rte h1 + ul,
.rte h1 + ol,
.rte h1 + .button,
.rte h2 + p,
.rte h2 + div,
.rte h2 + blockquote,
.rte h2 + ul,
.rte h2 + ol,
.rte h2 + .button,
.rte h3 + p,
.rte h3 + div,
.rte h3 + blockquote,
.rte h3 + ul,
.rte h3 + ol,
.rte h3 + .button,
.rte h4 + p,
.rte h4 + div,
.rte h4 + blockquote,
.rte h4 + ul,
.rte h4 + ol,
.rte h4 + .button,
.rte h5 + p,
.rte h5 + div,
.rte h5 + blockquote,
.rte h5 + ul,
.rte h5 + ol,
.rte h5 + .button,
.rte h6 + p,
.rte h6 + div,
.rte h6 + blockquote,
.rte h6 + ul,
.rte h6 + ol,
.rte h6 + .button {
    margin-top: .5rem;
}

.rte h1,
.rte h2,
.rte h3,
.rte h4 {
    font-weight: 400;
}

.rte h1 strong,
.rte h1 b,
.rte h2 strong,
.rte h2 b,
.rte h3 strong,
.rte h3 b,
.rte h4 strong,
.rte h4 b {
    font-weight: 700;
}

.rte h5,
.rte h6 {
    font-weight: 700;
}

.rte strong h1,
.rte strong h2,
.rte strong h3,
.rte strong h4,
.rte b h1,
.rte b h2,
.rte b h3,
.rte b h4 {
    font-weight: 700;
}

.rte p + h1,
.rte p + h2,
.rte p + h3,
.rte p + h4,
.rte p + h5,
.rte p + h6,
.rte div + h1,
.rte div + h2,
.rte div + h3,
.rte div + h4,
.rte div + h5,
.rte div + h6,
.rte blockquote + h1,
.rte blockquote + h2,
.rte blockquote + h3,
.rte blockquote + h4,
.rte blockquote + h5,
.rte blockquote + h6,
.rte ul + h1,
.rte ul + h2,
.rte ul + h3,
.rte ul + h4,
.rte ul + h5,
.rte ul + h6,
.rte ol + h1,
.rte ol + h2,
.rte ol + h3,
.rte ol + h4,
.rte ol + h5,
.rte ol + h6,
.rte .button + h1,
.rte .button + h2,
.rte .button + h3,
.rte .button + h4,
.rte .button + h5,
.rte .button + h6 {
    margin-top: 1.5rem;
}

.rte p {
    margin-bottom: 1rem;
}

.rte strong,
.rte b {
    font-weight: 700;
}

.rte em,
.rte i {
    font-style: italic;
}

.rte u {
    text-decoration: underline;
}

.rte s {
    text-decoration: line-through;
}

.rte ul,
.rte ol {
    margin: 0 0 1rem;
    padding: 0 0 0 2rem;
}

.rte ul li,
.rte ol li {
    font-size: 0.75rem;
    line-height: 1.0625rem;
}

.rte ul li + li,
.rte ol li + li {
    margin-top: .5rem;
}

.rte blockquote {
    margin: 0 0 1rem;
    padding: 0.625rem 0.875rem;
    border-left: 6px solid #b3b3b3;
}

.rte blockquote p {
    margin-bottom: 0;
}

.rte blockquote p + p {
    margin-bottom: 1rem;
}

.rte a:hover {
    color: #2ea3f2;
}

/* class used for styling rich text component text, used on InsidePass and KitchenAid */
.rte .btn-decorative{
    padding: 0 1.25rem;
}

.rte .btn-decorative a:hover {
    color: #fff;
    text-decoration: none;
    background: #9a132b;
}

.rte .btn-decorative a {
    color: #fff;
    text-decoration: none;
    background: #c41239;
    padding: 0.5rem 1.25rem;
    height: 2.5rem;
    align-items: center;
    text-align: center;
}

/* class used in rich text component on KitchenAid */
.rte-link-opt {
    color: #2e2e2e;
    text-decoration: underline;
    font-size: 0.625rem;
    font-weight: 700;
}

.rte-link-opt:hover {
    color: #c41230;
}

/* class used in rich text component on KitchenAid */
.rte-link-ext {
    display: inline-block;
    position: relative;
    padding-right: 1.3em;
}

.rte-link-ext:after {
    content: url("../../../etc.clientlibs/kitchenaid/clientlibs/global/resources/images/external-link.svg");
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: 1em;
}

.rte-link-ext.rte-link-opt:after {
    content: url("../../../etc.clientlibs/kitchenaid/clientlibs/global/resources/images/external-link-black.svg");
}

/* class used in rich text component on KitchenAid */
.rte-disclaimer {
    font-size: 0.625rem;
    line-height: 0.875rem;
    color: #000000;
}

/* class used in rich text component, no usages found */
.rte-strike {
    text-decoration: line-through;
}

/* class used in rich tectx component, used on KitchenAid */
.rte-left {
    text-align: left;
}

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

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

.rte-black {
    color: #2e2e2e;
}

.rte-red {
    color: #c41230;
}

.rte-grey {
    color: #b3b3b3;
}

.rte-white {
    color: #ffffff;
}
.form-group {
    padding: 0;
    margin: 0 0 1rem;
    border: none;
    position: relative;
}

.form-group.form-group-inline {
    margin-bottom: 0.5rem;
}

.form-group-item {
    margin: 0.25rem 0 0.5rem;
}

.form-group-inline .form-group-item {
    display: inline-block;
    margin: 0.25rem 0;
    padding-right: 1.25rem;
}

.form-group-inline .form-group-item:last-child {
    margin-bottom: 0.5rem;
}

.form-group-item:last-child {
    margin-bottom: 0;
}

.form-label {
    display: block;
    margin-bottom: 0.25rem;
    font-weight: 700;
    font-size: 0.875rem;
}

.form-password-control-container {
    position: relative;
}

.form-label-wrapper {
    display: flex;
    justify-content: space-between;
}

.header .signin-form .form-label:not(.form-show-password-label) {
    visibility: visible;
}

.form-show-password-label {
    position: absolute;
    top: 0.375rem;
    right: .325rem;
    height: 1.75rem;
    width: fit-content;
    padding: 0;
    min-width: 4.3125rem;
    text-align: center;
    font-weight: 900;
    color: #000000;
    font-size: .75rem;
    line-height: 1rem;
    text-transform: uppercase;
    background: #F2F2F2;
	border-radius: 1.875rem;
    font-family: "HelveticaNeue",sans-serif;
}

.form-label.form-show-password-label:hover, .form-label.form-show-password-label:focus,
.form-show-password-label:hover, .form-show-password-label:focus {
    background-color: #E2E2E2;
    color: #000;
}

.form-show-password-label:focus {
     outline : 1px solid #000;
  }


.form-show-password-label.hidden,.form-show-password-label.show-password-btn.hidden {
    display: none;
}

.form-show-password-label.show-password-btn {
    display: block;
}

.form-show-password-label {
    cursor: pointer;
    display: none;
}

.form-title {
    margin-bottom: 1rem;
    padding: 0.5rem 0;
}

.form-text {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
}

.form-input {
    display: block;
    width: 100%;
    border: 1px solid #b3b3b3;
    background: #ffffff;
    height: 2.5rem;
    padding: 0 .5rem;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    line-height: initial;
}

.form-input-mw {
    max-width: 36.25rem;
}

.form-input-mw-small {
    max-width: 20.625rem;
}

.form-input-mw-mini {
    max-width: 10rem;
}

.form-checkbox,
.form-radio {
    position: relative;
    display: inline-block;
    padding-left: 1.25rem;
}

.form-radio-input {
    position: absolute;
    top: 0;
    left: 0;
}

.form-checkbox-input {
    position: absolute;
    top: 0.0625rem;
    left: 0;
}

.form-checkbox-input[name="optedIn"] {
    position: absolute;
    top: 0.52rem;
    left: 0;
}

.form-select {
    display: block;
    width: 100%;
    position: relative;
    height: 2.5rem;
    background: #ffffff;
    border: 1px solid #b3b3b3;
}

.form-group-inline .form-select {
    display: inline-block;
    width: auto;
    margin-bottom: 0.5rem;
}

.form-select:last-child {
    margin-bottom: 0;
}

#sortInputLabel .sort-action {
    position: relative;
    display: inline-block;
}
  
#sortInputLabel .sort-plp-btn:hover, #sortInputLabel .sort-plp-btn:focus {
    background: none;
    color: #000;
    outline: none;
    text-transform: capitalize;
}
  
#sortInputLabel .sort-plp-content {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    width: 236px;
    max-width: 100%;
    min-width: 236px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    height: auto;
    padding: 10px;
    border-radius: 8px;
}

html[data-lang="fr_CA"] #sortInputLabel .sort-plp-content {
    width: 272px;
    min-width: 272px;
}

#sortInputLabel .sort-plp-content label {
    padding: 5px 0 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
}

#sortContainer .form-select-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #000 !important;
    width: 12px;
    height: 12px;
}

@media (max-width: 27rem) {
    html[data-lang="fr_CA"] #sortContainer .form-select-icon {
        right: 0;
    }
}

#sortInputLabel .sort-plp-content label:hover {
    background-color: none;
}
  
#sortInputLabel .sort-show {
    display: block;
}
  
#sortInputLabel .custom-plp-checkbox {
    display: flex;
    align-items: center;
}

#sortInputLabel .custom-plp-checkbox input[type="radio"] {
    display: none;
}

#sortInputLabel .custom-plp-checkbox .sort-check-mark {
    width: 18px;
    height: 18px;
    border: .5px solid #5B5B5B;
    display: inline-block;
    border-radius: 2px;
}
   
#sortInputLabel .custom-plp-checkbox input[type="radio"]:checked+.sort-check-mark {
    background-color: #000;
    border-color: #000;
}
   
#sortInputLabel .custom-plp-checkbox input[type="radio"]:checked+.sort-check-mark:after {
    content: '';
    position: absolute;
    left: auto;
    top: auto;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: .625rem;
    width: 0.399rem;
    border-bottom: 2px solid #F2F2F2;
    border-right: 2px solid #F2F2F2;
    margin-top: -23px;
    margin-left: 4px;
}
   
#sortInputLabel .sort-checkbox:hover ~ .sort-check-mark::after {
    content: '';
    position: absolute;
    left: auto;
    top: auto;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: .625rem;
    width: 0.399rem;
    border-bottom: 2px solid #5b5b5b;
    border-right: 2px solid #5b5b5b;
    margin-top: -23px;
    margin-left: 5.2px;
}
  
#sortInputLabel .sort-checkbox:checked:hover ~ .sort-check-mark::after {
    content: '';
    position: absolute;
    left: .3375rem;
    top: auto;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: .625rem;
    width: .375rem;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-left: 12px;
}

.form-select-icon {
    position: absolute;
    z-index: 0;
    top: 50%;
    right: .5rem;
    transform: translateY(-50%);
    color: #c41230;
}
  
.form-select-icon .icon {
    width: 0.75rem;
    height: 0.75rem;
}
  
.form-select-input {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 2.375rem;
    margin: 0;
    padding-left: .5rem;
    padding-right: 2rem;
    outline: none;
    border: 1px solid transparent;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-select-input:focus {
    outline: 1px solid #000;
}

#sortInputLabel .form-select-input:focus {
    outline: none;
}

.form-select-input::-ms-expand {
    display: none;
}

.form-req-message {
    font-size: 0.8125rem;
    margin-bottom: 1rem;
}

.form-req,
abbr.form-req {
    font-weight: 700;
    text-decoration: none;
    border: none;
}

.form-error.form-input, .form-error.form-select, .form-error .form-input {
    border-color: #c41230;
}

.form-error.form-group .form-checkbox,
.form-error.form-group .form-radio {
    color: #c41230;
}

.form-error.form-group .form-checkbox-text {
    color: #2e2e2e;
}

.form-error-items {
    margin: 0.25rem 0 0;
    padding: 0;
    display: none;
    color: #c41230;
    font-size: 15px;
}

.form-error-items.filled {
    display: block;
}

.form-buttons {
    margin-top: 2rem;
}

.form-button {
    margin-bottom: .5rem;
}

.form-submit-error,
.form-submit-error-response {
    display: none;
    color: #c41230;
    margin-bottom: 1.25rem;
}

.form-submit-error a,
.form-submit-error-response a {
    text-decoration: underline;
}

.form-submit-success {
    display: none;
}

.form-submit-error-on {
    display: block;
}

.form-submit-error-response.form-submit-error-on {
    display: block;
}

.contact-form-select{
    border:none;
    height: inherit;
}
.contact-form-select select{
    border: 1px solid #b3b3b3;
}
.contact-form-select .form-select-icon{
    top: 69%;
}
.form-zip-input{
    margin:20px 0;
}

.my-account-modal__overlay .location-modal{ text-align:left; }
.my-account-modal__overlay .location-modal__header-location{font-weight: bold;margin-bottom:0.5rem;}
.my-account-modal__overlay .form-input-mw-mini{max-width:100%;}
.my-account-modal__overlay .form-error-container{ display: flex;align-items: center;gap: 20px;margin-top: 20px;}
.my-account-modal__overlay .form-error-container img{width:7%;}
.my-account-modal__overlay .update-location-submit-btn{width:100%; }

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    display: none;
    padding: 0 1.25rem;
}

.modal-open {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-is-opened {
    z-index: 1000;
}

.modal-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1049;
    background: rgba(46, 46, 46, 0.9);
    transform: translate3d(0, 0, 0);
    opacity: 0;
    transition: opacity .3s ease-in .1s;
}

.modal-bg-fade {
    opacity: 1;
    transition: opacity .3s ease-out;
}

.modal-bg--before-close {
    opacity: 0;
}

.modal-box {
    position: relative;
    z-index: 2;
    background: #ffffff;
    width: 100%;
    max-width: 39.375rem;
    margin: 1.25rem auto;
    padding: 2.5rem 1.25rem;
    transform: translate3d(0, 0, 0);
    opacity: 0;
    transition: opacity .2s linear 0s;
}

@media (min-width: 48rem) {
    .modal-box {
        margin: 2.5rem auto;
        padding: 3.125rem;
    }
}

.modal-fade .modal-box {
    opacity: 1;
    transition: opacity .2s ease-out .1s;
}

.modal-fade.modal-fade--before-close .modal-box {
    opacity: 0;
}

.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.875rem;
    height: 1.875rem;
    padding: 0;
    background: transparent;
    color: #797979;
}

@media (min-width: 48rem) {
    .modal-close {
        top: 0.625rem;
        right: 0.625rem;
    }
}

.modal-close:hover {
    background: transparent;
    color: #2e2e2e;
}

.modal-close-icon {
    margin: auto;
}

.modal-close-icon .icon {
    width: 1rem;
    height: 1rem;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .modal-close-icon {
        margin: 0;
    }
}

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

.modal-dialog-title {
    margin: 0 0 1.25rem;
    font-size: 1.5rem;
    font-weight: 400;
}

@media (min-width: 48rem) {
    .modal-dialog-title {
        margin: 0 0 1.5625rem;
        font-size: 1.875rem;
    }
}

.modal-dialog-text {
    width: 25rem;
    max-width: 100%;
    margin: 0 auto 1.5625rem;
    font-size: 1rem;
}

@media (min-width: 48rem) {
    .modal-dialog-text {
        margin: 0 auto 1.875rem;
        font-size: 1.25rem;
    }
}

.modal-dialog-subtext {
    font-size: 0.86rem;
    padding-top: 5px;
}

@media (min-width: 48rem) {
    .modal-dialog-subtext {
        font-size: 1rem;
    }
}

.modal-dialog-buttons .button {
    padding: 0 4rem;
    margin: 0 .5rem .5rem;
}

.ti {
    position: relative;
}

.ti-image {
    width: 100%;
    display: block;
}

.ti-text {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    padding: 1.25rem;
}

.ti-text-100 {
    width: 100%;
}

.ti-text-75 {
    width: 75%;
}

.ti-text-50 {
    width: 50%;
}

.ti-text-25 {
    width: 25%;
}

.ti-text-top {
    top: 0;
    bottom: auto;
}

.ti-text-bottom {
    bottom: 0;
    top: auto;
}

.ti-text-middle {
    top: 50%;
    transform: translateY(-50%);
}

.ti-text-middle.ti-text-center {
    transform: translate(-50%, -50%);
}

.ti-text-left {
    left: 0;
    right: auto;
}

.ti-text-right {
    right: 0;
    left: auto;
}

.ti-text-center {
    left: 50%;
    transform: translateX(-50%);
}

.ti-text-center.ti-text-middle {
    transform: translate(-50%, -50%);
}

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

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

.ti-ctas-right {
    text-align: right;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

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

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.digital-platform-loading-button {
  justify-content: center;
}
.digital-platform-loading-button--loader {
  display: none;
  animation: .8s linear infinite loader;
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  border: .2rem solid #000000;
  border-left-color: transparent;
  border-radius: 50%;
}
.digital-platform-loading-button.loading {
  position: relative;
  cursor: not-allowed !important;
}
.digital-platform-loading-button.loading .digital-platform-loading-button--text {
  color: transparent;
}
.digital-platform-loading-button.loading .digital-platform-loading-button--loader {
  display: block;
}

#blockCartModal {
  display: none;
}
#blockCartModal .modalDiv {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 999;
}
#blockCartModal .modalDiv .blockCartModal-content {
  left: 15%;
  right: 15%;
  margin-left: auto;
  margin-right: auto;
  top: 23%;
  margin-top: auto;
  width: 70%;
  position: fixed;
  background: #fff;
  padding: 0.938rem;
  height: auto;
}
#blockCartModal .modalDiv .blockCartModal-content .heading-align {
  text-align: left;
  display: block;
  padding: 0.625rem 0;
}
#blockCartModal .modalDiv .blockCartModal-content .marginTop {
  margin-top: 0.625rem;
}
#blockCartModal .modalDiv .blockCartModal-content .popup__closer {
  position: absolute;
  top: 0.625rem;
  right: 0.9375rem;
}
#blockCartModal .modalDiv .blockCartModal-content .blockCartModal-close {
  width: auto;
  padding: 0 1rem 0 1rem;
}
@media all and (min-width: 64rem) {
  #blockCartModal .modalDiv .blockCartModal-content {
    width: 45%;
    left: 25%;
    right: 25%;
  }
}

html[data-site="insidepass"] .breadcrumb .breadcrumbs .breadcrumbs-list-item:first-child .breadcrumbs-link span {
  border-bottom: 1px solid;
  text-decoration: inherit;
}
html[data-site="affresh"] .breadcrumb {
  background-color: transparent;
}
html[data-site="affresh"] .breadcrumb.breadcrumbs--blur-left::before {
  background: transparent;
}
.homepage .breadcrumb.breadcrumbs--blur-left::before {
  background: transparent;
}
.breadcrumb {
  background-color: #eeeeee;
}
@media (max-width: 47.938rem) {
  .breadcrumb.breadcrumbs-container {
    background-color: #eeeeee;
  }
}
@media (max-width: 47.938rem) {
  .breadcrumb {
    position: relative;
  }
}
@media (max-width: 47.938rem) {
  .breadcrumb .g-container {
    padding: 0 1rem;
    margin: 0;
  }
}
.breadcrumb.breadcrumbs--blur-left::before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 56px;
  top: 0;
  left: 0;
  position: absolute;
  margin-left: auto;
  z-index: 1;
  background: linear-gradient(to right, #eeeeee, rgba(238, 238, 238, 0.1));
}
.breadcrumb.breadcrumbs--blur-right::after {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 56px;
  top: 0;
  right: 0;
  position: absolute;
  margin-left: auto;
  z-index: 1;
  background: linear-gradient(to right, #eeeeee, rgba(238, 238, 238, 0.1));
  rotate: 180deg;
}
.breadcrumb .breadcrumbs {
  list-style-type: none;
  margin: 0;
  padding: 0.5rem 0;
}
.breadcrumb .breadcrumbs::-webkit-scrollbar {
  height: 0;
}
@media (max-width: 47.938rem) {
  .breadcrumb .breadcrumbs {
    font-size: 0.75rem;
    white-space: nowrap;
    overflow-x: scroll;
    position: relative;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.breadcrumb .breadcrumbs .breadcrumbs-list-item {
  font-size: 0.75em;
  font-family: "Avenir-Roman", sans-serif;
  font-weight: 700;
  display: inline;
}
@media (max-width: 47.938rem) {
  .breadcrumb .breadcrumbs .breadcrumbs-list-item {
    display: inline-block;
    font-family: "HelveticaNeue", sans-serif;
    font-size: 0.75rem;
    vertical-align: top;
  }
}
.breadcrumb .breadcrumbs .breadcrumbs-list-item.breadcrumbs-list-item-last {
  font-weight: 400;
  color: #686868;
}
@media (max-width: 47.938rem) {
  .breadcrumb .breadcrumbs .breadcrumbs-list-item.breadcrumbs-list-item-last {
    color: #222222;
    margin-top: 2px;
    line-height: 0.75rem;
  }
}
.breadcrumb .breadcrumbs .breadcrumbs-list-item.breadcrumbs-list-item-last:after {
  display: none;
}
.breadcrumb .breadcrumbs .breadcrumbs-list-item:after {
  margin-left: 0.733rem;
  margin-right: 0.733rem;
  margin-top: -0.063rem;
  display: inline-block;
  content: url('../../../etc.clientlibs/digital-platform/clientlibs/global/resources/arrow-right.svg');
  background-color: #5b5b5b;
  mask: url('../../../etc.clientlibs/digital-platform/clientlibs/global/resources/arrow-right.svg') no-repeat center / contain;
  -webkit-mask: url('../../../etc.clientlibs/digital-platform/clientlibs/global/resources/arrow-right.svg') no-repeat center / contain;
  width: auto;
  height: 0.625rem;
  vertical-align: middle;
}
.breadcrumb .breadcrumbs .breadcrumbs-list-item .breadcrumbs-link {
  font-size: 0.75rem;
  color: #2e2e2e;
  text-decoration: none;
}
@media (max-width: 47.938rem) {
  .breadcrumb .breadcrumbs .breadcrumbs-list-item .breadcrumbs-link span {
    font-weight: normal;
    text-decoration: underline;
    line-height: 0.75rem;
  }
}
.breadcrumb .breadcrumbs .breadcrumbs-list-item .breadcrumbs-link:focus-visible {
  outline-width: 0.125rem;
  outline-offset: 0.125rem;
}
@media (max-width: 47.938rem) {
  .breadcrumb .breadcrumbs .breadcrumbs-list-item.breadcrumbs-list-item-parent:before {
    display: none;
  }
}
@media (max-width: 47.938rem) {
  .page-dashboard .breadcrumb {
    width: 100vw;
    margin-left: -0.625rem;
    padding-left: 1rem;
  }
}
@media (max-width: 47.938rem) {
  .page-dashboard .breadcrumb .breadcrumbs .breadcrumbs-list-item.breadcrumbs-list-item-last {
    margin-top: 0.063rem;
  }
}

.potential-promotions {
  position: relative;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 48rem) {
  .potential-promotions {
    margin-bottom: 1rem;
  }
}
.potential-promotions__icon {
  margin-right: 0.5rem;
}
.potential-promotions__icon svg {
  display: inline;
  height: 1.5rem;
  min-width: 1.5rem;
  color: #000000;
}
.potential-promotions__text {
  display: flex;
  align-items: center;
  line-height: 125%;
  width: calc(95.5%);
}
.potential-promotions__disclaimer-cta-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  font-size: 0.625rem;
  background: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: 125%;
  text-transform: inherit;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.potential-promotions__disclaimer-cta-button:hover,
.potential-promotions__disclaimer-cta-button:focus {
  background: transparent;
  color: inherit;
}
.potential-promotions__disclaimer-cta {
  width: 1rem;
  margin-left: 0.5rem;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.potential-promotions__message {
  display: flex;
  padding: 0.5rem;
}
.potential-promotions__disclaimer-container {
  background: transparent;
}
.potential-promotions__disclaimer {
  display: none;
  background: transparent;
  max-width: 100%;
}
.potential-promotions__disclaimer:focus {
  outline: none;
}
.potential-promotions__disclaimer.open {
  display: block;
  position: absolute;
  bottom: calc(100% + 0.125rem);
  margin: 0 auto;
  inset-inline-start: 0;
  inset-inline-end: 0;
  z-index: 10;
}
.potential-promotions__disclaimer-text {
  display: flex;
  background: #ffffff;
  padding: 0.5rem 0.5rem;
  line-height: 125%;
}
.potential-promotions__disclaimer-text-index {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1rem;
  width: 1rem;
  height: 1rem;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  margin-right: 8px;
  line-height: 125%;
  letter-spacing: 0.3px;
}
.potential-promotions__close-button {
  position: absolute;
  top: -0.75rem;
  right: -0.75rem;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border-radius: 1.875rem;
}
.potential-promotions__close-button:focus {
  outline: 0;
}
.potential-promotions__close-button svg {
  width: 0.75rem;
  height: 0.75rem;
}

/*
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2015 Adobe Systems Incorporated
 * All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and may be covered by U.S. and Foreign Patents,
 * patents in process, and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 */
/* grid component */
.aem-Grid {
  display: block;
  width: 100%;
}
.aem-Grid::before,
.aem-Grid::after {
  display: table;
  content: " ";
}
.aem-Grid::after {
  clear: both;
}
/* placeholder for new components */
.aem-Grid-newComponent {
  clear: both;
  margin: 0;
}
/* column of a grid */
.aem-GridColumn {
  box-sizing: border-box;
  clear: both;
}
/* force showing hidden */
.aem-GridShowHidden > .aem-Grid > .aem-GridColumn {
  display: block !important;
}
/* Generates all the rules for the grid columns up to the given amount of column */
/* Generates all the rules for the grid column offset up to the given amount of column */
/* Generates all the rules for the grid and columns for the given break point and total of columns */
/* Generates all the rules for the grids and columns */
/* API function to be called to generate a grid config */
/* maximum amount of grid cells to be provided */
/* default breakpoint */
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--newline {
  /* newline behavior */
  display: block;
  clear: both !important;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--none {
  /* none behavior */
  display: block;
  clear: none !important;
  float: left;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--hide {
  /* hide behavior */
  display: none;
}
/* phone breakpoint */
@media (max-width: 767px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--hide {
    /* hide behavior */
    display: none;
  }
}
/* tablet breakpoint */
@media (min-width: 768px) and (max-width: 1023px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--hide {
    /* hide behavior */
    display: none;
  }
}

.cmp-image img {
  width: 100%;
}

.compatibility {
  padding: 1.5rem 1rem 1rem;
}
.compatibility .compatibility__header.compatibility__header--right {
  text-align: right;
}
.compatibility .compatibility__header.compatibility__header--left {
  text-align: left;
}
.compatibility .compatibility__header.compatibility__header--center {
  text-align: center;
}
.compatibility .compatibility__paragraph.compatibility__paragraph--right {
  text-align: right;
}
.compatibility .compatibility__paragraph.compatibility__paragraph--left {
  text-align: left;
}
.compatibility .compatibility__paragraph.compatibility__paragraph--center {
  text-align: center;
}
.compatibility .compatibility-modal__title.compatibility-modal__title--right {
  text-align: right;
}
.compatibility .compatibility-modal__title.compatibility-modal__title--left {
  text-align: left;
}
.compatibility .compatibility-modal__title.compatibility-modal__title--center {
  text-align: center;
}
.compatibility .compatibility-modal__subtitle.compatibility-modal__subtitle--right {
  text-align: right;
}
.compatibility .compatibility-modal__subtitle.compatibility-modal__subtitle--left {
  text-align: left;
}
.compatibility .compatibility-modal__subtitle.compatibility-modal__subtitle--center {
  text-align: center;
}
.compatibility .compatibility-modal__image-wrapper.compatibility-modal__image-wrapper--right {
  text-align: right;
}
.compatibility .compatibility-modal__image-wrapper.compatibility-modal__image-wrapper--left {
  text-align: left;
}
.compatibility .compatibility-modal__image-wrapper.compatibility-modal__image-wrapper--center {
  text-align: center;
}
.compatibility__modal-link-wrapper {
  display: block;
  margin: 1rem 0 1.5rem;
  text-align: center;
}
.compatibility__modal-link {
  text-align: center;
  color: #000000;
  text-decoration: underline;
  cursor: pointer;
}
.compatibility__hint {
  font-size: 0.75rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.compatibility-modal.modal .modal-content .modal-body {
  max-height: none;
  padding: 0 6.4% 0.75rem;
  border-bottom: solid 1px #2e2e2e;
}
.compatibility .desktop {
  display: none;
}
.compatibility-form {
  display: flex;
}
.compatibility-form__input {
  flex-grow: 1;
  border-radius: 0;
  border: solid #979797 0.1125rem;
  border-right: none;
  padding-left: 1rem;
  text-transform: uppercase;
}
.compatibility-form__input::placeholder {
  text-transform: none;
}
.compatibility-form__input:-ms-input-placeholder {
  text-transform: none;
}
.compatibility-form__button {
  padding: 0;
  width: 3.5rem;
  height: 2.5rem;
}
.compatibility-form__button.button--loader svg {
  display: none;
}
.compatibility-form__button.button--loader .compatibility-form__button-text {
  display: none;
}
.compatibility-modal__title {
  font-size: 1rem;
}
.compatibility-modal__subtitle {
  font-size: 0.9rem;
}
.compatibility-modal__image {
  display: inline;
}
.compatibility-modal__title,
.compatibility-modal__subtitle,
.compatibility-modal__image-wrapper {
  margin-bottom: 0.875rem;
}
.compatibility-modal .button {
  width: 87.2%;
  font-size: 1.125rem;
}
.compatibility .trigger-modal-close {
  margin-top: 1.5rem;
}
.compatibility__error-message {
  color: #c80a33;
  margin-top: 0.3125rem;
}
.compatibility__success-message {
  color: #008800;
  font-size: 0.75rem;
  margin-top: 0.3125rem;
  display: flex;
  align-items: flex-start;
}
.compatibility__success-message svg {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  margin-right: 0.5rem;
}
.compatibility__found-message {
  margin-top: 2.5625rem;
  text-align: center;
  font-weight: bold;
}
.compatibility-suggestions {
  position: relative;
}
.compatibility-suggestions__container {
  position: absolute;
  width: calc(100% - 0.2rem);
  background-color: white;
  margin: 0.5rem 0.1rem;
  border: solid #979797 0.0625rem;
  border-radius: 0.1875rem;
  z-index: 2;
}
.compatibility-suggestions__item {
  padding: 0.5rem 0 0.5rem 0.9rem;
  border-bottom: dotted #979797 .0625rem;
  text-transform: uppercase;
}
.compatibility-items {
  padding: 1rem 19.7%;
}
.compatibility-items .plp-item--new {
  padding: 0;
  box-shadow: 0 0.25rem 0.5rem 0 rgba(50, 50, 50, 0.3);
}
.compatibility-items .plp-item--new .plp-item-saves {
  display: none;
}
.compatibility-items .plp-item--new .plp-item-colors {
  display: none;
}
.compatibility-items .plp-item--new .star-rating {
  flex: 1;
}
.compatibility-items .plp-item--new .plp-item-model {
  display: none;
  font-size: 0.75rem;
}
.compatibility-items .plp-item--new .plp-item-free-shipping {
  display: none;
}
.compatibility-items .plp-item--new .plp-item-free-shipping svg {
  display: inline-block;
}
.compatibility-items .plp-item--new .plp-where-to-buy-button {
  display: none;
}
.compatibility-items .plp-item--new .plp-item-name-link {
  text-transform: uppercase;
  max-height: 5rem;
}
.compatibility-items .plp-item--new .plp-item-media-image,
.compatibility-items .plp-item--new .plp-item-image-link {
  height: 102px;
}
.compatibility-items .plp-item--new .plp-item-image {
  max-height: 102px;
}
.compatibility.updated-filter-compatibility {
  padding-bottom: 0;
  border-bottom: 0;
}
.compatibility.updated-filter-compatibility .updated-compatibility__status {
  display: flex;
  border: .0625rem solid;
  margin: 2.5rem auto 0;
  justify-content: center;
  gap: 3rem;
  padding: 2rem 4.5rem;
  align-items: center;
  width: fit-content;
  background-color: #ffffff;
}
.compatibility.updated-filter-compatibility .updated-compatibility__status__message {
  text-transform: uppercase;
  font-family: 'Avenir-Black', sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.25rem;
  margin-bottom: .625rem;
}
.compatibility.updated-filter-compatibility .updated-compatibility__status__model {
  font-size: .75rem;
  line-height: 1rem;
}
.compatibility.updated-filter-compatibility .updated-compatibility__status__model-text {
  font-family: 'Avenir-Black', sans-serif;
  font-weight: 900;
}
.compatibility.updated-filter-compatibility .updated-compatibility__status__icon {
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.compatibility.updated-filter-compatibility .updated-compatibility__status__icon.compatible {
  background-image: url('../../../content/dam/global/whirlpool/icons/comp-check-success.svg');
}
.compatibility.updated-filter-compatibility .updated-compatibility__status__icon.not-compatible {
  background-image: url('../../../content/dam/global/whirlpool/icons/comp-check-failed.svg');
}
.compatibility.updated-filter-compatibility .compatibility-items,
.compatibility.updated-filter-compatibility .compatibility__found-message {
  display: none;
}
@media (min-width: 48rem) {
  .compatibility {
    border-bottom: solid 0.063rem rgba(0, 0, 0, 0.2);
    border-top: solid 0.063rem rgba(0, 0, 0, 0.2);
    padding: 4rem 0 5.5rem;
  }
  .compatibility__paragraph {
    max-width: 27.43rem;
    margin: 0 auto;
  }
  .compatibility__hint {
    font-size: 1rem;
  }
  .compatibility .mobile {
    display: none;
  }
  .compatibility .desktop {
    display: flex;
  }
  .compatibility-form,
  .compatibility__hint,
  .compatibility__error-message,
  .compatibility__success-message,
  .compatibility__found-message,
  .compatibility-suggestions {
    max-width: 40.625rem;
    margin-left: auto;
    margin-right: auto;
  }
  .compatibility-form__button {
    width: 9.3125rem;
  }
  .compatibility__error-message {
    margin-top: 0.5625rem;
  }
  .compatibility__success-message {
    font-size: 1rem;
    align-items: center;
  }
  .compatibility__success-message svg {
    width: 1.5rem;
    height: 1.5rem;
  }
  .compatibility-items {
    padding: 1rem 20%;
  }
  .compatibility-items.plp-items.plp-items-list .plp-item--new .plp-item-colors {
    grid-row: 1 / span 2;
  }
  .compatibility-items .plp-item--new .plp-item-color-trigger {
    width: 3.5rem;
    height: 3.5rem;
  }
  .compatibility-items .plp-item--new .plp-item-colors {
    display: block;
  }
  .compatibility-items .plp-item--new .plp-item-model {
    display: block;
  }
  .compatibility-items .plp-item--new .plp-item-free-shipping {
    display: block;
  }
  .compatibility-items .plp-item--new .plp-where-to-buy-button {
    display: block;
  }
  .compatibility-items .plp-item--new .plp-item-color-list {
    justify-content: center;
  }
  .compatibility-items .plp-item--new .plp-item-name-link {
    font-size: 1rem;
  }
  .compatibility-items .plp-item--new .plp-item-media-image,
  .compatibility-items .plp-item--new .plp-item-image-link {
    height: 230px;
  }
  .compatibility-items .plp-item--new .plp-item-image {
    max-height: 230px;
  }
}
@media (min-width: 48rem) and (max-width: 64rem) {
  .compatibility-items {
    padding: 1rem;
  }
  .compatibility-items .plp-item--new .plp-item-color-trigger {
    width: 3rem;
    height: 3rem;
  }
  .compatibility-items .plp-item--new .oos-cross-line {
    bottom: 0;
    height: 143%;
  }
}
@media (max-width: 48rem) {
  .compatibility.updated-filter-compatibility .updated-compatibility__status {
    border-color: #979797;
    display: flex;
    padding: 1rem;
    gap: 1rem;
    margin-top: 1.85rem;
  }
  .compatibility.updated-filter-compatibility .updated-compatibility__status__icon {
    min-width: 4rem;
  }
}

@font-face{
    font-family:"icons";
    src:url("../../../etc/designs/whirlpool/digitalplatform/v2/maytag/clientlibs/fonts/icons.eot");
    src:url("../../../etc/designs/whirlpool/digitalplatform/v2/maytag/clientlibs/fonts/icons.eot?#iefix") format("embedded-opentype"),url("../../../etc/designs/whirlpool/digitalplatform/v2/maytag/clientlibs/fonts/icons.woff2") format("woff2"),url("../../../etc/designs/whirlpool/digitalplatform/v2/maytag/clientlibs/fonts/icons.woff") format("woff"),url("../../../etc/designs/whirlpool/digitalplatform/v2/maytag/clientlibs/fonts/icons.ttf") format("truetype"),url("../../../etc/designs/whirlpool/digitalplatform/v2/maytag/clientlibs/fonts/icons.svg#icons") format("svg");
    font-weight:normal;
    font-style:normal
}

.social-icons, .social-icons a {
    font-size: 1.9em;
    color: #FFF;
    text-decoration: none;
}

.social-icons a:hover,
.social-icons a:focus {
    text-decoration: none;
}

.social-icons .icon::before, .social-icons a .icon::before {
    border-radius: 50%;
}

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

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

.icon-youtube:before{
    content:"\f125"
}

.icon-pinterest:before{
    content:"\f11b"
}

.icons-chat{
    background-position:0 -80px;
    height:18px;
    width:20px
}
.pdp-accordion-v2-bar.accordionV2-title {
  border-bottom: 2px solid #ddd;
  padding: 10px 15px;
  line-height: 20px;
  font-size: 1em;
  position: relative;
  cursor: pointer;
  font-weight: 600;
}

.pdp-accordion-v2-drawer.accordion-v2-show {
  display: block;
  padding: 10px 15px;
}

.pdp-accordion-v2-drawer {
  display: none;
}

.icon-arrow-down {
  display: none;
}

.accordion-v2-show .icon-arrow-down {
  display: block;
}

.accordion-v2-show .icon-arrow-up {
  display: none;
}

.icon-arrow-up {
  display: block;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pdp-accordion-collapse-icon {
  position: absolute;
  right: 0;
  bottom: .625rem;
  cursor: pointer;
}

@media (min-width: 1023px) {
  .invisible {
    display: none;
  }
}
.divider-component {
  height: 0.062rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  background-color: rgba(0, 0, 0, 0.2);
  margin-left: 0;
  width: 100%;
}
.divider-component.hide {
  display: none;
}
.cq-Editable-dom .divider-component {
  margin: 0;
}

/*gobal pencil modal hideden by default*/
div[data-id="global-pencil-modal"] {
  visibility: hidden;
  height: 0;
}
div[data-id="global-pencil-modal"].active {
  height: 100%;
}
header.header {
  position: relative;
  background: #ffffff;
  z-index: 21;       
}

.success-response {
  font-weight: 700;
  font-style: italic;
  color: #5c700f;
}

@media (max-width: 63.9375rem) {
  header.header {
    border-bottom: 1px solid #b3b3b3;
  }
}

header.header.header-fixed {
  position: fixed;
  width:100%;
}

.header-hide-class {
  display: none;
}

@media (min-width: 64rem) {
  .header {
    border-color: transparent;
  }
}

.header.iparsys.parsys,
.header.parsys,
.header.iparsys {
  border: none;
  background: transparent;
}

.header-content {
  position: relative;
  padding-right: 2.5rem;
}

@media (min-width: 48rem) {
  .header-content {
    padding-right: 4.375rem;
  }
}

@media (min-width: 64rem) {
  .header-content {
    padding-right: 0;
  }
}

.header-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.625rem;
  height: 3.125rem;
}

@media (min-width: 48rem) {
  .header-logo {
    height: 4.375rem;
  }
}

@media (min-width: 64rem) {
  .header-logo {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    height: auto;
  }
}

.header-logo-link {
  display: block;
  max-width: 12.5rem;
  width: 100%;
}

.header-logo-image {
  width: 100%;
}

@media (min-width: 64rem) {
  .header-slot {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
}

.header-slot-aside {
  display: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.5rem 0;
  border-bottom: 1px solid #eeeeee;
  font-size: 0.75rem;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .header-slot-aside {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (min-width: 64rem) {
  .header-slot-aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-language {
  position: relative;
  margin-right: auto;
}

.header-language-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  height: 1rem;
  text-transform: none;
  font-weight: 400;
  background: transparent;
  color: #2e2e2e;
  font-size: 0.75rem;
}

.header-language-trigger:hover {
  background: transparent;
  color: #9a132b;
}

.header-language-trigger-icon {
  margin-left: 0.25rem;
  color: #c41230;
}

.header-language-trigger-icon .icon {
  width: 0.625rem;
  height: 0.625rem;
}

.header-language-menu {
  position: absolute;
  top: 105%;
  left: 0;
  overflow: hidden;
  height: 0;
  width: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 2;
}

.header-language-open .header-language-menu {
  height: auto;
  width: auto;
  min-width: 8.75rem;
  visibility: visible;
  border-top: 1px solid #eeeeee;
}

.header-language-nav {
  border: 1px solid #eeeeee;
  border-top: none;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform .15s ease-out;
  transition: -webkit-transform .15s ease-out;
  transition: transform .15s ease-out;
  transition: transform .15s ease-out, -webkit-transform .15s ease-out;
}

.header-language-open .header-language-nav {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.header-language-nav-item {
  display: block;
  padding: 0.5rem;
  background: #ffffff;
  color: #c41230;
}

.header-language-nav-item:hover, .header-language-nav-item:focus {
  outline: none;
  color: #ffffff;
  background: #c41230;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .header-chat {
    margin-left: auto;
  }
}

.header-chat-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2e2e2e;
}

.header-chat-link:hover {
  color: #9a132b;
}

.header-chat-link-icon {
  margin-right: 0.25rem;
}

.header-chat-link-icon .icon {
  width: 0.75rem;
  height: 0.75rem;
}

.header-slot-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 0.75rem;
  height: 3.125rem;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .header-slot-primary {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (min-width: 48rem) {
  .header-slot-primary {
    height: 4.375rem;
  }
}

@media (min-width: 64rem) {
  .header-slot-primary {
    height: auto;
    padding: 0.625rem 0;
  }
}

.header-content-spot {
  display: none;
  margin-right: auto;
}

@media (min-width: 64rem) {
  .header-content-spot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-content-spot-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1.25rem;
  min-height: 1.625rem;
}

.header-content-spot-item img{
  /*padding: 0.25rem 0.5rem;*/
  background: #eeeeee;
}

.header-content-spot-text {
  font-size: 0.75rem;
}

.header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .header-actions {
    margin-left: auto;
  }
}

.header-search {
  position: absolute;
  top: 3.1875rem;
  right: 0;
  overflow: hidden;
  height: 0;
  width: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (min-width: 48rem) {
  .header-search {
    position: static;
    visibility: visible;
    width: 13.75rem;
    height: auto;
  }
  .header-search.header-search-open {
    width: 13.75rem;
  }
}

.header-search-open {
  height: auto;
  width: 100%;
  visibility: visible;
}

.header-search-form {
  position: relative;
  margin: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  padding: 0.625rem;
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  -webkit-transition: -webkit-transform .15s ease-out;
  transition: -webkit-transform .15s ease-out;
  transition: transform .15s ease-out;
  transition: transform .15s ease-out, -webkit-transform .15s ease-out;
}

.header-search-open .header-search-form {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (min-width: 48rem) {
  .header-search-form {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0s ease-out;
    transition: -webkit-transform 0s ease-out;
    transition: transform 0s ease-out;
    transition: transform 0s ease-out, -webkit-transform 0s ease-out;
    padding: 0;
    background: none;
    border-bottom: none;
  }
}

.header-search-trigger {
  width: 2.8125rem;
  height: 3.125rem;
  padding: 0;
  background: transparent;
  color: #c41230;
}

.header-search-trigger:hover {
  background: transparent;
  color: #9a132b;
}

@media (min-width: 48rem) {
  .header-search-trigger {
    display: none;
  }
}

.header-search-trigger-icon {
  margin: auto;
}

.header-search-trigger-icon .icon {
  width: 1.25rem;
  height: 1.25rem;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .header-search-trigger-icon {
    margin: 0;
  }
}

.header-search-input {
  height: 1.625rem;
  padding-right: 2rem;
  background: #eeeeee;
  border-color: #eeeeee;
  font-size: 0.75rem;
  color: #606060;
}

.header-search-button {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  height: 1.625rem;
  width: 1.625rem;
  padding: 0;
  text-align: center;
  background: transparent;
  color: #c41230;
}

.header-search-button:hover {
  background: transparent;
  color: #9a132b;
}

@media (min-width: 48rem) {
  .header-search-button {
    top: 0;
    right: 0;
  }
}

.header-search-button-icon .icon {
  width: 0.875rem;
  height: 0.875rem;
}

@media (min-width: 48rem) {

  .header-account {
    padding: 0 0.25rem;
    margin: 0 0.25rem;
  }

  .header-account-border {
    border-right: 1px solid #eeeeee;
  }
}

.header-account-link:not(.member-price-cta) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2e2e2e;
  padding: 0;
  cursor: pointer;
}

.header-account-link-size {
  width: 2.8125rem;
  height: 3.125rem;
}

.d2cdp-header-checkout .header-account-link-size {
  height: 1.625rem;
  width: auto;
}

.header-account-link:hover {
  color: #9a132b;
}

@media (min-width: 48rem) {
  .header-account-link {
    width: auto;
    height: 1.625rem;
    padding: 0 0.5rem;
  }
}

.header-account-icon .icon {
  width: 1.25rem;
  height: 1.25rem;
}

@media (min-width: 48rem) {
  .header-account-icon {
    margin-right: 0.25rem;
  }
  .header-account-icon .icon {
    width: 0.875rem;
    height: 0.875rem;
  }
}

.header-account-link-text {
  display: none;
}

@media (min-width: 48rem) {
  .header-account-link-text {
    display: inline-block;
  }
}

.header-account-menu-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2e2e2e;
  padding: 0;
  width: 2.8125rem;
  height: 3.125rem;
}

.header-account-menu-link:hover {
  color: #9a132b;
}
@media (min-width: 48rem) {
  .header-account-menu-link {
    display: none;
  }
}

.header-account-menu-trigger {
  display: none;
  padding: 0;
  text-transform: none;
  font-weight: 400;
  background: transparent;
  color: #2e2e2e;
  font-size: 0.75rem;
  height: 1.625rem;
}

@media (min-width: 48rem) {
  .header-account-menu-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-account-menu-trigger:hover {
  background: transparent;
  color: #9a132b;
}

.header-account-menu-trigger-icon {
  margin-right: 0.25rem;
}

.header-account-menu-trigger-icon .icon {
  width: 0.875rem;
  height: 0.875rem;
}

.header-account-menu-drop-icon {
  margin-left: 0.25rem;
  color: #c41230;
}

.header-account-menu-drop-icon .icon {
  width: 0.625rem;
  height: 0.625rem;
}

.header-account-menu {
  position: relative;
  display: block;
}

.header-account-menu-panel {
  position: absolute;
  top: 75%;
  right: 0.75rem;
  overflow: hidden;
  height: 0;
  width: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-top: 1px solid #eeeeee;
}

@media (min-width: 48rem) {
  .header-account-menu-panel {
    top: 105%;
    right: 0;
  }
}

.header-account-menu-open .header-account-menu-panel {
  height: auto;
  width: auto;
  min-width: 8.75rem;
  visibility: visible;
}

.header-account-nav {
  border: 1px solid #eeeeee;
  border-top: none;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform .15s ease-out;
  transition: -webkit-transform .15s ease-out;
  transition: transform .15s ease-out;
  transition: transform .15s ease-out, -webkit-transform .15s ease-out;
}

.header-account-menu-open .header-account-nav {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.header-account-nav-item {
  display: block;
  padding: 0.5rem;
  background: #ffffff;
  color: #c41230;
}

.header-account-nav-item:hover, .header-account-nav-item:focus {
  outline: none;
  color: #ffffff;
  background: #c41230;
}

.header-cart {
  position: relative;
}

@media (max-width: 63.9375rem) {
  .header-cart-desktop {
    display: none;
  }
}

@media (max-width: 47.9375rem) {
  .header-cart-desktop {
    display: none;
  }
}

.header-cart-trigger {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0;
  background: transparent;
  color: #2e2e2e;
  width: 2.8125rem;
  height: 3.125rem;
}

.header-cart-trigger:hover {
  background: transparent;
  color: #9a132b;
}

@media (min-width: 48rem) {
  .header-cart-trigger {
    width: 1.625rem;
    height: 1.625rem;
  }
}

.header-cart-trigger-icon {
  margin: auto;
}

.header-cart-trigger-icon .icon {
  width: 1.25rem;
  height: 1.25rem;
}

@media (min-width: 48rem) {
  .header-cart-trigger-icon .icon {
    width: 1.0625rem;
    height: 1.0625rem;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .header-cart-trigger-icon {
    margin: 0;
  }
}

.header-cart-item-count {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #c41230;
  color: #ffffff;
  border: 2px solid #ffffff;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 100%;
  font-size: 0.4375rem;
  line-height: 1;
  overflow: hidden;
  -webkit-transform: translate(-10%, 25%);
  transform: translate(-10%, 25%);
}

@media (min-width: 48rem) {
  .header-cart-item-count {
    -webkit-transform: translate(25%, -25%);
    transform: translate(25%, -25%);
  }
}

.header-cart-item-count.zero-items {
  display: none;
}

.header-cart-item-count-value {
  margin: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .header-cart-item-count-value {
    margin: 0;
  }
}

@media (min-width: 64rem) {
  .header-cart-mobile {
    display: none;
  }
}

.header-menu-trigger {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 2.8125rem;
  height: 3.125rem;
  outline: 0;
}

@media (min-width: 48rem) {
  .header-menu-trigger {
    height: 4.375rem;
    width: 4.375rem;
  }
}

@media (min-width: 64rem) {
  .header-menu-trigger {
    display: none;
  }
}

.header-menu-trigger.header-menu-trigger-open {
  background: #eeeeee;
  color: #c41230;
}

.header-menu-trigger.header-menu-trigger-open .icon {
  display: none;
}

.header-menu-trigger.header-menu-trigger-open .icon-close {
  display: block;
}

.header-menu-trigger-icon {
  margin: auto;
}

.header-menu-trigger-icon .icon {
  width: 1.25rem;
  height: 1.25rem;
}

@media (min-width: 48rem) {
  .header-menu-trigger-icon .icon {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}

.header-menu-trigger-icon .icon-close {
  display: none;
  width: 1rem;
  height: 1rem;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .header-menu-trigger-icon {
    margin: 0;
  }
}

.header-checkout {
  padding-right: 0;
}

.header-checkout .header-bar {
  height: 3.125rem;
}

@media (min-width: 48rem) {
  .header-checkout .header-bar {
    height: 4.375rem;
  }
}

@media (min-width: 48rem) {
  .header-checkout .header-logo {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%;
  }
}

@media (min-width: 64rem) {
  .header-checkout .header-logo {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}

.header-checkout .header-slot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 48rem) {
  .header-checkout .header-slot {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    max-width: 70%;
  }
}

@media (min-width: 64rem) {
  .header-checkout .header-slot {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.header-checkout .header-slot-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: none;
}

.header-checkout .header-language {
  display: none;
}

@media (min-width: 48rem) {
  .header-checkout .header-language {
    display: block;
  }
}

.cookie-consent {
  display: none;
  background-color: #eeeeee;
  padding: 0.625rem 0;
}

.cookie-consent-active {
  display: block;
}

.cookie-consent-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 48rem) {
  .cookie-consent-content {
    padding: 1.25rem;
  }
}

.cookie-consent-text {
  font-weight: bold;
  padding-right: 3.75rem;
}

@media (max-width: 47.9375rem) {
  .cookie-consent-text {
    font-size: 0.5rem;
    padding-right: 1.875rem;
  }
}

@media (max-width: 47.9375rem) {
  .cookie-consent-trigger {
    height: 1.875rem;
    width: 1.875rem;
    font-size: 0.5rem;
  }
}

.email-header {
  margin-top: 1rem;
}

@media (max-width: 47.9375rem) {
  .email-header-links {
    font-size: 0.75rem;
  }
}

.email-header-bar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 1.875rem;
}

@media (max-width: 63.9375rem) {
  .email-header-bar {
    padding: 1.25rem 1.875rem;
  }
}

@media (max-width: 47.9375rem) {
  .email-header-bar {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 47.9375rem) {
  .email-header-links {
    font-size: 0.75rem;
  }
}

@media (max-width: 47.9375rem) {
  .email-header-logo {
    max-width: 60%;
  }
}

.header-suggestions-open {
  overflow: visible;
}

.header-suggestions-panel {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  background: #f4f6f7;
  border: 1px solid #b3b3b3;
  display: none;
}

.header-suggestions-open .header-suggestions-panel {
  display: block;
}

@media (min-width: 48rem) {
  .header-suggestions-panel {
    left: auto;
    margin-top: 2px;
  }
}

.header-suggestions-panel {
  min-width: 18.75rem;
  padding-top: .9375rem;
  padding-bottom: .9375rem;
}

.header-suggestions-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0.75rem;
  padding-left: .9375rem;
}

.header-suggestions-icon {
  -ms-flex-preferred-size: 1.875rem;
  flex-basis: 1.875rem;
  min-width: 1.875rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #c41230;
}

.header-suggestions-icon .icon {
  width: 1.25rem;
  height: 1.25rem;
}

.header-suggestions-term {
  font-size: 0.75rem;
}

.header-suggestions-term-value {
  font-weight: 700;
}

.header-suggestions-item {
  font-size: 0.75rem;
  padding-right: .9375rem;
  padding-left: .9375rem;
}

.header-suggestions-item + .header-suggestions-item {
  padding-top: 0.5rem;
}

.header-suggestions-highlight {
  background: none;
  font-weight: 700;
  font-family: 'HelveticaNeue-Bold', sans-serif;
  color: currentColor;
}

.header-suggestions-link {
  font-weight: 400;
}

.header-suggestions-bottom {
  padding-top: 0.75rem;
  text-align: center;
}

.header-suggestions-button {
  font-size: 0.625rem;
  height: 1.875rem;
}

.livechat.header-menu-trigger.header-menu-trigger-open {
    background: none;
    color: inherit;
    width: auto;
    height: auto;
}

.megamenu-item:hover .megamenu-panel-trigger {
  color: #2e2e2e;
}
.megamenu-item.megamenu-item-active:hover .megamenu-panel-trigger {
  color: #ffffff;
}

.banner-margin-bottom-1{
  margin-bottom: 1rem;
}

.error-page .cq-dd-image {
  width: auto;
  padding-right: 0.5rem;
}

.d2cdp-header-checkout {
  padding-right: 0;
  border-bottom: 0.0625rem solid #c41239;
  padding-bottom: 0.625rem;
  padding-top: 1.875rem;
}

.d2cdp-header-checkout .checkout-main-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.d2cdp-header-checkout .checkout-logo {
  order: 1;
}

.d2cdp-header-checkout .checkout-guest-disclaimer {
  margin: 0;
  padding: 0 0 1rem;
  flex-basis: 100%;
  order: 4;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1em;
  text-align: center;
}


.checkout-account {
  order: 3;
  margin-left: auto;
  text-align: right;
  padding-bottom: 0.625rem;
}

@media all and (min-width: 26.5625rem) {
  .d2cdp-header-checkout .checkout-guest-disclaimer {
    padding: 0 0 0.5rem 1rem;
    flex-basis: auto;
    order: 2;
    text-align: left;
  }

  html[data-site='kitchenaid'] .d2cdp-header-checkout .checkout-guest-disclaimer {
    padding-bottom: 0;
  }
}

@media all and (min-width: 48rem) {
  .d2cdp-header-checkout .checkout-guest-disclaimer {
    font-size: 3rem;
  }

  html[data-site='kitchenaid'] .d2cdp-header-checkout .checkout-guest-disclaimer {
    font-size: 2rem;
  }
}

@media all and (min-width: 64rem) {
  .d2cdp-header-checkout .checkout-guest-disclaimer {
    font-size: 1.5rem;
  }

  .d2cdp-header-checkout .checkout-main-info {
    align-items: center;
  }
}

.inner-info {
  font-size: x-small;
  padding-top: 0.125rem;
}

.inner-info a:first-child {
  font-weight: bold;
}

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

.contact-info-header {
  font-size: small;
  font-weight: bold;
  text-transform: uppercase;
}

.contact-info-container {
  display: flex;
  padding-top: 1rem;
  align-items: baseline;
  justify-content: flex-end;
}

.contact-info-container > * {
  padding: 0 0.625rem;
}

.contact-info-column {
  text-align: left;
}

.d2cdp-header-checkout a.header-account-link {
  padding-right: 0;
}

.d2cdp-header-checkout div.header-chat {
  display: none;
}

.d2cdp-header-checkout .header-account-menu-trigger {
  display: inline-flex;
}

.d2cdp-header-checkout .header-account-nav {
  text-align: left;
  font-size: 0.75rem;
}

.checkout-help {
  display: none;
}

.checkout-help-link {
  font-weight: bold;
}

.help-modal-inner-info {
  text-align: left;
  padding: 0.625rem 0 0.625rem 0;
}

.help-modal-inner-info a:first-child {
  font-weight: bold;
}

@media screen and (max-width: 62rem) {
  .checkout-help-info,
  .d2cdp-header-checkout .header-account-menu-link {
    display: none;
  }

  .checkout-help {
    display: block;
    text-align: center;
  }
}

.active-suggestion {
  background-color: #D8D8D8 !important;
}

.mobile-header-myAccount{
	display:block;
	width:1px;
	height:1px;
	visibility:hidden;
}
/*# sourceMappingURL=header.css.map */

.back-to-top-trigger {
  position: fixed;
  bottom: 1rem;
  right: 1.5rem;
  z-index: 11;
  height: auto;
  padding: 0.9375rem;
  background-color: #f5f5f5;
  color: #c41230;
}

.back-to-top-trigger.hidden {
  display: none;
}

.back-to-top-trigger.bottom-3 {
  bottom: 3rem;
}

.back-to-top-trigger:hover {
  background-color: #f5f5f5;
  color: #9a132b;
}

.back-to-top-trigger:focus-visible {
  outline-width: 0.125rem;
  outline-offset: 0.125rem;
}

.back-to-top-trigger .icon {
  width: 1.25rem;
  height: 1.25rem;
}

/*# sourceMappingURL=back-to-top.css.map */

.footer {
  background-color: #ffffff;
  padding: 1rem 0 2rem;
  margin-top: 1rem;
}

.footer .form-submit-error,
.footer .form-submit-success {
  margin: .25rem 0;
}

.footer .form-submit-error-on {
  display: inline-block;
  width: 100%;
}

.footer-col-lg {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
}

.footer-cta-box {
  padding-bottom: 1rem;
}

@media (min-width: 48rem) {
  .footer-cta-box {
    border-bottom: 0.125rem solid #b3b3b3;
  }
}

.footer-cta-link {
  display: block;
  color: #2e2e2e;
}

.footer-media-icon {
  width: 1.2rem;
  height: 1rem;
  display: inline-block;
}

.footer-media-icon img {
  width: 100%;
}

.footer-media-image {
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}

.footer-cta-title,
.footer-socialmedia-title {
  font-weight: 700;
  font-size: 0.8125rem;
  text-transform: uppercase;
}

@media (max-width: 47.9375rem) {
  .footer-cta-title {
    padding-top: 0.625rem;
  }
}

.footer-media-cell-col-container {
  -ms-flex-item-align: center;
  align-self: center;
}

.footer-cta-title {
  text-align: center;
}

.footer-socialmedia-title {
  padding: 1.25rem 0;
}

.footer-social {
  padding: 0 1.875rem;
}

@media (max-width: 47.9375rem) {
  .footer-social {
    padding: 1.25rem 1.25rem 0 0;
  }
}

.footer-socialmedia-icons a {
    float: left;
    margin-right: 0.525rem;
}

.footer-socialmedia-icons a:focus-visible {
  outline-width: 0.125rem;
  outline-offset: 0.125rem;
}

@media (max-width: 47.9375rem) {
  .footer-media-cell,
  .footer-cta-cell,
  .footer-sign-up-cell {
    padding: 0.625rem;
  }
}

.footer-cta-row {
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer-cta-cell-img {
  display: block;
  margin: auto;
  padding-bottom: 1.25rem;
}

.footer-implinks-box {
  padding: 1rem 0;
  border-bottom: solid 0.0625rem #eeeeee;
}

@media (min-width: 48rem) {
  .footer-implinks-box {
    border-top: solid 0.0625rem #eeeeee;
  }
}

.footer-implinks-title {
  font-size: 0.8125rem;
}

.footer-disclaimer-box {
  margin-top: 1rem;
  padding-bottom: 2rem;
  font-size: 0.625rem;
  font-weight: 400;
}

.footer-disclaimer-box sup {
  font-size: 0.5rem;
  top: -.35em;
}

.footer-implinks-cell {
  margin-top: 1rem;
  display: inline-block;
  font-size: 0.8125rem;
  color: #2e2e2e;
}

.footer-accordion-tab {
  position: relative;
  margin-bottom: 0.0625rem;
  width: 100%;
}

@media (max-width: 47.9375rem) {
  .footer-accordion-tab {
    border-top: 0.0625rem solid #eeeeee;
    overflow: hidden;
  }
}

.footer-accordion-tab-content {
  font-size: 0.8125rem;
  -webkit-transition: max-height .35s;
  transition: max-height .35s;
}

@media (max-width: 47.9375rem) {
  .footer-accordion-tab-content {
    max-height: 0;
    overflow: hidden;
  }
}

.footer-accordion-tab-item {
  padding: .5rem 0;
}

.footer-accordion-link {
  color: #2e2e2e;
  display: table;
  font-size: 12px;
  font-family: "Helvetica LT W01 Regular",Arial,sans-serif;
  margin-left: 0.125rem;
}

@media (min-width: 48rem) {
  .footer-accordion-col {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
    padding-left: .625rem;
    padding-right: .625rem;
  }
}

.footer-accordion-box {
  margin-top: 2rem;
  margin-bottom: 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-accordion-checkbox {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.footer-accordion-title {
  position: relative;
  display: block;
  text-align: left;
  font-weight: 700;
  line-height: 1.75;
  color: #2e2e2e;
  font-size: 0.875rem;
}

@media (max-width: 47.9375rem) {
  .footer-accordion-title {
    cursor: pointer;
    padding: 0 .625rem;
  }
}

.footer-accordion-link:focus-visible,
.footer-implinks-cell:focus-visible,
.footer-accordion-title:focus-visible {
  outline-width: 0.125rem;
  outline-offset: -0.125rem;
}

.footer-accordion-title:after {
  position: absolute;
  right: .625rem;
  top: 0.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  text-align: center;
}

@media (max-width: 47.9375rem) {
  .footer-accordion-checkbox:checked ~ .footer-accordion-tab-content {
    max-height: none;
    padding: .625rem;
  }
}

.footer-accordion-checkbox[type=checkbox] + .footer-accordion-title::after {
  content: none;
}

@media (max-width: 47.9375rem) {
  .footer-accordion-checkbox[type=checkbox] + .footer-accordion-title::after {
    width: 0.625rem;
    height: 0.625rem;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@media (max-width: 47.9375rem) {
  .footer-accordion-checkbox[type=checkbox]:checked + .footer-accordion-title {
    border-bottom: 0.0625rem solid #eeeeee;
  }
}

.footer-accordion-checkbox[type=checkbox]:checked + .footer-accordion-title:after {
  -webkit-transform: rotate(270deg) translate(-49%, 0);
  transform: rotate(270deg) translate(-49%, 140%);
  -webkit-transform-origin: -0.625rem 1rem;
  transform-origin: -0.625rem 1rem;
}

@media (max-width: 47.9375rem) {
  .footer-accordion-last {
    border-bottom: 0.0625rem solid #eeeeee;
  }
}

.footer-media-cell-container-top {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

@media (max-width: 63.9375rem) {
  .footer-media-cell-container-top {
    display: none;
  }
}

.footer-media-cell-container-bottom {
  display: none;
}

@media (max-width: 63.9375rem) {
  .footer-media-cell-container-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer-sign-up-email {
   float: left;
  padding-right: 7.375rem;
  margin-bottom: 0.5rem;
}

.footer-sign-up-email + .form-error-items {
  float: left;
  margin-bottom: 0.25rem;
}

.footer-sign-up-submit {
  color: #c41230;
  font-weight: 500;
  background: none;
  position: absolute;
  right: 1px;
  top: 0;
}

.footer-sign-up-title {
  font-weight: 700;
  font-size: 0.8125rem;
  text-transform: uppercase;
  padding-bottom: .5rem;
}

.footer-media-cell {
  width: 100%;
}

@media (min-width: 48rem) and (max-width: 63.9375rem) {
  .footer-media-cell {
    padding: 0.625rem;
  }
}

@media (max-width: 47.9375rem) {
  .footer-sign-up-cell {
    padding-top: 1rem;
  }
}

.footer-sign-up-cell .form-checkbox-text {
  font-size: 0.8125rem;
}

.g-row.footer-social-centered {
  text-align: center;
}

@media (min-width: 48rem){
  .g-row.footer-social-centered {
    text-align: inherit;
  }
}

.footer-implinks-item {
  flex-basis: auto;
  max-width: none;
}

#footer-sign-up {
  display: -ms-inline-flexbox;
  -ms-flex-wrap: wrap;
  position: relative;
}

.d2cdp-footer-checkout {
  text-align: center;
  margin-top: 2rem;
}

.d2cdp-footer-implinks-box {
  padding: 1rem 0;
}

.align-center {
  justify-content: center;
}

.sr-only, .sr-content {
	position: absolute; 
	width: 1px; 
	height: 1px; 
	padding: 0; 
	margin: -1px; 
	overflow: hidden; 
	clip: rect(0, 0, 0, 0); 
	border: 0;
}

@media (min-width: 768px) {
 .mobile-footer-label, .footer-accordion-checkbox { 
	display:none;
  }
}

@media (max-width: 767px) {
 .desktop-footer-heading { 
	display:none;
  }
}

.ot-sdk-show-settings {
	cursor: pointer;
}

.footer__cross-site-navigation {
  display: flex;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 6.25rem;
  background: #f5f5f5;
}

@media (max-width: 767px) {
  .footer__cross-site-navigation {
    display: none;
  }
}

.footer__cross-site-navigation-item {
  display: inline-flex;
  width: fit-content;
  border-top: .125rem solid transparent;
  border-bottom: .125rem solid transparent;
  height: 1.5rem;
  transition: all 0.2s ease;
  position: relative;
}

.footer__cross-site-navigation-item:after {
  position: absolute;
  width: 100%;
  content: ' ';
  bottom: -0.5rem;
  border-bottom: .25rem solid transparent;
  transition: all 0.2s ease;
}

.footer__cross-site-navigation-item.active:after {
  border-bottom: .25rem solid #c41230;
}

.footer__cross-site-navigation-brands-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 1rem;
  align-content: center;
  text-transform: uppercase;
  font-family: "Avenir-Heavy", "Avenir", sans-serif;
}

.footer__cross-site-navigation-link {
  cursor: pointer;
  margin: auto 0;
}

.footer__cross-site-navigation-img {
  min-height: 1rem;
}

.footer__cross-site-navigation-img:focus-visible {
  outline-width: .125rem;
}
/*# sourceMappingURL=footer.css.map */

.header-user-location {
  margin-right: 1.5rem;
}

.header-user-location-icon {
  display: inline-block;
  margin: auto;
  vertical-align: middle;
  height: 1.75rem;
}

.header-user-location-link {
  display: flex;
  align-items: center;
  background: transparent;
  text-transform: none;
  height: auto;
  padding: 0;
}

.header-user-location-link:hover {
  text-decoration: underline !important;
  background: transparent;
}

.header-user-location-link span {
  padding-top: 0.125rem;
}

.header-user-location-label {
  padding-right: 0.3125rem;
}

.location-modal-header {
  text-transform: uppercase;
  font-size: large;
  font-weight: bold;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

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

.close-button-wrapper {
  top: -4.375rem;
  right: -2.5rem;
}

.label-wrapper {
  padding-bottom: 0.3125rem;
}

.modal-close-button {
  padding: 0 1rem;
}

.location-modal-button {
  position: relative;
  height: 2rem;
  margin-top: 1rem;
  width: 100%;
  outline: 0;
}

.location-modal-button:disabled{
  background-color: gray;
  cursor: default;
}

.location-modal-input {
  border: 0.0625rem solid #cccccc;
  line-height: 1.75rem;
  width: 100%;
  padding: 0 0.3125rem 0 0.3125rem;
}

.location-modal-description {
  font-size: larger;
  display: inline-block;
  padding: 0.625rem 0 0.625rem 0;
}

.location-wrapper {
  display: inline-block;
  position: relative;
}

.zip-code-required {
  border-color: red;
}

.zip-code__label {
  font-size: x-small;
  font-weight: bold;
}

.zip-code__label:before {
  content: "*";
}

.zip-code-error-wrapper{
  position: relative;
  padding-top: 0.3125rem;
}

.zip-code-error {
  display: none;
  position: relative;
  color: red;
  padding-top: 0.125rem;
  font-size: x-small;
}

.zip-code-error__icon {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  color: white;
  background-color: red;
  height: 0.625rem;
  width: 0.625rem;
}

/* Spinner */
.zip-loader,.wp-loader {
  display: none;
  position: absolute;
  top: 1.55rem;
  left: 0;
  border: 0.4rem solid #f3f3f3;
  border-top: 0.4rem solid #c41239;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  animation: loadspin 2s linear infinite;
}

.suggestion-message {
  color: red;
  font-size: small;
}

.suggestion-button {
  width: 100%;
  height: 2rem;
}

@-webkit-keyframes loadspin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loadspin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.zip-resolved-checkmark {
  color: #5c700e;
  display: none;
  position: absolute;
  top: 1.8rem;
  left: 0;
}

@media screen and (max-width: 62rem) {
  .close-button-wrapper {
    top: -4.0625rem;
    right: -2.1875rem;
  }
}

@media screen and (max-width: 48rem) {
  .close-button-wrapper {
    top: -3.4375rem;
    right: -0.9375rem;
  }
}


.cart-mini {
  position: absolute;
  right: 0;
  border: 0.0625rem solid #ffffff;
  background-color: #ffffff;
  padding: 0 0.625rem;
  z-index: 21;
  display: none;
}

.cart-mini__title-text{
	font-size : 12px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cart-mini {
    min-width: 18.75rem;
  }
}

.cart-mini .hidden , .cart-i18dictionary{
  display: none;
}

.cart-mini-section {
  border-bottom: 0.0625rem solid #b3b3b3;
  padding: 0.5rem 0;
}

.cart-mini__empty-state-msgbox {
  padding: 0.5rem 0.3125rem;
  background-color: #d8d8d8;
  border: #797979 solid 0.0625rem;
  color: #797979;
  width: 18.75rem;
  white-space: normal;
}

.cart-mini__empty-state-msgbox .trigger-modal {
  cursor: pointer;
}

.cart-mini__empty-state-msgbox--big-text {
  font-size: 1.25rem;
  margin-bottom: 0.3125rem;
}

.cart-mini-section--last {
  margin-top: 1.25rem;
}

.cart-mini__title {
  line-height: 1.75rem;
  font-weight: bold;
}

.cart-mini__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-mini__prod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.cart-mini__prod-img {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 20%;
  flex: 1 0 20%;
  width: 3.75rem;
}

.cart-mini__prod-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 60%;
  flex: 1 0 60%;
  padding: 0 0.5rem;
  width: 10.625rem;
}

.cart-mini__prod-title {
  white-space: normal;
  font-size: 0.75rem;
  line-height: 1.2;
  margin-bottom: 0.3125rem;
  height: 2.6rem;
  overflow: hidden;
}

.cart-mini__prod-title a{
	display: inline-block;
    max-height: 2.6rem;
    line-height: 1.2;
    overflow: hidden;
}

.cart-mini__prod-mdl {
  margin-bottom: 0.3125rem;
}

.cart-mini__prod-price {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  /* flex: 1 0 auto; */
  /* flex: 1 0 20%; */
  white-space: normal;
  width: 57px;
}

.cart-mini__prod-qty--sqr {
  height: 1rem;
  width: 1rem;
  border: 1px solid #2e2e2e;
  text-align: center;
}

.cart-mini__prod-qty--green {
  color: #5c700f;
}

.cart-mini__prod-price--text {
  text-align: right;
  font-weight: bold;
}

.cart-mini__other--subtot {
  text-align: right;
  font-weight: bold;
}

.cart-mini__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-mini__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.25rem;
}

.cart-mini__total--label {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

.cart-mini__total--amt {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: right;
}

.cart-mini__total--label-bld {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  font-weight: bold;
}

.cart-mini__total--amt-bld {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-weight: bold;
  text-align: right;
}

.cart-mini__total--promo {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  white-space: pre-wrap;
  flex: 1 1 100%;
}

.cart-mini__cta-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0.9375rem 0;
}

.cart-mini__btn {
  font-size: 0.625rem;
}

.cart-mini__btn:nth-child(2) {
  margin-left: 0.625rem;
}

.cart-mini_promo-area {
  position: absolute;
  right: 0;
  width: 100%;
  height: auto;
}

.cart-mini_promo-area img {
  width: 100%;
}

.cart-mini-lazyload {
  width: 25px;
  height: 25px;
  margin: 20px auto 0;
}

.cart-mini__cta-btns.cart-mini-empty {
  display: block;
  text-align: center;
}

.cart-mini__prod-img img {
    max-height: 6.25rem;
    margin: auto;
}
/*# sourceMappingURL=cart-mini.css.map */

.mm-cart-mini {
  position: absolute;
  right: 0;
  border: 1px solid #cecece;
  background-color: #eee;
  z-index: 21;
  display: none;
  top: 56px;
  padding: 20px;
  min-width: 338px;
  margin-top: 1px;
}

@media (min-width: 992px) {
  .mm-cart-mini {
    top: 48px;
  }
}

@media (min-width: 1024px) {
  .mm-cart-mini {
    top: 56px;
  }
}

.mm-cart-mini-section.mm-cart-mini-empty span{
  text-align: left;
    display: block;
}

.mm-cart-mini:hover .mm-cart-mini__prod-info .mm-cart-mini__prod-title a{
  color: #2E2E2E !important;
}

.mm-cart-mini__title-text{
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 17px;
  font-family: "Avenir-Black", "Avenir", sans-serif;
  text-transform: uppercase;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mm-cart-mini {
    min-width: 18.75rem;
  }
}

.mm-cart-mini .hidden , .cart-i18dictionary{
  display: none;
}

.mm-cart-mini__empty-state-msgbox {
  padding: 26px 0px 0px 0px;
  font-size: 14px;
  line-height: 19px;
  color: #2E2E2E;
}

.mm-cart-mini__empty-state-msgbox--big-text {
  font-size: 14px;
  line-height: 19px;
  color: #2E2E2E;
  text-align: left;
  margin-bottom: 25px;
}

.mm-cart-mini__title {
  text-align: left;
}

.mm-cart-mini__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #eeeeee;
  margin-bottom: 20px;
}

.mm-cart-mini__count span{
  font-size: 12px;
}

.mm-cart-mini__prod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-left: -20px;
  margin-right: -20px;
  background-color: #fff;
  padding: 20px;
  border-bottom: 1px solid #b3b3b3;
}

.mm-cart-mini__prod-img {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 20%;
  flex: 1 0 20%;
  width: 20%;
}

.mm-cart-mini__prod-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 60%;
  flex: 1 0 60%;
  padding: 0 10px;
  width: 60%;
  text-align: left;
  font-size: 12px;
}

.mm-cart-mini__prod-title {
  white-space: normal;
  font-size: 0.75rem;
  line-height: normal;
  margin-bottom: 0.3125rem;
  height: auto;
  /* overflow: hidden; */
}

.mm-cart-mini__other--label{
  font-size: 0.75rem;
  margin-bottom: 0px;
}

.mm-cart-mini__prod-title a {
  line-height: normal;
  text-align: left !important;
  color: #2e2e2e !important;
  font-family: "Avenir-Heavy", "Avenir", sans-serif;
}

.mm-cart-mini__prod-title a:hover {
  color: #c41230 !important;
}

.mm-cart-mini__prod-mdl {
  margin-bottom: 0px;
  font-size: .75rem;
  line-height: 15px;
}

.mm-cart-mini__prod-qty{
  font-family: "Avenir-Heavy", "Avenir", sans-serif;
}

.mm-cart-mini__prod-qty--sqr {
  height: 1rem;
  width: 1rem;
  border: 0px;
  text-align: center;
  background: transparent;
  font-family: "Avenir-Black",sans-serif;
  opacity: 1;
  color: #000;
}

.mm-cart-mini__prod-price {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 20%;
  white-space: normal;
  word-break: break-word;
  width: 20%;
  display: flex;
  align-items: flex-end;
  align-items: flex-end;
  justify-content: flex-end;
  min-width: max-content;
}

.mm-cart-mini__prod-qty--green {
  color: #5c700f;
}

.mm-cart-mini__prod-price--text {
  font-family: "Avenir-Heavy", "Avenir", sans-serif;
  font-size: 12px;
}

.mm-cart-mini__other--subtot {
  text-align: right;
  font-weight: bold;
  font-size: 0.75rem;

}

.mm-cart-mini__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

.mm-cart-mini__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.25rem;
  border-top: 1px solid #b3b3b3;
  margin-top: 10px;
  padding-top: 10px;
  margin-bottom: 20px;

}

.mm-cart-mini__total--label {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

.mm-cart-mini__total--amt {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: right;
}

.mm-cart-mini__total--label-bld {
  -webkit-box-flex: 1;
  -ms-flex: 1 -1 50%;
  flex: 1 -1 50%;
  font-weight: bold;
  font-size: 0.75rem;
}

.mm-cart-mini__total--amt-bld {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-weight: bold;
  text-align: right;
  font-size: 0.75rem;
}

.mm-cart-mini__total--promo {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  white-space: pre-wrap;
  flex: 1 1 100%;
}

.mm-cart-mini__cta-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1rem;
  background: #eeeeee;
}

.mm-cart-mini__btn {
  font-size: 0.625rem;
}

.mm-cart-mini__btn:nth-child(2) {
  margin-left: 0.625rem;
}

.mm-cart-mini_promo-area {
  position: absolute;
  right: 0;
  width: 100%;
  height: auto;
}

.mm-cart-mini_promo-area img {
  width: 100%;
}

.mm-cart-mini-lazyload {
  width: 30px;
  height: 30px;
  margin: 0px auto;
  margin-bottom: 10px;
}

.mm-cart-mini-lazyload svg{
  font-size: 30px;
}

.mm-cart-mini__cta-btns.mm-cart-mini-empty {
  display: block;
  text-align: center;
} 

.mm-cart-mini__prod-img img {
    max-height: 6.25rem;
    margin: auto;
}
/*# sourceMappingURL=cart-mini.css.map */

.user_links .mm-cart-mini__cta-btns .mm-cart-mini__btn{
  color: #ffffff !important;
}

.mm-cart-mini__btn-cont-shopping{
  display: none;
}

.mm-header-cart-trigger{
  background: transparent;
  padding: 0px;
  width: 100%;
    height: 17px;
    display: block;
}

.mm-header-cart-trigger:hover{
  background: transparent;
}

.mm-header-cart-item-count-value{
  background: #b52b36;
  color: #fff;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 17px;
  top: -8px;
  border-radius: 50%;
  z-index: 999;
  font-size: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  padding-top: 1px;
}

.cart-menu .header-cart-has-items{
  text-align: center;
}

.mm-user-location-mobile{
  display: none;
  font-size: 20px;
  color: red;
 }

@media only screen and (max-width: 991px){
  .cart-menu .header-cart-desktop{
    display: block !important;
  }

  .mm-cart-mini {
    top: 31px;
    right: -65px;
  }

  .cart-menu .header-cart-has-items .user-svg-fill {
    margin-top: 0px !important;
  }

  .mm-header-cart-item-count-value {
    right: -12px;
    top: -9px;
  }

  .cart-menu .checkout-mm-cart-mini-btn{
    display: block !important;
    width: 100%;
    line-height: 47px;
  }

  .cart-menu .mm-cart-mini__prod-title a,
  .cart-menu .mm-cart-mini__prod-img a{
    display: block !important;
  }

  .mm-user-location-mobile{
    display: block;
  }
}
.mm-header-cart-item-count.zero-items {
  display: none;
}

.mm-cart-mini-signinn-link p a{
  color: #c41239 !important;
  font-size: 14px !important;
}

@media only screen and (max-width: 991px){
  .mm-cart-mini {
    min-width: 320px;
  }
}

.mm-cart-mini-section.mm-cart-mini-empty span {
  font-size: 1.25rem;
}

.mm-cart-mini__empty-state-msgbox {
  font-size: 12px;
  text-align: left;
}

.mm-cart-mini__empty-state-msgbox--big-text {
  font-size: 12px;
  text-align: left; 
}

.user-location-modal-box{
  background-color: #eee;
}
/* CSS for new pencil banner */
.pencil_banner_header {
    position: relative;
    text-align: center;
    line-height: 1;
    padding: 15px;
  }

.pencil_banner_header:hover {
  color: #a7373a;
}

.pencil_banner_header::after {
  content: '';
  position: absolute;
  width: 100%;  
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: background-color ease-in .2s;
}

.pencil_banner_header:hover::after {
  background-color: rgba(0,0,0,0.05);
}
  
  .pencil_banner_link {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  
  .pencil_banner_inner_link {
    position: relative;
    display: inline-block;
  }


.pencil_banner_inner_link p {
    font-size: 14px;
    line-height: 1.2;
    line-height: 22px;
    transition: color ease-in .2s;
    padding: 0;
}

.pencil_banner_inner_link a {
  z-index: 3;
  position: relative;
}
.login-user-nav-dropdown {
    min-width: 300px !important;
    max-width: 300px !important;
    top: 57px;
    padding: 15px;
    left: 0px;
    border: 1px solid #cecece;
    background-color: #eee;
    border-top: 1px solid #cecece !important;
}

@media only screen and (max-width: 991px){
    .login-user-nav-dropdown
    {
        left: inherit;
        right: -92px;
        top: 32px;
    }
}

.login-user-headline-dropdown {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.login-user-headline-dropdown h3{
    font-family: "Avenir-Black",sans-serif;
    color: #2C2C2C;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.login-user-nav-dropdown nav{
    padding-left: 20px;
}

.login-user-nav-dropdown nav a{
    background-color: transparent;
    color: #2C2C2C;
    font-size: 14px;
    padding: 0px;
    line-height: 24px;
    text-align: left;
}

.login-user-nav-dropdown nav a:hover{
    color: #c41230;
    background: transparent;
}

.login-user-nav-dropdown a.login-user-signout{
    font-weight: bold !important;
    margin-top: 20px !important;
}

.header-account-nav {
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
}

.header-account-menu-open .header-account-nav {
    -webkit-transform: none !important;
    transform: none !important;
}

.signin-menu:hover .user_links__utilities{
    color: #b52b36;
}

.guest-checkout-signin {
    background: none;
    height: 24px;
    font-weight: normal;
}

.user_links:hover{
    cursor: pointer;
}

.forgot-password {
  max-width: 40rem;
  margin: 0 auto;
}
.forgot-password .page-headline {
  margin-bottom: 1.25rem;
}
.forgot-password-box {
  background: #ffffff;
  padding: 1.25rem;
}
.forgot-password-box #forgot-password-form .registration-form__item.registration-form__recaptcha {
  justify-content: left;
  margin: 1rem 0;
}
.forgot-password-box #forgot-password-form .registration-form__item.registration-form__recaptcha .row {
  margin-left: 0;
}
.forgot-password-box #forgot-password-form .registration-form__item.registration-form__recaptcha .row .g-recaptcha {
  padding-left: 0;
}
.forgot-password-box #forgot-password-form .registration-form__item.registration-form__recaptcha .form-error-items {
  width: 100%;
}

.reset-password {
  max-width: 40rem;
  margin: 0 auto;
}

.reset-password .page-headline {
  margin-bottom: 1.25rem;
}

.reset-password-box {
  background: #ffffff;
  padding: 1.25rem;
}

.reset-password-text {
  margin-top: 1rem;
}

/*# sourceMappingURL=reset-password.css.map */

/* TI styles are part of global.css */
.aem-Grid .row {
  margin-right: -10px;
  margin-left: -10px;
  width: auto;
}
.aem-Grid .column {
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 64rem) {
  .ct-col-lg {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
}

.category-tile {
  position: relative;
  text-align: center;
  padding: 0.625rem;
}

@media (min-width: 48rem) {
  .category-tile {
    padding: 1.25rem;
  }
}

.category-tile-title {
  color: #c41230;
  margin-top: 0.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.category-tile-title a:hover {
  color: #c41230;
  text-decoration: underline;
}

.category-tile-cta-link {
  margin-bottom: 1.25rem;
  width: 80%;
  font-size: 0.75rem;
  min-width: 7rem;
}

@media (max-width: 47.9375rem) {
  .category-tile-cta-link {
    padding: 0 0.625rem;
    width: 70%;

  }
}

@media screen and (min-width: 30rem) {
  .category-tile-cta-link {
    min-width: 9rem;
  }
}


@media screen and (min-width: 70rem) {
  .category-tile-cta-link {
    min-width: 11rem;
  }
}


.category-tile-image-hover {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(47, 43, 42, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.category-tile-show-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*# sourceMappingURL=category-tiles.css.map */

.prd-carousel .page-headline {
  text-align: center;
}

.prd-carousel .small-font-size {
  font-size: .75rem;
  text-transform: capitalize;
}

.prd-carousel__includes {
  display: none;
}

.prd-carousel--wrap {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}

.prd-carousel__prev--btn, .prd-carousel__next--btn {
  height: auto;
  width: 1.5625rem;
  -ms-flex-preferred-size: 1.5625rem;
  flex-basis: 1.5625rem;
  min-width: 1.5625rem;
  background: transparent;
  padding: 0;
  margin: auto;
  visibility: hidden;
  pointer-events: none;
  color: #c41230;
}

.prd-carousel__prev--btn:hover, .prd-carousel__next--btn:hover {
  color: #9a132b;
  background: transparent;
}

.prd-carousel__prev--btn.slick-arrow, .prd-carousel__next--btn.slick-arrow {
  visibility: visible;
  pointer-events: auto;
}

.prd-carousel__prev--btn.slick-hidden, .prd-carousel__next--btn.slick-hidden {
  visibility: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  pointer-events: none;
}

.prd-carousel__prev--btn.slick-disabled, .prd-carousel__next--btn.slick-disabled {
  visibility: hidden;
}

.prd-carousel__prev--btn {
  margin-right: 0.625rem;
}

.prd-carousel__next--btn {
  margin-left: 0.625rem;
}

.prd-carousel__prev--icon, .prd-carousel__next--icon {
  margin: auto;
}

.prd-carousel__prev--icon .icon, .prd-carousel__next--icon .icon {
  width: 2.0625rem;
  height: 2.0625rem;
}

.pdp-sn-list-item a[data-accordion="pdp-accordion-similar"],
.pdp-sn-list-item a[data-accordion="pdp-accordion-other"],
.pdp-sn-list-item a[data-accordion="pdp-accordion-youMayAlsoLike"]{
  display: none;
}

.similar__products__recommendation, .Other__products__recommendation, 
.RecentlyViewed__products__recommendation, .PurchasedDetails__products__recommendation, 
.ir__products__recommendation{
  display: none;
}

.similar__products__recommendation .prd-carousel__saving__hide,
.Other__products__recommendation .prd-carousel__saving__hide {
    visibility: hidden;
    display: block;
}

.prd-carousel__saving__hide {
  display: none;
}

.prd-carousel__member__hide {
  display: none;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .prd-carousel__prev--icon, .prd-carousel__next--icon {
    margin: 0;
  }
}

.prd-carousel__items-list {
  overflow: hidden;
  width: 100%;
}

.prd-carousel__items-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.prd-carousel__items-list:after {
  content: '';
  display: table;
  clear: both;
}

.prd-carousel__item {
  float: left;
  width: 100%;
  display: none;
  margin-top: auto;
  padding: 0 0.3125rem;
}

.prd-carousel__item:first-child() {
  display: block;
}

@media (min-width: 48rem) {
  .prd-carousel__item {
    width: 33.3333333333%;
  }

  .prd-carousel__item:nth-child(-n+3) {
    display: block;
  }
}

@media (min-width: 64rem) {
  .prd-carousel__item {
    width: 25%;
  }

  .prd-carousel__item:nth-child(-n+4) {
    display: block;
  }
}

.prd-carousel__status--sm {
  font-size: 0.75rem;
}

@media (min-width: 48rem) {
  .prd-carousel__status--sm {
    display: none;
  }
  
.similar__products__recommendation .member-price-cta.header-account-link .member-price-cta__text,
.Other__products__recommendation .member-price-cta.header-account-link .member-price-cta__text  {
    margin-left: 0rem;
  }
}

.prd-carousel__status {
  margin-bottom: 1.875rem;
  text-align: center;
}

@media (min-width: 64rem) {
  .prd-carousel__status {
    margin-bottom: 0;
  }

  .prd-carousel svg {
    height: auto;
    max-height: 1em;
  }
}

.prd-carousel__status .slick-dots {
  list-style: none;
  text-align: center;
  margin: auto auto 1.875rem;
  padding: 0;
  width: auto;
  height: auto;
}

.prd-carousel__status .slick-dots li {
  position: relative;
  display: inline-block;
  width: 1.25rem;
  height: auto;
  border-radius: 0.625rem;
  margin: 0 0.3125rem;
  padding: 0;
  cursor: pointer;
}

.prd-carousel__status .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 0.3125rem;
  height: 0.3125rem;
  padding: 0.125rem;
  border: 0.125rem solid #2e2e2e;
  border-radius: 0.25rem;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: transparent;
  margin: 0 auto;
}

.prd-carousel__status .slick-dots li.slick-active button {
  border-color: #c41230;
  background: #c41230;
}

.prd-carousel__product-tile {
  position: relative;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  padding: 1.25rem;
  max-width: 21.25rem;
  margin: 0 auto;
}

.prd-carousel__product-tile__img {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 200px;
}

.prd-carousel__product-tile__img img {
  max-height: 200px;
  max-width: 160px;
  margin: auto;
  height: auto;
  width:auto;
}

.prd-carousel__product-tile__img-link {
  display: block;
  width: 100%;
}

.prd-carousel__product-tile__bdg-list {
  position: absolute;
  padding-right: 0.3125rem;
  right: 0;
  top: 0.3125rem;
}

.prd-carousel__product-tile__bdg {
  display: none;
  clear: both;
  width: 1.875rem;
  height: 1.875rem;
  margin-bottom: 0.3125rem;
}

.prd-carousel__product-tile__bdg img {
  width: 100%;
}

.prd-carousel__product-tile__title {
  margin-top: 0.625rem;
  margin-bottom: 0.3125rem;
  font-size: 1.25rem;
  line-height: 1.2;
  height: 2.59em;
  overflow: hidden;
}

.prd-carousel__product-tile__title--link {
  display: -webkit-box;
  font-size: 1.25rem;
  line-height: 1.2;
  max-height: 2.46em;
  outline: 0 !important;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.prd-carousel__product-tile__detail {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.125rem;
  margin-bottom: 0.5rem;
  height: 3.375rem;
}

.prd-carousel_color {
    display: inline-block;
    line-height: 1.3;
    height: 2.7em;
    overflow: hidden;
}

.prd-carousel__product-tile__reviews {
  height: 1.25rem;
  font-size: 0.75rem;
}

.prd-carousel__product-tile__prices {
  font-weight: 700;
  margin-bottom: -1.25rem;
  min-height: 7rem;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.prd-carousel__product-tile__prices .prd-carousel__urgent-price-message {
  margin-top: .5rem;
  display: flex;
  gap: .25rem;
  font-size: .75rem;
  color: #c41230;
}

.prd-carousel__product-tile__prices .prd-carousel__urgent-price-message svg {
  max-height: unset;
  height: .875rem;
}

.prd-carousel__product-tile__prices--small {
  font-size: 0.625rem;
  line-height: 0.875rem;
  height: 1.125rem;
  font-weight: 400;
  text-decoration: line-through;
}

.prd-carousel__saving {
  color: #5c700e;
  font-size: 0.625rem;
  line-height: 0.687rem;
}

.prd-carousel__saving.hidden {
  display: none;
}

.prd-carousel__product-tile__btn {
  text-align: center;
}

.prd-carousel__product-tile__btn a, .prd-carousel__product-tile__btn button {
  width: 100%;
}

.prd-carousel__product-tile__btn .button {
  padding: 0 1.5rem;
}

.prd-carousel__product-tile__btn .button:focus {
  outline: 2px solid #000000 !important;
  outline-offset: 2px;
  text-decoration: underline !important;
}
.prd-carousel__product-tile__reviews .pdp-tray__stars, .prd-carousel__product-tile__reviews .pdp-tray__goto-rev {
  display: inline-block;
}

.prd-carousel__product-tile__reviews .pdp-tray__goto-rev--txt {
  display: block;
}

.prd-carousel-reviews-stars {
  display: inline-block;
}

.prd-carousel-top-price {
  color: #c41230;
  font-weight: bold;
}

.prd-carousel-top-price.small-font-size {
  width: 120%;
}

.prd-carousel__product-tile__prices .member-price-cta {
  padding: 0;
}

.prd-carousel .bv_review{
  margin-left: 5px;
}

/*# sourceMappingURL=product-carousel.css.map */

/* Stars Rating Similar Products */

.similar__products__recommendation .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: font_awesome !important;
  font-size: 1em;
}

.similar__products__recommendation .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.similar__products__recommendation .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: font_awesome !important;
}

.similar__products__recommendation .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.similar__products__recommendation .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

/* Stars Rating cross sell */

.Other__products__recommendation .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: font_awesome !important;
  font-size: 1em;
}

.Other__products__recommendation .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.Other__products__recommendation .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: font_awesome !important;
}

.Other__products__recommendation .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.Other__products__recommendation .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

/*Tooltip CSS
.Other__products__recommendation a.prd-carousel__product-tile__title--link, .similar__products__recommendation a.prd-carousel__product-tile__title--link {
  position: relative;
}

.Other__products__recommendation a.prd-carousel__product-tile__title--link:hover::before, .similar__products__recommendation a.prd-carousel__product-tile__title--link:hover::before {
  position: fixed;
  left: auto;
  top: 17.9rem;
  background: #eee;
  padding: 0.625rem;
  max-width: 15rem;
  font-size: .6875rem;
  line-height: 1.6;
  z-index: 9999;
  color: #2e2e2e;
  content: attr(data-tooltip);
  text-transform: capitalize;
  white-space: pre-wrap;
}

.Other__products__recommendation a.prd-carousel__product-tile__title--link:hover::after, .similar__products__recommendation a.prd-carousel__product-tile__title--link:hover::after {
  content: '';
  position: fixed;
  top: 17.2rem;
  margin-left: 1.5rem;
  width: 0;
  height: 0;
  display: block;
  border-left: 0.75rem solid transparent;
  border-right: 0.75rem solid transparent;
  border-bottom: 0.75rem solid #eee;
}*/
 
/* Recenetly Viewed products */

@font-face {
  font-family: 'font_awesome';
  font-weight: normal;
  font-style: normal;
  src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"),
    url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),
    url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),
    url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),
    url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}

.RecentlyViewed__products__recommendation .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: font_awesome !important;
  font-size: 1em;
}

.RecentlyViewed__products__recommendation .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.RecentlyViewed__products__recommendation .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: font_awesome !important;
}

.RecentlyViewed__products__recommendation .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.RecentlyViewed__products__recommendation .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

/* Top Rated products */
.clp_top_rated_products_recommendation .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: font_awesome !important;
  font-size: 1em;
}

.clp_top_rated_products_recommendation .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.clp_top_rated_products_recommendation .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: font_awesome !important;
}

.clp_top_rated_products_recommendation .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.clp_top_rated_products_recommendation .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

/* Purchased Deatils products */

.PurchasedDetails__products__recommendation .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: font_awesome !important;
  font-size: 1em;
}

.PurchasedDetails__products__recommendation .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.PurchasedDetails__products__recommendation .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: font_awesome !important;
}

.PurchasedDetails__products__recommendation .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.PurchasedDetails__products__recommendation .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

/* Identity Resolution Details products */

.ir__products__recommendation .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: font_awesome !important;
  font-size: 1em;
}

.ir__products__recommendation .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.ir__products__recommendation .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: font_awesome !important;
}

.ir__products__recommendation .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.ir__products__recommendation .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}


/* Military Kitchen Products */

.mspKitchen__products__recommendation .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: font_awesome !important;
  font-size: 1em;
}

.mspKitchen__products__recommendation .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.mspKitchen__products__recommendation .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: font_awesome !important;
}

.mspKitchen__products__recommendation .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.mspKitchen__products__recommendation .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}


/* Military Laundry Products */

.mspLaundry__products__recommendation .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: font_awesome !important;
  font-size: 1em;
}

.mspLaundry__products__recommendation .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.mspLaundry__products__recommendation .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: font_awesome !important;
}

.mspLaundry__products__recommendation .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.mspLaundry__products__recommendation .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

/* Military Refrigerator Products */

.mspRefrigerator__products__recommendation .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: font_awesome !important;
  font-size: 1em;
}

.mspRefrigerator__products__recommendation .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.mspRefrigerator__products__recommendation .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: font_awesome !important;
}

.mspRefrigerator__products__recommendation .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.mspRefrigerator__products__recommendation .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

/* Military Cooking Products */

.mspCooking .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: font_awesome !important;
  font-size: 1em;
}

.mspCooking .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.mspCooking .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: font_awesome !important;
}

.mspCooking .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.mspCooking .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

/* Military Refrigerator Products */

.mspRefrigerator .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: font_awesome !important;
  font-size: 1em;
}

.mspRefrigerator .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.mspRefrigerator .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: font_awesome !important;
}

.mspRefrigerator .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.mspRefrigerator .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

/* IP Top Sell Products */

.plpIp_top_sell .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: font_awesome !important;
  font-size: 1em;
}

.plpIp_top_sell .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.plpIp_top_sell .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: font_awesome !important;
}

.plpIp_top_sell .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.plpIp_top_sell .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

/* Stars Rating Maytag Cooking */

.mspMtgCooking .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: font_awesome !important;
  font-size: 1em;
}

.mspMtgCooking .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.mspMtgCooking .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: FontAwesome !important;
}

.mspMtgCooking .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.mspMtgCooking .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

/* Stars Rating Maytag Refrigerator */

.mspMtgRefrigerator .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: FontAwesome !important;
  font-size: 1em;
}

.mspMtgRefrigerator .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.mspMtgRefrigerator .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: FontAwesome !important;
}

.mspMtgRefrigerator .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.mspMtgRefrigerator .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

/* Stars Rating Maytag Washers */

.mspMtgWashers .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: FontAwesome !important;
  font-size: 1em;
}

.mspMtgWashers .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.mspMtgWashers .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: FontAwesome !important;
}

.mspMtgWashers .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.mspMtgWashers .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

.clp_topselling_products_recommendation .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: font_awesome !important;
  font-size: 1em;
}

.clp_topselling_products_recommendation .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.clp_topselling_products_recommendation .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: font_awesome !important;
}

.clp_topselling_products_recommendation .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.clp_topselling_products_recommendation .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

@media (max-width: 48rem) {
  #pdp-accordion-similar .pdp-v2-section__title, #pdp-accordion-other .pdp-v2-section__title, #pdp-accordion-sectionRecentlyViewed .pdp-v2-section__title, #pdp-accordion-sectionYouMayLike .pdp-v2-section__title, #pdp-accordion-sectionProfileRecommendation .pdp-v2-section__title, #pdp-accordion-youMayAlsoLike .pdp-v2-section__title {
    font-size: 1.59rem;
    line-height: 1.5;
  }
}

@media (max-width: 1023px) {
  .red-price {
    font-size: 0.8rem !important;
  }
  .prd-carousel__product-tile__prices--small {
    font-size: 0.59rem;
    line-height: 0.875rem;
    height: 1.125rem;
    font-weight: 400;
    text-decoration: line-through;
  }
  .prd-carousel__saving {
    color: #5c700e;
    font-size: 0.59rem;
    line-height: 0.687rem;
  }
}
.megamenu {
  background: #ffffff;
  border-bottom: 1px solid #c41230;
  position: relative;
  z-index: 19;
}

@media (max-width: 63.9375rem) {
  .megamenu {
    display: none;
  }
}

.megamenu-panels {
  position: absolute;
  top: 100%;
  margin-top: 1px;
  background: #ffffff;
  width: 100%;
  display: none;
  z-index: 10;
}

.megamenu-panels-open {
  display: block;
}

.megamenu-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: rgba(46, 46, 46, 0.9);
  display: none;
}

@media (min-width: 64rem) {
  .megamenu-overlay {
    display: block;
  }
}

.megamenu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.megamenu-item {
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  display: flex;
}

.megamenu-panel-trigger {
  display: block;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #2e2e2e;
  text-align: center;
  padding: 0.625rem 0.25rem;
  width: 100%;
}

.megamenu-item-active .megamenu-panel-trigger {
  color: #ffffff;
  background: #c41230;
}

.megamenu-panel {
  display: none;
  padding: 1.5rem 0;
}

.megamenu-panel-open {
  display: block;
}

.megamenu-panel-header {
  margin-bottom: 1rem;
}

.megamenu-panel-header-title {
  font-size: 1rem;
  text-transform: uppercase;
}

.megamenu-panel-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.megamenu-panel-item {
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  position: relative;
  padding: 0.625rem;
}

.megamenu-panel-image {
  max-width: 5rem;
  margin: 0 auto;
}

.megamenu-panel-image img {
  width: 100%;
}

.megamenu-panel-image-link {
  display: block;
}

.megamenu-panel-title {
  text-align: center;
}

.megamenu-panel-title-link {
  display: inline-block;
  color: #2e2e2e;
  font-size: 0.6875rem;
  text-transform: uppercase;
}

.megamenu-panel-title-link:hover {
  color: #2e2e2e;
  text-decoration: underline;
}

.megamenu-subpanel {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  padding: 0.25rem 0;
  background: #ffffff;
  border: 1px solid #eeeeee;
  display: none;
}

.megamenu-subpanel-open {
  display: block;
}

.megamenu-subpanel-link {
  display: block;
  padding: 0.25rem 0.625rem;
  background: #ffffff;
  color: #2e2e2e;
  font-size: 0.6875rem;
  text-transform: uppercase;
}

.megamenu-subpanel-link:hover {
  background: #c41230;
  color: #ffffff;
}

.megamenu-nav {
  position: relative;
  height: 100vh;
  width: 100%;
  background-color: rgba(46, 46, 46, 0);
  z-index: 9000;
  display: none;
  -webkit-transition: background 250ms ease-in;
  transition: background 250ms ease-in;
}

@media (min-width: 48rem) {
  .megamenu-nav {
    top: 4.4375rem;
  }
}

@media (max-width: 63.9375rem) {
  .megamenu-nav.megamenu-nav-open {
    display: block;
  }
}

.megamenu-nav.megamenu-nav-in {
  background-color: rgba(46, 46, 46, 0.9);
  -webkit-transition: background 250ms ease-in;
  transition: background 250ms ease-in;
}

@media (max-width: 63.9375rem) {
  .megamenu-scroll-lock {
    overflow: hidden;
  }
}

.megamenu-nav-panels {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 250ms ease-in;
  transition: -webkit-transform 250ms ease-in;
  transition: transform 250ms ease-in;
  transition: transform 250ms ease-in, -webkit-transform 250ms ease-in;
  height: 100%;
}

@media (min-width: 48rem) {
  .megamenu-nav-panels {
    width: 25.9375rem;
    height: 100%;
  }
}

.megamenu-nav-in .megamenu-nav-panels {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 250ms ease-out;
  transition: -webkit-transform 250ms ease-out;
  transition: transform 250ms ease-out;
  transition: transform 250ms ease-out, -webkit-transform 250ms ease-out;
}

.megamenu-nav-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  z-index: -1;
}

.megamenu-nav-panel-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  z-index: 20;
}

.megamenu-nav-panel-active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  z-index: 20;
}

.megamenu-nav-no-trs {
  -webkit-transition: -webkit-transform 0s ease-out;
  transition: -webkit-transform 0s ease-out;
  transition: transform 0s ease-out;
  transition: transform 0s ease-out, -webkit-transform 0s ease-out;
}

.megamenu-nav-items {
  padding: 0.625rem 1.25rem;
}

.megamenu-nav-back-item,
.megamenu-nav-item {
  display: block;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: #2e2e2e;
  padding: 1rem 0;
  border-bottom: 1px solid #eeeeee;
  font-size: 1rem;
}

.megamenu-nav-panel-trigger {
  padding-right: 1.25rem;
}

.megamenu-nav-panel-trigger:after {
  content: "";
  position: absolute;
  background: url("../../../etc.clientlibs/kitchenaid/clientlibs/global/resources/images/megamenu-caret-right.svg") no-repeat;
  background-position: right;
  background-size: contain;
  width: 0.75rem;
  height: 0.75rem;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.megamenu-nav-back-item {
  padding-left: 2.5rem;
  padding-right: 1.25rem;
  background: #c41230;
  color: #ffffff;
}

.megamenu-nav-back-item:hover {
  background: #9a132b;
  color: #ffffff;
}

.megamenu-nav-back-item:after {
  content: "";
  position: absolute;
  background: url("../../../etc.clientlibs/kitchenaid/clientlibs/global/resources/images/megamenu-caret-left.svg") no-repeat;
  background-position: left;
  background-size: contain;
  width: 0.75rem;
  height: 0.75rem;
  top: 50%;
  left: 1.25rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*# sourceMappingURL=megamenu.css.map */

.compare-bar-container {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10000;
  background-color: #d8d8d8;
}

.compare-bar {
  color: #ffffff;
  text-transform: uppercase;
  padding: 0.75rem 0;
  font-size: 1rem;
}

.compare-bar-collapse-icon {  
  cursor: pointer;
}

.compare-bar-product-tile-container:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 47.9375rem) {
  .compare-bar-tiles-row {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media (min-width: 48rem) and (max-width: 63.9375rem) {
  .compare-bar-tiles-row {
    float: left;
    width: 100%;
  }
}

@media (min-width: 64rem) {
  .compare-bar-tiles-row {
    float: left;
    width: 85%;
  }
}

.compare-bar-product-tile {
  position: relative;
  background-color: #ffffff;
  padding: 1.25rem;
}

@media (max-width: 47.9375rem) {
  .compare-bar-product-tile {
    margin: 1.25rem 1.25rem 0.625rem 0;
    width: 65%;
    display: inline-block;
    white-space: normal;
  }
}

@media (min-width: 48rem) {
  .compare-bar-product-tile {
    margin: 1.25rem 2% 1.25rem 0;
    float: left;
    width: 23%;
  }
}

.compare-bar-title {
  font-weight: bold;
}

.compare-bar-delete-trigger {
  position: absolute;
  top: -0.625rem;
  right: -0.625rem;
  border-radius: 100%;
  padding: 0;
  width: 1.5rem;
  height: 1.5rem;
}

.compare-bar-delete-icon {
  padding: 0;
  display: block;
  width: 0.75rem;
  height: .75rem;
}

.compare-bar-delete-icon .icon-close{
  height: auto;
}

.compare-bar-product-name {
  font-size: .8125rem;
  line-height: 1.2;
  height: 3.6em;
  overflow: hidden;
}

.compare-bar-product-tile img{
	max-height: 4.563em;

}

.compare-bar-product-link {
  display: inline-block;
  line-height: 1.2;
  max-height: 3.75em;
  overflow: hidden;
}

.compare-bar-model {
  margin-top: .9375rem;
  font-size: .625rem;
}

.compare-bar-product-img {
  max-height: 72px;
}

@media (max-width: 63.9375rem) {
  .compare-bar-cta-container {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 40rem) {
	.compare-bar-cta-container {
		text-align: center;
	}
}
@media (min-width: 64rem) {
  .compare-bar-cta-container {
    float: left;
    padding-top: 2.8125rem;
    margin-left: 2%;
    width: 13%;
  }
}

@media (min-width: 64rem) {
  .compare-bar-cta-container .button {
    width: 100%;
  }
}

.compare-bar-remove-all {
  margin-top: 1.25rem;
  display: inline-block;
  font-size: 0.8125rem;
  margin-left: 0.625rem;
  cursor: pointer;
}

@media (min-width: 64rem) {
  .compare-bar-remove-all {
    margin-left: 0;
  }
}

.compare-bar-hide {
  display: none;
}

.compare-bar-drawer-hide .compare-bar-up-icon {
  display: none;
}

.compare-bar-drawer-hide .compare-bar-down-icon {
  display: inline;
}

.compare-bar-drawer-hide .compare-bar-drawer {
  height: 0;
  overflow: hidden;
}

.compare-bar-down-icon {
  display: none;
}

.add-to-compare {
  cursor: pointer;
}

.add-to-compare:disabled {
  cursor: default;
}

.add-to-compare:disabled ~ span,
.add-to-compare:disabled ~ .form-checkbox-text {
  cursor: default;
  color: #e2e2e2;
}

.compare-bar .g-container{
	position:relative;
}
.compare-bar button.compare-bar-title{
	width: 100%;
    height: 12px;
    font-family: "Avenir-Roman",sans-serif;
    background: none;
    outline: none;
}

.compare-bar button.compare-bar-title:hover{
	background:none !important;
}
.compare-bar-title .compare-toggler{
	position:absolute;
	right:8px
}

.compare-bar-title  .compare-count{
	font-size: 1rem;    
    float: left;
    position: absolute;
    left: 8px;
    top:-2px;
}

.contact-us-form-wrapper {
  background: #ffffff;
  padding: 0.625rem;
  margin: 0;
}

@media (min-width: 64rem) {
  .contact-us-form-wrapper {
    padding: 2.5rem 5rem;
  }
}

@media (min-width: 48rem) {
  .contact-us-topic-form,
  .contact-us-info-form {
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 64rem) {
  .contact-us-topic-form,
  .contact-us-info-form {
    width: 50%;
  }
}

.contact-us-topic-form {
  margin-bottom: 4.25rem;
}

@media (min-width: 48rem) {
  .contact-us-topic-form {
    margin-bottom: 0;
  }
}

.contact-us-info-form .contact-us-sec-title {
  margin-bottom: 2.1875rem;
}

@media (min-width: 48rem) {
  .contact-us-info-form .contact-us-sec-title {
    margin-top: 1.25rem;
  }
}

@media (min-width: 64rem) {
  .contact-us-info-form .contact-us-sec-title {
    margin-top: 2rem;
  }
}

.contact-us-form-content .form-group .form-textarea {
  height: auto;
}

@media (min-width: 48rem) {
  .contact-us-form-content .form-group {
    width: 46%;
  }
}

@media (min-width: 64rem) {
  .contact-us-form-content .form-group {
    width: 71%;
  }
}

.contact-us-sec-title {
  font-weight: normal;
  font-size: 2rem;
  border-bottom: solid 0.0625rem #b3b3b3;
  padding-bottom: 0.875rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 48rem) {
  .contact-us-sec-title {
    margin-top: 2.25rem;
    font-size: 2.25rem;
  }
}

@media (min-width: 64rem) {
  .contact-us-sec-title {
    margin-top: 0;
  }
}

.contact-us-remain-char {
  margin-top: 0.3125rem;
}

.contact-us-send-btn {
  margin-top: 0.625rem;
  font-size: 1.25rem;
  padding: 1rem 7rem;
  height: auto;
}

.contact-us-info {
  margin-bottom: 1.875rem;
}

@media (min-width: 48rem) {
  .contact-us-info {
    width: 76%;
    margin-bottom: 0;
  }
}

@media (min-width: 64rem) {
  .contact-us-info {
    width: 100%;
    margin-bottom: 0.625rem;
  }
}

.majors-contact-info,
.smalls-contact-info {
  background: #ffffff;
  padding: 0.9375rem 0.625rem;
}

@media (min-width: 48rem) {
  .majors-contact-info,
  .smalls-contact-info {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
}

.majors-contact-info {
  margin-bottom: 0.625rem;
}

@media (min-width: 48rem) {
  .majors-contact-info {
    margin-bottom: 1.375rem;
  }
}

@media (min-width: 64rem) {
  .majors-contact-info {
    margin-bottom: 0;
  }
}

.contact-info-title {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
}

@media (min-width: 48rem) {
  .contact-info-title {
    margin-top: 1.5625rem;
    font-size: 1.0625rem;
  }
}

.contact-chat-info {
  font-size: 0.8125rem;
  line-height: 1rem;
}

.contact-us-desc {
  background: #ffffff;
  margin: 0.625rem 0 0;
  padding: 1.25rem 0.625rem 0;
  line-height: 1.25rem;
}

@media (min-width: 48rem) {
  .contact-us-desc {
    background: none;
    margin: 0 0 1.25rem;
    padding: 0.6875rem 0 0;
    width: 76%;
    font-size: 1.0625rem;
  }
}

@media (min-width: 64rem) {
  .contact-us-desc {
    width: 100%;
    padding: 0;
  }
}

.contact-us-comment-box {
  margin-top: 1.625rem;
}

.contact-us-desc-txt {
  margin-bottom: 1rem;
}

@media (min-width: 64rem) {
  .contact-us-desc-txt {
    margin-bottom: 0;
  }
}
.contact-us-form-content .hidden-group {
  display: none;
}

.fixed-size-textarea{
	resize: none;
}
.contact-us-form-content .form-req-message {
  margin-bottom: 2.5rem;
}

.contactInfo .majors-contact-info {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.contactUsForm .contact-us-form-wrapper {
  padding: 1.5rem 5rem 1rem;
}

.display-none {
  display:none;
}
/*# sourceMappingURL=contact-us.css.map */

.lang-selector-label.hidden {
    display: none;
}
.hero-carousel .page-headline {
  text-align: center;
}

.hero-carousel {
  position: relative;
}

.hero-carousel--wrap {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}

.hero-carousel__prev--btn,
.hero-carousel__next--btn {
  height: auto;
  width: 1.5625rem;
  -ms-flex-preferred-size: 1.5625rem;
  flex-basis: 1.5625rem;
  min-width: 1.5625rem;
  background: transparent;
  padding: 0;
  z-index: 1;
  margin: auto;
  visibility: hidden;
  pointer-events: none;
  color: #c41230;
}

.hero-carousel__prev--btn:hover,
.hero-carousel__next--btn:hover {
  color: #9a132b;
  background: transparent;
}

.hero-carousel__prev--btn.slick-arrow,
.hero-carousel__next--btn.slick-arrow {
  visibility: visible;
  pointer-events: auto;
}

.hero-carousel__prev--btn.slick-hidden,
.hero-carousel__next--btn.slick-hidden {
  visibility: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  pointer-events: none;
}

.hero-carousel__prev--btn.slick-disabled,
.hero-carousel__next--btn.slick-disabled {
  visibility: hidden;
}

.hero-carousel__prev--btn {
  left: 0.625rem;
  position: absolute;
}

.hero-carousel__next--btn {
  right: 0.625rem;
  position: absolute;
}

.hero-carousel__prev--icon,
.hero-carousel__next--icon {
  margin: auto;
}

.hero-carousel__prev--icon .icon,
.hero-carousel__next--icon .icon {
  width: 2.0625rem;
  height: 2.0625rem;
}

@media (max-width: 63.9375rem) {
  .hero-carousel__prev--icon .icon,
    .hero-carousel__next--icon .icon {
      display: none;
    }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .hero-carousel__prev--icon,
  .hero-carousel__next--icon {
    margin: 0;
  }
}

.hero-carousel__items-list {
  overflow: hidden;
  width: 100%;
}

.hero-carousel__items-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero-carousel__items-list:after {
  content: '';
  display: table;
  clear: both;
}

.hero-carousel__item {
  float: left;
  width: 100%;
  display: none;
  margin: auto;
}

.hero-carousel__item:first-child() {
  display: block;
}

.hero-carousel__status {
  margin-bottom: 1.875rem;
  text-align: center;
}

.hero-carousel__status .slick-dots {
  list-style: none;
  text-align: center;
  margin: auto;
  padding: 0;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 3.125rem;
}

.hero-carousel__status .slick-dots li {
  position: relative;
  display: inline-block;
  width: 1.25rem;
  height: auto;
  border-radius: 0.625rem;
  margin: 0 0.3125rem;
  padding: 0;
  cursor: pointer;
}

.hero-carousel__status .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 0.3125rem;
  height: 0.3125rem;
  padding: 0.125rem;
  border: 0.125rem solid #2e2e2e;
  border-radius: 0.25rem;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: transparent;
  margin: 0 auto;
}

.hero-carousel__status .slick-dots li.slick-active button {
  border-color: #c41230;
  background: #c41230;
}

.hero-carousel__product-tile {
  position: relative;
  background: #ffffff;
  border: 1px solid #e2e2e5;
  margin: 0 auto;
  width: 100%;
}

.hero-carousel__product-tile__img {
  position: relative;
  width: 100%;
}

.hero-carousel__product-tile__img img {
  width: 100%;
}

/*# sourceMappingURL=hero-carousel.css.map */

.shop-category {
  background-color: #ffffff;
  padding: 0;
}

@media (max-width: 47.9375rem) {
  .shop-category .g-container {
    padding: 0;
  }
}

@media (min-width: 48rem) {
  .shop-category {
    padding: 1.25rem 0 1rem;
  }
}

.shop-category-title {
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 47.9375rem) {
  .shop-category-title {
    display: none;
  }
}

.shop-category-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #2e2e2e;
  height: auto;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #ffffff;
  padding: 1rem 0.625rem;
  text-transform: uppercase;
  font-size: 0.8125rem;
  text-align: left;
}

.shop-category-trigger:hover {
  background: transparent;
  color: #2e2e2e;
}

@media (min-width: 48rem) {
  .shop-category-trigger {
    display: none;
  }
}

.shop-category-caret {
  margin-left: auto;
  display: block;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.shop-category-caret .icon {
  width: 1.4375rem;
  height: 1.4375rem;
}

.shop-category-open .shop-category-caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.shop-category-panel {
  display: none;
  padding: 0.625rem 1.25rem;
}

@media (min-width: 48rem) {
  .shop-category-panel {
    display: block;
    padding: 0 0.625rem;
  }
}

.shop-category-open .shop-category-panel {
  display: block;
}

.shop-category-cell {
  display: block;
  text-align: center;
  padding: 0 0.625rem 0.25rem;
  max-width: 11.25rem;
  margin: 0 auto 0.25rem;
  color: #2e2e2e;
}

.shop-category-cell:hover {
  color: #9a132b;
}

.shop-category-cell-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 4rem;
  max-height: 4.375rem;
}

.shop-category-cell-image img {
  margin: auto;
  max-height: 4.375rem;
  max-width: 10rem;
  height: auto;
}

.shop-category-cell-title {
  display: block;
  text-transform: uppercase;
  padding-top: 0.625rem;
  font-size: 0.625rem;
  text-align: center;
}

@media (min-width: 48rem) {
  .shop-category-cell-title {
    font-size: 0.75rem;
  }
}

.shop-category-shop-all {
  margin: 0;
  text-align: center;
}

.shop-category-shop-all-link {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 0.5rem;
}

.shop-category-cnt,
.shop-all-cnt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
/*# sourceMappingURL=shop-category.css.map */

.pdp-overview-wrapper {
  background-color: #ffffff;
  padding: 1.25rem;
}

@media (min-width: 64rem) {
  .pdp-overview-wrapper {
    padding: 0 1.25rem 0;
  }
}

.pdp-overview-main-title {
  font-size: 1.25rem;
  margin-bottom: 0.3125rem;
  margin-top: 0.625rem;
}

@media (min-width: 48rem) {
  .pdp-overview-main-title {
    margin-top: 1.875rem;
    font-size: 1.625rem;
  }
}

@media (min-width: 64rem) {
  .pdp-overview-main-title {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.pdp-overview-sub-title {
  text-transform: uppercase;
  font-size: 1.875rem;
  line-height: 1;
}

@media (min-width: 48rem) {
  .pdp-overview-sub-title {
    font-size: 2.5rem;
  }
}

@media (min-width: 64rem) {
  .pdp-overview-sub-title {
    padding-top: 2rem;
  }
}

.pdp-overview-text {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.3;
  max-height: 15.6em;
  overflow: hidden;
}

@media (min-width: 64rem) {
  .pdp-overview-text {
    max-height: none;
    overflow: visible;
    padding-bottom: 2rem;
  }
}

.pdp-overview-show-text {
  max-height: none;
}

.overview-content-wrapper {
  height: auto;
  overflow: hidden;
}

.pdp-overview-hide {
  display: none;
}

.pdp-readmore-link,
.pdp-readless-link {
  font-size: 0.875rem;
}

@media (min-width: 64rem) {
  .pdp-readmore-link,
  .pdp-readless-link {
    display: none;
  }
}

.pdp-overview-media-video .s7controlbar {
  display: none;
}

.overview-column-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 47.9375rem) {
  .overview-column-container {
    display: block;
  }
}

@media (max-width: 63.9375rem) {
  .overview-column-container {
    display: block;
  }
}

.pdp-overview-video-wrapper,
.pdp-overview-text-wrapper,
.pdp-overview-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 47.9375rem) {
  .pdp-overview-video-wrapper,
  .pdp-overview-text-wrapper,
  .pdp-overview-text {
    display: block;
  }
}

@media (max-width: 63.9375rem) {
  .pdp-overview-video-wrapper,
  .pdp-overview-text-wrapper,
  .pdp-overview-text {
    display: block;
  }
}

@media (min-width: 64rem) {
  .pdp-overview-video-wrapper {
    margin-right: 1.25rem;
  }
}

/*# sourceMappingURL=pdp-overview.css.map */

.product-disclaimers {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.product-disclaimer {
  margin: 0.3125rem 0;
  font-size: 0.625rem;
  font-weight: 400;
  color: #000000;
}

.product-disclaimer sup {
  font-size: 0.5rem;
  top: -.35em;
}
.star-rating {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(50% - 20px);
  flex: 1 0 calc(50% - 20px);
  height: 1rem;
  margin-right: 1rem;
}

@media (min-width: 48rem) {
  .star-rating {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    text-align: left;
  }
}

.star-rating .active {
  display: block;
}

.star-rating__icon {
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
}

.star-rating__icon:hover {
  cursor: pointer;
}

.star-rating__half-star,
.star-rating__full-star,
.star-rating__empty-star {
  display: none;
  height: 100%;
}
.plp-facet-Ratings {
  height:1.4rem;
  margin-left: auto;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/*# sourceMappingURL=star-rating.css.map */


/*# sourceMappingURL=add-to-cart-btn.css.map */

.icon.wishlist-btn__icon-empty,
.icon.wishlist-btn__icon-filled {
  display: none;
}

.icon.wishlist-btn__icon-empty.active,
.icon.wishlist-btn__icon-filled.active {
  display: inline-block;
  height: 0.87rem;
}

/*# sourceMappingURL=wishlist-btn.css.map */

.modal-add-to-cart-cfm .modal-content {
  margin-top: 1.875rem;
}

.modal-add-to-cart-cfm .modal-box {
  padding: 1.25rem 2.25rem;
}

@media (max-width: 47.9375rem) {
  .modal-add-to-cart-cfm .modal.active {
    padding: 0 1.25rem;
  }
  .modal-add-to-cart-cfm .modal {
    padding: 0;
  }
  .modal-add-to-cart-cfm .modal-content {
    display: none;
    margin-top: 1.875rem;
  }
  .modal-add-to-cart-cfm .modal-box {
    padding: 1.25rem 2.25rem;
    margin: 0 0 1.25rem 0;
    max-width: none;
  }
}

.modal-add-to-cart-cfm-trigger {
  display: none;
}

.button.modal-add-to-cart-cfm__cont-shopping {
  background-color: #2e2e2e;
}

.button.modal-add-to-cart-cfm__cont-shopping:hover {
  background-color: #2e2e2e;
}

.modal-add-to-cart-cfm__headding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.9375rem 0;
  border-bottom: 0.125rem solid #eeeeee;
}

.modal-add-to-cart-cfm__icon {
  margin: auto;
  margin-right: 1.75rem;
  color: #5c700f;
}

.modal-add-to-cart-cfm__icon .icon {
  height: 1.25rem;
  width: 1.25rem;
}

@media (min-width: 48rem) {
  .modal-add-to-cart-cfm__icon .icon {
    height: 2.1875rem;
    width: 2.1875rem;
  }
}

.modal-add-to-cart-cfm__icon.red {
  color: #c41230;
}

.modal-add-to-cart-cfm__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: normal;
  font-size: 1.25rem;
}

@media (min-width: 48rem) {
  .modal-add-to-cart-cfm__title {
    font-size: 2.1875rem;
  }
}

.modal-add-to-cart-cfm__x-button {
  display: none;
}

@media (min-width: 48rem) {
  .modal-add-to-cart-cfm__x-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.modal-add-to-cart-cfm__btn-expandcollapse {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: inherit;
  text-transform: none;
  text-align: right;
  background: none;
  color: #c41230;
  padding: 0;
  cursor: pointer;
}

.modal-add-to-cart-cfm__btn-expandcollapse .active {
  display: block;
}

.modal-add-to-cart-cfm__btn-expandcollapse:hover {
  background: none;
  color: #c41230;
}

@media (min-width: 48rem) {
  .modal-add-to-cart-cfm__btn-expandcollapse {
    display: none;
  }
}

.modal-add-to-cart-cfm__caret-expandcollapse {
  display: none;
}

.modal-add-to-cart-cfm__product-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.875rem;
}

.modal-add-to-cart-cfm__product-title .clamp {
  -ms-flex-item-align: end;
  align-self: flex-end;
  visibility: hidden;
}

.modal-add-to-cart-cfm__product-image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 6.25rem;
  height: 6.25rem;
}

@media (min-width: 48rem) {
  .modal-add-to-cart-cfm__product-image {
    height: 12.5rem;
    width: 12.5rem;
  }
}

.modal-add-to-cart-cfm__product-image {
    display: inline-block;
	max-height: 12.5rem;
	max-width: 12.5rem;
}

.modal-add-to-cart-cfm__prod-name {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: left;
  padding-left: 0.625rem;
  font-size: 1rem;
  line-height: 1.25rem;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.modal-add-to-cart-cfm__prod-name:hover {
  cursor: pointer;
}

@media (min-width: 48rem) {
  .modal-add-to-cart-cfm__prod-name {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
}

.modal-add-to-cart-cfm__text {
  display: block;
  text-align: left;
  margin-bottom: 1.75rem;
}

.modal-add-to-cart-cfm__text-label {
  font-size: 0.75rem;
  font-weight: bold;
}

@media (min-width: 48rem) {
  .modal-add-to-cart-cfm__text-label {
    font-size: 1.375rem;
  }
}

.modal-add-to-cart-cfm__text-value {
  font-size: 0.75rem;
}

@media (min-width: 48rem) {
  .modal-add-to-cart-cfm__text-value {
    font-size: 1.375rem;
  }
}

.modal-add-to-cart-cfm__text-label--big {
  font-size: 1rem;
  font-weight: bold;
}

@media (min-width: 48rem) {
  .modal-add-to-cart-cfm__text-label--big {
    font-size: 1.875rem;
  }
}

.modal-add-to-cart-cfm__text-value--big {
  font-size: 1rem;
}

@media (min-width: 48rem) {
  .modal-add-to-cart-cfm__text-value--big {
    font-size: 1.875rem;
  }
  .modal-add-to-cart-cmf__subscription-section-wrapper .modal-add-to-cart-cfm__text-label,
  .modal-add-to-cart-cmf__subscription-section-wrapper .modal-add-to-cart-cfm__text-value {
   font-size: 1.625rem;
  }
}

.modal-add-to-cart-cfm__subscription {
  margin-top: 1.25rem;
  font-family: 'HelveticaNeue-Bold', sans-serif;
}

.modal-add-to-cart-cfm__subscription .modal-add-to-cart-cfm__text-value {
  color: #008800;
  font-weight: bold;
}

.modal-add-to-cart-cmf__subscription-section-wrapper {
  display: none;
}

.modal-add-to-cart-cmf__subscription-section-wrapper p {
  color: #000000;
}

.modal-add-to-cart-cfm__total-price {
  padding: 1.25rem 0;
}

.modal-add-to-cart-cfm__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 1.75rem;
}

.modal-add-to-cart-cfm__pro-to-checkout,
.modal-add-to-cart-cfm__pro-to-pdp,
.modal-add-to-cart-cfm__cont-shopping {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
  height: 2.5625rem;
  font-size: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-dialog-buttons .modal-add-to-cart-cfm__pro-to-checkout,
.modal-dialog-buttons .modal-add-to-cart-cfm__pro-to-pdp,
.modal-dialog-buttons .modal-add-to-cart-cfm__cont-shopping {
  margin: 0 0 0.5rem;
}

.modal-add-to-cart-cfm__pro-to-checkout,
.modal-add-to-cart-cfm__pro-to-pdp {
  margin-bottom: 1.25rem;
}

/*# sourceMappingURL=modal-add-to-cart-confirmation.css.map */

#modal-sess-timeout-war-trigger, #modal-sess-timeout-trigger {
  display: none;
}

/*# sourceMappingURL=modal-session-timeout-warning.css.map */


/*# sourceMappingURL=modal-session-timeout.css.map */

.manual-comparison-table-inner-container {
  margin: 1.25rem;
}

.mct-healine-container {
  padding-bottom: 0.9375rem;
}

.image-slot-image {
  margin: 0 auto;
  max-height: 10.125rem;
}

.image-slot {
  padding: 0.9375rem 0;
  text-align: center;
}

.image-slot-container {
  border: 0.0625rem solid #eeeeee;
  margin: 1.25rem 0;
  height: 90%;
}

.image-slot-product-title {
  font-weight: bold;
  padding: 1.0625rem;
}

@media (max-width: 63.9375rem) {
  .image-slot-product-title {
    font-size: 0.1875rem;
    padding: 0.625rem 0;
  }
}

.table-row-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.25rem 0;
  text-align: center;
  height: 100%;
  vertical-align: middle;
}

.mct-checkmark-icon {
  color: #5c700f;
}

.table-row-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 0.625rem;
}

.mct-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.875rem 0;
}

@media (max-width: 47.9375rem) {
  .mct-button-container {
    padding: 0.9375rem;
  }
}

.mct-button {
  height: 2.5rem;
  text-align: center;
}

.special-promotions-content {
  font-size: 0.9375rem;
  font-weight: bold;
  padding: 2.1875rem 0.625rem 0.625rem;
}

@media (max-width: 47.9375rem) {
  .special-promotions-content {
    font-size: 0.625rem;
  }
}

.mct-previous-button,
.mct-next-button {
  position: absolute;
  bottom: 50%;
  background: transparent;
  color: #c41230;
  margin: auto;
  padding: 0;
  visibility: hidden;
  width: 1.5625rem;
  height: 1.5625rem;
}

.mct-previous-button:hover,
.mct-next-button:hover {
  color: #9a132b;
  background: transparent;
  cursor: pointer;
}

.mct-previous-button.visible,
.mct-next-button.visible {
  visibility: visible;
}

.mct-previous-button {
  left: -2.1875rem;
}

.mct-next-button {
  right: -2.1875rem;
}

.mct-previous-icon,
.mct-next-icon {
  margin: auto;
}

.mct-previous-icon .icon,
.mct-next-icon .icon {
  height: 1.5625rem;
  width: 1.5625rem;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .mct-previous-icon,
  .mct-next-icon {
    margin: 0;
  }
}

.mct-table-wrapper {
  position: relative;
  visibility: hidden;
}

.mct-table-wrapper.visible {
  visibility: visible;
}

.mct-table__content .g-row:nth-child(odd) {
  background-color: #ffffff;
}

.mct-table__content .g-row:nth-child(even) {
  background-color: #eeeeee;
}

.mct-table__content .g-row:nth-last-child(1) {
  background-color: #ffffff;
}

/*# sourceMappingURL=manual-comparison-table.css.map */

.sitemap {
    padding: 0.625rem 0;
    margin: 1.25rem 0;
    background: #ffffff;
}

.sitemap ul {
    padding: 0 0 0 0.625rem;
}

@media (min-width: 48rem) {
    .sitemap ul {
        padding: 0 0 0 1.25rem;
    }
}

.sitemap li {
    list-style-type: none;
}

.sitemap ul li:last-of-type {
    margin-bottom: 1rem;
}

.sitemap-header {
    font-size: 1.125rem;
}

.sitemap-title {
    font-style: 0.875rem;
}

.sitemap-sub-titles {
    font-weight: bold;
    font-size: 0.875rem;
}

.sitemap-sub-title {
     font-weight: normal;
    font-size: 0.875rem;
}

.member-price-cta {
    font-size: 0.75rem;
    font-weight: 900;
    cursor: pointer;
}

.member-price-cta.header-account-link .member-price-cta__text {
    font-family: "Avenir-Black", "Avenir", sans-serif;
    text-transform: none;
    white-space: nowrap;
    color: #002e5f;
    font-size: .78rem;
}

.member-price-cta.header-account-link .member-price-cta__text.text-v2 {
    display: flex;
    align-items: center;
}

.member-price-cta.header-account-link .member-price-cta__text__text {
    padding-left: .25rem;
}

.member-price-cta.header-account-link .member-price-cta__text__user-icon,
.member-price-cta.header-account-link .member-price-cta__text__arrow-icon {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    width: 1.25rem;
    height: 1.25rem;
}

.plp-items.plp-items-grid .member-price-cta.header-account-link:has(.text-v2) {
    width: 100%
}

.plp-items.plp-items-grid .member-price-cta.header-account-link .member-price-cta__text.text-v2 {
    width: 100%
}

@media (max-width: 47.9375rem) {
    .plp-items.plp-items-list .member-price-cta.header-account-link:has(.text-v2) {
        width: 100%
    }

    .plp-items.plp-items-list .member-price-cta.header-account-link .member-price-cta__text.text-v2 {
        width: 100%
    }

    .plp-items.plp-items-list .plp-item-price-line-1.single-price-line {
        margin: unset;
    }
}

@media (min-width: 48rem) and (max-width: 75rem) {
    .member-price-cta.header-account-link .member-price-cta__text {
        font-size: .7rem;
    }
}

@media (min-width: 48rem) {
    .plp-items.plp-items-list .member-price-cta.header-account-link:has(.text-v2) {
        margin: .5rem auto 0;
        max-width: fit-content;
        display: flex;
        justify-content: center;
    }
}

.autologin-images {
    display: none;
}

.plp-page .page-headline {
  margin: 1.875rem 0;
}

#where-to-buy .ps-wtb-content, #where-to-buy .ps-static-message, #where-to-buy .ps-footer, #where-to-buy .ps-header, #where-to-buy .ps-ribbon {
  z-index: 0;
}

#where-to-buy .ps-header .ps-product-image span {
  color: inherit;
}

.plp-facets-active-item-remove,
.plp-facet-more-toggle,
.plp-see-all,
.plp-actions-more,
.plp-facets-active-clear,
.plp-actions-view-trigger,
.plp-item-color-trigger,
.plp-item-wishlist-trigger,
.plp-facet-group-trigger,
.plp-facets-panel-close-trigger {
  height: auto;
  padding: 0;
  background: transparent;
  color: #c41230;
  font-size: inherit;
  text-transform: none;
  font-weight: normal;
}

.plp-facets-active-item-remove:hover,
.plp-facet-more-toggle:hover,
.plp-see-all:hover,
.plp-actions-more:hover,
.plp-facets-active-clear:hover,
.plp-actions-view-trigger:hover,
.plp-item-color-trigger:hover,
.plp-item-wishlist-trigger:hover,
.plp-facet-group-trigger:hover,
.plp-facets-panel-close-trigger:hover {
  background: transparent;
  color: #9a132b;
  cursor: pointer;
}

.plp {
  padding-bottom: 1.875rem;
  position: relative;
}

.plp-loading:after {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(46, 46, 46, 0.2);
  background-image: url("../../../etc.clientlibs/kitchenaid/clientlibs/global/resources/images/icon-loading.svg");
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 10;
}

.plp-loading:has(.plp-facets-panel-open):after {
  z-index: 100000002;
}

.slp .plp-loading:after {
  position: absolute;
  background-position: center 50%;
  z-index: 30;
}

.plp-loading .plp-items {
  min-height: 39.375rem;
  min-height: 50vh;
}

.plp-facets.sticky {
  position: fixed;
  top: 0;
}

.plp-facets.sticky.sticky-bottom {
  position: absolute;
  top: unset;
  padding-bottom: 1.875rem;
}

.plp-all-shown .plp-see-all,
.plp-all-shown .plp-actions-more {
  display: none;
}

.plp-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.plp-actions-top {
  padding-bottom: 0.625rem;
}

.plp-actions-bottom {
  padding-top: 0.625rem;
}

.plp-actions-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.plp-actions-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.plp-actions-counter {
  display: block;
  font-size: 0.6875rem;
  margin-top: auto;
}

#sortContainer .plp-actions-counter {
  margin-top: 0;
}

#sortContainer .highlight-page-results span::after {
  content: " products shown";
}

html[data-lang="fr_CA"] #sortContainer .highlight-page-results span::after {
  content: " produits affichés";
}

@media (min-width: 48rem) {
  .plp-actions-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.plp-counter {
  white-space: nowrap;
}

.plp-actions-view {
  border-right: 0.0625rem solid #b3b3b3;
  padding-right: 0.625rem;
  margin-right: 2.5rem;
  display: none;
}

#sortContainer .plp-actions-view {
  border-right: none;
  padding-right: 0.625rem;
  margin-right: 2.5rem;
  display: flex;
  outline: none;
}

#sortContainer .plp-actions-view span:focus {
  outline: none;
}

#sortContainer #plp-list-view {
  display: none;
  pointer-events: all;
}

#sortContainer #plp-grid-view:focus, #sortContainer #plp-list-view:focus{
  border: 2px dotted #000;
  outline: #000;
  height: 30px;
}

#sortContainer #plp-grid-view button.plp-actions-view-trigger, #sortContainer #plp-list-view button.plp-actions-view-trigger {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  pointer-events: all;
}

#sortContainer #plp-grid-view button.plp-actions-view-trigger:focus, #sortContainer #plp-list-view button.plp-actions-view-trigger:focus {
  outline: none;
}

#sortContainer .plp-actions-view span {
  font-family: 'Helvetica Neue LT W01_55 Roman', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 16.8px;
  color: #000;
  margin-left: 12px;
}

#sortContainer .plp-actions-view span:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (min-width: 48rem) {
  .plp-actions-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.plp-actions-view-trigger {
  border: 0.125rem solid transparent;
  padding: 0.125rem;
  margin: 0 0.625rem;
}

#sortContainer .plp-actions-view-trigger {
  border: none;
}


.plp-actions-more:focus-visible,
.facet-toggle-label:focus-visible,
.plp-facet:focus-visible,
.plp-facets-panel-close-trigger:focus-visible,
.plp-facet-group-trigger:focus-visible,
.plp-facet-more-toggle-show:focus-visible,
.plp-facet-more-toggle-less:focus-visible,
.facets__tooltip-icon:focus-visible,
.plp-facet-group-header:focus-visible,
.plp-item-wishlist-trigger:focus-visible,
.sort-by .form-select-input:focus-visible,
.plp-item-color-active .plp-item-color-trigger,
.plp-items.plp-items-list .plp-item--new .plp-item-cta:focus-visible,
.plp-actions-view-trigger:focus-visible {
  outline-width: 0.125rem;
  outline-offset: 0.125rem;
}

.plp-actions-view-trigger.plp-actions-view-active {
  color: #2e2e2e;
  border-color: #2e2e2e;
  pointer-events: none;
}

.plp-actions-view-trigger .icon {
  width: 1.125rem;
  height: 1.125rem;
  forced-color-adjust: auto;
}

.plp-actions-sort {
  font-size: 0.6875rem;
  display: block;
}
@media (min-width: 48rem) {
  .plp-actions-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.plp-actions-sort .form-select {
  border-color: #d8d8d8;
  width: 10.9375rem;
}

.plp-actions-sort-title {
  white-space: nowrap;
  margin-right: 1.25rem;
}

#sortContainer .plp-actions-sort-title {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 16.8px;
  white-space: nowrap;
  margin-right: 0;
}

.plp-see-all {
  font-size: 0.6875rem;
}

@media (min-width: 48rem) {
  .plp-see-all {
    margin-left: 0.375rem;
  }
}

.plp-actions-more {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75rem;
}

.plp-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.plp-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.625rem;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 48rem) {
  .plp-item {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .plp-items-grid .plp-item {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .plp-items-list .plp-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.plp-item-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 1.25rem;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 48rem) {
  .plp-items-list .plp-item-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.plp-item-media-image {
  position: relative;
  max-width: 18.75rem;
  margin: 0 auto;
  width: 100%;
}

.plp-item-image-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 230px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.plp-item-image {
  margin: 0 auto;
  max-height: 230px;
  max-width: 100%;
}

.plp-item-badges {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.125rem;
}

.plp-item-badge {
  display: none;
  margin-bottom: 0.125rem;
}

.plp-item-badge-image {
  width: 2.125rem;
  height: 2.125rem;
  overflow: hidden;
}

.plp-item-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.25rem;
  height: 1.875rem;
  width: 100%;
  max-width: 18.75rem;
}

@media (min-width: 48rem) {
  .plp-items-list .plp-item-colors {
    margin-top: 1.75rem;
  }
}

.plp-item-color-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.plp-item-colors-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.plp-item-colors-more-link {
  margin: auto 0;
  max-width: 1.875rem;
  font-size: 0.6875rem;
  text-align: center;
}

.plp-item-color {
  -ms-flex-preferred-size: 16%;
  flex-basis: 16%;
  max-width: 16%;
}

.plp-item-color.variant-out-of-stock {
  position: relative;
  overflow: hidden;
}

.plp-item-color-active.variant-out-of-stock .plp-item-color-trigger,
.variant-out-of-stock .plp-item-color-trigger {
  border-color: #c41230;
}

.oos-cross-line {
  position: absolute;
  background-color: #c41230;
  transform: rotate(45deg);
  transform-origin: 0 100% 0;
  bottom: 0.5px;
  left: 0;
  height: 138%;
  width: 1px;
}

.plp-item-color-trigger {
  width: 1.875rem;
  height: 1.875rem;
  max-width: 100%;
  padding: 0.125rem;
  border: 0.0625rem solid transparent;
}

.plp-item-color-active .plp-item-color-trigger {
  border-color: #c41230;
}

.plp-item-color-swatch {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #d8d8d8;
}

.plp-item-name {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2;
  height: 2.46em;
  overflow: hidden;
}

.plp-item-name-link {
  display: inline-block;
  line-height: 1.2;
  max-height: 2.55em;
  overflow: hidden;
}

.plp-item-reviews {
  margin-top: 1.25rem;
  font-size: 0.6875rem;
  display: flex;
}

.plp-item-reviews-link {
  display: inline-block;
  color: #2e2e2e;
}

.plp-item-details {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.plp-item-model {
  font-size: 0.6875rem;
}

.plp-item-model-title {
  font-weight: bold;
}

.plp-item-stock {
  margin-left: auto;
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #c41230;
}

.plp-item-price {
  text-align: right;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
}

@media (min-width: 48rem) {
  .plp-items-list .plp-item-price {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

.plp-item-price-line-1 {
  font-size: 1rem;
  color: #c41230;
  line-height: 1.2;
  min-height: 1.2em;
}

.plp-item-price-line-1.single-price-line {
  color: inherit;
  font-family: inherit;
  font-weight: 500;
}

@media (min-width: 48rem) {
  .plp-items-list .plp-item-price--centered .plp-item-price-line-1,
  .plp-items-list .plp-item-price--centered .plp-item-price__save {
    margin: 0 auto;
    max-width: fit-content;
  }
}

.plp-item-price-line-2 {
  font-size: 0.6875rem;
  text-decoration: line-through;
  line-height: 1.2;
  min-height: 1.2em;
}

[lang=fr-CA] .plp-items.plp-items-list .plp-item.plp-item--new .plp-item-price .plp-item-price__save .plp-item-price-line-2,
[lang=fr-CA] .plp-items.plp-items-list .plp-item.plp-item--new .plp-item-price .plp-item-price__save .plp-item-price__save-value {
  font-size: .625rem;
}

.plp-item-price-line-1.single-price-line ~ .plp-item-price-line-2 {
  visibility: hidden;
}

.plp-item-eco {
  margin-top: 0.125rem;
  font-size: 0.6875rem;
  min-height: 1.2em;
}

.plp-item-eco .eco-m .eco-c {
  font-size: inherit;
}

.plp-item-eco .eco-m .eco-c .eco-widget {
  line-height: 1.2em;
}

@media (min-width: 48rem) {
  .plp-items-list .plp-item-eco {
    margin-top: 1.25rem;
  }
}

.plp-item-eco-link {
  color: #797979;
  display: inline-block;
  text-decoration: underline;
}

.plp-item-energy {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  max-width: 3.125rem;
  position: absolute;
  top: -10px;
}

@media (min-width: 48rem) {
  .plp-items-list .plp-item-energy {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 1.25rem;
    margin-left: auto;
  }
}

.plp-item-energy-link {
  display: inline-block;
}

.plp-item-energy img {
	max-width: 3.125rem;
}

.plp-item-actions {
  margin-top: auto;
}

.plp-item-actions.plp-item-actions--hidden {
  display: none;
}

.plp-item-cta,
button.plp-item-cta,
a.button.plp-item-cta,
button.button.plp-item-cta {
  width: 100%;
  margin-top: 1.25rem;
}

.plp-item-saves {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.25rem;
  font-size: 0.6875rem;
  line-height: 1.2;
}

.modal-wishlist-sign-in .modal-dialog {
  pointer-events: auto;
}

.modal-wishlist-sign-in .modal-content {
  border: none;
  display: block;
}

.plp-item-wishlist {
  margin-left: auto;
}

.plp-item-wishlist-trigger {
  color: #2e2e2e;
  display:none;
}

.plp-item-wishlist-trigger.show-wishlist-btn {
	display:block;
}

.plp-item-wishlist-trigger .icon {
  position: relative;
  margin-right: 0.25rem;
  color: #d8d8d8;
  width: 0.875rem;
  height: 0.875rem;
}

.plp-item-wishlist-trigger:hover .icon {
  color: #9a132b;
}

.plp-compare-checkbox:hover {
  color: #9a132b;
}

.plp-compare-checkbox {
  position: relative;
  display: flex;
  padding: 0;
  align-items: center;
  color: #2e2e2e;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.plp-compare-checkbox .plp-compare-checkbox-input {
  width: 0.8rem;
  height: 0.8rem;
  top:0;
}

.plp-compare-checkbox input {
  opacity: 0;
}

.plp-compare-checkbox .check-mark {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.8125rem;
  width: 0.8125rem;
  margin-right: 0.5rem;
  border: 1px solid #000000;
}

.plp-compare-checkbox:hover input ~ .check-mark {
  background-color: #eeeeee;
}

.plp-compare-checkbox input:focus ~ .check-mark{
  outline: .125rem solid #000000;
  outline-offset: .125rem;
}

.plp-compare-checkbox .check-mark:after {
  content: "";
  position: absolute;
  display: none;
}

.plp-compare-checkbox input:checked ~ .check-mark:after {
  display: block;
}

.plp-compare-checkbox .check-mark:after {
  width: 38%;
  height: 58%;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.plp-facets-panel-trigger {
  width: 100%;
  background: #2e2e2e;
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-bottom: 1.25rem;
  height: 3rem;
}

.plp-facets-panel-trigger:hover {
  background: #2e2e2e;
}

@media (min-width: 64rem) {
  .plp-facets-panel-trigger {
    display: none;
  }
}

.plp-facets-panel-trigger-icon {
  margin-left: auto;
}

.plp-facets-panel-trigger-icon .icon {
  width: 0.875rem;
  height: 0.875rem;
}

.plp-facet-panel-wrapper {
  display: none;
}

@media (min-width: 64rem) {
  .facets__tooltip-message {
    position: absolute;
    width: fit-content;
    height: fit-content;
    bottom: 75%;
    right: auto;
  }

  .plp-facet-panel-wrapper {
    display: block;
  }

  .plp-applied-facets,
  .facets-clear-all-mobile-btn {
    display: none;
  }

  .plp-applied-facets,
    .facets-apply-all-mobile-btn {
      display: none;
    }

  .plp-facet-group:last-child {
    border: none;
  }
}

@media (max-width: 63.9375rem) {
  .plp-facets-panel-open .plp-facet-panel-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 1048;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .plp-facets-panel-open .plp-facet-panel-wrapper::before {
    content: '';
    background-color: #eeeeee;
    min-height: 4.45rem;
  }
}

@media (max-width: 63.9375rem) {
  .plp-facets-panel-header {
    height: 4.4375rem;
    box-shadow: 0 .25rem .5rem 0 #000;
    border-top: solid 1px #979797;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 64rem) {
  .plp-facets-panel-header {
    padding-top: 2rem;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 0.3125rem;
  }
}

.plp-facets-panel-title {
  font-size: 1.25rem;
  font-weight: normal;
  color: #2e2e2e;
}

@media (max-width: 63.9375rem) {
  .plp-facets-panel-title {
    font-size: 1.25rem;
    text-transform: capitalize;
    color: #2e2e2e;
    font-family: 'Avenir-Black', sans-serif;
  }
}

.plp-facets-panel-close-trigger {
  margin-left: auto;
  font-size: 0.8125rem;
  height: 2.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #c41230;
}

.plp-facets-panel-close-trigger:hover {
  color: #9a132b;
}

.plp-facets-panel-close-trigger .icon {
  margin-left: 0.5rem;
  width: 0.875rem;
  height: 0.875rem;
}

@media (min-width: 64rem) {
  .plp-facets-panel-close-trigger {
    display: none;
  }
}

@media (max-width: 63.9375rem) {
  .plp-facets-panel-body {
    padding: 0 1.25rem 1.25rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.plp-facets-active {
  margin-top: 1.25rem;
  display: none;
  margin-bottom: -.125rem;
}

.plp-facets-active-title,
.plp-facets-active-items,
.plp-facets-active-clear {
  font-family: 'HelveticaNeue-Bold', sans-serif;
  line-height: 1.25rem;
  font-weight: bold;
}

@media (max-width: 63.9375rem) {
  .plp-facets-active {
    padding: 0;
    background: #eeeeee;
  }
}

.plp-facets-active.plp-facets-active-on {
  display: block;
}

.plp-facets-active-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0.25rem;
}

.plp-facets-active-items {
  display: inline;
  background-color: #fff;
}

.plp-facets-active-title {
  font-size: 1rem;
  line-height: 1.1875rem;
  color: black;
  margin-right: .125rem;
  text-transform: none;
}

.plp-facets-active-clear {
  margin-left: auto;
  font-size: .75rem;
  text-decoration: underline;
}

.plp-facets-active-clear:hover,
.plp-facets-active-clear:focus {
  text-decoration: underline;
}

.plp-facets-active-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: .0625rem solid black;
  border-radius: 1rem;
  padding: 0 .625rem .125rem .5rem;
  background-color: #f2f2f2;
  margin-right: .5rem;
  margin-bottom: .5rem;
  font-size: .75rem;
}

.plp-facets-active-item .star-rating {
  margin: 0 0 0 .3125rem;
}

@media (max-width: 63.9375rem) {
  .plp-facets-active-items .plp-facets-active-item {
    display: flex;
    white-space: nowrap;
    border-radius: .5rem;
    margin: .5rem .5rem .5rem 0;
    min-height: 2.5rem;
    padding: 0;
  }

  .plp-facets-active-items {
    display: flex;
    overflow-x: scroll;
  }

  .plp-facets-active-item-value {
    line-height: 1;
    font-size: .75rem;
    padding: .78125rem .5rem;
  }

  .plp-facets-active-item-remove {
    width: 2.375rem;
    border-left: 1px solid black;
    height: 100%;
  }

  .plp-facets-active-item .plp-facets-active-item-remove .icon {
    width: .75rem;
    height: .75rem;
  }
}

.plp-facets-active-item-value {
  font-size: 0.75rem;
}

.plp-facets-active-item-remove {
  margin-left: .625rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.plp-facets-active-item-remove .icon {
  width: 0.75rem;
  height: 0.75rem;
}

@media (max-width: 63.9375rem) {
  .plp-facet-groups {
    padding: 0 1.25rem 1.25rem;
  }
}

.plp-facet-groups {
  border: solid 1px #d8d8d8;
}

.plp-facet-group {
  margin-top: 1.25rem;
}

.plp-facet-group-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #b3b3b3;
}

.plp-facet-group-header:focus-visible {
  outline-width: 0.125rem;
}

.plp-facet-group-trigger {
  margin-left: auto;
}

.plp-facet-group-trigger .icon {
  margin: auto;
}

.plp-facet-group-trigger .icon-plus {
  display: none;
  height: 1.125rem;
  width: 1.125rem;
}

.plp-facet-group-closed .plp-facet-group-trigger .icon-plus {
  display: block;
}

.plp-facet-group-trigger .icon-minus {
  display: block;
}

.plp-facet-group-closed .plp-facet-group-trigger .icon-minus {
  display: none;
}

.plp-facet-group-title {
  font-size: 0.75rem;
}

.plp-facet-group-panel {
  margin-top: 0.625rem;
}

.plp-facet-group-closed .plp-facet-group-panel {
  display: none;
}

.plp-facet {
  color: #2e2e2e;
  padding: 0.125rem 0;
}

.plp-facet .form-checkbox {
  display: inline-flex;
}

.plp-facet-checkbox {
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 1.1875rem;
  max-width: 100%;
}

.facet-range-label {
  font-family: Helvetica, sans-serif;
  font-weight: normal;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  padding-top: 0.4375rem;
}

.range-panel {
  display: flex;
  font-family: Helvetica, sans-serif;
  font-weight: normal;
  font-size: .75rem;
  margin-bottom: .5rem;
  justify-content: space-between;
}

.facet-range-input {
  width: 3rem;
  height: 1.5rem;
  padding: .25rem .3125rem;
}

.facet-range-divider {
  margin-left: .5rem;
  margin-right: .5rem;
  width: .75rem;
  height: .9375rem;
  display: inline-flex;
  align-self: center;
}

.plp-facet-range-btn {
  width: 2rem;
  height: 1.5rem;
  padding: 0;
  font-size: .63125rem;
  font-weight: bold;
  margin-left: .5rem;
  background: #EEB111;
  text-transform: none;
}

.plp-facet-group-category .plp-facet-checkbox {
  padding-left: 0;
}

.plp-facet-checkbox:hover {
  color: #9a132b;
  cursor: pointer;
}

.plp-facet .plp-facet-checkbox-color[title*="White"] .plp-facet-color,
.plp-facet .plp-facet-checkbox-color[title="Blanc"] .plp-facet-color,
.plp-facet .plp-facet-checkbox-color[title*="Collection"] .plp-facet-color {
  border: 1px solid #D5D5D5;
}

.plp-facet-checkbox-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
}

.plp-facet-color {
  margin-left: auto;
  width: 0.875rem;
  height: 0.875rem;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.plp-facet-color-swatch {
  width: 100%;
}

.plp-facet-checkbox-input {
  top: 0.125rem;
  opacity: 0;
}

.plp-facet-checkbox-input:hover {
  cursor: pointer;
}

.plp-facet-group-category .plp-facet-checkbox-input {
  left: -100%;
  opacity: 0;
}

.plp-facet-checkbox-input:checked + .plp-facet-checkbox-text {
  font-weight: bold;
}

#redesignPlpFacets .plp-facet-checkbox-text-count-block {
  padding-left: 5px;
}

.plp-facet-checkbox-text {
  font-size: 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  max-width: 11.25rem;
}

.plp-facet-checkbox-count {
  margin-left: 0.25rem;
  margin-right: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
}

.plp-facet-more .plp-facet-list,
.plp-facet-more .plp-facet-more-toggle-less {
  display: none;
}

.plp-facet-more-open .plp-facet-list,
.plp-facet-more-open .plp-facet-more-toggle-less {
  display: block;
}

.plp-facet-more-open .plp-facet-more-toggle-show {
  display: none;
}

.plp-facet-more-toggle-show,
.plp-facet-more-toggle-less {
  display: flex;
  align-items: baseline;
}

.plp-facet-more-toggle-show .icon-plus,
.plp-facet-more-toggle-less .icon-minus {
  display: inline-block;
  margin-right: 0.1875rem;
}

.plp-facet-more-toggle {
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-left: 0;
}

.plp-facet-group-category .plp-facet-more-toggle {
  margin-left: 0;
}

.plp-facet-group-container {
    width: 100%;
    position: relative;
}

.plp-facet-group-container .plp-facet-group-title {
    margin-top: 0.2rem;
}

h3.plp-facet-group-title {
    position: relative;
    width:100%;
}

h3 .plp-facet-group-trigger {
    position:absolute;
    right:0px;
    top:2px;
}

.facets__tooltip-container {
    height: 0.825rem;
    display: flex;
    flex-direction: column-reverse;
    position: relative;
}

.facets__tooltip-icon {
    width: 1rem;
    height: 1rem;
    margin-left: .5rem;
    cursor: pointer;
    margin-top: 0.2rem;
}

.facets__tooltip-message {
    display: none;
    background-color: rgba(0,0,0,1);
    opacity: 75%;
    color: #fff;
    padding: 0.64375rem 1.375rem 0.55rem 1.125rem;
    font-family: Avenir-Roman;
    font-size: .625rem;
    line-height: .875rem;
    text-align: justify;
    margin-bottom: 0.625rem;
    z-index: 9999;
}

.facet__title-container {
    display: flex;
    align-items: center;
}

@media (min-width: 48rem) {
    .plp-facet-group-container .plp-facet-group-title {
        margin-top: 0;
    }

    .facet__title-container .facet-toggle-label {
        margin-top: 0.1875rem;
    }

    .facets__tooltip-icon {
        cursor: default;
    }
  .facet-id-Need .facets__tooltip-message {
    right: 3.5rem !important;
  }
  .facets__tooltip-message {       
    margin-bottom: 0.5rem !important;
  }
}

.plp-disclaimer-item {
  margin-top: 0.625rem;
}

.plp-includes {
  display: none;
}
.facet-selected {
  display: none;
}

.plp-item-reviews-link.plp-item-detail-link {
  display: flex;
}

.plp-image-container{
	text-align: center;
}

.plp-where-to-buy-button {
    background: none;
    text-transform: none;
    color: #5b5b5b;
    outline: none;
    text-decoration: none;
    display: block;
    padding-top: 1rem;
    text-align: center;
    font-weight: 500;
}

.plp-where-to-buy-button:focus,
.plp-where-to-buy-button:hover {
    text-decoration: underline;
}

@media (max-width: 47.9375rem) {
	.plp-hide-mobile-item {
		display: none;
	}

  .facet-range-input {
    border-color: #eeeeee;
  }

  .plp-facets-panel-open .plp-facet-panel-wrapper::before {
    min-height: 3.2rem;
  }

  .plp-actions-sort {
    display: flex;
    align-items: center;
  }

  .plp-actions-counter {
    margin: 0 .5rem 0 0;
    display: flex;
    align-items: center;
  }

  .plp-actions-counter .plp-counter {
    white-space: normal;
  }

  .plp-actions-sort-title {
    border-left: 1px solid #b3b3b3;
    height: 90%;
    display: flex;
    align-items: center;
    padding-left: .625rem;
  }

  #sortContainer .plp-actions-sort-title {
    border-left: none;
    height: 90%;
    display: flex;
    align-items: center;
    padding-left: 0;
    font-size: 14px;
  }

  #sortContainer .highlight-page-results span::after {
    content: " shown";
  }

  html[data-lang="fr_CA"] #sortContainer .highlight-page-results span::after {
    content: " affichés";
  }

  #sortInputLabel .sort-plp-content {
    width: 100%;
    max-width: 100%;
  }

  #sortInputLabel .sort-plp-btn {
    padding: 10px 30px 10px 0;
  }

}

.plp-facet-group-trigger span{
	display:none
}

.sort-by{
    background: none !important;
    border: none !important;
    width: inherit;
}

#sortContainer .sort-by{
  margin-right: 0;
}

.sort-by .form-select-icon{
    z-index: 9 !important;
    pointer-events: none;
}

.sort-by .form-select-input{
    background: #fff !important;
    border: 1px solid #b3b3b3 !important ;
}

#sortContainer .form-select-input{
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  background: none !important;
  border: none !important ;
  padding-right: 1rem;
  padding-left: .3rem;
  z-index: 12;
}

@media (max-width: 27rem) {
    html[data-lang="fr_CA"] .sort-by .form-select-input {
        padding-right: .25rem;
    }
}

.sort-by .form-select-input option.plp-option-hidden{
    display: none;
}

.facet-toggle .plp-facet-group-panel {
  display: none;
}

.facet__title-container .facet-toggle-label {
  height: 100%;
}

.facet-toggle-label {
  position: relative;
  display: block;
  cursor: pointer;
  margin: 0 1.125rem .25rem auto;
}

.facet-toggle-label:before {
  content: '';
  position: relative;
  top: 0.0625rem;
  left: 0.0625rem;
  width: 2.75rem;
  height: 1.25rem;
  border-radius: 3.25rem;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  display: block;
  background: #e9e9e9;
  transition: background 0.2s ease;
  color: #000;
  font-size: 0.4rem;
}

.facet-toggle-label span {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.45rem;
  height: 1.45rem;
  display: block;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease;
  color: #fff;
  font-size: 0.3875rem;
}
.facet-toggle-input,
.facet-toggle-input:checked + .facet-toggle-label .plp-facet-toggle-state-off {
  display: none;
}
.facet-toggle-input:checked + .facet-toggle-label:before {
  background: #008800;
}
.facet-toggle-input:checked + .facet-toggle-label span {
  transform: translateX(1.5rem);
}
.facet-toggle-input:checked + .facet-toggle-label .plp-facet-toggle-state-on {
  display: block;
}
.plp-facet-toggle-state-on,
.plp-facet-toggle-state-off {
  font-family: 'HelveticaNeue-Bold', sans-serif;
  text-transform: uppercase;
  position: absolute;
}
.plp-facet-toggle-state-on {
  display: none;
  font-size: 6.2px;
  color: #fff;
  line-height: .65rem;
  top: 30%;
  left: 22%;
  background: #080;
}
.plp-facet-toggle-state-off {
  font-size: 6.4px;
  color: #000;
  line-height: .6625rem;
  top: 35%;
  right: 12%;
  background-color: #e9e9e9;
}

.plp-facet-panel-wrapper {
  width: 100%;
}

.plp-facets-panel,
.plp-facets-modal-panel {
  background-color: #f2f2f2;
  margin-top: 1.5rem;
}

.plp-facet-group-title {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: normal;
  text-transform: capitalize;
  font-style: normal;
}

.plp-facet-group-title.facet-toggle {
  font-family: 'Avenir-Black', sans-serif;
  font-size: .75rem;
  text-transform: uppercase;
  max-width: 55%;
}

.plp-facet-group {
  margin-top: 0;
  border-bottom: solid 1px #d8d8d8;
}

.plp-facet-group-header,
.plp-facet-group-panel {
  padding: 0 1rem;
}

.plp-facet-group-panel {
  padding-bottom: 1.4375rem;
}

.plp-facet-group-header {
  height: 3.5rem;
  border: none;
}

.plp-facet-checkbox-block {
  min-width: 1.125rem;
  height: 1.125rem;
  background: #fff;
  margin-right: .5rem;
  border: 1px solid black;
  position: relative;
}

.plp-facet-checkbox {
  padding-left: 0;
}

.plp-facet-checkbox-input:checked ~ .plp-facet-checkbox-block::after {
  content: '';
  position: absolute;
  left: 0.3375rem;
  top: 0.1rem;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 0.625rem;
  width: 0.375rem;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}

@media (max-width: 63.9375rem) {
  .plp-facet-group-header,
  .facet__title-container {
    min-height: 3.3rem;
  }

  .plp-facet-group-header {
    height: unset;
  }

  .plp-facets-panel,
  .plp-facets-modal-panel {
    width: 100%;
    margin-top: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .plp-no-products-msg {
    font-size: .75rem;
  }

  .plp-facet-action-buttons {
    display: none;
    margin-bottom: calc(2 * env(safe-area-inset-bottom));
  }

  .plp-facets-panel-open .plp-facets-panel,
  .plp-facets-panel-open .plp-facets-modal-panel {
    margin-bottom: 8rem;
  }

  .plp-facets-panel-open .plp-facet-action-buttons {
    position: fixed;
    z-index: 10000;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .plp-facets-panel-open .facets-clear-all-mobile-btn {
    border: 2px solid #000;
    width: 95%;
    background-color: white;
    color: #2e2e2e;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.8125rem;
    margin: 1rem auto;
  }

  .plp-facets-panel-open .facets-apply-all-mobile-btn {
    width: 95%;
    background-color: #c41239;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.8125rem;
    margin: auto auto 1rem auto ;
  }

  .plp-facets-panel-open .plp-facets-panel,
  .plp-facets-panel-open .plp-facets-modal-panel {
    background-color: #fff;
    margin-bottom: calc(8rem + (2 * env(safe-area-inset-bottom)));
  }

  .plp-facets-panel-open .plp-facet-groups {
    border: none;
    padding: 0;
  }

  .plp-facets-panel-open .plp-facets-panel-body {
    padding: 0;
  }

  .plp-mobile-filter-open header.header {
    position: fixed;
    width: 100%;
    z-index: 1049;
  }

  .plp-applied-facets {
    margin-left: .3125rem;
    font-size: 1.25rem;
  }

  .plp-facet::after {
    content: '';
    height: 0.0625rem;
    display: block;
    box-sizing: unset;
    width: 105%;
    padding-bottom: 0.3125rem;
    margin-bottom: 0.375rem;
    border-bottom: 1px solid #d8d8d8;
    opacity: 0.4;
  }

  .plp-mobile-filter-open .plp-facets-active-items {
    min-height: 3.5rem;
    padding: 0 .3125rem;
  }

  .plp-mobile-filter-open .plp-sticky-filters-mobile {
    display: flex;
  }

  .plp-facets-active-title {
    font-size: .75rem;
  }

  .plp-facets-active.plp-facets-active-on {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }

  .plp-facets-active-on .plp-facets-active-header {
    order: 1;
  }

  .plp-facets-active-on .plp-facets-active-clear {
    order: 2;
    margin-right: 0.875rem;
    text-transform: uppercase;
    text-decoration: none;
  }

  .plp-facets-active-on .plp-facets-active-items {
    order: 3;
    width: 100%;
  }

  .plp-facets-panel-open .facets-apply-all-mobile-btn[disabled],
  .plp-facets-panel-open .facets-apply-all-mobile-btn[disabled]:hover {
    background-color: #e2e2e5;
    color: #ffffff;
  }

  .plp-facets-panel-open .facets-apply-all-mobile-btn:hover {
    background-color: #ffffff;
    color: #c41239;
    border: 1px solid #c41239;
  }

  .plp-facet.disabled,
  .plp-facet.disabled .plp-facet-checkbox:hover,
  .plp-facet.disabled .plp-facet-checkbox-text,
  .plp-facet.disabled .plp-facet-checkbox-count {
    color: #e2e2e5;
  }
  .plp-facet.disabled .plp-facet-checkbox-block {
    border-color: #e2e2e5;
  }

  .plp-facet.disabled input {
    pointer-events: none;
  }

  button.plp-facet-range-btn {
    display: none;
  }
}

.plp-no-products-msg {
  height: 4rem;
  background-color: #f2f2f2;
  border: solid 1px #d8d8d8;
  align-items: center;
  justify-content: center;
  margin-top: 1.25rem;
  display: none;
}

.plp-no-products + .plp-no-products-msg {
  display: flex;
}

.plp-no-products,
.plp-mobile-filter-open .cookie-consent,
.plp-mobile-filter-open .pencil_banner_header,
.plp-mobile-filter-open #energy-ribbon,
.plp-mobile-filter-open #shipping-ribbon,
.plp-sticky-filters-mobile {
  display: none;
}

.facet-multi-value > .plp-facet-group-header {
  cursor: pointer;
}

/*# sourceMappingURL=plp.css.map */

.en_IN{
    color:#000000;
    font-weight: bolder;
}

p.badge__manual, p.badge__bestSeller, p.badge__topRated {
  position: absolute;
  left: -7px;
  top: -12px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 500;
  padding-left: 16px;
  padding-right: 8px;
  text-align: center;
}

p.badge__manual:before, p.badge__bestSeller:before, p.badge__topRated:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  border-top: 7px solid black;
  border-left: 7px solid transparent;
}

p.badge__manual:after, p.badge__bestSeller:after, p.badge__topRated:after {
  content: "";
  position: absolute;
  top: 0;
  border-style: solid;
  border-right-width: 0;
  right: -5px;
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 7px;
}

p.badge-new{
  position: absolute;
  grid-column: 2 / 7;
  grid-row: 1 / span 7;
  height: 24px;
  line-height: 17.5px;
  font-size: 14px;
  font-weight: 400;
  padding: 3px 8px;
  text-align: center;
  border-radius: 40px;
  top: -10px;
}

@media (max-width:767px) {
  p.badge-new{
    top:8%;
    left:80%;
    z-index:0;
  }
}

@media (min-width: 48rem) {
    .plp-items-grid .plp-item-box p.badge-new {
        grid-column: 4 / 2;
		grid-row: 2 / span 7;
		left: -38px;
		top: 12px;
	}
	.plp-items-grid .plp-item-box {
		display: grid;
	}
}

.plp-actions--prominent {
  justify-content: center;
  flex-direction: column-reverse;
  align-items: center;
}
.plp-actions--prominent .plp-actions-right {
  margin: 0 0 1.5625rem;
}
.plp-actions--prominent .plp-actions-left {
  width: 100%;
  justify-content: center;
}
.plp-actions--prominent .plp-actions-more {
  width: 100%;
  max-width: 22.25rem;
  height: 2.3125rem;
  border-radius: 3.125rem;
  border-top: 0.125rem solid #000000;
  border-bottom: 0.125rem solid #000000;
  border-left: 0.25rem solid #000000;
  border-right: 0.25rem solid #000000;
  font-weight: bold;
  color: #000000;
}
.plp-actions--prominent .plp-actions-counter {
  border-bottom: 0.125rem groove;
  padding-bottom: 0.625rem;
  width: 12.5rem;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 641px) and (max-height: 285px) {
  .plp-facets.plp-facets-panel-open {
    zoom: 50%;
  }
}

.plp-item--new .plp-item-color-list {
    flex-basis: unset;
}

.plp-item--new .plp-item-colors {
    height: 2.125rem;
}

.plp-item--new .plp-item-color {
    flex-basis: unset;
    max-width: unset;
}

.plp-item--new .plp-item-color:nth-child(n+2) {
    margin-left: 0.3rem;
}

.plp-item--new .plp-item-color-trigger {
    width: 2.125rem;
    height: 2.125rem;
    padding: 0.25rem;
}

.plp-item--new .plp-item-colors-more {
    margin-left: 0.063rem;
}

.plp-item--new .plp-item-colors-more-link {
    display: flex;
    max-width: 2.125rem;
    margin: 0;
    align-items: center;
    justify-content: center;
    font-size: 0.625rem;
    font-weight: 900;
    line-height: 0.9em;
    color: #000000;
    border: 1px solid #000;
}

.plp-item--new .plp-item-name {
    padding: 0.5rem 0;
    height: auto;
    font-size: 0.75rem;
    font-weight: 900;
    line-height: 1.08em;
}

.plp-item--new .plp-item-name-link {
    max-height: 3.5em;
    color: #000000;
}

.plp-item--new .plp-item-reviews {
    margin-top: 0;
    font-size: 0.625rem;
}

.plp-item--new .plp-item-details {
    margin-top: 0;
    align-items: center;
}

.plp-item--new .plp-item-model {
    margin-left: 0.375rem;
    padding-left: 0.375rem;
    font-size: 0.625rem;
    border-left: 1px solid #000000;
}

.plp-item--new .plp-item-stock {
    margin-left: 0;
    font-size: 0.75rem;
}

.plp-item--new .plp-item-price {
    margin-bottom: 0.25rem;
    padding-top: 0.3rem;
    flex-grow: 0;
    flex-wrap: wrap;
    align-content: baseline;
    text-align: left;
}

.plp-item--new .plp-item-price-line-1 {
    align-self: flex-end;
    font-size: 1em;
    font-weight: 700;
    line-height: 1em;
}

.plp-item--new .plp-item-price.plp-item-price-urgent .plp-item-price-line-1 {
    color: #c41230;
    font-size: 1.25rem;
    font-weight: 700;
    padding-bottom: .5rem;
}

.plp-item--new .plp-item-price .plp-item-price_urgency-message {
    display: none;
}

.plp-item--new .plp-item-price.plp-item-price-urgent .plp-item-price_urgency-message {
    display: inline-flex;
    gap: .25rem;
    padding-bottom: .5rem;
    color: #c41230;
    font-size: .75rem;
    font-weight: 700;
    line-height: normal;
}

.plp-items-grid  .plp-item-price .plp-item-price_urgency-message {
    padding-bottom: 0;
}

.plp-item--new .plp-item-price .plp-item-price_urgency-icon {
    height: .85rem;
    min-width: fit-content;
}

.plp-item--new .plp-item-price-line-1.single-price-line,
.plp-item--new .plp-item-price-line-1.single-price-line .price-label {
    font-size: 1.25rem;
}

.plp-item--new .plp-item-price__save {
    display: flex;
    align-items: baseline;
    margin-left: 0.4em;
    padding-top: .25rem;
    font-size: 10px;
    padding-bottom: 0.3125rem;
}

@media all and (min-width: 48rem) {
    .plp-item--new .plp-item-price__save {
        margin-left: auto;
    }
}

.plp-item--new .plp-item-price-line-2 {
    font-size: inherit;
}

.plp-item--new .plp-item-price-line-1.single-price-line ~ .plp-item-price__save,
.plp-items.plp-items-list .plp-item--new .plp-item-price-line-1.single-price-line ~ .plp-item-price__save {
    display: none;
}

.plp-item--new .plp-item-price__save-value {
    color: #008800;
    font-weight: 900;
}

.plp-item--new .plp-item-eco .eco-m .eco-c a {
    font-size: 0.625rem;
    color: #000;
}

.plp-item--new .plp-item-eco {
    margin-top: 0;
    min-height: unset;
    flex-basis: 100%;
    flex-shrink: 0;
    font-size: 0.625rem;
}

.plp-item--new .plp-item-saves {
    margin-top: 0;
    font-size: 1rem;
    line-height: unset;
    align-items: center;
}

.plp-item--new .plp-item-wishlist-trigger.show-wishlist-btn {
    display: flex;
}

.plp-item--new .plp-item-wishlist-trigger .icon.wishlist-btn__icon-empty.active,
.plp-item--new .plp-item-wishlist-trigger .icon.wishlist-btn__icon-filled.active {
    width: 1.5rem;
    height: 1.4125rem;
    margin-right: 0;
}

.plp-items-list .plp-item--new .plp-item-wishlist-trigger .icon.wishlist-btn__icon-empty.active,
.plp-items-list .plp-item--new .plp-item-wishlist-trigger .icon.wishlist-btn__icon-filled.active {
    width: 1.0625rem;
    height: 1rem;
}

.plp-item--new .plp-item-saves .wishlist-btn__text {
    display: none;
}

.add-to-package-enabled .plp-item-saves{
    justify-content: space-between;
    width: 100%;
}

.add-to-package-enabled .plp-item-saves .plp-compare-checkbox, .add-to-package-enabled .plp-item-saves .plp-item-wishlist-trigger.show-wishlist-btn{
    flex-direction: column;
}

.add-to-package-enabled .plp-item-saves .plp-item-wishlist-trigger .icon.wishlist-btn__icon-empty.active,
.add-to-package-enabled .plp-item-saves .plp-item-wishlist-trigger .icon.wishlist-btn__icon-filled.active,
.plp-items-list .add-to-package-enabled .plp-item-saves .add-to-package-enabled .plp-item-saves .plp-item-wishlist-trigger .icon.wishlist-btn__icon-empty.active,
.plp-items-list .add-to-package-enabled .plp-item-saves .add-to-package-enabled .plp-item-saves .plp-item-wishlist-trigger .icon.wishlist-btn__icon-filled.active {
    width: 18px;
    height: 18px;
}

.add-to-package-enabled .plp-item-saves .wishlist-btn{
    font-family: inherit;
}

.add-to-package-enabled .plp-item-saves .wishlist-btn__text {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.063rem;
    font-size: 9px;
    margin-top: 3px;
}

.add-to-package-enabled .plp-item-saves > div {
    width: 33.33%;
}

.add-to-package-enabled .plp-item-saves .plp-item-wishlist {
    margin-left: 0;
}
.add-to-package-enabled .plp-item-wishlist{
    display: flex;
    justify-content: center;
}

.add-to-package-enabled .plp-item-saves .plp-item-wishlist-trigger .icon {
    color: initial;
}
.add-to-package-enabled .plp-item-saves > div .header-six {
    height: auto;
    margin-bottom: 0;
    padding: 0;
}

.add-to-package-enabled .plp-item-saves .plp-item-addToPackage .button-tertiary-dark {
    color: #2e2e2e;
    background-color: transparent;
    padding: 15px 0;
}

.add-to-package-enabled .plp-item-saves .plp-compare-checkbox .check-mark {
    margin-right: 0;
    height: 16px;
    width: 16px;
    margin-bottom: 5px;
    border-radius: 4px;
    border-width: 2px;
}

.plp-item-saves .plp-item-addToPackage{
    display: none;
}

.add-to-package-enabled .plp-item-saves .plp-item-addToPackage{
    display: flex;
}

.add-to-package-enabled .plp-item--new .plp-item-saves{
    font-size: 9px;
    gap: 10px;
}

.plp-item-addToPackage .icons-plus{
    font-size: 28px;
    height: 16px;
    width: 18px;
    margin-left: -10px;
    line-height: 0.3;
}

.plp-item--new .plp-item-free-shipping {
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    font-weight: 900;
    color: #008800;
    text-transform: uppercase;
}

.plp-item--new .plp-item-free-shipping__icon {
    margin-right: 0.25rem;
}

.plp-item--new .plp-item-specs {
    padding-top: 0.875rem;
    padding-bottom: 1rem;
}

.plp-item--new .plp-item-specs.energy-label {
    min-height: 2rem;
}

.plp-item--new .plp-item-specs ul {
    margin: 0;
    padding-inline-start: 0;
    font-size: 0.625rem;
    list-style: none;
}

.plp-item--new .plp-item-specs li {
    line-height: 1.7em;
}

.plp-item--new .plp-item-specs strong {
    font-weight: 900;
}

.plp-item--new .plp-item-specs .plp-item-specs__dimensions-title {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 0.25rem;
}

.plp-item--new .plp-item-specs .plp-item-specs__dimensions-line {
    font-weight: 400;
}

[lang$=CA] .plp-items-grid .plp-item--new .plp-item-specs__dimensions-title {
    display: none;
}

.plp-item--new .plp-where-to-buy-button {
    padding-top: 0.5rem;
    font-size: 0.75rem;
    font-weight: 900;
    color: #000000;
}

.plp-item--new .plp-where-to-buy-button:focus {
    outline: 0.0625rem solid #000000;
}

.plp-item--new .plp-item-price {
    font-size: 1.25rem;
}

.plp-item--new .plp-item-price .member-price-cta {
    padding: 0;
    margin-top: 0.55rem;
}
.plp-item--new .plp-item-price .member-price-cta.hidden {
    visibility: hidden;
}
.plp-items-list .plp-item-price .member-price-cta {
    white-space: nowrap;
}

.plp-item--new .plp-item-price-line-1 .price-label {
    display: block;
    text-transform: capitalize;
}

.plp-item--new .plp-item-whats-in-the-box {
    grid-column: 2 / 2;
    grid-row: 6 / 8;
    margin-top: 0.5rem;
    z-index: 1;
    font-size: 0.75rem;
}

.plp-item--new .plp-item-whats-in-the-box .plp-item-whats-in-the-box__content {
    display: grid;
    gap: 1rem .25rem;
}

.plp-item--new .plp-item-whats-in-the-box .plp-item-whats-in-the-box__content span {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    text-transform: capitalize;
}

.plp-item--new .plp-item-whats-in-the-box .plp-item-whats-in-the-box__content span img {
    width: 64px;
    height: 64px;
    margin: 0 auto .5rem;
}

.plp-item--new .plp-item-whats-in-the-box .plp-item-whats-in-the-box__view-all {
    color: #c41230;
    font-weight: bold;
    text-transform: uppercase;
    font-size: .75rem;
    background: none;
    border: none;
    padding: 0;
    margin: .5rem 0 0;
    height: auto;
    cursor: pointer;
}

.plp-items.plp-items-grid .plp-item .plp-item-whats-in-the-box .plp-item-whats-in-the-box__content {
    grid-template-columns: repeat(3, 1fr);
}

.plp-items.plp-items-list .plp-item .plp-item-whats-in-the-box .plp-item-whats-in-the-box__content {
    grid-template-columns: repeat(4, minmax(85px, 1fr));
}

.plp-items.plp-items-list .plp-item .plp-item-card-content-bottom .plp-item-specs {
    padding: 0;
}

@media all and (min-width: 48rem) {
    .plp-item--new .plp-item-price {
        font-size: 1.05rem;
    }

    .plp-item--new .plp-item-price-line-1 .price-label {
        font-size: 0.8em;
    }

    .plp-item--new .plp-item-whats-in-the-box {
        max-width: 95%;
    }

}

@media all and (min-width: 52.5rem) {
    .plp-item--new .plp-item-price {
        font-size: 1.1rem;
    }

    .plp-item--new .plp-item-price-line-1 .price-label {
        font-size: 1em;
    }
}

@media all and (min-width: 60rem) {
    .plp-item--new .plp-item-price {
        font-size: 1.25rem;
    }
}

@media all and (min-width: 64rem) {
    .plp-item--new .plp-item-price {
        font-size: 1.05rem;
    }

    .plp-item--new .plp-item-price-line-1 .price-label {
        font-size: 0.8em;
    }

    .plp-item--new .small-font-size .plp-item-price-line-1 {
        font-weight: bold;
    }

    .plp-item--new .small-font-size .plp-item-price-line-1,
    .plp-item--new .small-font-size .plp-item-price-line-1 .price-label {
        font-size: .75rem;
    }
}

@media all and (min-width: 70rem) {
    .plp-item--new .plp-item-price {
        font-size: 1.15rem;
    }
}

@media all and (min-width: 80rem) {
    .plp-item--new .plp-item-price {
        font-size: 1.25rem;
    }

    .plp-item--new .plp-item-price-line-1 .price-label {
        font-size: 1em;
    }
}

.plp-item--new .plp-item-meta-data {
    position: relative;
    display: flex;
    flex-direction: column;
}

html[data-storename='amana-us'] .plp-item--new .plp-item-energy{
    top: -2rem; 
}

.plp-item--new .plp-item-energy,
.plp-items-grid .plp-item--new .plp-item-energy {
    position: absolute;
    top: -1.5rem;
    right: 0;
}

.plp-items-grid .plp-item--new .plp-item-free-shipping {
    margin-top: 0.4rem;
}

.plp-item--new .plp-item-energy img {
    max-width: 2.75rem;
}

@media all and (min-width: 48rem) {
    .plp-item--new .plp-item-name {
        padding: 0.5rem 0.125rem;
    }

    .plp-item--new .plp-item-energy {
        position: static;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-box {
        display: grid;
        grid-template-columns: 22.939% auto 23.5%;
        grid-template-rows: repeat(7, auto);
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-box:after {
        content: "";
        position: absolute;
        display: block;
        width: 1px;
        height: 82%;
        top: 9%;
        right: 27.8%;
        background: #e2e2e2;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-saves {
        grid-column: 3 / 3;
        grid-row: 1 / 1;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-media-image {
        padding-right: 1.3125rem;
        grid-column: 1 / 1;
        grid-row: 2 / span 8;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-media-image .plp-item-image {
        max-width: 100%;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-colors {
        grid-column: 3 / 3;
        grid-row: 3 / 6;
        margin-top: 0;
        align-self: center;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-name {
        padding: 0.125rem;
        align-self: end;
        grid-column: 2 / 2;
        grid-row: 2 / span 2;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-details {
        grid-column: 2 / 2;
        grid-row: 5 / 5;
        margin-bottom: 0;
        padding-bottom: 0.5rem;
        border-bottom: 1px solid #e2e2e2;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-card-content-bottom {
        grid-column: 2 / 2;
        grid-row: 6 / 6;
        z-index: 1;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-price {
        grid-column: 3 / 3;
        grid-row: 7 / 7;
        padding: 0 0 0 0.625rem;
        align-content: flex-end;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-price.plp-item-price--centered .plp-item-price__save {
        justify-content: center;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-price .plp-item-price__save {
        display: flex;
        flex-basis: 100%;
        max-width: 100%;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-price .plp-item-price__save-value {
        margin-left: 0.25rem;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-price .plp-item-price-line-1 {
        text-align: center;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-price .plp-item-price__save {
        justify-content: center;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-eco {
        margin-top: 0;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-eco .eco-m .eco-c .eco-widget {
        margin: 0;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-meta-data {
        grid-column: 2 / 2;
        grid-row: 7 / 7;
        position: relative;
        margin-right: 2.7rem;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-meta-data .plp-item-energy {
        margin-top: 0;
        bottom: 0.75rem;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-stock,
    .plp-items.plp-items-list .plp-item--new .plp-item-free-shipping {
        grid-column: 2 / 2;
        grid-row: 4 / 4;
        margin: 0;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-specs {
        padding-top: 0;
        padding-bottom: 1.5rem;
    }

    .plp-items-list .plp-item--new .plp-item-specs .plp-item-specs__dimensions-line {
        display: inline;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-specs li {
        line-height: 1.7em;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-actions {
        margin-top: 0.5rem;
        grid-column: 3 / 3;
        grid-row: 8 / 8;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-actions.plp-item-actions--hidden {
        display: block;
        visibility: hidden;
        opacity: 0;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-cta {
        margin-top: 0;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-name,
    .plp-items.plp-items-list .plp-item--new .plp-item-specs,
    .plp-items.plp-items-list .plp-item--new .plp-item-stock,
    .plp-items.plp-items-list .plp-item--new .plp-item-details,
    .plp-items.plp-items-list .plp-item--new .plp-item-free-shipping,
    .plp-items.plp-items-list .plp-item--new .marketplace-product-label {
        margin-right: 3.7rem;
    }

    .plp-items-list .plp-item-price .member-price-cta {
        margin-left: -0.625rem;
    }

    .plp-items.plp-items-list .newplp-item-v2 .plp-item-box {
        border-radius: 8px;
        padding: 16px 8px;
    }

    .plp-items.plp-items-grid .newplp-item-v2 .plp-item-box {
        border-radius: 8px;
        padding: 20px 15px;
    }
    
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-wishlistv2 {
        grid-column: 1 / 1;
        grid-row: 1 / 1;
    }
    
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-media-image {
        grid-column: 1 / 1;
        grid-row: 2 / span 8;
    }
    
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-name {
        grid-column: 2 / 2;
        grid-row: 1 / 4;
    }
    
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-details {
        grid-column: 2 / 2;
        grid-row: 4 / 4;
    }
    
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-stock {
        grid-column: 2 / 2;
        grid-row: 5 / 5;
    }
    
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-specs {
        grid-column: 2 / 2;
        grid-row: 6 / 6;
    }
    
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-card-content-bottom {
        grid-column: 2 / 2;
        grid-row: 7 / 7;
    }
        
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-meta-data {
        grid-column: 2 / 2;
        grid-row: 8 / 8;
    }
    
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-colors {
        grid-column: 3 / 3;
        grid-row: 5 / 7;
    }
        
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-onlyprice {
        grid-column: 3 / 3;
        grid-row: 1 / 6;
        padding: 0;
        align-content: flex-start;
        margin-top: 10px;
    }
    
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-onlymessage {
        grid-column: 3 / 3;
        grid-row: 7 / 7;
        align-content: flex-start;
    }
    
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-actions {
        grid-column: 3 / 3;
        grid-row: 9 / 9;
    }
    
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-comparev2 {
        grid-column: 2 / 2;
        grid-row: 9 / 9;
    }
    
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-addToPackagev2 {
        display: none;
    }
    
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-onlyprice .plp-item-price-line-1 {
        margin: 0;
    }

    .plp-items.plp-items-list .newplp-item-v2 .plp-item-box:after {
        display: none;
    }
}

.plp-items.plp-items-list .newplp-item-v2:has(.badge__bestSeller.badge-primary[style="display: block;"]) .plp-item-media-image,
.plp-items.plp-items-list .newplp-item-v2:has(.badge__manual.badge-primary) .plp-item-media-image {
    grid-row: 4 / span 6;
}

.plp-items.plp-items-grid .newplp-item-v2 .plp-item-saves.plp-item-comparev2 {
    margin-top: 5px;
}
.utility-nav-wrapper-mobile {
  text-align: start;
  display: block;
}
.utility-nav-wrapper-mobile .utility-nav__container {
  display: block;
  position: relative;
}
.utility-nav__container {
  display: none;
  background-color: #e2e2e2;
  padding-left: 1rem;
  padding-bottom: 0.75rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1049;
  transform: translateX(150%);
  transition: transform 500ms ease-in-out;
}
.utility-nav__container .hide {
  display: none;
}
.utility-nav__container.visible {
  transform: translateX(0);
}
.utility-nav__container .header-chat-link {
  font-size: 0.75rem;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  height: 1rem;
  font-style: normal;
  line-height: 1.33;
  display: flex;
}
.utility-nav__container .header-chat-link:hover {
  color: #d99e02;
}
.utility-nav__container .header-chat-link-icon-with-text {
  display: flex;
}
.utility-nav__container .header-chat-link-icon {
  align-items: center;
  display: flex;
  margin-right: .5rem;
}
.utility-nav__link {
  font-size: 0.875rem;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  background: unset;
  font-family: "HelveticaNeue", sans-serif;
  text-transform: none;
  padding: 0;
  display: block;
  height: auto;
}
.utility-nav__link:hover {
  color: #d99e02;
  text-decoration: underline !important;
  background: transparent;
}
.utility-nav__link-icon {
  padding-right: 0.5rem;
  display: flex;
  font-size: 1rem;
  align-items: center;
}
.utility-nav__link-icon .icon {
  width: .75rem;
  height: .75rem;
}
.utility-nav__link-wrapper {
  padding-top: 1.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.utility-nav__link-wrapper .utility-nav__link .location-data {
  font-weight: bold;
}
.utility-nav__link-wrapper .utility-nav__link:focus-visible {
  outline-width: .125rem;
}
.utility-nav__link-wrapper--location {
  position: relative;
  font-family: "HelveticaNeue", sans-serif;
}
.utility-nav__link-wrapper--location .location-nav-dropdown {
  top: 2.5rem;
  right: 0;
  padding: 1rem;
  position: absolute;
  background-color: white;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  width: 17.75rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .button {
  margin-bottom: 0;
  width: 100%;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .button:focus-visible {
  outline-width: .125rem;
  outline-offset: .125rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .location-headline-dropdown {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .location-text-block {
  font-size: 0.75rem;
  line-height: 1.33;
  margin-bottom: 0.5rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .location-text-label {
  font-weight: bold;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location {
  margin-bottom: 1rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code {
  display: flex;
  border: 2px solid #000000;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code .zip-loader,
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code .zip-resolved-checkmark {
  position: inherit;
  align-self: center;
  margin-right: 0.5rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code.zip-code-required {
  border-color: #c80a33;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2 {
  border: 0;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2:focus-visible {
  outline: 0.125rem solid #000000;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-input {
  font-size: 0.75rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .close-modal-overlay {
  position: absolute;
  right: 1rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .close-modal-overlay svg {
  height: 0.813rem;
  width: 0.875rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .zip-code-error {
  color: #c41230;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .location-modal-button {
  font-size: 1rem;
  line-height: 1.188rem;
  margin-top: 0.5rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .zip-code-error-wrapper {
  padding-top: 0;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .zip-code-error-wrapper .suggestion-wrapper {
  border-radius: .25rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: .25rem 0;
  align-items: center;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .zip-code-error-wrapper .suggestion-wrapper .suggestion-message,
.utility-nav__link-wrapper--location .location-nav-dropdown .zip-code-error-wrapper .suggestion-wrapper .zip-code-error-message {
  color: #c41230;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-right: 0.5rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .zip-code-error-wrapper .suggestion-wrapper svg {
  width: 1.375rem;
  margin-top: 0.188rem;
  align-self: flex-start;
  margin-right: 0.375rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown #update-location-btn:disabled {
  background: #f2f2f2;
}
.utility-nav__cross-site-navigation {
  padding-top: 1rem;
  display: grid;
  grid-template-columns: 7.5rem 7.5rem;
}
.utility-nav__cross-site-navigation-item {
  height: 2rem;
  display: inline-flex;
  width: fit-content;
  margin-bottom: .5rem;
  border-top: .125rem solid transparent;
  border-bottom: .125rem solid transparent;
}
.utility-nav__cross-site-navigation-item.active {
  border-bottom: 0.125rem solid #eeb111;
}
.utility-nav__cross-site-navigation-brands-label {
  font-family: 'HelveticaNeue', sans-serif;
  font-weight: 400;
  font-size: .75rem;
  line-height: 1rem;
  color: #000000;
  padding-bottom: 1.25rem;
}
.utility-nav__cross-site-navigation-link {
  cursor: pointer;
  margin: auto 0;
}
.utility-nav__cross-site-navigation-img {
  max-height: 2rem;
}
.utility-nav__cross-site-navigation-img:focus-visible {
  outline-width: .125rem;
}
.utility-nav .primary-link .ipad-open + .utility-nav-wrapper-mobile .utility-nav__switch-links-navigation {
  background-color: red;
}
.utility-nav__switch-links-navigation--mobile .utility-nav__switch-link-wrapper {
  transition: none;
  background-color: #ffffff;
  box-shadow: inset 0 -0.0625rem 0 #d2d2d2;
  position: relative;
  margin-left: -1rem;
}
.utility-nav__switch-links-navigation--mobile .utility-nav__switch-link {
  font-family: "Avenir", sans-serif;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #2e2e2e;
  padding: 1.1875rem 0 1.1875rem 1rem;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 48rem) and (max-width: 64rem) {
  .utility-nav__switch-links-navigation--mobile .utility-nav__switch-link {
    padding: 1.5rem 0 1.5rem 1rem;
    align-items: center;
  }
  .utility-nav__switch-links-navigation--mobile .utility-nav__switch-link .utility-nav__switch-text {
    height: 1.875rem;
    align-content: center;
  }
}
.utility-nav__switch-links-navigation--mobile .utility-nav__switch-link-icon {
  margin-right: .5rem;
}
.utility-nav__switch-links-navigation--desktop {
  display: none;
}
.header-v3 .content-block-wrapper {
  background-color: #ffffff;
  padding: 1rem;
  position: relative;
  top: 3.5rem;
}
.header-v3 .content-block-wrapper .close-modal-overlay {
  display: none;
}
.header-v3 .content-block-wrapper .button {
  margin-bottom: 0;
  width: 100%;
}
.header-v3 .content-block-wrapper .button:focus-visible {
  outline-width: .125rem;
  outline-offset: .125rem;
}
.header-v3 .content-block-wrapper .location-headline-dropdown {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.header-v3 .content-block-wrapper .location-text-block {
  font-size: 0.75rem;
  line-height: 1.33;
  margin-bottom: 0.5rem;
}
.header-v3 .content-block-wrapper .location-text-label {
  font-weight: bold;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}
.header-v3 .content-block-wrapper .form-block-location {
  margin-bottom: 1rem;
}
.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code {
  display: flex;
  border: 2px solid #000000;
}
.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code .zip-loader,
.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code .zip-resolved-checkmark {
  position: inherit;
  align-self: center;
  margin-right: 0.5rem;
}
.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code.zip-code-required {
  border-color: #c80a33;
}
.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2 {
  border: 0;
}
.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2:focus-visible {
  outline: 0.125rem solid #000000;
}
.header-v3 .content-block-wrapper .form-input {
  font-size: 0.75rem;
}
.header-v3 .content-block-wrapper .close-modal-overlay {
  position: absolute;
  right: 1rem;
}
.header-v3 .content-block-wrapper .close-modal-overlay svg {
  height: 0.813rem;
  width: 0.875rem;
}
.header-v3 .content-block-wrapper .zip-code-error {
  color: #c41230;
}
.header-v3 .content-block-wrapper .location-modal-button {
  font-size: 1rem;
  line-height: 1.188rem;
  margin-top: 0.5rem;
}
.header-v3 .content-block-wrapper .zip-code-error-wrapper {
  padding-top: 0;
}
.header-v3 .content-block-wrapper .zip-code-error-wrapper .suggestion-wrapper {
  border-radius: .25rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: .25rem 0;
  align-items: center;
}
.header-v3 .content-block-wrapper .zip-code-error-wrapper .suggestion-wrapper .suggestion-message,
.header-v3 .content-block-wrapper .zip-code-error-wrapper .suggestion-wrapper .zip-code-error-message {
  color: #c41230;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-right: 0.5rem;
}
.header-v3 .content-block-wrapper .zip-code-error-wrapper .suggestion-wrapper svg {
  width: 1.375rem;
  margin-top: 0.188rem;
  align-self: flex-start;
  margin-right: 0.375rem;
}
.header-v3 .content-block-wrapper #update-location-btn:disabled {
  background: #f2f2f2;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .utility-nav-wrapper-mobile {
    display: none;
  }
  .modal-box.user-location-modal-box {
    padding: 2.5rem;
  }
  .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-header {
    display: inline-block;
  }
  .utilityNav {
    background-color: #e2e2e2;
    position: relative;
    z-index: 25;
  }
  .utility-nav__container {
    height: 2.5rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    transform: translateX(0);
    position: relative;
    max-width: 74.5rem;
    margin: 0 auto;
  }
  .utility-nav__container .hide {
    display: none;
  }
  .utility-nav__container .header-chat-link {
    font-size: 0.75rem;
  }
  .utility-nav__container .header-chat-link:focus-visible {
    outline-width: .125rem;
  }
  .utility-nav__container .header-chat-link-icon {
    margin-right: .25rem;
  }
  .utility-nav__link {
    font-size: .75rem;
    line-height: 1.33;
  }
  .utility-nav__link-wrapper {
    padding-left: 1rem;
    padding-top: unset;
    justify-content: center;
  }
  .utility-nav__link-icon {
    padding-right: .25rem;
  }
  .utility-nav__cross-site-navigation {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    padding: 0 0 0 .563rem;
  }
  .utility-nav__cross-site-navigation-brands-label {
    padding-bottom: 0;
  }
  .utility-nav__cross-site-navigation-item {
    margin: 0 0 0 1.25rem;
  }
  .utility-nav__switch-links-navigation ~ .utility-nav__cross-site-navigation {
    display: none;
  }
  .utility-nav__switch-links-navigation {
    display: flex;
    margin-right: auto;
    height: 100%;
    align-items: center;
    padding-left: 1.5rem;
  }
  .utility-nav__switch-links-navigation--mobile {
    display: none;
  }
  .utility-nav__switch-links-navigation--desktop {
    display: flex;
    margin-right: auto;
    height: 100%;
    align-items: center;
  }
  .utility-nav__switch-link-wrapper {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    height: 100%;
    align-items: center;
    display: flex;
  }
  .utility-nav__switch-link-wrapper--primary {
    background-color: #ffffff;
    pointer-events: none;
    cursor: default;
  }
  .utility-nav__switch-link {
    font-family: "Nunito", sans-serif;
    display: flex;
    margin-right: auto;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .875rem;
    color: #000000;
  }
  .utility-nav__switch-link:hover {
    color: #000000;
  }
  .utility-nav__switch-link-icon {
    margin-left: .375rem;
  }
  [lang$=CA] .utility-nav__cross-site-navigation-item {
    margin: 0 0 0 1.5rem;
  }
}
@media (min-width: 64.01rem) and (max-width: 75rem) {
  .utility-nav__cross-site-navigation-item {
    max-width: 4.8127rem;
    margin: 0 0 0 0.25rem;
  }
}
@media all and (min-width: 64.01rem) {
  .author-mode .utility-nav-wrapper-mobile {
    display: none;
  }
  .author-mode .modal-box.user-location-modal-box {
    padding: 2.5rem;
  }
  .author-mode .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-header {
    display: inline-block;
  }
  .author-mode .utilityNav {
    background-color: #e2e2e2;
    position: relative;
    z-index: 25;
  }
  .author-mode .utility-nav__container {
    height: 2.5rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    transform: translateX(0);
    position: relative;
    max-width: 74.5rem;
    margin: 0 auto;
  }
  .author-mode .utility-nav__container .hide {
    display: none;
  }
  .author-mode .utility-nav__container .header-chat-link {
    font-size: 0.75rem;
  }
  .author-mode .utility-nav__container .header-chat-link:focus-visible {
    outline-width: .125rem;
  }
  .author-mode .utility-nav__container .header-chat-link-icon {
    margin-right: .25rem;
  }
  .author-mode .utility-nav__link {
    font-size: .75rem;
    line-height: 1.33;
  }
  .author-mode .utility-nav__link-wrapper {
    padding-left: 1rem;
    padding-top: unset;
    justify-content: center;
  }
  .author-mode .utility-nav__link-icon {
    padding-right: .25rem;
  }
  .author-mode .utility-nav__cross-site-navigation {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    padding: 0 0 0 .563rem;
  }
  .author-mode .utility-nav__cross-site-navigation-brands-label {
    padding-bottom: 0;
  }
  .author-mode .utility-nav__cross-site-navigation-item {
    margin: 0 0 0 1.25rem;
  }
  .author-mode .utility-nav__switch-links-navigation ~ .author-mode .utility-nav__cross-site-navigation {
    display: none;
  }
  .author-mode .utility-nav__switch-links-navigation {
    display: flex;
    margin-right: auto;
    height: 100%;
    align-items: center;
    padding-left: 1.5rem;
  }
  .author-mode .utility-nav__switch-links-navigation--mobile {
    display: none;
  }
  .author-mode .utility-nav__switch-links-navigation--desktop {
    display: flex;
    margin-right: auto;
    height: 100%;
    align-items: center;
  }
  .author-mode .utility-nav__switch-link-wrapper {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    height: 100%;
    align-items: center;
    display: flex;
  }
  .author-mode .utility-nav__switch-link-wrapper--primary {
    background-color: #ffffff;
    pointer-events: none;
    cursor: default;
  }
  .author-mode .utility-nav__switch-link {
    font-family: "Nunito", sans-serif;
    display: flex;
    margin-right: auto;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .875rem;
    color: #000000;
  }
  .author-mode .utility-nav__switch-link:hover {
    color: #000000;
  }
  .author-mode .utility-nav__switch-link-icon {
    margin-left: .375rem;
  }
  .author-mode [lang$=CA] .utility-nav__cross-site-navigation-item {
    margin: 0 0 0 1.5rem;
  }
}
@media all and (min-width: 85.375rem) {
  .utility-nav-wrapper-mobile {
    display: none;
  }
  .modal-box.user-location-modal-box {
    padding: 2.5rem;
  }
  .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-header {
    display: inline-block;
  }
  .utilityNav {
    background-color: #e2e2e2;
    position: relative;
    z-index: 25;
  }
  .utility-nav__container {
    height: 2.5rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    transform: translateX(0);
    position: relative;
    max-width: 74.5rem;
    margin: 0 auto;
  }
  .utility-nav__container .hide {
    display: none;
  }
  .utility-nav__container .header-chat-link {
    font-size: 0.75rem;
  }
  .utility-nav__container .header-chat-link:focus-visible {
    outline-width: .125rem;
  }
  .utility-nav__container .header-chat-link-icon {
    margin-right: .25rem;
  }
  .utility-nav__link {
    font-size: .75rem;
    line-height: 1.33;
  }
  .utility-nav__link-wrapper {
    padding-left: 1rem;
    padding-top: unset;
    justify-content: center;
  }
  .utility-nav__link-icon {
    padding-right: .25rem;
  }
  .utility-nav__cross-site-navigation {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    padding: 0 0 0 .563rem;
  }
  .utility-nav__cross-site-navigation-brands-label {
    padding-bottom: 0;
  }
  .utility-nav__cross-site-navigation-item {
    margin: 0 0 0 1.25rem;
  }
  .utility-nav__switch-links-navigation ~ .utility-nav__cross-site-navigation {
    display: none;
  }
  .utility-nav__switch-links-navigation {
    display: flex;
    margin-right: auto;
    height: 100%;
    align-items: center;
    padding-left: 1.5rem;
  }
  .utility-nav__switch-links-navigation--mobile {
    display: none;
  }
  .utility-nav__switch-links-navigation--desktop {
    display: flex;
    margin-right: auto;
    height: 100%;
    align-items: center;
  }
  .utility-nav__switch-link-wrapper {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    height: 100%;
    align-items: center;
    display: flex;
  }
  .utility-nav__switch-link-wrapper--primary {
    background-color: #ffffff;
    pointer-events: none;
    cursor: default;
  }
  .utility-nav__switch-link {
    font-family: "Nunito", sans-serif;
    display: flex;
    margin-right: auto;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .875rem;
    color: #000000;
  }
  .utility-nav__switch-link:hover {
    color: #000000;
  }
  .utility-nav__switch-link-icon {
    margin-left: .375rem;
  }
  [lang$=CA] .utility-nav__cross-site-navigation-item {
    margin: 0 0 0 1.5rem;
  }
}
@media all and (max-width: 64.01rem) {
  .header-v3 .content-block-wrapper {
    max-width: 28.125rem;
    margin: auto;
  }
}
@media all and (min-width: 48rem) {
  .utility-nav__container .utility-nav__link-wrapper--mobile {
    display: none;
  }
}
[lang$=CA] .utility-nav__container .header-chat-link-icon {
  display: none;
}
@media all and (max-width: 64.01rem) and (orientation: landscape) {
  .header-v3 .content-block-wrapper {
    top: 0;
  }
}
.user-location-modal-box {
  background: #ffffff;
  padding: 1.25rem;
}
.user-location-modal-box .modal-dialog .modal-content .modal-header {
  display: none;
}
.user-location-modal-box .location-block {
  text-align: left;
}
.user-location-modal-box .location-block .button {
  margin-bottom: 0;
  width: 100%;
}
.user-location-modal-box .location-block .button:focus-visible {
  outline-width: .125rem;
  outline-offset: .125rem;
}
.user-location-modal-box .location-block .location-headline-dropdown {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.user-location-modal-box .location-block .location-text-block {
  font-size: 0.75rem;
  line-height: 1.33;
  margin-bottom: 0.5rem;
}
.user-location-modal-box .location-block .location-text-label {
  font-weight: bold;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}
.user-location-modal-box .location-block .form-block-location {
  margin-bottom: 1rem;
}
.user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code {
  display: flex;
  border: 2px solid #000000;
}
.user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code .zip-loader,
.user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code .zip-resolved-checkmark {
  position: inherit;
  align-self: center;
  margin-right: 0.5rem;
}
.user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code.zip-code-required {
  border-color: #c80a33;
}
.user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2 {
  border: 0;
}
.user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2:focus-visible {
  outline: 0.125rem solid #000000;
}
.user-location-modal-box .location-block .form-input {
  font-size: 0.75rem;
}
.user-location-modal-box .location-block .close-modal-overlay {
  position: absolute;
  right: 1rem;
}
.user-location-modal-box .location-block .close-modal-overlay svg {
  height: 0.813rem;
  width: 0.875rem;
}
.user-location-modal-box .location-block .zip-code-error {
  color: #c41230;
}
.user-location-modal-box .location-block .location-modal-button {
  font-size: 1rem;
  line-height: 1.188rem;
  margin-top: 0.5rem;
}
.user-location-modal-box .location-block .zip-code-error-wrapper {
  padding-top: 0;
}
.user-location-modal-box .location-block .zip-code-error-wrapper .suggestion-wrapper {
  border-radius: .25rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: .25rem 0;
  align-items: center;
}
.user-location-modal-box .location-block .zip-code-error-wrapper .suggestion-wrapper .suggestion-message,
.user-location-modal-box .location-block .zip-code-error-wrapper .suggestion-wrapper .zip-code-error-message {
  color: #c41230;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-right: 0.5rem;
}
.user-location-modal-box .location-block .zip-code-error-wrapper .suggestion-wrapper svg {
  width: 1.375rem;
  margin-top: 0.188rem;
  align-self: flex-start;
  margin-right: 0.375rem;
}
.user-location-modal-box .location-block #update-location-btn:disabled {
  background: #f2f2f2;
}

html[data-lang="fr_CA"]:not([data-storename="maytag-ca"]) .product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--out-of-stock.pdp-tray__color-swatch__item--selected.best-value {
  height: 5.575rem;
}
html[data-lang="fr_CA"]:not([data-storename="maytag-ca"]) .product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--out-of-stock.best-value {
  height: 5.575rem;
}
html[data-lang="fr_CA"]:not([data-storename="maytag-ca"]) .product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--selected.best-value {
  height: 5.75rem;
}
html[data-lang="fr_CA"]:not([data-storename="maytag-ca"]) .product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item .variant-best-value__tooltip {
  height: 1.2rem;
}
.product-variant-v2,
.product-variant-v1 {
  margin: 0;
}
.product-variant-v2-container,
.product-variant-v1-container {
  min-height: 9.125rem;
}
.product-variant-v2 .variant-description__title,
.product-variant-v1 .variant-description__title {
  margin-bottom: 0.5rem;
}
.product-variant-v2 .variant-description.update-color-name,
.product-variant-v1 .variant-description.update-color-name {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.product-variant-v2 .variant-description.update-color-name .variant-description__title,
.product-variant-v1 .variant-description.update-color-name .variant-description__title,
.product-variant-v2 .variant-description.update-color-name .variant-description__data,
.product-variant-v1 .variant-description.update-color-name .variant-description__data {
  font-size: 1rem;
  font-style: normal;
  line-height: 1.125rem;
}
.product-variant-v2 .variant-description.update-color-name .variant-description__title,
.product-variant-v1 .variant-description.update-color-name .variant-description__title {
  font-weight: 800;
}
.product-variant-v2 .variant-description.update-color-name .variant-description__data,
.product-variant-v1 .variant-description.update-color-name .variant-description__data {
  font-weight: 400;
}
.product-variant-v2 .variant-best-value__border-placeholder,
.product-variant-v1 .variant-best-value__border-placeholder {
  display: none;
}
.product-variant-v2 .variant-best-value__tooltip,
.product-variant-v1 .variant-best-value__tooltip {
  color: #000000;
  font-size: 0.625rem;
  height: 1rem;
  line-height: 0.625rem;
  font-weight: 700;
  background-color: #eeb111;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 0.03125rem 0.03125rem 0;
  border-style: solid;
  border-color: #000000;
  border-radius: 0.125rem 0.125rem 0 0;
}
.product-variant-v2 .pdp-tray__color-swatch,
.product-variant-v1 .pdp-tray__color-swatch {
  margin: 1rem 0 0.6875rem;
}
.product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item,
.product-variant-v1 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item {
  padding: 0;
  width: 4.125rem;
  height: 4.125rem;
  position: relative;
  margin: .25rem .5rem;
}
.product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--out-of-stock,
.product-variant-v1 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--out-of-stock {
  padding: 0.125rem;
  margin-top: .125rem;
}
.product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--out-of-stock.pdp-tray__color-swatch__item--selected,
.product-variant-v1 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--out-of-stock.pdp-tray__color-swatch__item--selected {
  width: 4.375rem;
  height: 4.375rem;
}
.product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--out-of-stock.pdp-tray__color-swatch__item--selected.best-value,
.product-variant-v1 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--out-of-stock.pdp-tray__color-swatch__item--selected.best-value {
  height: 5.375rem;
}
.product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--out-of-stock.best-value,
.product-variant-v1 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--out-of-stock.best-value {
  border-radius: 0.3125rem 0.3125rem 0 0;
  width: 4.375rem;
  height: 5.375rem;
}
.product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--out-of-stock.best-value .cross-line,
.product-variant-v1 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--out-of-stock.best-value .cross-line {
  left: -141%;
  bottom: -0.125rem;
  top: unset;
  right: unset;
  transform: rotate(135deg);
  width: 142%;
}
.product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--oos-not-buyable,
.product-variant-v1 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--oos-not-buyable {
  border: 0;
  padding: 0;
  margin: .25rem .5rem;
}
.product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--oos-not-buyable .cross-line,
.product-variant-v1 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--oos-not-buyable .cross-line {
  display: none;
}
.product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--selected,
.product-variant-v1 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--selected {
  padding: 0.125rem;
  width: 4.5rem;
  height: 4.5rem;
  margin-top: 0;
  margin-left: 0.35rem;
  margin-right: 0.35rem;
  border: 2px solid #c41230;
}
.product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--selected.best-value,
.product-variant-v1 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--selected.best-value {
  border-radius: 0.25rem 0.25rem 0 0;
}
.product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--selected.best-value,
.product-variant-v1 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--selected.best-value {
  height: 5.5rem;
}
.product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.best-value,
.product-variant-v1 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.best-value {
  height: 5.125rem;
}
.product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list,
.product-variant-v1 .pdp-tray__color-swatch .pdp-tray__color-swatch__list {
  overflow: hidden;
  font-size: 0;
}
.product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item,
.product-variant-v1 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item {
  width: 3rem;
  height: 3rem;
  padding: 0.4375rem;
  margin: 0.3125rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 0.0625rem solid transparent;
}
.product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item--selected,
.product-variant-v1 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item--selected {
  border: solid 2px #c41230;
}
.product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item--out-of-stock,
.product-variant-v1 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item--out-of-stock {
  position: relative;
  border: solid 2px #c41230;
}
.product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--round,
.product-variant-v1 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--round {
  border-radius: 50%;
  overflow: hidden;
  padding: 0;
}
.product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item .cross-line,
.product-variant-v1 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item .cross-line {
  width: 141%;
  position: absolute;
  height: 1px;
  background-color: #c41230;
  transform: rotate(315deg);
  transform-origin: 100% 0 0;
  top: 0;
  right: 0;
}
.product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item .pdp-tray__color-swatch__item--icon,
.product-variant-v1 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item .pdp-tray__color-swatch__item--icon {
  margin: 0 auto;
  border: 1px solid #000000;
}
.product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list.pdp-tray__color-swatch__list--scrollable,
.product-variant-v1 .pdp-tray__color-swatch .pdp-tray__color-swatch__list.pdp-tray__color-swatch__list--scrollable {
  display: block;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  position: relative;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list.pdp-tray__color-swatch__list--scrollable::-webkit-scrollbar,
.product-variant-v1 .pdp-tray__color-swatch .pdp-tray__color-swatch__list.pdp-tray__color-swatch__list--scrollable::-webkit-scrollbar {
  display: none;
}
.product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list.pdp-tray__color-swatch__list--scrollable .pdp-tray__color-swatch__item,
.product-variant-v1 .pdp-tray__color-swatch .pdp-tray__color-swatch__list.pdp-tray__color-swatch__list--scrollable .pdp-tray__color-swatch__item {
  width: 4rem;
  height: 4rem;
  margin: 0 0.25rem;
}
.product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list.pdp-tray__color-swatch__list--scrollable .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--round,
.product-variant-v1 .pdp-tray__color-swatch .pdp-tray__color-swatch__list.pdp-tray__color-swatch__list--scrollable .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--round {
  padding: 0;
}
.product-variant-v2 .pdp-tray__color-swatch.pdp-tray__color-swatch--scrollable,
.product-variant-v1 .pdp-tray__color-swatch.pdp-tray__color-swatch--scrollable {
  padding: 0 1rem;
  position: relative;
}
.product-variant-v2 .pdp-tray__color-swatch.pdp-tray__color-swatch--scrollable .chevron-container,
.product-variant-v1 .pdp-tray__color-swatch.pdp-tray__color-swatch--scrollable .chevron-container {
  display: flex;
}
.product-variant-v2 .pdp-tray__color-swatch.pdp-tray__color-swatch--scrollable.pdp-tray__color-swatch--nonscrollable,
.product-variant-v1 .pdp-tray__color-swatch.pdp-tray__color-swatch--scrollable.pdp-tray__color-swatch--nonscrollable {
  padding: 0;
  text-align: left;
}
.product-variant-v2 .pdp-tray__color-swatch.pdp-tray__color-swatch--scrollable.pdp-tray__color-swatch--nonscrollable .chevron-container,
.product-variant-v1 .pdp-tray__color-swatch.pdp-tray__color-swatch--scrollable.pdp-tray__color-swatch--nonscrollable .chevron-container {
  display: none;
}
.product-variant-v2 .pdp-tray__color-swatch__item:focus-within,
.product-variant-v1 .pdp-tray__color-swatch__item:focus-within {
  outline: 0.0625rem solid #000000;
}
.product-variant-v2 .variants-action,
.product-variant-v1 .variants-action {
  text-align: right;
}
.product-variant-v2 .variants-action__btn,
.product-variant-v1 .variants-action__btn {
  cursor: pointer;
}
.product-variant-v2 .variants-action__btn::before,
.product-variant-v1 .variants-action__btn::before {
  font-weight: 900;
}
.product-variant-v2 .variants-action__btn.variants-action__btn--opened::before,
.product-variant-v1 .variants-action__btn.variants-action__btn--opened::before {
  content: '—';
}
.product-variant-v2 .variants-action__btn.variants-action__btn--closed::before,
.product-variant-v1 .variants-action__btn.variants-action__btn--closed::before {
  content: '+';
}
.product-variant-v2 .chevron-container,
.product-variant-v1 .chevron-container {
  position: absolute;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  top: 0;
  cursor: pointer;
  width: 1.5rem;
}
.product-variant-v2 .chevron-container--left,
.product-variant-v1 .chevron-container--left {
  left: 0;
  background-image: linear-gradient(to right, #ffffff 60%, transparent);
}
.product-variant-v2 .chevron-container--right,
.product-variant-v1 .chevron-container--right {
  right: 0;
  background-image: linear-gradient(to left, #ffffff 60%, transparent);
}
.product-variant-v2 .chevron-container .chevron-button,
.product-variant-v1 .chevron-container .chevron-button {
  width: 15px;
  height: 15px;
  display: inline-block;
  border: solid #c41230;
  border-width: 0 0 3px 3px;
}
.product-variant-v2 .chevron-container .chevron-button.chevron-button--disabled,
.product-variant-v1 .chevron-container .chevron-button.chevron-button--disabled {
  border-color: #e2e2e5;
}
.product-variant-v2 .chevron-container .chevron-button--left,
.product-variant-v1 .chevron-container .chevron-button--left {
  transform: rotate(45deg);
  align-self: flex-start;
}
.product-variant-v2 .chevron-container .chevron-button--right,
.product-variant-v1 .chevron-container .chevron-button--right {
  transform: rotate(-135deg);
  align-self: flex-end;
}
.product-variant-v2 .pdp-tray__pricing .pdp-tray__price,
.product-variant-v1 .pdp-tray__pricing .pdp-tray__price,
.product-variant-v2 .pdp-tray__pricing .pdp-tray__price--small.single-price-line,
.product-variant-v1 .pdp-tray__pricing .pdp-tray__price--small.single-price-line {
  font-family: "Avenir", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 0.75rem;
  padding: 0.3125rem 0 0.3125rem 0;
  align-items: center;
  color: #c41230;
}
.product-variant-v2 .pdp-tray__pricing .pdp-tray__price.single-price-line,
.product-variant-v1 .pdp-tray__pricing .pdp-tray__price.single-price-line {
  color: inherit;
}
.product-variant-v2 .pdp-tray__pricing .pdp-tray__price--small,
.product-variant-v1 .pdp-tray__pricing .pdp-tray__price--small {
  font-family: "Avenir", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 0.8125rem;
  text-align: center;
  text-decoration-line: line-through;
  color: #2e2e2e;
}
.product-variant-v2 .pdp-tray__pricing .pdp-tray__price--small.single-price-line,
.product-variant-v1 .pdp-tray__pricing .pdp-tray__price--small.single-price-line {
  text-decoration-line: none;
  color: #2e2e2e;
}
.product-variant-v2 .pdp-tray__pricing .pdp-tray__price-savings,
.product-variant-v1 .pdp-tray__pricing .pdp-tray__price-savings {
  font-family: "Avenir", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  color: #5c700e;
}
.product-variant-v2 .pdp-tray__variant__tooltip,
.product-variant-v1 .pdp-tray__variant__tooltip {
  position: relative;
  display: inline-block;
}
.product-variant-v2 .pdp-tray__variant__tooltip .pdp-tray__color-swatch__item--btn,
.product-variant-v1 .pdp-tray__variant__tooltip .pdp-tray__color-swatch__item--btn {
  height: auto;
  padding: 0;
  background: transparent;
}
.product-variant-v2 .pdp-tray__variant__tooltiptext,
.product-variant-v1 .pdp-tray__variant__tooltiptext {
  background: #ffffff;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  visibility: hidden;
  width: 9rem;
  text-align: center;
  border-radius: 0.375rem;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -3.75rem;
  opacity: 0;
  transition: opacity 0.3s;
  padding: 5%;
}
.product-variant-v2 .pdp-tray__variant__tooltiptext:after,
.product-variant-v1 .pdp-tray__variant__tooltiptext:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.3125rem;
  border-width: 0.3125rem;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}
.product-variant-v2 .pdp-tray__variant__product-image,
.product-variant-v1 .pdp-tray__variant__product-image {
  max-width: 2.921875rem;
  margin-left: auto;
  margin-right: auto;
  max-height: 3rem;
}
.product-variant-v2 .pdp-tray__variant__title a,
.product-variant-v1 .pdp-tray__variant__title a {
  left: 55.375rem;
  top: 21rem;
  font-family: "Avenir", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 0.8125rem;
  text-align: center;
  text-decoration-line: underline;
  color: #2e2e2e;
}
.product-variant-v2 .pdp-tray__variant__out-of-stock,
.product-variant-v1 .pdp-tray__variant__out-of-stock {
  font-family: "Avenir", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 0.75rem;
  padding: 0.25rem 0 0.188rem 0;
  text-align: center;
  text-transform: uppercase;
  color: #c41230;
}
.product-variant-v2 .pdp-tray__variant__tooltip:hover .pdp-tray__variant__tooltiptext,
.product-variant-v1 .pdp-tray__variant__tooltip:hover .pdp-tray__variant__tooltiptext {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 48rem) {
  .product-variant-v2 .variant-description.update-color-name .variant-description__title,
  .product-variant-v1 .variant-description.update-color-name .variant-description__title,
  .product-variant-v2 .variant-description.update-color-name .variant-description__data,
  .product-variant-v1 .variant-description.update-color-name .variant-description__data {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .product-variant-v2 .variant-description.update-color-name .variant-description__title,
  .product-variant-v1 .variant-description.update-color-name .variant-description__title {
    margin-bottom: 0;
  }
  .product-variant-v2 .variants-action,
  .product-variant-v1 .variants-action {
    margin-right: 1.625rem;
  }
  .product-variant-v2 .pdp-tray__color-swatch,
  .product-variant-v1 .pdp-tray__color-swatch {
    margin: 0.75rem 0 0.5rem -0.4rem;
  }
  .product-variant-v2 .pdp-tray__color-swatch.pdp-tray__color-swatch--scrollable,
  .product-variant-v1 .pdp-tray__color-swatch.pdp-tray__color-swatch--scrollable {
    padding: 0;
    margin-left: -0.5rem;
  }
  .product-variant-v2 .pdp-tray__color-swatch.pdp-tray__color-swatch--scrollable .chevron-container--left,
  .product-variant-v1 .pdp-tray__color-swatch.pdp-tray__color-swatch--scrollable .chevron-container--left {
    left: -1rem;
  }
  .product-variant-v2 .pdp-tray__color-swatch.pdp-tray__color-swatch--scrollable .chevron-container--right,
  .product-variant-v1 .pdp-tray__color-swatch.pdp-tray__color-swatch--scrollable .chevron-container--right {
    right: -1rem;
  }
  .product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item,
  .product-variant-v1 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item {
    margin: 0.4rem;
    padding: 0.5625rem;
    width: 4rem;
    height: 4rem;
  }
  .product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list.pdp-tray__color-swatch__list--scrollable .pdp-tray__color-swatch__item,
  .product-variant-v1 .pdp-tray__color-swatch .pdp-tray__color-swatch__list.pdp-tray__color-swatch__list--scrollable .pdp-tray__color-swatch__item {
    margin: 0 0.5rem;
    padding: 0.625rem;
    width: 6.25rem;
    height: 6.25rem;
  }
  .product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list.pdp-tray__color-swatch__list--scrollable .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--round,
  .product-variant-v1 .pdp-tray__color-swatch .pdp-tray__color-swatch__list.pdp-tray__color-swatch__list--scrollable .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--round {
    width: 3.8125rem;
    height: 3.8125rem;
  }
}
.product-variant-v2-container.product-variant-show-all {
  width: 102%;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__color-swatch__item--icon {
  width: 2rem;
  height: 2rem;
  position: relative;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches {
  overflow: visible;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__item {
  flex-direction: row;
  width: 2.375rem;
  height: 2.375rem;
  margin: .063rem .25rem .188rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--out-of-stock {
  padding: 0;
  margin-top: 0;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--out-of-stock.pdp-tray__color-swatch__item--selected {
  width: 2.375rem;
  height: 2.375rem;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__color-swatch #pdp-colors-toggle:checked ~ .pdp-tray__color-swatch .pdp-tray__color-swatch__item {
  display: block;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__btn-more-wrap {
  display: none;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__color-swatch #pdp-colors-toggle:checked ~ .pdp-tray__color-swatch .pdp-tray__color-swatch__list:hover {
  padding-bottom: inherit;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__btn-more-colors {
  display: none;
}
.product-variant-show-all .product-variant-v2 #pdp-colors-toggle:checked ~ .pdp-tray__color-swatch .pdp-tray__color-swatch__item:nth-child(n + 11),
.product-variant-show-all .product-variant-v2 #pdp-colors-toggle:checked ~ .pdp-tray__color-swatch .pdp-tray__color-swatch__item:nth-child(n + 25),
.product-variant-show-all .product-variant-v2 #pdp-colors-toggle:checked ~ .pdp-tray__color-swatch .pdp-tray__color-swatch__item:nth-child(n + 17) {
  display: flex;
}
.product-variant-show-all .product-variant-v2 #pdp-colors-toggle:checked ~ .pdp-tray__color-swatch .pdp-tray__color-swatch__list {
  height: auto;
  overflow: visible;
  padding-left: .063rem;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__color-swatch {
  margin-top: .5rem;
  margin-left: 0;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__color-swatch.product-variants-swatches .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item.pdp-tray__color-swatch__item--selected {
  width: 2.375rem;
  height: 2.375rem;
  margin-left: -0.063rem;
  margin-right: .313rem;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item .pdp-tray__color-swatch__item--icon {
  border: none;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__color-swatch .pdp-tray__color-swatch__list .pdp-tray__color-swatch__item .pdp-tray__color-swatch__item--icon:focus {
  outline: .063rem solid transparent;
}
.product-variant-show-all .product-variant-v2 #pdp-colors-toggle ~ .pdp-tray__color-swatch .pdp-tray__color-swatch__list:hover {
  margin: 0;
  padding: 0;
}
.product-variant-show-all .product-variant-v2 #pdp-colors-toggle:checked ~ .pdp-tray__color-swatch .pdp-tray__color-swatch__list:hover {
  padding-bottom: 0;
  padding-left: .063rem;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__variant__tooltip,
.product-variant-show-all .product-variant-v2 .product-variant-v1 .pdp-tray__variant__tooltip {
  width: 2rem;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__variant__tooltip .pdp-tray__color-swatch__item--link,
.product-variant-show-all .product-variant-v2 .product-variant-v1 .pdp-tray__variant__tooltip .pdp-tray__color-swatch__item--link {
  width: 2rem;
  outline: .063rem solid transparent;
}
.product-variant-show-all .product-variant-v2 .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext {
  width: 6.25rem;
  left: 95%;
}

.product-variant-v2-container.enhanced-swatch-pop-up .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext {
  width: 11.75rem;
  padding: 1rem;
  text-align: left;
}
.product-variant-v2-container.enhanced-swatch-pop-up .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext:after,
.product-variant-v2-container.enhanced-swatch-pop-up .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext .pdp-tray__variant__product-image {
  display: none;
}
.product-variant-v2-container.enhanced-swatch-pop-up .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext .pdp-tray__variant__title span {
  font-family: "Avenir-Roman", sans-serif;
  line-height: .9rem;
  font-size: .75rem;
  text-align: center;
  color: #2e2e2e;
}
.product-variant-v2-container.enhanced-swatch-pop-up .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext .pdp-tray__pricing .pdp-tray__price {
  font-size: .875rem;
  font-family: 'Avenir-Black', sans-serif;
  display: flex;
  flex-wrap: wrap;
  white-space: pre-wrap;
}
.product-variant-v2-container.enhanced-swatch-pop-up .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext .pdp-tray__pricing .pdp-tray__price--small {
  font-family: "Avenir-Roman", sans-serif;
  text-align: left;
  margin-right: 0.5rem;
}
.product-variant-v2-container.enhanced-swatch-pop-up .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext .pdp-tray__pricing .pdp-tray__price-savings {
  font-family: 'Avenir-Black', sans-serif;
  text-transform: capitalize;
}
.product-variant-v2-container.enhanced-swatch-pop-up .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext .pdp-tray__pricing .discount-container {
  font-family: 'Avenir-Black', sans-serif;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product-variant-v2-container.enhanced-swatch-pop-up .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext .pdp-tray__pricing .member-price-cta {
  padding: 0;
  color: #766b6b;
  cursor: auto;
}
.product-variant-v2-container.enhanced-swatch-pop-up .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext .pdp-tray__variant__color {
  margin: 1rem -1rem -1rem -1rem;
  padding: 0.625rem 1rem;
  border-radius: 0 0 0.375rem 0.375rem;
  display: flex;
  align-items: center;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 50%);
  border-top: 0.0625rem solid #d8d8d8;
}
.product-variant-v2-container.enhanced-swatch-pop-up .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext .pdp-tray__variant__color.borderless {
  border-top: 0;
}
.product-variant-v2-container.enhanced-swatch-pop-up .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext .pdp-tray__variant__color span {
  line-height: 1.3em;
  font-size: .875rem;
  font-family: 'Avenir-Black', sans-serif;
}
.product-variant-v2-container.enhanced-swatch-pop-up .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext .pdp-tray__variant__color span.white-text {
  color: white;
}
.product-variant-v2-container.enhanced-swatch-pop-up .pdp-tray__variant__tooltip .pdp-tray__variant__tooltiptext .pdp-tray__variant__color span.black-text {
  color: black;
}

.pdp-tray__text-disclaimer {
    display: none;
    font-size: 1rem;
}

.wp-loader {
    display: inline-block;
    position: inherit;
    margin-left: 1rem;
    margin-bottom: -0.3125rem;
    border-top: .4rem solid #eeb111;
}

.pdp-tray__wp-loading .pdp-tray__change-location-section {
    margin-top: 0.5rem;
}

.pdp-tray__estimates-description-section {
    margin-top: 0.3125rem;
    font-size: 0.75rem;
}

.pdp-tray__major-arrival-date-disclaimer {
    display: none;
    margin-top: 1.3125rem;
    font-size: 0.77rem;
}

.change-location-button-pdp {
    font-weight: normal;
}

.pdp-tray__prp-delivery {
    display: flex;
    flex-direction: row;
}

.pdp-tray__prp-delivery .pdp-tray__prp-delivery--icon svg{
    width: 30px;
    height: 24px;
}

.pdp-tray__prp-delivery .pdp-tray__prp-delivery-text {
    margin-left: 0.5rem;
    font-size: 1.25rem;
    color: #008800;
}



.product-features__feature-card img {
	height: 12.75rem;
	width: 100%;
	overflow: hidden;
	object-fit: cover;
}

.product-features__feature-card-text {
	margin: 0.5rem .5rem 0 .5rem;
}

.product-features__feature-card-text p {
	margin-bottom: 1em;
}

.product-features__feature-card {
	background: #fff;
	height: 100%;
	border: #d8d8d8 solid .0625rem;
	position: relative;
}

.product-features__additional-features {
	background: #fff;
	margin-top: 1rem;
	margin-bottom: .875rem;
	margin: auto;
	padding: 2.5rem 6.25rem 1.25rem 6.25rem;
	border: #d8d8d8 solid .0625rem;
}

@media (max-width: 768px) {
	.product-features__feature-card img {
		max-height: 20rem;
	}
	.product-features__additional-features {
		padding: 1.875rem 1.25rem .625rem 1.25rem;
	}
}

.product-features__additional-feature-card {
	padding: 1rem
}

.product-features__row-feature {
	margin-bottom: 0.875rem
}

.product-features__show .product-features__row-feature:nth-of-type(n + 4) {
	display: none;
}

.product-features__show .row-additional:nth-of-type(n + 3) {
	display: none;
}

.product-features__view_more--link {
	font-weight: 700;
	font-size: 1em;
	display: inline-block;
	margin-top: 0.4375rem;
	cursor: pointer;
}

.product-features__view_more--icon {
	display: none;
	vertical-align: middle;
	margin: 0 0 0 0.5rem;
	width: 1rem;
	height: 1rem;
}

.product-features__view_more--icon.active {
	display: inline-block;
}

.video-wrapper {
	display: inline-block;
	position: relative
}

span.vid-icon {
	background: url("../../../etc/designs/whirlpool/digitalplatform/whirlpool/clientlibs/images/icons/play.png") 0px 0px no-repeat;
	position: absolute;
	width: 80px;
	height: 80px;
	top: 15%;
	left: 50%;
	margin: 0px 0 0 -40px;
	cursor: pointer
}

span.vid-icon:hover {
	background: url("../../../etc/designs/whirlpool/digitalplatform/whirlpool/clientlibs/images/icons/play-hover.png") 0px 0px no-repeat
}

.video {
	margin: 10px 0;
	float: left
}

.video.video-wrapper,
.video .video-wrapper {
	display: block;
	text-align: center;
	width: 100%
}

.video.video-wrapper.dialog,
.video .video-wrapper.dialog {
	display: none
}

.video.video-wrapper.full,
.video .video-wrapper.full {
	width: 100%
}

.video.video-wrapper.full .video-container,
.video .video-wrapper.full .video-container {
	width: 100%;
	padding: 0
}

.video.video-wrapper .video-container.dynamic-video-div .s7container,
.video .video-wrapper .video-container.dynamic-video-div .s7container {
	width: 100% !important
}

@media (max-width: 480px) and (orientation: portrait) {
	.video.video-wrapper .video-container.dynamic-video-div .s7container,
	.video .video-wrapper .video-container.dynamic-video-div .s7container {
		height: 177px !important
	}
}

@media (max-width: 480px) and (orientation: landscape) {
	.video.video-wrapper .video-container.dynamic-video-div .s7container,
	.video .video-wrapper .video-container.dynamic-video-div .s7container {
		height: 341px !important
	}
}

@media (max-width: 768px) and (min-width: 480px) and (orientation: portrait) {
	.video.video-wrapper .video-container.dynamic-video-div .s7container,
	.video .video-wrapper .video-container.dynamic-video-div .s7container {
		height: 388px !important
	}
}

@media (max-width: 768px) and (min-width: 480px) and (orientation: landscape) {
	.video.video-wrapper .video-container.dynamic-video-div .s7container,
	.video .video-wrapper .video-container.dynamic-video-div .s7container {
		height: 336px !important
	}
}

/*.video iframe {
	pointer-events: none
}*/

.video.active iframe {
	pointer-events: all
}

.video .video-link .icon-play {
	font-size: 55px;
	font-size: 5.5rem;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -33px 0 0 -27px
}

.video div.manuscript {
	display: none;
	text-align: left
}

.video a.manuscript span {
	position: relative;
	top: 2px
}

.video .video-container {
	width: 100%
}

.video .video-container.inline {
	height: auto
}

.video .video-copy {
	width: 33.333%
}

.video .video-container,
.video .video-copy {
	display: inline-block;
	position: relative;
	min-height: 67px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	float: left
}

@media only screen and (max-width: 992px) {
	.video .video-container,
	.video .video-copy {
		width: 100%;
		float: none
	}
}

.video .video-container img,
.video .video-copy img {
	width: 100%
}

.video .manuscript .manuscript-title {
	margin-top: 20px
}

.video .manuscript .manuscript-title h3,
.video .manuscript .manuscript-title h3 a,
h3 .video .manuscript .manuscript-title a {
	display: inline
}

.video .manuscript .manuscript-title a.manuscript {
	float: right;
	padding-top: 5px
}

.video .overlay-text div {
	position: absolute;
	padding: 10px;
	max-width: 75%
}

.video .overlay-text div p,
.video .overlay-text div a,
.video .overlay-text div h1,
.video .overlay-text div h1 a,
h1 .video .overlay-text div a,
.video .overlay-text div h2,
.video .overlay-text div h2 a,
h2 .video .overlay-text div a,
.video .overlay-text div h3,
.video .overlay-text div h3 a,
h3 .video .overlay-text div a,
.video .overlay-text div h4,
.video .overlay-text div h4 a,
h4 .video .overlay-text div a,
.video .overlay-text div h5,
.video .overlay-text div h5 a,
h5 .video .overlay-text div a,
.video .overlay-text div h6,
.video .overlay-text div h6 a,
h6 .video .overlay-text div a {
	color: #fff
}

@media only screen and (max-width: 768px) {
	.video .overlay-text div h4,
	.video .overlay-text div h4 a,
	h4 .video .overlay-text div a {
		font-size: 14px
	}
}

.video .overlay-text div.center {
	top: calc(50% - 1rem);
	left: 0;
	width: 100%;
	color: #000;
	padding: 0px;
	text-align: center
}

.video .overlay-text div.top-left {
	top: 0;
	left: 15px
}

.video .overlay-text div.top-center {
	top: 0;
	right: 0;
	left: 0;
	text-align: center;
	width: 66.667%;
	max-width: 100%;
	padding: 10px 10%;
	margin: 0 auto
}

.video .overlay-text div.top-right {
	top: 0;
	right: 35%;
	width: 66.667%;
	text-align: right;
	left: auto
}

.video .overlay-text div.bottom-left {
	bottom: 5%;
	left: 15px;
	text-align: left
}

.video .overlay-text div.bottom-center {
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	width: 66.667%;
	max-width: 100%;
	padding: 10px 10%;
	margin: 0 auto
}

.video .overlay-text div.bottom-right {
	bottom: 0;
	right: 35%;
	width: 66.667%;
	text-align: right;
	left: auto
}

.video .overlay-text div.middle-left {
	top: 37%;
	left: 15px
}

.video .overlay-text div.middle-center {
	top: 37%;
	left: 0;
	right: 0;
	text-align: center;
	width: 66.667%;
	max-width: 100%;
	padding: 10px 10%;
	margin: 0px auto
}

.video .overlay-text div.middle-right {
	top: 37%;
	right: 35%;
	width: 66.667%;
	text-align: right;
	left: auto
}

@media (max-width: 992px) {
	.video .overlay-text div.top-center,
	.video .overlay-text div.top-right,
	.video .overlay-text div.middle-center,
	.video .overlay-text div.middle-right,
	.video .overlay-text div.bottom-center,
	.video .overlay-text div.bottom-right {
		width: 100%
	}
	.video .overlay-text div.top-right,
	.video .overlay-text div.middle-right,
	.video .overlay-text div.bottom-right {
		right: 15px
	}
	.video .overlay-text div.bottom-left,
	.video .overlay-text div.bottom-center,
	.video .overlay-text div.bottom-right {
		bottom: 25%
	}
}

@media (max-width: 480px) {
	.video .overlay-text div.bottom-left,
	.video .overlay-text div.bottom-center,
	.video .overlay-text div.bottom-right {
		bottom: 35%
	}
	.video .overlay-text div.middle-left,
	.video .overlay-text div.middle-center,
	.video .overlay-text div.middle-right {
		top: 30%
	}
}

.video .overlay-text div.disclaimer {
	bottom: 0;
	right: 0
}

@media only screen and (max-width: 768px) {
	.video .mobile-bottom .overlay-text {
		position: relative
	}
	.video .mobile-bottom .overlay-text div {
		position: relative
	}
	.video .mobile-bottom .overlay-text div p,
	.video .mobile-bottom .overlay-text div a,
	.video .mobile-bottom .overlay-text div h1,
	.video .mobile-bottom .overlay-text div h1 a,
	h1 .video .mobile-bottom .overlay-text div a,
	.video .mobile-bottom .overlay-text div h2,
	.video .mobile-bottom .overlay-text div h2 a,
	h2 .video .mobile-bottom .overlay-text div a,
	.video .mobile-bottom .overlay-text div h3,
	.video .mobile-bottom .overlay-text div h3 a,
	h3 .video .mobile-bottom .overlay-text div a,
	.video .mobile-bottom .overlay-text div h4,
	.video .mobile-bottom .overlay-text div h4 a,
	h4 .video .mobile-bottom .overlay-text div a,
	.video .mobile-bottom .overlay-text div h5,
	.video .mobile-bottom .overlay-text div h5 a,
	h5 .video .mobile-bottom .overlay-text div a,
	.video .mobile-bottom .overlay-text div h6,
	.video .mobile-bottom .overlay-text div h6 a,
	h6 .video .mobile-bottom .overlay-text div a {
		color: #000
	}
}

.video-player.youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden
}

.video-player iframe,
.video-player embed,
.video-player video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.video-player .s7container {
	width: 100% !important
}

#video-component h2,
#video-component h2 a,
h2 #video-component a {
	margin-top: 0
}

#video-component div.manuscript {
	display: none
}

.dialog {
	display: none;
	width: 700px !important;
	height: 450px !important;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding-top: 0
}

@media only screen and (max-width: 768px) {
	.dialog {
		width: 100% !important
	}
}

.dialog h2,
.dialog h2 a,
h2 .dialog a {
	margin-top: 0
}

.dialog.smooth-scroll {
	-webkit-overflow-scrolling: touch
}

.dialog.full {
	width: auto !important;
	height: auto !important;
	overflow-y: visible
}

.dialog.error-modal {
	height: auto !important
}

.dialog.error-modal p {
	font-weight: 600;
	color: red
}

.dialog#auto-logout {
	height: auto !important;
	text-align: center
}

@media only screen and (max-width: 992px) {
	.dialog#auto-logout {
		width: 100% !important
	}
}

.dialog#auto-logout h2,
.dialog#auto-logout h2 a,
h2 .dialog#auto-logout a,
.dialog#auto-logout p {
	text-align: left
}

.dialog#auto-logout a {
	margin: 0 auto
}

.dialog#auto-logout #logged-out {
	display: none
}

.dialog .video-player {
	overflow: hidden
}

.modal {
	z-index: 9000
}

.modal .modal-content {
	margin: 0.625rem 0
}

.modal .modal-content .modal-header {
	border: 0;
	display: inline-block;
	width: 100%;
	z-index: 9999;
	padding: 0 15px
}

.modal .modal-content .modal-header .close {
	background-color: #FFF;
	float: right;
	padding: 0;
	border: 0;
	font-weight: 600;
	font-size: 21px;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #FFF;
	opacity: .3;
	margin-top: 15px
}

.modal .modal-content .modal-header h3,
.modal .modal-content .modal-header h3 a,
h3 .modal .modal-content .modal-header a {
	width: 90%;
	float: left
}

.modal .modal-content .modal-body {
	max-height: 600px;
	overflow: hidden;
}

@media only screen and (max-width: 768px) {
	.modal .modal-content .modal-body {
		max-height: 600px
	}
}

.modal .modal-content .modal-body .phone-number {
	margin-bottom: 15px;
	margin-bottom: 1.5rem
}

.modal .modal-content .modal-body .phone-number a {
	font-weight: 600;
	margin-left: 5px;
	text-decoration: underline
}

.modal .modal-content .modal-footer {
	border: 0
}

.modal .modal-content .modal-footer hr {
	width: 90%;
	text-align: center
}

.modal .modal-content .modal-footer .terms-agree-btn,
.modal .modal-content .modal-footer .terms-cancel-btn {
	padding: 10px 24px
}

.modal-backdrop {
	z-index: 8999
}

#fade {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}

#light {
	display: none;
	position: absolute;
	top: 15%;
	left: 27%;
	background: #FFF;
	z-index: 1002;
	overflow: visible;
}

#boxclose {
	float: right;
	cursor: pointer;
	color: #fff;
	font-size: 31px;
	font-weight: bold;
	display: inline-block;
	line-height: 0px;
	padding: 15px;
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 1002;
	opacity: 0.9;
	background-repeat: no-repeat;
	background-image: url(http://stage-aem-author.whirlpool.com/etc/designs/whirlpool/digitalplatform/whirlpool/clientlibs/images/icons/close.png)
}

.boxclose:before {
	content: "×";
}

#fade:hover~#boxclose {
	display: none;
}

.dialog {
	display: none;
	width: 700px !important;
	height: 450px !important;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding-top: 0
}

@media only screen and (max-width: 768px) {
	.dialog {
		width: 100% !important
	}
}

.dialog h2,
.dialog h2 a,
h2 .dialog a {
	margin-top: 0
}

.dialog.smooth-scroll {
	-webkit-overflow-scrolling: touch
}

.dialog.full {
	width: auto !important;
	height: auto !important;
	overflow-y: visible
}

.dialog.error-modal {
	height: auto !important
}

.dialog.error-modal p {
	font-weight: 600;
	color: red
}

.dialog#auto-logout {
	height: auto !important;
	text-align: center
}

@media only screen and (max-width: 992px) {
	.dialog#auto-logout {
		width: 100% !important
	}
}

.dialog#auto-logout h2,
.dialog#auto-logout h2 a,
h2 .dialog#auto-logout a,
.dialog#auto-logout p {
	text-align: left
}

.dialog#auto-logout a {
	margin: 0 auto
}

.dialog#auto-logout #logged-out {
	display: none
}

.dialog .video-player {
	overflow: hidden
}

.ui-dialog {
	font-size: 14px;
	font-size: 1.4rem;
	z-index: 9999;
	outline: 0;
	position: absolute;
	width: auto !important;
	background-color: #FFF
}

@media only screen and (max-width: 992px) {
	.ui-dialog {
		width: 100% !important
	}
}

.ui-dialog .video-modal {
	overflow-y: visible;
	height: 500px !important
}

.ui-dialog .ui-state-default,
.ui-dialog .ui-widget-content .ui-state-default,
.ui-dialog .ui-widget-header .ui-state-default,
.ui-dialog .ui-dialog-titlebar-close {
	background: url("../../digital-platform/components/shopping/productFeatureCardsV3/clientlibs/images/icons/close.png");
	background-repeat: no-repeat;
	outline: 0;
	float: right;
	text-indent: -9999px;
	margin: 5px;
	border: 0;
	position: relative;
	z-index: 9999
}

.ui-dialog .ui-state-default::after,
.ui-dialog .ui-widget-content .ui-state-default::after,
.ui-dialog .ui-widget-header .ui-state-default::after,
.ui-dialog .ui-dialog-titlebar-close::after {
	content: "";
	color: #000;
	font-family: "Glyphicons Halflings"
}

.ui-dialog .ui-state-default .ui-button-text,
.ui-dialog .ui-widget-content .ui-state-default .ui-button-text,
.ui-dialog .ui-widget-header .ui-state-default .ui-button-text,
.ui-dialog .ui-dialog-titlebar-close .ui-button-text {
	display: none
}

.ui-dialog .ui-dialog-titlebar-close {
	width: 18px;
	height: 18px
}

.ui-dialog .ui-icon-closethick {
	display: none !important
}

.ui-dialog .ui-dialog-titlebar {
	background: #FFF;
	border: 0
}

.ui-dialog .ui-dialog-content {
	background: #FFF;
	padding: 20px 10px;
	top: auto !important;
	left: 0 !important
}

.ui-dialog #forgot-psd-waring {
	height: auto !important
}

.ui-dialog #forgot-psd-waring button {
	position: relative;
	left: 50%
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9998;
	background: rgba(0, 0, 0, 0.75)
}

.modal {
	z-index: 9000
}

.modal .modal-content {
	margin:0.625rem 0
}

.modal .modal-content .modal-header {
	border: 0;
	display: inline-block;
	width: 100%;
	z-index: 9999;
	padding: 0 15px
}

.modal .modal-content .modal-header .close {
	background-color: #FFF;
	float: right;
	padding: 0;
	border: 0;
	font-weight: 600;
	font-size: 21px;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #FFF;
	opacity: .3;
	margin-top: 15px
}

.modal .modal-content .modal-header h3,
.modal .modal-content .modal-header h3 a,
h3 .modal .modal-content .modal-header a {
	width: 90%;
	float: left
}

.modal .modal-content .modal-body {
	max-height: 600px;
	overflow: hidden;
}

@media only screen and (max-width: 768px) {
	.modal .modal-content .modal-body {
		max-height: 600px
	}
}

.modal .modal-content .modal-body .phone-number {
	margin-bottom: 15px;
	margin-bottom: 1.5rem
}

.modal .modal-content .modal-body .phone-number a {
	font-weight: 600;
	margin-left: 5px;
	text-decoration: underline
}

.modal .modal-content .modal-footer {
	border: 0
}

.modal .modal-content .modal-footer hr {
	width: 90%;
	text-align: center
}

.modal .modal-content .modal-footer .terms-agree-btn,
.modal .modal-content .modal-footer .terms-cancel-btn {
	padding: 10px 24px
}

.modal-backdrop {
	z-index: 8999
}

.ui-slider {
	position: relative;
	text-align: left
}

.ui-slider .ui-slider-handle {
	width: 20px;
	width: 2rem;
	height: 20px;
	height: 2rem;
	cursor: default;
	position: absolute;
	z-index: 2
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background-position: 0 0
}

.ui-slider .ui-state-default,
.ui-slider .ui-widget-content .ui-state-default,
.ui-slider .ui-widget-header .ui-state-default {
	background: #EEB111;
	border-radius: 15px;
	outline: 0
}

.ui-slider .ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ui-slider .ui-widget-header {
	background: #707070
}

.ui-slider .ui-widget-header a {
	color: #707070
}

.ui-slider .tooltip {
	opacity: 1;
	top: 120%;
	margin-top: 10px;
	margin-left: -11px;
	width: 40px;
	position: relative;
	background: #FFF;
	color: #353535;
	border: 1px solid #707070
}

.ui-slider .tooltip::after,
.ui-slider .tooltip::before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: ' ';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none
}

.ui-slider .tooltip::after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #FFF;
	border-width: 10px;
	margin-left: -10px
}

.ui-slider .tooltip::before {
	border-color: rgba(207, 207, 207, 0);
	border-bottom-color: #707070;
	border-width: 11px;
	margin-left: -11px
}

.ui-slider .tooltip .tooltip-arrow {
	display: none
}

.ui-slider .tooltip.bottom {
	padding: 2px 0px
}

.ui-slider .tooltip-inner {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
	color: #353535;
	text-align: center
}

.ui-slider-horizontal {
	height: 12px;
	height: 1.2rem;
	background-color: #707070
}

.ui-slider-horizontal .ui-slider-handle {
	top: -4px;
	top: -.4rem;
	margin-left: -8px;
	margin-left: -.8rem
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0
}

.video-title-dialog {
	font-size: 40px;
	line-height: 40px;
	color: rgb(91, 91, 91);
	margin-bottom: 10px;
	margin-top: 10px;
}

.ui-dialog .ui-dialog-titlebar-close {
	background: url("../../../etc/designs/whirlpool/digitalplatform/whirlpool/clientlibs/images/icons/close.png");
    background-repeat: no-repeat;
    padding: 12px;
    margin-top: 12px;
}
.product-features__feature-card img {
  height: 12.75rem;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
}

.product-features__feature-card-text {
  margin: 0.5rem .5rem 0 .5rem;
}

.product-features__feature-card-text p {
  margin-bottom: 1em;
}

.product-features__feature-card {
  background: #fff;
  height: 100%;
  border: #d8d8d8 solid .0625rem;
  position: relative;
}

.product-features__additional-features {
  background: #fff;
  margin-top: 1rem;
  margin-bottom: .875rem;
  margin: auto;
  padding: 2.5rem 6.25rem 1.25rem 6.25rem;
  border: #d8d8d8 solid .0625rem;
}

@media (max-width: 768px) {
  .product-features__feature-card img {
    max-height: 20rem;
  }
  .product-features__additional-features {
    padding: 1.875rem 1.25rem .625rem 1.25rem;
  }
}

.product-features__additional-feature-card {
  padding: 1rem
}

.product-features__row-feature {
  margin-bottom: 0.875rem
}

.product-features__show .product-features__row-feature:nth-of-type(n + 4) {
  display: none;
}
.product-features__show .row-additional:nth-of-type(n + 3) {
  display: none;
}

.product-features__view_more--link{
  font-weight: 700;
  font-size: 1em;
  display: inline-block;
  margin-top: 0.4375rem;
  cursor: pointer;
}

.product-features__view_more--icon {
  display: none;
  vertical-align: middle;
  margin: 0 0 0 0.5rem;
  width: 1rem;
  height: 1rem;
}

.product-features__view_more--icon.active {
  display: inline-block;
}
.productCarousel:not(.cq-Editable-dom):not(:has(.prd-carousel--wrap)):has(.prd-carousel) {
    display: none;
}

.productCarousel .slick-dots li.slick-active button:before,
.productCarousel .slick-dots li button:before {
    content: unset;
}

.prd-carousel .single-line {
    color: inherit;
    font-family: inherit;
}

.prd-carousel .red-price {
    color: #A00A1D;
    font-weight: bold;
}

.prd-carousel .prd-carousel-top-price {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0.25rem;
    font-weight: bold;
}

.prd-carousel .prd-carousel-top-price-label {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
}

.prd-carousel .prd-carousel__saving {
    font-weight: bold;
}

.prd-carousel .prd-carousel__product-tile__title  {
    width: inherit;
}

.prd-carousel .member-price-cta__text:hover {
    text-decoration: underline;
}

.prd-carousel .hidden {
    visibility: hidden;
}
.product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: white;
    margin: 10px;
    padding: .5rem;
}

.product-card__name {
    text-decoration: underline;
}

.product-card__img {
    max-width: 185px;
    max-height: 200px;
}

.product-card__title,
.product-card__name,
.product-card__sku,
.product-card__rating,
.product-card__price,
.product-card__color,
.product-card__top-features,
.product-card__description,
.product-card__button {
    padding: .5rem;
}

.product-card__color-picker {
    display: flex;
    padding: 1rem;
}

.color-picker__dot.color-picker__dot--active {
    border: 1px solid #5e514e;
}

.color-picker__dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    border: 1px solid #e8dede;
}

.product-card__top-features li {
    text-align: left;
}

.product-card__msrp-price--line-through {
    text-decoration: line-through;
}

.product-card__price {
    font-weight: bold;
}

.product-card__sale-price {
    color: rgb(196, 18, 48);
}

.product-card__button {
    margin-top: auto;
    width: 100%;
    text-decoration: none;
    outline: 0;
}

.product-card__name--link {
    outline: 0;
}

.product-card__button span {
    width: 100%;
}

.cpg-subscription.hidden,
.cpg-subscription.hide {
  display: none;
}
.cpg-subscription__title {
  color: #000000;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
}
.cpg-subscription__subscription {
  color: #000000;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1875rem;
  margin-top: 0.62rem;
}
.cpg-subscription__subscription > * {
  font-family: "HelveticaNeue", sans-serif;
}
.cpg-subscription__subscription a {
  font-weight: 400;
  font-size: .75rem;
}
.cpg-subscription__product-section {
  outline: 0.0625rem solid #979797;
  background: #ffffff;
  margin-top: 1.5rem;
  padding-top: 1rem;
}
.cpg-subscription__product-section:has(.cpg-subscription__checkbox-button:checked) {
  outline: 0.125rem solid #eeb111;
}
.cpg-subscription__product-head {
  display: flex;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cpg-subscription__product-head-left {
  display: inline-flex;
  flex: 1 1 0;
  align-items: center;
}
.cpg-subscription__checkbox {
  cursor: pointer;
}
.cpg-subscription__checkbox-button {
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
  border: 0.1rem solid #000000;
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  margin: 0;
  cursor: pointer;
}
.cpg-subscription__checkbox-button:checked:after {
  content: "";
  display: block;
  width: 49%;
  height: 71%;
  border: solid #000000;
  border-width: 0 0.2rem 0.2rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 0.35rem;
  margin-top: 0.1rem;
}
.cpg-subscription__checkbox-label {
  vertical-align: middle;
  color: #000000;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1875rem;
  margin-left: 0.625rem;
}
.cpg-subscription__product-head-right {
  display: grid;
}
.cpg-subscription__price {
  vertical-align: middle;
  padding: 0.25rem 0.5rem 0.25rem 1rem;
  float: right;
  color: #000000;
  text-align: center;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  margin-top: auto;
  margin-bottom: auto;
  grid-row: 1;
}
.cpg-subscription__save-section {
  border-radius: 0.9375rem;
  border: 0.0625rem dotted #008800;
  padding: 0.25rem 0.5rem 0.25rem 1rem;
  margin: auto;
  display: inline-flex;
  align-items: center;
  grid-row: 2;
}
.cpg-subscription__save-label {
  color: #008800;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem;
}
.cpg-subscription__save-image {
  height: 1.5rem;
  width: 1.5rem;
  position: relative;
}
.cpg-subscription__save-image svg {
  height: 1.5rem;
  width: 1.5rem;
}
.cpg-subscription__save-tooltip {
  width: 14.375rem;
  background-color: #000000;
  color: #ffffff;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 0.875rem;
  text-align: left;
  padding: 0.5rem;
  margin-top: 0.625rem;
  position: absolute;
  display: none;
  top: 2.75rem;
  left: -3.625rem;
  transform: translate(-50%, -22%);
}
.cpg-subscription__save-tooltip > * {
  font-family: "HelveticaNeue", sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 0.875rem;
  text-align: left;
}
.cpg-subscription__save-tooltip:after {
  content: '';
  position: absolute;
  left: 77%;
  top: -6%;
  width: 1rem;
  height: 1rem;
  background: black;
  transform: rotate(45deg);
}
.cpg-subscription__save-tooltip:hover,
.cpg-subscription__save-tooltip:active {
  display: block;
}
.cpg-subscription__save-image:hover .cpg-subscription__save-tooltip,
.cpg-subscription__save-image:active .cpg-subscription__save-tooltip {
  display: block;
}
.cpg-subscription__divider {
  height: 0.0625rem;
  align-self: stretch;
  background: #d9d9d9;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.cpg-subscription__product-data {
  display: flex;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cpg-subscription__product-image-wrapper {
  height: 5rem;
  width: 5rem;
  display: block;
  text-align: center;
}
.cpg-subscription__product-image {
  max-height: 5rem;
  max-width: 5rem;
  height: auto;
  margin: auto;
}
.cpg-subscription__product-wrapper {
  margin-left: 1.5rem;
  margin-top: 0.34rem;
}
.cpg-subscription__product-name {
  color: var(--text-black, #000000);
  font-family: "HelveticaNeue", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1875rem;
}
.cpg-subscription__product-name-link {
  text-decoration: none;
  font-weight: 700;
}
.cpg-subscription__product-name-link:hover {
  text-decoration: none;
}
.cpg-subscription__frequency-wrapper {
  margin-top: 0.75rem;
  color: #000000;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1875rem;
}
.cpg-subscription__frequency-value {
  font-style: normal;
  font-weight: 700;
}
.cpg-subscription__product-disclaimer {
  margin-top: 0.75rem;
  color: #000000;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.90625rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 1rem;
}
.cpg-subscription__product-disclaimer > * {
  font-family: "HelveticaNeue", sans-serif;
}
.cpg-subscription__product-disclaimer a {
  font-weight: 400;
  font-size: .625rem;
}
@media (min-width: 64rem) {
  .cpg-subscription__title {
    font-size: 1.25rem;
  }
  .cpg-subscription__subscription {
    font-size: 1rem;
  }
  .cpg-subscription__subscription a {
    font-size: 1rem;
  }
  .cpg-subscription__product-head-right {
    display: inline-flex;
    flex: 1 1 0;
  }
  .cpg-subscription__product-name {
    font-size: 1rem;
  }
  .cpg-subscription__save-tooltip {
    top: revert;
    bottom: 0;
  }
  .cpg-subscription__save-tooltip:after {
    top: revert;
  }
}

.product-cordless-variants {
  min-height: 27.6875rem;
}
.product-cordless-variants__head {
  color: #2e2e2e;
  font-family: 'Avenir-Black', sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.125rem;
}
@media (min-width: 48rem) {
  .product-cordless-variants__head {
    font-size: 1.25rem;
  }
}
.product-cordless-variants__options {
  color: #2e2e2e;
  font-family: 'Avenir-Black', sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.125rem;
  margin-top: 2.13rem;
}
.product-cordless-variants__option {
  display: flex;
  padding: 1rem;
  align-items: center;
  border: 0.0625rem solid #000000;
  background: #ffffff;
  margin-top: 1rem;
}
.product-cordless-variants__option--selected {
  border: 0.125rem solid #c41230;
  background: #ffffff;
}
.product-cordless-variants__option-title {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex: 1 0 0;
  color: #2e2e2e;
  font-family: 'Avenir-Black', sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.3125rem;
}
.product-cordless-variants__included-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #2e2e2e;
  font-family: 'Avenir-Black', sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.5rem;
  margin-top: 1.41rem;
  margin-bottom: 0.53rem;
}
.product-cordless-variants__included-item {
  margin-top: 0.44rem;
}
.product-cordless-variants__included-item-text {
  color: #2e2e2e;
  font-family: "Avenir", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 350;
  line-height: 1.3125rem;
}
.product-cordless-variants__included-item-icon {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
}
.product-cordless-variants__included-item-icon svg {
  height: 1.5rem;
  width: 1.5rem;
}
.product-cordless-variants__disclaimer {
  padding-top: .75rem;
  align-items: center;
  gap: .2rem;
  color: #2e2e2e;
  font-family: "Avenir", sans-serif;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.0625rem;
  margin-top: 0.5rem;
}
.product-cordless-variants__disclaimer a {
  font-weight: 800;
}
.cordlessVariants.baseComponent.aem-GridColumn.aem-GridColumn--default--12 {
  float: none;
}
.author-mode .cordlessVariants.baseComponent.aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
}

.sticky-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 5.125rem;
}

.sticky-nav--fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: white;
    border-bottom: 1px solid #f1e3e3;
    display: flex;
    align-items: center;
}

.sticky-nav img,
.sticky-nav--fixed img {
    padding: 1rem;
    max-height: inherit;
    max-width: fit-content;
}

.sticky-nav__item {
    display: flex;
    flex-direction: column;
    padding: 1rem;
}

.sticky-nav__link {
    cursor: pointer;
    text-decoration: none;
}

.sticky-nav__link:hover,
.sticky-nav__link.active {
    border-bottom: 3px solid #005ABB;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

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

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

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

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';

/* Icons */
/*@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('../../digital-platform/components/content/formatting/carousel/clientlibs/css/fonts/slick.eot');
    src: url('../../digital-platform/components/content/formatting/carousel/clientlibs/css/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../digital-platform/components/content/formatting/carousel/clientlibs/css/fonts/slick.woff') format('woff'), url('../../digital-platform/components/content/formatting/carousel/clientlibs/css/fonts/slick.ttf') format('truetype'), url('../../digital-platform/components/content/formatting/carousel/clientlibs/css/fonts/slick.svg#slick') format('svg');
}*/

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index:1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -45px;
    background:url('../../../content/dam/business-unit/whirlpool/global-assets/icons/prev-arrow.png');
}

.slick-prev:hover,
.slick-prev:focus {
    background:url('../../../content/dam/business-unit/whirlpool/global-assets/icons/prev-arrow.png');
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-next {
    right: -45px;
    background:url('../../../content/dam/business-unit/whirlpool/global-assets/icons/next-arrow.png');
}

.slick-next:hover,
.slick-next:focus {
    background:url('../../../content/dam/business-unit/whirlpool/global-assets/icons/next-arrow.png');
}

@media (max-width: 992px) {
   .slick-next {
       right: -10px;
   }
   .slick-prev {
       left: -10px;
   }
}

@media (max-width: 992px) and (min-width: 769px) {
   .slick-next {
       right: 10px;
   }
   .slick-prev {
       left: 10px;
   }
}

@media (max-width: 768px) {
   .slick-next {
       right: 0px;
   }
   .slick-prev {
       left: 0px;
   }
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: relative;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
.value-prop-component {
  background-color: #ffffff;
  border-bottom: 0.125rem solid #e2e2e2;
  border-top: 0.125rem solid #e2e2e2;
}
.value-prop-component__header {
  font-size: 1.625rem;
  line-height: 1.75rem;
  color: #000000;
  text-align: center;
  padding: 1.4375rem 1rem;
  border-bottom: 0.125rem solid #e2e2e2;
  font-weight: bold;
}
.value-prop-component-container {
  padding: 1.875rem 1.5rem 1.9375rem;
}
.value-prop-component-container .value-prop-component-tile {
  padding-bottom: 2rem;
  padding-top: 2rem;
  border-bottom: 0.125rem solid #e2e2e2;
}
.value-prop-component-container .value-prop-component-tile:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.value-prop-component-container .value-prop-component-tile:first-of-type {
  padding-top: 0;
}
.value-prop-component-container .value-prop-component-tile__title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
  color: #000000;
}
.value-prop-component-container .value-prop-component-tile__description {
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #000000;
  margin-bottom: 1rem;
}
.value-prop-component-container .value-prop-component-tile__link {
  font-size: 1rem;
  line-height: 1.1875rem;
  font-weight: bold;
}
.value-prop-component-container .value-prop-component-tile__link.value-prop-component-tile__link--external {
  padding-right: 0.5rem;
  position: relative;
}
.value-prop-component-container .value-prop-component-tile__link.value-prop-component-tile__link--external::after,
.value-prop-component-container .value-prop-component-tile__link.value-prop-component-tile__link--external::before {
  box-sizing: border-box;
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  right: -1rem;
  top: 0;
}
.value-prop-component-container .value-prop-component-tile__link.value-prop-component-tile__link--external::before {
  width: 1rem;
  height: 1rem;
  clip-path: polygon(0 0, 50% 0, 50% 50%, 100% 50%, 100% 100%, 0 100%);
  border-radius: 3px;
  border: 2px solid currentColor;
}
.value-prop-component-container .value-prop-component-tile__link.value-prop-component-tile__link--external::after {
  background-color: currentColor;
  clip-path: polygon(0 82%, 66% 17%, 50% 0, 100% 0, 100% 50%, 84% 34%, 18% 100%);
}
@media (min-width: 64rem) {
  .value-prop-component {
    padding: 2rem 8.819% 1.9375rem 9.375%;
    display: flex;
    flex-direction: row;
  }
  .value-prop-component__header {
    border: none;
    text-align: left;
    padding: .4375rem 3% 0 0;
    flex: 1;
  }
  .value-prop-component-container {
    display: flex;
    flex-direction: row;
    padding: 0;
    flex: 5.16;
  }
  .value-prop-component-container .value-prop-component-tile {
    min-height: 14.125rem;
    width: 40.33%;
    border-bottom: none;
    padding: 1rem 4.5% 1rem 3.2%;
    border-left: 0.125rem solid #e2e2e2;
  }
  .value-prop-component-container .value-prop-component-tile:last-of-type,
  .value-prop-component-container .value-prop-component-tile:first-of-type {
    padding: 1rem 4.5% 1rem 3.2%;
  }
  .value-prop-component-container .value-prop-component-tile__title {
    word-break: break-word;
  }
  .value-prop-component-container .value-prop-component-tile__link {
    cursor: pointer;
  }
}

@media (min-width: 1024px) {
    .textImage .rte,
    .textImage .rte p {
        color: #ffffff;
    }
}

@media (max-width: 1023px) {
    .ti-text {
        position: unset;
        transform: none !important;
        text-align: center;
        width: 100%;
    }

    .ti-text .rte span[style] {
        color: inherit !important;
    }
}

.grid-layout {
    display: flex;
}

.grid-layout__bottom-images {
    margin-top: 1rem;
    display: flex;
}

.grid-layout__image {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.grid-layout__text {
    flex-direction: column;
    display: flex;
    justify-content: center;
    padding: 1rem;
}

.grid-layout__buttons-cont {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem 0;
}

.grid-layout__header,
.grid-layout__description {
    padding: 0.5rem 0;
}

.grid-layout__image img {
    width: 100%;
}

.grid-layout__button--primary,
.grid-layout__button--secondary {
    text-decoration: none;
}
.grid-layout__button--primary:focus {
    outline: 1px solid #000;
}

.grid-layout video,
.grid-layout .video-container iframe {
    width: 100%;
}

@media (max-width: 767px) {
    .grid-layout,
    .grid-layout__buttons-cont {
        flex-direction: column;
    }

    .grid-layout__bottom-images.grid-layout__bottom-images--xs {
        display: none;
    }

    .grid-layout__button--primary,
    .grid-layout__button--primary span,
    .grid-layout__button--secondary,
    .grid-layout__button--secondary span {
        width: 100%;
    }

    .grid-layout__button--secondary {
        margin-top: 1rem;
    }
}

@media (min-width: 768px) {
    .grid-layout__button--secondary--left-offset {
        margin-left: 1rem;
    }
    .grid-layout__button--secondary--top-offset {
        margin-top: 1rem;
    }
    .grid-layout__text--right {
        margin-left: 2rem;
    }

    .grid-layout__image-cont--w20 {
        width: 20%;
    }

    .grid-layout__image-cont--w30 {
        width: 30%;
    }

    .grid-layout__image-cont--w40 {
        width: 40%;
    }
    
    .grid-layout__image-cont--w50 {
        width: 50%;
    }

    .grid-layout__image-cont--w60 {
        width: 60%;
    }

    .grid-layout__image-cont--w70 {
        width: 70%;
    }

    .grid-layout__image-cont--w80 {
        width: 80%;
    }

    .grid-layout__image-cont--w100 {
        width: 100%;
    }

    .grid-layout__image--left {
        order: 0;
    }

    .grid-layout__image--right {
        order: 1;
    }

    .grid-layout__bottom-image-two {
        margin-left: 1rem;
    }

    .grid-layout__text--w20 {
        width: 20%;
    }
    
    .grid-layout__text--w30 {
        width: 30%;
    }

    .grid-layout__text--w40 {
        width: 40%;
    }

    .grid-layout__text--w50 {
        width: 50%;
    }

    .grid-layout__text--w60 {
        width: 60%;
    }

    .grid-layout__text--w70 {
        width: 70%;
    }

    .grid-layout__text--w80 {
        width: 80%;
    }

    .grid-layout__text--center-aligned {
        align-items: center;
    }

    .grid-layout__text--left-aligned {
        align-items: flex-start;
    }

    .grid-layout__text--right-aligned {
        align-items: flex-end;
    }
}
.modal-video-movie-wrap .s7videoviewer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoviewer__controlbar--hide.s7videoviewer .s7controlbar {
    display: none;
}

.s7videoviewer .s7socialshare {
    display: none;
}
p a {
  text-decoration: underline;
}
p a:hover {
  color: currentColor;
}
.btnClass {
  text-decoration: none;
}
.featured-card-v2 * {
  list-style: none;
  box-sizing: border-box;
}
.featured-card-v2 p {
  text-transform: initial;
  letter-spacing: 0.02em;
  margin-top: 14px;
}
.featured-card-button {
  display: flex;
  align-items: center;
  margin-top: 21px;
}
.btnClass:not(:last-child) {
  margin-right: 15px;
}
.featured-card-content {
  z-index: 9;
  padding: 0 10px;
}
.featured-card-v2 {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.featured-card-v2.height-automatic {
  height: auto;
}
.featured-card-v2.height-automatic .featured-card-v2-container {
  height: auto;
  padding: 1.5rem .625rem;
}
.featured-card-v2.content-cardV2-tablet {
  min-height: 20rem;
}
@media (max-width: 1023px) and (max-height: 600px) {
  .featured-card-v2.content-cardV2-tablet {
    min-height: 25rem;
  }
}
.featured-card-v2.content-cardV2-tablet .featured-card-v2-container {
  min-height: 20rem;
}
@media (max-width: 1023px) and (max-height: 600px) {
  .featured-card-v2.content-cardV2-tablet .featured-card-v2-container {
    min-height: 25rem;
  }
}
.featured-card-v2.content-cardV2-tablet.large-landscape {
  min-height: 32rem;
}
.featured-card-v2.content-cardV2-tablet.large-landscape .featured-card-v2-container {
  min-height: 32rem;
}
.featured-card-v2 .featured-card-v2-container {
  position: relative;
  padding: .625rem;
  display: flex;
}
.featured-card-v2 .featured-card-v2-container .featured-card-content {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  margin: 0 !important;
  padding: 0;
  padding-bottom: .625rem;
}
.featured-card-v2 .featured-card-v2-container.vertical-middle {
  align-items: center;
}
.featured-card-v2 .featured-card-v2-container.vertical-top {
  align-items: flex-start;
}
.featured-card-v2 .featured-card-v2-container.vertical-bottom {
  align-items: flex-end;
}
.featured-card-v2 .featured-card-v2-container.featured-card-left {
  justify-content: flex-start;
}
.featured-card-v2 .featured-card-v2-container.featured-card-right {
  justify-content: flex-end;
}
.featured-card-v2 .featured-card-v2-container.featured-card-center {
  justify-content: center;
}
.featured-card-v2 .featured-card-v2-container.text-align-center .featured-card-content {
  text-align: center;
}
.featured-card-v2 .featured-card-v2-container.text-align-center .featured-card-content .featured-card-button {
  justify-content: center;
}
.featured-card-v2 .featured-card-v2-container.text-align-left .featured-card-content {
  text-align: left;
}
.featured-card-v2 .featured-card-v2-container.text-align-left .featured-card-content .featured-card-button {
  justify-content: flex-start;
}
.featured-card-v2 .featured-card-v2-container.text-align-right .featured-card-content {
  text-align: right;
}
.featured-card-v2 .featured-card-v2-container.text-align-right .featured-card-content .featured-card-button {
  justify-content: flex-end;
}
@media (max-width: 1175px) {
  .featured-card-v2 .featured-card-v2-container.vertical-middle-md {
    align-items: center;
  }
  .featured-card-v2 .featured-card-v2-container.vertical-top-md {
    align-items: flex-start;
  }
  .featured-card-v2 .featured-card-v2-container.vertical-bottom-md {
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .featured-card-v2 .featured-card-v2-container.vertical-middle-sm {
    align-items: center;
  }
  .featured-card-v2 .featured-card-v2-container.vertical-top-sm {
    align-items: flex-start;
  }
  .featured-card-v2 .featured-card-v2-container.vertical-bottom-sm {
    align-items: flex-end;
  }
}
.featured-card-v2 .featured-card-button {
  flex-wrap: wrap;
}
.aem-GridColumn--default--12 .featured-card-left,
.aem-GridColumn--default--12 .featured-card-right,
.aem-GridColumn--default--8 .featured-card-left,
.aem-GridColumn--default--8 .featured-card-right,
.featured-card-full-right,
.featured-card-full-left {
  display: flex;
  align-items: center;
}
.aem-GridColumn--default--12 .featured-card-right .featured-card-button,
.featured-card-full-right .featured-card-button {
  justify-content: flex-end;
}
.aem-GridColumn--default--12 .featured-card-center,
.aem-GridColumn--default--8 .featured-card-center,
.featured-card-full-center {
  display: flex;
  align-items: flex-end;
}
.aem-GridColumn--default--12 .featured-card-center .featured-card-button,
.aem-GridColumn--default--8 .featured-card-center .featured-card-button,
.featured-card-full-center .featured-card-button {
  justify-content: center;
}
.aem-GridColumn--default--8 .featured-card-right .featured-card-content {
  text-align: right;
}
.aem-GridColumn--default--8 .featured-card-right .featured-card-button {
  justify-content: flex-end;
}
.aem-GridColumn--default--6 .featured-card-center,
.aem-GridColumn--default--6 .featured-card-right,
.aem-GridColumn--default--6 .featured-card-left {
  display: flex;
  align-items: flex-end;
}
.aem-GridColumn--default--6 .featured-card-right .featured-card-content {
  text-align: right;
}
.aem-GridColumn--default--6 .featured-card-right .featured-card-button {
  justify-content: flex-end;
}
.aem-GridColumn--default--6 .featured-card-center .featured-card-content {
  margin: 0px auto;
  text-align: center;
}
.aem-GridColumn--default--6 .featured-card-center .featured-card-button {
  justify-content: center;
}
.aem-GridColumn--default--4 .featured-card-center,
.aem-GridColumn--default--4 .featured-card-right,
.aem-GridColumn--default--4 .featured-card-left {
  display: flex;
  align-items: flex-end;
}
.aem-GridColumn--default--4 .featured-card-right .featured-card-content {
  text-align: right;
}
.aem-GridColumn--default--4 .featured-card-right .featured-card-button {
  justify-content: flex-end;
}
.aem-GridColumn--default--4 .featured-card-center .featured-card-content {
  text-align: center;
  margin: 0px auto;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--none.cc-container,
.cc-container {
  max-width: 1200px;
  margin: 0 auto;
  float: none !important;
  clear: both !important;
}
.cc-container .cc-main-card {
  padding: 0 15px;
  margin-bottom: 20px;
}
.cc-container:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .btnClass:not(:last-child) {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .featured-card-content {
    max-width: 100% !important;
  }
}
/* media queries for desktop, laptop, mobile */
.content-cardV2-tablet {
  display: none !important;
}
.content-cardV2-mobile {
  display: none !important;
}
@media only screen and (max-width: 1175px) {
  .content-cardV2-desktop {
    display: none !important;
  }
  .content-cardV2-tablet {
    display: flex !important;
  }
}
@media only screen and (max-width: 767px) {
  .content-cardV2-tablet {
    display: none !important;
  }
  .content-cardV2-mobile {
    display: flex !important;
  }
}
.color-overlay-background {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.gradient-overlay-background {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.btnClass:hover {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.btnClass:not(:last-child) {
  margin-right: 15px;
}
/* end */
.featured-card-full-right img,
.featured-card-full-left img,
.featured-card-full-center img,
.aem-GridColumn--default--12 .featured-card-right img,
.aem-GridColumn--default--12 .featured-card-left img,
.aem-GridColumn--default--12 .featured-card-center img {
  width: 100%;
  height: 100%;
}
.fc-image-width {
  width: 100%;
}
.fc-image-width > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
/* animate css */
.featured-card-content.fadeInBottom * {
  animation-name: fadeInBottom;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
  }
}

.content-card {
    background-color: white;
    margin: 15px;
    border: 1px solid #eae8e8;
    display: flex;
    flex-direction: column;
}

.content-card__img--full-width img {
    width: 100%;
}

.content-card__img--centered {
    display: flex;
    justify-content: center;
    padding-top: 1rem;
}

.content-card__header {
    padding: 1rem 15px 0.5rem 15px;
}

.content-card__header h3{
    font-size:1.25em;
    margin-top: 10px;
    margin-bottom: 10px;
}

.content-card__text {
    padding: 0.5rem 1rem;
}

.content-card__buttons {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    margin-top: auto;
    justify-content: flex-end;
}

.content-card__buttons span {
    width: 100%;
}

.content-card__button--secondary {
    margin: 15px 0 0 0;
}

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

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

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

.content-card__button--primary,
.content-card__button--secondary {
    text-decoration: none;
}

.category__filters-cont {
    display: flex;
    flex-direction: column;
    margin: 1rem 0;
    align-items: center;
}

.category__filters {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #000000;
    border-radius: 2rem;
    padding: 0.25rem;
    background-color: #FFFFFF;
}

.category__filters-label {
    padding: 0.75rem 0;
}

.category__filter {
    padding: 0.5rem;
    margin: 0;
}

.category__content-card {
    padding: 1rem;
}

@media (max-width: 767px) {
    .category__content-card {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .category__content-card {
        width: 50%;
    }
}

@media (min-width: 1024px) {
    .category__content-card {
        width: 33%;
    }
}

.category__content-cards {
    display: flex;
    flex-wrap: wrap;
}

.category__filters--stacked {
    flex-direction: column;
}

.keep-order {
  margin: 0 auto;
  padding: 0 1rem;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  line-height: 1.3125rem;
  text-align: center;
  font-family: "Avenir-Roman", sans-serif;
}
@media all and (min-width: 64rem) {
  .keep-order {
    width: 58.75rem;
    height: 29.5rem;
    padding: 0 8.25rem;
  }
  .keep-order__success-area {
    width: 26.125rem;
  }
}
.keep-order .bold-font {
  font-weight: 900;
  font-family: "Avenir-Black", "Avenir", sans-serif;
}
.keep-order .hidden {
  visibility: hidden;
}
.keep-order.success .keep-order__cta-area {
  display: none;
}
.keep-order.success .keep-order__success-area {
  display: block;
}
.keep-order.success .keep-order__contact-info {
  padding-top: 4.3125rem;
}
.keep-order__main-msg {
  padding-top: 3.0655rem;
}
.keep-order__confirm-block {
  padding-top: 1.5625rem;
}
.keep-order__confirm-btn {
  width: 18rem;
  height: 2.5rem;
  font-weight: 900;
  font-family: "Avenir-Black", "Avenir", sans-serif;
}
.keep-order__error-msg {
  font-size: .75rem;
  color: #c41230;
  display: block;
}
.keep-order__charge-msg {
  padding-top: 1.25rem;
  font-weight: 900;
  font-family: "Avenir-Black", "Avenir", sans-serif;
}
.keep-order__success-area {
  padding-top: 5.0625rem;
  margin: 0 auto;
  display: none;
}
.keep-order__success-area svg {
  width: 5.3125rem;
  height: 5.3125rem;
  color: #5c700e;
  margin: auto;
}
.keep-order__success-title {
  padding-top: 1.5rem;
  font-weight: 900;
  font-family: "Avenir-Black", "Avenir", sans-serif;
}
.keep-order__success-msg {
  padding-top: 1.5rem;
}
.keep-order__contact-info {
  padding-top: 2.75rem;
  padding-bottom: 3rem;
}
.keep-order__contact-info b {
  font-weight: 900;
  font-family: "Avenir-Black", "Avenir", sans-serif;
}

.content-spot__labels-title {
  text-align: center;
}
.content-spot__labels-title-content {
  display: inline-block;
  margin: auto;
  width: max-content;
}
.content-spot__labels-subtitle {
  text-align: center;
}
.content-spot .cmp-teaser {
  width: 11rem;
  letter-spacing: 0;
}
.content-spot .cmp-teaser__title {
  text-align: center;
}
.content-spot .cmp-teaser__title-link {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}
.content-spot .cmp-teaser__description {
  text-align: center;
}
.content-spot .cmp-teaser__image {
  text-align: center;
}
.content-spot .cmp-teaser__image .cmp-image__image {
  margin: auto;
  height: 3.1875rem;
  width: auto;
}
.content-spot__teasers {
  text-align: center;
}
.content-spot__teasers .teaser {
  width: 49%;
  display: inline-flex;
  vertical-align: top;
}
.content-spot__teasers .teaser .cmp-teaser {
  margin: auto;
}
@media all and (min-width: 47.938rem) {
  .content-spot__teasers .teaser {
    width: auto;
    width: initial;
  }
  .content-spot__teasers .teaser .cmp-teaser {
    margin: initial;
  }
}

.login .form,
.registration .form {
  max-width: 20.625rem;
}

.login-title {
  margin-top: 0;
}

.login-title,
.registration-title,
.guest-login-title {
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  font-weight: 400;
}

.login-registration-box {
  background: #ffffff;
  padding: 1.25rem;
}

.login-forgot-password-edit {
  text-align: right;
}

.guest-login-buttons {
  margin-top: 1.25rem;
}

.registration-password-text {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.create-account-content {
	display: none;
}

.full-width-form .form {
	max-width: unset;
}

@media (min-width: 1024px) {
	.create-account-content {
    	display: block;
    }

    .full-width-form .form {
    	max-width: 20.625rem;
    }
}


.recaptcha-error-msg {
  color: red;
  font-weight: bold;
  display: none;
}

.hide {
  display: none
}

.registration-hide {
  display: none;
}
#credential_picker_container iframe {
    outline: none;
}

#credential_picker_iframe {
    z-index: 100000000000000000 !important;
}
.sign-in-wrapper#additional-sign-in-modal.modal-open {
  z-index: 9999;
}
.sign-in-wrapper .modal-box {
  padding: 0;
  max-width: unset;
  margin: 5rem auto auto;
}
.sign-in-wrapper .sign-in-popup {
  background-color: #FFF;
  margin: 0 0.5rem;
  position: relative;
}
.sign-in-wrapper .sign-in-popup__content {
  display: none;
  background-size: cover;
  background-repeat: no-repeat;
}
.sign-in-wrapper .sign-in-popup__form {
  padding: 4rem 1.125rem 1.125rem;
  text-align: left;
}
.sign-in-wrapper .sign-in-popup__form .login .login-registration-form {
  max-width: unset;
}
.sign-in-wrapper .sign-in-popup__form .login strong {
  display: block;
}
.sign-in-wrapper .sign-in-popup__form .login .login-title {
  font-size: 1.25rem;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #2e2e2e;
  font-family: "Avenir-Black", sans-serif;
  border-bottom: 1px solid #e2e2e2;
  text-transform: none;
  padding-bottom: 0.125rem;
  margin-bottom: 1.125rem;
}
.sign-in-wrapper .sign-in-popup__form .login .login-title--complete-account {
  margin-bottom: 1rem;
}
.sign-in-wrapper .sign-in-popup__form .login .sso-notice {
  font-size: .625rem;
  line-height: 1.4;
}
.sign-in-wrapper .sign-in-popup__form .login .form-checkbox-text {
  display: inline-block;
  line-height: 1.4;
  font-size: .625rem;
}
.sign-in-wrapper .sign-in-popup__form .login .user-data-container {
  margin-bottom: 1rem;
}
.sign-in-wrapper .sign-in-popup__form .login .user-data-container .form-input {
  font-size: .625rem;
  font-weight: bold;
  text-align: center;
  opacity: 1;
}
.sign-in-wrapper .sign-in-popup__form .login .form-req-message {
  display: none;
}
.sign-in-wrapper .sign-in-popup__form .login .form-label {
  font-family: "Avenir-Black", sans-serif;
  font-size: .625rem;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: normal;
  color: #433736;
}
.sign-in-wrapper .sign-in-popup__form .login .form-error-item {
  display: inline-block;
  line-height: 1.4;
  font-size: .625rem;
}
.sign-in-wrapper .sign-in-popup__form .login .form-group {
  margin: 0 0 1rem;
}
.sign-in-wrapper .sign-in-popup__form .login .form-group:last-of-type {
  margin: 0;
}
.sign-in-wrapper .sign-in-popup__form .login .login-forgot-password-edit {
  text-align: left;
  margin-bottom: .4375rem;
  line-height: .875rem;
}
.sign-in-wrapper .sign-in-popup__form .login .login-forgot-password-link {
  font-size: .625rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #2e2e2e;
  font-family: "Avenir-Roman", sans-serif;
  text-decoration: underline;
}
.sign-in-wrapper .sign-in-popup__form .login .login-forgot-password-link:focus-visible {
  outline-width: .125rem;
}
.sign-in-wrapper .sign-in-popup__form .login .form-input {
  border: 1px solid rgba(0, 0, 0, 0.25);
  height: 2.5rem;
}
.sign-in-wrapper .sign-in-popup__form .login .form-input:focus-visible {
  outline-width: .125rem;
}
.sign-in-wrapper .sign-in-popup__form .login .form-buttons {
  margin: 0;
}
.sign-in-wrapper .sign-in-popup__form .login .form-buttons--complete-account {
  margin-top: 1.4375rem;
}
.sign-in-wrapper .sign-in-popup__form .login .form-buttons .form-button {
  width: 100%;
  height: 2rem;
  margin-bottom: 0;
}
.sign-in-wrapper .sign-in-popup__form .login .form-buttons .form-button:focus-visible {
  outline-width: .125rem;
  outline-offset: .125rem;
}
.sign-in-wrapper .sign-in-popup .sign-in-modal-form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 2rem;
  margin: 0;
}
.sign-in-wrapper .sign-in-popup .sign-in-modal-form:focus-visible {
  outline-width: .125rem;
}
.sign-in-wrapper .sign-in-popup .sign-in-modal-form .sign-in-popup__button {
  display: inline-block;
  margin: 0;
  text-align: center;
  font-family: "Avenir-Black", sans-serif;
  font-size: 0.75rem;
}
.sign-in-wrapper .sign-in-popup__closer {
  display: flex;
  flex-direction: row-reverse;
}
.sign-in-wrapper .sign-in-popup__closer .modal-close {
  width: unset;
  height: unset;
  top: 1.3125rem;
  right: 1.3125rem;
}
.sign-in-wrapper .sign-in-popup__closer .modal-close svg {
  color: #c41230;
}
.sign-in-wrapper .sign-in-popup .hide {
  display: none;
}
.sing-in-buttons-wrapper .sign-in-buttons__divider-wrapper {
  margin-bottom: .25rem;
}
.sing-in-buttons-wrapper .sign-in-buttons__divider {
  font-size: .625rem;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: normal;
  color: #2e2e2e;
  position: relative;
  font-family: "Avenir-Black", sans-serif;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.sing-in-buttons-wrapper .sign-in-buttons__divider:before,
.sing-in-buttons-wrapper .sign-in-buttons__divider:after {
  border-top: 1px solid #dfdfdf;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 45%;
  bottom: 0;
  width: 45%;
}
.sing-in-buttons-wrapper .sign-in-buttons__divider:before {
  left: 0;
}
.sing-in-buttons-wrapper .sign-in-buttons__divider:after {
  right: 0;
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social {
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 11px;
  margin-bottom: 16px;
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social .google-sign-in-btn .abcRioButton {
  border: 1px solid #8d8d8d;
  width: 100% !important;
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social .google-sign-in-btn .abcRioButton .abcRioButtonContents {
  font-family: "Avenir-Black", sans-serif;
  font-size: 12px;
  color: #2e2e2e;
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social .google-sign-in-btn .abcRioButton .abcRioButtonIcon {
  padding: 6px 11px !important;
  border-right: 1px solid #8d8d8d;
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social .google-sign-in-btn .abcRioButton .abcRioButtonIcon .abcRioButtonSvgImageWithFallback svg {
  height: 18px;
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social--facebook,
.sing-in-buttons-wrapper .sign-in-buttons__login-social--google {
  width: 100%;
  height: 32px;
  border: 1px solid #8d8d8d;
  cursor: pointer;
  display: flex;
  flex-direction: row;
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social--facebook-v2,
.sing-in-buttons-wrapper .sign-in-buttons__login-social--google-v2 {
  display: none;
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social--facebook:hover,
.sing-in-buttons-wrapper .sign-in-buttons__login-social--google:hover {
  box-shadow: 0 0 3px 3px rgba(66, 133, 244, 0.3);
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social--facebook:focus-visible,
.sing-in-buttons-wrapper .sign-in-buttons__login-social--google:focus-visible {
  outline-width: .125rem;
  outline-offset: .125rem;
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social--facebook-icon,
.sing-in-buttons-wrapper .sign-in-buttons__login-social--google-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #8d8d8d;
  background: #fff;
  padding: 12px;
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social--facebook-icon svg:not(:root),
.sing-in-buttons-wrapper .sign-in-buttons__login-social--google-icon svg:not(:root) {
  height: 18px;
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social--facebook-text,
.sing-in-buttons-wrapper .sign-in-buttons__login-social--google-text {
  font-family: "Avenir-Black", sans-serif;
  font-size: 12px;
  color: #2e2e2e;
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .sign-in-wrapper .modal-box {
    margin: 11.875rem auto auto;
    width: 50rem;
  }
  .sign-in-wrapper .modal-box--empty-content {
    width: 25rem;
    transform: translate(-50%, -50%);
    margin: 0;
    top: 50%;
    left: 50%;
  }
  .sign-in-wrapper .modal-box--empty-content .sign-in-popup__content {
    display: none;
  }
  .sign-in-wrapper .modal-box--empty-content .sign-in-popup__form {
    width: 100%;
    padding: 3rem 2rem 3.3125rem;
  }
  .sign-in-wrapper .sign-in-popup {
    display: flex;
    flex-direction: row;
    margin: 0;
  }
  .sign-in-wrapper .sign-in-popup__content {
    display: block;
    color: #FFF;
    text-align: center;
    padding: 7rem 3.125rem 3.125rem;
  }
  .sign-in-wrapper .sign-in-popup__content.subscriptions,
  .sign-in-wrapper .sign-in-popup__content.subscriptions .sign-in-popup__heading,
  .sign-in-wrapper .sign-in-popup__content.subscriptions .sign-in-popup__main-text {
    color: unset;
  }
  .sign-in-wrapper .sign-in-popup__content.subscriptions.spa > *,
  .sign-in-wrapper .sign-in-popup__content.subscriptions .sign-in-popup__heading.spa > *,
  .sign-in-wrapper .sign-in-popup__content.subscriptions .sign-in-popup__main-text.spa > * {
    color: inherit;
  }
  .sign-in-wrapper .sign-in-popup__form {
    padding: 4rem 4rem 6.3125rem;
  }
  .sign-in-wrapper .sign-in-popup__form--complete-account {
    padding: 2.5rem 4rem 2rem;
  }
  .sign-in-wrapper .sign-in-popup__content,
  .sign-in-wrapper .sign-in-popup__form {
    width: 50%;
  }
  .sign-in-wrapper .sign-in-popup__heading {
    font-family: "Avenir-Black", sans-serif;
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-transform: none;
  }
  .sign-in-wrapper .sign-in-popup__main-text {
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: center;
    font-family: "Avenir-Roman", sans-serif;
    margin-bottom: 1.5rem;
  }
}
.sign-in-popup__content.subscriptions {
  background-image: none !important;
}

.professional-discount-modal {
  padding: 3.125rem 1rem 1.875rem;
  box-shadow: 0 0.25rem 0.25rem 0 rgb(0 0 0 / 25%);
  border: 0.0625rem solid rgba(239, 239, 239, 1);
}
.professional-discount-modal__header {
  font-family: "HelveticaNeue", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}
.professional-discount-modal__buttons {
  padding-top: 1.875rem;
}
@media (min-width: 64rem) {
  .professional-discount-modal {
    padding: 3.125rem 2.0625rem;
  }
  .professional-discount-modal__buttons--yes {
    margin-right: 1rem;
  }
  #professional-discount-modal .modal-box {
    width: 30.5rem;
  }
}

header.header-v3 {
  border-bottom: solid 0.1875rem #edb110;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  z-index: 1050;
}
header.header-v3 .xf-content-height {
  margin: 0;
}
header.header-v3--search-fixed {
  margin-bottom: 3.5rem;
}
header.header-v3.header-v3--unset-position .main_header .tool-set-section {
  height: 5rem;
}
header.header-v3 .main_header {
  padding: 0;
  position: relative;
}
header.header-v3 .main_header .tool-set-section {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  background-color: #ffffff;
  height: 3.5rem;
  align-items: center;
  position: relative;
  padding: 0;
}
header.header-v3 .main_header .tool-set-section .logo {
  display: block;
  height: 3.5rem;
  padding: 0.875rem 0.5rem;
}
header.header-v3 .main_header .tool-set-section .logo img {
  max-height: 100%;
}
header.header-v3 .main_header .tool-set-section_right-side {
  width: inherit;
  display: flex;
  justify-content: flex-end;
  padding-right: 3.5rem;
  align-items: center;
}
header.header-v3 .main_header .tool-set-section_right-side.simplified .header-cart-v3 {
  padding-left: 0;
}
header.header-v3 .main_header {
  background: none;
}
header.header-v3 .main_header input[type="checkbox"] {
  transition: all 0.2s;
  box-sizing: border-box;
  display: none;
}
header.header-v3 .main_header .g-container {
  padding: 0;
  width: 100%;
}
header.header-v3 .main_header .g-row {
  margin: 0;
}
header.header-v3 .modal-overlay {
  width: 100%;
  height: 100%;
  padding: 1.125rem;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 99999;
}
header.header-v3 .sign-in-modal-component #sign-in-modal.modal {
  background: rgba(46, 46, 46, 0.9);
}
header.header-v3 .sign-in-account:focus-visible {
  outline: 0.0625rem solid #000000;
  outline-offset: 0.3125rem;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  header.header-v3 .mega-menu-section {
    height: 2.625rem;
  }
  header.header-v3 .mega-menu-section:before {
    content: '';
    position: absolute;
    width: 100%;
    border: solid #d8d8d8;
    border-width: 0.0625rem 0 0 0;
    left: 0;
    z-index: 1;
  }
  header.header-v3 .main_header .tool-set-section {
    height: 5rem;
    display: flex;
    flex-direction: row;
  }
  header.header-v3 .main_header .tool-set-section .brand-logo .logo {
    display: block;
    height: 3.5rem;
    padding: 0.1rem 0.5rem;
  }
  header.header-v3 .main_header .tool-set-section_right-side {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: inherit;
    padding-right: 0;
  }
  header.header-v3 .sign-in-modal-component #sign-in-modal.modal {
    overflow: inherit;
    background: none;
    z-index: 5;
  }
  header.header-v3 .sign-in-modal-component #sign-in-modal .modal-box {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media all and (min-width: 85.375rem) {
  header.header-v3 .mega-menu-section {
    height: 2.625rem;
  }
  header.header-v3 .mega-menu-section:before {
    content: '';
    position: absolute;
    width: 100%;
    border: solid #d8d8d8;
    border-width: 0.0625rem 0 0 0;
    left: 0;
    z-index: 1;
  }
  header.header-v3 .main_header .tool-set-section {
    height: 5rem;
    display: flex;
    flex-direction: row;
  }
  header.header-v3 .main_header .tool-set-section .brand-logo .logo {
    display: block;
    height: 3.5rem;
    padding: 0.1rem 0.5rem;
  }
  header.header-v3 .main_header .tool-set-section_right-side {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: inherit;
    padding-right: 0;
  }
  header.header-v3 .sign-in-modal-component #sign-in-modal.modal {
    overflow: inherit;
    background: none;
    z-index: 5;
  }
  header.header-v3 .sign-in-modal-component #sign-in-modal .modal-box {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media all and (min-width: 85.375rem) {
  .author-mode header.header-v3 .mega-menu-section {
    height: 2.625rem;
  }
  .author-mode header.header-v3 .mega-menu-section:before {
    content: '';
    position: absolute;
    width: 100%;
    border: solid #d8d8d8;
    border-width: 0.0625rem 0 0 0;
    left: 0;
    z-index: 1;
  }
  .author-mode header.header-v3 .main_header .tool-set-section {
    height: 5rem;
    display: flex;
    flex-direction: row;
  }
  .author-mode header.header-v3 .main_header .tool-set-section .brand-logo .logo {
    display: block;
    height: 3.5rem;
    padding: 0.1rem 0.5rem;
  }
  .author-mode header.header-v3 .main_header .tool-set-section_right-side {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: inherit;
    padding-right: 0;
  }
  .author-mode header.header-v3 .sign-in-modal-component #sign-in-modal.modal {
    overflow: inherit;
    background: none;
    z-index: 5;
  }
  .author-mode header.header-v3 .sign-in-modal-component #sign-in-modal .modal-box {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media all and (min-width: 64rem) {
  header.header-v3 {
    z-index: 21;
  }
}
.everydrop .modal.active {
  z-index: 4000;
}
html.modal-open .utility-nav__container,
html .ReactModal__Body--open .utility-nav__container {
  z-index: 1;
}
html.modal-open header.header-v3,
html .ReactModal__Body--open header.header-v3 {
  z-index: 2;
}

.global-navigation {
  height: 0;
}
.global-navigation .sidebar-icon-toggle {
  transition: all 0.2s;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  width: 3.5rem;
  height: 3.5rem;
  background-color: #edb110;
  -webkit-tap-highlight-color: transparent;
}
.global-navigation .sidebar-icon-toggle .sidebar-icon-toggle_icon {
  margin: 1rem 1rem 0 1rem;
}
.global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .sidebar-icon-toggle {
  background-color: #eeeeee;
}
.global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .sidebar-icon-toggle .horizontal {
  transition: all 0.2s;
  box-sizing: border-box;
  opacity: 0;
}
.global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .sidebar-icon-toggle .horizontal.mobile-menu-close-text {
  opacity: unset;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 0.625rem;
  font-weight: bold;
  color: #000000;
  display: block;
  width: 100%;
  text-align: center;
}
.global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .sidebar-icon-toggle .horizontal.mobile-menu-text {
  display: none;
}
.global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .sidebar-icon-toggle .diagonal.part-1 {
  transition: all .2s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: .625rem;
  height: 0.25rem;
  border-radius: 0.25rem;
}
.global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .sidebar-icon-toggle .diagonal.part-2 {
  transition: all .2s;
  box-sizing: border-box;
  transform: rotate(-135deg);
  margin-top: -0.56rem;
  height: 0.25rem;
  border-radius: 0.25rem;
}
.global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .global-menu {
  transform: translateX(0);
  border-top: solid 2px #edb110;
  overflow-y: auto;
}
.global-navigation .spinner-mobile {
  transition: all 0.2s;
  box-sizing: border-box;
  position: absolute;
  height: 0.125rem;
  width: 100%;
  border-radius: 20%;
  background-color: #000000;
}
.global-navigation .diagonal.part-1 {
  position: relative;
  transition: all 0.2s;
  box-sizing: border-box;
  float: left;
}
.global-navigation .diagonal.part-2 {
  transition: all 0.2s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 0.1875rem;
}
.global-navigation .horizontal {
  transition: all 0.2s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 0.1875rem;
}
.global-navigation .horizontal.mobile-menu-close-text {
  display: none;
}
.global-navigation .mobile-menu-text {
  font-family: "HelveticaNeue", sans-serif;
  font-size: 0.625rem;
  font-weight: bold;
  color: #000000;
  width: 100%;
  text-align: center;
}
.global-navigation .global-menu_container .primary-link.hidden {
  display: none;
  transition: 0.2s;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .global-navigation {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: inherit;
  }
  .global-navigation .sidebar-icon-toggle {
    display: none;
  }
  .global-navigation .global-navigation {
    margin: 0 8.4375rem 0 8.4375rem;
  }
  .global-navigation input[type="checkbox"]:not(:checked)#openGlobalMenuTrigger ~ .global-menu {
    display: flex;
  }
  .global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .global-menu {
    transform: none;
    border-top: none;
  }
}
@media all and (min-width: 85.375rem) {
  .global-navigation {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: inherit;
  }
  .global-navigation .sidebar-icon-toggle {
    display: none;
  }
  .global-navigation .global-navigation {
    margin: 0 8.4375rem 0 8.4375rem;
  }
  .global-navigation input[type="checkbox"]:not(:checked)#openGlobalMenuTrigger ~ .global-menu {
    display: flex;
  }
  .global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .global-menu {
    transform: none;
    border-top: none;
  }
}
@media all and (min-width: 85.375rem) {
  .author-mode .global-navigation {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: inherit;
  }
  .author-mode .global-navigation .sidebar-icon-toggle {
    display: none;
  }
  .author-mode .global-navigation .global-navigation {
    margin: 0 8.4375rem 0 8.4375rem;
  }
  .author-mode .global-navigation input[type="checkbox"]:not(:checked)#openGlobalMenuTrigger ~ .global-menu {
    display: flex;
  }
  .author-mode .global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .global-menu {
    transform: none;
    border-top: none;
  }
}
@media all and (max-width: 63.938rem) {
  .global-menu_container .primary-link.open {
    background-color: transparent !important;
    transition: none;
  }
}
/* Declare the same value for min- and max-width to avoid colliding with desktops */
@media only screen and (min-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .global-menu_container {
    display: block !important;
  }
  .global-menu_container .primary-link.open ~ .hidden-slider,
  .global-menu_container .primary-link.ipad-open ~ .hidden-slider {
    opacity: 0 !important;
  }
  .global-navigation .global-menu_container .primary-link.ipad-open.open {
    background-color: #edb110;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    .global-menu_container {
      display: block !important;
    }
    .global-navigation .global-menu_container .primary-link.open {
      background-color: #edb110;
      transition: .5s;
    }
    .global-menu_container .hidden-slider {
      display: none !important;
    }
    .global-menu_container .primary-link.open ~ .hidden-slider,
    .global-menu_container .primary-link.ipad-open ~ .hidden-slider {
      opacity: 0 !important;
    }
  }
}
@media not all and (min-resolution: 0.001dpcm) and only screen and (max-width: 48rem) {
  .global-navigation .global-menu_container .primary-link.open {
    background-color: transparent;
    transition: none;
  }
}
@supports (-webkit-hyphens:none) {
  .global-menu_container {
    display: block !important;
  }
  .global-navigation .global-menu_container .primary-link.open {
    background-color: #edb110;
    transition: .5s;
  }
  .global-menu_container .hidden-slider {
    display: none !important;
  }
  .global-menu_container .primary-link.open ~ .hidden-slider,
  .global-menu_container .primary-link.ipad-open ~ .hidden-slider {
    opacity: 0 !important;
  }
}
.keyboard-navigation .global-menu_container li:active,
.keyboard-navigation .global-menu_container li a:active {
  outline: unset !important;
}
.keyboard-navigation .global-menu_container .primary-link:focus {
  transition: none;
  outline: 0.125rem solid #000000;
  outline-offset: -0.25rem;
}
.global-menu {
  left: 0;
  width: 100%;
  transform: translateX(150%);
  transition: transform 500ms ease-in-out;
  background: #ffffff;
  height: 100vh;
  -webkit-tap-highlight-color: transparent;
}
.global-menu_container {
  list-style-type: none;
  margin: 0;
  align-items: center;
  color: #000000;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
  font-family: "HelveticaNeue", sans-serif;
  padding: 0;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.1);
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  background: #ffffff;
}
.global-menu_container .hidden-slider {
  display: none;
}
.global-menu_container li:active,
.global-menu_container li a:active {
  outline: none !important;
}
.global-menu_container .primary-link {
  display: inline-block;
  padding: .313rem 0;
  width: 100%;
  position: relative;
  transition: 0.5s;
}
.global-menu_container .primary-link > .global-menu_flyout {
  display: none;
}
.global-menu_container .primary-link:not(:first-child) {
  border-top: solid 1px #dedede;
}
.global-menu_container .primary-link .link-arrow-right {
  content: '';
  transition: 0.5s;
  border: solid #898989;
  border-width: 0 0.125rem 0.125rem 0;
  display: inline-block;
  padding: 0.1875rem;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 1.5rem;
  right: 1rem;
}
.global-menu_container .primary-link .primary-link_control-panel {
  margin-left: 1rem;
  line-height: 3rem;
  min-height: 3rem;
}
.global-menu_container .primary-link.expanded-link .primary-link_href {
  transition: 0.5s;
  font-weight: bold;
  color: #edb110;
}
.global-menu_container .primary-link.expanded-link .link-arrow-right {
  border: solid #edb110;
  border-width: 0 0.125rem 0.125rem 0;
  transition: 0.5s;
  transform: rotate(-135deg);
}
.global-menu_container .primary-link.expanded-link .link-arrow-left {
  display: none;
}
.global-menu_container .primary-link.expanded-link .global-menu_flyout {
  display: block;
  background: #ffffff;
  width: 100%;
  transition: all 0.5s;
  border-top: solid 1px #dedede;
}
.global-menu_container .primary-link .primary-link_href {
  transition: 0.5s;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 1rem;
  color: #000000;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
}
.global-menu_container .primary-link.selected {
  text-align: center;
  transition: 0.5s;
}
.global-menu_container .primary-link.selected .link-arrow-right {
  display: none;
}
.global-menu_container .primary-link.selected .link-arrow-left {
  content: '';
  transition: 0.5s;
  border: solid #000000;
  border-width: 0 0.125rem 0.125rem 0;
  display: inline-block;
  padding: 0.1875rem;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 1.5rem;
  left: 1rem;
}
.global-menu_container .primary-link.selected .primary-link_href {
  font-weight: bold;
}
.global-menu_container .primary-link.hidden {
  transition: 0.5s;
  display: none;
}
.global-menu .sub-menu-head span {
  font-weight: 600;
}
.global-menu .g-row .g-col-6 .single-high {
  margin-top: 0;
}
.global-menu .user_links img {
  margin: 0 auto;
}
.global-menu .user_links__utilities {
  font-size: 0.625rem !important;
  text-transform: uppercase !important;
  padding: 0 !important;
  line-height: 1.375rem;
  text-align: center;
  color: #2e2e2e;
  border-bottom: 0 !important;
}
.global-menu .column_border-right {
  border-right: 0.0625rem solid #eee;
}
.global-menu .padding_left_column {
  padding-left: 1.875rem;
}
.global-menu .column_padding_bottom {
  padding-bottom: 1.5625rem;
}
.global-menu .contact_details {
  margin-bottom: 1.25rem;
}
.global-menu .live_chat {
  padding-bottom: 1.5625rem;
  padding-left: 1.9375rem;
}
.global-menu .main {
  margin: 0 auto;
  display: block;
  height: 100%;
}
.global-menu .mainInner {
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}
.global-menu .mainInner div {
  display: table-cell;
  vertical-align: middle;
  font-size: 3em;
  font-weight: bold;
  letter-spacing: 0.078125rem;
}
.global-menu .main-menu {
  padding: 0;
}
.global-menu .main-menu li {
  padding-left: 2.3125rem;
  border-bottom: 0.0625rem solid #dadada;
  background-color: #eee;
}
.global-menu .always_visible {
  display: block;
}
.global-menu .padding_left_column {
  padding: 0 0.625rem;
}
.global-menu .g-row-mobile {
  background: #eee;
}
.global-menu .display-none-mobile {
  display: none;
}
.global-menu .user_links .header-suggestions-panel .header-suggestions-button {
  font-weight: 500;
  font-size: 0.6875rem !important;
  line-height: 1.5rem !important;
  display: flex;
  align-items: center;
  color: #c41230 !important;
  text-transform: capitalize !important;
}
.global-menu .overlay-menu {
  display: none !important;
}
.global-menu .mega-menu-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  background-origin: content-box;
  width: 1.4375rem;
  height: 1.4375rem;
  float: right;
}
.global-menu .column_border-right {
  padding-left: 0;
  padding-right: 0;
}
.global-menu .content-hidden-mobile {
  display: none;
}
.global-menu .header-logged-out {
  text-align: center;
}
.global-menu .main-menu-svg-fill {
  width: 1.0625rem;
  height: 1.0625rem;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .global-menu {
    display: flex;
    justify-content: space-between;
    height: inherit;
    transform: none;
    transition: none;
    padding-bottom: 0;
  }
  .global-menu .tool-set-section {
    margin: 0 8.4375rem 0 8.4375rem;
    height: 5rem;
  }
  .global-menu_container {
    padding: 0;
    display: flex;
    height: 2.625rem;
    position: initial;
    overflow: hidden;
  }
  .global-menu_container .hidden-slider {
    display: block;
    position: absolute;
    width: 9.375rem;
    height: 2.625rem;
    top: 5rem;
    left: 0;
    background: #edb110;
    z-index: 0;
    transition: 0.5s;
    opacity: 0;
  }
  .global-menu_container .primary-link {
    padding: 0.625rem 0;
    position: initial;
    z-index: 1;
  }
  .global-menu_container .primary-link .primary-link_control-panel {
    line-height: unset;
    min-height: unset;
  }
  .global-menu_container .primary-link.open > .global-menu_flyout {
    display: block;
    position: absolute;
    background: #ffffff;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: 7.5625rem;
    cursor: auto;
  }
  .global-menu_container .primary-link.open > .global-menu_flyout .global-menu_flyout-border {
    width: 100%;
    border-bottom: solid 0.1875rem #edb110;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  }
  .global-menu_container .primary-link.open > .global-menu_flyout .g-container {
    margin-top: 0.1875rem;
  }
  .global-menu_container .primary-link.open > .global-menu_flyout .sub-menu-block .aem-Grid:before,
  .global-menu_container .primary-link.open > .global-menu_flyout .sub-menu-block .aem-Grid:after {
    display: none;
  }
  .global-menu_container .primary-link .link-arrow-right {
    display: none;
  }
  .global-menu_container .primary-link .link-arrow-left {
    display: none;
  }
  .global-menu_container .primary-link:not(:first-child) {
    border-top: none;
  }
  .global-menu_container .primary-link:first-of-type:focus {
    border-left: 0.0625rem solid;
  }
  .global-menu_container .primary-link .primary-link_href {
    font-family: "HelveticaNeue", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.19;
    color: #000000;
    margin-left: 0.5rem;
  }
  .global-menu_container .primary-link .primary-link_href:focus {
    outline: 0.0625rem solid #000000;
  }
  .global-menu_container .primary-link .primary-link_href:hover {
    text-decoration: underline;
  }
  .global-menu_container .primary-link .primary-link_href:after {
    display: none;
  }
  .global-menu_container .primary-link.open ~ .hidden-slider {
    opacity: 1;
  }
  .global-menu_container .primary-link.expanded-link .primary-link_control-panel {
    padding-bottom: inherit;
  }
  .global-menu_container .primary-link.expanded-link .primary-link_href {
    transition: none;
    font-weight: bold;
    color: #000000;
  }
  .global-menu_container .primary-link.expanded-link .link-arrow-right {
    border: none;
    display: none;
  }
  .global-menu_container .primary-link.expanded-link .link-arrow-left {
    display: none;
  }
  .global-menu_container .primary-link.expanded-link .global-menu_flyout {
    transition: none;
    border-top: inherit;
  }
}
@media all and (min-width: 85.375rem) {
  .global-menu {
    display: flex;
    justify-content: space-between;
    height: inherit;
    transform: none;
    transition: none;
    padding-bottom: 0;
  }
  .global-menu .tool-set-section {
    margin: 0 8.4375rem 0 8.4375rem;
    height: 5rem;
  }
  .global-menu_container {
    padding: 0;
    display: flex;
    height: 2.625rem;
    position: initial;
    overflow: hidden;
  }
  .global-menu_container .hidden-slider {
    display: block;
    position: absolute;
    width: 9.375rem;
    height: 2.625rem;
    top: 5rem;
    left: 0;
    background: #edb110;
    z-index: 0;
    transition: 0.5s;
    opacity: 0;
  }
  .global-menu_container .primary-link {
    padding: 0.625rem 0;
    position: initial;
    z-index: 1;
  }
  .global-menu_container .primary-link .primary-link_control-panel {
    line-height: unset;
    min-height: unset;
  }
  .global-menu_container .primary-link.open > .global-menu_flyout {
    display: block;
    position: absolute;
    background: #ffffff;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: 7.5625rem;
    cursor: auto;
  }
  .global-menu_container .primary-link.open > .global-menu_flyout .global-menu_flyout-border {
    width: 100%;
    border-bottom: solid 0.1875rem #edb110;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  }
  .global-menu_container .primary-link.open > .global-menu_flyout .g-container {
    margin-top: 0.1875rem;
  }
  .global-menu_container .primary-link.open > .global-menu_flyout .sub-menu-block .aem-Grid:before,
  .global-menu_container .primary-link.open > .global-menu_flyout .sub-menu-block .aem-Grid:after {
    display: none;
  }
  .global-menu_container .primary-link .link-arrow-right {
    display: none;
  }
  .global-menu_container .primary-link .link-arrow-left {
    display: none;
  }
  .global-menu_container .primary-link:not(:first-child) {
    border-top: none;
  }
  .global-menu_container .primary-link:first-of-type:focus {
    border-left: 0.0625rem solid;
  }
  .global-menu_container .primary-link .primary-link_href {
    font-family: "HelveticaNeue", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.19;
    color: #000000;
    margin-left: 0.5rem;
  }
  .global-menu_container .primary-link .primary-link_href:focus {
    outline: 0.0625rem solid #000000;
  }
  .global-menu_container .primary-link .primary-link_href:hover {
    text-decoration: underline;
  }
  .global-menu_container .primary-link .primary-link_href:after {
    display: none;
  }
  .global-menu_container .primary-link.open ~ .hidden-slider {
    opacity: 1;
  }
  .global-menu_container .primary-link.expanded-link .primary-link_control-panel {
    padding-bottom: inherit;
  }
  .global-menu_container .primary-link.expanded-link .primary-link_href {
    transition: none;
    font-weight: bold;
    color: #000000;
  }
  .global-menu_container .primary-link.expanded-link .link-arrow-right {
    border: none;
    display: none;
  }
  .global-menu_container .primary-link.expanded-link .link-arrow-left {
    display: none;
  }
  .global-menu_container .primary-link.expanded-link .global-menu_flyout {
    transition: none;
    border-top: inherit;
  }
}
@media all and (min-width: 48rem) {
  .global-menu__search {
    display: none;
  }
}
@media all and (min-width: 85.375rem) {
  .author-mode .global-menu {
    display: flex;
    justify-content: space-between;
    height: inherit;
    transform: none;
    transition: none;
    padding-bottom: 0;
  }
  .author-mode .global-menu .tool-set-section {
    margin: 0 8.4375rem 0 8.4375rem;
    height: 5rem;
  }
  .author-mode .global-menu_container {
    padding: 0;
    display: flex;
    height: 2.625rem;
    position: initial;
    overflow: hidden;
  }
  .author-mode .global-menu_container .hidden-slider {
    display: block;
    position: absolute;
    width: 9.375rem;
    height: 2.625rem;
    top: 5rem;
    left: 0;
    background: #edb110;
    z-index: 0;
    transition: 0.5s;
    opacity: 0;
  }
  .author-mode .global-menu_container .primary-link {
    padding: 0.625rem 0;
    position: initial;
    z-index: 1;
  }
  .author-mode .global-menu_container .primary-link .primary-link_control-panel {
    line-height: unset;
    min-height: unset;
  }
  .author-mode .global-menu_container .primary-link.open > .global-menu_flyout {
    display: block;
    position: absolute;
    background: #ffffff;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: 7.5625rem;
    cursor: auto;
  }
  .author-mode .global-menu_container .primary-link.open > .global-menu_flyout .global-menu_flyout-border {
    width: 100%;
    border-bottom: solid 0.1875rem #edb110;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  }
  .author-mode .global-menu_container .primary-link.open > .global-menu_flyout .g-container {
    margin-top: 0.1875rem;
  }
  .author-mode .global-menu_container .primary-link.open > .global-menu_flyout .sub-menu-block .aem-Grid:before,
  .author-mode .global-menu_container .primary-link.open > .global-menu_flyout .sub-menu-block .aem-Grid:after {
    display: none;
  }
  .author-mode .global-menu_container .primary-link .link-arrow-right {
    display: none;
  }
  .author-mode .global-menu_container .primary-link .link-arrow-left {
    display: none;
  }
  .author-mode .global-menu_container .primary-link:not(:first-child) {
    border-top: none;
  }
  .author-mode .global-menu_container .primary-link:first-of-type:focus {
    border-left: 0.0625rem solid;
  }
  .author-mode .global-menu_container .primary-link .primary-link_href {
    font-family: "HelveticaNeue", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.19;
    color: #000000;
    margin-left: 0.5rem;
  }
  .author-mode .global-menu_container .primary-link .primary-link_href:focus {
    outline: 0.0625rem solid #000000;
  }
  .author-mode .global-menu_container .primary-link .primary-link_href:hover {
    text-decoration: underline;
  }
  .author-mode .global-menu_container .primary-link .primary-link_href:after {
    display: none;
  }
  .author-mode .global-menu_container .primary-link.open ~ .hidden-slider {
    opacity: 1;
  }
  .author-mode .global-menu_container .primary-link.expanded-link .primary-link_control-panel {
    padding-bottom: inherit;
  }
  .author-mode .global-menu_container .primary-link.expanded-link .primary-link_href {
    transition: none;
    font-weight: bold;
    color: #000000;
  }
  .author-mode .global-menu_container .primary-link.expanded-link .link-arrow-right {
    border: none;
    display: none;
  }
  .author-mode .global-menu_container .primary-link.expanded-link .link-arrow-left {
    display: none;
  }
  .author-mode .global-menu_container .primary-link.expanded-link .global-menu_flyout {
    transition: none;
    border-top: inherit;
  }
}
.noscroll {
  overflow: hidden !important;
  position: relative;
  height: 100%;
  max-height: 100vh;
}
.header-less-overlay {
  top: 3.7rem;
  left: 0;
  width: 100%;
  height: calc(100% - 3.7rem);
  z-index: 10;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
}

.utility-nav-wrapper-mobile {
  text-align: start;
  display: block;
}
.utility-nav-wrapper-mobile .utility-nav__container {
  display: block;
  position: relative;
}
.utility-nav__container {
  display: none;
  background-color: #e2e2e2;
  padding-left: 1rem;
  padding-bottom: 0.75rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1049;
  transform: translateX(150%);
  transition: transform 500ms ease-in-out;
}
.utility-nav__container .hide {
  display: none;
}
.utility-nav__container.visible {
  transform: translateX(0);
}
.utility-nav__container .header-chat-link {
  font-size: 0.75rem;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  height: 1rem;
  font-style: normal;
  line-height: 1.33;
  display: flex;
}
.utility-nav__container .header-chat-link:hover {
  color: #d99e02;
}
.utility-nav__container .header-chat-link-icon-with-text {
  display: flex;
}
.utility-nav__container .header-chat-link-icon {
  align-items: center;
  display: flex;
  margin-right: .5rem;
}
.utility-nav__link {
  font-size: 0.875rem;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  background: unset;
  font-family: "HelveticaNeue", sans-serif;
  text-transform: none;
  padding: 0;
  display: block;
  height: auto;
}
.utility-nav__link:hover {
  color: #d99e02;
  text-decoration: underline !important;
  background: transparent;
}
.utility-nav__link-icon {
  padding-right: 0.5rem;
  display: flex;
  font-size: 1rem;
  align-items: center;
}
.utility-nav__link-icon .icon {
  width: .75rem;
  height: .75rem;
}
.utility-nav__link-wrapper {
  padding-top: 1.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.utility-nav__link-wrapper .utility-nav__link .location-data {
  font-weight: bold;
}
.utility-nav__link-wrapper .utility-nav__link:focus-visible {
  outline-width: .125rem;
}
.utility-nav__link-wrapper--location {
  position: relative;
  font-family: "HelveticaNeue", sans-serif;
}
.utility-nav__link-wrapper--location .location-nav-dropdown {
  top: 2.5rem;
  right: 0;
  padding: 1rem;
  position: absolute;
  background-color: white;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  width: 17.75rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .button {
  margin-bottom: 0;
  width: 100%;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .button:focus-visible {
  outline-width: .125rem;
  outline-offset: .125rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .location-headline-dropdown {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .location-text-block {
  font-size: 0.75rem;
  line-height: 1.33;
  margin-bottom: 0.5rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .location-text-label {
  font-weight: bold;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location {
  margin-bottom: 1rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code {
  display: flex;
  border: 2px solid #000000;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code .zip-loader,
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code .zip-resolved-checkmark {
  position: inherit;
  align-self: center;
  margin-right: 0.5rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code.zip-code-required {
  border-color: #c80a33;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2 {
  border: 0;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2:focus-visible {
  outline: 0.125rem solid #000000;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-input {
  font-size: 0.75rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .close-modal-overlay {
  position: absolute;
  right: 1rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .close-modal-overlay svg {
  height: 0.813rem;
  width: 0.875rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .zip-code-error {
  color: #c41230;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .location-modal-button {
  font-size: 1rem;
  line-height: 1.188rem;
  margin-top: 0.5rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .zip-code-error-wrapper {
  padding-top: 0;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .zip-code-error-wrapper .suggestion-wrapper {
  border-radius: .25rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: .25rem 0;
  align-items: center;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .zip-code-error-wrapper .suggestion-wrapper .suggestion-message,
.utility-nav__link-wrapper--location .location-nav-dropdown .zip-code-error-wrapper .suggestion-wrapper .zip-code-error-message {
  color: #c41230;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-right: 0.5rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .zip-code-error-wrapper .suggestion-wrapper svg {
  width: 1.375rem;
  margin-top: 0.188rem;
  align-self: flex-start;
  margin-right: 0.375rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown #update-location-btn:disabled {
  background: #f2f2f2;
}
.utility-nav__cross-site-navigation {
  padding-top: 1rem;
  display: grid;
  grid-template-columns: 7.5rem 7.5rem;
}
.utility-nav__cross-site-navigation-item {
  height: 2rem;
  display: inline-flex;
  width: fit-content;
  margin-bottom: .5rem;
  border-top: .125rem solid transparent;
  border-bottom: .125rem solid transparent;
}
.utility-nav__cross-site-navigation-item.active {
  border-bottom: 0.125rem solid #eeb111;
}
.utility-nav__cross-site-navigation-brands-label {
  font-family: 'HelveticaNeue', sans-serif;
  font-weight: 400;
  font-size: .75rem;
  line-height: 1rem;
  color: #000000;
  padding-bottom: 1.25rem;
}
.utility-nav__cross-site-navigation-link {
  cursor: pointer;
  margin: auto 0;
}
.utility-nav__cross-site-navigation-img {
  max-height: 2rem;
}
.utility-nav__cross-site-navigation-img:focus-visible {
  outline-width: .125rem;
}
.utility-nav .primary-link .ipad-open + .utility-nav-wrapper-mobile .utility-nav__switch-links-navigation {
  background-color: red;
}
.utility-nav__switch-links-navigation--mobile .utility-nav__switch-link-wrapper {
  transition: none;
  background-color: #ffffff;
  box-shadow: inset 0 -0.0625rem 0 #d2d2d2;
  position: relative;
  margin-left: -1rem;
}
.utility-nav__switch-links-navigation--mobile .utility-nav__switch-link {
  font-family: "Avenir", sans-serif;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #2e2e2e;
  padding: 1.1875rem 0 1.1875rem 1rem;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 48rem) and (max-width: 64rem) {
  .utility-nav__switch-links-navigation--mobile .utility-nav__switch-link {
    padding: 1.5rem 0 1.5rem 1rem;
    align-items: center;
  }
  .utility-nav__switch-links-navigation--mobile .utility-nav__switch-link .utility-nav__switch-text {
    height: 1.875rem;
    align-content: center;
  }
}
.utility-nav__switch-links-navigation--mobile .utility-nav__switch-link-icon {
  margin-right: .5rem;
}
.utility-nav__switch-links-navigation--desktop {
  display: none;
}
.header-v3 .content-block-wrapper {
  background-color: #ffffff;
  padding: 1rem;
  position: relative;
  top: 3.5rem;
}
.header-v3 .content-block-wrapper .close-modal-overlay {
  display: none;
}
.header-v3 .content-block-wrapper .button {
  margin-bottom: 0;
  width: 100%;
}
.header-v3 .content-block-wrapper .button:focus-visible {
  outline-width: .125rem;
  outline-offset: .125rem;
}
.header-v3 .content-block-wrapper .location-headline-dropdown {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.header-v3 .content-block-wrapper .location-text-block {
  font-size: 0.75rem;
  line-height: 1.33;
  margin-bottom: 0.5rem;
}
.header-v3 .content-block-wrapper .location-text-label {
  font-weight: bold;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}
.header-v3 .content-block-wrapper .form-block-location {
  margin-bottom: 1rem;
}
.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code {
  display: flex;
  border: 2px solid #000000;
}
.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code .zip-loader,
.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code .zip-resolved-checkmark {
  position: inherit;
  align-self: center;
  margin-right: 0.5rem;
}
.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code.zip-code-required {
  border-color: #c80a33;
}
.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2 {
  border: 0;
}
.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2:focus-visible {
  outline: 0.125rem solid #000000;
}
.header-v3 .content-block-wrapper .form-input {
  font-size: 0.75rem;
}
.header-v3 .content-block-wrapper .close-modal-overlay {
  position: absolute;
  right: 1rem;
}
.header-v3 .content-block-wrapper .close-modal-overlay svg {
  height: 0.813rem;
  width: 0.875rem;
}
.header-v3 .content-block-wrapper .zip-code-error {
  color: #c41230;
}
.header-v3 .content-block-wrapper .location-modal-button {
  font-size: 1rem;
  line-height: 1.188rem;
  margin-top: 0.5rem;
}
.header-v3 .content-block-wrapper .zip-code-error-wrapper {
  padding-top: 0;
}
.header-v3 .content-block-wrapper .zip-code-error-wrapper .suggestion-wrapper {
  border-radius: .25rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: .25rem 0;
  align-items: center;
}
.header-v3 .content-block-wrapper .zip-code-error-wrapper .suggestion-wrapper .suggestion-message,
.header-v3 .content-block-wrapper .zip-code-error-wrapper .suggestion-wrapper .zip-code-error-message {
  color: #c41230;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-right: 0.5rem;
}
.header-v3 .content-block-wrapper .zip-code-error-wrapper .suggestion-wrapper svg {
  width: 1.375rem;
  margin-top: 0.188rem;
  align-self: flex-start;
  margin-right: 0.375rem;
}
.header-v3 .content-block-wrapper #update-location-btn:disabled {
  background: #f2f2f2;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .utility-nav-wrapper-mobile {
    display: none;
  }
  .modal-box.user-location-modal-box {
    padding: 2.5rem;
  }
  .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-header {
    display: inline-block;
  }
  .utilityNav {
    background-color: #e2e2e2;
    position: relative;
    z-index: 25;
  }
  .utility-nav__container {
    height: 2.5rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    transform: translateX(0);
    position: relative;
    max-width: 74.5rem;
    margin: 0 auto;
  }
  .utility-nav__container .hide {
    display: none;
  }
  .utility-nav__container .header-chat-link {
    font-size: 0.75rem;
  }
  .utility-nav__container .header-chat-link:focus-visible {
    outline-width: .125rem;
  }
  .utility-nav__container .header-chat-link-icon {
    margin-right: .25rem;
  }
  .utility-nav__link {
    font-size: .75rem;
    line-height: 1.33;
  }
  .utility-nav__link-wrapper {
    padding-left: 1rem;
    padding-top: unset;
    justify-content: center;
  }
  .utility-nav__link-icon {
    padding-right: .25rem;
  }
  .utility-nav__cross-site-navigation {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    padding: 0 0 0 .563rem;
  }
  .utility-nav__cross-site-navigation-brands-label {
    padding-bottom: 0;
  }
  .utility-nav__cross-site-navigation-item {
    margin: 0 0 0 1.25rem;
  }
  .utility-nav__switch-links-navigation ~ .utility-nav__cross-site-navigation {
    display: none;
  }
  .utility-nav__switch-links-navigation {
    display: flex;
    margin-right: auto;
    height: 100%;
    align-items: center;
    padding-left: 1.5rem;
  }
  .utility-nav__switch-links-navigation--mobile {
    display: none;
  }
  .utility-nav__switch-links-navigation--desktop {
    display: flex;
    margin-right: auto;
    height: 100%;
    align-items: center;
  }
  .utility-nav__switch-link-wrapper {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    height: 100%;
    align-items: center;
    display: flex;
  }
  .utility-nav__switch-link-wrapper--primary {
    background-color: #ffffff;
    pointer-events: none;
    cursor: default;
  }
  .utility-nav__switch-link {
    font-family: "Nunito", sans-serif;
    display: flex;
    margin-right: auto;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .875rem;
    color: #000000;
  }
  .utility-nav__switch-link:hover {
    color: #000000;
  }
  .utility-nav__switch-link-icon {
    margin-left: .375rem;
  }
  [lang$=CA] .utility-nav__cross-site-navigation-item {
    margin: 0 0 0 1.5rem;
  }
}
@media (min-width: 64.01rem) and (max-width: 75rem) {
  .utility-nav__cross-site-navigation-item {
    max-width: 4.8127rem;
    margin: 0 0 0 0.25rem;
  }
}
@media all and (min-width: 64.01rem) {
  .author-mode .utility-nav-wrapper-mobile {
    display: none;
  }
  .author-mode .modal-box.user-location-modal-box {
    padding: 2.5rem;
  }
  .author-mode .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-header {
    display: inline-block;
  }
  .author-mode .utilityNav {
    background-color: #e2e2e2;
    position: relative;
    z-index: 25;
  }
  .author-mode .utility-nav__container {
    height: 2.5rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    transform: translateX(0);
    position: relative;
    max-width: 74.5rem;
    margin: 0 auto;
  }
  .author-mode .utility-nav__container .hide {
    display: none;
  }
  .author-mode .utility-nav__container .header-chat-link {
    font-size: 0.75rem;
  }
  .author-mode .utility-nav__container .header-chat-link:focus-visible {
    outline-width: .125rem;
  }
  .author-mode .utility-nav__container .header-chat-link-icon {
    margin-right: .25rem;
  }
  .author-mode .utility-nav__link {
    font-size: .75rem;
    line-height: 1.33;
  }
  .author-mode .utility-nav__link-wrapper {
    padding-left: 1rem;
    padding-top: unset;
    justify-content: center;
  }
  .author-mode .utility-nav__link-icon {
    padding-right: .25rem;
  }
  .author-mode .utility-nav__cross-site-navigation {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    padding: 0 0 0 .563rem;
  }
  .author-mode .utility-nav__cross-site-navigation-brands-label {
    padding-bottom: 0;
  }
  .author-mode .utility-nav__cross-site-navigation-item {
    margin: 0 0 0 1.25rem;
  }
  .author-mode .utility-nav__switch-links-navigation ~ .author-mode .utility-nav__cross-site-navigation {
    display: none;
  }
  .author-mode .utility-nav__switch-links-navigation {
    display: flex;
    margin-right: auto;
    height: 100%;
    align-items: center;
    padding-left: 1.5rem;
  }
  .author-mode .utility-nav__switch-links-navigation--mobile {
    display: none;
  }
  .author-mode .utility-nav__switch-links-navigation--desktop {
    display: flex;
    margin-right: auto;
    height: 100%;
    align-items: center;
  }
  .author-mode .utility-nav__switch-link-wrapper {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    height: 100%;
    align-items: center;
    display: flex;
  }
  .author-mode .utility-nav__switch-link-wrapper--primary {
    background-color: #ffffff;
    pointer-events: none;
    cursor: default;
  }
  .author-mode .utility-nav__switch-link {
    font-family: "Nunito", sans-serif;
    display: flex;
    margin-right: auto;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .875rem;
    color: #000000;
  }
  .author-mode .utility-nav__switch-link:hover {
    color: #000000;
  }
  .author-mode .utility-nav__switch-link-icon {
    margin-left: .375rem;
  }
  .author-mode [lang$=CA] .utility-nav__cross-site-navigation-item {
    margin: 0 0 0 1.5rem;
  }
}
@media all and (min-width: 85.375rem) {
  .utility-nav-wrapper-mobile {
    display: none;
  }
  .modal-box.user-location-modal-box {
    padding: 2.5rem;
  }
  .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-header {
    display: inline-block;
  }
  .utilityNav {
    background-color: #e2e2e2;
    position: relative;
    z-index: 25;
  }
  .utility-nav__container {
    height: 2.5rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    transform: translateX(0);
    position: relative;
    max-width: 74.5rem;
    margin: 0 auto;
  }
  .utility-nav__container .hide {
    display: none;
  }
  .utility-nav__container .header-chat-link {
    font-size: 0.75rem;
  }
  .utility-nav__container .header-chat-link:focus-visible {
    outline-width: .125rem;
  }
  .utility-nav__container .header-chat-link-icon {
    margin-right: .25rem;
  }
  .utility-nav__link {
    font-size: .75rem;
    line-height: 1.33;
  }
  .utility-nav__link-wrapper {
    padding-left: 1rem;
    padding-top: unset;
    justify-content: center;
  }
  .utility-nav__link-icon {
    padding-right: .25rem;
  }
  .utility-nav__cross-site-navigation {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    padding: 0 0 0 .563rem;
  }
  .utility-nav__cross-site-navigation-brands-label {
    padding-bottom: 0;
  }
  .utility-nav__cross-site-navigation-item {
    margin: 0 0 0 1.25rem;
  }
  .utility-nav__switch-links-navigation ~ .utility-nav__cross-site-navigation {
    display: none;
  }
  .utility-nav__switch-links-navigation {
    display: flex;
    margin-right: auto;
    height: 100%;
    align-items: center;
    padding-left: 1.5rem;
  }
  .utility-nav__switch-links-navigation--mobile {
    display: none;
  }
  .utility-nav__switch-links-navigation--desktop {
    display: flex;
    margin-right: auto;
    height: 100%;
    align-items: center;
  }
  .utility-nav__switch-link-wrapper {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    height: 100%;
    align-items: center;
    display: flex;
  }
  .utility-nav__switch-link-wrapper--primary {
    background-color: #ffffff;
    pointer-events: none;
    cursor: default;
  }
  .utility-nav__switch-link {
    font-family: "Nunito", sans-serif;
    display: flex;
    margin-right: auto;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .875rem;
    color: #000000;
  }
  .utility-nav__switch-link:hover {
    color: #000000;
  }
  .utility-nav__switch-link-icon {
    margin-left: .375rem;
  }
  [lang$=CA] .utility-nav__cross-site-navigation-item {
    margin: 0 0 0 1.5rem;
  }
}
@media all and (max-width: 64.01rem) {
  .header-v3 .content-block-wrapper {
    max-width: 28.125rem;
    margin: auto;
  }
}
@media all and (min-width: 48rem) {
  .utility-nav__container .utility-nav__link-wrapper--mobile {
    display: none;
  }
}
[lang$=CA] .utility-nav__container .header-chat-link-icon {
  display: none;
}
@media all and (max-width: 64.01rem) and (orientation: landscape) {
  .header-v3 .content-block-wrapper {
    top: 0;
  }
}
.user-location-modal-box {
  background: #ffffff;
  padding: 1.25rem;
}
.user-location-modal-box .modal-dialog .modal-content .modal-header {
  display: none;
}
.user-location-modal-box .location-block {
  text-align: left;
}
.user-location-modal-box .location-block .button {
  margin-bottom: 0;
  width: 100%;
}
.user-location-modal-box .location-block .button:focus-visible {
  outline-width: .125rem;
  outline-offset: .125rem;
}
.user-location-modal-box .location-block .location-headline-dropdown {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.user-location-modal-box .location-block .location-text-block {
  font-size: 0.75rem;
  line-height: 1.33;
  margin-bottom: 0.5rem;
}
.user-location-modal-box .location-block .location-text-label {
  font-weight: bold;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}
.user-location-modal-box .location-block .form-block-location {
  margin-bottom: 1rem;
}
.user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code {
  display: flex;
  border: 2px solid #000000;
}
.user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code .zip-loader,
.user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code .zip-resolved-checkmark {
  position: inherit;
  align-self: center;
  margin-right: 0.5rem;
}
.user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code.zip-code-required {
  border-color: #c80a33;
}
.user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2 {
  border: 0;
}
.user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2:focus-visible {
  outline: 0.125rem solid #000000;
}
.user-location-modal-box .location-block .form-input {
  font-size: 0.75rem;
}
.user-location-modal-box .location-block .close-modal-overlay {
  position: absolute;
  right: 1rem;
}
.user-location-modal-box .location-block .close-modal-overlay svg {
  height: 0.813rem;
  width: 0.875rem;
}
.user-location-modal-box .location-block .zip-code-error {
  color: #c41230;
}
.user-location-modal-box .location-block .location-modal-button {
  font-size: 1rem;
  line-height: 1.188rem;
  margin-top: 0.5rem;
}
.user-location-modal-box .location-block .zip-code-error-wrapper {
  padding-top: 0;
}
.user-location-modal-box .location-block .zip-code-error-wrapper .suggestion-wrapper {
  border-radius: .25rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: .25rem 0;
  align-items: center;
}
.user-location-modal-box .location-block .zip-code-error-wrapper .suggestion-wrapper .suggestion-message,
.user-location-modal-box .location-block .zip-code-error-wrapper .suggestion-wrapper .zip-code-error-message {
  color: #c41230;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-right: 0.5rem;
}
.user-location-modal-box .location-block .zip-code-error-wrapper .suggestion-wrapper svg {
  width: 1.375rem;
  margin-top: 0.188rem;
  align-self: flex-start;
  margin-right: 0.375rem;
}
.user-location-modal-box .location-block #update-location-btn:disabled {
  background: #f2f2f2;
}

.change-location-v5 {
  z-index: 1051;
}
.change-location-v5 .close-button-wrapper {
  top: -4.9rem;
  right: -4.9rem;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .change-location-v5 .utility-nav-wrapper-mobile {
    display: none;
  }
  .change-location-v5 .modal-box.user-location-modal-box {
    padding: 2.5rem 5rem !important;
    max-width: 42rem;
    margin-top: 8.5rem;
  }
  .change-location-v5 .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-header {
    display: inline-block;
  }
  .change-location-v5 .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-body.user-location-modal-body {
    margin-top: -1rem;
  }
  .change-location-v5 .utilityNav {
    background-color: #e2e2e2;
    position: relative;
    z-index: 25;
  }
}
@media (min-width: 64.01rem) and (max-width: 75rem) {
  .change-location-v5 .utility-nav__cross-site-navigation-item {
    max-width: 4.8127rem;
    margin: 0 0 0 0.25rem;
  }
}
@media all and (min-width: 64.01rem) {
  .change-location-v5 .author-mode .utility-nav-wrapper-mobile {
    display: none;
  }
  .change-location-v5 .author-mode .modal-box.user-location-modal-box {
    padding: 2.5rem 5rem !important;
    max-width: 42rem;
    margin-top: 8.5rem;
  }
  .change-location-v5 .author-mode .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-header {
    display: inline-block;
  }
  .change-location-v5 .author-mode .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-body.user-location-modal-body {
    margin-top: -1rem;
  }
  .change-location-v5 .author-mode .utilityNav {
    background-color: #e2e2e2;
    position: relative;
    z-index: 25;
  }
}
@media all and (min-width: 85.375rem) {
  .change-location-v5 .utility-nav-wrapper-mobile {
    display: none;
  }
  .change-location-v5 .modal-box.user-location-modal-box {
    padding: 2.5rem 5rem !important;
    max-width: 42rem;
    margin-top: 8.5rem;
  }
  .change-location-v5 .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-header {
    display: inline-block;
  }
  .change-location-v5 .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-body.user-location-modal-body {
    margin-top: -1rem;
  }
  .change-location-v5 .utilityNav {
    background-color: #e2e2e2;
    position: relative;
    z-index: 25;
  }
}
@media all and (max-width: 64.01rem) {
  .change-location-v5 .header-v3 .content-block-wrapper {
    max-width: 28.125rem;
    margin: auto;
  }
}
@media all and (min-width: 48rem) {
  .change-location-v5 .utility-nav__container .utility-nav__link-wrapper--mobile {
    display: none;
  }
}
@media all and (max-width: 64.01rem) and (orientation: landscape) {
  .change-location-v5 .header-v3 .content-block-wrapper {
    top: 0;
  }
}
.change-location-v5 .user-location-modal-box {
  background: #ffffff;
  padding: 1.25rem;
}
.change-location-v5 .user-location-modal-box .modal-dialog .modal-content .modal-header {
  display: none;
}
.change-location-v5 .user-location-modal-box .location-block {
  text-align: left;
  padding: 0px;
}
.change-location-v5 .user-location-modal-box .location-block .button {
  margin-bottom: 0;
  width: 100%;
}
.change-location-v5 .user-location-modal-box .location-block .button:focus-visible {
  outline-width: .125rem;
  outline-offset: .125rem;
}
.change-location-v5 .user-location-modal-box .location-block .location-headline-dropdown {
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'Avenir65Medium';
  line-height: 120%;
  color: #000000;
}
.change-location-v5 .user-location-modal-box .location-block .location-text-block {
  font-size: 0.875rem !important;
  margin-bottom: 1.25rem !important;
  line-height: 120% !important;
  font-weight: 400;
  color: #000000;
  font-family: 'Avenir55Roman';
}
.change-location-v5 .user-location-modal-box .location-block .location-text-label {
  font-weight: bold;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}
.change-location-v5 .user-location-modal-box .location-block .current-location-block {
  font-weight: 700;
  font-size: 14px;
  gap: 4px;
  display: flex;
  line-height: 120%;
  color: #000000;
}
.change-location-v5 .user-location-modal-box .location-block .location-value {
  color: #000000;
}
.change-location-v5 .user-location-modal-box .location-block .form-location {
  margin-top: 8px;
}
.change-location-v5 .user-location-modal-box .location-block .update-location-block {
  display: flex;
  justify-content: center;
}
.change-location-v5 .user-location-modal-box .location-block .update-location-block .button {
  width: auto;
  font-size: 16px;
  padding: 12px 20px;
}
.change-location-v5 .user-location-modal-box .location-block .form-block-location {
  margin-bottom: 2rem !important;
}
.change-location-v5 .user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code {
  display: flex;
  border: 1px solid #D5D5D5 !important;
}
.change-location-v5 .user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code .zip-loader,
.change-location-v5 .user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code .zip-resolved-checkmark {
  position: inherit;
  align-self: center;
  margin-right: 0.5rem;
}
.change-location-v5 .user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code.zip-code-required {
  border-color: #CF4632 !important;
}
.change-location-v5 .user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2:focus-visible {
  border: 0;
}
.change-location-v5 .user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code input.zip-code-required:focus,
.change-location-v5 .user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code input.zip-code-required:focus-visible {
  outline: none;
}
.change-location-v5 .user-location-modal-box .location-block .form-input {
  font-size: 0.875rem !important;
  padding: 0.5rem;
  line-height: 120%;
  font-weight: 400;
  color: #5B5B5B;
}
.change-location-v5 .user-location-modal-box .location-block .close-modal-overlay {
  position: absolute;
  right: 1rem;
}
.change-location-v5 .user-location-modal-box .location-block .close-modal-overlay svg {
  height: 0.813rem;
  width: 0.875rem;
}
.change-location-v5 .user-location-modal-box .location-block .zip-code-error {
  color: #c41230;
}
.change-location-v5 .user-location-modal-box .location-block .location-modal-button {
  font-size: 1rem;
  line-height: 1.188rem;
  margin-top: 0.5rem;
}
.change-location-v5 .user-location-modal-box .location-block .zip-code-error-wrapper {
  padding-top: 0;
}
.change-location-v5 .user-location-modal-box .location-block .zip-code-error-wrapper .suggestion-wrapper {
  border-radius: .25rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: .25rem 0;
  align-items: center;
  gap: 6px;
}
.change-location-v5 .user-location-modal-box .location-block .zip-code-error-wrapper .suggestion-wrapper .zip-validation-error {
  padding-top: 4px;
}
.change-location-v5 .user-location-modal-box .location-block .zip-code-error-wrapper .suggestion-wrapper .suggestion-message,
.change-location-v5 .user-location-modal-box .location-block .zip-code-error-wrapper .suggestion-wrapper .zip-code-error-message {
  font-size: 0.625rem;
  color: #CF4632;
  line-height: 120%;
  font-weight: 400;
}
.change-location-v5 .user-location-modal-box .location-block .zip-code-error-wrapper .suggestion-wrapper svg {
  width: 1rem;
  height: 1rem;
  margin-top: 0.188rem;
  align-self: flex-start;
  margin-right: 0;
}
.change-location-v5 .user-location-modal-box .location-block #update-location-btn:disabled {
  background: #f2f2f2;
}
@media (max-width: 767px) {
  .change-location-v5 .modal-box.user-location-modal-box {
    padding: 2rem 1rem;
    margin-top: 10rem;
  }
  .change-location-v5 .modal-box.user-location-modal-box .location-block .location-headline-dropdown {
    font-size: 16px;
    margin-top: -1rem;
  }
  .change-location-v5 .modal-box.user-location-modal-box .location-block .form-block-location {
    margin-bottom: 1.25rem;
  }
  .change-location-v5 .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-header {
    display: inline-block;
  }
  .change-location-v5 .modal-box.user-location-modal-box .modal-dialog .modal-content .close-button-wrapper {
    top: -4.3rem;
    right: -0.6rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .change-location-v5 .modal-box.user-location-modal-box {
    padding: 2.5rem 5rem;
    margin-top: 10rem;
  }
  .change-location-v5 .modal-box.user-location-modal-box .location-block .location-headline-dropdown {
    margin-top: -1rem;
  }
  .change-location-v5 .modal-box.user-location-modal-box .location-block .form-block-location {
    margin-bottom: 1.25rem;
  }
  .change-location-v5 .modal-box.user-location-modal-box #update-location-btn {
    width: auto;
  }
  .change-location-v5 .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-header {
    display: inline-block;
  }
  .change-location-v5 .modal-box.user-location-modal-box .modal-dialog .modal-content .close-button-wrapper {
    top: -4.3rem;
    right: -4.6rem;
  }
}
.modal-bg.modal-change-location {
  z-index: 1050;
}

.utility-nav-wrapper-mobile {
  text-align: start;
  display: block;
}
.utility-nav-wrapper-mobile .utility-nav__container {
  display: block;
  position: relative;
}
.utility-nav__container {
  display: none;
  background-color: #e2e2e2;
  padding-left: 1rem;
  padding-bottom: 0.75rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1049;
  transform: translateX(150%);
  transition: transform 500ms ease-in-out;
}
.utility-nav__container .hide {
  display: none;
}
.utility-nav__container.visible {
  transform: translateX(0);
}
.utility-nav__container .header-chat-link {
  font-size: 0.75rem;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  height: 1rem;
  font-style: normal;
  line-height: 1.33;
  display: flex;
}
.utility-nav__container .header-chat-link:hover {
  color: #d99e02;
}
.utility-nav__container .header-chat-link-icon-with-text {
  display: flex;
}
.utility-nav__container .header-chat-link-icon {
  align-items: center;
  display: flex;
  margin-right: .5rem;
}
.utility-nav__link {
  font-size: 0.875rem;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  background: unset;
  font-family: "HelveticaNeue", sans-serif;
  text-transform: none;
  padding: 0;
  display: block;
  height: auto;
}
.utility-nav__link:hover {
  color: #d99e02;
  text-decoration: underline !important;
  background: transparent;
}
.utility-nav__link-icon {
  padding-right: 0.5rem;
  display: flex;
  font-size: 1rem;
  align-items: center;
}
.utility-nav__link-icon .icon {
  width: .75rem;
  height: .75rem;
}
.utility-nav__link-wrapper {
  padding-top: 1.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.utility-nav__link-wrapper .utility-nav__link .location-data {
  font-weight: bold;
}
.utility-nav__link-wrapper .utility-nav__link:focus-visible {
  outline-width: .125rem;
}
.utility-nav__link-wrapper--location {
  position: relative;
  font-family: "HelveticaNeue", sans-serif;
}
.utility-nav__link-wrapper--location .location-nav-dropdown {
  top: 2.5rem;
  right: 0;
  padding: 1rem;
  position: absolute;
  background-color: white;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  width: 17.75rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .button {
  margin-bottom: 0;
  width: 100%;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .button:focus-visible {
  outline-width: .125rem;
  outline-offset: .125rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .location-headline-dropdown {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .location-text-block {
  font-size: 0.75rem;
  line-height: 1.33;
  margin-bottom: 0.5rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .location-text-label {
  font-weight: bold;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location {
  margin-bottom: 1rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code {
  display: flex;
  border: 2px solid #000000;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code .zip-loader,
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code .zip-resolved-checkmark {
  position: inherit;
  align-self: center;
  margin-right: 0.5rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code.zip-code-required {
  border-color: #c80a33;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2 {
  border: 0;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2:focus-visible {
  outline: 0.125rem solid #000000;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-input {
  font-size: 0.75rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .close-modal-overlay {
  position: absolute;
  right: 1rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .close-modal-overlay svg {
  height: 0.813rem;
  width: 0.875rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .zip-code-error {
  color: #c41230;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .location-modal-button {
  font-size: 1rem;
  line-height: 1.188rem;
  margin-top: 0.5rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .zip-code-error-wrapper {
  padding-top: 0;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .zip-code-error-wrapper .suggestion-wrapper {
  border-radius: .25rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: .25rem 0;
  align-items: center;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .zip-code-error-wrapper .suggestion-wrapper .suggestion-message,
.utility-nav__link-wrapper--location .location-nav-dropdown .zip-code-error-wrapper .suggestion-wrapper .zip-code-error-message {
  color: #c41230;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-right: 0.5rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .zip-code-error-wrapper .suggestion-wrapper svg {
  width: 1.375rem;
  margin-top: 0.188rem;
  align-self: flex-start;
  margin-right: 0.375rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown #update-location-btn:disabled {
  background: #f2f2f2;
}
.utility-nav__cross-site-navigation {
  padding-top: 1rem;
  display: grid;
  grid-template-columns: 7.5rem 7.5rem;
}
.utility-nav__cross-site-navigation-item {
  height: 2rem;
  display: inline-flex;
  width: fit-content;
  margin-bottom: .5rem;
  border-top: .125rem solid transparent;
  border-bottom: .125rem solid transparent;
}
.utility-nav__cross-site-navigation-item.active {
  border-bottom: 0.125rem solid #eeb111;
}
.utility-nav__cross-site-navigation-brands-label {
  font-family: 'HelveticaNeue', sans-serif;
  font-weight: 400;
  font-size: .75rem;
  line-height: 1rem;
  color: #000000;
  padding-bottom: 1.25rem;
}
.utility-nav__cross-site-navigation-link {
  cursor: pointer;
  margin: auto 0;
}
.utility-nav__cross-site-navigation-img {
  max-height: 2rem;
}
.utility-nav__cross-site-navigation-img:focus-visible {
  outline-width: .125rem;
}
.utility-nav .primary-link .ipad-open + .utility-nav-wrapper-mobile .utility-nav__switch-links-navigation {
  background-color: red;
}
.utility-nav__switch-links-navigation--mobile .utility-nav__switch-link-wrapper {
  transition: none;
  background-color: #ffffff;
  box-shadow: inset 0 -0.0625rem 0 #d2d2d2;
  position: relative;
  margin-left: -1rem;
}
.utility-nav__switch-links-navigation--mobile .utility-nav__switch-link {
  font-family: "Avenir", sans-serif;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #2e2e2e;
  padding: 1.1875rem 0 1.1875rem 1rem;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 48rem) and (max-width: 64rem) {
  .utility-nav__switch-links-navigation--mobile .utility-nav__switch-link {
    padding: 1.5rem 0 1.5rem 1rem;
    align-items: center;
  }
  .utility-nav__switch-links-navigation--mobile .utility-nav__switch-link .utility-nav__switch-text {
    height: 1.875rem;
    align-content: center;
  }
}
.utility-nav__switch-links-navigation--mobile .utility-nav__switch-link-icon {
  margin-right: .5rem;
}
.utility-nav__switch-links-navigation--desktop {
  display: none;
}
.header-v3 .content-block-wrapper {
  background-color: #ffffff;
  padding: 1rem;
  position: relative;
  top: 3.5rem;
}
.header-v3 .content-block-wrapper .close-modal-overlay {
  display: none;
}
.header-v3 .content-block-wrapper .button {
  margin-bottom: 0;
  width: 100%;
}
.header-v3 .content-block-wrapper .button:focus-visible {
  outline-width: .125rem;
  outline-offset: .125rem;
}
.header-v3 .content-block-wrapper .location-headline-dropdown {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.header-v3 .content-block-wrapper .location-text-block {
  font-size: 0.75rem;
  line-height: 1.33;
  margin-bottom: 0.5rem;
}
.header-v3 .content-block-wrapper .location-text-label {
  font-weight: bold;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}
.header-v3 .content-block-wrapper .form-block-location {
  margin-bottom: 1rem;
}
.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code {
  display: flex;
  border: 2px solid #000000;
}
.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code .zip-loader,
.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code .zip-resolved-checkmark {
  position: inherit;
  align-self: center;
  margin-right: 0.5rem;
}
.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code.zip-code-required {
  border-color: #c80a33;
}
.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2 {
  border: 0;
}
.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2:focus-visible {
  outline: 0.125rem solid #000000;
}
.header-v3 .content-block-wrapper .form-input {
  font-size: 0.75rem;
}
.header-v3 .content-block-wrapper .close-modal-overlay {
  position: absolute;
  right: 1rem;
}
.header-v3 .content-block-wrapper .close-modal-overlay svg {
  height: 0.813rem;
  width: 0.875rem;
}
.header-v3 .content-block-wrapper .zip-code-error {
  color: #c41230;
}
.header-v3 .content-block-wrapper .location-modal-button {
  font-size: 1rem;
  line-height: 1.188rem;
  margin-top: 0.5rem;
}
.header-v3 .content-block-wrapper .zip-code-error-wrapper {
  padding-top: 0;
}
.header-v3 .content-block-wrapper .zip-code-error-wrapper .suggestion-wrapper {
  border-radius: .25rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: .25rem 0;
  align-items: center;
}
.header-v3 .content-block-wrapper .zip-code-error-wrapper .suggestion-wrapper .suggestion-message,
.header-v3 .content-block-wrapper .zip-code-error-wrapper .suggestion-wrapper .zip-code-error-message {
  color: #c41230;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-right: 0.5rem;
}
.header-v3 .content-block-wrapper .zip-code-error-wrapper .suggestion-wrapper svg {
  width: 1.375rem;
  margin-top: 0.188rem;
  align-self: flex-start;
  margin-right: 0.375rem;
}
.header-v3 .content-block-wrapper #update-location-btn:disabled {
  background: #f2f2f2;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .utility-nav-wrapper-mobile {
    display: none;
  }
  .modal-box.user-location-modal-box {
    padding: 2.5rem;
  }
  .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-header {
    display: inline-block;
  }
  .utilityNav {
    background-color: #e2e2e2;
    position: relative;
    z-index: 25;
  }
  .utility-nav__container {
    height: 2.5rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    transform: translateX(0);
    position: relative;
    max-width: 74.5rem;
    margin: 0 auto;
  }
  .utility-nav__container .hide {
    display: none;
  }
  .utility-nav__container .header-chat-link {
    font-size: 0.75rem;
  }
  .utility-nav__container .header-chat-link:focus-visible {
    outline-width: .125rem;
  }
  .utility-nav__container .header-chat-link-icon {
    margin-right: .25rem;
  }
  .utility-nav__link {
    font-size: .75rem;
    line-height: 1.33;
  }
  .utility-nav__link-wrapper {
    padding-left: 1rem;
    padding-top: unset;
    justify-content: center;
  }
  .utility-nav__link-icon {
    padding-right: .25rem;
  }
  .utility-nav__cross-site-navigation {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    padding: 0 0 0 .563rem;
  }
  .utility-nav__cross-site-navigation-brands-label {
    padding-bottom: 0;
  }
  .utility-nav__cross-site-navigation-item {
    margin: 0 0 0 1.25rem;
  }
  .utility-nav__switch-links-navigation ~ .utility-nav__cross-site-navigation {
    display: none;
  }
  .utility-nav__switch-links-navigation {
    display: flex;
    margin-right: auto;
    height: 100%;
    align-items: center;
    padding-left: 1.5rem;
  }
  .utility-nav__switch-links-navigation--mobile {
    display: none;
  }
  .utility-nav__switch-links-navigation--desktop {
    display: flex;
    margin-right: auto;
    height: 100%;
    align-items: center;
  }
  .utility-nav__switch-link-wrapper {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    height: 100%;
    align-items: center;
    display: flex;
  }
  .utility-nav__switch-link-wrapper--primary {
    background-color: #ffffff;
    pointer-events: none;
    cursor: default;
  }
  .utility-nav__switch-link {
    font-family: "Nunito", sans-serif;
    display: flex;
    margin-right: auto;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .875rem;
    color: #000000;
  }
  .utility-nav__switch-link:hover {
    color: #000000;
  }
  .utility-nav__switch-link-icon {
    margin-left: .375rem;
  }
  [lang$=CA] .utility-nav__cross-site-navigation-item {
    margin: 0 0 0 1.5rem;
  }
}
@media (min-width: 64.01rem) and (max-width: 75rem) {
  .utility-nav__cross-site-navigation-item {
    max-width: 4.8127rem;
    margin: 0 0 0 0.25rem;
  }
}
@media all and (min-width: 64.01rem) {
  .author-mode .utility-nav-wrapper-mobile {
    display: none;
  }
  .author-mode .modal-box.user-location-modal-box {
    padding: 2.5rem;
  }
  .author-mode .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-header {
    display: inline-block;
  }
  .author-mode .utilityNav {
    background-color: #e2e2e2;
    position: relative;
    z-index: 25;
  }
  .author-mode .utility-nav__container {
    height: 2.5rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    transform: translateX(0);
    position: relative;
    max-width: 74.5rem;
    margin: 0 auto;
  }
  .author-mode .utility-nav__container .hide {
    display: none;
  }
  .author-mode .utility-nav__container .header-chat-link {
    font-size: 0.75rem;
  }
  .author-mode .utility-nav__container .header-chat-link:focus-visible {
    outline-width: .125rem;
  }
  .author-mode .utility-nav__container .header-chat-link-icon {
    margin-right: .25rem;
  }
  .author-mode .utility-nav__link {
    font-size: .75rem;
    line-height: 1.33;
  }
  .author-mode .utility-nav__link-wrapper {
    padding-left: 1rem;
    padding-top: unset;
    justify-content: center;
  }
  .author-mode .utility-nav__link-icon {
    padding-right: .25rem;
  }
  .author-mode .utility-nav__cross-site-navigation {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    padding: 0 0 0 .563rem;
  }
  .author-mode .utility-nav__cross-site-navigation-brands-label {
    padding-bottom: 0;
  }
  .author-mode .utility-nav__cross-site-navigation-item {
    margin: 0 0 0 1.25rem;
  }
  .author-mode .utility-nav__switch-links-navigation ~ .author-mode .utility-nav__cross-site-navigation {
    display: none;
  }
  .author-mode .utility-nav__switch-links-navigation {
    display: flex;
    margin-right: auto;
    height: 100%;
    align-items: center;
    padding-left: 1.5rem;
  }
  .author-mode .utility-nav__switch-links-navigation--mobile {
    display: none;
  }
  .author-mode .utility-nav__switch-links-navigation--desktop {
    display: flex;
    margin-right: auto;
    height: 100%;
    align-items: center;
  }
  .author-mode .utility-nav__switch-link-wrapper {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    height: 100%;
    align-items: center;
    display: flex;
  }
  .author-mode .utility-nav__switch-link-wrapper--primary {
    background-color: #ffffff;
    pointer-events: none;
    cursor: default;
  }
  .author-mode .utility-nav__switch-link {
    font-family: "Nunito", sans-serif;
    display: flex;
    margin-right: auto;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .875rem;
    color: #000000;
  }
  .author-mode .utility-nav__switch-link:hover {
    color: #000000;
  }
  .author-mode .utility-nav__switch-link-icon {
    margin-left: .375rem;
  }
  .author-mode [lang$=CA] .utility-nav__cross-site-navigation-item {
    margin: 0 0 0 1.5rem;
  }
}
@media all and (min-width: 85.375rem) {
  .utility-nav-wrapper-mobile {
    display: none;
  }
  .modal-box.user-location-modal-box {
    padding: 2.5rem;
  }
  .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-header {
    display: inline-block;
  }
  .utilityNav {
    background-color: #e2e2e2;
    position: relative;
    z-index: 25;
  }
  .utility-nav__container {
    height: 2.5rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    transform: translateX(0);
    position: relative;
    max-width: 74.5rem;
    margin: 0 auto;
  }
  .utility-nav__container .hide {
    display: none;
  }
  .utility-nav__container .header-chat-link {
    font-size: 0.75rem;
  }
  .utility-nav__container .header-chat-link:focus-visible {
    outline-width: .125rem;
  }
  .utility-nav__container .header-chat-link-icon {
    margin-right: .25rem;
  }
  .utility-nav__link {
    font-size: .75rem;
    line-height: 1.33;
  }
  .utility-nav__link-wrapper {
    padding-left: 1rem;
    padding-top: unset;
    justify-content: center;
  }
  .utility-nav__link-icon {
    padding-right: .25rem;
  }
  .utility-nav__cross-site-navigation {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    padding: 0 0 0 .563rem;
  }
  .utility-nav__cross-site-navigation-brands-label {
    padding-bottom: 0;
  }
  .utility-nav__cross-site-navigation-item {
    margin: 0 0 0 1.25rem;
  }
  .utility-nav__switch-links-navigation ~ .utility-nav__cross-site-navigation {
    display: none;
  }
  .utility-nav__switch-links-navigation {
    display: flex;
    margin-right: auto;
    height: 100%;
    align-items: center;
    padding-left: 1.5rem;
  }
  .utility-nav__switch-links-navigation--mobile {
    display: none;
  }
  .utility-nav__switch-links-navigation--desktop {
    display: flex;
    margin-right: auto;
    height: 100%;
    align-items: center;
  }
  .utility-nav__switch-link-wrapper {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    height: 100%;
    align-items: center;
    display: flex;
  }
  .utility-nav__switch-link-wrapper--primary {
    background-color: #ffffff;
    pointer-events: none;
    cursor: default;
  }
  .utility-nav__switch-link {
    font-family: "Nunito", sans-serif;
    display: flex;
    margin-right: auto;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .875rem;
    color: #000000;
  }
  .utility-nav__switch-link:hover {
    color: #000000;
  }
  .utility-nav__switch-link-icon {
    margin-left: .375rem;
  }
  [lang$=CA] .utility-nav__cross-site-navigation-item {
    margin: 0 0 0 1.5rem;
  }
}
@media all and (max-width: 64.01rem) {
  .header-v3 .content-block-wrapper {
    max-width: 28.125rem;
    margin: auto;
  }
}
@media all and (min-width: 48rem) {
  .utility-nav__container .utility-nav__link-wrapper--mobile {
    display: none;
  }
}
[lang$=CA] .utility-nav__container .header-chat-link-icon {
  display: none;
}
@media all and (max-width: 64.01rem) and (orientation: landscape) {
  .header-v3 .content-block-wrapper {
    top: 0;
  }
}
.user-location-modal-box {
  background: #ffffff;
  padding: 1.25rem;
}
.user-location-modal-box .modal-dialog .modal-content .modal-header {
  display: none;
}
.user-location-modal-box .location-block {
  text-align: left;
}
.user-location-modal-box .location-block .button {
  margin-bottom: 0;
  width: 100%;
}
.user-location-modal-box .location-block .button:focus-visible {
  outline-width: .125rem;
  outline-offset: .125rem;
}
.user-location-modal-box .location-block .location-headline-dropdown {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.user-location-modal-box .location-block .location-text-block {
  font-size: 0.75rem;
  line-height: 1.33;
  margin-bottom: 0.5rem;
}
.user-location-modal-box .location-block .location-text-label {
  font-weight: bold;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}
.user-location-modal-box .location-block .form-block-location {
  margin-bottom: 1rem;
}
.user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code {
  display: flex;
  border: 2px solid #000000;
}
.user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code .zip-loader,
.user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code .zip-resolved-checkmark {
  position: inherit;
  align-self: center;
  margin-right: 0.5rem;
}
.user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code.zip-code-required {
  border-color: #c80a33;
}
.user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2 {
  border: 0;
}
.user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2:focus-visible {
  outline: 0.125rem solid #000000;
}
.user-location-modal-box .location-block .form-input {
  font-size: 0.75rem;
}
.user-location-modal-box .location-block .close-modal-overlay {
  position: absolute;
  right: 1rem;
}
.user-location-modal-box .location-block .close-modal-overlay svg {
  height: 0.813rem;
  width: 0.875rem;
}
.user-location-modal-box .location-block .zip-code-error {
  color: #c41230;
}
.user-location-modal-box .location-block .location-modal-button {
  font-size: 1rem;
  line-height: 1.188rem;
  margin-top: 0.5rem;
}
.user-location-modal-box .location-block .zip-code-error-wrapper {
  padding-top: 0;
}
.user-location-modal-box .location-block .zip-code-error-wrapper .suggestion-wrapper {
  border-radius: .25rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: .25rem 0;
  align-items: center;
}
.user-location-modal-box .location-block .zip-code-error-wrapper .suggestion-wrapper .suggestion-message,
.user-location-modal-box .location-block .zip-code-error-wrapper .suggestion-wrapper .zip-code-error-message {
  color: #c41230;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-right: 0.5rem;
}
.user-location-modal-box .location-block .zip-code-error-wrapper .suggestion-wrapper svg {
  width: 1.375rem;
  margin-top: 0.188rem;
  align-self: flex-start;
  margin-right: 0.375rem;
}
.user-location-modal-box .location-block #update-location-btn:disabled {
  background: #f2f2f2;
}
.utility-nav__container {
  background-color: #ffffff;
}
.utility-nav__link {
  font-family: GothamMedium;
  color: #127bc0;
}
.utility-nav__link:hover {
  color: #127bc0;
}
.location-block .zip-loader {
  border-top: 0.4rem solid #8cd5ea;
}
.location-block .zip-resolved-checkmark path {
  stroke: #008800;
}

.flyout-container {
  background-color: #ffffff;
  width: 100%;
}
.flyout-container .flyout-header {
  display: none;
}
.flyout-container .flyout-container__left-columns {
  display: flex;
  flex-direction: column;
}
.flyout-container .flyout-container__left-columns .flyout-left-col {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.flyout-container .flyout-container__left-columns .flyout-left-col.flyout-horizontal-line {
  border: none;
}
.flyout-container .flyout-container__left-columns .flyout-left-col .flyout-column:not(:last-child) {
  border: none;
}
.flyout-container .flyout-container__left-columns .flyout-left-col .flyout-column {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  width: 100%;
}
.flyout-container .flyout-container__left-columns .flyout-left-col .flyout-column .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  clear: both;
}
.flyout-container .flyout-container__left-columns .flyout-right-col {
  margin: 0 auto;
}
.flyout-container .platform-components-page-list .item_card {
  flex: 0 0 100%;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .flyout-container {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-direction: row;
  }
  .flyout-container .flyout-header {
    display: block;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-top: 1rem;
    margin-bottom: .5rem;
    width: fit-content;
  }
  .flyout-container .flyout-header:empty {
    margin-bottom: 0;
    margin-top: 0;
  }
  .flyout-container .flyout-container__left-columns {
    display: flex;
    flex-direction: column;
    max-width: 65%;
  }
  .flyout-container .flyout-container__left-columns .flyout-left-col {
    flex-direction: row;
    width: fit-content;
  }
  .flyout-container .flyout-container__left-columns .flyout-left-col.flyout-horizontal-line {
    border-top: solid 0.0625rem #353535;
  }
  .flyout-container .flyout-container__left-columns .flyout-left-col .flyout-column {
    margin-top: 1rem;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    min-width: 13.5rem;
    width: auto;
  }
  .flyout-container .flyout-container__left-columns .flyout-left-col .flyout-column:not(:last-child) {
    border-right: solid 0.03125rem #d8d8d8;
  }
  .flyout-container .flyout-container__left-columns .flyout-left-col .flyout-feature-cards__wrapper {
    width: 25rem;
  }
  .flyout-container .flyout-right-col {
    width: inherit;
    position: relative;
    overflow: hidden;
    padding-top: 1rem;
  }
  .flyout-container .flyout-right-col.flyout-right-col--full-size {
    padding: 0;
  }
}
@media all and (min-width: 64.01rem) {
  .author-mode .flyout-container {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-direction: row;
  }
  .author-mode .flyout-container .flyout-header {
    display: block;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-top: 1rem;
    margin-bottom: .5rem;
    width: fit-content;
  }
  .author-mode .flyout-container .flyout-header:empty {
    margin-bottom: 0;
    margin-top: 0;
  }
  .author-mode .flyout-container .flyout-container__left-columns {
    display: flex;
    flex-direction: column;
    max-width: 65%;
  }
  .author-mode .flyout-container .flyout-container__left-columns .flyout-left-col {
    flex-direction: row;
    width: fit-content;
  }
  .author-mode .flyout-container .flyout-container__left-columns .flyout-left-col.flyout-horizontal-line {
    border-top: solid 0.0625rem #353535;
  }
  .author-mode .flyout-container .flyout-container__left-columns .flyout-left-col .flyout-column {
    margin-top: 1rem;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    min-width: 13.5rem;
    width: auto;
  }
  .author-mode .flyout-container .flyout-container__left-columns .flyout-left-col .flyout-column:not(:last-child) {
    border-right: solid 0.03125rem #d8d8d8;
  }
  .author-mode .flyout-container .flyout-container__left-columns .flyout-left-col .flyout-feature-cards__wrapper {
    width: 25rem;
  }
  .author-mode .flyout-container .flyout-right-col {
    width: inherit;
    position: relative;
    overflow: hidden;
    padding-top: 1rem;
  }
  .author-mode .flyout-container .flyout-right-col.flyout-right-col--full-size {
    padding: 0;
  }
}
@media all and (min-width: 85.375rem) {
  .flyout-container {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-direction: row;
  }
  .flyout-container .flyout-header {
    display: block;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-top: 1rem;
    margin-bottom: .5rem;
    width: fit-content;
  }
  .flyout-container .flyout-header:empty {
    margin-bottom: 0;
    margin-top: 0;
  }
  .flyout-container .flyout-container__left-columns {
    display: flex;
    flex-direction: column;
    max-width: 65%;
  }
  .flyout-container .flyout-container__left-columns .flyout-left-col {
    flex-direction: row;
    width: fit-content;
  }
  .flyout-container .flyout-container__left-columns .flyout-left-col.flyout-horizontal-line {
    border-top: solid 0.0625rem #353535;
  }
  .flyout-container .flyout-container__left-columns .flyout-left-col .flyout-column {
    margin-top: 1rem;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    min-width: 13.5rem;
    width: auto;
  }
  .flyout-container .flyout-container__left-columns .flyout-left-col .flyout-column:not(:last-child) {
    border-right: solid 0.03125rem #d8d8d8;
  }
  .flyout-container .flyout-container__left-columns .flyout-left-col .flyout-feature-cards__wrapper {
    width: 25rem;
  }
  .flyout-container .flyout-right-col {
    width: inherit;
    position: relative;
    overflow: hidden;
    padding-top: 1rem;
  }
  .flyout-container .flyout-right-col.flyout-right-col--full-size {
    padding: 0;
  }
}

.flyout-links {
  margin-top: 0;
}
.flyout-links .flyout-links_container .flyout-links_header {
  border-bottom: solid 1px #dedede;
  padding: .313rem 0 .313rem 1rem;
}
.flyout-links .flyout-links_container .flyout-links_header.border-none {
  border-bottom: none;
}
.flyout-links .flyout-links_container .flyout-links_header-wrapper {
  margin: 0;
}
.flyout-links .flyout-links_container .flyout-links_header-wrapper,
.flyout-links .flyout-links_container .flyout-links_header a {
  font-family: "HelveticaNeue", sans-serif;
  font-weight: normal;
  font-stretch: normal;
  font-size: 1rem;
  font-style: normal;
  line-height: 3rem;
  letter-spacing: normal;
  color: #000000;
  text-decoration: none;
  min-height: 3rem;
}
.flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link {
  position: relative;
  width: 100%;
  display: inline-block;
  text-align: left;
}
.flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link--ref {
  display: block;
}
.flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link .sub-link-arrow-right,
.flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link .sub-link-arrow-up {
  content: '';
  transition: 0.5s;
  border: solid #898989;
  border-width: 0 0.05rem 0.05rem 0;
  display: block;
  padding: 0.25rem;
  margin-left: 0.1875rem;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  right: 1rem;
  top: 1.25rem;
  float: right;
}
.flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link .sub-link-arrow-up {
  display: none;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}
.flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link.desktop {
  display: none;
}
.flyout-links .flyout-links_container.expanded-sub-link .flyout-links_header-wrapper,
.flyout-links .flyout-links_container.expanded-sub-link .flyout-links_header a {
  transition: 0.5s;
  color: #edb110;
}
.flyout-links .flyout-links_container.expanded-sub-link .flyout-links_header .flyout-links_header-link .sub-link-arrow-right {
  display: none;
}
.flyout-links .flyout-links_container.expanded-sub-link .flyout-links_header .flyout-links_header-link .sub-link-arrow-up {
  display: block;
}
.flyout-links .flyout-links_container.expanded-sub-link .sub-link-arrow-right {
  border: solid #edb110;
  border-width: 0 0.05rem 0.05rem 0;
  transition: 0.5s;
  transform: rotate(-135deg);
}
.flyout-links .flyout-links_container.expanded-sub-link ul {
  display: block;
}
.flyout-links .flyout-links_container ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.flyout-links .flyout-links_container ul li {
  font-weight: 500;
  padding: .5rem 0 .5rem 2rem;
  border-bottom: solid 1px #dedede;
  text-align: left;
}
.flyout-links .flyout-links_container .flyout-links_list .flyout-links_list-item a {
  font-weight: 500;
  font-stretch: normal;
  font-size: 0.875rem;
  font-style: normal;
  letter-spacing: normal;
  color: #000000;
  text-decoration: none;
  display: block;
  height: 3rem;
  line-height: 3rem;
}
.keyboard-navigation .flyout-links {
  padding-right: 0.5rem;
}
.keyboard-navigation .flyout-links .flyout-links_container:focus,
.keyboard-navigation .flyout-links .flyout-links_container a:focus {
  border: 1px dotted #000000;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .flyout-links .flyout-links_container {
    margin-bottom: 1rem;
  }
  .flyout-links .flyout-links_container .flyout-links_header {
    border-bottom: none;
    padding: 0;
  }
  .flyout-links .flyout-links_container .flyout-links_header-wrapper,
  .flyout-links .flyout-links_container .flyout-links_header a {
    font-size: .875rem;
    line-height: 1.36;
    font-weight: bold;
    min-height: auto;
  }
  .flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link .sub-link-arrow-right {
    position: static;
    display: inline-block;
    float: unset;
    margin-right: 0;
  }
  .flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link.desktop {
    display: block;
  }
  .flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link.mobile {
    display: none;
  }
  .flyout-links .flyout-links_container .flyout-links_header .hide {
    display: none;
  }
  .flyout-links .flyout-links_container ul {
    display: block;
    margin-top: 0.5rem;
  }
  .flyout-links .flyout-links_container ul li {
    font-weight: unset;
    padding: 0;
    border-bottom: none;
  }
  .flyout-links .flyout-links_container .flyout-links_list .flyout-links_list-item a {
    font-weight: normal;
    color: #353535;
    line-height: 1.625rem;
    height: auto;
  }
  .flyout-links .flyout-links_container .flyout-links_list .flyout-links_list-item a:hover {
    text-decoration: underline;
  }
}
@media all and (min-width: 64.01rem) {
  .author-mode .flyout-links .flyout-links_container {
    margin-bottom: 1rem;
  }
  .author-mode .flyout-links .flyout-links_container .flyout-links_header {
    border-bottom: none;
    padding: 0;
  }
  .author-mode .flyout-links .flyout-links_container .flyout-links_header-wrapper,
  .author-mode .flyout-links .flyout-links_container .flyout-links_header a {
    font-size: .875rem;
    line-height: 1.36;
    font-weight: bold;
    min-height: auto;
  }
  .author-mode .flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link .sub-link-arrow-right {
    position: static;
    display: inline-block;
    float: unset;
    margin-right: 0;
  }
  .author-mode .flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link.desktop {
    display: block;
  }
  .author-mode .flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link.mobile {
    display: none;
  }
  .author-mode .flyout-links .flyout-links_container .flyout-links_header .hide {
    display: none;
  }
  .author-mode .flyout-links .flyout-links_container ul {
    display: block;
    margin-top: 0.5rem;
  }
  .author-mode .flyout-links .flyout-links_container ul li {
    font-weight: unset;
    padding: 0;
    border-bottom: none;
  }
  .author-mode .flyout-links .flyout-links_container .flyout-links_list .flyout-links_list-item a {
    font-weight: normal;
    color: #353535;
    line-height: 1.625rem;
    height: auto;
  }
  .author-mode .flyout-links .flyout-links_container .flyout-links_list .flyout-links_list-item a:hover {
    text-decoration: underline;
  }
}
@media all and (min-width: 85.375rem) {
  .flyout-links .flyout-links_container {
    margin-bottom: 1rem;
  }
  .flyout-links .flyout-links_container .flyout-links_header {
    border-bottom: none;
    padding: 0;
  }
  .flyout-links .flyout-links_container .flyout-links_header-wrapper,
  .flyout-links .flyout-links_container .flyout-links_header a {
    font-size: .875rem;
    line-height: 1.36;
    font-weight: bold;
    min-height: auto;
  }
  .flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link .sub-link-arrow-right {
    position: static;
    display: inline-block;
    float: unset;
    margin-right: 0;
  }
  .flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link.desktop {
    display: block;
  }
  .flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link.mobile {
    display: none;
  }
  .flyout-links .flyout-links_container .flyout-links_header .hide {
    display: none;
  }
  .flyout-links .flyout-links_container ul {
    display: block;
    margin-top: 0.5rem;
  }
  .flyout-links .flyout-links_container ul li {
    font-weight: unset;
    padding: 0;
    border-bottom: none;
  }
  .flyout-links .flyout-links_container .flyout-links_list .flyout-links_list-item a {
    font-weight: normal;
    color: #353535;
    line-height: 1.625rem;
    height: auto;
  }
  .flyout-links .flyout-links_container .flyout-links_list .flyout-links_list-item a:hover {
    text-decoration: underline;
  }
}

.flyout-feature-cards {
  display: none;
}
.flyout-feature-cards__play-button,
.flyout-feature-cards__pause-button {
  background-color: #797979;
  border: medium none;
  color: #ffffff;
  font-size: 1.125rem;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  position: absolute;
  top: calc(50% - 1rem);
  left: calc(50% - 1.5rem);
  border-radius: 100%;
  z-index: 1;
  display: none;
}
.flyout-feature-cards__play-button.active {
  display: block;
}
.flyout-feature-cards__content {
  position: relative;
}
.flyout-feature-cards__content:hover .flyout-feature-cards__pause-button.active {
  display: block;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .flyout-feature-cards {
    display: flex;
    flex-direction: column;
  }
  .flyout-feature-cards__wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    max-width: 28.5rem;
    max-height: 11.25rem;
    overflow: hidden;
  }
  .flyout-feature-cards__wrapper:hover {
    text-decoration: none;
  }
  .flyout-feature-cards__wrapper:hover .flyout-feature-cards__asset,
  .flyout-feature-cards__wrapper:hover .cq-dd-image {
    transform: scale(1.04);
  }
  .flyout-feature-cards__wrapper:hover .flyout-feature-cards__right-column {
    transform-style: preserve-3d;
    transition: transform 300ms ease-in-out;
    transform: translateX(0.25rem) translateY(0) translateZ(0);
  }
  .flyout-feature-cards__content {
    width: 30%;
    max-width: 9.25rem;
    align-items: center;
  }
  .flyout-feature-cards__asset,
  .flyout-feature-cards .cq-dd-image {
    max-height: 11.25rem;
    width: 100%;
    height: auto;
    transition: all 600ms ease-in-out;
  }
  .flyout-feature-cards__link__text {
    text-decoration: underline;
    cursor: pointer;
    max-width: 95%;
  }
  .flyout-feature-cards__link__arrow {
    display: inline-block;
    margin-left: .3125rem;
    text-decoration: none;
    position: relative;
    top: .2rem;
  }
  .flyout-feature-cards__right-column {
    display: flex;
    flex-direction: column;
    width: 70%;
    max-width: 19.25rem;
    padding-bottom: 2.5rem;
  }
  .flyout-feature-cards.flyout-feature-cards--row {
    flex-direction: row;
    justify-content: flex-end;
  }
}
@media all and (min-width: 64.01rem) {
  .author-mode .flyout-feature-cards {
    display: flex;
    flex-direction: column;
  }
  .author-mode .flyout-feature-cards__wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    max-width: 28.5rem;
    max-height: 11.25rem;
    overflow: hidden;
  }
  .author-mode .flyout-feature-cards__wrapper:hover {
    text-decoration: none;
  }
  .author-mode .flyout-feature-cards__wrapper:hover .flyout-feature-cards__asset,
  .author-mode .flyout-feature-cards__wrapper:hover .cq-dd-image {
    transform: scale(1.04);
  }
  .author-mode .flyout-feature-cards__wrapper:hover .flyout-feature-cards__right-column {
    transform-style: preserve-3d;
    transition: transform 300ms ease-in-out;
    transform: translateX(0.25rem) translateY(0) translateZ(0);
  }
  .author-mode .flyout-feature-cards__content {
    width: 30%;
    max-width: 9.25rem;
    align-items: center;
  }
  .author-mode .flyout-feature-cards__asset,
  .author-mode .flyout-feature-cards .cq-dd-image {
    max-height: 11.25rem;
    width: 100%;
    height: auto;
    transition: all 600ms ease-in-out;
  }
  .author-mode .flyout-feature-cards__link__text {
    text-decoration: underline;
    cursor: pointer;
    max-width: 95%;
  }
  .author-mode .flyout-feature-cards__link__arrow {
    display: inline-block;
    margin-left: .3125rem;
    text-decoration: none;
    position: relative;
    top: .2rem;
  }
  .author-mode .flyout-feature-cards__right-column {
    display: flex;
    flex-direction: column;
    width: 70%;
    max-width: 19.25rem;
    padding-bottom: 2.5rem;
  }
  .author-mode .flyout-feature-cards.flyout-feature-cards--row {
    flex-direction: row;
    justify-content: flex-end;
  }
}
@media all and (min-width: 85.375rem) {
  .flyout-feature-cards {
    display: flex;
    flex-direction: column;
  }
  .flyout-feature-cards__wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    max-width: 28.5rem;
    max-height: 11.25rem;
    overflow: hidden;
  }
  .flyout-feature-cards__wrapper:hover {
    text-decoration: none;
  }
  .flyout-feature-cards__wrapper:hover .flyout-feature-cards__asset,
  .flyout-feature-cards__wrapper:hover .cq-dd-image {
    transform: scale(1.04);
  }
  .flyout-feature-cards__wrapper:hover .flyout-feature-cards__right-column {
    transform-style: preserve-3d;
    transition: transform 300ms ease-in-out;
    transform: translateX(0.25rem) translateY(0) translateZ(0);
  }
  .flyout-feature-cards__content {
    width: 30%;
    max-width: 9.25rem;
    align-items: center;
  }
  .flyout-feature-cards__asset,
  .flyout-feature-cards .cq-dd-image {
    max-height: 11.25rem;
    width: 100%;
    height: auto;
    transition: all 600ms ease-in-out;
  }
  .flyout-feature-cards__link__text {
    text-decoration: underline;
    cursor: pointer;
    max-width: 95%;
  }
  .flyout-feature-cards__link__arrow {
    display: inline-block;
    margin-left: .3125rem;
    text-decoration: none;
    position: relative;
    top: .2rem;
  }
  .flyout-feature-cards__right-column {
    display: flex;
    flex-direction: column;
    width: 70%;
    max-width: 19.25rem;
    padding-bottom: 2.5rem;
  }
  .flyout-feature-cards.flyout-feature-cards--row {
    flex-direction: row;
    justify-content: flex-end;
  }
}

@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .feature-blog {
    display: block;
    margin-bottom: 1rem;
    height: 100%;
  }
  .feature-blog__header {
    line-height: 1.2rem;
    font-weight: bold;
    margin: 1rem 0;
    font-size: .875rem;
    color: #000000;
  }
  .feature-blog__container {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    min-height: 21.125rem;
  }
  .feature-blog__container .feature-blog-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0 0.125rem 0.25rem rgba(47, 35, 3, 0.2);
    border-radius: .5rem;
    width: 100%;
    margin: 0 .5rem;
    overflow: hidden;
  }
  .feature-blog__container .feature-blog-item__content {
    display: flex;
    flex-direction: column;
    padding: .5rem;
    width: 100%;
    height: 100%;
  }
  .feature-blog__container .feature-blog-item:first-child {
    margin-left: 0;
  }
  .feature-blog__container .feature-blog-item:last-child {
    margin-right: 0;
  }
  .feature-blog__container .feature-blog-item__image {
    width: 100%;
    height: 9rem;
    max-height: 50%;
    position: relative;
    transition: all 600ms ease-in-out;
  }
  .feature-blog__container .feature-blog-item__image img {
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    transition: all 600ms ease-in-out;
  }
  .feature-blog__container .feature-blog-item p {
    color: #000000;
  }
  .feature-blog__container .feature-blog-item__header {
    margin: 0;
  }
  .feature-blog__container .feature-blog-item__header p {
    font-weight: bold;
    line-height: 1.2rem;
    margin: 0;
  }
  .feature-blog__container .feature-blog-item__paragraph {
    flex-grow: 1;
    margin: .5rem 0;
  }
  .feature-blog__container .feature-blog-item__paragraph p {
    font-size: .75rem;
    line-height: 1rem;
    margin: 0;
  }
  .feature-blog__container .feature-blog-item a {
    text-decoration: none;
  }
  .feature-blog__container .feature-blog-item__link {
    margin-top: auto;
    display: flex;
    width: 100%;
    height: 2.25rem;
    flex-direction: column;
    align-items: center;
    background: #eeb111;
    border-radius: 1.125rem;
  }
  .feature-blog__container .feature-blog-item__link .feature-blog-item__link-label {
    margin: auto;
    font-style: normal;
    font-weight: bold;
    font-size: .75rem;
    line-height: 1rem;
  }
  .feature-blog__container .feature-blog-item:hover {
    text-decoration: none;
  }
  .feature-blog__container .feature-blog-item:hover .feature-blog-item__image {
    transform: scale(1.04);
    object-fit: fill;
  }
  .feature-blog__container .feature-blog-item.blog-design {
    box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.25);
    border-radius: 0;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__header {
    margin: .5rem 0;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__header p {
    font-weight: bold;
    line-height: 1.125rem;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__paragraph {
    flex-grow: 1;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__paragraph p {
    font-size: .75rem;
    line-height: 1rem;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__link {
    margin: auto 0 1rem 0;
    display: flex;
    flex-direction: row;
    align-items: start;
    background: none;
    border-radius: unset;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__link .feature-blog-item__link-label {
    margin: auto 0;
    color: #353535;
    font-size: .75rem;
    line-height: 1.25rem;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__link .feature-blog-item__arrow {
    margin: auto 0.625rem;
    position: inherit;
  }
}
@media only screen and (max-width: 64.01rem) {
  .feature-blog {
    display: block;
    height: 100%;
  }
  .feature-blog__header {
    line-height: 1.2rem;
    font-weight: bold;
    text-align: left;
    font-size: 1rem;
    color: #000000;
    background-color: #f2f2f2;
    padding: 0.5rem 0 0.5rem 1rem;
  }
  .feature-blog__container {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: transparent;
    margin: 0 1rem;
    min-height: 21.125rem;
  }
  .feature-blog__container .feature-blog-item {
    display: flex;
    flex-direction: row;
    box-shadow: 0 0.125rem 0.25rem rgba(47, 35, 3, 0.2);
    border-radius: .5rem;
    overflow: hidden;
    background-color: #ffffff;
    margin-bottom: 1rem;
  }
  .feature-blog__container .feature-blog-item__content {
    flex-basis: 70%;
    margin: 1rem 1rem 0 1rem;
  }
  .feature-blog__container .feature-blog-item:first-child {
    margin-left: 0;
    margin-top: 1rem;
  }
  .feature-blog__container .feature-blog-item:last-child {
    margin-right: 0;
  }
  .feature-blog__container .feature-blog-item__image {
    flex-basis: 30%;
    position: relative;
    transition: all 600ms ease-in-out;
  }
  .feature-blog__container .feature-blog-item__image img {
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    transition: all 600ms ease-in-out;
  }
  .feature-blog__container .feature-blog-item p {
    color: #000000;
  }
  .feature-blog__container .feature-blog-item__header {
    margin: 0;
  }
  .feature-blog__container .feature-blog-item__header p {
    font-weight: 700;
    line-height: 1rem;
    font-size: 0.875rem;
    text-align: left;
    margin: 0;
  }
  .feature-blog__container .feature-blog-item__paragraph {
    flex-grow: 1;
    margin: .5rem 0;
  }
  .feature-blog__container .feature-blog-item__paragraph p {
    font-size: .75rem;
    line-height: 1rem;
    margin: 0.5rem 0 0;
    text-align: left;
  }
  .feature-blog__container .feature-blog-item a {
    text-decoration: none;
  }
  .feature-blog__container .feature-blog-item__link {
    margin-top: auto;
    display: flex;
    width: 100%;
    height: 2.25rem;
    flex-direction: column;
    align-items: center;
    background: #eeb111;
    border-radius: 1.125rem;
  }
  .feature-blog__container .feature-blog-item__link .feature-blog-item__link-label {
    margin: auto 0;
    font-style: normal;
    font-weight: bold;
    font-size: 0.625rem;
    line-height: 0.75rem;
  }
  .feature-blog__container .feature-blog-item:hover {
    text-decoration: none;
  }
  .feature-blog__container .feature-blog-item:hover .feature-blog-item__image {
    transform: scale(1.04);
    object-fit: fill;
  }
  .feature-blog__container .feature-blog-item.blog-design {
    box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.25);
    border-radius: 0;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__header {
    margin: .5rem 0;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__header p {
    font-weight: bold;
    line-height: 1.125rem;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__paragraph {
    flex-grow: 1;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__paragraph p {
    font-size: .75rem;
    line-height: 1rem;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__link {
    display: flex;
    flex-direction: row;
    align-items: start;
    background: none;
    border-radius: unset;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__link .feature-blog-item__arrow {
    margin: auto 0.625rem;
    position: inherit;
  }
}
@media all and (min-width: 64.01rem) {
  .author-mode .feature-blog {
    display: block;
    margin-bottom: 1rem;
    height: 100%;
  }
  .author-mode .feature-blog__header {
    line-height: 1.2rem;
    font-weight: bold;
    margin: 1rem 0;
    font-size: .875rem;
    color: #000000;
  }
  .author-mode .feature-blog__container {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    min-height: 21.125rem;
  }
  .author-mode .feature-blog__container .feature-blog-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0 0.125rem 0.25rem rgba(47, 35, 3, 0.2);
    border-radius: .5rem;
    width: 100%;
    margin: 0 .5rem;
    overflow: hidden;
  }
  .author-mode .feature-blog__container .feature-blog-item__content {
    display: flex;
    flex-direction: column;
    padding: .5rem;
    width: 100%;
    height: 100%;
  }
  .author-mode .feature-blog__container .feature-blog-item:first-child {
    margin-left: 0;
  }
  .author-mode .feature-blog__container .feature-blog-item:last-child {
    margin-right: 0;
  }
  .author-mode .feature-blog__container .feature-blog-item__image {
    width: 100%;
    height: 9rem;
    max-height: 50%;
    position: relative;
    transition: all 600ms ease-in-out;
  }
  .author-mode .feature-blog__container .feature-blog-item__image img {
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    transition: all 600ms ease-in-out;
  }
  .author-mode .feature-blog__container .feature-blog-item p {
    color: #000000;
  }
  .author-mode .feature-blog__container .feature-blog-item__header {
    margin: 0;
  }
  .author-mode .feature-blog__container .feature-blog-item__header p {
    font-weight: bold;
    line-height: 1.2rem;
    margin: 0;
  }
  .author-mode .feature-blog__container .feature-blog-item__paragraph {
    flex-grow: 1;
    margin: .5rem 0;
  }
  .author-mode .feature-blog__container .feature-blog-item__paragraph p {
    font-size: .75rem;
    line-height: 1rem;
    margin: 0;
  }
  .author-mode .feature-blog__container .feature-blog-item a {
    text-decoration: none;
  }
  .author-mode .feature-blog__container .feature-blog-item__link {
    margin-top: auto;
    display: flex;
    width: 100%;
    height: 2.25rem;
    flex-direction: column;
    align-items: center;
    background: #eeb111;
    border-radius: 1.125rem;
  }
  .author-mode .feature-blog__container .feature-blog-item__link .feature-blog-item__link-label {
    margin: auto;
    font-style: normal;
    font-weight: bold;
    font-size: .75rem;
    line-height: 1rem;
  }
  .author-mode .feature-blog__container .feature-blog-item:hover {
    text-decoration: none;
  }
  .author-mode .feature-blog__container .feature-blog-item:hover .feature-blog-item__image {
    transform: scale(1.04);
    object-fit: fill;
  }
  .author-mode .feature-blog__container .feature-blog-item.blog-design {
    box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.25);
    border-radius: 0;
  }
  .author-mode .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__header {
    margin: .5rem 0;
  }
  .author-mode .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__header p {
    font-weight: bold;
    line-height: 1.125rem;
  }
  .author-mode .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__paragraph {
    flex-grow: 1;
  }
  .author-mode .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__paragraph p {
    font-size: .75rem;
    line-height: 1rem;
  }
  .author-mode .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__link {
    margin: auto 0 1rem 0;
    display: flex;
    flex-direction: row;
    align-items: start;
    background: none;
    border-radius: unset;
  }
  .author-mode .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__link .feature-blog-item__link-label {
    margin: auto 0;
    color: #353535;
    font-size: .75rem;
    line-height: 1.25rem;
  }
  .author-mode .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__link .feature-blog-item__arrow {
    margin: auto 0.625rem;
    position: inherit;
  }
}
@media all and (min-width: 85.375rem) {
  .feature-blog {
    display: block;
    margin-bottom: 1rem;
    height: 100%;
  }
  .feature-blog__header {
    line-height: 1.2rem;
    font-weight: bold;
    margin: 1rem 0;
    font-size: .875rem;
    color: #000000;
  }
  .feature-blog__container {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    min-height: 21.125rem;
  }
  .feature-blog__container .feature-blog-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0 0.125rem 0.25rem rgba(47, 35, 3, 0.2);
    border-radius: .5rem;
    width: 100%;
    margin: 0 .5rem;
    overflow: hidden;
  }
  .feature-blog__container .feature-blog-item__content {
    display: flex;
    flex-direction: column;
    padding: .5rem;
    width: 100%;
    height: 100%;
  }
  .feature-blog__container .feature-blog-item:first-child {
    margin-left: 0;
  }
  .feature-blog__container .feature-blog-item:last-child {
    margin-right: 0;
  }
  .feature-blog__container .feature-blog-item__image {
    width: 100%;
    height: 9rem;
    max-height: 50%;
    position: relative;
    transition: all 600ms ease-in-out;
  }
  .feature-blog__container .feature-blog-item__image img {
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    transition: all 600ms ease-in-out;
  }
  .feature-blog__container .feature-blog-item p {
    color: #000000;
  }
  .feature-blog__container .feature-blog-item__header {
    margin: 0;
  }
  .feature-blog__container .feature-blog-item__header p {
    font-weight: bold;
    line-height: 1.2rem;
    margin: 0;
  }
  .feature-blog__container .feature-blog-item__paragraph {
    flex-grow: 1;
    margin: .5rem 0;
  }
  .feature-blog__container .feature-blog-item__paragraph p {
    font-size: .75rem;
    line-height: 1rem;
    margin: 0;
  }
  .feature-blog__container .feature-blog-item a {
    text-decoration: none;
  }
  .feature-blog__container .feature-blog-item__link {
    margin-top: auto;
    display: flex;
    width: 100%;
    height: 2.25rem;
    flex-direction: column;
    align-items: center;
    background: #eeb111;
    border-radius: 1.125rem;
  }
  .feature-blog__container .feature-blog-item__link .feature-blog-item__link-label {
    margin: auto;
    font-style: normal;
    font-weight: bold;
    font-size: .75rem;
    line-height: 1rem;
  }
  .feature-blog__container .feature-blog-item:hover {
    text-decoration: none;
  }
  .feature-blog__container .feature-blog-item:hover .feature-blog-item__image {
    transform: scale(1.04);
    object-fit: fill;
  }
  .feature-blog__container .feature-blog-item.blog-design {
    box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.25);
    border-radius: 0;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__header {
    margin: .5rem 0;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__header p {
    font-weight: bold;
    line-height: 1.125rem;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__paragraph {
    flex-grow: 1;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__paragraph p {
    font-size: .75rem;
    line-height: 1rem;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__link {
    margin: auto 0 1rem 0;
    display: flex;
    flex-direction: row;
    align-items: start;
    background: none;
    border-radius: unset;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__link .feature-blog-item__link-label {
    margin: auto 0;
    color: #353535;
    font-size: .75rem;
    line-height: 1.25rem;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__link .feature-blog-item__arrow {
    margin: auto 0.625rem;
    position: inherit;
  }
}

.header-cart-v3 {
  position: relative;
  padding-left: 1.5rem;
}
.header-cart-v3 .header-cart-v3-trigger {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0;
  background: transparent;
  color: #2e2e2e;
  width: 2.8125rem;
  height: 3.125rem;
}
.header-cart-v3 .header-cart-v3-trigger:focus-visible {
  outline-width: 0.125rem;
}
.header-cart-v3 .header-cart-v3-trigger .header-cart-v3-item-count {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #eeb111;
  color: #ffffff;
  border: 2px solid #ffffff;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 100%;
  font-size: 0.4375rem;
  line-height: 1;
  overflow: hidden;
  -webkit-transform: translate(-10%, 25%);
  transform: translate(-10%, 25%);
}
.header-cart-v3 .header-cart-v3-trigger .header-cart-v3-item-count.zero-items {
  display: none;
}
.header-cart-v3 .header-cart-v3-trigger .header-cart-v3-item-count .header-cart-v3-item-count-value {
  margin: auto;
}
.header-cart-v3 .header-cart-v3-trigger:hover {
  background: transparent;
  color: #000000;
}
.header-cart-v3 .header-cart-v3-trigger .header-cart-v3-trigger-icon {
  margin: auto;
  /* com.whr.aem.core.htl.header.SvgIcon output */
}
.header-cart-v3 .header-cart-v3-trigger .header-cart-v3-trigger-icon .icon {
  width: 1.833rem;
  height: 1.604rem;
}
.header-cart-v3 .header-cart-v3-trigger .header-cart-v3-trigger-icon svg {
  width: 1.833rem;
  height: 1.604rem;
}
.header-cart-v3 .cart-mini-v3 {
  top: 4.063rem;
  padding: 0;
  border: 0;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  width: 19.875rem;
  position: absolute;
  right: 0;
  background-color: #ffffff;
  z-index: 21;
  display: none;
}
.header-cart-v3 .cart-mini-v3 .hidden,
.header-cart-v3 .cart-mini-v3 .cart-v3-i18dictionary {
  display: none;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container {
  padding: 0 1.5rem 0;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container.cart-mini-v3-checkout {
  padding: 0 1rem 0;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container.cart-mini-v3-section-container-full-border {
  border-bottom: 0.0625rem solid #b3b3b3;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section {
  border-bottom: 0;
  padding: 1rem 0;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3-section-container-short-border {
  border-bottom: 0.0625rem solid #b3b3b3;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section .empty-cart-v3-icon {
  display: inline-block;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section .empty-cart-v3-icon .icon {
  width: 1.375rem;
  height: 1.2rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__title {
  padding: 0.5rem 0;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__title .cart-mini-v3__title-text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3-empty .empty-cart-v3-text {
  vertical-align: top;
  font-weight: 700;
  line-height: 1.2rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3-signinn-link,
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3-authorized-text {
  border-bottom: 0;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__other.hidden {
  display: none;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__other .cart-mini-v3__other--subtot {
  font-weight: normal;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__other .cart-mini-v3__other--label,
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__other .cart-mini-v3__other--subtot {
  line-height: 1rem;
  font-size: 0.75rem;
  font-weight: 400;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__count .cart-mini-v3__count-text {
  line-height: 1rem;
  font-size: 0.75rem;
  color: #000000;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__count .cart-mini-v3__count-text .cart-mini-v3__count-link {
  font-weight: 400;
  text-decoration: underline;
  line-height: 1rem;
  font-size: 0.75rem;
  cursor: pointer;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__prod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__prod .cart-mini-v3__prod-img {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 20%;
  flex: 1 0 20%;
  width: 3.75rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__prod .cart-mini-v3__prod-img img {
  max-height: 6.25rem;
  margin: auto;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__prod .cart-mini-v3__prod-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 60%;
  flex: 1 0 60%;
  padding: 0 0.5rem;
  width: 10.625rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__prod .cart-mini-v3__prod-info .cart-mini-v3__prod-title {
  height: auto;
  margin-bottom: 0.5rem;
  white-space: normal;
  font-size: 0.75rem;
  line-height: 1.2;
  overflow: hidden;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__prod .cart-mini-v3__prod-info .cart-mini-v3__prod-title--link {
  text-decoration: none;
  line-height: 1rem;
  font-size: 0.75rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 3rem;
  outline-offset: -0.063rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__prod .cart-mini-v3__prod-info .cart-mini-v3__prod-title--link:focus {
  outline: 0.063rem dashed #000000;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__prod .cart-mini-v3__prod-info .cart-mini-v3__prod-mdl {
  margin-bottom: 0.3125rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__prod .cart-mini-v3__prod-info .cart-mini-v3__prod-mdl,
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__prod .cart-mini-v3__prod-info .cart-mini-v3__prod-qty {
  font-size: 0.75rem;
  line-height: 1rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__prod .cart-mini-v3__prod-qty--sqr {
  height: 1rem;
  width: 1rem;
  border: 1px solid #2e2e2e;
  text-align: center;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__prod .cart-mini-v3__prod-qty--green {
  color: #5c700f;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__prod .cart-mini-v3__prod-price {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  white-space: normal;
  width: 57px;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__prod .cart-mini-v3__prod-price--text {
  text-align: right;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__other--subtot {
  text-align: right;
  font-weight: bold;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section--last {
  margin-top: 0.563rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__total.hidden {
  display: none;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__total--label,
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__total--amt,
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__total--label-bld,
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__total--amt-bld {
  font-size: 0.75rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__total--label {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__total--amt {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: right;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__total--label-bld {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  font-weight: bold;
  line-height: 1rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__total--amt-bld {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-weight: bold;
  text-align: right;
  line-height: 1rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__total--promo {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  white-space: pre-wrap;
  flex: 1 1 100%;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__cta-btns {
  font-size: 0.625rem;
  padding: 1rem 0;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__cta-btns:nth-child(2) {
  margin-left: 0.625rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__cta-btns.cart-mini-empty {
  display: block;
  text-align: center;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__cta-btns .checkout-cart-mini-v3-btn {
  width: 17.875rem;
  height: 3rem;
  line-height: 1.188rem;
  font-size: 1rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__cta-btns .checkout-cart-mini-v3-btn:focus {
  outline: 1px solid #000;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__empty-state-msgbox {
  border: 0;
  background-color: #ffffff;
  padding: 0;
  color: #797979;
  white-space: normal;
  /*RTE*/
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__empty-state-msgbox p {
  font-size: 1rem;
  line-height: 1.188rem;
  display: contents;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__empty-state-msgbox p a {
  font-size: 1rem;
  line-height: 1.188rem;
  font-weight: 700;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__empty-state-msgbox .cart-mini-v3__empty-state-msgbox-text .cart-mini-v3__empty-state-msgbox-link {
  text-decoration: none;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__empty-state-msgbox .cart-mini-v3__empty-state-msgbox--big-text {
  margin-bottom: 1rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__empty-state-msgbox .signin-trigger-modal {
  cursor: pointer;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3_promo-area {
  position: absolute;
  right: 0;
  width: 100%;
  height: auto;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3_promo-area .cq-dd-image {
  width: 100%;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-lazyload {
  width: 25px;
  height: 25px;
  margin: 20px auto 0;
}
.header-cart-v3 .header-cart-v3-trigger-icon .icon {
  width: 2rem;
  height: 2rem;
}
.header-cart-v3 .header-cart-v3-item-count .header-cart-v3-item-count-value {
  color: #000000;
  font-weight: normal;
  font-size: 0.625rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cart-mini-v3 {
    min-width: 18.75rem;
  }
}
@media all and (min-width: 47.938rem) and (max-width: 64rem) {
  .header-cart-v3 .cart-mini-v3 {
    top: 4.05rem;
  }
}
@media all and (max-width: 47.938rem) {
  .header-cart-v3 {
    padding-right: 1rem;
    padding-left: 0;
  }
  .header-cart-v3 .cart-mini-v3 {
    width: 17.313rem;
    top: 3.5rem;
    right: -3.5rem;
  }
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container {
    padding: 0 1rem 0;
  }
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section {
    padding: 0.9rem 0;
  }
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3-section-container-short-border {
    border-bottom: 0.1rem solid #979797;
  }
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__title {
    padding-top: 1rem;
    line-height: 1.75rem;
    font-weight: bold;
  }
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3-empty .empty-cart-v3-icon .icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3-empty .empty-cart-v3-text {
    font-size: 0.9rem;
    line-height: 1.188rem;
    vertical-align: super;
  }
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3-signinn-link .cart-mini-v3__empty-state-msgbox {
    /*RTE*/
  }
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3-signinn-link .cart-mini-v3__empty-state-msgbox .cart-mini-v3__empty-state-msgbox-text .cart-mini-v3__empty-state-msgbox-link {
    text-decoration: underline;
    font-size: 0.9rem;
    line-height: 1.188rem;
  }
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3-signinn-link .cart-mini-v3__empty-state-msgbox .cart-mini-v3__empty-state-msgbox-text .cart-mini-v3__empty-state-msgbox-link:focus-visible {
    outline-width: 0.125rem;
  }
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3-signinn-link .cart-mini-v3__empty-state-msgbox p {
    font-size: 0.9rem;
    line-height: 1.188rem;
  }
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__other .cart-mini-v3__other--label,
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__other .cart-mini-v3__other--subtot {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__total--label-bld,
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__total--amt-bld {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container.cart-mini-v3-checkout .cart-mini-v3__cta-btns {
    margin-bottom: 1rem;
    margin-top: 0.375rem;
    padding: 0;
  }
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container.cart-mini-v3-checkout .cart-mini-v3__cta-btns .checkout-cart-mini-v3-btn {
    margin-bottom: 0;
    width: 15.313rem;
  }
}
@media (min-width: 47.938rem) {
  .header-cart-v3-trigger {
    width: 1.625rem;
    height: 1.625rem;
  }
  .header-cart-v3-trigger .header-cart-v3-item-count {
    -webkit-transform: translate(25%, -25%);
    transform: translate(25%, -25%);
  }
  .header-cart-v3-trigger .header-cart-v3-trigger-icon .icon {
    width: 1.0625rem;
    height: 1.0625rem;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .header-cart-v3-trigger-icon {
    margin: 0;
  }
  .header-cart-v3-item-count-value {
    margin: 0;
  }
}
@media all and (min-width: 64.01rem) {
  .header-cart-v3 {
    z-index: 10;
  }
}

.header-cart-v3 {
  z-index: auto;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__empty-state-msgbox {
  color: #000000;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__empty-state-msgbox p a {
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__empty-state-msgbox p a:hover {
  font-weight: 700;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__empty-state-msgbox .cart-mini-v3__empty-state-msgbox-text .cart-mini-v3__empty-state-msgbox-link {
  text-decoration: underline;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__cta-btns .checkout-cart-mini-v3-btn {
  height: 2.5rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__title .cart-mini-v3__title-text {
  font-size: 1.1875rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__count .cart-mini-v3__count-text .cart-mini-v3__count-link:hover {
  font-weight: bold;
}
.header-cart-v3 .header-cart-v3-trigger .header-cart-v3-item-count {
  background: #8cd5ea;
  font-family: 'GothamMedium', sans-serif;
  width: 1.2rem;
  height: 1.2rem;
}
@media (min-width: 48rem) {
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__empty-state-msgbox p a {
    font-weight: 400;
  }
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__title .cart-mini-v3__title-text {
    font-size: 1.375rem;
  }
}

.sign-in-modal-component #sign-in-modal.modal {
  padding: 0 1rem;
}
.sign-in-modal-component #sign-in-modal .modal-box {
  margin-top: 1rem;
}
.sign-in-modal-component #sign-in-modal .modal-box .modal-content {
  box-shadow: 0 0.25rem 0.5rem 0 rgba(39, 3, 9, 0.3);
  margin: 0;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form {
  padding: 1rem 1rem 1rem 1rem;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .login-title {
  font-size: 1rem;
  padding-bottom: 0.5rem;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .form .form-label {
  line-height: 1.67;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .form .form-button {
  height: 2.5rem;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .form .form-show-password-label {
  top: 0.25rem;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .sign-in-buttons__divider {
  font-size: 0.75rem;
  font-family: "HelveticaNeue", sans-serif;
  font-weight: bold;
  line-height: 1.67;
  margin-top: 0.75rem;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .sign-in-buttons__login-social {
  height: inherit;
  margin-bottom: 0;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .sign-in-buttons__login-social--facebook,
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .sign-in-buttons__login-social--google {
  height: 2.5rem;
  margin-bottom: 1rem;
  text-decoration: none;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .sign-in-buttons__login-social--facebook-text,
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .sign-in-buttons__login-social--google-text {
  font-family: "HelveticaNeue", sans-serif;
  font-weight: bold;
  line-height: 1.67;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .sign-in-modal-component #sign-in-modal {
    max-width: 76.375rem;
    margin: 0 auto;
    padding-right: 0;
  }
  .sign-in-modal-component #sign-in-modal:focus {
    outline: none;
  }
  .sign-in-modal-component #sign-in-modal::-moz-focus-inner {
    border: 0;
  }
  .sign-in-modal-component #sign-in-modal.modal {
    position: absolute;
  }
  .sign-in-modal-component #sign-in-modal .modal-box {
    margin: 5rem 0 auto auto;
    width: 20rem;
    transform: translate(20px, 0px);
  }
  .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__closer {
    display: none;
  }
  .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup.conditional-content .sign-in-popup__closer {
    display: flex;
  }
  .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup.conditional-content .sign-in-popup__closer .modal-close-icon {
    display: block;
  }
  .sign-in-modal-component #sign-in-modal .modal-box .modal-content {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(39, 3, 9, 0.3), 0 0.25rem 0.375rem 0 rgba(0, 0, 0, 0.5);
    width: 20rem;
    margin: 0;
  }
  .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup {
    width: 20rem;
  }
  .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form {
    padding: 1.5rem 1.5rem 1rem 1.5rem;
  }
  .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .login-title {
    font-size: 1.5rem;
  }
  .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .form .form-label {
    line-height: 1.67;
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed {
    position: fixed;
    right: 50%;
    top: calc(50% - 20rem);
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed .sign-in-popup {
    width: 40rem;
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed .modal-box--empty-content {
    right: -10%;
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed .modal-box--empty-content .sign-in-popup {
    width: 25rem;
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed-home {
    position: absolute;
    right: 50%;
    top: calc(50% - 8rem);
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .modal-box .sign-in-popup__closer {
    display: flex;
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .sign-in-popup {
    width: 40rem;
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .modal-box--empty-content {
    right: -10%;
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .modal-box--empty-content .sign-in-popup {
    width: 25rem;
  }
  .sign-in-modal-component .sign-in-wrapper {
    height: 0;
  }
}
@media all and (min-width: 85.375rem) {
  .sign-in-modal-component #sign-in-modal {
    max-width: 76.375rem;
    margin: 0 auto;
    padding-right: 0;
  }
  .sign-in-modal-component #sign-in-modal:focus {
    outline: none;
  }
  .sign-in-modal-component #sign-in-modal::-moz-focus-inner {
    border: 0;
  }
  .sign-in-modal-component #sign-in-modal.modal {
    position: absolute;
  }
  .sign-in-modal-component #sign-in-modal .modal-box {
    margin: 5rem 0 auto auto;
    width: 20rem;
    transform: translate(20px, 0px);
  }
  .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__closer {
    display: none;
  }
  .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup.conditional-content .sign-in-popup__closer {
    display: flex;
  }
  .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup.conditional-content .sign-in-popup__closer .modal-close-icon {
    display: block;
  }
  .sign-in-modal-component #sign-in-modal .modal-box .modal-content {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(39, 3, 9, 0.3), 0 0.25rem 0.375rem 0 rgba(0, 0, 0, 0.5);
    width: 20rem;
    margin: 0;
  }
  .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup {
    width: 20rem;
  }
  .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form {
    padding: 1.5rem 1.5rem 1rem 1.5rem;
  }
  .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .login-title {
    font-size: 1.5rem;
  }
  .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .form .form-label {
    line-height: 1.67;
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed {
    position: fixed;
    right: 50%;
    top: calc(50% - 20rem);
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed .sign-in-popup {
    width: 40rem;
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed .modal-box--empty-content {
    right: -10%;
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed .modal-box--empty-content .sign-in-popup {
    width: 25rem;
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed-home {
    position: absolute;
    right: 50%;
    top: calc(50% - 8rem);
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .modal-box .sign-in-popup__closer {
    display: flex;
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .sign-in-popup {
    width: 40rem;
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .modal-box--empty-content {
    right: -10%;
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .modal-box--empty-content .sign-in-popup {
    width: 25rem;
  }
  .sign-in-modal-component .sign-in-wrapper {
    height: 0;
  }
}
@media all and (min-width: 64.01rem) {
  .author-mode .sign-in-modal-component #sign-in-modal,
  .checkout-header .sign-in-modal-component #sign-in-modal {
    max-width: 76.375rem;
    margin: 0 auto;
    padding-right: 0;
  }
  .author-mode .sign-in-modal-component #sign-in-modal:focus,
  .checkout-header .sign-in-modal-component #sign-in-modal:focus {
    outline: none;
  }
  .author-mode .sign-in-modal-component #sign-in-modal::-moz-focus-inner,
  .checkout-header .sign-in-modal-component #sign-in-modal::-moz-focus-inner {
    border: 0;
  }
  .author-mode .sign-in-modal-component #sign-in-modal.modal,
  .checkout-header .sign-in-modal-component #sign-in-modal.modal {
    position: absolute;
  }
  .author-mode .sign-in-modal-component #sign-in-modal .modal-box,
  .checkout-header .sign-in-modal-component #sign-in-modal .modal-box {
    margin: 5rem 0 auto auto;
    width: 20rem;
    transform: translate(20px, 0px);
  }
  .author-mode .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__closer,
  .checkout-header .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__closer {
    display: none;
  }
  .author-mode .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup.conditional-content .sign-in-popup__closer,
  .checkout-header .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup.conditional-content .sign-in-popup__closer {
    display: flex;
  }
  .author-mode .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup.conditional-content .sign-in-popup__closer .modal-close-icon,
  .checkout-header .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup.conditional-content .sign-in-popup__closer .modal-close-icon {
    display: block;
  }
  .author-mode .sign-in-modal-component #sign-in-modal .modal-box .modal-content,
  .checkout-header .sign-in-modal-component #sign-in-modal .modal-box .modal-content {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(39, 3, 9, 0.3), 0 0.25rem 0.375rem 0 rgba(0, 0, 0, 0.5);
    width: 20rem;
    margin: 0;
  }
  .author-mode .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup,
  .checkout-header .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup {
    width: 20rem;
  }
  .author-mode .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form,
  .checkout-header .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form {
    padding: 1.5rem 1.5rem 1rem 1.5rem;
  }
  .author-mode .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .login-title,
  .checkout-header .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .login-title {
    font-size: 1.5rem;
  }
  .author-mode .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .form .form-label,
  .checkout-header .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .form .form-label {
    line-height: 1.67;
  }
  .author-mode .sign-in-modal-component #sign-in-modal.modal-open.fixed,
  .checkout-header .sign-in-modal-component #sign-in-modal.modal-open.fixed {
    position: fixed;
    right: 50%;
    top: calc(50% - 20rem);
  }
  .author-mode .sign-in-modal-component #sign-in-modal.modal-open.fixed .sign-in-popup,
  .checkout-header .sign-in-modal-component #sign-in-modal.modal-open.fixed .sign-in-popup {
    width: 40rem;
  }
  .author-mode .sign-in-modal-component #sign-in-modal.modal-open.fixed .modal-box--empty-content,
  .checkout-header .sign-in-modal-component #sign-in-modal.modal-open.fixed .modal-box--empty-content {
    right: -10%;
  }
  .author-mode .sign-in-modal-component #sign-in-modal.modal-open.fixed .modal-box--empty-content .sign-in-popup,
  .checkout-header .sign-in-modal-component #sign-in-modal.modal-open.fixed .modal-box--empty-content .sign-in-popup {
    width: 25rem;
  }
  .author-mode .sign-in-modal-component #sign-in-modal.modal-open.fixed-home,
  .checkout-header .sign-in-modal-component #sign-in-modal.modal-open.fixed-home {
    position: absolute;
    right: 50%;
    top: calc(50% - 8rem);
  }
  .author-mode .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .modal-box .sign-in-popup__closer,
  .checkout-header .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .modal-box .sign-in-popup__closer {
    display: flex;
  }
  .author-mode .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .sign-in-popup,
  .checkout-header .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .sign-in-popup {
    width: 40rem;
  }
  .author-mode .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .modal-box--empty-content,
  .checkout-header .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .modal-box--empty-content {
    right: -10%;
  }
  .author-mode .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .modal-box--empty-content .sign-in-popup,
  .checkout-header .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .modal-box--empty-content .sign-in-popup {
    width: 25rem;
  }
  .author-mode .sign-in-modal-component .sign-in-wrapper,
  .checkout-header .sign-in-modal-component .sign-in-wrapper {
    height: 0;
  }
}

.sign-in-account {
  display: flex;
  font-family: "HelveticaNeue", sans-serif;
}
.sign-in-account:focus-within {
  outline: 1px solid #000000;
}
.sign-in-account__link {
  flex-direction: column;
}
.sign-in-account__second-row {
  display: none;
}
.sign-in-account__first-row {
  font-size: 0.625rem;
  font-family: "HelveticaNeue", sans-serif;
}
.sign-in-account__first-row .sign-in-account__text {
  display: none;
}
.sign-in-account.authorized .sign-in-account__first-row {
  display: none;
}
.sign-in-account.authorized .sign-in-account__link-log-in {
  display: none;
}
.sign-in-account.authorized .sign-in-account__link-log-in.link-btn {
  display: none;
}
.sign-in-account.authorized .sign-in-account__authorized {
  display: flex;
  align-items: center;
  min-width: 24px;
}
.sign-in-account.authorized .sign-in-account__authorized .sign-in-account__icon {
  display: flex;
  justify-content: center;
}
.sign-in-account.authorized .sign-in-account__authorized .sign-in-account__icon svg {
  color: #000000;
  width: 1.5rem;
  height: 1.5rem;
}
.sign-in-account.authorized .sign-in-account__authorized .sign-in-account__welcome-text {
  font-size: 0.75rem;
  line-height: 1.33;
  font-family: "HelveticaNeue", sans-serif;
  font-weight: normal;
}
.sign-in-account.authorized .sign-in-account__authorized .sign-in-account__nav-closer {
  display: block;
}
.sign-in-account.authorized .sign-in-account__authorized .sign-in-account__nav-closer .menu-close {
  background: white;
  position: absolute;
  top: 0.2rem;
  right: 0;
}
.sign-in-account.authorized .sign-in-account__authorized .sign-in-account__nav-closer .icon {
  width: 1rem;
  height: 1rem;
}
.sign-in-account__icon {
  display: flex;
  justify-content: center;
}
.sign-in-account__icon svg {
  color: #000000;
  width: 1.5rem;
  height: 1.5rem;
}
.sign-in-account__text-bold {
  font-weight: bold;
}
.sign-in-account__link {
  text-decoration: none;
}
.sign-in-account__link:hover {
  text-decoration: none;
  cursor: pointer;
}
.sign-in-account__link:focus {
  outline: 0.125rem solid #000000;
}
.sign-in-account__link::-moz-focus-inner {
  border: 0;
}
.sign-in-account__sign-in-form {
  display: none;
}
.sign-in-account__authorized {
  display: none;
}
.sign-in-account__nav {
  background: #ffffff;
  width: 100%;
  right: 0;
  display: none;
  top: 3.7rem;
}
.sign-in-account__nav.active {
  position: absolute;
  display: block;
}
.sign-in-account__nav-row {
  background: #ffffff;
  z-index: 10;
  display: flex;
  align-items: center;
  font-family: "HelveticaNeue", sans-serif;
  line-height: 1.19;
}
.sign-in-account__nav-row-item {
  display: flex;
  flex-direction: row;
  font-size: 1rem;
  text-decoration: none;
  margin: 0.5rem 0 0.5rem 1.5rem;
}
.sign-in-account__nav-row-item.user-name {
  font-family: "HelveticaNeue", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.19;
  display: inline;
}
.sign-in-account__nav-row-item:hover {
  text-decoration: none;
}
.sign-in-account__nav-row-item.button {
  background: #ffffff;
  border: solid 0.125rem #000000;
  width: 100%;
  margin: 0 1rem;
}
.sign-in-account__nav-row-icon {
  margin-right: 1rem;
}
.sign-in-account__nav-row-icon img {
  max-height: 1.5rem;
}
.sign-in-account__nav-row:first-child {
  margin-top: 0.5rem;
}
.sign-in-account__nav-row:last-child {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}
.sign-in-account__nav-delimiter {
  border-top: solid 0.0625rem #979797;
  height: 0;
  width: 100%;
  display: block;
  margin: 0.5rem 0;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .sign-in-account.authorized:focus-within {
    outline: 1px solid #000000;
  }
  .sign-in-account.authorized .sign-in-account__first-row {
    display: inherit;
  }
  .sign-in-account.authorized .sign-in-account__authorized {
    cursor: pointer;
  }
  .sign-in-account.authorized .sign-in-account__authorized .sign-in-account__icon.active svg {
    color: #000000;
  }
  .sign-in-account.authorized .sign-in-account__authorized .sign-in-account__nav-closer {
    display: none;
  }
  .sign-in-account.authorized .sign-in-account__link.active {
    outline: none;
  }
  .sign-in-account__link {
    display: block;
    flex-direction: row;
    align-items: center;
  }
  .sign-in-account__link:focus {
    outline: none;
  }
  .sign-in-account__text-container {
    display: block;
    padding-left: 0.5rem;
  }
  .sign-in-account__second-row {
    display: inline;
    position: relative;
  }
  .sign-in-account__second-row:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 0.3rem solid transparent;
    border-right: 0.3rem solid transparent;
    border-top: 0.4rem solid #000000;
    top: 35%;
    margin-left: 0.25rem;
  }
  .sign-in-account__first-row {
    font-size: 0.75rem;
    line-height: 1.33;
  }
  .sign-in-account__first-row .sign-in-account__text-bold {
    font-weight: bold;
  }
  .sign-in-account__first-row .sign-in-account__text {
    display: inline;
    font-weight: normal;
  }
  .sign-in-account__nav {
    right: 0;
    top: 5rem;
    display: none;
    z-index: 10;
    max-width: 20rem;
    box-shadow: 0 0.375rem 0.5rem 0 rgba(0, 0, 0, 0.5);
  }
  .sign-in-account__nav-row-item.user-name {
    font-size: 1.25rem;
    line-height: 0.95;
  }
  .sign-in-account .sign-in-account__link.active {
    outline: 1px solid #000000;
  }
}
@media all and (min-width: 63.938rem) {
  .sign-in-account.authorized:focus-within {
    outline: 1px solid #000000;
  }
  .sign-in-account.authorized .sign-in-account__first-row {
    display: inherit;
  }
  .sign-in-account.authorized .sign-in-account__authorized {
    cursor: pointer;
  }
  .sign-in-account.authorized .sign-in-account__authorized .sign-in-account__icon.active svg {
    color: #000000;
  }
  .sign-in-account.authorized .sign-in-account__authorized .sign-in-account__nav-closer {
    display: none;
  }
  .sign-in-account.authorized .sign-in-account__link.active {
    outline: none;
  }
  .sign-in-account__link {
    display: block;
    flex-direction: row;
    align-items: center;
  }
  .sign-in-account__link:focus {
    outline: none;
  }
  .sign-in-account__text-container {
    display: block;
    padding-left: 0.5rem;
  }
  .sign-in-account__second-row {
    display: inline;
    position: relative;
  }
  .sign-in-account__second-row:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 0.3rem solid transparent;
    border-right: 0.3rem solid transparent;
    border-top: 0.4rem solid #000000;
    top: 35%;
    margin-left: 0.25rem;
  }
  .sign-in-account__first-row {
    font-size: 0.75rem;
    line-height: 1.33;
  }
  .sign-in-account__first-row .sign-in-account__text-bold {
    font-weight: bold;
  }
  .sign-in-account__first-row .sign-in-account__text {
    display: inline;
    font-weight: normal;
  }
  .sign-in-account__nav {
    right: 0;
    top: 5rem;
    display: none;
    z-index: 10;
    max-width: 20rem;
    box-shadow: 0 0.375rem 0.5rem 0 rgba(0, 0, 0, 0.5);
  }
  .sign-in-account__nav-row-item.user-name {
    font-size: 1.25rem;
    line-height: 0.95;
  }
  .sign-in-account .sign-in-account__link.active {
    outline: 1px solid #000000;
  }
}
.sign-in-account .sign-in-account__link.link-btn {
  display: flex;
  text-align: left;
}
.header-menu-overlay {
  top: 3.7rem;
  left: 0;
  width: 100%;
  height: calc(100% - 3.7rem);
  z-index: 10;
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.3s;
}
.header-menu-overlay.header-menu-overlay-fade {
  background-color: rgba(0, 0, 0, 0.4);
}
.my-account-nav-placeholder {
  display: none;
}
.tool-set-section_right-side.simplified .sign-in-account .sign-in-account__first-row,
.tool-set-section_right-side.simplified .sign-in-account .sign-in-account__second-row {
  display: none;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .header-menu-overlay {
    top: 7.5rem;
    height: calc(100% - 7.5rem);
  }
  .my-account-nav-placeholder {
    display: block;
    overflow: inherit;
    background: none;
    top: 0;
    z-index: 1000;
    position: absolute;
    width: 100%;
  }
}
@media all and (min-width: 85.375rem) {
  .header-menu-overlay {
    top: 7.5rem;
    height: calc(100% - 7.5rem);
  }
  .my-account-nav-placeholder {
    display: block;
    overflow: inherit;
    background: none;
    top: 0;
    z-index: 1000;
    position: absolute;
    width: 100%;
  }
}
@media all and (min-width: 64.01rem) {
  .author-mode .header-menu-overlay {
    top: 7.5rem;
    height: calc(100% - 7.5rem);
  }
  .author-mode .my-account-nav-placeholder {
    display: block;
    overflow: inherit;
    background: none;
    top: 0;
    z-index: 1000;
    position: absolute;
    width: 100%;
  }
}
@media all and (min-width: 48rem) and (max-width: 64rem) {
  .sign-in-account {
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 0;
  }
}
@media all and (max-width: 47.938rem) {
  .sign-in-account {
    padding-right: 1rem;
  }
}

.header-search-form__wrapper.search-v0 .header-search-trigger-icon {
  padding-right: 1rem;
}
.header-search-form__wrapper.search-v0 .header-search-trigger-icon svg {
  width: 1rem;
  height: 1rem;
}
.header-search-form__wrapper.search-v0 .header-search-trigger-icon.active svg path {
  fill: #edb110;
}
.header-search-form__wrapper.search-v0 .header-suggestions-icon svg path {
  fill: #bfbfbf;
}
.header-search-form__wrapper.search-v0 .header-search-open.header-search {
  width: 100%;
}
.header-search-form__wrapper.search-v0 .header-search-input {
  font-size: 1rem;
  height: 2.5rem;
  padding-left: 1rem;
  background: #f4f4f4;
  outline: none;
  border: 0;
}
.header-search-form__wrapper.search-v0 .header-search-input::placeholder {
  color: #353535;
  font-size: 1rem;
}
.header-search-form__wrapper.search-v0 .header-suggestions-item {
  padding-left: 1.25rem;
  text-overflow: ellipsis;
  overflow: hidden;
}
.header-search-form__wrapper.search-v0 .header-suggestions-term {
  font-size: 1rem;
}
.header-search-form__wrapper.search-v0 .header-suggestions-link {
  text-transform: lowercase;
  font-size: 1rem;
  line-height: 1.1875rem;
}
.header-search-form__wrapper.search-v0 .header-suggestions-bottom {
  text-align: left;
  padding-left: 1.25rem;
  padding-top: 1rem;
}
.header-search-form__wrapper.search-v0 .header-search-form {
  background: #f4f4f4;
  width: 15.625rem;
  border-radius: 1.25rem;
  font-family: "HelveticaNeue", sans-serif;
}
.header-search-form__wrapper.search-v0 .header-search-form.active {
  border-bottom: 0;
  border-radius: 1.25rem 1.25rem 0 0;
  z-index: 2;
}
.header-search-form__wrapper.search-v0 .header-search-form.active .header-search-form__search-items {
  border-radius: 1.25rem 1.25rem 0 0;
  border-bottom: 0;
}
.header-search-form__wrapper.search-v0 .header-search-form.active .header-search-form__search-items::after {
  content: '';
  display: block;
  border: .03125rem solid #979797;
  opacity: 0.25;
  margin: 0 1rem;
}
.header-search-form__wrapper.search-v0 .header-search-form__search-items {
  border: 0.0625rem solid #b3b3b3;
  border-radius: 1.25rem;
}
.header-search-form__wrapper.search-v0 .header-search-form__search-items.active .header-search-button-icon svg path {
  fill: #edb110;
}
.header-search-form__wrapper.search-v0 .header-search-button-icon svg {
  height: 1rem;
  width: 1rem;
}
.header-search-form__wrapper.search-v0 .header-search-button {
  top: .5rem;
  right: .9375rem;
}
.header-search-form__wrapper.search-v0 .header-suggestions-panel {
  margin-top: 0;
  min-width: initial;
  width: 15.625rem;
  border: 0.0625rem solid #b3b3b3;
  border-radius: 0 0 1.25rem 1.25rem;
  background: #f4f4f4;
  color: #353535;
  padding-bottom: 1.375rem;
  border-top: 0;
}
.header-search-form__wrapper.search-v0 .header-suggestions-button {
  border: 0;
  background: inherit;
  text-transform: capitalize;
  font-size: 1rem;
}
.header-search-form__wrapper.search-v0 .header-search {
  transform: none;
  width: initial;
  height: initial;
}
@media all and (min-width: 48rem) {
  .header-search-form__wrapper.search-v0 .header-search-input {
    border: 0.0625rem solid #b3b3b3;
    border-radius: 1.25rem;
  }
  .header-search-form__wrapper.search-v0 .header-search-form__search-items {
    border: 0;
  }
  .header-search-form__wrapper.search-v0 .header-search-form {
    border: 0;
    z-index: 2;
  }
  .header-search-form__wrapper.search-v0 .header-suggestions-open .header-search-input {
    border-radius: 1.25rem 1.25rem 0 0;
    border-bottom: 0;
  }
  .header-search-form__wrapper.search-v0 .header-suggestions-open .header-suggestions-panel {
    padding-top: 0;
  }
  .header-search-form__wrapper.search-v0 .header-suggestions-open .header-suggestions-panel::before {
    content: '';
    display: block;
    border: 0.03125rem solid #979797;
    opacity: 0.25;
    margin: 0 1rem .71875rem 1rem;
  }
  .header-search-form__wrapper.search-v0 .header-search-button-icon svg {
    height: 1rem;
    width: 1rem;
  }
  .header-search-form__wrapper.search-v0 .header-search-button {
    top: .4375rem;
  }
  .header-search-form__wrapper.search-v0 .header-search-component {
    display: flex;
  }
  .header-search-form__wrapper.search-v0 .header-search-component::after {
    content: '';
    display: block;
    height: 2.5rem;
    width: .03125rem;
    background: #979797;
    margin: 0 1rem;
  }
}
@media all and (max-width: 47.938rem) {
  .header-search-form__wrapper.search-v0 .header-search-open {
    width: 100%;
    top: 3.5rem;
  }
  .header-search-form__wrapper.search-v0 .header-search-open .header-search-form {
    width: 100%;
    border-radius: initial;
    border-bottom: none;
    background: #ffffff;
  }
  .header-search-form__wrapper.search-v0 .header-search-open .header-search-form__search-items {
    border: 0;
  }
  .header-search-form__wrapper.search-v0 .header-search-open .header-suggestions-panel {
    width: 100%;
    border: 0;
    background: #ffffff;
    box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.5);
    padding-top: 0;
  }
  .header-search-form__wrapper.search-v0 .header-search-open .header-suggestions-panel::before {
    content: '';
    display: block;
    border: 0.03125rem solid #979797;
    opacity: .25;
    margin: 0 1rem 1.0625rem 1rem;
  }
  .header-search-form__wrapper.search-v0 .header-search-open .header-search-input {
    background: #ffffff;
    height: 1.75rem;
    margin-bottom: 0;
  }
  .header-search-form__wrapper.search-v0 .header-search-open .header-search-input::placeholder {
    color: #6a6a6a;
  }
  .header-search-form__wrapper.search-v0 .header-search-open .header-search-button {
    top: .6875rem;
    right: 1.125rem;
  }
  .header-search-form__wrapper.search-v0 .header-search-component .header-search-fixed {
    width: 100%;
    visibility: visible;
    height: initial;
    transform: none;
    top: 3.5rem;
  }
  .header-search-form__wrapper.search-v0 .header-search-component .header-search-fixed .header-search-form {
    width: 100%;
    border-radius: initial;
    border-top: 0.125rem #ffffff solid;
    border-bottom: none;
    background: #ffffff;
    transform: translate3d(0, 0, 0);
    box-shadow: inset 0 -0.0625rem 0 #000000;
  }
  .header-search-form__wrapper.search-v0 .header-search-component .header-search-fixed .header-search-form__search-items {
    border: 0;
  }
  .header-search-form__wrapper.search-v0 .header-search-component .header-search-fixed .header-suggestions-panel {
    width: 100%;
    border: 0;
    background: #ffffff;
    box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.5);
    padding-top: 0;
  }
  .header-search-form__wrapper.search-v0 .header-search-component .header-search-fixed .header-suggestions-panel::before {
    content: '';
    display: block;
    border: 0.03125rem solid #979797;
    opacity: .25;
    margin: 0 1rem 1.0625rem 1rem;
  }
  .header-search-form__wrapper.search-v0 .header-search-component .header-search-fixed .header-search-input {
    background: #ffffff;
    height: 1.75rem;
    margin-bottom: 0;
  }
  .header-search-form__wrapper.search-v0 .header-search-component .header-search-fixed .header-search-input::placeholder {
    color: #6a6a6a;
  }
  .header-search-form__wrapper.search-v0 .header-search-component .header-search-fixed .header-search-button {
    top: .6875rem;
    right: 1.125rem;
  }
}
.global-menu .header-search-form__wrapper.search-v0 .header-search {
  visibility: visible;
  position: inherit;
  background: none;
  border-bottom: .0625rem solid #dedede;
}
.global-menu .header-search-form__wrapper.search-v0 .header-search-form {
  display: inline;
  background: none;
  padding: 0;
  width: 100%;
}
.global-menu .header-search-form__wrapper.search-v0 .header-search-form__search-items {
  margin: 1rem .75rem;
}
.global-menu .header-search-form__wrapper.search-v0 .header-suggestions-open {
  position: absolute;
  background: #fbfbfb;
  top: 3.375rem;
  left: 0;
  right: 0;
}
.global-menu .header-search-form__wrapper.search-v0 .header-suggestions-open .header-search-form {
  padding: 0;
  display: block;
  z-index: 11;
  border: 0;
}
.global-menu .header-search-form__wrapper.search-v0 .header-suggestions-open .header-search-form__search-items {
  background: #fbfbfb;
  margin: 0 .75rem;
  position: relative;
  border: 0;
}
.global-menu .header-search-form__wrapper.search-v0 .header-suggestions-open .header-search-form__search-items::after {
  display: none;
}
.global-menu .header-search-form__wrapper.search-v0 .header-suggestions-open .header-suggestions-panel {
  background: #fbfbfb;
  width: 100%;
  padding-top: 0;
}
.global-menu .header-search-form__wrapper.search-v0 .header-suggestions-open .header-suggestions-panel::before {
  content: '';
  display: block;
  border: 0.03125rem solid #979797;
  opacity: .25;
  margin: 0 1rem 1.0625rem 1rem;
}
.global-menu .header-search-form__wrapper.search-v0 .header-suggestions-open .header-search-input {
  border: 0.0625rem solid #b3b3b3;
  border-radius: 1.25rem 1.25rem 0 0;
  background: #fbfbfb;
  border-bottom: 0;
}
.global-menu .header-search-form__wrapper.search-v0 .header-menu-overlay-fade {
  top: 0;
}
.global-menu .header-search-form__wrapper.search-v0 .header-menu-overlay,
.global-menu .header-search-form__wrapper.search-v0 .header-menu-overlay-fade {
  transition: none;
}
@media all and (max-width: 47.938rem) {
  .global-menu .header-search-form__wrapper.search-v0 .header-search-form__wrapper .old .header-search {
    margin-top: auto;
  }
  .global-menu .header-search-form__wrapper.search-v0 .header-search-form__wrapper .old .header-search-open {
    top: .75rem;
  }
  .global-menu .header-search-form__wrapper.search-v0 .header-search-form__wrapper .old .header-search-form {
    background: initial;
  }
  .global-menu .header-search-form__wrapper.search-v0 .header-search-form__wrapper .old .header-search-form__search-items {
    border: 0.0625rem solid #b3b3b3;
    position: relative;
  }
  .global-menu .header-search-form__wrapper.search-v0 .header-search-form__wrapper .old .header-search-input {
    height: 2.5rem;
    background: #f4f4f4;
  }
  .global-menu .header-search-form__wrapper.search-v0 .header-search-form__wrapper .old .header-search-button {
    top: .5rem;
    right: .9375rem;
  }
  .global-menu .header-search-form__wrapper.search-v0 .header-search-form__wrapper .old .header-suggestions-panel {
    border: 0.0625rem solid #b3b3b3;
    box-shadow: none;
  }
  .global-menu .header-search-form__wrapper.search-v0 .header-search-form__wrapper .old .header-suggestions-open .header-search-input {
    background: #fbfbfb;
  }
  .global-menu .header-search-form__wrapper.search-v0 .header-search-form__wrapper .old .header-suggestions-open .header-suggestions-panel {
    border-top: 0;
  }
}
@media all and (min-width: 48rem) {
  .global-menu .header-search-form__wrapper.search-v0 .header-menu-overlay-fade {
    background-color: inherit;
  }
}

.header-pencil-banner {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  min-height: 3.5rem;
  align-items: center;
}
.header-pencil-banner p {
  line-break: auto;
}
.header-pencil-banner__content {
  display: inline-flex;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.header-pencil-banner * {
  color: inherit;
}
.header-pencil-banner a:hover {
  color: inherit;
}
.header-pencil-banner__message {
  margin-right: 0.75rem;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .header-pencil-banner {
    height: 3.125rem;
    min-height: 3.125rem;
  }
}
@media all and (min-width: 85.375rem) {
  .header-pencil-banner {
    height: 3.125rem;
    min-height: 3.125rem;
  }
}

.flyout-one-card {
  display: none;
}
.flyout-one-card__play-button,
.flyout-one-card__pause-button {
  background-color: #797979;
  border: medium none;
  color: #ffffff;
  font-size: 1.125rem;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  position: absolute;
  top: calc(50% - 1rem);
  left: calc(50% - 1.5rem);
  border-radius: 100%;
  z-index: 1;
  display: none;
}
.flyout-one-card__play-button.active {
  display: block;
}
.flyout-one-card:hover .flyout-one-card__pause-button.active {
  display: block;
}
.flyout-one-card__content {
  position: relative;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .flyout-one-card {
    position: relative;
    display: block;
  }
  .flyout-one-card__content {
    height: inherit;
  }
  .flyout-one-card__text {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 2rem;
    bottom: 15%;
    max-width: 45%;
  }
  .flyout-one-card__content {
    overflow: hidden;
  }
  .flyout-one-card__content:hover .flyout-one-card__asset,
  .flyout-one-card__content:hover .cq-dd-image {
    transform: scale(1.04);
  }
  .flyout-one-card__link-text {
    font-size: 1rem;
    line-height: 1.1875rem;
  }
  .flyout-one-card__link-text:after {
    content: '';
    transition: 0.5s;
    display: inline-block;
    padding: 0.1875rem;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 1.25rem;
    right: 1rem;
    margin-left: 0.5rem;
  }
  .flyout-one-card__asset,
  .flyout-one-card .cq-dd-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 600ms ease-in-out;
    position: absolute;
  }
  .flyout-one-card__header {
    font-size: 1.625rem;
    line-height: 1.75rem;
  }
  .flyout-one-card__wrapper:focus-visible {
    outline: solid 0.0625rem #000000;
  }
  .flyout-one-card__wrapper:focus-visible .flyout-one-card__content {
    outline: solid 0.0625rem #000000;
    outline-offset: 0.125rem;
  }
}
@media all and (min-width: 64.01rem) {
  .author-mode .flyout-one-card {
    position: relative;
    display: block;
  }
  .author-mode .flyout-one-card__content {
    height: inherit;
  }
  .author-mode .flyout-one-card__text {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 2rem;
    bottom: 15%;
    max-width: 45%;
  }
  .author-mode .flyout-one-card__content {
    overflow: hidden;
  }
  .author-mode .flyout-one-card__content:hover .flyout-one-card__asset,
  .author-mode .flyout-one-card__content:hover .cq-dd-image {
    transform: scale(1.04);
  }
  .author-mode .flyout-one-card__link-text {
    font-size: 1rem;
    line-height: 1.1875rem;
  }
  .author-mode .flyout-one-card__link-text:after {
    content: '';
    transition: 0.5s;
    display: inline-block;
    padding: 0.1875rem;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 1.25rem;
    right: 1rem;
    margin-left: 0.5rem;
  }
  .author-mode .flyout-one-card__asset,
  .author-mode .flyout-one-card .cq-dd-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 600ms ease-in-out;
    position: absolute;
  }
  .author-mode .flyout-one-card__header {
    font-size: 1.625rem;
    line-height: 1.75rem;
  }
  .author-mode .flyout-one-card__wrapper:focus-visible {
    outline: solid 0.0625rem #000000;
  }
  .author-mode .flyout-one-card__wrapper:focus-visible .flyout-one-card__content {
    outline: solid 0.0625rem #000000;
    outline-offset: 0.125rem;
  }
}
@media all and (min-width: 85.375rem) {
  .flyout-one-card {
    position: relative;
    display: block;
  }
  .flyout-one-card__content {
    height: inherit;
  }
  .flyout-one-card__text {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 2rem;
    bottom: 15%;
    max-width: 45%;
  }
  .flyout-one-card__content {
    overflow: hidden;
  }
  .flyout-one-card__content:hover .flyout-one-card__asset,
  .flyout-one-card__content:hover .cq-dd-image {
    transform: scale(1.04);
  }
  .flyout-one-card__link-text {
    font-size: 1rem;
    line-height: 1.1875rem;
  }
  .flyout-one-card__link-text:after {
    content: '';
    transition: 0.5s;
    display: inline-block;
    padding: 0.1875rem;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 1.25rem;
    right: 1rem;
    margin-left: 0.5rem;
  }
  .flyout-one-card__asset,
  .flyout-one-card .cq-dd-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 600ms ease-in-out;
    position: absolute;
  }
  .flyout-one-card__header {
    font-size: 1.625rem;
    line-height: 1.75rem;
  }
  .flyout-one-card__wrapper:focus-visible {
    outline: solid 0.0625rem #000000;
  }
  .flyout-one-card__wrapper:focus-visible .flyout-one-card__content {
    outline: solid 0.0625rem #000000;
    outline-offset: 0.125rem;
  }
}

@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .flyout-contact-us-card__header {
    display: block;
    font-weight: bold;
    font-size: .875rem;
    margin-bottom: .375rem;
  }
  .flyout-contact-us-card .flyout-header-chat {
    display: none;
  }
  .flyout-contact-us-card__body {
    padding: 2rem 0;
  }
  .flyout-contact-us-card__body__phone-container {
    margin: .5rem 0;
  }
  .flyout-contact-us-card__body__phone-container__label {
    font-size: 1rem;
  }
  .flyout-contact-us-card__body__phone-container__phone {
    margin-top: 1rem;
    display: block;
    font-size: 1.625rem;
    line-height: 1.75rem;
    font-weight: bold;
  }
  .flyout-contact-us-card__body__description,
  .flyout-contact-us-card__body__description p {
    padding-right: 2rem;
    font-size: .75rem;
  }
  .flyout-contact-us-card__body__description a,
  .flyout-contact-us-card__body__description p a {
    text-decoration: underline;
  }
  .flyout-contact-us-card__button-container {
    display: flex;
  }
  .flyout-contact-us-card__button-container__link {
    background: #eeb111;
    border-radius: 1.125rem;
    display: flex;
    flex-direction: row;
    width: 8.75rem;
    height: 2.25rem;
    justify-content: center;
    align-items: center;
    margin-right: .5rem;
    text-decoration: none;
    font-size: .75rem;
  }
  .flyout-contact-us-card__button-container__link__icon svg {
    width: 1.25rem;
    height: 1.25rem;
  }
  .flyout-contact-us-card__button-container__link--email {
    background: #ffffff;
    border: 2px solid #000000;
  }
  .flyout-contact-us-card__button-container__link:hover {
    text-decoration: none;
  }
}
@media all and (min-width: 64.01rem) {
  .author-mode .flyout-contact-us-card__header {
    display: block;
    font-weight: bold;
    font-size: .875rem;
    margin-bottom: .375rem;
  }
  .author-mode .flyout-contact-us-card .flyout-header-chat {
    display: none;
  }
  .author-mode .flyout-contact-us-card__body {
    padding: 2rem 0;
  }
  .author-mode .flyout-contact-us-card__body__phone-container {
    margin: .5rem 0;
  }
  .author-mode .flyout-contact-us-card__body__phone-container__label {
    font-size: 1rem;
  }
  .author-mode .flyout-contact-us-card__body__phone-container__phone {
    margin-top: 1rem;
    display: block;
    font-size: 1.625rem;
    line-height: 1.75rem;
    font-weight: bold;
  }
  .author-mode .flyout-contact-us-card__body__description,
  .author-mode .flyout-contact-us-card__body__description p {
    padding-right: 2rem;
    font-size: .75rem;
  }
  .author-mode .flyout-contact-us-card__body__description a,
  .author-mode .flyout-contact-us-card__body__description p a {
    text-decoration: underline;
  }
  .author-mode .flyout-contact-us-card__button-container {
    display: flex;
  }
  .author-mode .flyout-contact-us-card__button-container__link {
    background: #eeb111;
    border-radius: 1.125rem;
    display: flex;
    flex-direction: row;
    width: 8.75rem;
    height: 2.25rem;
    justify-content: center;
    align-items: center;
    margin-right: .5rem;
    text-decoration: none;
    font-size: .75rem;
  }
  .author-mode .flyout-contact-us-card__button-container__link__icon svg {
    width: 1.25rem;
    height: 1.25rem;
  }
  .author-mode .flyout-contact-us-card__button-container__link--email {
    background: #ffffff;
    border: 2px solid #000000;
  }
  .author-mode .flyout-contact-us-card__button-container__link:hover {
    text-decoration: none;
  }
}
@media all and (min-width: 85.375rem) {
  .flyout-contact-us-card__header {
    display: block;
    font-weight: bold;
    font-size: .875rem;
    margin-bottom: .375rem;
  }
  .flyout-contact-us-card .flyout-header-chat {
    display: none;
  }
  .flyout-contact-us-card__body {
    padding: 2rem 0;
  }
  .flyout-contact-us-card__body__phone-container {
    margin: .5rem 0;
  }
  .flyout-contact-us-card__body__phone-container__label {
    font-size: 1rem;
  }
  .flyout-contact-us-card__body__phone-container__phone {
    margin-top: 1rem;
    display: block;
    font-size: 1.625rem;
    line-height: 1.75rem;
    font-weight: bold;
  }
  .flyout-contact-us-card__body__description,
  .flyout-contact-us-card__body__description p {
    padding-right: 2rem;
    font-size: .75rem;
  }
  .flyout-contact-us-card__body__description a,
  .flyout-contact-us-card__body__description p a {
    text-decoration: underline;
  }
  .flyout-contact-us-card__button-container {
    display: flex;
  }
  .flyout-contact-us-card__button-container__link {
    background: #eeb111;
    border-radius: 1.125rem;
    display: flex;
    flex-direction: row;
    width: 8.75rem;
    height: 2.25rem;
    justify-content: center;
    align-items: center;
    margin-right: .5rem;
    text-decoration: none;
    font-size: .75rem;
  }
  .flyout-contact-us-card__button-container__link__icon svg {
    width: 1.25rem;
    height: 1.25rem;
  }
  .flyout-contact-us-card__button-container__link--email {
    background: #ffffff;
    border: 2px solid #000000;
  }
  .flyout-contact-us-card__button-container__link:hover {
    text-decoration: none;
  }
}
@media (min-width: 20rem) {
  .flyout-contact-us-card .flyout-header-chat {
    display: none;
  }
  .flyout-contact-us-card__body__description a,
  .flyout-contact-us-card__body__description p a {
    text-decoration: underline;
  }
}

/*
 *  Copyright 2019 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-accordion__header {
  margin: 0;
}
.cmp-accordion__button {
  display: block;
  width: 100%;
  text-align: left;
}
.cmp-accordion__panel--hidden {
  display: none;
}
.cmp-accordion__panel--expanded {
  display: block;
}

html {
    background: #ffffff;
  }
.platform-components-toast__editor {
  display: none;
}
.platform-components-toast__overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
  z-index: 9999;
}
.platform-components-toast__overlay.active {
  display: block;
}
.active .platform-components-toast__container {
  background-color: #ffffff;
  border-radius: 4px;
  border-width: 1px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  width: auto;
  max-width: 73.125rem;
  border-color: #d3d3d3;
  position: fixed;
  bottom: 50px;
  opacity: 0;
  display: flex;
  flex-direction: column;
  transform: translate(-50%, -50%);
  left: 50%;
  transition: 200ms ease-in-out;
  animation: slideIn 0.4s forwards;
  animation-delay: 0.125s;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .active .platform-components-toast__container {
    max-width: 100%;
    left: unset;
    transform: unset;
    width: 100%;
  }
}
.active .platform-components-toast__content {
  padding-left: 40px;
  padding-right: 40px;
}
.active .platform-components-toast__content p,
.active .platform-components-toast__content ul,
.active .platform-components-toast__content ol,
.active .platform-components-toast__content li,
.active .platform-components-toast__content blockquote,
.active .platform-components-toast__content table,
.active .platform-components-toast__content td {
  font-family: Open Sans;
  font-weight: 400;
  line-height: 1.6;
  font-size: 1.1rem;
  letter-spacing: 0;
  color: #444444;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .active .platform-components-toast__content p,
  .active .platform-components-toast__content ul,
  .active .platform-components-toast__content ol,
  .active .platform-components-toast__content li,
  .active .platform-components-toast__content blockquote,
  .active .platform-components-toast__content table,
  .active .platform-components-toast__content td {
    font-size: 1rem;
  }
}
.active .platform-components-toast__content a {
  color: #00a0dd;
}
.active .platform-components-toast__content a:hover,
.active .platform-components-toast__content a:active,
.active .platform-components-toast__content a:focus {
  color: #118abe;
}
.platform-components-toast__close {
  display: flex;
  height: auto !important;
  font-weight: 700;
  font-size: 1.875rem;
  text-decoration: none;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #00a0dd;
}
.platform-components-toast__close:hover,
.platform-components-toast__close:active,
.platform-components-toast__close:focus {
  background-color: unset;
  border: unset;
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: #118abe;
}
@keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 15px;
    opacity: 1;
  }
}
.toast-opened {
  position: relative;
  z-index: 1000;
}
.toast-trigger {
  display: inline-block;
  vertical-align: sub;
}
.toast-trigger .toast-sup-decoration {
  display: inline-block;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  padding: 5px 3px;
  margin-bottom: 0px;
  margin-right: 1px;
  font-size: 10px;
  top: -0.5em;
  cursor: pointer;
  color: #5d6267;
  background-color: #ffffff;
  vertical-align: top;
}
.toast-trigger .toast-sup-decoration:hover {
  color: #ffffff;
  background-color: #127bc0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  border-color: #127bc0;
}
.toast-trigger [data-toast-tooltip] {
  z-index: 5;
  position: relative;
}
.toast-trigger [data-toast-tooltip]:before {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -45px;
  margin-right: 5px;
  padding: 5px;
  width: 85px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  color: #000;
  content: attr(data-toast-tooltip);
  text-align: center;
  font-size: 10px;
  line-height: 1.2;
  box-shadow: 0px 2px 4px #888888;
}
.toast-trigger [data-toast-tooltip]:after {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
.toast-trigger [data-toast-tooltip]:before,
.toast-trigger [data-toast-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}
.toast-trigger [data-toast-tooltip]:hover:before,
.toast-trigger [data-toast-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.pc-carousel-wrapper {
  position: relative;
  /* Fix the disclaimer tooltip overlapping issue */
}
.pc-carousel-wrapper .pc-carousel-container {
  overflow: hidden;
}
.pc-carousel-wrapper .pc-carousel-container .slick-track {
  display: flex !important;
}
.pc-carousel-wrapper .pc-carousel-container .slick-slide {
  height: inherit !important;
  outline: none!important;
}
.pc-carousel-wrapper .pc-carousel-container .slick-slide .item_card,
.pc-carousel-wrapper .pc-carousel-container .slick-slide.item_card {
  flex: auto;
  padding: 0;
  height: 100%;
}
.pc-carousel-wrapper .pc-carousel-container .slick-slide .item_card .article-preview,
.pc-carousel-wrapper .pc-carousel-container .slick-slide.item_card .article-preview {
  box-shadow: none;
}
.pc-carousel-wrapper .pc-carousel-container .slick-slide:focus {
  outline: 1px solid #000;
}
.pc-carousel-wrapper .pc-carousel-container .slick-slide > div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.pc-carousel-wrapper .pc-carousel-container .slick-slide > div.platform-components-product-card__flex-container {
  align-items: stretch;
}
.pc-carousel-wrapper .pc-carousel-container .slick-slide > div > div {
  outline: none!important;
  width: 100%;
}
.pc-carousel-wrapper .pc-carousel-container .slick-dots {
  list-style: none;
  display: flex !important;
  padding: 0;
  margin: 0;
  align-items: flex-end;
  justify-content: center;
  bottom: 0;
}
.pc-carousel-wrapper .pc-carousel-container .slick-dots li button:before {
  display: none;
}
.pc-carousel-wrapper .pc-carousel-container .slick-dots button,
.pc-carousel-wrapper .pc-carousel-container .slick-arrow {
  font-size: 0;
  font-family: none;
  font-weight: initial;
  padding: 0;
  transition: none;
  text-decoration: none;
  box-sizing: border-box;
}
.pc-carousel-wrapper .pc-carousel-container .slick-dots button .icons-arrow-right:focus,
.pc-carousel-wrapper .pc-carousel-container .slick-arrow .icons-arrow-right:focus {
  outline: none;
}
@media (max-width: 767px) {
  .pc-carousel-wrapper .pc-carousel-container .cq-dd-image {
    display: none;
  }
}
@media (min-width: 768px) {
  .pc-carousel-wrapper .pc-carousel-container .cq-dd-image-mobile {
    display: none;
  }
}
.pc-carousel-wrapper .pc-carousel-container .slick-dots {
  position: relative;
  margin: 30px 0;
}
.pc-carousel-wrapper .pc-carousel-container .slick-dots > li {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.pc-carousel-wrapper .pc-carousel-container .slick-dots > li > button {
  position: relative;
  border-style: solid;
}
.pc-carousel-wrapper .pc-carousel-container .slick-dots > li > button:focus {
  outline: 1px solid #000;
}
.pc-carousel-wrapper .pc-carousel-container[data-autoscroll="autoScroll"] .slick-dots .slick-active button {
  clip-path: circle(50% at 50% 50%);
  border: 0;
}
.pc-carousel-wrapper .pc-carousel-container[data-autoscroll="autoScroll"] .slick-dots .slick-active button:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transform-origin: left;
  animation-name: carousel-indicator-fill;
}
.pc-carousel-wrapper .pc-carousel-container[data-autoscroll="autoScroll"][data-scroll-timing="2000"] .slick-dots .slick-active button:after {
  animation-duration: 3s;
}
.pc-carousel-wrapper .pc-carousel-container[data-autoscroll="autoScroll"][data-scroll-timing="3000"] .slick-dots .slick-active button:after {
  animation-duration: 4s;
}
.pc-carousel-wrapper .pc-carousel-container[data-autoscroll="autoScroll"][data-scroll-timing="4000"] .slick-dots .slick-active button:after {
  animation-duration: 5s;
}
.pc-carousel-wrapper .pc-carousel-container[data-autoscroll="autoScroll"][data-scroll-timing="5000"] .slick-dots .slick-active button:after {
  animation-duration: 6s;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pc-carousel-wrapper .pc-carousel-container[data-autoscroll="autoScroll"]:after {
    height: 0;
    width: 0;
  }
}
.pc-carousel-wrapper .pc-carousel-container[data-space-between="true"] .slick-slide {
  margin: 0 10px;
}
.pc-carousel-wrapper .pc-carousel-container[data-space-between="true"] .slick-list {
  margin: 0 -10px;
}
.pc-carousel-wrapper .pc-carousel-container .platform-components-image__desktop-image {
  width: 100%;
}
@media (max-width: 767.9px) {
  .pc-carousel-wrapper .pc-carousel-container .platform-components-image__desktop-image {
    display: none ;
  }
}
.pc-carousel-wrapper .pc-carousel-container .platform-components-image__mobile-image {
  width: 100%;
}
@media (min-width: 768px) {
  .pc-carousel-wrapper .pc-carousel-container .platform-components-image__mobile-image {
    display: none ;
  }
}
@media (min-width: 1024px) and (max-width: 1190px) {
  .pc-carousel-wrapper .pc-carousel-container[data-hint-slides-desktop="true"] {
    overflow: visible;
  }
  .pc-carousel-wrapper .pc-carousel-container[data-hint-slides-desktop="true"][data-arrows-desktop="true"] {
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pc-carousel-wrapper .pc-carousel-container[data-hint-slides-tablet="true"] {
    overflow: visible;
  }
  .pc-carousel-wrapper .pc-carousel-container[data-hint-slides-tablet="true"][data-arrows-tablet="true"] {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .pc-carousel-wrapper .pc-carousel-container[data-hint-slides-mobile="true"] {
    overflow: visible;
  }
  .pc-carousel-wrapper .pc-carousel-container[data-hint-slides-mobile="true"][data-arrows-mobile="true"] {
    overflow: hidden;
  }
}
.pc-carousel-wrapper .pc-carousel-container .carousel-component__item {
  display: none;
}
.pc-carousel-wrapper .pc-carousel-container .carousel-component__item:nth-child(1) {
  display: block;
}
.pc-carousel-wrapper .pc-carousel-container.slick-initialized .carousel-component__item {
  display: block;
}
.pc-carousel-wrapper .pc-carousel-container.content-card-carousel {
  overflow: visible;
}
.pc-carousel-wrapper .pc-carousel-container.content-card-carousel .slick-list {
  overflow: visible;
}
.pc-carousel-wrapper .pc-carousel-container:not([data-space-between="true"]) .slick-slide:not(:last-child) .platform-components-content-card__border {
  border-right-width: 0;
}
.pc-carousel-wrapper.pc-indicator-line .pc-carousel-container .slick-dots {
  margin: 30px auto;
}
.pc-carousel-wrapper.pc-indicator-line .pc-carousel-container .slick-dots > li {
  height: 10px;
  align-items: flex-end;
}
.pc-carousel-wrapper .slick-dotted.slick-slider {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .pc-carousel-wrapper[data-overlay-indicators-desktop="true"] .slick-dots {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    margin: 0;
  }
  .pc-carousel-wrapper[data-overlay-indicators-desktop="true"] .arrows-track {
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pc-carousel-wrapper[data-overlay-indicators-tablet="true"] .slick-dots {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    margin: 0;
  }
  .pc-carousel-wrapper[data-overlay-indicators-tablet="true"] .arrows-track {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .pc-carousel-wrapper[data-overlay-indicators-mobile="true"] .slick-dots {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    margin: 0;
  }
  .pc-carousel-wrapper[data-overlay-indicators-mobile="true"] .arrows-track {
    height: 100%;
  }
}
.pc-carousel-wrapper .arrows-track {
  position: absolute;
  height: calc(100% - 80px);
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.pc-carousel-wrapper .arrows-track .slick-arrow {
  height: 40px;
  width: 40px;
  font-size: 26px;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  transition: 200ms ease-out;
  display: flex !important;
  align-items: center;
  justify-content: center;
  pointer-events: initial;
  text-decoration: none;
}
.pc-carousel-wrapper .arrows-track .slick-arrow:focus {
  outline: 1px solid #000;
}
.pc-carousel-wrapper .arrows-track .slick-arrow.slick-prev {
  left: 35px;
}
@media only screen and (max-width: 767px) {
  .pc-carousel-wrapper .arrows-track .slick-arrow.slick-prev {
    left: 10px;
  }
}
.pc-carousel-wrapper .arrows-track .slick-arrow.slick-next {
  right: 35px;
}
@media only screen and (max-width: 767px) {
  .pc-carousel-wrapper .arrows-track .slick-arrow.slick-next {
    right: 10px;
  }
}
.pc-carousel-wrapper .arrows-track .slick-arrow.slick-disabled {
  opacity: 50%;
}
@media (min-width: 1024px) and (max-width: 1290px) {
  .pc-carousel-wrapper.arrowDesktopPadding {
    padding: 0 50px;
  }
  .pc-carousel-wrapper.arrowDesktopPadding .arrows-track .slick-arrow.slick-prev {
    left: 10px;
  }
  .pc-carousel-wrapper.arrowDesktopPadding .arrows-track .slick-arrow.slick-next {
    right: 10px;
  }
}
@media (min-width: 1291px) {
  .pc-carousel-wrapper.arrowDesktopPadding .arrows-track .slick-arrow.slick-prev {
    left: -50px;
  }
  .pc-carousel-wrapper.arrowDesktopPadding .arrows-track .slick-arrow.slick-next {
    right: -50px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pc-carousel-wrapper.arrowTabletPadding {
    padding: 0 50px;
  }
  .pc-carousel-wrapper.arrowTabletPadding .arrows-track .slick-arrow.slick-prev {
    left: 10px;
  }
  .pc-carousel-wrapper.arrowTabletPadding .arrows-track .slick-arrow.slick-next {
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .pc-carousel-wrapper.arrowMobilePadding {
    padding: 0 50px;
  }
  .pc-carousel-wrapper.arrowMobilePadding .arrows-track .slick-arrow.slick-prev {
    left: 10px;
  }
  .pc-carousel-wrapper.arrowMobilePadding .arrows-track .slick-arrow.slick-next {
    right: 10px;
  }
}
.pc-carousel-wrapper.pc-indicator-dot .pc-carousel-container .slick-dots > li {
  margin: 0px calc(5px);
}
.pc-carousel-wrapper.pc-indicator-dot .pc-carousel-container .slick-dots > li > button {
  height: 10px;
  width: 10px;
  border-width: 2px;
  border-radius: 100%;
  transition: 200ms ease-out;
}
.pc-carousel-wrapper.pc-indicator-dot .pc-carousel-container .slick-dots > li:hover > button {
  height: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pc-carousel-wrapper.pc-indicator-dot .pc-carousel-container[data-autoscroll="autoScroll"] {
    border: 100%;
  }
}
.pc-carousel-wrapper.pc-indicator-dot.theme-01 .slick-dots > li > button {
  background-color: unset;
  border-color: #d9d9d9;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-01 .slick-dots > li:hover > button {
  background-color: #127bc0;
  border-color: #127bc0;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-01 .slick-dots > li.slick-active > button {
  background-color: #5d6267;
  border-color: #5d6267;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-01[data-autoscroll="autoScroll"] .slick-dots .slick-active button {
  background-color: #127bc0;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-01[data-autoscroll="autoScroll"] .slick-dots .slick-active button:after {
  background-color: #5d6267;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-02 .slick-dots > li > button {
  background-color: unset;
  border-color: #d9d9d9;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-02 .slick-dots > li:hover > button {
  background-color: #127bc0;
  border-color: #127bc0;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-02 .slick-dots > li.slick-active > button {
  background-color: #5d6267;
  border-color: #5d6267;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-02[data-autoscroll="autoScroll"] .slick-dots .slick-active button {
  background-color: #127bc0;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-02[data-autoscroll="autoScroll"] .slick-dots .slick-active button:after {
  background-color: #5d6267;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-03 .slick-dots > li > button {
  background-color: unset;
  border-color: unset;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-03 .slick-dots > li:hover > button {
  background-color: unset;
  border-color: unset;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-03 .slick-dots > li.slick-active > button {
  background-color: unset;
  border-color: unset;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-03[data-autoscroll="autoScroll"] .slick-dots .slick-active button {
  background-color: unset;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-03[data-autoscroll="autoScroll"] .slick-dots .slick-active button:after {
  background-color: unset;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-04 .slick-dots > li > button {
  background-color: unset;
  border-color: unset;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-04 .slick-dots > li:hover > button {
  background-color: unset;
  border-color: unset;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-04 .slick-dots > li.slick-active > button {
  background-color: unset;
  border-color: unset;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-04[data-autoscroll="autoScroll"] .slick-dots .slick-active button {
  background-color: unset;
}
.pc-carousel-wrapper.pc-indicator-dot.theme-04[data-autoscroll="autoScroll"] .slick-dots .slick-active button:after {
  background-color: unset;
}
.pc-carousel-wrapper.pc-indicator-line .pc-carousel-container .slick-dots {
  width: unset;
}
.pc-carousel-wrapper.pc-indicator-line .pc-carousel-container .slick-dots > li {
  margin: 0px calc(2.5px);
  width: 25px;
}
.pc-carousel-wrapper.pc-indicator-line .pc-carousel-container .slick-dots > li > button {
  height: 2px;
  width: 25px;
  border-width: 0;
  border-radius: 0;
  transition: 200ms ease-out;
}
.pc-carousel-wrapper.pc-indicator-line .pc-carousel-container .slick-dots > li:hover > button {
  height: 4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pc-carousel-wrapper.pc-indicator-line .pc-carousel-container[data-autoscroll="autoScroll"] {
    border: 0;
  }
}
.pc-carousel-wrapper.pc-indicator-line.theme-01 .slick-dots > li > button {
  background-color: unset;
  border-color: #d9d9d9;
}
.pc-carousel-wrapper.pc-indicator-line.theme-01 .slick-dots > li:hover > button {
  background-color: unset;
  border-color: #127bc0;
}
.pc-carousel-wrapper.pc-indicator-line.theme-01 .slick-dots > li.slick-active > button {
  background-color: #5d6267;
  border-color: #5d6267;
}
.pc-carousel-wrapper.pc-indicator-line.theme-01[data-autoscroll="autoScroll"] .slick-dots .slick-active button {
  background-color: #127bc0;
}
.pc-carousel-wrapper.pc-indicator-line.theme-01[data-autoscroll="autoScroll"] .slick-dots .slick-active button:after {
  background-color: #5d6267;
}
.pc-carousel-wrapper.pc-indicator-line.theme-02 .slick-dots > li > button {
  background-color: unset;
  border-color: #d9d9d9;
}
.pc-carousel-wrapper.pc-indicator-line.theme-02 .slick-dots > li:hover > button {
  background-color: unset;
  border-color: #127bc0;
}
.pc-carousel-wrapper.pc-indicator-line.theme-02 .slick-dots > li.slick-active > button {
  background-color: #5d6267;
  border-color: #5d6267;
}
.pc-carousel-wrapper.pc-indicator-line.theme-02[data-autoscroll="autoScroll"] .slick-dots .slick-active button {
  background-color: #127bc0;
}
.pc-carousel-wrapper.pc-indicator-line.theme-02[data-autoscroll="autoScroll"] .slick-dots .slick-active button:after {
  background-color: #5d6267;
}
.pc-carousel-wrapper.pc-indicator-line.theme-03 .slick-dots > li > button {
  background-color: unset;
  border-color: unset;
}
.pc-carousel-wrapper.pc-indicator-line.theme-03 .slick-dots > li:hover > button {
  background-color: unset;
  border-color: unset;
}
.pc-carousel-wrapper.pc-indicator-line.theme-03 .slick-dots > li.slick-active > button {
  background-color: unset;
  border-color: unset;
}
.pc-carousel-wrapper.pc-indicator-line.theme-03[data-autoscroll="autoScroll"] .slick-dots .slick-active button {
  background-color: unset;
}
.pc-carousel-wrapper.pc-indicator-line.theme-03[data-autoscroll="autoScroll"] .slick-dots .slick-active button:after {
  background-color: unset;
}
.pc-carousel-wrapper.pc-indicator-line.theme-04 .slick-dots > li > button {
  background-color: unset;
  border-color: unset;
}
.pc-carousel-wrapper.pc-indicator-line.theme-04 .slick-dots > li:hover > button {
  background-color: unset;
  border-color: unset;
}
.pc-carousel-wrapper.pc-indicator-line.theme-04 .slick-dots > li.slick-active > button {
  background-color: unset;
  border-color: unset;
}
.pc-carousel-wrapper.pc-indicator-line.theme-04[data-autoscroll="autoScroll"] .slick-dots .slick-active button {
  background-color: unset;
}
.pc-carousel-wrapper.pc-indicator-line.theme-04[data-autoscroll="autoScroll"] .slick-dots .slick-active button:after {
  background-color: unset;
}
.pc-carousel-wrapper .arrows-track .slick-arrow {
  border-radius: 100%;
  transition: 200ms ease-out;
}
@keyframes carousel-indicator-fill {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(100%);
  }
}

ul.main-nav > li ul.sub-menu-lists {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
ul.main-nav > li ul.sub-menu-lists > li > a {
  color: #000000;
  line-height: 1;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
}
ul.main-nav > li ul.sub-menu-lists > li > a:hover {
  color: #bd9b60;
  cursor: pointer;
}
.sub-menu-head {
  display: block;
  font-family: 'GothamMedium', sans-serif;
  margin: 22px 0px 0px;
  font-size: 14px;
  line-height: 1;
}
@media (min-width: 992px) {
  .sub-menu-head {
    max-height: 25px;
  }
}
.sub-menu-head a,
.sub-menu-head span {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  font-family: 'GothamMedium', sans-serif;
  text-transform: uppercase;
  color: white;
  transition: all 0.2s ease-in;
  letter-spacing: 1px;
  padding: 3px;
}
.sub-menu-head a:hover,
.sub-menu-head span:hover {
  color: #bd9b60;
  text-decoration: none;
}
.sub-menu-head span:hover a {
  color: #bd9b60;
  text-decoration: none;
}
.sub-menu-head > span > a {
  padding: 0;
}
.sub-menu-block {
  padding: 40px 11px;
}
.sub-menu-block .richText .rte {
  padding-top: 6px;
}
.sub-menu-block .richText .rte h2 {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  color: black;
  padding: 3px;
  letter-spacing: 1px;
}
.sub-menu-block .richText .rte h2 a {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  color: white;
  transition: all 0.2s ease-in;
  padding: 0;
}
.sub-menu-block .richText .rte h2 a:hover {
  color: #bd9b60;
  text-decoration: none;
}
@media (max-width: 991px) {
  .sub-menu-block .richText .rte h2 {
    padding-bottom: 7px;
  }
}
.sub-menu-block .richText .rte p {
  margin: 0;
}
.sub-menu-block .richText .rte p a {
  color: #000000;
  line-height: 1;
  font-size: 12px;
  font-weight: 500;
  font-family: Montserrat, sans-serif;
  text-transform: capitalize;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
.sub-menu-block .richText .rte p a:hover {
  color: #bd9b60;
  text-decoration: none;
}
@media (max-width: 991px) {
  .top-level-link .sub-menu-block .xfpage.page.basicpage .container .aem-Grid > .richText {
    width: 100%;
    float: none;
  }
}
.sub-menu-feature {
  font-size: 14px;
  margin-top: 10px;
  line-height: 27px;
  color: rgba(102, 102, 102, 0.55);
  font-weight: 900;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-family: Avenir-Heavy, Avenir, sans-serif;
}
.sub-menu-lists {
  padding: 0px;
  list-style-type: none;
}
.sub-menu-lists > li > a {
  color: #000000;
  font-family: 'GothamMedium', sans-serif;
  transition: all 0.2s ease-in;
  letter-spacing: 0.02em;
  text-transform: none;
  font-weight: 500;
  font-size: 12px;
}
.sub-menu-lists > li > a:hover {
  color: #127bc0;
  text-decoration: none;
}
.sidebarMenuInner .sub-menu-item {
  font-family: 'GothamMedium', sans-serif;
}
@media only screen and (max-width: 991px) {
  .xf-web-container .sub-menu-block {
    display: none;
  }
  .xf-web-container .sub-menu-block div.container {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
  }
  ul.main-nav.nav_menu > li {
    padding: 0;
    border-bottom: 1px solid #000000;
  }
  .sidebarMenuInner .sub-menu-item {
    border-bottom: 1px solid #dadada;
    margin: 0;
    background: #262628;
    color: white;
    padding: 16px 0 16px 35px !important;
    font-size: 14px;
  }
  .sub-menu-lists {
    display: none;
  }
  ul.main-nav.nav_menu > li > a {
    line-height: 50px;
    padding: 3px 15px;
  }
  ul.main-nav.nav_menu > li > a:active,
  ul.main-nav.nav_menu > li > a:focus {
    padding: 3px 15px;
  }
  .sub-menu-head a,
  .sub-menu-head span {
    font-size: 12px;
  }
  .top-level-link .sub-menu-block .aem-Grid .navLinks.baseComponent.aem-GridColumn {
    margin: 0 !important;
    width: 100%;
    float: none;
  }
  .sub-menu-block .g-col-2,
  .sub-menu-block .g-col-3,
  .sub-menu-block .g-col-4,
  .sub-menu-block .g-col-5,
  .sub-menu-block .g-col-6,
  .sub-menu-block .g-col-8 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .sub-menu-head {
    color: white;
    border-bottom: 1px solid #dadada;
    background-color: #101011;
    margin: 0px;
    padding: 25px 15px 25px 25px;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
  }
  .sub-menu-block {
    padding: 0px;
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .sub-menu-flex li:nth-child(even) {
    float: left;
    width: 50%;
  }
  .sub-menu-flex li:nth-child(odd) {
    float: right;
    width: 50%;
  }
  .inspiration_block .sub-menu-feature {
    margin-bottom: 0px;
  }
  /* Sub Menu */
  ul.main-nav > li > div.sub-menu-block {
    visibility: hidden;
    position: absolute;
    margin-top: -1px;
    left: -12px;
    right: -12px;
    width: auto;
    color: #000;
    box-sizing: border-box;
    z-index: 9999;
    font-size: 16px;
    opacity: 0;
    transition: all 0.4s ease-in;
  }
  ul.main-nav > li > div.sub-menu-block > .basicpage {
    max-width: 1170px;
    margin: 0 auto;
  }
  ul.main-nav > li:hover > div.sub-menu-block {
    visibility: visible;
    opacity: 1;
    transition: all 0.2s ease-out;
  }
  ul.main-nav > li > div.sub-menu-block > * {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    opacity: 0;
  }
  ul.main-nav > li:hover > div.sub-menu-block > * {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  ul.main-nav > li > div.sub-menu-block,
  .overlay-menu {
    left: 0;
    right: 0;
  }
}
@media (max-width: 991px) {
  .sub-menu-block .richText {
    width: 100% !important;
    float: none !important;
  }
}

.cookie-consent {
  position: fixed;
  bottom: 0;
  padding: 30px 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  z-index: 99;
}
@media (max-width: 1170px) {
  .cookie-consent {
    padding: 30px;
  }
}
.cookie-consent .g-container {
  max-width: 1170px;
  margin: 0 auto;
}
.cookie-consent .g-container .cookie-consent-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cookie-consent .g-container .cookie-consent-content {
    flex-direction: column;
    text-align: center;
  }
}
.cookie-consent .g-container .cookie-consent-text {
  font-family: 'GothamMedium', sans-serif;
  font-size: 10px;
  letter-spacing: .02em;
  line-height: 150%;
  color: #000000;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .cookie-consent .g-container .cookie-consent-text {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cookie-consent .g-container .cookie-consent-text a {
  color: white;
  transition: all 0.2s ease-in;
  font-size: 10px;
  padding: 0;
  font-weight: normal;
}
.cookie-consent .g-container .cookie-consent-text a:hover,
.cookie-consent .g-container .cookie-consent-text a:focus {
  color: #127bc0;
  text-decoration: none;
}
.cookie-consent .cookie-consent-trigger {
  cursor: pointer;
  background: #127bc0;
  border-color: #127bc0;
  transition: all .3s ease;
  border-radius: 2px;
  color: black;
  border-width: 2px;
}
.cookie-consent .cookie-consent-trigger:hover,
.cookie-consent .cookie-consent-trigger:focus {
  border-color: #127bc0;
  background: #127bc0;
  color: black;
}
@media (max-width: 767px) {
  .cookie-consent .cookie-consent-trigger {
    width: 100%;
  }
}

/* CSS for new pencil banner */
.pencil_banner_header {
  position: relative;
  text-align: center;
  line-height: 1;
  padding: 0 15px;
}
.pencil_banner_header:hover {
  color: #127bc0;
}
.pencil_banner_header::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: background-color ease-in 0.2s;
}
.pencil_banner_header:hover::after {
  background-color: rgba(0, 0, 0, 0.05);
}
.pencil_banner_link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.pencil_banner_inner_link {
  position: relative;
  display: inline-block;
}
.pencil_banner_inner_link p {
  font-size: 14px;
  line-height: 1.2;
  line-height: 22px;
  transition: color ease-in 0.2s;
  padding: 0;
  font-family: 'GothamMedium', sans-serif;
}
b,
strong {
  font-family: 'GothamMedium', sans-serif;
}
.pencil_banner_inner_link a {
  z-index: 3;
  position: relative;
  color: white;
  font-family: 'GothamMedium', sans-serif;
  transition: all 0.2s ease-in;
  text-decoration: none;
}
.pencil_banner_inner_link a:hover {
  color: #127bc0;
  text-decoration: none;
}

.navbar-meganav-links-wrapper {
  padding: 15px;
}
.navbar-ad-link-block.single-high {
  height: 116px;
  width: 100%;
  margin: 0px;
}
.navbar-ad-link-block {
  position: relative;
  display: block;
  overflow: hidden;
  height: 140px;
  margin-top: 20px;
  margin-left: 32px;
  background-color: #101011;
  text-decoration: none;
  padding: 0;
}
.navbar-ad-link-block:hover {
  text-decoration: none;
}
.navbar-ad-image-wrapper {
  overflow: hidden;
  min-width: 121px;
  height: 116px;
  float: left;
}
.navbar-ad-image-wrapper img {
  min-width: 121px;
  width: 121px;
  transition: all 600ms ease-in-out;
  transform: scale(1);
}
.navbar-ad-image {
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat, no-repeat;
}
.navbar-ad-link-block.single-high:hover .navbar-ad-text-wrapper {
  transform-style: preserve-3d;
  transition: all 600ms ease-in-out;
  transform: translateX(4px) translateY(0px) translateZ(0px);
}
.navbar-ad-text-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
  transform-style: preserve-3d;
  transition: transform 500ms ease-in-out;
  transform: translateX(0px) translateY(0px) translateZ(0px);
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.navbar-ad-pre-header {
  margin-bottom: 6px;
  font-size: 9px;
  line-height: 11px;
  text-transform: uppercase;
  color: white;
  font-family: 'GothamMedium', sans-serif;
  width: 100%;
}
.navbar-ad-headline {
  font-family: 'GothamMedium', sans-serif;
  margin-bottom: 6px;
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: white;
}
.navbar-ad-body {
  margin-top: auto;
  color: white;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0px;
  text-transform: none;
  font-family: 'GothamMedium', sans-serif;
}
.navbar-ad-link-block.single-high:hover .navbar-ad-image-wrapper img {
  transform: scale(1.04);
}
@media only screen and (min-width: 992px) and (max-width: 1170px) {
  .navbar-ad-image-wrapper {
    min-width: 80px;
    width: 80px;
  }
  .navbar-ad-headline {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1170px) {
  .navbar-ad-link-block.single-high {
    height: 113px;
  }
}
@media only screen and (max-width: 991px) {
  .main-nav .sub-menu-block .featureCard.baseComponent.aem-GridColumn {
    margin: 0 !important;
    width: 100%;
    float: none;
  }
  .m-ad-text-wrapper-feature {
    width: 80%;
    height: 100%;
    padding-top: 26px;
    padding-right: 10px;
    padding-left: 12px;
    float: left;
  }
  .featured-card-desktop {
    display: none;
  }
  .mobile-ad-feature {
    height: 90px;
    margin: 20px 10px;
    background-color: #101011;
  }
  .sale-feature-card .mobile-ad-feature {
    margin-top: 0px !important;
  }
  .sale-box .mobile-ad-feature {
    margin-left: 0px;
    margin-right: 0px;
  }
  .ad-mobile-pre-header-feature {
    margin-bottom: 4px;
    color: #127bc0;
    font-size: 12px;
    font-family: 'GothamMedium', sans-serif;
    line-height: 12px;
    letter-spacing: 0px;
    text-transform: uppercase;
  }
  .ad-mobile-headline-feature {
    display: block;
    font-family: 'GothamMedium', sans-serif;
    color: white;
    font-size: 16px;
    line-height: 16px;
    font-weight: 900;
    letter-spacing: 0px;
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 992px) {
  .mobile-ad-feature {
    display: none;
  }
  .support_feature_card .featured-card-desktop .navbar-ad-link-block.single-high {
    margin-top: 45px;
  }
  .products_feature .navbar-ad-link-block.single-high {
    margin-bottom: 20px;
  }
  .sale-box .navbar-ad-text-wrapper,
  .products_feature .navbar-ad-text-wrapper {
    width: 50%;
  }
}

ul.main-nav > li ul.sub-menu-lists {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
ul.main-nav > li ul.sub-menu-lists > li > a {
  color: #000000;
  line-height: 1;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
}
ul.main-nav > li ul.sub-menu-lists > li > a:hover {
  color: #bd9b60;
  cursor: pointer;
}
.sub-menu-head {
  display: block;
  font-family: 'GothamMedium', sans-serif;
  margin: 22px 0px 0px;
  font-size: 14px;
  line-height: 1;
}
@media (min-width: 992px) {
  .sub-menu-head {
    max-height: 25px;
  }
}
.sub-menu-head a,
.sub-menu-head span {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  font-family: 'GothamMedium', sans-serif;
  text-transform: uppercase;
  color: white;
  transition: all 0.2s ease-in;
  letter-spacing: 1px;
  padding: 3px;
}
.sub-menu-head a:hover,
.sub-menu-head span:hover {
  color: #bd9b60;
  text-decoration: none;
}
.sub-menu-head span:hover a {
  color: #bd9b60;
  text-decoration: none;
}
.sub-menu-head > span > a {
  padding: 0;
}
.sub-menu-block {
  padding: 40px 11px;
}
.sub-menu-block .richText .rte {
  padding-top: 6px;
}
.sub-menu-block .richText .rte h2 {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  color: black;
  padding: 3px;
  letter-spacing: 1px;
}
.sub-menu-block .richText .rte h2 a {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  color: white;
  transition: all 0.2s ease-in;
  padding: 0;
}
.sub-menu-block .richText .rte h2 a:hover {
  color: #bd9b60;
  text-decoration: none;
}
@media (max-width: 991px) {
  .sub-menu-block .richText .rte h2 {
    padding-bottom: 7px;
  }
}
.sub-menu-block .richText .rte p {
  margin: 0;
}
.sub-menu-block .richText .rte p a {
  color: #000000;
  line-height: 1;
  font-size: 12px;
  font-weight: 500;
  font-family: Montserrat, sans-serif;
  text-transform: capitalize;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
.sub-menu-block .richText .rte p a:hover {
  color: #bd9b60;
  text-decoration: none;
}
@media (max-width: 991px) {
  .top-level-link .sub-menu-block .xfpage.page.basicpage .container .aem-Grid > .richText {
    width: 100%;
    float: none;
  }
}
.sub-menu-feature {
  font-size: 14px;
  margin-top: 10px;
  line-height: 27px;
  color: rgba(102, 102, 102, 0.55);
  font-weight: 900;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-family: Avenir-Heavy, Avenir, sans-serif;
}
.sub-menu-lists {
  padding: 0px;
  list-style-type: none;
}
.sub-menu-lists > li > a {
  color: #000000;
  font-family: 'GothamMedium', sans-serif;
  transition: all 0.2s ease-in;
  letter-spacing: 0.02em;
  text-transform: none;
  font-weight: 500;
  font-size: 12px;
}
.sub-menu-lists > li > a:hover {
  color: #127bc0;
  text-decoration: none;
}
.sidebarMenuInner .sub-menu-item {
  font-family: 'GothamMedium', sans-serif;
}
@media only screen and (max-width: 991px) {
  .xf-web-container .sub-menu-block {
    display: none;
  }
  .xf-web-container .sub-menu-block div.container {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
  }
  ul.main-nav.nav_menu > li {
    padding: 0;
    border-bottom: 1px solid #000000;
  }
  .sidebarMenuInner .sub-menu-item {
    border-bottom: 1px solid #dadada;
    margin: 0;
    background: #262628;
    color: white;
    padding: 16px 0 16px 35px !important;
    font-size: 14px;
  }
  .sub-menu-lists {
    display: none;
  }
  ul.main-nav.nav_menu > li > a {
    line-height: 50px;
    padding: 3px 15px;
  }
  ul.main-nav.nav_menu > li > a:active,
  ul.main-nav.nav_menu > li > a:focus {
    padding: 3px 15px;
  }
  .sub-menu-head a,
  .sub-menu-head span {
    font-size: 12px;
  }
  .top-level-link .sub-menu-block .aem-Grid .navLinks.baseComponent.aem-GridColumn {
    margin: 0 !important;
    width: 100%;
    float: none;
  }
  .sub-menu-block .g-col-2,
  .sub-menu-block .g-col-3,
  .sub-menu-block .g-col-4,
  .sub-menu-block .g-col-5,
  .sub-menu-block .g-col-6,
  .sub-menu-block .g-col-8 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .sub-menu-head {
    color: white;
    border-bottom: 1px solid #dadada;
    background-color: #101011;
    margin: 0px;
    padding: 25px 15px 25px 25px;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
  }
  .sub-menu-block {
    padding: 0px;
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .sub-menu-flex li:nth-child(even) {
    float: left;
    width: 50%;
  }
  .sub-menu-flex li:nth-child(odd) {
    float: right;
    width: 50%;
  }
  .inspiration_block .sub-menu-feature {
    margin-bottom: 0px;
  }
  /* Sub Menu */
  ul.main-nav > li > div.sub-menu-block {
    visibility: hidden;
    position: absolute;
    margin-top: -1px;
    left: -12px;
    right: -12px;
    width: auto;
    color: #000;
    box-sizing: border-box;
    z-index: 9999;
    font-size: 16px;
    opacity: 0;
    transition: all 0.4s ease-in;
  }
  ul.main-nav > li > div.sub-menu-block > .basicpage {
    max-width: 1170px;
    margin: 0 auto;
  }
  ul.main-nav > li:hover > div.sub-menu-block {
    visibility: visible;
    opacity: 1;
    transition: all 0.2s ease-out;
  }
  ul.main-nav > li > div.sub-menu-block > * {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    opacity: 0;
  }
  ul.main-nav > li:hover > div.sub-menu-block > * {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  ul.main-nav > li > div.sub-menu-block,
  .overlay-menu {
    left: 0;
    right: 0;
  }
}
@media (max-width: 991px) {
  .sub-menu-block .richText {
    width: 100% !important;
    float: none !important;
  }
}

.cookie-consent {
  position: fixed;
  bottom: 0;
  padding: 30px 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  z-index: 99;
}
@media (max-width: 1170px) {
  .cookie-consent {
    padding: 30px;
  }
}
.cookie-consent .g-container {
  max-width: 1170px;
  margin: 0 auto;
}
.cookie-consent .g-container .cookie-consent-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cookie-consent .g-container .cookie-consent-content {
    flex-direction: column;
    text-align: center;
  }
}
.cookie-consent .g-container .cookie-consent-text {
  font-family: 'GothamMedium', sans-serif;
  font-size: 10px;
  letter-spacing: .02em;
  line-height: 150%;
  color: #000000;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .cookie-consent .g-container .cookie-consent-text {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cookie-consent .g-container .cookie-consent-text a {
  color: white;
  transition: all 0.2s ease-in;
  font-size: 10px;
  padding: 0;
  font-weight: normal;
}
.cookie-consent .g-container .cookie-consent-text a:hover,
.cookie-consent .g-container .cookie-consent-text a:focus {
  color: #127bc0;
  text-decoration: none;
}
.cookie-consent .cookie-consent-trigger {
  cursor: pointer;
  background: #127bc0;
  border-color: #127bc0;
  transition: all .3s ease;
  border-radius: 2px;
  color: black;
  border-width: 2px;
}
.cookie-consent .cookie-consent-trigger:hover,
.cookie-consent .cookie-consent-trigger:focus {
  border-color: #127bc0;
  background: #127bc0;
  color: black;
}
@media (max-width: 767px) {
  .cookie-consent .cookie-consent-trigger {
    width: 100%;
  }
}

/* CSS for new pencil banner */
.pencil_banner_header {
  position: relative;
  text-align: center;
  line-height: 1;
  padding: 0 15px;
}
.pencil_banner_header:hover {
  color: #127bc0;
}
.pencil_banner_header::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: background-color ease-in 0.2s;
}
.pencil_banner_header:hover::after {
  background-color: rgba(0, 0, 0, 0.05);
}
.pencil_banner_link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.pencil_banner_inner_link {
  position: relative;
  display: inline-block;
}
.pencil_banner_inner_link p {
  font-size: 14px;
  line-height: 1.2;
  line-height: 22px;
  transition: color ease-in 0.2s;
  padding: 0;
  font-family: 'GothamMedium', sans-serif;
}
b,
strong {
  font-family: 'GothamMedium', sans-serif;
}
.pencil_banner_inner_link a {
  z-index: 3;
  position: relative;
  color: white;
  font-family: 'GothamMedium', sans-serif;
  transition: all 0.2s ease-in;
  text-decoration: none;
}
.pencil_banner_inner_link a:hover {
  color: #127bc0;
  text-decoration: none;
}

.navbar-meganav-links-wrapper {
  padding: 15px;
}
.navbar-ad-link-block.single-high {
  height: 116px;
  width: 100%;
  margin: 0px;
}
.navbar-ad-link-block {
  position: relative;
  display: block;
  overflow: hidden;
  height: 140px;
  margin-top: 20px;
  margin-left: 32px;
  background-color: #101011;
  text-decoration: none;
  padding: 0;
}
.navbar-ad-link-block:hover {
  text-decoration: none;
}
.navbar-ad-image-wrapper {
  overflow: hidden;
  min-width: 121px;
  height: 116px;
  float: left;
}
.navbar-ad-image-wrapper img {
  min-width: 121px;
  width: 121px;
  transition: all 600ms ease-in-out;
  transform: scale(1);
}
.navbar-ad-image {
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat, no-repeat;
}
.navbar-ad-link-block.single-high:hover .navbar-ad-text-wrapper {
  transform-style: preserve-3d;
  transition: all 600ms ease-in-out;
  transform: translateX(4px) translateY(0px) translateZ(0px);
}
.navbar-ad-text-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
  transform-style: preserve-3d;
  transition: transform 500ms ease-in-out;
  transform: translateX(0px) translateY(0px) translateZ(0px);
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.navbar-ad-pre-header {
  margin-bottom: 6px;
  font-size: 9px;
  line-height: 11px;
  text-transform: uppercase;
  color: white;
  font-family: 'GothamMedium', sans-serif;
  width: 100%;
}
.navbar-ad-headline {
  font-family: 'GothamMedium', sans-serif;
  margin-bottom: 6px;
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: white;
}
.navbar-ad-body {
  margin-top: auto;
  color: white;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0px;
  text-transform: none;
  font-family: 'GothamMedium', sans-serif;
}
.navbar-ad-link-block.single-high:hover .navbar-ad-image-wrapper img {
  transform: scale(1.04);
}
@media only screen and (min-width: 992px) and (max-width: 1170px) {
  .navbar-ad-image-wrapper {
    min-width: 80px;
    width: 80px;
  }
  .navbar-ad-headline {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1170px) {
  .navbar-ad-link-block.single-high {
    height: 113px;
  }
}
@media only screen and (max-width: 991px) {
  .main-nav .sub-menu-block .featureCard.baseComponent.aem-GridColumn {
    margin: 0 !important;
    width: 100%;
    float: none;
  }
  .m-ad-text-wrapper-feature {
    width: 80%;
    height: 100%;
    padding-top: 26px;
    padding-right: 10px;
    padding-left: 12px;
    float: left;
  }
  .featured-card-desktop {
    display: none;
  }
  .mobile-ad-feature {
    height: 90px;
    margin: 20px 10px;
    background-color: #101011;
  }
  .sale-feature-card .mobile-ad-feature {
    margin-top: 0px !important;
  }
  .sale-box .mobile-ad-feature {
    margin-left: 0px;
    margin-right: 0px;
  }
  .ad-mobile-pre-header-feature {
    margin-bottom: 4px;
    color: #127bc0;
    font-size: 12px;
    font-family: 'GothamMedium', sans-serif;
    line-height: 12px;
    letter-spacing: 0px;
    text-transform: uppercase;
  }
  .ad-mobile-headline-feature {
    display: block;
    font-family: 'GothamMedium', sans-serif;
    color: white;
    font-size: 16px;
    line-height: 16px;
    font-weight: 900;
    letter-spacing: 0px;
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 992px) {
  .mobile-ad-feature {
    display: none;
  }
  .support_feature_card .featured-card-desktop .navbar-ad-link-block.single-high {
    margin-top: 45px;
  }
  .products_feature .navbar-ad-link-block.single-high {
    margin-bottom: 20px;
  }
  .sale-box .navbar-ad-text-wrapper,
  .products_feature .navbar-ad-text-wrapper {
    width: 50%;
  }
}

.platform-components-rich-text.platform-components-rich-text--theme-01 {
  color: #5d6267;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 p,
.platform-components-rich-text.platform-components-rich-text--theme-01 h1,
.platform-components-rich-text.platform-components-rich-text--theme-01 h2,
.platform-components-rich-text.platform-components-rich-text--theme-01 h3,
.platform-components-rich-text.platform-components-rich-text--theme-01 h4,
.platform-components-rich-text.platform-components-rich-text--theme-01 h5,
.platform-components-rich-text.platform-components-rich-text--theme-01 h6,
.platform-components-rich-text.platform-components-rich-text--theme-01 b,
.platform-components-rich-text.platform-components-rich-text--theme-01 em {
  color: #5d6267;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-box-link {
  color: #5d6267;
  text-shadow: 0 0 0 #ffffff, 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 1px 1px 0 #ffffff, -1px 1px 0 #ffffff, 0 1.25px 0 #ffffff, 1.25px 1.25px 0 #ffffff, -1.25px 1.25px 0 #ffffff, 0 1.5px 0 #ffffff, 1.5px 1.5px 0 #ffffff, -1.5px 1.5px 0 #ffffff, 0 -1px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff;
  background-image: linear-gradient(#000000, #000000);
}
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-box-link:hover {
  color: #ffffff;
  box-shadow: -4px 0 #5d6267, 4px 0 #5d6267;
  background-image: linear-gradient(#5d6267, #5d6267);
}
.platform-components-rich-text.platform-components-rich-text--theme-01 a {
  color: #000000;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 a:hover {
  color: #127bc0;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 .secondary-color {
  color: #127bc0;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 .secondary-color p,
.platform-components-rich-text.platform-components-rich-text--theme-01 .secondary-color h1,
.platform-components-rich-text.platform-components-rich-text--theme-01 .secondary-color h2,
.platform-components-rich-text.platform-components-rich-text--theme-01 .secondary-color h3,
.platform-components-rich-text.platform-components-rich-text--theme-01 .secondary-color h4,
.platform-components-rich-text.platform-components-rich-text--theme-01 .secondary-color h5,
.platform-components-rich-text.platform-components-rich-text--theme-01 .secondary-color h6,
.platform-components-rich-text.platform-components-rich-text--theme-01 .secondary-color b,
.platform-components-rich-text.platform-components-rich-text--theme-01 .secondary-color em {
  color: #127bc0;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote {
  color: #5d6267;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote p,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote h1,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote h2,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote h3,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote h4,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote h5,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote h6,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote b,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote em {
  color: #5d6267;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote:before,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-quote:after {
  background: #5d6267;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-highlight-color {
  color: #5d6267;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-highlight-color p,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-highlight-color h1,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-highlight-color h2,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-highlight-color h3,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-highlight-color h4,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-highlight-color h5,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-highlight-color h6,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-highlight-color b,
.platform-components-rich-text.platform-components-rich-text--theme-01 .pc-highlight-color em {
  color: #5d6267;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 table th {
  background: #163d64;
  border-color: #5d6267;
  color: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 table th b,
.platform-components-rich-text.platform-components-rich-text--theme-01 table th em {
  color: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-01 table td {
  background: #ffffff;
  border-color: #5d6267;
  color: #5d6267;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 {
  color: #5d6267;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 p,
.platform-components-rich-text.platform-components-rich-text--theme-02 h1,
.platform-components-rich-text.platform-components-rich-text--theme-02 h2,
.platform-components-rich-text.platform-components-rich-text--theme-02 h3,
.platform-components-rich-text.platform-components-rich-text--theme-02 h4,
.platform-components-rich-text.platform-components-rich-text--theme-02 h5,
.platform-components-rich-text.platform-components-rich-text--theme-02 h6,
.platform-components-rich-text.platform-components-rich-text--theme-02 b,
.platform-components-rich-text.platform-components-rich-text--theme-02 em {
  color: #5d6267;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-box-link {
  color: #5d6267;
  text-shadow: 0 0 0 #f9f9f9, 1px 0 0 #f9f9f9, -1px 0 0 #f9f9f9, 0 1px 0 #f9f9f9, 1px 1px 0 #f9f9f9, -1px 1px 0 #f9f9f9, 0 1.25px 0 #f9f9f9, 1.25px 1.25px 0 #f9f9f9, -1.25px 1.25px 0 #f9f9f9, 0 1.5px 0 #f9f9f9, 1.5px 1.5px 0 #f9f9f9, -1.5px 1.5px 0 #f9f9f9, 0 -1px 0 #f9f9f9, -1px -1px 0 #f9f9f9, 1px -1px 0 #f9f9f9;
  background-image: linear-gradient(#000000, #000000);
}
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-box-link:hover {
  color: #f9f9f9;
  box-shadow: -4px 0 #5d6267, 4px 0 #5d6267;
  background-image: linear-gradient(#5d6267, #5d6267);
}
.platform-components-rich-text.platform-components-rich-text--theme-02 a {
  color: #000000;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 a:hover {
  color: #127bc0;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 .secondary-color {
  color: #127bc0;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 .secondary-color p,
.platform-components-rich-text.platform-components-rich-text--theme-02 .secondary-color h1,
.platform-components-rich-text.platform-components-rich-text--theme-02 .secondary-color h2,
.platform-components-rich-text.platform-components-rich-text--theme-02 .secondary-color h3,
.platform-components-rich-text.platform-components-rich-text--theme-02 .secondary-color h4,
.platform-components-rich-text.platform-components-rich-text--theme-02 .secondary-color h5,
.platform-components-rich-text.platform-components-rich-text--theme-02 .secondary-color h6,
.platform-components-rich-text.platform-components-rich-text--theme-02 .secondary-color b,
.platform-components-rich-text.platform-components-rich-text--theme-02 .secondary-color em {
  color: #127bc0;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote {
  color: #5d6267;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote p,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote h1,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote h2,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote h3,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote h4,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote h5,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote h6,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote b,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote em {
  color: #5d6267;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote:before,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-quote:after {
  background: unset;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-highlight-color {
  color: unset;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-highlight-color p,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-highlight-color h1,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-highlight-color h2,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-highlight-color h3,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-highlight-color h4,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-highlight-color h5,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-highlight-color h6,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-highlight-color b,
.platform-components-rich-text.platform-components-rich-text--theme-02 .pc-highlight-color em {
  color: unset;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 table th {
  background: #127bc0;
  border-color: #5d6267;
  color: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-02 table td {
  background: #f5f5f5;
  border-color: #5d6267;
  color: #5d6267;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 {
  color: #5d6267;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 p,
.platform-components-rich-text.platform-components-rich-text--theme-03 h1,
.platform-components-rich-text.platform-components-rich-text--theme-03 h2,
.platform-components-rich-text.platform-components-rich-text--theme-03 h3,
.platform-components-rich-text.platform-components-rich-text--theme-03 h4,
.platform-components-rich-text.platform-components-rich-text--theme-03 h5,
.platform-components-rich-text.platform-components-rich-text--theme-03 h6,
.platform-components-rich-text.platform-components-rich-text--theme-03 b,
.platform-components-rich-text.platform-components-rich-text--theme-03 em {
  color: #5d6267;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-box-link {
  color: #5d6267;
  text-shadow: 0 0 0 #f9f9f9, 1px 0 0 #f9f9f9, -1px 0 0 #f9f9f9, 0 1px 0 #f9f9f9, 1px 1px 0 #f9f9f9, -1px 1px 0 #f9f9f9, 0 1.25px 0 #f9f9f9, 1.25px 1.25px 0 #f9f9f9, -1.25px 1.25px 0 #f9f9f9, 0 1.5px 0 #f9f9f9, 1.5px 1.5px 0 #f9f9f9, -1.5px 1.5px 0 #f9f9f9, 0 -1px 0 #f9f9f9, -1px -1px 0 #f9f9f9, 1px -1px 0 #f9f9f9;
  background-image: linear-gradient(#127bc0, #127bc0);
}
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-box-link:hover {
  color: #f9f9f9;
  box-shadow: -4px 0 #5d6267, 4px 0 #5d6267;
  background-image: linear-gradient(#5d6267, #5d6267);
}
.platform-components-rich-text.platform-components-rich-text--theme-03 a {
  color: #127bc0;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 a:hover {
  color: #127bc0;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 .secondary-color {
  color: #127bc0;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 .secondary-color p,
.platform-components-rich-text.platform-components-rich-text--theme-03 .secondary-color h1,
.platform-components-rich-text.platform-components-rich-text--theme-03 .secondary-color h2,
.platform-components-rich-text.platform-components-rich-text--theme-03 .secondary-color h3,
.platform-components-rich-text.platform-components-rich-text--theme-03 .secondary-color h4,
.platform-components-rich-text.platform-components-rich-text--theme-03 .secondary-color h5,
.platform-components-rich-text.platform-components-rich-text--theme-03 .secondary-color h6,
.platform-components-rich-text.platform-components-rich-text--theme-03 .secondary-color b,
.platform-components-rich-text.platform-components-rich-text--theme-03 .secondary-color em {
  color: #127bc0;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote {
  color: unset;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote p,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote h1,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote h2,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote h3,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote h4,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote h5,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote h6,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote b,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote em {
  color: unset;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote:before,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-quote:after {
  background: unset;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-highlight-color {
  color: unset;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-highlight-color p,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-highlight-color h1,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-highlight-color h2,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-highlight-color h3,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-highlight-color h4,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-highlight-color h5,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-highlight-color h6,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-highlight-color b,
.platform-components-rich-text.platform-components-rich-text--theme-03 .pc-highlight-color em {
  color: unset;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 table th {
  background: #5d6267;
  border-color: #5d6267;
  color: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-03 table td {
  background: #163d64;
  border-color: #5d6267;
  color: #ffffff;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 {
  color: #5d6267;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 p,
.platform-components-rich-text.platform-components-rich-text--theme-04 h1,
.platform-components-rich-text.platform-components-rich-text--theme-04 h2,
.platform-components-rich-text.platform-components-rich-text--theme-04 h3,
.platform-components-rich-text.platform-components-rich-text--theme-04 h4,
.platform-components-rich-text.platform-components-rich-text--theme-04 h5,
.platform-components-rich-text.platform-components-rich-text--theme-04 h6,
.platform-components-rich-text.platform-components-rich-text--theme-04 b,
.platform-components-rich-text.platform-components-rich-text--theme-04 em {
  color: #5d6267;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-box-link {
  color: #5d6267;
  text-shadow: 0 0 0 #f9f9f9, 1px 0 0 #f9f9f9, -1px 0 0 #f9f9f9, 0 1px 0 #f9f9f9, 1px 1px 0 #f9f9f9, -1px 1px 0 #f9f9f9, 0 1.25px 0 #f9f9f9, 1.25px 1.25px 0 #f9f9f9, -1.25px 1.25px 0 #f9f9f9, 0 1.5px 0 #f9f9f9, 1.5px 1.5px 0 #f9f9f9, -1.5px 1.5px 0 #f9f9f9, 0 -1px 0 #f9f9f9, -1px -1px 0 #f9f9f9, 1px -1px 0 #f9f9f9;
  background-image: linear-gradient(#000000, #000000);
}
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-box-link:hover {
  color: #f9f9f9;
  box-shadow: -4px 0 #5d6267, 4px 0 #5d6267;
  background-image: linear-gradient(#5d6267, #5d6267);
}
.platform-components-rich-text.platform-components-rich-text--theme-04 a {
  color: #000000;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 a:hover {
  color: #127bc0;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 .secondary-color {
  color: #127bc0;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 .secondary-color p,
.platform-components-rich-text.platform-components-rich-text--theme-04 .secondary-color h1,
.platform-components-rich-text.platform-components-rich-text--theme-04 .secondary-color h2,
.platform-components-rich-text.platform-components-rich-text--theme-04 .secondary-color h3,
.platform-components-rich-text.platform-components-rich-text--theme-04 .secondary-color h4,
.platform-components-rich-text.platform-components-rich-text--theme-04 .secondary-color h5,
.platform-components-rich-text.platform-components-rich-text--theme-04 .secondary-color h6,
.platform-components-rich-text.platform-components-rich-text--theme-04 .secondary-color b,
.platform-components-rich-text.platform-components-rich-text--theme-04 .secondary-color em {
  color: #127bc0;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote {
  color: unset;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote p,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote h1,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote h2,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote h3,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote h4,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote h5,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote h6,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote b,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote em {
  color: unset;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote:before,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-quote:after {
  background: unset;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-highlight-color {
  color: unset;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-highlight-color p,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-highlight-color h1,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-highlight-color h2,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-highlight-color h3,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-highlight-color h4,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-highlight-color h5,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-highlight-color h6,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-highlight-color b,
.platform-components-rich-text.platform-components-rich-text--theme-04 .pc-highlight-color em {
  color: unset;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 table th {
  background: unset;
  border-color: unset;
  color: unset;
}
.platform-components-rich-text.platform-components-rich-text--theme-04 table td {
  background: unset;
  border-color: unset;
  color: unset;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../digital-platform/clientlibs/global/resources/Roboto-Regular.ttf');
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../digital-platform/clientlibs/global/resources/OpenSans-Regular.ttf');
  font-display: swap;
}
.platform-components-rich-text {
  font-family: GothamBook;
  font-size: 62.5%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text {
    font-size: 62.5%;
  }
}
.platform-components-rich-text h1,
.platform-components-rich-text h2,
.platform-components-rich-text h3,
.platform-components-rich-text h4,
.platform-components-rich-text h5,
.platform-components-rich-text h6 {
  margin-top: 0;
}
.platform-components-rich-text h1 {
  font-family: GothamMedium;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 0rem;
  font-size: 2.5rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text h1 {
    font-size: 1.875rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text h2 {
  font-family: GothamMedium;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 0rem;
  font-size: 1.5rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text h2 {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text h3 {
  font-family: GothamUltra;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0rem;
  font-size: 1.125rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text h3 {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text h4 {
  font-family: GothamBold;
  font-weight: 700;
  line-height: 125%;
  text-transform: uppercase;
  letter-spacing: 2%;
  font-size: 1.75rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text h4 {
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text h5 {
  font-family: GothamBold;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 2%;
  font-size: 1.875rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text h5 {
    font-size: 1.875rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text h6 {
  font-family: GothamBold;
  font-weight: 700;
  line-height: 125%;
  text-transform: uppercase;
  letter-spacing: 3%;
  font-size: 0.85rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text h6 {
    font-size: 0.85rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text p,
.platform-components-rich-text ul,
.platform-components-rich-text ol,
.platform-components-rich-text li,
.platform-components-rich-text blockquote,
.platform-components-rich-text table,
.platform-components-rich-text td,
.platform-components-rich-text th {
  font-family: GothamBook;
  font-weight: 400;
  line-height: 125%;
  text-transform: none;
  letter-spacing: 2%;
  font-size: 1.125rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text p,
  .platform-components-rich-text ul,
  .platform-components-rich-text ol,
  .platform-components-rich-text li,
  .platform-components-rich-text blockquote,
  .platform-components-rich-text table,
  .platform-components-rich-text td,
  .platform-components-rich-text th {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text b,
.platform-components-rich-text strong,
.platform-components-rich-text th {
  font-family: Open Sans;
  font-weight: 700;
}
.platform-components-rich-text .overline-1 {
  font-family: GothamBold;
  font-weight: 800;
  line-height: 28px;
  text-transform: capitalize;
  letter-spacing: 2%;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text .overline-1 {
    font-size: 1.0625rem;
    margin-bottom: 0.75rem;
  }
}
.platform-components-rich-text .overline-2 {
  font-family: GothamBold;
  font-weight: 700;
  line-height: 28px;
  text-transform: capitalize;
  letter-spacing: 3%;
  font-size: 1rem;
  margin-bottom: unset;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text .overline-2 {
    font-size: 0.9375;
    margin-bottom: unset;
  }
}
.platform-components-rich-text .subtitle-1 {
  font-family: GothamBold;
  font-weight: 700;
  line-height: 125%;
  text-transform: capitalize;
  letter-spacing: 2%;
  font-size: 1.25rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text .subtitle-1 {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text .body-1 {
  font-family: GothamBook;
  font-weight: 400;
  line-height: 125%;
  text-transform: none;
  letter-spacing: 2%;
  font-size: 1.125rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text .body-1 {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text .body-2 {
  font-family: GothamBold;
  font-weight: 400;
  line-height: 125%;
  text-transform: none;
  letter-spacing: 2%;
  font-size: 0.875rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text .body-2 {
    font-size: 0.75rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text .caption {
  font-family: GothamBook;
  font-weight: 400;
  line-height: 135%;
  text-transform: none;
  letter-spacing: 0.063rem;
  font-size: 0.85rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text .caption {
    font-size: 0.85rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text .disclaimer {
  font-family: GothamBook;
  font-weight: 400;
  line-height: 125%;
  text-transform: none;
  letter-spacing: 0.063rem;
  font-size: 0.85rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text .disclaimer {
    font-size: 0.85rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text .pc-quote {
  font-family: GothamMedium;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 0rem;
  font-size: 1.5rem;
  margin-bottom: 1.75rem;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text .pc-quote {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-rich-text .pc-highlight-color {
  font-family: GothamBold;
  font-weight: 800;
  line-height: 28px;
  text-transform: capitalize;
  letter-spacing: 2%;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-rich-text .pc-highlight-color {
    font-size: 1.0625rem;
    margin-bottom: 0.75rem;
  }
}
.platform-components-rich-text > *:last-child {
  margin-bottom: 0;
}
.platform-components-rich-text .pc-quote::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  max-width: 300px;
  margin: auto;
  margin-bottom: 35px;
}
.platform-components-rich-text .pc-quote::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  max-width: 300px;
  margin: auto;
  margin-top: 35px;
}
.platform-components-rich-text .pc-box-link {
  text-decoration: none;
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 100% 2.5px;
  -webkit-transition: background-image 1s ease-in;
  transition: background-image 1s ease-in;
  overflow: visible;
}
.platform-components-rich-text .pc-box-link:hover {
  text-shadow: none;
  background-position: 0 90%;
  background-size: 100% 2em;
  transition: color 0.2s ease-in, background-size 0.2s ease-in, box-shadow 0.1s ease-in 0.1s;
}
.platform-components-rich-text .pc-box-link a {
  color: inherit !important;
  text-decoration: unset;
}
.platform-components-rich-text .pc-box-link a:hover {
  color: inherit;
}
.platform-components-rich-text .pc-dropped-capital {
  display: inline-block;
}
.platform-components-rich-text .pc-dropped-capital:first-letter {
  font-size: 64px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  text-decoration: none;
  line-height: .6em;
  float: left;
  margin-right: 18px;
  color: #00a0dd;
}
.platform-components-rich-text table {
  min-width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border-color: transparent;
  margin-top: 20px;
  margin-bottom: 20px;
}
.platform-components-rich-text table th {
  padding: 15px;
  border: 1px solid;
  text-align: left;
}
.platform-components-rich-text table td {
  padding: 15px;
  overflow: hidden;
  border: 1px solid;
}
.platform-components-rich-text .platform-components-rich-text__table-wrapper {
  overflow-x: auto;
}

.platform-components-container {
  position: relative;
}
.platform-components-container.container {
  padding-left: initial;
  padding-right: initial;
  width: initial;
}
.platform-components-container__color-overlay,
.platform-components-container__gradient-overlay,
.platform-components-container .platform-components-container__image-container--background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.platform-components-container .full-width.fw-boxed {
  position: relative;
  overflow: visible;
}
.platform-components-container .full-width.fw-boxed > .container-inner:before,
.platform-components-container .full-width.fw-boxed > .container-inner > .platform-components-container__color-overlay,
.platform-components-container .full-width.fw-boxed > .container-inner > .platform-components-container__gradient-overlay,
.platform-components-container .full-width.fw-boxed > .container-inner > .platform-components-container__image-container--background {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  width: 100vw !important;
  height: 100%;
  top: 0;
}
.platform-components-container .full-width.fw-full-width {
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  width: 100vw !important;
}
.platform-components-container .contained-width.cw-content,
.platform-components-container .contained-width.cw-contained-width {
  position: relative;
  margin: 0 auto;
  max-width: 73.125rem;
}
.platform-components-container .contained-width.cw-content {
  overflow: visible;
}
.platform-components-container .contained-width.cw-content > .container-inner:before,
.platform-components-container .contained-width.cw-content > .container-inner > .platform-components-container__color-overlay,
.platform-components-container .contained-width.cw-content > .container-inner > .platform-components-container__gradient-overlay,
.platform-components-container .contained-width.cw-content > .container-inner > .platform-components-container__image-container--background {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  width: 100vw !important;
  height: 100%;
  top: 0;
}
.platform-components-container .container-inner {
  position: relative;
}
.platform-components-container .container-inner__content {
  position: relative;
  height: 100%;
  z-index: 4;
}
.platform-components-container ~ .platform-components-container .container-inner__content {
  z-index: 3;
}
.platform-components-container .cmp-container,
.platform-components-container .container-inner {
  height: 100%;
}
.platform-components-container .cmp-container.absolute {
  z-index: 11;
  margin: auto;
  height: auto;
  width: fit-content;
}
.platform-components-container .cmp-container.transparent > .container-inner {
  background: transparent;
}
.platform-components-container__image-container--background img,
.platform-components-container__image-container--background video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  z-index: 0;
}
@media (min-width: 768px) {
  .platform-components-container__video-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .platform-components-container__video.hide-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .platform-components-container__image-mobile {
    display: none;
  }
}
.platform-components-container .theme-01 {
  --overlay-color-1: #ffffff;
}
.platform-components-container .theme-01 .platform-components-container__color-overlay {
  background-color: #ffffff;
}
.platform-components-container .theme-02 {
  --overlay-color-1: #f9f9f9;
}
.platform-components-container .theme-02 .platform-components-container__color-overlay {
  background-color: #f9f9f9;
}
.platform-components-container .theme-03 {
  --overlay-color-1: unset;
}
.platform-components-container .theme-03 .platform-components-container__color-overlay {
  background-color: unset;
}
.platform-components-container .theme-04 {
  --overlay-color-1: unset;
}
.platform-components-container .theme-04 .platform-components-container__color-overlay {
  background-color: unset;
}
.platform-components-container__center-alignment--lg.platform-components-container__bottom-alignment--lg {
  --overlay-direction: to top;
}
.platform-components-container__center-alignment--lg.platform-components-container__top-alignment--lg {
  --overlay-direction: to bottom;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-container__center-alignment--lg.platform-components-container__bottom-alignment--md {
    --overlay-direction: to top;
  }
  .platform-components-container__center-alignment--lg.platform-components-container__top-alignment--md {
    --overlay-direction: to bottom;
  }
}
@media (max-width: 767px) {
  .platform-components-container__center-alignment--lg.platform-components-container__bottom-alignment--sm {
    --overlay-direction: to top;
  }
  .platform-components-container__center-alignment--lg.platform-components-container__top-alignment--sm {
    --overlay-direction: to bottom;
  }
}
.platform-components-container__left-alignment--lg.platform-components-container__bottom-alignment--lg {
  --overlay-direction: to top right;
}
.platform-components-container__left-alignment--lg.platform-components-container__middle-alignment--lg {
  --overlay-direction: to right;
}
.platform-components-container__left-alignment--lg.platform-components-container__top-alignment--lg {
  --overlay-direction: to bottom right;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-container__left-alignment--lg.platform-components-container__bottom-alignment--md {
    --overlay-direction: to top right;
  }
  .platform-components-container__left-alignment--lg.platform-components-container__middle-alignment--md {
    --overlay-direction: to right;
  }
  .platform-components-container__left-alignment--lg.platform-components-container__top-alignment--md {
    --overlay-direction: to bottom right;
  }
}
@media (max-width: 767px) {
  .platform-components-container__left-alignment--lg.platform-components-container__bottom-alignment--sm {
    --overlay-direction: to top right;
  }
  .platform-components-container__left-alignment--lg.platform-components-container__middle-alignment--sm {
    --overlay-direction: to right;
  }
  .platform-components-container__left-alignment--lg.platform-components-container__top-alignment--sm {
    --overlay-direction: to bottom right;
  }
}
.platform-components-container__right-alignment--lg.platform-components-container__bottom-alignment--lg {
  --overlay-direction: to top left;
}
.platform-components-container__right-alignment--lg.platform-components-container__middle-alignment--lg {
  --overlay-direction: to left;
}
.platform-components-container__right-alignment--lg.platform-components-container__top-alignment--lg {
  --overlay-direction: to bottom left;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-container__right-alignment--lg.platform-components-container__bottom-alignment--md {
    --overlay-direction: to top left;
  }
  .platform-components-container__right-alignment--lg.platform-components-container__middle-alignment--md {
    --overlay-direction: to left;
  }
  .platform-components-container__right-alignment--lg.platform-components-container__top-alignment--md {
    --overlay-direction: to bottom left;
  }
}
@media (max-width: 767px) {
  .platform-components-container__right-alignment--lg.platform-components-container__bottom-alignment--sm {
    --overlay-direction: to top left;
  }
  .platform-components-container__right-alignment--lg.platform-components-container__middle-alignment--sm {
    --overlay-direction: to left;
  }
  .platform-components-container__right-alignment--lg.platform-components-container__top-alignment--sm {
    --overlay-direction: to bottom left;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-container__center-alignment--md.platform-components-container__bottom-alignment--lg {
    --overlay-direction: to top;
  }
  .platform-components-container__center-alignment--md.platform-components-container__top-alignment--lg {
    --overlay-direction: to bottom;
  }
  .platform-components-container__center-alignment--md.platform-components-container__bottom-alignment--md {
    --overlay-direction: to top;
  }
  .platform-components-container__center-alignment--md.platform-components-container__top-alignment--md {
    --overlay-direction: to bottom;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-container__left-alignment--md.platform-components-container__bottom-alignment--lg {
    --overlay-direction: to top right;
  }
  .platform-components-container__left-alignment--md.platform-components-container__top-alignment--lg {
    --overlay-direction: to bottom right;
  }
  .platform-components-container__left-alignment--md.platform-components-container__middle-alignment--lg {
    --overlay-direction: to right;
  }
  .platform-components-container__left-alignment--md.platform-components-container__bottom-alignment--md {
    --overlay-direction: to top right;
  }
  .platform-components-container__left-alignment--md.platform-components-container__middle-alignment--md {
    --overlay-direction: to right;
  }
  .platform-components-container__left-alignment--md.platform-components-container__top-alignment--md {
    --overlay-direction: to bottom right;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-container__right-alignment--md.platform-components-container__bottom-alignment--lg {
    --overlay-direction: to top left;
  }
  .platform-components-container__right-alignment--md.platform-components-container__top-alignment--lg {
    --overlay-direction: to bottom left;
  }
  .platform-components-container__right-alignment--md.platform-components-container__middle-alignment--lg {
    --overlay-direction: to left;
  }
  .platform-components-container__right-alignment--md.platform-components-container__bottom-alignment--md {
    --overlay-direction: to top left;
  }
  .platform-components-container__right-alignment--md.platform-components-container__middle-alignment--md {
    --overlay-direction: to left;
  }
  .platform-components-container__right-alignment--md.platform-components-container__top-alignment--md {
    --overlay-direction: to bottom left;
  }
}
@media (max-width: 767px) {
  .platform-components-container__center-alignment--sm.platform-components-container__bottom-alignment--lg {
    --overlay-direction: to top;
  }
  .platform-components-container__center-alignment--sm.platform-components-container__top-alignment--lg {
    --overlay-direction: to bottom;
  }
  .platform-components-container__center-alignment--sm.platform-components-container__bottom-alignment--sm {
    --overlay-direction: to top;
  }
  .platform-components-container__center-alignment--sm.platform-components-container__top-alignment--sm {
    --overlay-direction: to bottom;
  }
}
@media (max-width: 767px) {
  .platform-components-container__left-alignment--sm.platform-components-container__bottom-alignment--lg {
    --overlay-direction: to top right;
  }
  .platform-components-container__left-alignment--sm.platform-components-container__top-alignment--lg {
    --overlay-direction: to bottom right;
  }
  .platform-components-container__left-alignment--sm.platform-components-container__middle-alignment--lg {
    --overlay-direction: to right;
  }
  .platform-components-container__left-alignment--sm.platform-components-container__bottom-alignment--sm {
    --overlay-direction: to top right;
  }
  .platform-components-container__left-alignment--sm.platform-components-container__middle-alignment--sm {
    --overlay-direction: to right;
  }
  .platform-components-container__left-alignment--sm.platform-components-container__top-alignment--sm {
    --overlay-direction: to bottom right;
  }
}
@media (max-width: 767px) {
  .platform-components-container__right-alignment--sm.platform-components-container__bottom-alignment--lg {
    --overlay-direction: to top left;
  }
  .platform-components-container__right-alignment--sm.platform-components-container__middle-alignment--lg {
    --overlay-direction: to left;
  }
  .platform-components-container__right-alignment--sm.platform-components-container__top-alignment--lg {
    --overlay-direction: to bottom left;
  }
  .platform-components-container__right-alignment--sm.platform-components-container__bottom-alignment--sm {
    --overlay-direction: to top left;
  }
  .platform-components-container__right-alignment--sm.platform-components-container__middle-alignment--sm {
    --overlay-direction: to left;
  }
  .platform-components-container__right-alignment--sm.platform-components-container__top-alignment--sm {
    --overlay-direction: to bottom left;
  }
}
.platform-components-container__color-overlay {
  z-index: 1;
}
.platform-components-container__color-overlay-opacity-10--lg {
  opacity: .1;
}
.platform-components-container__color-overlay-opacity-25--lg {
  opacity: .25;
}
.platform-components-container__color-overlay-opacity-50--lg {
  opacity: .50;
}
.platform-components-container__color-overlay-opacity-75--lg {
  opacity: .75;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-container__color-overlay-opacity-10--md {
    opacity: .1;
  }
  .platform-components-container__color-overlay-opacity-25--md {
    opacity: .25;
  }
  .platform-components-container__color-overlay-opacity-50--md {
    opacity: .50;
  }
  .platform-components-container__color-overlay-opacity-75--md {
    opacity: .75;
  }
}
@media (max-width: 767px) {
  .platform-components-container__color-overlay-opacity-10--sm {
    opacity: .1;
  }
  .platform-components-container__color-overlay-opacity-25--sm {
    opacity: .25;
  }
  .platform-components-container__color-overlay-opacity-50--sm {
    opacity: .50;
  }
  .platform-components-container__color-overlay-opacity-75--sm {
    opacity: .75;
  }
}
.platform-components-container__gradient-overlay {
  z-index: 2;
  background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-container__gradient-overlay {
    background: linear-gradient(var(--overlay-direction--tablet), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
  }
}
@media (max-width: 767px) {
  .platform-components-container__gradient-overlay {
    background: linear-gradient(var(--overlay-direction--mobile), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-container__gradient-overlay--md {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--tablet), transparent var(--overlay-color-width--tablet));
  }
  .platform-components-container__gradient-overlay--md.radial-gradient-none--md {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--tablet), transparent var(--overlay-color-width--tablet));
  }
}
@media (max-width: 767px) {
  .platform-components-container__gradient-overlay--sm {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--mobile), transparent var(--overlay-color-width--mobile));
  }
  .platform-components-container__gradient-overlay--sm.radial-gradient-none--sm {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--mobile), transparent var(--overlay-color-width--mobile));
  }
}
.platform-components-container .radial-gradient--lg {
  background: radial-gradient(50% 50% at center, var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-container .radial-gradient--md {
    background: radial-gradient(50% 50% at center, var(--overlay-color-1) var(--overlay-color-1-stop--tablet), transparent var(--overlay-color-width--tablet));
  }
}
@media (max-width: 767px) {
  .platform-components-container .radial-gradient--sm {
    background: radial-gradient(50% 50% at center, var(--overlay-color-1) var(--overlay-color-1-stop--mobile), transparent var(--overlay-color-width--mobile));
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-container .radial-gradient-none--md {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
  }
  .platform-components-container .radial-gradient-none--md.platform-components-container__gradient-overlay--md {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--tablet), transparent var(--overlay-color-width--tablet));
  }
}
@media (max-width: 767px) {
  .platform-components-container .radial-gradient-none--sm {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
  }
  .platform-components-container .radial-gradient-none--sm.platform-components-container__gradient-overlay--sm {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--mobile), transparent var(--overlay-color-width--mobile));
  }
}
.aem-Grid.match-heights {
  height: 100%;
}
.match-heights[data-match-height] > * {
  height: var(--match-height);
}
@media only screen and (min-width: 768px) {
  .match-heights[data-match-height-tablet] > * {
    height: var(--match-height-tablet);
  }
}
@media only screen and (min-width: 1024px) {
  .match-heights[data-match-height-desktop] > * {
    height: var(--match-height-desktop);
  }
}
.platform-components-container .cmp-container[data-height] {
  height: var(--height);
}
@media only screen and (min-width: 768px) {
  .platform-components-container .cmp-container[data-height-tablet] {
    height: var(--height-tablet);
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-container .cmp-container[data-height-desktop] {
    height: var(--height-desktop);
  }
}
.platform-components-container .bw-brand {
  border-width: 1px;
}
.platform-components-container .theme-01 > .container-inner {
  border-color: #d9d9d9;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
}
.platform-components-container .theme-02 > .container-inner {
  border-color: #d9d9d9;
  background-color: #f9f9f9;
  background-image: linear-gradient(to bottom, #f5f5f5, #0b0c0a);
}
.platform-components-container .theme-03 > .container-inner {
  border-color: unset;
  background-color: unset;
  background-image: linear-gradient(to bottom, unset, unset);
}
.platform-components-container .theme-04 > .container-inner {
  border-color: unset;
  background-color: unset;
  background-image: linear-gradient(to bottom, transparent, transparent);
}
.platform-components-container .full-width.fw-boxed.theme-01 > .container-inner:before {
  border-color: #d9d9d9;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
}
.platform-components-container .full-width.fw-boxed.theme-02 > .container-inner:before {
  border-color: #d9d9d9;
  background-color: #f9f9f9;
  background-image: linear-gradient(to bottom, #f5f5f5, #0b0c0a);
}
.platform-components-container .full-width.fw-boxed.theme-03 > .container-inner:before {
  border-color: unset;
  background-color: unset;
  background-image: linear-gradient(to bottom, unset, unset);
}
.platform-components-container .full-width.fw-boxed.theme-04 > .container-inner:before {
  border-color: unset;
  background-color: unset;
  background-image: linear-gradient(to bottom, transparent, transparent);
}
.platform-components-container .theme-01 {
  --overlay-color-1: #ffffff;
}
.platform-components-container .theme-01 .platform-components-container__color-overlay {
  background-color: #ffffff;
}
.platform-components-container .theme-02 {
  --overlay-color-1: #f9f9f9;
}
.platform-components-container .theme-02 .platform-components-container__color-overlay {
  background-color: #f9f9f9;
}
.platform-components-container .theme-03 {
  --overlay-color-1: unset;
}
.platform-components-container .theme-03 .platform-components-container__color-overlay {
  background-color: unset;
}
.platform-components-container .theme-04 {
  --overlay-color-1: unset;
}
.platform-components-container .theme-04 .platform-components-container__color-overlay {
  background-color: unset;
}
.aem-AuthorLayer-Edit .platform-components-container .cmp-container[data-height],
.aem-AuthorLayer-Layouting .platform-components-container .cmp-container[data-height],
.aem-AuthorLayer-Developer .platform-components-container .cmp-container[data-height],
.aem-AuthorLayer-Timewarp .platform-components-container .cmp-container[data-height],
.aem-AuthorLayer-Preview .platform-components-container .cmp-container[data-height] {
  max-height: 800px;
}
.platform-components-container .theme-02 > .container-inner {
  background-image: none;
}
.platform-components-container .theme-01 {
  background-color: #f5f5f5;
}
.platform-components-container .theme-01-box-shadow {
  box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.25);
}

.platform-components-visual-nav {
  margin: auto;
}
.platform-components-visual-nav.transparent {
  background: transparent;
}
.platform-components-visual-nav.transparent .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card {
  background: transparent;
}
.platform-components-visual-nav.transparent .visual-nav-card-main .visual-nav-card-wrapper:hover .visual-nav-card {
  background: transparent;
}
.platform-components-visual-nav.no-margin {
  margin-left: 0;
  margin-right: 0;
}
.platform-components-visual-nav.margin-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.platform-components-visual-nav.margin-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.platform-components-visual-nav.margin-15 {
  margin-left: -15px;
  margin-right: -15px;
}
.platform-components-visual-nav:not(.pc-carousel-wrapper) {
  overflow-x: auto;
}
.platform-components-visual-nav .visual-nav-card-main {
  margin: auto;
}
.platform-components-visual-nav .visual-nav-card-main:not(.pc-carousel-container) {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .platform-components-visual-nav .visual-nav-card-main:not(.pc-carousel-container) {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-visual-nav .visual-nav-card-main:not(.pc-carousel-container) {
    flex-wrap: initial;
  }
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper {
  display: block;
  text-decoration: none;
  text-transform: none;
  width: 100%;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper.pc-carousel-item {
  height: 100%;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:not(.pc-carousel-item) {
  flex: 0 0 50%;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:not(.button):focus,
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:not(.button):active {
  outline: 0px !important;
  text-decoration: none;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:nth-last-child(1) {
  border-right: none;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:hover {
  text-decoration: none;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card {
  height: 100%;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card:hover,
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card:focus {
  cursor: pointer;
  outline: none;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-content {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .2s ease;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-card-image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-card-image img {
  max-height: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper cite {
  margin-top: 15px;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-bottom: 12px;
  transition: all .2s ease;
  font-style: normal;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper cite:not([class]) {
  line-height: 1.2;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper cite:before {
  content: "";
  position: absolute;
  bottom: 0;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-rollover-image {
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease;
  position: absolute;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-initial-image {
  opacity: 1;
  visibility: visible;
  transition: all .2s ease;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:hover cite {
  cursor: pointer;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:hover .visual-nav-rollover-image {
  opacity: 1;
  visibility: visible;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:hover .visual-nav-initial-image {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 420px) {
  .platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:not(.pc-carousel-item) {
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 580px) {
  .platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:not(.pc-carousel-item) {
    flex: 0 0 33.33333%;
  }
}
@media only screen and (min-width: 768px) {
  .platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:not(.pc-carousel-item) {
    flex: 0 0 25%;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:not(.pc-carousel-item) {
    flex: initial;
  }
}
.platform-components-visual-nav.pc-carousel-wrapper .arrows-track {
  height: 100%;
}
.platform-components-visual-nav.pc-carousel-wrapper[data-indicators-desktop="true"] .arrows-track,
.platform-components-visual-nav.pc-carousel-wrapper[data-indicators-tablet="true"] .arrows-track,
.platform-components-visual-nav.pc-carousel-wrapper[data-indicators-mobile="true"] .arrows-track {
  height: calc(100% - 80px);
}
.platform-components-visual-nav.pc-carousel-wrapper .visual-nav-card-main {
  display: flex;
}
.platform-components-visual-nav.pc-carousel-wrapper .visual-nav-card-main .pc-carousel-item {
  opacity: 0;
  transition: 0.2s ease-in all;
}
.platform-components-visual-nav.pc-carousel-wrapper .visual-nav-card-main.slick-initialized {
  display: block;
}
.platform-components-visual-nav.pc-carousel-wrapper .visual-nav-card-main.slick-initialized .pc-carousel-item {
  opacity: 1;
}
.platform-components-visual-nav * {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}
.platform-components-visual-nav .visual-nav-card-main a .visual-nav-card .visual-nav-content.badge-small .pc-badge-image {
  height: 24px;
  width: auto;
}
.platform-components-visual-nav .visual-nav-card-main a .visual-nav-card .visual-nav-content.badge-medium .pc-badge-image {
  height: 40px;
  width: auto;
}
.platform-components-visual-nav .visual-nav-card-main a .visual-nav-card .visual-nav-content.badge-large .pc-badge-image {
  height: 84px;
  width: auto;
}
.platform-components-visual-nav .visual-nav-card-main a .visual-nav-card .visual-nav-content.badge-xlarge .pc-badge-image {
  height: 185px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .platform-components-visual-nav .visual-nav-card-main a .visual-nav-card .visual-nav-content.md\:badge-small .pc-badge-image {
    height: 24px;
    width: auto;
  }
  .platform-components-visual-nav .visual-nav-card-main a .visual-nav-card .visual-nav-content.md\:badge-medium .pc-badge-image {
    height: 40px;
    width: auto;
  }
  .platform-components-visual-nav .visual-nav-card-main a .visual-nav-card .visual-nav-content.md\:badge-large .pc-badge-image {
    height: 84px;
    width: auto;
  }
  .platform-components-visual-nav .visual-nav-card-main a .visual-nav-card .visual-nav-content.md\:badge-xlarge .pc-badge-image {
    height: 185px;
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-visual-nav .visual-nav-card-main a .visual-nav-card .visual-nav-content.lg\:badge-small .pc-badge-image {
    height: 24px;
    width: auto;
  }
  .platform-components-visual-nav .visual-nav-card-main a .visual-nav-card .visual-nav-content.lg\:badge-medium .pc-badge-image {
    height: 40px;
    width: auto;
  }
  .platform-components-visual-nav .visual-nav-card-main a .visual-nav-card .visual-nav-content.lg\:badge-large .pc-badge-image {
    height: 84px;
    width: auto;
  }
  .platform-components-visual-nav .visual-nav-card-main a .visual-nav-card .visual-nav-content.lg\:badge-xlarge .pc-badge-image {
    height: 185px;
    width: auto;
  }
}
.visualNavigationV2 {
  position: relative;
}
.visualNavigationV2 .visual-nav-copy:hover {
  text-decoration: none;
}
.visualNavigationV2 .withicon.withicon-left {
  flex-direction: row-reverse;
}
.visualNavigationV2 .withicon.withicon-bottom {
  flex-direction: column;
}
.visualNavigationV2 .withicon [class^="icons-"],
.visualNavigationV2 .withicon [class*=" icons-"] {
  font-weight: inherit;
}
.platform-components-visual-nav {
  font-family: 'GothamMedium';
  font-weight: 700;
  line-height: 125%;
  font-size: 1.125rem;
  letter-spacing: 2%;
  background: #d9d9d9;
  margin-left: -5px;
  margin-right: -5px;
}
@media only screen and (min-width: 1024px) {
  .platform-components-visual-nav {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.platform-components-visual-nav .visual-nav-card-main {
  max-width: none;
}
@media only screen and (min-width: 1024px) {
  .platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper {
    border-right: 0 solid #d9d9d9;
  }
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper.pc-default-pa {
  padding: 5px;
}
@media only screen and (min-width: 1024px) {
  .platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper.pc-default-pa {
    padding: 10px;
  }
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card {
  padding: 25px 10px;
  background: #d9d9d9;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-content {
  top: 0;
  flex-direction: column;
  justify-content: flex-end;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-content .visual-nav-card-image {
  margin: 10px 0 0;
  width: 45px;
  height: 70px;
}
@media only screen and (min-width: 1024px) {
  .platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-content .visual-nav-card-image {
    width: 85px;
    height: 135px;
  }
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-content cite {
  color: #5d6267;
  width: 100%;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-content cite:not([class]) {
  text-transform: capitalize;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-content cite:before {
  background: #127bc0;
  height: 3px;
  width: 0;
  left: 50%;
  right: 50%;
  opacity: 1;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:hover,
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:focus,
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper.visual-nav-active {
  border-color: #d9d9d9;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:hover .visual-nav-card,
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:focus .visual-nav-card,
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper.visual-nav-active .visual-nav-card {
  background: #d9d9d9;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:hover .visual-nav-card .visual-nav-content,
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:focus .visual-nav-card .visual-nav-content,
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper.visual-nav-active .visual-nav-card .visual-nav-content {
  top: 0;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:hover .visual-nav-card .visual-nav-content cite,
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:focus .visual-nav-card .visual-nav-content cite,
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper.visual-nav-active .visual-nav-card .visual-nav-content cite {
  color: #127bc0;
}
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:hover .visual-nav-card .visual-nav-content cite:before,
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper:focus .visual-nav-card .visual-nav-content cite:before,
.platform-components-visual-nav .visual-nav-card-main .visual-nav-card-wrapper.visual-nav-active .visual-nav-card .visual-nav-content cite:before {
  width: 100%;
  height: 3px;
  left: 0;
  right: 0;
  opacity: 1;
}
.platform-components-visual-nav.tiled-5 .visual-nav-card-main {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
@media (max-width: 47.938rem) {
  .platform-components-visual-nav.tiled-5 .visual-nav-card-main {
    margin: 0.5rem 0.5rem 1.5rem;
  }
}
.platform-components-visual-nav.tiled-5 .visual-nav-card-main:not(.pc-carousel-container) {
  max-width: unset;
}
.platform-components-visual-nav.tiled-5 .visual-nav-card-main .visual-nav-card-wrapper {
  flex: 0 0 20%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-bottom: auto;
  margin-top: 1.5rem;
}
@media (max-width: 47.938rem) {
  .platform-components-visual-nav.tiled-5 .visual-nav-card-main .visual-nav-card-wrapper {
    margin-top: 1rem;
    flex: 0 0 50%;
  }
}
.platform-components-visual-nav.tiled-5 .visual-nav-card-main .visual-nav-card-wrapper:nth-child(n + 11) {
  display: none;
}
.platform-components-visual-nav.tiled-5 .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-content .visual-nav-card-image {
  margin: 0 auto;
  width: 100%;
  height: 90%;
  background-color: #ffffff;
}
.platform-components-visual-nav.tiled-5 .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-content cite {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  text-transform: none;
  font-family: "Avenir", sans-serif;
  padding-bottom: 0;
}
.platform-components-visual-nav.tiled-5 .visual-nav-card-main .visual-nav-card-wrapper:hover .visual-nav-card .visual-nav-content cite:before,
.platform-components-visual-nav.tiled-5 .visual-nav-card-main .visual-nav-card-wrapper:focus .visual-nav-card .visual-nav-content cite:before,
.platform-components-visual-nav.tiled-5 .visual-nav-card-main .visual-nav-card-wrapper.visual-nav-active .visual-nav-card .visual-nav-content cite:before {
  width: 0;
}
.platform-components-visual-nav.tiled-5.enhanced-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-content .visual-nav-card-image img {
  transition: 0.4s ease;
}
@media (max-width: 47.938rem) {
  .platform-components-visual-nav.tiled-5.enhanced-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-content .visual-nav-card-image img {
    width: 80%;
  }
}
.platform-components-visual-nav.tiled-5.enhanced-nav .visual-nav-card-main .visual-nav-card-wrapper:hover .visual-nav-card .visual-nav-content .visual-nav-card-image img {
  transition: 0.4s ease;
  width: 80%;
  margin-bottom: 16%;
}
@media (max-width: 47.938rem) {
  .platform-components-visual-nav.tiled-5.enhanced-nav .visual-nav-card-main .visual-nav-card-wrapper:hover .visual-nav-card .visual-nav-content .visual-nav-card-image img {
    transition: none;
    width: 80%;
    margin-bottom: unset;
  }
}
.platform-components-visual-nav.tiled-5.enhanced-nav .visual-nav-card-main .visual-nav-card-wrapper:hover .visual-nav-card .visual-nav-content .visual-nav-card-links {
  z-index: 0;
  bottom: 5%;
  transition: 0.4s ease;
}
@media (max-width: 47.938rem) {
  .platform-components-visual-nav.tiled-5.enhanced-nav .visual-nav-card-main .visual-nav-card-wrapper:hover .visual-nav-card .visual-nav-content .visual-nav-card-links {
    transition: unset;
    margin-bottom: 0.4375rem;
  }
}
.platform-components-visual-nav.tiled-5.enhanced-nav .visual-nav-card-main .visual-nav-card-wrapper:hover .visual-nav-card .visual-nav-content cite {
  color: #2e2e2e;
}
.platform-components-visual-nav.tiled-5.enhanced-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card .visual-nav-content .visual-nav-card-image__wrapper {
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
  position: relative;
}
.platform-components-visual-nav.tiled-5.enhanced-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card-links {
  display: flex;
  z-index: -1;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-family: "Avenir", sans-serif;
  font-style: normal;
  font-weight: 900;
  line-height: 1.3125rem;
  justify-content: center;
  width: 100%;
  text-align: center;
  transition: 0.4s ease;
  position: absolute;
  bottom: -20%;
}
@media (max-width: 47.938rem) {
  .platform-components-visual-nav.tiled-5.enhanced-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card-links {
    z-index: 0;
    position: relative;
    margin-bottom: 0.4375rem;
    font-size: 0.625rem;
  }
}
.platform-components-visual-nav.tiled-5.enhanced-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card-links .visual-nav-card-link {
  flex-basis: 50%;
}
.platform-components-visual-nav.tiled-5.enhanced-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card-links .visual-nav-card-link:hover {
  color: #a00a1d;
}
.platform-components-visual-nav.tiled-5.enhanced-nav .visual-nav-card-main .visual-nav-card-wrapper .visual-nav-card-links .visual-nav-card-link.shop-all {
  border-left: 0.0625rem solid #e2e2e5;
}

.platform-components-page-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  position: relative;
}
.platform-components-page-list .pc-page-list-clickable-card {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  cursor: pointer;
  z-index: 1;
}
.platform-components-page-list .item_card {
  width: 100%;
  flex: 0 0 33.33%;
  padding: 0 10px 20px;
}
@media (max-width: 940px) {
  .platform-components-page-list .item_card {
    flex: 0 0 50%;
  }
}
@media (max-width: 660px) {
  .platform-components-page-list .item_card {
    flex: 0 0 100%;
  }
}
.platform-components-page-list .item_card .article-preview {
  height: 100%;
  overflow: hidden;
}
.platform-components-page-list .item_card .article-preview .article-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.platform-components-page-list .item_card .article-preview .article-card .image-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  flex: 0 0 230px;
  overflow: hidden;
}
.platform-components-page-list .item_card .article-preview .article-card .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: all 0.4s ease-in-out;
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  justify-content: space-between;
  padding: 26px 23px;
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info {
  padding-bottom: 25px;
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-tags {
  list-style: none;
  margin: 0;
  padding: 0 0 5px 0;
  display: flex;
  flex-wrap: wrap;
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-tags li {
  line-height: 1;
  letter-spacing: 0.3px;
  border-width: 1px;
  border-style: solid;
  border-radius: 15px;
  padding: 5px;
  margin: 0 5px 5px 0;
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-date {
  display: block;
  padding: 0px;
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .page-button {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-decoration: none;
  height: initial;
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .page-button.button-tertiary-brand,
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .page-button .button-tertiary-light,
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .page-button .button-tertiary-dark {
  width: fit-content;
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .page-button:hover {
  cursor: pointer;
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .page-button:active {
  outline: none !important;
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .page-button:focus {
  outline: 1px solid #000;
}
.platform-components-page-list .item_card .cmp-list__item-link {
  outline: none;
  text-decoration: none;
}
.platform-components-page-list .item_card .cmp-list__item-link .cmp-list__item-title {
  display: block;
  padding: 10px 0;
}
.platform-components-page-list .item_card .cmp-list__item-link:hover .image-wrapper img,
.platform-components-page-list .item_card .cmp-list__item-link:focus .image-wrapper img {
  transform: scale(1.1);
}
.platform-components-page-list .item_card .cmp-list__item-social {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 20px 0 10px;
}
.platform-components-page-list .item_card .cmp-list__item-social > a.cmp-list__social-item {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  z-index: 2;
}
.platform-components-page-list .item_card .cmp-list__item-social > a.cmp-list__social-item:last-of-type {
  margin-right: 0;
}
.platform-components-page-list .item_card .cmp-list__item-social > a.cmp-list__social-item svg {
  height: 100%;
  width: 100%;
  fill: currentColor;
}
.platform-components-page-list__offset-card {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  grid-auto-rows: 100px;
  grid-gap: 10px;
}
.platform-components-page-list__offset-card .item_card {
  grid-row: span 5;
  display: inline-block;
  padding: 0 5px 10px;
}
.platform-components-page-list__offset-card .item_card .article-preview .article-card .content-wrapper {
  height: auto;
  padding: 26px 26px 0px 26px;
}
.platform-components-page-list__offset-card .item_card .article-preview .article-card .content-wrapper .content-info {
  display: flex;
  flex-direction: column-reverse;
}
.platform-components-page-list__offset-card .item_card .article-preview .article-card .image-wrapper {
  border-radius: 40px;
  flex: auto;
}
.platform-components-page-list__offset-card .item_card:nth-child(2n) {
  grid-row: span 4;
}
.platform-components-page-list__offset-card .item_card:nth-child(3n) {
  grid-row: span 6;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-page-list__offset-card {
    grid-auto-rows: 70px;
    grid-gap: 5px;
  }
  .platform-components-page-list__offset-card .item_card .article-preview .article-card .content-wrapper {
    height: fit-content;
    padding: 20px 26px 0px 26px;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-page-list__offset-card {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    position: relative;
  }
  .platform-components-page-list__offset-card .article-card {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .platform-components-page-list__offset-card .article-card .image-wrapper {
    flex: 0 0 230px !important;
  }
}
.platform-components-page-list__list-view {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-flow: row;
  gap: 0 10px;
}
.platform-components-page-list__list-view.no-image {
  padding: 10px;
  margin: 0;
}
.platform-components-page-list__list-view.no-image .item_card {
  padding-bottom: 0;
}
.platform-components-page-list__list-view.no-image .item_card .content-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 15px;
  padding-bottom: 15px;
}
.platform-components-page-list__list-view.no-image .item_card .content-wrapper .content-info {
  padding-bottom: 15px;
}
.platform-components-page-list__list-view.with-image {
  margin: 0;
}
.platform-components-page-list__list-view.with-image .item_card {
  padding-bottom: 10px;
}
@media (min-width: 500px) {
  .platform-components-page-list__list-view .item_card:nth-child(n+1) .article-card {
    flex-direction: row;
    align-items: center;
  }
  .platform-components-page-list__list-view .item_card:nth-child(n+1) .article-card .content-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .platform-components-page-list__list-view .item_card:nth-child(n+1) .article-card .content-wrapper .content-info {
    padding-bottom: 15px;
  }
  .platform-components-page-list__list-view .item_card:nth-child(n+1) .article-card.image-left .content-wrapper {
    order: 2;
  }
  .platform-components-page-list__list-view .item_card:nth-child(n+1) .article-card.image-right .content-wrapper {
    order: 1;
  }
}
@media (min-width: 500px) {
  .platform-components-page-list__list-view .item_card:nth-child(n+1) .article-card .image-wrapper {
    margin: 0;
    height: 100% !important;
  }
  .platform-components-page-list__list-view .item_card:nth-child(n+1) .article-card .image-wrapper.image-left {
    order: 1;
  }
  .platform-components-page-list__list-view .item_card:nth-child(n+1) .article-card .image-wrapper.image-right {
    order: 2;
  }
}
@media (min-width: 1024px) {
  .platform-components-page-list__list-view .item_card:nth-child(n+1) .article-card .image-wrapper {
    flex: 0 0 200px !important;
  }
}
@media (max-width: 1023px) and (min-width: 500px) {
  .platform-components-page-list__list-view .item_card:nth-child(n+1) .article-card .image-wrapper {
    flex: 0 0 150px !important;
  }
}
.platform-components-page-list__list-view .page-button {
  width: fit-content;
}
.platform-components-page-list__one-card {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-flow: row;
  gap: 10px 20px;
  height: 100%;
}
.platform-components-page-list__one-card .item_card:nth-child(1) {
  height: 100%;
  min-height: 500px;
  padding-bottom: 10px;
}
@media (max-width: 600px) {
  .platform-components-page-list__one-card .item_card:nth-child(1) {
    height: 75vh;
    max-height: 600px;
  }
}
.platform-components-page-list__one-card .item_card:nth-child(1) .article-card {
  position: relative;
}
.platform-components-page-list__one-card .item_card:nth-child(1) .image-wrapper {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.platform-components-page-list__one-card .item_card:nth-child(1) .content-wrapper {
  position: relative;
  justify-content: flex-end !important;
  z-index: 2;
}
.platform-components-page-list__one-card .item_card:nth-child(1) .content-wrapper .content-info {
  z-index: 4;
}
.platform-components-page-list__one-card .item_card:nth-child(1) .content-wrapper .page-button {
  z-index: 5;
}
.platform-components-page-list__one-card .item_card:nth-child(n+2) {
  display: none;
}
.platform-components-page-list__one-card .page-button {
  width: fit-content;
}
.platform-components-page-list__three-card,
.platform-components-page-list__four-card {
  display: grid;
  grid-auto-rows: auto;
  grid-auto-flow: row;
  padding: 10px;
}
.platform-components-page-list__three-card .item_card,
.platform-components-page-list__four-card .item_card {
  padding: 0;
}
.platform-components-page-list__three-card .page-button,
.platform-components-page-list__four-card .page-button {
  width: fit-content;
}
.platform-components-page-list__three-card .item_card:nth-child(1) .article-card,
.platform-components-page-list__four-card .item_card:nth-child(1) .article-card {
  position: relative;
}
.platform-components-page-list__three-card .item_card:nth-child(1) .image-wrapper,
.platform-components-page-list__four-card .item_card:nth-child(1) .image-wrapper {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.platform-components-page-list__three-card .item_card:nth-child(1) .content-wrapper,
.platform-components-page-list__four-card .item_card:nth-child(1) .content-wrapper {
  position: relative;
  justify-content: flex-end !important;
  z-index: 2;
}
.platform-components-page-list__three-card .item_card:nth-child(1) .content-wrapper .content-info,
.platform-components-page-list__four-card .item_card:nth-child(1) .content-wrapper .content-info {
  z-index: 4;
}
.platform-components-page-list__three-card .item_card:nth-child(1) .content-wrapper .page-button,
.platform-components-page-list__four-card .item_card:nth-child(1) .content-wrapper .page-button {
  z-index: 5;
}
@media (max-width: 1023px) {
  .platform-components-page-list__three-card .item_card:nth-child(1),
  .platform-components-page-list__four-card .item_card:nth-child(1) {
    height: 75vh;
    max-height: 600px;
  }
}
.platform-components-page-list__three-card {
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "MainFeature SecondaryTop" "MainFeature SecondaryBottom";
  gap: 10px 20px;
}
@media (max-width: 1023px) {
  .platform-components-page-list__three-card {
    grid-template-areas: "MainFeature MainFeature" "SecondaryTop SecondaryBottom";
  }
}
@media (max-width: 900px) {
  .platform-components-page-list__three-card {
    grid-template-columns: 1fr;
    grid-template-areas: "MainFeature" "MainFeature" "SecondaryTop" "SecondaryBottom";
  }
}
.platform-components-page-list__three-card .item_card:nth-child(1) {
  grid-area: MainFeature;
}
.platform-components-page-list__three-card .item_card:nth-child(2) .article-card,
.platform-components-page-list__three-card .item_card:nth-child(3) .article-card {
  flex-direction: row;
  align-items: center;
}
.platform-components-page-list__three-card .item_card:nth-child(2) .article-card .content-wrapper,
.platform-components-page-list__three-card .item_card:nth-child(3) .article-card .content-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}
.platform-components-page-list__three-card .item_card:nth-child(2) .article-card .content-wrapper .content-info,
.platform-components-page-list__three-card .item_card:nth-child(3) .article-card .content-wrapper .content-info {
  padding-bottom: 15px;
}
.platform-components-page-list__three-card .item_card:nth-child(2) .image-wrapper,
.platform-components-page-list__three-card .item_card:nth-child(3) .image-wrapper {
  order: 2;
  margin: 0;
  height: 100% !important;
}
@media (min-width: 1024px) {
  .platform-components-page-list__three-card .item_card:nth-child(2) .image-wrapper,
  .platform-components-page-list__three-card .item_card:nth-child(3) .image-wrapper {
    flex: 0 0 200px !important;
  }
}
@media (max-width: 1023px) {
  .platform-components-page-list__three-card .item_card:nth-child(2) .image-wrapper,
  .platform-components-page-list__three-card .item_card:nth-child(3) .image-wrapper {
    flex: 0 0 150px !important;
  }
}
@media (max-width: 500px) {
  .platform-components-page-list__three-card .item_card:nth-child(2) .image-wrapper,
  .platform-components-page-list__three-card .item_card:nth-child(3) .image-wrapper {
    display: none;
  }
}
.platform-components-page-list__three-card .item_card:nth-child(2) {
  grid-area: SecondaryTop;
}
.platform-components-page-list__three-card .item_card:nth-child(3) {
  grid-area: SecondaryBottom;
}
.platform-components-page-list__three-card .item_card:nth-child(n+4) {
  display: none;
}
.platform-components-page-list__four-card {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "MainFeature MainFeature SecondaryTop" "MainFeature MainFeature SecondaryMiddle" "MainFeature MainFeature SecondaryBottom";
  gap: 0 20px;
}
@media (max-width: 1023px) and (min-width: 901px) {
  .platform-components-page-list__four-card {
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .platform-components-page-list__four-card {
    grid-template-areas: "MainFeature MainFeature MainFeature" "SecondaryTop SecondaryMiddle SecondaryBottom";
  }
}
@media (max-width: 900px) {
  .platform-components-page-list__four-card {
    grid-template-columns: 1fr;
    grid-template-areas: "MainFeature" "MainFeature" "SecondaryTop" "SecondaryMiddle" "SecondaryBottom";
  }
}
.platform-components-page-list__four-card .item_card:nth-child(1) {
  grid-area: MainFeature;
}
.platform-components-page-list__four-card .item_card:nth-child(2) .article-card,
.platform-components-page-list__four-card .item_card:nth-child(3) .article-card,
.platform-components-page-list__four-card .item_card:nth-child(4) .article-card {
  flex-direction: row;
  align-items: center;
}
.platform-components-page-list__four-card .item_card:nth-child(2) .article-card .content-wrapper,
.platform-components-page-list__four-card .item_card:nth-child(3) .article-card .content-wrapper,
.platform-components-page-list__four-card .item_card:nth-child(4) .article-card .content-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 15px;
  padding-bottom: 15px;
}
.platform-components-page-list__four-card .item_card:nth-child(2) .article-card .content-wrapper .content-info,
.platform-components-page-list__four-card .item_card:nth-child(3) .article-card .content-wrapper .content-info,
.platform-components-page-list__four-card .item_card:nth-child(4) .article-card .content-wrapper .content-info {
  padding-bottom: 15px;
}
.platform-components-page-list__four-card .item_card:nth-child(2) .image-wrapper,
.platform-components-page-list__four-card .item_card:nth-child(3) .image-wrapper,
.platform-components-page-list__four-card .item_card:nth-child(4) .image-wrapper {
  display: none;
}
.platform-components-page-list__four-card .item_card:nth-child(2) {
  grid-area: SecondaryTop;
}
.platform-components-page-list__four-card .item_card:nth-child(3) {
  grid-area: SecondaryMiddle;
}
.platform-components-page-list__four-card .item_card:nth-child(4) {
  grid-area: SecondaryBottom;
}
.platform-components-page-list__four-card .item_card:nth-child(n+5) {
  display: none;
}
@media (max-width: 1023px) and (min-width: 901px) {
  .platform-components-page-list__four-card .item_card:nth-child(3) {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.platform-components-page-list.slick-slider {
  margin: 0;
}
.platform-components-page-list .slick-dots {
  width: 100%;
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .slick-track {
  margin-left: 0;
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .item_card {
  flex: unset;
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .item_card .article-preview {
  background: transparent;
  border: 0;
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .item_card .article-preview .cmp-list__item-link .article-card {
  width: 120px;
  display: block;
  margin: 0 auto;
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .item_card .article-preview .cmp-list__item-link .article-card .image-wrapper {
  display: flex;
  justify-content: center;
  border-radius: 100%;
  width: 105px;
  height: 105px;
  margin: auto;
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .item_card .article-preview .cmp-list__item-link .article-card .image-wrapper > img {
  position: unset;
  height: 105px;
  width: 105px;
  border-radius: 100%;
  transition: transform .2s ease;
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .item_card .article-preview .cmp-list__item-link .article-card > .content-wrapper {
  padding: 0;
  text-align: center;
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .item_card .article-preview .cmp-list__item-link .article-card > .content-wrapper .content-info {
  padding-bottom: 0;
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .item_card .article-preview .cmp-list__item-link .article-card > .content-wrapper .content-info span {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: GothamBold;
  letter-spacing: 2%;
  color: #5d6267;
  line-height: 1.2;
  text-align: center;
  text-transform: unset;
  padding: 5px 0 0;
  transition: .2s color ease;
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .item_card .article-preview .cmp-list__item-link .article-card > .content-wrapper .page-button {
  display: none;
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .item_card .article-preview .cmp-list__item-link:hover .article-card .image-wrapper > img {
  transition: transform 4s ease-out;
  transform: scale(1.25);
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .item_card .article-preview .cmp-list__item-link:hover .article-card > .content-wrapper {
  padding: 0;
  text-align: center;
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .item_card .article-preview .cmp-list__item-link:hover .article-card > .content-wrapper .content-info {
  padding-bottom: 0;
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .item_card .article-preview .cmp-list__item-link:hover .article-card > .content-wrapper .content-info span {
  color: #127bc0;
}
.platform-components-page-list.platform-components-page-list__circle-carousel-view .slick-list,
.platform-components-page-list.platform-components-page-list__circle-carousel-view .slick-dots {
  width: 100%;
}
.platform-components-page-list.platform-components-page-list__author-view .item_card .article-preview .article-card .image-wrapper {
  height: 245px;
  display: flex;
  justify-content: center;
  min-height: unset;
  width: 100%;
  margin-bottom: 15px;
}
.platform-components-page-list.platform-components-page-list__author-view .item_card .article-preview .article-card .image-wrapper img {
  position: relative;
  height: 100%;
  width: 245px;
  border-radius: 100%;
}
.platform-components-page-list.platform-components-page-list__author-view .item_card .article-preview .article-card .cmp-list__category {
  text-align: center;
  width: 100%;
  display: inline-block;
}
.platform-components-page-list.platform-components-page-list__author-view .item_card .article-preview .article-card .cmp-list__item-title {
  text-align: center;
  display: block;
}
.platform-components-page-list.platform-components-page-list__author-view .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-description {
  text-align: center;
  display: inline-block;
  margin-top: 10px;
}
.platform-components-page-list {
  margin: 0 -10px;
  max-width: unset;
}
.platform-components-page-list .item_card .article-preview {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
.platform-components-page-list .item_card .article-preview.dpc-video-bg .image-wrapper {
  position: absolute;
}
.platform-components-page-list .item_card .article-preview.dpc-video-bg .content-wrapper {
  justify-content: flex-end;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, #ffffff 100%);
}
.platform-components-page-list .item_card .article-preview.dpc-video-bg .content-wrapper .cmp-list__item-date {
  color: #5d6267 !important;
}
@media (max-width: 1023px) {
  .platform-components-page-list .item_card .article-preview.dpc-video-bg .content-wrapper {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 68%, #ffffff 100%);
  }
}
.platform-components-page-list .item_card .article-preview.dpc-video-bg .content-info {
  padding-top: 230px;
}
.platform-components-page-list .item_card .article-preview .article-card video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  z-index: 0;
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title {
  font-family: GothamUltra;
  font-size: 1.125rem;
  line-height: 28px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0rem;
  color: #5d6267;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title {
    font-size: 1.125rem;
  }
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-description {
  font-family: GothamBook;
  font-size: 1.125rem;
  line-height: 125%;
  font-weight: 400;
  text-transform: none;
  color: #5d6267;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-description {
    font-size: 1.125rem;
  }
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-date {
  font-family: unset;
  font-weight: unset;
  color: #5d6267;
  font-size: 0.9375;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-date {
    font-size: 1rem;
  }
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-tags li {
  font-family: 'GothamMedium';
  font-weight: 500;
  font-size: 0.75rem;
  color: #5d6267;
  border-color: #5d6267;
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__category {
  font-family: unset;
  font-weight: unset;
  color: #5d6267;
  font-size: 0.9375;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__category {
    font-size: 1rem;
  }
}
.platform-components-page-list .item_card .article-preview .article-card .content-wrapper .page-button {
  font-family: 'GothamMedium';
  font-weight: 700;
  line-height: 125%;
  font-size: 1rem;
  text-transform: capitalize;
  letter-spacing: 2%;
  border-radius: 12px;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card .article-preview .article-card .content-wrapper .page-button {
    font-size: 1.125rem;
  }
}
.platform-components-page-list .item_card .cmp-list__item-link:hover .cmp-list__item-title {
  color: #127bc0;
}
.platform-components-page-list__list-view .item_card:nth-child(n+1) .cmp-list__item-date {
  font-size: 0.85rem !important;
}
.platform-components-page-list__list-view .item_card.with-image .cmp-list__item-title {
  font-size: 0.85rem !important;
  line-height: 120% !important;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list__list-view .item_card.with-image .cmp-list__item-title {
    font-size: 0.85rem !important;
  }
}
.platform-components-page-list__list-view .item_card.with-image .page-button {
  position: relative;
  border-radius: 0 !important;
}
.platform-components-page-list__list-view .item_card.with-image .page-button:after {
  font-family: 'maytag-icons';
  content: '\e905';
  transition: transform 0.4s ease-in-out;
  font-size: 1.25rem;
  margin-bottom: 2px;
}
.platform-components-page-list__list-view .item_card.with-image .page-button:hover:after,
.platform-components-page-list__list-view .item_card.with-image .page-button:active:after {
  transform: translateX(3px);
}
.platform-components-page-list__list-view .item_card.no-image {
  border-bottom: 1px solid #d9d9d9;
}
.platform-components-page-list__list-view .item_card.no-image:last-child {
  border-bottom: none;
}
.platform-components-page-list__list-view .item_card.no-image .article-preview {
  background: unset !important;
  box-shadow: unset !important;
  border-radius: unset !important;
  border: unset !important;
}
.platform-components-page-list__list-view .item_card.no-image .cmp-list__item-title {
  font-size: 0.85rem !important;
  line-height: 120% !important;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list__list-view .item_card.no-image .cmp-list__item-title {
    font-size: 0.85rem !important;
  }
}
.platform-components-page-list__list-view .item_card.no-image .page-button {
  position: relative;
  border-radius: 0 !important;
}
.platform-components-page-list__list-view .item_card.no-image .page-button:after {
  font-family: 'maytag-icons';
  content: '\e905';
  transition: transform 0.4s ease-in-out;
  font-size: 1.25rem;
  margin-bottom: 2px;
}
.platform-components-page-list__list-view .item_card.no-image .page-button:hover:after,
.platform-components-page-list__list-view .item_card.no-image .page-button:active:after {
  transform: translateX(3px);
}
.platform-components-page-list__one-card .item_card:nth-child(1) .content-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.platform-components-page-list__one-card .item_card:nth-child(1) .content-wrapper .cmp-list__item-date {
  color: #5d6267 !important;
  font-size: 0.85rem !important;
}
.platform-components-page-list__one-card .item_card:nth-child(1) .content-wrapper .cmp-list__item-title {
  line-height: 120% !important;
}
.platform-components-page-list__one-card.platform-components-page-list__gradient-light .item_card:nth-child(1) .content-wrapper .cmp-list__item-date {
  color: #5d6267 !important;
}
.platform-components-page-list__one-card.platform-components-page-list__gradient-light .item_card:nth-child(1) .content-wrapper:after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, #ffffff 100%);
}
@media (max-width: 1023px) {
  .platform-components-page-list__one-card.platform-components-page-list__gradient-light .item_card:nth-child(1) .content-wrapper:after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 68%, #ffffff 100%);
  }
}
.platform-components-page-list__one-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper .cmp-list__item-date,
.platform-components-page-list__one-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper .cmp-list__item-title,
.platform-components-page-list__one-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper .cmp-list__item-description {
  color: #ffffff !important;
}
.platform-components-page-list__one-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 50%, #000000 100%);
}
@media (max-width: 1023px) {
  .platform-components-page-list__one-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 68%, #000000 100%);
  }
}
.platform-components-page-list__three-card .item_card:nth-child(1) .content-wrapper:after,
.platform-components-page-list__four-card .item_card:nth-child(1) .content-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.platform-components-page-list__three-card .item_card:nth-child(1) .content-wrapper .cmp-list__item-date,
.platform-components-page-list__four-card .item_card:nth-child(1) .content-wrapper .cmp-list__item-date {
  color: #5d6267 !important;
}
.platform-components-page-list__three-card .item_card:nth-child(1) .content-wrapper .cmp-list__item-title,
.platform-components-page-list__four-card .item_card:nth-child(1) .content-wrapper .cmp-list__item-title {
  line-height: 120% !important;
}
.platform-components-page-list__three-card .item_card:nth-child(1) .cmp-list__item-date,
.platform-components-page-list__four-card .item_card:nth-child(1) .cmp-list__item-date,
.platform-components-page-list__three-card .item_card:nth-child(2) .cmp-list__item-date,
.platform-components-page-list__four-card .item_card:nth-child(2) .cmp-list__item-date,
.platform-components-page-list__three-card .item_card:nth-child(3) .cmp-list__item-date,
.platform-components-page-list__four-card .item_card:nth-child(3) .cmp-list__item-date,
.platform-components-page-list__three-card .item_card:nth-child(4) .cmp-list__item-date,
.platform-components-page-list__four-card .item_card:nth-child(4) .cmp-list__item-date {
  font-size: 0.85rem !important;
}
.platform-components-page-list__three-card .item_card:nth-child(1) .cmp-list__item-title,
.platform-components-page-list__four-card .item_card:nth-child(1) .cmp-list__item-title,
.platform-components-page-list__three-card .item_card:nth-child(2) .cmp-list__item-title,
.platform-components-page-list__four-card .item_card:nth-child(2) .cmp-list__item-title,
.platform-components-page-list__three-card .item_card:nth-child(3) .cmp-list__item-title,
.platform-components-page-list__four-card .item_card:nth-child(3) .cmp-list__item-title,
.platform-components-page-list__three-card .item_card:nth-child(4) .cmp-list__item-title,
.platform-components-page-list__four-card .item_card:nth-child(4) .cmp-list__item-title {
  line-height: 120% !important;
}
.platform-components-page-list__three-card.platform-components-page-list__gradient-light .item_card:nth-child(1) .content-wrapper .cmp-list__item-date,
.platform-components-page-list__four-card.platform-components-page-list__gradient-light .item_card:nth-child(1) .content-wrapper .cmp-list__item-date {
  color: #5d6267 !important;
}
.platform-components-page-list__three-card.platform-components-page-list__gradient-light .item_card:nth-child(1) .content-wrapper:after,
.platform-components-page-list__four-card.platform-components-page-list__gradient-light .item_card:nth-child(1) .content-wrapper:after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, #ffffff 100%);
}
@media (max-width: 1023px) {
  .platform-components-page-list__three-card.platform-components-page-list__gradient-light .item_card:nth-child(1) .content-wrapper:after,
  .platform-components-page-list__four-card.platform-components-page-list__gradient-light .item_card:nth-child(1) .content-wrapper:after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 68%, #ffffff 100%);
  }
}
.platform-components-page-list__three-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper .cmp-list__item-date,
.platform-components-page-list__four-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper .cmp-list__item-date,
.platform-components-page-list__three-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper .cmp-list__item-title,
.platform-components-page-list__four-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper .cmp-list__item-title,
.platform-components-page-list__three-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper .cmp-list__item-description,
.platform-components-page-list__four-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper .cmp-list__item-description {
  color: #ffffff !important;
}
.platform-components-page-list__three-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper:after,
.platform-components-page-list__four-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 50%, #000000 100%);
}
@media (max-width: 1023px) {
  .platform-components-page-list__three-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper:after,
  .platform-components-page-list__four-card.platform-components-page-list__gradient-dark .item_card:nth-child(1) .content-wrapper:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 68%, #000000 100%);
  }
}
.platform-components-page-list__three-card .item_card:nth-child(2) .cmp-list__item-title,
.platform-components-page-list__three-card .item_card:nth-child(3) .cmp-list__item-title {
  font-size: 0.85rem !important;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list__three-card .item_card:nth-child(2) .cmp-list__item-title,
  .platform-components-page-list__three-card .item_card:nth-child(3) .cmp-list__item-title {
    font-size: 0.85rem !important;
  }
}
.platform-components-page-list__three-card .item_card:nth-child(2) .page-button,
.platform-components-page-list__three-card .item_card:nth-child(3) .page-button {
  position: relative;
  border-radius: 0 !important;
  color: #4295d1 !important;
  background-color: transparent!important;
  padding: 10px 0 !important;
  border-width: 0 !important;
}
.platform-components-page-list__three-card .item_card:nth-child(2) .page-button:after,
.platform-components-page-list__three-card .item_card:nth-child(3) .page-button:after {
  font-family: 'maytag-icons';
  content: '\e905';
  transition: transform 0.4s ease-in-out;
  font-size: 1.25rem;
  margin-bottom: 2px;
}
.platform-components-page-list__three-card .item_card:nth-child(2) .page-button:hover,
.platform-components-page-list__three-card .item_card:nth-child(3) .page-button:hover,
.platform-components-page-list__three-card .item_card:nth-child(2) .page-button:active,
.platform-components-page-list__three-card .item_card:nth-child(3) .page-button:active {
  color: #163d64 !important;
  background-color: transparent!important;
}
.platform-components-page-list__three-card .item_card:nth-child(2) .page-button:hover:after,
.platform-components-page-list__three-card .item_card:nth-child(3) .page-button:hover:after,
.platform-components-page-list__three-card .item_card:nth-child(2) .page-button:active:after,
.platform-components-page-list__three-card .item_card:nth-child(3) .page-button:active:after {
  transform: translateX(3px);
}
.platform-components-page-list__three-card .item_card:nth-child(2) .page-button:hover,
.platform-components-page-list__three-card .item_card:nth-child(3) .page-button:hover {
  border-width: 0 !important;
}
.platform-components-page-list__four-card .item_card:nth-child(2) .article-preview,
.platform-components-page-list__four-card .item_card:nth-child(3) .article-preview,
.platform-components-page-list__four-card .item_card:nth-child(4) .article-preview {
  background: unset !important;
  box-shadow: unset !important;
  border-radius: unset !important;
  border: unset !important;
}
.platform-components-page-list__four-card .item_card:nth-child(2) .cmp-list__item-title,
.platform-components-page-list__four-card .item_card:nth-child(3) .cmp-list__item-title,
.platform-components-page-list__four-card .item_card:nth-child(4) .cmp-list__item-title {
  font-size: 0.85rem !important;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list__four-card .item_card:nth-child(2) .cmp-list__item-title,
  .platform-components-page-list__four-card .item_card:nth-child(3) .cmp-list__item-title,
  .platform-components-page-list__four-card .item_card:nth-child(4) .cmp-list__item-title {
    font-size: 0.85rem !important;
  }
}
.platform-components-page-list__four-card .item_card:nth-child(2) .page-button,
.platform-components-page-list__four-card .item_card:nth-child(3) .page-button,
.platform-components-page-list__four-card .item_card:nth-child(4) .page-button {
  position: relative;
  border-radius: 0 !important;
  color: #4295d1 !important;
  background-color: transparent!important;
  padding: 10px 0 !important;
  border-width: 0 !important;
}
.platform-components-page-list__four-card .item_card:nth-child(2) .page-button:after,
.platform-components-page-list__four-card .item_card:nth-child(3) .page-button:after,
.platform-components-page-list__four-card .item_card:nth-child(4) .page-button:after {
  font-family: 'maytag-icons';
  content: '\e905';
  transition: transform 0.4s ease-in-out;
  font-size: 1.25rem;
  margin-bottom: 2px;
}
.platform-components-page-list__four-card .item_card:nth-child(2) .page-button:hover,
.platform-components-page-list__four-card .item_card:nth-child(3) .page-button:hover,
.platform-components-page-list__four-card .item_card:nth-child(4) .page-button:hover,
.platform-components-page-list__four-card .item_card:nth-child(2) .page-button:active,
.platform-components-page-list__four-card .item_card:nth-child(3) .page-button:active,
.platform-components-page-list__four-card .item_card:nth-child(4) .page-button:active {
  color: #163d64 !important;
  background-color: transparent!important;
}
.platform-components-page-list__four-card .item_card:nth-child(2) .page-button:hover:after,
.platform-components-page-list__four-card .item_card:nth-child(3) .page-button:hover:after,
.platform-components-page-list__four-card .item_card:nth-child(4) .page-button:hover:after,
.platform-components-page-list__four-card .item_card:nth-child(2) .page-button:active:after,
.platform-components-page-list__four-card .item_card:nth-child(3) .page-button:active:after,
.platform-components-page-list__four-card .item_card:nth-child(4) .page-button:active:after {
  transform: translateX(3px);
}
.platform-components-page-list__four-card .item_card:nth-child(2) .page-button:hover,
.platform-components-page-list__four-card .item_card:nth-child(3) .page-button:hover,
.platform-components-page-list__four-card .item_card:nth-child(4) .page-button:hover {
  border-width: 0 !important;
}
.platform-components-page-list__four-card .item_card:nth-child(2) {
  border-bottom: 1px solid #d9d9d9;
}
.platform-components-page-list__four-card .item_card:nth-child(3) {
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 1023px) and (min-width: 901px) {
  .platform-components-page-list__four-card .item_card:nth-child(2) {
    border-bottom: none;
  }
  .platform-components-page-list__four-card .item_card:nth-child(3) {
    border-bottom: none;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
  }
}
.platform-components-page-list__author-view .item_card .article-preview .article-card .cmp-list__category {
  font-size: 12px;
}
.platform-components-page-list__author-view .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-description {
  font-size: 14px;
}
.platform-components-page-list__author-view .item_card .article-preview .article-card .content-wrapper {
  padding-top: 0px;
}
.platform-components-page-list__author-view .item_card .article-preview .article-card .image-wrapper {
  height: 100%;
  overflow: visible;
  margin-top: 20px;
}
.platform-components-page-list__author-view .item_card .article-preview .article-card .image-wrapper img {
  position: relative;
  height: 245px;
}
.platform-components-page-list__masthead-view,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container {
  margin: 0;
}
.platform-components-page-list__masthead-view .item_card,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card,
.platform-components-page-list__masthead-view .item_card.slick-slide,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide {
  padding: 0;
  flex: initial;
  width: 100%;
  height: 70vh!important;
  position: relative;
}
.platform-components-page-list__masthead-view .item_card .article-preview,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview,
.platform-components-page-list__masthead-view .item_card.slick-slide .article-preview,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview {
  border: none;
}
.platform-components-page-list__masthead-view .item_card .article-preview .article-card,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card,
.platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card {
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .platform-components-page-list__masthead-view .item_card .article-preview .article-card,
  .pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card,
  .platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card,
  .pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card {
    justify-content: end;
  }
}
.platform-components-page-list__masthead-view .item_card .article-preview .article-card .image-wrapper,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card .image-wrapper,
.platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card .image-wrapper,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card .image-wrapper {
  position: absolute;
  flex: 0 0 100%;
}
@media only screen and (max-width: 767px) {
  .platform-components-page-list__masthead-view .item_card .article-preview .article-card .image-wrapper,
  .pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card .image-wrapper,
  .platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card .image-wrapper,
  .pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card .image-wrapper {
    flex: 0 0 80%;
    height: 80%;
    top: 0;
  }
}
.platform-components-page-list__masthead-view .item_card .article-preview .article-card .content-wrapper,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card .content-wrapper,
.platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card .content-wrapper,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card .content-wrapper {
  background: #ffffff;
  position: relative;
  width: 460px;
  height: 360px;
  padding: 0 70px;
  margin: 0 14vw;
  flex: initial;
  justify-content: center;
  align-items: start;
}
@media only screen and (max-width: 767px) {
  .platform-components-page-list__masthead-view .item_card .article-preview .article-card .content-wrapper,
  .pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card .content-wrapper,
  .platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card .content-wrapper,
  .pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card .content-wrapper {
    padding: 25px 45px;
    width: 95%;
    min-width: 0;
    min-height: 250px;
    margin: 0;
    height: auto;
  }
}
.platform-components-page-list__masthead-view .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title,
.platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-page-list__masthead-view .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title,
  .pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title,
  .platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title,
  .pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title {
    font-size: 1.125rem;
  }
}
.platform-components-page-list__masthead-view .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title,
.platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card .content-wrapper .content-info .cmp-list__item-title,
.platform-components-page-list__masthead-view .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__category,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__category,
.platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card .content-wrapper .content-info .cmp-list__category,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card .content-wrapper .content-info .cmp-list__category,
.platform-components-page-list__masthead-view .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-description,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card .content-wrapper .content-info .cmp-list__item-description,
.platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card .content-wrapper .content-info .cmp-list__item-description,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card .content-wrapper .content-info .cmp-list__item-description {
  transition: background-color 0.35s ease-in, color 0.35s ease-in, transform 0.35s ease-in, opacity 0.35s ease-in, letter-spacing 0.35s ease-in;
}
.platform-components-page-list__masthead-view .item_card .article-preview .article-card .content-wrapper svg,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card .content-wrapper svg,
.platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card .content-wrapper svg,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card .content-wrapper svg {
  height: auto;
  overflow: visible;
}
.platform-components-page-list__masthead-view .item_card .article-preview .article-card .content-wrapper svg path,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card .content-wrapper svg path,
.platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card .content-wrapper svg path,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card .content-wrapper svg path {
  transition: background-color 0.35s ease-in, color 0.35s ease-in, transform 0.35s ease-in, opacity 0.35s ease-in, letter-spacing 0.35s ease-in;
  fill: #000000;
  transform-origin: left;
}
.platform-components-page-list__masthead-view .item_card .article-preview .article-card .content-wrapper svg .line,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card .content-wrapper svg .line,
.platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card .content-wrapper svg .line,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card .content-wrapper svg .line {
  transform: scaleX(1);
}
.platform-components-page-list__masthead-view .item_card .article-preview .article-card .content-wrapper svg .head,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .article-preview .article-card .content-wrapper svg .head,
.platform-components-page-list__masthead-view .item_card.slick-slide .article-preview .article-card .content-wrapper svg .head,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .article-preview .article-card .content-wrapper svg .head {
  transform: translateX(1);
}
.platform-components-page-list__masthead-view .item_card .cmp-list__item-link,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .cmp-list__item-link,
.platform-components-page-list__masthead-view .item_card.slick-slide .cmp-list__item-link,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .cmp-list__item-link {
  pointer-events: none;
}
.platform-components-page-list__masthead-view .item_card .cmp-list__item-link .content-wrapper,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .cmp-list__item-link .content-wrapper,
.platform-components-page-list__masthead-view .item_card.slick-slide .cmp-list__item-link .content-wrapper,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .cmp-list__item-link .content-wrapper {
  pointer-events: initial;
  overflow: hidden;
}
.platform-components-page-list__masthead-view .item_card .cmp-list__item-link .content-wrapper .content-info,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .cmp-list__item-link .content-wrapper .content-info,
.platform-components-page-list__masthead-view .item_card.slick-slide .cmp-list__item-link .content-wrapper .content-info,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .cmp-list__item-link .content-wrapper .content-info,
.platform-components-page-list__masthead-view .item_card .cmp-list__item-link .content-wrapper svg,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .cmp-list__item-link .content-wrapper svg,
.platform-components-page-list__masthead-view .item_card.slick-slide .cmp-list__item-link .content-wrapper svg,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .cmp-list__item-link .content-wrapper svg {
  z-index: 2;
}
.platform-components-page-list__masthead-view .item_card .cmp-list__item-link .content-wrapper:before,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .cmp-list__item-link .content-wrapper:before,
.platform-components-page-list__masthead-view .item_card.slick-slide .cmp-list__item-link .content-wrapper:before,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .cmp-list__item-link .content-wrapper:before {
  z-index: 1;
  transform-origin: top left;
  transform: scale(0.8);
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: radial-gradient(ellipse at top left, #5d6267 27%, #ffffff 57%);
  opacity: 0;
  transition: background-color 0.35s ease-in, color 0.35s ease-in, transform 0.35s ease-in, opacity 0.35s ease-in, letter-spacing 0.35s ease-in;
}
.platform-components-page-list__masthead-view .item_card .cmp-list__item-link:hover .article-card .content-wrapper,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .cmp-list__item-link:hover .article-card .content-wrapper,
.platform-components-page-list__masthead-view .item_card.slick-slide .cmp-list__item-link:hover .article-card .content-wrapper,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .cmp-list__item-link:hover .article-card .content-wrapper {
  pointer-events: initial;
}
.platform-components-page-list__masthead-view .item_card .cmp-list__item-link:hover .article-card .content-wrapper .content-info .cmp-list__item-title,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .cmp-list__item-link:hover .article-card .content-wrapper .content-info .cmp-list__item-title,
.platform-components-page-list__masthead-view .item_card.slick-slide .cmp-list__item-link:hover .article-card .content-wrapper .content-info .cmp-list__item-title,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .cmp-list__item-link:hover .article-card .content-wrapper .content-info .cmp-list__item-title,
.platform-components-page-list__masthead-view .item_card .cmp-list__item-link:hover .article-card .content-wrapper .content-info .cmp-list__category,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .cmp-list__item-link:hover .article-card .content-wrapper .content-info .cmp-list__category,
.platform-components-page-list__masthead-view .item_card.slick-slide .cmp-list__item-link:hover .article-card .content-wrapper .content-info .cmp-list__category,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .cmp-list__item-link:hover .article-card .content-wrapper .content-info .cmp-list__category,
.platform-components-page-list__masthead-view .item_card .cmp-list__item-link:hover .article-card .content-wrapper .content-info .cmp-list__item-description,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .cmp-list__item-link:hover .article-card .content-wrapper .content-info .cmp-list__item-description,
.platform-components-page-list__masthead-view .item_card.slick-slide .cmp-list__item-link:hover .article-card .content-wrapper .content-info .cmp-list__item-description,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .cmp-list__item-link:hover .article-card .content-wrapper .content-info .cmp-list__item-description {
  opacity: .87;
  color: #ffffff;
}
.platform-components-page-list__masthead-view .item_card .cmp-list__item-link:hover .article-card .content-wrapper:before,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .cmp-list__item-link:hover .article-card .content-wrapper:before,
.platform-components-page-list__masthead-view .item_card.slick-slide .cmp-list__item-link:hover .article-card .content-wrapper:before,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .cmp-list__item-link:hover .article-card .content-wrapper:before {
  -webkit-transform: scale(4);
  -ms-transform: scale(4);
  transform: scale(4);
  opacity: 1;
  transition: background-color 0.35s ease-in, color 0.35s ease-in, transform 0.35s ease-in, opacity 0.35s ease-in, letter-spacing 0.35s ease-in;
}
.platform-components-page-list__masthead-view .item_card .cmp-list__item-link:hover .article-card svg .line,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .cmp-list__item-link:hover .article-card svg .line,
.platform-components-page-list__masthead-view .item_card.slick-slide .cmp-list__item-link:hover .article-card svg .line,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .cmp-list__item-link:hover .article-card svg .line {
  transform: scaleX(1.5);
}
.platform-components-page-list__masthead-view .item_card .cmp-list__item-link:hover .article-card svg .head,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .cmp-list__item-link:hover .article-card svg .head,
.platform-components-page-list__masthead-view .item_card.slick-slide .cmp-list__item-link:hover .article-card svg .head,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .cmp-list__item-link:hover .article-card svg .head {
  transform: translateX(13px);
}
.platform-components-page-list__masthead-view .item_card .cmp-list__item-link:hover .image-wrapper img,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card .cmp-list__item-link:hover .image-wrapper img,
.platform-components-page-list__masthead-view .item_card.slick-slide .cmp-list__item-link:hover .image-wrapper img,
.pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card.slick-slide .cmp-list__item-link:hover .image-wrapper img {
  transform: scale(1);
}
@media only screen and (max-width: 767px) {
  .pc-carousel-wrapper[data-overlay-indicators-mobile="true"] .platform-components-page-list__masthead-carousel-view.pc-carousel-container[data-indicators-mobile="true"] .item_card.slick-slide .article-preview .article-card .content-wrapper {
    padding: 25px 45px 45px;
  }
}
.aem-AuthorLayer-Edit .platform-components-page-list__masthead-view .item_card,
.aem-AuthorLayer-Layouting .platform-components-page-list__masthead-view .item_card,
.aem-AuthorLayer-Developer .platform-components-page-list__masthead-view .item_card,
.aem-AuthorLayer-Timewarp .platform-components-page-list__masthead-view .item_card,
.aem-AuthorLayer-Preview .platform-components-page-list__masthead-view .item_card,
.aem-AuthorLayer-Edit .pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card,
.aem-AuthorLayer-Layouting .pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card,
.aem-AuthorLayer-Developer .pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card,
.aem-AuthorLayer-Timewarp .pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card,
.aem-AuthorLayer-Preview .pc-carousel-wrapper .platform-components-page-list__masthead-carousel-view.pc-carousel-container .item_card {
  min-height: 200px!important;
  max-height: 500px!important;
  overflow: hidden;
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 {
  width: 100%;
  height: fit-content !important;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1 {
    margin-block: 30px;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview {
  width: 100%;
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .cmp-list__item-link {
  display: block;
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card {
  display: grid;
  box-sizing: border-box;
  height: fit-content;
  margin: 0;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card {
    margin: 0 0 0 7%;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-media-grid {
  grid-area: 1 / 1 / 2 / 2;
  display: grid;
  min-height: 750px;
  height: 100vh;
  max-height: 1200px;
  grid-template-columns: 1fr 3fr 9fr 2fr;
  grid-template-rows: minmax(55px, 2fr) minmax(278px, 9fr) minmax(25px, 2fr) 3fr 9fr;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-media-grid {
    min-height: 800px;
    height: 100vh;
    max-height: 65vw;
    grid-template-columns: 1fr 3fr 6fr 6fr;
    grid-template-rows: 1fr 6fr 3fr;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-media-wrapper {
  width: 100%;
  height: 100%;
  overflow: clip;
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-media-wrapper img,
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-media-wrapper video {
  position: relative;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-primary {
  grid-column: 2 / 5;
  grid-row: 2 / 4;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-primary {
    grid-column: 2 / 4;
    grid-row: 2 / 4;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-primary img,
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-primary video {
  object-position: top;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-primary img,
  .platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-primary video {
    object-position: unset;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-secondary {
  grid-column: 1 / 4;
  grid-row: 1 / 5;
  max-height: 700px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-secondary {
    width: 550px;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-secondary {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    min-width: 350px;
    max-height: unset;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-texture {
  grid-column: 2 / 5;
  grid-row: 3 / 6;
  position: relative;
  left: 87px;
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-texture {
    grid-column: 4 / 5;
    grid-row: 1 / 4;
    left: 0;
    z-index: 0;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-texture img {
  object-fit: contain;
  object-position: top right;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-texture img {
    object-position: right;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-content-grid {
  grid-area: 1 / 1 / 2 / 2;
  display: grid;
  min-height: fit-content;
  height: 100%;
  max-height: 1200px;
  grid-template-columns: 1fr 13fr 1fr;
  grid-template-rows: minmax(325px, 11fr) minmax(max-content, 12fr);
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .dpc-content-grid {
    min-height: 800px;
    height: 100vh;
    max-height: 65vw;
    display: grid;
    grid-template-columns: 6fr 5fr;
    grid-template-rows: minmax(128px, 2fr) minmax(max-content, 9fr);
    margin: 0;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .content-wrapper {
  display: block;
  box-sizing: border-box;
  min-height: unset;
  height: fit-content;
  width: 100%;
  padding: 32px 25px;
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .content-wrapper {
    width: 550px;
    padding: 32px 25px;
    margin-inline: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .content-wrapper {
    width: 480px;
    padding: 62px 78px 62px 84px;
    margin: 0 100px 100px 0;
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    justify-self: left;
    align-self: start;
    z-index: 2;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .content-wrapper > * {
  position: relative;
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .content-wrapper .content-info {
  width: 100%;
  padding: 0;
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .content-wrapper .content-info > * {
  display: block;
  padding: 0;
}
.platform-components-page-list .item_card.dpc-masthead-collage-1 .article-preview .article-card .content-wrapper .content-info .cmp-list__category {
  width: fit-content;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card {
    margin: 0 7% 0 0;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card .dpc-media-grid {
  grid-template-columns: 2fr 9fr 3fr 1fr;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card .dpc-media-grid {
    grid-template-columns: 6fr 6fr 3fr 1fr;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card .dpc-primary {
  grid-column: 1 / 4;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card .dpc-primary {
    grid-column: 2 / 4;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card .dpc-primary img {
    object-position: top left;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card .dpc-secondary {
  grid-column: 2 / 5;
}
@media only screen and (min-width: 768px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card .dpc-secondary {
    justify-self: right;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card .dpc-secondary {
    grid-column: 3 / 5;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card .dpc-texture {
  grid-column: 1 / 4;
  left: unset;
  right: 160px;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card .dpc-texture {
    grid-column: 1 / 2;
    right: unset;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card .dpc-texture img {
  object-position: top left;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card .dpc-texture img {
    object-position: left;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card .dpc-content-grid {
    grid-template-columns: 5fr 6fr;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-1:nth-child(even) .article-preview .article-card .content-wrapper {
    grid-column: 1 / 2;
    margin: 0 0 100px 100px;
    justify-self: right;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 {
  width: 100%;
  height: fit-content !important;
  padding: 0;
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview {
  width: 100%;
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .cmp-list__item-link {
  display: block;
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card {
  display: grid;
  box-sizing: border-box;
  height: fit-content;
  margin: 0;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card {
    margin-inline: 7%;
    margin-block: 30px;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-media-grid {
  grid-area: 1 / 1 / 2 / 2;
  display: grid;
  min-height: 750px;
  height: 100vh;
  max-height: 1200px;
  grid-template-columns: 1fr 10fr 4fr;
  grid-template-rows: minmax(380px, 14fr) minmax(54px, 2fr) 10fr minmax(135px, 5fr);
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-media-grid {
    min-height: 800px;
    height: 100vh;
    max-height: 65vw;
    grid-template-columns: 5fr 7fr;
    grid-template-rows: repeat(12, 1fr);
    gap: 20px;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-media-wrapper {
  width: 100%;
  height: 100%;
  overflow: clip;
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-media-wrapper img,
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-media-wrapper video {
  position: relative;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-primary {
  grid-column: 1 / 4;
  grid-row: 1 / 3;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-primary {
    grid-column: 2 / 3;
    grid-row: 1 / 11;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-secondary {
  grid-column: 1 / 3;
  grid-row: 2 / 4;
  max-height: 225px;
  min-width: 300px;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-secondary {
    width: 550px;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-secondary {
    grid-column: 1 / 2;
    grid-row: 1 / 8;
    max-height: 100%;
    min-width: unset;
    z-index: 2;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-texture {
  grid-column: 2 / 4;
  grid-row: 3 / 5;
  position: relative;
  left: 0px;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-texture {
    grid-column: 1 / 2;
    grid-row: 5 / 13;
    left: 0px;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-texture img {
  object-fit: contain;
  object-position: bottom right;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-texture img {
    object-position: bottom;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-content-grid {
  grid-area: 1 / 1 / 2 / 2;
  display: grid;
  min-height: fit-content;
  height: 100%;
  max-height: 1200px;
  grid-template-columns: 1fr 13fr 1fr;
  grid-template-rows: minmax(405px, 14fr) minmax(max-content, 10fr) minmax(135px, 5fr);
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .dpc-content-grid {
    min-height: 800px;
    height: 100vh;
    max-height: 65vw;
    grid-template-columns: 6fr 6fr;
    grid-template-rows: 9fr 3fr;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .content-wrapper {
  display: block;
  box-sizing: border-box;
  min-height: unset;
  height: fit-content;
  width: 100%;
  padding: 32px 25px;
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .content-wrapper {
    width: 550px;
    padding: 32px 25px;
    margin-inline: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .content-wrapper {
    width: 480px;
    padding: 62px 78px 62px 84px;
    margin: 100px 0 0 100px;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    justify-self: right;
    align-self: end;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .content-wrapper > * {
  position: relative;
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .content-wrapper .content-info {
  width: 100%;
  padding: 0;
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .content-wrapper .content-info > * {
  display: block;
  padding: 0;
}
.platform-components-page-list .item_card.dpc-masthead-collage-2 .article-preview .article-card .content-wrapper .content-info .cmp-list__category {
  width: fit-content;
}
.platform-components-page-list .item_card.dpc-masthead-collage-2:nth-child(odd) .article-preview .article-card .dpc-media-grid {
  grid-template-columns: 4fr 10fr 1fr;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2:nth-child(odd) .article-preview .article-card .dpc-media-grid {
    grid-template-columns: 7fr 5fr;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-2:nth-child(odd) .article-preview .article-card .dpc-primary {
  grid-column: 1 / 4;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2:nth-child(odd) .article-preview .article-card .dpc-primary {
    grid-column: 1 / 2;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-2:nth-child(odd) .article-preview .article-card .dpc-secondary {
  grid-column: 2 / 4;
}
@media only screen and (min-width: 768px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2:nth-child(odd) .article-preview .article-card .dpc-secondary {
    justify-self: right;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2:nth-child(odd) .article-preview .article-card .dpc-secondary {
    grid-column: 2 / 3;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-2:nth-child(odd) .article-preview .article-card .dpc-texture {
  grid-column: 1 / 3;
  position: relative;
  left: unset;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2:nth-child(odd) .article-preview .article-card .dpc-texture {
    grid-column: 2 / 3;
    left: 135px;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-2:nth-child(odd) .article-preview .article-card .dpc-texture img {
  object-position: bottom left;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2:nth-child(odd) .article-preview .article-card .dpc-texture img {
    object-position: bottom;
  }
}
.platform-components-page-list .item_card.dpc-masthead-collage-2:nth-child(odd) .article-preview .article-card .content-wrapper {
  grid-column: 2 / 3;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-collage-2:nth-child(odd) .article-preview .article-card .content-wrapper {
    grid-column: 2 / 3;
    margin: 100px 100px 0 0;
    justify-self: left;
  }
}
.platform-components-page-list .item_card.dpc-masthead-feature-video {
  width: 100%;
  height: fit-content !important;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-feature-video {
    margin-block: 30px;
  }
}
.platform-components-page-list .item_card.dpc-masthead-feature-video.dpc-animate-full-width-on-scroll {
  height: 150vh !important;
}
.platform-components-page-list .item_card.dpc-masthead-feature-video.dpc-animate-full-width-on-scroll .cmp-list__item-link .article-card .content-wrapper:before {
  display: none;
}
.platform-components-page-list .item_card.dpc-masthead-feature-video.dpc-animate-full-width-on-scroll .cmp-list__item-link:hover .cmp-list__item-title,
.platform-components-page-list .item_card.dpc-masthead-feature-video.dpc-animate-full-width-on-scroll .cmp-list__item-link:hover .cmp-list__category,
.platform-components-page-list .item_card.dpc-masthead-feature-video.dpc-animate-full-width-on-scroll .cmp-list__item-link:hover .cmp-list__item-description {
  opacity: 1!important;
}
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview {
  min-height: 750px;
  height: 100vh;
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview {
    min-height: 800px;
    height: 100vh;
  }
}
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .article-card,
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .dpc-media-wrapper {
  display: grid;
  height: 100%;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-items: center;
  padding: 25px;
}
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .article-card > *,
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .dpc-media-wrapper > * {
  grid-area: 1 / 1 / 2 / 2;
}
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .article-card .dpc-video-overlay,
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .dpc-media-wrapper .dpc-video-overlay {
  height: 100%;
  background: radial-gradient(35.4% 35.4% at 50% 50%, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .article-card .content-wrapper,
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .dpc-media-wrapper .content-wrapper {
  min-height: unset;
  height: fit-content;
  width: 372px;
  padding: 32px 25px;
  margin-inline: auto;
  text-align: center;
  background: unset;
}
@media only screen and (max-width: 767px) {
  .platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .article-card .content-wrapper,
  .platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .dpc-media-wrapper .content-wrapper {
    max-width: 372px;
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .article-card .content-wrapper,
  .platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .dpc-media-wrapper .content-wrapper {
    width: 660px;
    padding: 62px 78px 62px 84px;
  }
}
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .article-card .content-wrapper svg,
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .dpc-media-wrapper .content-wrapper svg {
  margin-inline: auto;
}
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .article-card .content-wrapper .content-info,
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .dpc-media-wrapper .content-wrapper .content-info {
  padding: 0;
}
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .article-card .content-wrapper .content-info > *,
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .dpc-media-wrapper .content-wrapper .content-info > * {
  display: block;
  padding: 0;
}
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .article-card .content-wrapper .content-info .cmp-list__category,
.platform-components-page-list .item_card.dpc-masthead-feature-video .article-preview .dpc-media-wrapper .content-wrapper .content-info .cmp-list__category {
  width: fit-content;
  margin-inline: auto;
}

.platform-components-masthead.platform-components-masthead--v2 {
  display: block;
  border: none;
  height: auto !important;
}
.platform-components-masthead__container {
  position: relative;
  display: flex;
}
.platform-components-masthead__container.h-100vh--lg {
  height: 100vh;
  min-height: 1080px;
}
.platform-components-masthead__container.h-75vh--lg {
  height: 75vh;
  min-height: calc(810px);
}
.platform-components-masthead__container.h-50vh--lg {
  height: 50vh;
  min-height: calc(540px);
}
.platform-components-masthead__container.h-66vh--lg {
  height: calc(66.66666667vh);
  min-height: calc(719.99928px);
}
.platform-components-masthead__container.h-33vh--lg {
  height: calc(33.33333333vh);
  min-height: calc(359.99964px);
}
.platform-components-masthead__container.h-25vh--lg {
  height: 25vh;
  min-height: calc(270px);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__container.h-100vh--md {
    height: 100vh;
    min-height: 1080px;
  }
  .platform-components-masthead__container.h-75vh--md {
    height: 75vh;
    min-height: calc(810px);
  }
  .platform-components-masthead__container.h-66vh--md {
    height: calc(66.66666667vh);
    min-height: calc(719.99928px);
  }
  .platform-components-masthead__container.h-50vh--md {
    height: 50vh;
    min-height: calc(540px);
  }
  .platform-components-masthead__container.h-33vh--md {
    height: calc(33.33333333vh);
    min-height: calc(359.99964px);
  }
  .platform-components-masthead__container.h-25vh--md {
    height: 25vh;
    min-height: calc(270px);
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__container.h-100vh--sm {
    height: 100vh;
    min-height: 1080px;
  }
  .platform-components-masthead__container.h-75vh--sm {
    height: 75vh;
    min-height: calc(810px);
  }
  .platform-components-masthead__container.h-66vh--sm {
    height: calc(66.66666667vh);
    min-height: calc(719.99928px);
  }
  .platform-components-masthead__container.h-50vh--sm {
    height: 50vh;
    min-height: calc(540px);
  }
  .platform-components-masthead__container.h-33vh--sm {
    height: calc(33.33333333vh);
    min-height: calc(359.99964px);
  }
  .platform-components-masthead__container.h-25vh--sm {
    height: 25vh;
    min-height: calc(270px);
  }
}
.platform-components-masthead__container.animate-in .platform-components-masthead__preheader,
.platform-components-masthead__container.animate-in .platform-components-masthead__main-header,
.platform-components-masthead__container.animate-in .platform-components-masthead__body-copy,
.platform-components-masthead__container.animate-in .platform-components-masthead__subtitle,
.platform-components-masthead__container.animate-in .platform-components-masthead__disclaimer,
.platform-components-masthead__container.animate-in .platform-components-masthead__button-container,
.platform-components-masthead__container.animate-in .platform-components-masthead__scroll-indicator {
  transform: translateY(0);
  opacity: 1;
}
.platform-components-masthead__container.no-min-height {
  min-height: initial!important;
}
.platform-components-masthead__breadcrumb {
  font-family: GothamBold;
  font-weight: 400;
  line-height: 125%;
  text-transform: capitalize;
  letter-spacing: 2%;
  font-size: 0.9375;
}
@media only screen and (max-width: 767px) {
  .platform-components-masthead__breadcrumb {
    font-size: 0.9375;
  }
}
.platform-components-masthead__preheader {
  font-family: GothamBold;
  font-weight: 800;
  line-height: 28px;
  text-transform: capitalize;
  letter-spacing: 2%;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-masthead__preheader {
    font-size: 1.0625rem;
    margin-bottom: 0.75rem;
  }
}
.platform-components-masthead__subtitle {
  font-family: GothamBold;
  font-weight: 700;
  line-height: 125%;
  text-transform: capitalize;
  letter-spacing: 2%;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-masthead__subtitle {
    font-size: 1.125rem;
    margin-bottom: 1.75rem;
  }
}
.platform-components-masthead__body-copy {
  font-family: GothamBook;
  font-weight: 400;
  line-height: 125%;
  text-transform: none;
  letter-spacing: 2%;
  font-size: 1.125rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-masthead__body-copy {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-masthead__body-copy b,
.platform-components-masthead__body-copy strong {
  font-family: Open Sans;
  font-weight: 700;
}
.platform-components-masthead__disclaimer p {
  font-family: GothamBook;
  font-weight: 400;
  line-height: 125%;
  text-transform: none;
  letter-spacing: 0.063rem;
  font-size: 0.85rem;
  margin-bottom: 1.75rem;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .platform-components-masthead__disclaimer p {
    font-size: 0.85rem;
    margin-bottom: 1.25rem;
  }
}
.platform-components-masthead__disclaimer p b,
.platform-components-masthead__disclaimer p strong {
  font-family: Open Sans;
  font-weight: 700;
}
.platform-components-masthead__absolute-container {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.platform-components-masthead__scroll-indicator {
  font-family: 'GothamMedium';
  font-weight: 700;
  line-height: 125%;
  text-transform: uppercase;
  letter-spacing: 2%;
  font-size: 1.125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 1rem;
  transition: color 200ms ease-out;
}
@media only screen and (max-width: 767px) {
  .platform-components-masthead__scroll-indicator {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
.platform-components-masthead__scroll-indicator span {
  color: inherit;
  transform: translateY(0px);
  transition: transform .3s ease;
}
.platform-components-masthead__scroll-indicator:hover {
  text-decoration: none;
}
.platform-components-masthead__scroll-indicator:hover span {
  transform: translateY(5px);
}
.platform-components-masthead__button-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-left: calc(-10px);
  margin-right: calc(-10px);
}
.platform-components-masthead__button {
  font-family: 'GothamMedium';
  font-weight: 700;
  line-height: 125%;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2%;
  padding: 10px 25px;
  border-radius: 12px;
  display: block;
  align-self: flex-start;
  text-decoration: none;
  height: auto !important;
  margin-left: calc(10px);
  margin-right: calc(10px);
  margin-bottom: 20px;
}
.platform-components-masthead__button:hover,
.platform-components-masthead__button:active {
  text-decoration: none;
  padding: 10px 25px;
  outline: none !important;
}
.platform-components-masthead__button:focus {
  text-decoration: none;
  padding: 10px 25px;
  margin-left: calc(11px);
  margin-right: calc(11px);
}
.platform-components-masthead__button:last-child {
  margin-bottom: 0;
}
.platform-components-masthead__button--primary.brand {
  background-color: #127bc0;
  color: #ffffff;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.platform-components-masthead__button--primary.brand:hover,
.platform-components-masthead__button--primary.brand:active,
.platform-components-masthead__button--primary.brand:focus {
  background-color: #163d64;
  color: #ffffff;
}
.platform-components-masthead__button--primary.brand:focus {
  outline: 1px solid #fff;
}
.platform-components-masthead__button--primary.light {
  background-color: #ffffff;
  color: #4295d1;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.platform-components-masthead__button--primary.light:hover,
.platform-components-masthead__button--primary.light:active,
.platform-components-masthead__button--primary.light:focus {
  background-color: #127bc0;
  color: #4295d1;
}
.platform-components-masthead__button--primary.dark {
  background-color: #ffffff;
  color: #163d64;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.platform-components-masthead__button--primary.dark:hover,
.platform-components-masthead__button--primary.dark:active,
.platform-components-masthead__button--primary.dark:focus {
  background-color: #127bc0;
  color: #ffffff;
}
.platform-components-masthead__button--secondary.brand {
  background-color: transparent;
  color: #127bc0;
  box-shadow: inset 0 0 0 1px #127bc0;
  transition: background-color 200ms ease-out, color 200ms ease-out, box-shadow 200ms ease-out;
}
.platform-components-masthead__button--secondary.brand:hover,
.platform-components-masthead__button--secondary.brand:active,
.platform-components-masthead__button--secondary.brand:focus {
  background-color: #163d64;
  color: #ffffff;
  box-shadow: inset 0 0 0 1px #163d64;
}
.platform-components-masthead__button--secondary.dark {
  background-color: transparent;
  color: #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff;
  transition: background-color 200ms ease-out, color 200ms ease-out, box-shadow 200ms ease-out;
}
.platform-components-masthead__button--secondary.dark:hover,
.platform-components-masthead__button--secondary.dark:active,
.platform-components-masthead__button--secondary.dark:focus {
  background-color: #127bc0;
  color: #ffffff;
  box-shadow: inset 0 0 0 1px #127bc0;
}
.platform-components-masthead__button--secondary.light {
  background-color: transparent;
  color: #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff;
  transition: background-color 200ms ease-out, color 200ms ease-out, box-shadow 200ms ease-out;
}
.platform-components-masthead__button--secondary.light:hover,
.platform-components-masthead__button--secondary.light:active,
.platform-components-masthead__button--secondary.light:focus {
  background-color: #ffffff;
  color: #127bc0;
  box-shadow: inset 0 0 0 1px #ffffff;
}
.platform-components-masthead__button--secondary.light:focus {
  outline: 1px solid #fff;
}
.platform-components-masthead__button--tertiary {
  padding: 10px 0;
}
.platform-components-masthead__button--tertiary.brand {
  color: #4295d1;
  transition: color 200ms ease-out;
}
.platform-components-masthead__button--tertiary.brand:hover,
.platform-components-masthead__button--tertiary.brand:active,
.platform-components-masthead__button--tertiary.brand:focus {
  color: #163d64;
}
.platform-components-masthead__button--tertiary.dark {
  color: #ffffff;
  transition: color 200ms ease-out;
}
.platform-components-masthead__button--tertiary.dark:hover,
.platform-components-masthead__button--tertiary.dark:active,
.platform-components-masthead__button--tertiary.dark:focus {
  color: #4295d1;
}
.platform-components-masthead__button--tertiary.light {
  color: #ffffff;
  transition: color 200ms ease-out;
}
.platform-components-masthead__button--tertiary.light:hover,
.platform-components-masthead__button--tertiary.light:active,
.platform-components-masthead__button--tertiary.light:focus {
  color: #767e84;
}
.platform-components-masthead__button--tertiary:hover,
.platform-components-masthead__button--tertiary:active,
.platform-components-masthead__button--tertiary:focus {
  padding: 10px 0;
}
@media (min-width: 768px) {
  .platform-components-masthead__button {
    font-size: 1.125rem;
  }
}
.platform-components-masthead__button.withicon {
  display: flex;
  align-items: center;
}
.platform-components-masthead__button.withicon-left .button-text {
  order: 2;
}
.platform-components-masthead__button.withicon-left .button-icon {
  order: 1;
  margin-right: 10px;
  line-height: 0;
  height: 0;
}
.platform-components-masthead__button.withicon-right .button-icon {
  margin-left: 10px;
  line-height: 0;
  height: 0;
}
.platform-components-masthead__button.withicon-bottom {
  flex-direction: column;
}
.platform-components-masthead__button .button-icon {
  font-size: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-masthead__button .button-icon {
    font-size: 1.25rem;
  }
}
.platform-components-masthead__image-container--background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.platform-components-masthead__image-container--background .platform-components-masthead__image,
.platform-components-masthead__image-container--background video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  z-index: 0;
}
@media (min-width: 768px) {
  .platform-components-masthead__video-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__video.hide-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .platform-components-masthead__image-mobile {
    display: none;
  }
}
.platform-components-masthead__theme-01 {
  background-color: #ffffff;
  --overlay-color-1: rgba(245, 245, 245, 0.85);
}
.platform-components-masthead__theme-01 .platform-components-masthead__main-header,
.platform-components-masthead__theme-01 .platform-components-masthead__subtitle,
.platform-components-masthead__theme-01 .platform-components-masthead__body-copy,
.platform-components-masthead__theme-01 .platform-components-masthead__body-copy p,
.platform-components-masthead__theme-01 .platform-components-masthead__scroll-indicator,
.platform-components-masthead__theme-01 .platform-components-masthead__disclaimer p {
  color: #5d6267;
}
.platform-components-masthead__theme-01 .platform-components-masthead__disclaimer p {
  text-shadow: 0 0 8px rgba(245, 245, 245, 0.85);
}
.platform-components-masthead__theme-01 .platform-components-masthead__breadcrumb {
  color: #5d6267;
}
.platform-components-masthead__theme-01 .platform-components-masthead__breadcrumb:hover {
  color: #5d6267;
}
.platform-components-masthead__theme-01 .platform-components-masthead__preheader {
  color: #5d6267;
}
.platform-components-masthead__theme-01 .platform-components-masthead__body-copy a,
.platform-components-masthead__theme-01 .platform-components-masthead__disclaimer a {
  color: #000000;
}
.platform-components-masthead__theme-01 .platform-components-masthead__body-copy a:hover,
.platform-components-masthead__theme-01 .platform-components-masthead__disclaimer a:hover {
  color: #127bc0;
}
.platform-components-masthead__theme-01 .platform-components-masthead__scroll-indicator:active,
.platform-components-masthead__theme-01 .platform-components-masthead__scroll-indicator:focus,
.platform-components-masthead__theme-01 .platform-components-masthead__scroll-indicator:hover {
  color: #127bc0;
}
.platform-components-masthead__theme-01 .platform-components-masthead__color-overlay {
  background-color: rgba(245, 245, 245, 0.85);
}
.platform-components-masthead__theme-02 {
  background-color: #f9f9f9;
  --overlay-color-1: rgba(245, 245, 245, 0.85);
}
.platform-components-masthead__theme-02 .platform-components-masthead__main-header,
.platform-components-masthead__theme-02 .platform-components-masthead__subtitle,
.platform-components-masthead__theme-02 .platform-components-masthead__body-copy,
.platform-components-masthead__theme-02 .platform-components-masthead__body-copy p,
.platform-components-masthead__theme-02 .platform-components-masthead__scroll-indicator,
.platform-components-masthead__theme-02 .platform-components-masthead__disclaimer p {
  color: #5d6267;
}
.platform-components-masthead__theme-02 .platform-components-masthead__disclaimer p {
  text-shadow: 0 0 8px rgba(245, 245, 245, 0.85);
}
.platform-components-masthead__theme-02 .platform-components-masthead__breadcrumb {
  color: #5d6267;
}
.platform-components-masthead__theme-02 .platform-components-masthead__breadcrumb:hover {
  color: #5d6267;
}
.platform-components-masthead__theme-02 .platform-components-masthead__preheader {
  color: #5d6267;
}
.platform-components-masthead__theme-02 .platform-components-masthead__body-copy a,
.platform-components-masthead__theme-02 .platform-components-masthead__disclaimer a {
  color: #000000;
}
.platform-components-masthead__theme-02 .platform-components-masthead__body-copy a:hover,
.platform-components-masthead__theme-02 .platform-components-masthead__disclaimer a:hover {
  color: #127bc0;
}
.platform-components-masthead__theme-02 .platform-components-masthead__scroll-indicator:active,
.platform-components-masthead__theme-02 .platform-components-masthead__scroll-indicator:focus,
.platform-components-masthead__theme-02 .platform-components-masthead__scroll-indicator:hover {
  color: #127bc0;
}
.platform-components-masthead__theme-02 .platform-components-masthead__color-overlay {
  background-color: rgba(245, 245, 245, 0.85);
}
.platform-components-masthead__theme-03 {
  background-color: unset;
  --overlay-color-1: unset;
}
.platform-components-masthead__theme-03 .platform-components-masthead__main-header,
.platform-components-masthead__theme-03 .platform-components-masthead__subtitle,
.platform-components-masthead__theme-03 .platform-components-masthead__body-copy,
.platform-components-masthead__theme-03 .platform-components-masthead__body-copy p,
.platform-components-masthead__theme-03 .platform-components-masthead__scroll-indicator,
.platform-components-masthead__theme-03 .platform-components-masthead__disclaimer p {
  color: unset;
}
.platform-components-masthead__theme-03 .platform-components-masthead__disclaimer p {
  text-shadow: unset;
}
.platform-components-masthead__theme-03 .platform-components-masthead__breadcrumb {
  color: unset;
}
.platform-components-masthead__theme-03 .platform-components-masthead__breadcrumb:hover {
  color: unset;
}
.platform-components-masthead__theme-03 .platform-components-masthead__preheader {
  color: unset;
}
.platform-components-masthead__theme-03 .platform-components-masthead__body-copy a,
.platform-components-masthead__theme-03 .platform-components-masthead__disclaimer a {
  color: #127bc0;
}
.platform-components-masthead__theme-03 .platform-components-masthead__body-copy a:hover,
.platform-components-masthead__theme-03 .platform-components-masthead__disclaimer a:hover {
  color: #127bc0;
}
.platform-components-masthead__theme-03 .platform-components-masthead__scroll-indicator:active,
.platform-components-masthead__theme-03 .platform-components-masthead__scroll-indicator:focus,
.platform-components-masthead__theme-03 .platform-components-masthead__scroll-indicator:hover {
  color: #127bc0;
}
.platform-components-masthead__theme-03 .platform-components-masthead__color-overlay {
  background-color: unset;
}
.platform-components-masthead__theme-04 {
  background-color: unset;
  --overlay-color-1: unset;
}
.platform-components-masthead__theme-04 .platform-components-masthead__main-header,
.platform-components-masthead__theme-04 .platform-components-masthead__subtitle,
.platform-components-masthead__theme-04 .platform-components-masthead__body-copy,
.platform-components-masthead__theme-04 .platform-components-masthead__body-copy p,
.platform-components-masthead__theme-04 .platform-components-masthead__scroll-indicator,
.platform-components-masthead__theme-04 .platform-components-masthead__disclaimer p {
  color: unset;
}
.platform-components-masthead__theme-04 .platform-components-masthead__disclaimer p {
  text-shadow: unset;
}
.platform-components-masthead__theme-04 .platform-components-masthead__breadcrumb {
  color: unset;
}
.platform-components-masthead__theme-04 .platform-components-masthead__breadcrumb:hover {
  color: unset;
}
.platform-components-masthead__theme-04 .platform-components-masthead__preheader {
  color: unset;
}
.platform-components-masthead__theme-04 .platform-components-masthead__body-copy a,
.platform-components-masthead__theme-04 .platform-components-masthead__disclaimer a {
  color: #000000;
}
.platform-components-masthead__theme-04 .platform-components-masthead__body-copy a:hover,
.platform-components-masthead__theme-04 .platform-components-masthead__disclaimer a:hover {
  color: #127bc0;
}
.platform-components-masthead__theme-04 .platform-components-masthead__scroll-indicator:active,
.platform-components-masthead__theme-04 .platform-components-masthead__scroll-indicator:focus,
.platform-components-masthead__theme-04 .platform-components-masthead__scroll-indicator:hover {
  color: #127bc0;
}
.platform-components-masthead__theme-04 .platform-components-masthead__color-overlay {
  background-color: unset;
}
.platform-components-masthead__color-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.platform-components-masthead__color-overlay-opacity-10--lg {
  opacity: .1;
}
.platform-components-masthead__color-overlay-opacity-25--lg {
  opacity: .25;
}
.platform-components-masthead__color-overlay-opacity-50--lg {
  opacity: .50;
}
.platform-components-masthead__color-overlay-opacity-75--lg {
  opacity: .75;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__color-overlay-opacity-10--md {
    opacity: .1;
  }
  .platform-components-masthead__color-overlay-opacity-25--md {
    opacity: .25;
  }
  .platform-components-masthead__color-overlay-opacity-50--md {
    opacity: .50;
  }
  .platform-components-masthead__color-overlay-opacity-75--md {
    opacity: .75;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__color-overlay-opacity-10--sm {
    opacity: .1;
  }
  .platform-components-masthead__color-overlay-opacity-25--sm {
    opacity: .25;
  }
  .platform-components-masthead__color-overlay-opacity-50--sm {
    opacity: .50;
  }
  .platform-components-masthead__color-overlay-opacity-75--sm {
    opacity: .75;
  }
}
.platform-components-masthead__center-alignment--lg {
  justify-content: center;
}
.platform-components-masthead__center-alignment--lg.platform-components-masthead__bottom-alignment--lg {
  --overlay-direction: to top;
}
.platform-components-masthead__center-alignment--lg.platform-components-masthead__top-alignment--lg {
  --overlay-direction: to bottom;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__center-alignment--lg.platform-components-masthead__bottom-alignment--md {
    --overlay-direction: to top;
  }
  .platform-components-masthead__center-alignment--lg.platform-components-masthead__top-alignment--md {
    --overlay-direction: to bottom;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__center-alignment--lg.platform-components-masthead__bottom-alignment--sm {
    --overlay-direction: to top;
  }
  .platform-components-masthead__center-alignment--lg.platform-components-masthead__top-alignment--sm {
    --overlay-direction: to bottom;
  }
}
.platform-components-masthead__left-alignment--lg {
  justify-content: flex-start;
}
.platform-components-masthead__left-alignment--lg.platform-components-masthead__bottom-alignment--lg {
  --overlay-direction: to top right;
}
.platform-components-masthead__left-alignment--lg.platform-components-masthead__middle-alignment--lg {
  --overlay-direction: to right;
}
.platform-components-masthead__left-alignment--lg.platform-components-masthead__top-alignment--lg {
  --overlay-direction: to bottom right;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__left-alignment--lg.platform-components-masthead__bottom-alignment--md {
    --overlay-direction: to top right;
  }
  .platform-components-masthead__left-alignment--lg.platform-components-masthead__middle-alignment--md {
    --overlay-direction: to right;
  }
  .platform-components-masthead__left-alignment--lg.platform-components-masthead__top-alignment--md {
    --overlay-direction: to bottom right;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__left-alignment--lg.platform-components-masthead__bottom-alignment--sm {
    --overlay-direction: to top right;
  }
  .platform-components-masthead__left-alignment--lg.platform-components-masthead__middle-alignment--sm {
    --overlay-direction: to right;
  }
  .platform-components-masthead__left-alignment--lg.platform-components-masthead__top-alignment--sm {
    --overlay-direction: to bottom right;
  }
}
.platform-components-masthead__right-alignment--lg {
  justify-content: flex-end;
}
.platform-components-masthead__right-alignment--lg.platform-components-masthead__bottom-alignment--lg {
  --overlay-direction: to top left;
}
.platform-components-masthead__right-alignment--lg.platform-components-masthead__middle-alignment--lg {
  --overlay-direction: to left;
}
.platform-components-masthead__right-alignment--lg.platform-components-masthead__top-alignment--lg {
  --overlay-direction: to bottom left;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__right-alignment--lg.platform-components-masthead__bottom-alignment--md {
    --overlay-direction: to top left;
  }
  .platform-components-masthead__right-alignment--lg.platform-components-masthead__middle-alignment--md {
    --overlay-direction: to left;
  }
  .platform-components-masthead__right-alignment--lg.platform-components-masthead__top-alignment--md {
    --overlay-direction: to bottom left;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__right-alignment--lg.platform-components-masthead__bottom-alignment--sm {
    --overlay-direction: to top left;
  }
  .platform-components-masthead__right-alignment--lg.platform-components-masthead__middle-alignment--sm {
    --overlay-direction: to left;
  }
  .platform-components-masthead__right-alignment--lg.platform-components-masthead__top-alignment--sm {
    --overlay-direction: to bottom left;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__center-alignment--md {
    justify-content: center;
  }
  .platform-components-masthead__center-alignment--md.platform-components-masthead__bottom-alignment--lg {
    --overlay-direction: to top;
  }
  .platform-components-masthead__center-alignment--md.platform-components-masthead__top-alignment--lg {
    --overlay-direction: to bottom;
  }
  .platform-components-masthead__center-alignment--md.platform-components-masthead__bottom-alignment--md {
    --overlay-direction: to top;
  }
  .platform-components-masthead__center-alignment--md.platform-components-masthead__top-alignment--md {
    --overlay-direction: to bottom;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__left-alignment--md {
    justify-content: flex-start;
  }
  .platform-components-masthead__left-alignment--md.platform-components-masthead__bottom-alignment--lg {
    --overlay-direction: to top right;
  }
  .platform-components-masthead__left-alignment--md.platform-components-masthead__top-alignment--lg {
    --overlay-direction: to bottom right;
  }
  .platform-components-masthead__left-alignment--md.platform-components-masthead__middle-alignment--lg {
    --overlay-direction: to right;
  }
  .platform-components-masthead__left-alignment--md.platform-components-masthead__bottom-alignment--md {
    --overlay-direction: to top right;
  }
  .platform-components-masthead__left-alignment--md.platform-components-masthead__middle-alignment--md {
    --overlay-direction: to right;
  }
  .platform-components-masthead__left-alignment--md.platform-components-masthead__top-alignment--md {
    --overlay-direction: to bottom right;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__right-alignment--md {
    justify-content: flex-end;
  }
  .platform-components-masthead__right-alignment--md.platform-components-masthead__bottom-alignment--lg {
    --overlay-direction: to top left;
  }
  .platform-components-masthead__right-alignment--md.platform-components-masthead__top-alignment--lg {
    --overlay-direction: to bottom left;
  }
  .platform-components-masthead__right-alignment--md.platform-components-masthead__middle-alignment--lg {
    --overlay-direction: to left;
  }
  .platform-components-masthead__right-alignment--md.platform-components-masthead__bottom-alignment--md {
    --overlay-direction: to top left;
  }
  .platform-components-masthead__right-alignment--md.platform-components-masthead__middle-alignment--md {
    --overlay-direction: to left;
  }
  .platform-components-masthead__right-alignment--md.platform-components-masthead__top-alignment--md {
    --overlay-direction: to bottom left;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__center-alignment--sm {
    justify-content: center;
  }
  .platform-components-masthead__center-alignment--sm.platform-components-masthead__bottom-alignment--lg {
    --overlay-direction: to top;
  }
  .platform-components-masthead__center-alignment--sm.platform-components-masthead__top-alignment--lg {
    --overlay-direction: to bottom;
  }
  .platform-components-masthead__center-alignment--sm.platform-components-masthead__bottom-alignment--sm {
    --overlay-direction: to top;
  }
  .platform-components-masthead__center-alignment--sm.platform-components-masthead__top-alignment--sm {
    --overlay-direction: to bottom;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__left-alignment--sm {
    justify-content: flex-start;
  }
  .platform-components-masthead__left-alignment--sm.platform-components-masthead__bottom-alignment--lg {
    --overlay-direction: to top right;
  }
  .platform-components-masthead__left-alignment--sm.platform-components-masthead__top-alignment--lg {
    --overlay-direction: to bottom right;
  }
  .platform-components-masthead__left-alignment--sm.platform-components-masthead__middle-alignment--lg {
    --overlay-direction: to right;
  }
  .platform-components-masthead__left-alignment--sm.platform-components-masthead__bottom-alignment--sm {
    --overlay-direction: to top right;
  }
  .platform-components-masthead__left-alignment--sm.platform-components-masthead__middle-alignment--sm {
    --overlay-direction: to right;
  }
  .platform-components-masthead__left-alignment--sm.platform-components-masthead__top-alignment--sm {
    --overlay-direction: to bottom right;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__right-alignment--sm {
    justify-content: flex-end;
  }
  .platform-components-masthead__right-alignment--sm.platform-components-masthead__bottom-alignment--lg {
    --overlay-direction: to top left;
  }
  .platform-components-masthead__right-alignment--sm.platform-components-masthead__middle-alignment--lg {
    --overlay-direction: to left;
  }
  .platform-components-masthead__right-alignment--sm.platform-components-masthead__top-alignment--lg {
    --overlay-direction: to bottom left;
  }
  .platform-components-masthead__right-alignment--sm.platform-components-masthead__bottom-alignment--sm {
    --overlay-direction: to top left;
  }
  .platform-components-masthead__right-alignment--sm.platform-components-masthead__middle-alignment--sm {
    --overlay-direction: to left;
  }
  .platform-components-masthead__right-alignment--sm.platform-components-masthead__top-alignment--sm {
    --overlay-direction: to bottom left;
  }
}
.platform-components-masthead__bottom-alignment--lg {
  align-items: flex-end;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__bottom-alignment--md {
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__bottom-alignment--sm {
    align-items: flex-end;
  }
}
.platform-components-masthead__middle-alignment--lg {
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__middle-alignment--md {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__middle-alignment--sm {
    align-items: center;
  }
}
.platform-components-masthead__top-alignment--lg {
  align-items: flex-start;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__top-alignment--md {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__top-alignment--sm {
    align-items: flex-start;
  }
}
.platform-components-masthead .platform-components-masthead__center-text--lg {
  text-align: center;
}
.platform-components-masthead .platform-components-masthead__center-text--lg .platform-components-masthead__button-container,
.platform-components-masthead .platform-components-masthead__center-text--lg .pc-countdown {
  justify-content: center;
}
.platform-components-masthead .platform-components-masthead__left-text--lg {
  text-align: left;
}
.platform-components-masthead .platform-components-masthead__left-text--lg .platform-components-masthead__button-container,
.platform-components-masthead .platform-components-masthead__left-text--lg .pc-countdown {
  justify-content: flex-start;
}
.platform-components-masthead .platform-components-masthead__right-text--lg {
  text-align: right;
}
.platform-components-masthead .platform-components-masthead__right-text--lg .platform-components-masthead__button-container,
.platform-components-masthead .platform-components-masthead__right-text--lg .pc-countdown {
  justify-content: flex-end;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead .platform-components-masthead__center-text--md {
    text-align: center;
  }
  .platform-components-masthead .platform-components-masthead__center-text--md .platform-components-masthead__button-container,
  .platform-components-masthead .platform-components-masthead__center-text--md .pc-countdown {
    justify-content: center;
  }
  .platform-components-masthead .platform-components-masthead__right-text--md {
    text-align: right;
  }
  .platform-components-masthead .platform-components-masthead__right-text--md .platform-components-masthead__button-container,
  .platform-components-masthead .platform-components-masthead__right-text--md .pc-countdown {
    justify-content: flex-end;
  }
  .platform-components-masthead .platform-components-masthead__left-text--md {
    text-align: left;
  }
  .platform-components-masthead .platform-components-masthead__left-text--md .platform-components-masthead__button-container,
  .platform-components-masthead .platform-components-masthead__left-text--md .pc-countdown {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead .platform-components-masthead__center-text--sm {
    text-align: center;
  }
  .platform-components-masthead .platform-components-masthead__center-text--sm .platform-components-masthead__button-container,
  .platform-components-masthead .platform-components-masthead__center-text--sm .pc-countdown {
    justify-content: center;
  }
  .platform-components-masthead .platform-components-masthead__right-text--sm {
    text-align: right;
  }
  .platform-components-masthead .platform-components-masthead__right-text--sm .platform-components-masthead__button-container,
  .platform-components-masthead .platform-components-masthead__right-text--sm .pc-countdown {
    justify-content: flex-end;
  }
  .platform-components-masthead .platform-components-masthead__left-text--sm {
    text-align: left;
  }
  .platform-components-masthead .platform-components-masthead__left-text--sm .platform-components-masthead__button-container,
  .platform-components-masthead .platform-components-masthead__left-text--sm .pc-countdown {
    justify-content: flex-start;
  }
}
.platform-components-masthead__content {
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.platform-components-masthead__content.platform-components-masthead__center-alignment--lg {
  align-items: center;
}
.platform-components-masthead__content.platform-components-masthead__right-alignment--lg {
  align-items: flex-end;
}
.platform-components-masthead__content.platform-components-masthead__left-alignment--lg {
  align-items: flex-start;
}
.platform-components-masthead__content.platform-components-masthead__top-alignment--lg {
  justify-content: flex-start;
}
.platform-components-masthead__content.platform-components-masthead__middle-alignment--lg {
  justify-content: center;
}
.platform-components-masthead__content.platform-components-masthead__bottom-alignment--lg {
  justify-content: flex-end;
}
.platform-components-masthead__content.platform-components-masthead__bottom-alignment--lg.with-disclaimer {
  padding-bottom: 7rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__content.platform-components-masthead__center-alignment--md {
    align-items: center;
  }
  .platform-components-masthead__content.platform-components-masthead__right-alignment--md {
    align-items: flex-end;
  }
  .platform-components-masthead__content.platform-components-masthead__left-alignment--md {
    align-items: flex-start;
  }
  .platform-components-masthead__content.platform-components-masthead__top-alignment--md {
    justify-content: flex-start;
  }
  .platform-components-masthead__content.platform-components-masthead__middle-alignment--md {
    justify-content: center;
  }
  .platform-components-masthead__content.platform-components-masthead__bottom-alignment--md {
    justify-content: flex-end;
  }
  .platform-components-masthead__content.platform-components-masthead__bottom-alignment--md.with-disclaimer {
    padding-bottom: 7rem;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__content.platform-components-masthead__center-alignment--sm {
    align-items: center;
  }
  .platform-components-masthead__content.platform-components-masthead__right-alignment--sm {
    align-items: flex-end;
  }
  .platform-components-masthead__content.platform-components-masthead__left-alignment--sm {
    align-items: flex-start;
  }
  .platform-components-masthead__content.platform-components-masthead__top-alignment--sm {
    justify-content: flex-start;
  }
  .platform-components-masthead__content.platform-components-masthead__middle-alignment--sm {
    justify-content: center;
  }
  .platform-components-masthead__content.platform-components-masthead__bottom-alignment--sm {
    justify-content: flex-end;
  }
  .platform-components-masthead__content.platform-components-masthead__bottom-alignment--sm.with-disclaimer {
    padding-bottom: 7rem;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__content.hideScroll .platform-components-masthead__absolute-container {
    display: none;
  }
  .platform-components-masthead__content.hideScroll.platform-components-masthead__content.platform-components-masthead__bottom-alignment--sm.with-disclaimer {
    padding-bottom: 0;
  }
}
.platform-components-masthead__content .platform-components-masthead__scroll-indicator.rotate-image img {
  animation: rotation 16s infinite linear;
}
.platform-components-masthead__content--animate .platform-components-masthead__preheader,
.platform-components-masthead__content--animate .platform-components-masthead__main-header,
.platform-components-masthead__content--animate .platform-components-masthead__subtitle,
.platform-components-masthead__content--animate .platform-components-masthead__body-copy,
.platform-components-masthead__content--animate .platform-components-masthead__disclaimer,
.platform-components-masthead__content--animate .platform-components-masthead__scroll-indicator,
.platform-components-masthead__content--animate .platform-components-masthead__button-container {
  transform: translateY(2rem);
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.platform-components-masthead__content--animate .platform-components-masthead__preheader {
  transition-delay: 0.2s;
}
.platform-components-masthead__content--animate .platform-components-masthead__main-header {
  transition-delay: 0.4s;
}
.platform-components-masthead__content--animate .platform-components-masthead__body-copy {
  transition-delay: 0.6s;
}
.platform-components-masthead__content--animate .platform-components-masthead__subtitle {
  transition-delay: 0.7s;
}
.platform-components-masthead__content--animate .platform-components-masthead__button-container {
  transition-delay: 0.8s;
}
.platform-components-masthead__content--animate .platform-components-masthead__disclaimer,
.platform-components-masthead__content--animate .platform-components-masthead__scroll-indicator {
  transition-delay: 0.9s;
}
.platform-components-masthead__content--inner-container {
  z-index: 2;
}
.platform-components-masthead__content.platform-components-masthead__boxed-container {
  max-width: 73.125rem;
  margin: 0 auto;
}
@media (max-width: 1230px) {
  .platform-components-masthead__content.platform-components-masthead__boxed-container {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 1230px) {
  .platform-components-masthead__content {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.platform-components-masthead__width-lg--auto {
  width: auto;
}
.platform-components-masthead__width-lg--small {
  width: calc(33.33333333%);
}
.platform-components-masthead__width-lg--medium {
  width: 50%;
}
.platform-components-masthead__width-lg--large {
  width: 75%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__width-md--auto {
    width: auto;
  }
  .platform-components-masthead__width-md--small {
    width: calc(33.33333333%);
  }
  .platform-components-masthead__width-md--medium {
    width: 50%;
  }
  .platform-components-masthead__width-md--large {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__width-sm--auto {
    width: auto;
  }
  .platform-components-masthead__width-sm--small {
    width: calc(33.33333333%);
  }
  .platform-components-masthead__width-sm--medium {
    width: 50%;
  }
  .platform-components-masthead__width-sm--large {
    width: 75%;
  }
}
.platform-components-masthead__gradient-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__gradient-overlay {
    background: linear-gradient(var(--overlay-direction--tablet), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__gradient-overlay {
    background: linear-gradient(var(--overlay-direction--mobile), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__gradient-overlay--md {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--tablet), transparent var(--overlay-color-width--tablet));
  }
  .platform-components-masthead__gradient-overlay--md.radial-gradient-none--md {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--tablet), transparent var(--overlay-color-width--tablet));
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__gradient-overlay--sm {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--mobile), transparent var(--overlay-color-width--mobile));
  }
  .platform-components-masthead__gradient-overlay--sm.radial-gradient-none--sm {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--mobile), transparent var(--overlay-color-width--mobile));
  }
}
.platform-components-masthead .radial-gradient--lg {
  background: radial-gradient(50% 50% at center, var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead .radial-gradient--md {
    background: radial-gradient(50% 50% at center, var(--overlay-color-1) var(--overlay-color-1-stop--tablet), transparent var(--overlay-color-width--tablet));
  }
}
@media (max-width: 767px) {
  .platform-components-masthead .radial-gradient--sm {
    background: radial-gradient(50% 50% at center, var(--overlay-color-1) var(--overlay-color-1-stop--mobile), transparent var(--overlay-color-width--mobile));
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead .radial-gradient-none--md {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
  }
  .platform-components-masthead .radial-gradient-none--md.platform-components-masthead__gradient-overlay--md {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--tablet), transparent var(--overlay-color-width--tablet));
  }
}
@media (max-width: 767px) {
  .platform-components-masthead .radial-gradient-none--sm {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
  }
  .platform-components-masthead .radial-gradient-none--sm.platform-components-masthead__gradient-overlay--sm {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--mobile), transparent var(--overlay-color-width--mobile));
  }
}
.platform-components-masthead .platform-components-masthead__content2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: auto!important;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 1230px) {
  .platform-components-masthead .platform-components-masthead__content2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.platform-components-masthead .platform-components-masthead__content2 .platform-components-masthead__content--inner-container {
  pointer-events: initial;
}
@media (min-width: 1024px) {
  .platform-components-masthead__container.content-background-column-lg {
    flex-direction: column;
  }
  .platform-components-masthead__container.content-background-column-lg .platform-components-masthead__image-container {
    position: relative;
  }
  .platform-components-masthead__container.content-background-column-lg .platform-components-masthead__content {
    overflow: visible;
    flex: 1;
  }
  .platform-components-masthead__container.content-background-column-lg .pc-content-below-negative.badge-small-negative.platform-components-masthead__content--inner-container .pc-badge-image,
  .platform-components-masthead__container.content-background-column-lg .pc-content-below-negative.badge-medium-negative.platform-components-masthead__content--inner-container .pc-badge-image,
  .platform-components-masthead__container.content-background-column-lg .pc-content-below-negative.badge-large-negative.platform-components-masthead__content--inner-container .pc-badge-image,
  .platform-components-masthead__container.content-background-column-lg .pc-content-below-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container .pc-badge-image {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__container.content-background-column-md {
    flex-direction: column;
  }
  .platform-components-masthead__container.content-background-column-md.platform-components-masthead__top-alignment--md {
    flex-direction: column-reverse;
    align-items: center;
  }
  .platform-components-masthead__container.content-background-column-md .platform-components-masthead__image-container {
    position: relative;
  }
  .platform-components-masthead__container.content-background-column-md .platform-components-masthead__content {
    overflow: visible;
    flex: 1;
  }
  .platform-components-masthead__container.content-background-column-md .pc-content-below-negative.badge-small-negative.platform-components-masthead__content--inner-container .pc-badge-image,
  .platform-components-masthead__container.content-background-column-md .pc-content-below-negative.badge-medium-negative.platform-components-masthead__content--inner-container .pc-badge-image,
  .platform-components-masthead__container.content-background-column-md .pc-content-below-negative.badge-large-negative.platform-components-masthead__content--inner-container .pc-badge-image,
  .platform-components-masthead__container.content-background-column-md .pc-content-below-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container .pc-badge-image {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__container.content-background-column-sm {
    flex-direction: column;
  }
  .platform-components-masthead__container.content-background-column-sm.platform-components-masthead__top-alignment--sm {
    flex-direction: column-reverse;
    align-items: center;
  }
  .platform-components-masthead__container.content-background-column-sm .platform-components-masthead__image-container {
    position: relative;
  }
  .platform-components-masthead__container.content-background-column-sm .platform-components-masthead__content {
    overflow: visible;
    flex: 1;
  }
  .platform-components-masthead__container.content-background-column-sm .pc-content-below-negative.badge-small-negative.platform-components-masthead__content--inner-container .pc-badge-image,
  .platform-components-masthead__container.content-background-column-sm .pc-content-below-negative.badge-medium-negative.platform-components-masthead__content--inner-container .pc-badge-image,
  .platform-components-masthead__container.content-background-column-sm .pc-content-below-negative.badge-large-negative.platform-components-masthead__content--inner-container .pc-badge-image,
  .platform-components-masthead__container.content-background-column-sm .pc-content-below-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container .pc-badge-image {
    margin-bottom: 0;
  }
}
.platform-components-masthead__container .negative-badge .pc-content-above-negative.badge-small-negative.platform-components-masthead__content--inner-container {
  margin-top: 20px;
  padding-top: 30px;
}
.platform-components-masthead__container .negative-badge .pc-content-above-negative.badge-medium-negative.platform-components-masthead__content--inner-container {
  margin-top: 20px;
}
.platform-components-masthead__container .negative-badge .pc-content-above-negative.badge-large-negative.platform-components-masthead__content--inner-container {
  margin-top: 40px;
}
.platform-components-masthead__container .negative-badge .pc-content-above-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container {
  margin-top: 145px;
}
.platform-components-masthead__container .negative-badge .pc-content-below-negative.badge-small-negative.platform-components-masthead__content--inner-container {
  margin-bottom: 34px;
}
.platform-components-masthead__container .negative-badge .pc-content-below-negative.badge-medium-negative.platform-components-masthead__content--inner-container {
  margin-bottom: 50px;
}
.platform-components-masthead__container .negative-badge .pc-content-below-negative.badge-large-negative.platform-components-masthead__content--inner-container {
  margin-bottom: 74px;
}
.platform-components-masthead__container .negative-badge .pc-content-below-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container {
  margin-bottom: 150px;
}
@media (min-width: 1024px) {
  .platform-components-masthead__container.content-background-column-lg .negative-badge .pc-content-above-negative.badge-small-negative.platform-components-masthead__content--inner-container {
    margin-top: 0;
    padding-top: 0;
  }
  .platform-components-masthead__container.content-background-column-lg .negative-badge .pc-content-above-negative.badge-medium-negative.platform-components-masthead__content--inner-container {
    margin-top: 0;
  }
  .platform-components-masthead__container.content-background-column-lg .negative-badge .pc-content-above-negative.badge-large-negative.platform-components-masthead__content--inner-container {
    margin-top: 0;
  }
  .platform-components-masthead__container.content-background-column-lg .negative-badge .pc-content-above-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container {
    margin-top: 00;
  }
  .platform-components-masthead__container.content-background-column-lg .negative-badge .pc-content-below-negative.badge-small-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
  .platform-components-masthead__container.content-background-column-lg .negative-badge .pc-content-below-negative.badge-medium-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
  .platform-components-masthead__container.content-background-column-lg .negative-badge .pc-content-below-negative.badge-large-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
  .platform-components-masthead__container.content-background-column-lg .negative-badge .pc-content-below-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-masthead__container.content-background-column-md .negative-badge .pc-content-above-negative.badge-small-negative.platform-components-masthead__content--inner-container {
    margin-top: 0;
    padding-top: 0;
  }
  .platform-components-masthead__container.content-background-column-md .negative-badge .pc-content-above-negative.badge-medium-negative.platform-components-masthead__content--inner-container {
    margin-top: 0;
  }
  .platform-components-masthead__container.content-background-column-md .negative-badge .pc-content-above-negative.badge-large-negative.platform-components-masthead__content--inner-container {
    margin-top: 0;
  }
  .platform-components-masthead__container.content-background-column-md .negative-badge .pc-content-above-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container {
    margin-top: 0;
  }
  .platform-components-masthead__container.content-background-column-md .negative-badge .pc-content-below-negative.badge-small-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
  .platform-components-masthead__container.content-background-column-md .negative-badge .pc-content-below-negative.badge-medium-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
  .platform-components-masthead__container.content-background-column-md .negative-badge .pc-content-below-negative.badge-large-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
  .platform-components-masthead__container.content-background-column-md .negative-badge .pc-content-below-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .platform-components-masthead__container.content-background-column-sm .negative-badge .pc-content-above-negative.badge-small-negative.platform-components-masthead__content--inner-container {
    margin-top: 0;
    padding-top: 0;
  }
  .platform-components-masthead__container.content-background-column-sm .negative-badge .pc-content-above-negative.badge-medium-negative.platform-components-masthead__content--inner-container {
    margin-top: 0;
  }
  .platform-components-masthead__container.content-background-column-sm .negative-badge .pc-content-above-negative.badge-large-negative.platform-components-masthead__content--inner-container {
    margin-top: 0;
  }
  .platform-components-masthead__container.content-background-column-sm .negative-badge .pc-content-above-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container {
    margin-top: 0;
  }
  .platform-components-masthead__container.content-background-column-sm .negative-badge .pc-content-below-negative.badge-small-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
  .platform-components-masthead__container.content-background-column-sm .negative-badge .pc-content-below-negative.badge-medium-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
  .platform-components-masthead__container.content-background-column-sm .negative-badge .pc-content-below-negative.badge-large-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
  .platform-components-masthead__container.content-background-column-sm .negative-badge .pc-content-below-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container {
    margin-bottom: 0;
  }
}
.negative-badge .pc-content-above-negative.badge-small-negative.platform-components-masthead__content--inner-container .pc-badge-image {
  margin-top: -57px;
}
.negative-badge .pc-content-above-negative.badge-medium-negative.platform-components-masthead__content--inner-container .pc-badge-image {
  margin-top: -70px;
}
.negative-badge .pc-content-above-negative.badge-large-negative.platform-components-masthead__content--inner-container .pc-badge-image {
  margin-top: -84px;
}
.negative-badge .pc-content-above-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container .pc-badge-image {
  margin-top: -185px;
}
.negative-badge .pc-content-below-negative.badge-small-negative.platform-components-masthead__content--inner-container .pc-badge-image {
  margin-bottom: -34px;
}
.negative-badge .pc-content-below-negative.badge-medium-negative.platform-components-masthead__content--inner-container .pc-badge-image {
  margin-bottom: -50px;
}
.negative-badge .pc-content-below-negative.badge-large-negative.platform-components-masthead__content--inner-container .pc-badge-image {
  margin-bottom: -74px;
}
.negative-badge .pc-content-below-negative.badge-xlarge-negative.platform-components-masthead__content--inner-container .pc-badge-image {
  margin-bottom: -150px;
}
.negative-badge .pc-clickable {
  outline: none;
}
.aem-AuthorLayer-Edit .platform-components-masthead,
.aem-AuthorLayer-Layouting .platform-components-masthead,
.aem-AuthorLayer-Developer .platform-components-masthead,
.aem-AuthorLayer-Timewarp .platform-components-masthead,
.aem-AuthorLayer-Edit .platform-components-masthead__container,
.aem-AuthorLayer-Layouting .platform-components-masthead__container,
.aem-AuthorLayer-Developer .platform-components-masthead__container,
.aem-AuthorLayer-Timewarp .platform-components-masthead__container {
  min-height: 200px;
  max-height: 500px;
  overflow: hidden;
}
.aem-AuthorLayer-Edit .platform-components-masthead__content--animate .platform-components-masthead__preheader,
.aem-AuthorLayer-Layouting .platform-components-masthead__content--animate .platform-components-masthead__preheader,
.aem-AuthorLayer-Developer .platform-components-masthead__content--animate .platform-components-masthead__preheader,
.aem-AuthorLayer-Timewarp .platform-components-masthead__content--animate .platform-components-masthead__preheader,
.aem-AuthorLayer-Edit .platform-components-masthead__content--animate .platform-components-masthead__main-header,
.aem-AuthorLayer-Layouting .platform-components-masthead__content--animate .platform-components-masthead__main-header,
.aem-AuthorLayer-Developer .platform-components-masthead__content--animate .platform-components-masthead__main-header,
.aem-AuthorLayer-Timewarp .platform-components-masthead__content--animate .platform-components-masthead__main-header,
.aem-AuthorLayer-Edit .platform-components-masthead__content--animate .platform-components-masthead__subtitle,
.aem-AuthorLayer-Layouting .platform-components-masthead__content--animate .platform-components-masthead__subtitle,
.aem-AuthorLayer-Developer .platform-components-masthead__content--animate .platform-components-masthead__subtitle,
.aem-AuthorLayer-Timewarp .platform-components-masthead__content--animate .platform-components-masthead__subtitle,
.aem-AuthorLayer-Edit .platform-components-masthead__content--animate .platform-components-masthead__body-copy,
.aem-AuthorLayer-Layouting .platform-components-masthead__content--animate .platform-components-masthead__body-copy,
.aem-AuthorLayer-Developer .platform-components-masthead__content--animate .platform-components-masthead__body-copy,
.aem-AuthorLayer-Timewarp .platform-components-masthead__content--animate .platform-components-masthead__body-copy,
.aem-AuthorLayer-Edit .platform-components-masthead__content--animate .platform-components-masthead__button-container,
.aem-AuthorLayer-Layouting .platform-components-masthead__content--animate .platform-components-masthead__button-container,
.aem-AuthorLayer-Developer .platform-components-masthead__content--animate .platform-components-masthead__button-container,
.aem-AuthorLayer-Timewarp .platform-components-masthead__content--animate .platform-components-masthead__button-container {
  transform: translateY(0);
  opacity: 1;
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.countdown-title {
  margin-bottom: 10px;
}
.pc-countdown {
  display: flex;
  margin-bottom: 40px;
}
.pc-countdown.dn {
  display: none;
}
.pc-countdown .time {
  background-color: #127bc0;
  font-family: GothamMedium;
  color: #fff;
  font-size: 64px;
  margin: 0 0.8rem;
  padding: 10px 10px 2px;
  line-height: 1;
  font-weight: 700;
  position: relative;
  text-align: center;
}
@media (max-width: 500px) {
  .pc-countdown .time {
    font-size: 30px;
  }
}
.pc-countdown .time:first-of-type {
  margin-left: 0;
}
.pc-countdown .time:last-of-type {
  margin-right: 0;
}
.pc-countdown .time:before {
  content: attr(data-time);
  position: absolute;
  left: 50%;
  bottom: -20px;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: normal;
  transform: translateX(-50%);
  font-family: GothamBold;
}
.pc-countdown .time:after {
  content: ':';
  position: absolute;
  font-size: 3rem;
  right: -17px;
  top: 9px;
  color: #ffffff;
}
@media (max-width: 500px) {
  .pc-countdown .time:after {
    font-size: 30px;
  }
}
.pc-countdown .time:last-of-type:after {
  display: none;
}
.platform-components-masthead__breadcrumb-container a::before {
  content: '/';
  position: absolute;
  left: -15px;
  pointer-events: none;
}
.platform-components-masthead__breadcrumb-container a:first-child {
  margin-left: 0;
}
.platform-components-masthead__breadcrumb-container a:first-child::before {
  display: none;
}
.platform-components-masthead__button {
  text-transform: capitalize;
}

.platform-components-content-filter--theme-01 .platform-components-content-filter__title {
  color: inherit;
}
@media (max-width: 768px) {
  .platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown-close .icons-close {
    color: #ffffff;
  }
  .platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown-close:hover {
    color: #127bc0;
  }
  .platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown-close:hover .icons-close {
    color: #127bc0;
  }
}
@media (min-width: 769px) {
  .platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--list.drop-shadow {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.35);
  }
}
@media (min-width: 769px) {
  .platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--list-button {
    border-bottom: 1px solid #d9d9d9;
  }
  .platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--list-button:last-child {
    border-bottom: none;
  }
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--list-button-check {
  border: 0.1em solid currentColor;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--list-button-check svg path {
  stroke: black;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--list-button.selected .platform-components-content-filter__dropdown--list-button-check {
  background-color: currentColor;
}
.platform-components-content-filter--theme-01 .platform-components-content-filter__dropdown--list-button:hover .platform-components-content-filter__dropdown--list-button-check {
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}
@media (min-width: 769px) {
  .platform-components-content-filter--theme-01 .platform-components-content-filter__taglist-clear {
    color: #000000;
  }
}
@media (min-width: 769px) {
  .platform-components-content-filter--theme-01 .platform-components-content-filter__taglist-clear:hover {
    color: #127bc0;
  }
}

.platform-components-add-to-cart__model-name {
  font-family: 'DIN 30640 Pro', sans-serif;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #037FA5;
}
.platform-components-add-to-cart__packet-text {
  font-family: 'DIN 30640 Pro', sans-serif;
  font-size: 22px;
  line-height: 125%;
  letter-spacing: 0.01em;
  color: #000000;
}
.platform-components-add-to-cart__freuency-text {
  font-family: 'DM Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 135%;
  letter-spacing: 0.02em;
  color: #000000;
}
.platform-components-add-to-cart__button-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 25px 8px 20px;
  /* Brand Identity/Primary/Blue-variant-#8CD5EA */
  background: #8CD5EA;
  border-radius: 20px;
  width: 167px;
  height: 40px;
}
.platform-components-add-to-cart__button {
  /* Desktop/Button */
  font-family: 'DIN 30640 Pro', sans-serif;
  font-size: 16px;
  line-height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.01em;
  color: #0B2C49;
  text-decoration: none;
}

.xf-content-height {
  margin: 0 !important;
}
.g-container {
  max-width: 1170px;
  margin: 0 auto;
}
@media (max-width: 1170px) {
  .g-container {
    padding: 0 15px;
  }
}
.g-row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.g-row-reverse {
  flex-direction: row-reverse;
}
.g-row-start {
  justify-content: flex-start;
  text-align: start;
}
.g-row-center {
  justify-content: center;
  text-align: center;
}
.g-row-end {
  justify-content: flex-end;
  text-align: end;
}
.g-row-top {
  align-items: flex-start;
}
.g-row-middle {
  align-items: center;
}
.g-row-bottom {
  align-items: flex-end;
}
.g-row-around {
  justify-content: space-around;
}
.g-row-between {
  justify-content: space-between;
}
.g-col,
.g-col-1,
.g-col-2,
.g-col-3,
.g-col-4,
.g-col-5,
.g-col-6,
.g-col-7,
.g-col-8,
.g-col-9,
.g-col-10,
.g-col-11,
.g-col-12,
.g-col-offset-0,
.g-col-offset-1,
.g-col-offset-2,
.g-col-offset-3,
.g-col-offset-4,
.g-col-offset-5,
.g-col-offset-6,
.g-col-offset-7,
.g-col-offset-8,
.g-col-offset-9,
.g-col-offset-10,
.g-col-offset-11,
.g-col-offset-12 {
  flex: 0 0 auto;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.g-col {
  flex-basis: 100%;
  max-width: 100%;
}
.g-col-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
.g-col-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
.g-col-3 {
  flex-basis: 25%;
  max-width: 25%;
}
.g-col-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.g-col-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
.g-col-6 {
  flex-basis: 50%;
  max-width: 50%;
}
.g-col-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
.g-col-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
.g-col-9 {
  flex-basis: 75%;
  max-width: 75%;
}
.g-col-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
.g-col-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
.g-col-12 {
  flex-basis: 100%;
  max-width: 100%;
}
.g-col-offset-0 {
  margin-left: 0;
}
.g-col-offset-1 {
  margin-left: 8.33333333%;
}
.g-col-offset-2 {
  margin-left: 16.66666667%;
}
.g-col-offset-3 {
  margin-left: 25%;
}
.g-col-offset-4 {
  margin-left: 33.33333333%;
}
.g-col-offset-5 {
  margin-left: 41.66666667%;
}
.g-col-offset-6 {
  margin-left: 50%;
}
.g-col-offset-7 {
  margin-left: 58.33333333%;
}
.g-col-offset-8 {
  margin-left: 66.66666667%;
}
.g-col-offset-9 {
  margin-left: 75%;
}
.g-col-offset-10 {
  margin-left: 83.33333333%;
}
.g-col-offset-11 {
  margin-left: 91.66666667%;
}
.g-col-first {
  order: -1;
}
.g-col-last {
  order: 1;
}
@media (min-width: 48rem) {
  .g-row-md-reverse {
    flex-direction: row-reverse;
  }
  .g-row-md-start {
    justify-content: flex-start;
    text-align: start;
  }
  .g-row-md-center {
    justify-content: center;
    text-align: center;
  }
  .g-row-md-end {
    justify-content: flex-end;
    text-align: end;
  }
  .g-row-md-top {
    align-items: flex-start;
  }
  .g-row-md-middle {
    align-items: center;
  }
  .g-row-md-bottom {
    align-items: flex-end;
  }
  .g-row-md-around {
    justify-content: space-around;
  }
  .g-row-md-between {
    justify-content: space-between;
  }
  .g-col-md,
  .g-col-md-1,
  .g-col-md-2,
  .g-col-md-3,
  .g-col-md-4,
  .g-col-md-5,
  .g-col-md-6,
  .g-col-md-7,
  .g-col-md-8,
  .g-col-md-9,
  .g-col-md-10,
  .g-col-md-11,
  .g-col-md-12,
  .g-col-md-offset-0,
  .g-col-md-offset-1,
  .g-col-md-offset-2,
  .g-col-md-offset-3,
  .g-col-md-offset-4,
  .g-col-md-offset-5,
  .g-col-md-offset-6,
  .g-col-md-offset-7,
  .g-col-md-offset-8,
  .g-col-md-offset-9,
  .g-col-md-offset-10,
  .g-col-md-offset-11,
  .g-col-md-offset-12 {
    flex: 0 0 auto;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .g-col-md {
    flex-basis: 100%;
    max-width: 100%;
  }
  .g-col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .g-col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .g-col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .g-col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .g-col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .g-col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .g-col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .g-col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .g-col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .g-col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .g-col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .g-col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .g-col-md-offset-0 {
    margin-left: 0;
  }
  .g-col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .g-col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .g-col-md-offset-3 {
    margin-left: 25%;
  }
  .g-col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .g-col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .g-col-md-offset-6 {
    margin-left: 50%;
  }
  .g-col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .g-col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .g-col-md-offset-9 {
    margin-left: 75%;
  }
  .g-col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .g-col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .g-col-md-first {
    order: -1;
  }
  .g-col-md-last {
    order: 1;
  }
}
@media (min-width: 64rem) {
  .g-row-lg-reverse {
    flex-direction: row-reverse;
  }
  .g-row-lg-start {
    justify-content: flex-start;
    text-align: start;
  }
  .g-row-lg-center {
    justify-content: center;
    text-align: center;
  }
  .g-row-lg-end {
    justify-content: flex-end;
    text-align: end;
  }
  .g-row-lg-top {
    align-items: flex-start;
  }
  .g-row-lg-middle {
    align-items: center;
  }
  .g-row-lg-bottom {
    align-items: flex-end;
  }
  .g-row-lg-around {
    justify-content: space-around;
  }
  .g-row-lg-between {
    justify-content: space-between;
  }
  .g-col-lg,
  .g-col-lg-1,
  .g-col-lg-2,
  .g-col-lg-3,
  .g-col-lg-4,
  .g-col-lg-5,
  .g-col-lg-6,
  .g-col-lg-7,
  .g-col-lg-8,
  .g-col-lg-9,
  .g-col-lg-10,
  .g-col-lg-11,
  .g-col-lg-12,
  .g-col-lg-offset-0,
  .g-col-lg-offset-1,
  .g-col-lg-offset-2,
  .g-col-lg-offset-3,
  .g-col-lg-offset-4,
  .g-col-lg-offset-5,
  .g-col-lg-offset-6,
  .g-col-lg-offset-7,
  .g-col-lg-offset-8,
  .g-col-lg-offset-9,
  .g-col-lg-offset-10,
  .g-col-lg-offset-11,
  .g-col-lg-offset-12 {
    flex: 0 0 auto;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .g-col-lg {
    flex-basis: 100%;
    max-width: 100%;
  }
  .g-col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .g-col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .g-col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .g-col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .g-col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .g-col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .g-col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .g-col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .g-col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .g-col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .g-col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .g-col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .g-col-lg-offset-0 {
    margin-left: 0;
  }
  .g-col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .g-col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .g-col-lg-offset-3 {
    margin-left: 25%;
  }
  .g-col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .g-col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .g-col-lg-offset-6 {
    margin-left: 50%;
  }
  .g-col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .g-col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .g-col-lg-offset-9 {
    margin-left: 75%;
  }
  .g-col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .g-col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .g-col-lg-first {
    order: -1;
  }
  .g-col-lg-last {
    order: 1;
  }
}

.xf-content-height {
  margin: 0 !important;
}
.g-container {
  max-width: 1170px;
  margin: 0 auto;
}
@media (max-width: 1170px) {
  .g-container {
    padding: 0 15px;
  }
}
.g-row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.g-row-reverse {
  flex-direction: row-reverse;
}
.g-row-start {
  justify-content: flex-start;
  text-align: start;
}
.g-row-center {
  justify-content: center;
  text-align: center;
}
.g-row-end {
  justify-content: flex-end;
  text-align: end;
}
.g-row-top {
  align-items: flex-start;
}
.g-row-middle {
  align-items: center;
}
.g-row-bottom {
  align-items: flex-end;
}
.g-row-around {
  justify-content: space-around;
}
.g-row-between {
  justify-content: space-between;
}
.g-col,
.g-col-1,
.g-col-2,
.g-col-3,
.g-col-4,
.g-col-5,
.g-col-6,
.g-col-7,
.g-col-8,
.g-col-9,
.g-col-10,
.g-col-11,
.g-col-12,
.g-col-offset-0,
.g-col-offset-1,
.g-col-offset-2,
.g-col-offset-3,
.g-col-offset-4,
.g-col-offset-5,
.g-col-offset-6,
.g-col-offset-7,
.g-col-offset-8,
.g-col-offset-9,
.g-col-offset-10,
.g-col-offset-11,
.g-col-offset-12 {
  flex: 0 0 auto;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.g-col {
  flex-basis: 100%;
  max-width: 100%;
}
.g-col-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
.g-col-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
.g-col-3 {
  flex-basis: 25%;
  max-width: 25%;
}
.g-col-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.g-col-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
.g-col-6 {
  flex-basis: 50%;
  max-width: 50%;
}
.g-col-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
.g-col-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
.g-col-9 {
  flex-basis: 75%;
  max-width: 75%;
}
.g-col-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
.g-col-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
.g-col-12 {
  flex-basis: 100%;
  max-width: 100%;
}
.g-col-offset-0 {
  margin-left: 0;
}
.g-col-offset-1 {
  margin-left: 8.33333333%;
}
.g-col-offset-2 {
  margin-left: 16.66666667%;
}
.g-col-offset-3 {
  margin-left: 25%;
}
.g-col-offset-4 {
  margin-left: 33.33333333%;
}
.g-col-offset-5 {
  margin-left: 41.66666667%;
}
.g-col-offset-6 {
  margin-left: 50%;
}
.g-col-offset-7 {
  margin-left: 58.33333333%;
}
.g-col-offset-8 {
  margin-left: 66.66666667%;
}
.g-col-offset-9 {
  margin-left: 75%;
}
.g-col-offset-10 {
  margin-left: 83.33333333%;
}
.g-col-offset-11 {
  margin-left: 91.66666667%;
}
.g-col-first {
  order: -1;
}
.g-col-last {
  order: 1;
}
@media (min-width: 48rem) {
  .g-row-md-reverse {
    flex-direction: row-reverse;
  }
  .g-row-md-start {
    justify-content: flex-start;
    text-align: start;
  }
  .g-row-md-center {
    justify-content: center;
    text-align: center;
  }
  .g-row-md-end {
    justify-content: flex-end;
    text-align: end;
  }
  .g-row-md-top {
    align-items: flex-start;
  }
  .g-row-md-middle {
    align-items: center;
  }
  .g-row-md-bottom {
    align-items: flex-end;
  }
  .g-row-md-around {
    justify-content: space-around;
  }
  .g-row-md-between {
    justify-content: space-between;
  }
  .g-col-md,
  .g-col-md-1,
  .g-col-md-2,
  .g-col-md-3,
  .g-col-md-4,
  .g-col-md-5,
  .g-col-md-6,
  .g-col-md-7,
  .g-col-md-8,
  .g-col-md-9,
  .g-col-md-10,
  .g-col-md-11,
  .g-col-md-12,
  .g-col-md-offset-0,
  .g-col-md-offset-1,
  .g-col-md-offset-2,
  .g-col-md-offset-3,
  .g-col-md-offset-4,
  .g-col-md-offset-5,
  .g-col-md-offset-6,
  .g-col-md-offset-7,
  .g-col-md-offset-8,
  .g-col-md-offset-9,
  .g-col-md-offset-10,
  .g-col-md-offset-11,
  .g-col-md-offset-12 {
    flex: 0 0 auto;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .g-col-md {
    flex-basis: 100%;
    max-width: 100%;
  }
  .g-col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .g-col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .g-col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .g-col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .g-col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .g-col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .g-col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .g-col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .g-col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .g-col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .g-col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .g-col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .g-col-md-offset-0 {
    margin-left: 0;
  }
  .g-col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .g-col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .g-col-md-offset-3 {
    margin-left: 25%;
  }
  .g-col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .g-col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .g-col-md-offset-6 {
    margin-left: 50%;
  }
  .g-col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .g-col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .g-col-md-offset-9 {
    margin-left: 75%;
  }
  .g-col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .g-col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .g-col-md-first {
    order: -1;
  }
  .g-col-md-last {
    order: 1;
  }
}
@media (min-width: 64rem) {
  .g-row-lg-reverse {
    flex-direction: row-reverse;
  }
  .g-row-lg-start {
    justify-content: flex-start;
    text-align: start;
  }
  .g-row-lg-center {
    justify-content: center;
    text-align: center;
  }
  .g-row-lg-end {
    justify-content: flex-end;
    text-align: end;
  }
  .g-row-lg-top {
    align-items: flex-start;
  }
  .g-row-lg-middle {
    align-items: center;
  }
  .g-row-lg-bottom {
    align-items: flex-end;
  }
  .g-row-lg-around {
    justify-content: space-around;
  }
  .g-row-lg-between {
    justify-content: space-between;
  }
  .g-col-lg,
  .g-col-lg-1,
  .g-col-lg-2,
  .g-col-lg-3,
  .g-col-lg-4,
  .g-col-lg-5,
  .g-col-lg-6,
  .g-col-lg-7,
  .g-col-lg-8,
  .g-col-lg-9,
  .g-col-lg-10,
  .g-col-lg-11,
  .g-col-lg-12,
  .g-col-lg-offset-0,
  .g-col-lg-offset-1,
  .g-col-lg-offset-2,
  .g-col-lg-offset-3,
  .g-col-lg-offset-4,
  .g-col-lg-offset-5,
  .g-col-lg-offset-6,
  .g-col-lg-offset-7,
  .g-col-lg-offset-8,
  .g-col-lg-offset-9,
  .g-col-lg-offset-10,
  .g-col-lg-offset-11,
  .g-col-lg-offset-12 {
    flex: 0 0 auto;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .g-col-lg {
    flex-basis: 100%;
    max-width: 100%;
  }
  .g-col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .g-col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .g-col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .g-col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .g-col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .g-col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .g-col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .g-col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .g-col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .g-col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .g-col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .g-col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .g-col-lg-offset-0 {
    margin-left: 0;
  }
  .g-col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .g-col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .g-col-lg-offset-3 {
    margin-left: 25%;
  }
  .g-col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .g-col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .g-col-lg-offset-6 {
    margin-left: 50%;
  }
  .g-col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .g-col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .g-col-lg-offset-9 {
    margin-left: 75%;
  }
  .g-col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .g-col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .g-col-lg-first {
    order: -1;
  }
  .g-col-lg-last {
    order: 1;
  }
}

div .pc-carousel-wrapper .pc-carousel-container .slick-slide > div {
  display: block;
}
.pc-carousel-container .platform-components-content-card__main-header.pc-body-one a {
  letter-spacing: 0;
}

header.header-v3 {
  border-bottom: solid 0.1875rem #edb110;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  z-index: 1050;
}
header.header-v3 .xf-content-height {
  margin: 0;
}
header.header-v3--search-fixed {
  margin-bottom: 3.5rem;
}
header.header-v3.header-v3--unset-position .main_header .tool-set-section {
  height: 5rem;
}
header.header-v3 .main_header {
  padding: 0;
  position: relative;
}
header.header-v3 .main_header .tool-set-section {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  background-color: #ffffff;
  height: 3.5rem;
  align-items: center;
  position: relative;
  padding: 0;
}
header.header-v3 .main_header .tool-set-section .logo {
  display: block;
  height: 3.5rem;
  padding: 0.875rem 0.5rem;
}
header.header-v3 .main_header .tool-set-section .logo img {
  max-height: 100%;
}
header.header-v3 .main_header .tool-set-section_right-side {
  width: inherit;
  display: flex;
  justify-content: flex-end;
  padding-right: 3.5rem;
  align-items: center;
}
header.header-v3 .main_header .tool-set-section_right-side.simplified .header-cart-v3 {
  padding-left: 0;
}
header.header-v3 .main_header {
  background: none;
}
header.header-v3 .main_header input[type="checkbox"] {
  transition: all 0.2s;
  box-sizing: border-box;
  display: none;
}
header.header-v3 .main_header .g-container {
  padding: 0;
  width: 100%;
}
header.header-v3 .main_header .g-row {
  margin: 0;
}
header.header-v3 .modal-overlay {
  width: 100%;
  height: 100%;
  padding: 1.125rem;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 99999;
}
header.header-v3 .sign-in-modal-component #sign-in-modal.modal {
  background: rgba(46, 46, 46, 0.9);
}
header.header-v3 .sign-in-account:focus-visible {
  outline: 0.0625rem solid #000000;
  outline-offset: 0.3125rem;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  header.header-v3 .mega-menu-section {
    height: 2.625rem;
  }
  header.header-v3 .mega-menu-section:before {
    content: '';
    position: absolute;
    width: 100%;
    border: solid #d8d8d8;
    border-width: 0.0625rem 0 0 0;
    left: 0;
    z-index: 1;
  }
  header.header-v3 .main_header .tool-set-section {
    height: 5rem;
    display: flex;
    flex-direction: row;
  }
  header.header-v3 .main_header .tool-set-section .brand-logo .logo {
    display: block;
    height: 3.5rem;
    padding: 0.1rem 0.5rem;
  }
  header.header-v3 .main_header .tool-set-section_right-side {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: inherit;
    padding-right: 0;
  }
  header.header-v3 .sign-in-modal-component #sign-in-modal.modal {
    overflow: inherit;
    background: none;
    z-index: 5;
  }
  header.header-v3 .sign-in-modal-component #sign-in-modal .modal-box {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media all and (min-width: 85.375rem) {
  header.header-v3 .mega-menu-section {
    height: 2.625rem;
  }
  header.header-v3 .mega-menu-section:before {
    content: '';
    position: absolute;
    width: 100%;
    border: solid #d8d8d8;
    border-width: 0.0625rem 0 0 0;
    left: 0;
    z-index: 1;
  }
  header.header-v3 .main_header .tool-set-section {
    height: 5rem;
    display: flex;
    flex-direction: row;
  }
  header.header-v3 .main_header .tool-set-section .brand-logo .logo {
    display: block;
    height: 3.5rem;
    padding: 0.1rem 0.5rem;
  }
  header.header-v3 .main_header .tool-set-section_right-side {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: inherit;
    padding-right: 0;
  }
  header.header-v3 .sign-in-modal-component #sign-in-modal.modal {
    overflow: inherit;
    background: none;
    z-index: 5;
  }
  header.header-v3 .sign-in-modal-component #sign-in-modal .modal-box {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media all and (min-width: 85.375rem) {
  .author-mode header.header-v3 .mega-menu-section {
    height: 2.625rem;
  }
  .author-mode header.header-v3 .mega-menu-section:before {
    content: '';
    position: absolute;
    width: 100%;
    border: solid #d8d8d8;
    border-width: 0.0625rem 0 0 0;
    left: 0;
    z-index: 1;
  }
  .author-mode header.header-v3 .main_header .tool-set-section {
    height: 5rem;
    display: flex;
    flex-direction: row;
  }
  .author-mode header.header-v3 .main_header .tool-set-section .brand-logo .logo {
    display: block;
    height: 3.5rem;
    padding: 0.1rem 0.5rem;
  }
  .author-mode header.header-v3 .main_header .tool-set-section_right-side {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: inherit;
    padding-right: 0;
  }
  .author-mode header.header-v3 .sign-in-modal-component #sign-in-modal.modal {
    overflow: inherit;
    background: none;
    z-index: 5;
  }
  .author-mode header.header-v3 .sign-in-modal-component #sign-in-modal .modal-box {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media all and (min-width: 64rem) {
  header.header-v3 {
    z-index: 21;
  }
}
.everydrop .modal.active {
  z-index: 4000;
}
html.modal-open .utility-nav__container,
html .ReactModal__Body--open .utility-nav__container {
  z-index: 1;
}
html.modal-open header.header-v3,
html .ReactModal__Body--open header.header-v3 {
  z-index: 2;
}
header.header-v3 {
  border-bottom: 1px solid #d9d9d9 !important;
  box-shadow: none!important;
}
header.header-v3 .main_header .tool-set-section {
  padding: 0 40px !important;
  background-color: #ffffff;
}
header.header-v3 .main_header .tool-set-section .brand-logo {
  width: 40%;
}
header.header-v3 .main_header .tool-set-section .brand-logo .logo {
  padding-right: 0;
  display: flex;
  align-items: center;
}
header.header-v3 .main_header .tool-set-section_right-side {
  padding-right: 1.5rem!important;
}
header.header-v3 .main_header .tool-set-section_right-side .header-language {
  margin-right: 1rem;
  min-width: max-content;
}
header.header-v3 .main_header .tool-set-section_right-side .header-language svg {
  min-height: 30px;
  min-width: 30px;
}
header.header-v3 .mega-menu-section:before {
  display: none;
}
header.header-v3 .flyout-links .flyout-links_container .flyout-links_list .flyout-links_list-item a {
  color: #127bc0;
}
header.header-v3 .header-search-form__wrapper .header-search-trigger-icon svg {
  width: 1.375rem;
  height: 1.375rem;
}
header.header-v3 .sign-in-account__link.active {
  text-decoration-line: underline;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  header.header-v3 #sign-in-modal .modal-box .sign-in-popup__form .login-title {
    font-size: 1.25rem;
  }
  header.header-v3 .flyout-links_header-link:hover {
    text-decoration: underline;
  }
}
@media all and (min-width: 85.375rem) {
  header.header-v3 #sign-in-modal .modal-box .sign-in-popup__form .login-title {
    font-size: 1.25rem;
  }
  header.header-v3 .flyout-links_header-link:hover {
    text-decoration: underline;
  }
}
.sign-in-account__first-row {
  font-size: 1rem;
  font-family: 'GothamMedium';
}

.global-navigation {
  height: 0;
}
.global-navigation .sidebar-icon-toggle {
  transition: all 0.2s;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  width: 3.5rem;
  height: 3.5rem;
  background-color: #edb110;
  -webkit-tap-highlight-color: transparent;
}
.global-navigation .sidebar-icon-toggle .sidebar-icon-toggle_icon {
  margin: 1rem 1rem 0 1rem;
}
.global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .sidebar-icon-toggle {
  background-color: #eeeeee;
}
.global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .sidebar-icon-toggle .horizontal {
  transition: all 0.2s;
  box-sizing: border-box;
  opacity: 0;
}
.global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .sidebar-icon-toggle .horizontal.mobile-menu-close-text {
  opacity: unset;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 0.625rem;
  font-weight: bold;
  color: #000000;
  display: block;
  width: 100%;
  text-align: center;
}
.global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .sidebar-icon-toggle .horizontal.mobile-menu-text {
  display: none;
}
.global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .sidebar-icon-toggle .diagonal.part-1 {
  transition: all .2s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: .625rem;
  height: 0.25rem;
  border-radius: 0.25rem;
}
.global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .sidebar-icon-toggle .diagonal.part-2 {
  transition: all .2s;
  box-sizing: border-box;
  transform: rotate(-135deg);
  margin-top: -0.56rem;
  height: 0.25rem;
  border-radius: 0.25rem;
}
.global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .global-menu {
  transform: translateX(0);
  border-top: solid 2px #edb110;
  overflow-y: auto;
}
.global-navigation .spinner-mobile {
  transition: all 0.2s;
  box-sizing: border-box;
  position: absolute;
  height: 0.125rem;
  width: 100%;
  border-radius: 20%;
  background-color: #000000;
}
.global-navigation .diagonal.part-1 {
  position: relative;
  transition: all 0.2s;
  box-sizing: border-box;
  float: left;
}
.global-navigation .diagonal.part-2 {
  transition: all 0.2s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 0.1875rem;
}
.global-navigation .horizontal {
  transition: all 0.2s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 0.1875rem;
}
.global-navigation .horizontal.mobile-menu-close-text {
  display: none;
}
.global-navigation .mobile-menu-text {
  font-family: "HelveticaNeue", sans-serif;
  font-size: 0.625rem;
  font-weight: bold;
  color: #000000;
  width: 100%;
  text-align: center;
}
.global-navigation .global-menu_container .primary-link.hidden {
  display: none;
  transition: 0.2s;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .global-navigation {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: inherit;
  }
  .global-navigation .sidebar-icon-toggle {
    display: none;
  }
  .global-navigation .global-navigation {
    margin: 0 8.4375rem 0 8.4375rem;
  }
  .global-navigation input[type="checkbox"]:not(:checked)#openGlobalMenuTrigger ~ .global-menu {
    display: flex;
  }
  .global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .global-menu {
    transform: none;
    border-top: none;
  }
  .global-navigation .sidebar-icon-toggle {
    display: none;
  }
  .global-navigation .global-navigation {
    margin: 0 8.4375rem 0 8.4375rem;
  }
  .global-navigation input[type="checkbox"]:not(:checked)#openGlobalMenuTrigger ~ .global-menu {
    display: flex;
  }
  .global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .global-menu {
    transform: none;
    border-top: none;
  }
}
@media all and (min-width: 85.375rem) {
  .global-navigation {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: inherit;
  }
  .global-navigation .sidebar-icon-toggle {
    display: none;
  }
  .global-navigation .global-navigation {
    margin: 0 8.4375rem 0 8.4375rem;
  }
  .global-navigation input[type="checkbox"]:not(:checked)#openGlobalMenuTrigger ~ .global-menu {
    display: flex;
  }
  .global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .global-menu {
    transform: none;
    border-top: none;
  }
  .global-navigation .sidebar-icon-toggle {
    display: none;
  }
  .global-navigation .global-navigation {
    margin: 0 8.4375rem 0 8.4375rem;
  }
  .global-navigation input[type="checkbox"]:not(:checked)#openGlobalMenuTrigger ~ .global-menu {
    display: flex;
  }
  .global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .global-menu {
    transform: none;
    border-top: none;
  }
}
@media all and (min-width: 85.375rem) {
  .author-mode .global-navigation {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: inherit;
  }
  .author-mode .global-navigation .sidebar-icon-toggle {
    display: none;
  }
  .author-mode .global-navigation .global-navigation {
    margin: 0 8.4375rem 0 8.4375rem;
  }
  .author-mode .global-navigation input[type="checkbox"]:not(:checked)#openGlobalMenuTrigger ~ .global-menu {
    display: flex;
  }
  .author-mode .global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .global-menu {
    transform: none;
    border-top: none;
  }
  .author-mode .global-navigation .sidebar-icon-toggle {
    display: none;
  }
  .author-mode .global-navigation .global-navigation {
    margin: 0 8.4375rem 0 8.4375rem;
  }
  .author-mode .global-navigation input[type="checkbox"]:not(:checked)#openGlobalMenuTrigger ~ .global-menu {
    display: flex;
  }
  .author-mode .global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .global-menu {
    transform: none;
    border-top: none;
  }
}
@media all and (max-width: 63.938rem) {
  .global-menu_container .primary-link.open {
    background-color: transparent !important;
    transition: none;
  }
}
/* Declare the same value for min- and max-width to avoid colliding with desktops */
@media only screen and (min-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .global-menu_container {
    display: block !important;
  }
  .global-menu_container .primary-link.open ~ .hidden-slider,
  .global-menu_container .primary-link.ipad-open ~ .hidden-slider {
    opacity: 0 !important;
  }
  .global-navigation .global-menu_container .primary-link.ipad-open.open {
    background-color: #edb110;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    .global-menu_container {
      display: block !important;
    }
    .global-navigation .global-menu_container .primary-link.open {
      background-color: #edb110;
      transition: .5s;
    }
    .global-menu_container .hidden-slider {
      display: none !important;
    }
    .global-menu_container .primary-link.open ~ .hidden-slider,
    .global-menu_container .primary-link.ipad-open ~ .hidden-slider {
      opacity: 0 !important;
    }
  }
}
@media not all and (min-resolution: 0.001dpcm) and only screen and (max-width: 48rem) {
  .global-navigation .global-menu_container .primary-link.open {
    background-color: transparent;
    transition: none;
  }
}
@supports (-webkit-hyphens:none) {
  .global-menu_container {
    display: block !important;
  }
  .global-navigation .global-menu_container .primary-link.open {
    background-color: #edb110;
    transition: .5s;
  }
  .global-menu_container .hidden-slider {
    display: none !important;
  }
  .global-menu_container .primary-link.open ~ .hidden-slider,
  .global-menu_container .primary-link.ipad-open ~ .hidden-slider {
    opacity: 0 !important;
  }
}
.keyboard-navigation .global-menu_container li:active,
.keyboard-navigation .global-menu_container li a:active {
  outline: unset !important;
}
.keyboard-navigation .global-menu_container .primary-link:focus {
  transition: none;
  outline: 0.125rem solid #000000;
  outline-offset: -0.25rem;
}
.global-menu {
  left: 0;
  width: 100%;
  transform: translateX(150%);
  transition: transform 500ms ease-in-out;
  background: #ffffff;
  height: 100vh;
  -webkit-tap-highlight-color: transparent;
}
.global-menu_container {
  list-style-type: none;
  margin: 0;
  align-items: center;
  color: #000000;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
  font-family: "HelveticaNeue", sans-serif;
  padding: 0;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.1);
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  background: #ffffff;
}
.global-menu_container .hidden-slider {
  display: none;
}
.global-menu_container li:active,
.global-menu_container li a:active {
  outline: none !important;
}
.global-menu_container .primary-link {
  display: inline-block;
  padding: .313rem 0;
  width: 100%;
  position: relative;
  transition: 0.5s;
}
.global-menu_container .primary-link > .global-menu_flyout {
  display: none;
}
.global-menu_container .primary-link:not(:first-child) {
  border-top: solid 1px #dedede;
}
.global-menu_container .primary-link .link-arrow-right {
  content: '';
  transition: 0.5s;
  border: solid #898989;
  border-width: 0 0.125rem 0.125rem 0;
  display: inline-block;
  padding: 0.1875rem;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 1.5rem;
  right: 1rem;
}
.global-menu_container .primary-link .primary-link_control-panel {
  margin-left: 1rem;
  line-height: 3rem;
  min-height: 3rem;
}
.global-menu_container .primary-link.expanded-link .primary-link_href {
  transition: 0.5s;
  font-weight: bold;
  color: #edb110;
}
.global-menu_container .primary-link.expanded-link .link-arrow-right {
  border: solid #edb110;
  border-width: 0 0.125rem 0.125rem 0;
  transition: 0.5s;
  transform: rotate(-135deg);
}
.global-menu_container .primary-link.expanded-link .link-arrow-left {
  display: none;
}
.global-menu_container .primary-link.expanded-link .global-menu_flyout {
  display: block;
  background: #ffffff;
  width: 100%;
  transition: all 0.5s;
  border-top: solid 1px #dedede;
}
.global-menu_container .primary-link .primary-link_href {
  transition: 0.5s;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 1rem;
  color: #000000;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
}
.global-menu_container .primary-link.selected {
  text-align: center;
  transition: 0.5s;
}
.global-menu_container .primary-link.selected .link-arrow-right {
  display: none;
}
.global-menu_container .primary-link.selected .link-arrow-left {
  content: '';
  transition: 0.5s;
  border: solid #000000;
  border-width: 0 0.125rem 0.125rem 0;
  display: inline-block;
  padding: 0.1875rem;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 1.5rem;
  left: 1rem;
}
.global-menu_container .primary-link.selected .primary-link_href {
  font-weight: bold;
}
.global-menu_container .primary-link.hidden {
  transition: 0.5s;
  display: none;
}
.global-menu .sub-menu-head span {
  font-weight: 600;
}
.global-menu .g-row .g-col-6 .single-high {
  margin-top: 0;
}
.global-menu .user_links img {
  margin: 0 auto;
}
.global-menu .user_links__utilities {
  font-size: 0.625rem !important;
  text-transform: uppercase !important;
  padding: 0 !important;
  line-height: 1.375rem;
  text-align: center;
  color: #2e2e2e;
  border-bottom: 0 !important;
}
.global-menu .column_border-right {
  border-right: 0.0625rem solid #eee;
}
.global-menu .padding_left_column {
  padding-left: 1.875rem;
}
.global-menu .column_padding_bottom {
  padding-bottom: 1.5625rem;
}
.global-menu .contact_details {
  margin-bottom: 1.25rem;
}
.global-menu .live_chat {
  padding-bottom: 1.5625rem;
  padding-left: 1.9375rem;
}
.global-menu .main {
  margin: 0 auto;
  display: block;
  height: 100%;
}
.global-menu .mainInner {
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}
.global-menu .mainInner div {
  display: table-cell;
  vertical-align: middle;
  font-size: 3em;
  font-weight: bold;
  letter-spacing: 0.078125rem;
}
.global-menu .main-menu {
  padding: 0;
}
.global-menu .main-menu li {
  padding-left: 2.3125rem;
  border-bottom: 0.0625rem solid #dadada;
  background-color: #eee;
}
.global-menu .always_visible {
  display: block;
}
.global-menu .padding_left_column {
  padding: 0 0.625rem;
}
.global-menu .g-row-mobile {
  background: #eee;
}
.global-menu .display-none-mobile {
  display: none;
}
.global-menu .user_links .header-suggestions-panel .header-suggestions-button {
  font-weight: 500;
  font-size: 0.6875rem !important;
  line-height: 1.5rem !important;
  display: flex;
  align-items: center;
  color: #c41230 !important;
  text-transform: capitalize !important;
}
.global-menu .overlay-menu {
  display: none !important;
}
.global-menu .mega-menu-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  background-origin: content-box;
  width: 1.4375rem;
  height: 1.4375rem;
  float: right;
}
.global-menu .column_border-right {
  padding-left: 0;
  padding-right: 0;
}
.global-menu .content-hidden-mobile {
  display: none;
}
.global-menu .header-logged-out {
  text-align: center;
}
.global-menu .main-menu-svg-fill {
  width: 1.0625rem;
  height: 1.0625rem;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .global-menu {
    display: flex;
    justify-content: space-between;
    height: inherit;
    transform: none;
    transition: none;
    padding-bottom: 0;
  }
  .global-menu .tool-set-section {
    margin: 0 8.4375rem 0 8.4375rem;
    height: 5rem;
  }
  .global-menu_container {
    padding: 0;
    display: flex;
    height: 2.625rem;
    position: initial;
    overflow: hidden;
  }
  .global-menu_container .hidden-slider {
    display: block;
    position: absolute;
    width: 9.375rem;
    height: 2.625rem;
    top: 5rem;
    left: 0;
    background: #edb110;
    z-index: 0;
    transition: 0.5s;
    opacity: 0;
  }
  .global-menu_container .primary-link {
    padding: 0.625rem 0;
    position: initial;
    z-index: 1;
  }
  .global-menu_container .primary-link .primary-link_control-panel {
    line-height: unset;
    min-height: unset;
  }
  .global-menu_container .primary-link.open > .global-menu_flyout {
    display: block;
    position: absolute;
    background: #ffffff;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: 7.5625rem;
    cursor: auto;
  }
  .global-menu_container .primary-link.open > .global-menu_flyout .global-menu_flyout-border {
    width: 100%;
    border-bottom: solid 0.1875rem #edb110;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  }
  .global-menu_container .primary-link.open > .global-menu_flyout .g-container {
    margin-top: 0.1875rem;
  }
  .global-menu_container .primary-link.open > .global-menu_flyout .sub-menu-block .aem-Grid:before,
  .global-menu_container .primary-link.open > .global-menu_flyout .sub-menu-block .aem-Grid:after {
    display: none;
  }
  .global-menu_container .primary-link .link-arrow-right {
    display: none;
  }
  .global-menu_container .primary-link .link-arrow-left {
    display: none;
  }
  .global-menu_container .primary-link:not(:first-child) {
    border-top: none;
  }
  .global-menu_container .primary-link:first-of-type:focus {
    border-left: 0.0625rem solid;
  }
  .global-menu_container .primary-link .primary-link_href {
    font-family: "HelveticaNeue", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.19;
    color: #000000;
    margin-left: 0.5rem;
  }
  .global-menu_container .primary-link .primary-link_href:focus {
    outline: 0.0625rem solid #000000;
  }
  .global-menu_container .primary-link .primary-link_href:hover {
    text-decoration: underline;
  }
  .global-menu_container .primary-link .primary-link_href:after {
    display: none;
  }
  .global-menu_container .primary-link.open ~ .hidden-slider {
    opacity: 1;
  }
  .global-menu_container .primary-link.expanded-link .primary-link_control-panel {
    padding-bottom: inherit;
  }
  .global-menu_container .primary-link.expanded-link .primary-link_href {
    transition: none;
    font-weight: bold;
    color: #000000;
  }
  .global-menu_container .primary-link.expanded-link .link-arrow-right {
    border: none;
    display: none;
  }
  .global-menu_container .primary-link.expanded-link .link-arrow-left {
    display: none;
  }
  .global-menu_container .primary-link.expanded-link .global-menu_flyout {
    transition: none;
    border-top: inherit;
  }
  .global-menu .tool-set-section {
    margin: 0 8.4375rem 0 8.4375rem;
    height: 5rem;
  }
  .global-menu_container {
    padding: 0 15px;
    height: 2.625rem;
    position: initial;
  }
  .global-menu_container .hidden-slider {
    display: none;
    position: absolute;
    width: 9.375rem;
    height: 4px;
    top: unset;
    bottom: 0;
    left: 0;
    background-color: #127bc0 !important;
    z-index: 0;
    transition: 0.5s;
    opacity: 0;
  }
  .global-menu_container .primary-link {
    padding: 0.625rem 0;
    position: initial;
    z-index: 1;
  }
  .global-menu_container .primary-link:hover > .global-menu_flyout,
  .global-menu_container .primary-link.open > .global-menu_flyout {
    display: block;
    position: absolute;
    background: #ffffff;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: 7.5625rem;
    cursor: auto;
  }
  .global-menu_container .primary-link:hover > .global-menu_flyout .global-menu_flyout-border,
  .global-menu_container .primary-link.open > .global-menu_flyout .global-menu_flyout-border {
    width: 100%;
    border-bottom: solid 0.1875rem #163d64 !important;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  }
  .global-menu_container .primary-link:hover > .global-menu_flyout .g-container,
  .global-menu_container .primary-link.open > .global-menu_flyout .g-container {
    margin-top: 0.1875rem;
    padding: 0;
  }
  .global-menu_container .primary-link:hover > .global-menu_flyout .sub-menu-block .aem-Grid:before,
  .global-menu_container .primary-link.open > .global-menu_flyout .sub-menu-block .aem-Grid:before,
  .global-menu_container .primary-link:hover > .global-menu_flyout .sub-menu-block .aem-Grid:after,
  .global-menu_container .primary-link.open > .global-menu_flyout .sub-menu-block .aem-Grid:after {
    display: none;
  }
  .global-menu_container .primary-link .link-arrow-right {
    display: none;
  }
  .global-menu_container .primary-link .link-arrow-left {
    display: none;
  }
  .global-menu_container .primary-link:not(:first-child) {
    border-top: none;
  }
  .global-menu_container .primary-link .primary-link_href {
    font-family: 'GothamMedium';
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.19;
    color: #127bc0;
    margin-left: 0.5rem;
  }
  .global-menu_container .primary-link .primary-link_href:focus {
    outline: 0.0625rem dotted #000000;
  }
  .global-menu_container .primary-link .primary-link_href:hover {
    text-decoration: underline;
    color: #127bc0;
  }
  .global-menu_container .primary-link .primary-link_href:after {
    display: none;
  }
  .global-menu_container .primary-link:hover ~ .hidden-slider,
  .global-menu_container .primary-link.open ~ .hidden-slider {
    opacity: 1;
  }
  .global-menu_container .primary-link.expanded-link .primary-link_control-panel {
    padding-bottom: inherit;
  }
  .global-menu_container .primary-link.expanded-link .primary-link_href {
    transition: none;
    font-weight: bold;
    color: #127bc0;
  }
  .global-menu_container .primary-link.expanded-link .link-arrow-right {
    border: none;
    display: none;
  }
  .global-menu_container .primary-link.expanded-link .link-arrow-left {
    display: none;
  }
  .global-menu_container .primary-link.expanded-link .global-menu_flyout {
    transition: none;
    border-top: inherit;
  }
}
@media all and (min-width: 85.375rem) {
  .global-menu {
    display: flex;
    justify-content: space-between;
    height: inherit;
    transform: none;
    transition: none;
    padding-bottom: 0;
  }
  .global-menu .tool-set-section {
    margin: 0 8.4375rem 0 8.4375rem;
    height: 5rem;
  }
  .global-menu_container {
    padding: 0;
    display: flex;
    height: 2.625rem;
    position: initial;
    overflow: hidden;
  }
  .global-menu_container .hidden-slider {
    display: block;
    position: absolute;
    width: 9.375rem;
    height: 2.625rem;
    top: 5rem;
    left: 0;
    background: #edb110;
    z-index: 0;
    transition: 0.5s;
    opacity: 0;
  }
  .global-menu_container .primary-link {
    padding: 0.625rem 0;
    position: initial;
    z-index: 1;
  }
  .global-menu_container .primary-link .primary-link_control-panel {
    line-height: unset;
    min-height: unset;
  }
  .global-menu_container .primary-link.open > .global-menu_flyout {
    display: block;
    position: absolute;
    background: #ffffff;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: 7.5625rem;
    cursor: auto;
  }
  .global-menu_container .primary-link.open > .global-menu_flyout .global-menu_flyout-border {
    width: 100%;
    border-bottom: solid 0.1875rem #edb110;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  }
  .global-menu_container .primary-link.open > .global-menu_flyout .g-container {
    margin-top: 0.1875rem;
  }
  .global-menu_container .primary-link.open > .global-menu_flyout .sub-menu-block .aem-Grid:before,
  .global-menu_container .primary-link.open > .global-menu_flyout .sub-menu-block .aem-Grid:after {
    display: none;
  }
  .global-menu_container .primary-link .link-arrow-right {
    display: none;
  }
  .global-menu_container .primary-link .link-arrow-left {
    display: none;
  }
  .global-menu_container .primary-link:not(:first-child) {
    border-top: none;
  }
  .global-menu_container .primary-link:first-of-type:focus {
    border-left: 0.0625rem solid;
  }
  .global-menu_container .primary-link .primary-link_href {
    font-family: "HelveticaNeue", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.19;
    color: #000000;
    margin-left: 0.5rem;
  }
  .global-menu_container .primary-link .primary-link_href:focus {
    outline: 0.0625rem solid #000000;
  }
  .global-menu_container .primary-link .primary-link_href:hover {
    text-decoration: underline;
  }
  .global-menu_container .primary-link .primary-link_href:after {
    display: none;
  }
  .global-menu_container .primary-link.open ~ .hidden-slider {
    opacity: 1;
  }
  .global-menu_container .primary-link.expanded-link .primary-link_control-panel {
    padding-bottom: inherit;
  }
  .global-menu_container .primary-link.expanded-link .primary-link_href {
    transition: none;
    font-weight: bold;
    color: #000000;
  }
  .global-menu_container .primary-link.expanded-link .link-arrow-right {
    border: none;
    display: none;
  }
  .global-menu_container .primary-link.expanded-link .link-arrow-left {
    display: none;
  }
  .global-menu_container .primary-link.expanded-link .global-menu_flyout {
    transition: none;
    border-top: inherit;
  }
  .global-menu .tool-set-section {
    margin: 0 8.4375rem 0 8.4375rem;
    height: 5rem;
  }
  .global-menu_container {
    padding: 0 15px;
    height: 2.625rem;
    position: initial;
  }
  .global-menu_container .hidden-slider {
    display: none;
    position: absolute;
    width: 9.375rem;
    height: 4px;
    top: unset;
    bottom: 0;
    left: 0;
    background-color: #127bc0 !important;
    z-index: 0;
    transition: 0.5s;
    opacity: 0;
  }
  .global-menu_container .primary-link {
    padding: 0.625rem 0;
    position: initial;
    z-index: 1;
  }
  .global-menu_container .primary-link:hover > .global-menu_flyout,
  .global-menu_container .primary-link.open > .global-menu_flyout {
    display: block;
    position: absolute;
    background: #ffffff;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: 7.5625rem;
    cursor: auto;
  }
  .global-menu_container .primary-link:hover > .global-menu_flyout .global-menu_flyout-border,
  .global-menu_container .primary-link.open > .global-menu_flyout .global-menu_flyout-border {
    width: 100%;
    border-bottom: solid 0.1875rem #163d64 !important;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  }
  .global-menu_container .primary-link:hover > .global-menu_flyout .g-container,
  .global-menu_container .primary-link.open > .global-menu_flyout .g-container {
    margin-top: 0.1875rem;
    padding: 0;
  }
  .global-menu_container .primary-link:hover > .global-menu_flyout .sub-menu-block .aem-Grid:before,
  .global-menu_container .primary-link.open > .global-menu_flyout .sub-menu-block .aem-Grid:before,
  .global-menu_container .primary-link:hover > .global-menu_flyout .sub-menu-block .aem-Grid:after,
  .global-menu_container .primary-link.open > .global-menu_flyout .sub-menu-block .aem-Grid:after {
    display: none;
  }
  .global-menu_container .primary-link .link-arrow-right {
    display: none;
  }
  .global-menu_container .primary-link .link-arrow-left {
    display: none;
  }
  .global-menu_container .primary-link:not(:first-child) {
    border-top: none;
  }
  .global-menu_container .primary-link .primary-link_href {
    font-family: 'GothamMedium';
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.19;
    color: #127bc0;
    margin-left: 0.5rem;
  }
  .global-menu_container .primary-link .primary-link_href:focus {
    outline: 0.0625rem dotted #000000;
  }
  .global-menu_container .primary-link .primary-link_href:hover {
    text-decoration: underline;
    color: #127bc0;
  }
  .global-menu_container .primary-link .primary-link_href:after {
    display: none;
  }
  .global-menu_container .primary-link:hover ~ .hidden-slider,
  .global-menu_container .primary-link.open ~ .hidden-slider {
    opacity: 1;
  }
  .global-menu_container .primary-link.expanded-link .primary-link_control-panel {
    padding-bottom: inherit;
  }
  .global-menu_container .primary-link.expanded-link .primary-link_href {
    transition: none;
    font-weight: bold;
    color: #127bc0;
  }
  .global-menu_container .primary-link.expanded-link .link-arrow-right {
    border: none;
    display: none;
  }
  .global-menu_container .primary-link.expanded-link .link-arrow-left {
    display: none;
  }
  .global-menu_container .primary-link.expanded-link .global-menu_flyout {
    transition: none;
    border-top: inherit;
  }
}
@media all and (min-width: 48rem) {
  .global-menu__search {
    display: none;
  }
}
@media all and (min-width: 85.375rem) {
  .author-mode .global-menu {
    display: flex;
    justify-content: space-between;
    height: inherit;
    transform: none;
    transition: none;
    padding-bottom: 0;
  }
  .author-mode .global-menu .tool-set-section {
    margin: 0 8.4375rem 0 8.4375rem;
    height: 5rem;
  }
  .author-mode .global-menu_container {
    padding: 0;
    display: flex;
    height: 2.625rem;
    position: initial;
    overflow: hidden;
  }
  .author-mode .global-menu_container .hidden-slider {
    display: block;
    position: absolute;
    width: 9.375rem;
    height: 2.625rem;
    top: 5rem;
    left: 0;
    background: #edb110;
    z-index: 0;
    transition: 0.5s;
    opacity: 0;
  }
  .author-mode .global-menu_container .primary-link {
    padding: 0.625rem 0;
    position: initial;
    z-index: 1;
  }
  .author-mode .global-menu_container .primary-link .primary-link_control-panel {
    line-height: unset;
    min-height: unset;
  }
  .author-mode .global-menu_container .primary-link.open > .global-menu_flyout {
    display: block;
    position: absolute;
    background: #ffffff;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: 7.5625rem;
    cursor: auto;
  }
  .author-mode .global-menu_container .primary-link.open > .global-menu_flyout .global-menu_flyout-border {
    width: 100%;
    border-bottom: solid 0.1875rem #edb110;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  }
  .author-mode .global-menu_container .primary-link.open > .global-menu_flyout .g-container {
    margin-top: 0.1875rem;
  }
  .author-mode .global-menu_container .primary-link.open > .global-menu_flyout .sub-menu-block .aem-Grid:before,
  .author-mode .global-menu_container .primary-link.open > .global-menu_flyout .sub-menu-block .aem-Grid:after {
    display: none;
  }
  .author-mode .global-menu_container .primary-link .link-arrow-right {
    display: none;
  }
  .author-mode .global-menu_container .primary-link .link-arrow-left {
    display: none;
  }
  .author-mode .global-menu_container .primary-link:not(:first-child) {
    border-top: none;
  }
  .author-mode .global-menu_container .primary-link:first-of-type:focus {
    border-left: 0.0625rem solid;
  }
  .author-mode .global-menu_container .primary-link .primary-link_href {
    font-family: "HelveticaNeue", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.19;
    color: #000000;
    margin-left: 0.5rem;
  }
  .author-mode .global-menu_container .primary-link .primary-link_href:focus {
    outline: 0.0625rem solid #000000;
  }
  .author-mode .global-menu_container .primary-link .primary-link_href:hover {
    text-decoration: underline;
  }
  .author-mode .global-menu_container .primary-link .primary-link_href:after {
    display: none;
  }
  .author-mode .global-menu_container .primary-link.open ~ .hidden-slider {
    opacity: 1;
  }
  .author-mode .global-menu_container .primary-link.expanded-link .primary-link_control-panel {
    padding-bottom: inherit;
  }
  .author-mode .global-menu_container .primary-link.expanded-link .primary-link_href {
    transition: none;
    font-weight: bold;
    color: #000000;
  }
  .author-mode .global-menu_container .primary-link.expanded-link .link-arrow-right {
    border: none;
    display: none;
  }
  .author-mode .global-menu_container .primary-link.expanded-link .link-arrow-left {
    display: none;
  }
  .author-mode .global-menu_container .primary-link.expanded-link .global-menu_flyout {
    transition: none;
    border-top: inherit;
  }
  .author-mode .global-menu .tool-set-section {
    margin: 0 8.4375rem 0 8.4375rem;
    height: 5rem;
  }
  .author-mode .global-menu_container {
    padding: 0 15px;
    height: 2.625rem;
    position: initial;
  }
  .author-mode .global-menu_container .hidden-slider {
    display: none;
    position: absolute;
    width: 9.375rem;
    height: 4px;
    top: unset;
    bottom: 0;
    left: 0;
    background-color: #127bc0 !important;
    z-index: 0;
    transition: 0.5s;
    opacity: 0;
  }
  .author-mode .global-menu_container .primary-link {
    padding: 0.625rem 0;
    position: initial;
    z-index: 1;
  }
  .author-mode .global-menu_container .primary-link:hover > .global-menu_flyout,
  .author-mode .global-menu_container .primary-link.open > .global-menu_flyout {
    display: block;
    position: absolute;
    background: #ffffff;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: 7.5625rem;
    cursor: auto;
  }
  .author-mode .global-menu_container .primary-link:hover > .global-menu_flyout .global-menu_flyout-border,
  .author-mode .global-menu_container .primary-link.open > .global-menu_flyout .global-menu_flyout-border {
    width: 100%;
    border-bottom: solid 0.1875rem #163d64 !important;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  }
  .author-mode .global-menu_container .primary-link:hover > .global-menu_flyout .g-container,
  .author-mode .global-menu_container .primary-link.open > .global-menu_flyout .g-container {
    margin-top: 0.1875rem;
    padding: 0;
  }
  .author-mode .global-menu_container .primary-link:hover > .global-menu_flyout .sub-menu-block .aem-Grid:before,
  .author-mode .global-menu_container .primary-link.open > .global-menu_flyout .sub-menu-block .aem-Grid:before,
  .author-mode .global-menu_container .primary-link:hover > .global-menu_flyout .sub-menu-block .aem-Grid:after,
  .author-mode .global-menu_container .primary-link.open > .global-menu_flyout .sub-menu-block .aem-Grid:after {
    display: none;
  }
  .author-mode .global-menu_container .primary-link .link-arrow-right {
    display: none;
  }
  .author-mode .global-menu_container .primary-link .link-arrow-left {
    display: none;
  }
  .author-mode .global-menu_container .primary-link:not(:first-child) {
    border-top: none;
  }
  .author-mode .global-menu_container .primary-link .primary-link_href {
    font-family: 'GothamMedium';
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.19;
    color: #127bc0;
    margin-left: 0.5rem;
  }
  .author-mode .global-menu_container .primary-link .primary-link_href:focus {
    outline: 0.0625rem dotted #000000;
  }
  .author-mode .global-menu_container .primary-link .primary-link_href:hover {
    text-decoration: underline;
    color: #127bc0;
  }
  .author-mode .global-menu_container .primary-link .primary-link_href:after {
    display: none;
  }
  .author-mode .global-menu_container .primary-link:hover ~ .hidden-slider,
  .author-mode .global-menu_container .primary-link.open ~ .hidden-slider {
    opacity: 1;
  }
  .author-mode .global-menu_container .primary-link.expanded-link .primary-link_control-panel {
    padding-bottom: inherit;
  }
  .author-mode .global-menu_container .primary-link.expanded-link .primary-link_href {
    transition: none;
    font-weight: bold;
    color: #127bc0;
  }
  .author-mode .global-menu_container .primary-link.expanded-link .link-arrow-right {
    border: none;
    display: none;
  }
  .author-mode .global-menu_container .primary-link.expanded-link .link-arrow-left {
    display: none;
  }
  .author-mode .global-menu_container .primary-link.expanded-link .global-menu_flyout {
    transition: none;
    border-top: inherit;
  }
}
.noscroll {
  overflow: hidden !important;
  position: relative;
  height: 100%;
  max-height: 100vh;
}
.header-less-overlay {
  top: 3.7rem;
  left: 0;
  width: 100%;
  height: calc(100% - 3.7rem);
  z-index: 10;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
}
.global-menu_container .primary-link:hover .primary-link_href {
  color: #127bc0;
}
.logo img {
  height: 100%;
}
.global-navigation {
  height: 0;
}
.global-navigation .sidebar-icon-toggle {
  transition: all 0.2s;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  width: 3.5rem;
  height: 3.5rem;
  background-color: #ffffff !important;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
.global-navigation .sidebar-icon-toggle .sidebar-icon-toggle_icon {
  margin: 1rem 1rem 0 1rem;
}
.global-navigation .sidebar-icon-toggle .sidebar-icon-toggle_icon div {
  background-color: #163d64;
}
.global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .sidebar-icon-toggle {
  background-color: #163d64;
}
.global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .sidebar-icon-toggle .horizontal {
  transition: all 0.2s;
  box-sizing: border-box;
  opacity: 0;
}
.global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .sidebar-icon-toggle .horizontal.mobile-menu-close-text {
  opacity: unset;
  font-family: 'GothamMedium';
  font-size: 0.625rem;
  font-weight: bold;
  color: #127bc0;
  display: none;
  width: 100%;
  text-align: center;
}
.global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .sidebar-icon-toggle .horizontal.mobile-menu-text {
  display: none;
}
.global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .sidebar-icon-toggle .diagonal.part-1 {
  transition: all .2s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: .625rem;
  height: 0.25rem;
  border-radius: 0.25rem;
}
.global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .sidebar-icon-toggle .diagonal.part-2 {
  transition: all .2s;
  box-sizing: border-box;
  transform: rotate(-135deg);
  margin-top: -0.56rem;
  height: 0.25rem;
  border-radius: 0.25rem;
}
.global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .global-menu {
  transform: translateX(0);
  border-top: solid 2px #163d64 !important;
  overflow-y: auto;
  position: fixed;
  top: 0rem;
  left: 0;
}
.global-navigation .spinner-mobile {
  transition: all 0.2s;
  box-sizing: border-box;
  position: absolute;
  height: 0.125rem;
  width: 100%;
  border-radius: 20%;
  background-color: #000000;
}
.global-navigation .diagonal.part-1 {
  position: relative;
  transition: all 0.2s;
  box-sizing: border-box;
  float: left;
}
.global-navigation .diagonal.part-2 {
  transition: all 0.2s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 0.1875rem;
}
.global-navigation .horizontal {
  transition: all 0.2s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 0.1875rem;
}
.global-navigation .horizontal.mobile-menu-close-text {
  display: none;
}
.global-navigation .mobile-menu-text {
  font-family: 'GothamMedium';
  font-size: 0.625rem;
  font-weight: bold;
  color: #127bc0;
  width: 100%;
  text-align: center;
  display: none;
}
.global-navigation .global-menu_container {
  background-color: #ffffff;
}
.global-navigation .global-menu_container .primary-link.hidden {
  display: none;
  transition: 0.2s;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .global-navigation {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: inherit;
  }
  .global-navigation .sidebar-icon-toggle {
    display: none;
  }
  .global-navigation .global-navigation {
    margin: 0 8.4375rem 0 8.4375rem;
  }
  .global-navigation input[type="checkbox"]:not(:checked)#openGlobalMenuTrigger ~ .global-menu {
    display: flex;
  }
  .global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .global-menu {
    transform: none;
    border-top: none;
  }
  .global-navigation .sidebar-icon-toggle {
    display: none;
  }
  .global-navigation .global-navigation {
    margin: 0 8.4375rem 0 8.4375rem;
  }
  .global-navigation input[type="checkbox"]:not(:checked)#openGlobalMenuTrigger ~ .global-menu {
    display: flex;
  }
  .global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .global-menu {
    transform: none;
    border-top: none;
  }
}
@media all and (min-width: 85.375rem) {
  .global-navigation {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: inherit;
  }
  .global-navigation .sidebar-icon-toggle {
    display: none;
  }
  .global-navigation .global-navigation {
    margin: 0 8.4375rem 0 8.4375rem;
  }
  .global-navigation input[type="checkbox"]:not(:checked)#openGlobalMenuTrigger ~ .global-menu {
    display: flex;
  }
  .global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .global-menu {
    transform: none;
    border-top: none;
  }
  .global-navigation .sidebar-icon-toggle {
    display: none;
  }
  .global-navigation .global-navigation {
    margin: 0 8.4375rem 0 8.4375rem;
  }
  .global-navigation input[type="checkbox"]:not(:checked)#openGlobalMenuTrigger ~ .global-menu {
    display: flex;
  }
  .global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .global-menu {
    transform: none;
    border-top: none;
  }
}
@media all and (min-width: 85.375rem) {
  .author-mode .global-navigation {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: inherit;
  }
  .author-mode .global-navigation .sidebar-icon-toggle {
    display: none;
  }
  .author-mode .global-navigation .global-navigation {
    margin: 0 8.4375rem 0 8.4375rem;
  }
  .author-mode .global-navigation input[type="checkbox"]:not(:checked)#openGlobalMenuTrigger ~ .global-menu {
    display: flex;
  }
  .author-mode .global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .global-menu {
    transform: none;
    border-top: none;
  }
  .author-mode .global-navigation .sidebar-icon-toggle {
    display: none;
  }
  .author-mode .global-navigation .global-navigation {
    margin: 0 8.4375rem 0 8.4375rem;
  }
  .author-mode .global-navigation input[type="checkbox"]:not(:checked)#openGlobalMenuTrigger ~ .global-menu {
    display: flex;
  }
  .author-mode .global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .global-menu {
    transform: none;
    border-top: none;
  }
}
/* Declare the same value for min- and max-width to avoid colliding with desktops */
@media only screen and (min-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .global-menu_container {
    display: block !important;
  }
  .global-menu_container .primary-link:hover ~ .hidden-slider,
  .global-menu_container .primary-link.open ~ .hidden-slider,
  .global-menu_container .primary-link.ipad-open ~ .hidden-slider {
    opacity: 0 !important;
  }
  .global-navigation .global-menu_container .primary-link.ipad-open.open {
    background-color: #163d64 !important;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    .global-menu_container {
      display: block !important;
    }
    .global-navigation .global-menu_container .primary-link:hover {
      background-color: transparent;
      transition: .5s;
    }
    .global-menu_container .hidden-slider {
      display: none !important;
    }
    .global-menu_container .primary-link:hover ~ .hidden-slider,
    .global-menu_container .primary-link.open ~ .hidden-slider,
    .global-menu_container .primary-link.ipad-open ~ .hidden-slider {
      opacity: 0 !important;
    }
  }
}
.keyboard-navigation .global-menu_container li:active,
.keyboard-navigation .global-menu_container li a:active {
  outline: unset !important;
}
.keyboard-navigation .global-menu_container .primary-link:focus {
  transition: none;
  outline: 0.0625rem dotted #000000;
  outline-offset: -0.25rem;
}
.global-menu {
  left: 0;
  width: 100%;
  transform: translateX(150%);
  transition: transform 500ms ease-in-out;
  background: #ffffff;
  height: 100vh;
}
.global-menu_container {
  list-style-type: none;
  margin: 0;
  align-items: center;
  color: #000000;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
  font-family: "HelveticaNeue", sans-serif;
  padding: 0;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.1);
  display: block;
  overflow-y: auto;
  width: 100%;
  background: #ffffff;
}
.global-menu_container .hidden-slider {
  display: none;
}
.global-menu_container li:active,
.global-menu_container li a:active {
  outline: none !important;
}
.global-menu_container .primary-link {
  display: inline-block;
  padding: 1.125rem 0 1.125rem 0;
  width: 100%;
  position: relative;
  transition: 0.5s;
}
.global-menu_container .primary-link > .global-menu_flyout {
  display: none;
}
.global-menu_container .primary-link:not(:first-child) {
  border-top: solid 1px #d9d9d9;
}
.global-menu_container .primary-link .link-arrow-right {
  content: '';
  transition: 0.5s;
  border: solid #d9d9d9;
  border-width: 0 0.125rem 0.125rem 0;
  display: inline-block;
  padding: 0.1875rem;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 1.25rem;
  right: 1rem;
}
.global-menu_container .primary-link .primary-link_control-panel {
  margin-left: 1rem;
  width: max-content;
}
.global-menu_container .primary-link.expanded-link .primary-link_control-panel {
  padding-bottom: 1.125rem;
}
.global-menu_container .primary-link.expanded-link .primary-link_href {
  transition: 0.5s;
  font-weight: bold;
  color: #127bc0 !important;
}
.global-menu_container .primary-link.expanded-link .link-arrow-right {
  border: solid #127bc0 !important;
  border-width: 0 0.125rem 0.125rem 0;
  transition: 0.5s;
  transform: rotate(-135deg);
}
.global-menu_container .primary-link.expanded-link .link-arrow-left {
  display: none;
}
.global-menu_container .primary-link.expanded-link .global-menu_flyout {
  display: block;
  background: #ffffff;
  width: 100%;
  transition: all 0.5s;
  border-top: solid 1px #d9d9d9;
}
.global-menu_container .primary-link .primary-link_href {
  transition: 0.5s;
  font-family: 'GothamMedium';
  font-size: 1rem;
  font-weight: 700;
  color: #127bc0;
  text-decoration: none;
  text-transform: none;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
}
.global-menu_container .primary-link.selected {
  text-align: center;
  transition: 0.5s;
}
.global-menu_container .primary-link.selected .link-arrow-right {
  display: none;
}
.global-menu_container .primary-link.selected .link-arrow-left {
  content: '';
  transition: 0.5s;
  border: solid #000000;
  border-width: 0 0.125rem 0.125rem 0;
  display: inline-block;
  padding: 0.1875rem;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 1.25rem;
  left: 1rem;
}
.global-menu_container .primary-link.selected .primary-link_href {
  font-weight: bold;
}
.global-menu_container .primary-link.hidden {
  transition: 0.5s;
  display: none;
}
.global-menu .sub-menu-head span {
  font-weight: 600;
}
.global-menu .g-row .g-col-6 .single-high {
  margin-top: 0;
}
.global-menu .user_links img {
  margin: 0 auto;
}
.global-menu .user_links__utilities {
  font-size: 0.625rem !important;
  text-transform: uppercase !important;
  padding: 0 !important;
  line-height: 1.375rem;
  text-align: center;
  color: #127bc0;
  border-bottom: 0 !important;
}
.global-menu .column_border-right {
  border-right: 0.0625rem solid #eee;
}
.global-menu .padding_left_column {
  padding-left: 1.875rem;
}
.global-menu .column_padding_bottom {
  padding-bottom: 1.5625rem;
}
.global-menu .contact_details {
  margin-bottom: 1.25rem;
}
.global-menu .live_chat {
  padding-bottom: 1.5625rem;
  padding-left: 1.9375rem;
}
.global-menu .main {
  margin: 0 auto;
  display: block;
  height: 100%;
}
.global-menu .mainInner {
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}
.global-menu .mainInner div {
  display: table-cell;
  vertical-align: middle;
  font-size: 3em;
  font-weight: bold;
  letter-spacing: 0.078125rem;
}
.global-menu .main-menu {
  padding: 0;
}
.global-menu .main-menu li {
  padding-left: 2.3125rem;
  border-bottom: 0.0625rem solid #dadada;
  background-color: #eee;
}
.global-menu .always_visible {
  display: block;
}
.global-menu .padding_left_column {
  padding: 0 0.625rem;
}
.global-menu .g-row-mobile {
  background: #eee;
}
.global-menu .display-none-mobile {
  display: none;
}
.global-menu .user_links .header-suggestions-panel .header-suggestions-button {
  font-weight: 500;
  font-size: 0.6875rem !important;
  line-height: 1.5rem !important;
  display: flex;
  align-items: center;
  color: #c41230 !important;
  text-transform: capitalize !important;
}
.global-menu .overlay-menu {
  display: none !important;
}
.global-menu .mega-menu-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  background-origin: content-box;
  width: 1.4375rem;
  height: 1.4375rem;
  float: right;
}
.global-menu .column_border-right {
  padding-left: 0;
  padding-right: 0;
}
.global-menu .content-hidden-mobile {
  display: none;
}
.global-menu .header-logged-out {
  text-align: center;
}
.global-menu .main-menu-svg-fill {
  width: 1.0625rem;
  height: 1.0625rem;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .global-menu {
    display: flex;
    justify-content: space-between;
    height: inherit;
    transform: none;
    transition: none;
    padding-bottom: 0;
  }
  .global-menu .tool-set-section {
    margin: 0 8.4375rem 0 8.4375rem;
    height: 5rem;
  }
  .global-menu_container {
    padding: 0;
    display: flex;
    height: 2.625rem;
    position: initial;
    overflow: hidden;
  }
  .global-menu_container .hidden-slider {
    display: block;
    position: absolute;
    width: 9.375rem;
    height: 2.625rem;
    top: 5rem;
    left: 0;
    background: #edb110;
    z-index: 0;
    transition: 0.5s;
    opacity: 0;
  }
  .global-menu_container .primary-link {
    padding: 0.625rem 0;
    position: initial;
    z-index: 1;
  }
  .global-menu_container .primary-link .primary-link_control-panel {
    line-height: unset;
    min-height: unset;
  }
  .global-menu_container .primary-link.open > .global-menu_flyout {
    display: block;
    position: absolute;
    background: #ffffff;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: 7.5625rem;
    cursor: auto;
  }
  .global-menu_container .primary-link.open > .global-menu_flyout .global-menu_flyout-border {
    width: 100%;
    border-bottom: solid 0.1875rem #edb110;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  }
  .global-menu_container .primary-link.open > .global-menu_flyout .g-container {
    margin-top: 0.1875rem;
  }
  .global-menu_container .primary-link.open > .global-menu_flyout .sub-menu-block .aem-Grid:before,
  .global-menu_container .primary-link.open > .global-menu_flyout .sub-menu-block .aem-Grid:after {
    display: none;
  }
  .global-menu_container .primary-link .link-arrow-right {
    display: none;
  }
  .global-menu_container .primary-link .link-arrow-left {
    display: none;
  }
  .global-menu_container .primary-link:not(:first-child) {
    border-top: none;
  }
  .global-menu_container .primary-link:first-of-type:focus {
    border-left: 0.0625rem solid;
  }
  .global-menu_container .primary-link .primary-link_href {
    font-family: "HelveticaNeue", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.19;
    color: #000000;
    margin-left: 0.5rem;
  }
  .global-menu_container .primary-link .primary-link_href:focus {
    outline: 0.0625rem solid #000000;
  }
  .global-menu_container .primary-link .primary-link_href:hover {
    text-decoration: underline;
  }
  .global-menu_container .primary-link .primary-link_href:after {
    display: none;
  }
  .global-menu_container .primary-link.open ~ .hidden-slider {
    opacity: 1;
  }
  .global-menu_container .primary-link.expanded-link .primary-link_control-panel {
    padding-bottom: inherit;
  }
  .global-menu_container .primary-link.expanded-link .primary-link_href {
    transition: none;
    font-weight: bold;
    color: #000000;
  }
  .global-menu_container .primary-link.expanded-link .link-arrow-right {
    border: none;
    display: none;
  }
  .global-menu_container .primary-link.expanded-link .link-arrow-left {
    display: none;
  }
  .global-menu_container .primary-link.expanded-link .global-menu_flyout {
    transition: none;
    border-top: inherit;
  }
  .global-menu .tool-set-section {
    margin: 0 8.4375rem 0 8.4375rem;
    height: 5rem;
  }
  .global-menu_container {
    padding: 0 15px;
    height: 2.625rem;
    position: initial;
  }
  .global-menu_container .hidden-slider {
    display: none;
    position: absolute;
    width: 9.375rem;
    height: 4px;
    top: unset;
    bottom: 0;
    left: 0;
    background-color: #127bc0 !important;
    z-index: 0;
    transition: 0.5s;
    opacity: 0;
  }
  .global-menu_container .primary-link {
    padding: 0.625rem 0;
    position: initial;
    z-index: 1;
  }
  .global-menu_container .primary-link:hover > .global-menu_flyout,
  .global-menu_container .primary-link.open > .global-menu_flyout {
    display: block;
    position: absolute;
    background: #ffffff;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: 7.5625rem;
    cursor: auto;
  }
  .global-menu_container .primary-link:hover > .global-menu_flyout .global-menu_flyout-border,
  .global-menu_container .primary-link.open > .global-menu_flyout .global-menu_flyout-border {
    width: 100%;
    border-bottom: solid 0.1875rem #163d64 !important;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  }
  .global-menu_container .primary-link:hover > .global-menu_flyout .g-container,
  .global-menu_container .primary-link.open > .global-menu_flyout .g-container {
    margin-top: 0.1875rem;
    padding: 0;
  }
  .global-menu_container .primary-link:hover > .global-menu_flyout .sub-menu-block .aem-Grid:before,
  .global-menu_container .primary-link.open > .global-menu_flyout .sub-menu-block .aem-Grid:before,
  .global-menu_container .primary-link:hover > .global-menu_flyout .sub-menu-block .aem-Grid:after,
  .global-menu_container .primary-link.open > .global-menu_flyout .sub-menu-block .aem-Grid:after {
    display: none;
  }
  .global-menu_container .primary-link .link-arrow-right {
    display: none;
  }
  .global-menu_container .primary-link .link-arrow-left {
    display: none;
  }
  .global-menu_container .primary-link:not(:first-child) {
    border-top: none;
  }
  .global-menu_container .primary-link .primary-link_href {
    font-family: 'GothamMedium';
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.19;
    color: #127bc0;
    margin-left: 0.5rem;
  }
  .global-menu_container .primary-link .primary-link_href:focus {
    outline: 0.0625rem dotted #000000;
  }
  .global-menu_container .primary-link .primary-link_href:hover {
    text-decoration: underline;
    color: #127bc0;
  }
  .global-menu_container .primary-link .primary-link_href:after {
    display: none;
  }
  .global-menu_container .primary-link:hover ~ .hidden-slider,
  .global-menu_container .primary-link.open ~ .hidden-slider {
    opacity: 1;
  }
  .global-menu_container .primary-link.expanded-link .primary-link_control-panel {
    padding-bottom: inherit;
  }
  .global-menu_container .primary-link.expanded-link .primary-link_href {
    transition: none;
    font-weight: bold;
    color: #127bc0;
  }
  .global-menu_container .primary-link.expanded-link .link-arrow-right {
    border: none;
    display: none;
  }
  .global-menu_container .primary-link.expanded-link .link-arrow-left {
    display: none;
  }
  .global-menu_container .primary-link.expanded-link .global-menu_flyout {
    transition: none;
    border-top: inherit;
  }
}
@media all and (min-width: 85.375rem) {
  .global-menu {
    display: flex;
    justify-content: space-between;
    height: inherit;
    transform: none;
    transition: none;
    padding-bottom: 0;
  }
  .global-menu .tool-set-section {
    margin: 0 8.4375rem 0 8.4375rem;
    height: 5rem;
  }
  .global-menu_container {
    padding: 0;
    display: flex;
    height: 2.625rem;
    position: initial;
    overflow: hidden;
  }
  .global-menu_container .hidden-slider {
    display: block;
    position: absolute;
    width: 9.375rem;
    height: 2.625rem;
    top: 5rem;
    left: 0;
    background: #edb110;
    z-index: 0;
    transition: 0.5s;
    opacity: 0;
  }
  .global-menu_container .primary-link {
    padding: 0.625rem 0;
    position: initial;
    z-index: 1;
  }
  .global-menu_container .primary-link .primary-link_control-panel {
    line-height: unset;
    min-height: unset;
  }
  .global-menu_container .primary-link.open > .global-menu_flyout {
    display: block;
    position: absolute;
    background: #ffffff;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: 7.5625rem;
    cursor: auto;
  }
  .global-menu_container .primary-link.open > .global-menu_flyout .global-menu_flyout-border {
    width: 100%;
    border-bottom: solid 0.1875rem #edb110;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  }
  .global-menu_container .primary-link.open > .global-menu_flyout .g-container {
    margin-top: 0.1875rem;
  }
  .global-menu_container .primary-link.open > .global-menu_flyout .sub-menu-block .aem-Grid:before,
  .global-menu_container .primary-link.open > .global-menu_flyout .sub-menu-block .aem-Grid:after {
    display: none;
  }
  .global-menu_container .primary-link .link-arrow-right {
    display: none;
  }
  .global-menu_container .primary-link .link-arrow-left {
    display: none;
  }
  .global-menu_container .primary-link:not(:first-child) {
    border-top: none;
  }
  .global-menu_container .primary-link:first-of-type:focus {
    border-left: 0.0625rem solid;
  }
  .global-menu_container .primary-link .primary-link_href {
    font-family: "HelveticaNeue", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.19;
    color: #000000;
    margin-left: 0.5rem;
  }
  .global-menu_container .primary-link .primary-link_href:focus {
    outline: 0.0625rem solid #000000;
  }
  .global-menu_container .primary-link .primary-link_href:hover {
    text-decoration: underline;
  }
  .global-menu_container .primary-link .primary-link_href:after {
    display: none;
  }
  .global-menu_container .primary-link.open ~ .hidden-slider {
    opacity: 1;
  }
  .global-menu_container .primary-link.expanded-link .primary-link_control-panel {
    padding-bottom: inherit;
  }
  .global-menu_container .primary-link.expanded-link .primary-link_href {
    transition: none;
    font-weight: bold;
    color: #000000;
  }
  .global-menu_container .primary-link.expanded-link .link-arrow-right {
    border: none;
    display: none;
  }
  .global-menu_container .primary-link.expanded-link .link-arrow-left {
    display: none;
  }
  .global-menu_container .primary-link.expanded-link .global-menu_flyout {
    transition: none;
    border-top: inherit;
  }
  .global-menu .tool-set-section {
    margin: 0 8.4375rem 0 8.4375rem;
    height: 5rem;
  }
  .global-menu_container {
    padding: 0 15px;
    height: 2.625rem;
    position: initial;
  }
  .global-menu_container .hidden-slider {
    display: none;
    position: absolute;
    width: 9.375rem;
    height: 4px;
    top: unset;
    bottom: 0;
    left: 0;
    background-color: #127bc0 !important;
    z-index: 0;
    transition: 0.5s;
    opacity: 0;
  }
  .global-menu_container .primary-link {
    padding: 0.625rem 0;
    position: initial;
    z-index: 1;
  }
  .global-menu_container .primary-link:hover > .global-menu_flyout,
  .global-menu_container .primary-link.open > .global-menu_flyout {
    display: block;
    position: absolute;
    background: #ffffff;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: 7.5625rem;
    cursor: auto;
  }
  .global-menu_container .primary-link:hover > .global-menu_flyout .global-menu_flyout-border,
  .global-menu_container .primary-link.open > .global-menu_flyout .global-menu_flyout-border {
    width: 100%;
    border-bottom: solid 0.1875rem #163d64 !important;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  }
  .global-menu_container .primary-link:hover > .global-menu_flyout .g-container,
  .global-menu_container .primary-link.open > .global-menu_flyout .g-container {
    margin-top: 0.1875rem;
    padding: 0;
  }
  .global-menu_container .primary-link:hover > .global-menu_flyout .sub-menu-block .aem-Grid:before,
  .global-menu_container .primary-link.open > .global-menu_flyout .sub-menu-block .aem-Grid:before,
  .global-menu_container .primary-link:hover > .global-menu_flyout .sub-menu-block .aem-Grid:after,
  .global-menu_container .primary-link.open > .global-menu_flyout .sub-menu-block .aem-Grid:after {
    display: none;
  }
  .global-menu_container .primary-link .link-arrow-right {
    display: none;
  }
  .global-menu_container .primary-link .link-arrow-left {
    display: none;
  }
  .global-menu_container .primary-link:not(:first-child) {
    border-top: none;
  }
  .global-menu_container .primary-link .primary-link_href {
    font-family: 'GothamMedium';
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.19;
    color: #127bc0;
    margin-left: 0.5rem;
  }
  .global-menu_container .primary-link .primary-link_href:focus {
    outline: 0.0625rem dotted #000000;
  }
  .global-menu_container .primary-link .primary-link_href:hover {
    text-decoration: underline;
    color: #127bc0;
  }
  .global-menu_container .primary-link .primary-link_href:after {
    display: none;
  }
  .global-menu_container .primary-link:hover ~ .hidden-slider,
  .global-menu_container .primary-link.open ~ .hidden-slider {
    opacity: 1;
  }
  .global-menu_container .primary-link.expanded-link .primary-link_control-panel {
    padding-bottom: inherit;
  }
  .global-menu_container .primary-link.expanded-link .primary-link_href {
    transition: none;
    font-weight: bold;
    color: #127bc0;
  }
  .global-menu_container .primary-link.expanded-link .link-arrow-right {
    border: none;
    display: none;
  }
  .global-menu_container .primary-link.expanded-link .link-arrow-left {
    display: none;
  }
  .global-menu_container .primary-link.expanded-link .global-menu_flyout {
    transition: none;
    border-top: inherit;
  }
}
@media all and (min-width: 48rem) {
  .global-menu__search {
    display: none;
  }
}
@media (max-width: 1024px) {
  .global-menu {
    width: 100vw;
    margin-top: 3.5rem;
  }
}
@media all and (min-width: 85.375rem) {
  .author-mode .global-menu {
    display: flex;
    justify-content: space-between;
    height: inherit;
    transform: none;
    transition: none;
    padding-bottom: 0;
  }
  .author-mode .global-menu .tool-set-section {
    margin: 0 8.4375rem 0 8.4375rem;
    height: 5rem;
  }
  .author-mode .global-menu_container {
    padding: 0;
    display: flex;
    height: 2.625rem;
    position: initial;
    overflow: hidden;
  }
  .author-mode .global-menu_container .hidden-slider {
    display: block;
    position: absolute;
    width: 9.375rem;
    height: 2.625rem;
    top: 5rem;
    left: 0;
    background: #edb110;
    z-index: 0;
    transition: 0.5s;
    opacity: 0;
  }
  .author-mode .global-menu_container .primary-link {
    padding: 0.625rem 0;
    position: initial;
    z-index: 1;
  }
  .author-mode .global-menu_container .primary-link .primary-link_control-panel {
    line-height: unset;
    min-height: unset;
  }
  .author-mode .global-menu_container .primary-link.open > .global-menu_flyout {
    display: block;
    position: absolute;
    background: #ffffff;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: 7.5625rem;
    cursor: auto;
  }
  .author-mode .global-menu_container .primary-link.open > .global-menu_flyout .global-menu_flyout-border {
    width: 100%;
    border-bottom: solid 0.1875rem #edb110;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  }
  .author-mode .global-menu_container .primary-link.open > .global-menu_flyout .g-container {
    margin-top: 0.1875rem;
  }
  .author-mode .global-menu_container .primary-link.open > .global-menu_flyout .sub-menu-block .aem-Grid:before,
  .author-mode .global-menu_container .primary-link.open > .global-menu_flyout .sub-menu-block .aem-Grid:after {
    display: none;
  }
  .author-mode .global-menu_container .primary-link .link-arrow-right {
    display: none;
  }
  .author-mode .global-menu_container .primary-link .link-arrow-left {
    display: none;
  }
  .author-mode .global-menu_container .primary-link:not(:first-child) {
    border-top: none;
  }
  .author-mode .global-menu_container .primary-link:first-of-type:focus {
    border-left: 0.0625rem solid;
  }
  .author-mode .global-menu_container .primary-link .primary-link_href {
    font-family: "HelveticaNeue", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.19;
    color: #000000;
    margin-left: 0.5rem;
  }
  .author-mode .global-menu_container .primary-link .primary-link_href:focus {
    outline: 0.0625rem solid #000000;
  }
  .author-mode .global-menu_container .primary-link .primary-link_href:hover {
    text-decoration: underline;
  }
  .author-mode .global-menu_container .primary-link .primary-link_href:after {
    display: none;
  }
  .author-mode .global-menu_container .primary-link.open ~ .hidden-slider {
    opacity: 1;
  }
  .author-mode .global-menu_container .primary-link.expanded-link .primary-link_control-panel {
    padding-bottom: inherit;
  }
  .author-mode .global-menu_container .primary-link.expanded-link .primary-link_href {
    transition: none;
    font-weight: bold;
    color: #000000;
  }
  .author-mode .global-menu_container .primary-link.expanded-link .link-arrow-right {
    border: none;
    display: none;
  }
  .author-mode .global-menu_container .primary-link.expanded-link .link-arrow-left {
    display: none;
  }
  .author-mode .global-menu_container .primary-link.expanded-link .global-menu_flyout {
    transition: none;
    border-top: inherit;
  }
  .author-mode .global-menu .tool-set-section {
    margin: 0 8.4375rem 0 8.4375rem;
    height: 5rem;
  }
  .author-mode .global-menu_container {
    padding: 0 15px;
    height: 2.625rem;
    position: initial;
  }
  .author-mode .global-menu_container .hidden-slider {
    display: none;
    position: absolute;
    width: 9.375rem;
    height: 4px;
    top: unset;
    bottom: 0;
    left: 0;
    background-color: #127bc0 !important;
    z-index: 0;
    transition: 0.5s;
    opacity: 0;
  }
  .author-mode .global-menu_container .primary-link {
    padding: 0.625rem 0;
    position: initial;
    z-index: 1;
  }
  .author-mode .global-menu_container .primary-link:hover > .global-menu_flyout,
  .author-mode .global-menu_container .primary-link.open > .global-menu_flyout {
    display: block;
    position: absolute;
    background: #ffffff;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: 7.5625rem;
    cursor: auto;
  }
  .author-mode .global-menu_container .primary-link:hover > .global-menu_flyout .global-menu_flyout-border,
  .author-mode .global-menu_container .primary-link.open > .global-menu_flyout .global-menu_flyout-border {
    width: 100%;
    border-bottom: solid 0.1875rem #163d64 !important;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  }
  .author-mode .global-menu_container .primary-link:hover > .global-menu_flyout .g-container,
  .author-mode .global-menu_container .primary-link.open > .global-menu_flyout .g-container {
    margin-top: 0.1875rem;
    padding: 0;
  }
  .author-mode .global-menu_container .primary-link:hover > .global-menu_flyout .sub-menu-block .aem-Grid:before,
  .author-mode .global-menu_container .primary-link.open > .global-menu_flyout .sub-menu-block .aem-Grid:before,
  .author-mode .global-menu_container .primary-link:hover > .global-menu_flyout .sub-menu-block .aem-Grid:after,
  .author-mode .global-menu_container .primary-link.open > .global-menu_flyout .sub-menu-block .aem-Grid:after {
    display: none;
  }
  .author-mode .global-menu_container .primary-link .link-arrow-right {
    display: none;
  }
  .author-mode .global-menu_container .primary-link .link-arrow-left {
    display: none;
  }
  .author-mode .global-menu_container .primary-link:not(:first-child) {
    border-top: none;
  }
  .author-mode .global-menu_container .primary-link .primary-link_href {
    font-family: 'GothamMedium';
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.19;
    color: #127bc0;
    margin-left: 0.5rem;
  }
  .author-mode .global-menu_container .primary-link .primary-link_href:focus {
    outline: 0.0625rem dotted #000000;
  }
  .author-mode .global-menu_container .primary-link .primary-link_href:hover {
    text-decoration: underline;
    color: #127bc0;
  }
  .author-mode .global-menu_container .primary-link .primary-link_href:after {
    display: none;
  }
  .author-mode .global-menu_container .primary-link:hover ~ .hidden-slider,
  .author-mode .global-menu_container .primary-link.open ~ .hidden-slider {
    opacity: 1;
  }
  .author-mode .global-menu_container .primary-link.expanded-link .primary-link_control-panel {
    padding-bottom: inherit;
  }
  .author-mode .global-menu_container .primary-link.expanded-link .primary-link_href {
    transition: none;
    font-weight: bold;
    color: #127bc0;
  }
  .author-mode .global-menu_container .primary-link.expanded-link .link-arrow-right {
    border: none;
    display: none;
  }
  .author-mode .global-menu_container .primary-link.expanded-link .link-arrow-left {
    display: none;
  }
  .author-mode .global-menu_container .primary-link.expanded-link .global-menu_flyout {
    transition: none;
    border-top: inherit;
  }
}
.noscroll {
  overflow: hidden !important;
  position: relative;
  height: 100%;
  max-height: 100vh;
}
.header-less-overlay {
  top: 3.7rem;
  left: 0;
  width: 100%;
  height: calc(100% - 3.7rem);
  z-index: 10;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
}

header.header-v3 {
  border-bottom: solid 0.1875rem #edb110;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  z-index: 1050;
}
header.header-v3 .xf-content-height {
  margin: 0;
}
header.header-v3--search-fixed {
  margin-bottom: 3.5rem;
}
header.header-v3.header-v3--unset-position .main_header .tool-set-section {
  height: 5rem;
}
header.header-v3 .main_header {
  padding: 0;
  position: relative;
}
header.header-v3 .main_header .tool-set-section {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  background-color: #ffffff;
  height: 3.5rem;
  align-items: center;
  position: relative;
  padding: 0;
}
header.header-v3 .main_header .tool-set-section .logo {
  display: block;
  height: 3.5rem;
  padding: 0.875rem 0.5rem;
}
header.header-v3 .main_header .tool-set-section .logo img {
  max-height: 100%;
}
header.header-v3 .main_header .tool-set-section_right-side {
  width: inherit;
  display: flex;
  justify-content: flex-end;
  padding-right: 3.5rem;
  align-items: center;
}
header.header-v3 .main_header .tool-set-section_right-side.simplified .header-cart-v3 {
  padding-left: 0;
}
header.header-v3 .main_header {
  background: none;
}
header.header-v3 .main_header input[type="checkbox"] {
  transition: all 0.2s;
  box-sizing: border-box;
  display: none;
}
header.header-v3 .main_header .g-container {
  padding: 0;
  width: 100%;
}
header.header-v3 .main_header .g-row {
  margin: 0;
}
header.header-v3 .modal-overlay {
  width: 100%;
  height: 100%;
  padding: 1.125rem;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 99999;
}
header.header-v3 .sign-in-modal-component #sign-in-modal.modal {
  background: rgba(46, 46, 46, 0.9);
}
header.header-v3 .sign-in-account:focus-visible {
  outline: 0.0625rem solid #000000;
  outline-offset: 0.3125rem;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  header.header-v3 .mega-menu-section {
    height: 2.625rem;
  }
  header.header-v3 .mega-menu-section:before {
    content: '';
    position: absolute;
    width: 100%;
    border: solid #d8d8d8;
    border-width: 0.0625rem 0 0 0;
    left: 0;
    z-index: 1;
  }
  header.header-v3 .main_header .tool-set-section {
    height: 5rem;
    display: flex;
    flex-direction: row;
  }
  header.header-v3 .main_header .tool-set-section .brand-logo .logo {
    display: block;
    height: 3.5rem;
    padding: 0.1rem 0.5rem;
  }
  header.header-v3 .main_header .tool-set-section_right-side {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: inherit;
    padding-right: 0;
  }
  header.header-v3 .sign-in-modal-component #sign-in-modal.modal {
    overflow: inherit;
    background: none;
    z-index: 5;
  }
  header.header-v3 .sign-in-modal-component #sign-in-modal .modal-box {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media all and (min-width: 85.375rem) {
  header.header-v3 .mega-menu-section {
    height: 2.625rem;
  }
  header.header-v3 .mega-menu-section:before {
    content: '';
    position: absolute;
    width: 100%;
    border: solid #d8d8d8;
    border-width: 0.0625rem 0 0 0;
    left: 0;
    z-index: 1;
  }
  header.header-v3 .main_header .tool-set-section {
    height: 5rem;
    display: flex;
    flex-direction: row;
  }
  header.header-v3 .main_header .tool-set-section .brand-logo .logo {
    display: block;
    height: 3.5rem;
    padding: 0.1rem 0.5rem;
  }
  header.header-v3 .main_header .tool-set-section_right-side {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: inherit;
    padding-right: 0;
  }
  header.header-v3 .sign-in-modal-component #sign-in-modal.modal {
    overflow: inherit;
    background: none;
    z-index: 5;
  }
  header.header-v3 .sign-in-modal-component #sign-in-modal .modal-box {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media all and (min-width: 85.375rem) {
  .author-mode header.header-v3 .mega-menu-section {
    height: 2.625rem;
  }
  .author-mode header.header-v3 .mega-menu-section:before {
    content: '';
    position: absolute;
    width: 100%;
    border: solid #d8d8d8;
    border-width: 0.0625rem 0 0 0;
    left: 0;
    z-index: 1;
  }
  .author-mode header.header-v3 .main_header .tool-set-section {
    height: 5rem;
    display: flex;
    flex-direction: row;
  }
  .author-mode header.header-v3 .main_header .tool-set-section .brand-logo .logo {
    display: block;
    height: 3.5rem;
    padding: 0.1rem 0.5rem;
  }
  .author-mode header.header-v3 .main_header .tool-set-section_right-side {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: inherit;
    padding-right: 0;
  }
  .author-mode header.header-v3 .sign-in-modal-component #sign-in-modal.modal {
    overflow: inherit;
    background: none;
    z-index: 5;
  }
  .author-mode header.header-v3 .sign-in-modal-component #sign-in-modal .modal-box {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media all and (min-width: 64rem) {
  header.header-v3 {
    z-index: 21;
  }
}
.everydrop .modal.active {
  z-index: 4000;
}
html.modal-open .utility-nav__container,
html .ReactModal__Body--open .utility-nav__container {
  z-index: 1;
}
html.modal-open header.header-v3,
html .ReactModal__Body--open header.header-v3 {
  z-index: 2;
}

.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .login .form-label {
  font-family: 'GothamMedium', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: .5rem;
  line-height: 100%;
  letter-spacing: 0.02rem;
  color: #ffffff;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .login .form-label .form-req {
  float: right;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .login .login-title {
  margin-bottom: .125rem;
  font-size: 1.875rem;
  font-family: 'GothamMedium', sans-serif;
  color: #000000;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .login .form-input {
  height: 2.375rem;
  border: 0.0625rem solid #58585a;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .login .form-submit-error {
  font-family: 'GothamMedium', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 100%;
  color: #ea1730;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .login .form-error-items {
  margin: 0;
  display: block;
  visibility: hidden;
  color: #ea1730;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .login .form-error-items.filled {
  visibility: visible;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .login .form-button {
  background: #127bc0;
  color: #ffffff;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .login .form-button:hover {
  background: #163d64;
  color: #ffffff;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .login .login-forgot-password-link {
  font-size: 1rem;
  color: #000000;
  font-family: 'GothamMedium', sans-serif;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .login .login-forgot-password-link:hover {
  color: #127bc0;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup .sign-in-buttons__login-social--google {
  text-decoration: none;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup .sign-in-buttons__divider {
  font-family: 'GothamMedium', sans-serif;
  font-size: 1rem;
  color: #000000;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__button {
  font-size: 1rem;
  color: #ffffff;
  font-family: 'GothamMedium', sans-serif;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__button:hover {
  color: #ffffff;
}

.header-search-form__wrapper.search-featured .header-search-trigger-icon {
  padding-right: 1rem;
}
.header-search-form__wrapper.search-featured .header-search-trigger-icon svg {
  width: 1rem;
  height: 1rem;
}
.header-search-form__wrapper.search-featured .header-suggestions-icon svg path {
  fill: #bfbfbf;
}
.header-search-form__wrapper.search-featured .header-search-open.header-search {
  width: 100%;
}
.header-search-form__wrapper.search-featured .header-search-input {
  font-size: 1rem;
  height: 2.5rem;
  padding-left: 1rem;
  background: #f4f4f4;
  color: #000000;
  outline: none;
  border: 0;
}
.header-search-form__wrapper.search-featured .header-search-input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.header-search-form__wrapper.search-featured .header-search-form__search-items.active .header-close-button-icon {
  visibility: visible;
  opacity: 1;
  cursor: pointer;
}
.header-search-form__wrapper.search-featured .header-search-form__search-items.active .header-close-button-icon svg path {
  fill: #353535;
}
.header-search-form__wrapper.search-featured .header-suggestions-item {
  padding-left: 1.25rem;
  text-overflow: ellipsis;
  overflow: hidden;
}
.header-search-form__wrapper.search-featured .header-suggestions-term {
  font-size: 1rem;
}
.header-search-form__wrapper.search-featured .header-suggestions__view-all {
  padding-right: .5rem;
  margin-left: auto;
  text-decoration: underline;
  font-size: .75rem;
}
.header-search-form__wrapper.search-featured .header-suggestions__view-all-link {
  color: #000000;
}
.header-search-form__wrapper.search-featured .header-suggestions-link {
  text-transform: none;
  font-size: 1rem;
  line-height: 1.1875rem;
}
.header-search-form__wrapper.search-featured .header-suggestions-bottom {
  text-align: left;
  padding-left: 1.25rem;
  padding-top: 1rem;
}
.header-search-form__wrapper.search-featured .header-search-form {
  background: #f4f4f4;
  min-width: 15.625rem;
  border-radius: 1.25rem;
  font-family: "HelveticaNeue", sans-serif;
}
.header-search-form__wrapper.search-featured .header-search-form.active {
  border-bottom: 0;
  z-index: 2;
}
.header-search-form__wrapper.search-featured .header-search-form.active .header-search-form__search-items {
  border-bottom: 0;
}
.header-search-form__wrapper.search-featured .header-search-form.active .header-search-form__search-items::after {
  content: '';
  display: block;
  border: .03125rem solid #979797;
  opacity: 0.25;
  margin: 0 1rem;
}
.header-search-form__wrapper.search-featured .header-search-button-icon svg {
  height: 1rem;
  width: 1rem;
}
.header-search-form__wrapper.search-featured .header-search-button {
  top: .5rem;
  right: .9375rem;
  background: none;
  outline: none;
}
.header-search-form__wrapper.search-featured .header-search-button:focus-visible {
  outline: 0.125rem solid #000000;
}
.header-search-form__wrapper.search-featured .header-suggestions-combined.suggestions-disabled {
  display: none;
}
.header-search-form__wrapper.search-featured .header-suggestions-panel {
  margin-top: 0;
  min-width: initial;
  width: 15.625rem;
  border-radius: 0 0 1.25rem 1.25rem;
  background: #f4f4f4;
  color: #353535;
  padding-bottom: 1.375rem;
  border-top: 0;
}
.header-search-form__wrapper.search-featured .header-suggestions-button {
  border: 0;
  background: inherit;
  text-transform: capitalize;
  font-size: 1rem;
}
.header-search-form__wrapper.search-featured .header-search {
  transform: none;
  width: initial;
  height: initial;
}
.header-search-form__wrapper.search-featured .header-suggestions-panel__more-prominent .header-suggestions-term {
  padding: 0.75rem 0 0.75rem 1rem;
}
.header-search-form__wrapper.search-featured .header-suggestions-panel__more-prominent .suggestions-products__link {
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.625rem 1.5rem;
  border: 0.125rem solid #222222;
  margin: 0 1.5rem;
}
.header-search-form__wrapper.search-featured .header-suggestions-panel__more-prominent .suggestions-products__name {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1875rem;
}
.header-search-form__wrapper.search-featured .header-suggestions-panel__more-prominent .suggestions-products__header {
  background-color: #f2f2f2;
}
@media all and (min-width: 48rem) {
  .header-search-form__wrapper.search-featured .header-search-input {
    border: 0.0625rem solid #b3b3b3;
    border-radius: 1.25rem;
    padding-right: 2.5rem;
  }
  .header-search-form__wrapper.search-featured .header-search-form {
    border: 0;
    z-index: 2;
  }
  .header-search-form__wrapper.search-featured .header-search-form__search-items {
    border: 0.0625rem solid #b3b3b3;
    border-radius: 1.25rem;
    transition: all 1s;
    width: 15.625rem;
  }
  .header-search-form__wrapper.search-featured .header-search-form__search-items .header-close-button-icon {
    visibility: hidden;
    position: absolute;
    right: 4rem;
    top: .75rem;
    z-index: 4;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    outline: none;
  }
  .header-search-form__wrapper.search-featured .header-search-form__search-items .header-close-button-icon:focus-visible {
    outline: 0.125rem solid #000000;
  }
  .header-search-form__wrapper.search-featured .header-search-form .header-search-form__search-items {
    border: 0;
  }
  .header-search-form__wrapper.search-featured .header-search-form .header-search-form__search-items.active {
    width: 28.125rem;
  }
  .header-search-form__wrapper.search-featured .header-search-form .header-search-form__search-items.active .header-search-input {
    border: 0.125rem solid #353535;
    box-sizing: border-box;
    background: linear-gradient(90deg, #f2f2f2 89%, #eeb111 11%);
    padding-right: 5rem;
  }
  .header-search-form__wrapper.search-featured .header-search-form .header-suggestions-top {
    margin-bottom: 0.25rem;
  }
  .header-search-form__wrapper.search-featured .header-search-form .header-suggestions-panel__more-prominent .header-suggestions-panel__products {
    margin: 0;
  }
  .header-search-form__wrapper.search-featured .header-search-form .header-suggestions-panel .header-suggestions-items .header-suggestions-item {
    padding: 0.25rem 0.5rem 0.25rem 1rem;
  }
  .header-search-form__wrapper.search-featured .header-search-form .header-suggestions-panel .header-suggestions-items .header-suggestions-item:hover {
    cursor: pointer;
    background-color: #d8d8d8;
  }
  .header-search-form__wrapper.search-featured .header-search-form .header-suggestions-panel .header-suggestions-items .header-suggestions-item.no-results {
    cursor: auto;
    background-color: transparent !important;
    text-decoration: none;
    font-style: italic;
  }
  .header-search-form__wrapper.search-featured .header-search-form .header-suggestions-panel__products {
    margin: 2rem 0 0 1rem;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-search-input {
    border-bottom: 0;
    padding-right: 5rem;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel__left {
    padding-bottom: 0.5rem;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel__left.header-suggestions-panel__more-prominent {
    padding-bottom: 1.5rem;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel.noproducts {
    width: 28rem;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel.noproducts .header-suggestions-panel__right {
    width: 100%;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel.noproducts .header-suggestions-panel__left {
    display: none;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-search-form__search-items {
    width: 28.125rem;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-search-input {
    border: 0.125rem solid #353535;
    box-sizing: border-box;
  }
  .header-search-form__wrapper.search-featured .header-search-button-icon svg {
    height: 1rem;
    width: 1rem;
  }
  .header-search-form__wrapper.search-featured .header-search-button {
    top: .4375rem;
  }
  .header-search-form__wrapper.search-featured .header-search-component {
    display: flex;
  }
  .header-search-form__wrapper.search-featured .header-search-component::after {
    content: '';
    display: block;
    height: 2.5rem;
    width: .03125rem;
    background: #979797;
    margin: 0 1rem;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-panel__more-prominent .suggestions-products {
    margin-right: 0;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-panel__more-prominent .suggestions-products__name {
    display: -webkit-box;
    max-width: 200px;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-panel__more-prominent .suggestions-products__items {
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 1.5rem;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-panel__more-prominent .suggestions-products__title {
    padding: 0.75rem 0 0.75rem 1rem;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.1875rem;
  }
  .header-search-form__wrapper.search-featured .suggestions-products {
    margin-right: 1rem;
    display: flex;
    flex-direction: column;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__header {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__items {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.5rem;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__item {
    display: flex;
    flex-direction: row;
    max-height: 4.5rem;
    height: 4.5rem;
    margin-top: 1.5rem;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__item:hover .suggestions-products__name {
    text-decoration: underline;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__item:focus {
    outline-offset: 0.4375rem;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__img {
    height: fit-content;
    max-height: 4.5rem;
    max-width: 6.375rem;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__img-container {
    flex-basis: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 6.375rem;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__info-container {
    flex-basis: 65%;
    display: flex;
    align-items: center;
    margin-left: 0.625rem;
  }
}
@media all and (max-width: 47.938rem) {
  .header-search-form__wrapper.search-featured .header-search-open {
    width: 100%;
    top: 3.5rem;
  }
  .header-search-form__wrapper.search-featured .header-search-open .header-search-form {
    width: 100%;
    border-radius: initial;
    border-bottom: none;
    background: rgba(0,0,0,0.5);
    transition: none;
    height: 100%;
  }
  .header-search-form__wrapper.search-featured .header-search-open .header-search-form__search-items {
    border: 0;
    height: 3.625rem;
  }
  .header-search-form__wrapper.search-featured .header-search-open .header-suggestions-panel {
    width: 100%;
    border: 0;
    background: #ffffff;
    box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.5);
    padding-top: 0;
  }
  .header-search-form__wrapper.search-featured .header-search-open .header-search-input {
    background: #ffffff;
    height: 1.75rem;
    margin-bottom: 0;
    padding-right: 0;
  }
  .header-search-form__wrapper.search-featured .header-search-open .header-search-button {
    top: .6875rem;
    right: 1.125rem;
  }
  .header-search-form__wrapper.search-featured .header-close-button-icon {
    position: relative;
    right: .7rem;
    top: 1.3rem;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search-fixed:not(.active-search) .header-search-form {
    border-bottom: inset !important;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search-fixed.header-suggestions-open .header-search-form {
    height: 100%;
  }
  .header-search-form__wrapper.search-featured .header-search-component .active-search,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-open,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-fixed {
    width: 100%;
    visibility: visible;
    height: initial;
    transform: none;
    top: 3.625rem;
  }
  .header-search-form__wrapper.search-featured .header-search-component .active-search .header-search-form,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-open .header-search-form,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-fixed .header-search-form {
    width: 100%;
    border-radius: initial;
    border-bottom: none;
    transform: translate3d(0, 0, 0);
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .header-search-form__wrapper.search-featured .header-search-component .active-search .header-search-form__search-items,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-open .header-search-form__search-items,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-fixed .header-search-form__search-items {
    border: 0;
    border-bottom: 0.125rem solid #000000;
    background: #ffffff;
    display: flex;
    flex-direction: row;
    justify-items: center;
    justify-content: space-between;
    width: auto;
    position: static;
  }
  .header-search-form__wrapper.search-featured .header-search-component .active-search .header-search-form__input,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-open .header-search-form__input,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-fixed .header-search-form__input {
    margin: auto 0 auto 0.25rem;
  }
  .header-search-form__wrapper.search-featured .header-search-component .active-search .header-search-form .header-search-input,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-open .header-search-form .header-search-input,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-fixed .header-search-form .header-search-input {
    height: inherit;
  }
  .header-search-form__wrapper.search-featured .header-search-component .active-search .header-suggestions-panel,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-open .header-suggestions-panel,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-fixed .header-suggestions-panel {
    width: 100%;
    border: 0;
    background: #ffffff;
    box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.5);
    padding-top: 0;
  }
  .header-search-form__wrapper.search-featured .header-search-component .active-search .header-suggestions-panel__right,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-open .header-suggestions-panel__right,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-fixed .header-suggestions-panel__right {
    display: block;
  }
  .header-search-form__wrapper.search-featured .header-search-component .active-search .header-search-input,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-open .header-search-input,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-fixed .header-search-input {
    background: #ffffff;
    height: 1.75rem;
    margin-bottom: 0;
  }
  .header-search-form__wrapper.search-featured .header-search-component .active-search .header-search-button,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-open .header-search-button,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-fixed .header-search-button {
    top: .6875rem;
    right: 1.125rem;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search.header-suggestions-open .header-search-form {
    position: fixed;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search {
    height: 3.5625rem;
    box-shadow: inset 0 -0.0625rem 0 #000000;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-search-form__input {
    margin: auto 0 auto 0.25rem;
    padding: 0;
    height: 3rem;
    width: calc(100% - 7rem);
    position: relative;
    display: flex;
    align-items: center;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-search-form__input .header-search-input {
    height: inherit;
    border: none;
    border-radius: unset;
    padding-left: 1rem;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-search-button {
    position: inherit;
    width: 3.5rem;
    height: 3.5rem;
    transition: none;
    background: #ffffff;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-search-fixed {
    border-radius: 0;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-suggestions-panel {
    border-radius: 0;
    padding-bottom: 0;
    height: 100%;
    overflow-y: scroll;
    position: static;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-suggestions-bottom {
    display: none;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search.header-search-fixed.active-search {
    transition: all 0.3s;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search.header-search-open,
  .header-search-form__wrapper.search-featured .header-search-component .header-search.active-search {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: none;
    visibility: visible;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search.header-search-open .header-search-close,
  .header-search-form__wrapper.search-featured .header-search-component .header-search.active-search .header-search-close {
    display: flex;
    font-weight: 500;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search.header-search-open .header-search-form__clear,
  .header-search-form__wrapper.search-featured .header-search-component .header-search.active-search .header-search-form__clear {
    display: block;
    visibility: hidden;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search.header-search-open .header-search-form__clear--visible,
  .header-search-form__wrapper.search-featured .header-search-component .header-search.active-search .header-search-form__clear--visible {
    visibility: visible;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-search-close {
    width: 3.5rem;
    height: 3.5rem;
    justify-content: center;
    align-items: center;
    display: none;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-search-form__clear {
    display: none;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-suggestions-top {
    padding: 0.75rem 0 0.75rem 1rem;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-suggestions-items {
    padding-left: 1rem;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-suggestions-items .header-suggestions-item {
    padding: 0.9375rem 0 0.9375rem 0;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-suggestions-items .header-suggestions-item:last-child {
    border-bottom: none;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-suggestions-items .header-suggestions-item.no-results {
    text-decoration: none;
    font-style: italic;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-search-form__search-items .header-close-button-icon {
    display: none;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search.header-suggestions-open .header-suggestions-panel {
    display: block !important;
  }
  .header-search-form__wrapper.search-featured .suggestions-products {
    display: flex;
    flex-direction: column;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__header {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    padding: 0.75rem 0.75rem 0.75rem 1rem;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__items {
    display: flex;
    flex-direction: column;
    padding: 0 1rem;
    margin-bottom: 1.5625rem;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__item {
    display: flex;
    flex-direction: row;
    max-height: 5.5rem;
    height: 5.5rem;
    margin-top: 1rem;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__img {
    height: fit-content;
    max-height: 5.5rem;
    max-width: 5.5rem;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 5.5rem;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__info-container {
    display: flex;
    align-items: center;
    margin-left: 1rem;
  }
}
@media speech {
  .header-search-form__wrapper.search-featured .header-search-component .header-search-fixed .header-search.active-search .header-search-form__input .header-search-input:focus {
    outline: 0.125rem solid #000000;
  }
}
.header-search-form__wrapper.search-featured .header-search-close {
  display: none;
}
.header-search-form__wrapper.search-featured .header-search-form__clear {
  display: none;
}
@media (min-width: 48rem) and (max-width: 63.938rem) {
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-search-form .header-suggestions-panel {
    width: 39.2rem;
  }
}
@media all and (min-width: 48rem) and (max-width: 55rem) {
  .header-search-form__wrapper.search-featured.redesign-feature .header-search-form .header-search-form__search-items {
    width: 20rem;
  }
}
@media all and (min-width: 48rem) {
  .header-search-form__wrapper.search-featured.redesign-feature .header-search-form__search-items {
    width: 28.125rem;
  }
  .header-search-form__wrapper.search-featured.redesign-feature .header-search-form__search-items.active .header-search-button-icon:before {
    display: none;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel {
    border-radius: 0.5rem;
    top: 3rem;
    left: 0;
    width: 40.75rem;
    display: flex !important;
    flex-direction: row;
    flex-grow: 1;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel__left,
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel__right {
    width: 50%;
  }
}
.global-menu .global-menu__search {
  display: none;
}
.global-menu .header-search {
  visibility: visible;
  position: inherit;
  background: none;
  border-bottom: .0625rem solid #dedede;
}
.global-menu .header-search-form {
  display: inline;
  background: none;
  padding: 0;
  width: 100%;
}
.global-menu .header-search-form__search-items {
  margin: 1rem .75rem;
}
.global-menu .header-suggestions-open {
  position: absolute;
  background: #fbfbfb;
  top: 3.375rem;
  left: 0;
  right: 0;
}
.global-menu .header-suggestions-open .header-search-form {
  padding: 0;
  display: block;
  z-index: 11;
  border: 0;
}
.global-menu .header-suggestions-open .header-search-form__search-items {
  background: #fbfbfb;
  margin: 0 .75rem;
  position: relative;
  border: 0;
}
.global-menu .header-suggestions-open .header-search-form__search-items::after {
  display: none;
}
.global-menu .header-suggestions-open .header-suggestions-panel {
  background: #fbfbfb;
  width: 100%;
  padding-top: 0;
}
.global-menu .header-suggestions-open .header-search-input {
  border: 0.0625rem solid #b3b3b3;
  background: #fbfbfb;
  border-bottom: 0;
}
.global-menu .header-menu-overlay-fade {
  top: 0;
}
.global-menu .header-menu-overlay,
.global-menu .header-menu-overlay-fade {
  transition: none;
}
.global-menu .header-search-form__clear {
  display: none;
}
@media all and (max-width: 47.938rem) {
  .global-menu .header-search-form__wrapper.search-featured .header-search {
    margin-top: auto;
  }
  .global-menu .header-search-form__wrapper.search-featured .header-search-open {
    top: .75rem;
  }
  .global-menu .header-search-form__wrapper.search-featured .header-search-form {
    background: initial;
    padding: 1.25rem;
  }
  .global-menu .header-search-form__wrapper.search-featured .header-search-form__search-items {
    border: 0.0625rem solid #b3b3b3;
    position: relative;
  }
  .global-menu .header-search-form__wrapper.search-featured .header-search-form__search-items.active .header-search-input {
    border: none;
    box-shadow: none;
    background: #f2f2f2;
  }
  .global-menu .header-search-form__wrapper.search-featured .header-search-input {
    height: 2.5rem;
    background: #f4f4f4;
  }
  .global-menu .header-search-form__wrapper.search-featured .header-search-button {
    top: .5rem;
    right: .9375rem;
  }
  .global-menu .header-search-form__wrapper.search-featured .header-suggestions-open .header-search-input {
    background: #fbfbfb;
  }
  .global-menu .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel {
    border-top: 0;
  }
}
@media all and (min-width: 48rem) {
  .global-menu .header-menu-overlay-fade {
    background-color: inherit;
  }
}
@media all and (max-width: 47.938rem) {
  .header-v3--unset-position {
    position: unset;
    visibility: hidden;
    height: 0;
  }
  .header-v3--unset-position .main_header {
    position: unset;
  }
  .header-v3--unset-position .main_header .tool-set-section {
    position: unset;
  }
  .header-v3--unset-position .main_header .tool-set-section .header-search-trigger {
    display: none;
  }
  .hide-scroll {
    overflow: hidden !important;
    height: 100% !important;
  }
}

.flyout-container {
  background-color: #ffffff;
  width: 100%;
}
.flyout-container .flyout-header {
  display: none;
}
.flyout-container .flyout-container__left-columns {
  display: flex;
  flex-direction: column;
}
.flyout-container .flyout-container__left-columns .flyout-left-col {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.flyout-container .flyout-container__left-columns .flyout-left-col.flyout-horizontal-line {
  border: none;
}
.flyout-container .flyout-container__left-columns .flyout-left-col .flyout-column:not(:last-child) {
  border: none;
}
.flyout-container .flyout-container__left-columns .flyout-left-col .flyout-column {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  width: 100%;
}
.flyout-container .flyout-container__left-columns .flyout-left-col .flyout-column .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  clear: both;
}
.flyout-container .flyout-container__left-columns .flyout-right-col {
  margin: 0 auto;
}
.flyout-container .platform-components-page-list .item_card {
  flex: 0 0 100%;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .flyout-container {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-direction: row;
  }
  .flyout-container .flyout-header {
    display: block;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-top: 1rem;
    margin-bottom: .5rem;
    width: fit-content;
  }
  .flyout-container .flyout-header:empty {
    margin-bottom: 0;
    margin-top: 0;
  }
  .flyout-container .flyout-container__left-columns {
    display: flex;
    flex-direction: column;
    max-width: 65%;
  }
  .flyout-container .flyout-container__left-columns .flyout-left-col {
    flex-direction: row;
    width: fit-content;
  }
  .flyout-container .flyout-container__left-columns .flyout-left-col.flyout-horizontal-line {
    border-top: solid 0.0625rem #353535;
  }
  .flyout-container .flyout-container__left-columns .flyout-left-col .flyout-column {
    margin-top: 1rem;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    min-width: 13.5rem;
    width: auto;
  }
  .flyout-container .flyout-container__left-columns .flyout-left-col .flyout-column:not(:last-child) {
    border-right: solid 0.03125rem #d8d8d8;
  }
  .flyout-container .flyout-container__left-columns .flyout-left-col .flyout-feature-cards__wrapper {
    width: 25rem;
  }
  .flyout-container .flyout-right-col {
    width: inherit;
    position: relative;
    overflow: hidden;
    padding-top: 1rem;
  }
  .flyout-container .flyout-right-col.flyout-right-col--full-size {
    padding: 0;
  }
}
@media all and (min-width: 64.01rem) {
  .author-mode .flyout-container {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-direction: row;
  }
  .author-mode .flyout-container .flyout-header {
    display: block;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-top: 1rem;
    margin-bottom: .5rem;
    width: fit-content;
  }
  .author-mode .flyout-container .flyout-header:empty {
    margin-bottom: 0;
    margin-top: 0;
  }
  .author-mode .flyout-container .flyout-container__left-columns {
    display: flex;
    flex-direction: column;
    max-width: 65%;
  }
  .author-mode .flyout-container .flyout-container__left-columns .flyout-left-col {
    flex-direction: row;
    width: fit-content;
  }
  .author-mode .flyout-container .flyout-container__left-columns .flyout-left-col.flyout-horizontal-line {
    border-top: solid 0.0625rem #353535;
  }
  .author-mode .flyout-container .flyout-container__left-columns .flyout-left-col .flyout-column {
    margin-top: 1rem;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    min-width: 13.5rem;
    width: auto;
  }
  .author-mode .flyout-container .flyout-container__left-columns .flyout-left-col .flyout-column:not(:last-child) {
    border-right: solid 0.03125rem #d8d8d8;
  }
  .author-mode .flyout-container .flyout-container__left-columns .flyout-left-col .flyout-feature-cards__wrapper {
    width: 25rem;
  }
  .author-mode .flyout-container .flyout-right-col {
    width: inherit;
    position: relative;
    overflow: hidden;
    padding-top: 1rem;
  }
  .author-mode .flyout-container .flyout-right-col.flyout-right-col--full-size {
    padding: 0;
  }
}
@media all and (min-width: 85.375rem) {
  .flyout-container {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-direction: row;
  }
  .flyout-container .flyout-header {
    display: block;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-top: 1rem;
    margin-bottom: .5rem;
    width: fit-content;
  }
  .flyout-container .flyout-header:empty {
    margin-bottom: 0;
    margin-top: 0;
  }
  .flyout-container .flyout-container__left-columns {
    display: flex;
    flex-direction: column;
    max-width: 65%;
  }
  .flyout-container .flyout-container__left-columns .flyout-left-col {
    flex-direction: row;
    width: fit-content;
  }
  .flyout-container .flyout-container__left-columns .flyout-left-col.flyout-horizontal-line {
    border-top: solid 0.0625rem #353535;
  }
  .flyout-container .flyout-container__left-columns .flyout-left-col .flyout-column {
    margin-top: 1rem;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    min-width: 13.5rem;
    width: auto;
  }
  .flyout-container .flyout-container__left-columns .flyout-left-col .flyout-column:not(:last-child) {
    border-right: solid 0.03125rem #d8d8d8;
  }
  .flyout-container .flyout-container__left-columns .flyout-left-col .flyout-feature-cards__wrapper {
    width: 25rem;
  }
  .flyout-container .flyout-right-col {
    width: inherit;
    position: relative;
    overflow: hidden;
    padding-top: 1rem;
  }
  .flyout-container .flyout-right-col.flyout-right-col--full-size {
    padding: 0;
  }
}

.dynamic-media-component__temp-image-wrapper {
  width: 100%;
  margin: 0 auto 2rem;
  display: flex;
  justify-content: center;
}
.dynamic-media-component__temp-image {
  object-fit: contain;
  z-index: 1;
  background-color: white;
  width: 100%;
  height: auto;
}
.dynamic-media-component__temp-image.dynamic-media-component__temp-image--hide {
  display: none;
}
.dynamic-media-component__media {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 1.25rem 0 0 0;
  padding: 0;
}
.dynamic-media-component__media .dynamic-media-viewer_imageViewContainer--hide #dynamic-media-viewer_imageViewContainer {
  display: none;
}
.dynamic-media-component__media-spot {
  margin: 0 auto;
}
.dynamic-media-component__bdg-list {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0.3125rem;
}
.dynamic-media-component__bdg {
  display: none;
  clear: both;
  width: 3.75rem;
  height: 3.75rem;
  margin-bottom: 0.3125rem;
}
.dynamic-media-component.sliderOn .s7swatches .s7thumbcell.swatches-remaining-counter {
  font-size: 1.25rem;
  line-height: 1.625rem;
  height: 4rem;
  width: 4rem;
  position: absolute;
  left: 21rem;
  border: 0.125rem solid #dddddd;
  display: none;
  align-items: center;
  justify-content: center;
}
.dynamic-media-component.sliderOn .slide-counter {
  display: block;
  font-size: .875rem;
  line-height: 1.625rem;
  color: #353535;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.dynamic-media-component.sliderOn .slide-counter[hidden] {
  display: none;
}
.dynamic-media-component.sliderOn .arrow-mobile {
  display: block;
  position: absolute;
  background-image: url('../../../etc.clientlibs/digital-platform/clientlibs/global/resources/arrow-right-slider.svg');
  background-size: 100%;
  background-repeat: no-repeat;
}
.dynamic-media-component.sliderOn .arrow-mobile-left,
.dynamic-media-component.sliderOn .arrow-mobile-right {
  width: .5rem;
  height: .8125rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.dynamic-media-component.sliderOn .arrow-mobile-left {
  left: -1rem;
  top: calc(50% - 0.05rem);
  transform: translateY(-50%) rotate(180deg);
}
.dynamic-media-component.sliderOn .arrow-mobile-right {
  right: -1rem;
}
.dynamic-media-component.sliderOn .s7innercontainer[mode='fullscreen'] .s7swatches .s7thumbcell.swatches-remaining-counter {
  display: none;
}
.dynamic-media-component.sliderOn .s7innercontainer[mode='fullscreen'] .slide-counter {
  top: -2.5rem;
}
.dynamic-media-component.sliderOn .s7innercontainer[mode='fullscreen'] .arrow-mobile {
  z-index: 9;
}
.dynamic-media-component.sliderOn .s7innercontainer[mode='fullscreen'] .arrow-mobile-left {
  left: .5rem;
}
.dynamic-media-component.sliderOn .s7innercontainer[mode='fullscreen'] .arrow-mobile-right {
  right: .5rem;
}
@media all and (max-width: 48rem) {
  body::before {
    content: url("../../../etc.clientlibs/kitchenaid/clientlibs/global/resources/images/icon-play-video.svg");
    position: absolute;
    top: -9999rem;
    left: -9999rem;
    opacity: 0;
  }
  .dynamic-media-component {
    position: relative;
  }
  .dynamic-media-component__temp-image-wrapper {
    height: 16.25rem;
  }
  .dynamic-media-component__media {
    top: -18.25rem;
  }
  .dynamic-media-component__media .s7container {
    max-height: 260px !important;
    max-width: 330px !important;
  }
  .dynamic-media-component__media-spot {
    margin-bottom: 100px;
  }
  .dynamic-media-component.no-extra-space .dynamic-media-component__media-spot {
    margin-bottom: 0;
  }
  .dynamic-media-component__media-spot.s7mixedmediaviewer .s7swatches {
    bottom: -7.188rem;
  }
  .dynamic-media-component__media-spot.s7mixedmediaviewer .s7innercontainer[mode='fullscreen'] .s7swatches {
    bottom: 0;
  }
  .dynamic-media-component__media .s7mixedmediaviewer .s7setindicator {
    display: none !important;
  }
  .dynamic-media-component__media-spot.s7mixedmediaviewer .s7swatches {
    bottom: -9.8rem;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .dynamic-media-component__media-spot.dynamic-media-component__3d-control--support .s7swatches {
    left: auto;
    right: 0;
    transform: none;
  }
  .pdp-tray.wider-image-gallery-mobile .g-row .g-col {
    margin-top: 0;
  }
  .pdp-tray.wider-image-gallery-mobile .pdp-tray-media-set {
    height: 29.375rem;
  }
  .pdp-tray.wider-image-gallery-mobile .pdp-tray-media-set .dynamic-media-component__media-spot.s7mixedmediaviewer .s7swatches {
    bottom: -9.8rem;
  }
  .pdp-tray.wider-image-gallery-mobile .pdp-tray-media-set .dynamic-media-component__3d-control {
    bottom: 3rem;
  }
  .pdp-tray.wider-image-gallery-mobile .interactive-buttons-container {
    margin-top: -2.188rem;
  }
  .pdp-tray.wider-image-gallery-mobile .interactive-buttons.mobile {
    padding-top: .313rem;
  }
  .pdp-tray.wider-image-gallery-mobile .interactive-buttons.mobile .ar-trigger__title {
    padding-top: .188rem;
  }
  .pdp-tray.wider-image-gallery-mobile .interactive-buttons.mobile .ar-trigger-mobile {
    top: -0.375rem;
  }
  .pdp-tray.wider-image-gallery-mobile .interactive-buttons.mobile .social-share-container {
    top: -0.438rem;
  }
  .pdp-tray.wider-image-gallery-mobile .interactive-buttons.mobile .button.pdp-tray__compare {
    margin-left: 0;
    margin-top: 0;
  }
  .pdp-tray.wider-image-gallery-mobile .interactive-buttons.mobile .button.pdp-tray__wishlist {
    top: -0.5rem;
  }
}
@media all and (min-width: 48rem) {
  .dynamic-media-component__media {
    top: -31.9375rem;
    padding: 0 1.875rem 0 0;
  }
  .dynamic-media-component__media .s7container {
    max-height: 404px !important;
    min-height: 400px;
    max-width: 500px !important;
  }
  .dynamic-media-component__temp-image-wrapper {
    height: 29.9375rem;
  }
  .dynamic-media-component.image-carousel-left {
    max-width: 85%;
    margin-left: auto;
    height: 100%;
  }
  .dynamic-media-component.image-carousel-left .s7innercontainer[mode='normal'] #dynamic-media-viewer_swatches > .s7scrollrightbutton {
    transform: scale(0.75) translateX(-1.25rem);
  }
  .dynamic-media-component.image-carousel-left .s7innercontainer[mode='normal'] #dynamic-media-viewer_swatches > .s7scrollleftbutton {
    transform: scale(0.75) translateX(1.25rem);
  }
  .dynamic-media-component.image-carousel-left .s7innercontainer[mode='normal'] #dynamic-media-viewer_swatches.s7swatches {
    transform: rotate(90deg);
    top: 155px;
    left: -253px;
  }
  .dynamic-media-component.image-carousel-left .s7innercontainer[mode='normal'] #dynamic-media-viewer_swatches.s7swatches .s7thumbcell,
  .dynamic-media-component.image-carousel-left .s7innercontainer[mode='normal'] #dynamic-media-viewer_swatches.s7swatches .s7thumbcell2 {
    transform: rotate(270deg);
    top: 0 !important;
  }
  .dynamic-media-component.image-carousel-left .s7innercontainer[mode='normal'] #dynamic-media-viewer_swatches.s7swatches .s7thumbcell.swatches-remaining-counter {
    top: .875rem !important;
  }
  .dynamic-media-component.image-carousel-left .dynamic-media-component__media {
    padding-right: 0;
    margin-top: 0;
    min-height: 330px;
  }
  .dynamic-media-component.image-carousel-left .dynamic-media-component__media-spot.dynamic-media-component__3d-control--support .s7container[mode='normal'] #dynamic-media-viewer_swatches.s7swatches {
    top: 237px;
  }
  .dynamic-media-component.sliderOn .s7swatches .s7thumbcell.swatches-remaining-counter {
    display: flex;
  }
  .dynamic-media-component.sliderOn .s7container[mode="normal"] .s7swatches .s7scrollrightbutton {
    left: 25.75rem !important;
  }
  .dynamic-media-component.sliderOn .arrow-mobile {
    display: none;
  }
  .dynamic-media-component.sliderOn .s7innercontainer[mode='fullscreen'] .slide-counter {
    display: none;
  }
  .dynamic-media-component .pdp3d-model-container-mobile {
    display: none !important;
  }
  .dynamic-media-component div[aria-label="3dswatch-marker"] {
    display: none;
  }
  .pdp-tray.wider-image-gallery .g-row {
    background-color: white;
  }
  .pdp-tray.wider-image-gallery .pdp-tray-media-container {
    padding: 0;
  }
  .pdp-tray.wider-image-gallery .pdp-tray-media-set {
    margin-left: 2rem;
  }
  .pdp-tray.wider-image-gallery .ar-container .ar-trigger__arrow {
    margin-left: 3rem;
  }
  .pdp-tray.wider-image-gallery .pdp-tray-sticky-container {
    width: 100%;
    padding-right: 1.5rem;
  }
  .pdp-tray.wider-image-gallery .pdp-tray-sticky-container.sticky,
  .pdp-tray.wider-image-gallery .pdp-tray-sticky-container.stick-to-the-bottom {
    width: 58.33333333%;
    right: 41.66666666%;
  }
  .pdp-tray.wider-image-gallery .pdp-tray-sticky-container.sticky {
    left: 0;
  }
  .pdp-tray.wider-image-gallery .pdp-tray-right .tray-content {
    padding-left: 1.875rem;
    padding-right: 8%;
  }
  .pdp-tray.wider-image-gallery .dynamic-media-component__3d-control {
    left: -89px;
  }
  .pdp-tray.wider-image-gallery .dynamic-media-component.image-carousel-left #dynamic-media-viewer_swatches.s7swatches {
    margin: 0;
    left: -260px;
  }
  .pdp-tray.wider-image-gallery .dynamic-media-component.image-carousel-left .s7container[mode='fullscreen'] #dynamic-media-viewer_swatches.s7swatches {
    top: auto;
    left: 4%;
    max-width: 90%;
  }
}
@media all and (min-width: 48rem) and all and (max-width: 64rem) {
  .dynamic-media-component__media .s7mixedmediaviewer .s7swatches .s7scrollleftbutton[state="up"] {
    background-size: 50%;
  }
  .dynamic-media-component__media .s7mixedmediaviewer .s7swatches .s7scrollleftbutton[state="down"] {
    background-size: 80%;
    left: 1rem !important;
  }
  .dynamic-media-component__media .s7mixedmediaviewer .s7swatches .s7scrollrightbutton[state="up"] {
    background-size: 50%;
  }
  .dynamic-media-component__media .s7mixedmediaviewer .s7swatches .s7scrollrightbutton[state="down"] {
    background-size: 80%;
    left: 19.0625rem !important;
  }
  .dynamic-media-component__media .s7mixedmediaviewer .s7swatches.swatches__3d-control--support .s7scrollleftbutton[state="up"] {
    left: 1rem !important;
  }
}
@media all and (min-width: 48rem) and all and (min-width: 64.01rem) {
  .dynamic-media-component__media {
    top: -27.25rem;
  }
  .dynamic-media-component__temp-image-wrapper {
    height: 25.25rem;
  }
}
.dynamic-media-component .pdp3d-model-container {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.dynamic-media-component .pdp3d-model-container iframe {
  width: inherit;
}
.dynamic-media-component .pdp3d-model-container-mobile {
  display: none;
  background-color: #4D4D4D;
  position: absolute;
  z-index: 5;
  left: 0;
  width: 103%;
  height: 88%;
  justify-content: center;
  margin-bottom: 9rem;
}
.dynamic-media-component .pdp3d-model-container-mobile__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: 100%;
}
.dynamic-media-component .pdp3d-model-container-mobile__button {
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 800;
  font-family: "Avenir", sans-serif;
}
.dynamic-media-component .pdp3d-model-container-mobile__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.dynamic-media-component .pdp3d-model-container-mobile__header {
  font-size: 0.75rem;
  font-family: "Avenir", sans-serif;
  font-weight: 800;
  line-height: 1rem;
  display: flex;
  justify-content: center;
  color: #FFF;
  flex-basis: 100%;
  align-items: center;
}
.dynamic-media-component .pdp3d-model-container-mobile__header-icon {
  margin-right: 0.75rem;
}
.dynamic-media-component .pdp3d-model-container-mobile__title {
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: "Avenir", sans-serif;
  font-weight: 800;
  margin-top: 2.375rem;
  display: flex;
  justify-content: center;
  color: #FFF;
  flex-basis: 100%;
}
.dynamic-media-component .pdp3d-model-container-mobile__text {
  font-size: 0.75rem;
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  line-height: 1rem;
  margin-top: 1.0625rem;
  display: flex;
  justify-content: center;
  color: #FFF;
  flex-basis: 100%;
}
.dynamic-media-component .pdp3d-model-container-mobile__cta-wrapper {
  margin-top: 2.75rem;
  display: flex;
  justify-content: center;
  flex-basis: 100%;
}
.dynamic-media-component div[aria-label="3dswatch-marker"] .s7thumb {
  background-image: none !important;
}
.dynamic-media-component div[aria-label="3dswatch-marker"] .s7thumboverlay {
  background-image: url(../../../content/dam/global/kitchenaid/icons/ar-trigger-icon.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.dynamic-media-component__3d-swatch {
  display: none;
}
.dynamic-media-component__3d-control {
  position: absolute;
  top: auto;
  bottom: 2rem;
  left: 1.25rem;
  z-index: 5;
  max-width: 2.5rem;
}
.dynamic-media-component__3d-button {
  padding: 1.25rem;
  background-image: url(../../kitchenaid/clientlibs/global/resources/images/ka-3d-button-mobile.svg);
  border: 0.125rem solid #000000;
  cursor: pointer;
}
@media (min-width: 48rem) {
  .dynamic-media-component__3d-control {
    top: 1.25rem;
    bottom: auto;
    max-width: unset;
    height: 4.0625rem;
    left: -5.125rem;
  }
  .dynamic-media-component__3d-button {
    padding: 1.9375rem;
    background-image: url(../../kitchenaid/clientlibs/global/resources/images/ka-3d-button.svg);
  }
}
@media (max-width: 48rem) {
  .dynamic-media-component__3d-control {
    bottom: 4.5rem;
    top: auto;
    right: auto;
    left: calc(50% - 137px);
    transform: translateX(-50%);
  }
  .dynamic-media-component__3d-button {
    padding: 1.125rem;
    background-size: 2.3125rem 2.3125rem;
  }
}
.dynamic-media-component__ar-preview-button {
  display: none;
  background-image: url(../../kitchenaid/clientlibs/global/resources/images/ar-preview-button.svg);
  background-size: 100%;
  background-color: #ffffff;
  border: 0.175rem solid #000000;
  cursor: pointer;
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .dynamic-media-component__3d-control.visible ~ .dynamic-media-component__media-spot .s7container:not([mode="fullscreen"]) #dynamic-media-viewer_swatches {
    margin-left: 1.875rem;
  }
}
#dynamic-media-viewer .s7container .dynamic-media-component__3d-control {
  display: none;
}
#dynamic-media-viewer .s7container[mode="normal"] .pdp3d-model-container-mobile__fullscreen {
  display: none !important;
}
#dynamic-media-viewer .s7container[mode="fullscreen"] .pdp3d-model-container-mobile {
  display: block;
}
#dynamic-media-viewer .s7container[mode="fullscreen"] .pdp3d-model-container-mobile__fullscreen {
  margin-top: 5rem;
  height: 75%;
}
#dynamic-media-viewer .s7container[mode="fullscreen"] .ar-container-modal {
  height: 100%;
}
#dynamic-media-viewer .s7container[mode="fullscreen"] .ar-container-modal .modal-box {
  margin: 8.5rem auto;
  min-width: 63.75rem;
  opacity: 1;
}
#dynamic-media-viewer .s7container[mode="fullscreen"] .ar-container-modal .ar-modal__items {
  flex-basis: 38rem;
}
#dynamic-media-viewer .s7container[mode="fullscreen"] .ar-container-modal .ar-modal__supported {
  max-width: 35rem;
}
#dynamic-media-viewer .s7container[mode="fullscreen"] .ar-container-modal .ar-modal__close-icon {
  display: none;
}
#dynamic-media-viewer .s7container[mode="fullscreen"] .pdp3d-model-container iframe {
  width: 100%;
}
#dynamic-media-viewer .s7container[mode="fullscreen"] .dynamic-media-component__3d-control {
  display: block;
  top: 8rem;
  right: 5rem;
  left: unset;
  bottom: unset;
  z-index: 2;
}
#dynamic-media-viewer .s7container[mode="fullscreen"] .dynamic-media-component__3d-button {
  background-size: 100%;
  background-color: white;
  border-width: 0.175rem;
  padding: 1.8rem;
}
#dynamic-media-viewer .s7container[mode="fullscreen"] .dynamic-media-component__ar-preview-button {
  display: block;
  position: absolute;
  top: 1.5rem;
  right: 5rem;
  padding: 1.8rem;
  z-index: 2;
}
#dynamic-media-viewer .s7container[mode="fullscreen"] .dynamic-media-component__close-button {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background-image: url(../../kitchenaid/clientlibs/global/resources/images/icon-close.svg);
  background-size: 100%;
  cursor: pointer;
  height: 1.5rem;
  width: 1.5rem;
  z-index: 2;
}
@media (max-width: 48rem) {
  #dynamic-media-viewer .s7container[mode="fullscreen"] .dynamic-media-component__3d-control {
    top: 1.5rem;
    left: 5.5rem;
    right: unset;
    transform: none;
  }
  #dynamic-media-viewer .s7container[mode="fullscreen"] .dynamic-media-component__3d-button {
    border-width: 0.1075rem;
    padding: 1.393rem;
  }
  #dynamic-media-viewer .s7container[mode="fullscreen"] .dynamic-media-component__ar-preview-button {
    left: 2rem;
    right: unset;
    border-width: 0.1075rem;
    padding: 1.393rem;
  }
  #dynamic-media-viewer .s7container[mode="fullscreen"] .dynamic-media-component__close-button {
    height: 0.875rem;
    width: 0.875rem;
  }
}
@media (min-width: 48rem) and (max-width: 64rem) {
  #dynamic-media-viewer .s7container[mode="fullscreen"] .ar-container-modal .modal-box {
    min-width: unset;
  }
  #dynamic-media-viewer .s7container[mode="fullscreen"] .pdp3d-model-container iframe {
    width: 50%;
  }
}
@media (max-width: 48rem) {
  #dynamic-media-viewer .s7container[mode="fullscreen"] .ar-container-modal {
    margin: unset;
  }
  #dynamic-media-viewer .s7container[mode="fullscreen"] .ar-container-modal .ar-modal {
    height: 100%;
  }
  #dynamic-media-viewer .s7container[mode="fullscreen"] .ar-container-modal .modal-box {
    min-width: unset;
    margin: unset;
    height: 100%;
    padding: 1rem 2rem 2.5rem 2rem;
    z-index: 3;
  }
  #dynamic-media-viewer .s7container[mode="fullscreen"] .ar-container-modal .modal-box .ar-modal__title {
    padding-bottom: 0.75rem;
  }
  #dynamic-media-viewer .s7container[mode="fullscreen"] .ar-container-modal .modal-box .ar-modal__close-icon {
    display: flex;
  }
}
.dynamic-media-component__3d-control ~ #dynamic-media-viewer .s7container[mode="fullscreen"] .dynamic-media-component__ar-preview-button,
.dynamic-media-component__3d-control ~ #dynamic-media-viewer .s7container[mode="fullscreen"] .dynamic-media-component__3d-control {
  display: none;
}
.dynamic-media-component__3d-control.visible ~ #dynamic-media-viewer .s7container[mode="fullscreen"] .dynamic-media-component__ar-preview-button,
.dynamic-media-component__3d-control.visible ~ #dynamic-media-viewer .s7container[mode="fullscreen"] .dynamic-media-component__3d-control {
  display: block;
}
@media (max-width: 47.938rem) {
  .dynamic-media-component__3d-control ~ #dynamic-media-viewer .s7container #dynamic-media-viewer_swatches_listbox .s7thumbcell[aria-label='3dswatch-marker'] {
    display: none;
  }
  .dynamic-media-component__3d-control.visible ~ #dynamic-media-viewer .s7container #dynamic-media-viewer_swatches_listbox .s7thumbcell[aria-label='3dswatch-marker'] {
    display: block;
  }
}

.platform-components-spacer__height-desktop--0 {
  height: 0px;
}
.platform-components-spacer__height-desktop--3xs {
  height: 10px;
}
.platform-components-spacer__height-desktop--2xs {
  height: 15px;
}
.platform-components-spacer__height-desktop--xs {
  height: 20px;
}
.platform-components-spacer__height-desktop--sm {
  height: 25px;
}
.platform-components-spacer__height-desktop--md {
  height: 30px;
}
.platform-components-spacer__height-desktop--lg {
  height: 35px;
}
.platform-components-spacer__height-desktop--xl {
  height: 40px;
}
.platform-components-spacer__height-desktop--2xl {
  height: 45px;
}
.platform-components-spacer__height-desktop--3xl {
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .platform-components-spacer__height-mobile--0 {
    height: 0px;
  }
  .platform-components-spacer__height-mobile--3xs {
    height: 10px;
  }
  .platform-components-spacer__height-mobile--2xs {
    height: 15px;
  }
  .platform-components-spacer__height-mobile--xs {
    height: 20px;
  }
  .platform-components-spacer__height-mobile--sm {
    height: 25px;
  }
  .platform-components-spacer__height-mobile--md {
    height: 30px;
  }
  .platform-components-spacer__height-mobile--lg {
    height: 35px;
  }
  .platform-components-spacer__height-mobile--xl {
    height: 40px;
  }
  .platform-components-spacer__height-mobile--2xl {
    height: 45px;
  }
  .platform-components-spacer__height-mobile--3xl {
    height: 50px;
  }
}
.platform-components-spacer .editmode {
  border: 1px dashed lightgray;
  text-align: center;
  color: lightgray;
  font-size: 1rem;
  min-height: 20px;
  height: 100%;
}
.aem-GridColumn.cq-Editable-dom .platform-components-spacer {
  padding: 0;
  min-height: 1px;
}

.platform-components-content-card {
  /* Overrides the Platform Component style to remove the headline's margin */
}
.platform-components-content-card.platform-components-content-card--v2 {
  margin: 0;
  display: block;
  border: none;
  height: auto !important;
}
.platform-components-content-card__container {
  position: relative;
  display: flex;
}
.platform-components-content-card__container.image-contained-padding {
  padding: 20px 20px;
}
.platform-components-content-card__container.value-prop {
  padding: 5px 5px;
}
.platform-components-content-card__preheader {
  font-family: GothamBold;
  font-weight: 800;
  line-height: 28px;
  text-transform: capitalize;
  letter-spacing: 2%;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-content-card__preheader {
    font-size: 1.0625rem;
    margin-bottom: 0.75rem;
  }
}
.platform-components-content-card__subtitle {
  font-family: GothamBold;
  font-weight: 700;
  line-height: 125%;
  text-transform: capitalize;
  letter-spacing: 2%;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-content-card__subtitle {
    font-size: 1.125rem;
    margin-bottom: 1.75rem;
  }
}
.platform-components-content-card__body-copy {
  font-family: GothamBook;
  font-weight: 400;
  line-height: 125%;
  text-transform: none;
  letter-spacing: 2%;
  font-size: 1.125rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-content-card__body-copy {
    font-size: 1.125rem;
  }
}
.platform-components-content-card__body-copy b,
.platform-components-content-card__body-copy strong {
  font-family: Open Sans;
  font-weight: 700;
}
.platform-components-content-card__body-copy + div {
  margin-top: 1.75rem;
}
.platform-components-content-card__body-copy + div.value-prop {
  margin-top: 10px;
}
.platform-components-content-card__body-copy button {
  font-family: GothamBook;
  cursor: pointer;
  background: transparent;
  text-decoration: underline;
  text-transform: none;
  padding: unset;
  margin: auto;
  font-size: 1rem;
  height: 1.5rem;
}
.platform-components-content-card__body-copy button:hover {
  text-decoration: underline !important;
}
.platform-components-content-card__body-copy button:focus {
  outline: 1px solid #000000;
  outline-offset: 0;
}
.platform-components-content-card__main-header.pc-body-one {
  margin-bottom: 0px;
  font-weight: bold;
}
.platform-components-content-card__button-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-left: calc(-10px);
  margin-right: calc(-10px);
}
.platform-components-content-card__button--secondary {
  margin: 0;
}
.platform-components-content-card__button {
  font-family: 'GothamMedium';
  font-weight: 700;
  line-height: 125%;
  font-size: 1rem;
  text-transform: capitalize;
  letter-spacing: 2%;
  padding: 10px 25px;
  border-radius: 12px;
  display: block;
  align-self: flex-start;
  text-decoration: none;
  height: auto !important;
  margin-left: calc(10px);
  margin-right: calc(10px);
  margin-bottom: 20px;
}
.platform-components-content-card__button:hover,
.platform-components-content-card__button:active {
  text-decoration: none;
  padding: 10px 25px;
  outline: none !important;
}
.platform-components-content-card__button:focus {
  text-decoration: none;
  padding: 10px 25px;
}
.platform-components-content-card__button:last-child {
  margin-bottom: 0;
}
.platform-components-content-card__button--primary.brand {
  background-color: #127bc0;
  color: #ffffff;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.platform-components-content-card__button--primary.brand:hover,
.platform-components-content-card__button--primary.brand:active,
.platform-components-content-card__button--primary.brand:focus {
  background-color: #163d64;
  color: #ffffff;
}
.platform-components-content-card__button--primary.light {
  background-color: #ffffff;
  color: #4295d1;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.platform-components-content-card__button--primary.light:hover,
.platform-components-content-card__button--primary.light:active,
.platform-components-content-card__button--primary.light:focus {
  background-color: #127bc0;
  color: #4295d1;
}
.platform-components-content-card__button--primary.dark {
  background-color: #ffffff;
  color: #163d64;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.platform-components-content-card__button--primary.dark:hover,
.platform-components-content-card__button--primary.dark:active,
.platform-components-content-card__button--primary.dark:focus {
  background-color: #127bc0;
  color: #ffffff;
}
.platform-components-content-card__button--secondary.brand {
  background-color: transparent;
  color: #127bc0;
  box-shadow: inset 0 0 0 1px #127bc0;
  transition: background-color 200ms ease-out, color 200ms ease-out, box-shadow 200ms ease-out;
}
.platform-components-content-card__button--secondary.brand:hover,
.platform-components-content-card__button--secondary.brand:active,
.platform-components-content-card__button--secondary.brand:focus {
  background-color: #163d64;
  color: #ffffff;
  box-shadow: inset 0 0 0 1px #163d64;
}
.platform-components-content-card__button--secondary.dark {
  background-color: transparent;
  color: #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff;
  transition: background-color 200ms ease-out, color 200ms ease-out, box-shadow 200ms ease-out;
}
.platform-components-content-card__button--secondary.dark:hover,
.platform-components-content-card__button--secondary.dark:active,
.platform-components-content-card__button--secondary.dark:focus {
  background-color: #127bc0;
  color: #ffffff;
  box-shadow: inset 0 0 0 1px #127bc0;
}
.platform-components-content-card__button--secondary.light {
  background-color: transparent;
  color: #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff;
  transition: background-color 200ms ease-out, color 200ms ease-out, box-shadow 200ms ease-out;
}
.platform-components-content-card__button--secondary.light:hover,
.platform-components-content-card__button--secondary.light:active,
.platform-components-content-card__button--secondary.light:focus {
  background-color: #ffffff;
  color: #127bc0;
  box-shadow: inset 0 0 0 1px #ffffff;
}
.platform-components-content-card__button--tertiary {
  padding: 10px 0;
}
.platform-components-content-card__button--tertiary.brand {
  color: #4295d1;
  transition: color 200ms ease-out;
}
.platform-components-content-card__button--tertiary.brand:hover,
.platform-components-content-card__button--tertiary.brand:active,
.platform-components-content-card__button--tertiary.brand:focus {
  color: #163d64;
}
.platform-components-content-card__button--tertiary.dark {
  color: #ffffff;
  transition: color 200ms ease-out;
}
.platform-components-content-card__button--tertiary.dark:hover,
.platform-components-content-card__button--tertiary.dark:active,
.platform-components-content-card__button--tertiary.dark:focus {
  color: #4295d1;
}
.platform-components-content-card__button--tertiary.light {
  color: #ffffff;
  transition: color 200ms ease-out;
}
.platform-components-content-card__button--tertiary.light:hover,
.platform-components-content-card__button--tertiary.light:active,
.platform-components-content-card__button--tertiary.light:focus {
  color: #767e84;
}
.platform-components-content-card__button--tertiary:hover,
.platform-components-content-card__button--tertiary:active,
.platform-components-content-card__button--tertiary:focus {
  padding: 10px 0;
}
@media (min-width: 768px) {
  .platform-components-content-card__button {
    font-size: 1.125rem;
  }
}
.platform-components-content-card__button.withicon {
  display: flex;
  align-items: center;
}
.platform-components-content-card__button.withicon-left .button-text {
  order: 2;
}
.platform-components-content-card__button.withicon-left .button-icon {
  order: 1;
  margin-right: 10px;
  line-height: 0;
  height: 0;
}
.platform-components-content-card__button.withicon-right .button-icon {
  margin-left: 10px;
  line-height: 0;
  height: 0;
}
.platform-components-content-card__button.withicon-bottom {
  flex-direction: column;
}
.platform-components-content-card__button .button-icon {
  font-size: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-content-card__button .button-icon {
    font-size: 1.25rem;
  }
}
.platform-components-content-card__content {
  padding: 20px 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.platform-components-content-card__content.image-contained-padding {
  padding: 0;
}
.platform-components-content-card__content.image-cover-25 {
  flex-basis: 75%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__content.image-cover-25--md {
    flex-basis: 75%;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__content.image-cover-25--sm {
    flex-basis: 75%;
  }
}
.platform-components-content-card__content.image-cover-33 {
  flex-basis: calc(66.66666667%);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__content.image-cover-33--md {
    flex-basis: calc(66.66666667%);
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__content.image-cover-33--sm {
    flex-basis: calc(66.66666667%);
  }
}
.platform-components-content-card__content.image-cover-66 {
  flex-basis: calc(33.33333333%);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__content.image-cover-66--md {
    flex-basis: calc(33.33333333%);
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__content.image-cover-66--sm {
    flex-basis: calc(33.33333333%);
  }
}
.platform-components-content-card__content.image-cover-50 {
  flex-basis: 50%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__content.image-cover-50 {
    flex-basis: 50%;
  }
  .platform-components-content-card__content.image-cover-50--md {
    flex-basis: 50%;
  }
  .platform-components-content-card__content.image-cover-50.image-cover-25--md {
    flex-basis: 75%;
  }
  .platform-components-content-card__content.image-cover-50.image-cover-75--md {
    flex-basis: 25%;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__content.image-cover-50--sm {
    flex-basis: 50%;
  }
  .platform-components-content-card__content.image-cover-50.image-cover-25--sm {
    flex-basis: 75%;
  }
  .platform-components-content-card__content.image-cover-50.image-cover-75--sm {
    flex-basis: 25%;
  }
}
.platform-components-content-card__content.image-cover-75 {
  flex-basis: 25%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__content.image-cover-75--md {
    flex-basis: 25%;
  }
  .platform-components-content-card__content.image-cover-75.image-cover-50--md {
    flex-basis: 50%;
  }
  .platform-components-content-card__content.image-cover-75.image-cover-25--md {
    flex-basis: 75%;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__content.image-cover-75--sm {
    flex-basis: 25%;
  }
  .platform-components-content-card__content.image-cover-75.image-cover-50--sm {
    flex-basis: 50%;
  }
  .platform-components-content-card__content.image-cover-75.image-cover-25--sm {
    flex-basis: 75%;
  }
}
.platform-components-content-card__content--animate .platform-components-content-card__preheader,
.platform-components-content-card__content--animate .platform-components-content-card__main-header,
.platform-components-content-card__content--animate .platform-components-content-card__subtitle,
.platform-components-content-card__content--animate .platform-components-content-card__body-copy,
.platform-components-content-card__content--animate .platform-components-content-card__button-container {
  transform: translateY(2rem);
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.platform-components-content-card__content--animate .platform-components-content-card__preheader {
  transition-delay: 0.2s;
}
.platform-components-content-card__content--animate .platform-components-content-card__main-header {
  transition-delay: 0.4s;
}
.platform-components-content-card__content--animate .platform-components-content-card__body-copy {
  transition-delay: 0.6s;
}
.platform-components-content-card__content--animate .platform-components-content-card__subtitle {
  transition-delay: 0.7s;
}
.platform-components-content-card__content--animate .platform-components-content-card__button-container {
  transition-delay: 0.8s;
}
.platform-components-content-card__content--animate.animate-in .platform-components-content-card__preheader,
.platform-components-content-card__content--animate.animate-in .platform-components-content-card__main-header,
.platform-components-content-card__content--animate.animate-in .platform-components-content-card__body-copy,
.platform-components-content-card__content--animate.animate-in .platform-components-content-card__subtitle,
.platform-components-content-card__content--animate.animate-in .platform-components-content-card__button-container {
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: 73.125rem) {
  .platform-components-content-card__content.platform-components-content-card__boxed-container {
    max-width: 73.125rem;
    margin: 0 auto;
  }
}
.platform-components-content-card__image-container {
  position: relative;
}
.platform-components-content-card__image-container--background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.platform-components-content-card__image-container--background .platform-components-content-card__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  z-index: 0;
}
.platform-components-content-card__image-container--bottom-alignment {
  align-items: end;
}
.platform-components-content-card__image-container--middle-alignment {
  align-items: center;
}
.platform-components-content-card__image-container--top-alignment {
  align-items: start;
}
.platform-components-content-card__image-container--center-alignment {
  justify-content: center;
}
.platform-components-content-card__image-container--left-alignment {
  justify-content: left;
}
.platform-components-content-card__image-container--right-alignment {
  justify-content: right;
}
.platform-components-content-card__image-container--image-alignment {
  display: flex;
}
.platform-components-content-card__image-container--contained.image-cover {
  position: relative;
  width: 100%;
  height: 100%;
}
.platform-components-content-card__image-container--contained.image-cover-25 {
  flex-basis: 25%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__image-container--contained.image-cover-25--md {
    flex-basis: 25%;
  }
  .platform-components-content-card__image-container--contained.image-cover-25.image-cover-33--md {
    flex-basis: calc(33.33333333%);
  }
  .platform-components-content-card__image-container--contained.image-cover-25.image-cover-66--md {
    flex-basis: calc(66.66666667%);
  }
  .platform-components-content-card__image-container--contained.image-cover-25.image-cover-50--md {
    flex-basis: 50%;
  }
  .platform-components-content-card__image-container--contained.image-cover-25.image-cover-75--md {
    flex-basis: 75%;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__image-container--contained.image-cover-25--sm {
    flex-basis: 25%;
  }
  .platform-components-content-card__image-container--contained.image-cover-25.image-cover-33--sm {
    flex-basis: calc(33.33333333%);
  }
  .platform-components-content-card__image-container--contained.image-cover-25.image-cover-66--sm {
    flex-basis: calc(66.66666667%);
  }
  .platform-components-content-card__image-container--contained.image-cover-25.image-cover-50--sm {
    flex-basis: 50%;
  }
  .platform-components-content-card__image-container--contained.image-cover-25.image-cover-75--sm {
    flex-basis: 75%;
  }
}
.platform-components-content-card__image-container--contained.image-cover-33 {
  flex-basis: calc(33.33333333%);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__image-container--contained.image-cover-33--md {
    flex-basis: calc(33.33333333%);
  }
  .platform-components-content-card__image-container--contained.image-cover-33.image-cover-25--md {
    flex-basis: 25%;
  }
  .platform-components-content-card__image-container--contained.image-cover-33.image-cover-66--md {
    flex-basis: calc(66.66666667%);
  }
  .platform-components-content-card__image-container--contained.image-cover-33.image-cover-50--md {
    flex-basis: 50%;
  }
  .platform-components-content-card__image-container--contained.image-cover-33.image-cover-75--md {
    flex-basis: 75%;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__image-container--contained.image-cover-33--sm {
    flex-basis: calc(33.33333333%);
  }
  .platform-components-content-card__image-container--contained.image-cover-33.image-cover-25--sm {
    flex-basis: 25%;
  }
  .platform-components-content-card__image-container--contained.image-cover-33.image-cover-66--sm {
    flex-basis: calc(66.66666667%);
  }
  .platform-components-content-card__image-container--contained.image-cover-33.image-cover-50--sm {
    flex-basis: 50%;
  }
  .platform-components-content-card__image-container--contained.image-cover-33.image-cover-75--sm {
    flex-basis: 75%;
  }
}
.platform-components-content-card__image-container--contained.image-cover-66 {
  flex-basis: calc(66.66666667%);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__image-container--contained.image-cover-66--md {
    flex-basis: calc(66.66666667%);
  }
  .platform-components-content-card__image-container--contained.image-cover-66.image-cover-25--md {
    flex-basis: 25%;
  }
  .platform-components-content-card__image-container--contained.image-cover-66.image-cover-33--md {
    flex-basis: calc(33.33333333%);
  }
  .platform-components-content-card__image-container--contained.image-cover-66.image-cover-50--md {
    flex-basis: 50%;
  }
  .platform-components-content-card__image-container--contained.image-cover-66.image-cover-75--md {
    flex-basis: 75%;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__image-container--contained.image-cover-66--sm {
    flex-basis: calc(66.66666667%);
  }
  .platform-components-content-card__image-container--contained.image-cover-66.image-cover-50--sm {
    flex-basis: 50%;
  }
  .platform-components-content-card__image-container--contained.image-cover-66.image-cover-25--sm {
    flex-basis: 25%;
  }
  .platform-components-content-card__image-container--contained.image-cover-66.image-cover-33--sm {
    flex-basis: calc(33.33333333%);
  }
  .platform-components-content-card__image-container--contained.image-cover-66.image-cover-75--sm {
    flex-basis: 75%;
  }
}
.platform-components-content-card__image-container--contained.image-cover-50 {
  flex-basis: 50%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__image-container--contained.image-cover-50--md {
    flex-basis: 50%;
  }
  .platform-components-content-card__image-container--contained.image-cover-50.image-cover-33--md {
    flex-basis: calc(33.33333333%);
  }
  .platform-components-content-card__image-container--contained.image-cover-50.image-cover-66--md {
    flex-basis: calc(66.66666667%);
  }
  .platform-components-content-card__image-container--contained.image-cover-50.image-cover-25--md {
    flex-basis: 25%;
  }
  .platform-components-content-card__image-container--contained.image-cover-50.image-cover-75--md {
    flex-basis: 75%;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__image-container--contained.image-cover-50--sm {
    flex-basis: 50%;
  }
  .platform-components-content-card__image-container--contained.image-cover-50.image-cover-33--sm {
    flex-basis: calc(33.33333333%);
  }
  .platform-components-content-card__image-container--contained.image-cover-50.image-cover-66--sm {
    flex-basis: calc(66.66666667%);
  }
  .platform-components-content-card__image-container--contained.image-cover-50.image-cover-25--sm {
    flex-basis: 25%;
  }
  .platform-components-content-card__image-container--contained.image-cover-50.image-cover-75--sm {
    flex-basis: 75%;
  }
}
.platform-components-content-card__image-container--contained.image-cover-75 {
  flex-basis: 75%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__image-container--contained.image-cover-75--md {
    flex-basis: 75%;
  }
  .platform-components-content-card__image-container--contained.image-cover-75.image-cover-33--md {
    flex-basis: calc(33.33333333%);
  }
  .platform-components-content-card__image-container--contained.image-cover-75.image-cover-66--md {
    flex-basis: calc(66.66666667%);
  }
  .platform-components-content-card__image-container--contained.image-cover-75.image-cover-50--md {
    flex-basis: 50%;
  }
  .platform-components-content-card__image-container--contained.image-cover-75.image-cover-25--md {
    flex-basis: 25%;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__image-container--contained.image-cover-75--sm {
    flex-basis: 75%;
  }
  .platform-components-content-card__image-container--contained.image-cover-75.image-cover-33--sm {
    flex-basis: calc(33.33333333%);
  }
  .platform-components-content-card__image-container--contained.image-cover-75.image-cover-66--sm {
    flex-basis: calc(66.66666667%);
  }
  .platform-components-content-card__image-container--contained.image-cover-75.image-cover-50--sm {
    flex-basis: 50%;
  }
  .platform-components-content-card__image-container--contained.image-cover-75.image-cover-25--sm {
    flex-basis: 25%;
  }
}
.platform-components-content-card__image-container--contained.image-cover .platform-components-content-card__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  z-index: 0;
}
.platform-components-content-card__image-container--contained.automatic {
  height: auto;
}
.platform-components-content-card__image-container--contained.automatic .platform-components-content-card__image {
  max-height: 100%;
  max-width: 100%;
  display: block;
  object-fit: contain;
  width: 100%;
}
.platform-components-content-card__image-container .platform-components-content-card__image-overlay-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.platform-components-content-card__image-container .platform-components-content-card__image-overlay-container .pc-badge-image {
  position: absolute;
  margin: auto;
}
.platform-components-content-card__image-container .platform-components-content-card__image-overlay-container.pc-image-overlay.badge-c .pc-badge-image {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.platform-components-content-card__image-container .platform-components-content-card__image-overlay-container.pc-image-overlay.badge-tl .pc-badge-image {
  left: 10px;
  top: 10px;
  right: initial;
  bottom: initial;
}
.platform-components-content-card__image-container .platform-components-content-card__image-overlay-container.pc-image-overlay.badge-tr .pc-badge-image {
  right: 10px;
  top: 10px;
  left: initial;
  bottom: initial;
}
.platform-components-content-card__image-container .platform-components-content-card__image-overlay-container.pc-image-overlay.badge-bl .pc-badge-image {
  left: 10px;
  bottom: 10px;
  right: initial;
  top: initial;
}
.platform-components-content-card__image-container .platform-components-content-card__image-overlay-container.pc-image-overlay.badge-br .pc-badge-image {
  right: 10px;
  bottom: 10px;
  top: initial;
  left: initial;
}
.platform-components-content-card__image-container .platform-components-content-card__image-overlay-container.pc-image-overlay.badge-100 .pc-badge-image {
  width: 100%;
  height: 100%;
  top: 0!important;
  bottom: 0!important;
  left: 0!important;
  right: 0!important;
  z-index: 0;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain';
}
.platform-components-content-card .platform-components-content-card__badge-container {
  display: inline-block;
}
.platform-components-content-card .platform-components-content-card__badge-container.pc-content-header .pc-badge-image {
  display: flex;
}
.platform-components-content-card .platform-components-content-card__badge-container.pc-content-preheader .pc-badge-image {
  height: 24px;
  width: auto;
  margin-right: 10px;
}
.platform-components-content-card .platform-components-content-card__badge-container.pc-content-preheader .pc-badge-image.pc-badge-icon {
  width: 24px;
}
.platform-components-content-card .platform-components-content-card__badge-container.pc-content-preheader .pc-badge-image.pc-badge-icon::before {
  font-size: 24px;
}
.platform-components-content-card a.headline-link {
  text-decoration: none;
}
.platform-components-content-card a.headline-link:hover,
.platform-components-content-card a.headline-link:active {
  text-decoration: none;
  outline: none !important;
}
.platform-components-content-card a.headline-link:focus {
  outline: 1px solid #939598 !important;
}
.platform-components-content-card__theme-01 {
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  --overlay-color-1: rgba(245, 245, 245, 0.85);
}
.platform-components-content-card__theme-01 .platform-components-content-card__border {
  border: 1px solid #d9d9d9;
}
.platform-components-content-card__theme-01 .platform-components-content-card__main-header,
.platform-components-content-card__theme-01 .platform-components-content-card__subtitle,
.platform-components-content-card__theme-01 .platform-components-content-card__body-copy,
.platform-components-content-card__theme-01 .platform-components-content-card__body-copy p {
  color: #5d6267;
}
.platform-components-content-card__theme-01 .platform-components-content-card__preheader {
  color: #5d6267;
}
.platform-components-content-card__theme-01 .platform-components-content-card__body-copy a {
  color: #000000;
}
.platform-components-content-card__theme-01 .platform-components-content-card__body-copy a:hover {
  color: #127bc0;
}
.platform-components-content-card__theme-01 .platform-components-content-card__body-copy button {
  color: #000000;
}
.platform-components-content-card__theme-01 .platform-components-content-card__body-copy button:hover {
  color: #127bc0;
}
.platform-components-content-card__theme-01 .platform-components-content-card__color-overlay {
  background-color: rgba(245, 245, 245, 0.85);
}
.platform-components-content-card__theme-02 {
  background-color: #f9f9f9;
  background-image: linear-gradient(to bottom, #f5f5f5, #0b0c0a);
  --overlay-color-1: rgba(245, 245, 245, 0.85);
}
.platform-components-content-card__theme-02 .platform-components-content-card__border {
  border: 1px solid #d9d9d9;
}
.platform-components-content-card__theme-02 .platform-components-content-card__main-header,
.platform-components-content-card__theme-02 .platform-components-content-card__subtitle,
.platform-components-content-card__theme-02 .platform-components-content-card__body-copy,
.platform-components-content-card__theme-02 .platform-components-content-card__body-copy p {
  color: #5d6267;
}
.platform-components-content-card__theme-02 .platform-components-content-card__preheader {
  color: #5d6267;
}
.platform-components-content-card__theme-02 .platform-components-content-card__body-copy a {
  color: #000000;
}
.platform-components-content-card__theme-02 .platform-components-content-card__body-copy a:hover {
  color: #127bc0;
}
.platform-components-content-card__theme-02 .platform-components-content-card__body-copy button {
  color: #000000;
}
.platform-components-content-card__theme-02 .platform-components-content-card__body-copy button:hover {
  color: #127bc0;
}
.platform-components-content-card__theme-02 .platform-components-content-card__color-overlay {
  background-color: rgba(245, 245, 245, 0.85);
}
.platform-components-content-card__theme-03 {
  background-color: unset;
  background-image: linear-gradient(to bottom, unset, unset);
  --overlay-color-1: unset;
}
.platform-components-content-card__theme-03 .platform-components-content-card__border {
  border: 1px solid unset;
}
.platform-components-content-card__theme-03 .platform-components-content-card__main-header,
.platform-components-content-card__theme-03 .platform-components-content-card__subtitle,
.platform-components-content-card__theme-03 .platform-components-content-card__body-copy,
.platform-components-content-card__theme-03 .platform-components-content-card__body-copy p {
  color: unset;
}
.platform-components-content-card__theme-03 .platform-components-content-card__preheader {
  color: unset;
}
.platform-components-content-card__theme-03 .platform-components-content-card__body-copy a {
  color: #127bc0;
}
.platform-components-content-card__theme-03 .platform-components-content-card__body-copy a:hover {
  color: #127bc0;
}
.platform-components-content-card__theme-03 .platform-components-content-card__body-copy button {
  color: #127bc0;
}
.platform-components-content-card__theme-03 .platform-components-content-card__body-copy button:hover {
  color: #127bc0;
}
.platform-components-content-card__theme-03 .platform-components-content-card__color-overlay {
  background-color: unset;
}
.platform-components-content-card__theme-04 {
  background-color: unset;
  background-image: linear-gradient(to bottom, transparent, transparent);
  --overlay-color-1: unset;
}
.platform-components-content-card__theme-04 .platform-components-content-card__border {
  border: 1px solid unset;
}
.platform-components-content-card__theme-04 .platform-components-content-card__main-header,
.platform-components-content-card__theme-04 .platform-components-content-card__subtitle,
.platform-components-content-card__theme-04 .platform-components-content-card__body-copy,
.platform-components-content-card__theme-04 .platform-components-content-card__body-copy p {
  color: unset;
}
.platform-components-content-card__theme-04 .platform-components-content-card__preheader {
  color: unset;
}
.platform-components-content-card__theme-04 .platform-components-content-card__body-copy a {
  color: #000000;
}
.platform-components-content-card__theme-04 .platform-components-content-card__body-copy a:hover {
  color: #127bc0;
}
.platform-components-content-card__theme-04 .platform-components-content-card__body-copy button {
  color: #000000;
}
.platform-components-content-card__theme-04 .platform-components-content-card__body-copy button:hover {
  color: #127bc0;
}
.platform-components-content-card__theme-04 .platform-components-content-card__color-overlay {
  background-color: unset;
}
.platform-components-content-card__color-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.platform-components-content-card__color-overlay-opacity-10--lg {
  opacity: .1;
}
.platform-components-content-card__color-overlay-opacity-25--lg {
  opacity: .25;
}
.platform-components-content-card__color-overlay-opacity-50--lg {
  opacity: .50;
}
.platform-components-content-card__color-overlay-opacity-75--lg {
  opacity: .75;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__color-overlay-opacity-10--md {
    opacity: .1;
  }
  .platform-components-content-card__color-overlay-opacity-25--md {
    opacity: .25;
  }
  .platform-components-content-card__color-overlay-opacity-50--md {
    opacity: .50;
  }
  .platform-components-content-card__color-overlay-opacity-75--md {
    opacity: .75;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__color-overlay-opacity-10--sm {
    opacity: .1;
  }
  .platform-components-content-card__color-overlay-opacity-25--sm {
    opacity: .25;
  }
  .platform-components-content-card__color-overlay-opacity-50--sm {
    opacity: .50;
  }
  .platform-components-content-card__color-overlay-opacity-75--sm {
    opacity: .75;
  }
}
.platform-components-content-card__border-radius {
  border-radius: 12px;
}
.platform-components-content-card__border-radius .platform-components-content-card__image-container--background .platform-components-content-card__image {
  border-radius: 12px;
}
.platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-column--lg .platform-components-content-card__image,
.platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-column--lg .platform-components-content-card__image {
  border-radius: 12px 12px 0 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-column--md .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-column--md .platform-components-content-card__image {
    border-radius: 12px 12px 0 0;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__image {
    border-radius: 12px 12px 0 0;
  }
}
.platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__image,
.platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__image {
  border-radius: 12px 0 0 12px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-row--md .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-row--md .platform-components-content-card__image {
    border-radius: 12px 0 0 12px;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-row--sm .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-row--sm .platform-components-content-card__image {
    border-radius: 12px 0 0 12px;
  }
}
.platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-column--lg .platform-components-content-card__image,
.platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-column--lg .platform-components-content-card__image {
  border-radius: 0 0 12px 12px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-column--md .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-column--md .platform-components-content-card__image {
    border-radius: 0 0 12px 12px;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__image {
    border-radius: 0 0 12px 12px;
  }
}
.platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__image,
.platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__image {
  border-radius: 0 12px 12px 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-row--md .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-row--md .platform-components-content-card__image {
    border-radius: 0 12px 12px 0;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-row--sm .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-row--sm .platform-components-content-card__image {
    border-radius: 0 12px 12px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-image--md.platform-components-content-card__flex-direction-column--lg .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-image--md.platform-components-content-card__flex-direction-column--lg .platform-components-content-card__image {
    border-radius: 12px 12px 0 0;
  }
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-image--md.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-image--md.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__image {
    border-radius: 12px 0 0 12px;
  }
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-image--md.platform-components-content-card__flex-direction-column--md .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-image--md.platform-components-content-card__flex-direction-column--md .platform-components-content-card__image {
    border-radius: 12px 12px 0 0;
  }
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-image--md.platform-components-content-card__flex-direction-row--md .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-image--md.platform-components-content-card__flex-direction-row--md .platform-components-content-card__image {
    border-radius: 12px 0 0 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-text--md.platform-components-content-card__flex-direction-column--lg .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-text--md.platform-components-content-card__flex-direction-column--lg .platform-components-content-card__image {
    border-radius: 0 0 12px 12px;
  }
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-text--md.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-text--md.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__image {
    border-radius: 0 12px 12px 0;
  }
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-text--md.platform-components-content-card__flex-direction-column--md .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-text--md.platform-components-content-card__flex-direction-column--md .platform-components-content-card__image {
    border-radius: 0 0 12px 12px;
  }
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-text--md.platform-components-content-card__flex-direction-row--md .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-text--md.platform-components-content-card__flex-direction-row--md .platform-components-content-card__image {
    border-radius: 0 12px 12px 0;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-image--sm.platform-components-content-card__flex-direction-column--lg .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-image--sm.platform-components-content-card__flex-direction-column--lg .platform-components-content-card__image {
    border-radius: 12px 12px 0 0;
  }
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-image--sm.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-image--sm.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__image {
    border-radius: 12px 0 0 12px;
  }
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-image--sm.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-image--sm.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__image {
    border-radius: 12px 12px 0 0;
  }
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-image--sm.platform-components-content-card__flex-direction-row--sm .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-image--sm.platform-components-content-card__flex-direction-row--sm .platform-components-content-card__image {
    border-radius: 12px 0 0 12px;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-text--sm.platform-components-content-card__flex-direction-column--lg .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-text--sm.platform-components-content-card__flex-direction-column--lg .platform-components-content-card__image {
    border-radius: 0 0 12px 12px;
  }
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-text--sm.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-text--sm.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__image {
    border-radius: 0 12px 12px 0;
  }
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-text--sm.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-text--sm.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__image {
    border-radius: 0 0 12px 12px;
  }
  .platform-components-content-card__border-radius.image-contained-stretch.platform-components-content-card__flex-order-text--sm.platform-components-content-card__flex-direction-row--sm .platform-components-content-card__image,
  .platform-components-content-card__border-radius:not(.image-contained-padding):not(.image-background).platform-components-content-card__flex-order-text--sm.platform-components-content-card__flex-direction-row--sm .platform-components-content-card__image {
    border-radius: 0 12px 12px 0;
  }
}
.platform-components-content-card__center-alignment--lg {
  justify-content: center;
}
.platform-components-content-card__center-alignment--lg.platform-components-content-card__bottom-alignment--lg {
  --overlay-direction: to top;
}
.platform-components-content-card__center-alignment--lg.platform-components-content-card__top-alignment--lg {
  --overlay-direction: to bottom;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__center-alignment--lg.platform-components-content-card__bottom-alignment--md {
    --overlay-direction: to top;
  }
  .platform-components-content-card__center-alignment--lg.platform-components-content-card__top-alignment--md {
    --overlay-direction: to bottom;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__center-alignment--lg.platform-components-content-card__bottom-alignment--sm {
    --overlay-direction: to top;
  }
  .platform-components-content-card__center-alignment--lg.platform-components-content-card__top-alignment--sm {
    --overlay-direction: to bottom;
  }
}
.platform-components-content-card__left-alignment--lg {
  justify-content: flex-start;
}
.platform-components-content-card__left-alignment--lg.platform-components-content-card__bottom-alignment--lg {
  --overlay-direction: to top right;
}
.platform-components-content-card__left-alignment--lg.platform-components-content-card__middle-alignment--lg {
  --overlay-direction: to right;
}
.platform-components-content-card__left-alignment--lg.platform-components-content-card__top-alignment--lg {
  --overlay-direction: to bottom right;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__left-alignment--lg.platform-components-content-card__bottom-alignment--md {
    --overlay-direction: to top right;
  }
  .platform-components-content-card__left-alignment--lg.platform-components-content-card__middle-alignment--md {
    --overlay-direction: to right;
  }
  .platform-components-content-card__left-alignment--lg.platform-components-content-card__top-alignment--md {
    --overlay-direction: to bottom right;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__left-alignment--lg.platform-components-content-card__bottom-alignment--sm {
    --overlay-direction: to top right;
  }
  .platform-components-content-card__left-alignment--lg.platform-components-content-card__middle-alignment--sm {
    --overlay-direction: to right;
  }
  .platform-components-content-card__left-alignment--lg.platform-components-content-card__top-alignment--sm {
    --overlay-direction: to bottom right;
  }
}
.platform-components-content-card__right-alignment--lg {
  justify-content: flex-end;
}
.platform-components-content-card__right-alignment--lg.platform-components-content-card__bottom-alignment--lg {
  --overlay-direction: to top left;
}
.platform-components-content-card__right-alignment--lg.platform-components-content-card__middle-alignment--lg {
  --overlay-direction: to left;
}
.platform-components-content-card__right-alignment--lg.platform-components-content-card__top-alignment--lg {
  --overlay-direction: to bottom left;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__right-alignment--lg.platform-components-content-card__bottom-alignment--md {
    --overlay-direction: to top left;
  }
  .platform-components-content-card__right-alignment--lg.platform-components-content-card__middle-alignment--md {
    --overlay-direction: to left;
  }
  .platform-components-content-card__right-alignment--lg.platform-components-content-card__top-alignment--md {
    --overlay-direction: to bottom left;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__right-alignment--lg.platform-components-content-card__bottom-alignment--sm {
    --overlay-direction: to top left;
  }
  .platform-components-content-card__right-alignment--lg.platform-components-content-card__middle-alignment--sm {
    --overlay-direction: to left;
  }
  .platform-components-content-card__right-alignment--lg.platform-components-content-card__top-alignment--sm {
    --overlay-direction: to bottom left;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__center-alignment--md {
    justify-content: center;
  }
  .platform-components-content-card__center-alignment--md.platform-components-content-card__bottom-alignment--lg {
    --overlay-direction: to top;
  }
  .platform-components-content-card__center-alignment--md.platform-components-content-card__top-alignment--lg {
    --overlay-direction: to bottom;
  }
  .platform-components-content-card__center-alignment--md.platform-components-content-card__bottom-alignment--md {
    --overlay-direction: to top;
  }
  .platform-components-content-card__center-alignment--md.platform-components-content-card__top-alignment--md {
    --overlay-direction: to bottom;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__left-alignment--md {
    justify-content: flex-start;
  }
  .platform-components-content-card__left-alignment--md.platform-components-content-card__bottom-alignment--lg {
    --overlay-direction: to top right;
  }
  .platform-components-content-card__left-alignment--md.platform-components-content-card__top-alignment--lg {
    --overlay-direction: to bottom right;
  }
  .platform-components-content-card__left-alignment--md.platform-components-content-card__middle-alignment--lg {
    --overlay-direction: to right;
  }
  .platform-components-content-card__left-alignment--md.platform-components-content-card__bottom-alignment--md {
    --overlay-direction: to top right;
  }
  .platform-components-content-card__left-alignment--md.platform-components-content-card__middle-alignment--md {
    --overlay-direction: to right;
  }
  .platform-components-content-card__left-alignment--md.platform-components-content-card__top-alignment--md {
    --overlay-direction: to bottom right;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__right-alignment--md {
    justify-content: flex-end;
  }
  .platform-components-content-card__right-alignment--md.platform-components-content-card__bottom-alignment--lg {
    --overlay-direction: to top left;
  }
  .platform-components-content-card__right-alignment--md.platform-components-content-card__top-alignment--lg {
    --overlay-direction: to bottom left;
  }
  .platform-components-content-card__right-alignment--md.platform-components-content-card__middle-alignment--lg {
    --overlay-direction: to left;
  }
  .platform-components-content-card__right-alignment--md.platform-components-content-card__bottom-alignment--md {
    --overlay-direction: to top left;
  }
  .platform-components-content-card__right-alignment--md.platform-components-content-card__middle-alignment--md {
    --overlay-direction: to left;
  }
  .platform-components-content-card__right-alignment--md.platform-components-content-card__top-alignment--md {
    --overlay-direction: to bottom left;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__center-alignment--sm {
    justify-content: center;
  }
  .platform-components-content-card__center-alignment--sm.platform-components-content-card__bottom-alignment--lg {
    --overlay-direction: to top;
  }
  .platform-components-content-card__center-alignment--sm.platform-components-content-card__top-alignment--lg {
    --overlay-direction: to bottom;
  }
  .platform-components-content-card__center-alignment--sm.platform-components-content-card__bottom-alignment--sm {
    --overlay-direction: to top;
  }
  .platform-components-content-card__center-alignment--sm.platform-components-content-card__top-alignment--sm {
    --overlay-direction: to bottom;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__left-alignment--sm {
    justify-content: flex-start;
  }
  .platform-components-content-card__left-alignment--sm.platform-components-content-card__bottom-alignment--lg {
    --overlay-direction: to top right;
  }
  .platform-components-content-card__left-alignment--sm.platform-components-content-card__top-alignment--lg {
    --overlay-direction: to bottom right;
  }
  .platform-components-content-card__left-alignment--sm.platform-components-content-card__middle-alignment--lg {
    --overlay-direction: to right;
  }
  .platform-components-content-card__left-alignment--sm.platform-components-content-card__bottom-alignment--sm {
    --overlay-direction: to top right;
  }
  .platform-components-content-card__left-alignment--sm.platform-components-content-card__middle-alignment--sm {
    --overlay-direction: to right;
  }
  .platform-components-content-card__left-alignment--sm.platform-components-content-card__top-alignment--sm {
    --overlay-direction: to bottom right;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__right-alignment--sm {
    justify-content: flex-end;
  }
  .platform-components-content-card__right-alignment--sm.platform-components-content-card__bottom-alignment--lg {
    --overlay-direction: to top left;
  }
  .platform-components-content-card__right-alignment--sm.platform-components-content-card__middle-alignment--lg {
    --overlay-direction: to left;
  }
  .platform-components-content-card__right-alignment--sm.platform-components-content-card__top-alignment--lg {
    --overlay-direction: to bottom left;
  }
  .platform-components-content-card__right-alignment--sm.platform-components-content-card__bottom-alignment--sm {
    --overlay-direction: to top left;
  }
  .platform-components-content-card__right-alignment--sm.platform-components-content-card__middle-alignment--sm {
    --overlay-direction: to left;
  }
  .platform-components-content-card__right-alignment--sm.platform-components-content-card__top-alignment--sm {
    --overlay-direction: to bottom left;
  }
}
.platform-components-content-card__bottom-alignment--lg {
  align-items: flex-end;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__bottom-alignment--md {
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__bottom-alignment--sm {
    align-items: flex-end;
  }
}
.platform-components-content-card__middle-alignment--lg {
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__middle-alignment--md {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__middle-alignment--sm {
    align-items: center;
  }
}
.platform-components-content-card__top-alignment--lg {
  align-items: flex-start;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__top-alignment--md {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__top-alignment--sm {
    align-items: flex-start;
  }
}
.platform-components-content-card__space-alignment--lg .platform-components-content-card__content {
  flex-grow: 1;
}
.platform-components-content-card__space-alignment--lg .platform-components-content-card__content .platform-components-content-card__row-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.platform-components-content-card__center-text--lg {
  text-align: center;
}
.platform-components-content-card__center-text--lg .platform-components-content-card__button-container {
  justify-content: center;
}
.platform-components-content-card__center-text--lg .platform-components-content-card__button-container.flex-column .platform-components-content-card__button {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__center-text--md {
    text-align: center!important;
  }
  .platform-components-content-card__center-text--md .platform-components-content-card__button-container {
    justify-content: center!important;
  }
  .platform-components-content-card__center-text--md .platform-components-content-card__button-container.flex-column .platform-components-content-card__button {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__center-text--sm {
    text-align: center!important;
  }
  .platform-components-content-card__center-text--sm .platform-components-content-card__button-container {
    justify-content: center!important;
  }
  .platform-components-content-card__center-text--sm .platform-components-content-card__button-container.flex-column .platform-components-content-card__button {
    margin-left: auto;
    margin-right: auto;
  }
}
.platform-components-content-card__left-text--lg {
  text-align: left;
}
.platform-components-content-card__left-text--lg .platform-components-content-card__button-container {
  justify-content: flex-start;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__left-text--md {
    text-align: left!important;
  }
  .platform-components-content-card__left-text--md .platform-components-content-card__button-container {
    justify-content: flex-start !important;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__left-text--sm {
    text-align: left!important;
  }
  .platform-components-content-card__left-text--sm .platform-components-content-card__button-container {
    justify-content: flex-start !important;
  }
}
.platform-components-content-card__right-text--lg {
  text-align: right;
}
.platform-components-content-card__right-text--lg .platform-components-content-card__button-container {
  justify-content: flex-end;
}
.platform-components-content-card__right-text--lg .platform-components-content-card__button-container.flex-column .platform-components-content-card__button {
  margin-left: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__right-text--md {
    text-align: right!important;
  }
  .platform-components-content-card__right-text--md .platform-components-content-card__button-container {
    justify-content: flex-end !important;
  }
  .platform-components-content-card__right-text--md .platform-components-content-card__button-container.flex-column .platform-components-content-card__button {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__right-text--sm {
    text-align: right!important;
  }
  .platform-components-content-card__right-text--sm .platform-components-content-card__button-container {
    justify-content: flex-end !important;
  }
  .platform-components-content-card__right-text--sm .platform-components-content-card__button-container.flex-column .platform-components-content-card__button {
    margin-left: auto;
  }
}
.platform-components-content-card__flex-direction-row--lg {
  flex-direction: row;
  align-items: stretch;
}
.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__content {
  width: 100%;
}
.platform-components-content-card__flex-direction-row--lg.platform-components-content-card__center-alignment--lg .platform-components-content-card__content {
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__center-alignment--lg.platform-components-content-card__flex-direction-column--md {
    align-items: center;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__center-alignment--lg.platform-components-content-card__flex-direction-column--md .platform-components-content-card__content {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__center-alignment--lg.platform-components-content-card__flex-direction-column--sm {
    align-items: center;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__center-alignment--lg.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__content {
    align-items: center;
  }
}
.platform-components-content-card__flex-direction-row--lg.platform-components-content-card__right-alignment--lg .platform-components-content-card__content {
  align-items: flex-end;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__right-alignment--lg.platform-components-content-card__flex-direction-column--md {
    align-items: flex-end;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__right-alignment--lg.platform-components-content-card__flex-direction-column--md .platform-components-content-card__content {
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__right-alignment--lg.platform-components-content-card__flex-direction-column--sm {
    align-items: flex-end;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__right-alignment--lg.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__content {
    align-items: flex-end;
  }
}
.platform-components-content-card__flex-direction-row--lg.platform-components-content-card__left-alignment--lg .platform-components-content-card__content {
  align-items: flex-start;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__left-alignment--lg .platform-components-content-card__content.platform-components-content-card__flex-direction-column--md {
    align-items: flex-start;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__left-alignment--lg .platform-components-content-card__content.platform-components-content-card__flex-direction-column--md .platform-components-content-card__content {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__left-alignment--lg .platform-components-content-card__content.platform-components-content-card__flex-direction-column--sm {
    align-items: flex-start;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__left-alignment--lg .platform-components-content-card__content.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__content {
    align-items: flex-start;
  }
}
.platform-components-content-card__flex-direction-row--lg.platform-components-content-card__top-alignment--lg .platform-components-content-card__content {
  justify-content: flex-start;
}
.platform-components-content-card__flex-direction-row--lg.platform-components-content-card__middle-alignment--lg .platform-components-content-card__content {
  justify-content: center;
}
.platform-components-content-card__flex-direction-row--lg.platform-components-content-card__bottom-alignment--lg .platform-components-content-card__content {
  justify-content: flex-end;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__center-alignment--md .platform-components-content-card__content {
    align-items: center;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__right-alignment--md .platform-components-content-card__content {
    align-items: flex-end;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__left-alignment--md .platform-components-content-card__content {
    align-items: flex-start;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__top-alignment--md .platform-components-content-card__content {
    justify-content: flex-start;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__middle-alignment--md .platform-components-content-card__content {
    justify-content: center;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__bottom-alignment--md .platform-components-content-card__content {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__center-alignment--sm .platform-components-content-card__content {
    align-items: center;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__right-alignment--sm .platform-components-content-card__content {
    align-items: flex-end;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__left-alignment--sm .platform-components-content-card__content {
    align-items: flex-start;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__top-alignment--sm .platform-components-content-card__content {
    justify-content: flex-start;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__middle-alignment--sm .platform-components-content-card__content {
    justify-content: center;
  }
  .platform-components-content-card__flex-direction-row--lg.platform-components-content-card__bottom-alignment--sm .platform-components-content-card__content {
    justify-content: flex-end;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__flex-direction-row--md {
    flex-direction: row;
    align-items: stretch;
  }
  .platform-components-content-card__flex-direction-row--md .platform-components-content-card__content {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .platform-components-content-card__flex-direction-row--md.platform-components-content-card__center-alignment--md .platform-components-content-card__content {
    align-items: center;
  }
  .platform-components-content-card__flex-direction-row--md.platform-components-content-card__right-alignment--md .platform-components-content-card__content {
    align-items: flex-end;
  }
  .platform-components-content-card__flex-direction-row--md.platform-components-content-card__left-alignment--md .platform-components-content-card__content {
    align-items: flex-start;
  }
  .platform-components-content-card__flex-direction-row--md.platform-components-content-card__top-alignment--md .platform-components-content-card__content {
    justify-content: flex-start;
  }
  .platform-components-content-card__flex-direction-row--md.platform-components-content-card__middle-alignment--md .platform-components-content-card__content {
    justify-content: center;
  }
  .platform-components-content-card__flex-direction-row--md.platform-components-content-card__bottom-alignment--md .platform-components-content-card__content {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__flex-direction-row--sm {
    flex-direction: row;
    align-items: stretch;
  }
  .platform-components-content-card__flex-direction-row--sm .platform-components-content-card__content {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .platform-components-content-card__flex-direction-row--sm.platform-components-content-card__center-alignment--sm .platform-components-content-card__content {
    align-items: center;
  }
  .platform-components-content-card__flex-direction-row--sm.platform-components-content-card__right-alignment--sm .platform-components-content-card__content {
    align-items: flex-end;
  }
  .platform-components-content-card__flex-direction-row--sm.platform-components-content-card__left-alignment--sm .platform-components-content-card__content {
    align-items: flex-start;
  }
  .platform-components-content-card__flex-direction-row--sm.platform-components-content-card__top-alignment--sm .platform-components-content-card__content {
    justify-content: flex-start;
  }
  .platform-components-content-card__flex-direction-row--sm.platform-components-content-card__middle-alignment--sm .platform-components-content-card__content {
    justify-content: center;
  }
  .platform-components-content-card__flex-direction-row--sm.platform-components-content-card__bottom-alignment--sm .platform-components-content-card__content {
    justify-content: flex-end;
  }
}
.platform-components-content-card__flex-direction-column--lg {
  flex-direction: column;
}
.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__center-alignment--lg {
  align-items: center;
}
.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__center-alignment--lg .platform-components-content-card__content {
  align-items: center;
}
.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__right-alignment--lg {
  align-items: flex-end;
}
.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__right-alignment--lg .platform-components-content-card__content {
  align-items: flex-end;
}
.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__left-alignment--lg {
  align-items: flex-start;
}
.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__left-alignment--lg .platform-components-content-card__content {
  align-items: flex-start;
}
.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__top-alignment--lg {
  justify-content: flex-start;
}
.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__top-alignment--lg .platform-components-content-card__content {
  justify-content: flex-start;
}
.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__middle-alignment--lg {
  justify-content: center;
}
.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__middle-alignment--lg .platform-components-content-card__content {
  justify-content: center;
}
.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__bottom-alignment--lg {
  justify-content: flex-end;
}
.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__bottom-alignment--lg .platform-components-content-card__content {
  justify-content: flex-end;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__center-alignment--md {
    align-items: center;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__center-alignment--md .platform-components-content-card__content {
    align-items: center;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__right-alignment--md {
    align-items: flex-end;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__right-alignment--md .platform-components-content-card__content {
    align-items: flex-end;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__left-alignment--md {
    align-items: flex-start;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__left-alignment--md .platform-components-content-card__content {
    align-items: flex-start;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__top-alignment--md {
    justify-content: flex-start;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__top-alignment--md .platform-components-content-card__content {
    justify-content: flex-start;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__middle-alignment--md {
    justify-content: center;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__middle-alignment--md .platform-components-content-card__content {
    justify-content: center;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__bottom-alignment--md {
    justify-content: flex-end;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__bottom-alignment--md .platform-components-content-card__content {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__center-alignment--sm {
    align-items: center;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__center-alignment--sm .platform-components-content-card__content {
    align-items: center;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__right-alignment--sm {
    align-items: flex-end;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__right-alignment--sm .platform-components-content-card__content {
    align-items: flex-end;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__left-alignment--sm {
    align-items: flex-start;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__left-alignment--sm .platform-components-content-card__content {
    align-items: flex-start;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__top-alignment--sm {
    justify-content: flex-start;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__top-alignment--sm .platform-components-content-card__content {
    justify-content: flex-start;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__middle-alignment--sm {
    justify-content: center;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__middle-alignment--sm .platform-components-content-card__content {
    justify-content: center;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__bottom-alignment--sm {
    justify-content: flex-end;
  }
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__bottom-alignment--sm .platform-components-content-card__content {
    justify-content: flex-end;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__flex-direction-row--md {
    flex-direction: row;
    align-items: stretch;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__flex-direction-column--lg.platform-components-content-card__flex-direction-row--sm {
    flex-direction: row;
    align-items: stretch;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__flex-direction-column--md {
    flex-direction: column;
  }
  .platform-components-content-card__flex-direction-column--md.platform-components-content-card__center-alignment--md {
    align-items: center;
  }
  .platform-components-content-card__flex-direction-column--md.platform-components-content-card__center-alignment--md .platform-components-content-card__content {
    align-items: center;
  }
  .platform-components-content-card__flex-direction-column--md.platform-components-content-card__right-alignment--md {
    align-items: flex-end;
  }
  .platform-components-content-card__flex-direction-column--md.platform-components-content-card__right-alignment--md .platform-components-content-card__content {
    align-items: flex-end;
  }
  .platform-components-content-card__flex-direction-column--md.platform-components-content-card__left-alignment--md {
    align-items: flex-start;
  }
  .platform-components-content-card__flex-direction-column--md.platform-components-content-card__left-alignment--md .platform-components-content-card__content {
    align-items: flex-start;
  }
  .platform-components-content-card__flex-direction-column--md.platform-components-content-card__top-alignment--md {
    justify-content: flex-start;
  }
  .platform-components-content-card__flex-direction-column--md.platform-components-content-card__top-alignment--md .platform-components-content-card__content {
    justify-content: flex-start;
  }
  .platform-components-content-card__flex-direction-column--md.platform-components-content-card__middle-alignment--md {
    justify-content: center;
  }
  .platform-components-content-card__flex-direction-column--md.platform-components-content-card__middle-alignment--md .platform-components-content-card__content {
    justify-content: center;
  }
  .platform-components-content-card__flex-direction-column--md.platform-components-content-card__bottom-alignment--md {
    justify-content: flex-end;
  }
  .platform-components-content-card__flex-direction-column--md.platform-components-content-card__bottom-alignment--md .platform-components-content-card__content {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__flex-direction-column--sm {
    flex-direction: column;
  }
  .platform-components-content-card__flex-direction-column--sm.platform-components-content-card__center-alignment--sm {
    align-items: center;
  }
  .platform-components-content-card__flex-direction-column--sm.platform-components-content-card__center-alignment--sm .platform-components-content-card__content {
    align-items: center;
  }
  .platform-components-content-card__flex-direction-column--sm.platform-components-content-card__right-alignment--sm {
    align-items: flex-end;
  }
  .platform-components-content-card__flex-direction-column--sm.platform-components-content-card__right-alignment--sm .platform-components-content-card__content {
    align-items: flex-end;
  }
  .platform-components-content-card__flex-direction-column--sm.platform-components-content-card__left-alignment--sm {
    align-items: flex-start;
  }
  .platform-components-content-card__flex-direction-column--sm.platform-components-content-card__left-alignment--sm .platform-components-content-card__content {
    align-items: flex-start;
  }
  .platform-components-content-card__flex-direction-column--sm.platform-components-content-card__top-alignment--sm {
    justify-content: flex-start;
  }
  .platform-components-content-card__flex-direction-column--sm.platform-components-content-card__top-alignment--sm .platform-components-content-card__content {
    justify-content: flex-start;
  }
  .platform-components-content-card__flex-direction-column--sm.platform-components-content-card__middle-alignment--sm {
    justify-content: center;
  }
  .platform-components-content-card__flex-direction-column--sm.platform-components-content-card__middle-alignment--sm .platform-components-content-card__content {
    justify-content: center;
  }
  .platform-components-content-card__flex-direction-column--sm.platform-components-content-card__bottom-alignment--sm {
    justify-content: flex-end;
  }
  .platform-components-content-card__flex-direction-column--sm.platform-components-content-card__bottom-alignment--sm .platform-components-content-card__content {
    justify-content: flex-end;
  }
}
.platform-components-content-card__flex-order-image--lg .platform-components-content-card__image-container {
  order: 1;
}
.platform-components-content-card__flex-order-image--lg .platform-components-content-card__content {
  order: 2;
}
.platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__content.image-contained-padding {
  padding-left: 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-row--lg.platform-components-content-card__flex-order-text--md .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-right: 20px;
  }
  .platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-row--lg.platform-components-content-card__flex-order-text--md.platform-components-content-card__flex-direction-column--md .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-row--lg.platform-components-content-card__flex-order-text--sm .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-right: 20px;
  }
  .platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-row--lg.platform-components-content-card__flex-order-text--sm.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-bottom: 20px;
  }
}
.platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-column--lg .platform-components-content-card__content.image-contained-padding {
  padding-top: 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__flex-order-text--md .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-bottom: 20px;
  }
  .platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__flex-order-text--md.platform-components-content-card__flex-direction-row--md .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__flex-order-text--sm .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-bottom: 20px;
  }
  .platform-components-content-card__flex-order-image--lg.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__flex-order-text--sm.platform-components-content-card__flex-direction-row--sm .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-right: 20px;
  }
}
.platform-components-content-card__flex-order-text--lg .platform-components-content-card__image-container {
  order: 2;
}
.platform-components-content-card__flex-order-text--lg .platform-components-content-card__content {
  order: 1;
}
.platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-row--lg .platform-components-content-card__content.image-contained-padding {
  padding-right: 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-row--lg.platform-components-content-card__flex-order-image--md .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-left: 20px;
  }
  .platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-row--lg.platform-components-content-card__flex-order-image--md.platform-components-content-card__flex-direction-column--md .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-row--lg.platform-components-content-card__flex-order-image--sm .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-left: 20px;
  }
  .platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-row--lg.platform-components-content-card__flex-order-image--sm.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-top: 20px;
  }
}
.platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-column--lg .platform-components-content-card__content.image-contained-padding {
  padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__flex-order-image--md .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-top: 20px;
  }
  .platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__flex-order-image--md.platform-components-content-card__flex-direction-row--md .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__flex-order-image--sm .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-top: 20px;
  }
  .platform-components-content-card__flex-order-text--lg.platform-components-content-card__flex-direction-column--lg.platform-components-content-card__flex-order-image--sm.platform-components-content-card__flex-direction-row--sm .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__flex-order-image--md .platform-components-content-card__image-container {
    order: 1;
  }
  .platform-components-content-card__flex-order-image--md .platform-components-content-card__content {
    order: 2;
  }
  .platform-components-content-card__flex-order-image--md.platform-components-content-card__flex-direction-row--md .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-left: 20px;
  }
  .platform-components-content-card__flex-order-image--md.platform-components-content-card__flex-direction-column--md .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__flex-order-text--md .platform-components-content-card__image-container {
    order: 2;
  }
  .platform-components-content-card__flex-order-text--md .platform-components-content-card__content {
    order: 1;
  }
  .platform-components-content-card__flex-order-text--md.platform-components-content-card__flex-direction-row--md .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-right: 20px;
  }
  .platform-components-content-card__flex-order-text--md.platform-components-content-card__flex-direction-column--md .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__flex-order-image--sm .platform-components-content-card__image-container {
    order: 1;
  }
  .platform-components-content-card__flex-order-image--sm .platform-components-content-card__content {
    order: 2;
  }
  .platform-components-content-card__flex-order-image--sm.platform-components-content-card__flex-direction-row--sm .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-left: 20px;
  }
  .platform-components-content-card__flex-order-image--sm.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__flex-order-text--sm .platform-components-content-card__image-container {
    order: 2;
  }
  .platform-components-content-card__flex-order-text--sm .platform-components-content-card__content {
    order: 1;
  }
  .platform-components-content-card__flex-order-text--sm.platform-components-content-card__flex-direction-row--sm .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-right: 20px;
  }
  .platform-components-content-card__flex-order-text--sm.platform-components-content-card__flex-direction-column--sm .platform-components-content-card__content.image-contained-padding {
    padding: 0;
    padding-bottom: 20px;
  }
}
.platform-components-content-card__height-style-auto--lg {
  height: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__height-style-auto--md {
    height: auto;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__height-style-auto--sm {
    height: auto;
  }
}
.platform-components-content-card__height-style-vh--lg.h-100vh--lg {
  height: 100vh;
  min-height: 1080px;
}
.platform-components-content-card__height-style-vh--lg.h-75vh--lg {
  height: 75vh;
  min-height: calc(810px);
}
.platform-components-content-card__height-style-vh--lg.h-50vh--lg {
  height: 50vh;
  min-height: calc(540px);
}
.platform-components-content-card__height-style-vh--lg.h-66vh--lg {
  height: calc(66.66666667vh);
  min-height: calc(719.99928px);
}
.platform-components-content-card__height-style-vh--lg.h-33vh--lg {
  height: calc(33.33333333vh);
  min-height: calc(359.99964px);
}
.platform-components-content-card__height-style-vh--lg.h-25vh--lg {
  height: 25vh;
  min-height: calc(270px);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__height-style-vh--md.h-100vh--md {
    height: 100vh;
    min-height: 1080px;
  }
  .platform-components-content-card__height-style-vh--md.h-75vh--md {
    height: 75vh;
    min-height: calc(810px);
  }
  .platform-components-content-card__height-style-vh--md.h-66vh--md {
    height: calc(66.66666667vh);
    min-height: calc(719.99928px);
  }
  .platform-components-content-card__height-style-vh--md.h-50vh--md {
    height: 50vh;
    min-height: calc(540px);
  }
  .platform-components-content-card__height-style-vh--md.h-33vh--md {
    height: calc(33.33333333vh);
    min-height: calc(359.99964px);
  }
  .platform-components-content-card__height-style-vh--md.h-25vh--md {
    height: 25vh;
    min-height: calc(270px);
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__height-style-vh--sm.h-100vh--sm {
    height: 100vh;
    min-height: 1080px;
  }
  .platform-components-content-card__height-style-vh--sm.h-75vh--sm {
    height: 75vh;
    min-height: calc(810px);
  }
  .platform-components-content-card__height-style-vh--sm.h-66vh--sm {
    height: calc(66.66666667vh);
    min-height: calc(719.99928px);
  }
  .platform-components-content-card__height-style-vh--sm.h-50vh--sm {
    height: 50vh;
    min-height: calc(540px);
  }
  .platform-components-content-card__height-style-vh--sm.h-33vh--sm {
    height: calc(33.33333333vh);
    min-height: calc(359.99964px);
  }
  .platform-components-content-card__height-style-vh--sm.h-25vh--sm {
    height: 25vh;
    min-height: calc(270px);
  }
}
.platform-components-content-card__width-lg--auto {
  width: auto;
}
.platform-components-content-card__width-lg--small {
  width: calc(33.33333333%);
}
.platform-components-content-card__width-lg--medium {
  width: 50%;
}
.platform-components-content-card__width-lg--large {
  width: 75%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__width-md--auto {
    width: auto;
  }
  .platform-components-content-card__width-md--small {
    width: calc(33.33333333%);
  }
  .platform-components-content-card__width-md--medium {
    width: 50%;
  }
  .platform-components-content-card__width-md--large {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__width-sm--auto {
    width: auto;
  }
  .platform-components-content-card__width-sm--small {
    width: calc(33.33333333%);
  }
  .platform-components-content-card__width-sm--medium {
    width: 50%;
  }
  .platform-components-content-card__width-sm--large {
    width: 75%;
  }
}
.platform-components-content-card__gradient-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__gradient-overlay {
    background: linear-gradient(var(--overlay-direction--tablet), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__gradient-overlay {
    background: linear-gradient(var(--overlay-direction--mobile), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card__gradient-overlay--md {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--tablet), transparent var(--overlay-color-width--tablet));
  }
  .platform-components-content-card__gradient-overlay--md.radial-gradient-none--md {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--tablet), transparent var(--overlay-color-width--tablet));
  }
}
@media (max-width: 767px) {
  .platform-components-content-card__gradient-overlay--sm {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--mobile), transparent var(--overlay-color-width--mobile));
  }
  .platform-components-content-card__gradient-overlay--sm.radial-gradient-none--sm {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--mobile), transparent var(--overlay-color-width--mobile));
  }
}
.platform-components-content-card .radial-gradient--lg {
  background: radial-gradient(50% 50% at center, var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card .radial-gradient--md {
    background: radial-gradient(50% 50% at center, var(--overlay-color-1) var(--overlay-color-1-stop--tablet), transparent var(--overlay-color-width--tablet));
  }
}
@media (max-width: 767px) {
  .platform-components-content-card .radial-gradient--sm {
    background: radial-gradient(50% 50% at center, var(--overlay-color-1) var(--overlay-color-1-stop--mobile), transparent var(--overlay-color-width--mobile));
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .platform-components-content-card .radial-gradient-none--md {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
  }
  .platform-components-content-card .radial-gradient-none--md.platform-components-content-card__gradient-overlay--md {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--tablet), transparent var(--overlay-color-width--tablet));
  }
}
@media (max-width: 767px) {
  .platform-components-content-card .radial-gradient-none--sm {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop), transparent var(--overlay-color-width));
  }
  .platform-components-content-card .radial-gradient-none--sm.platform-components-content-card__gradient-overlay--sm {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color-1) var(--overlay-color-1-stop--mobile), transparent var(--overlay-color-width--mobile));
  }
}
.platform-components-content-card .pc-clickable,
.platform-components-content-card.pc-clickable {
  cursor: pointer;
}
.platform-components-content-card .pc-clickable .platform-components-content-card__image-container,
.platform-components-content-card.pc-clickable .platform-components-content-card__image-container {
  overflow: hidden;
}
.platform-components-content-card .platform-components-content-card__content {
  width: 100%;
}
.match-heights .contentCard {
  height: auto;
}
.match-heights .carousel-component__item,
.match-heights .carousel-component__item .contentCard,
.match-heights .platform-components-content-card.content-card--v2,
.match-heights .platform-components-content-card__container,
.match-heights .platform-components-container .contentCard,
.match-heights .carousel-component__item > .platform-components-container {
  height: 100%;
}
button.platform-components-content-card__button {
  background: transparent;
}
button.platform-components-content-card__button:hover {
  background: transparent;
}
.pc-add-to-cart.dn {
  display: none;
}
.pc-add-to-cart.button--loader:after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pc-add-to-cart.button--loader .button-text {
  display: none;
}
.aem-AuthorLayer-Edit .platform-components-content-card,
.aem-AuthorLayer-Layouting .platform-components-content-card,
.aem-AuthorLayer-Developer .platform-components-content-card,
.aem-AuthorLayer-Timewarp .platform-components-content-card,
.aem-AuthorLayer-Preview .platform-components-content-card,
.aem-AuthorLayer-Edit .platform-components-content-card__container,
.aem-AuthorLayer-Layouting .platform-components-content-card__container,
.aem-AuthorLayer-Developer .platform-components-content-card__container,
.aem-AuthorLayer-Timewarp .platform-components-content-card__container,
.aem-AuthorLayer-Preview .platform-components-content-card__container {
  min-height: 200px;
  max-height: 500px;
  overflow: hidden;
}
.aem-AuthorLayer-Edit .platform-components-content-card__content--animate .platform-components-content-card__preheader,
.aem-AuthorLayer-Layouting .platform-components-content-card__content--animate .platform-components-content-card__preheader,
.aem-AuthorLayer-Developer .platform-components-content-card__content--animate .platform-components-content-card__preheader,
.aem-AuthorLayer-Timewarp .platform-components-content-card__content--animate .platform-components-content-card__preheader,
.aem-AuthorLayer-Preview .platform-components-content-card__content--animate .platform-components-content-card__preheader,
.aem-AuthorLayer-Edit .platform-components-content-card__content--animate .platform-components-content-card__main-header,
.aem-AuthorLayer-Layouting .platform-components-content-card__content--animate .platform-components-content-card__main-header,
.aem-AuthorLayer-Developer .platform-components-content-card__content--animate .platform-components-content-card__main-header,
.aem-AuthorLayer-Timewarp .platform-components-content-card__content--animate .platform-components-content-card__main-header,
.aem-AuthorLayer-Preview .platform-components-content-card__content--animate .platform-components-content-card__main-header,
.aem-AuthorLayer-Edit .platform-components-content-card__content--animate .platform-components-content-card__subtitle,
.aem-AuthorLayer-Layouting .platform-components-content-card__content--animate .platform-components-content-card__subtitle,
.aem-AuthorLayer-Developer .platform-components-content-card__content--animate .platform-components-content-card__subtitle,
.aem-AuthorLayer-Timewarp .platform-components-content-card__content--animate .platform-components-content-card__subtitle,
.aem-AuthorLayer-Preview .platform-components-content-card__content--animate .platform-components-content-card__subtitle,
.aem-AuthorLayer-Edit .platform-components-content-card__content--animate .platform-components-content-card__body-copy,
.aem-AuthorLayer-Layouting .platform-components-content-card__content--animate .platform-components-content-card__body-copy,
.aem-AuthorLayer-Developer .platform-components-content-card__content--animate .platform-components-content-card__body-copy,
.aem-AuthorLayer-Timewarp .platform-components-content-card__content--animate .platform-components-content-card__body-copy,
.aem-AuthorLayer-Preview .platform-components-content-card__content--animate .platform-components-content-card__body-copy,
.aem-AuthorLayer-Edit .platform-components-content-card__content--animate .platform-components-content-card__button-container,
.aem-AuthorLayer-Layouting .platform-components-content-card__content--animate .platform-components-content-card__button-container,
.aem-AuthorLayer-Developer .platform-components-content-card__content--animate .platform-components-content-card__button-container,
.aem-AuthorLayer-Timewarp .platform-components-content-card__content--animate .platform-components-content-card__button-container,
.aem-AuthorLayer-Preview .platform-components-content-card__content--animate .platform-components-content-card__button-container {
  transform: translateY(0);
  opacity: 1;
}
.platform-components-content-card .theme-01-box-shadow {
  box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.25);
}
.platform-components-content-card__theme-02 {
  background-image: unset;
}
.platform-components-content-card__body-copy {
  text-transform: none;
}
.platform-components-content-card__preheader.header-one {
  font-weight: 800;
  text-transform: capitalize;
}
@media only screen and (min-width: 1024px) {
  .platform-components-content-card__preheader.header-one {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-content-card__preheader.header-one {
    font-size: 1.0625rem;
  }
}
.platform-components-content-card__preheader.header-two {
  font-weight: 700;
  text-transform: capitalize;
}
@media only screen and (min-width: 1024px) {
  .platform-components-content-card__preheader.header-two {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-content-card__preheader.header-two {
    font-size: 0.9375;
  }
}
.platform-components-content-card__main-header.header-one {
  font-family: GothamMedium;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .platform-components-content-card__main-header.header-one {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-content-card__main-header.header-one {
    font-size: 1.875rem;
  }
}
.platform-components-content-card__main-header.header-two {
  font-family: GothamMedium;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 28px;
  letter-spacing: 0rem;
}
@media only screen and (min-width: 1024px) {
  .platform-components-content-card__main-header.header-two {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-content-card__main-header.header-two {
    font-size: 1.125rem;
  }
}
.platform-components-content-card__main-header.header-three {
  font-family: GothamUltra;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0rem;
}
@media only screen and (min-width: 1024px) {
  .platform-components-content-card__main-header.header-three {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-content-card__main-header.header-three {
    font-size: 1.125rem;
  }
}
.platform-components-content-card__main-header.header-four {
  font-family: GothamBold;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 125%;
  letter-spacing: 2%;
}
@media only screen and (min-width: 1024px) {
  .platform-components-content-card__main-header.header-four {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-content-card__main-header.header-four {
    font-size: 1.75rem;
  }
}
.platform-components-content-card__main-header.header-five {
  font-family: GothamBold;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 28px;
  letter-spacing: 2%;
}
@media only screen and (min-width: 1024px) {
  .platform-components-content-card__main-header.header-five {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-content-card__main-header.header-five {
    font-size: 1.875rem;
  }
}
.platform-components-content-card__main-header.header-six {
  font-family: GothamBold;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 125%;
  letter-spacing: 3%;
}
@media only screen and (min-width: 1024px) {
  .platform-components-content-card__main-header.header-six {
    font-size: 0.85rem;
  }
}
@media only screen and (max-width: 767px) {
  .platform-components-content-card__main-header.header-six {
    font-size: 0.85rem;
  }
}

.breadcrumbs-container {
  background-color: #eeeeee;
}
.breadcrumbs-v2 {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.breadcrumbs-link-v2,
.breadcrumbs-list-item-v2 {
  transition: all .2s ease;
  display: inline-block;
  align-items: center;
}
.breadcrumbs-list-item-v2 a:active {
  outline: none !important;
  padding: 5px 0;
}
.breadcrumbs-link-v2 {
  padding: 5px 0;
  text-decoration: none;
}
.breadcrumbs-link-v2:hover {
  text-decoration: none;
}
@media (max-width: 36.875rem) {
  .breadcrumbs-list-item-v2 {
    display: none;
  }
}
.breadcrumbs-list-item-v2:after {
  margin-left: 0.3125rem;
  display: inline-block;
  content: "›";
}
.breadcrumbs-list-item-last-v2:after {
  display: none;
}
@media (max-width: 47.9375rem) {
  .breadcrumbs-list-item-parent-v2 {
    display: flex;
  }
  .breadcrumbs-list-item-parent-v2:after {
    display: none;
  }
  .breadcrumbs-list-item-parent-v2.cart-back-link:before {
    content: '';
  }
}
@media (max-width: 47.9375rem) and (min-width: 36.875rem) {
  .breadcrumbs-list-item-parent-v2:after {
    margin-left: 0.3125rem;
    display: inline-block;
    content: "›";
  }
}
@media (max-width: 47.9375rem) and (max-width: 36.875rem) {
  .breadcrumbs-list-item-parent-v2:before {
    display: inline-block;
    content: "‹";
    margin-right: .6875rem;
  }
}
.breadcrumbs-list-item-v2 .breadcrumbs-collapse-cta {
  display: none;
}
.breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2 {
  transition: all .3s ease;
}
.breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2:not(.collapse-item):not(.first-item):not(.last-item) {
  max-width: 0;
  overflow: hidden;
  height: 0;
}
.breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2:after {
  display: none;
}
.breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2 .breadcrumbs-collapse-cta {
  display: none;
}
.breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2.collapse-item {
  cursor: pointer;
}
.breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2.collapse-item .breadcrumbs-link-v2 {
  display: none;
}
@media (max-width: 47.9375rem) {
  .breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2.collapse-item .breadcrumbs-link-v2 {
    display: inline-block;
  }
}
.breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2.collapse-item .breadcrumbs-link-v2 span {
  flex-shrink: 0;
}
.breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2.collapse-item .breadcrumbs-collapse-cta {
  display: block;
  line-height: 1;
  cursor: pointer;
  padding: 6px 0;
  text-decoration: none;
}
@media (max-width: 47.9375rem) {
  .breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2.collapse-item .breadcrumbs-collapse-cta {
    display: none;
  }
}
.breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2.collapse-item .breadcrumbs-collapse-cta:before {
  pointer-events: none;
  margin-left: 1rem;
  display: inline-block;
  content: "›";
}
.breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2.collapse-item .breadcrumbs-collapse-cta:after {
  pointer-events: none;
  margin-right: 1rem;
  display: inline-block;
  content: "›";
}
.breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2.collapse-item .breadcrumbs-collapse-cta svg {
  fill: none;
  transition: all .3s ease;
  margin: 0 .8rem;
  width: 22px;
  height: 11px;
  display: inline-block;
}
.breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2.collapse-item .breadcrumbs-collapse-cta svg circle,
.breadcrumbs-collapse.active-collapse .breadcrumbs-list-item-v2.collapse-item .breadcrumbs-collapse-cta svg rect {
  transition: all .3s ease;
}
.breadcrumbV2 .breadcrumbs-v2,
.bc-container .breadcrumbs-v2 {
  max-width: unset;
  padding-left: unset;
  padding-right: unset;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1170px) {
  .breadcrumbV2 .breadcrumbs-v2,
  .bc-container .breadcrumbs-v2 {
    padding-left: unset;
    padding-right: unset;
  }
}
.breadcrumbV2 .breadcrumbs-link-v2,
.bc-container .breadcrumbs-link-v2,
.breadcrumbV2 .breadcrumbs-list-item-v2,
.bc-container .breadcrumbs-list-item-v2 {
  font-family: GothamBook;
  line-height: 125%;
  font-size: 0.85rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.063rem;
  color: #5d6267;
}
@media only screen and (min-width: 1024px) {
  .breadcrumbV2 .breadcrumbs-link-v2,
  .bc-container .breadcrumbs-link-v2,
  .breadcrumbV2 .breadcrumbs-list-item-v2,
  .bc-container .breadcrumbs-list-item-v2 {
    font-size: 0.85rem;
  }
}
.breadcrumbV2 .breadcrumbs-link-v2 .breadcrumbs-collapse-cta,
.bc-container .breadcrumbs-link-v2 .breadcrumbs-collapse-cta,
.breadcrumbV2 .breadcrumbs-list-item-v2 .breadcrumbs-collapse-cta,
.bc-container .breadcrumbs-list-item-v2 .breadcrumbs-collapse-cta {
  color: #5d6267;
}
.breadcrumbV2 .breadcrumbs-link-v2 .breadcrumbs-collapse-cta svg circle,
.bc-container .breadcrumbs-link-v2 .breadcrumbs-collapse-cta svg circle,
.breadcrumbV2 .breadcrumbs-list-item-v2 .breadcrumbs-collapse-cta svg circle,
.bc-container .breadcrumbs-list-item-v2 .breadcrumbs-collapse-cta svg circle {
  fill: #5d6267;
}
.breadcrumbV2 .breadcrumbs-link-v2 .breadcrumbs-collapse-cta svg rect,
.bc-container .breadcrumbs-link-v2 .breadcrumbs-collapse-cta svg rect,
.breadcrumbV2 .breadcrumbs-list-item-v2 .breadcrumbs-collapse-cta svg rect,
.bc-container .breadcrumbs-list-item-v2 .breadcrumbs-collapse-cta svg rect {
  stroke: #5d6267;
}
.breadcrumbV2 .breadcrumbs-link-v2 .breadcrumbs-collapse-cta:hover svg circle,
.bc-container .breadcrumbs-link-v2 .breadcrumbs-collapse-cta:hover svg circle,
.breadcrumbV2 .breadcrumbs-list-item-v2 .breadcrumbs-collapse-cta:hover svg circle,
.bc-container .breadcrumbs-list-item-v2 .breadcrumbs-collapse-cta:hover svg circle {
  fill: #5d6267;
}
.breadcrumbV2 .breadcrumbs-link-v2 .breadcrumbs-collapse-cta:hover svg rect,
.bc-container .breadcrumbs-link-v2 .breadcrumbs-collapse-cta:hover svg rect,
.breadcrumbV2 .breadcrumbs-list-item-v2 .breadcrumbs-collapse-cta:hover svg rect,
.bc-container .breadcrumbs-list-item-v2 .breadcrumbs-collapse-cta:hover svg rect {
  stroke: #5d6267;
}
.breadcrumbV2 .breadcrumbs-link-v2.breadcrumbs-list-item-last-v2,
.bc-container .breadcrumbs-link-v2.breadcrumbs-list-item-last-v2,
.breadcrumbV2 .breadcrumbs-list-item-v2.breadcrumbs-list-item-last-v2,
.bc-container .breadcrumbs-list-item-v2.breadcrumbs-list-item-last-v2 {
  font-family: 'GothamMedium';
  font-weight: 700;
  color: #127bc0;
  opacity: 100%;
}
.breadcrumbV2 .breadcrumbs-link-v2.breadcrumbs-list-item-last-v2:hover,
.bc-container .breadcrumbs-link-v2.breadcrumbs-list-item-last-v2:hover,
.breadcrumbV2 .breadcrumbs-list-item-v2.breadcrumbs-list-item-last-v2:hover,
.bc-container .breadcrumbs-list-item-v2.breadcrumbs-list-item-last-v2:hover {
  color: #127bc0;
}
.breadcrumbV2 .breadcrumbs-link-v2:hover,
.bc-container .breadcrumbs-link-v2:hover,
.breadcrumbV2 .breadcrumbs-list-item-v2:hover,
.bc-container .breadcrumbs-list-item-v2:hover {
  color: #5d6267;
}
.breadcrumbV2 .breadcrumbs-list-item-v2:before,
.bc-container .breadcrumbs-list-item-v2:before,
.breadcrumbV2 .breadcrumbs-list-item-v2:after,
.bc-container .breadcrumbs-list-item-v2:after {
  color: #5d6267;
}
.breadcrumbV2 .breadcrumbs-list-item-v2:after,
.bc-container .breadcrumbs-list-item-v2:after {
  margin-right: 10px;
}
.dpc-breadcrumb-short .breadcrumbs-list-item-v2 {
  display: none;
}
.dpc-breadcrumb-short .breadcrumbs-list-item-parent-v2 {
  display: flex;
}
.dpc-breadcrumb-short .breadcrumbs-list-item-parent-v2:before {
  display: inline-block;
  margin-right: .6875rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 0.875rem;
  color: inherit;
}
.dpc-breadcrumb-short .breadcrumbs-list-item-parent-v2:after {
  display: none;
}

.pc-vis-tabs {
  position: relative;
}
.pc-vis-tabs .cmp-tabs__tablist {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  justify-content: center;
}
.pc-vis-tabs .cmp-tabs__tab {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: end;
  cursor: pointer;
  height: inherit;
  outline: 0 !important;
  border: 0 !important;
  background: transparent !important;
  border: transparent;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}
.pc-vis-tabs .cmp-tabs__tab .tab-image {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
.pc-vis-tabs .cmp-tabs__tab .tab-image picture {
  width: 100%;
  height: 100%;
}
.pc-vis-tabs .cmp-tabs__tab .tab-image img {
  max-height: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.pc-vis-tabs .cmp-tabs__tab .tab-rollover-image,
.pc-vis-tabs .cmp-tabs__tab .tab-active-image {
  display: none;
}
.pc-vis-tabs .cmp-tabs__tab.flex-column .tab-image {
  margin-bottom: 10px;
}
.pc-vis-tabs .cmp-tabs__tab.flex-row .tab-image {
  margin-right: 5px;
}
.pc-vis-tabs .cmp-tabs__tab:hover {
  background: transparent !important;
  outline: 0 !important;
}
.pc-vis-tabs .cmp-tabs__tab:hover .tab-initial-image,
.pc-vis-tabs .cmp-tabs__tab:hover .tab-active-image {
  display: none;
}
.pc-vis-tabs .cmp-tabs__tab:not(.cmp-tabs__tab--active):hover .tab-rollover-image {
  display: block;
}
.pc-vis-tabs .cmp-tabs__tab:focus {
  outline: 0 !important;
}
.pc-vis-tabs .cmp-tabs__tab:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  transition: all 0.25s ease-in-out;
}
.pc-vis-tabs .cmp-tabs__tab:after {
  content: "";
  position: absolute;
  bottom: 0;
  transition: all 0.25s ease-in-out;
  z-index: 2;
}
.pc-vis-tabs .cmp-tabs__tab--active:focus {
  outline: 0 !important;
}
.pc-vis-tabs .cmp-tabs__tabpanel {
  display: none;
  outline: none;
}
.pc-vis-tabs .cmp-tabs__tabpanel--active {
  display: block;
}
@media (min-width: 768px) {
  .pc-vis-tabs .stack-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc-vis-tabs .cmp-tabs__tablist.hide-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc-vis-tabs .cmp-tabs__tabpanel.hide-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc-vis-tabs .cmp-tabs__tabpanel.mobile-show {
    display: block;
  }
}
.aem-AuthorLayer-Edit .pc-vis-tabs .stack-container,
.aem-AuthorLayer-Layouting .pc-vis-tabs .stack-container,
.aem-AuthorLayer-Developer .pc-vis-tabs .stack-container,
.aem-AuthorLayer-Timewarp .pc-vis-tabs .stack-container {
  display: block!important;
}
.aem-AuthorLayer-Edit .pc-vis-tabs .stack-container p,
.aem-AuthorLayer-Layouting .pc-vis-tabs .stack-container p,
.aem-AuthorLayer-Developer .pc-vis-tabs .stack-container p,
.aem-AuthorLayer-Timewarp .pc-vis-tabs .stack-container p {
  border: 1px solid #000;
  display: inline-block;
  font-weight: 800;
  padding: 5px 20px;
  background: #f1f1f1;
}
.pc-vis-tabs .cmp-tabs__tab {
  font-family: 'GothamMedium';
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 125%;
  text-transform: capitalize;
  letter-spacing: 2%;
  color: #5d6267;
  padding: 15px 15px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .pc-vis-tabs .cmp-tabs__tab {
    font-size: 1.125rem;
  }
}
.pc-vis-tabs .cmp-tabs__tab:before {
  bottom: 1px;
  height: 1px;
  background-color: #d9d9d9;
}
.pc-vis-tabs .cmp-tabs__tab:after {
  height: 3px;
  left: 50%;
  right: 50%;
  background-color: #5d6267;
  opacity: 1;
}
.pc-vis-tabs .cmp-tabs__tab:hover {
  color: #127bc0;
}
.pc-vis-tabs .cmp-tabs__tab:hover:before {
  background-color: #d9d9d9;
}
.pc-vis-tabs .cmp-tabs__tab:hover:after {
  background-color: #127bc0;
  height: 3px;
  left: 0;
  right: 0;
  opacity: 1;
}
.pc-vis-tabs .cmp-tabs__tab--active {
  color: #127bc0;
}
.pc-vis-tabs .cmp-tabs__tab--active:before {
  background-color: #d9d9d9;
}
.pc-vis-tabs .cmp-tabs__tab--active:after {
  background-color: #127bc0;
  height: 3px;
  left: 0;
  right: 0;
  opacity: 1;
}
.pc-vis-tabs .cmp-tabs__tab--active:hover {
  color: #127bc0;
}
.pc-vis-tabs .cmp-tabs__tab--active:hover:after {
  background-color: #127bc0;
}
.pc-vis-tabs .cmp-tabs__tab--active:hover .tab-active-image {
  display: block;
}
.pc-vis-tabs .cmp-tabs__tab--active .tab-rollover-image,
.pc-vis-tabs .cmp-tabs__tab--active .tab-initial-image {
  display: none;
}
.pc-vis-tabs .cmp-tabs__tab--active .tab-active-image {
  display: block;
}

.platform-components-image-flyout {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .platform-components-image-flyout {
    overflow: hidden;
  }
}
.platform-components-image-flyout .flyout-dynamic-sku-container:not:empty .flyout-cta {
  display: none;
}
.platform-components-image-flyout .flyout-dynamic-sku {
  display: none;
}
.platform-components-image-flyout .product-flyouts {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  z-index: 9;
  pointer-events: none;
}
.platform-components-image-flyout .product-flyouts .flyout-transform {
  position: relative;
  width: 100%;
  height: 100%;
  top: -50%;
  left: -50%;
  pointer-events: initial;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout {
  cursor: pointer;
  position: absolute;
  width: 80px;
  height: 80px;
  transform: rotate(-225deg);
  transition: 0.3s all cubic-bezier(1, 0.6, 0.2, 0);
}
@media (max-width: 767px) {
  .platform-components-image-flyout .product-flyouts .flyout-transform .flyout {
    transform: initial;
  }
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-info {
  visibility: hidden;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  position: relative;
  z-index: 9;
  background: transparent;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .circle svg {
  position: relative;
  width: 24.41px;
  height: 24.41px;
  z-index: 5;
  opacity: 0;
  transition: .3s all ease;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .circle svg:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .platform-components-image-flyout .product-flyouts .flyout-transform .flyout .circle svg:hover {
    opacity: 0;
  }
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .circle:before {
  content: "";
  position: absolute;
  border-radius: 100%;
  z-index: 2;
  width: 70%;
  height: 70%;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .circle:after {
  content: "";
  position: absolute;
  width: 24.41px;
  height: 24.41px;
  border-radius: 100%;
  z-index: 4;
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}
@keyframes pulse-ring {
  00% {
    transform: scale(0.33);
  }
  80%,
  100% {
    opacity: 0;
  }
}
@keyframes pulse-dot {
  00% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content {
  position: absolute;
  display: flex;
  width: 360px;
  z-index: 3;
  text-decoration: none;
  text-transform: initial;
  pointer-events: none;
  transform: scale(0.1);
  opacity: 0;
  transition: 0.3s all cubic-bezier(1, 0.6, 0.2, 0);
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img {
  position: relative;
  width: 130px;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img img {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img .flyout-color {
  position: absolute;
  display: flex;
  align-items: center;
  text-align: center;
  bottom: 10px;
  padding: 3px 5px;
  border-radius: 40px;
  z-index: 10;
  height: 24px;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img .flyout-color .color-circle {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  margin-right: 5px;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img .flyout-color .color-name {
  font-weight: 800;
  font-size: 8px;
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy {
  width: calc(100% - 130px);
  padding: 20px;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-name {
  line-height: 100%;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc {
  margin: 10px 0;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-cta {
  display: flex;
  align-items: center;
  line-height: 100%;
  padding: 0;
  background: transparent;
  border: none;
  height: initial;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-cta .icons-arrow-right {
  position: relative;
  margin-left: 4px;
  transition: all .3s ease;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content:hover .flyout-cta .icons-arrow-right {
  margin-left: 7px;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content:focus {
  padding: 0;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content:active {
  outline: none!important;
  padding: 0;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content.hide-image .flyout-img {
  display: none;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content.hide-image .flyout-copy {
  width: 100%;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout.active {
  z-index: 10;
  transform: rotate(0deg);
  transition: 0.6s all cubic-bezier(0, 1, 0.9, 1);
}
@media (max-width: 767px) {
  .platform-components-image-flyout .product-flyouts .flyout-transform .flyout.active {
    transform: initial;
  }
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout.active .circle svg {
  opacity: 1;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout.active .flyout-content {
  pointer-events: none;
  transform: scale(1);
  opacity: 1;
  transition: 0.6s all cubic-bezier(0, 1, 0.9, 1);
  pointer-events: initial;
}
@media (max-width: 767px) {
  .platform-components-image-flyout .product-flyouts .flyout-transform .flyout.active .flyout-content {
    transform: initial;
  }
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout.active .flyout-info {
  visibility: visible;
}
@media (max-width: 767px) {
  .platform-components-image-flyout .product-flyouts .flyout-transform .flyout.active .flyout-info {
    display: none;
  }
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout.flyout-top-left .flyout-content {
  top: 40px;
  left: 40px;
  transform-origin: top left;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout.flyout-top-right .flyout-content {
  top: 40px;
  right: 40px;
  transform-origin: top right;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout.flyout-bottom-left .flyout-content {
  bottom: 40px;
  left: 40px;
  transform-origin: bottom left;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout.flyout-bottom-right .flyout-content {
  bottom: 40px;
  right: 40px;
  transform-origin: bottom right;
}
.platform-components-image-flyout .flyout-cover {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.platform-components-image-flyout .flyout-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.platform-components-image-flyout .mobile-pc-image-flyout {
  display: none;
}
@media (max-width: 767px) {
  .platform-components-image-flyout .mobile-pc-image-flyout {
    display: flex;
    position: fixed;
    width: 100vw;
    height: 100vh;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 10000000000;
    transition-delay: .2s;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout .flyout-bg {
    background: rgba(141, 141, 141, 0.65);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.2s all ease-in;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout .flyout-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 20px);
    text-align: center;
    transform: translate(0, 100%);
    transition: 0.2s all ease-in;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout .flyout-content .flyout-movement {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 20px;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout .flyout-content .flyout-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout .flyout-content .flyout-close svg {
    width: 31px;
    height: 31px;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout .flyout-content .flyout-handle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    display: none;
    align-items: center;
    justify-content: center;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout .flyout-content .flyout-handle svg {
    width: 31px;
    height: 4px;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout .flyout-content .flyout-img {
    width: 100%;
    height: 170px;
    margin: 20px 0;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout .flyout-content .flyout-img .flyout-color {
    display: none;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout .flyout-content .flyout-img img {
    object-fit: contain;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc {
    margin: 10px 0 20px;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout .flyout-content .flyout-cta {
    width: 100%;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout .flyout-content .flyout-cta[href=""] {
    display: none;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout .flyout-content .flyout-cta[href=""].pc-add-to-cart-btn {
    display: flex;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout.mobile .flyout-handle {
    display: flex;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout.mobile .flyout-close {
    display: none;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout.flyout-active {
    opacity: 1;
    pointer-events: initial;
    transition-delay: 00s;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout.flyout-active .flyout-bg {
    opacity: 1;
  }
  .platform-components-image-flyout .mobile-pc-image-flyout.flyout-active .flyout-content {
    transform: translate(0, 0%);
  }
}
.platform-components-image-flyout .flyout-desc p {
  font-size: inherit;
  line-height: inherit;
}
.platform-components-image-flyout .flyout-desc ul,
.platform-components-image-flyout .flyout-desc ol {
  padding-inline-start: 15px;
  text-align: left;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content {
  border-radius: 0;
}
.platform-components-image-flyout .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.platform-components-image-flyout .color-name {
  font-family: GothamBold;
}
.platform-components-image-flyout .flyout-name {
  font-family: GothamBold;
  font-weight: 700;
  font-size: 1.875rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .platform-components-image-flyout .flyout-name {
    font-size: 1.875rem;
  }
}
.platform-components-image-flyout .flyout-desc {
  font-size: 1.125rem;
  letter-spacing: 2%;
  line-height: 125%;
  font-weight: 400;
}
.platform-components-image-flyout .flyout-cta {
  font-family: 'GothamMedium';
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .platform-components-image-flyout .flyout-cta {
    font-size: 1.125rem;
  }
}
.platform-components-image-flyout .flyout-cta .icons-arrow-right {
  font-size: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .platform-components-image-flyout .flyout-cta .icons-arrow-right {
    font-size: 1.25rem;
  }
}
.platform-components-image-flyout.theme-01 .product-flyouts .flyout-transform .flyout .circle svg path {
  stroke: #000000;
}
.platform-components-image-flyout.theme-01 .product-flyouts .flyout-transform .flyout .circle:before {
  background: rgba(255, 255, 255, 0.35);
  border: 1.01719px solid #ffffff;
}
.platform-components-image-flyout.theme-01 .product-flyouts .flyout-transform .flyout .circle:after {
  background: #ffffff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.platform-components-image-flyout.theme-01 .product-flyouts .flyout-transform .flyout .flyout-content {
  background: #ffffff;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.45));
}
.platform-components-image-flyout.theme-01 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img {
  background: #ffffff;
}
.platform-components-image-flyout.theme-01 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img .flyout-color {
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.platform-components-image-flyout.theme-01 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img .flyout-color .color-name {
  color: #127bc0;
  text-shadow: 0px 0px 21px rgba(0, 0, 0, 0.13);
}
.platform-components-image-flyout.theme-01 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-name {
  color: #5d6267;
}
.platform-components-image-flyout.theme-01 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc,
.platform-components-image-flyout.theme-01 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc p,
.platform-components-image-flyout.theme-01 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc ul,
.platform-components-image-flyout.theme-01 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc ol,
.platform-components-image-flyout.theme-01 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc li {
  color: #127bc0;
}
.platform-components-image-flyout.theme-01 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-cta {
  color: #000000;
  text-shadow: 0px 0px 21px rgba(0, 0, 0, 0.13);
}
@media (max-width: 767px) {
  .platform-components-image-flyout.theme-01 .mobile-pc-image-flyout .flyout-content .flyout-movement {
    background: #ffffff;
  }
  .platform-components-image-flyout.theme-01 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-name {
    color: #5d6267;
  }
  .platform-components-image-flyout.theme-01 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc,
  .platform-components-image-flyout.theme-01 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc p,
  .platform-components-image-flyout.theme-01 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc ul,
  .platform-components-image-flyout.theme-01 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc ol,
  .platform-components-image-flyout.theme-01 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc li {
    color: #127bc0;
  }
  .platform-components-image-flyout.theme-01 .mobile-pc-image-flyout .flyout-content .flyout-close svg path {
    stroke: #000000;
  }
}
.platform-components-image-flyout.theme-02 .product-flyouts .flyout-transform .flyout .circle svg path {
  stroke: #000000;
}
.platform-components-image-flyout.theme-02 .product-flyouts .flyout-transform .flyout .circle:before {
  background: rgba(0, 0, 0, 0.35);
  border: 1.01719px solid #f9f9f9;
}
.platform-components-image-flyout.theme-02 .product-flyouts .flyout-transform .flyout .circle:after {
  background: #f9f9f9;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}
.platform-components-image-flyout.theme-02 .product-flyouts .flyout-transform .flyout .flyout-content {
  background: #f9f9f9;
  filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.45));
}
.platform-components-image-flyout.theme-02 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img {
  background: #f9f9f9;
}
.platform-components-image-flyout.theme-02 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img .flyout-color {
  background: #f9f9f9;
  box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.25);
}
.platform-components-image-flyout.theme-02 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img .flyout-color .color-name {
  color: #127bc0;
  text-shadow: 0px 0px 21px rgba(255, 255, 255, 0.13);
}
.platform-components-image-flyout.theme-02 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-name {
  color: #5d6267;
}
.platform-components-image-flyout.theme-02 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc,
.platform-components-image-flyout.theme-02 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc p,
.platform-components-image-flyout.theme-02 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc ul,
.platform-components-image-flyout.theme-02 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc ol,
.platform-components-image-flyout.theme-02 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc li {
  color: #127bc0;
}
.platform-components-image-flyout.theme-02 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-cta {
  color: #000000;
  text-shadow: 0px 0px 21px rgba(255, 255, 255, 0.13);
}
@media (max-width: 767px) {
  .platform-components-image-flyout.theme-02 .mobile-pc-image-flyout .flyout-content .flyout-movement {
    background: #f9f9f9;
  }
  .platform-components-image-flyout.theme-02 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-name {
    color: #5d6267;
  }
  .platform-components-image-flyout.theme-02 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc,
  .platform-components-image-flyout.theme-02 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc p,
  .platform-components-image-flyout.theme-02 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc ul,
  .platform-components-image-flyout.theme-02 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc ol,
  .platform-components-image-flyout.theme-02 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc li {
    color: #127bc0;
  }
  .platform-components-image-flyout.theme-02 .mobile-pc-image-flyout .flyout-content .flyout-close svg path {
    stroke: #000000;
  }
}
.platform-components-image-flyout.theme-03 .product-flyouts .flyout-transform .flyout .circle svg path {
  stroke: #127bc0;
}
.platform-components-image-flyout.theme-03 .product-flyouts .flyout-transform .flyout .circle:before {
  background: unset;
  border: 1.01719px solid #f9f9f9;
}
.platform-components-image-flyout.theme-03 .product-flyouts .flyout-transform .flyout .circle:after {
  background: #f9f9f9;
  box-shadow: unset;
}
.platform-components-image-flyout.theme-03 .product-flyouts .flyout-transform .flyout .flyout-content {
  background: #f9f9f9;
  filter: unset;
}
.platform-components-image-flyout.theme-03 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img {
  background: #f9f9f9;
}
.platform-components-image-flyout.theme-03 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img .flyout-color {
  background: #f9f9f9;
  box-shadow: unset;
}
.platform-components-image-flyout.theme-03 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img .flyout-color .color-name {
  color: #127bc0;
  text-shadow: unset;
}
.platform-components-image-flyout.theme-03 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-name {
  color: #5d6267;
}
.platform-components-image-flyout.theme-03 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc,
.platform-components-image-flyout.theme-03 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc p,
.platform-components-image-flyout.theme-03 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc ul,
.platform-components-image-flyout.theme-03 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc ol,
.platform-components-image-flyout.theme-03 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc li {
  color: unset;
}
.platform-components-image-flyout.theme-03 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-cta {
  color: #127bc0;
  text-shadow: unset;
}
@media (max-width: 767px) {
  .platform-components-image-flyout.theme-03 .mobile-pc-image-flyout .flyout-content .flyout-movement {
    background: #f9f9f9;
  }
  .platform-components-image-flyout.theme-03 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-name {
    color: #5d6267;
  }
  .platform-components-image-flyout.theme-03 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc,
  .platform-components-image-flyout.theme-03 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc p,
  .platform-components-image-flyout.theme-03 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc ul,
  .platform-components-image-flyout.theme-03 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc ol,
  .platform-components-image-flyout.theme-03 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc li {
    color: unset;
  }
  .platform-components-image-flyout.theme-03 .mobile-pc-image-flyout .flyout-content .flyout-close svg path {
    stroke: #127bc0;
  }
}
.platform-components-image-flyout.theme-04 .product-flyouts .flyout-transform .flyout .circle svg path {
  stroke: #000000;
}
.platform-components-image-flyout.theme-04 .product-flyouts .flyout-transform .flyout .circle:before {
  background: unset;
  border: 1.01719px solid #f9f9f9;
}
.platform-components-image-flyout.theme-04 .product-flyouts .flyout-transform .flyout .circle:after {
  background: #f9f9f9;
  box-shadow: unset;
}
.platform-components-image-flyout.theme-04 .product-flyouts .flyout-transform .flyout .flyout-content {
  background: #f9f9f9;
  filter: unset;
}
.platform-components-image-flyout.theme-04 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img {
  background: #f9f9f9;
}
.platform-components-image-flyout.theme-04 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img .flyout-color {
  background: #f9f9f9;
  box-shadow: unset;
}
.platform-components-image-flyout.theme-04 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-img .flyout-color .color-name {
  color: #127bc0;
  text-shadow: unset;
}
.platform-components-image-flyout.theme-04 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-name {
  color: #5d6267;
}
.platform-components-image-flyout.theme-04 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc,
.platform-components-image-flyout.theme-04 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc p,
.platform-components-image-flyout.theme-04 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc ul,
.platform-components-image-flyout.theme-04 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc ol,
.platform-components-image-flyout.theme-04 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-desc li {
  color: unset;
}
.platform-components-image-flyout.theme-04 .product-flyouts .flyout-transform .flyout .flyout-content .flyout-copy .flyout-cta {
  color: #000000;
  text-shadow: unset;
}
@media (max-width: 767px) {
  .platform-components-image-flyout.theme-04 .mobile-pc-image-flyout .flyout-content .flyout-movement {
    background: #f9f9f9;
  }
  .platform-components-image-flyout.theme-04 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-name {
    color: #5d6267;
  }
  .platform-components-image-flyout.theme-04 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc,
  .platform-components-image-flyout.theme-04 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc p,
  .platform-components-image-flyout.theme-04 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc ul,
  .platform-components-image-flyout.theme-04 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc ol,
  .platform-components-image-flyout.theme-04 .mobile-pc-image-flyout .flyout-content .flyout-copy .flyout-desc li {
    color: unset;
  }
  .platform-components-image-flyout.theme-04 .mobile-pc-image-flyout .flyout-content .flyout-close svg path {
    stroke: #000000;
  }
}
html.pc-flyout-active {
  overflow-y: hidden;
}

html.pc-no-scroll,
body.pc-no-scroll {
  overflow: hidden;
  position: relative;
}
.platform-components-modal__overlay {
  position: fixed;
  z-index: 2000000002;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  transition: 200ms ease-in-out;
  display: none;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.platform-components-modal__overlay.active {
  display: flex !important;
}
.platform-components-modal__close.with-text .icons-close {
  font-size: 1.5rem;
}
.platform-components-modal__close.icon-only {
  line-height: 1;
}
.platform-components-modal__close-primary.icon-only {
  padding: 10px !important;
  width: 40px !important;
  height: 40px !important;
  font-size: 45px;
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__close-primary.icon-only {
    width: 35px !important;
    height: 35px !important;
    font-size: 35px;
  }
}
.platform-components-modal__close-secondary.icon-only {
  padding: 10px !important;
  width: 40px !important;
  height: 40px !important;
  font-size: 45px;
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__close-secondary.icon-only {
    width: 35px !important;
    height: 35px !important;
    font-size: 35px;
  }
}
.platform-components-modal__close-tertiary.icon-only {
  padding: 0 !important;
  width: 40px !important;
  height: 40px !important;
  font-size: 45px;
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__close-tertiary.icon-only {
    width: 35px !important;
    height: 35px !important;
    font-size: 35px;
  }
}
.platform-components-modal__container {
  position: relative;
  margin: auto;
}
.platform-components-modal__container-fullscreen:after {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .platform-components-modal__container-large {
    width: 85vw;
  }
}
@media (min-width: 768px) {
  .platform-components-modal__container-large {
    width: 90vw;
  }
}
@media (max-width: 767px) {
  .platform-components-modal__container-medium {
    width: 85vw;
  }
}
@media (min-width: 768px) {
  .platform-components-modal__container-medium {
    width: 70vw;
  }
}
@media (max-width: 767px) {
  .platform-components-modal__container-small {
    width: 85vw;
  }
}
@media (min-width: 768px) {
  .platform-components-modal__container-small {
    width: 435px;
  }
}
.platform-components-modal__container > .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.platform-components-modal__container-fullscreen > .container {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .platform-components-modal__container-fullscreen > .container {
    width: auto;
    max-width: 85vw;
  }
}
@media (min-width: 768px) {
  .platform-components-modal__container-fullscreen > .container {
    width: auto;
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .platform-components-modal__container-fullscreen > .container {
    width: auto;
    max-width: 970px;
  }
}
@media (min-width: 1440px) {
  .platform-components-modal__container-fullscreen > .container {
    width: auto;
    max-width: 1200px;
  }
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter {
  max-width: 1400px;
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  width: fit-content;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close.with-text {
    height: 35px !important;
  }
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-primary {
  transform: translate(18%, -50%);
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-secondary.with-text {
  transform: translate(0%, -120%);
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-secondary.with-text {
    transform: translate(0%, -120%);
  }
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-secondary.icon-only {
  transform: translate(0%, -120%);
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-secondary.icon-only {
    transform: translate(0%, -120%);
  }
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-tertiary.with-text {
  transform: translate(0%, -100%);
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-tertiary.with-text {
    transform: translate(0%, -100%);
  }
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-tertiary.icon-only {
  transform: translate(40px, -10px);
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-tertiary.icon-only {
    transform: translate(30px, -5px);
  }
}
.platform-components-modal__pb .platform-components-modal__container.pinnedTop .platform-components-modal__close-primary {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .platform-components-modal__pb .platform-components-modal__container.pinnedTop .platform-components-modal__close {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    z-index: 100;
  }
}
@media (min-width: 768px) {
  .platform-components-modal__pb .platform-components-modal__container.pinnedTop .platform-components-modal__close {
    position: fixed;
    top: 2.5rem;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: fit-content;
    z-index: 100;
  }
}
.platform-components-modal__pb .platform-components-modal__container-fullscreen {
  height: 100%;
}
.platform-components-modal__pb .platform-components-modal__container-fullscreen.pinnedTop,
.platform-components-modal__pb .platform-components-modal__container-fullscreen.fixedCenter {
  position: unset;
  margin-top: 0;
  margin-bottom: 0;
}
.platform-components-modal__pb .platform-components-modal__container-fullscreen.pinnedTop .platform-components-modal__close-primary,
.platform-components-modal__pb .platform-components-modal__container-fullscreen.fixedCenter .platform-components-modal__close-primary {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .platform-components-modal__pb .platform-components-modal__container-fullscreen.pinnedTop .platform-components-modal__close,
  .platform-components-modal__pb .platform-components-modal__container-fullscreen.fixedCenter .platform-components-modal__close {
    position: fixed;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
  }
}
@media (min-width: 768px) {
  .platform-components-modal__pb .platform-components-modal__container-fullscreen.pinnedTop .platform-components-modal__close,
  .platform-components-modal__pb .platform-components-modal__container-fullscreen.fixedCenter .platform-components-modal__close {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
  }
}
.platform-components-modal__pb .platform-components-modal__container-fullscreen.fixedCenter .container {
  top: 50%;
  transform: translateY(-50%);
}
.platform-components-modal__editor {
  position: relative;
}
.platform-components-modal__editor:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  width: 100vw !important;
  height: 100%;
  top: 0;
}
.platform-components-modal__editor .platform-components-modal__container-fullscreen:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 0;
  z-index: 0;
}
.platform-components-modal__editor .platform-components-modal__container-large {
  left: 50% !important;
  right: 50% !important;
  margin-left: -45vw !important;
  margin-right: -45vw !important;
}
.platform-components-modal__editor .platform-components-modal__container-medium {
  left: 50% !important;
  right: 50% !important;
  margin-left: -35vw !important;
  margin-right: -35vw !important;
}
.platform-components-modal .video {
  float: none;
}
.platform-components-modal__overlay {
  background-color: #000000;
}
.platform-components-modal__close {
  /* resets */
  background-color: unset;
  border: unset;
  /* common style */
  font-family: 'GothamMedium';
  font-weight: 700;
  line-height: 125%;
  font-size: 1rem;
  text-transform: capitalize;
  letter-spacing: 2%;
  padding: 10px 25px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: auto !important;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.platform-components-modal__close:hover,
.platform-components-modal__close:active,
.platform-components-modal__close:focus {
  /* resets */
  background-color: unset;
  border: unset;
  text-decoration: none;
  padding: 10px 25px;
  outline: none !important;
}
.platform-components-modal__close.icon-only .icons-close {
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.platform-components-modal__close-primary {
  background-color: #127bc0;
  color: #ffffff;
  transition: background-color 200ms ease-out, color 200ms ease-out;
}
.platform-components-modal__close-primary:hover,
.platform-components-modal__close-primary:active,
.platform-components-modal__close-primary:focus {
  background-color: #163d64;
  color: #ffffff;
}
.platform-components-modal__close-secondary {
  background-color: transparent;
  color: #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff;
  transition: background-color 200ms ease-out, color 200ms ease-out, box-shadow 200ms ease-out;
}
.platform-components-modal__close-secondary:hover,
.platform-components-modal__close-secondary:active,
.platform-components-modal__close-secondary:focus {
  background-color: #ffffff;
  color: #127bc0;
  box-shadow: inset 0 0 0 1px #ffffff;
}
.platform-components-modal__close-tertiary {
  padding: 10px 0;
  color: #ffffff;
  transition: color 200ms ease-out;
}
.platform-components-modal__close-tertiary:hover,
.platform-components-modal__close-tertiary:active,
.platform-components-modal__close-tertiary:focus {
  color: #767e84;
}
.platform-components-modal a:focus {
  outline: 1px solid #5d6267 !important;
}
html.pc-no-scroll,
body.pc-no-scroll {
  overflow: hidden;
  position: relative;
}
.platform-components-modal__overlay {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: 200ms ease-in-out;
}
.platform-components-modal__overlay.active {
  opacity: 1;
  visibility: visible;
}
.platform-components-modal__close.with-text .icons-close {
  font-size: 1.5rem;
}
.platform-components-modal__close.icon-only {
  line-height: 1;
}
.platform-components-modal__close-primary.icon-only {
  padding: 10px !important;
  width: 40px !important;
  height: 40px !important;
  font-size: 45px;
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__close-primary.icon-only {
    width: 35px !important;
    height: 35px !important;
    font-size: 35px;
  }
}
.platform-components-modal__close-secondary.icon-only {
  padding: 10px !important;
  width: 40px !important;
  height: 40px !important;
  font-size: 45px;
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__close-secondary.icon-only {
    width: 35px !important;
    height: 35px !important;
    font-size: 35px;
  }
}
.platform-components-modal__close-tertiary.icon-only {
  padding: 0 !important;
  width: 40px !important;
  height: 40px !important;
  font-size: 45px;
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__close-tertiary.icon-only {
    width: 35px !important;
    height: 35px !important;
    font-size: 35px;
  }
}
.platform-components-modal__container {
  position: relative;
  margin: auto;
}
.platform-components-modal__container-fullscreen:after {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .platform-components-modal__container-large {
    width: 85vw;
  }
}
@media (min-width: 769px) {
  .platform-components-modal__container-large {
    width: 90vw;
  }
}
@media (max-width: 768px) {
  .platform-components-modal__container-medium {
    width: 85vw;
  }
}
@media (min-width: 769px) {
  .platform-components-modal__container-medium {
    width: 70vw;
  }
}
@media (max-width: 768px) {
  .platform-components-modal__container-small {
    width: 85vw;
  }
}
@media (min-width: 769px) {
  .platform-components-modal__container-small {
    width: 435px;
  }
}
.platform-components-modal__container > .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.platform-components-modal__container-fullscreen > .container {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .platform-components-modal__container-fullscreen > .container {
    width: auto;
    max-width: 85vw;
  }
}
@media (min-width: 769px) {
  .platform-components-modal__container-fullscreen > .container {
    width: auto;
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .platform-components-modal__container-fullscreen > .container {
    width: auto;
    max-width: 970px;
  }
}
@media (min-width: 1440px) {
  .platform-components-modal__container-fullscreen > .container {
    width: auto;
    max-width: 1200px;
  }
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1400px;
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: fit-content;
  z-index: 100;
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-primary {
  transform: translate(18%, -50%);
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-secondary.with-text {
  transform: translate(0%, -120%);
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-secondary.with-text {
    transform: translate(0%, -120%);
  }
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-secondary.icon-only {
  transform: translate(0%, -120%);
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-secondary.icon-only {
    transform: translate(0%, -120%);
  }
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-tertiary.with-text {
  transform: translate(0%, -100%);
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-tertiary.with-text {
    transform: translate(0%, -100%);
  }
}
.platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-tertiary.icon-only {
  transform: translate(40px, -10px);
}
@media only screen and (max-width: 767px) {
  .platform-components-modal__pb .platform-components-modal__container.fixedCenter .platform-components-modal__close-tertiary.icon-only {
    transform: translate(30px, -5px);
  }
}
@media (max-width: 768px) {
  .platform-components-modal__pb .platform-components-modal__container.pinnedTop {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 769px) {
  .platform-components-modal__pb .platform-components-modal__container.pinnedTop {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.platform-components-modal__pb .platform-components-modal__container.pinnedTop .platform-components-modal__close-primary {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .platform-components-modal__pb .platform-components-modal__container.pinnedTop .platform-components-modal__close {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    z-index: 100;
  }
}
@media (min-width: 769px) {
  .platform-components-modal__pb .platform-components-modal__container.pinnedTop .platform-components-modal__close {
    position: fixed;
    top: 2.5rem;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: fit-content;
    z-index: 100;
  }
}
.platform-components-modal__pb .platform-components-modal__container-fullscreen.pinnedTop,
.platform-components-modal__pb .platform-components-modal__container-fullscreen.fixedCenter {
  position: unset;
  margin-top: 0;
  margin-bottom: 0;
}
.platform-components-modal__pb .platform-components-modal__container-fullscreen.pinnedTop .platform-components-modal__close-primary,
.platform-components-modal__pb .platform-components-modal__container-fullscreen.fixedCenter .platform-components-modal__close-primary {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .platform-components-modal__pb .platform-components-modal__container-fullscreen.pinnedTop .platform-components-modal__close,
  .platform-components-modal__pb .platform-components-modal__container-fullscreen.fixedCenter .platform-components-modal__close {
    position: fixed;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
  }
}
@media (min-width: 769px) {
  .platform-components-modal__pb .platform-components-modal__container-fullscreen.pinnedTop .platform-components-modal__close,
  .platform-components-modal__pb .platform-components-modal__container-fullscreen.fixedCenter .platform-components-modal__close {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
  }
}
.platform-components-modal__editor {
  position: relative;
}
.platform-components-modal__editor:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  width: 100vw !important;
  height: 100%;
  top: 0;
}
.platform-components-modal__editor .platform-components-modal__container-fullscreen:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 0;
  z-index: 0;
}
.platform-components-modal__editor .platform-components-modal__container-large {
  left: 50% !important;
  right: 50% !important;
  margin-left: -45vw !important;
  margin-right: -45vw !important;
}
.platform-components-modal__editor .platform-components-modal__container-medium {
  left: 50% !important;
  right: 50% !important;
  margin-left: -35vw !important;
  margin-right: -35vw !important;
}

/* Padding Top */
.pt0 {
  padding-top: 0;
}
.pt1 {
  padding-top: 5px;
}
.pt2 {
  padding-top: 10px;
}
.pt3 {
  padding-top: 15px;
}
.pt4 {
  padding-top: 20px;
}
.pt5 {
  padding-top: 25px;
}
.pt6 {
  padding-top: 30px;
}
.pt7 {
  padding-top: 35px;
}
.pt8 {
  padding-top: 40px;
}
.pt9 {
  padding-top: 45px;
}
.pt10 {
  padding-top: 50px;
}
.pt11 {
  padding-top: 100px;
}
@media only screen and (min-width: 769px) {
  .md\:pt0 {
    padding-top: 0;
  }
  .md\:pt1 {
    padding-top: 0.3125rem;
  }
  .md\:pt2 {
    padding-top: 10px;
  }
  .md\:pt3 {
    padding-top: 15px;
  }
  .md\:pt4 {
    padding-top: 20px;
  }
  .md\:pt5 {
    padding-top: 25px;
  }
  .md\:pt6 {
    padding-top: 30px;
  }
  .md\:pt7 {
    padding-top: 35px;
  }
  .md\:pt8 {
    padding-top: 40px;
  }
  .md\:pt9 {
    padding-top: 45px;
  }
  .md\:pt10 {
    padding-top: 50px;
  }
  .md\:pt11 {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:pt0 {
    padding-top: 0;
  }
  .lg\:pt1 {
    padding-top: 0.3125rem;
  }
  .lg\:pt2 {
    padding-top: 10px;
  }
  .lg\:pt3 {
    padding-top: 15px;
  }
  .lg\:pt4 {
    padding-top: 20px;
  }
  .lg\:pt5 {
    padding-top: 25px;
  }
  .lg\:pt6 {
    padding-top: 30px;
  }
  .lg\:pt7 {
    padding-top: 35px;
  }
  .lg\:pt8 {
    padding-top: 40px;
  }
  .lg\:pt9 {
    padding-top: 45px;
  }
  .lg\:pt10 {
    padding-top: 50px;
  }
  .lg\:pt11 {
    padding-top: 100px;
  }
}
/* Padding Bottom */
.pb0 {
  padding-bottom: 0;
}
.pb1 {
  padding-bottom: 0.3125rem;
}
.pb2 {
  padding-bottom: 10px;
}
.pb3 {
  padding-bottom: 15px;
}
.pb4 {
  padding-bottom: 20px;
}
.pb5 {
  padding-bottom: 25px;
}
.pb6 {
  padding-bottom: 30px;
}
.pb7 {
  padding-bottom: 35px;
}
.pb8 {
  padding-bottom: 40px;
}
.pb9 {
  padding-bottom: 45px;
}
.pb10 {
  padding-bottom: 50px;
}
.pb11 {
  padding-bottom: 100px;
}
@media only screen and (min-width: 769px) {
  .md\:pb0 {
    padding-bottom: 0;
  }
  .md\:pb1 {
    padding-bottom: 0.3125rem;
  }
  .md\:pb2 {
    padding-bottom: 10px;
  }
  .md\:pb3 {
    padding-bottom: 15px;
  }
  .md\:pb4 {
    padding-bottom: 20px;
  }
  .md\:pb5 {
    padding-bottom: 25px;
  }
  .md\:pb6 {
    padding-bottom: 30px;
  }
  .md\:pb7 {
    padding-bottom: 35px;
  }
  .md\:pb8 {
    padding-bottom: 40px;
  }
  .md\:pb9 {
    padding-bottom: 45px;
  }
  .md\:pb10 {
    padding-bottom: 50px;
  }
  .md\:pb11 {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:pb0 {
    padding-bottom: 0;
  }
  .lg\:pb1 {
    padding-bottom: 0.3125rem;
  }
  .lg\:pb2 {
    padding-bottom: 10px;
  }
  .lg\:pb3 {
    padding-bottom: 15px;
  }
  .lg\:pb4 {
    padding-bottom: 20px;
  }
  .lg\:pb5 {
    padding-bottom: 25px;
  }
  .lg\:pb6 {
    padding-bottom: 30px;
  }
  .lg\:pb7 {
    padding-bottom: 35px;
  }
  .lg\:pb8 {
    padding-bottom: 40px;
  }
  .lg\:pb9 {
    padding-bottom: 45px;
  }
  .lg\:pb10 {
    padding-bottom: 50px;
  }
  .lg\:pb11 {
    padding-bottom: 100px;
  }
}
/* Padding Left */
.pl0 {
  padding-left: 0;
}
.pl1 {
  padding-left: 0.3125rem;
}
.pl2 {
  padding-left: 10px;
}
.pl3 {
  padding-left: 15px;
}
.pl4 {
  padding-left: 20px;
}
.pl5 {
  padding-left: 25px;
}
.pl6 {
  padding-left: 30px;
}
.pl7 {
  padding-left: 35px;
}
.pl8 {
  padding-left: 40px;
}
.pl9 {
  padding-left: 45px;
}
.pl10 {
  padding-left: 50px;
}
.pl11 {
  padding-left: 100px;
}
@media only screen and (min-width: 769px) {
  .md\:pl0 {
    padding-left: 0;
  }
  .md\:pl1 {
    padding-left: 0.3125rem;
  }
  .md\:pl2 {
    padding-left: 10px;
  }
  .md\:pl3 {
    padding-left: 15px;
  }
  .md\:pl4 {
    padding-left: 20px;
  }
  .md\:pl5 {
    padding-left: 25px;
  }
  .md\:pl6 {
    padding-left: 30px;
  }
  .md\:pl7 {
    padding-left: 35px;
  }
  .md\:pl8 {
    padding-left: 40px;
  }
  .md\:pl9 {
    padding-left: 45px;
  }
  .md\:pl10 {
    padding-left: 50px;
  }
  .md\:pl11 {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:pl0 {
    padding-left: 0;
  }
  .lg\:pl1 {
    padding-left: 0.3125rem;
  }
  .lg\:pl2 {
    padding-left: 10px;
  }
  .lg\:pl3 {
    padding-left: 15px;
  }
  .lg\:pl4 {
    padding-left: 20px;
  }
  .lg\:pl5 {
    padding-left: 25px;
  }
  .lg\:pl6 {
    padding-left: 30px;
  }
  .lg\:pl7 {
    padding-left: 35px;
  }
  .lg\:pl8 {
    padding-left: 40px;
  }
  .lg\:pl9 {
    padding-left: 45px;
  }
  .lg\:pl10 {
    padding-left: 50px;
  }
  .lg\:pl11 {
    padding-left: 100px;
  }
}
/* Padding Right */
.pr0 {
  padding-right: 0;
}
.pr1 {
  padding-right: 0.3125rem;
}
.pr2 {
  padding-right: 10px;
}
.pr3 {
  padding-right: 15px;
}
.pr4 {
  padding-right: 20px;
}
.pr5 {
  padding-right: 25px;
}
.pr6 {
  padding-right: 30px;
}
.pr7 {
  padding-right: 35px;
}
.pr8 {
  padding-right: 40px;
}
.pr9 {
  padding-right: 45px;
}
.pr10 {
  padding-right: 50px;
}
.pr11 {
  padding-right: 100px;
}
@media only screen and (min-width: 769px) {
  .md\:pr0 {
    padding-right: 0;
  }
  .md\:pr1 {
    padding-right: 0.3125rem;
  }
  .md\:pr2 {
    padding-right: 10px;
  }
  .md\:pr3 {
    padding-right: 15px;
  }
  .md\:pr4 {
    padding-right: 20px;
  }
  .md\:pr5 {
    padding-right: 25px;
  }
  .md\:pr6 {
    padding-right: 30px;
  }
  .md\:pr7 {
    padding-right: 35px;
  }
  .md\:pr8 {
    padding-right: 40px;
  }
  .md\:pr9 {
    padding-right: 45px;
  }
  .md\:pr10 {
    padding-right: 50px;
  }
  .md\:pr11 {
    padding-right: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:pr0 {
    padding-right: 0;
  }
  .lg\:pr1 {
    padding-right: 0.3125rem;
  }
  .lg\:pr2 {
    padding-right: 10px;
  }
  .lg\:pr3 {
    padding-right: 15px;
  }
  .lg\:pr4 {
    padding-right: 20px;
  }
  .lg\:pr5 {
    padding-right: 25px;
  }
  .lg\:pr6 {
    padding-right: 30px;
  }
  .lg\:pr7 {
    padding-right: 35px;
  }
  .lg\:pr8 {
    padding-right: 40px;
  }
  .lg\:pr9 {
    padding-right: 45px;
  }
  .lg\:pr10 {
    padding-right: 50px;
  }
  .lg\:pr11 {
    padding-right: 100px;
  }
}
/* margin Top */
.mt0 {
  margin-top: 0;
}
.mt1 {
  margin-top: 0.3125rem;
}
.mt2 {
  margin-top: 10px;
}
.mt3 {
  margin-top: 15px;
}
.mt4 {
  margin-top: 20px;
}
.mt5 {
  margin-top: 25px;
}
.mt6 {
  margin-top: 30px;
}
.mt7 {
  margin-top: 35px;
}
.mt8 {
  margin-top: 40px;
}
.mt9 {
  margin-top: 45px;
}
.mt10 {
  margin-top: 50px;
}
.mt11 {
  margin-top: 100px;
}
@media only screen and (min-width: 769px) {
  .md\:mt0 {
    margin-top: 0;
  }
  .md\:mt1 {
    margin-top: 0.3125rem;
  }
  .md\:mt2 {
    margin-top: 10px;
  }
  .md\:mt3 {
    margin-top: 15px;
  }
  .md\:mt4 {
    margin-top: 20px;
  }
  .md\:mt5 {
    margin-top: 25px;
  }
  .md\:mt6 {
    margin-top: 30px;
  }
  .md\:mt7 {
    margin-top: 35px;
  }
  .md\:mt8 {
    margin-top: 40px;
  }
  .md\:mt9 {
    margin-top: 45px;
  }
  .md\:mt10 {
    margin-top: 50px;
  }
  .md\:mt11 {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:mt0 {
    margin-top: 0;
  }
  .lg\:mt1 {
    margin-top: 0.3125rem;
  }
  .lg\:mt2 {
    margin-top: 10px;
  }
  .lg\:mt3 {
    margin-top: 15px;
  }
  .lg\:mt4 {
    margin-top: 20px;
  }
  .lg\:mt5 {
    margin-top: 25px;
  }
  .lg\:mt6 {
    margin-top: 30px;
  }
  .lg\:mt7 {
    margin-top: 35px;
  }
  .lg\:mt8 {
    margin-top: 40px;
  }
  .lg\:mt9 {
    margin-top: 45px;
  }
  .lg\:mt10 {
    margin-top: 50px;
  }
  .lg\:mt11 {
    margin-top: 100px;
  }
}
/* margin Bottom */
.mb0 {
  margin-bottom: 0;
}
.mb1 {
  margin-bottom: 0.3125rem;
}
.mb2 {
  margin-bottom: 10px;
}
.mb3 {
  margin-bottom: 15px;
}
.mb4 {
  margin-bottom: 20px;
}
.mb5 {
  margin-bottom: 25px;
}
.mb6 {
  margin-bottom: 30px;
}
.mb7 {
  margin-bottom: 35px;
}
.mb8 {
  margin-bottom: 40px;
}
.mb9 {
  margin-bottom: 45px;
}
.mb10 {
  margin-bottom: 50px;
}
.mb11 {
  margin-bottom: 100px;
}
@media only screen and (min-width: 769px) {
  .md\:mb0 {
    margin-bottom: 0;
  }
  .md\:mb1 {
    margin-bottom: 0.3125rem;
  }
  .md\:mb2 {
    margin-bottom: 10px;
  }
  .md\:mb3 {
    margin-bottom: 15px;
  }
  .md\:mb4 {
    margin-bottom: 20px;
  }
  .md\:mb5 {
    margin-bottom: 25px;
  }
  .md\:mb6 {
    margin-bottom: 30px;
  }
  .md\:mb7 {
    margin-bottom: 35px;
  }
  .md\:mb8 {
    margin-bottom: 40px;
  }
  .md\:mb9 {
    margin-bottom: 45px;
  }
  .md\:mb10 {
    margin-bottom: 50px;
  }
  .md\:mb11 {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:mb0 {
    margin-bottom: 0;
  }
  .lg\:mb1 {
    margin-bottom: 0.3125rem;
  }
  .lg\:mb2 {
    margin-bottom: 10px;
  }
  .lg\:mb3 {
    margin-bottom: 15px;
  }
  .lg\:mb4 {
    margin-bottom: 20px;
  }
  .lg\:mb5 {
    margin-bottom: 25px;
  }
  .lg\:mb6 {
    margin-bottom: 30px;
  }
  .lg\:mb7 {
    margin-bottom: 35px;
  }
  .lg\:mb8 {
    margin-bottom: 40px;
  }
  .lg\:mb9 {
    margin-bottom: 45px;
  }
  .lg\:mb10 {
    margin-bottom: 50px;
  }
  .lg\:mb11 {
    margin-bottom: 100px;
  }
}
/* margin Left */
.ml0 {
  margin-left: 0;
}
.ml1 {
  margin-left: 0.3125rem;
}
.ml2 {
  margin-left: 10px;
}
.ml3 {
  margin-left: 15px;
}
.ml4 {
  margin-left: 20px;
}
.ml5 {
  margin-left: 25px;
}
.ml6 {
  margin-left: 30px;
}
.ml7 {
  margin-left: 35px;
}
.ml8 {
  margin-left: 40px;
}
.ml9 {
  margin-left: 45px;
}
.ml10 {
  margin-left: 50px;
}
.ml11 {
  margin-left: 100px;
}
@media only screen and (min-width: 769px) {
  .md\:ml0 {
    margin-left: 0;
  }
  .md\:ml1 {
    margin-left: 0.3125rem;
  }
  .md\:ml2 {
    margin-left: 10px;
  }
  .md\:ml3 {
    margin-left: 15px;
  }
  .md\:ml4 {
    margin-left: 20px;
  }
  .md\:ml5 {
    margin-left: 25px;
  }
  .md\:ml6 {
    margin-left: 30px;
  }
  .md\:ml7 {
    margin-left: 35px;
  }
  .md\:ml8 {
    margin-left: 40px;
  }
  .md\:ml9 {
    margin-left: 45px;
  }
  .md\:ml10 {
    margin-left: 50px;
  }
  .md\:ml11 {
    margin-left: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:ml0 {
    margin-left: 0;
  }
  .lg\:ml1 {
    margin-left: 0.3125rem;
  }
  .lg\:ml2 {
    margin-left: 10px;
  }
  .lg\:ml3 {
    margin-left: 15px;
  }
  .lg\:ml4 {
    margin-left: 20px;
  }
  .lg\:ml5 {
    margin-left: 25px;
  }
  .lg\:ml6 {
    margin-left: 30px;
  }
  .lg\:ml7 {
    margin-left: 35px;
  }
  .lg\:ml8 {
    margin-left: 40px;
  }
  .lg\:ml9 {
    margin-left: 45px;
  }
  .lg\:ml10 {
    margin-left: 50px;
  }
  .lg\:ml11 {
    margin-left: 100px;
  }
}
/* margin Right */
.mr0 {
  margin-right: 0;
}
.mr1 {
  margin-right: 0.3125rem;
}
.mr2 {
  margin-right: 10px;
}
.mr3 {
  margin-right: 15px;
}
.mr4 {
  margin-right: 20px;
}
.mr5 {
  margin-right: 25px;
}
.mr6 {
  margin-right: 30px;
}
.mr7 {
  margin-right: 35px;
}
.mr8 {
  margin-right: 40px;
}
.mr9 {
  margin-right: 45px;
}
.mr10 {
  margin-right: 50px;
}
.mr11 {
  margin-right: 100px;
}
@media only screen and (min-width: 769px) {
  .md\:mr0 {
    margin-right: 0;
  }
  .md\:mr1 {
    margin-right: 0.3125rem;
  }
  .md\:mr2 {
    margin-right: 10px;
  }
  .md\:mr3 {
    margin-right: 15px;
  }
  .md\:mr4 {
    margin-right: 20px;
  }
  .md\:mr5 {
    margin-right: 25px;
  }
  .md\:mr6 {
    margin-right: 30px;
  }
  .md\:mr7 {
    margin-right: 35px;
  }
  .md\:mr8 {
    margin-right: 40px;
  }
  .md\:mr9 {
    margin-right: 45px;
  }
  .md\:mr10 {
    margin-right: 50px;
  }
  .md\:mr11 {
    margin-right: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:mr0 {
    margin-right: 0;
  }
  .lg\:mr1 {
    margin-right: 0.3125rem;
  }
  .lg\:mr2 {
    margin-right: 10px;
  }
  .lg\:mr3 {
    margin-right: 15px;
  }
  .lg\:mr4 {
    margin-right: 20px;
  }
  .lg\:mr5 {
    margin-right: 25px;
  }
  .lg\:mr6 {
    margin-right: 30px;
  }
  .lg\:mr7 {
    margin-right: 35px;
  }
  .lg\:mr8 {
    margin-right: 40px;
  }
  .lg\:mr9 {
    margin-right: 45px;
  }
  .lg\:mr10 {
    margin-right: 50px;
  }
  .lg\:mr11 {
    margin-right: 100px;
  }
}
/* Negative Margin */
.n-margin {
  margin-left: -10px;
  margin-right: -10px;
}
/* Vertical Align */
.v-base {
  vertical-align: baseline;
}
.v-mid {
  vertical-align: middle;
}
.v-top {
  vertical-align: top;
}
.v-btm {
  vertical-align: bottom;
}
@media only screen and (min-width: 769px) {
  .md\:v-base {
    vertical-align: baseline;
  }
  .md\:v-mid {
    vertical-align: middle;
  }
  .md\:v-top {
    vertical-align: top;
  }
  .md\:v-btm {
    vertical-align: bottom;
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:v-base {
    vertical-align: baseline;
  }
  .lg\:v-mid {
    vertical-align: middle;
  }
  .lg\:v-top {
    vertical-align: top;
  }
  .lg\:v-btm {
    vertical-align: bottom;
  }
}
/* Text Align */
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.tc {
  text-align: center;
}
.tj {
  text-align: justify;
}
@media only screen and (min-width: 769px) {
  .md\:tl {
    text-align: left;
  }
  .md\:tr {
    text-align: right;
  }
  .md\:tc {
    text-align: center;
  }
  .md\:tj {
    text-align: justify;
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:tl {
    text-align: left;
  }
  .lg\:tr {
    text-align: right;
  }
  .lg\:tc {
    text-align: center;
  }
  .lg\:tj {
    text-align: justify;
  }
}
/* Text Decoration */
.strike {
  text-decoration: line-through;
}
.underline {
  text-decoration: underline;
}
.no-underline {
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .md\:strike {
    text-decoration: line-through;
  }
  .md\:underline {
    text-decoration: underline;
  }
  .md\:no-underline {
    text-decoration: none;
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:strike {
    text-decoration: line-through;
  }
  .lg\:underline {
    text-decoration: underline;
  }
  .lg\:no-underline {
    text-decoration: none;
  }
}
/* White Space */
.ws-normal {
  white-space: normal;
}
.nowrap {
  white-space: nowrap;
}
.pre {
  white-space: pre;
}
@media only screen and (min-width: 769px) {
  .md\:ws-normal {
    white-space: normal;
  }
  .md\:nowrap {
    white-space: nowrap;
  }
  .md\:pre {
    white-space: pre;
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:ws-normal {
    white-space: normal;
  }
  .lg\:nowrap {
    white-space: nowrap;
  }
  .lg\:pre {
    white-space: pre;
  }
}
/* Flexbox */
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.flex-auto {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
}
.flex-none {
  flex: none;
}
.flex-column {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-baseline {
  align-self: baseline;
}
.self-stretch {
  align-self: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.content-start {
  align-content: flex-start;
}
.content-end {
  align-content: flex-end;
}
.content-center {
  align-content: center;
}
.content-between {
  align-content: space-between;
}
.content-around {
  align-content: space-around;
}
.content-stretch {
  align-content: stretch;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-last {
  order: 99999;
}
.flex-child > * {
  display: flex;
}
.inline-flex-child > * {
  display: inline-flex;
}
.flex-auto-child > * {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
}
.flex-none-child > * {
  flex: none;
}
.flex-column-child > * {
  flex-direction: column;
}
.flex-row-child > * {
  flex-direction: row;
}
.flex-wrap-child > * {
  flex-wrap: wrap;
}
.flex-nowrap-child > * {
  flex-wrap: nowrap;
}
.flex-wrap-reverse-child > * {
  flex-wrap: wrap-reverse;
}
.flex-column-reverse-child > * {
  flex-direction: column-reverse;
}
.flex-row-reverse-child > * {
  flex-direction: row-reverse;
}
.items-start-child > * {
  align-items: flex-start;
}
.items-end-child > * {
  align-items: flex-end;
}
.items-center-child > * {
  align-items: center;
}
.items-baseline-child > * {
  align-items: baseline;
}
.items-stretch-child > * {
  align-items: stretch;
}
.self-start-child > * {
  align-self: flex-start;
}
.self-end-child > * {
  align-self: flex-end;
}
.self-center-child > * {
  align-self: center;
}
.self-baseline-child > * {
  align-self: baseline;
}
.self-stretch-child > * {
  align-self: stretch;
}
.justify-start-child > * {
  justify-content: flex-start;
}
.justify-end-child > * {
  justify-content: flex-end;
}
.justify-center-child > * {
  justify-content: center;
}
.justify-between-child > * {
  justify-content: space-between;
}
.justify-around-child > * {
  justify-content: space-around;
}
.content-start-child > * {
  align-content: flex-start;
}
.content-end-child > * {
  align-content: flex-end;
}
.content-center-child > * {
  align-content: center;
}
.content-between-child > * {
  align-content: space-between;
}
.content-around-child > * {
  align-content: space-around;
}
.content-stretch-child > * {
  align-content: stretch;
}
@media only screen and (min-width: 769px) {
  .md\:flex {
    display: flex;
  }
  .md\:inline-flex {
    display: inline-flex;
  }
  .md\:flex-auto {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
  }
  .md\:flex-none {
    flex: none;
  }
  .md\:flex-column {
    flex-direction: column;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .md\:flex-column-reverse {
    flex-direction: column-reverse;
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:items-end {
    align-items: flex-end;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:items-baseline {
    align-items: baseline;
  }
  .md\:items-stretch {
    align-items: stretch;
  }
  .md\:self-start {
    align-self: flex-start;
  }
  .md\:self-end {
    align-self: flex-end;
  }
  .md\:self-center {
    align-self: center;
  }
  .md\:self-baseline {
    align-self: baseline;
  }
  .md\:self-stretch {
    align-self: stretch;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:justify-around {
    justify-content: space-around;
  }
  .md\:content-start {
    align-content: flex-start;
  }
  .md\:content-end {
    align-content: flex-end;
  }
  .md\:content-center {
    align-content: center;
  }
  .md\:content-between {
    align-content: space-between;
  }
  .md\:content-around {
    align-content: space-around;
  }
  .md\:content-stretch {
    align-content: stretch;
  }
  .md\:order-0 {
    order: 0;
  }
  .md\:order-1 {
    order: 1;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:order-3 {
    order: 3;
  }
  .md\:order-4 {
    order: 4;
  }
  .md\:order-5 {
    order: 5;
  }
  .md\:order-6 {
    order: 6;
  }
  .md\:order-7 {
    order: 7;
  }
  .md\:order-8 {
    order: 8;
  }
  .md\:order-last {
    order: 99999;
  }
  .md\:flex-child > * {
    display: flex;
  }
  .md\:inline-flex-child > * {
    display: inline-flex;
  }
  .md\:flex-auto-child > * {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
  }
  .md\:flex-none-child > * {
    flex: none;
  }
  .md\:flex-column-child > * {
    flex-direction: column;
  }
  .md\:flex-row-child > * {
    flex-direction: row;
  }
  .md\:flex-wrap-child > * {
    flex-wrap: wrap;
  }
  .md\:flex-nowrap-child > * {
    flex-wrap: nowrap;
  }
  .md\:flex-wrap-reverse-child > * {
    flex-wrap: wrap-reverse;
  }
  .md\:flex-column-reverse-child > * {
    flex-direction: column-reverse;
  }
  .md\:flex-row-reverse-child > * {
    flex-direction: row-reverse;
  }
  .md\:items-start-child > * {
    align-items: flex-start;
  }
  .md\:items-end-child > * {
    align-items: flex-end;
  }
  .md\:items-center-child > * {
    align-items: center;
  }
  .md\:items-baseline-child > * {
    align-items: baseline;
  }
  .md\:items-stretch-child > * {
    align-items: stretch;
  }
  .md\:self-start-child > * {
    align-self: flex-start;
  }
  .md\:self-end-child > * {
    align-self: flex-end;
  }
  .md\:self-center-child > * {
    align-self: center;
  }
  .md\:self-baseline-child > * {
    align-self: baseline;
  }
  .md\:self-stretch-child > * {
    align-self: stretch;
  }
  .md\:justify-start-child > * {
    justify-content: flex-start;
  }
  .md\:justify-end-child > * {
    justify-content: flex-end;
  }
  .md\:justify-center-child > * {
    justify-content: center;
  }
  .md\:justify-between-child > * {
    justify-content: space-between;
  }
  .md\:justify-around-child > * {
    justify-content: space-around;
  }
  .md\:content-start-child > * {
    align-content: flex-start;
  }
  .md\:content-end-child > * {
    align-content: flex-end;
  }
  .md\:content-center-child > * {
    align-content: center;
  }
  .md\:content-between-child > * {
    align-content: space-between;
  }
  .md\:content-around-child > * {
    align-content: space-around;
  }
  .md\:content-stretch-child > * {
    align-content: stretch;
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:flex {
    display: flex;
  }
  .lg\:inline-flex {
    display: inline-flex;
  }
  .lg\:flex-auto {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
  }
  .lg\:flex-none {
    flex: none;
  }
  .lg\:flex-column {
    flex-direction: column;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-wrap {
    flex-wrap: wrap;
  }
  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .lg\:flex-column-reverse {
    flex-direction: column-reverse;
  }
  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .lg\:items-end {
    align-items: flex-end;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:items-baseline {
    align-items: baseline;
  }
  .lg\:items-stretch {
    align-items: stretch;
  }
  .lg\:self-start {
    align-self: flex-start;
  }
  .lg\:self-end {
    align-self: flex-end;
  }
  .lg\:self-center {
    align-self: center;
  }
  .lg\:self-baseline {
    align-self: baseline;
  }
  .lg\:self-stretch {
    align-self: stretch;
  }
  .lg\:justify-start {
    justify-content: flex-start;
  }
  .lg\:justify-end {
    justify-content: flex-end;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:justify-around {
    justify-content: space-around;
  }
  .lg\:content-start {
    align-content: flex-start;
  }
  .lg\:content-end {
    align-content: flex-end;
  }
  .lg\:content-center {
    align-content: center;
  }
  .lg\:content-between {
    align-content: space-between;
  }
  .lg\:content-around {
    align-content: space-around;
  }
  .lg\:content-stretch {
    align-content: stretch;
  }
  .lg\:order-0 {
    order: 0;
  }
  .lg\:order-1 {
    order: 1;
  }
  .lg\:order-2 {
    order: 2;
  }
  .lg\:order-3 {
    order: 3;
  }
  .lg\:order-4 {
    order: 4;
  }
  .lg\:order-5 {
    order: 5;
  }
  .lg\:order-6 {
    order: 6;
  }
  .lg\:order-7 {
    order: 7;
  }
  .lg\:order-8 {
    order: 8;
  }
  .lg\:order-last {
    order: 99999;
  }
  .lg\:flex-child > * {
    display: flex;
  }
  .lg\:inline-flex-child > * {
    display: inline-flex;
  }
  .lg\:flex-auto-child > * {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
  }
  .lg\:flex-none-child > * {
    flex: none;
  }
  .lg\:flex-column-child > * {
    flex-direction: column;
  }
  .lg\:flex-row-child > * {
    flex-direction: row;
  }
  .lg\:flex-wrap-child > * {
    flex-wrap: wrap;
  }
  .lg\:flex-nowrap-child > * {
    flex-wrap: nowrap;
  }
  .lg\:flex-wrap-reverse-child > * {
    flex-wrap: wrap-reverse;
  }
  .lg\:flex-column-reverse-child > * {
    flex-direction: column-reverse;
  }
  .lg\:flex-row-reverse-child > * {
    flex-direction: row-reverse;
  }
  .lg\:items-start-child > * {
    align-items: flex-start;
  }
  .lg\:items-end-child > * {
    align-items: flex-end;
  }
  .lg\:items-center-child > * {
    align-items: center;
  }
  .lg\:items-baseline-child > * {
    align-items: baseline;
  }
  .lg\:items-stretch-child > * {
    align-items: stretch;
  }
  .lg\:self-start-child > * {
    align-self: flex-start;
  }
  .lg\:self-end-child > * {
    align-self: flex-end;
  }
  .lg\:self-center-child > * {
    align-self: center;
  }
  .lg\:self-baseline-child > * {
    align-self: baseline;
  }
  .lg\:self-stretch-child > * {
    align-self: stretch;
  }
  .lg\:justify-start-child > * {
    justify-content: flex-start;
  }
  .lg\:justify-end-child > * {
    justify-content: flex-end;
  }
  .lg\:justify-center-child > * {
    justify-content: center;
  }
  .lg\:justify-between-child > * {
    justify-content: space-between;
  }
  .lg\:justify-around-child > * {
    justify-content: space-around;
  }
  .lg\:content-start-child > * {
    align-content: flex-start;
  }
  .lg\:content-end-child > * {
    align-content: flex-end;
  }
  .lg\:content-center-child > * {
    align-content: center;
  }
  .lg\:content-between-child > * {
    align-content: space-between;
  }
  .lg\:content-around-child > * {
    align-content: space-around;
  }
  .lg\:content-stretch-child > * {
    align-content: stretch;
  }
}
/* Box Sizing */
.border-box {
  box-sizing: border-box;
}
/* Display */
.dn {
  display: none;
}
.di {
  display: inline;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.dit {
  display: inline-table;
}
.dt {
  display: table;
}
.dtc {
  display: table-cell;
}
.dt-row {
  display: table-row;
}
.dt-row-group {
  display: table-row-group;
}
.dt-column {
  display: table-column;
}
.dt-column-group {
  display: table-column-group;
}
.dt--fixed {
  table-layout: fixed;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .md\:dn {
    display: none;
  }
  .md\:di {
    display: inline;
  }
  .md\:db {
    display: block;
  }
  .md\:dib {
    display: inline-block;
  }
  .md\:dit {
    display: inline-table;
  }
  .md\:dt {
    display: table;
  }
  .md\:dtc {
    display: table-cell;
  }
  .md\:dt-row {
    display: table-row;
  }
  .md\:dt-row-group {
    display: table-row-group;
  }
  .md\:dt-column {
    display: table-column;
  }
  .md\:dt-column-group {
    display: table-column-group;
  }
  .md\:dt--fixed {
    table-layout: fixed;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:dn {
    display: none;
  }
  .lg\:di {
    display: inline;
  }
  .lg\:db {
    display: block;
  }
  .lg\:dib {
    display: inline-block;
  }
  .lg\:dit {
    display: inline-table;
  }
  .lg\:dt {
    display: table;
  }
  .lg\:dtc {
    display: table-cell;
  }
  .lg\:dt-row {
    display: table-row;
  }
  .lg\:dt-row-group {
    display: table-row-group;
  }
  .lg\:dt-column {
    display: table-column;
  }
  .lg\:dt-column-group {
    display: table-column-group;
  }
  .lg\:dt--fixed {
    table-layout: fixed;
    width: 100%;
  }
}
/* Width */
.w1 {
  width: 1rem;
}
.w2 {
  width: 2rem;
}
.w3 {
  width: 4rem;
}
.w4 {
  width: 8rem;
}
.w5 {
  width: 16rem;
}
.w-10 {
  width: 10%;
}
.w-20 {
  width: 20%;
}
.w-25 {
  width: 25%;
}
.w-30 {
  width: 30%;
}
.w-33 {
  width: 33%;
}
.w-34 {
  width: 34%;
}
.w-40 {
  width: 40%;
}
.w-50 {
  width: 50%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-75 {
  width: 75%;
}
.w-80 {
  width: 80%;
}
.w-90 {
  width: 90%;
}
.w-100 {
  width: 100%;
}
.w-third {
  width: calc(33.33333333%);
}
.w-two-thirds {
  width: calc(66.66666667%);
}
.w-auto {
  width: auto;
}
@media only screen and (min-width: 769px) {
  .md\:w1 {
    width: 1rem;
  }
  .md\:w2 {
    width: 2rem;
  }
  .md\:w3 {
    width: 4rem;
  }
  .md\:w4 {
    width: 8rem;
  }
  .md\:w5 {
    width: 16rem;
  }
  .md\:w-10 {
    width: 10%;
  }
  .md\:w-20 {
    width: 20%;
  }
  .md\:w-25 {
    width: 25%;
  }
  .md\:w-30 {
    width: 30%;
  }
  .md\:w-33 {
    width: 33%;
  }
  .md\:w-34 {
    width: 34%;
  }
  .md\:w-40 {
    width: 40%;
  }
  .md\:w-50 {
    width: 50%;
  }
  .md\:w-60 {
    width: 60%;
  }
  .md\:w-70 {
    width: 70%;
  }
  .md\:w-75 {
    width: 75%;
  }
  .md\:w-80 {
    width: 80%;
  }
  .md\:w-90 {
    width: 90%;
  }
  .md\:w-100 {
    width: 100%;
  }
  .md\:w-third {
    width: calc(33.33333333%);
  }
  .md\:w-two-thirds {
    width: calc(66.66666667%);
  }
  .md\:w-auto {
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:w1 {
    width: 1rem;
  }
  .lg\:w2 {
    width: 2rem;
  }
  .lg\:w3 {
    width: 4rem;
  }
  .lg\:w4 {
    width: 8rem;
  }
  .lg\:w5 {
    width: 16rem;
  }
  .lg\:w-10 {
    width: 10%;
  }
  .lg\:w-20 {
    width: 20%;
  }
  .lg\:w-25 {
    width: 25%;
  }
  .lg\:w-30 {
    width: 30%;
  }
  .lg\:w-33 {
    width: 33%;
  }
  .lg\:w-34 {
    width: 34%;
  }
  .lg\:w-40 {
    width: 40%;
  }
  .lg\:w-50 {
    width: 50%;
  }
  .lg\:w-60 {
    width: 60%;
  }
  .lg\:w-70 {
    width: 70%;
  }
  .lg\:w-75 {
    width: 75%;
  }
  .lg\:w-80 {
    width: 80%;
  }
  .lg\:w-90 {
    width: 90%;
  }
  .lg\:w-100 {
    width: 100%;
  }
  .lg\:w-third {
    width: calc(33.33333333%);
  }
  .lg\:w-two-thirds {
    width: calc(66.66666667%);
  }
  .lg\:w-auto {
    width: auto;
  }
}
/* Max Width */
.mw-100 {
  max-width: 100%;
}
.mw1 {
  max-width: 1rem;
}
.mw2 {
  max-width: 2rem;
}
.mw3 {
  max-width: 4rem;
}
.mw4 {
  max-width: 8rem;
}
.mw5 {
  max-width: 16rem;
}
.mw6 {
  max-width: 32rem;
}
.mw7 {
  max-width: 48rem;
}
.mw8 {
  max-width: 64rem;
}
.mw9 {
  max-width: 96rem;
}
.mw-none {
  max-width: none;
}
@media only screen and (min-width: 769px) {
  .md\:mw-100 {
    max-width: 100%;
  }
  .md\:mw1 {
    max-width: 1rem;
  }
  .md\:mw2 {
    max-width: 2rem;
  }
  .md\:mw3 {
    max-width: 4rem;
  }
  .md\:mw4 {
    max-width: 8rem;
  }
  .md\:mw5 {
    max-width: 16rem;
  }
  .md\:mw6 {
    max-width: 32rem;
  }
  .md\:mw7 {
    max-width: 48rem;
  }
  .md\:mw8 {
    max-width: 64rem;
  }
  .md\:mw9 {
    max-width: 96rem;
  }
  .md\:mw-none {
    max-width: none;
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:mw-100 {
    max-width: 100%;
  }
  .lg\:mw1 {
    max-width: 1rem;
  }
  .lg\:mw2 {
    max-width: 2rem;
  }
  .lg\:mw3 {
    max-width: 4rem;
  }
  .lg\:mw4 {
    max-width: 8rem;
  }
  .lg\:mw5 {
    max-width: 16rem;
  }
  .lg\:mw6 {
    max-width: 32rem;
  }
  .lg\:mw7 {
    max-width: 48rem;
  }
  .lg\:mw8 {
    max-width: 64rem;
  }
  .lg\:mw9 {
    max-width: 96rem;
  }
  .lg\:mw-none {
    max-width: none;
  }
}
/* Height */
.h-xs {
  height: 25px;
}
.h-sm {
  height: 30px;
}
.h-md {
  height: 45px;
}
.h-lg {
  height: 50px;
}
.h-xl {
  height: 70px;
}
.h-2-xl {
  height: 100px;
}
.h-25 {
  height: 25%;
}
.h-50 {
  height: 50%;
}
.h-75 {
  height: 75%;
}
.h-100 {
  height: 100%;
}
.min-h-100 {
  min-height: 100%;
}
.vh-25 {
  height: 25vh;
}
.vh-50 {
  height: 50vh;
}
.vh-75 {
  height: 75vh;
}
.vh-100 {
  height: 100vh;
}
.min-vh-100 {
  min-height: 100vh;
}
.h-auto {
  height: auto;
}
.h-inherit {
  height: inherit;
}
@media only screen and (min-width: 769px) {
  .md\:h-xs {
    height: 25px;
  }
  .md\:h-sm {
    height: 30px;
  }
  .md\:h-md {
    height: 45px;
  }
  .md\:h-lg {
    height: 50px;
  }
  .md\:h-xl {
    height: 70px;
  }
  .md\:h-2-xl {
    height: 100px;
  }
  .md\:h-25 {
    height: 25%;
  }
  .md\:h-50 {
    height: 50%;
  }
  .md\:h-75 {
    height: 75%;
  }
  .md\:h-100 {
    height: 100%;
  }
  .md\:min-h-100 {
    min-height: 100%;
  }
  .md\:vh-25 {
    height: 25vh;
  }
  .md\:vh-50 {
    height: 50vh;
  }
  .md\:vh-75 {
    height: 75vh;
  }
  .md\:vh-100 {
    height: 100vh;
  }
  .md\:min-vh-100 {
    min-height: 100vh;
  }
  .md\:h-auto {
    height: auto;
  }
  .md\:h-inherit {
    height: inherit;
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:h-xs {
    height: 25px;
  }
  .lg\:h-sm {
    height: 30px;
  }
  .lg\:h-md {
    height: 45px;
  }
  .lg\:h-lg {
    height: 50px;
  }
  .lg\:h-xl {
    height: 70px;
  }
  .lg\:h-2-xl {
    height: 100px;
  }
  .lg\:h-25 {
    height: 25%;
  }
  .lg\:h-50 {
    height: 50%;
  }
  .lg\:h-75 {
    height: 75%;
  }
  .lg\:h-100 {
    height: 100%;
  }
  .lg\:min-h-100 {
    min-height: 100%;
  }
  .lg\:vh-25 {
    height: 25vh;
  }
  .lg\:vh-50 {
    height: 50vh;
  }
  .lg\:vh-75 {
    height: 75vh;
  }
  .lg\:vh-100 {
    height: 100vh;
  }
  .lg\:min-vh-100 {
    min-height: 100vh;
  }
  .lg\:h-auto {
    height: auto;
  }
  .lg\:h-inherit {
    height: inherit;
  }
}
/* Position */
.static {
  position: static;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.top-0 {
  top: 0;
}
.right-0 {
  right: 0;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.top-1 {
  top: 1rem;
}
.right-1 {
  right: 1rem;
}
.bottom-1 {
  bottom: 1rem;
}
.left-1 {
  left: 1rem;
}
.top-2 {
  top: 2rem;
}
.right-2 {
  right: 2rem;
}
.bottom-2 {
  bottom: 2rem;
}
.left-2 {
  left: 2rem;
}
.top--1 {
  top: -1rem;
}
.right--1 {
  right: -1rem;
}
.bottom--1 {
  bottom: -1rem;
}
.left--1 {
  left: -1rem;
}
.top--2 {
  top: -2rem;
}
.right--2 {
  right: -2rem;
}
.bottom--2 {
  bottom: -2rem;
}
.left--2 {
  left: -2rem;
}
.absolute--fill {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 769px) {
  .md\:static {
    position: static;
  }
  .md\:relative {
    position: relative;
  }
  .md\:absolute {
    position: absolute;
  }
  .md\:fixed {
    position: fixed;
  }
  .md\:top-0 {
    top: 0;
  }
  .md\:right-0 {
    right: 0;
  }
  .md\:bottom-0 {
    bottom: 0;
  }
  .md\:left-0 {
    left: 0;
  }
  .md\:top-1 {
    top: 1rem;
  }
  .md\:right-1 {
    right: 1rem;
  }
  .md\:bottom-1 {
    bottom: 1rem;
  }
  .md\:left-1 {
    left: 1rem;
  }
  .md\:top-2 {
    top: 2rem;
  }
  .md\:right-2 {
    right: 2rem;
  }
  .md\:bottom-2 {
    bottom: 2rem;
  }
  .md\:left-2 {
    left: 2rem;
  }
  .md\:top--1 {
    top: -1rem;
  }
  .md\:right--1 {
    right: -1rem;
  }
  .md\:bottom--1 {
    bottom: -1rem;
  }
  .md\:left--1 {
    left: -1rem;
  }
  .md\:top--2 {
    top: -2rem;
  }
  .md\:right--2 {
    right: -2rem;
  }
  .md\:bottom--2 {
    bottom: -2rem;
  }
  .md\:left--2 {
    left: -2rem;
  }
  .md\:absolute--fill {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:static {
    position: static;
  }
  .lg\:relative {
    position: relative;
  }
  .lg\:absolute {
    position: absolute;
  }
  .lg\:fixed {
    position: fixed;
  }
  .lg\:top-0 {
    top: 0;
  }
  .lg\:right-0 {
    right: 0;
  }
  .lg\:bottom-0 {
    bottom: 0;
  }
  .lg\:left-0 {
    left: 0;
  }
  .lg\:top-1 {
    top: 1rem;
  }
  .lg\:right-1 {
    right: 1rem;
  }
  .lg\:bottom-1 {
    bottom: 1rem;
  }
  .lg\:left-1 {
    left: 1rem;
  }
  .lg\:top-2 {
    top: 2rem;
  }
  .lg\:right-2 {
    right: 2rem;
  }
  .lg\:bottom-2 {
    bottom: 2rem;
  }
  .lg\:left-2 {
    left: 2rem;
  }
  .lg\:top--1 {
    top: -1rem;
  }
  .lg\:right--1 {
    right: -1rem;
  }
  .lg\:bottom--1 {
    bottom: -1rem;
  }
  .lg\:left--1 {
    left: -1rem;
  }
  .lg\:top--2 {
    top: -2rem;
  }
  .lg\:right--2 {
    right: -2rem;
  }
  .lg\:bottom--2 {
    bottom: -2rem;
  }
  .lg\:left--2 {
    left: -2rem;
  }
  .lg\:absolute--fill {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
/* Background Size */
.cover {
  background-size: cover!important;
}
.contain {
  background-size: contain!important;
}
@media only screen and (min-width: 769px) {
  .md\:cover {
    background-size: cover!important;
  }
  .md\:contain {
    background-size: contain!important;
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:cover {
    background-size: cover!important;
  }
  .lg\:contain {
    background-size: contain!important;
  }
}
/* Border */
.ba {
  border-style: solid;
  border-width: 0.0625rem;
}
.bt {
  border-top-style: solid;
  border-top-width: 0.0625rem;
}
.br {
  border-right-style: solid;
  border-right-width: 0.0625rem;
}
.bb {
  border-bottom-style: solid;
  border-bottom-width: 0.0625rem;
}
.bl {
  border-left-style: solid;
  border-left-width: 0.0625rem;
}
.bn {
  border-style: none;
  border-width: 0;
}
.bw0 {
  border-width: 0;
}
.bw1 {
  border-width: .125rem;
}
.bw2 {
  border-width: .25rem;
}
.bw3 {
  border-width: .5rem;
}
.bw4 {
  border-width: 1rem;
}
.bw5 {
  border-width: 2rem;
}
.bt-0 {
  border-top-width: 0;
}
.br-0 {
  border-right-width: 0;
}
.bb-0 {
  border-bottom-width: 0;
}
.bl-0 {
  border-left-width: 0;
}
@media only screen and (min-width: 769px) {
  .md\:ba {
    border-style: solid;
    border-width: 0.0625rem;
  }
  .md\:bt {
    border-top-style: solid;
    border-top-width: 0.0625rem;
  }
  .md\:br {
    border-right-style: solid;
    border-right-width: 0.0625rem;
  }
  .md\:bb {
    border-bottom-style: solid;
    border-bottom-width: 0.0625rem;
  }
  .md\:bl {
    border-left-style: solid;
    border-left-width: 0.0625rem;
  }
  .md\:bn {
    border-style: none;
    border-width: 0;
  }
  .md\:bw0 {
    border-width: 0;
  }
  .md\:bw1 {
    border-width: .125rem;
  }
  .md\:bw2 {
    border-width: .25rem;
  }
  .md\:bw3 {
    border-width: .5rem;
  }
  .md\:bw4 {
    border-width: 1rem;
  }
  .md\:bw5 {
    border-width: 2rem;
  }
  .md\:bt-0 {
    border-top-width: 0;
  }
  .md\:br-0 {
    border-right-width: 0;
  }
  .md\:bb-0 {
    border-bottom-width: 0;
  }
  .md\:bl-0 {
    border-left-width: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:ba {
    border-style: solid;
    border-width: 0.0625rem;
  }
  .lg\:bt {
    border-top-style: solid;
    border-top-width: 0.0625rem;
  }
  .lg\:br {
    border-right-style: solid;
    border-right-width: 0.0625rem;
  }
  .lg\:bb {
    border-bottom-style: solid;
    border-bottom-width: 0.0625rem;
  }
  .lg\:bl {
    border-left-style: solid;
    border-left-width: 0.0625rem;
  }
  .lg\:bn {
    border-style: none;
    border-width: 0;
  }
  .lg\:bw0 {
    border-width: 0;
  }
  .lg\:bw1 {
    border-width: .125rem;
  }
  .lg\:bw2 {
    border-width: .25rem;
  }
  .lg\:bw3 {
    border-width: .5rem;
  }
  .lg\:bw4 {
    border-width: 1rem;
  }
  .lg\:bw5 {
    border-width: 2rem;
  }
  .lg\:bt-0 {
    border-top-width: 0;
  }
  .lg\:br-0 {
    border-right-width: 0;
  }
  .lg\:bb-0 {
    border-bottom-width: 0;
  }
  .lg\:bl-0 {
    border-left-width: 0;
  }
}
/* Border Radius */
.br0 {
  border-radius: 0;
}
.br1 {
  border-radius: .125rem;
}
.br2 {
  border-radius: .25rem;
}
.br3 {
  border-radius: .5rem;
}
.br4 {
  border-radius: 1rem;
}
.br-100 {
  border-radius: 100%;
}
.br-pill {
  border-radius: 624.9375rem;
}
.br--bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.br--top {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.br--right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.br--left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media only screen and (min-width: 769px) {
  .md\:br0 {
    border-radius: 0;
  }
  .md\:br1 {
    border-radius: .125rem;
  }
  .md\:br2 {
    border-radius: .25rem;
  }
  .md\:br3 {
    border-radius: .5rem;
  }
  .md\:br4 {
    border-radius: 1rem;
  }
  .md\:br-100 {
    border-radius: 100%;
  }
  .md\:br-pill {
    border-radius: 624.9375rem;
  }
  .md\:br--bottom {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .md\:br--top {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .md\:br--right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .md\:br--left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:br0 {
    border-radius: 0;
  }
  .lg\:br1 {
    border-radius: .125rem;
  }
  .lg\:br2 {
    border-radius: .25rem;
  }
  .lg\:br3 {
    border-radius: .5rem;
  }
  .lg\:br4 {
    border-radius: 1rem;
  }
  .lg\:br-100 {
    border-radius: 100%;
  }
  .lg\:br-pill {
    border-radius: 624.9375rem;
  }
  .lg\:br--bottom {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .lg\:br--top {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .lg\:br--right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .lg\:br--left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
/* Shadow */
.shadow-1 {
  box-shadow: 0rem 0rem 0.25rem 0.125rem rgba(0, 0, 0, 0.2);
}
.shadow-2 {
  box-shadow: 0rem 0rem 0.5rem 0.125rem rgba(0, 0, 0, 0.2);
}
.shadow-3 {
  box-shadow: 0.125rem 0.125rem 0.25rem 0.125rem rgba(0, 0, 0, 0.2);
}
.shadow-4 {
  box-shadow: 0.125rem 0.125rem 0.5rem 0rem rgba(0, 0, 0, 0.2);
}
.shadow-5 {
  box-shadow: 0.25rem 0.25rem 0.5rem 0rem rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 769px) {
  .md\:shadow-1 {
    box-shadow: 0rem 0rem 0.25rem 0.125rem rgba(0, 0, 0, 0.2);
  }
  .md\:shadow-2 {
    box-shadow: 0rem 0rem 0.5rem 0.125rem rgba(0, 0, 0, 0.2);
  }
  .md\:shadow-3 {
    box-shadow: 0.125rem 0.125rem 0.25rem 0.125rem rgba(0, 0, 0, 0.2);
  }
  .md\:shadow-4 {
    box-shadow: 0.125rem 0.125rem 0.5rem 0rem rgba(0, 0, 0, 0.2);
  }
  .md\:shadow-5 {
    box-shadow: 0.25rem 0.25rem 0.5rem 0rem rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:shadow-1 {
    box-shadow: 0rem 0rem 0.25rem 0.125rem rgba(0, 0, 0, 0.2);
  }
  .lg\:shadow-2 {
    box-shadow: 0rem 0rem 0.5rem 0.125rem rgba(0, 0, 0, 0.2);
  }
  .lg\:shadow-3 {
    box-shadow: 0.125rem 0.125rem 0.25rem 0.125rem rgba(0, 0, 0, 0.2);
  }
  .lg\:shadow-4 {
    box-shadow: 0.125rem 0.125rem 0.5rem 0rem rgba(0, 0, 0, 0.2);
  }
  .lg\:shadow-5 {
    box-shadow: 0.25rem 0.25rem 0.5rem 0rem rgba(0, 0, 0, 0.2);
  }
}
/* Opacity */
.o-100 {
  opacity: 1;
}
.o-90 {
  opacity: .9;
}
.o-80 {
  opacity: .8;
}
.o-70 {
  opacity: .7;
}
.o-60 {
  opacity: .6;
}
.o-50 {
  opacity: .5;
}
.o-40 {
  opacity: .4;
}
.o-30 {
  opacity: .3;
}
.o-20 {
  opacity: .2;
}
.o-10 {
  opacity: .1;
}
.o-05 {
  opacity: .05;
}
.o-025 {
  opacity: .025;
}
.o-0 {
  opacity: 0;
}
/* Link */
.link {
  text-decoration: none;
  transition: color 0.15s ease-in;
}
.link:link,
.link:visited {
  transition: color 0.15s ease-in;
}
.link:hover {
  transition: color 0.15s ease-in;
}
.link:active {
  transition: color 0.15s ease-in;
}
.link:focus {
  transition: color 0.15s ease-in;
  outline: none;
}


a,
.checkout-step-edit,
.checkout-step-edit .checkout-step-edit-text {
  font-family: GothamBook;
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
  letter-spacing: 0.015rem;
}
a:hover,
.checkout-step-edit:hover,
.checkout-step-edit .checkout-step-edit-text:hover {
  color: #127bc0;
  text-decoration: underline;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0;
}
p a {
  font-weight: bold;
}
p a:hover {
  color: #127bc0;
  text-decoration: underline;
  font-style: normal;
  font-weight: bold;
}
.form-input,
.form-select-input {
  font-family: GothamMedium;
  border: 1px solid #5d6267;
  color: #5d6267;
  border-radius: 12px;
}
.form-input::placeholder,
.form-select-input::placeholder {
  color: #5d6267;
}
.form-input:focus,
.form-select-input:focus {
  outline: none;
  border: 0.094rem solid #5d6267;
}
.form-input.form-error,
.form-select-input.form-error {
  font-style: normal;
  color: #ea1730;
  border-color: #ea1730;
}
.form-input.form-error::placeholder,
.form-select-input.form-error::placeholder {
  color: #ea1730;
}
.form-input-container.form-error .form-label {
  color: #ea1730;
}
.form-input-container.form-error .form-input {
  font-style: normal;
  color: #ea1730;
  border-color: #ea1730;
}
.form-input-container.form-error .form-input::placeholder {
  color: #ea1730;
}
.form-label {
  visibility: hidden;
  position: relative;
  top: 0.813rem;
  background-color: #ffffff;
  max-width: fit-content;
  left: 0.625rem;
  padding: .25rem;
  z-index: 1;
  font-family: GothamMedium;
  font-style: normal;
  font-weight: 500;
  font-size: .5rem;
  line-height: 100%;
  letter-spacing: 0.02rem;
  color: #5d6267;
}
.form-label .form-req {
  color: #5d6267;
}
.form-group-item span {
  color: #58585a;
  font-weight: normal;
  font-size: .75rem;
  line-height: .875rem;
}
.form-group-item .form-checkbox {
  padding-left: 1.7rem;
}
.form-group-item .form-checkbox-input {
  width: 1.125rem;
  height: 1.125rem;
  top: .2rem;
}
.form-error-item,
.form-submit-error {
  font-family: GothamMedium;
  font-style: normal;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 100%;
  color: #ea1730;
}
.button.button-grey,
.checkout-address-form .checkout-shipping-edit-address-btn {
  background-color: transparent;
  color: #127bc0;
  border: 0.125rem solid #8cd5ea;
}
.button.button-grey:hover,
.checkout-address-form .checkout-shipping-edit-address-btn:hover {
  background-color: #0b2c49;
  color: #ffffff;
  border: 0.125rem solid #0b2c49;
}
fieldset:focus-within .form-label {
  visibility: visible;
}
.form-show-password-label {
  visibility: visible;
  right: .3rem;
  left: auto;
  min-width: max-content;
}
.form-select {
  border: none;
}
.form-select-icon {
  color: #24b6e0;
}
html,
body {
  font-family: 'GothamMedium', sans-serif;
  color: #000000;
  background-color: #ffffff;
}
b,
strong {
  font-family: 'GothamMedium', sans-serif;
}
button,
.button {
  font-family: 'GothamMedium';
  background: #127bc0;
  border-radius: 1.25rem;
  text-transform: capitalize;
  font-size: 1rem;
  line-height: 100%;
}
button[disabled],
.button[disabled] {
  background-color: #d9d9d9;
  color: #ffffff;
}
button:hover,
.button:hover {
  background: #163d64;
  color: #ffffff;
}
.breadcrumbs .breadcrumbs-list-item-last {
  font-family: 'GothamMedium', sans-serif;
  text-decoration: none;
}
.breadcrumbs .breadcrumbs-link {
  font-family: 'GothamMedium', sans-serif;
  color: #0b2c49;
  text-decoration: none;
}
.breadcrumbs .breadcrumbs-link:hover {
  color: #127bc0;
}
.breadcrumbs .breadcrumbs-link:hover::after {
  color: #0b2c49;
  border-color: #127bc0;
}
.my-account-link {
  color: #127bc0;
}
.my-account-link:hover {
  color: #0b2c49;
}
*:focus {
  outline: none;
}
*:focus-visible {
  outline: 0.0625rem solid #000000;
}
.back-to-top-trigger {
  color: #127bc0;
}
.back-to-top-trigger:hover {
  background: #0b2c49;
  color: #ffffff;
}
.affirm-config {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'GothamMedium';
  color: #5d6267;
  line-height: 125%;
  font-weight: bold;
  text-transform: capitalize;
}
h1 {
  font-size: 1.875rem !important;
}
h2 {
  font-size: 1.75rem !important;
}
h3 {
  font-size: 1.1875rem !important;
}
h4 {
  font-size: 1.0625rem !important;
}
h5 {
  font-size: 0.9375rem !important;
}
h6 {
  font-size: 0.875rem !important;
}
@media (min-width: 48rem) {
  h1 {
    font-size: 2.5rem !important;
  }
  h2 {
    font-size: 1.875rem !important;
  }
  h3 {
    font-size: 1.375rem !important;
  }
  h4 {
    font-size: 1.125rem !important;
  }
  h5 {
    font-size: 1rem !important;
  }
  h6 {
    font-size: 0.875rem !important;
  }
  a,
  p a {
    font-weight: 400;
  }
}
/** iPad Pro **/
@media only screen and (min-device-width: 64rem) and (max-device-width: 85.375rem) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  a,
  .checkout-step-edit,
  .checkout-step-edit .checkout-step-edit-text,
  p a {
    font-weight: 700;
  }
}
.footer-logo-container {
  flex-basis: 60%;
  max-width: 60%;
}
.footer-accordion-link {
  color: #127bc0;
  display: table;
  font-size: 0.75rem;
  font-family: GothamBold;
  font-weight: 400;
  margin-top: 0.75rem;
  text-decoration: none;
  padding-bottom: 0.5781rem;
}
.footer .footer-implinks-box {
  border-top: none;
  border-bottom: none;
  padding-top: 0.625rem;
  max-width: 65%;
}
.footer .footer-implinks-box p,
.footer .footer-implinks-box ul,
.footer .footer-implinks-box ol,
.footer .footer-implinks-box li,
.footer .footer-implinks-box blockquote,
.footer .footer-implinks-box table,
.footer .footer-implinks-box td {
  font-family: GothamBook;
  font-weight: 400;
  line-height: 0.78125rem;
}
.footer .footer-cta-box {
  border-bottom: none;
}
.footer .footer-accordion-box {
  margin: 0;
  padding-top: 3.5625rem;
  border-top: 1 solid #d9d9d9;
}
@media (max-width: 480px) {
  .footer .footer-accordion-box .footer-accordion-title.mobile-footer-label {
    color: #127bc0;
    font-size: 1rem;
  }
}
.footer .footer-implinks-items {
  margin: 2.25rem 0 0 0;
}
.footer .footer-implinks-item {
  margin: 0 1.8125rem 1.375rem 0;
}
.footer .footer-implinks-item .footer-implinks-cell {
  font-family: GothamBold;
  font-style: normal;
  display: inline-block;
  font-size: 1rem;
  line-height: 135%;
  font-weight: 400;
  text-decoration-line: underline;
}
.footer .footer-implinks-item .footer-implinks-cell:hover {
  font-weight: bold;
  color: #127bc0;
}
.footer-cta-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 0;
}
.footer-cta-container .footer-social {
  padding-bottom: 0;
}
.footer-cta-container .footer-media-icon {
  width: 24px;
  height: 24px;
}
.footer-accordion-tab-content {
  overflow: hidden;
  font-size: 0.8125rem;
  -webkit-transition: none;
  transition: none;
}
.footer-sign-up-submit {
  color: #ffffff;
}
@media (max-width: 768px) {
  .footer .footer-implinks-box {
    max-width: 100%;
  }
  .footer .footer-implinks-box .footer-implinks-item {
    flex-basis: inherit;
  }
  .footer .footer-accordion-box {
    padding-top: 1.75rem;
  }
  .footer .footer-cta-container {
    flex-direction: column-reverse;
  }
  .footer .footer-cta-container .footer-logo-container {
    padding-top: 2rem;
  }
  .footer .footer-cta-container .footer-social-icons-container {
    padding-left: 0;
  }
}
.cmp-accordion__button {
  align-items: center;
  height: auto;
  padding: 20px;
  background: transparent;
  border-bottom: 1px solid #58585a;
  border-radius: 0;
  color: #5d6267;
  text-align: left;
}
.cmp-accordion__button:active,
.cmp-accordion__button:hover {
  color: #5d6267;
  border-bottom: 1px solid #127bc0;
}
.cmp-accordion__button.borderBottom {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.cmp-accordion__button .cmp-accordion__title {
  margin-bottom: 0;
  transition: .3s ease;
}
.cmp-accordion__button .cmp-accordion__icon {
  line-height: 0;
  font-size: 24px;
  margin-left: 5px;
  transition: .3s ease;
}
.cmp-accordion__button .icons-arrow-up {
  display: none;
}
.cmp-accordion__button.cmp-accordion__button--expanded .icons-arrow-down {
  display: none;
}
.cmp-accordion__button.cmp-accordion__button--expanded .icons-arrow-up {
  display: block;
}
.cmp-accordion__button:hover,
.cmp-accordion__button:focus {
  outline: none;
  background: transparent;
}
.cmp-accordion.transparent .cmp-accordion__item {
  background: transparent;
}

.br-brand {
  border-radius: 2px;
}
.theme-01-text-base {
  color: #5d6267;
}
.theme-02-text-base {
  color: #5d6267;
}
.theme-03-text-base {
  color: #5d6267;
}
.theme-04-text-base {
  color: #5d6267;
}
.theme-01-text-emphasis {
  color: #127bc0;
}
.theme-02-text-emphasis {
  color: #127bc0;
}
.theme-03-text-emphasis {
  color: #127bc0;
}
.theme-04-text-emphasis {
  color: #127bc0;
}
.theme-01-interactive {
  color: #5d6267;
}
.theme-02-interactive {
  color: #5d6267;
}
.theme-03-interactive {
  color: unset;
}
.theme-04-interactive {
  color: unset;
}
.theme-hover:hover .theme-01-interactive {
  color: #127bc0;
}
.theme-hover:hover .theme-02-interactive {
  color: #127bc0;
}
.theme-hover:hover .theme-03-interactive {
  color: unset;
}
.theme-hover:hover .theme-04-interactive {
  color: unset;
}
.theme-01-background {
  background: #ffffff;
}
.theme-01-background-after:after {
  background: #ffffff;
}
.theme-02-background {
  background: #f9f9f9;
}
.theme-02-background-after:after {
  background: #f9f9f9;
}
.theme-03-background {
  background: #f9f9f9;
}
.theme-03-background-after:after {
  background: #f9f9f9;
}
.theme-04-background {
  background: #f9f9f9;
}
.theme-04-background-after:after {
  background: #f9f9f9;
}
.theme-01-divider {
  border-color: #d9d9d9;
}
.theme-02-divider {
  border-color: #d9d9d9;
}
.theme-03-divider {
  border-color: #d9d9d9;
}
.theme-04-divider {
  border-color: #d9d9d9;
}
.theme-01-border-color {
  border-color: #d9d9d9;
}
.theme-02-border-color {
  border-color: #d9d9d9;
}
.theme-03-border-color {
  border-color: #d9d9d9;
}
.theme-04-border-color {
  border-color: #d9d9d9;
}
.theme-01-box-shadow {
  box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.25);
}
.theme-02-box-shadow {
  box-shadow: unset;
}
.theme-03-box-shadow {
  box-shadow: unset;
}
.theme-04-box-shadow {
  box-shadow: unset;
}
.theme-01-interactive-only-hover:hover {
  color: #127bc0;
}
.theme-02-interactive-only-hover:hover {
  color: #127bc0;
}
.theme-03-interactive-only-hover:hover {
  color: unset;
}
.theme-04-interactive-only-hover:hover {
  color: unset;
}
.button-primary-brand {
  color: #ffffff;
  background-color: #127bc0;
  padding: 10px 25px;
}
.button-primary-brand:hover,
.button-primary-brand:active,
.button-primary-brand:focus {
  color: #ffffff;
  background-color: #163d64;
}
.button-primary-brand:visited {
  color: #ffffff;
}
.button-primary-dark {
  color: #163d64;
  background-color: #ffffff;
  padding: 10px 25px;
}
.button-primary-dark:hover,
.button-primary-dark:active,
.button-primary-dark:focus {
  color: #ffffff;
  background-color: #127bc0;
}
.button-primary-dark:visited {
  color: #163d64;
}
.button-primary-light {
  color: #4295d1;
  background-color: #ffffff;
  padding: 10px 25px;
}
.button-primary-light:hover,
.button-primary-light:active,
.button-primary-light:focus {
  color: #4295d1;
  background-color: #127bc0;
}
.button-primary-light:visited {
  color: #4295d1;
}
.button-secondary-brand {
  color: #127bc0;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #127bc0;
  padding: 10px 25px;
}
.button-secondary-brand:hover,
.button-secondary-brand:active,
.button-secondary-brand:focus {
  color: #ffffff;
  background-color: #163d64;
  border-color: #163d64;
  border-width: 1px;
}
.button-secondary-brand:visited {
  color: #127bc0;
}
.button-secondary-dark {
  color: #ffffff;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  padding: 10px 25px;
}
.button-secondary-dark:hover,
.button-secondary-dark:active,
.button-secondary-dark:focus {
  color: #ffffff;
  background-color: #127bc0;
  border-width: 1px;
  border-color: #127bc0;
}
.button-secondary-dark:visited {
  color: #ffffff;
}
.button-secondary-light {
  color: #ffffff;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  padding: 10px 25px;
}
.button-secondary-light:hover,
.button-secondary-light:active,
.button-secondary-light:focus {
  color: #127bc0;
  background-color: #ffffff;
  border-color: #ffffff;
  border-width: 1px;
}
.button-secondary-light:visited {
  color: #ffffff;
}
.button-tertiary-brand {
  color: #4295d1;
  background-color: transparent;
  padding: 10px 0;
}
.button-tertiary-brand:hover,
.button-tertiary-brand:active,
.button-tertiary-brand:focus {
  color: #163d64;
  background-color: transparent;
}
.button-tertiary-brand:visited {
  color: #4295d1;
}
.button-tertiary-dark {
  color: #ffffff;
  background-color: transparent;
  padding: 10px 0;
}
.button-tertiary-dark:hover,
.button-tertiary-dark:active,
.button-tertiary-dark:focus {
  color: #4295d1;
  background-color: transparent;
}
.button-tertiary-dark:visited {
  color: #ffffff;
}
.button-tertiary-light {
  color: #ffffff;
  background-color: transparent;
  padding: 10px 0;
}
.button-tertiary-light:hover,
.button-tertiary-light:active,
.button-tertiary-light:focus {
  color: #767e84;
  background-color: transparent;
}
.button-tertiary-light:visited {
  color: #ffffff;
}
.arrow-primary-brand .slick-arrow {
  color: #ffffff;
  background: #127bc0;
}
.arrow-primary-brand .slick-arrow:hover {
  color: #ffffff;
  background: #163d64;
}
.arrow-primary-light .slick-arrow {
  color: #4295d1;
  background: #ffffff;
}
.arrow-primary-light .slick-arrow:hover {
  color: #4295d1;
  background: #127bc0;
}
.arrow-primary-dark .slick-arrow {
  color: #163d64;
  background: #ffffff;
}
.arrow-primary-dark .slick-arrow:hover {
  color: #ffffff;
  background: #127bc0;
}
.arrow-secondary-brand .slick-arrow {
  color: #127bc0;
  background: transparent;
  border: 2px solid #127bc0;
}
.arrow-secondary-brand .slick-arrow:hover {
  color: #ffffff;
  background: #163d64;
  border: 2px solid #163d64;
}
.arrow-secondary-light .slick-arrow {
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
}
.arrow-secondary-light .slick-arrow:hover {
  color: #127bc0;
  background: #ffffff;
  border: 2px solid #ffffff;
}
.arrow-secondary-dark .slick-arrow {
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
}
.arrow-secondary-dark .slick-arrow:hover {
  color: #ffffff;
  background: #127bc0;
  border: 2px solid #127bc0;
}
.arrow-tertiary-brand .slick-arrow {
  color: #4295d1;
  background: transparent;
}
.arrow-tertiary-brand .slick-arrow:hover {
  color: #163d64;
  background: transparent;
}
.arrow-tertiary-dark .slick-arrow {
  color: #ffffff;
  background: transparent;
}
.arrow-tertiary-dark .slick-arrow:hover {
  color: #4295d1;
  background: transparent;
}
.arrow-tertiary-light .slick-arrow {
  color: #ffffff;
  background: transparent;
}
.arrow-tertiary-light .slick-arrow:hover {
  color: #767e84;
  background: transparent;
}
.header-one {
  margin: 0;
  font-family: GothamMedium;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 0rem;
  font-size: 2.5rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .header-one {
    font-size: 1.875rem;
    margin-bottom: 1.25rem;
  }
}
.header-two {
  margin: 0;
  font-family: GothamMedium;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 0rem;
  font-size: 1.5rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .header-two {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}
.header-three {
  margin: 0;
  font-family: GothamUltra;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0rem;
  font-size: 1.125rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .header-three {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}
.header-four {
  margin: 0;
  font-family: GothamBold;
  font-weight: 700;
  line-height: 125%;
  text-transform: uppercase;
  letter-spacing: 2%;
  font-size: 1.75rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .header-four {
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
  }
}
.header-five {
  margin: 0;
  font-family: GothamBold;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 2%;
  font-size: 1.875rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .header-five {
    font-size: 1.875rem;
    margin-bottom: 1.25rem;
  }
}
.header-six {
  margin: 0;
  font-family: GothamBold;
  font-weight: 700;
  line-height: 125%;
  text-transform: uppercase;
  letter-spacing: 3%;
  font-size: 0.85rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .header-six {
    font-size: 0.85rem;
    margin-bottom: 1.25rem;
  }
}
.pc-clickable {
  color: #4295d1;
  transition: color 200ms ease-out;
}
.pc-clickable:hover,
.pc-clickable:active,
.pc-clickable:focus {
  color: #163d64;
}
.pc-body-one {
  font-family: GothamBook;
  font-weight: 400;
  line-height: 125%;
  text-transform: none;
  letter-spacing: 2%;
  font-size: 1.125rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .pc-body-one {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}
.pc-body-two {
  font-family: GothamBold;
  font-weight: 400;
  line-height: 125%;
  text-transform: none;
  letter-spacing: 2%;
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
  .pc-body-two {
    font-size: 0.75rem;
  }
}
.dpc-h1 {
  font-family: GothamMedium;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 0rem;
  font-size: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .dpc-h1 {
    font-size: 1.875rem;
  }
}
.dpc-h2 {
  font-family: GothamMedium;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 0rem;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .dpc-h2 {
    font-size: 1.125rem;
  }
}
.dpc-h3 {
  font-family: GothamUltra;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0rem;
  font-size: 1.125rem;
}
@media only screen and (max-width: 767px) {
  .dpc-h3 {
    font-size: 1.125rem;
  }
}
.dpc-h4 {
  font-family: GothamBold;
  font-weight: 700;
  line-height: 125%;
  text-transform: uppercase;
  letter-spacing: 2%;
  font-size: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .dpc-h4 {
    font-size: 1.75rem;
  }
}
.dpc-h5 {
  font-family: GothamBold;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 2%;
  font-size: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .dpc-h5 {
    font-size: 1.875rem;
  }
}
.dpc-h6 {
  font-family: GothamBold;
  font-weight: 700;
  line-height: 125%;
  text-transform: uppercase;
  letter-spacing: 3%;
  font-size: 0.85rem;
}
@media only screen and (max-width: 767px) {
  .dpc-h6 {
    font-size: 0.85rem;
  }
}
.dpc-overline1 {
  font-family: GothamBold;
  font-weight: 800;
  line-height: 28px;
  text-transform: capitalize;
  letter-spacing: 2%;
  font-size: 1.125rem;
}
@media only screen and (max-width: 767px) {
  .dpc-overline1 {
    font-size: 1.0625rem;
  }
}
.dpc-overline2 {
  font-family: GothamBold;
  font-weight: 700;
  line-height: 28px;
  text-transform: capitalize;
  letter-spacing: 3%;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .dpc-overline2 {
    font-size: 0.9375;
  }
}
.dpc-subtitle1 {
  font-family: GothamBold;
  font-weight: 700;
  line-height: 125%;
  text-transform: capitalize;
  letter-spacing: 2%;
  font-size: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .dpc-subtitle1 {
    font-size: 1.125rem;
  }
}
.dpc-body1 {
  font-family: GothamBook;
  font-weight: 400;
  line-height: 125%;
  text-transform: none;
  letter-spacing: 2%;
  font-size: 1.125rem;
}
@media only screen and (max-width: 767px) {
  .dpc-body1 {
    font-size: 1.125rem;
  }
}
.dpc-body2 {
  font-family: GothamBold;
  font-weight: 400;
  line-height: 125%;
  text-transform: none;
  letter-spacing: 2%;
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
  .dpc-body2 {
    font-size: 0.75rem;
  }
}
.dpc-body1-bold {
  font-family: Open Sans;
  font-weight: 700;
  line-height: 125%;
  text-transform: none;
  letter-spacing: 2%;
  font-size: 1.125rem;
}
@media only screen and (max-width: 767px) {
  .dpc-body1-bold {
    font-size: 1.125rem;
  }
}
.dpc-body2-bold {
  font-family: Open Sans;
  font-weight: 700;
  line-height: 125%;
  text-transform: none;
  letter-spacing: 2%;
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
  .dpc-body2-bold {
    font-size: 0.75rem;
  }
}
.dpc-caption {
  font-family: GothamBook;
  font-weight: 400;
  line-height: 135%;
  text-transform: none;
  letter-spacing: 0.063rem;
  font-size: 0.85rem;
}
@media only screen and (max-width: 767px) {
  .dpc-caption {
    font-size: 0.85rem;
  }
}
.dpc-disclaimer {
  font-family: GothamBook;
  font-weight: 400;
  line-height: 125%;
  text-transform: none;
  letter-spacing: 0.063rem;
  font-size: 0.85rem;
}
@media only screen and (max-width: 767px) {
  .dpc-disclaimer {
    font-size: 0.85rem;
  }
}

