@charset "UTF-8";
@keyframes shine-color-gradient {
  .static-component 0% {
    color: #eaeaea;
  }
  .static-component 50% {
    color: #fff;
  }
  .static-component to {
    color: #eaeaea;
  }
}
.static-component .account-detail-field {
  box-sizing: border-box;
}

.static-component .account-detail-field > label.account-detail-field__label, .static-component .account-detail-field__label {
  color: #595959;
  padding-bottom: 5px;
}

.static-component .account-detail-field__children-container {
  word-break: break-all;
}

.static-component .account-header {
  background: #fff;
  border-bottom: 1px solid #d6d6d6;
  text-align: center;
  word-wrap: break-word;
}

.static-component .account-header__title {
  margin-bottom: 25px;
}

.static-component .account-header__subtitle {
  margin-bottom: 0;
}

.static-component .account-header__subtitle.section-heading-5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .static-component .account-header__subtitle.section-heading-5 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
}
.static-component .ad-slot {
  min-width: 300px;
  text-align: center;
}

.static-component .ad-slot__text {
  font-size: 12px;
  font-size: 0.75rem;
  color: #343434;
  font-family: open-sans, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.static-component .ad-slot__sign-post {
  display: none;
}

@media (max-width: 767px) {
  .static-component .ad-slot__sign-post {
    width: 300px;
    border-bottom: 1px solid #d6d6d6;
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
  }
}
.static-component .ad-slot__container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.static-component .ad-slot--oop {
  position: fixed;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
}

@media (min-width: 992px) {
  .static-component .ad-slot__banner-container {
    min-height: 250px;
  }
}
@media (min-width: 992px) {
  .static-component .ad-slot__mpu-container {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .static-component .ad-slot__below-ingredients {
    min-height: 100px;
  }
}
.static-component .auth-support-copy__link {
  position: relative;
}

.static-component .auth-support-copy__link:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  min-height: 40px;
  min-width: 40px;
}

.static-component .backdrop {
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  flex: 1;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.static-component .backdrop--active {
  animation: fadeIn 0.1s ease-out 0s 1;
  display: block;
}

.static-component .backdrop--solid-white {
  background-color: #fff;
}

.static-component .background-container {
  pointer-events: none;
  width: 100%;
}

.static-component .background-container__inner {
  margin: 0 auto;
  pointer-events: auto;
}

@media (min-width: 992px) {
  .static-component .background-container__inner {
    max-width: none;
    width: 980px;
  }
}
.ad-inskin-active .static-component .background-container, .ad-skin-active .static-component .background-container {
  background: transparent !important;
  border-bottom-color: transparent !important;
  border-top-color: transparent !important;
}

.static-component .background-image {
  height: 100%;
}

.ad-inskin-active .static-component .branded-section .background-image.background-image--displayed .branded-section__container, .ad-skin-active .static-component .branded-section .background-image.background-image--displayed .branded-section__container {
  background-color: initial;
  border-top: 1px;
  border-bottom: 1px;
}

.static-component .box {
  width: 100%;
  display: flex;
  justify-content: center;
}

.static-component .box--with-border {
  border-bottom: 1px solid #d6d6d6;
}

.static-component .box--dark {
  background-color: #000;
  color: #fff;
}

.static-component .box--dark .card, .static-component .box--dark .card .card__content, .static-component .box--dark .card .card__footer, .static-component .box--dark .card .card__media {
  background-color: #fff;
  color: #000;
}

.static-component .box--dark .card .card__content {
  padding: 15px;
}

.static-component .box--dark .card .card__content .card__tag--label {
  color: #000;
  background-color: #fff;
  border: none;
  padding: 0;
}

.static-component .box--dark .card .card__content .card__tag--label:focus, .static-component .box--dark .card .card__content .card__tag--label:hover {
  color: #000;
  background-color: #fff;
  border: none;
}

.static-component .box--dark .card .card__content .card__sponsor {
  color: inherit;
}

.static-component .box--dark .card .card__footer {
  padding: 10px 15px 0;
}

.static-component .box--dark .card .card__footer .card__term-icon-base {
  color: #02a88a;
}

.static-component .box--dark .card--horizontal .card__content {
  padding: 15px;
}

.static-component .box--dark .card--horizontal .card__footer {
  padding: 10px 15px 0;
}

.static-component .box--highlight {
  background-color: #066690;
  color: #fff;
}

.static-component .box--highlight .card, .static-component .box--highlight .card .card__content, .static-component .box--highlight .card .card__footer, .static-component .box--highlight .card .card__media {
  background-color: #fff;
  color: #000;
}

.static-component .box--highlight .card .card__content {
  padding: 15px;
}

.static-component .box--highlight .card .card__content .card__tag--label, .static-component .box--highlight .card .card__content .card__tag--label:focus, .static-component .box--highlight .card .card__content .card__tag--label:hover {
  border: none;
}

.static-component .box--highlight .card .card__content .card__sponsor {
  color: inherit;
}

.static-component .box--highlight .card .card__footer {
  padding: 10px 15px 0;
}

.static-component .box--highlight .card--horizontal .card__content {
  padding: 15px;
}

.static-component .box--highlight .card--horizontal .card__footer {
  padding: 10px 15px 0;
}

.static-component .box--highlight .button__content {
  background-color: #066690;
  border: 1px solid #fff;
  color: #fff;
}

.static-component .box--highlight .button:active .button__content, .static-component .box--highlight .button:focus .button__content, .static-component .box--highlight .button:hover .button__content {
  background-color: #fff;
  border: 1px solid #fff;
  color: #066690;
}

.static-component .box--inverted, .static-component .box--inverted .editor-content a, .static-component .box--inverted .editor-content a:before, .static-component .box--inverted .editor-content a:hover, .static-component .box--inverted .editor-content h1, .static-component .box--inverted .editor-content h1:before, .static-component .box--inverted .editor-content h1:hover, .static-component .box--inverted .editor-content h2, .static-component .box--inverted .editor-content h2:before, .static-component .box--inverted .editor-content h2:hover, .static-component .box--inverted .editor-content h3, .static-component .box--inverted .editor-content h3:before, .static-component .box--inverted .editor-content h3:hover, .static-component .box--inverted .editor-content h4, .static-component .box--inverted .editor-content h4:before, .static-component .box--inverted .editor-content h4:hover, .static-component .box--inverted .editor-content h5, .static-component .box--inverted .editor-content h5:before, .static-component .box--inverted .editor-content h5:hover, .static-component .box--inverted .editor-content h6, .static-component .box--inverted .editor-content h6:before, .static-component .box--inverted .editor-content h6:hover, .static-component .box--inverted .editor-content li, .static-component .box--inverted .editor-content li:before, .static-component .box--inverted .editor-content li:hover, .static-component .box--inverted .editor-content p, .static-component .box--inverted .editor-content p:before, .static-component .box--inverted .editor-content p:hover {
  color: #fff;
}

.static-component .box--white {
  background-color: #fff;
}

.static-component .box--transparent {
  background-color: initial;
}

.static-component .card {
  background-color: #fff;
  color: inherit;
  display: grid;
  grid-template-areas: "media" "content" "footer";
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.static-component .card.card--with-borders, .static-component .card.card--with-borders.card--horizontal, .static-component .card .card__section {
  border-color: #d6d6d6;
}

.static-component .card .card__content, .static-component .card .card__footer, .static-component .card .card__media {
  background-color: inherit;
}

.static-component .card .card__content {
  padding: 15px;
}

.static-component .card .card__content .card__sponsor {
  color: #066690;
  font-family: open-sans, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}

.static-component .card .card__content .card__kicker {
  color: #066690;
}

.static-component .card .card__content .card__title-icon {
  fill: #000;
  vertical-align: text-top;
}

.static-component .card .card__content .card__title-premium-icon {
  display: inline-block;
  position: relative;
}

.static-component .card .card__content .card__description {
  color: inherit;
}

.static-component .card .card__content .card__description > * {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

.static-component .card .card__footer {
  color: #595959;
  padding: 10px 15px 0;
}

.static-component .card .card__footer .card__term-icon {
  color: #fff;
}

.static-component .card .card__footer .card__term-icon-base {
  color: #0d88be;
}

.static-component .card--theme-media {
  background-color: #fff;
  color: #fff;
}

.static-component .card--theme-media.card--with-borders, .static-component .card--theme-media.card--with-borders.card--horizontal {
  border-color: #d6d6d6;
}

.static-component .card--theme-media .card__section {
  border-color: #000;
}

.static-component .card--theme-media .card__content, .static-component .card--theme-media .card__footer, .static-component .card--theme-media .card__media {
  background-color: #343434;
}

.static-component .card--theme-media .card__content {
  padding: 15px;
}

.static-component .card--theme-media .card__content .card__sponsor {
  color: transparent;
  font-family: open-sans, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}

.static-component .card--theme-media .card__content .card__kicker {
  color: inherit;
}

.static-component .card--theme-media .card__content .card__title-icon {
  fill: #fff;
  vertical-align: text-top;
}

.static-component .card--theme-media .card__content .card__title-premium-icon {
  display: inline-block;
  position: relative;
}

.static-component .card--theme-media .card__content .card__description {
  color: inherit;
}

.static-component .card--theme-media .card__content .card__description > * {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

.static-component .card--theme-media .card__footer {
  color: #fff;
  padding: 10px 15px 0;
}

.static-component .card--theme-media .card__footer .card__term-icon {
  color: #343434;
}

.static-component .card--theme-media .card__footer .card__term-icon-base {
  color: inherit;
}

.static-component .card--theme-editor {
  background-color: #fff;
  color: #fff;
}

.static-component .card--theme-editor.card--with-borders, .static-component .card--theme-editor.card--with-borders.card--horizontal {
  border-color: #d6d6d6;
}

.static-component .card--theme-editor .card__section {
  border-color: #024562;
}

.static-component .card--theme-editor .card__content, .static-component .card--theme-editor .card__footer, .static-component .card--theme-editor .card__media {
  background-color: #066690;
}

.static-component .card--theme-editor .card__content {
  padding: 15px;
}

.static-component .card--theme-editor .card__content .card__sponsor {
  color: inherit;
  font-family: open-sans, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}

.static-component .card--theme-editor .card__content .card__kicker {
  color: inherit;
}

.static-component .card--theme-editor .card__content .card__tag--label {
  background-color: #fff;
  color: #000;
}

.static-component .card--theme-editor .card__content .card__tag--label:focus, .static-component .card--theme-editor .card__content .card__tag--label:hover {
  background-color: #d6d6d6;
  color: #000;
}

.static-component .card--theme-editor .card__content .card__tag--chip {
  background-color: #fff;
  color: #000;
}

.static-component .card--theme-editor .card__content .card__tag--chip:focus, .static-component .card--theme-editor .card__content .card__tag--chip:hover {
  background-color: #d6d6d6;
  color: #000;
}

.static-component .card--theme-editor .card__content .card__title-icon {
  fill: #fff;
  vertical-align: text-top;
}

.static-component .card--theme-editor .card__content .card__title-premium-icon {
  display: inline-block;
  position: relative;
}

.static-component .card--theme-editor .card__content .card__description {
  color: inherit;
}

.static-component .card--theme-editor .card__content .card__description > * {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

.static-component .card--theme-editor .card__footer {
  color: inherit;
  padding: 10px 15px 0;
}

.static-component .card--theme-editor .card__footer .card__term-icon {
  color: #066690;
}

.static-component .card--theme-editor .card__footer .card__term-icon-base {
  color: inherit;
}

.static-component .card--theme-premium {
  background-color: #fff;
  color: #fff;
}

.static-component .card--theme-premium.card--with-borders, .static-component .card--theme-premium.card--with-borders.card--horizontal {
  border-color: #d6d6d6;
}

.static-component .card--theme-premium .card__section {
  border-color: #343434;
}

.static-component .card--theme-premium .card__content, .static-component .card--theme-premium .card__footer, .static-component .card--theme-premium .card__media {
  background-color: #000;
}

.static-component .card--theme-premium .card__content {
  padding: 15px;
}

.static-component .card--theme-premium .card__content .card__sponsor {
  color: transparent;
  font-family: open-sans, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}

.static-component .card--theme-premium .card__content .card__kicker {
  color: inherit;
}

.static-component .card--theme-premium .card__content .card__tag--label {
  background-color: #fff;
  color: #000;
}

.static-component .card--theme-premium .card__content .card__tag--label:focus, .static-component .card--theme-premium .card__content .card__tag--label:hover {
  background-color: #d6d6d6;
  color: #000;
}

.static-component .card--theme-premium .card__content .card__tag--chip {
  background-color: #fff;
  color: #000;
}

.static-component .card--theme-premium .card__content .card__tag--chip:focus, .static-component .card--theme-premium .card__content .card__tag--chip:hover {
  background-color: #d6d6d6;
  color: #000;
}

.static-component .card--theme-premium .card__content .card__title-icon {
  fill: #fff;
  vertical-align: text-top;
}

.static-component .card--theme-premium .card__content .card__title-premium-icon {
  display: inline-block;
  position: relative;
}

.static-component .card--theme-premium .card__content .card__description {
  color: inherit;
}

.static-component .card--theme-premium .card__content .card__description > * {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

.static-component .card--theme-premium .card__footer {
  color: inherit;
  padding: 10px 15px 0;
}

.static-component .card--theme-premium .card__footer .card__term-icon {
  color: #000;
}

.static-component .card--theme-premium .card__footer .card__term-icon-base {
  color: inherit;
}

.static-component .card--theme-display {
  background-color: #fff;
  color: inherit;
}

.static-component .card--theme-display.card--with-borders, .static-component .card--theme-display.card--with-borders.card--horizontal, .static-component .card--theme-display .card__section {
  border-color: #d6d6d6;
}

.static-component .card--theme-display .card__content, .static-component .card--theme-display .card__footer, .static-component .card--theme-display .card__media {
  background-color: inherit;
}

.static-component .card--theme-display .card__content {
  padding: 15px;
}

.static-component .card--theme-display .card__content .card__sponsor {
  color: #066690;
  font-family: open-sans, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}

.static-component .card--theme-display .card__content .card__kicker {
  color: #066690;
}

.static-component .card--theme-display .card__content .card__title-icon {
  fill: #000;
  vertical-align: text-top;
}

.static-component .card--theme-display .card__content .card__title-premium-icon {
  display: inline-block;
  position: relative;
}

.static-component .card--theme-display .card__content .card__description {
  color: inherit;
}

.static-component .card--theme-display .card__content .card__description > * {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

.static-component .card--theme-display .card__footer {
  color: #595959;
  padding: 10px 15px 0;
}

.static-component .card--theme-display .card__footer .card__term-icon {
  color: #fff;
}

.static-component .card--theme-display .card__footer .card__term-icon-base {
  color: #0d88be;
}

.static-component .card--theme-exclusive {
  background-color: #fff;
  color: inherit;
}

.static-component .card--theme-exclusive.card--with-borders, .static-component .card--theme-exclusive.card--with-borders.card--horizontal, .static-component .card--theme-exclusive .card__section {
  border-color: #d6d6d6;
}

.static-component .card--theme-exclusive .card__content, .static-component .card--theme-exclusive .card__footer, .static-component .card--theme-exclusive .card__media {
  background-color: inherit;
}

.static-component .card--theme-exclusive .card__content {
  padding: 15px;
}

.static-component .card--theme-exclusive .card__content .card__sponsor {
  color: #066690;
  font-family: open-sans, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}

.static-component .card--theme-exclusive .card__content .card__kicker {
  color: #007963;
}

.static-component .card--theme-exclusive .card__content .card__title-icon {
  fill: #000;
  vertical-align: text-top;
}

.static-component .card--theme-exclusive .card__content .card__title-premium-icon {
  display: inline-block;
  position: relative;
}

.static-component .card--theme-exclusive .card__content .card__description {
  color: inherit;
}

.static-component .card--theme-exclusive .card__content .card__description > * {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

.static-component .card--theme-exclusive .card__footer {
  color: #595959;
  padding: 10px 15px 0;
}

.static-component .card--theme-exclusive .card__footer .card__term-icon {
  color: #fff;
}

.static-component .card--theme-exclusive .card__footer .card__term-icon-base {
  color: #0d88be;
}

.static-component .card--with-borders {
  border-style: solid;
  border-width: 1px;
  border-radius: 0 0 5px 5px;
}

.static-component .card--with-borders .card__footer {
  border-style: solid;
  border-width: 1px 0 0;
}

.static-component .card--with-borders.card--horizontal {
  border-width: 1px;
  border-radius: 0 5px 5px 0;
}

.static-component .card--with-borders.card--horizontal .card__section {
  border-width: 0;
}

.static-component .card--inline:not(.card--horizontal) .card__section {
  padding-left: 0;
  padding-right: 0;
}

.static-component .card--inline:not(.card--horizontal) .card__section:last-child {
  padding-bottom: 0;
}

.static-component .card--inline.card--horizontal .card__section.card__media {
  padding: 15px 0 15px 15px;
}

.static-component .card--inline.card--horizontal .card__section.card__content {
  padding: 15px 15px 15px 20px;
}

.static-component .card--inline.card--horizontal .card__section.card__footer {
  padding: 5px 15px 15px;
}

.static-component .card--horizontal {
  grid-template-areas: "media content" "footer footer";
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
}

.static-component .card--horizontal .card__image-container {
  width: 93px;
}

.static-component .card--horizontal .card__media {
  padding-bottom: 10px;
}

.static-component .card--horizontal .card__content {
  padding: 0 10px 10px 20px;
}

.static-component .card--horizontal .card__content > :not(:last-child) {
  margin-bottom: 5px;
}

.static-component .card--horizontal .card__footer {
  padding: 10px 10px 0;
}

.static-component .card--horizontal.card--transparent .card__content {
  padding: 0 10px 10px;
}

.static-component .card--transparent {
  background-color: initial;
}

.static-component .card--transparent .card__content {
  padding: 15px 0;
}

.static-component .card--transparent .card__content, .static-component .card--transparent .card__media {
  background-color: initial;
}

.static-component .card__media-buttons {
  grid-area: media;
  right: 0;
  z-index: 100;
}

.static-component .card__media-buttons-btn {
  display: flex;
}

.static-component .card__media-buttons-btn.button--icon .button__content {
  border-radius: 50%;
  min-height: auto;
  padding: 5px;
}

.static-component .card__media {
  grid-area: media;
}

.static-component .card__img--contained {
  background-color: #000;
}

.static-component .card__content {
  grid-area: content;
  padding: 15px;
  word-wrap: anywhere;
}

.static-component .card__content > * {
  display: flex;
  color: inherit;
}

.static-component .card__content > :not(:last-child) {
  margin-bottom: 10px;
}

.static-component .card__footer {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  grid-area: footer;
  padding: 10px 15px 0;
}

.static-component .card__footer-item:not(:last-child) {
  margin-right: 10px;
}

.static-component .card__footer-tooltip {
  text-decoration: underline;
}

.static-component .card__footer-publish-date {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding-bottom: 10px;
}

.static-component .card__overlay-icon {
  background-color: rgba(15, 44, 59, 0.4);
  border-radius: 50%;
  border: 4px solid #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  z-index: 100;
}

.static-component .card__overlay-icon--horizontal {
  border: 2px solid #fff;
  width: 36px;
  height: 36px;
}

.static-component .card__overlay-premium {
  z-index: 100;
  position: absolute;
  top: 10px;
  right: 10px;
  left: auto;
}

.static-component .card__callout {
  position: absolute;
  width: 100%;
  z-index: 100;
  margin: 0;
  display: flex;
  font-size: 16px;
  line-height: 1.625rem;
  letter-spacing: normal;
  font-weight: 400;
  bottom: 0;
}

.static-component .card a, .static-component .card img {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.static-component .dashed-button {
  align-items: center;
  background-color: initial;
  border: 2px dashed #858585;
  color: #343434;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 10px;
  transition: border-color 0.1s ease-out;
  width: 100%;
}

.static-component .dashed-button:focus, .static-component .dashed-button:hover {
  border-color: #525252;
}

.static-component .divider {
  display: flex;
  align-items: center;
  min-height: 30px;
}

.static-component .divider__line {
  height: 1px;
  flex-grow: 1;
  background-color: #343434;
}

.static-component .divider__text {
  font-weight: 600;
  margin: 0 15px;
}

.static-component .dynamic-cards-grid {
  display: flex;
  flex-wrap: wrap;
}

.static-component .dynamic-cards-grid__item {
  flex: 1;
  min-width: 100%;
  padding: 0 0 20px;
}

.static-component .dynamic-cards-grid--listview .dynamic-cards-grid__item {
  border-bottom: 1px solid #d6d6d6;
}

.static-component .dynamic-cards-grid--listview .dynamic-cards-grid__item .card {
  background-color: #fff;
  margin: auto;
}

.static-component .dynamic-cards-grid--listview .dynamic-cards-grid__item .card .card__content, .static-component .dynamic-cards-grid--listview .dynamic-cards-grid__item .card .card__footer, .static-component .dynamic-cards-grid--listview .dynamic-cards-grid__item .card .card__media {
  background-color: #fff;
}

@media (min-width: 768px) {
  .static-component .dynamic-cards-grid .dynamic-cards-grid__item {
    max-width: 300px;
    min-width: 180px;
    padding: 0 20px 20px 0;
  }

  .static-component .dynamic-cards-grid--listview .dynamic-cards-grid__item {
    max-width: 400px;
    min-width: 250px;
  }

  @supports (grid-template-columns: repeat(auto-fill, minmax(180px, 1fr))) {
    .static-component .dynamic-cards-grid {
      display: grid;
      grid-gap: 20px;
      grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }

    .static-component .dynamic-cards-grid .dynamic-cards-grid__item {
      min-width: 0;
      padding: 0;
    }

    .static-component .dynamic-cards-grid--listview {
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
      grid-row-gap: 0;
    }

    .static-component .dynamic-cards-grid--listview .dynamic-cards-grid__item {
      min-width: 250px;
    }
  }
}
.static-component .dynamic-cards-grid--single-column {
  grid-template-columns: none;
}

.static-component .dynamic-cards-grid--single-column .dynamic-cards-grid__item {
  max-width: unset;
}

.static-component .dynamic-cards-grid--single-column .dynamic-cards-grid__item:only-child {
  border-bottom: 0;
}

.static-component .edi-player {
  aspect-ratio: 16/9;
}

.static-component .enhanced-heading {
  display: flex;
  flex-direction: column;
}

.static-component .enhanced-heading__appendage {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .static-component .enhanced-heading {
    flex-direction: row;
    align-items: center;
  }

  .static-component .enhanced-heading__appendage {
    flex: auto;
    margin-top: 0;
    margin-left: 15px;
  }
}
.static-component .fading-overlay {
  transition: opacity 0.2s ease-out;
}

.static-component .fading-overlay--fade-out {
  opacity: 0.2;
}

.static-component .form-checkbox {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  user-select: none;
}

.static-component .form-checkbox--indeterminate .form-checkbox__input:before {
  background-color: #196936;
  border-style: solid;
  content: "";
  height: 4px;
  top: calc(50% - 2px);
  transform: none;
  transition: border 0.1s ease-in;
  width: 50%;
  left: 25%;
}

.static-component .form-checkbox--inverted {
  background-color: initial;
}

.static-component .form-checkbox--inverted .form-checkbox__input:after, .static-component .form-checkbox--inverted .form-checkbox__input:checked:before {
  border-color: #fff;
}

.static-component .form-checkbox--invalid .form-checkbox__input:after, .static-component .form-checkbox--inverted.form-checkbox--invalid .form-checkbox__input:after {
  border-color: #bd1622;
}

.static-component .form-checkbox__input {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  cursor: pointer;
  height: 25px;
  position: relative;
  width: 25px;
  min-width: 25px;
}

.static-component .form-checkbox__input:before {
  border-style: solid;
  border-width: 0;
  content: "";
  height: 14px;
  left: 8px;
  position: absolute;
  top: 4px;
  transform: rotate(45deg);
  transition: border 0.1s ease-in;
  width: 8px;
}

.static-component .form-checkbox__input:after {
  border: 1px solid #858585;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}

.static-component .form-checkbox__input:checked:before {
  border-width: 0 3px 3px 0;
  border-color: #196936;
}

.static-component .form-checkbox__input:focus:not(:disabled) {
  outline: none;
}

.static-component .form-checkbox__input:focus:not(:disabled):after {
  border-color: #219dff;
  border-width: 2px;
  box-shadow: none;
}

.static-component .form-checkbox__input::-ms-expand {
  display: none;
}

.static-component .form-checkbox > label {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
}

.static-component .form-feedback--invalid {
  color: #bd1622;
}

.static-component .form-feedback--with-icon {
  display: flex;
  align-items: center;
}

.static-component .form-input {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #858585;
  color: #343434;
  display: flex;
  font-family: open-sans, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 46px;
  padding: 10px;
  text-shadow: none;
  transition-duration: 0.2s;
  transition-property: background-color, border-color, color;
  width: 100%;
  transform: scale(1);
}

.static-component .form-input::-ms-clear {
  display: none;
}

.static-component .form-input::placeholder {
  color: rgba(52, 52, 52, 0.4);
}

.static-component .form-input:focus {
  background-color: #fff;
  border-color: #219dff;
  color: #343434;
  outline: none;
  border-width: 2px;
}

.static-component .form-input:focus::placeholder {
  color: rgba(52, 52, 52, 0.4);
}

.static-component .form-input--height-auto {
  height: auto;
}

.static-component .form-input--borderless, .static-component .form-input--borderless:focus {
  border-width: 0;
}

.static-component .form-input--invalid, .static-component .form-input--inverted.form-input--invalid {
  border-color: #bd1622;
}

.static-component .form-input--invalid:focus, .static-component .form-input--inverted.form-input--invalid:focus {
  border-width: 2px;
}

.static-component .form-input--inverted {
  background-color: initial;
  border-color: #fff;
  color: #fff;
}

.static-component .form-input--inverted::placeholder {
  color: #fff;
}

.static-component .form-input--inverted:focus {
  background-color: initial;
  color: #fff;
}

.static-component .form-input--inverted:focus::placeholder {
  color: #fff;
}

.static-component .form-input--inverted .form-input--invalid {
  border-color: #fc6f6f;
}

.static-component .form-input--inverted .form-input--invalid:focus {
  border-color: #219dff;
}

.static-component .form-input--dropdown {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eicon%20%2Fdropdown%20arrow%3C%2Ftitle%3E%3Cpath%20d%3D%22M0%200h10L5%206z%22%20fill%3D%22%23343434%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(180deg, transparent 0, transparent);
}

.static-component .form-input--dropdown, .static-component .form-input--dropdown.form-input--inverted {
  background-repeat: no-repeat, repeat;
  background-size: 0.65em auto, 100%;
  background-position: right 0.7em top 50%, 0 0;
}

.static-component .form-input--dropdown.form-input--inverted {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eicon%20%2Fdropdown%20arrow%3C%2Ftitle%3E%3Cpath%20d%3D%22M0%200h10L5%206z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(180deg, transparent 0, transparent);
}

.static-component .form-input--dropdown::-ms-expand {
  display: none;
}

@media (max-width: 991px) {
  .static-component .form-input--mobile-square-borders {
    border-radius: 0;
  }
}
.static-component .form-input--with-label::placeholder {
  color: transparent;
}

.static-component .form-input--with-label:focus::placeholder, .static-component .form-input--with-label:not(:placeholder-shown)::placeholder {
  color: rgba(52, 52, 52, 0.4);
}

.static-component .form-input--with-label:focus ~ .form-input__inline-label:after, .static-component .form-input--with-label:not(:placeholder-shown) ~ .form-input__inline-label--selected:after {
  display: none;
}

.static-component .form-input--with-label:focus ~ .form-input__inline-label, .static-component .form-input--with-label:not(:placeholder-shown) ~ .form-input__inline-label {
  background: linear-gradient(180deg, transparent 50%, #fff 0);
  color: #219dff;
  top: -18px;
  left: 5px;
  padding: 5px;
  transform: scale(0.9);
}

.static-component .form-input__inline-label {
  top: 10px;
  left: 10px;
  z-index: 100;
  transition: all 0.2s ease-in;
}

.static-component .form-input__inline-label--selected:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #066690;
  margin-left: 5px;
}

.static-component .form-label {
  color: #343434;
  font-size: 14px;
  font-family: open-sans, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  display: block;
}

.static-component .form-label--inverted {
  color: #fff;
}

.static-component .form-range {
  color: #595959;
}

.static-component .form-range--inverted {
  color: #fff;
}

.static-component .form-range__input {
  width: -moz-available;
}

.static-component .form-range__label {
  display: inline-block;
  padding: 0 5px;
}

.static-component .form-range__label:after {
  display: block;
  content: attr(data-text);
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.static-component .form-switch {
  background: #c4d1d1;
  border-radius: 2px;
  width: 176px;
}

.static-component .form-switch--rounded {
  border-radius: 25px;
}

.static-component .form-switch--full-width {
  width: auto;
}

.static-component .form-switch--transparent {
  border: 2px solid #3d4e4f;
  background-color: initial;
}

.static-component .form-switch--transparent :not(:checked) + .form-switch__label {
  color: #3d4e4f;
  font-weight: 600;
}

.static-component .form-switch__selector {
  background: #3d4e4f;
  box-shadow: 0 1px 0 0 #3d4e4f;
  content: "";
  left: 0;
  top: 0;
  width: 50%;
  transition: all 0.2s ease-out;
}

.static-component .form-switch__selector--rounded {
  border-radius: 25px;
}

.static-component .form-switch__input {
  left: 0;
  opacity: 0;
}

.static-component .form-switch__input:checked + .form-switch__label {
  color: #fff;
  font-weight: 600;
}

.static-component .form-switch__input:nth-of-type(2):checked ~ .form-switch__selector {
  transform: translate3d(100%, 0, 0);
}

.static-component .form-switch__input:focus ~ .form-switch__selector {
  box-shadow: 0 0 0 2px #219dff;
}

.static-component .form-switch__label {
  color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 100%;
  width: 50%;
  z-index: 200;
}

.static-component .form-toggle {
  display: flex;
  align-items: center;
}

.static-component .form-toggle__label {
  color: rgba(0, 0, 0, 0.7);
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
  font-size: 0.75rem;
}

.static-component .form-toggle__label:after {
  display: block;
  content: attr(data-text);
  font-weight: 600;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.static-component .form-toggle__label--checked {
  font-weight: 600;
  color: #000;
}

.static-component .form-toggle__input {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 34px;
  height: 20px;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 0;
  vertical-align: middle;
  border-radius: 20px;
  border: 1px solid #343434;
  background-color: #343434;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1);
}

.static-component .form-toggle__input:after {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: #fff;
  content: " ";
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(52, 52, 52, 0.26);
  transform: scale(1);
  transition: left 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  animation-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
  animation-duration: 0.3s;
  animation-name: switchOff;
}

.static-component .form-toggle__input:focus {
  box-shadow: 0 0 0 2px #219dff;
  outline: none;
}

.static-component .form-toggle__input--checked:after {
  left: 14px;
}

.static-component .form-toggle--inverted .form-toggle__label {
  color: #fff;
}

.static-component .form-toggle--inverted .form-toggle__label--checked {
  text-shadow: -0.5px 0 0 #fff;
}

.static-component .form-toggle--inverted .form-toggle__input {
  border: 1px solid #fff;
  background-color: #fff;
}

.static-component .form-toggle--inverted .form-toggle__input:after {
  background-color: #343434;
  box-shadow: 0 2px 5px rgba(255, 255, 255, 0.26);
}

@keyframes switchOn {
  .static-component 0% {
    transform: scale(1);
  }
  .static-component 50% {
    transform: scale(1.25);
  }
  .static-component to {
    transform: scale(1.1);
  }
}
@keyframes switchOff {
  .static-component 0% {
    transform: scale(1.1);
  }
  .static-component to {
    transform: scale(1);
  }
}
.static-component .green-video {
  aspect-ratio: 16/9;
}

.static-component .green-video--image-layout-hero {
  aspect-ratio: 3/2;
}

.static-component .green-video__facade-btn {
  pointer-events: none;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border-radius: 50%;
  height: 35%;
  aspect-ratio: 1;
}

.static-component .grey-box {
  padding: 10px 20px;
  background: rgba(214, 214, 214, 0.5);
}

.static-component .grey-box--transparent {
  background: transparent;
}

.static-component .grey-box--image {
  border: 4px dashed #858585;
}

.static-component .grey-box__content-list {
  list-style: none;
}

.static-component .heading-box {
  background: #fff;
  border-bottom: 1px solid #d6d6d6;
  text-align: center;
  word-wrap: break-word;
}

.static-component .heading-box__main-section {
  padding: 20px;
  flex-direction: column;
  align-items: center;
}

.static-component .heading-box__image {
  height: 80px;
  margin-bottom: 15px;
  width: 80px;
}

.static-component .heading-box__row {
  flex-direction: column;
}

.static-component .heading-box__summary {
  border-top: 1px solid #d6d6d6;
}

.static-component .heading-box__buttons {
  margin-bottom: 5px;
}

.static-component .heading-box__button {
  background-color: #fff;
  border: none;
  cursor: pointer;
  color: #595959;
  padding: 12.5px;
  transition: color 0.1s;
}

.static-component .heading-box__button:focus, .static-component .heading-box__button:hover {
  color: #343434;
}

@media (min-width: 768px) {
  .static-component .heading-box__row {
    flex-direction: row;
  }

  .static-component .heading-box__buttons {
    flex-direction: column;
    margin-bottom: 0;
    margin-right: 5px;
  }

  .static-component .heading-box--with-image {
    text-align: left;
  }

  .static-component .heading-box__main-section {
    padding: 30px;
    align-items: start;
    flex-direction: row;
  }

  .static-component .heading-box__image {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .static-component .heading-box__description {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.static-component .icon {
  display: flex;
}

.static-component .icon__svg {
  color: #343434;
  height: 100%;
  width: 100%;
}

.static-component .icon--spinning {
  animation-name: spin;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spin {
  .static-component 0% {
    transform: rotate(0deg);
  }
  .static-component to {
    transform: rotate(1turn);
  }
}
.static-component .icon-boxes {
  display: block;
  padding: 0;
  margin: 0;
}

.static-component .icon-boxes__list-item {
  display: inline-block;
  list-style: none;
  margin: 0 10px 10px 0;
  vertical-align: top;
  width: 140px;
}

.static-component .icon-boxes__link {
  background-color: rgba(214, 214, 214, 0.25);
  border: 2px solid #d6d6d6;
  border-radius: 5px;
}

.static-component .icon-boxes__list-item--with-link {
  cursor: pointer;
}

.static-component .icon-boxes__icon {
  background-color: #fff;
  border-radius: 5px;
  height: 40px;
}

.static-component .icon-boxes__message {
  border-top: 2px solid #d6d6d6;
}

.static-component .icon-boxes__message:after {
  content: "";
  background-color: #fff;
  border-bottom: 2px solid #d6d6d6;
  border-right: 2px solid #d6d6d6;
  height: 10px;
  position: absolute;
  right: calc(50% - 6px);
  top: -5px;
  transform: rotate(45deg);
  width: 10px;
}

@supports (grid-template-columns: repeat(auto-fill, minmax(140px, 1fr))) {
  .static-component .icon-boxes {
    display: grid;
    grid-gap: 10px 20px;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }

  .static-component .icon-boxes .icon-boxes__list-item {
    width: auto;
    margin: 0;
  }

  .static-component .icon-boxes .icon-boxes__list-item--with-message {
    grid-row: auto/span 2;
  }
}
.static-component .image--fluid {
  width: 100%;
  max-width: 100%;
}

.static-component .image--fluid .image__img {
  width: 100%;
  height: auto;
}

.static-component .image--scaled-up .image__img, .static-component .image--scaled-up .image__picture {
  height: 100%;
}

.static-component .image--reserved-space-fallback .image__picture {
  position: absolute;
  top: 0;
  left: 0;
}

.static-component .image__container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.static-component .image__container .image__picture {
  width: 100%;
}

.static-component .image__container .image__loading-icon {
  width: 100%;
  height: 100%;
}

.static-component .image__img {
  display: block;
  transition: opacity 0.3s;
}

.static-component .image__img--fade-out {
  opacity: 0;
}

@keyframes infiniteScrollFadeIn {
  .static-component 0% {
    opacity: 0.5;
  }
  .static-component to {
    opacity: 1;
  }
}
.static-component .infinite-scroll {
  height: 100%;
  width: 100%;
}

.static-component .infinite-scroll__loading {
  animation: infiniteScrollFadeIn 3s ease-out 0s 1;
  display: flex;
  justify-content: center;
}

.static-component blockquote.instagram-media, .static-component blockquote.instagram-media-registered {
  aspect-ratio: 0.78947368;
  min-width: auto;
  width: calc(100% - 2px);
  margin: 1px;
  border-radius: 3px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}

.static-component blockquote.instagram-media-registered a, .static-component blockquote.instagram-media a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

.static-component iframe.instagram-media {
  aspect-ratio: 0.78947368;
  display: none !important;
  min-width: auto !important;
  width: 100% !important;
}

.static-component iframe.instagram-media-rendered {
  display: block !important;
  margin: 0 !important;
}

.static-component .kicker__spacing--regular:after {
  content: "|";
  margin: 0 10px;
}

.static-component .kicker__spacing--small:after {
  content: "|";
  margin: 0 5px;
}

.static-component .link--styled {
  background-color: initial;
  color: #007963;
  cursor: pointer;
  text-decoration: underline;
  -webkit-text-decoration-color: #007963;
  text-decoration-color: #007963;
  text-underline-offset: auto;
  font-weight: inherit;
  transition: all 0.1s linear;
}

.static-component .link--styled:focus, .static-component .link--styled:hover {
  background-color: initial;
}

.static-component .link--styled:active, .static-component .link--styled:focus, .static-component .link--styled:hover {
  color: #024e40;
  text-decoration: underline;
  -webkit-text-decoration-color: #024e40;
  text-decoration-color: #024e40;
  text-underline-offset: auto;
}

.static-component .link--styled:active {
  background-color: rgba(0, 121, 99, 0.2);
}

.static-component .link--inverted {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.static-component .link--inverted:focus, .static-component .link--inverted:hover {
  color: #fff;
  background-color: initial;
  text-decoration: underline;
}

.static-component .link--inverted:active {
  color: #343434;
  background-color: #fff;
  text-decoration: underline;
}

.static-component .link--ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
}

@media print {
  .static-component .link--styled {
    color: inherit;
    text-decoration: none;
  }
}
.static-component .listicle__count {
  border-radius: 50%;
  background-color: #066690;
  min-width: 40px;
  min-height: 40px;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
}

.static-component .list-item {
  list-style-type: none;
  overflow-wrap: break-word;
}

.static-component .list-item--separator {
  border-bottom: 2px solid rgba(6, 102, 144, 0.1);
}

.static-component .list-item--separator:first-child {
  border-top: 2px solid rgba(6, 102, 144, 0.1);
}

.static-component .list-item--separator-bottom {
  border-bottom: 2px solid rgba(6, 102, 144, 0.1);
}

@media print {
  .static-component .list-item {
    display: flex;
  }

  .static-component .list-item--separator {
    display: list-item;
    justify-content: space-between;
    align-items: center;
  }

  .static-component .list-item--separator:first-of-type {
    border-top: none;
  }
}
.static-component .lottie-player {
  display: flex;
  justify-content: center;
  align-items: center;
}

.static-component .lottie-player #loading--flower-bucket g path, .static-component .lottie-player #loading--tree-red1 g path, .static-component .lottie-player #loading--tree-red2 g path, .static-component .lottie-player #loading--tree-red3 g path {
  fill: #3d4e4f;
}

.static-component .lottie-player #loading--flower-leaf-right g path {
  fill: #000;
}

.static-component .lottie-player #loading--body g path {
  fill: #007963;
}

.static-component .lottie-player #loading--hair2 g path, .static-component .lottie-player #loading--neck g path {
  fill: #024e40;
}

.static-component .lottie-player #loading--hair-2 g path:first-of-type, .static-component .lottie-player #loading--right-foot2 path:nth-of-type(3), .static-component .lottie-player #loading--right-leg g path {
  fill: #024562;
}

.static-component .lottie-player #loading--left-foot path:nth-of-type(2), .static-component .lottie-player #loading--right-foot path:nth-of-type(2) {
  stroke: #024562;
}

.static-component .lottie-player #loading--laptop-bottom g path, .static-component .lottie-player #loading--left-foot path:nth-of-type(3), .static-component .lottie-player #loading--left-leg2 g path {
  fill: #066690;
}

.static-component .lottie-player #loading--bean-bag g:first-of-type path {
  fill: #eaeaea;
}

.static-component .lottie-player #loading--laptop-flat g path {
  fill: transparent;
}

.static-component .lottie-player #loading--glasses g g path:first-of-type, .static-component .lottie-player #loading--glasses g g path:nth-of-type(2) {
  fill: #219dff;
}

.static-component .lottie-player #success--shape-layer-10 g path {
  stroke: #066690;
}

.static-component .lottie-player #success--shape-layer-1 g path, .static-component .lottie-player #success--shape-layer-7 g path {
  stroke: #007963;
}

.static-component .lottie-player #success--shape-layer-2 g path {
  stroke: #3d4e4f;
}

.static-component .lottie-player #success--shape-layer-5 g path, .static-component .lottie-player #success--shape-layer-6 g path {
  stroke: #02a88a;
}

.static-component .lottie-player #success--shape-layer-8 g path, .static-component .lottie-player #success--shape-layer-9A g path {
  stroke: #024562;
}

.static-component .lottie-player #success--shape-layer-9 g path {
  stroke: #0d88be;
}

.static-component .lottie-player #email-verification--merged-shape-layer g:first-of-type g path {
  fill: #02a88a;
}

.static-component .lottie-player #email-verification--merged-shape-layer g:nth-of-type(2) g path {
  fill: #007963;
}

.static-component .lottie-player #email-verification--planete-outlines-group-4 g path {
  fill: #024562;
}

.static-component .lottie-player #email-verification--planete-outlines-group-5 g path {
  fill: #0d88be;
}

.static-component .lottie-player #email-verification--merged-shape-layer g:nth-of-type(3) path {
  fill: #024e40;
}

.static-component .lottie-player #unexpected-error--cog g path, .static-component .lottie-player #unexpected-error--l-arm g path, .static-component .lottie-player #unexpected-error--layer-3-outlines g path, .static-component .lottie-player #unexpected-error--layer-4-outlines g path, .static-component .lottie-player #unexpected-error--layer-5-outlines g path, .static-component .lottie-player #unexpected-error--layer-6-outlines g path, .static-component .lottie-player #unexpected-error--r-arm g path {
  fill: #007963;
}

.static-component .lottie-player #unexpected-error--ear g:nth-of-type(2) path, .static-component .lottie-player #unexpected-error--l-hand g:nth-of-type(2) path, .static-component .lottie-player #unexpected-error--mouth-shadow g path, .static-component .lottie-player #unexpected-error--neck-shadow g path, .static-component .lottie-player #unexpected-error--r-hand g:not(:first-child) path {
  fill: #02a88a;
}

.static-component .lottie-player #unexpected-error--layer-47-outlines g path, .static-component .lottie-player #unexpected-error--layer-48-outlines g path, .static-component .lottie-player #unexpected-error--layer-49-outlines g path, .static-component .lottie-player #unexpected-error--layer-50-outlines g path, .static-component .lottie-player #unexpected-error--layer-52-outlines g:nth-of-type(2) path, .static-component .lottie-player #unexpected-error--layer-53-outlines g path, .static-component .lottie-player #unexpected-error--layer-54-outlines g path, .static-component .lottie-player #unexpected-error--layer-56-outlines g path, .static-component .lottie-player #unexpected-error--layer-57-outlines g path, .static-component .lottie-player #unexpected-error--layer-58-outlines g path {
  fill: #eaeaea;
}

.static-component .js-piano-recipe-masthead {
  height: 157px;
  width: 100%;
  display: none;
}

.static-component .js-piano-recipe-masthead[data-sitekey=bbcgoodfood] {
  display: block;
}

@media (min-width: 768px) {
  .static-component .js-piano-recipe-masthead {
    max-width: 300px;
  }
}
.static-component .message-box {
  border-radius: 5px;
  padding: 5px 10px;
}

.static-component .message-box--default {
  background-color: #d6d6d6;
  color: #343434;
}

.static-component .message-box--error {
  background-color: #f9e5e5;
  color: #bd1622;
}

.static-component .message-box--success {
  background-color: #e3f4e3;
  color: #196936;
}

.static-component .message-box--info {
  background-color: #d9edf7;
  color: #31708f;
}

.static-component .mrm .mrmValidationBalloon {
  position: relative;
  white-space: nowrap;
  line-height: 27px;
}

.static-component .mrm #mrmSubmit {
  background: #007963;
  text-align: center;
  display: block;
  color: #fff;
  padding: 20px 0;
  cursor: pointer;
  font-size: 20px;
  margin-top: 20px;
  border-radius: 5px;
}

.static-component .mrm .mrmField input[type=text] {
  max-width: 100%;
}

.static-component .mrm .mrmField input[type=radio] {
  margin-right: 5px;
}

.static-component .oembed--iframe {
  height: 0;
  position: relative;
  width: 100%;
  background-color: #000;
}

.static-component .oembed--flickr {
  min-height: 440px;
}

.static-component .oembed--twitter {
  min-height: 170px;
}

.static-component .oembed__content--iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border: none;
}

.static-component .piano-inline-template__content {
  z-index: 200;
}

.static-component .piano-inline-template__content--high {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 400;
}

.static-component .piano-inline-template__content--high.piano-inline-template__content--fixed {
  top: 44px;
}

.static-component .piano-inline-template__content--low {
  left: 0;
  right: 0;
  bottom: 0;
}

.static-component .piano-inline-template__content--fixed {
  position: fixed;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .static-component .piano-inline-template__content--high {
    position: absolute;
    left: 0;
    right: 0;
    width: 980px;
    z-index: 400;
  }

  .static-component .piano-inline-template__content--high.piano-inline-template__content--fixed {
    position: fixed;
    top: 90px;
  }
}
@keyframes placeholderFadeIn {
  .static-component 0%, .static-component 25% {
    opacity: 0;
  }
  .static-component to {
    opacity: 1;
  }
}
.static-component .placeholder {
  background-color: #eaeaea;
  color: #858585;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}

.static-component .placeholder__background {
  width: 100%;
}

.static-component .placeholder__content {
  left: 50%;
  height: 50%;
  max-width: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.static-component .placeholder__loading-icon {
  animation: placeholderFadeIn 3s ease-out 0s 1;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.static-component .pocket--horizontal {
  align-items: center;
  display: flex;
  flex: row;
  flex-wrap: wrap;
}

.static-component .premium-identifier__tag {
  background-color: #000 !important;
  border-radius: 14px !important;
  border: 2px solid #f4bf1f !important;
  color: #f4bf1f !important;
  font-weight: 600 !important;
  padding: 0 10px !important;
  text-transform: none !important;
}

.static-component .price {
  font-weight: 600;
}

.static-component .price__value {
  color: #066690;
  font-weight: 700;
}

.static-component .price--skeleton {
  background-image: linear-gradient(90deg, #fff, #eaeaea 50%, #fff);
  background-size: 200%;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-name: horizontal-background--rtl;
  animation-timing-function: linear;
}

.static-component .price--skeleton, .static-component .price--skeleton .price__value {
  color: transparent;
}

.static-component .pronunciation {
  margin-top: 15px;
}

.static-component .pronunciation__text {
  font-style: italic;
  padding: 0 5px;
}

.static-component .pullquote {
  padding: 0 10px;
  margin: 20px 40px;
  color: #343434;
  text-align: left;
}

.static-component .pullquote__line {
  color: #343434;
  font-style: italic;
  font-size: inherit;
  line-height: inherit;
}

.static-component .pullquote__line:not(:first-of-type):before {
  content: "\a";
  white-space: pre;
}

@media (max-width: 543px) {
  .static-component .pullquote__line {
    font-size: inherit;
    line-height: inherit;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .static-component .pullquote__line {
    font-size: inherit;
    line-height: inherit;
  }
}
.static-component .pullquote__author {
  color: #343434;
  font-style: normal;
  padding-top: 10px;
  text-align: left;
}

.static-component .pullquote__icon {
  display: inline-flex;
  color: #066690;
  transform: translateY(-5px);
}

.static-component .pullquote__icon--quote {
  display: inline-flex;
  height: inherit;
  width: inherit;
  margin-bottom: inherit;
}

.static-component .pullquote__icon--endquote {
  display: inline-flex;
  color: #066690;
  transform: translateY(-5px) rotate(180deg);
  position: relative;
  top: 0;
}

.static-component .pullquote__author, .static-component .pullquote__quote {
  border-left: 2px solid #066690;
  padding-left: 15px;
}

.static-component .recaptcha-copy--left {
  text-align: left;
}

.static-component .recaptcha-copy--center {
  text-align: center;
}

.static-component .recaptcha-copy__link {
  position: relative;
}

.static-component .recaptcha-copy__link:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  min-height: 40px;
  min-width: 40px;
}

.static-component .region-clamper__expand-button {
  cursor: pointer;
  color: #007963;
  text-decoration: none;
  font-weight: 500;
}

.static-component .scrollable-container {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.static-component .scrollable-container--with-initial-offset {
  overflow-x: hidden;
}

.static-component .scrollable-container::-webkit-scrollbar {
  display: none;
}

.static-component .scrollable-container__width-container {
  overflow-x: hidden;
}

.static-component .simple-grid__ad-row {
  display: flex;
  justify-content: center;
}

.static-component .squirrel-widget--button {
  height: 56px;
}

.static-component .squirrel-widget--playlist {
  height: 427px;
}

.static-component .squirrel-widget--price-comparison {
  height: 220px;
}

.static-component .squirrel-widget--text-link {
  height: 96px;
}

.static-component .stack {
  position: relative;
  display: flex;
  flex-direction: column;
}

.static-component .stack, .static-component .stack__item:last-child {
  flex-grow: 1;
}

.static-component .step {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.static-component .step__roundel {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 2px solid #d6d6d6;
  background-color: #d6d6d6;
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  color: #fff;
  transition: inherit;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
}

.static-component .step__roundel--focused {
  color: #066690;
  border-color: #066690;
  background-color: #fff;
}

.static-component .step__roundel--filled {
  border-color: #066690;
  background-color: #066690;
}

.static-component .step__label {
  transition: inherit;
  color: #343434;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.static-component .step__label--filled, .static-component .step__label--focused {
  color: #066690;
}

.static-component .step__sr-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  opacity: 0;
  z-index: -200;
}

.static-component .sticky-offset {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.static-component .sticky-offset--has-site-header {
  top: 59px;
}

.static-component .sticky-offset--has-anchor-nav {
  top: 51px;
}

.static-component .sticky-offset--has-site-header.sticky-offset--has-anchor-nav {
  top: 95px;
}

@media (min-width: 992px) {
  .static-component .sticky-offset--has-site-header {
    top: 106px;
  }

  .static-component .sticky-offset--has-site-header.sticky-offset--has-anchor-nav {
    top: 142px;
  }
}
.static-component .tabbed-pocket__tabs {
  display: flex;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  white-space: nowrap;
}

.static-component .tabbed-pocket .tab-button .tab-button__content {
  color: #343434;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #eaeaea;
  font-weight: 700;
}

.static-component .tabbed-pocket .tab-button .tab-button__content:hover {
  background-color: #d6d6d6;
  color: #343434;
}

.static-component .tabbed-pocket .tab-button--selected .tab-button__content, .static-component .tabbed-pocket .tab-button:focus .tab-button__content {
  color: #fff;
  background-color: #007963;
  font-weight: 700;
}

.static-component .tabbed-pocket .tab-button--selected .tab-button__content:hover, .static-component .tabbed-pocket .tab-button:focus .tab-button__content:hover {
  background-color: #024e40;
  color: #fff;
}

.static-component .table {
  border-radius: 5px;
  border: 1px solid #eaeaea;
  word-wrap: normal;
}

.static-component .table__container {
  border-collapse: initial;
  border-spacing: 0;
  width: 100%;
}

.static-component .table:not(.table--gridview) .table__row:nth-of-type(2n) .table__cell {
  background: #f5f5f5;
}

.static-component .table:not(.table--gridview) .table__row:hover .table__cell, .static-component .table:not(.table--gridview) .table__row:hover:nth-of-type(odd) .table__cell {
  background: #eaeaea;
}

.static-component .table__cell {
  background: #fff;
  padding: 5px;
}

.static-component .table__cell--data {
  border-top: 1px solid #eaeaea;
}

.static-component .table__cell--heading {
  background: #f5f5f5;
}

.static-component .table__cell--sticky {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 100;
}

.static-component .table__cell:not(.table__cell--sort-key):hover .table__sort-icon {
  opacity: 1;
}

.static-component .table--gridview {
  background: #fff;
  border-radius: 0;
  border: 2px solid #eaeaea;
}

.static-component .table--gridview .table__container {
  border: none;
  border-radius: 0;
  border-spacing: 2px;
  margin-left: -2px;
}

.static-component .table--gridview .table__cell {
  background: #eaeaea;
  font-weight: 400;
  height: 27px;
  min-width: 67px;
  padding: 0;
}

.static-component .table--gridview .table__cell--data {
  border-top: none;
}

.static-component .table--gridview .table__cell--heading {
  background: #fff;
  text-align: center;
  padding-bottom: 5px;
  height: 32px;
}

.static-component .table--gridview .table__cell--ticked {
  color: #fff;
  background: #066690;
}

.static-component .table--gridview .table__cell--highlight-col {
  box-shadow: 0 -2px 0 0 #fff, 0 0 0 2px #3d4e4f, 1px 0 0 1px #3d4e4f;
}

.static-component .table--gridview .table__cell--highlight-col.table__cell--heading {
  box-shadow: 0 0 0 2px #3d4e4f;
}

.static-component .table--gridview .table__cell--first-col {
  background: #fff;
  white-space: nowrap;
  padding: 0 10px;
  box-shadow: -2px 0 0 2px #fff;
}

.static-component .table__sort-icon {
  opacity: 0;
  transition: opacity 0.1s ease-in;
  position: absolute;
  right: 10px;
}

.static-component .table__sort-icon--ascending {
  top: calc(50% - 6px);
}

.static-component .table__sort-icon--descending {
  top: 50%;
}

.static-component .table__sort-icon--showing {
  opacity: 1;
}

@media (min-width: 768px) {
  .static-component .table--gridview .table__cell {
    height: 22px;
    min-width: 40px;
  }

  .static-component .table--gridview .table__cell--heading {
    height: 27px;
  }
}
.static-component .tag {
  font-size: 14px;
  font-size: 0.875rem;
  background: #3d4e4f;
  border: 0 solid transparent;
  border-radius: 14px;
  color: #fff;
  display: inline-block;
  font-family: open-sans, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.75;
  padding: 0 10px;
  position: relative;
  text-transform: none;
  transition: all 0.1s linear;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
}

.static-component .tag--link {
  cursor: pointer;
}

.static-component .tag--link:focus, .static-component .tag--link:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.static-component .tag--extra-hit-space {
  margin: math-ceil(6.5px) 0;
}

.static-component .tag--extra-hit-space:after {
  content: "";
  height: 40px;
  left: 0;
  position: absolute;
  transform: translateY(-math-ceil(6.5px));
  width: 100%;
}

.static-component .tag--chip {
  background: #3d4e4f;
  border-radius: 2px 14px 14px 2px;
  color: #fff;
  font-weight: 600;
  line-height: 2.2em;
  padding: 0 10px;
  text-transform: none;
}

.static-component .tag--chip.tag--link:focus, .static-component .tag--chip.tag--link:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.static-component .tag--label {
  font-size: 14px;
  font-size: 0.875rem;
  background: #3d4e4f;
  border-radius: 0;
  border: none;
  color: #fff;
  font-weight: 600;
  line-height: 1.75;
  padding: 0 10px;
  text-transform: none;
}

.static-component .tag--label.tag--link:focus, .static-component .tag--label.tag--link:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.static-component .tag--outline {
  background: #fff;
  border-color: #007963;
  border-width: 2px;
  color: #007963;
  border-radius: 5px;
  padding: 0 20px;
}

.static-component .tag--outline.tag--link:focus, .static-component .tag--outline.tag--link:hover {
  background: #007963;
  border-color: #007963;
  color: #fff;
  text-decoration: none;
}

.static-component .tag--teaser {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
  line-height: 24px;
  padding: 0 10px;
  text-transform: none;
  background-color: #066690;
  border-radius: 0;
  width: 100%;
  text-align: center;
}

.static-component .tag--button {
  cursor: pointer;
}

.static-component .terms-and-conditions {
  margin-bottom: 20px;
}

.static-component .terms-and-conditions--left {
  text-align: left;
}

.static-component .terms-and-conditions--center {
  text-align: center;
}

.static-component .terms-and-conditions__link {
  position: relative;
}

.static-component .terms-and-conditions__link:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  min-height: 40px;
  min-width: 40px;
}

.static-component .piano-paywall__inline--active {
  position: relative;
}

.static-component .piano-paywall__inline--active:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 135px;
  background-image: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, 0));
  pointer-events: none;
}

.static-component .piano-paywall__locked--active {
  display: none;
}

.static-component .tooltip {
  position: relative;
  background: #414141;
  border-radius: 3px;
  color: #fff;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.1s ease-in;
  -webkit-user-select: none;
  user-select: none;
}

.static-component .tooltip--show {
  opacity: 1;
}

.static-component .tooltip--top {
  margin-bottom: 4px;
}

.static-component .tooltip--top:after {
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  border-top: 4px solid #414141;
  bottom: -4px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  right: calc(50% - 3px);
}

.static-component .tooltip--bottom {
  margin-top: 4px;
}

.static-component .tooltip--bottom:after {
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  border-bottom: 4px solid #414141;
  top: -4px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  right: calc(50% - 3px);
}

.static-component .tooltip--left {
  margin-right: 4px;
}

.static-component .tooltip--left:after {
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  border-left: 4px solid #414141;
  right: -4px;
  bottom: calc(50% - 3px);
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
}

.static-component .tooltip--right {
  margin-left: 4px;
}

.static-component .tooltip--right:after {
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  border-right: 4px solid #414141;
  left: -4px;
  bottom: calc(50% - 3px);
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
}

.static-component .tooltip__tip--trigger-click {
  cursor: pointer;
}

.static-component .tooltip__list-item {
  padding: 5px 10px;
}

.static-component .tooltip__list-item:not(:first-child) {
  border-top: 1px solid #fff;
}

.static-component .tooltip:not(.tooltip--wrap), .static-component .tooltip:not(.tooltip--wrap) .tooltip__list-item {
  white-space: nowrap;
}

.static-component .whisk:not(:empty) {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .static-component .whisk:not(:empty) {
    margin-bottom: 20px;
  }
}
.static-component .account-banner {
  overflow: hidden;
  max-height: 120px;
  will-change: max-height;
}

.static-component .account-banner--error-container, .static-component .account-banner--info-container {
  color: inherit;
}

.static-component .account-banner__dismiss-button {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.static-component .account-banner__dismiss-container-appear, .static-component .account-banner__dismiss-container-enter {
  max-height: 0;
}

.static-component .account-banner__dismiss-container-appear-active, .static-component .account-banner__dismiss-container-enter-active {
  max-height: 120px;
  transition: max-height 0.3s ease-out;
}

.static-component .account-banner__dismiss-container-exit {
  max-height: 120px;
}

.static-component .account-banner__dismiss-container-exit-active {
  max-height: 0;
  transition: max-height 0.3s ease-out;
}

.static-component .account-details {
  padding-top: 5px;
}

@media (min-width: 678px) {
  .static-component .account-details {
    padding-top: 10px;
  }
}
.static-component .account-details__copy {
  color: #595959;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin: 0 0 5px;
}

.static-component .account-details__copy:last-of-type {
  margin: 0 0 15px;
}

@media (min-width: 678px) {
  .static-component .account-details__copy:last-of-type {
    margin: 0 0 20px;
  }
}
.static-component .account-details__container {
  display: grid;
  grid-template-areas: "firstName" "lastName" "screenName" "email";
  grid-template-columns: 100%;
  grid-row-gap: 20px;
  row-gap: 20px;
}

.static-component .account-details__container--editing {
  grid-row-gap: 15px;
  row-gap: 15px;
  margin-bottom: 20px;
}

@media (min-width: 678px) {
  .static-component .account-details__container--editing {
    grid-row-gap: 10px;
    row-gap: 10px;
  }
}
@media (min-width: 678px) {
  .static-component .account-details__container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "firstName screenName" "lastName  email";
  }
}
@media (min-width: 678px) {
  .static-component .account-details__field--editing--valid {
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
}
@media (min-width: 678px) {
  .static-component .account-details__field {
    width: 300px;
  }
}
.static-component .account-details__form-buttons-container {
  display: flex;
  justify-content: flex-start;
  grid-gap: 15px;
  gap: 15px;
}

.static-component .account-management {
  padding-top: 10px;
}

.static-component .account-management__field {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.static-component .account-nav {
  display: inline-block;
  position: relative;
  color: #fff;
}

.static-component .account-nav__icon {
  color: #858585;
}

.static-component .account-nav__dropdown-btn {
  align-items: center;
  color: inherit;
  cursor: pointer;
  display: flex;
}

.static-component .account-nav__drop-down-nav {
  position: absolute;
  top: 33px;
  right: 0;
  display: none;
}

.static-component .account-nav__drop-down-nav--open {
  display: block;
}

.static-component .account-nav__logged-in-wrapper {
  display: flex;
  align-items: center;
}

.static-component .account-nav__avatar {
  height: 25px;
  width: 25px;
}

.static-component .account-nav__listitem {
  position: relative;
}

.static-component .account-nav__listitem:not(:first-of-type) {
  margin-left: 15px;
}

.static-component .account-nav__listitem:not(:first-of-type):before {
  background: #fff;
  content: "";
  height: 14px;
  left: -7.5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}

.static-component .account-nav__link {
  color: #fff;
  text-decoration: none;
}

.static-component .account-nav__link:focus, .static-component .account-nav__link:hover {
  color: #fff;
  text-decoration: underline;
}

.static-component .account-nav__link:active {
  background: #fff;
  color: #343434;
  text-decoration: underline;
}

.static-component .account-section {
  border: 1px solid #d6d6d6;
  flex-direction: column;
  padding: 15px;
}

.static-component .account-section, .static-component .account-section__header {
  display: flex;
  justify-content: space-between;
}

.static-component .account-section__title {
  margin-bottom: 0;
}

.static-component .account-section__title.section-heading-3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: bodoni-urw, Bodoni URW, Bodoni MT, Didot, Didot LT STD, Hoefler Text, Garamond, Times New Roman, serif;
}

@media (min-width: 992px) {
  .static-component .account-section__title.section-heading-3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
    font-weight: 600;
    font-family: open-sans, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  }
}
.static-component .account-section__actions {
  display: flex;
}

.static-component .account-section__divider {
  min-height: auto;
  padding: 10px 0;
}

.static-component .account-section__divider .divider__line {
  background-color: #d6d6d6;
}

.static-component .ad-banner {
  background-color: #fff;
  bottom: 0;
  display: flex;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 400;
}

.static-component .ad-banner__dismiss-btn {
  position: absolute;
  right: 0;
  top: -16px;
  z-index: 500;
}

.static-component .ad-banner__slot {
  z-index: 400;
  top: 0;
  display: block;
  height: 80px;
  background-color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .static-component .ad-banner__slot {
    height: 120px;
  }
}
@media (min-width: 992px) {
  .static-component .ad-banner {
    background-color: initial;
    position: relative;
  }

  .static-component .ad-banner__slot {
    background: transparent;
    height: 270px;
    padding: 10px 0;
  }

  .static-component .ad-banner__dismiss-btn {
    display: none;
  }
}
@media (max-width: 991px) {
  .static-component .ad-banner {
    display: flex;
  }
}
.ad-inskin-active .static-component .ad-banner {
  display: none;
}

@media (min-width: 768px) {
  .ad-skin-active .static-component .ad-banner {
    background: none;
    padding: 0;
  }

  .ad-skin-active .static-component .ad-banner__slot {
    background: none;
  }
}
@media print {
  .ad-skin-active .static-component {
    background-size: 0;
    width: 100% !important;
  }

  .static-component #im-instream-video-con, .static-component .injected-ad, .static-component [id*=ayads], .static-component [id*=skin], .static-component iframe {
    display: none !important;
  }
}
.static-component .age-verification-modal__content {
  padding: 20px;
}

.static-component .age-verification-modal__buttons {
  margin: 40px auto 0;
}

.static-component .age-verification-modal__button {
  margin: 0 20px 20px 0;
}

.static-component .age-verification-modal__button:last-child {
  margin-right: auto;
}

.static-component .age-verification-modal__consent {
  display: block;
}

@media (min-width: 544px) {
  .static-component .age-verification-modal__consent {
    display: flex;
  }
}
.static-component .age-verification-modal__checkbox {
  margin-right: 5px;
}

.static-component .age-verification-modal__link {
  font-family: open-sans, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #007963;
  text-decoration: underline;
}

.static-component .age-verification-modal__icon {
  margin-left: 6px;
  display: inline-block;
}

.static-component .anchor-nav--with-sticky-header .anchor-nav__nav {
  top: 44px;
}

@media (min-width: 992px) {
  .static-component .anchor-nav--with-sticky-header .anchor-nav__nav {
    top: 90px;
  }
}
.static-component .anchor-nav--with-sticky-header .anchor-nav__anchor:target:before {
  content: "";
  display: block;
  height: 90px;
  margin-top: -90px;
  position: relative;
}

@media (min-width: 992px) {
  .static-component .anchor-nav--with-sticky-header .anchor-nav__anchor:target:before {
    height: 136px;
    margin-top: -136px;
  }
}
@supports (scroll-margin-top: 90px) {
  .static-component .anchor-nav--with-sticky-header .anchor-nav__anchor {
    scroll-margin-top: 90px;
  }

  .static-component .anchor-nav--with-sticky-header .anchor-nav__anchor:target:before {
    display: none;
  }

  @media (min-width: 992px) {
    .static-component .anchor-nav--with-sticky-header .anchor-nav__anchor {
      scroll-margin-top: 136px;
    }
  }
}
.static-component .anchor-nav__nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 300;
}

.static-component .anchor-nav__anchor:target:before {
  content: "";
  display: block;
  height: 46px;
  margin-top: -46px;
  position: relative;
}

@media (min-width: 992px) {
  .static-component .anchor-nav__anchor:target:before {
    height: 46px;
    margin-top: -46px;
  }
}
@supports (scroll-margin-top: 46px) {
  .static-component .anchor-nav__anchor {
    scroll-margin-top: 46px;
  }

  .static-component .anchor-nav__anchor:target:before {
    display: none;
  }

  @media (min-width: 992px) {
    .static-component .anchor-nav__anchor {
      scroll-margin-top: 46px;
    }
  }
}
.static-component .anchor-nav__headings {
  display: none;
}

.static-component .anchor-nav__container {
  background: #eaeaea;
  border: 1px solid #d6d6d6;
  padding-bottom: 5px;
  padding-top: 5px;
}

.static-component .anchor-nav__active-link-bar {
  overflow-x: hidden;
  position: relative;
}

.static-component .anchor-nav__active-link-bar:before {
  background-color: #d6d6d6;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
}

.static-component .anchor-nav__active-link-bar:after {
  background-color: #066690;
  content: "";
  display: block;
  height: 4px;
  transform: translateX(calc(100%*var(--anchor-nav-active-index)));
  transition: transform 0.2s ease-out;
  width: calc(100%/var(--anchor-nav-n-items));
  opacity: calc((var(--anchor-nav-active-index, -1) + 1)*1);
}

.static-component .anchor-nav__link {
  line-height: 26px;
  line-height: 1.625rem;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.static-component .anchor-nav__label, .static-component .anchor-nav__label:focus, .static-component .anchor-nav__label:hover {
  color: #343434;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 992px) {
  .static-component .anchor-nav__headings {
    display: flex;
  }
}
.static-component .auth-drop-down {
  background-color: #fff;
  display: none;
  grid-template-columns: 1fr 1px 1fr;
  height: 44px;
  position: fixed;
  width: 100%;
  z-index: 600;
  top: 44px;
}

.static-component .auth-drop-down--open {
  display: grid;
}

.static-component .auth-drop-down__link {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.static-component .auth-drop-down__separator {
  background-color: #eaeaea;
}

.static-component .auth-drop-down__backdrop {
  margin-top: 44px;
  position: fixed;
  z-index: 500;
}

@media (min-width: 768px) {
  .static-component .author-bios__bio {
    flex: 1 1 calc(50% - 20px);
  }
}
.static-component .author-bios__avatar {
  max-width: 60px;
}

.static-component .author-bios__job-title {
  font-weight: 700;
  font-style: italic;
}

@media (min-width: 768px) {
  .static-component .author-bios {
    display: flex;
    flex-wrap: wrap;
  }

  @supports (display: grid) {
    .static-component .author-bios {
      grid-row-gap: 20px;
      row-gap: 20px;
      grid-column-gap: 20px;
      column-gap: 20px;
    }
  }
}
.static-component .author-bio {
  background-color: #fff;
}

.static-component .author-bio__avatar {
  max-width: 140px;
}

.static-component .author-bio__job-title {
  font-weight: 700;
  font-style: italic;
}

.static-component .avatar {
  align-items: center;
  border-radius: 50%;
  box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.3);
  display: flex;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.static-component .avatar--no-shadow {
  box-shadow: none;
}

.static-component .breadcrumb__list {
  display: flex;
}

.static-component .breadcrumb__item {
  display: none;
  align-items: center;
  font-size: inherit;
  line-height: inherit;
}

.static-component .breadcrumb__item:nth-last-child(2), .static-component .breadcrumb__item:only-child {
  display: flex;
}

.static-component .breadcrumb__item:nth-last-child(2) .breadcrumb__link, .static-component .breadcrumb__item:only-child .breadcrumb__link {
  font-weight: 600;
}

@media (min-width: 768px) {
  .static-component .breadcrumb__item {
    display: flex;
  }

  .static-component .breadcrumb__item:last-of-type .breadcrumb__link {
    font-weight: 600;
  }

  .static-component .breadcrumb__item:nth-last-child(2) .breadcrumb__link {
    font-weight: 400;
  }
}
.static-component .breadcrumb__item:first-of-type .breadcrumb__icon {
  display: none;
}

.static-component .breadcrumb__item:last-of-type .breadcrumb__link {
  color: #343434;
}

@media (min-width: 768px) {
  .static-component .breadcrumb__icon {
    margin-left: 10px;
  }
}
.static-component .breadcrumb__link {
  text-decoration: none;
  font-weight: 400;
  color: #343434;
  text-transform: none;
}

.static-component .breadcrumb__link:active, .static-component .breadcrumb__link:focus, .static-component .breadcrumb__link:hover {
  color: #343434;
}

.static-component .button {
  max-width: 100%;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  border-width: 1px;
}

.static-component .button:active .button__content, .static-component .button:focus .button__content, .static-component .button:hover .button__content {
  background: #024e40;
  border-color: #024e40;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
}

.static-component .button:active {
  transform: none;
}

.static-component .button__content {
  font-size: 16px;
  font-size: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: open-sans, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  padding: 10px 20px;
  text-transform: none;
  transition-duration: 0.2s;
  transition-property: background, border, color;
  color: #fff;
  background: #007963;
  border: 2px solid #007963;
  border-radius: 5px;
  text-align: center;
  min-height: 44px;
  min-width: 140px;
  max-width: 100%;
}

.static-component .button--fluid {
  display: block;
  width: 100%;
}

.static-component .button--fluid .button__content {
  min-width: 0;
  width: 100%;
}

.static-component .button--adaptive {
  width: 100%;
}

.static-component .button--no-border .button__content {
  border: none;
  border-radius: 0;
}

.static-component .button:disabled .button__content, .static-component .button:disabled:active .button__content, .static-component .button:disabled:focus .button__content, .static-component .button:disabled:hover .button__content {
  cursor: default;
  background: #d6d6d6;
  border-color: #d6d6d6;
  text-decoration: none;
}

.static-component .button--wide {
  min-width: 300px;
}

.static-component .button--secondary:not(:disabled) .button__content {
  background: transparent;
  border-color: #007963;
  color: #007963;
}

.static-component .button--secondary:not(:disabled):active .button__content, .static-component .button--secondary:not(:disabled):focus .button__content, .static-component .button--secondary:not(:disabled):hover .button__content {
  background: #007963;
  border-color: #007963;
  color: #fff;
}

.static-component .button--secondary:not(:disabled).button--inverted .button__content {
  background: transparent;
  border-color: #02a88a;
  color: #02a88a;
}

.static-component .button--secondary:not(:disabled).button--inverted:active .button__content, .static-component .button--secondary:not(:disabled).button--inverted:focus .button__content, .static-component .button--secondary:not(:disabled).button--inverted:hover .button__content {
  background: #02a88a;
  border-color: #02a88a;
  color: #343434;
}

.static-component .button--light:not(:disabled) .button__content {
  background: #fff;
  border-color: #fff;
  color: #343434;
}

.static-component .button--light:not(:disabled):active .button__content, .static-component .button--light:not(:disabled):focus .button__content, .static-component .button--light:not(:disabled):hover .button__content {
  background: #eaeaea;
  border-color: #eaeaea;
  color: #343434;
}

.static-component .button--light:not(:disabled).button--secondary .button__content {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.static-component .button--light:not(:disabled).button--secondary:active .button__content, .static-component .button--light:not(:disabled).button--secondary:focus .button__content, .static-component .button--light:not(:disabled).button--secondary:hover .button__content {
  background: #fff;
  color: #343434;
}

.static-component .button--inverted:not(:disabled) .button__content {
  background: #02a88a;
  border-color: #02a88a;
  color: #343434;
}

.static-component .button--inverted:not(:disabled):active .button__content, .static-component .button--inverted:not(:disabled):focus .button__content, .static-component .button--inverted:not(:disabled):hover .button__content {
  background: #007963;
  border-color: #007963;
  color: #fff;
}

.static-component .button--small {
  margin: -8.5px 0;
  padding: 8.5px 0;
}

.static-component .button--small .button__content {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19px;
  line-height: 1.1875rem;
  padding: 0 10px;
  min-width: 80px;
  min-height: 19px;
}

.static-component .button--link .button__content {
  min-height: 16px;
  min-height: 1rem;
  max-width: none;
  min-width: 65px;
  text-align: right;
  color: #007963;
  border-radius: 0;
  border-width: 0;
  background: transparent;
  text-decoration: underline;
  line-height: inherit;
  text-transform: none;
}

.static-component .button--link:focus, .static-component .button--link:hover {
  outline: none;
}

.static-component .button--link:focus .button__content, .static-component .button--link:hover .button__content {
  background: transparent;
  color: #024e40;
  text-decoration: underline;
}

.static-component .button--link:active .button__content {
  background: rgba(0, 121, 99, 0.2);
  color: #024e40;
  text-decoration: underline;
}

.static-component .button--link:disabled .button__content, .static-component .button--link:disabled:active .button__content, .static-component .button--link:disabled:focus .button__content, .static-component .button--link:disabled:hover .button__content {
  background: transparent;
  color: #d6d6d6;
}

.static-component .button--transparent .button__content, .static-component .button--transparent:active .button__content, .static-component .button--transparent:disabled .button__content, .static-component .button--transparent:focus .button__content, .static-component .button--transparent:hover .button__content {
  background: transparent;
  border: 0 solid transparent;
  color: #007963;
}

.static-component .button--transparent:disabled .button__content {
  color: #d6d6d6;
}

.static-component .button--icon .button__content {
  padding: 10px 15px;
}

.static-component .button--input-append, .static-component .button--input-prepend {
  height: 100%;
}

.static-component .button--input-append .button__content, .static-component .button--input-prepend .button__content {
  min-width: 40px;
  height: 100%;
  border: none;
  border-radius: 0;
}

.static-component .button--input-append .button__content, .static-component .button--input-append:focus .button__content, .static-component .button--input-append:hover .button__content, .static-component .button--input-prepend .button__content, .static-component .button--input-prepend:focus .button__content, .static-component .button--input-prepend:hover .button__content {
  border-radius: 0;
}

.static-component .button--input-append.button--transparent .button__content, .static-component .button--input-prepend.button--transparent .button__content {
  padding: 10px;
}

.static-component .button--input-prepend .button__content, .static-component .button--input-prepend:focus .button__content, .static-component .button--input-prepend:hover .button__content {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.static-component .button--input-append .button__content, .static-component .button--input-append:focus .button__content, .static-component .button--input-append:hover .button__content {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.static-component .button--no-min-height .button__content {
  min-height: auto;
}

.static-component .button--no-min-width .button__content {
  min-width: auto;
}

.static-component .button--no-padding .button__content {
  padding: 0;
}

.static-component .button--no-focus-outline:focus {
  outline: none;
}

.static-component .button--fill-height .button__content {
  height: 100%;
}

.static-component .button--highlight .button__content, .static-component .button--highlight:active .button__content, .static-component .button--highlight:focus .button__content, .static-component .button--highlight:hover .button__content {
  background: transparent;
  border: 0;
  color: #066690;
}

.static-component .button--highlight:focus .button__content, .static-component .button--highlight:hover .button__content {
  background: rgba(13, 136, 190, 0.2);
  border: 0;
}

.static-component .button--highlight:disabled .button__content, .static-component .button--highlight:disabled .button__content:focus, .static-component .button--highlight:disabled .button__content:hover {
  background: transparent;
  border-color: transparent;
  color: #595959;
  cursor: not-allowed;
}

@media (min-width: 768px) {
  .static-component .button--adaptive, .static-component .button--adaptive .button__content {
    width: auto;
  }
}
.static-component .button-cluster {
  text-align: center;
  padding: 20px 0 30px;
}

.static-component .button-cluster__title {
  padding-bottom: 15px;
}

@media (max-width: 991px) {
  .static-component .button-cluster {
    padding: 15px 0;
  }

  .static-component .button-cluster__title {
    padding-bottom: 0;
  }

  .static-component .button-cluster__area {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    white-space: nowrap;
  }
}
.static-component .callout-box {
  align-items: center;
  background-color: #066690;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 15px 20px;
  text-align: center;
}

.static-component .callout-box > :not(:last-child) {
  margin-bottom: 15px;
}

.static-component .callout-box--align-left {
  justify-content: flex-start;
  text-align: left;
}

.static-component .callout-box--wrap {
  flex-wrap: wrap;
}

.static-component .callout-box--slim {
  padding: 5px 10px;
}

.static-component .callout-box--highlighted {
  background-color: initial;
  border: 3px solid #bd1622;
  color: #bd1622;
}

.static-component .callout-box--transparent {
  opacity: 0.9;
}

.static-component .callout-box--border {
  border: 1px solid #d6d6d6;
}

.static-component .callout-box .editor-content a {
  color: #fff;
}

.static-component .callout-box .editor-content a:hover {
  background-color: #fff;
  color: #066690;
}

@media (min-width: 768px) {
  .static-component .callout-box > :not(:last-child) {
    margin-bottom: 0;
  }
}
.static-component .collapser {
  background: #fff;
  color: #343434;
  --collapser-expanded-height:none;
}

.static-component .collapser__container {
  background: inherit;
  border: 2px solid #f5f5f5;
  position: relative;
}

.static-component .collapser__container .collapser__button {
  background: inherit;
  border-bottom: 2px solid #f5f5f5;
  text-align: left;
}

.static-component .collapser__container .collapser__panel {
  background: inherit;
  margin-bottom: -2px;
}

.static-component .collapser__button {
  cursor: pointer;
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
  -webkit-user-select: none;
  user-select: none;
}

.static-component .collapser__button:focus {
  outline: none;
}

.static-component .collapser__button--enable-focus:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

.static-component .collapser__body-item {
  padding: 10px;
}

.static-component .collapser__body-item:last-child {
  background: inherit;
  border-left: 2px solid #f5f5f5;
}

.static-component .collapser__main-body-content {
  min-width: 0;
}

.static-component .collapser__clamped {
  box-orient: vertical;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.static-component .collapser__diamond {
  content: "";
  background: inherit;
  border-left: 2px solid #f5f5f5;
  border-top: 2px solid #f5f5f5;
  height: 10px;
  position: absolute;
  right: calc(50% - 6px);
  bottom: -5px;
  transform: rotate(45deg);
  width: 10px;
}

.static-component .collapser__panel {
  max-height: 0;
  overflow: hidden;
}

.static-component .collapser__panel--collapsed {
  animation: collapserClose 0.2s linear 0s backwards;
}

@keyframes collapserClose {
  .static-component 0% {
    max-height: var(--collapser-expanded-height);
  }
  .static-component to {
    max-height: 0;
  }
}
.static-component .collapser__panel--expanded {
  animation: collapserOpen 0.2s linear 0s forwards;
}

@keyframes collapserOpen {
  .static-component 0% {
    max-height: 0;
  }
  .static-component 99% {
    max-height: var(--collapser-expanded-height);
  }
  .static-component to {
    max-height: none;
    overflow: visible;
  }
}
.static-component .collapser__open-icon {
  color: inherit;
  transition: transform 0.2s ease-in-out;
}

.static-component .collapser__image-container {
  width: 95px;
}

@media (min-width: 768px) {
  .static-component .collapser__body-item {
    padding: 15px;
  }

  .static-component .collapser__image-container {
    width: 125px;
  }
}
.static-component .collapser--transparent {
  background: transparent;
  color: inherit;
}

.static-component .collapser--transparent .collapser__container {
  border: 2px solid transparent;
}

.static-component .collapser--transparent .collapser__button {
  border-bottom: 2px solid transparent;
}

.static-component .collapser--transparent .collapser__body-item:first-child {
  padding-left: 0;
}

.static-component .collapser--transparent .collapser__body-item:last-child {
  padding-left: 10px;
  padding-right: 0;
  border-left: transparent;
}

.static-component .collapser--transparent .collapser__diamond {
  display: none;
}

.static-component .collapser--dark {
  background: #000;
  color: #fff;
}

.static-component .collapser--dark .collapser__container {
  border: 2px solid #fff;
}

.static-component .collapser--dark .collapser__button, .static-component .collapser--dark .collapser__panel {
  border-color: #fff;
}

.static-component .collapser--highlight {
  background: #066690;
  color: #fff;
}

.static-component .collapser--highlight .collapser__container {
  border: 2px solid #fff;
}

.static-component .collapser--highlight .collapser__button, .static-component .collapser--highlight .collapser__panel {
  border-color: #fff;
}

.static-component .collection-list {
  height: 100%;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
}

.static-component .collection-list__item {
  transition: background-color 0.2s;
}

.static-component .collection-list__item:first-child {
  padding-top: 10px;
}

.static-component .collection-list__item:hover {
  background-color: #f5f5f5;
}

.static-component .collection-list__item:last-child > .collection-list__list-label:after {
  border: none;
}

.static-component .collection-list__item-label {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  position: relative;
}

.static-component .collection-list__item-label:after {
  content: "";
  border-bottom: 1px solid #f5f5f5;
  bottom: 0;
  left: 0;
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  right: 0;
}

.static-component .collection-list__item-image {
  height: 60px;
  margin-right: 15px;
  width: 60px;
}

.static-component .collection-list__item-title {
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 125px);
  white-space: nowrap;
}

.static-component .collection-list__item-checkbox {
  margin-left: 20px;
}

.static-component .colour-swatches__swatch {
  max-width: 44px;
}

.static-component .colour-swatches__swatch-container-inner {
  height: 34px;
}

.static-component .colour-swatches__label {
  font-size: 14px;
}

.static-component .deep-links-navigation {
  background-color: #d6d6d6;
}

.static-component .deep-links-navigation__section {
  padding: 20px 15px 30px;
}

.static-component .deep-links-navigation__list {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: row;
  flex-basis: 100%;
  grid-row-gap: 10px;
  row-gap: 10px;
  grid-column-gap: 20px;
  column-gap: 20px;
}

@media (min-width: 768px) {
  .static-component .deep-links-navigation__list {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
    column-gap: 30px;
  }
}
.static-component .deep-links-navigation__item {
  color: #000;
}

.static-component .deep-links-navigation--has-children {
  background-color: #343434;
}

.static-component .deep-links-navigation--has-children__list {
  grid-template-columns: repeat(2, 1fr);
  color: #fff;
  grid-row-gap: 20px;
  row-gap: 20px;
}

@media (min-width: 768px) {
  .static-component .deep-links-navigation--has-children__list {
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 20px;
    column-gap: 20px;
  }
}
.static-component .deep-links-navigation--has-children__item {
  color: #fff;
}

.static-component .deep-links-navigation--has-children__title {
  font-weight: 600;
  color: #fff;
}

.static-component .deep-links-navigation--has-children__child {
  margin-top: 10px;
}

.static-component .definition-table {
  width: 100%;
}

.static-component .definition-table__row {
  border-bottom: 2px solid #eaeaea;
}

.static-component .definition-table__row:first-child {
  border-top: 2px solid #eaeaea;
}

.static-component .definition-table__col {
  display: inline-table;
}

@media (min-width: 768px) {
  .static-component .drop-down-nav {
    border-right: 1px solid #eaeaea;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    width: 220px;
    z-index: 100;
  }

  .static-component .drop-down-nav, .static-component .drop-down-nav:before {
    background: #fff;
    border-left: 1px solid #eaeaea;
  }

  .static-component .drop-down-nav:before {
    content: "";
    border-top: 1px solid #eaeaea;
    height: 12px;
    position: absolute;
    right: 2px;
    top: -6px;
    transform: rotate(45deg);
    width: 12px;
  }
}
.static-component .dynamic-cards-list {
  background-color: #f5f5f5 !important;
  min-height: 200px;
}

.static-component .dynamic-cards-list--single-column {
  min-height: 150px;
}

.static-component .editor-content .dynamic-cards-grid .card .link, .static-component .editor-content .dynamic-cards-grid .card .link:active, .static-component .editor-content .dynamic-cards-grid .card .link:focus, .static-component .editor-content .dynamic-cards-grid .card .link:hover {
  color: #343434;
  text-decoration: unset;
}

.static-component .editor-content .dynamic-cards-grid .card .heading-6 {
  font-size: 16px;
  font-size: 1rem;
  color: #343434;
  font-weight: 600;
  font-family: open-sans, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}

.static-component .eyebrow-nav {
  background-color: #007963;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  height: 44px;
  width: 100%;
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

.static-component .eyebrow-nav__container {
  align-items: center;
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
}

.static-component .eyebrow-nav__logo {
  width: 120px;
}

.static-component .eyebrow-nav__brand-logo {
  left: 50%;
  padding: 10px 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.static-component .eyebrow-nav__items-right {
  align-items: center;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
}

.static-component .eyebrow-nav__sign-in {
  align-items: center;
  display: flex;
  height: 100%;
  margin-left: auto;
  right: 0;
  top: 0;
}

.static-component .eyebrow-nav__icon, .static-component .eyebrow-nav__icon--muted {
  color: #fff;
}

.static-component .eyebrow-nav__icon--open {
  color: #343434 !important;
  background-color: #fff;
}

.static-component .eyebrow-nav__navigation-link, .static-component .eyebrow-nav__navigation-link:focus, .static-component .eyebrow-nav__navigation-link:hover {
  color: #fff;
}

.static-component .eyebrow-nav__navigation-link:active {
  background: #fff;
}

.static-component .eyebrow-nav__account-icon, .static-component .eyebrow-nav__search-icon {
  color: #fff;
}

.static-component .eyebrow-nav__desktop {
  display: none;
}

@media (max-width: 991px) {
  .static-component .eyebrow-nav .eyebrow-nav__logo {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .static-component .eyebrow-nav {
    background-color: #343434;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    height: 35px;
    position: static;
  }

  .static-component .eyebrow-nav__container {
    width: 980px;
  }

  .static-component .eyebrow-nav__brand-logo, .static-component .eyebrow-nav__icon {
    display: none;
  }

  .static-component .eyebrow-nav__desktop {
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .static-component .eyebrow-nav__items-right {
    right: 20px;
  }

  .static-component .eyebrow-nav__icon, .static-component .eyebrow-nav__icon--muted {
    color: #fff;
  }

  .static-component .eyebrow-nav__icon--open {
    color: #343434 !important;
    background-color: #fff;
  }

  .static-component .eyebrow-nav__account-icon, .static-component .eyebrow-nav__search-icon {
    color: #fff;
  }

  .static-component .eyebrow-nav__navigation-listitem {
    position: relative;
  }

  .static-component .eyebrow-nav__navigation-listitem:not(:first-of-type) {
    margin-left: 15px;
  }

  .static-component .eyebrow-nav__navigation-listitem:not(:first-of-type):before {
    background: #fff;
    content: "";
    height: 14px;
    left: -7.5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
  }

  .static-component .eyebrow-nav__navigation-link {
    color: #fff;
    text-decoration: none;
    text-transform: none;
  }

  .static-component .eyebrow-nav__navigation-link:focus, .static-component .eyebrow-nav__navigation-link:hover {
    color: #fff;
    text-decoration: underline;
  }

  .static-component .eyebrow-nav__navigation-link:active {
    background: #fff;
    color: #343434;
    text-decoration: underline;
  }

  .static-component .eyebrow-nav__logo {
    animation-name: logo-slide-up;
    animation-duration: 0.2s;
    animation-timing-function: ease;
  }

  @keyframes logo-slide-up {
    .static-component 0% {
      transform: translateY(44px);
    }
    .static-component to {
      transform: translateY(0);
    }
  }
}
.ad-inskin-active .static-component .eyebrow-nav, .ad-skin-active .static-component .eyebrow-nav {
  background: transparent !important;
  border: none !important;
}

.ad-inskin-active .static-component .eyebrow-nav .eyebrow-nav__container, .ad-skin-active .static-component .eyebrow-nav .eyebrow-nav__container {
  background-color: #343434;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.static-component .faux-tabs {
  margin-left: 10px;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .static-component .faux-tabs {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.static-component .faux-tabs--pull-up {
  margin-top: -15px;
}

.static-component .faux-tabs__tab-item {
  position: relative;
  border: none;
  border-bottom: 1px solid #858585;
  color: #595959;
  background-color: initial;
  cursor: pointer;
}

.static-component .faux-tabs__tab-item:before {
  background-color: none;
  content: "";
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  transition: background-color 0.2s ease-in-out;
}

.static-component .faux-tabs__tab-item:active, .static-component .faux-tabs__tab-item:hover {
  color: #343434;
}

.static-component .faux-tabs__tab-item--active:before, .static-component .faux-tabs__tab-item:active:before, .static-component .faux-tabs__tab-item:hover:before {
  background-color: #858585;
}

.static-component .faux-tabs__count {
  display: block;
}

@media (min-width: 544px) {
  .static-component .faux-tabs__count {
    display: inline;
  }
}
.static-component .form-autocomplete {
  position: relative;
}

.static-component .form-autocomplete__input {
  width: 100%;
  background-color: initial;
}

.static-component .form-autocomplete__input:focus {
  background-color: initial;
}

.static-component .form-autocomplete__options {
  background-color: #fff;
  border: 1px solid #858585;
  border-radius: 3px;
  display: none;
  flex-direction: column;
  max-height: 300px;
  overflow: auto;
  position: absolute;
  width: 100%;
  top: 46px;
  left: 0;
  z-index: 400;
}

.static-component .form-autocomplete__options--visible {
  display: flex;
}

.static-component .form-autocomplete__list-item {
  display: flex;
  list-style: none;
}

.static-component .form-autocomplete__list-item--selected, .static-component .form-autocomplete__list-item:hover {
  font-weight: 700;
}

.static-component .form-autocomplete__list-item--hidden {
  display: none;
}

.static-component .form-autocomplete__group {
  background: transparent;
  overflow: visible;
  white-space: nowrap;
  position: static;
  flex: 1 1 auto;
  z-index: 200;
  width: 1%;
}

.static-component .form-autocomplete__group .form-autocomplete__input {
  height: 42px;
  margin: 2px;
}

.static-component .form-autocomplete__group:focus {
  background: transparent;
  border: none;
  height: 42px;
  margin: 2px;
  outline: none;
}

.static-component .form-autocomplete__group:focus ~ .form-input-group__border {
  background-color: #fff;
  border-color: #219dff;
  color: #343434;
  border-width: 2px;
}

.static-component .form-autocomplete__group__options {
  top: 100%;
}

.static-component .form-checkbox-select {
  position: relative;
}

.static-component .form-checkbox-select--open .form-checkbox-select__options {
  display: flex;
}

.static-component .form-checkbox-select--open .form-checkbox-select__caret-icon {
  transform: rotate(180deg);
}

.static-component .form-checkbox-select:not(.form-checkbox-select--enable-focus-styles) .form-checkbox-select__caret-button:focus {
  outline: none;
}

.static-component .form-checkbox-select__caret-button {
  background-color: #fff;
  cursor: pointer;
  height: calc(100% - 4px);
  margin: 2px;
  right: 0;
  top: 0;
  width: 40px;
}

.static-component .form-checkbox-select__caret-button:before {
  background-color: #fff;
  content: "";
  height: 100%;
  width: 10px;
  left: -10px;
  position: absolute;
  top: 0;
}

.static-component .form-checkbox-select__caret-button:after {
  border-left: 1px solid #858585;
  content: "";
  display: flex;
  height: 75%;
  justify-self: center;
  position: relative;
}

.static-component .form-checkbox-select__caret-icon {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eicon%20%2Fdropdown%20arrow%3C%2Ftitle%3E%3Cpath%20d%3D%22M0%200h10L5%206z%22%20fill%3D%22%23343434%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(180deg, transparent 0, transparent);
  background-repeat: no-repeat, repeat;
  background-size: 0.65em auto, 100%;
  background-position: right 50% top 50%, 0 0;
  height: 100%;
  left: 0;
  top: 0;
  transition: transform 0.1s;
  width: 40px;
}

.static-component .form-checkbox-select__options {
  background-color: #fff;
  border: 1px solid #858585;
  border-radius: 3px;
  display: none;
  flex-direction: column;
  max-height: 300px;
  overflow: auto;
  position: absolute;
  width: 100%;
  z-index: 400;
}

.static-component .form-checkbox-select__list-item {
  display: flex;
  list-style: none;
}

.static-component .form-checkbox-select__list-item--hidden {
  display: none;
}

.static-component .form-checkbox-select__list-item--selected {
  border: 2px solid #219dff;
}

.static-component .form-checkbox-select__list-item:not(:last-child):not(.form-checkbox-select__list-item--selected) .form-checkbox-select__list-item-inner {
  border-bottom: 1px solid #d6d6d6;
}

.static-component .form-checkbox-select__list-item-inner {
  margin: 0 10px;
  padding: 10px 5px;
}

.static-component .form-checkbox-select__no-options-item {
  color: #595959;
}

.static-component .form-checkbox-select__modal-searchbox {
  position: relative;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 10px;
  margin: 10px 15px 0;
}

.static-component .form-group:not(:last-of-type) {
  margin-bottom: 10px;
}

.static-component .form-image-upload {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.static-component .form-image-upload--invalid.form-image-upload--inverted .form-image-upload__button, .static-component .form-image-upload--invalid .form-image-upload__button {
  border-color: #bd1622;
}

.static-component .form-image-upload--inverted .form-image-upload__button {
  border-color: #fff;
}

.static-component .form-image-upload--inverted .form-image-upload__button-text {
  color: #fff;
}

.static-component .form-image-upload__button {
  border-color: #858585;
}

.static-component .form-image-upload__button:focus {
  border-color: #219dff;
  outline: none;
  border-width: 2px;
}

.static-component .form-image-upload__crop-container {
  background: #343434;
}

.static-component .form-image-upload__remove {
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 0.75;
  cursor: pointer;
}

.static-component .form-image-upload__remove:hover {
  opacity: 1;
}

.static-component .form-input-group {
  position: relative;
  flex-wrap: wrap;
  width: 100%;
  background-color: #fff;
  height: 46px;
  border-radius: 3px;
}

.static-component .form-input-group__item {
  border-radius: 0;
  position: relative;
  z-index: 100;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  height: 100%;
}

.static-component .form-input-group__item:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding-right: 0;
}

.static-component .form-input-group__item:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  padding-left: 0;
}

.static-component .form-input-group__item--not-text:first-child {
  padding-left: 0;
}

.static-component .form-input-group__item--not-text:last-child {
  padding-right: 0;
}

.static-component .form-input-group__border {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #858585;
  border-radius: 3px;
}

.static-component .form-input-group__input {
  background: transparent;
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin: 1px;
  height: 44px;
  z-index: 200;
}

.static-component .form-input-group__input:focus {
  background: transparent;
  border: none;
  height: 42px;
  margin: 2px;
  outline: none;
}

.static-component .form-input-group__input:focus ~ .form-input-group__border {
  background-color: #fff;
  border-color: #219dff;
  color: #343434;
  border-width: 2px;
}

.static-component .form-input-group__input:disabled ~ .form-input-group__border {
  opacity: 0.6;
  background-color: #fff;
  z-index: 200;
}

.static-component .form-input-group--invalid .form-input-group__border, .static-component .form-input-group--inverted.form-input-group--invalid .form-input-group__border {
  border-color: #bd1622;
  border-width: 2px;
}

.static-component .form-input-group--inverted {
  background: transparent;
  color: #fff;
}

.static-component .form-input-group--inverted .form-input-group__border {
  border-color: #fff;
}

.static-component .form-input-group--inverted .form-input-group__input:focus ~ .form-input-group__border, .static-component .form-input-group--inverted .form-input-group__input ~ .form-input-group__border {
  background: transparent;
}

.static-component .form-input-group--textarea {
  height: auto;
}

.static-component .form-input-group--textarea .form-input-group__item {
  height: auto;
  min-height: 46px;
  overflow: auto;
  white-space: normal;
}

@media (max-width: 991px) {
  .static-component .form-input-group--mobile-square-borders {
    border-radius: 0;
  }

  .static-component .form-input-group--mobile-square-borders .form-input-group__item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .static-component .form-input-group--mobile-square-borders .form-input-group__item:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .static-component .form-input-group--mobile-square-borders .form-input-group__border {
    border-radius: 0;
  }
}
.static-component .form-multi-select {
  position: relative;
}

.static-component .form-multi-select--open .form-multi-select__options {
  display: flex;
}

.static-component .form-multi-select--open .form-multi-select__caret-icon {
  transform: rotate(180deg);
}

.static-component .form-multi-select:not(.form-multi-select--enable-focus-styles) .form-multi-select__caret-button:focus {
  outline: none;
}

.static-component .form-multi-select__caret-button {
  background-color: #fff;
  cursor: pointer;
  height: calc(100% - 4px);
  margin: 2px;
  right: 0;
  top: 0;
  width: 40px;
}

.static-component .form-multi-select__caret-button:before {
  background-color: #fff;
  content: "";
  height: 100%;
  width: 10px;
  left: -10px;
  position: absolute;
  top: 0;
}

.static-component .form-multi-select__caret-button:after {
  border-left: 1px solid #858585;
  content: "";
  display: flex;
  height: 75%;
  justify-self: center;
  position: relative;
}

.static-component .form-multi-select__caret-icon {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eicon%20%2Fdropdown%20arrow%3C%2Ftitle%3E%3Cpath%20d%3D%22M0%200h10L5%206z%22%20fill%3D%22%23343434%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(180deg, transparent 0, transparent);
  background-repeat: no-repeat, repeat;
  background-size: 0.65em auto, 100%;
  background-position: right 50% top 50%, 0 0;
  height: 100%;
  left: 0;
  top: 0;
  transition: transform 0.1s;
  width: 40px;
}

.static-component .form-multi-select__options {
  background-color: #fff;
  border: 1px solid #858585;
  border-radius: 3px;
  display: none;
  flex-direction: column;
  max-height: 300px;
  overflow: auto;
  position: absolute;
  width: 100%;
  z-index: 400;
}

.static-component .form-multi-select__list-item {
  display: flex;
  list-style: none;
}

.static-component .form-multi-select__list-item--hidden {
  display: none;
}

.static-component .form-multi-select__list-item--selected {
  border: 2px solid #219dff;
}

.static-component .form-multi-select__list-item:not(:last-child):not(.form-multi-select__list-item--selected) .form-multi-select__list-item-inner {
  border-bottom: 1px solid #d6d6d6;
}

.static-component .form-multi-select__list-item-inner {
  margin: 0 10px;
  padding: 10px 5px;
}

.static-component .form-multi-select__no-options-item {
  color: #595959;
}

.static-component .form-multi-select__modal-searchbox {
  position: relative;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 10px;
  margin: 10px 15px 0;
}

.static-component .form-radio-tabs {
  overflow: hidden;
  position: relative;
}

.static-component .form-radio-tabs--has-active-group {
  padding-bottom: 41px;
}

.static-component .form-radio-tabs--inverted .form-radio-tabs__grouped-radio-button-label {
  color: #fff;
}

.static-component .form-radio-tabs__legend {
  font-weight: 600;
}

.static-component .form-radio-tabs__tab:not(:last-child) {
  margin-right: 10px;
}

.static-component .form-radio-tabs__tab-label {
  background-color: #eaeaea;
  border-radius: 999px;
  color: #343434;
  cursor: pointer;
  font-weight: 600;
  min-width: 80px;
  padding: 10px;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.static-component .form-radio-tabs__tab-label--active {
  background-color: #595959;
  color: #fff;
}

.static-component .form-radio-tabs__group {
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  bottom: 0;
  max-width: 100%;
  white-space: nowrap;
}

.static-component .form-radio-tabs__grouped-radio-button-label {
  color: #343434;
  cursor: pointer;
}

.static-component .form-radio-tabs__grouped-radio-button-input {
  cursor: pointer;
}

.static-component .form-sortable-input__handle {
  align-items: center;
  background-color: #d6d6d6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 30px;
}

.static-component .form-sortable-input__handle--invalid {
  background: #bd1622;
}

.static-component .form-sortable-input--dragging .form-sortable-input__input {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.static-component .gallery__carousel {
  border: 1px solid #eaeaea;
  background: #fff;
}

.static-component .gallery__enlarge-btn {
  top: 0;
  right: 0;
  padding: 0;
}

.static-component .gallery__enlarge-btn-icon {
  border-bottom-left-radius: 5px;
  border-top: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  background: #fff;
}

.static-component .gallery__footer {
  margin: 0 1px;
  transition: height 0.2s ease;
  min-height: 24px;
}

.static-component .gallery__footer .gallery__img-count {
  z-index: 200;
}

.static-component .gallery__footer .gallery__caption-icon-container, .static-component .gallery__footer .gallery__img-count {
  background: #343434;
  color: #fff;
  height: 100%;
}

.static-component .gallery__footer .gallery__caption-icon-container {
  width: 29px;
  justify-content: center;
  border-left: 1px solid rgba(52, 52, 52, 0.75);
  background-clip: content-box;
  position: relative;
  z-index: 100;
  margin-left: -29px;
}

.static-component .gallery__footer .gallery__caption-icon-container--enable-transition {
  transition: transform 0.2s ease;
}

.static-component .gallery__footer .gallery__caption-icon-container--showing {
  transform: translateX(29px);
}

.static-component .gallery__footer .gallery__caption-icon {
  max-height: 24px;
  pointer-events: none;
}

.static-component .gallery__footer .gallery__source {
  position: absolute;
  right: 0;
  transition: opacity 0.2s;
  pointer-events: none;
  opacity: 0;
  transform: translateX(100%);
}

.static-component .gallery__footer .gallery__source--current {
  pointer-events: auto;
  opacity: 1;
}

.static-component .gallery__footer .gallery__source--aligned {
  transform: none;
}

.static-component .gallery__footer .gallery__source--has-caption {
  margin-left: 29px;
}

.static-component .gallery__footer .gallery__img-count, .static-component .gallery__footer .gallery__source {
  padding: 2px 7px;
}

@media (min-width: 992px) {
  .static-component .gallery {
    margin: 30px 0;
  }
}
@supports not (aspect-ratio: 1) {
  .static-component .gallery__img {
    height: 100%;
    display: flex;
  }
}
@media (any-pointer: coarse) {
  .static-component .gallery__enlarge-btn {
    padding: 0 0 15px 15px;
  }
}
.static-component .glossary-nav__list {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.static-component .glossary-nav__list__item {
  margin-right: 30px;
  margin-bottom: 5px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.static-component .glossary-nav__list__item:hover {
  background: #3d4e4f;
  border-radius: 10rem;
  color: #fff;
}

.static-component .glossary-nav__list__link {
  padding: 10px 15px;
  min-width: 40px;
}

.static-component .grouped-list__heading, .static-component .grouped-list__list {
  color: #343434;
}

.static-component .headline__icon, .static-component .headline__kicker {
  color: #bd1622;
}

.static-component .headline--line-separated {
  border-bottom: 1px solid #d6d6d6;
}

.static-component .height-clamper {
  --height-clamper-clamped-max-height:none;
  --height-clamper-expanded-max-height:none;
}

.static-component .height-clamper--expanded .height-clamper__content {
  animation: heightClamperOpen 0.2s linear 0s forwards;
}

@keyframes heightClamperOpen {
  .static-component 0% {
    max-height: var(--height-clamper-clamped-max-height);
  }
  .static-component 99% {
    max-height: var(--height-clamper-expanded-max-height);
  }
  .static-component to {
    max-height: none;
  }
}
.static-component .height-clamper--collapsed .height-clamper__content {
  animation: heightClamperClose 0.1s linear 0s backwards;
}

@keyframes heightClamperClose {
  .static-component 0% {
    max-height: var(--height-clamper-expanded-max-height);
  }
  .static-component to {
    max-height: var(--height-clamper-clamped-max-height);
  }
}
.static-component .height-clamper__content {
  overflow: hidden;
  max-height: var(--height-clamper-clamped-max-height);
  transition: max-height 0.2s linear;
}

.static-component .hero {
  position: relative;
}

.static-component .hero__text {
  color: #343434;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  display: block;
  padding: 10px;
  bottom: 40px;
  left: 20px;
  right: 20px;
  margin-top: 20px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

@media (min-width: 768px) {
  .static-component .hero__text {
    width: 52%;
    margin: 0;
    padding: 20px;
  }

  .static-component .hero__text--left {
    right: auto;
  }

  .static-component .hero__text--right {
    left: auto;
  }
}
.static-component .hero__text--dark {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.static-component .hero__heading--dark {
  color: #fff;
}

.static-component .hero__caption {
  margin: 10px 0;
  color: inherit;
}

.static-component .hero__button {
  display: inline-block;
}

.static-component .hero__link .button__content {
  padding: 0;
  justify-content: flex-start;
}

.static-component .hero__link--dark .button__content {
  color: #02a88a;
}

.static-component .highlight-box {
  position: relative;
  border-top: 1px solid #066690;
  border-bottom: 1px solid #066690;
  padding-top: 15px;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.static-component .highlight-box ~ :not(.highlight-box) {
  margin-top: 20px;
}

.static-component .highlight-box--backdrop {
  background-color: #f5f5f5;
  padding-left: 15px;
  padding-right: 15px;
}

.static-component .highlight-box--commercial {
  border-top: 1px solid #066690;
  border-bottom: 1px solid #066690;
}

.static-component .highlight-box--commercial.highlight-box--backdrop {
  background-color: rgba(6, 102, 144, 0.1);
}

.static-component .highlight-box__content {
  color: #343434;
}

.static-component .highlight-box__image {
  width: 100%;
  height: auto;
  margin-top: 15px;
}

.static-component .highlight-box .editor-content h1, .static-component .highlight-box .editor-content h2, .static-component .highlight-box .editor-content h3, .static-component .highlight-box .editor-content h4 {
  color: #343434;
}

.static-component .highlight-box .editor-content h5, .static-component .highlight-box .editor-content h6 {
  color: #066690;
}

.static-component .highlight-box--commercial .editor-content h1, .static-component .highlight-box--commercial .editor-content h2, .static-component .highlight-box--commercial .editor-content h3, .static-component .highlight-box--commercial .editor-content h4, .static-component .highlight-box--commercial .editor-content h5, .static-component .highlight-box--commercial .editor-content h6 {
  color: #343434;
}

@media (min-width: 768px) {
  .static-component .highlight-box {
    display: flex;
    flex-direction: row;
  }

  .static-component .highlight-box__content {
    flex: 1;
  }

  .static-component .highlight-box__image {
    display: flex;
    flex-direction: column;
    flex: 0 0 205px;
    margin-top: 0;
    margin-left: 20px;
    width: auto;
  }
}
.static-component .how-to-grow {
  flex-flow: column wrap;
  grid-row-gap: 15px;
  row-gap: 15px;
  grid-column-gap: 20px;
  column-gap: 20px;
}

@media (min-width: 544px) {
  .static-component .how-to-grow {
    flex-flow: row wrap;
  }
}
@media (min-width: 544px) {
  .static-component .how-to-grow__average-yield, .static-component .how-to-grow__text {
    display: block;
  }
}
.static-component .icon-radio-group {
  display: flex;
}

.static-component .icon-radio-group__label {
  flex: 1;
  max-width: 120px;
  min-width: 60px;
  margin: 0 5px;
  cursor: pointer;
}

.static-component .icon-radio-group__badge {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  height: 125px;
  background-color: #fff;
  text-align: center;
  border-radius: 4px;
  border: 2px solid #fff;
}

.static-component .icon-radio-group__badge:hover {
  border-color: currentColor;
}

.static-component .icon-radio-group__badge-icon {
  margin: 0 auto;
}

.static-component .icon-radio-group__input:checked + .icon-radio-group__badge {
  position: relative;
  border-color: currentColor;
}

.static-component .icon-radio-group__input:checked + .icon-radio-group__badge:before {
  content: "";
  position: absolute;
  background: currentColor;
  opacity: 0.1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.static-component .icon-radio-group--disabled .icon-radio-group__label {
  cursor: not-allowed;
}

.static-component .icon-radio-group--disabled .icon-radio-group__badge:hover {
  border-color: transparent;
}

.static-component .icon-radio-group--disabled .icon-radio-group__input:checked + .icon-radio-group__badge:hover {
  border-color: currentColor;
}

@media (max-width: 543px) {
  .static-component .icon-radio-group__label {
    margin-left: 2px;
    margin-right: 2px;
  }

  .static-component .icon-radio-group__label:first-of-type {
    margin-left: 0;
  }

  .static-component .icon-radio-group__label:last-of-type {
    margin-right: 0;
  }
}
.static-component .icon-stack {
  display: inline-block;
  position: relative;
  text-align: center;
}

.static-component .icon-stack--vertical-align {
  vertical-align: middle;
}

.static-component .icon-stack__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media print {
  .static-component .icon-stack {
    filter: grayscale(100%) brightness(70%) contrast(10000%);
    padding: 20px;
  }

  .static-component .icon-stack__icon {
    transform: scale(1.4);
  }
}
.static-component .icon-with-text {
  display: flex;
}

.static-component .icon-with-text--aligned {
  align-items: center;
}

.static-component .info-box__content {
  max-width: 380px;
}

.static-component .info-box__divider {
  background-color: #d6d6d6;
  height: 1px;
}

.static-component .inline-gallery__item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d6d6d6;
}

.static-component .inline-gallery__index {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: #343434;
  font-family: inherit;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  margin: 20px 0;
}

.static-component .inline-gallery__image {
  font-family: inherit;
  margin-bottom: 10px 0;
}

.static-component .inline-gallery__heading {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 10px auto;
}

.static-component .inline-gallery__description, .static-component .inline-gallery__heading {
  line-height: 26px;
  line-height: 1.625rem;
  color: #343434;
  font-family: inherit;
  letter-spacing: normal;
  text-transform: none;
}

.static-component .inline-gallery__description {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  margin: 0 auto;
}

.static-component .editor-content .inline-gallery p.inline-gallery__index {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: #343434;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  margin: 20px 0;
}

.static-component .editor-content .inline-gallery p.inline-gallery__heading {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #343434;
  font-family: inherit;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: none;
  margin: 10px auto;
}

.static-component .editor-content .inline-gallery p.inline-gallery__description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #343434;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  margin: 0 auto;
}

.static-component .key-value-blocks__batch {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.static-component .key-value-blocks__item {
  display: flex;
  margin-right: 5px;
  margin-top: 10px;
  flex-direction: column;
  text-align: center;
  word-break: break-all;
  min-width: 63px;
}

.static-component .key-value-blocks__prefix {
  content: "";
  height: 21px;
  padding: 0;
  border: solid transparent;
  border-width: 1px 1px 0;
  align-items: center;
}

.static-component .key-value-blocks__prefix--bordered {
  border-color: rgba(13, 136, 190, 0.25);
}

.static-component .key-value-blocks__key, .static-component .key-value-blocks__prefix, .static-component .key-value-blocks__value {
  display: flex;
  justify-content: center;
}

.static-component .key-value-blocks__key, .static-component .key-value-blocks__value {
  line-height: 1.1;
  background: rgba(13, 136, 190, 0.25);
}

.static-component .key-value-blocks__key {
  padding: 5px;
}

.static-component .key-value-blocks__value {
  padding: 0 5px 5px;
  font-weight: 600;
}

.static-component .key-value-blocks__caption {
  padding: 0;
  margin-bottom: -5px;
  font-weight: 700;
  caption-side: top;
}

.static-component .labels {
  display: block;
}

.static-component .labels__label:not(:last-child):after {
  content: "|";
  margin: 0 5px;
}

.static-component .labels__tooltip {
  color: #343434;
}

.static-component .lightbox {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  color: #fff;
  z-index: 900;
  transform-origin: top left;
  transition: transform 0.2s ease;
}

.static-component .lightbox--transitioned .lightbox__img-wrap {
  transform: none;
  opacity: 1;
}

.static-component .lightbox--transitioned .lightbox__close {
  opacity: 1;
}

.static-component .lightbox__img-wrap {
  margin: 40px auto;
  padding: 0;
  opacity: 0;
  grid-template-columns: auto;
  grid-template-areas: "img" "img-count" "img-caption" "img-src";
  grid-template-rows: auto auto repeat(1, 1fr);
  transition: transform 0.4s ease 0.1s, opacity 0.4s ease 0.1s;
}

.static-component .lightbox__img-wrap:first-of-type {
  padding-top: 40px;
}

.static-component .lightbox__img-wrap:last-of-type {
  padding-bottom: 40px;
}

.static-component .lightbox__img-wrap--hidden-above {
  transform: translateY(-60px);
}

.static-component .lightbox__img-wrap--hidden-below {
  transform: translateY(60px);
}

.static-component .lightbox__img-wrap:not(.lightbox__img-wrap--highlight) {
  transition-delay: 0.6s;
}

.static-component .lightbox__img {
  align-self: center;
  max-height: min(100vh - 60px, 900px);
  grid-area: img;
}

.static-component .lightbox__img-count {
  grid-area: img-count;
}

.static-component .lightbox__img-src {
  grid-area: img-src;
}

.static-component .lightbox__img-caption {
  grid-area: img-caption;
}

.static-component .lightbox__img-caption, .static-component .lightbox__img-src {
  padding-top: 5px;
}

.static-component .lightbox__img-caption, .static-component .lightbox__img-count {
  padding-left: 0;
  border-left: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow-wrap: break-word;
}

.static-component .lightbox__img-caption, .static-component .lightbox__img-count, .static-component .lightbox__img-src {
  margin: 0 15px;
}

.static-component .lightbox__img-caption, .static-component .lightbox__img-caption *, .static-component .lightbox__img-count, .static-component .lightbox__img-count *, .static-component .lightbox__img-src, .static-component .lightbox__img-src * {
  color: #fff;
}

.static-component .lightbox__img-caption a, .static-component .lightbox__img-count a, .static-component .lightbox__img-src a {
  color: #02a88a;
}

.static-component .lightbox__img-caption a:hover, .static-component .lightbox__img-count a:hover, .static-component .lightbox__img-src a:hover {
  color: #007963;
}

.static-component .lightbox__close {
  right: 5px;
  top: 5px;
  z-index: 1000;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 100%;
  opacity: 0;
  transition: opacity 0.4s ease 0.1s;
}

@media (min-width: 768px) {
  .static-component .lightbox__img-count, .static-component .lightbox__img-src {
    padding-top: 0;
  }

  .static-component .lightbox__img-src {
    text-align: right;
  }

  .static-component .lightbox__img-caption {
    padding-top: 10px;
  }

  .static-component .lightbox__img-caption, .static-component .lightbox__img-count, .static-component .lightbox__img-src {
    margin: 0;
  }

  .static-component .lightbox__img-wrap {
    padding: 5px 40px;
    grid-template-areas: "img img" "img-count img-src" "img-caption img-caption";
  }
}
@media (min-width: 992px) {
  .static-component .lightbox__img-caption {
    padding-right: 15px;
  }

  .static-component .lightbox__close {
    right: 20px;
    top: 20px;
  }

  .static-component .lightbox__img-wrap {
    max-width: 1423px;
  }

  .static-component .lightbox__img-wrap--has-captions {
    max-width: 1692px;
    grid-template-columns: 269px auto;
    grid-template-areas: "img-count img" "img-caption img" "img-caption img-src";
  }

  .static-component .lightbox__img-wrap--has-captions .lightbox__img-caption, .static-component .lightbox__img-wrap--has-captions .lightbox__img-count {
    padding-left: 10px;
    border-left: 1px solid #d6d6d6;
  }
}
.static-component .line-clamper {
  --line-clamper-line-clamp:initial;
  --line-clamper-clamped-max-height:none;
  --line-clamper-expanded-max-height:none;
}

.static-component .line-clamper--expanded .line-clamper__content {
  box-orient: vertical;
  display: -webkit-box;
  line-clamp: none;
  -webkit-line-clamp: initial;
  -webkit-box-orient: vertical;
  animation: lineClamperOpen 0.2s linear 0s forwards;
}

@keyframes lineClamperOpen {
  .static-component 0% {
    max-height: var(--line-clamper-clamped-max-height);
  }
  .static-component 99% {
    max-height: var(--line-clamper-expanded-max-height);
  }
  .static-component to {
    max-height: none;
  }
}
.static-component .line-clamper--collapsed .line-clamper__content {
  animation: lineClamperClose 0.2s linear 0s backwards;
}

@keyframes lineClamperClose {
  .static-component 0% {
    box-orient: vertical;
    display: -webkit-box;
    line-clamp: none;
    -webkit-line-clamp: initial;
    -webkit-box-orient: vertical;
    max-height: var(--line-clamper-expanded-max-height);
  }
  .static-component to {
    box-orient: vertical;
    display: -webkit-box;
    line-clamp: var(--line-clamper-line-clamp);
    -webkit-line-clamp: var(--line-clamper-line-clamp);
    -webkit-box-orient: vertical;
    max-height: var(--line-clamper-clamped-max-height);
  }
}
.static-component .line-clamper__content {
  box-orient: vertical;
  display: -webkit-box;
  line-clamp: var(--line-clamper-line-clamp);
  -webkit-line-clamp: var(--line-clamper-line-clamp);
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: var(--line-clamper-clamped-max-height);
  transition: max-height 0.2s linear;
}

.static-component .line-clamper__content p {
  display: contents;
}

.static-component .line-clamper__content p:after, .static-component .line-clamper__content p:not(:first-child):before {
  content: "\a";
  white-space: pre;
}

.static-component .no-js .line-clamper .line-clamper__content {
  -webkit-line-clamp: initial !important;
}

.static-component .link-box {
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 400;
  display: inline-block;
}

.static-component .link-box__link {
  -webkit-text-decoration: undeline;
  text-decoration: undeline;
}

.static-component .link-box--flag {
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 50%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 50%, 100% 100%, 0 100%);
  padding-right: 18px;
}

.static-component .link-box--flag .link-box__link {
  -webkit-text-decoration: undeline;
  text-decoration: undeline;
}

.static-component .link-box--large {
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 400;
}

.static-component .link-box--large.link-box--flag {
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 50%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 50%, 100% 100%, 0 100%);
  padding-right: 18px;
}

.static-component .link-box--large .link-box__link {
  -webkit-text-decoration: undeline;
  text-decoration: undeline;
}

.static-component .list {
  padding: 0;
  margin: 0;
}

.static-component .list--horizontal {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.static-component .loading-bar {
  display: grid;
  align-items: center;
  justify-content: center;
}

.static-component .loading-bar__container {
  width: 300px;
  height: 20px;
  background-color: #858585;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}

.static-component .loading-bar__progress {
  height: 20px;
  position: absolute;
  background-color: #0d88be;
  border-radius: 30px 0 0 30px !important;
}

.static-component .loading-bar__percentage {
  text-align: center;
  font-size: 12px;
  display: block;
  color: #066690;
  font-weight: 600;
}

.static-component .loading-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}

.static-component .loading-icon--fade-out {
  pointer-events: none;
  opacity: 0;
}

.static-component .loading-state__headline, .static-component .loading-state__subheading {
  text-align: center;
}

.static-component .loading-state__loading-bar {
  margin-top: 21px;
}

@keyframes modalEnter {
  .static-component 0% {
    opacity: 0;
    transform: translate(-50%, -55%);
  }
  .static-component to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
.static-component .modal {
  animation: modalEnter 0.1s ease-out 0s 1, fadeIn;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  display: flex;
  flex-direction: column;
  left: 50%;
  overflow: hidden;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 900;
  height: 100%;
}

.static-component .modal:not(.modal--fluid) {
  max-height: 100vh;
}

.static-component .modal__header {
  border-bottom: 1px solid #d6d6d6;
  display: flex;
  width: 100%;
}

.static-component .modal__title {
  border-right: 1px solid #d6d6d6;
  flex-grow: 1;
  padding: 20px;
}

.static-component .modal__close-button {
  cursor: pointer;
  padding: 20px;
  transition: background-color 0.2s;
}

.static-component .modal__close-button:hover {
  background-color: #f5f5f5;
}

.static-component .modal__body {
  background: linear-gradient(#fff 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #fff 70%) 0 100%, linear-gradient(180deg, rgba(199, 199, 199, 0.3), rgba(255, 255, 255, 0.4) 30%), linear-gradient(0deg, rgba(199, 199, 199, 0.3), rgba(255, 255, 255, 0.4) 30%) 0 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 100% 30px, 100% 30px, 100% 25px, 100% 25px;
  background-attachment: local, local, scroll, scroll;
  flex: 1;
  overflow: auto;
}

.static-component .modal__footer {
  width: 100%;
}

.static-component .modal__footer, .static-component .modal__sub-footer {
  border-top: 1px solid #d6d6d6;
  padding: 20px;
}

.static-component .modal__sub-footer {
  background-color: #f5f5f5;
}

.static-component .modal__backdrop {
  left: 0;
  top: 0;
  position: fixed;
  z-index: 800;
}

@media (min-width: 544px) {
  .static-component .modal {
    border-radius: 15px;
    display: block;
    height: auto;
    max-width: 420px;
  }

  .static-component .modal:not(.modal--fluid) .modal__body {
    height: 100vh;
  }
}
@media (max-width: 543px) {
  .static-component .modal .modal__body {
    max-height: none !important;
  }
}
.static-component .notification {
  border-radius: 8px;
  padding: 20px;
  align-items: flex-start;
}

.static-component .notification--success {
  color: #196936;
  background-color: #e3f4e3;
}

.static-component .notification--error {
  color: #bd1622;
  background-color: #f9e5e5;
}

.static-component .notification__icon {
  margin-right: 5px;
  flex-shrink: 0;
}

.static-component .notification__icon--success {
  margin-top: 4px;
}

.static-component .notification__icon--error {
  margin-top: 2px;
}

.static-component .numeric-paginator {
  font-weight: 600;
  color: #007963;
}

.static-component .numeric-paginator__arrow-link, .static-component .numeric-paginator__list {
  flex: 1 1 33%;
}

.static-component .numeric-paginator__arrow-link, .static-component .numeric-paginator__numeric-link {
  cursor: pointer;
}

.static-component .numeric-paginator__arrow-link:hover, .static-component .numeric-paginator__numeric-link:hover {
  text-decoration: underline;
}

.static-component .numeric-paginator__numeric-link {
  width: 38px;
  height: 38px;
}

.static-component .numeric-paginator__numeric-link--active {
  background-color: #007963;
  border-radius: 50%;
  pointer-events: none;
  cursor: default;
}

.static-component .numeric-paginator__list {
  list-style-type: none;
}

.static-component .numeric-paginator__item--has-gap-prev {
  width: 76px;
}

.static-component .numeric-paginator__item--has-gap-prev:before {
  content: "…";
  width: 38px;
  text-align: center;
}

.static-component .numeric-paginator__item--has-gap-next {
  width: 76px;
}

.static-component .numeric-paginator__item--has-gap-next:after {
  content: "…";
  width: 38px;
  text-align: center;
}

.static-component .numeric-paginator__item--active {
  color: #fff;
}

.static-component .page-widgets--with-separators .page-widgets__item:not(:last-child) {
  border-bottom: 2px solid #f5f5f5;
  padding-bottom: 30px;
}

.static-component .page-widgets__item + .page-widgets__item {
  margin-top: 30px;
}

.static-component .password-criteria {
  list-style-type: none !important;
  margin: 0;
  padding: 0;
}

.static-component .password-criteria--default {
  display: flex;
  line-height: 20px;
}

.static-component .password-criteria--default:last-child {
  margin-bottom: 0;
}

.static-component .password-criteria__icon-container {
  width: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.static-component .password-criteria__label {
  flex: 1;
  font-size: 12px;
  padding-left: 6.5px;
}

.static-component .password-input__button {
  min-width: 70px;
}

.static-component .password-input__strength {
  line-height: 19px;
  margin-top: 5px;
  min-height: 26px;
  padding-left: 1px;
}

.static-component .password-input__strength--invalid {
  --password-input-strength-color:#bd1622;
  --password-input-strength-translate:22%;
}

.static-component .password-input__strength--weak {
  --password-input-strength-color:#daa70d;
  --password-input-strength-translate:48%;
}

.static-component .password-input__strength--good {
  --password-input-strength-color:rgba(25,105,54,0.5);
  --password-input-strength-translate:70%;
}

.static-component .password-input__strength--strong {
  --password-input-strength-color:#196936;
  --password-input-strength-translate:87%;
}

.static-component .password-input__strength-meter {
  position: relative;
  overflow: hidden;
  height: 5px;
  width: 100%;
}

.static-component .password-input__strength-meter:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: -100%;
  background-color: var(--password-input-strength-color);
  transform: translateX(var(--password-input-strength-translate));
  transition: background-color 0.3s ease-in, transform 0.3s ease-in;
  transition-delay: 0s, 0.15s;
}

.static-component .password-input__strength-label {
  font-size: 12px;
  font-size: 0.75rem;
  color: var(--password-input-strength-color);
  transition: color 0.3s ease-in;
  text-transform: capitalize;
}

.static-component .plant-detail {
  flex-direction: column;
  grid-row-gap: 20px;
  row-gap: 20px;
}

.static-component .plant-detail__icons {
  grid-column-gap: 10px;
  column-gap: 10px;
  grid-row-gap: 10px;
  row-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
}

.static-component .plant-detail__icon {
  width: 80px;
}

@media (min-width: 544px) {
  .static-component .plant-detail {
    flex-direction: row;
    grid-column-gap: 10px;
    column-gap: 10px;
  }

  .static-component .plant-detail__icons {
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  }
}
@supports (display: grid) {
  .static-component .plant-key-features__inner {
    grid-column-gap: 20px;
    column-gap: 20px;
    grid-row-gap: 15px;
    row-gap: 15px;
  }
}
.static-component .plant-overview__inner {
  flex-flow: column;
}

@supports (display: grid) {
  .static-component .plant-overview__inner {
    grid-row-gap: 5px;
    row-gap: 5px;
    grid-column-gap: 5px;
    column-gap: 5px;
  }
}
.static-component .plant-overview__item-row {
  background: #f5f5f5;
  align-items: center;
  flex-wrap: wrap;
}

.static-component .plant-overview__item-cell {
  flex-grow: 1;
  align-items: center;
}

@media (min-width: 992px) {
  .static-component .plant-overview .plant-overview__inner {
    flex-flow: row wrap;
  }

  .static-component .plant-overview .plant-overview__item-row {
    flex: 1 calc(50% - 5px);
  }
}
.static-component .popup-toggle-button {
  align-items: center;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  display: flex;
  height: 100%;
  padding: 10px;
}

.static-component .post-content-item {
  width: 100%;
  border-top: 1px solid #d6d6d6;
  position: relative;
  padding: 30px 0 20px;
  margin-bottom: 30px;
}

.static-component .post-content-item__time {
  position: absolute;
  top: 0;
  background-color: #d6d6d6;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #343434;
  height: 20px;
}

.static-component .post-content-item--live {
  border-color: #bd1622;
}

.static-component .post-content-item--live .post-content-item__time {
  background-color: #bd1622;
  color: #fff;
}

.static-component .post-content-item__authors {
  text-align: right;
}

.static-component .post-content-item .oembed--iframe {
  margin-bottom: 0;
}

@keyframes new-item-animation {
  .static-component 0% {
    opacity: 0;
  }
  .static-component to {
    opacity: 1;
  }
}
.static-component .post-content-item--highlighted {
  animation: new-item-animation 5s ease-out 0s 1 normal none running;
}

@media (min-width: 768px) {
  .static-component .post-content-item {
    padding-top: 15px;
  }

  .static-component .post-content-item .editor-content, .static-component .post-content-item__heading {
    margin-left: 80px;
  }
}
.static-component .post-header-image__hero-image-overlay-icon {
  background-color: rgba(15, 44, 59, 0.4);
  border: 4px solid #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  z-index: 100;
}

.static-component .post-teaser {
  margin-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
}

.static-component .post-teaser__introduction {
  margin: 15px auto;
}

.static-component .post-teaser__info {
  margin-bottom: 15px;
}

.static-component .post-teaser__publish-date {
  display: block;
  margin-top: 15px;
}

.static-component .post-teaser__action {
  margin-bottom: 10px;
}

.static-component .post-teaser__button {
  display: inline-block;
}

@media (min-width: 768px) {
  .static-component .post-teaser {
    margin-bottom: 60px;
  }

  .static-component .post-teaser__publish-date {
    display: inline-block;
    margin-top: 0;
  }
}
.static-component .pricing-info__notes {
  color: inherit;
}

.static-component .pricing-info__value {
  color: #066690;
}

.static-component .pricing-info__value--strikethrough {
  text-decoration: line-through;
  color: inherit;
}

.static-component .pricing-info--premium .pricing-info__value {
  color: #0d88be;
}

.static-component .product-spec-table {
  width: 100%;
}

.static-component .product-spec-table__row {
  vertical-align: top;
}

.static-component .product-spec-table__row:nth-child(odd) {
  background-color: #f5f5f5;
  line-height: 20px;
}

.static-component .product-spec-table__row:nth-child(2n) td {
  padding-bottom: 5px;
  padding-top: 5px;
}

.static-component .product-spec-table__label {
  width: 120px;
}

.static-component .product-spec-table__col {
  display: table-cell;
  padding: 0;
}

.static-component .product-spec-table__section-heading {
  display: table-caption;
}

.static-component .profile-details {
  align-items: center;
  display: flex;
  flex-direction: row;
  min-width: 0;
  width: 100%;
}

.static-component .profile-details__avatar-container {
  border-radius: 100%;
  display: flex;
  height: 60px;
  min-width: 60px;
  overflow: hidden;
  width: 60px;
}

.static-component .profile-details__avatar-container--skeleton {
  background: #eaeaea;
}

.static-component .profile-details--loading .profile-details__avatar-container--skeleton {
  background-image: linear-gradient(90deg, #fff, #eaeaea 50%, #fff);
  background-size: 200%;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-name: horizontal-background--rtl;
  animation-timing-function: linear;
}

.static-component .profile-details__avatar-image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.static-component .profile-details__text-container {
  display: flex;
  flex-direction: column;
  min-width: 0;
  width: 100%;
}

@media (min-width: 544px) {
  .static-component .profile-details__text-container {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}
.static-component .profile-details__username {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 544px) {
  .static-component .profile-details__username {
    flex-direction: row;
    justify-content: space-between;
  }
}
.static-component .profile-details__username--skeleton {
  background: #eaeaea;
  border-radius: 2px;
  color: transparent;
  height: 1.625rem;
  width: 200px;
}

.static-component .profile-details--loading .profile-details__username--skeleton {
  background-image: linear-gradient(90deg, #fff, #eaeaea 50%, #fff);
  background-size: 200%;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-name: horizontal-background--rtl;
  animation-timing-function: linear;
}

.static-component .profile-details__post-date {
  white-space: nowrap;
}

.static-component .promotion, .static-component .promotion__content {
  display: flex;
  flex-direction: column;
}

.static-component .promotion__content__teaser {
  margin-left: -15px;
  margin-right: -15px;
}

.static-component .promotion__content__heading {
  color: inherit;
  padding-bottom: 10px;
}

.static-component .promotion__content .pricing-info {
  padding-bottom: 10px;
}

.static-component .promotion__content__description {
  color: inherit;
  margin: 0;
  padding-bottom: 15px;
}

.static-component .promotion__content__description > :last-child {
  margin-bottom: 0;
}

.static-component .promotion__content__description--below {
  padding-top: 15px;
  padding-bottom: 0;
  order: 2;
}

.static-component .promotion__content__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.static-component .promotion__content-partner-logo {
  margin-left: auto;
  margin-right: auto;
}

.static-component .promotion__content--has-image {
  padding: 0 15px 5px;
}

.static-component .promotion--top__content {
  padding-bottom: 5px;
  min-width: 100%;
}

.static-component .promotion--dark__content {
  color: #fff;
}

.static-component .promotion--dark__content .pricing-info__value {
  color: #0d88be;
}

@media (min-width: 768px) {
  .static-component .promotion--left, .static-component .promotion--right {
    flex-direction: row;
  }

  .static-component .promotion--left__image .image__img, .static-component .promotion--right__image .image__img {
    max-width: 100%;
  }

  .static-component .promotion--left__content, .static-component .promotion--right__content {
    min-width: 60%;
    max-width: 60%;
    display: flex;
    flex-direction: column;
  }

  .static-component .promotion--left__content-partner-logo, .static-component .promotion--right__content-partner-logo {
    margin-left: 0;
  }

  .static-component .promotion--left__content .pricing-info, .static-component .promotion--left__content__heading, .static-component .promotion--right__content .pricing-info, .static-component .promotion--right__content__heading {
    padding-bottom: 15px;
  }

  .static-component .promotion--left__content__teaser, .static-component .promotion--right__content__teaser {
    margin: 0;
  }

  .static-component .promotion--left__content {
    padding-right: 0;
  }

  .static-component .promotion--right__image {
    order: 2;
  }

  .static-component .promotion--right__content {
    padding-left: 0;
  }
}
.static-component .promotion-cards {
  background: #f5f5f5;
}

.static-component .promotion-cards--single {
  display: block;
  padding: 15px;
}

.static-component .promotion-cards--single .promotion-cards__image {
  display: block;
  width: 100%;
  margin: 0 0 15px;
}

.static-component .promotion-cards--single .promotion-cards__image .image, .static-component .promotion-cards--single .promotion-cards__image .image__container {
  height: auto;
}

.static-component .promotion-cards--single .promotion-cards__info {
  display: block;
  width: 100%;
  padding: 0;
}

.static-component .promotion-cards--single .promotion-cards__info .promotion-cards__title {
  display: block;
  text-align: left;
}

.static-component .promotion-cards--single .promotion-cards__info .promotion-cards__title--heading {
  font-size: 22px;
  line-height: 27px;
}

.static-component .promotion-cards--single .promotion-cards__info .promotion-cards__description:not(:last-child), .static-component .promotion-cards--single .promotion-cards__info .promotion-cards__title:not(:last-child) {
  margin-bottom: 10px;
}

.static-component .promotion-cards--single > :last-child.promotion-cards__image, .static-component .promotion-cards--single > :last-child.promotion-cards__info {
  margin-bottom: 0;
}

@media (max-width: 543px) {
  .static-component .promotion-cards--single {
    display: block;
  }

  .static-component .promotion-cards--single .promotion-cards__image {
    display: block;
    width: 100%;
    margin: 0 0 15px;
  }

  .static-component .promotion-cards--single .promotion-cards__info {
    display: block;
    width: 100%;
  }
}
.static-component .pros-and-cons__column-cons {
  padding-top: 20px;
}

.static-component .pros-and-cons__list-item--bulleted {
  list-style-type: disc;
  margin-left: 20px;
}

@media (min-width: 768px) {
  .static-component .pros-and-cons__column-cons {
    padding-top: 0;
  }
}
.static-component .rate__stars {
  cursor: pointer;
  padding-right: 3px;
  padding-left: 3px;
}

.static-component .rate--disabled .rate__stars {
  cursor: not-allowed;
}

.static-component .rating {
  align-items: center;
  display: flex;
}

.static-component .rating .rating__count-text, .static-component .rating .rating__value {
  color: #343434;
}

.static-component .rating .rating__rate-link, .static-component .rating .rating__stars {
  color: #f4bf1f;
}

.static-component .rating--theme-premium .rating__count-text, .static-component .rating--theme-premium .rating__value {
  color: #fff;
}

.static-component .rating--theme-premium .rating__rate-link, .static-component .rating--theme-premium .rating__stars {
  color: #f4bf1f;
}

.static-component .rating__values {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.static-component .rating__count-text {
  white-space: nowrap;
}

.static-component .rating__stars, .static-component .rating__value {
  margin-right: 10px;
}

.static-component .rating__icon:not(:last-of-type) {
  margin-right: 5px;
}

.static-component .rating--feed .rating__stars, .static-component .rating--feed .rating__value {
  margin-right: 15px;
}

.static-component .rating--inline {
  align-items: stretch;
}

.static-component .rating--inline, .static-component .rating--inline .rating__values {
  display: inline-flex;
}

.static-component .rating--inline .rating__values--no-rate {
  padding-right: 20px;
}

.static-component .rating--inline .rating__rate-link {
  align-items: center;
  color: #007963;
  display: flex;
  text-decoration: underline;
}

.static-component .rating--inline .rating__rate-link:hover {
  color: #024e40;
}

.static-component .rating--skeleton .rating__count-text, .static-component .rating--skeleton .rating__rate-link {
  background-color: #eaeaea;
  color: transparent;
  width: 100px;
}

.static-component .rating--loading .rating__count-text, .static-component .rating--loading .rating__rate-link {
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-name: horizontal-background--rtl;
  animation-timing-function: linear;
  background-color: #fff;
}

.static-component .rating--loading .rating__count-text {
  background-image: linear-gradient(90deg, #fff, #eaeaea 50%, #fff);
  background-size: 200%;
}

.static-component .rating--loading .rating__rate-link {
  background-image: linear-gradient(90deg, #eaeaea, #fff 50%, #eaeaea);
  background-size: 200%;
}

.static-component .rating--loading .rating__icon .icon__svg {
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-name: horizontal-background--rtl;
  animation-timing-function: linear;
  animation-name: shine-color-gradient;
}

.static-component .rating-criteria__label {
  font-size: 12px;
  font-weight: 600;
}

.static-component .rating-criteria__label--large {
  font-size: 16px;
}

@media (min-width: 992px) {
  .static-component .rating-criteria__list {
    column-count: 2;
    grid-column-gap: 0;
    column-gap: 0;
    border-top: 2px solid rgba(6, 102, 144, 0.1);
  }

  .static-component .rating-criteria__list-item {
    display: inline-block;
    width: 100%;
  }

  .static-component .rating-criteria__list-item:first-child {
    border-top: none;
  }

  .static-component .rating-criteria__overall-score {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
}
.static-component .round-image__img-wrapper {
  border-radius: 50%;
  overflow: hidden;
}

.static-component .save-button__text {
  transition: margin-left 0.4s ease-out;
}

.static-component .save-button__text--saving {
  margin-left: 10px;
}

.static-component .search-form--hidden {
  display: none;
}

.static-component .search-form__search-icon {
  margin: 10px 0 10px 5px;
  padding: 3px;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
}

.static-component .search-form .form-input {
  padding-left: 5px;
  color: #fff;
}

.static-component .search-form .form-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

@media (min-width: 992px) {
  .static-component .search-form .form-input-group, .static-component .search-form .form-input-group__border {
    height: 54px;
    border-radius: 0;
    border-top: 0;
    border-bottom: 0;
    border-left-color: #eaeaea;
    border-right-color: #eaeaea;
  }

  .static-component .search-form .form-input-group {
    background: #000;
    border-bottom: 1px solid #007963;
  }

  .static-component .search-form .form-input {
    height: 50px;
  }

  .static-component .search-form .form-autocomplete:focus-within ~ .form-input-group__border, .static-component .search-form .form-input-group__input:focus ~ .form-input-group__border {
    border: 2px solid #219dff;
    background: #000;
  }
}
.static-component .sidebar-nav__container {
  position: absolute;
  right: 0;
  max-width: 300px;
  width: 60vw;
  height: 100%;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.2s;
  z-index: 1;
  background: #fff;
}

.static-component .sidebar-nav--open {
  width: 100vw;
  height: 100%;
}

.static-component .sidebar-nav--open .sidebar-nav__container {
  transform: translateX(0);
  transition: transform 0.2s;
}

.static-component .sidebar-nav__container--left {
  right: auto;
  left: 0;
}

.static-component .sidebar-nav__profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.static-component .sidebar-nav__profile-image-container {
  height: 60px;
  margin-top: 30px;
  width: 60px;
}

.static-component .sidebar-nav__profile-name {
  color: #343434;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 30px;
}

.static-component .sidebar-nav__menu {
  margin-bottom: auto;
}

@media (max-width: 991px) {
  .static-component .sidebar-nav .sidebar-nav__container {
    background: #fff;
    border-color: #eaeaea;
  }
}
@media (min-width: 992px) {
  .static-component .sidebar-nav__container {
    min-height: 80vh;
    position: static;
    transform: none;
    width: 220px;
  }

  .static-component .sidebar-nav__profile-image-container {
    height: 100px;
    margin-top: 40px;
    width: 100px;
  }

  .static-component .sidebar-nav__profile-name {
    padding-bottom: 40px;
  }
}
.static-component .social-follow__link {
  display: block;
  padding: 10px;
}

.static-component .social-follow__icon {
  display: flex;
}

@media (max-width: 991px) {
  .static-component .social-follow__icon {
    transform: scale(0.8);
  }
}
.static-component .social-share__link {
  display: block;
  padding: 5px;
}

.static-component .social-share__icon {
  display: flex;
}

.static-component .social-sign-in-button {
  display: block;
  border-radius: 10px;
  width: 100%;
}

.static-component .social-sign-in-button .button__content {
  background-color: #fff;
  border: 1px solid #858585;
}

.static-component .social-sign-in-button:active .button__content, .static-component .social-sign-in-button:focus .button__content, .static-component .social-sign-in-button:hover .button__content {
  background-color: #eaeaea;
  border: 1px solid #858585;
}

.static-component .social-sign-in-button__icon-container {
  max-height: 24px;
}

.static-component .split-button {
  display: inline-flex;
  flex-direction: row;
  min-width: 100%;
  overflow: hidden;
}

.static-component .split-button__main-button {
  flex-grow: 1;
}

.static-component .split-button__main-button--show .button__content, .static-component .split-button__main-button--show:focus .button__content, .static-component .split-button__main-button--show:hover .button__content {
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.static-component .split-button__main-button-content:after {
  content: "";
}

.static-component .split-button__sub-button {
  overflow: hidden;
  transition: flex-basis 0.2s ease-out;
  flex-basis: 0;
}

.static-component .split-button__sub-button--show {
  flex-basis: 40px;
  width: 40px;
}

.static-component .split-button__sub-button--show .button__content {
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.static-component .split-button__sub-button:not(:disabled):focus .button__content, .static-component .split-button__sub-button:not(:disabled):hover .button__content {
  background: #024e40;
  border-color: #024e40 #024e40 #024e40 #fff;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
}

@media (min-width: 768px) {
  .static-component .split-button {
    min-width: 140px;
  }
}
.static-component .stepper {
  --stepper-step-flex-basis:50px;
}

@media (min-width: 768px) {
  .static-component .stepper--responsive {
    --stepper-step-flex-basis:150px;
  }
}
@media (min-width: 992px) {
  .static-component .stepper--responsive {
    --stepper-step-flex-basis:250px;
  }
}
.static-component .stepper__list {
  display: flex;
  justify-content: space-between;
}

.static-component .stepper__step {
  flex: 0 0 var(--stepper-step-flex-basis);
}

@media (prefers-reduced-motion: no-preference) {
  .static-component .stepper__step--transition {
    transition-property: color, border-color, background-color;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .static-component .stepper__step--current--transition {
    transition-delay: 0.8s;
  }
}
.static-component .stepper__step-connector {
  width: calc((100% - var(--stepper-step-flex-basis))/var(--number-of-connectors));
  left: calc(var(--stepper-step-flex-basis)*0.5 + (100% - var(--stepper-step-flex-basis))/var(--number-of-connectors)*var(--index));
  top: 12px;
  height: 2px;
  background-color: #d6d6d6;
  z-index: -100;
}

.static-component .stepper__step-connector-fill {
  left: -100%;
  background-color: #066690;
}

@media (prefers-reduced-motion: no-preference) {
  .static-component .stepper__step-connector-fill--transition {
    transition: transform 0.3s ease-out;
    transition-delay: 0.4s;
  }
}
.static-component .stepper__step-connector-fill--complete {
  transform: translateX(100%);
}

.static-component .tab-button {
  max-width: 100%;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  border-radius: 25px;
}

.static-component .tab-button:active .tab-button__content {
  background: #024e40;
  border-color: #343434;
  color: #fff;
  text-decoration: none;
}

.static-component .tab-button:hover .tab-button__content {
  background-color: #343434;
  color: #fff;
}

.static-component .tab-button:focus .tab-button__content {
  background-color: #595959;
  border: transparent;
  color: #fff;
  font-weight: 600;
}

.static-component .tab-button__content {
  font-size: 16px;
  font-size: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: open-sans, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: normal;
  padding: 10px 20px;
  text-transform: none;
  transition-duration: 0.2s;
  transition-property: background, border, color;
  color: #343434;
  background-color: #d6d6d6;
  border: transparent;
  border-radius: 25px;
  text-align: center;
  min-height: 44px;
  min-width: auto;
  max-width: 100%;
}

.static-component .tab-button:disabled .tab-button__content, .static-component .tab-button:disabled .tab-button__content:focus, .static-component .tab-button:disabled .tab-button__content:hover {
  background-color: #d6d6d6;
  border-color: transparent;
  color: #595959;
  cursor: not-allowed;
}

.static-component .tab-button--selected .tab-button__content {
  background-color: #595959;
  border: transparent;
  color: #fff;
  font-weight: 600;
}

.static-component .tab-button--icon .tab-button__content {
  padding: 10px 15px;
}

@media (min-width: 768px) {
  .static-component .tab-button--adaptive, .static-component .tab-button--adaptive .tab-button__content {
    width: auto;
  }
}
.static-component .table-clamper {
  --table-clamper-clamped-max-height:none;
  --table-clamper-expanded-max-height:none;
}

.static-component .table-clamper--expanded .table-clamper__content {
  animation: tableClamperOpen 0.2s linear 0s forwards;
}

@keyframes tableClamperOpen {
  .static-component 0% {
    max-height: var(--table-clamper-clamped-max-height);
  }
  .static-component 99% {
    max-height: var(--table-clamper-expanded-max-height);
  }
  .static-component to {
    max-height: none;
  }
}
.static-component .table-clamper--collapsed .table-clamper__content {
  animation: tableClamperClose 0.1s linear 0s backwards;
}

@keyframes tableClamperClose {
  .static-component 0% {
    max-height: var(--table-clamper-expanded-max-height);
  }
  .static-component to {
    max-height: var(--table-clamper-clamped-max-height);
  }
}
.static-component .table-clamper__content {
  overflow: hidden;
  max-height: var(--table-clamper-clamped-max-height);
  transition: max-height 0.2s linear;
}

.static-component .terms-icons-list--single-row {
  overflow: hidden;
}

.static-component .terms-icons-list__text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
}

.static-component .truncated-icons {
  width: 100%;
}

.static-component .truncated-icons__list {
  display: flex;
  flex-flow: row wrap;
  white-space: nowrap;
  overflow: hidden;
  width: calc(100% - 60px);
}

.static-component .truncated-icons__list-item {
  display: inline-block;
}

.static-component .truncated-icons__list-item:not(:last-child) .truncated-icons__icon {
  margin-right: 15px;
}

.static-component .truncated-icons__tooltip {
  text-decoration: underline;
}

.static-component .vertical-nav__list {
  border-top: 1px solid #d6d6d6;
}

.static-component .vertical-nav__list--border-top-none {
  border-top: none;
}

.static-component .vertical-nav__nav-item {
  width: 100%;
}

.static-component .vertical-nav__nav-link {
  border-bottom: 1px solid #d6d6d6;
  position: relative;
  color: #343434;
  display: flex;
  width: 100%;
  align-items: center;
}

.static-component .vertical-nav__nav-link:before {
  background-color: none;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 5px;
}

.static-component .vertical-nav__nav-link--active-parent:before, .static-component .vertical-nav__nav-link--active:before, .static-component .vertical-nav__nav-link:active:before {
  background-color: #066690;
}

.static-component .vertical-nav__nav-link--active, .static-component .vertical-nav__nav-link--tier-two--active, .static-component .vertical-nav__nav-link:active {
  background-color: rgba(6, 102, 144, 0.1);
}

.static-component .vertical-nav__nav-link--active-parent, .static-component .vertical-nav__nav-link--active-parent:hover {
  color: #066690;
}

.static-component .vertical-nav__nav-link--active-child {
  background-color: inherit;
}

.static-component .vertical-nav__nav-link:active .vertical-nav__nav-icon, .static-component .vertical-nav__nav-link:focus .vertical-nav__nav-icon, .static-component .vertical-nav__nav-link:hover .vertical-nav__nav-icon {
  color: #343434;
}

.static-component .vertical-nav__nav-icon {
  color: #595959;
}

.static-component .vertical-nav__submenu {
  display: none;
}

@media (min-width: 992px) {
  .static-component .vertical-nav__nav-link:hover:before {
    background-color: #066690;
  }

  .static-component .vertical-nav__nav-link:hover {
    color: #343434;
  }

  .static-component .vertical-nav__nav-link--active-parent:hover {
    color: #066690;
  }

  .static-component .vertical-nav__submenu {
    display: block;
  }
}
.static-component .accordion {
  padding: 0;
  margin: 0;
}

.static-component .accordion__list-item {
  list-style: none;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .static-component .accordion .accordion__list-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.static-component .auth-status {
  text-align: center;
  padding-top: 60px;
}

.static-component .auth-status__header {
  margin-bottom: 10px;
}

.static-component .auth-status__header--collapsed {
  margin-bottom: 0;
  height: 0;
}

.static-component .auth-status__heading {
  margin-bottom: 10px;
}

.static-component .auth-status__animation {
  margin-bottom: 40px;
}

.static-component .auth-status__email {
  color: #066690;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0;
}

@media (max-width: 991px) and (orientation: landscape) {
  .static-component .auth-status {
    padding-top: 0;
  }

  .static-component .auth-status__header {
    margin-top: 20px;
  }

  .static-component .auth-status__heading {
    margin: 0 0 10px;
  }
}
@media (min-width: 768px) {
  .static-component .auth-status__animation {
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .static-component .branded-section {
    left: 0;
    position: fixed;
    right: 0;
    top: 44px;
    transform: translateY(-100%);
    transition: transform 0.1s;
    visibility: hidden;
    z-index: 100;
  }

  .static-component .branded-section__brand {
    display: none;
  }

  .static-component .branded-section__container {
    padding: 10px;
    background-color: #fff;
    width: 100%;
  }

  .static-component .branded-section--show-mobile-search {
    transform: translateY(0);
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .static-component .branded-section {
    background-color: #fff;
    position: static;
    transform: translateY(0);
  }

  .static-component .branded-section--with-sponsored {
    background: transparent;
    z-index: 1;
    position: relative;
  }

  .static-component .branded-section__strapline {
    font-size: 12px;
    font-size: 0.75rem;
    color: #343434;
    margin-top: 15px;
    display: block;
  }

  .static-component .branded-section__search {
    justify-content: center;
  }

  .static-component .branded-section__container {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 980px;
  }

  .static-component .branded-section__row {
    display: flex;
    grid-gap: 40px;
    gap: 40px;
  }

  .static-component .branded-section__promo-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
  }

  .static-component .branded-section__row-adjusted:before {
    content: "";
    flex-basis: 200px;
  }

  .static-component .branded-section__row-adjusted .branded-section__promo-logo {
    flex-basis: 200px;
  }

  .static-component .branded-section--center-logo .branded-section__brand {
    text-align: center;
    align-items: center;
  }

  .static-component .branded-section--center-logo .branded-section__brand__logo {
    margin: 0 auto;
  }
}
.static-component .no-js .branded-section:target {
  transform: translateY(0);
  visibility: visible;
}

@media print {
  .static-component .branded-section {
    visibility: visible;
    height: auto;
    margin: 50px 0 0 50px;
    position: relative;
  }

  .static-component .branded-section__container {
    padding: 0;
  }
}
@media print and (max-width: 991px) {
  .static-component .branded-section__container {
    padding: 0;
  }
}
@media print and (min-width: 992px) {
  .static-component .branded-section__container {
    padding: 0;
  }
}
@media print {
  .static-component .branded-section__brand {
    display: inline;
  }
}
.ad-inskin-active .static-component .branded-section, .ad-skin-active .static-component .branded-section {
  background: transparent !important;
  border: none !important;
}

.ad-inskin-active .static-component .branded-section .branded-section__container, .ad-skin-active .static-component .branded-section .branded-section__container {
  background-color: #fff;
}

.static-component .card-carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.static-component .card-carousel__basic {
  display: none;
}

@supports (grid-template-columns: repeat(auto-fill, minmax(180px, 1fr))) {
  .static-component .card-carousel .card-carousel__basic {
    display: grid;
    grid-auto-rows: 0;
    grid-column-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    grid-template-rows: 1fr;
    overflow-y: hidden;
    width: 100%;
  }

  @media (max-width: 400px) {
    .static-component .card-carousel.card-carousel--adaptive .card-carousel__basic {
      grid-template-columns: 0.66fr;
      justify-content: center;
    }
  }
}
.static-component .card-carousel__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
}

.static-component .card-carousel__button--dots {
  padding: 15px;
}

@media (max-width: 543px) {
  .static-component .card-carousel__button {
    padding: 15px;
  }
}
.static-component .carousel {
  width: 100%;
}

.static-component .carousel .slick-dots, .static-component .carousel .slick-next, .static-component .carousel .slick-prev {
  z-index: 100;
}

.static-component .carousel .slick-next:before, .static-component .carousel .slick-prev:before {
  display: none;
}

.static-component .carousel--expand .carousel__slider {
  margin: 0 -10px;
}

.static-component .carousel--expand .carousel__slider .slick-next {
  right: 2.5px;
}

.static-component .carousel--expand .carousel__slider .slick-prev {
  left: 2.5px;
}

.static-component .carousel--expand .carousel__slider .slick-slide > * {
  padding: 0 10px;
}

.static-component .carousel__header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
  margin-right: 0;
}

.static-component .carousel__link {
  display: block;
}

.static-component .carousel__slider--landscape-aspect-ratio .slick-list {
  aspect-ratio: 3/2;
}

.static-component .carousel__slider .slick-next {
  right: 20px;
}

.static-component .carousel__slider .slick-prev {
  left: 20px;
}

.static-component .carousel__slider .slick-dots {
  bottom: 0;
  position: relative;
}

.static-component .carousel__slider .slick-track {
  display: flex;
}

.static-component .carousel__slider .slick-slide {
  display: flex;
  height: auto;
}

.static-component .carousel__slider .slick-slide > *, .static-component .carousel__slider .slick-slide > * > * {
  height: 100%;
  width: 100%;
}

.static-component .carousel__slider .carousel__arrow {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 0;
  transition: opacity 0.2s ease;
  height: 30px;
  width: 30px;
  opacity: 1;
}

.static-component .carousel__slider .carousel__arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.static-component .carousel__slider .carousel__arrow--previous .carousel__arrow-icon-stack {
  left: 0;
}

.static-component .carousel__slider .carousel__arrow--next .carousel__arrow-icon-stack {
  right: 0;
}

.static-component .carousel__dots-list {
  flex-wrap: wrap;
  list-style: none;
}

.static-component .carousel__dots-list .carousel__dot {
  cursor: pointer;
  padding: 15px;
}

.static-component .carousel__dots-list .carousel__dot:after {
  border: 1px solid #5b7778;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  transition: background-color 0.1s ease-in-out, border 0.1s ease-in-out;
}

.static-component .carousel__dots-list .carousel__dot:focus {
  outline: none;
}

.static-component .carousel__dots-list :not(.slick-active) .carousel__dot:hover:after {
  border-color: #000;
}

.static-component .carousel__dots-list .slick-active .carousel__dot:after {
  background-color: #3d4e4f;
  border-color: #3d4e4f;
}

.static-component .carousel__dots-nav .carousel__dots-list li {
  margin-bottom: 0;
}

.static-component .carousel__dots-nav .carousel__dots-list li:before {
  display: none;
}

.static-component .carousel__dots-nav--small {
  pointer-events: none;
}

.static-component .carousel__dots-nav--small .carousel__dot {
  padding: 5px;
}

.static-component .carousel__dots-nav--small .carousel__dot:after {
  background-color: #d6d6d6;
  border-color: #595959;
}

.static-component .carousel__dots-nav--small .slick-active .carousel__dot:after {
  background-color: #fff;
  border-color: #595959;
}

.static-component .carousel:not(.carousel--expand) .carousel__arrow {
  height: 30px;
  width: 30px;
}

.static-component .carousel:not(.carousel--expand) .carousel__dots-nav {
  position: absolute;
  bottom: 5px;
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  place-content: center;
}

.static-component .carousel:not(.carousel--expand) .carousel__dots-nav .carousel__dots-wrap {
  max-width: 200px;
  overflow: hidden;
  position: relative;
}

.static-component .carousel:not(.carousel--expand) .carousel__dots-nav--small .carousel__dots-wrap {
  max-width: 100px;
}

.static-component .carousel:not(.carousel--expand) .carousel__dots-list {
  width: -webkit-max-content;
  width: max-content;
}

.static-component .carousel:not(.carousel--expand) .carousel__dot, .static-component .carousel:not(.carousel--expand) .carousel__dots-list {
  transition: transform 0.5s ease;
}

.static-component .carousel__arrow-icon-stack {
  top: 0;
}

.static-component .carousel__arrow-icon-stack:focus .carousel__arrow-chevron, .static-component .carousel__arrow-icon-stack:hover .carousel__arrow-chevron {
  color: #595959;
}

.static-component .carousel__arrow-icon-stack:focus .carousel__arrow-circle, .static-component .carousel__arrow-icon-stack:hover .carousel__arrow-circle {
  border-color: #595959;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 4px 0 rgba(0, 0, 0, 0.15);
}

.static-component .carousel__arrow-chevron {
  color: #595959;
}

.static-component .carousel__arrow-circle {
  color: transparent;
  background-color: #fff;
  border: 1px solid #858585;
  border-radius: 50%;
  padding: 10px;
  transition: border-color 0.2s ease-out;
}

@supports not (aspect-ratio: 1) {
  .static-component .carousel__slider--landscape-aspect-ratio .slick-list {
    padding-top: 66.6666666667%;
  }

  .static-component .carousel__slider--landscape-aspect-ratio .slick-track {
    position: absolute;
    max-height: 100%;
  }
}
.static-component .slick-slider {
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.static-component .slick-list {
  overflow: hidden;
}

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

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

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

.static-component .slick-next, .static-component .slick-prev {
  position: absolute;
  top: 50%;
  height: 20px;
  transform: translateY(-50%);
}

.static-component .slick-next:focus, .static-component .slick-next:hover, .static-component .slick-prev:focus, .static-component .slick-prev:hover {
  color: transparent;
  outline: none;
  background: transparent;
}

.static-component .default-layout {
  display: flex;
  flex-direction: column;
}

.static-component .default-layout__above-footer-widget {
  background: #f5f5f5;
}

@media print {
  .static-component .default-layout {
    display: block;
    width: 1038px;
  }
}
.static-component .definition-table-group__section:not(:last-child) {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .static-component .definition-table-group .definition-table-group__section {
    margin-bottom: 0;
  }

  .static-component .definition-table-group .definition-table-group__section:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 20px;
  }
}
.static-component .dynamic-accordion {
  display: flex;
  flex-direction: column;
}

.static-component .dynamic-list--multi-column .dynamic-list__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.static-component .dynamic-list--multi-column .dynamic-list__list-item {
  flex-basis: 100%;
}

.static-component .dynamic-list--multi-column .dynamic-list__list-item:nth-child(n+2) {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .static-component .dynamic-list--multi-column .dynamic-list__list-item {
    flex-basis: calc(50% - 7.5px);
    flex-grow: 0;
  }

  .static-component .dynamic-list--multi-column .dynamic-list__list-item:nth-child(n+2) {
    margin-top: 0;
  }

  .static-component .dynamic-list--multi-column .dynamic-list__list-item:nth-child(n+3) {
    margin-top: 20px;
  }
}
.static-component .dynamic-list--separated .dynamic-list__list-item {
  border-bottom: 2px solid #f5f5f5;
}

.static-component .email-sent-confirmation {
  text-align: center;
  margin-top: 40px;
}

.static-component .email-sent-confirmation__heading {
  margin-bottom: 20px;
}

.static-component .email-sent-confirmation__email {
  color: #066690;
}

.static-component .email-sent-confirmation__check-inbox-copy {
  margin-bottom: 40px;
}

.static-component .email-sent-confirmation__resend-email-copy {
  margin-bottom: 30px;
}

.static-component .email-sent-confirmation__resend-email-button .button__content {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}

.static-component .embedded-post__inline-heading {
  float: left;
}

.static-component .filters__filter {
  display: inline-block;
  margin: 0 10px 10px 0;
  vertical-align: top;
  width: 100%;
}

.static-component .filters--hide {
  display: none;
}

.static-component .filters__sidebar {
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  transform: translateX(100%);
  z-index: 800;
}

.static-component .filters__sidebar--open {
  width: 100%;
  transform: translateX(0);
  transition: transform 0.2s;
}

.static-component .filters__show-more-button {
  display: none;
}

.static-component .filters__sidebar-header {
  border-bottom: 1px solid #d6d6d6;
}

.static-component .filters__sidebar-title {
  position: relative;
}

.static-component .filters__sidebar-close-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
}

.static-component .filters__sidebar-body {
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1;
}

.static-component .filters__sidebar-footer {
  background-color: #d6d6d6;
  z-index: 200;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.static-component .filters__sidebar-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 700;
}

.static-component .filters__active-filters {
  margin: 0 10px;
  order: 1;
}

@media (max-width: 991px) {
  .static-component .filters__active-filters {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    white-space: nowrap;
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .static-component .filters .filters__filter {
    width: calc(25% - 10px);
  }

  .static-component .filters .filters__show-more-button {
    display: block;
  }

  .static-component .filters .filters__sidebar {
    width: 320px;
  }

  .static-component .filters .filters__sidebar-grid {
    height: unset;
  }

  .static-component .filters .filters__refine-button {
    display: none;
  }

  .static-component .filters__active-filters {
    order: 0;
  }

  @supports (grid-template-columns: repeat(auto-fit, minmax(220px, calc(25% - 10px)))) {
    .static-component .filters .filters__grid {
      display: grid;
      grid-gap: 10px;
      grid-template-columns: repeat(auto-fit, minmax(220px, calc(25% - 10px)));
    }

    .static-component .filters .filters__sidebar-grid {
      display: grid;
      grid-gap: 10px;
    }

    .static-component .filters .filters__filter {
      width: auto;
      margin: 0;
    }

    .static-component .filters .filters__show-more-button {
      align-self: flex-end;
    }
  }
}
.static-component .forgot-password-form {
  margin-top: 20px;
}

.static-component .forgot-password-form__copy {
  margin-bottom: 60px;
}

.static-component .forgot-password-form__email-input--invalid {
  border-width: 2px;
}

.static-component .forgot-password-form__button {
  display: block;
  margin: 0 auto 20px;
}

.static-component .hero-slider {
  position: relative;
  aspect-ratio: 1.47;
}

@media (max-width: 991px) {
  .static-component .hero-slider {
    aspect-ratio: 0.76;
  }
}
.static-component .hero-slider__carousel {
  height: 100%;
}

.static-component .hero-slider__fallback {
  height: 100%;
  display: flex;
  justify-content: center;
}

.static-component .hero-slider__control {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: rgba(15, 44, 59, 0.4);
  border-radius: 50%;
  border: 4px solid #fff;
  width: 40px;
  height: 40px;
  z-index: 100;
}

.static-component .hero-slider__control:hover {
  cursor: pointer;
}

.static-component .hero-slider .slick-slider .slick-arrow {
  display: none;
}

.static-component .hero-slider .slick-slider:hover .slick-arrow {
  display: block;
}

.static-component .link-tabs-header {
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  padding: 10px 20px;
}

.static-component .link-tabs-header__tab {
  cursor: pointer;
  list-style-type: none;
  -webkit-user-select: none;
  user-select: none;
}

.static-component .link-tabs-header__tab:first-child .link-tabs-header__tab-link {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.static-component .link-tabs-header__tab:last-child .link-tabs-header__tab-link {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.static-component .link-tabs-header__tab:not(:first-child) .link-tabs-header__tab-link {
  border-left: none;
}

.static-component .link-tabs-header__tab-link {
  background-color: #fff;
  border: 2px solid #007963;
  color: #007963;
  padding: 10px 20px;
}

.static-component .link-tabs-header__tab-link:not(:last-child) {
  border-right: 2px solid #007963;
}

.static-component .link-tabs-header__tab-link--active, .static-component .link-tabs-header__tab-link:focus, .static-component .link-tabs-header__tab-link:hover {
  background-color: #007963;
  color: #fff;
}

.static-component .login-form__email-input--invalid {
  border-width: 2px;
}

.static-component .login-form__forgot-password-link {
  position: relative;
}

.static-component .login-form__forgot-password-link:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  min-height: 40px;
  min-width: 40px;
}

.static-component .login-form__submission-error-enter {
  opacity: 0;
}

.static-component .login-form__submission-error-enter-active {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}

.static-component .login-form__submission-error-exit {
  opacity: 1;
}

.static-component .login-form__submission-error-exit-active {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

.static-component .login-landing__header {
  margin: 0 0 20px;
}

.static-component .login-landing__log-in-container {
  margin-top: 60px;
  margin-bottom: 10px;
  text-align: right;
}

.static-component .login-landing__log-in-link {
  position: relative;
}

.static-component .login-landing__log-in-link:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  min-height: 40px;
  min-width: 40px;
}

.static-component .main-nav {
  display: flex;
  height: 0;
  flex-grow: 1;
  max-width: 0;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  width: 0;
}

.static-component .main-nav__nav-text {
  display: block;
  overflow: hidden;
  text-decoration: inherit;
  text-transform: capitalize;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 1px;
}

.static-component .main-nav--open {
  height: auto;
  width: 100vw;
  max-width: none;
}

.static-component .main-nav--open .main-nav__container {
  transform: translateX(0);
  transition: transform 0.2s;
}

.static-component .main-nav__container {
  background-color: #007963;
  transform: translateX(-100%);
  transition: transform 0.1s;
  width: 100%;
  z-index: 1;
}

.static-component .main-nav__nav {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
}

.static-component .main-nav__nav--has-search-box {
  max-width: 710px;
}

.static-component .main-nav__list {
  height: 100%;
  overflow-y: auto;
}

.static-component .main-nav__nav-item {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  font-family: open-sans, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #343434;
  font-weight: 400;
  white-space: nowrap;
  width: 100%;
}

.static-component .main-nav__nav-item--wildcard-1, .static-component .main-nav__nav-item--wildcard-2 {
  color: #007963;
}

.static-component .main-nav__nav-item--mobile {
  background-color: #007963;
  border-color: #eaeaea;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.static-component .main-nav__nav-item--mobile ~ .main-nav__nav-item--mobile {
  border-top: none;
  margin-top: 0;
}

.static-component .main-nav__nav-item--mobile .main-nav__nav-link:focus, .static-component .main-nav__nav-item--mobile .main-nav__nav-link:hover {
  background-color: #00604e;
}

.static-component .main-nav__nav-item--back .main-nav__nav-link {
  justify-content: flex-start;
}

.static-component .main-nav__nav-item--back .main-nav__nav-icon {
  margin-left: 0;
  margin-right: 10px;
  transform: rotate(270deg);
}

.static-component .main-nav__nav-item:last-child {
  margin-bottom: 100px;
}

.static-component .main-nav__nav-link {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  width: 100%;
}

.static-component .main-nav__nav-link:focus, .static-component .main-nav__nav-link:hover {
  background-color: none;
  outline: none;
}

.static-component .main-nav__nav-icon {
  color: #007963;
  margin-left: 10px;
  transform: rotate(90deg);
  flex-shrink: 0;
}

.static-component .main-nav__sub-menu {
  background: #fff;
  display: none;
  height: 100%;
  position: absolute;
  transform: translateX(100%);
  transition: transform 0.2s;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.static-component .main-nav__sub-menu .main-nav__nav-text {
  text-transform: none;
}

.static-component .main-nav__sub-menu--active {
  display: block;
  transform: translateX(0);
}

.static-component .main-nav__nav-item:last-child {
  border-bottom: 1px solid #eaeaea;
}

.static-component .main-nav__nav-item--tier-one, .static-component .main-nav__nav-item--tier-two {
  background: #fff;
  border-bottom: 1px solid #eaeaea;
}

.static-component .main-nav__nav-item--tier-one:last-child, .static-component .main-nav__nav-item--tier-two:last-child {
  border-bottom: 1px solid #eaeaea;
}

.static-component .main-nav__search-box {
  width: 220px;
  position: relative;
  z-index: 301;
}

@media (max-width: 543px) {
  .static-component .main-nav__container {
    background: #007963;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .static-component .main-nav__container {
    border-right: 1px solid #eaeaea;
    margin-left: 0;
    width: 300px;
  }
}
@media (min-width: 992px) {
  .static-component .main-nav {
    background-color: #000;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    height: auto;
    max-width: none;
    overflow-y: visible;
    overflow-x: visible;
    width: auto;
  }

  .static-component .main-nav__container {
    background-color: #000;
    border-right: none;
    margin-left: auto;
    overflow: visible;
    transform: translateX(0);
    width: 980px;
  }

  .static-component .main-nav__container--has-search-box {
    display: flex;
    grid-column-gap: 10px;
    column-gap: 10px;
  }

  .static-component .main-nav__backdrop {
    display: none;
  }

  .static-component .main-nav__list {
    height: auto;
    overflow-y: initial;
  }

  .static-component .main-nav__nav {
    align-items: center;
    flex-direction: row;
    margin-left: -15px;
    margin-right: auto;
    overflow-y: initial;
    z-index: 300;
  }

  .static-component .main-nav__nav--short-length {
    max-width: 710px;
  }

  .static-component .main-nav__nav > .main-nav__nav-item:hover {
    background-color: #343434;
  }

  .static-component .main-nav__nav-item {
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    line-height: 1.625rem;
    background-color: #000;
    font-family: open-sans, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #fff;
    border: none;
    height: 100%;
    max-width: 172px;
    position: relative;
    width: auto;
  }

  .static-component .main-nav__nav-item .main-nav__nav-item {
    background-color: #fff;
    color: #343434;
  }

  .static-component .main-nav__nav-item .main-nav__nav-item .main-nav__nav-link:focus, .static-component .main-nav__nav-item .main-nav__nav-item .main-nav__nav-link:hover {
    background-color: none;
  }

  .static-component .main-nav__nav-item--back, .static-component .main-nav__nav-item--mobile {
    display: none;
  }

  .static-component .main-nav__nav-item--wildcard-1 {
    color: #fff;
  }

  .static-component .main-nav__nav-item--wildcard-1 .main-nav__nav-text {
    border-radius: 0;
    background-color: #007963;
    padding: 0 5px;
  }

  .static-component .main-nav__nav-item--wildcard-1:hover .main-nav__nav-text, .static-component .main-nav__nav-item--wildcard-2 {
    color: #fff;
  }

  .static-component .main-nav__nav-item--wildcard-2 .main-nav__nav-text {
    border-radius: 0;
    background-color: #007963;
    padding: 0 5px;
  }

  .static-component .main-nav__nav-item--wildcard-2:hover .main-nav__nav-text, .static-component .main-nav__nav-item:focus, .static-component .main-nav__nav-item:hover {
    color: #fff;
  }

  .static-component .main-nav__nav-item:focus .main-nav__sub-menu, .static-component .main-nav__nav-item:hover .main-nav__sub-menu {
    visibility: visible;
  }

  .static-component .main-nav__nav-item:focus.main-nav__nav-item--wildcard-1, .static-component .main-nav__nav-item:focus.main-nav__nav-item--wildcard-2, .static-component .main-nav__nav-item:hover.main-nav__nav-item--wildcard-1, .static-component .main-nav__nav-item:hover.main-nav__nav-item--wildcard-2 {
    color: #fff;
  }

  .static-component .main-nav__nav-item:focus > .main-nav__nav-link:after, .static-component .main-nav__nav-item:hover > .main-nav__nav-link:after {
    display: block;
  }

  .static-component .main-nav__nav-item--has-children > .main-nav__nav-link:after {
    content: "";
    background: #fff;
    border-left: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    bottom: -6px;
    display: none;
    height: 12px;
    left: calc(50% - 6px);
    position: absolute;
    transform: rotate(45deg);
    width: 12px;
    z-index: 500;
  }

  .static-component .main-nav__nav-item--has-children .main-nav__nav-item .main-nav__nav-link:after {
    content: none;
  }

  .static-component .main-nav__nav-item .main-nav__nav-item {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
    font-weight: 700;
    transition: none;
  }

  .static-component .main-nav__nav-item .main-nav__nav-item:not(.main-nav__nav-item--back) ~ .main-nav__nav-item--has-children {
    margin-top: 10px;
  }

  .static-component .main-nav__nav-item .main-nav__nav-item:hover {
    color: #343434;
  }

  .static-component .main-nav__nav-item .main-nav__nav-item .main-nav__nav-item {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-weight: 400;
    margin-top: 0;
  }

  .static-component .main-nav__nav-item .main-nav__nav-item .main-nav__nav-item:hover {
    color: #343434;
  }

  .static-component .main-nav__nav-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }

  .static-component .main-nav__nav-link {
    align-items: baseline;
    display: flex;
    height: 100%;
    padding: 15px;
  }

  .static-component .main-nav__nav-link.main-nav__nav-link--show-diamond:after {
    display: block;
  }

  .static-component .main-nav__nav-link:focus, .static-component .main-nav__nav-link:hover {
    background-color: #343434;
  }

  .static-component .main-nav__sub-menu {
    background: #fff;
    display: block;
    height: auto;
    position: relative;
    right: auto;
    top: auto;
    transform: translateX(0);
    transition: none;
    width: auto;
  }

  .static-component .main-nav__sub-menu .main-nav__nav-item {
    break-inside: avoid;
    page-break-inside: avoid;
    width: 140px;
    border: none;
    margin-bottom: 0;
  }

  .static-component .main-nav__sub-menu .main-nav__nav-item:not(:last-child) {
    margin-bottom: 5px;
  }

  .static-component .main-nav__sub-menu .main-nav__nav-item .main-nav__nav-item:not(.main-nav__nav-item--back) {
    margin-top: 5px;
  }

  .static-component .main-nav__sub-menu .main-nav__nav-link {
    display: block;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .static-component .main-nav__sub-menu .main-nav__nav-link:focus, .static-component .main-nav__sub-menu .main-nav__nav-link:hover {
    background-color: initial;
    text-decoration: underline;
  }

  .static-component .main-nav__sub-menu .main-nav__nav-icon {
    display: none;
  }

  .static-component .main-nav__mega-menu {
    grid-column-gap: 20px;
    column-gap: 20px;
    column-rule: 1px solid #eaeaea;
    border: 1px solid #eaeaea;
    max-height: 500px;
    overflow: hidden;
    padding: 20px;
    position: absolute;
    visibility: hidden;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
    z-index: 400;
  }

  .static-component .main-nav__mega-menu.main-nav__sub-menu--active {
    visibility: visible;
  }

  .static-component .main-nav__mega-menu--cols-1 {
    column-count: 1;
  }

  .static-component .main-nav__mega-menu--cols-2 {
    column-count: 2;
  }

  .static-component .main-nav__mega-menu--cols-3 {
    column-count: 3;
  }

  .static-component .main-nav__mega-menu--cols-4 {
    column-count: 4;
  }

  .static-component .main-nav__mega-menu--fixed {
    position: fixed;
  }

  .static-component .main-nav__nav-icon {
    color: #007963;
    margin-left: 5px;
    position: relative;
    right: 0;
    transform: rotate(180deg);
  }
}
.ad-inskin-active .static-component .main-nav:not(.main-nav--open), .ad-skin-active .static-component .main-nav:not(.main-nav--open) {
  background: transparent !important;
  border: none !important;
}

.ad-inskin-active .static-component .main-nav:not(.main-nav--open) .main-nav__container, .ad-skin-active .static-component .main-nav:not(.main-nav--open) .main-nav__container {
  background-color: #000;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.static-component .no-js .main-nav:target {
  height: auto;
  width: 100vw;
  max-width: none;
}

.static-component .no-js .main-nav:target .main-nav__container {
  transform: translateX(0);
  transition: transform 0.2s;
}

.static-component .marketing-preferences-form {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.static-component .marketing-preferences-form__body {
  margin-bottom: 20px;
}

@media (orientation: landscape) and (max-width: 991px) {
  .static-component .marketing-preferences-form__body {
    margin-bottom: 20px;
  }
}
.static-component .marketing-preferences-form__checkbox, .static-component .marketing-preferences-form__heading {
  margin-bottom: 20px;
}

.static-component .marketing-preferences-form__notification-container {
  min-height: 80px;
}

.static-component .marketing-preferences-form__notification-enter {
  opacity: 0;
}

.static-component .marketing-preferences-form__notification-enter-active {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}

.static-component .marketing-preferences-form__notification-exit {
  opacity: 1;
}

.static-component .marketing-preferences-form__notification-exit-active {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

.static-component .marketing-preferences-form__submit-button {
  align-self: center;
  margin-bottom: 20px;
  margin-top: auto;
}

.static-component .newsletter-sign-up {
  flex-direction: column;
}

.static-component .newsletter-sign-up__form {
  display: flex;
  flex-direction: column;
}

.static-component .newsletter-sign-up__form__input {
  margin-bottom: 10px;
}

.static-component .newsletter-sign-up__disclaimer {
  margin-top: 15px;
}

.static-component .newsletter-sign-up__register {
  display: flex;
  justify-content: center;
}

@media (min-width: 544px) {
  .static-component .newsletter-sign-up--vertical .newsletter-sign-up__form {
    display: inline-flex;
    width: 50%;
  }

  .static-component .newsletter-sign-up--vertical .newsletter-sign-up__form__btn {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 544px) {
  .static-component .newsletter-sign-up--horizontal .newsletter-sign-up__form {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .static-component .newsletter-sign-up--horizontal .newsletter-sign-up__form__input {
    max-width: 330px;
    margin-bottom: 0;
  }

  .static-component .newsletter-sign-up--horizontal .newsletter-sign-up__form__btn {
    margin-left: 10px;
    max-width: 160px;
    margin-bottom: 0;
  }

  .static-component .newsletter-sign-up--horizontal .newsletter-sign-up__form__feedback {
    max-width: 500px;
    text-align: left;
    margin: 0 auto;
  }
}
.static-component .post-header__container {
  padding: 0 20px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-template-areas: "media" "body" "mastheadpromo" "actions ";
}

.static-component .post-header__container--masthead-layout {
  padding-top: 10px;
  padding-bottom: 10px;
}

.static-component .post-header__container--headline-layout, .static-component .post-header__container--image-layout {
  border-bottom: 1px solid #d6d6d6;
  padding: 0 0 10px;
  margin: 0;
}

.static-component .post-header__image-container, .static-component .post-header__video-container {
  grid-area: media;
}

.static-component .post-header__info .author-link {
  font-family: inherit;
}

.static-component .post-header__publish-date {
  display: block;
  margin-top: 15px;
  font-family: inherit;
}

.static-component .post-header__sponsor-image {
  max-width: 80px;
}

.static-component .post-header__sponsor-image--bg-color-set, .static-component .post-header__sponsor-image--headline-native, .static-component .post-header__sponsor-image--image-layout, .static-component .post-header__sponsor-image--masthead-layout {
  margin-top: 15px;
}

.static-component .post-header__logo {
  max-width: 60px;
}

.static-component .post-header__body {
  grid-area: body;
  text-align: inherit;
}

.static-component .post-header__rating {
  justify-content: inherit;
}

.static-component .post-header__masthead-promotional {
  grid-area: mastheadpromo;
}

.static-component .post-header__actions {
  display: block;
  grid-area: actions;
}

.static-component .post-header__rating {
  margin-bottom: 15px;
}

.static-component .post-header__heading, .static-component .post-header__labels > ul {
  justify-content: inherit;
}

.static-component .post-header__promo {
  display: block;
}

.static-component .post-header__image-link-box {
  background-color: #fff;
  width: 100%;
}

.static-component .post-header__social-share {
  margin-left: -5px;
  justify-content: inherit;
}

.static-component .post-header__title {
  margin-top: 15px;
}

.static-component .post-header__title--headline-layout {
  margin-top: 0;
}

.static-component .post-header__description {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  line-height: inherit;
}

.static-component .post-header__term-icons-list {
  color: #3d4e4f;
}

.static-component .post-header__term-icon {
  color: #fff;
}

.static-component .post-header__term-icon-base {
  color: #3d4e4f;
}

.static-component .post-header__label:not(:last-child):after {
  content: "|";
  margin: 0 5px;
}

.static-component .post-header--masthead-layout {
  background: #f5f5f5;
}

.static-component .post-header--native {
  background: rgba(6, 102, 144, 0.1);
}

.static-component .post-header--small-title .post-header__title {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .static-component .post-header__container {
    grid-template-rows: auto auto 1fr;
    grid-template-columns: auto 1fr;
    grid-template-areas: "media body" "mastheadpromo body" "actions body";
  }

  .static-component .post-header__container--masthead-layout {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .static-component .post-header__body {
    margin-top: 0;
    margin-left: 20px;
  }

  .static-component .post-header__actions {
    align-items: flex-start;
    display: flex;
  }

  .static-component .post-header__action-items {
    align-items: flex-end;
    display: flex;
  }

  .static-component .post-header__action-feedback {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .static-component .post-header__rating {
    margin-bottom: 10px;
  }

  .static-component .post-header__row {
    display: flex;
    flex-flow: row wrap;
    align-items: baseline;
    justify-content: inherit;
  }

  .static-component .post-header__row--center-aligned {
    align-items: center;
  }

  .static-component .post-header__sponsor-image {
    max-width: 180px;
    margin: inherit;
  }

  .static-component .post-header__sponsor-image--image-layout, .static-component .post-header__sponsor-image--masthead-layout {
    margin-top: 0;
  }

  .static-component .post-header__sponsor-image--image-native {
    margin-top: 15px;
  }

  .static-component .post-header__sponsor-image .image {
    margin: inherit;
  }

  .static-component .post-header__title--image-layout, .static-component .post-header__title--masthead-layout {
    margin-top: 0;
  }

  .static-component .post-header__logo {
    max-width: 160px;
  }

  .static-component .post-header--masthead-layout .post-header__image-container {
    width: 300px;
  }

  .static-component .post-header--masthead-layout.post-header--dynamic-aspect-ratio .post-header__image-container, .static-component .post-header--masthead-layout.post-header--landscape-aspect-ratio .post-header__image-container {
    width: 460px;
  }

  .static-component .post-header--masthead-layout .post-header__video-container {
    width: 460px;
    margin-right: 15px;
  }

  .static-component .post-header--small-title .post-header__title {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .static-component .post-header__publish-date {
    display: inline-block;
    margin-top: 0;
  }
}
@media print {
  .static-component .post-header {
    background: #fff;
    width: auto;
  }

  .static-component .post-header__container {
    grid-template-areas: "body media";
    grid-template-columns: 1fr;
  }

  .static-component .post-header__body {
    margin-left: 0;
  }

  .static-component .post-header {
    display: block;
    width: 938px;
    padding: 0;
  }

  .static-component .post-header__image-container {
    float: right;
    width: 170px;
    margin: 15px 0 10px;
  }

  .static-component .post-header__row {
    display: inline-flex;
  }
}
.static-component .reaction {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  -webkit-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.static-component .reaction__header {
  align-items: center;
  display: flex;
}

.static-component .reaction__type {
  border-radius: 4px;
  color: #343434;
  font-family: open-sans, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-left: 10px;
  padding: 2px 8px;
  text-decoration: none;
  text-transform: capitalize;
  white-space: nowrap;
}

.static-component .reaction__actions {
  align-items: center;
  display: flex;
  flex-direction: row;
}

.static-component .reaction__action-buttons {
  margin-left: auto;
}

.static-component .reaction--parent {
  border-bottom: 2px solid #d6d6d6;
}

.static-component .reaction--parent .reaction--reply:not(:first-of-type) {
  margin-top: 10px;
}

.static-component .reaction--parent .reaction--reply:last-of-type {
  margin-bottom: 20px;
}

.static-component .reaction--reply {
  background-color: #eaeaea;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  padding-top: 30px;
}

@media (min-width: 768px) {
  .static-component .reaction--reply {
    padding-top: 0;
  }
}
.static-component .reaction--reply:before {
  background-color: #fff;
  content: "";
  height: 18px;
  left: calc(50% - 9px);
  position: absolute;
  top: -10px;
  transform: rotate(45deg);
  width: 18px;
}

.static-component .reaction__skeleton-text {
  background: #eaeaea;
  border-radius: 2px;
  color: transparent;
  height: 20px;
  margin-bottom: 20px;
  width: 100%;
}

.static-component .reaction__skeleton-text:last-of-type {
  margin-bottom: 0;
  width: 50%;
}

.static-component .reaction--loading .reaction__skeleton-text {
  background-image: linear-gradient(90deg, #fff, #eaeaea 50%, #fff);
  background-size: 200%;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-name: horizontal-background--rtl;
  animation-timing-function: linear;
}

@keyframes horizontal-background--rtl {
  .static-component 0% {
    background-position: -100% 0;
  }
  .static-component to {
    background-position: 100% 0;
  }
}
.static-component .reactions-header {
  border-bottom: 2px solid #eaeaea;
  padding-bottom: 30px;
}

.static-component .reactions-header__rating--with-filter {
  padding-bottom: 20px;
}

.static-component .reactions-header__filter-label {
  white-space: nowrap;
}

@media (min-width: 992px) {
  .static-component .reactions-header {
    display: flex;
  }

  .static-component .reactions-header__filter-form {
    flex-grow: 1;
    margin-left: 60px;
  }

  .static-component .reactions-header__filter-label {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .static-component .recipe-card-carousel .card__content {
    padding-left: 0;
    padding-right: 0;
  }
}
.static-component .registration-form__recaptcha-badge {
  visibility: hidden;
}

.static-component .registration-form__email-input--invalid {
  border-width: 2px;
}

.static-component .registration-landing__header {
  margin: 0 0 20px;
}

.static-component .registration-landing__log-in-container {
  margin-top: 60px;
  margin-bottom: 10px;
  text-align: right;
}

.static-component .registration-landing__log-in-link {
  position: relative;
}

.static-component .registration-landing__log-in-link:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  min-height: 40px;
  min-width: 40px;
}

.static-component .reset-password-form {
  padding-top: 20px;
}

.static-component .reset-password-form__heading {
  color: #343434;
  font-size: 16px;
  margin-bottom: 5px;
}

.static-component .reset-password-form__email {
  color: #066690;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 0;
}

.static-component .reset-password-form__button {
  display: block;
  margin: 0 auto 20px;
}

.static-component .roast-calculator {
  background: #fff;
  border: 1px solid #d6d6d6;
  max-width: 620px;
}

.static-component .roast-calculator__header {
  background: rgba(61, 78, 79, 0.2);
}

.static-component .roast-calculator__meat, .static-component .roast-calculator__weight {
  height: 50px;
  min-width: 300px;
}

.static-component .roast-calculator__result-header {
  background: rgba(61, 78, 79, 0.2);
  padding: 0 20px;
}

@media (min-width: 992px) {
  .static-component .roast-calculator__result-header {
    padding: 0 80px;
  }
}
.static-component .roast-calculator__result-header--error {
  background: #f9e5e5;
}

.static-component .roast-calculator__method {
  background: rgba(91, 119, 120, 0.15);
  padding: 0 20px;
}

@media (min-width: 992px) {
  .static-component .roast-calculator__method {
    padding: 0 80px;
  }
}
.static-component .roast-calculator__method--error {
  background: rgba(189, 22, 34, 0.15);
}

.static-component .roast-calculator__spinner {
  height: 125px;
}

.static-component .roast-calculator__counter-container {
  margin-top: -3px;
}

.static-component .roast-calculator__counter-badge {
  background: #000;
  height: 25px;
  width: 25px;
  border-radius: 50%;
}

.static-component .roast-calculator__counter {
  color: #fff;
}

.static-component .roast-calculator__input-section {
  background: #fff;
  border: 1px solid #858585;
  border-radius: 3px;
  width: 220px;
  padding-top: 1px;
  padding-bottom: 1px;
}

@media (min-width: 992px) {
  .static-component .roast-calculator__input-section {
    width: 300px;
  }
}
.static-component .roast-calculator__input-section--has-focus {
  border: 1px solid #fff;
  box-shadow: 0 0 0 2px #219dff;
}

.static-component .roast-calculator__input {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  font-size: 100%;
  outline: none;
  width: 100%;
}

.static-component .roast-calculator__input--error {
  color: #bd1622;
}

@media (min-width: 992px) {
  .static-component .roast-calculator__input {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.static-component .roast-calculator__input-units {
  min-width: 60px;
}

.static-component .roast-calculator__select {
  -webkit-appearance: none;
  appearance: none;
  color: rgba(52, 52, 52, 0.7);
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eicon%20%2Fdropdown%20arrow%3C%2Ftitle%3E%3Cpath%20d%3D%22M0%200h10L5%206z%22%20fill%3D%22%23343434%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(180deg, transparent 0, transparent);
  background-repeat: no-repeat, repeat;
  background-size: 0.65em auto, 100%;
  background-position: right 0.7em top 50%, 0 0;
  background-color: initial;
  border: 0;
  width: 100%;
  outline: none;
}

.static-component .roast-calculator__select::-ms-expand {
  display: none;
}

.static-component .roast-calculator__unit {
  color: rgba(52, 52, 52, 0.7);
  min-width: 30px;
}

.static-component .roast-calculator__form-group {
  width: 220px;
}

@media (min-width: 992px) {
  .static-component .roast-calculator__form-group {
    width: 300px;
  }
}
.static-component .schedule {
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}

.static-component .schedule--with-sticky-header .schedule__sticky-container {
  top: 44px;
}

@media (min-width: 992px) {
  .static-component .schedule--with-sticky-header .schedule__sticky-container {
    top: 90px;
  }
}
.static-component .schedule__channel {
  background-color: #fff;
  border-left: 1px solid #858585;
  border-right: 1px solid #858585;
  display: none;
  height: 65px;
  justify-content: center;
  left: 0;
  position: absolute;
  width: 80px;
  z-index: 200;
}

.static-component .schedule__channel--visible {
  display: flex;
}

.static-component .schedule__channel--border-bottom {
  border-bottom: 1px solid #858585;
}

.static-component .schedule__channel:after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2), transparent);
  content: "";
  height: calc(100% + 1px);
  left: 100%;
  position: absolute;
  top: 0;
  width: 10%;
  z-index: -1;
}

.static-component .schedule__channel-content {
  height: 65px;
  padding: 5px 5px 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.static-component .schedule__channel-offset {
  left: 79px;
  position: relative;
  z-index: 100;
}

.static-component .schedule__sticky-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.static-component .schedule__day {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
  text-align: center;
  white-space: nowrap;
  width: 110px;
}

.static-component .schedule__time-container {
  background-color: #343434;
  border: 1px solid #000;
  color: #fff;
  z-index: 300;
}

.static-component .schedule__time-container:after {
  background-color: #343434;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 80px;
  z-index: 1;
}

.static-component .schedule__time-list {
  margin: 0;
  padding: 0;
}

.static-component .schedule__time-list-item {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #fff;
  display: inline-block;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 120px;
}

.static-component .schedule__time-datetime {
  transform: translate3d(-50%, 5px, 0);
}

.static-component .schedule__time-intervals {
  background-image: linear-gradient(90deg, #fff 1px, transparent 0), linear-gradient(90deg, transparent 60px, #fff 0, #fff 61px, transparent 0), linear-gradient(90deg, transparent 120px, #fff 0, #fff 121px, transparent 0), linear-gradient(90deg, transparent 180px, #fff 0, #fff 181px, transparent 0);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 240px 5px, 240px 10px;
  height: 10px;
  margin-left: -1px;
  width: 100%;
}

.static-component .schedule__rows-container {
  min-height: calc(var(--schedule-container-channels-length, 100)*66px);
}

.static-component .schedule__row {
  background-color: #fff;
  display: none;
  height: 65px;
  z-index: 1;
}

.static-component .schedule__row--visible {
  display: block;
}

.static-component .schedule__row--border-bottom {
  border-bottom: 1px solid #858585;
}

.static-component .schedule__row-list-item:before {
  height: 65px;
}

.static-component .schedule__row-list-item.schedule__row-list-item--border-bottom {
  border-bottom: 1px solid #858585;
}

.static-component .schedule__row-list-item.schedule__row-list-item--border-bottom-dark {
  border-bottom-color: #595959;
}

.static-component .schedule__row-list-item.schedule__row-list-item--border-right:before {
  content: "";
  position: absolute;
  right: 0;
  border-left: 1px solid #858585;
  z-index: 200;
}

.static-component .schedule__details-modal {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  top: 100vh;
  height: 100vh;
  max-height: 100vh;
  width: 100%;
  z-index: 600;
  transition: transform 0.4s ease;
}

.static-component .schedule__details-modal--expanded {
  transform: translateY(-100vh);
}

.static-component .schedule__details-modal--with-sticky-header {
  height: calc(100vh - 44px);
}

.static-component .schedule__details-modal--with-sticky-header.schedule__details-modal--expanded {
  transform: translateY(calc(-100vh + 44px));
}

.static-component .schedule__details-modal .schedule__details-image-container {
  position: relative;
}

.static-component .schedule__details-modal .schedule__details-image-container--show-overlay:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  background-image: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.25) 70%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0.6) 90%, rgba(0, 0, 0, 0.7) 95%, rgba(0, 0, 0, 0.8));
}

.static-component .schedule__details-modal-scrollable-body {
  height: 0;
}

.static-component .schedule__details-modal-buttons {
  justify-content: flex-end;
  z-index: 400;
}

.static-component .schedule__details-modal-close-button {
  cursor: pointer;
  height: 40px;
  top: 0;
  width: 40px;
}

.static-component .schedule__details-modal-backdrop {
  left: 0;
  top: 0;
  position: fixed;
  z-index: 500;
}

.static-component .schedule__details-modal-body {
  background: linear-gradient(rgba(6, 102, 144, 0.1), rgba(6, 102, 144, 0.1)), linear-gradient(#fff, #fff);
  overflow: hidden;
}

.static-component .schedule__details-scrollable-container {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.static-component .schedule__details-row {
  display: none;
}

.static-component .schedule__details-row-container {
  background: linear-gradient(rgba(6, 102, 144, 0.1), rgba(6, 102, 144, 0.1)), linear-gradient(#fff, #fff);
  border-right: 1px solid #858585;
  border-top: 1px solid #858585;
  height: 0;
  left: calc(50% + 40px);
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  transition: height 0.4s ease;
  width: calc(100% - 80px);
}

.static-component .schedule__details-image {
  width: 100%;
}

.static-component .schedule__details-image-container {
  overflow: hidden;
  z-index: 300;
}

.static-component .schedule__details-placeholder {
  background-color: #000;
  color: #fff;
  z-index: 100;
}

.static-component .schedule__details-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.static-component .schedule__details-body-separator {
  border-top: 1px solid #858585;
}

.static-component .schedule__details-body-list {
  list-style: none;
}

.static-component .schedule__details-body-tag {
  border: 1px solid #066690;
  color: #066690;
}

.static-component .schedule__details-body-labels:not(:last-child):after {
  content: "|";
  margin: 0 5px;
}

.static-component .schedule__details-body-recommended-icon--center {
  top: 5px;
  position: relative;
}

.static-component .schedule__cell {
  border-right: 1px solid #858585;
  display: inline-block;
  height: 100%;
  -webkit-user-select: none;
  user-select: none;
  z-index: 1;
}

.static-component .schedule__cell:first-child {
  border-left: 1px solid #858585;
}

.static-component .schedule__cell--type-film {
  padding-left: 15px;
}

.static-component .schedule__cell--type-error {
  background-color: #f9e5e5;
  color: #bd1622;
}

.static-component .schedule__cell--type-error .schedule__cell-time {
  color: #bd1622;
}

.static-component .schedule__cell--active {
  background: linear-gradient(rgba(6, 102, 144, 0.1), rgba(6, 102, 144, 0.1)), linear-gradient(#fff, #fff);
  color: inherit;
  z-index: 300;
}

.static-component .schedule__cell--active .schedule__cell-time {
  color: #0d88be;
}

.static-component .schedule__cell-filmstrip {
  background-image: linear-gradient(180deg, #595959 0, #595959 5%, transparent 0, transparent 95%, #595959 0);
  background-size: 7px 10%;
  content: "";
  height: 100%;
  left: 4px;
  position: absolute;
  width: 7px;
}

.static-component .schedule__cell-filmstrip:after, .static-component .schedule__cell-filmstrip:before {
  background-image: linear-gradient(180deg, #595959 0, #595959 20%, transparent 0, transparent 70%, #595959 0), linear-gradient(90deg, #595959 0, #595959 20%, #fff 0, #fff 50%, #595959 0);
  background-size: 6px 4px;
  content: "";
  height: 100%;
  position: absolute;
  width: 4px;
}

.static-component .schedule__cell-filmstrip:before {
  left: -4px;
}

.static-component .schedule__cell-filmstrip:after {
  left: 7px;
}

.static-component .schedule__cell-clickable {
  cursor: pointer;
  text-align: left;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.static-component .schedule__cell-clickable:not(.schedule__cell-clickable--enable-focus-styles):focus {
  outline: none;
}

.static-component .schedule__cell-clickable:focus .schedule__cell-title, .static-component .schedule__cell-clickable:hover .schedule__cell-title {
  text-decoration: underline;
}

.static-component .schedule__cell-content {
  padding: 5px 0 5px 5px;
}

.static-component .schedule__cell-title {
  font-size: 12px;
  font-weight: 600;
  height: 34px;
  line-height: 17px;
  overflow: hidden;
  overflow-wrap: normal;
}

.static-component .schedule__cell-title-icon {
  height: 12px;
  top: 1.25px;
  width: 12px;
}

.static-component .schedule__cell-time {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #0d88be;
  white-space: nowrap;
}

.static-component .schedule__cell-footer {
  height: 20px;
  height: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
  overflow: hidden;
}

.static-component .schedule__cell-footer:before {
  content: "";
  display: inline-block;
}

.static-component .schedule__button {
  cursor: pointer;
}

.static-component .schedule__button:not(.schedule__button--enable-focus-styles):focus, .static-component .schedule__button:not(.schedule__button--enable-focus-styles):hover {
  outline: none;
}

.static-component .schedule__arrow {
  background-color: inherit;
  color: inherit;
  display: flex;
  height: 100%;
  min-width: 45px;
  transition: opacity 0.2s ease;
  width: 45px;
  z-index: 200;
}

.static-component .schedule__arrow--shown {
  opacity: 1;
}

.static-component .schedule__arrow--hidden {
  opacity: 0;
  cursor: default;
}

.static-component .schedule__arrow--previous {
  left: 0;
}

.static-component .schedule__arrow--next {
  right: 0;
}

.static-component .schedule__ad-slot {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  display: flex;
}

.static-component .schedule__ad-slot-container {
  min-height: 600px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .static-component .schedule__ad-slot-container {
    margin-top: 55px;
  }
}
.static-component .schedule__ad-slot, .static-component .schedule__row-list-item-advert-container {
  display: list-item;
  min-height: 600px;
}

.static-component .schedule__ad-slot--hidden, .static-component .schedule__row-list-item-advert-container--hidden {
  display: none;
}

.static-component .schedule__row-list-item-advert-container:last-of-type .schedule__ad-slot-container {
  margin-top: 10px;
}

.static-component .schedule__row-list-item-advert-container:last-of-type .ad-slot__sign-post {
  display: none;
}

.static-component .schedule__sponsored-channel-row {
  height: 65px;
  left: 79px;
  position: absolute;
  width: calc(100% - 80px);
}

.static-component .schedule__sponsored-channel-content {
  position: absolute;
  top: 0;
}

.static-component .schedule__sponsored-channel-banner {
  background-repeat: no-repeat;
  background-size: auto 100%;
  max-width: 100%;
  width: 100%;
}

.static-component .schedule__sponsored-channel-banner > iframe {
  pointer-events: none;
}

.static-component .schedule__sponsored-channel-banner-text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
}

.static-component .schedule__sponsored-channel-banner-text:first-child {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.static-component .schedule__sponsored-channel-cell {
  border-right: none;
  display: none;
  flex-basis: 100%;
}

.static-component .schedule__sponsored-channel-cell:first-child {
  display: inline-block;
}

.static-component .schedule__current-time-bar {
  background-color: rgba(214, 214, 214, 0.4);
  height: calc(100% + 2px);
  pointer-events: none;
  top: -1px;
  border-right: 3px solid #066690;
  z-index: 100;
}

.static-component .schedule__time-jump-bar {
  background-color: #343434;
  border-bottom: 1px solid #fff;
  color: #fff;
  display: none;
  height: 40px;
}

.static-component .schedule__time-jump-label {
  color: #fff;
  width: 80px;
}

.static-component .schedule__time-jump-item {
  color: #fff;
}

.static-component .schedule__time-jump-button {
  height: 40px;
  width: 100%;
}

.static-component .schedule__time-jump-button:hover {
  color: #0d88be;
}

.static-component .schedule__mobile-time-jump-input {
  width: 0;
  height: 0;
  opacity: 0;
}

.static-component .schedule__active-time-item {
  position: relative;
}

.static-component .schedule__active-time-item:after {
  background-color: #066690;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s;
  width: 100%;
}

.static-component .schedule__active-time-item--active:after {
  opacity: 1;
}

.static-component .schedule__active-time-item.schedule__time-jump-item:after {
  bottom: 4px;
}

.static-component .schedule__fade-container-enter {
  opacity: 0;
}

.static-component .schedule__fade-container-enter-active, .static-component .schedule__fade-container-exit {
  opacity: 1;
}

.static-component .schedule__fade-container-exit-active {
  opacity: 0;
}

.static-component .schedule__fade-container-enter-active, .static-component .schedule__fade-container-exit-active {
  transition: opacity 0.3s ease;
}

@media (min-width: 544px) {
  .static-component .schedule__details-modal-close-button {
    margin: 5px;
  }
}
@media (min-width: 544px) and (max-height: 499px) {
  .static-component .schedule__details-modal {
    flex-direction: row;
  }

  .static-component .schedule__details-modal-header {
    background: linear-gradient(rgba(6, 102, 144, 0.1), rgba(6, 102, 144, 0.1)), linear-gradient(#fff, #fff);
    min-width: 250px;
    width: 250px;
  }

  .static-component .schedule__details-modal-buttons {
    justify-content: flex-start;
  }
}
@media (min-width: 544px) and (min-height: 500px) {
  .static-component .schedule__details-modal {
    border-left: 1px solid #858585;
    top: 0;
    left: 100%;
    width: 400px;
  }

  .static-component .schedule__details-modal--expanded {
    transform: translate(-400px);
  }

  .static-component .schedule__details-modal--with-sticky-header {
    top: 44px;
  }

  .static-component .schedule__details-modal--with-sticky-header.schedule__details-modal--expanded {
    transform: translate(-400px);
  }

  .static-component .schedule__details-modal-buttons {
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .static-component .schedule__channel, .static-component .schedule__channel-content, .static-component .schedule__row, .static-component .schedule__row-list-item:before, .static-component .schedule__sponsored-channel-row {
    height: 92px;
  }

  .static-component .schedule__channel-content {
    padding: 10px 5px 0;
  }

  .static-component .schedule__cell--type-film {
    padding-left: 30px;
  }

  .static-component .schedule__cell-content {
    padding: 10px 0 10px 10px;
  }

  .static-component .schedule__cell-title {
    font-size: 14px;
    height: 38px;
    line-height: 19px;
  }

  .static-component .schedule__cell-title-icon {
    height: 14px;
    top: 1.25px;
    width: 14px;
  }

  .static-component .schedule__cell-filmstrip {
    background-size: 20px 16.6666666667%;
    left: 5px;
    width: 20px;
  }

  .static-component .schedule__cell-filmstrip:after, .static-component .schedule__cell-filmstrip:before {
    background-size: 7px 4px;
    width: 5px;
  }

  .static-component .schedule__cell-filmstrip:before {
    left: -5px;
  }

  .static-component .schedule__cell-filmstrip:after {
    left: 20px;
  }

  .static-component .schedule__day {
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    line-height: 1.625rem;
  }

  .static-component .schedule__time-intervals {
    background-size: 240px 5px, 240px 10px, 240px 10px, 240px 10px;
  }

  .static-component .schedule__sponsored-channel-banner {
    background-position: 100%;
  }

  .static-component .schedule__sponsored-channel-banner-text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
  }

  .static-component .schedule__sponsored-channel-banner-text:first-child {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
    line-height: 1.75rem;
  }

  .static-component .schedule__sponsored-channel-cell:nth-child(-n+2) {
    display: inline-block;
  }

  .static-component .schedule__sponsored-channel-cell:first-child:not(:last-child) {
    border-right: 1px solid #858585;
  }

  .static-component .schedule__time-list-item {
    width: 240px;
  }

  .static-component .schedule__time-jump-bar {
    display: flex;
  }

  .static-component .schedule__ad-slot, .static-component .schedule__ad-slot-container, .static-component .schedule__row-list-item-advert-container {
    min-height: 250px;
  }
}
@media (min-width: 992px) {
  .static-component .schedule__channel {
    transition: height 0.4s ease;
  }

  .static-component .schedule__channel--expanded {
    height: 392px;
    height: calc(var(--schedule-expanded-details-row-height, 300px) + 92px);
  }

  .static-component .schedule__cell--active:after {
    background: linear-gradient(rgba(6, 102, 144, 0.1), rgba(6, 102, 144, 0.1)), linear-gradient(#fff, #fff);
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
  }

  .static-component .schedule__details-row {
    display: block;
    height: 0;
    transition: height 0.4s ease;
  }

  .static-component .schedule__details-row--expanded, .static-component .schedule__details-row--expanded .schedule__details-row-container {
    height: 300px;
    height: calc(var(--schedule-expanded-details-row-height, 300px) + 0px);
  }

  .static-component .schedule__details-modal, .static-component .schedule__details-modal-backdrop {
    display: none;
  }

  .static-component .schedule__details-body {
    height: 100%;
  }

  .static-component .schedule__details-image {
    min-width: 200px;
    width: 200px;
  }

  .static-component .schedule__details-placeholder {
    background-color: initial;
    color: #858585;
  }

  .static-component .schedule__details-placeholder--missing-image {
    background-color: #eaeaea;
  }

  .static-component .schedule__rows-container {
    min-height: calc(var(--schedule-container-channels-length, 100)*93px);
  }

  .static-component .schedule__sponsored-channel-cell {
    display: inline-block;
  }

  .static-component .schedule__sponsored-channel-cell:not(:last-child) {
    border-right: 1px solid #858585;
  }
}
.static-component .schedule-preferences {
  padding-bottom: 15px;
}

.static-component .schedule-preferences__collapser-panel--loading {
  visibility: hidden;
}

.static-component .schedule-preferences__dropdown-inputs {
  flex-direction: column;
  margin-bottom: 15px;
}

.static-component .schedule-preferences__collapser-button {
  color: #007963;
}

@media (min-width: 992px) {
  .static-component .schedule-preferences__dropdown-inputs {
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 10px;
  }

  .static-component .schedule-preferences__dropdown-input:not(:last-child) {
    margin-right: 20px;
  }
}
.static-component .wf-active .schedule-preferences__collapser-button {
  letter-spacing: normal;
  line-height: 1.188;
}

.static-component .search-results__results-text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .static-component .search-results .search-results__results-text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}
@media (min-width: 768px) {
  .static-component .search-results__sidebar-pocket {
    border-top: 1px solid #343434;
    border-bottom: 1px solid #343434;
  }
}
.static-component .site-footer {
  width: 100%;
  cursor: auto;
  padding: 0;
  text-align: left;
}

.static-component .site-footer__brand-section {
  background-color: #d6d6d6;
  border-top: 1px solid #a3a3a3;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.static-component .site-footer__brand-logo {
  margin: 30px auto 20px;
}

.static-component .site-footer__social-follow {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  color: #000;
}

.static-component .site-footer__corporate-section {
  background-color: #343434;
  color: #fff;
}

.static-component .site-footer__corporate-section-inner {
  padding: 20px 15px 30px;
}

.static-component .site-footer__flex-row {
  padding: 0;
}

.static-component .site-footer__menu {
  margin-bottom: 0;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.static-component .site-footer__menu-item {
  position: relative;
  margin-bottom: 15px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
}

.static-component .site-footer__menu-item:after, .static-component .site-footer__menu-item:before {
  background: #fff;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  content: "";
  position: absolute;
}

.static-component .site-footer__menu-item:before {
  left: -1.5px;
}

.static-component .site-footer__menu-item:after {
  right: -1.5px;
}

.static-component .site-footer__menu-link {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  text-transform: none;
}

.static-component .site-footer__menu-link:focus, .static-component .site-footer__menu-link:hover {
  color: #fff;
  text-decoration: underline;
  background: transparent;
}

.static-component .site-footer__menu-link:active {
  color: #343434;
  text-decoration: underline;
  background: #fff;
}

.static-component .site-footer__corporate-logo {
  width: 100px;
  height: auto;
  margin: 20px 20px 20px 0;
}

.static-component .site-footer__copyright-text {
  line-height: 22px;
  line-height: 1.375rem;
  position: relative;
  top: calc(1rem - 22px);
  color: #fff;
  display: block;
  margin-top: 20px;
}

.static-component .site-footer__partner-logo {
  width: 80px;
  height: auto;
  margin: 20px 0 0;
}

@media (min-width: 768px) {
  .static-component .site-footer {
    text-align: left;
  }

  .static-component .site-footer__brand-section {
    flex-direction: row;
  }

  .static-component .site-footer__brand-section-inner {
    padding: 0;
  }

  .static-component .site-footer__brand-logo {
    margin-right: 50px;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .static-component .site-footer__social-follow {
    margin-bottom: 0;
  }

  .static-component .site-footer__flex-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .static-component .site-footer__flex-row--center {
    align-items: center;
  }

  .static-component .site-footer__menu {
    text-align: left;
    width: 100%;
  }

  .static-component .site-footer__menu-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .static-component .site-footer__copyright-section {
    flex: 1;
    margin-right: 60px;
  }

  .static-component .site-footer__corporate-logo {
    margin: 20px 20px 20px 0;
  }

  .static-component .site-footer__partner-logo {
    margin: 15px 0 0;
  }
}
.static-component .site-header {
  z-index: 500;
}

.static-component .site-header__eyebrow-nav {
  z-index: 700;
  position: relative;
  height: 44px;
}

.static-component .site-header__nav-section {
  display: flex;
  height: calc(100vh - 44px);
  left: 0;
  position: fixed;
  right: auto;
  top: 44px;
  z-index: 500;
}

.static-component .site-header__nav-section--right {
  right: 0;
  left: auto;
}

.static-component .site-header__brand {
  position: relative;
  z-index: 500;
}

.static-component .site-header__sponsored--takeover {
  width: 100%;
  height: 100px;
  background-color: #007963;
  position: fixed;
  top: 44px;
}

.static-component .site-header__brand-static, .static-component .site-header__sponsored--static {
  position: static;
}

.static-component .site-header__search-backdrop {
  z-index: 200;
  position: fixed;
}

.static-component .site-header__mobile-promo-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  background-color: #007963;
}

@media (min-width: 992px) {
  .static-component .site-header--sticky {
    display: flex;
    flex-direction: column;
    margin-bottom: 90px;
    position: relative;
    top: 0;
  }

  .static-component .site-header--sticky .site-header__eyebrow-nav, .static-component .site-header--sticky .site-header__nav-section {
    left: 0;
    position: fixed;
    right: 0;
  }

  .static-component .site-header__brand {
    z-index: 600;
  }

  .static-component .site-header__eyebrow-nav, .static-component .site-header__nav-section {
    left: 0;
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    right: 0;
  }

  .static-component .site-header__eyebrow-nav {
    height: 35px;
    top: 0;
  }

  .static-component .site-header__eyebrow-nav--hidden {
    display: none;
  }

  .static-component .site-header__nav-section {
    height: auto;
    top: 35px;
    max-height: 56px;
  }

  .static-component .site-header__nav-section--right {
    display: none;
  }

  .static-component .site-header__sponsored--takeover {
    position: absolute;
    top: 0;
    z-index: 0;
    height: 100%;
  }
}
.static-component .toaster {
  position: absolute;
}

.static-component .toaster__toast {
  width: min(355px, 90vw);
  z-index: 1000;
  opacity: 0;
  position: fixed;
  transform: translate(-50%, -100%);
  will-change: transform, opacity;
  animation: fadeIn 0.3s ease-out forwards, slideIn 0.3s ease-out forwards, fadeOut 0.3s ease-out 4s forwards, slideOut 0.3s ease-out 4s forwards;
}

@media (prefers-reduced-motion: reduce) {
  .static-component .toaster__toast {
    transform: translate(-50%);
    animation: fadeIn 0.3s ease-out forwards, fadeOut 0.3s ease-out 4s forwards;
  }
}
@keyframes fadeIn {
  .static-component to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  .static-component to {
    opacity: 0;
  }
}
@keyframes slideIn {
  .static-component to {
    transform: translate(-50%);
  }
}
@keyframes slideOut {
  .static-component to {
    transform: translate(-50%, -100%);
  }
}
.static-component .user-layout {
  background: #f5f5f5;
}

.static-component .user-layout__container {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
}

.static-component .user-layout__sidebar {
  display: none;
}

.static-component .user-layout__main-content {
  min-height: 80vh;
  background: #f5f5f5;
  flex-grow: 1;
}

@media (min-width: 992px) {
  .static-component .user-layout__container--desktop {
    width: 980px;
  }

  .static-component .user-layout__sidebar {
    display: block;
  }
}
.static-component .verification-error {
  padding-top: 50px;
}

.static-component .verification-error__button {
  margin-top: 100px;
}

.static-component .verification-error__support-email {
  position: relative;
}

.static-component .verification-error__support-email:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  min-height: 40px;
  min-width: 40px;
}

@media (orientation: landscape) and (max-width: 991px) {
  .static-component .verification-error {
    padding-top: 20px;
  }

  .static-component .verification-error__button {
    margin-top: 30px;
  }
}
.static-component .weight-volume-converter {
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  min-width: 300px;
  max-width: 620px;
}

.static-component .weight-volume-converter__icon, .static-component .weight-volume-converter__switch {
  margin: 0 auto;
}

.static-component .weight-volume-converter__form {
  flex-direction: column;
}

@media (min-width: 768px) {
  .static-component .weight-volume-converter__form {
    flex-direction: row;
    justify-content: center;
  }
}
.static-component .weight-volume-converter__description {
  color: rgba(52, 52, 52, 0.7);
  margin: 0 auto;
  max-width: 300px;
}

.static-component .weight-volume-converter__input-section {
  background: #fff;
  border: 1px solid #858585;
  border-radius: 3px;
  max-width: 245px;
  padding-top: 1px;
  padding-bottom: 1px;
}

@media (min-width: 992px) {
  .static-component .weight-volume-converter__input-section {
    max-width: 220px;
  }
}
.static-component .weight-volume-converter__input-section--has-focus {
  border: 1px solid #fff;
  box-shadow: 0 0 0 2px #219dff;
}

.static-component .weight-volume-converter__select {
  -webkit-appearance: none;
  appearance: none;
  color: rgba(52, 52, 52, 0.7);
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eicon%20%2Fdropdown%20arrow%3C%2Ftitle%3E%3Cpath%20d%3D%22M0%200h10L5%206z%22%20fill%3D%22%23858585%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(180deg, transparent 0, transparent);
  background-repeat: no-repeat, repeat;
  background-size: 0.65em auto, 100%;
  background-position: right 0.7em top 50%, 0 0;
  background-color: initial;
  border: 0;
  font-size: 100%;
  width: 100%;
  outline: none;
}

@media (min-width: 992px) {
  .static-component .weight-volume-converter__select {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.static-component .weight-volume-converter__select::-ms-expand {
  display: none;
}

.static-component .weight-volume-converter__input-metric {
  width: 75%;
}

.static-component .weight-volume-converter__input-units {
  min-width: 40px;
}

.static-component .weight-volume-converter__group-divider {
  padding: 5px 0;
}

.static-component .weight-volume-converter__unit {
  color: rgba(52, 52, 52, 0.7);
  min-width: 30px;
}

.static-component .weight-volume-converter__input {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  font-size: 100%;
  outline: none;
  width: 100%;
}

@media (min-width: 992px) {
  .static-component .weight-volume-converter__input {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .static-component .sidebar .weight-volume-converter__form {
    flex-direction: column;
  }
}
.static-component .account-layout {
  margin: 10px;
}

@media (min-width: 768px) {
  .static-component .account-layout {
    margin: 15px 20px;
  }
}
.static-component .auth-layout {
  grid-template-rows: 0 1fr;
  height: var(--document-height, 100vh);
}

@supports (height: 100dvh) {
  .static-component .auth-layout {
    height: 100dvh;
  }
}
.static-component .auth-layout__body {
  align-self: start;
  grid-template-rows: auto auto 1fr;
  height: 100%;
  padding: 40px 10px;
  width: 100%;
}

.static-component .auth-layout__logo {
  max-width: 250px;
  margin-bottom: 10px;
}

.static-component .auth-layout__headline {
  margin-bottom: 10px;
  font-weight: 400;
  color: #343434;
  line-height: 26px;
}

@media (min-width: 768px) {
  .static-component .auth-layout {
    grid-template-columns: 4fr 8fr;
    grid-template-rows: 1fr;
  }

  .static-component .auth-layout__body {
    margin-top: 15vh;
    height: auto;
    width: 375px;
  }

  .static-component .auth-layout__body--headless {
    margin-top: 0;
    height: 100vh;
  }

  .static-component .auth-layout__left {
    background-color: #024562;
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  .static-component .auth-layout {
    grid-template-columns: 1fr;
    grid-template-rows: 0 1fr;
  }

  .static-component .auth-layout__body {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .static-component .auth-layout {
    grid-template-columns: 1fr 1fr;
  }
}
.static-component .collection__grid {
  padding-left: 10px;
  padding-right: 10px;
}

.static-component .collection__heading {
  margin: 10px;
}

.static-component .collection__callout {
  margin: 10px 10px 20px;
}

.static-component .collection__buttons {
  display: flex;
}

@media (min-width: 768px) {
  .static-component .collection__callout {
    margin: 20px;
  }

  .static-component .collection__grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .static-component .collection__heading {
    margin: 15px 20px;
  }
}
.static-component .listings {
  background-color: #f5f5f5;
}

.static-component .listings__widgets {
  background-color: #fff;
}

@media (min-width: 768px) {
  .static-component .listings__schedule-preferences {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 10px;
  }
}
.static-component .overview {
  padding-top: 10px;
  padding-bottom: 30px;
}

.static-component .overview__heading, .static-component .overview__section {
  margin-bottom: 30px;
}

.static-component .overview__container {
  padding: 0 10px;
}

@media (min-width: 768px) {
  .static-component .overview {
    padding-top: 15px;
  }

  .static-component .overview__heading, .static-component .overview__section {
    margin-bottom: 40px;
  }

  .static-component .overview__section--before-ad {
    margin-bottom: 30px;
  }

  .static-component .overview__container {
    padding: 0 20px;
  }
}
.static-component .page-builder {
  background-color: #f5f5f5;
  display: inline-block;
  overflow-x: hidden;
  width: 100%;
}

.static-component .page-builder__advert-block {
  padding: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}

.static-component .page-builder__advert-block--in-column {
  background-color: #f5f5f5;
}

.static-component .page-builder__button-block {
  text-align: center;
  padding: 20px 0;
  display: block;
}

.static-component .page-builder__button-block .button__content {
  display: inline-flex;
}

.static-component .page-builder__heading {
  padding: 0 0 20px;
  color: inherit;
}

.static-component .page-builder__image figure {
  margin-bottom: 16px;
}

.static-component .page-builder__image figure figcaption {
  color: inherit;
}

@media (min-width: 768px) {
  .static-component .page-builder__newsletter-sign-up-block--in-column-3 .newsletter-sign-up__form {
    display: block;
    width: 100%;
  }

  .static-component .page-builder__newsletter-sign-up-block--in-column-3 .newsletter-sign-up__form__input {
    margin-bottom: 10px;
  }

  .static-component .page-builder__newsletter-sign-up-block--in-column-3 .newsletter-sign-up__form__btn {
    display: block;
    width: 100%;
    margin-left: 0;
    max-width: 100%;
  }
}
.static-component .page-builder__newsletter-sign-up-block .newsletter-sign-up__disclaimer a {
  background-color: initial;
  color: #007963;
  cursor: pointer;
  text-decoration: underline;
  -webkit-text-decoration-color: #007963;
  text-decoration-color: #007963;
  text-underline-offset: auto;
  font-weight: inherit;
  transition: all 0.1s linear;
}

.static-component .page-builder__newsletter-sign-up-block .newsletter-sign-up__disclaimer a:focus, .static-component .page-builder__newsletter-sign-up-block .newsletter-sign-up__disclaimer a:hover {
  color: #024e40;
  background-color: initial;
  text-decoration: underline;
  -webkit-text-decoration-color: #024e40;
  text-decoration-color: #024e40;
  text-underline-offset: auto;
}

.static-component .page-builder__newsletter-sign-up-block .newsletter-sign-up__disclaimer a:active {
  color: #024e40;
  background-color: rgba(0, 121, 99, 0.2);
  text-decoration: underline;
  -webkit-text-decoration-color: #024e40;
  text-decoration-color: #024e40;
  text-underline-offset: auto;
}

.static-component .page-builder__newsletter-sign-up-block.box--highlight .newsletter-sign-up__disclaimer a {
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}

.static-component .page-builder__newsletter-sign-up-block.box--highlight .newsletter-sign-up__disclaimer a:focus, .static-component .page-builder__newsletter-sign-up-block.box--highlight .newsletter-sign-up__disclaimer a:hover {
  color: #fff;
  background-color: initial;
  text-decoration: underline;
}

.static-component .page-builder__newsletter-sign-up-block.box--highlight .newsletter-sign-up__disclaimer a:active {
  color: #343434;
  background-color: #fff;
  text-decoration: underline;
}

.static-component .page-builder__navigation-block__list {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  padding: 0;
  margin-bottom: -15px;
}

.static-component .page-builder__navigation-block__list__item {
  margin-right: 15px;
  margin-bottom: 15px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.static-component .page-builder__navigation-block__list__link {
  padding: 10px 15px;
  min-width: 40px;
}

.static-component .page-builder__navigation-block__list__link:hover {
  background: #3d4e4f;
  border-radius: 10rem;
  color: #fff;
}

.static-component .page-builder__section {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0 auto;
}

.static-component .page-builder__section--dark {
  background-color: #000;
}

.static-component .page-builder__section--highlight {
  background-color: #066690;
}

.static-component .page-builder__section--white {
  background-color: #fff;
}

.static-component .page-builder__section--transparent {
  background-color: initial;
}

.static-component .plant-details-header-section__foliage:not(:last-of-type):after {
  content: " | ";
}

.static-component .post {
  background-color: #fff;
}

.static-component .post__hero-image {
  padding: 0 10px;
}

@media (min-width: 768px) {
  .static-component .post__hero-image {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .static-component .post__sidebar-pocket {
    border-top: 1px solid #343434;
    border-bottom: 1px solid #343434;
  }
}
.static-component .post__comments {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .static-component .post__comments {
    margin-bottom: 60px;
  }
}
.static-component .post__publication-link {
  margin: 0;
}

.static-component .post--native .post__content {
  background: rgba(6, 102, 144, 0.1);
}

@media (min-width: 768px) {
  .static-component .post__hero-image {
    margin-bottom: 30px;
  }

  .static-component .post__hero-image--image-layout {
    padding: 0 20px;
  }
}
@media print {
  .static-component .post {
    width: 1038px;
    overflow: hidden;
    padding: 0 50px;
    -webkit-print-color-adjust: exact;
  }

  .static-component .post__header {
    padding: 0;
  }

  .static-component .post--native .post__content {
    background: #fff;
  }

  .static-component .qc-cmp-persistent-link {
    visibility: hidden;
  }
}
.static-component .recipe__ingredients {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .static-component .recipe__ingredients {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .static-component .recipe__method-steps {
    margin-top: 20px;
  }
}
.static-component .recipe__cook-and-prep {
  display: block;
}

@media (min-width: 768px) {
  .static-component .recipe__cook-and-prep {
    display: flex;
    flex-flow: row wrap;
    align-items: baseline;
  }
}
@media print {
  .static-component .recipe__instructions {
    display: block;
    margin: 0;
    justify-content: space-between;
  }

  .static-component .recipe__ingredients {
    display: block;
    float: left;
    padding: 0;
    max-width: 37%;
  }

  .static-component .recipe__method-steps {
    display: block;
    float: right;
    min-width: 60%;
    max-width: 60%;
    margin-top: 20px;
    padding: 0;
  }

  .static-component .recipe__cook-and-prep {
    display: inline-flex;
    align-items: baseline;
    right: 2px;
    position: relative;
  }
}
.static-component .search-page {
  background-color: #f5f5f5;
  display: inline-block;
  width: 100%;
}

.static-component .show__archive-item {
  border: 1px solid #d6d6d6;
}

.static-component .show__archive-item-image {
  width: 95px;
}

.static-component .show__archive-item-content {
  flex: 1;
}

.static-component .show__panel-section {
  padding: 15px 10px 10px;
}

.static-component .show__panel-section:nth-child(odd) {
  background-color: #f5f5f5;
}

.static-component .show__broadcasts-sub-section:not(:last-child) {
  margin-bottom: 30px;
}

.static-component .show__live-broadcasts .show__live-broadcasts-status {
  color: #066690;
}

.static-component .show__live-broadcasts--dynamic {
  min-height: 133px;
}

.static-component .show__live-broadcasts--dynamic .show__live-broadcasts-feedback {
  padding: 10px;
  background-color: #f5f5f5;
  border-radius: 5px;
}

.static-component .show__details:before {
  content: "";
  display: block;
}

.static-component .show__details:not(:first-child):before {
  margin-top: 5px;
}

.static-component .show__episode-details-panel {
  border: 2px solid #f5f5f5;
}

.static-component .show__episode-date-time {
  color: #066690;
}

@media (min-width: 768px) {
  .static-component .show__archive-item-image {
    width: 140px;
  }

  .static-component .show__panel-section {
    padding: 15px 15px 10px;
  }
}
.static-component .streaming-homepage__filters {
  border-bottom: 2px solid #f5f5f5;
}

@media (min-width: 768px) {
  .static-component .streaming-homepage .streaming-homepage__filters {
    display: flex;
  }

  .static-component .streaming-homepage .streaming-homepage__filters-fields {
    flex: 1;
  }

  .static-component .streaming-homepage .streaming-homepage__filters-button {
    margin-left: 10px;
    align-self: flex-end;
    bottom: 1px;
  }
}