@charset "UTF-8";
:root {
  --body-font: "source-sans-pro", sans-serif;
  --heading-font: "nexa-book", sans-serif;
  --script-font: "nexa-script", sans-serif;
  --mobile-padding: 40px;
  --max-wrap: 1440px;
  --primary-color: var(--jd-blue);
  --secondary-color: var(--jd-green);
  --tertiarycolor: var(--jd-gray);
  --jd-blue: #0c2340;
  --jd-green: #97d700;
  --jd-gray: #75787b;
  --jd-teal: #00838a;
  --jd-white: #fff;
  --feature-tan: #f4f3f0;
  --alert-notice: #ded9c0;
  --alert-high: #940002;
  --border-gray: #e2f2f2;
  --background-gray: #fbfcfd;
  --cta-hover: #0f2138;
  --white: var(--jd-white);
  --black: #000;
  --snow-cream: #e5eeee;
  --color-mb-headline: var(--jd-blue);
  --color-mb-body: var(--jd-blue);
  --color-mb-caption: #84909e;
  --color-mb-list-bullet: #abde32;
  --color-mb-accordion-button-text: #000;
  --color-mb-accordion-border: #000;
  --color-mb-accordion-indicator: #abde32;
  --calc-primary: var(--primary-color);
  --calc-tertiary: var(var(--tertiarycolor));
  --calc-secondary: var(--secondary-color);
  --calc-primary-hover: var(--cta-hover);
  --calc-border: var(--tertiarycolor);
  --calc-radius: 10px;
}

a[href*="onlinebanktours.com"] {
  display: block;
}

.max-wrap > .content {
  max-width: var(--max-wrap) !important;
  margin: 0 auto;
}

.max-wrap-medium > .content {
  max-width: var(--max-wrap) !important;
  margin: 0 auto;
}

.max-wrap-large > .content {
  max-width: var(--max-wrap-large) !important;
  margin: 0 auto;
}

.max-wrap-small > .content {
  max-width: var(--max-wrap-small) !important;
  margin: 0 auto;
}

.max-wrap-xsmall > .content {
  max-width: var(--max-wrap-xsmall) !important;
  margin: 0 auto;
}

/**
// Buttons
*/
/*** FOCUS STYLES ***/
a:focus,
button:focus,
input:focus,
select:focus {
  outline: 1px dotted #3a87ad;
  /* box-shadow: 0 0 5px 1px #3a87ad; */
}

div:focus,
section:focus {
  outline: none;
  box-shadow: none;
}

.cta-btn, .rate-block > .content > .actions a:first-of-type, .rate-block > .content .rate-section-header .actions a:first-of-type, .compare-chart .container .chart-container .column > li:last-child:has(a) a:nth-of-type(1), .cta-btn-brown, .cta-btn-blue, .feature-widget > .content .sidebar a {
  display: inline-block;
  background: var(--primary-color);
  color: var(--white);
  font-size: 1.6rem;
  padding: 1.25rem 2rem 1.25rem 2rem;
  min-width: 200px;
  break-inside: avoid;
  border-radius: 60px;
  font-family: var(--body-font);
  font-weight: 500;
  border: solid 2px var(--primary-color);
  text-align: center;
  line-height: 1.3;
  transition: all 0.5s ease;
}
@media screen and (max-width: 980px) {
  .cta-btn, .rate-block > .content > .actions a:first-of-type, .rate-block > .content .rate-section-header .actions a:first-of-type, .compare-chart .container .chart-container .column > li:last-child:has(a) a:nth-of-type(1), .cta-btn-brown, .cta-btn-blue, .feature-widget > .content .sidebar a {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
}
.cta-btn:hover, .rate-block > .content > .actions a:hover:first-of-type, .rate-block > .content .rate-section-header .actions a:hover:first-of-type, .compare-chart .container .chart-container .column > li:last-child:has(a) a:hover:nth-of-type(1), .cta-btn-brown:hover, .cta-btn-blue:hover, .feature-widget > .content .sidebar a:hover {
  background: rgba(var(--primary-hover-color), 0);
  color: var(--primary-color);
}

.cta-btn-blue, .feature-widget > .content .sidebar a {
  border-color: var(--jd-teal);
}
.cta-btn-blue:hover, .feature-widget > .content .sidebar a:hover {
  background: #0f2138;
  color: white;
}

.cta-btn-brown {
  background: var(--tertiary-color);
  border-color: var(--tertiary-color);
}

.ghost-btn, .rate-block > .content > .actions a, .rate-block > .content .rate-section-header .actions a, .compare-chart .container .chart-container .column > li:last-child:has(a) a, div:has(> form):not(.location-search-box) > form input[type=submit], .ghost-btn-arrow, .spotlight-widget .content .info .actions a, .product-listing-widget > .content .products-container .product .bottom-section .actions a, .product-header-upper > .upper-section > .content .info .actions a:not(.apple-btn):not(.android-btn), .product-feature-callout > .content .info .actions a, .internal-header-with-photo > .content .actions a, .internal-header-basic > .content .actions a:not(.apple-btn):not(.android-btn), .feature-widget > .content .main-section .info a:first-child, .featured-product-carousel > .content .tab-container .tab-box .info a, .cta-bar-widget > .content .actions a:not([class]), .cta-bar-widget > .content .actions a[class=""], .cta-bar-widget > .content .actions a[class=" "], .contact-and-location-search-block > .content .contact-block a:not(.apple-btn):not(.android-btn), .about-us-slider .content .info .actions a:first-child, .locations-header .featured-location > .content .info a, .ghost-btn-white {
  display: inline-block;
  background: none;
  color: white;
  break-inside: avoid;
  font-size: 1.6rem;
  border-radius: 60px;
  padding: 1.2rem 3.2em 1.2rem 3.2em;
  text-align: center;
  font-family: var(--body-font);
  font-weight: 600;
  border: solid 2px var(--jd-teal);
  transition: all 0.5s ease;
  line-height: 1.3;
  width: 280px;
}
@media screen and (min-width: 980px) {
  .ghost-btn, .rate-block > .content > .actions a, .rate-block > .content .rate-section-header .actions a, .compare-chart .container .chart-container .column > li:last-child:has(a) a, div:has(> form):not(.location-search-box) > form input[type=submit], .ghost-btn-arrow, .spotlight-widget .content .info .actions a, .product-listing-widget > .content .products-container .product .bottom-section .actions a, .product-header-upper > .upper-section > .content .info .actions a:not(.apple-btn):not(.android-btn), .product-feature-callout > .content .info .actions a, .internal-header-with-photo > .content .actions a, .internal-header-basic > .content .actions a:not(.apple-btn):not(.android-btn), .feature-widget > .content .main-section .info a:first-child, .featured-product-carousel > .content .tab-container .tab-box .info a, .cta-bar-widget > .content .actions a:not([class]), .cta-bar-widget > .content .actions a[class=""], .cta-bar-widget > .content .actions a[class=" "], .contact-and-location-search-block > .content .contact-block a:not(.apple-btn):not(.android-btn), .about-us-slider .content .info .actions a:first-child, .locations-header .featured-location > .content .info a, .ghost-btn-white {
    padding: 1.2rem 2em 1.2rem 2em;
  }
}
.ghost-btn:hover, .rate-block > .content > .actions a:hover, .rate-block > .content .rate-section-header .actions a:hover, .compare-chart .container .chart-container .column > li:last-child:has(a) a:hover, div:has(> form):not(.location-search-box) > form input[type=submit]:hover, .ghost-btn-arrow:hover, .spotlight-widget .content .info .actions a:hover, .product-listing-widget > .content .products-container .product .bottom-section .actions a:hover, .product-header-upper > .upper-section > .content .info .actions a:hover:not(.apple-btn):not(.android-btn), .product-feature-callout > .content .info .actions a:hover, .internal-header-with-photo > .content .actions a:hover, .internal-header-basic > .content .actions a:hover:not(.apple-btn):not(.android-btn), .feature-widget > .content .main-section .info a:hover:first-child, .featured-product-carousel > .content .tab-container .tab-box .info a:hover, .cta-bar-widget > .content .actions a:hover:not([class]), .cta-bar-widget > .content .actions a[class=""]:hover, .cta-bar-widget > .content .actions a[class=" "]:hover, .contact-and-location-search-block > .content .contact-block a:hover:not(.apple-btn):not(.android-btn), .about-us-slider .content .info .actions a:hover:first-child, .locations-header .featured-location > .content .info a:hover, .ghost-btn-white:hover {
  background: var(--cta-hover);
  color: var(--white);
}

.ghost-btn-white {
  border: solid 2px var(--white);
  color: var(--white);
  break-inside: avoid;
}
.ghost-btn-white:hover {
  background: var(--white);
  color: var(--primary-color);
}

.apple-btn {
  display: block;
  color: transparent;
  background: url("../images/apple-btn.svg") no-repeat center var(--jd-blue);
  background-size: auto 56%;
  height: 52px;
  width: 100%;
  max-width: 280px;
  transform: scale(1);
  break-inside: avoid;
  transition: opacity 0.2s ease, background-color 0.2s ease;
  border-radius: 60px;
}
.apple-btn .text {
  visibility: hidden;
}
.apple-btn:hover, .apple-btn:focus {
  opacity: 1;
  background-color: var(--cta-hover);
}

.android-btn {
  display: block;
  color: transparent;
  break-inside: avoid;
  background: url("../images/google-btn.svg") no-repeat center var(--jd-blue);
  background-size: auto 56%;
  height: 52px;
  width: 100%;
  max-width: 280px;
  transform: scale(1);
  transition: opacity 0.2s ease, background-color 0.2s ease;
  border-radius: 60px;
}
.android-btn .text {
  visibility: hidden;
}
.android-btn:hover, .android-btn:focus {
  opacity: 1;
  background-color: var(--cta-hover);
}

@keyframes scaleBackground {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}
.arrow-lnk, .z-formation-tile-widget > .content .tile-block .info-side .actions a, .internal-header-with-tiles .tile-container .tile a, .educational-resources > .content .resource-container .tile .actions a, .cross-sell-widget > .content .cross-sell-container .cross-sell a, .account-offering-tile-grid > .content .account-grid .grid-box a, .locations-header .featured-location > .content .info button, .location-tabs .location-tile .info a, .pinned-articles > .content .pinned-article .info a, .article-section .article-container > li a, .article-section .more-articles, .ghost-btn-arrow, .spotlight-widget .content .info .actions a, .product-listing-widget > .content .products-container .product .bottom-section .actions a, .product-header-upper > .upper-section > .content .info .actions a:not(.apple-btn):not(.android-btn), .product-feature-callout > .content .info .actions a, .internal-header-with-photo > .content .actions a, .internal-header-basic > .content .actions a:not(.apple-btn):not(.android-btn), .feature-widget > .content .main-section .info a:first-child, .featured-product-carousel > .content .tab-container .tab-box .info a, .cta-bar-widget > .content .actions a:not([class]), .cta-bar-widget > .content .actions a[class=""], .cta-bar-widget > .content .actions a[class=" "], .contact-and-location-search-block > .content .contact-block a:not(.apple-btn):not(.android-btn), .about-us-slider .content .info .actions a:first-child, .locations-header .featured-location > .content .info a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
}
.arrow-lnk:after, .z-formation-tile-widget > .content .tile-block .info-side .actions a:after, .internal-header-with-tiles .tile-container .tile a:after, .educational-resources > .content .resource-container .tile .actions a:after, .cross-sell-widget > .content .cross-sell-container .cross-sell a:after, .account-offering-tile-grid > .content .account-grid .grid-box a:after, .locations-header .featured-location > .content .info button:after, .location-tabs .location-tile .info a:after, .pinned-articles > .content .pinned-article .info a:after, .article-section .article-container > li a:after, .article-section .more-articles:after, .ghost-btn-arrow:after, .spotlight-widget .content .info .actions a:after, .product-listing-widget > .content .products-container .product .bottom-section .actions a:after, .product-header-upper > .upper-section > .content .info .actions a:not(.apple-btn):not(.android-btn):after, .product-feature-callout > .content .info .actions a:after, .internal-header-with-photo > .content .actions a:after, .internal-header-basic > .content .actions a:not(.apple-btn):not(.android-btn):after, .feature-widget > .content .main-section .info a:first-child:after, .featured-product-carousel > .content .tab-container .tab-box .info a:after, .cta-bar-widget > .content .actions a:not([class]):after, .cta-bar-widget > .content .actions a[class=""]:after, .cta-bar-widget > .content .actions a[class=" "]:after, .contact-and-location-search-block > .content .contact-block a:not(.apple-btn):not(.android-btn):after, .about-us-slider .content .info .actions a:first-child:after, .locations-header .featured-location > .content .info a:after {
  content: url("../images/ico-arrow-green-right.svg");
  position: relative;
  right: -0.8rem;
  transition: right 0.2s ease;
  height: 2.4rem;
  aspect-ratio: 1;
}
.arrow-lnk:hover:after, .z-formation-tile-widget > .content .tile-block .info-side .actions a:hover:after, .internal-header-with-tiles .tile-container .tile a:hover:after, .educational-resources > .content .resource-container .tile .actions a:hover:after, .cross-sell-widget > .content .cross-sell-container .cross-sell a:hover:after, .account-offering-tile-grid > .content .account-grid .grid-box a:hover:after, .locations-header .featured-location > .content .info button:hover:after, .location-tabs .location-tile .info a:hover:after, .pinned-articles > .content .pinned-article .info a:hover:after, .article-section .article-container > li a:hover:after, .article-section .more-articles:hover:after, .ghost-btn-arrow:hover:after, .spotlight-widget .content .info .actions a:hover:after, .product-listing-widget > .content .products-container .product .bottom-section .actions a:hover:after, .product-header-upper > .upper-section > .content .info .actions a:hover:not(.apple-btn):not(.android-btn):after, .product-feature-callout > .content .info .actions a:hover:after, .internal-header-with-photo > .content .actions a:hover:after, .internal-header-basic > .content .actions a:hover:not(.apple-btn):not(.android-btn):after, .feature-widget > .content .main-section .info a:hover:first-child:after, .featured-product-carousel > .content .tab-container .tab-box .info a:hover:after, .cta-bar-widget > .content .actions a:hover:not([class]):after, .cta-bar-widget > .content .actions a[class=""]:hover:after, .cta-bar-widget > .content .actions a[class=" "]:hover:after, .contact-and-location-search-block > .content .contact-block a:hover:not(.apple-btn):not(.android-btn):after, .about-us-slider .content .info .actions a:hover:first-child:after, .locations-header .featured-location > .content .info a:hover:after {
  right: -1.2rem;
}

.ghost-btn-arrow, .spotlight-widget .content .info .actions a, .product-listing-widget > .content .products-container .product .bottom-section .actions a, .product-header-upper > .upper-section > .content .info .actions a:not(.apple-btn):not(.android-btn), .product-feature-callout > .content .info .actions a, .internal-header-with-photo > .content .actions a, .internal-header-basic > .content .actions a:not(.apple-btn):not(.android-btn), .feature-widget > .content .main-section .info a:first-child, .featured-product-carousel > .content .tab-container .tab-box .info a, .cta-bar-widget > .content .actions a:not([class]), .cta-bar-widget > .content .actions a[class=""], .cta-bar-widget > .content .actions a[class=" "], .contact-and-location-search-block > .content .contact-block a:not(.apple-btn):not(.android-btn), .about-us-slider .content .info .actions a:first-child, .locations-header .featured-location > .content .info a {
  font-weight: 600;
}

.alerts-holder {
  position: relative;
  z-index: 10000;
  display: grid;
  grid-auto-columns: 1fr;
}
.alerts-holder:has(.alert:nth-of-type(2)) {
  row-gap: 0;
}
.location-alerts .alerts-holder:has(.alert) {
  z-index: 10;
}

.alert {
  width: 100%;
  background: var(--alert-notice);
  color: var(--black);
  padding: 20px var(--mobile-padding);
  position: relative;
  z-index: 510;
}
@media screen and (min-width: 980px) {
  .alert {
    z-index: 100;
  }
  .location-alerts .alert {
    max-width: var(--max-wrap);
    margin: 0 auto;
  }
}
.alert.hidden-alert {
  display: none;
}
.alert > .content {
  max-width: var(--max-wrap);
  margin: 0 auto;
  text-align: center;
}
.alert > .content .alert-text {
  font-size: 1.4rem;
  display: block;
  text-align: left;
  width: calc(100% - 40px);
  font-weight: 500;
}
.alert > .content .alert-text *:last-child {
  margin: 0;
}
@media screen and (min-width: 980px) {
  .alert > .content .alert-text {
    font-size: 1.8rem;
    text-align: center;
  }
}
.alert > .content .alert-text a {
  font-weight: 600;
  text-decoration: underline;
}
.alert > .content .alert-text a:hover {
  text-decoration-thickness: 3px;
}
@media screen and (max-width: 980px) {
  .alert > .content {
    text-align: center;
  }
}
.alert.ab-high {
  background: var(--alert-high);
  color: var(--white);
}
.alert.ab-high > .content .alert-text a {
  color: var(--white);
}
.alert.ab-high .alert-close-btn {
  filter: none;
}

.alert-close-btn {
  color: transparent;
  height: 3rem;
  width: 3rem;
  background-image: url(/Content/Images/ico-alert-close.svg);
  background-size: contain;
  background-position: center;
  position: absolute;
  font-size: 5rem;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  filter: brightness(0);
}

.location-specific-alerts {
  padding: var(--mobile-padding);
}
.location-specific-alerts > .alert {
  z-index: 1;
  max-width: var(--max-wrap);
  margin: 0 auto;
  border-radius: 10px;
}

.formwidget-submit-text {
  font-weight: 500;
  font-size: clamp(2.2rem, 2vw, 3.3rem);
  line-height: 1.25;
  font-family: var(--heading-font);
  color: var(--jd-blue);
  position: relative;
  text-align: center;
  margin-bottom: 4rem;
}

div:has(> form):not(.location-search-box) {
  padding: 0 3rem 8rem;
}
div:has(> form):not(.location-search-box) > form {
  max-width: var(--max-wrap);
  margin: 0 auto;
  max-width: 500px;
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr;
}
div:has(> form):not(.location-search-box) > form .form-field {
  margin-bottom: 2rem;
}
@media screen and (min-width: 980px) {
  div:has(> form):not(.location-search-box) > form {
    max-width: 880px;
  }
}
div:has(> form):not(.location-search-box) > form input[type=text], div:has(> form):not(.location-search-box) > form input[type=email], div:has(> form):not(.location-search-box) > form input[type=date], div:has(> form):not(.location-search-box) > form select, div:has(> form):not(.location-search-box) > form textarea {
  border: 2px solid var(--jd-teal);
  border-radius: 10px;
  min-height: 50px;
  width: 100%;
  padding: 1rem;
}
div:has(> form):not(.location-search-box) > form input[type=submit] {
  color: var(--jd-blue);
  margin: 0 auto;
}
div:has(> form):not(.location-search-box) > form label {
  font-size: 2rem;
  font-weight: 700;
  font-family: var(--body-font);
  line-height: 2.8rem;
  padding-bottom: 1rem;
  display: block;
  padding-left: 1.5rem;
}
div:has(> form):not(.location-search-box) > form .form-split-section {
  margin-bottom: clamp(3rem, 4vw, 4rem);
}
div:has(> form):not(.location-search-box) > form .form-split-section > .content {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: clamp(3rem, 4vw, 4rem);
}
@media screen and (min-width: 980px) {
  div:has(> form):not(.location-search-box) > form .form-split-section > .content {
    grid-template-columns: 1fr 1fr;
    column-gap: 1.5rem;
  }
}
div:has(> form):not(.location-search-box) > form .form-stretch-section {
  margin-bottom: clamp(3rem, 4vw, 4rem);
}
div:has(> form):not(.location-search-box) > form .form-stretch-section > .content {
  display: grid;
  row-gap: clamp(3rem, 4vw, 4rem);
}

.four-oh-four {
  padding: 2em var(--mobile-padding);
  background: linear-gradient(180deg, white 0%, var(--jd-blue) 40%);
  aspect-ratio: 1;
  width: 100%;
  max-height: 800px;
  align-content: center;
}
.four-oh-four > .content {
  text-align: center;
}
.four-oh-four > .content .photo {
  text-align: center;
  height: 25vw;
  max-height: 300px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 10px solid var(--jd-green);
  overflow: hidden;
  margin: 0 auto 3em;
}
.four-oh-four > .content .photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.four-oh-four > .content .info {
  text-align: center;
  color: var(--white);
}
.four-oh-four > .content .info h1 {
  margin-bottom: 1em;
  font-size: 3rem;
}
.four-oh-four > .content .info > p {
  max-width: 600px;
  margin: 0 auto 2em;
}
.four-oh-four > .content .info .actions {
  display: grid;
  grid-template-columns: fit-content(100%);
  column-gap: 0.5em;
  row-gap: 0.5em;
  justify-content: center;
}
@media screen and (min-width: 980px) {
  .four-oh-four > .content .info .actions {
    display: flex;
  }
}

.rate-area .effective_date {
  margin: 0 auto;
  color: var(--primary-color);
  font-family: var(--body-font);
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}
.rate-area .rate-disclosure,
.rate-area .mod-table-disclosure {
  text-align: left;
  font-size: clamp(1.3rem, 1.4vw, 1.4rem);
}
.rate-area .rate-disclosure ul,
.rate-area .rate-disclosure ol,
.rate-area .mod-table-disclosure ul,
.rate-area .mod-table-disclosure ol {
  margin: 0 auto;
}
.rate-area .rate-disclosure p,
.rate-area .rate-disclosure li,
.rate-area .mod-table-disclosure p,
.rate-area .mod-table-disclosure li {
  margin: 0 auto 1em;
  color: var(--black);
  font-family: var(--body-font);
  line-height: 1.5;
}
.rate-area .rate-disclosure p:last-child,
.rate-area .rate-disclosure li:last-child,
.rate-area .mod-table-disclosure p:last-child,
.rate-area .mod-table-disclosure li:last-child {
  margin: 0 auto;
}

.rate-table {
  max-width: var(--max-wrap);
  margin: 0 auto;
  margin: 0 auto;
}
.rate-table .editableTable {
  margin: 0 auto 3rem;
  width: 100%;
}
.rate-table h3 {
  margin: 0 auto 1em;
  font-family: var(--heading-font);
  font-size: clamp(2.2rem, 2.5vw, 4rem);
  color: var(--primary-color);
  text-transform: uppercase;
}
.rate-table table {
  width: 100%;
  margin-bottom: 2em;
}
.rate-table tr:nth-child(1) {
  border-bottom: solid 1px var(--primary-color);
}
.rate-table tr.row_0 {
  display: none;
  visibility: hidden;
  background-color: var(--white);
}
@media screen and (min-width: 980px) {
  .rate-table tr.row_0 {
    display: table-row;
    visibility: visible;
  }
}
.rate-table tr.col_0 {
  font-weight: bold;
}
@media screen and (min-width: 980px) {
  .rate-table tr td:first-child {
    text-align: left;
  }
}
.rate-table th {
  margin: 0 auto;
  padding: 10px;
  font-family: var(--heading-font);
  font-weight: 700;
  color: var(--secondary-color);
  font-size: clamp(1.6rem, 2vw, 2rem);
}
@media screen and (min-width: 980px) {
  .rate-table th:first-child {
    text-align: left;
  }
}
.rate-table td {
  padding: 1rem;
  display: block;
  font-size: clamp(1.6rem, 1.7vw, 1.9rem);
  text-align: left;
}
.rate-table td p:last-child {
  margin: 0 auto;
}
.rate-table td:before {
  margin: 0 1rem 0 0;
  content: attr(data-title) ": ";
  display: inline;
  visibility: visible;
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  .rate-table td:before {
    display: none;
    visibility: hidden;
  }
}
@media screen and (min-width: 980px) {
  .rate-table td {
    display: table-cell;
    text-align: center;
  }
}
@media screen and (max-width: 980px) {
  .rate-table table {
    margin: 0 auto 1.5em;
    width: 100%;
  }
  .rate-table table td {
    display: block;
    text-align: left;
    vertical-align: top;
    white-space: normal;
  }
  .rate-table table thead {
    display: none;
    visibility: hidden;
  }
  .rate-table table .row_0,
  .rate-table table .col_0 {
    display: none;
    visibility: hidden;
  }
  .rate-table table tr {
    background: #ffffff;
    border: solid 1px #ccc;
    border-width: 0px 0 2px 0;
    /*margin-bottom: 1em;*/
  }
  .rate-table table tr:first-of-type {
    display: none;
  }
  .rate-table table tr,
  .rate-table table thead {
    display: block;
    padding: 0;
    text-align: left;
  }
  .rate-table table tbody {
    padding: 0;
    text-align: left;
  }
  .rate-table table th {
    padding: 0em;
    display: block;
    text-align: left;
  }
  .rate-table table td,
  .rate-table table th {
    text-align: center;
  }
  .rate-table table th {
    text-transform: uppercase;
    color: var(--secondary-color);
    font-size: 2rem;
    font-weight: 600;
  }
  .rate-table table th[data-title]:before,
  .rate-table table td[data-title]:before {
    content: attr(data-title) ": ";
    font-weight: 600;
    color: #333;
    display: block;
    padding: 0 0 0.2em;
    margin-right: 0;
  }
}
@media screen and (max-width: 980px) and (min-width: 600px) {
  .rate-table table th[data-title]:before,
  .rate-table table td[data-title]:before {
    display: inline-block;
    width: calc(50% - 1em);
    padding: 0.5em 1em;
    /* border-right: solid 1px #CCC; */
  }
}
@media screen and (max-width: 980px) {
  .rate-table table td[data-hide]:before {
    content: "" !important;
  }
  .rate-table table td {
    padding: 0 1.5em;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.rate-table a {
  color: var(--tertiary-color);
  text-decoration: none !important;
  font-weight: 600;
}
.rate-table a:hover, .rate-table a:focus, .rate-table a.hovered {
  text-decoration: underline !important;
}

.rateTVPage {
  height: 100vh;
  width: 100vw;
  background: black;
  position: fixed;
  display: flex;
  place-content: center;
}
.rateTVPage > .content {
  width: 100%;
  display: grid;
  grid-gap: 20px;
  background: var(--white);
  padding: 20px;
}
@media (orientation: landscape) {
  .rateTVPage > .content {
    grid-template-columns: minmax(0, 6fr) minmax(0, 4fr);
  }
  .rateTVPage > .content .photo {
    order: 1;
  }
  .rateTVPage > .content .rateSection {
    order: 0;
  }
}
@media (orientation: portrait) {
  .rateTVPage > .content {
    grid-template-rows: auto max-content;
  }
}
.rateTVPage > .content .photo {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.rateTVPage > .content .rateSection {
  height: 100%;
  border: 10px solid var(--primary-color);
  /*            tr td:nth-child(2),
  tr td:nth-child(4) {
      background: #ECF0EE;
  }*/
}
.rateTVPage > .content .rateSection .f-h1 {
  padding-top: 0.75em;
  font-size: clamp(4rem, 5vw, 7rem);
  text-align: center;
  margin-bottom: 0.25em;
  color: var(--primary-color);
}
.rateTVPage > .content .rateSection .f-h2 {
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 1.5em;
  font-weight: 400;
}
.rateTVPage > .content .rateSection tr td:nth-child(1) {
  font-weight: bold;
}
.rateTVPage > .content .rateSection .rate-table {
  padding: 0 20px;
}
.rateTVPage > .content .rateSection .rate-table th {
  padding: 1.2rem;
  display: table-cell;
}
.rateTVPage > .content .rateSection .rate-table tr {
  display: table-row;
}
.rateTVPage > .content .rateSection .rate-table tr:first-child {
  padding: 0;
}
.rateTVPage > .content .rateSection .rate-table tr:nth-child(odd) {
  background: none;
}
.rateTVPage > .content .rateSection .rate-table tr td {
  display: table-cell;
  padding: 10px;
}
@media (orientation: portrait) {
  .rateTVPage > .content .rateSection .rate-table tr td {
    font-size: clamp(1.6rem, 3vh, 3rem);
  }
}
@media (orientation: landscape) {
  .rateTVPage > .content .rateSection .rate-table tr td {
    font-size: clamp(1.6rem, 3vw, 3rem);
  }
}
.rateTVPage > .content .rateSection .rate-table tr td:before {
  display: none;
}
.rateTVPage > .content .rateSection .rate-disclosure {
  text-align: center;
  font-size: 1.6rem;
  padding: 0 20px;
  /*                margin-top:8vw;*/
}
.rateTVPage > .content .rateSection .bugs {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 0;
  grid-gap: 1em;
}

.rate-section {
  padding: 3em var(--mobile-padding);
}
.rate-section:has(.actions) {
  padding: 1.5em var(--mobile-padding) 3em var(--mobile-padding);
}
.content .rate-section {
  padding: 3em 0;
}
.content .rate-section:has(.actions) {
  padding: 1.5em 0 3em 0;
}
.rate-section > .content {
  max-width: var(--max-wrap);
  margin: 0 auto;
}
.rate-section > .content .rate-section-header {
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (max-width: 980px) {
  .rate-section > .content .table {
    overflow: auto;
    margin-bottom: 1em;
  }
}
.rate-section > .content .table table {
  width: 100%;
  margin-bottom: 1em;
}
.rate-section > .content .table table th {
  text-align: center;
  padding: 0.7em 1em;
}
.rate-section > .content .table table td {
  padding: 0.7em 1em;
  text-align: left;
  font-size: clamp(1.6rem, 1.4vw, 1.8rem);
  font-weight: 300;
  background: #F3F1E8;
  border-left: solid 2px var(--black);
}
.rate-section > .content .table table tr:nth-child(odd) td {
  background: var(--white);
}
.rate-section > .content .disclosure > button {
  margin: 0 auto 0 0;
}
@media screen and (min-width: 980px) {
  .rate-section > .content .mobile-only {
    display: none;
  }
}

/** DEFAULT SPEEDBUMP STYLES **/
.speedbump_back,
.js-email_pop {
  background-color: rgba(0, 0, 0, 0.7) !important;
  position: fixed;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9100;
  text-align: center;
}

.speedbump_pop_inner,
.email_pop_inner {
  display: inline-block;
  max-width: 480px;
  width: 90%;
}

.speedbump_pop_content,
.email_pop_content {
  background: var(--white);
  border-radius: 0;
  padding: 0;
  text-align: center;
  padding: 32px;
}

.speedbump_pop_header,
.email_pop_header {
  background: var(--white);
  border-radius: 0;
  color: var(--primary-color);
  font-family: var(--heading-font);
  font-weight: bold;
  margin-bottom: 0.7em;
  font-size: 2rem;
}

.speedbump_pop_message,
.email_pop_message {
  color: var(--black);
  font-size: 1.6rem;
  font-family: var(--body-font);
  text-align: left;
  margin-bottom: 2em;
}

.speedbump_pop_buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

.speedbump_pop_buttons .cta-btn,
.speedbump_pop_buttons .ghost-btn {
  padding: 0.7em 1em;
}
.speedbump_pop_buttons .ghost-btn {
  color: var(--jd-blue);
  width: 200px;
}
.speedbump_pop_buttons .ghost-btn:hover {
  color: white;
}

/*.speedbump_pop_btn, .email_pop_btn {
    display: inline-block;
    padding: .4em 1em;
    font-size: .9em;
    border-radius: 5px;
    text-align: center;
    font-family: var(--body-font);
    font-weight: bold;
}

.speedbump_pop_btn_ok, .email_pop_btn_ok {
    background: var(--tertiary-color);
    color: var(--white);
    margin: 0 15px 15px 0;
    width: 100%;

    &:hover, &:focus {
        background: darken(var(--tertiary-color), 10);
    }
}

.speedbump_pop_btn_cancel, .email_pop_btn_cancel {
    color: var(--primary-color);
    width: 100%;

    &:hover, &:focus {
        text-decoration: underline;
    }
}
*/
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: grid;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
  padding: 1rem;
  column-gap: 1rem;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide__pagination li > button {
  width: 12px;
  border-radius: 50%;
  aspect-ratio: 1;
  border: 2px solid #a2c9cc;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.splide__pagination li > button.is-active {
  border-color: black;
  background-color: black;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

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

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.splide__arrow {
  background-image: url(../../Content/Images/chevron_forward.svg);
  height: 1.9rem;
  width: 1.2rem;
  background-size: contain;
  background-repeat: no-repeat;
  transition: opacity 0.2s ease;
}
.splide__arrow > svg {
  display: none;
}
.splide__arrow.splide__arrow--prev {
  transform: rotate(180deg);
}
.splide__arrow[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

.video-modal {
  margin: 0;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
}
.video-modal .video-flex-container {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (min-width: 980px) {
  .video-modal .video-flex-container {
    align-items: center;
  }
}
.video-modal .video-modal-content {
  margin: 0 auto;
  width: calc(100vw - 60px);
  overflow-y: auto;
  max-width: 800px;
  margin: 0 30px;
}
.video-modal .video-modal-content > div,
.video-modal .video-modal-content > video {
  width: 100%;
}
.video-modal .video-modal-close {
  margin: 1em 1em 1em auto;
  padding: 0;
  display: block;
  width: 35px;
  height: 35px;
  background-image: url("../icons/body_icon_lightbox-close.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px 35px;
}
@media screen and (min-width: 980px) {
  .video-modal .video-modal-close {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 30px;
    top: 20px;
    color: #fff;
    font-size: 10rem;
    line-height: 0;
  }
}
.video-modal .video-holder {
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 100%;
  height: auto;
  position: relative;
}
.video-modal .local-video {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.video-modal .transcript-container {
  margin: 0;
  color: var(--white);
}
.video-modal .transcript-container .transcript-button {
  margin: 0;
  padding: 0.5em;
  font-size: 1.6rem;
  font-weight: 700;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 980px) {
  .video-modal .transcript-container .transcript-button {
    font-size: 1.8rem;
  }
}
.video-modal .transcript-container .transcript-button:after {
  content: "";
  margin: 0 0 0 0.25em;
  padding: 0;
  background: url("../icons/header_shape_dropdown-arrow.svg") transparent no-repeat center/14px 8px;
  width: 14px;
  height: 8px;
  position: relative;
  display: inline-block;
  transform: scale(1, 1);
  transition: transform 0.25s ease;
}
.video-modal .transcript-container .transcript-content {
  margin: 0;
  padding: 0.5em 0 0;
  display: none;
}
.video-modal .transcript-container .transcript-content > *:last-child {
  margin: 0;
}
.video-modal .transcript-container .transcript-content a {
  color: var(--white);
  text-decoration: underline;
}
.video-modal .transcript-container.active > .transcript-button:after {
  transform: scale(1, -1);
  transition: transform 0.25s ease;
}

.compare-chart {
  padding: 1em 0;
  border-radius: 50px;
  position: relative;
  max-width: var(--max-wrap);
  margin: 0 auto;
  margin-bottom: 4em;
  display: block;
}
@media screen and (max-width: 980px) {
  .compare-chart {
    margin-right: -20px;
  }
}
.compare-chart:before {
  content: "";
  position: absolute;
  inset: 0;
  top: -20px;
  background-color: var(--accentColor);
  z-index: -1;
  border-radius: 50px;
}
.tab-content .compare-chart {
  max-width: 1400px;
  margin: 0 auto 4em;
}
@media screen and (min-width: 980px) {
  .tab-content .compare-chart {
    padding: 3em 5em;
  }
}
.compare-chart ul {
  list-style: none;
  padding-left: 0;
}
.compare-chart ul li {
  padding: 1em 0.3em;
}
.compare-chart ul li.heading {
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .compare-chart > h2 {
    padding: 0 1em;
    text-align: center;
  }
}
.compare-chart .splide:not(.is-overflow) .splide__arrows {
  display: none;
}
.compare-chart .splide:not(.is-overflow) .splide__slide:last-child {
  margin: 0 !important;
}
.compare-chart .splide__list {
  justify-content: flex-start !important;
}
.compare-chart .container {
  display: grid;
  grid-template-columns: minmax(0, 250px) auto;
  max-width: var(--max-wrap);
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
}
.compare-chart .container .headers {
  visibility: visible;
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1em;
  border-right: solid 4px var(--jd-green);
  box-shadow: none;
}
.compare-chart .container .headers .heading {
  padding: 0.5em 1em;
  position: relative;
}
.compare-chart .container .headers .heading:after {
  content: "";
  width: calc(100% + 20px);
  bottom: 0;
  left: 0;
  display: block;
  position: absolute;
  height: 1px;
  background: #ccc;
}
.compare-chart .container:has(.column:last-child a) .headers li:last-child:after {
  content: none;
}
.compare-chart .container .chart-container {
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: var(--white);
  border-right: solid 5px var(--jd-green);
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 1em;
}
.compare-chart .container .chart-container .splide__slide {
  padding: 0 0 0 0;
}
@media screen and (min-width: 980px) {
  .compare-chart .container .chart-container .splide__slide {
    width: 300px !important;
    flex: none !important;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 980px) {
  .compare-chart .container .chart-container:not(:has(.splide__slide:nth-of-type(3))) .splide__slide {
    width: auto !important;
    flex: 1 0 50% !important;
  }
}
.compare-chart .container .chart-container:not(:has(.splide__slide:nth-of-type(3))) .splide__slide .column > li {
  width: auto !important;
}
.compare-chart .container .chart-container .column {
  width: 100%;
  justify-content: center;
  display: grid;
  grid-template-columns: 1fr;
}
.compare-chart .container .chart-container .column > li {
  text-align: center;
  font-size: 1.8rem;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .compare-chart .container .chart-container .column > li {
    width: 300px;
  }
}
@media screen and (max-width: 980px) {
  .compare-chart .container .chart-container .column > li {
    padding: 0 15px;
    padding-top: 5px;
  }
}
.compare-chart .container .chart-container .column > li svg path {
  fill: var(--tertiary-color) !important;
  stroke: var(--tertiary-color) !important;
}
.compare-chart .container .chart-container .column > li svg.x-svg path {
  fill: #ccc !important;
  stroke: #ccc !important;
}
.compare-chart .container .chart-container .column > li:has(img[alt=checked]), .compare-chart .container .chart-container .column > li:has(img[alt="not checked"]), .compare-chart .container .chart-container .column > li:has(a[class*=btn]) {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-items: center;
}
.compare-chart .container .chart-container .column > li:first-child {
  font-weight: 700;
  border-bottom: 1px solid var(--primary-color);
  position: relative;
  padding-top: 0;
}
.compare-chart .container .chart-container .column > li:first-child:after {
  content: "";
  width: calc(100% - 2em);
  height: 5px;
  background: var(--primary-color);
  position: absolute;
  bottom: 0;
  left: 1em;
  display: block;
}
.compare-chart .container .chart-container .column > li:last-child:has(a) {
  border-bottom: none;
}
.compare-chart .mobile-controls {
  width: 100%;
  justify-content: center;
  grid-column: 1/3;
}
@media screen and (max-width: 980px) {
  .compare-chart .mobile-controls {
    width: calc(100% - 20px);
    height: 53px !important;
  }
  .compare-chart .mobile-controls:nth-child(1) {
    display: none;
  }
}
.compare-chart .mobile-controls .arrows {
  display: flex;
  justify-content: center;
  grid-gap: 1em;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .compare-chart .mobile-controls .arrows {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
    width: 100%;
    align-items: center;
  }
}
.compare-chart .mobile-controls .arrows .splide__arrow {
  background-image: url("../images/chevron-forward.svg");
  height: 24px;
  width: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 980px) {
  .compare-chart .mobile-controls .arrows .splide__arrow {
    box-sizing: content-box;
    padding: 0.5rem;
    position: static;
    top: auto;
    flex: 0 0 auto;
  }
}
.compare-chart .mobile-controls .arrows .splide__arrow--prev {
  transform: scaleX(-1);
  left: 0;
}
@media screen and (max-width: 980px) {
  .compare-chart .mobile-controls .arrows .splide__arrow--prev {
    grid-area: prev;
    justify-self: center;
  }
}
.compare-chart .mobile-controls .arrows .splide__arrow--next {
  transform: scaleX(1);
}
@media screen and (max-width: 980px) {
  .compare-chart .mobile-controls .arrows .splide__arrow--next {
    right: 0;
    grid-area: next;
    justify-self: center;
  }
}
.compare-chart .mobile-controls .splide__pagination {
  display: flex;
  grid-gap: 1.7rem;
  position: relative;
  bottom: 0;
  left: auto;
  right: auto;
  padding: 0;
}
@media screen and (max-width: 980px) {
  .compare-chart .mobile-controls .splide__pagination {
    grid-area: dots;
    position: static;
    justify-content: center;
    width: 100%;
    align-self: center;
    align-items: center;
  }
}
.compare-chart .mobile-controls .splide__pagination li {
  padding: 0 0 0 0 !important;
  line-height: 1;
}
.compare-chart .mobile-controls .splide__pagination li button {
  display: block;
  height: 15px;
  width: 15px;
  border: 2px solid var(--primary-color);
  border-radius: 50%;
  transition: background-color 0.2s ease;
  background-color: white;
}
.compare-chart .mobile-controls .splide__pagination li button.is-active {
  background-color: var(--primary-color);
  transform: scale(1);
}
.compare-chart .disclosure {
  grid-column: 1/3;
  font-size: 1.2rem;
}

.table-checkmark {
  background-image: url(../images/svg/ico-checkmark.svg);
  height: 16px;
  width: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  filter: var(--jd-teal);
}

.jump-nav > .content {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
}
.jump-nav .title {
  font-weight: 700;
  font-size: 1.8rem;
  color: white;
  display: flex;
  justify-content: center;
}
.jump-nav .accordion-content ul {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  column-gap: clamp(2.5rem, 5vw, 5rem);
}
.jump-nav .accordion-content ul li {
  list-style: none;
}
.jump-nav .accordion-content ul li a {
  color: white;
}
@media screen and (max-width: 980px) {
  .jump-nav {
    background-color: var(--jd-blue);
    border: 2px solid var(--jd-teal);
    border-radius: 10px;
    justify-items: center;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
  .jump-nav .title {
    padding: 1.5rem 3rem;
    width: 100%;
    pointer-events: all;
  }
  .jump-nav .title span {
    display: none;
  }
  .jump-nav .title .icon:before, .jump-nav .title .icon:after {
    background-color: var(--jd-teal);
  }
  .jump-nav .accordion-content ul {
    display: flex;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 1em;
    row-gap: 1rem;
  }
  .jump-nav .accordion-content ul li a, .jump-nav .accordion-content ul li button {
    color: white;
  }
}
@media screen and (min-width: 980px) {
  .jump-nav {
    max-width: var(--max-wrap);
    margin: 0 auto;
    max-width: 850px;
    display: grid;
    row-gap: 1.5rem;
    justify-content: center;
  }
  .jump-nav .title {
    pointer-events: none;
    margin-bottom: 1.5rem;
    column-gap: 0;
  }
  .jump-nav .accordion-content {
    display: block !important;
    padding: 2.1rem 8.5rem;
    border: 2px solid var(--jd-teal);
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--jd-blue);
    width: max-content;
  }
  .jump-nav .accordion-content ul {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    column-gap: clamp(2.5rem, 5vw, 5rem);
    margin-bottom: 0;
    width: 100%;
  }
  .jump-nav .accordion-content ul li {
    list-style: none;
    text-align: center;
    text-wrap: nowrap;
  }
  .jump-nav .accordion-content ul li a, .jump-nav .accordion-content ul li button {
    color: white;
    font-size: 1.8rem;
    font-weight: 700;
  }
}

.filter {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
  padding: 0 5rem 2.5rem 6rem;
  row-gap: 1rem;
  justify-self: center;
  max-width: 255px;
}
@media (500px < width) {
  .filter {
    max-width: unset;
    justify-items: center;
  }
}
.filter .title {
  display: flex;
  flex-direction: column;
  grid-gap: 0.6rem;
  align-items: flex-start;
  font-size: 1.6rem;
  font-weight: 600;
}
.filter .title img {
  width: 50px;
  aspect-ratio: 1/1;
  object-fit: contain;
}
@media screen and (min-width: 980px) {
  .filter .title {
    flex-direction: row;
    column-gap: 1em;
    align-items: center;
  }
}
.filter .filter-buttons {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  grid-gap: 0.6rem;
}
@media (500px < width) {
  .filter .filter-buttons {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.filter .filter-buttons > li {
  padding-left: 0;
  list-style: none;
}
.filter .filter-buttons > li button {
  padding: 0.5rem 2rem;
  min-width: 77px;
  font-size: 1.4rem;
  font-weight: 400;
  border: 2px solid var(--jd-teal);
  border-radius: 6px;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  text-align: center;
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
}
@media (500px < width) {
  .filter .filter-buttons > li button {
    justify-content: center;
  }
}
.filter .filter-buttons > li button .icon {
  width: 2rem;
  aspect-ratio: 1;
  object-fit: contain;
  overflow: hidden;
}
.filter .filter-buttons > li button.active {
  background-color: var(--jd-green);
  border-color: var(--jd-green);
  font-weight: 700;
}
.filter .filter-buttons > li button.active .icon {
  filter: brightness(0) invert(1);
}

.pinned-articles {
  background-color: var(--snow-cream);
  padding: 4rem 3rem 2rem;
}
@media screen and (min-width: 980px) {
  .pinned-articles {
    padding-top: 6rem;
  }
}
.pinned-articles > .content {
  display: flex;
  flex-direction: column;
  column-gap: clamp(4rem, 5vw, 6rem);
  row-gap: 2rem;
  align-items: center;
}
@media screen and (min-width: 980px) {
  .pinned-articles > .content {
    align-items: flex-start;
    flex-direction: row;
    justify-content: center;
  }
}
.pinned-articles > .content .pinned-article {
  max-width: 550px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: clamp(1.5rem, 2vw, 3rem);
  row-gap: 2rem;
  padding-bottom: 2rem;
}
.pinned-articles > .content .pinned-article .icon {
  aspect-ratio: 1;
  background-position: center;
  background-size: 50%;
  border-radius: clamp(1rem, 2vw, 2rem);
  background-repeat: no-repeat;
  background-color: white;
  max-width: clamp(5rem, 7.5vw, 10rem);
  display: flex;
  place-items: center;
  place-content: center;
}
.pinned-articles > .content .pinned-article .icon > img {
  position: relative;
  height: 75%;
  width: 75%;
  object-fit: contain;
  object-position: center;
}
.pinned-articles > .content .pinned-article .info .title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.pinned-articles > .content .pinned-article .info .copy {
  margin-bottom: 1rem;
}
.pinned-articles > .content .pinned-article .info a {
  justify-content: flex-start;
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  .pinned-articles > .content .pinned-article {
    grid-template-columns: clamp(5rem, 7.5vw, 10rem) 1fr;
  }
}

.article-section {
  padding-top: 4rem;
  padding-bottom: 8rem;
  max-width: var(--max-wrap);
  margin: 0 auto;
  max-width: 1250px;
}
.article-section > .content {
  display: grid;
  justify-items: center;
  row-gap: 4rem;
}
.article-section .filter {
  max-width: var(--max-wrap);
  margin: 0 auto;
  max-width: 1210px;
  padding-left: 1rem;
  padding-right: 1rem;
  justify-items: flex-start;
}
.article-section .filter .title {
  justify-self: flex-start;
  align-content: center;
}
.article-section .filter .filter-buttons {
  justify-content: flex-start;
}
.article-section .article-container {
  padding-left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: clamp(2.5rem, 5vw, 5rem);
  padding: 0 2rem;
}
@media screen and (min-width: 980px) {
  .article-section .article-container {
    row-gap: 10rem;
  }
}
.article-section .article-container > li {
  list-style: none;
  max-width: 265px;
  width: 100%;
  display: grid;
  row-gap: 1.3rem;
  grid-template-columns: 1fr;
  grid-template-rows: 1.4rem auto auto;
  align-content: flex-start;
}
.article-section .article-container > li .icon {
  width: 1.4rem;
  height: 1.4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-section .article-container > li .icon > img {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.article-section .article-container > li .title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.article-section .article-container > li a {
  justify-content: flex-start;
  font-weight: 600;
}
.article-section .more-articles {
  font-weight: 700;
}

.blog-detail-header {
  width: 100%;
  margin-bottom: 1.5rem;
  background-color: var(--jd-blue);
}
.blog-detail-header .breadcrumb {
  background-color: var(--snow-cream);
  text-align: center;
  padding: 1rem 3.8rem 0;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 980px) {
  .blog-detail-header .breadcrumb {
    justify-content: flex-start;
  }
}
.blog-detail-header .breadcrumb a {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  position: relative;
  display: flex;
  column-gap: 0.5px;
  font-weight: 600;
  font-size: 1.6rem;
  text-decoration: underline transparent;
  transition: text-decoration 0.2s ease;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.blog-detail-header .breadcrumb a:hover {
  font-weight: 600;
  text-decoration: underline currentColor;
}
.blog-detail-header .breadcrumb a:hover:before {
  left: -0.5rem;
}
.blog-detail-header .breadcrumb a:before {
  content: "";
  display: block;
  position: relative;
  height: 2.4rem;
  width: 2.4rem;
  background-image: url(../Images/ico-circle-left.svg);
  left: 0;
  transition: left 0.2s ease;
}
.blog-detail-header > .content {
  max-width: var(--max-wrap);
  margin: 0 auto;
  max-width: 800px;
  display: grid;
  row-gap: 1rem;
  padding: 5rem 2rem 4rem 3rem;
}
@media screen and (min-width: 980px) {
  .blog-detail-header > .content {
    padding-top: 6rem;
    grid-template-columns: clamp(5rem, 10vw, 10rem) 1fr;
    column-gap: 3rem;
  }
}
.blog-detail-header > .content .icon {
  background-size: 50%;
  height: 5rem;
  aspect-ratio: 1;
  border-radius: 10px;
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  place-items: center;
  place-content: center;
  position: relative;
}
@media screen and (min-width: 980px) {
  .blog-detail-header > .content .icon {
    height: 10rem;
    border-radius: 2rem;
  }
}
.blog-detail-header > .content .icon > img {
  position: relative;
  height: 75%;
  width: 75%;
  object-fit: contain;
  object-position: center;
}
.blog-detail-header > .content .info {
  padding-top: 1.3rem;
}
.blog-detail-header > .content .info .f-h1 {
  font-family: var(--body-font);
  font-weight: 700;
  font-size: clamp(3rem, 3vw, 3.6rem);
  line-height: 46px;
  margin-bottom: 1rem;
}
.blog-detail-header > .content .info .date {
  font-family: var(--body-font);
  font-weight: 700;
  font-size: 1.6rem;
  color: white;
}

.share-section {
  max-width: 700px;
  margin: auto;
  text-align: center;
  margin-top: 4em;
  margin-bottom: 8rem;
}
.share-section .share-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 1em;
}
.share-section .share-links li a {
  height: 20px;
  display: flex;
  gap: 10px;
}
.share-section .share-links li a img,
.share-section .share-links li a svg {
  height: 20px;
  width: 20px;
}

.directory-list {
  padding: 1.9rem 0 clamp(4rem, 8vw, 12rem);
  background-color: white;
  position: relative;
}
.directory-list:has(.header) {
  padding-top: 0;
}
@media screen and (min-width: 980px) {
  .directory-list {
    background-color: var(--border-gray);
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.directory-list > .header {
  width: 100vw;
  padding: 0 6rem;
  background-color: white;
  padding-top: 1.9rem;
}
.directory-list > .header .f-h2, .directory-list > .header .filter {
  max-width: var(--max-wrap);
  margin: 0 auto;
  max-width: 1160px;
}
@media screen and (min-width: 980px) {
  .directory-list > .header {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
.directory-list > .content {
  max-width: var(--max-wrap);
  margin: 0 auto;
  max-width: 1160px;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  z-index: 1;
}
.directory-list > .content .featured-items,
.directory-list > .content .standard-items {
  padding-left: 0;
  margin: 0 -30px;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 2rem;
  padding: 5rem 3rem;
  justify-content: center;
  justify-self: center;
  width: 100%;
}
.directory-list > .content .featured-items > li,
.directory-list > .content .standard-items > li {
  list-style: none;
  flex: 0 0 250px;
}
.directory-list > .content .featured-items {
  background-color: var(--jd-blue);
}
.directory-list > .content .featured-items:not(:has(.employee-card)) {
  display: none;
}
@media screen and (min-width: 980px) {
  .directory-list > .content .featured-items {
    margin: 0 0 0 0;
    padding: 2rem;
    border-radius: 30px;
    flex-wrap: nowrap;
    width: max-content;
  }
}
@media screen and (max-width: 980px) {
  .directory-list > .content .standard-items > li {
    border: 2px solid var(--jd-teal);
    flex: 1 1 315px;
    max-width: 315px;
  }
  .directory-list > .content .standard-items > li .image {
    display: none;
  }
}

.employee-card {
  border-radius: 20px;
  width: 100%;
  max-width: 250px;
  background-color: white;
  padding: 3rem 2rem 4rem;
  border: 1px solid var(--border-gray);
}
.employee-card > .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
}
.employee-card > .content .image {
  max-width: 120px;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid var(--jd-green);
}
.employee-card > .content .image > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.employee-card > .content .info {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.employee-card > .content .info .name {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 700;
}
.employee-card > .content .info .title, .employee-card > .content .info .subtitle, .employee-card > .content .info .apply-link {
  font-size: 1.4rem;
  font-weight: 400;
}
.employee-card > .content .info .subtitle {
  font-style: italic;
}
.employee-card > .content .info:has(.apply-link) .subtitle {
  margin-bottom: 0;
}
.employee-card > .content .info:has(.apply-link) .apply-link {
  text-decoration: underline currentColor;
  margin-bottom: 1em;
  color: var(--jd-teal);
}
.employee-card > .content .info:has(.apply-link) .apply-link:hover {
  text-decoration-thickness: 2px;
}
.employee-card > .content .info .links {
  display: flex;
  justify-content: center;
  column-gap: 5px;
  width: 100%;
}
.employee-card > .content .info .links > a {
  position: relative;
  display: grid;
  grid-template-columns: 15px 1fr;
  column-gap: 0.7rem;
  align-items: center;
  justify-items: flex-start;
  min-width: 0;
  font-weight: 700;
}
.employee-card > .content .info .links > a:only-child {
  grid-column: 1/-1;
}
.employee-card > .content .info .links > a:before {
  content: "";
  height: 15px;
  aspect-ratio: 1;
  background-size: contain;
  background-position: center;
}
.employee-card > .content .info .links > a.phone:before {
  background-image: url(../Images/ico-phone.svg);
}
.employee-card > .content .info .links > a.email:before {
  background-image: url(../Images/ico-email.svg);
}
.employee-card.is-hidden {
  display: none;
}

.locations-header {
  padding: 5rem var(--mobile-padding) clamp(3rem, 5vw, 7rem);
}
.locations-header > .content {
  display: grid;
  justify-items: center;
  grid-template-columns: 1fr;
  max-width: var(--max-wrap);
  margin: 0 auto;
  max-width: 600px;
  row-gap: clamp(3rem, 3vw, 4rem);
  padding: unset;
}
.locations-header > .content .f-h1 {
  font-weight: 900;
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  color: var(--jd-blue);
  text-align: center;
  margin-bottom: 0;
}
.locations-header > .content form {
  width: 100%;
}
.locations-header > .content form .input-box {
  border-radius: 60px;
  border: 2px solid var(--jd-teal);
  overflow: hidden;
  position: relative;
  width: 100%;
}
.locations-header > .content form .input-box input {
  width: 100%;
  border: none;
  overflow: hidden;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 100%;
  padding: 1rem 1.5rem 1rem 5rem;
}
.locations-header > .content form .input-box:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.3rem;
  height: 2.4rem;
  width: 2.4rem;
  background-image: url(../images/home_pin.svg);
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  filter: brightness(0) saturate(100%) invert(10%) sepia(24%) saturate(4318%) hue-rotate(195deg) brightness(92%) contrast(95%);
}
.locations-header:has(.featured-location) {
  padding-left: 0;
  padding-right: 0;
}
.locations-header:has(.featured-location) > .content {
  padding: 0 var(--mobile-padding);
  row-gap: clamp(0.8rem, 1vw, 1.8rem);
  z-index: 1;
  position: relative;
}
.locations-header:has(.featured-location) > .content form {
  position: relative;
  top: 2.2rem;
}
.locations-header .featured-location {
  padding: 6.8rem var(--mobile-padding) 3rem;
  position: relative;
  background-image: var(--bgImage);
  background-size: cover;
  background-position: top;
  z-index: 0;
}
@media screen and (min-width: 980px) {
  .locations-header .featured-location {
    padding: 6.5rem var(--mobile-padding);
  }
}
.locations-header .featured-location:before, .locations-header .featured-location:after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
}
.locations-header .featured-location:after {
  background-color: #0c2340;
  opacity: 0.75;
  z-index: 1;
}
.locations-header .featured-location:before {
  background-image: url(../Images/Wood_texture_background.svg);
  opacity: 0.06;
  z-index: 2;
}
.locations-header .featured-location > .content {
  max-width: var(--max-wrap);
  margin: 0 auto;
  justify-content: center;
  display: grid;
  position: relative;
  z-index: 2;
  grid-template-columns: 1fr;
  row-gap: 1rem;
}
@media screen and (min-width: 980px) {
  .locations-header .featured-location > .content {
    grid-template-columns: 350px 340px;
    column-gap: 5rem;
  }
  .locations-header .featured-location > .content .distance {
    grid-column: span 2;
  }
}
.locations-header .featured-location > .content .distance {
  color: white;
  text-align: center;
  margin-bottom: 2.4rem;
  font-size: 1.8rem;
}
.locations-header .featured-location > .content .distance span {
  font-weight: 700;
}
.locations-header .featured-location > .content .image {
  width: 100%;
  aspect-ratio: 350/250;
  border-radius: 20px;
  overflow: hidden;
  border: 6px solid white;
}
.locations-header .featured-location > .content .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.locations-header .featured-location > .content .info {
  padding: 0 2rem 0;
  align-self: center;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  color: white;
}
@media screen and (max-width: 980px) {
  .locations-header .featured-location > .content .info {
    align-items: center;
    padding-top: 1.5rem;
  }
}
.locations-header .featured-location > .content .info .name {
  font-family: var(--heading-font);
  font-size: 2.4rem;
  font-weight: 900;
  text-box-trim: both;
}
.locations-header .featured-location > .content .info .address {
  text-box-trim: both;
  line-height: 2.4rem;
  font-size: 1.8rem;
}
.locations-header .featured-location > .content .info a {
  color: white;
  border-color: var(--jd-teal);
  text-decoration: underline transparent;
  padding: 1.2rem 3.5rem;
}
.locations-header .featured-location > .content .info button {
  margin-top: 2.3rem;
  justify-content: flex-start;
  transition: opacity 0.2s ease;
}
.locations-header .featured-location > .content .info button.prev-btn:after {
  transform: rotate(180deg);
}
.locations-header .featured-location > .content .info button[disabled] {
  opacity: 0.5;
}

.location-tabs .tab-header {
  display: flex;
  flex-direction: row;
  column-gap: 0;
  justify-content: center;
}
@media screen and (min-width: 980px) {
  .location-tabs .tab-header {
    column-gap: 4rem;
  }
}
.location-tabs .tab-header .tab-button {
  padding: 2rem 1rem;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 400;
  border-bottom: 10px solid transparent;
  transition: border-bottom-color 0.2s ease;
}
@media screen and (min-width: 980px) {
  .location-tabs .tab-header .tab-button {
    padding: 0 2rem 2rem;
  }
}
.location-tabs .tab-header .tab-button.active {
  font-weight: 700;
  border-bottom-color: var(--jd-green);
}
.location-tabs .tab-container {
  border-top: 2px solid var(--jd-teal);
  background-color: var(--snow-cream);
  padding-top: clamp(2rem, 3vw, 4rem);
  padding-bottom: 7rem;
}
.location-tabs .tab-container .tab-box {
  max-width: var(--max-wrap);
  margin: 0 auto;
  max-width: 1180px;
}
.location-tabs .location-tile-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, 280px);
  column-gap: 20px;
  row-gap: 4rem;
  justify-content: center;
  max-width: var(--max-wrap);
  margin: 0 auto;
  max-width: 1180px;
}
.location-tabs .location-tile {
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  max-width: 280px;
  display: grid;
  grid-template-columns: 1fr;
  background-color: white;
  align-content: flex-start;
}
.location-tabs .location-tile .image {
  height: 200px;
  width: 280px;
  border-bottom: 2px solid var(--jd-green);
}
.location-tabs .location-tile .image > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.location-tabs .location-tile .info {
  padding: 2.5rem 4rem 4rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.location-tabs .location-tile .info .title {
  font-weight: 700;
  font-size: 1.8rem;
}
.location-tabs .location-tile .info .address {
  font-weight: 400;
  font-size: 1.4rem;
}
.location-tabs .location-tile .info a {
  font-weight: 600;
  font-size: 16px;
  justify-content: flex-start;
}
.location-tabs .atm-content {
  max-width: var(--max-wrap);
  margin: 0 auto;
  max-width: calc(1050px + 2 * var(--mobile-padding));
  display: grid;
  grid-template-columns: 1fr;
  padding: 8rem var(--mobile-padding) clamp(6rem, 10vw, 9rem);
  justify-content: center;
  row-gap: 5rem;
}
@media (650px < width) {
  .location-tabs .atm-content {
    grid-template-columns: 150px auto;
    column-gap: clamp(4rem, 8vw, 8rem);
  }
}
@media (1140px < width) {
  .location-tabs .atm-content {
    grid-template-columns: 150px 1fr;
  }
}
.location-tabs .atm-content .sidebar {
  border-bottom: 2px solid var(--jd-teal);
  margin-left: 1.7rem;
  margin-right: 1.7rem;
}
.location-tabs .atm-content .sidebar img {
  display: block;
  margin: 0 auto 4rem;
}
@media (650px < width) {
  .location-tabs .atm-content .sidebar {
    margin-left: 0;
    margin-right: 0;
    border-bottom: none;
    border-right: 2px solid var(--jd-teal);
    width: 100%;
    position: relative;
  }
  .location-tabs .atm-content .sidebar img {
    margin-left: 0;
    height: 100px;
    width: 100px;
    object-fit: contain;
    margin-bottom: 0;
  }
}
.location-tabs .atm-content .atm-list {
  display: block;
  column-gap: clamp(4rem, 8vw, 8rem);
  row-gap: 2rem;
  width: 100%;
  padding-left: 30px;
}
@media (650px < width) {
  .location-tabs .atm-content .atm-list {
    padding-left: 0;
  }
}
@media screen and (min-width: 980px) {
  .location-tabs .atm-content .atm-list {
    column-count: 2;
  }
}
.location-tabs .atm-content .atm-list .atm {
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  column-gap: 1rem;
  padding-bottom: 2rem;
}
.location-tabs .atm-content .atm-list .atm .icon {
  background-size: contain;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.location-tabs .atm-content .atm-list .atm .name {
  font-weight: 700;
  font-size: 1.8rem;
}
.location-tabs .atm-content .atm-list .atm .address {
  font-weight: 400;
  font-size: 1.4rem;
}
.location-tabs .atm-content .atm-list .atm .address p {
  display: inline;
}

.location-detail-header {
  width: 100%;
  margin-bottom: 1.5rem;
}
.location-detail-header .breadcrumb {
  background-color: var(--snow-cream);
  text-align: center;
  padding: 1rem 3.8rem 0;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 980px) {
  .location-detail-header .breadcrumb {
    justify-content: flex-start;
  }
}
.location-detail-header .breadcrumb a {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  position: relative;
  display: flex;
  column-gap: 0.5px;
  font-weight: 600;
  font-size: 1.6rem;
  text-decoration: underline transparent;
  transition: text-decoration 0.2s ease;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.location-detail-header .breadcrumb a:hover {
  font-weight: 600;
  text-decoration: underline currentColor;
}
.location-detail-header .breadcrumb a:hover:before {
  left: -0.5rem;
}
.location-detail-header .breadcrumb a:before {
  content: "";
  display: block;
  position: relative;
  height: 2.4rem;
  width: 2.4rem;
  background-image: url(../Images/ico-circle-left.svg);
  left: 0;
  transition: left 0.2s ease;
}
.location-detail-header > .content {
  max-width: var(--max-wrap);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  column-gap: 2rem;
  padding: 5rem 3.5rem;
  align-items: center;
}
@media screen and (min-width: 980px) {
  .location-detail-header > .content {
    padding: 6rem 3.5rem 2.4rem;
  }
}
.location-detail-header > .content .f-h1 {
  color: var(--jd-blue);
}
.location-detail-header > .content .info {
  display: flex;
  flex-direction: column;
  column-gap: clamp(2rem, 3vw, 4rem);
  align-items: center;
  flex-wrap: wrap;
  row-gap: 2rem;
}
@media screen and (min-width: 980px) {
  .location-detail-header > .content .info {
    flex-direction: row;
  }
}
.location-detail-header > .content .info p {
  display: inline;
}
.location-detail-header > .content .info div {
  font-size: 1.8rem;
  font-weight: 700;
}
.location-detail-header > .content .info div a,
.location-detail-header > .content .info div span {
  font-weight: 700;
}
.location-detail-header > .content .info .ghost-btn-arrow {
  border-color: var(--jd-teal);
  color: var(--jd-blue);
}
.location-detail-header > .content .info .ghost-btn-arrow:hover {
  color: white;
}

.location-info-and-hours {
  color: white;
  row-gap: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 1.5rem;
}
.location-info-and-hours > .content {
  max-width: var(--max-wrap);
  margin: 0 auto;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  background-color: var(--jd-blue);
  padding: 6rem 3rem;
  border-radius: 10px;
  justify-content: center;
}
@media screen and (min-width: 980px) {
  .location-info-and-hours > .content {
    min-height: 26.5rem;
    display: flex;
    align-items: center;
    column-gap: clamp(3rem, 5vw, 6rem);
  }
}
.location-info-and-hours .icon {
  width: 151px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1rem;
  justify-items: center;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .location-info-and-hours .info-blocks {
    display: grid;
    row-gap: 1rem;
    grid-template-columns: 1fr;
    width: 100%;
  }
  .location-info-and-hours .info-blocks .accordion-container {
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
    background-color: #162d4b;
    transition: background-color 0.2s ease;
    padding-bottom: 1.5rem;
  }
  .location-info-and-hours .info-blocks .accordion-container.open {
    background-color: unset;
  }
  .location-info-and-hours .info-blocks .accordion-container .accordion-button {
    font-weight: 700;
    font-size: 2rem;
    padding: 1.5rem 2.5rem 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .location-info-and-hours .info-blocks .accordion-container .accordion-button .icon:before, .location-info-and-hours .info-blocks .accordion-container .accordion-button .icon:after {
    background: white;
  }
  .location-info-and-hours .info-blocks .accordion-container .accordion-content {
    padding: 1.5rem 2.5rem 0;
  }
  .location-info-and-hours .info-blocks .accordion-container .accordion-content .hourlist {
    padding-left: 0;
    margin-bottom: 0;
  }
  .location-info-and-hours .info-blocks .accordion-container .accordion-content .hourlist dt,
  .location-info-and-hours .info-blocks .accordion-container .accordion-content .hourlist dd {
    list-style: none;
    font-size: 1.8rem;
    font-weight: 700;
    display: inline;
  }
  .location-info-and-hours .info-blocks .accordion-container .accordion-content .hourlist dd {
    font-weight: 400;
  }
}
@media screen and (min-width: 980px) {
  .location-info-and-hours .info-blocks {
    width: 100%;
    max-width: 760px;
    display: grid;
    row-gap: 2rem;
    grid-template-columns: 25rem auto;
    column-gap: clamp(3rem, 5vw, 6rem);
    align-items: center;
  }
  .location-info-and-hours .info-blocks.js-tab-section .tab-header {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    border-right: 1px solid var(--jd-teal);
    align-self: flex-start;
  }
  .location-info-and-hours .info-blocks.js-tab-section .tab-header .accordion-button {
    color: white;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.2;
    padding: 1.2rem 2rem;
    text-align: right;
    width: 100%;
    position: relative;
  }
  .location-info-and-hours .info-blocks.js-tab-section .tab-header .accordion-button:after {
    content: "";
    background: none;
    display: block;
    width: 8px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    transition: background 0.2s ease;
  }
  .location-info-and-hours .info-blocks.js-tab-section .tab-header .accordion-button .icon {
    display: none;
  }
  .location-info-and-hours .info-blocks.js-tab-section .tab-header .accordion-button.active:after {
    background: var(--jd-green);
  }
  .location-info-and-hours .info-blocks.js-tab-section .accordion-container {
    background-color: transparent;
    padding-bottom: 0;
  }
  .location-info-and-hours .info-blocks.js-tab-section .accordion-container .accordion-content {
    display: block;
    padding: 0;
    height: 100%;
    align-content: center;
  }
  .location-info-and-hours .info-blocks.js-tab-section .accordion-container .accordion-content.hourlist {
    padding-left: 0;
    margin-bottom: 0;
  }
  .location-info-and-hours .info-blocks.js-tab-section .accordion-container .accordion-content.hourlist dl {
    list-style: none;
    font-size: 1.8rem;
    font-weight: 700;
    padding-bottom: 1rem;
  }
  .location-info-and-hours .info-blocks.js-tab-section .accordion-container .accordion-content.hourlist dl dt,
  .location-info-and-hours .info-blocks.js-tab-section .accordion-container .accordion-content.hourlist dl dd {
    display: inline;
  }
  .location-info-and-hours .info-blocks.js-tab-section .accordion-container .accordion-content.hourlist dl dd {
    font-weight: 400;
    margin-left: 0;
  }
}

.about-carousel-widget {
  margin-bottom: 4em;
}
.about-carousel-widget > .content {
  position: relative;
}
@media screen and (min-width: 980px) {
  .about-carousel-widget > .content .about-carousel-widget__carousel.splide .splide__track {
    max-width: 1400px;
    margin: 0 auto;
  }
}
.about-carousel-widget > .content .about-carousel-widget__carousel.is-rendered .splide__list {
  display: grid;
  row-gap: 3rem;
}
.about-carousel-widget > .content .about-carousel-widget__carousel.is-rendered .splide__slide {
  display: block;
}
.about-carousel-widget > .content .desktop-nav {
  display: none;
}
@media screen and (min-width: 980px) {
  .about-carousel-widget > .content .desktop-nav {
    display: flex;
    height: 180px;
    width: 100%;
    background: #ebf2f3;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
  }
  .about-carousel-widget > .content .desktop-nav .container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .about-carousel-widget > .content .desktop-nav:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2em;
    height: 1px;
    background-color: #003767;
  }
  .about-carousel-widget > .content .desktop-nav .button-container {
    max-width: 300px;
    flex: 1 1 300px;
    display: grid;
    justify-content: center;
    padding: 0 var(--mobile-padding) 2em;
    position: relative;
  }
  .about-carousel-widget > .content .desktop-nav .button-container .year {
    font-size: 2.6rem;
    font-weight: 700;
    color: #003767;
  }
  .about-carousel-widget > .content .desktop-nav .button-container:after {
    content: "";
    position: absolute;
    display: block;
    top: 5em;
    width: 1px;
    bottom: 2em;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.2s ease;
    background-color: #003767;
  }
  .about-carousel-widget > .content .desktop-nav .button-container.active .year {
    font-size: 3.2rem;
  }
  .about-carousel-widget > .content .desktop-nav .button-container.active:after {
    bottom: -30px;
    width: 3px;
  }
}
.about-carousel-widget > .content .splide__arrows {
  position: absolute;
  aspect-ratio: 430/179;
  max-height: 180px;
  width: 100%;
  pointer-events: none;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 5em 15px 2em;
}
.about-carousel-widget > .content .splide__arrows .splide__arrow {
  flex-grow: 0;
  pointer-events: all;
  filter: brightness(0) saturate(100%) invert(18%) sepia(60%) saturate(2690%) hue-rotate(291deg) brightness(70%) contrast(90%);
}
.about-carousel-widget > .content .splide__arrows .horizontal-divider {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  background-color: #003767;
}
@media screen and (min-width: 980px) {
  .about-carousel-widget > .content .splide__arrows {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  .about-carousel-widget > .content .splide__slide {
    display: none;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
  }
  .about-carousel-widget > .content .splide__slide.active {
    display: block;
  }
}
.about-carousel-widget > .content .splide__slide .mobile-nav {
  width: 100%;
  aspect-ratio: 430/179;
  max-height: 115px;
  background-color: #ebf2f3;
  display: grid;
  justify-content: center;
  padding: 2em var(--mobile-padding);
  position: relative;
  overflow-y: hidden;
}
.about-carousel-widget > .content .splide__slide .mobile-nav .year {
  font-size: 3.2rem;
  font-weight: 700;
  color: #003767;
}
@media screen and (min-width: 980px) {
  .about-carousel-widget > .content .splide__slide .mobile-nav {
    display: none;
  }
}
.about-carousel-widget > .content .splide__slide .slide-content {
  padding: 125px var(--mobile-padding) 2em;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2em;
  justify-items: center;
  max-width: 100vw;
}
@media screen and (min-width: 980px) {
  .about-carousel-widget > .content .splide__slide .slide-content {
    grid-template-columns: 1fr;
    align-items: center;
  }
  .about-carousel-widget > .content .splide__slide .slide-content:has(.photo) {
    display: flex;
    flex-direction: row;
    column-gap: clamp(20px, 3vw, 40px);
    justify-content: center;
    align-items: flex-start;
  }
}
.about-carousel-widget > .content .splide__slide .slide-content .photo {
  width: 100%;
  max-width: 100px;
  aspect-ratio: 1;
}
.about-carousel-widget > .content .splide__slide .slide-content .info {
  width: 100%;
  max-width: 500px;
}
.about-carousel-widget > .content .splide__slide .slide-content .info .title {
  font-size: 2rem;
  color: #003767;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.about-carousel-widget > .content .splide__slide .slide-content .info .title .year p {
  display: inline;
}
.about-carousel-widget > .content .splide__slide .slide-content .info .title .year:after {
  content: "|";
  margin: 0 0.5em;
  color: #a8c162;
}

.about-us-slider {
  margin-bottom: 3rem;
}
@media screen and (max-width: 980px) {
  .about-us-slider {
    margin-bottom: 6rem;
  }
}
.about-us-slider .content {
  max-width: var(--max-wrap);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
}
@media (1200px < width) {
  .about-us-slider .content {
    grid-template-columns: 482px 1fr;
    align-items: center;
  }
}
@media (1920px < width) {
  .about-us-slider .content {
    max-width: 1920px;
  }
}
.about-us-slider .content .info {
  padding: 0 3rem 0 5rem;
}
@media (1200px > width) {
  .about-us-slider .content .info {
    padding-bottom: 5rem;
  }
}
.about-us-slider .content .info .f-h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.about-us-slider .content .info .copy {
  font-size: 1.6rem;
}
.about-us-slider .content .info .actions a:first-child {
  padding: 1.2rem 3rem;
  color: var(--jd-blue);
}
@media screen and (min-width: 980px) {
  .about-us-slider .content .info .actions a:first-child {
    border-color: var(--jd-teal);
  }
}
.about-us-slider .content .slideshow {
  width: 100%;
  overflow: hidden;
  padding-left: 2rem;
}
.about-us-slider .content .slideshow .splide__track {
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 980px) {
  .about-us-slider .content .slideshow .splide__track {
    overflow: visible;
  }
}
.about-us-slider .content .slideshow .splide__list {
  display: flex;
  column-gap: 1rem;
}
.about-us-slider .content .slideshow .splide__slide {
  width: 78vw;
  max-width: 58rem;
  aspect-ratio: 280/200;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 980px) {
  .about-us-slider .content .slideshow .splide__slide {
    aspect-ratio: 580/400;
  }
}
.about-us-slider .content .slideshow .splide__slide:before {
  content: "";
  inset: 0;
  position: absolute;
  background-color: var(--jd-green);
  opacity: 0.65;
  pointer-events: none;
  transition: opacity 0.7s ease;
}
.about-us-slider .content .slideshow .splide__slide.is-active:before {
  opacity: 0;
}
.about-us-slider .content .slideshow .splide__slide > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.about-us-slider .content .slideshow .pagination {
  display: flex;
  flex-direction: row;
  padding-left: clamp(4rem, 4vw, 6rem);
  align-items: center;
  column-gap: clamp(2.5rem, 3vw, 4rem);
  padding-bottom: 4rem;
}
.about-us-slider .content .slideshow .pagination .splide__arrows {
  display: flex;
  column-gap: clamp(2.5rem, 3vw, 4rem);
}
.about-us-slider .content .slideshow .social-bugs {
  padding-left: 4rem;
  display: flex;
  column-gap: 1rem;
}
@media screen and (min-width: 980px) {
  .about-us-slider .content .slideshow .social-bugs {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 980px) {
  .about-us-slider .content .slideshow .social-bugs > a > img {
    opacity: 0.8;
    transition: opacity 0.2s ease;
  }
  .about-us-slider .content .slideshow .social-bugs > a:hover > img {
    opacity: 1;
  }
}
@media screen and (min-width: 980px) {
  .about-us-slider .content .slideshow .post-slide-show-div {
    display: grid;
    grid-template-columns: clamp(200px, 78vw, 58rem) 1fr;
  }
}

.block-accordion-group {
  margin: 0;
  padding: 25px;
}
.block-accordion-group:not(.heading-center) h1, .block-accordion-group:not(.heading-center) h2, .block-accordion-group:not(.heading-center) h3, .block-accordion-group:not(.heading-center) h4, .block-accordion-group:not(.heading-center) h5, .block-accordion-group:not(.heading-center) h6 {
  text-align: left;
}
.block-accordion-group.heading-center h1, .block-accordion-group.heading-center h2, .block-accordion-group.heading-center h3, .block-accordion-group.heading-center h4, .block-accordion-group.heading-center h5, .block-accordion-group.heading-center h6 {
  text-align: center;
}
.block-accordion-group > .content {
  margin: 0 auto;
  max-width: 900px;
}
.block-accordion-group > .content > *:last-child {
  margin-bottom: 0;
}
.block-accordion-group p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 24px;
}
.block-accordion-group .group {
  display: grid;
  gap: 10px;
}
.block-accordion-group .acc-container,
.block-accordion-group .accordion {
  border: 1px solid #a9a9a9;
  border-radius: 5px;
}
.block-accordion-group .acc-button,
.block-accordion-group .accordion-button {
  position: relative;
  width: 100%;
  padding: 13px 52px 13px 20px;
  border: 0;
  background: transparent;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
}
.block-accordion-group .acc-button::before,
.block-accordion-group .acc-button::after,
.block-accordion-group .accordion-button::before,
.block-accordion-group .accordion-button::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  width: 12px;
  height: 2px;
  border-radius: 5px;
  background-color: #000;
  transition: transform 0.3s ease-in-out;
}
.block-accordion-group .acc-button::after,
.block-accordion-group .accordion-button::after {
  transform: rotate(90deg);
}
.block-accordion-group .acc-container.expanded .acc-button::after,
.block-accordion-group .accordion.expanded .accordion-button::after {
  transform: rotate(180deg);
}
.block-accordion-group .acc-content,
.block-accordion-group .accordion-content {
  display: none;
  padding: 1em;
}
.block-accordion-group .acc-content > *:last-child,
.block-accordion-group .accordion-content > *:last-child {
  margin-bottom: 0;
}

.account-offering-tile-grid {
  padding: clamp(3rem, 4vw, 5rem) var(--mobile-padding) clamp(5rem, 6vw, 7rem);
  margin-bottom: clamp(5rem, 6vw, 7rem);
}
.account-offering-tile-grid > .content {
  max-width: var(--max-wrap);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  row-gap: 3rem;
}
.account-offering-tile-grid > .content .header {
  max-width: var(--max-wrap);
  margin: 0 auto;
  max-width: 850px;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  align-items: center;
}
.account-offering-tile-grid > .content .header .f-h2 {
  font-size: clamp(2rem, 2.5vw, 2.4rem);
  margin-bottom: 0;
}
.account-offering-tile-grid > .content .header .subhead {
  font-family: var(--script-font);
  font-size: 2.4rem;
}
.account-offering-tile-grid > .content .header .subhead > p {
  margin-bottom: 0;
}
@media screen and (max-width: 980px) {
  .account-offering-tile-grid > .content .header .copy {
    text-align: center;
  }
}
.account-offering-tile-grid > .content .account-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 3rem;
  column-gap: 2rem;
  justify-content: center;
  width: 100%;
  max-width: 1400px;
}
.account-offering-tile-grid > .content .account-grid .grid-box {
  padding: 5rem 2rem;
  background-color: var(--snow-cream);
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  border-radius: 20px;
  flex: 0 1 330px;
}
.account-offering-tile-grid > .content .account-grid .grid-box .image {
  aspect-ratio: 1;
  width: 100%;
  max-width: 200px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid var(--jd-green);
  margin-bottom: 2rem;
}
.account-offering-tile-grid > .content .account-grid .grid-box .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.account-offering-tile-grid > .content .account-grid .grid-box .f-h3 {
  font-size: 2.2rem;
  font-family: var(--body-font);
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.6rem;
}
.account-offering-tile-grid > .content .account-grid .grid-box a {
  font-weight: 600;
  font-size: 1.6rem;
}
@media (1470px < width) {
  .account-offering-tile-grid > .content .account-grid:has(.grid-box:nth-child(5)):not(:has(.grid-box:nth-child(6))) {
    max-width: 1200px;
  }
}
@media (1474px > width > 1125px) {
  .account-offering-tile-grid > .content .account-grid:has(.grid-box:nth-child(4)) {
    max-width: 700px;
  }
}

.beavercreek-widget {
  padding: 2.5rem var(--mobile-padding);
  margin-bottom: 5.5rem;
}
.beavercreek-widget:not(:has(.f-h2)) {
  padding-top: 5.5rem;
}
.beavercreek-widget > .content {
  max-width: var(--max-wrap);
  margin: 0 auto;
  max-width: 900px;
}
.beavercreek-widget > .content .f-h2 {
  margin-bottom: 1rem;
}
.beavercreek-widget > .content .video-box {
  margin: 0 auto;
  margin-bottom: 2rem;
  text-align: center;
}
.beavercreek-widget > .content .actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, 280px);
  row-gap: 1rem;
  column-gap: 2rem;
}
@media screen and (max-width: 980px) {
  .beavercreek-widget > .content .actions {
    grid-template-columns: 280px;
    justify-content: center;
  }
}

.calculator-widget {
  padding: 4rem var(--mobile-padding);
}
.calculator-widget > .content {
  max-width: var(--max-wrap);
  margin: 0 auto;
  max-width: 1200px;
}
.calculator-widget > .content .title {
  text-align: center;
}
.calculator-widget > .content .copy {
  text-align: center;
}
.calculator-widget > .content .calc {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--calc-text, #1e293b);
}
.calculator-widget > .content .calc * {
  box-sizing: border-box;
}
.calculator-widget > .content .calc .wrap {
  background: var(--calc-bg, #f8fafc);
  padding: 16px;
  border-radius: calc(var(--calc-radius, 8px) + 4px);
}
.calculator-widget > .content .calc header {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}
.calculator-widget > .content .calc h1 {
  font-size: 1.5rem;
  margin: 0 0 6px 0;
}
.calculator-widget > .content .calc .subtitle {
  margin: 0;
  color: var(--calc-text-muted, #64748b);
  font-size: 0.95rem;
}
.calculator-widget > .content .calc .badge {
  padding: 6px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--calc-primary, #2563eb), var(--calc-primary-hover, #1d4ed8));
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.calculator-widget > .content .calc .grid {
  display: grid;
  grid-template-columns: minmax(0, 350px) minmax(0, 1fr);
  gap: 20px;
}
.calculator-widget > .content .calc .panel {
  background: var(--calc-card-bg, #ffffff);
  border: 2px solid var(--calc-border, #e2e8f0);
  border-radius: var(--calc-radius, 8px);
  box-shadow: var(--calc-shadow, 0 4px 6px -1px rgba(0, 0, 0, 0.1));
  padding: 20px;
  min-width: 0;
}
.calculator-widget > .content .calc h2 {
  font-size: 1.1rem;
  margin: 0 0 14px 0;
  border-bottom: 2px solid var(--calc-border, #e2e8f0);
  padding-bottom: 10px;
}
.calculator-widget > .content .calc .field {
  margin-bottom: 14px;
}
.calculator-widget > .content .calc label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 0.95rem;
}
.calculator-widget > .content .calc input[type=number] {
  width: 100%;
  padding: 10px 12px;
  border: 2px solid var(--calc-border, #e2e8f0);
  border-radius: var(--calc-radius, 8px);
  font-size: 1rem;
  background: var(--calc-card-bg, #ffffff);
  color: var(--calc-text, #1e293b);
}
.calculator-widget > .content .calc input:focus-visible {
  outline: 2px solid var(--calc-primary, #2563eb);
  outline-offset: 2px;
}
.calculator-widget > .content .calc .resultsGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--calc-gap, 16px);
  margin-bottom: 16px;
}
.calculator-widget > .content .calc .card {
  background: var(--calc-bg, #f8fafc);
  border: 2px solid var(--calc-border, #e2e8f0);
  border-radius: var(--calc-radius, 8px);
  padding: 16px;
  min-width: 0;
}
.calculator-widget > .content .calc .card:hover {
  border-color: var(--calc-primary, #2563eb);
  box-shadow: var(--calc-shadow-sm, 0 1px 2px 0 rgba(0, 0, 0, 0.05));
}
.calculator-widget > .content .calc .cardHighlight {
  background: linear-gradient(135deg, var(--calc-primary, #2563eb) 0%, var(--calc-primary-hover, #1d4ed8) 100%);
  border-color: var(--calc-primary, #2563eb);
  color: #fff;
}
.calculator-widget > .content .calc .cardHighlight .label,
.calculator-widget > .content .calc .cardHighlight .value,
.calculator-widget > .content .calc .cardHighlight .note {
  color: #fff;
}
.calculator-widget > .content .calc .full {
  grid-column: 1/-1;
}
.calculator-widget > .content .calc .metaRow {
  display: flex;
  gap: calc(var(--calc-gap, 16px) * 1.5);
  align-items: flex-start;
  justify-content: space-between;
}
.calculator-widget > .content .calc .metaItem {
  flex: 1;
  min-width: 0;
}
.calculator-widget > .content .calc .label {
  color: var(--calc-text-muted, #64748b);
  font-size: 0.9rem;
  margin-bottom: 6px;
}
.calculator-widget > .content .calc .value {
  font-size: 1.5rem;
  font-weight: 800;
}
.calculator-widget > .content .calc .note {
  margin-top: 6px;
  color: var(--calc-text-muted, #64748b);
  font-size: 0.8rem;
}
.calculator-widget > .content .calc .chartBox {
  margin: 0 0 16px 0;
  background: var(--calc-bg, #f8fafc);
  border: 2px solid var(--calc-border, #e2e8f0);
  border-radius: var(--calc-radius, 8px);
  padding: 14px 16px;
  display: grid;
  gap: 10px;
  justify-items: center;
}
.calculator-widget > .content .calc .chartTitle {
  margin: 0;
  font-size: 1rem;
  width: 100%;
  text-align: left;
}
.calculator-widget > .content .calc .chartWrap {
  width: 100%;
  max-width: 600px;
  height: 230px;
  position: relative;
}
.calculator-widget > .content .calc .chartWrap canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
.calculator-widget > .content .calc .chartCenter {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--calc-text, #1e293b);
  pointer-events: none;
}
@media screen and (min-width: 980px) {
  .calculator-widget > .content .calc header {
    flex-direction: column;
    align-items: flex-start;
  }
  .calculator-widget > .content .calc .grid {
    grid-template-columns: 1fr;
  }
  .calculator-widget > .content .calc .resultsGrid {
    grid-template-columns: 1fr;
  }
  .calculator-widget > .content .calc .value {
    font-size: 1.35rem;
  }
  .calculator-widget > .content .calc .metaRow {
    flex-direction: column;
  }
}
.community-ticker-widget {
  padding: 0 var(--mobile-padding);
  margin-bottom: 4em;
}
@media screen and (max-width: 980px) {
  .community-ticker-widget {
    padding: 0 2rem;
  }
}
.community-ticker-widget > .content {
  max-width: var(--max-wrap);
  margin: 0 auto;
  max-width: 1240px;
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr;
}
.community-ticker-widget > .content .header-image {
  width: 100%;
  max-width: 612px;
  margin: 0 auto;
}
.community-ticker-widget > .content .header-image svg {
  width: 100%;
  aspect-ratio: 513/445;
}
.community-ticker-widget > .content .stat-tile-container {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  text-align: center;
  justify-items: center;
}
@media screen and (min-width: 980px) {
  .community-ticker-widget > .content .stat-tile-container {
    grid-template-columns: 300px;
  }
  .community-ticker-widget > .content .stat-tile-container:has(> div + div) {
    grid-template-columns: 300px 300px;
  }
}
@media (1300px < width) {
  .community-ticker-widget > .content .stat-tile-container {
    grid-template-columns: repeat(auto-fit, 300px);
  }
}
.community-ticker-widget > .content .stat-tile-container .stat-tile {
  max-width: 300px;
  width: 100%;
  padding: 4rem;
  display: grid;
  justify-content: center;
}
.community-ticker-widget > .content .stat-tile-container .stat-tile img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  overflow: hidden;
}
.community-ticker-widget > .content .stat-tile-container .stat-tile .stat-value {
  font-family: var(--heading-font);
  font-size: 6rem;
}
.community-ticker-widget > .content .stat-tile-container .stat-tile .title {
  font-size: 1.8rem;
  font-weight: 700;
}
.community-ticker-widget > .content .stat-tile-container .stat-tile .subtitle {
  font-size: 1.6rem;
  font-weight: 700;
}

.community-ticker-widget--video .header-image--video {
  position: relative;
  width: 100%;
  max-width: 612px;
  margin: 0 auto;
}
.community-ticker-widget--video .community-ticker-media {
  position: relative;
  width: 100%;
  aspect-ratio: 513/445;
  overflow: hidden;
}
.community-ticker-widget--video .community-ticker-media__overlay {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
}
.community-ticker-widget--video .community-ticker-media__video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 65%;
  height: 60%;
  object-fit: cover;
  object-position: center;
  background: #000;
  -webkit-mask-image: url("../Images/community_hands_small_video_mask.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top left;
  -webkit-mask-size: 160% 168%;
  mask-image: url("../Images/community_hands_small_video_mask.svg");
  mask-repeat: no-repeat;
  mask-position: top left;
  mask-size: 160% 168%;
}

.comparison-chart-widget {
  padding: 2rem var(--mobile-padding) 4rem;
}
@media screen and (min-width: 980px) {
  .comparison-chart-widget {
    padding-top: 4rem;
  }
}
.comparison-chart-widget > .content {
  max-width: var(--max-wrap);
  margin: 0 auto;
  max-width: 1000px;
}
.comparison-chart-widget > .content .f-h2 {
  text-align: center;
}
.comparison-chart-widget .chart-panel {
  max-width: var(--max-wrap);
  margin: 0 auto;
  max-width: 1250px;
  display: grid;
  justify-items: center;
  row-gap: 1.5rem;
}
.comparison-chart-widget .chart-panel .icon {
  width: 50px;
  aspect-ratio: 1;
}
.comparison-chart-widget .chart-panel .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.comparison-chart-widget .chart-panel > .f-h2 {
  text-align: center;
  margin-bottom: 0;
}
.comparison-chart-widget .chart-panel > .compare-chart {
  width: 100%;
  margin-bottom: 0;
}

.contact-and-location-search-block {
  padding: 2rem 2rem 3rem;
  background: var(--jd-blue);
}
@media screen and (min-width: 980px) {
  .contact-and-location-search-block {
    padding: 5rem 3rem;
  }
}
.contact-and-location-search-block > .content {
  max-width: var(--max-wrap);
  margin: 0 auto;
  max-width: 1000px;
  display: grid;
  grid-template-columns: 1fr;
}
.contact-and-location-search-block > .content .headline {
  color: white;
  font-family: var(--body-font);
  font-size: 2.4rem;
  line-height: 4.6rem;
  margin-bottom: 2rem;
}
.contact-and-location-search-block > .content .headline p {
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .contact-and-location-search-block > .content {
    grid-template-columns: 46fr 51fr;
    column-gap: 3rem;
    justify-items: center;
  }
}
.contact-and-location-search-block > .content .contact-block {
  width: 100%;
  display: grid;
  justify-items: center;
  grid-template-columns: 1fr;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--jd-teal);
}
.contact-and-location-search-block > .content .contact-block .actions {
  display: grid;
  grid-template-columns: 280px;
  row-gap: 1rem;
}
@media screen and (min-width: 980px) {
  .contact-and-location-search-block > .content .contact-block {
    border-right: 1px solid var(--jd-teal);
    border-bottom: none;
    padding-bottom: 0;
  }
}
.contact-and-location-search-block > .content .location-search-box {
  width: 100%;
  display: grid;
  justify-items: center;
}
@media screen and (max-width: 980px) {
  .contact-and-location-search-block > .content .location-search-box {
    padding-top: 2rem;
  }
}
.contact-and-location-search-block > .content .location-search-box form {
  width: 100%;
  max-width: 490px;
}
.contact-and-location-search-block > .content .location-search-box .input-box {
  width: 100%;
  max-width: 490px;
  border-radius: 60px;
  border: 2px solid var(--jd-teal);
  padding: 1rem 1.5rem 1rem 4.9rem;
  background-color: white;
  position: relative;
}
.contact-and-location-search-block > .content .location-search-box .input-box:before {
  content: "";
  position: absolute;
  background: url(../Images/home_pin.svg);
  background-size: contain;
  background-position: center;
  height: 20px;
  width: 16px;
  top: 50%;
  left: 1.9rem;
  transform: translateY(-50%);
}
.contact-and-location-search-block > .content .location-search-box .input-box input {
  height: 100%;
  width: 100%;
  font-size: 1.4rem;
  line-height: 2.4rem;
  border: none;
}

.content-callout-widget {
  padding: clamp(2rem, 4vw, 5rem) var(--mobile-padding) 0;
  margin-bottom: 5.5rem;
}
.content-callout-widget > .content {
  max-width: var(--max-wrap);
  margin: 0 auto;
  max-width: 1000px;
  border: 2px solid var(--jd-teal);
  border-radius: 10px;
  padding: clamp(1rem, 1vw, 2rem) clamp(2rem, 3vw, 3rem);
  display: grid;
  grid-template-columns: 5rem max-content;
  column-gap: 3rem;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  .content-callout-widget > .content {
    grid-template-columns: 5rem 1fr;
  }
}
.content-callout-widget > .content .icon {
  width: 100%;
  overflow: hidden;
}
.content-callout-widget > .content .icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.content-callout-widget > .content .copy {
  font-size: 1.6rem;
  font-weight: 400;
  width: 100%;
}
.content-callout-widget > .content .copy p {
  margin-bottom: 0;
}
.content-callout-widget > .content .copy strong {
  font-weight: 700;
  font-size: 1.8rem;
}

.cross-sell-widget {
  padding: 4rem var(--mobile-padding) 8rem;
  background-color: var(--background-gray);
}
@media (1200px < width) {
  .cross-sell-widget {
    padding: 6rem var(--mobile-padding);
    background-color: white;
  }
}
.cross-sell-widget > .content {
  max-width: var(--max-wrap);
  margin: 0 auto;
  max-width: 1200px;
  display: grid;
  justify-content: center;
  row-gap: 4rem;
  background-color: var(--background-gray);
  grid-template-columns: 1fr;
  justify-items: center;
}
@media (1200px < width) {
  .cross-sell-widget > .content {
    row-gap: 3rem;
    background-color: white;
  }
}
.cross-sell-widget > .content h2.f-h2 {
  font-family: var(--script-font) !important;
  font-weight: 400;
  font-size: 2.4rem;
  margin-bottom: 0;
}
.cross-sell-widget > .content .cross-sell-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
  width: 100%;
  justify-items: center;
}
@media (1200px < width) {
  .cross-sell-widget > .content .cross-sell-container {
    grid-template-columns: 1fr;
    background-color: var(--background-gray);
    border-radius: 210px;
    padding: 50px;
    border: 2px solid var(--border-gray);
  }
  .cross-sell-widget > .content .cross-sell-container:has(.cross-sell:nth-of-type(2)) {
    grid-template-columns: 1fr 1fr;
  }
}
.cross-sell-widget > .content .cross-sell-container .cross-sell {
  width: 100%;
  border-radius: 160px;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  border: 2px solid var(--border-gray);
  padding: 3rem 15px 115px;
  justify-items: center;
  row-gap: 1.5rem;
  max-width: 280px;
  background-color: white;
}
@media (530px < width) {
  .cross-sell-widget > .content .cross-sell-container .cross-sell {
    grid-template-columns: auto 1fr;
    align-items: center;
    justify-content: flex-start;
    column-gap: 4rem;
    max-width: 550px;
    background-color: white;
    padding: 1rem;
    padding-right: 3rem;
  }
  .cross-sell-widget > .content .cross-sell-container .cross-sell .info a {
    justify-self: flex-start;
  }
  .cross-sell-widget > .content .cross-sell-container .cross-sell:nth-of-type(2) {
    padding-right: 1rem;
    padding-left: 3rem;
    display: flex;
    flex-flow: row-reverse;
  }
  .cross-sell-widget > .content .cross-sell-container .cross-sell:nth-of-type(2) .info {
    text-align: left;
    width: max-content;
    max-width: 250px;
  }
  .cross-sell-widget > .content .cross-sell-container .cross-sell:nth-of-type(2) .info a {
    padding-right: 1em;
    justify-self: flex-start;
  }
}
.cross-sell-widget > .content .cross-sell-container .cross-sell .image {
  border-radius: 50%;
  aspect-ratio: 1;
  width: 100%;
  max-width: 200px;
  overflow: hidden;
}
.cross-sell-widget > .content .cross-sell-container .cross-sell .image > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cross-sell-widget > .content .cross-sell-container .cross-sell .info {
  text-align: center;
  width: 100%;
}
@media (530px < width) {
  .cross-sell-widget > .content .cross-sell-container .cross-sell .info {
    text-align: left;
  }
}
.cross-sell-widget > .content .cross-sell-container .cross-sell .info .f-h3 {
  font-family: var(--body-font);
  font-size: 2.2rem;
  font-weight: 700;
}
.cta-bar-widget {
  background-color: var(--jd-green);
  padding: 2.4rem var(--mobile-padding);
  min-height: 17rem;
  margin: 0 0 6rem;
}
@media screen and (max-width: 980px) {
  .cta-bar-widget {
    margin: 0 0 3rem;
    padding: 3rem var(--mobile-padding);
  }
}
.cta-bar-widget > .content {
  max-width: var(--max-wrap);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 315px;
}
@media screen and (min-width: 980px) {
  .cta-bar-widget > .content {
    max-width: 1000px;
    grid-template-columns: 330px 1fr;
  }
}
.cta-bar-widget > .content .info,
.cta-bar-widget > .content .actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.cta-bar-widget > .content .info a.ghost-btn-arrow,
.cta-bar-widget > .content .actions a.ghost-btn-arrow,
.cta-bar-widget > .content .actions a:not([class]),
.cta-bar-widget > .content .actions a[class=""],
.cta-bar-widget > .content .actions a[class=" "] {
  color: var(--jd-blue);
}
.cta-bar-widget > .content .info a.ghost-btn-arrow:hover,
.cta-bar-widget > .content .actions a.ghost-btn-arrow:hover,
.cta-bar-widget > .content .actions a:hover:not([class]),
.cta-bar-widget > .content .actions a[class=""]:hover,
.cta-bar-widget > .content .actions a[class=" "]:hover {
  color: white;
}
.cta-bar-widget > .content .info {
  column-gap: 2rem;
  background-color: var(--jd-blue);
  border-radius: 220px;
}
.cta-bar-widget > .content .info .image {
  aspect-ratio: 1;
  max-width: 6rem;
}
.cta-bar-widget > .content .info .image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.cta-bar-widget > .content .info .f-h2 {
  margin-bottom: 0;
  color: white;
}
@media screen and (max-width: 980px) {
  .cta-bar-widget > .content .info {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    justify-content: center;
    padding: 2rem 3rem;
  }
  .cta-bar-widget > .content .info .f-h2 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 980px) {
  .cta-bar-widget > .content .info {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 220px;
    border-top-left-radius: 220px;
    padding: 3.5rem 3.5rem 3.5rem 5rem;
  }
  .cta-bar-widget > .content .info .f-h2 {
    font-size: 2rem;
  }
}
.cta-bar-widget > .content .actions {
  column-gap: 1rem;
  background-color: white;
  width: 100%;
  row-gap: 1rem;
}
.cta-bar-widget > .content .actions a:not([class]), .cta-bar-widget > .content .actions a[class=""], .cta-bar-widget > .content .actions a[class=" "] {
  border-color: var(--jd-teal);
  width: 100%;
  max-width: 280px;
  color: var(--jd-blue);
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.cta-bar-widget > .content .actions a:not([class]):hover, .cta-bar-widget > .content .actions a[class=""]:hover, .cta-bar-widget > .content .actions a[class=" "]:hover {
  color: white;
}
@media screen and (max-width: 980px) {
  .cta-bar-widget > .content .actions {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    flex-direction: column;
    row-gap: 1rem;
    padding: 2.5rem 1.5rem 3rem;
  }
}
@media screen and (min-width: 980px) {
  .cta-bar-widget > .content .actions {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 220px;
    border-top-right-radius: 220px;
    padding: 4rem 6rem 4rem 4rem;
    justify-content: center;
  }
}

.educational-resources {
  width: 100%;
}
@media screen and (min-width: 980px) {
  .educational-resources {
    padding: 2rem;
  }
}
.educational-resources > .content {
  background-color: var(--snow-cream);
  display: grid;
  justify-items: center;
  row-gap: 3rem;
  max-width: var(--max-wrap);
  margin: 0 auto;
  max-width: 1400px;
  padding: 4rem 2rem 7rem;
}
@media screen and (min-width: 980px) {
  .educational-resources > .content {
    padding: 4rem 0 6rem;
    border-radius: 10px;
    overflow: hidden;
  }
  .educational-resources > .content:not(:has(h2)) {
    padding-top: 6rem;
  }
}
.educational-resources > .content .f-h2 {
  text-align: center;
  margin-bottom: 0;
}
.educational-resources > .content .resource-container {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  width: 100%;
  max-width: 1200px;
  column-gap: 2rem;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 980px) {
  .educational-resources > .content .resource-container {
    flex-direction: row;
    padding: 0 3rem;
  }
}
.educational-resources > .content .resource-container .tile {
  display: grid;
  width: 100%;
  max-width: 350px;
  background-color: white;
  border-radius: 10px;
  grid-template-columns: clamp(6rem, 10vw, 9rem) 1fr;
  column-gap: 3rem;
  align-items: center;
  justify-content: center;
  padding: 4.5rem 3rem;
}
.educational-resources > .content .resource-container .tile .info {
  display: grid;
  row-gap: 1.5rem;
}
.educational-resources > .content .resource-container .tile .icon {
  aspect-ratio: 1;
  width: clamp(6rem, 10vw, 9rem);
}
.educational-resources > .content .resource-container .tile .icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.educational-resources > .content .resource-container .tile .title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0;
}
.educational-resources > .content .resource-container .tile .copy {
  margin-bottom: 0;
}
.educational-resources > .content .resource-container .tile .actions a {
  display: none;
  justify-content: flex-start;
}
.educational-resources > .content .resource-container .tile .actions a:first-of-type {
  display: flex;
}
.educational-resources > .content .resource-container .tile:hover .actions a {
  text-decoration: underline currentColor;
}
.educational-resources > .content .resource-container .tile:hover .actions a:after {
  right: -0.8em;
}

.faq-listing {
  background-color: var(--snow-cream);
  padding: 5rem 2rem 7rem;
}
@media screen and (min-width: 980px) {
  .faq-listing {
    padding: 7rem 2rem;
  }
}
.faq-listing > .content {
  max-width: var(--max-wrap);
  margin: 0 auto;
  max-width: 900px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 4rem;
}
.faq-listing > .content .f-h2 {
  margin-bottom: 0;
  text-align: center;
}
.faq-listing > .content .container {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.faq-listing > .content .container button img {
  width: 50px;
  aspect-ratio: 1/1;
  overflow: hidden;
  object-fit: contain;
}
.faq-listing > .content .container .accordion-content p {
  margin-bottom: 0;
  padding-bottom: 1em;
}
.faq-listing > .content .actions {
  display: grid;
  align-content: center;
  justify-items: center;
}
.faq-listing.hide-button .actions {
  display: none;
}

.featured-product-carousel.edit-mode > .content .non-tab-side > .info {
  max-width: none;
}
.featured-product-carousel.edit-mode > .content .tab-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.featured-product-carousel.edit-mode > .content .tab-container .tab-box {
  background-color: var(--jd-blue);
  display: grid;
  grid-template-columns: 1fr;
}
.featured-product-carousel.edit-mode > .content .tab-container .tab-box .tab-button {
  color: var(--jd-blue);
  background-color: white;
  padding: 0 4rem;
  margin-top: 2rem;
  margin-bottom: 0;
}
.featured-product-carousel.edit-mode > .content .tab-container .tab-box .photo {
  margin-left: 0;
  position: relative;
  height: auto;
  width: 100%;
}
.featured-product-carousel.edit-mode > .content .tab-container .tab-box .photo:before {
  display: none;
}
.featured-product-carousel.edit-mode > .content .tab-container .tab-box .photo img {
  opacity: 1;
  clip-path: none;
}
.featured-product-carousel.edit-mode > .content .tab-container .tab-box .info {
  position: static;
  max-width: none;
  background-color: transparent;
}
.featured-product-carousel > .content {
  max-width: var(--max-wrap);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.5rem;
}
@media (650px < width) {
  .featured-product-carousel > .content {
    grid-template-rows: clamp(500px, 78vw, 725px) auto;
    position: relative;
    row-gap: 0;
  }
  .featured-product-carousel > .content .non-tab-side {
    align-self: center;
    position: relative;
    z-index: 2;
  }
  .featured-product-carousel > .content > .info,
  .featured-product-carousel > .content .tab-header {
    grid-row: 1;
  }
}
@media (1150px < width) {
  .featured-product-carousel > .content {
    grid-template-rows: 1fr;
    grid-template-columns: 350px auto;
  }
}
.featured-product-carousel > .content .non-tab-side > .info {
  width: 100%;
  max-width: 330px;
  padding: 0 37.5px 3rem;
}
@media (649px > width) {
  .featured-product-carousel > .content .non-tab-side > .info {
    max-width: 500px;
    width: 100vw;
  }
}
.featured-product-carousel > .content .non-tab-side > .info .f-h2 {
  font-size: clamp(2rem, 2.5vw, 2.4rem);
  margin-bottom: 2rem;
}
@media (650px < width) {
  .featured-product-carousel > .content .non-tab-side {
    padding-left: 4rem;
  }
  .featured-product-carousel > .content .non-tab-side > .info {
    padding-left: 0;
  }
  .featured-product-carousel > .content .non-tab-side .tab-header {
    margin-left: 0;
  }
}
@media (650px > width) {
  .featured-product-carousel > .content .tab-header-container {
    position: relative;
    width: 100vw;
  }
  .featured-product-carousel > .content .tab-header-container:before {
    content: "";
    pointer-events: none;
    position: absolute;
    inset: 0;
    right: 30px;
    z-index: 100;
    background: #fff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 90%, rgb(255, 255, 255) 100%);
  }
  .featured-product-carousel > .content .tab-header-container:after {
    content: url(../Images/ico-arrow-green-right.svg);
    position: absolute;
    right: -1rem;
    top: 50%;
    transform: translate(-25%, -50%);
    z-index: 101;
  }
}
.featured-product-carousel > .content .tab-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin-left: 3rem;
  margin-right: 3rem;
  column-gap: 2rem;
}
@media (650px > width) {
  .featured-product-carousel > .content .tab-header {
    padding-right: 30px;
  }
}
@media (650px < width) {
  .featured-product-carousel > .content .tab-header {
    flex-direction: column;
  }
}
@media (1150px < width) {
  .featured-product-carousel > .content .tab-header {
    overflow: visible;
    overflow-x: visible;
  }
}
.featured-product-carousel > .content .tab-header button {
  font-size: 2rem;
}
.featured-product-carousel > .content .tab-header button.active {
  font-weight: 700;
}
@media (649px > width) {
  .featured-product-carousel > .content .tab-header button {
    border-bottom: 2px solid transparent;
    transition: border 0.2s ease;
    text-wrap: nowrap;
  }
  .featured-product-carousel > .content .tab-header button.active {
    border-color: var(--jd-green);
  }
}
@media (650px < width) {
  .featured-product-carousel > .content .tab-header {
    align-items: flex-start;
    row-gap: 2rem;
  }
  .featured-product-carousel > .content .tab-header button {
    position: relative;
    display: flex;
    align-items: center;
    width: clamp(400px, 60vw, 510px);
  }
  .featured-product-carousel > .content .tab-header button span {
    background-color: white;
    position: relative;
    z-index: 1;
    padding-right: 1rem;
  }
  .featured-product-carousel > .content .tab-header button:before {
    content: "";
    position: absolute;
    top: 50%;
    height: 2px;
    width: 0;
    background-color: var(--jd-green);
    transform: translate(0, -50%);
    transition: width 0.3s linear;
  }
  .featured-product-carousel > .content .tab-header button:after {
    content: "";
    width: 1rem;
    height: 1rem;
    position: absolute;
    border-radius: 50%;
    background-color: var(--jd-green);
    right: 100%;
    opacity: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: right 0.3s linear, opacity 0.1s ease;
  }
  .featured-product-carousel > .content .tab-header button.active:before {
    width: 100%;
  }
  .featured-product-carousel > .content .tab-header button.active:after {
    right: 0;
    opacity: 1;
  }
}
.featured-product-carousel > .content .tab-container .tab-box {
  background-color: var(--jd-blue);
}
@media (1150px < width) {
  .featured-product-carousel > .content .tab-container .tab-box {
    background-color: unset;
  }
}
.featured-product-carousel > .content .tab-container .tab-box .photo {
  margin-left: 2.3rem;
  aspect-ratio: 1.33/1;
  position: relative;
  z-index: 1;
}
@media (650px < width < 1149px) {
  .featured-product-carousel > .content .tab-container .tab-box .photo {
    position: absolute;
    right: 0;
    top: 0;
    height: clamp(500px, 78vw, 725px);
    width: calc(100vw - 350px);
    z-index: 0;
  }
}
@media (1150px < width) {
  .featured-product-carousel > .content .tab-container .tab-box .photo {
    width: unset;
  }
}
.featured-product-carousel > .content .tab-container .tab-box .photo img {
  opacity: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
  clip-path: ellipse(64% 79% at 64% 50%);
  transition: opacity 0.4s ease 0.2s, clip-path 0.2s ease;
}
@media (649px < width) {
  .featured-product-carousel > .content .tab-container .tab-box .photo img {
    clip-path: ellipse(64% 60% at 64% 50%);
  }
}
@media (1150px < width) {
  .featured-product-carousel > .content .tab-container .tab-box .photo img {
    clip-path: ellipse(64% 79% at 64% 50%);
  }
}
.featured-product-carousel > .content .tab-container .tab-box .photo:before {
  content: "";
  position: absolute;
  top: 0;
  left: -2.3rem;
  right: 0;
  bottom: 10%;
  background-color: white;
  z-index: 0;
}
.featured-product-carousel > .content .tab-container .tab-box .info {
  padding: 4rem;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2rem;
}
@media (1150px < width) {
  .featured-product-carousel > .content .tab-container .tab-box .info {
    max-width: 350px;
    width: 100%;
    background-color: rgba(12, 35, 64, 0.61);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    align-content: center;
  }
}
.featured-product-carousel > .content .tab-container .tab-box .info > * {
  color: white;
}
.featured-product-carousel > .content .tab-container .tab-box .info .f-h3 {
  font-family: var(--body-font);
  font-size: 2.4rem;
  margin-bottom: 0;
}
.featured-product-carousel > .content .tab-container .tab-box .info a {
  border-color: var(--jd-teal);
}
.featured-product-carousel > .content .tab-container .tab-box.active .photo img {
  opacity: 1;
}

.feature-widget {
  background-image: url(../Images/Wood_texture_background.svg);
  background-size: 420px;
  background-repeat: repeat;
  background-position: center;
  background-color: var(--feature-tan);
  padding: clamp(5rem, 10vw, 11.7rem) var(--mobile-padding);
  min-height: 600px;
  margin-bottom: 4em;
}
@media (1275px < width) {
  .feature-widget {
    min-height: 650px;
  }
}
.feature-widget > .content {
  max-width: var(--max-wrap);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
  align-items: stretch;
}
@media (1275px < width) {
  .feature-widget > .content {
    min-height: 400px;
  }
}
.feature-widget > .content .main-section {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 370px 1fr;
  column-gap: 3.5rem;
  position: relative;
  background-color: var(--jd-blue);
  border-radius: 10px;
  padding-left: clamp(3rem, 5vw, 6rem);
  padding-right: clamp(1.7rem, 3vw, 3.8rem);
  align-items: center;
}
@media (1275px < width) {
  .feature-widget > .content .main-section {
    align-items: flex-start;
  }
}
.feature-widget > .content .main-section .info {
  width: 25vw;
  max-width: 37rem;
  color: white;
}
@media screen and (min-width: 980px) {
  .feature-widget > .content .main-section .info {
    padding-top: 7.5rem;
    padding-bottom: 6.2rem;
  }
}
.feature-widget > .content .main-section .info .f-h1 {
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  margin-bottom: 1rem;
}
.feature-widget > .content .main-section .info a:first-child {
  color: white;
  width: 200px;
  border-color: var(--jd-teal);
  font-size: 1.6rem;
  padding: 1.25rem 3rem 1.25rem 2rem;
}
.feature-widget > .content .main-section .info:after {
  content: "";
  height: 10px;
  width: 200px;
  background-color: var(--jd-green);
  position: absolute;
  bottom: 0;
  left: clamp(3rem, 5vw, 6rem);
}
.feature-widget > .content .main-section .media {
  border-radius: 50%;
  aspect-ratio: 1;
  overflow: hidden;
  border: 8px solid var(--jd-green);
  width: 100%;
  max-width: 650px;
  width: 45vw;
  position: absolute;
  right: clamp(1.7rem, 3vw, 3.8rem);
  /* bottom: calc(-1 * clamp(3rem, 6vw, 8rem)); */
}
@media (1275px < width) {
  .feature-widget > .content .main-section .media {
    top: calc(-1 * clamp(100px, 10vw, 150px));
  }
}
.feature-widget > .content .main-section .media img,
.feature-widget > .content .main-section .media video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.feature-widget > .content .sidebar {
  flex: 0 0 19.7rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  padding: 2.6rem 2rem;
  background-color: var(--jd-blue);
  border-radius: 10px;
  max-width: 200px;
}
.feature-widget > .content .sidebar a {
  font-size: 1.6rem;
  font-weight: 600;
  border-color: var(--jd-teal);
  color: white;
  padding: 1.5rem 2rem;
  width: 157px;
  min-width: unset;
}
.feature-widget > .content .sidebar a:hover {
  background-color: #0f2138;
}
@media (980px < width < 1275px) {
  .feature-widget {
    max-height: unset;
    padding-bottom: 4em;
  }
  .feature-widget > .content {
    flex-direction: column;
    row-gap: 100px;
  }
  .feature-widget > .content .main-section {
    padding-top: 4em;
    padding-bottom: 4em;
  }
  .feature-widget > .content .main-section .info {
    width: 30vw;
  }
  .feature-widget > .content .main-section .media {
    width: 50vw;
  }
  .feature-widget > .content .sidebar {
    flex: unset;
    max-width: unset;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
  }
  .feature-widget > .content .sidebar > a {
    width: unset;
    min-width: unset;
  }
}
@media screen and (max-width: 980px) {
  .feature-widget {
    max-height: unset;
    background-image: unset;
    background-color: white;
    padding: unset;
  }
  .feature-widget > .content {
    flex-direction: column;
    justify-items: center;
    height: unset;
    row-gap: 6rem;
  }
  .feature-widget > .content .main-section {
    grid-template-columns: 1fr;
    border-radius: 0;
    background-image: url(../Images/Wood_texture_background.svg);
    background-color: var(--feature-tan);
    padding: 0 0 5rem 0;
    overflow: hidden;
    padding-top: clamp(400px, 110vw, 650px);
  }
  .feature-widget > .content .main-section .info {
    order: 2;
    max-width: 100%;
    width: 100%;
    padding: 0 var(--mobile-padding);
  }
  .feature-widget > .content .main-section .info .f-h1 {
    color: var(--jd-blue);
    font-size: 3.2rem;
    margin-bottom: 1rem;
  }
  .feature-widget > .content .main-section .info .copy {
    color: var(--jd-blue);
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 2rem;
  }
  .feature-widget > .content .main-section .info .actions > a {
    background-color: var(--jd-blue);
  }
  .feature-widget > .content .main-section .media {
    order: 1;
    position: absolute;
    width: 110vw;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
  .feature-widget > .content .sidebar {
    max-width: 295px;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
  .feature-widget > .content .sidebar a {
    width: 235px !important;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.homepage-testimonial-section {
  background-color: var(--jd-blue);
  padding: 5rem 5rem;
}
@media screen and (max-width: 980px) {
  .homepage-testimonial-section {
    padding: 3rem 5rem;
  }
}
.homepage-testimonial-section > .content {
  max-width: var(--max-wrap);
  margin: 0 auto;
  max-width: 1340px;
}
@media screen and (min-width: 980px) {
  .homepage-testimonial-section > .content {
    width: 70vw;
  }
}
.homepage-testimonial-section > .content .slideshow {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  column-gap: 5rem;
  position: relative;
}
@media screen and (max-width: 980px) {
  .homepage-testimonial-section > .content .slideshow {
    padding: 115px 0;
  }
}
.homepage-testimonial-section > .content .slideshow .splide__arrows {
  position: absolute;
  width: calc(100% + 220px);
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .homepage-testimonial-section > .content .slideshow .splide__arrows {
    width: 100%;
    flex-direction: column;
  }
}
.homepage-testimonial-section > .content .slideshow .splide__arrows .splide__arrow {
  display: grid;
  justify-content: center;
  width: 60px;
  background-image: none;
  height: 100%;
  align-items: center;
}
.homepage-testimonial-section > .content .slideshow .splide__arrows .splide__arrow.splide__arrow--prev {
  transform: unset;
}
@media screen and (max-width: 980px) {
  .homepage-testimonial-section > .content .slideshow .splide__arrows .splide__arrow.splide__arrow--prev {
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 980px) {
  .homepage-testimonial-section > .content .slideshow .splide__arrows .splide__arrow.splide__arrow--next {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.homepage-testimonial-section > .content .slideshow .splide__arrows .splide__arrow > img {
  pointer-events: none;
}
.homepage-testimonial-section > .content .slideshow .splide__arrows .splide__arrow .arrow {
  width: 4rem;
  aspect-ratio: 1;
}
@media screen and (max-width: 980px) {
  .homepage-testimonial-section > .content .slideshow .splide__arrows .splide__arrow {
    height: 95px;
  }
}
.homepage-testimonial-section > .content .slideshow .splide__track {
  position: relative;
  z-index: 1000;
}
.homepage-testimonial-section > .content .slideshow .splide__slide {
  display: grid;
  justify-content: center;
  text-align: center;
  color: white;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 1.2rem;
}
.homepage-testimonial-section > .content .slideshow .splide__slide .author {
  color: white;
  font-size: 2.2rem;
  font-weight: 700;
}
.homepage-testimonial-section > .content .slideshow .splide__pagination li button.is-active {
  background: var(--jd-teal);
  border-color: var(--jd-teal);
}

.internal-header-basic {
  background-color: var(--jd-blue);
  padding: 4rem var(--mobile-padding);
  position: relative;
}
.internal-header-basic > .content {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}
.internal-header-basic > .content .copy,
.internal-header-basic > .content .f-h1 {
  color: white;
  text-align: center;
}
.internal-header-basic > .content .f-h1 {
  margin-bottom: 1.4rem;
}
.internal-header-basic > .content:has(.copy.large) .f-h1 {
  margin-bottom: clamp(2.4rem, 3vw, 3.9rem);
}
.internal-header-basic > .content .copy {
  max-width: 850px;
  font-size: 1.6rem;
  font-weight: 400;
  text-wrap: pretty;
  padding-bottom: 3rem;
}
.internal-header-basic > .content .copy.large {
  font-size: clamp(2.2rem, 3vw, 3rem);
  font-weight: 600;
}
.internal-header-basic > .content .copy.small {
  font-weight: 600;
}
@media screen and (max-width: 980px) {
  .internal-header-basic > .content .copy.small {
    font-size: clamp(1.8rem, 1.4vw, 2.2rem);
  }
}
.internal-header-basic > .content .copy a {
  color: white;
}
.internal-header-basic > .content .actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, 280px);
  row-gap: 1rem;
  column-gap: 2rem;
  justify-content: center;
}
.internal-header-basic > .content .actions a:not(.apple-btn):not(.android-btn) {
  border-color: var(--jd-teal);
  margin: 0 auto;
  max-width: 270px;
  width: 100%;
}
.internal-header-basic:has(.jump-nav) {
  margin-bottom: 6rem;
}
@media screen and (max-width: 980px) {
  .internal-header-basic:has(.jump-nav) {
    margin-bottom: 3rem;
    padding-bottom: calc(4rem + 62px);
  }
  .internal-header-basic:has(.jump-nav) .jump-nav {
    position: absolute;
    left: 50%;
    top: calc(100% - 4rem - 62px);
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 980px) {
  .internal-header-basic:has(.jump-nav) {
    padding-bottom: 0;
  }
  .internal-header-basic:has(.jump-nav) .copy {
    padding-bottom: 0;
  }
  .internal-header-basic:has(.jump-nav) .jump-nav {
    top: 3rem;
    position: relative;
  }
}

.internal-header-with-feature-list {
  background-color: var(--jd-blue);
  padding: clamp(4rem, 5vw, 5rem) 30px 3.5rem;
  margin-bottom: 4rem;
}
.internal-header-with-feature-list > .content {
  max-width: var(--max-wrap);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 900px;
  justify-items: center;
}
.internal-header-with-feature-list > .content .f-h1 {
  text-align: center;
  margin-bottom: clamp(3rem, 4vw, 4.7rem);
}
.internal-header-with-feature-list > .content ul {
  padding-top: 3rem;
  display: flex;
  padding-left: 0;
  flex-wrap: wrap;
  column-gap: 4rem;
  justify-content: center;
  align-items: center;
  position: relative;
  row-gap: 1.2rem;
  margin-bottom: 0;
}
.internal-header-with-feature-list > .content ul:before {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--jd-teal);
}
@media screen and (max-width: 980px) {
  .internal-header-with-feature-list > .content ul {
    display: block;
    column-count: 2;
    column-gap: 20px;
    align-items: flex-start;
  }
}
.internal-header-with-feature-list > .content ul > li {
  list-style: none;
  display: grid;
  grid-template-columns: clamp(2rem, 2vw, 2.4rem) 1fr;
  column-gap: clamp(5px, 1rem, 7px);
  font-size: 1.8rem;
  color: white;
  font-weight: 600;
}
.internal-header-with-feature-list > .content ul > li:before {
  content: url(../Images/ico-check-circle.svg);
  position: relative;
  display: block;
  aspect-ratio: 1;
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 980px) {
  .internal-header-with-feature-list > .content ul > li:not(:last-child) {
    margin-bottom: 4rem;
  }
}

.internal-header-with-photo {
  background-color: var(--jd-blue);
  position: relative;
}
.internal-header-with-photo > .content {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  row-gap: 4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 980px) {
  .internal-header-with-photo > .content {
    padding: 0 var(--mobile-padding) 0;
    min-height: 230px;
    max-width: var(--max-wrap);
    margin: 0 auto;
    max-width: 1440px;
    grid-template-columns: 39rem auto;
    align-items: center;
    column-gap: clamp(2rem, 5vw, 5rem);
  }
}
.internal-header-with-photo > .content .photo {
  aspect-ratio: 390/230;
  width: 100%;
  overflow: visible;
  max-width: 500px;
  justify-self: flex-start;
}
.internal-header-with-photo > .content .photo img {
  clip-path: circle(88% at 27% 79%);
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: clip-path 0.2s ease;
}
@media screen and (max-width: 980px) {
  .internal-header-with-photo > .content .photo img {
    clip-path: circle(84% at 29% 73%);
  }
}
.internal-header-with-photo > .content .photo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 20vw;
  background-color: var(--jd-green);
  z-index: 0;
}
@media (1920px < width) {
  .internal-header-with-photo > .content .photo:before {
    width: 30vw;
  }
}
@media screen and (max-width: 980px) {
  .internal-header-with-photo > .content .photo {
    position: relative;
    padding-left: 3rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 980px) {
  .internal-header-with-photo > .content .info {
    justify-self: flex-start;
    max-width: 1250px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.internal-header-with-photo > .content .f-h1 {
  margin-bottom: 2rem;
}
.internal-header-with-photo > .content .copy,
.internal-header-with-photo > .content .f-h1 {
  color: white;
  text-align: center;
}
.internal-header-with-photo > .content .copy {
  font-size: clamp(2.2rem, 3vw, 3rem);
  max-width: 850px;
  font-weight: 600;
  text-wrap: pretty;
  padding-bottom: 3rem;
}
.internal-header-with-photo > .content .actions a {
  border-color: var(--jd-teal);
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
}
.internal-header-with-photo:has(.jump-nav) {
  margin-bottom: 6rem;
}
@media screen and (max-width: 980px) {
  .internal-header-with-photo:has(.jump-nav) {
    margin-bottom: 3rem;
    padding-bottom: calc(4rem + 62px);
  }
  .internal-header-with-photo:has(.jump-nav) .jump-nav {
    position: absolute;
    left: 50%;
    top: calc(100% - 4rem - 62px);
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 980px) {
  .internal-header-with-photo:has(.jump-nav) {
    padding-bottom: 0;
  }
  .internal-header-with-photo:has(.jump-nav) .photo img {
    clip-path: circle(88% at 16% 79%);
    position: absolute;
    max-width: 390px;
  }
  .internal-header-with-photo:has(.jump-nav) .copy {
    padding-bottom: 0;
  }
  .internal-header-with-photo:has(.jump-nav) .jump-nav {
    top: 3rem;
    position: relative;
  }
}

.internal-header-with-tiles {
  width: 100%;
  z-index: 100;
}
.internal-header-with-tiles .info {
  background-color: var(--jd-blue);
  background-image: var(--bgImage);
  background-size: cover;
  background-position: top;
  padding: clamp(8rem, 10vw, 12.5rem) 3rem calc(8rem + clamp(8rem, 10vw, 12.5rem));
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}
.internal-header-with-tiles .info:before, .internal-header-with-tiles .info:after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
}
.internal-header-with-tiles .info:after {
  background-color: #0c2340;
  opacity: 0.75;
  z-index: 1;
}
.internal-header-with-tiles .info:before {
  background-image: url(../Images/Wood_texture_background.svg);
  opacity: 0.06;
  z-index: 2;
}
.internal-header-with-tiles .info .f-h1,
.internal-header-with-tiles .info .testimonial {
  position: relative;
  z-index: 3;
  width: 100%;
  text-align: center;
  max-width: 900px;
}
.internal-header-with-tiles .info .f-h1 {
  font-size: clamp(2.4rem, 4vw, 5rem);
  margin-bottom: clamp(3rem, 5vw, 6rem);
}
.internal-header-with-tiles .info .testimonial {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  position: relative;
  align-items: center;
  font-size: clamp(2.2rem, 3vw, 3rem);
  color: white;
  font-weight: 700;
  text-align: center;
  text-wrap: pretty;
}
@media screen and (min-width: 980px) {
  .internal-header-with-tiles .info .testimonial {
    grid-template-columns: 1fr;
    column-gap: 1rem;
  }
}
.internal-header-with-tiles .tile-container {
  max-width: var(--max-wrap);
  margin: 0 auto;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 3rem;
  column-gap: 2rem;
  justify-content: center;
  width: 100%;
  position: relative;
  top: -8rem;
  z-index: 5;
}
@media (980px < width < 1460px) {
  .internal-header-with-tiles .tile-container:has(.tile:nth-of-type(4)) {
    display: grid;
    grid-template-columns: 330px 330px;
  }
}
@media (1460px < width) {
  .internal-header-with-tiles .tile-container:has(.tile:nth-of-type(5)) {
    display: flex;
    max-width: 1440px;
  }
}
.internal-header-with-tiles .tile-container .tile {
  padding: 5rem 2rem;
  background-color: var(--snow-cream);
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  border-radius: 20px;
  flex: 0 1 330px;
}
.internal-header-with-tiles .tile-container .tile .image {
  aspect-ratio: 1;
  width: 100%;
  max-width: 200px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid var(--jd-green);
  margin-bottom: 2rem;
}
.internal-header-with-tiles .tile-container .tile .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.internal-header-with-tiles .tile-container .tile .title {
  font-size: 2.2rem;
  font-family: var(--body-font);
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.6rem;
}
.internal-header-with-tiles .tile-container .tile a {
  font-weight: 600;
  font-size: 1.6rem;
}

.location-testimonial-widget {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 1.5rem;
  position: relative;
}
.location-testimonial-widget > .content {
  max-width: var(--max-wrap);
  margin: 0 auto;
  display: grid;
  border-radius: 1rem;
  grid-template-columns: 1fr;
  overflow: hidden;
  position: relative;
  z-index: 2;
  justify-items: center;
  row-gap: 5rem;
  padding: 6rem 2rem;
  background-size: cover;
  background-position: top center;
}
.location-testimonial-widget > .content:before, .location-testimonial-widget > .content:after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
}
.location-testimonial-widget > .content:after {
  background-color: #0c2340;
  opacity: 0.75;
  z-index: 1;
}
.location-testimonial-widget > .content:before {
  background-image: url(../Images/Wood_texture_background.svg);
  opacity: 0.06;
  z-index: 2;
}
.location-testimonial-widget > .content img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}
@media screen and (min-width: 980px) {
  .location-testimonial-widget > .content {
    grid-template-columns: clamp(50rem, 50vw, 65rem) 1fr;
  }
}
.location-testimonial-widget > .content .image-collage {
  display: grid;
  grid-template-rows: 15rem 25rem 15rem;
  row-gap: 1.5rem;
  width: 100%;
  max-width: clamp(305px, 40vw, 450px);
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.location-testimonial-widget > .content .image-collage > div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 1.5rem;
  overflow: hidden;
}
.location-testimonial-widget > .content .image-collage > div .image {
  border: 6px solid white;
  overflow: hidden;
  position: relative;
}
.location-testimonial-widget > .content .image-collage > div .image > img {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.location-testimonial-widget > .content .image-collage .top-row {
  justify-content: flex-start;
  align-items: flex-end;
}
.location-testimonial-widget > .content .image-collage .top-row .image {
  height: 100px;
  flex: 0 2 150px;
}
.location-testimonial-widget > .content .image-collage .top-row .image:nth-of-type(1) {
  height: auto;
  aspect-ratio: 200/150;
  flex: 1 0 200px;
  border-color: var(--jd-green);
  border-top-left-radius: 15px;
  max-width: 200px;
}
.location-testimonial-widget > .content .image-collage .middle-row {
  border: 6px solid white;
}
.location-testimonial-widget > .content .image-collage .middle-row .image {
  border: none;
  height: 320px;
  width: 100%;
}
.location-testimonial-widget > .content .image-collage .bottom-row {
  justify-content: flex-end;
  align-items: flex-start;
}
.location-testimonial-widget > .content .image-collage .bottom-row .image {
  height: 150px;
  flex: 0 0 200px;
}
.location-testimonial-widget > .content .image-collage .bottom-row .green-box {
  aspect-ratio: 1/1;
  width: 55px;
  border-bottom-right-radius: 15px;
  border: none;
  background-color: var(--jd-green);
}
.location-testimonial-widget > .content .testimonial {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: clamp(3.6rem, 6vw, 6rem);
  padding: 0 4rem;
  color: white;
  line-height: 1;
  row-gap: 1rem;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 980px) {
  .location-testimonial-widget > .content .testimonial {
    align-self: center;
  }
}
.location-testimonial-widget > .content .testimonial div {
  max-width: 100%;
}
.location-testimonial-widget > .content .testimonial:before {
  content: url(../Images/format_quote.svg);
  height: clamp(6rem, 5vw, 7rem);
  aspect-ratio: 1/1;
}
.location-testimonial-widget > .content .testimonial .author {
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: 400px;
}
.location-testimonial-widget > .content .testimonial .author:before {
  content: "-";
}

.block-accordion-group-mb {
  margin: 0;
  padding: 25px;
}
.block-accordion-group-mb:not(.heading-center) h1, .block-accordion-group-mb:not(.heading-center) h2, .block-accordion-group-mb:not(.heading-center) h3, .block-accordion-group-mb:not(.heading-center) h4, .block-accordion-group-mb:not(.heading-center) h5, .block-accordion-group-mb:not(.heading-center) h6 {
  text-align: left;
}
.block-accordion-group-mb.heading-center h1, .block-accordion-group-mb.heading-center h2, .block-accordion-group-mb.heading-center h3, .block-accordion-group-mb.heading-center h4, .block-accordion-group-mb.heading-center h5, .block-accordion-group-mb.heading-center h6 {
  text-align: center;
}
.block-accordion-group-mb > .content {
  margin: 0 auto;
  max-width: 900px;
}
.block-accordion-group-mb > .content > *:last-child {
  margin: 0;
}
.block-accordion-group-mb .intro {
  margin: 0 0 20px;
}
.block-accordion-group-mb .intro > *:last-child {
  margin: 0;
}
.block-accordion-group-mb h1:first-child, .block-accordion-group-mb h2:first-child {
  margin: 0 0 20px;
}
.block-accordion-group-mb h3:first-child, .block-accordion-group-mb h4:first-child, .block-accordion-group-mb h5:first-child, .block-accordion-group-mb h6:first-child {
  margin: 0 0 16px;
}
.block-accordion-group-mb h1:not(:first-child), .block-accordion-group-mb h2:not(:first-child) {
  margin: 8px 0 20px;
}
.block-accordion-group-mb h3:not(:first-child), .block-accordion-group-mb h4:not(:first-child), .block-accordion-group-mb h5:not(:first-child), .block-accordion-group-mb h6:not(:first-child) {
  margin: 8px 0 16px;
}
.block-accordion-group-mb h1 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 125% */
  color: var(--color-mb-headline);
}
.block-accordion-group-mb h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 125% */
  color: var(--color-mb-headline);
}
.block-accordion-group-mb h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px; /* 125% */
  color: var(--color-mb-headline);
}
.block-accordion-group-mb h4 {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 136.364% */
  color: var(--color-mb-headline);
}
.block-accordion-group-mb h5 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  color: var(--color-mb-headline);
}
.block-accordion-group-mb h6 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  color: var(--color-mb-headline);
}
.block-accordion-group-mb p {
  margin: 0 0 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  color: var(--color-mb-body);
}
.block-accordion-group-mb ul, .block-accordion-group-mb ol {
  padding: 0;
  list-style: none;
}
.block-accordion-group-mb ul:not(:last-child), .block-accordion-group-mb ol:not(:last-child) {
  margin: 0 0 16px;
}
.block-accordion-group-mb ul:last-child, .block-accordion-group-mb ol:last-child {
  margin: 0;
}
.block-accordion-group-mb ul li, .block-accordion-group-mb ol li {
  padding: 0 0 0 1.5em;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  position: relative;
  break-inside: avoid;
  color: var(--color-mb-body);
}
.block-accordion-group-mb ul li:not(:last-child), .block-accordion-group-mb ol li:not(:last-child) {
  margin: 0 0 15px;
}
.block-accordion-group-mb ul li:last-child, .block-accordion-group-mb ol li:last-child {
  margin: 0;
}
.block-accordion-group-mb ul li:before, .block-accordion-group-mb ol li:before {
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: var(--color-mb-list-bullet);
  line-height: inherit;
  position: absolute;
  width: 2em;
  height: 1.2em;
  left: -0.8em;
  top: 0;
  text-align: right;
}
.block-accordion-group-mb ul > li:before {
  content: "•";
}
.block-accordion-group-mb ol > li:nth-child(1):before {
  content: "1.";
}
.block-accordion-group-mb ol > li:nth-child(2):before {
  content: "2.";
}
.block-accordion-group-mb ol > li:nth-child(3):before {
  content: "3.";
}
.block-accordion-group-mb ol > li:nth-child(4):before {
  content: "4.";
}
.block-accordion-group-mb ol > li:nth-child(5):before {
  content: "5.";
}
.block-accordion-group-mb ol > li:nth-child(6):before {
  content: "6.";
}
.block-accordion-group-mb ol > li:nth-child(7):before {
  content: "7.";
}
.block-accordion-group-mb ol > li:nth-child(8):before {
  content: "8.";
}
.block-accordion-group-mb ol > li:nth-child(9):before {
  content: "9.";
}
.block-accordion-group-mb ol > li:nth-child(10):before {
  content: "10.";
}
.block-accordion-group-mb ol > li:nth-child(11):before {
  content: "11.";
}
.block-accordion-group-mb ol > li:nth-child(12):before {
  content: "12.";
}
.block-accordion-group-mb ol > li:nth-child(13):before {
  content: "13.";
}
.block-accordion-group-mb ol > li:nth-child(14):before {
  content: "14.";
}
.block-accordion-group-mb ol > li:nth-child(15):before {
  content: "15.";
}
.block-accordion-group-mb ol > li:nth-child(16):before {
  content: "16.";
}
.block-accordion-group-mb ol > li:nth-child(17):before {
  content: "17.";
}
.block-accordion-group-mb ol > li:nth-child(18):before {
  content: "18.";
}
.block-accordion-group-mb ol > li:nth-child(19):before {
  content: "19.";
}
.block-accordion-group-mb ol > li:nth-child(20):before {
  content: "20.";
}
.block-accordion-group-mb ol > li:nth-child(21):before {
  content: "21.";
}
.block-accordion-group-mb ol > li:nth-child(22):before {
  content: "22.";
}
.block-accordion-group-mb ol > li:nth-child(23):before {
  content: "23.";
}
.block-accordion-group-mb ol > li:nth-child(24):before {
  content: "24.";
}
.block-accordion-group-mb ol > li:nth-child(25):before {
  content: "25.";
}
.block-accordion-group-mb ol > li:nth-child(26):before {
  content: "26.";
}
.block-accordion-group-mb ol > li:nth-child(27):before {
  content: "27.";
}
.block-accordion-group-mb ol > li:nth-child(28):before {
  content: "28.";
}
.block-accordion-group-mb ol > li:nth-child(29):before {
  content: "29.";
}
.block-accordion-group-mb ol > li:nth-child(30):before {
  content: "30.";
}
.block-accordion-group-mb ol > li:nth-child(31):before {
  content: "31.";
}
.block-accordion-group-mb ol > li:nth-child(32):before {
  content: "32.";
}
.block-accordion-group-mb ol > li:nth-child(33):before {
  content: "33.";
}
.block-accordion-group-mb ol > li:nth-child(34):before {
  content: "34.";
}
.block-accordion-group-mb ol > li:nth-child(35):before {
  content: "35.";
}
.block-accordion-group-mb ol > li:nth-child(36):before {
  content: "36.";
}
.block-accordion-group-mb ol > li:nth-child(37):before {
  content: "37.";
}
.block-accordion-group-mb ol > li:nth-child(38):before {
  content: "38.";
}
.block-accordion-group-mb ol > li:nth-child(39):before {
  content: "39.";
}
.block-accordion-group-mb ol > li:nth-child(40):before {
  content: "40.";
}
.block-accordion-group-mb ol > li:nth-child(41):before {
  content: "41.";
}
.block-accordion-group-mb ol > li:nth-child(42):before {
  content: "42.";
}
.block-accordion-group-mb ol > li:nth-child(43):before {
  content: "43.";
}
.block-accordion-group-mb ol > li:nth-child(44):before {
  content: "44.";
}
.block-accordion-group-mb ol > li:nth-child(45):before {
  content: "45.";
}
.block-accordion-group-mb ol > li:nth-child(46):before {
  content: "46.";
}
.block-accordion-group-mb ol > li:nth-child(47):before {
  content: "47.";
}
.block-accordion-group-mb ol > li:nth-child(48):before {
  content: "48.";
}
.block-accordion-group-mb ol > li:nth-child(49):before {
  content: "49.";
}
.block-accordion-group-mb ol > li:nth-child(50):before {
  content: "50.";
}
.block-accordion-group-mb .group {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  justify-content: start;
  gap: 10px;
}
.block-accordion-group-mb .group > * {
  width: 100%;
}
.block-accordion-group-mb .acc-container, .block-accordion-group-mb .accordion {
  margin: 0;
  border-radius: 5px;
  border: 1px solid var(--color-mb-accordion-border);
}
.block-accordion-group-mb .acc-container:not(.expanded) .acc-button:before, .block-accordion-group-mb .acc-container:not(.expanded) .accordion-button:before, .block-accordion-group-mb .accordion:not(.expanded) .acc-button:before, .block-accordion-group-mb .accordion:not(.expanded) .accordion-button:before {
  transform: rotate(0);
  transition: transform 0.5s ease-in-out;
}
.block-accordion-group-mb .acc-container:not(.expanded) .acc-button:after, .block-accordion-group-mb .acc-container:not(.expanded) .accordion-button:after, .block-accordion-group-mb .accordion:not(.expanded) .acc-button:after, .block-accordion-group-mb .accordion:not(.expanded) .accordion-button:after {
  transform: rotate(90deg);
  transition: transform 0.5s ease-in-out;
}
.block-accordion-group-mb .acc-container.expanded .acc-button:before, .block-accordion-group-mb .acc-container.expanded .accordion-button:before, .block-accordion-group-mb .accordion.expanded .acc-button:before, .block-accordion-group-mb .accordion.expanded .accordion-button:before {
  transform: rotate(180deg);
  transition: transform 0.5s ease-in-out;
}
.block-accordion-group-mb .acc-container.expanded .acc-button:after, .block-accordion-group-mb .acc-container.expanded .accordion-button:after, .block-accordion-group-mb .accordion.expanded .acc-button:after, .block-accordion-group-mb .accordion.expanded .accordion-button:after {
  transform: rotate(180deg);
  transition: transform 0.5s ease-in-out;
}
.block-accordion-group-mb .acc-container .acc-button, .block-accordion-group-mb .acc-container .accordion-button, .block-accordion-group-mb .accordion .acc-button, .block-accordion-group-mb .accordion .accordion-button {
  margin: 0;
  padding: 13px 52px 13px 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  color: var(--color-mb-accordion-button-text);
  position: relative;
  width: 100%;
  text-align: left;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.block-accordion-group-mb .acc-container .acc-button:before, .block-accordion-group-mb .acc-container .acc-button:after, .block-accordion-group-mb .acc-container .accordion-button:before, .block-accordion-group-mb .acc-container .accordion-button:after, .block-accordion-group-mb .accordion .acc-button:before, .block-accordion-group-mb .accordion .acc-button:after, .block-accordion-group-mb .accordion .accordion-button:before, .block-accordion-group-mb .accordion .accordion-button:after {
  content: "";
  margin: 0;
  padding: 0;
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 2px;
  top: calc(50% - 1px);
  right: 20px;
  background-color: var(--color-mb-accordion-indicator);
  border-radius: 5px;
}
.block-accordion-group-mb .acc-container .acc-content, .block-accordion-group-mb .acc-container .accordion-content, .block-accordion-group-mb .accordion .acc-content, .block-accordion-group-mb .accordion .accordion-content {
  margin: 0;
  padding: 1em;
  display: none;
}
.block-accordion-group-mb .acc-container .acc-content > *:last-child, .block-accordion-group-mb .acc-container .accordion-content > *:last-child, .block-accordion-group-mb .accordion .acc-content > *:last-child, .block-accordion-group-mb .accordion .accordion-content > *:last-child {
  margin: 0;
}

.block-calls-to-action-mb {
  margin: 0;
  padding: 0 25px 40px;
}
.block-calls-to-action-mb:not(.btns-center) .body h1, .block-calls-to-action-mb:not(.btns-center) .body h2, .block-calls-to-action-mb:not(.btns-center) .body h3, .block-calls-to-action-mb:not(.btns-center) .body h4, .block-calls-to-action-mb:not(.btns-center) .body h5, .block-calls-to-action-mb:not(.btns-center) .body h6 {
  text-align: left;
}
@media screen and (min-width: 980px) {
  .block-calls-to-action-mb:not(.btns-center) ul.actions {
    place-content: start;
  }
}
.block-calls-to-action-mb.btns-center .body h1, .block-calls-to-action-mb.btns-center .body h2, .block-calls-to-action-mb.btns-center .body h3, .block-calls-to-action-mb.btns-center .body h4, .block-calls-to-action-mb.btns-center .body h5, .block-calls-to-action-mb.btns-center .body h6 {
  text-align: center;
}
@media screen and (min-width: 980px) {
  .block-calls-to-action-mb.btns-center ul.actions {
    place-content: start center;
  }
}
@media screen and (min-width: 980px) {
  .block-calls-to-action-mb {
    padding: 0 25px 50px;
  }
}
.block-calls-to-action-mb > .content {
  margin: 0 auto;
  max-width: 900px;
}
.block-calls-to-action-mb > .content > *:last-child {
  margin: 0;
}
.block-calls-to-action-mb .body h1:first-child, .block-calls-to-action-mb .body h2:first-child {
  margin: 0 0 20px;
}
.block-calls-to-action-mb .body h3:first-child, .block-calls-to-action-mb .body h4:first-child, .block-calls-to-action-mb .body h5:first-child, .block-calls-to-action-mb .body h6:first-child {
  margin: 0 0 16px;
}
.block-calls-to-action-mb .body h1:not(:first-child), .block-calls-to-action-mb .body h2:not(:first-child) {
  margin: 8px 0 20px;
}
.block-calls-to-action-mb .body h3:not(:first-child), .block-calls-to-action-mb .body h4:not(:first-child), .block-calls-to-action-mb .body h5:not(:first-child), .block-calls-to-action-mb .body h6:not(:first-child) {
  margin: 8px 0 16px;
}
.block-calls-to-action-mb .body h1 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 125% */
  color: var(--color-mb-headline);
}
.block-calls-to-action-mb .body h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 125% */
  color: var(--color-mb-headline);
}
.block-calls-to-action-mb .body h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px; /* 125% */
  color: var(--color-mb-headline);
}
.block-calls-to-action-mb .body h4 {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 136.364% */
  color: var(--color-mb-headline);
}
.block-calls-to-action-mb .body h5 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  color: var(--color-mb-headline);
}
.block-calls-to-action-mb .body h6 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  color: var(--color-mb-headline);
}
.block-calls-to-action-mb .body p {
  margin: 0 0 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  color: var(--color-mb-body);
}
.block-calls-to-action-mb .body ul, .block-calls-to-action-mb .body ol {
  padding: 0;
  list-style: none;
}
.block-calls-to-action-mb .body ul:not(:last-child), .block-calls-to-action-mb .body ol:not(:last-child) {
  margin: 0 0 16px;
}
.block-calls-to-action-mb .body ul:last-child, .block-calls-to-action-mb .body ol:last-child {
  margin: 0;
}
.block-calls-to-action-mb .body ul li, .block-calls-to-action-mb .body ol li {
  padding: 0 0 0 1.5em;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  position: relative;
  break-inside: avoid;
  color: var(--color-mb-body);
}
.block-calls-to-action-mb .body ul li:not(:last-child), .block-calls-to-action-mb .body ol li:not(:last-child) {
  margin: 0 0 15px;
}
.block-calls-to-action-mb .body ul li:last-child, .block-calls-to-action-mb .body ol li:last-child {
  margin: 0;
}
.block-calls-to-action-mb .body ul li:before, .block-calls-to-action-mb .body ol li:before {
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: var(--color-mb-list-bullet);
  line-height: inherit;
  position: absolute;
  width: 2em;
  height: 1.2em;
  left: -0.8em;
  top: 0;
  text-align: right;
}
.block-calls-to-action-mb .body ul > li:before {
  content: "•";
}
.block-calls-to-action-mb .body ol > li:nth-child(1):before {
  content: "1.";
}
.block-calls-to-action-mb .body ol > li:nth-child(2):before {
  content: "2.";
}
.block-calls-to-action-mb .body ol > li:nth-child(3):before {
  content: "3.";
}
.block-calls-to-action-mb .body ol > li:nth-child(4):before {
  content: "4.";
}
.block-calls-to-action-mb .body ol > li:nth-child(5):before {
  content: "5.";
}
.block-calls-to-action-mb .body ol > li:nth-child(6):before {
  content: "6.";
}
.block-calls-to-action-mb .body ol > li:nth-child(7):before {
  content: "7.";
}
.block-calls-to-action-mb .body ol > li:nth-child(8):before {
  content: "8.";
}
.block-calls-to-action-mb .body ol > li:nth-child(9):before {
  content: "9.";
}
.block-calls-to-action-mb .body ol > li:nth-child(10):before {
  content: "10.";
}
.block-calls-to-action-mb .body ol > li:nth-child(11):before {
  content: "11.";
}
.block-calls-to-action-mb .body ol > li:nth-child(12):before {
  content: "12.";
}
.block-calls-to-action-mb .body ol > li:nth-child(13):before {
  content: "13.";
}
.block-calls-to-action-mb .body ol > li:nth-child(14):before {
  content: "14.";
}
.block-calls-to-action-mb .body ol > li:nth-child(15):before {
  content: "15.";
}
.block-calls-to-action-mb .body ol > li:nth-child(16):before {
  content: "16.";
}
.block-calls-to-action-mb .body ol > li:nth-child(17):before {
  content: "17.";
}
.block-calls-to-action-mb .body ol > li:nth-child(18):before {
  content: "18.";
}
.block-calls-to-action-mb .body ol > li:nth-child(19):before {
  content: "19.";
}
.block-calls-to-action-mb .body ol > li:nth-child(20):before {
  content: "20.";
}
.block-calls-to-action-mb .body ol > li:nth-child(21):before {
  content: "21.";
}
.block-calls-to-action-mb .body ol > li:nth-child(22):before {
  content: "22.";
}
.block-calls-to-action-mb .body ol > li:nth-child(23):before {
  content: "23.";
}
.block-calls-to-action-mb .body ol > li:nth-child(24):before {
  content: "24.";
}
.block-calls-to-action-mb .body ol > li:nth-child(25):before {
  content: "25.";
}
.block-calls-to-action-mb .body ol > li:nth-child(26):before {
  content: "26.";
}
.block-calls-to-action-mb .body ol > li:nth-child(27):before {
  content: "27.";
}
.block-calls-to-action-mb .body ol > li:nth-child(28):before {
  content: "28.";
}
.block-calls-to-action-mb .body ol > li:nth-child(29):before {
  content: "29.";
}
.block-calls-to-action-mb .body ol > li:nth-child(30):before {
  content: "30.";
}
.block-calls-to-action-mb .body ol > li:nth-child(31):before {
  content: "31.";
}
.block-calls-to-action-mb .body ol > li:nth-child(32):before {
  content: "32.";
}
.block-calls-to-action-mb .body ol > li:nth-child(33):before {
  content: "33.";
}
.block-calls-to-action-mb .body ol > li:nth-child(34):before {
  content: "34.";
}
.block-calls-to-action-mb .body ol > li:nth-child(35):before {
  content: "35.";
}
.block-calls-to-action-mb .body ol > li:nth-child(36):before {
  content: "36.";
}
.block-calls-to-action-mb .body ol > li:nth-child(37):before {
  content: "37.";
}
.block-calls-to-action-mb .body ol > li:nth-child(38):before {
  content: "38.";
}
.block-calls-to-action-mb .body ol > li:nth-child(39):before {
  content: "39.";
}
.block-calls-to-action-mb .body ol > li:nth-child(40):before {
  content: "40.";
}
.block-calls-to-action-mb .body ol > li:nth-child(41):before {
  content: "41.";
}
.block-calls-to-action-mb .body ol > li:nth-child(42):before {
  content: "42.";
}
.block-calls-to-action-mb .body ol > li:nth-child(43):before {
  content: "43.";
}
.block-calls-to-action-mb .body ol > li:nth-child(44):before {
  content: "44.";
}
.block-calls-to-action-mb .body ol > li:nth-child(45):before {
  content: "45.";
}
.block-calls-to-action-mb .body ol > li:nth-child(46):before {
  content: "46.";
}
.block-calls-to-action-mb .body ol > li:nth-child(47):before {
  content: "47.";
}
.block-calls-to-action-mb .body ol > li:nth-child(48):before {
  content: "48.";
}
.block-calls-to-action-mb .body ol > li:nth-child(49):before {
  content: "49.";
}
.block-calls-to-action-mb .body ol > li:nth-child(50):before {
  content: "50.";
}
.block-calls-to-action-mb .actions {
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 25px 30px;
}
@media screen and (max-width: 980px) {
  .block-calls-to-action-mb .actions {
    display: grid;
    grid-template-columns: max-content;
    place-content: start center;
  }
  .block-calls-to-action-mb .actions > li {
    width: 100%;
  }
}
@media screen and (min-width: 980px) {
  .block-calls-to-action-mb .actions {
    display: flex;
  }
}
.block-calls-to-action-mb .actions li {
  margin: 0;
}

.block-full-width-image-mb {
  margin: 0;
  padding: 25px;
}
.block-full-width-image-mb > .content {
  margin: 0 auto;
  max-width: 900px;
  display: grid;
  gap: 10px;
}
.block-full-width-image-mb > .content > *:last-child {
  margin: 0;
}
.block-full-width-image-mb > .content > img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.block-full-width-image-mb > .content .caption {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  color: var(--color-mb-caption);
}
.block-full-width-image-mb > .content .caption h1:first-child, .block-full-width-image-mb > .content .caption h2:first-child {
  margin: 0 0 20px;
}
.block-full-width-image-mb > .content .caption h3:first-child, .block-full-width-image-mb > .content .caption h4:first-child, .block-full-width-image-mb > .content .caption h5:first-child, .block-full-width-image-mb > .content .caption h6:first-child {
  margin: 0 0 16px;
}
.block-full-width-image-mb > .content .caption h1:not(:first-child), .block-full-width-image-mb > .content .caption h2:not(:first-child) {
  margin: 8px 0 20px;
}
.block-full-width-image-mb > .content .caption h3:not(:first-child), .block-full-width-image-mb > .content .caption h4:not(:first-child), .block-full-width-image-mb > .content .caption h5:not(:first-child), .block-full-width-image-mb > .content .caption h6:not(:first-child) {
  margin: 8px 0 16px;
}
.block-full-width-image-mb > .content .caption h1 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 125% */
  color: var(--color-mb-headline);
}
.block-full-width-image-mb > .content .caption h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 125% */
  color: var(--color-mb-headline);
}
.block-full-width-image-mb > .content .caption h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px; /* 125% */
  color: var(--color-mb-headline);
}
.block-full-width-image-mb > .content .caption h4 {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 136.364% */
  color: var(--color-mb-headline);
}
.block-full-width-image-mb > .content .caption h5 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  color: var(--color-mb-headline);
}
.block-full-width-image-mb > .content .caption h6 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  color: var(--color-mb-headline);
}
.block-full-width-image-mb > .content .caption p {
  margin: 0 0 14px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  color: var(--color-mb-caption);
}
.block-full-width-image-mb > .content .caption ul, .block-full-width-image-mb > .content .caption ol {
  padding: 0;
  list-style: none;
}
.block-full-width-image-mb > .content .caption ul:not(:last-child), .block-full-width-image-mb > .content .caption ol:not(:last-child) {
  margin: 0 0 16px;
}
.block-full-width-image-mb > .content .caption ul:last-child, .block-full-width-image-mb > .content .caption ol:last-child {
  margin: 0;
}
.block-full-width-image-mb > .content .caption ul li, .block-full-width-image-mb > .content .caption ol li {
  padding: 0 0 0 1.5em;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  position: relative;
  break-inside: avoid;
  color: var(--color-mb-caption);
}
.block-full-width-image-mb > .content .caption ul li:not(:last-child), .block-full-width-image-mb > .content .caption ol li:not(:last-child) {
  margin: 0 0 15px;
}
.block-full-width-image-mb > .content .caption ul li:last-child, .block-full-width-image-mb > .content .caption ol li:last-child {
  margin: 0;
}
.block-full-width-image-mb > .content .caption ul li:before, .block-full-width-image-mb > .content .caption ol li:before {
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: var(--color-mb-list-bullet);
  line-height: inherit;
  position: absolute;
  width: 2em;
  height: 1.2em;
  left: -0.8em;
  top: 0;
  text-align: right;
}
.block-full-width-image-mb > .content .caption ul > li:before {
  content: "•";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(1):before {
  content: "1.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(2):before {
  content: "2.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(3):before {
  content: "3.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(4):before {
  content: "4.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(5):before {
  content: "5.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(6):before {
  content: "6.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(7):before {
  content: "7.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(8):before {
  content: "8.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(9):before {
  content: "9.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(10):before {
  content: "10.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(11):before {
  content: "11.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(12):before {
  content: "12.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(13):before {
  content: "13.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(14):before {
  content: "14.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(15):before {
  content: "15.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(16):before {
  content: "16.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(17):before {
  content: "17.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(18):before {
  content: "18.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(19):before {
  content: "19.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(20):before {
  content: "20.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(21):before {
  content: "21.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(22):before {
  content: "22.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(23):before {
  content: "23.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(24):before {
  content: "24.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(25):before {
  content: "25.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(26):before {
  content: "26.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(27):before {
  content: "27.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(28):before {
  content: "28.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(29):before {
  content: "29.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(30):before {
  content: "30.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(31):before {
  content: "31.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(32):before {
  content: "32.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(33):before {
  content: "33.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(34):before {
  content: "34.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(35):before {
  content: "35.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(36):before {
  content: "36.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(37):before {
  content: "37.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(38):before {
  content: "38.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(39):before {
  content: "39.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(40):before {
  content: "40.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(41):before {
  content: "41.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(42):before {
  content: "42.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(43):before {
  content: "43.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(44):before {
  content: "44.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(45):before {
  content: "45.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(46):before {
  content: "46.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(47):before {
  content: "47.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(48):before {
  content: "48.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(49):before {
  content: "49.";
}
.block-full-width-image-mb > .content .caption ol > li:nth-child(50):before {
  content: "50.";
}
.block-full-width-image-mb > .content .caption > *:not(:last-child) {
  margin: 0 0 16px;
}
.block-full-width-image-mb > .content .caption > *:last-child {
  margin: 0;
}

.block-paragraph-image-wrap-mb {
  margin: 0;
  padding: 25px;
}
.block-paragraph-image-wrap-mb.img-left > .content > img:first-child {
  margin: 0 auto 30px;
}
@media screen and (min-width: 980px) {
  .block-paragraph-image-wrap-mb.img-left > .content > img:first-child {
    margin: 0 30px 30px 0;
    float: left;
  }
}
.block-paragraph-image-wrap-mb.img-right > .content > img:first-child {
  margin: 0 0 30px;
}
@media screen and (min-width: 980px) {
  .block-paragraph-image-wrap-mb.img-right > .content > img:first-child {
    margin: 0 0 30px 30px;
    float: right;
  }
}
.block-paragraph-image-wrap-mb.img-lg > .content > img:first-child {
  width: 100%;
  max-width: 425px;
  height: auto;
}
.block-paragraph-image-wrap-mb.img-sm > .content > img:first-child {
  width: 100%;
  max-width: 250px;
  height: auto;
}
.block-paragraph-image-wrap-mb > .content {
  margin: 0 auto;
  max-width: 900px;
  clear: both;
  text-align: center;
}
.block-paragraph-image-wrap-mb > .content *:not(img) {
  text-align: left;
}
.block-paragraph-image-wrap-mb > .content > *:last-child {
  margin: 0;
}
.block-paragraph-image-wrap-mb > .content:after {
  content: "";
  display: block;
  clear: both;
}
.block-paragraph-image-wrap-mb h1:first-child, .block-paragraph-image-wrap-mb h2:first-child {
  margin: 0 0 20px;
}
.block-paragraph-image-wrap-mb h3:first-child, .block-paragraph-image-wrap-mb h4:first-child, .block-paragraph-image-wrap-mb h5:first-child, .block-paragraph-image-wrap-mb h6:first-child {
  margin: 0 0 16px;
}
.block-paragraph-image-wrap-mb h1:not(:first-child), .block-paragraph-image-wrap-mb h2:not(:first-child) {
  margin: 8px 0 20px;
}
.block-paragraph-image-wrap-mb h3:not(:first-child), .block-paragraph-image-wrap-mb h4:not(:first-child), .block-paragraph-image-wrap-mb h5:not(:first-child), .block-paragraph-image-wrap-mb h6:not(:first-child) {
  margin: 8px 0 16px;
}
.block-paragraph-image-wrap-mb h1 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 125% */
  color: var(--color-mb-headline);
}
.block-paragraph-image-wrap-mb h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 125% */
  color: var(--color-mb-headline);
}
.block-paragraph-image-wrap-mb h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px; /* 125% */
  color: var(--color-mb-headline);
}
.block-paragraph-image-wrap-mb h4 {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 136.364% */
  color: var(--color-mb-headline);
}
.block-paragraph-image-wrap-mb h5 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  color: var(--color-mb-headline);
}
.block-paragraph-image-wrap-mb h6 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  color: var(--color-mb-headline);
}
.block-paragraph-image-wrap-mb p {
  margin: 0 0 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  color: var(--color-mb-body);
}
.block-paragraph-image-wrap-mb ul, .block-paragraph-image-wrap-mb ol {
  padding: 0;
  list-style: none;
}
.block-paragraph-image-wrap-mb ul:not(:last-child), .block-paragraph-image-wrap-mb ol:not(:last-child) {
  margin: 0 0 16px;
}
.block-paragraph-image-wrap-mb ul:last-child, .block-paragraph-image-wrap-mb ol:last-child {
  margin: 0;
}
.block-paragraph-image-wrap-mb ul li, .block-paragraph-image-wrap-mb ol li {
  padding: 0 0 0 1.5em;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  position: relative;
  break-inside: avoid;
  color: var(--color-mb-body);
}
.block-paragraph-image-wrap-mb ul li:not(:last-child), .block-paragraph-image-wrap-mb ol li:not(:last-child) {
  margin: 0 0 15px;
}
.block-paragraph-image-wrap-mb ul li:last-child, .block-paragraph-image-wrap-mb ol li:last-child {
  margin: 0;
}
.block-paragraph-image-wrap-mb ul li:before, .block-paragraph-image-wrap-mb ol li:before {
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: var(--color-mb-list-bullet);
  line-height: inherit;
  position: absolute;
  width: 2em;
  height: 1.2em;
  left: -0.8em;
  top: 0;
  text-align: right;
}
.block-paragraph-image-wrap-mb ul > li:before {
  content: "•";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(1):before {
  content: "1.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(2):before {
  content: "2.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(3):before {
  content: "3.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(4):before {
  content: "4.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(5):before {
  content: "5.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(6):before {
  content: "6.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(7):before {
  content: "7.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(8):before {
  content: "8.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(9):before {
  content: "9.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(10):before {
  content: "10.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(11):before {
  content: "11.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(12):before {
  content: "12.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(13):before {
  content: "13.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(14):before {
  content: "14.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(15):before {
  content: "15.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(16):before {
  content: "16.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(17):before {
  content: "17.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(18):before {
  content: "18.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(19):before {
  content: "19.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(20):before {
  content: "20.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(21):before {
  content: "21.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(22):before {
  content: "22.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(23):before {
  content: "23.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(24):before {
  content: "24.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(25):before {
  content: "25.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(26):before {
  content: "26.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(27):before {
  content: "27.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(28):before {
  content: "28.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(29):before {
  content: "29.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(30):before {
  content: "30.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(31):before {
  content: "31.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(32):before {
  content: "32.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(33):before {
  content: "33.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(34):before {
  content: "34.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(35):before {
  content: "35.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(36):before {
  content: "36.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(37):before {
  content: "37.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(38):before {
  content: "38.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(39):before {
  content: "39.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(40):before {
  content: "40.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(41):before {
  content: "41.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(42):before {
  content: "42.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(43):before {
  content: "43.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(44):before {
  content: "44.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(45):before {
  content: "45.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(46):before {
  content: "46.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(47):before {
  content: "47.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(48):before {
  content: "48.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(49):before {
  content: "49.";
}
.block-paragraph-image-wrap-mb ol > li:nth-child(50):before {
  content: "50.";
}

.block-paragraph-mb {
  margin: 0;
  padding: 25px;
}
.block-paragraph-mb:not(.heading-center) h1, .block-paragraph-mb:not(.heading-center) h2, .block-paragraph-mb:not(.heading-center) h3, .block-paragraph-mb:not(.heading-center) h4, .block-paragraph-mb:not(.heading-center) h5, .block-paragraph-mb:not(.heading-center) h6 {
  text-align: left;
}
.block-paragraph-mb.heading-center h1, .block-paragraph-mb.heading-center h2, .block-paragraph-mb.heading-center h3, .block-paragraph-mb.heading-center h4, .block-paragraph-mb.heading-center h5, .block-paragraph-mb.heading-center h6 {
  text-align: center;
}
@media screen and (min-width: 980px) {
  .block-paragraph-mb:not(.two-col-list) ul, .block-paragraph-mb:not(.two-col-list) ol {
    column-count: 1;
    column-gap: clamp(25px, 4vw, 50px);
  }
}
@media screen and (min-width: 980px) {
  .block-paragraph-mb.two-col-list ul, .block-paragraph-mb.two-col-list ol {
    column-count: 2;
    column-gap: clamp(25px, 4vw, 50px);
  }
}
.block-paragraph-mb > .content {
  margin: 0 auto;
  max-width: 900px;
}
.block-paragraph-mb > .content > *:last-child {
  margin: 0;
}
.block-paragraph-mb h1:first-child, .block-paragraph-mb h2:first-child {
  margin: 0 0 20px;
}
.block-paragraph-mb h3:first-child, .block-paragraph-mb h4:first-child, .block-paragraph-mb h5:first-child, .block-paragraph-mb h6:first-child {
  margin: 0 0 16px;
}
.block-paragraph-mb h1:not(:first-child), .block-paragraph-mb h2:not(:first-child) {
  margin: 8px 0 20px;
}
.block-paragraph-mb h3:not(:first-child), .block-paragraph-mb h4:not(:first-child), .block-paragraph-mb h5:not(:first-child), .block-paragraph-mb h6:not(:first-child) {
  margin: 8px 0 16px;
}
.block-paragraph-mb h1 {
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25; /* 125% */
  color: var(--color-mb-headline);
}
.block-paragraph-mb h2 {
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25; /* 125% */
  color: var(--color-mb-headline);
}
.block-paragraph-mb h3 {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25; /* 125% */
  color: var(--color-mb-headline);
}
.block-paragraph-mb h4 {
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.36; /* 136.364% */
  color: var(--color-mb-headline);
}
.block-paragraph-mb h5 {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 150% */
  color: var(--color-mb-headline);
}
.block-paragraph-mb h6 {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 150% */
  color: var(--color-mb-headline);
}
.block-paragraph-mb p {
  margin: 0 0 16px;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; /* 150% */
  color: var(--color-mb-body);
}
.block-paragraph-mb ul, .block-paragraph-mb ol {
  padding: 0;
  list-style: none;
}
.block-paragraph-mb ul:not(:last-child), .block-paragraph-mb ol:not(:last-child) {
  margin: 0 0 16px;
}
.block-paragraph-mb ul:last-child, .block-paragraph-mb ol:last-child {
  margin: 0;
}
.block-paragraph-mb ul li, .block-paragraph-mb ol li {
  padding: 0 0 0 1.5em;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; /* 150% */
  position: relative;
  break-inside: avoid;
  color: var(--color-mb-body);
}
.block-paragraph-mb ul li:not(:last-child), .block-paragraph-mb ol li:not(:last-child) {
  margin: 0 0 15px;
}
.block-paragraph-mb ul li:last-child, .block-paragraph-mb ol li:last-child {
  margin: 0;
}
.block-paragraph-mb ul li:before, .block-paragraph-mb ol li:before {
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: var(--color-mb-list-bullet);
  line-height: inherit;
  position: absolute;
  width: 2em;
  height: 1.2em;
  left: -0.8em;
  top: 0;
  text-align: right;
}
.block-paragraph-mb ul > li:before {
  content: "•";
}
.block-paragraph-mb ol > li:nth-child(1):before {
  content: "1.";
}
.block-paragraph-mb ol > li:nth-child(2):before {
  content: "2.";
}
.block-paragraph-mb ol > li:nth-child(3):before {
  content: "3.";
}
.block-paragraph-mb ol > li:nth-child(4):before {
  content: "4.";
}
.block-paragraph-mb ol > li:nth-child(5):before {
  content: "5.";
}
.block-paragraph-mb ol > li:nth-child(6):before {
  content: "6.";
}
.block-paragraph-mb ol > li:nth-child(7):before {
  content: "7.";
}
.block-paragraph-mb ol > li:nth-child(8):before {
  content: "8.";
}
.block-paragraph-mb ol > li:nth-child(9):before {
  content: "9.";
}
.block-paragraph-mb ol > li:nth-child(10):before {
  content: "10.";
}
.block-paragraph-mb ol > li:nth-child(11):before {
  content: "11.";
}
.block-paragraph-mb ol > li:nth-child(12):before {
  content: "12.";
}
.block-paragraph-mb ol > li:nth-child(13):before {
  content: "13.";
}
.block-paragraph-mb ol > li:nth-child(14):before {
  content: "14.";
}
.block-paragraph-mb ol > li:nth-child(15):before {
  content: "15.";
}
.block-paragraph-mb ol > li:nth-child(16):before {
  content: "16.";
}
.block-paragraph-mb ol > li:nth-child(17):before {
  content: "17.";
}
.block-paragraph-mb ol > li:nth-child(18):before {
  content: "18.";
}
.block-paragraph-mb ol > li:nth-child(19):before {
  content: "19.";
}
.block-paragraph-mb ol > li:nth-child(20):before {
  content: "20.";
}
.block-paragraph-mb ol > li:nth-child(21):before {
  content: "21.";
}
.block-paragraph-mb ol > li:nth-child(22):before {
  content: "22.";
}
.block-paragraph-mb ol > li:nth-child(23):before {
  content: "23.";
}
.block-paragraph-mb ol > li:nth-child(24):before {
  content: "24.";
}
.block-paragraph-mb ol > li:nth-child(25):before {
  content: "25.";
}
.block-paragraph-mb ol > li:nth-child(26):before {
  content: "26.";
}
.block-paragraph-mb ol > li:nth-child(27):before {
  content: "27.";
}
.block-paragraph-mb ol > li:nth-child(28):before {
  content: "28.";
}
.block-paragraph-mb ol > li:nth-child(29):before {
  content: "29.";
}
.block-paragraph-mb ol > li:nth-child(30):before {
  content: "30.";
}
.block-paragraph-mb ol > li:nth-child(31):before {
  content: "31.";
}
.block-paragraph-mb ol > li:nth-child(32):before {
  content: "32.";
}
.block-paragraph-mb ol > li:nth-child(33):before {
  content: "33.";
}
.block-paragraph-mb ol > li:nth-child(34):before {
  content: "34.";
}
.block-paragraph-mb ol > li:nth-child(35):before {
  content: "35.";
}
.block-paragraph-mb ol > li:nth-child(36):before {
  content: "36.";
}
.block-paragraph-mb ol > li:nth-child(37):before {
  content: "37.";
}
.block-paragraph-mb ol > li:nth-child(38):before {
  content: "38.";
}
.block-paragraph-mb ol > li:nth-child(39):before {
  content: "39.";
}
.block-paragraph-mb ol > li:nth-child(40):before {
  content: "40.";
}
.block-paragraph-mb ol > li:nth-child(41):before {
  content: "41.";
}
.block-paragraph-mb ol > li:nth-child(42):before {
  content: "42.";
}
.block-paragraph-mb ol > li:nth-child(43):before {
  content: "43.";
}
.block-paragraph-mb ol > li:nth-child(44):before {
  content: "44.";
}
.block-paragraph-mb ol > li:nth-child(45):before {
  content: "45.";
}
.block-paragraph-mb ol > li:nth-child(46):before {
  content: "46.";
}
.block-paragraph-mb ol > li:nth-child(47):before {
  content: "47.";
}
.block-paragraph-mb ol > li:nth-child(48):before {
  content: "48.";
}
.block-paragraph-mb ol > li:nth-child(49):before {
  content: "49.";
}
.block-paragraph-mb ol > li:nth-child(50):before {
  content: "50.";
}

.product-feature-callout {
  padding: 0 1.8rem 5rem;
}
.product-feature-callout > .content {
  max-width: var(--max-wrap);
  margin: 0 auto;
  max-width: 1250px;
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}
@media screen and (min-width: 980px) {
  .product-feature-callout > .content {
    flex-direction: row;
    column-gap: clamp(3rem, 5vw, 6rem);
  }
}
.product-feature-callout > .content .image-side {
  width: 100%;
  max-width: 529px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: var(--jd-green);
  position: relative;
  margin: 0 auto;
}
.product-feature-callout > .content .image-side:before {
  content: "";
  inset: 0;
  position: absolute;
  background-color: var(--jd-green);
  opacity: 0.5;
  z-index: 1;
}
@media screen and (min-width: 980px) {
  .product-feature-callout > .content .image-side {
    flex-direction: row;
    aspect-ratio: 529/393;
  }
}
.product-feature-callout > .content .image-side > img {
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 980px) {
  .product-feature-callout > .content .image-side > img {
    max-width: 400px;
    aspect-ratio: 400/393;
  }
}
.product-feature-callout > .content .image-side .sidebar {
  position: relative;
  z-index: 2;
  display: flex;
  justify-items: center;
  padding: 4.4rem 2.5rem;
  align-items: flex-start;
}
.product-feature-callout > .content .image-side .sidebar img {
  filter: brightness(0) invert(1);
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 980px) {
  .product-feature-callout > .content .image-side .sidebar {
    padding: 2rem 2.5rem;
    align-items: center;
    margin: 0 auto;
  }
  .product-feature-callout > .content .image-side .sidebar img {
    max-width: 50px;
  }
}
.product-feature-callout > .content .info {
  width: 100%;
  max-width: clamp(53rem, 50vw, 58rem);
  align-self: center;
}
@media screen and (max-width: 980px) {
  .product-feature-callout > .content .info {
    padding: 0 2.2rem;
  }
}
.product-feature-callout > .content .info .f-h2 {
  margin-bottom: 2.5rem;
}
.product-feature-callout > .content .info .copy {
  margin-bottom: 4rem;
}
.product-feature-callout > .content .info .actions {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  align-items: center;
}
.product-feature-callout > .content .info .actions a {
  color: var(--jd-blue);
  max-width: 240px;
  width: 100%;
}
@media screen and (min-width: 980px) {
  .product-feature-callout > .content .info .actions {
    display: grid;
    grid-auto-columns: max-content;
    align-items: flex-start;
  }
  .product-feature-callout > .content .info .actions > a {
    width: 100%;
    max-width: unset;
  }
}

.product-header-upper {
  width: 100%;
  background-color: var(--jd-blue);
  position: sticky;
  z-index: 100;
  top: 0;
}
@media screen and (max-width: 980px) {
  .product-header-upper::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: calc(env(safe-area-inset-top) * -1);
    height: env(safe-area-inset-top);
    background: var(--jd-blue);
    z-index: 0;
    pointer-events: none;
  }
}
@media screen and (min-width: 980px) {
  .product-header-upper:has(.image) {
    top: -10rem;
    margin-top: -10rem;
  }
}
.product-header-upper > .upper-section {
  position: relative;
}
.product-header-upper > .upper-section > img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.product-header-upper > .upper-section:before, .product-header-upper > .upper-section:after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
}
.product-header-upper > .upper-section:after {
  background-color: #0c2340;
  opacity: 0.75;
  z-index: 1;
}
.product-header-upper > .upper-section:before {
  background-image: url(../Images/Wood_texture_background.svg);
  opacity: 0.06;
  z-index: 2;
}
.product-header-upper > .upper-section > .content {
  position: relative;
  z-index: 3;
  max-width: var(--max-wrap);
  margin: 0 auto;
  max-width: 1000px;
  border-bottom: 6px solid var(--jd-green);
  padding: clamp(1.5rem, 2vw, 2.9rem) var(--mobile-padding) 3rem;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  row-gap: 2rem;
}
@media screen and (min-width: 980px) {
  .product-header-upper > .upper-section > .content {
    display: flex;
  }
}
.product-header-upper > .upper-section > .content .info {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
@media screen and (min-width: 980px) {
  .product-header-upper > .upper-section > .content .info {
    flex: 1 1 52rem;
  }
}
.product-header-upper > .upper-section > .content .info .f-h1 {
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 0;
}
.product-header-upper > .upper-section > .content .info .f-h1 em {
  font-family: var(--script-font);
  font-weight: 400;
  font-size: 2rem;
  line-height: 28px;
  text-align: center;
  vertical-align: middle;
}
.product-header-upper > .upper-section > .content .info h2,
.product-header-upper > .upper-section > .content .info h3,
.product-header-upper > .upper-section > .content .info h4,
.product-header-upper > .upper-section > .content .info h5 {
  color: white;
}
.product-header-upper > .upper-section > .content .info .actions {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1rem;
}
.product-header-upper > .upper-section > .content .info .actions a {
  border-color: var(--jd-teal);
  background-color: var(--jd-blue);
}
.product-header-upper > .upper-section > .content .info .actions a:hover {
  background-color: var(--cta-hover);
}
.product-header-upper > .upper-section > .content .info .actions a:not(.apple-btn):not(.android-btn) {
  border-color: var(--jd-teal);
  background-color: var(--jd-blue);
  width: 100%;
  max-width: 270px;
  padding: 1.4rem 3rem 1.4rem 3.5rem;
  font-size: 1.6rem;
}
.product-header-upper > .upper-section > .content .info .actions a:not(.apple-btn):not(.android-btn):hover {
  background-color: var(--cta-hover);
}
@media screen and (max-width: 980px) {
  .product-header-upper > .upper-section > .content .info .actions {
    justify-items: center;
  }
}
.product-header-upper > .upper-section > .content .image {
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  max-width: clamp(34rem, 20vw, 36.3rem);
  max-height: clamp(34rem, 20vw, 36.3rem);
  border: 6px solid var(--jd-green);
  opacity: 1;
  transition: max-height 0.2s linear, flex-basis 0.2s linear, opacity 0.2s linear, border-width 0.2s linear;
}
.product-header-upper > .upper-section > .content .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 980px) {
  .product-header-upper > .upper-section > .content .image {
    flex: 1 1 36.3rem;
  }
}
@media screen and (min-width: 980px) {
  .product-header-upper > .upper-section > .content:has(.image) {
    column-gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    overflow: hidden;
  }
  .product-header-upper > .upper-section > .content:has(.image) .info {
    text-align: left;
    position: relative;
    width: 100%;
    top: 8rem;
  }
  .product-header-upper > .upper-section > .content:has(.image) .info .f-h1 {
    text-align: left;
  }
  .product-header-upper > .upper-section > .content:has(.image) .image {
    position: relative;
    top: 10rem;
  }
}
@media screen and (max-width: 980px) {
  .product-header-upper.is-stuck {
    background: var(--jd-blue);
  }
}
.product-header-upper.is-stuck .upper-section .content .info .f-h1 {
  font-size: 2.4rem;
  text-align: center;
}
.product-header-upper.is-stuck .upper-section .content .image {
  max-height: 0;
  flex-basis: 0;
  opacity: 0;
  border-width: 0;
}
.product-header-upper.is-stuck .upper-section .content .actions {
  margin: 0 auto;
  grid-template-columns: 280px;
}
@media screen and (min-width: 980px) {
  .product-header-upper.is-stuck {
    top: 0;
    margin-top: 0;
  }
  .product-header-upper.is-stuck .upper-section .content {
    justify-items: center;
    justify-content: center;
    column-gap: 0;
  }
  .product-header-upper.is-stuck .upper-section .content .info {
    top: 0 !important;
    margin-top: 0 !important;
    align-items: center;
    flex: 1 1 100%;
    margin: 0 auto;
  }
}

.product-header-lower {
  background-color: var(--jd-blue);
}
.product-header-lower > .lower-section {
  padding: clamp(4rem, 5vw, 5rem) var(--mobile-padding);
}
.product-header-lower > .lower-section .copy {
  max-width: var(--max-wrap);
  margin: 0 auto;
  text-align: center;
  max-width: 850px;
}
.product-header-lower > .lower-section .copy > * {
  color: white;
  font-family: var(--body-font) !important;
}
.product-header-lower > .lower-section .copy p {
  font-size: 1.6rem;
}
.product-header-lower > .lower-section .copy h2,
.product-header-lower > .lower-section .copy h3,
.product-header-lower > .lower-section .copy h4,
.product-header-lower > .lower-section .copy h5 {
  color: white;
}
.product-header-lower > .lower-section .copy ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-header-lower > .lower-section .copy a {
  color: white;
}
.product-header-lower > .lower-section .copy h2,
.product-header-lower > .lower-section .copy .f-h2, .product-header-lower > .lower-section .copy > *:first-child {
  font-size: clamp(2.2rem, 3vw, 3rem);
  font-weight: 700;
  font-family: var(--body-font);
  color: white;
}

.product-listing-widget {
  padding: 2rem 0 0;
  margin-bottom: 5rem;
}
@media screen and (min-width: 980px) {
  .product-listing-widget {
    padding: 6rem 2.5rem 0;
  }
}
.product-listing-widget > .content {
  max-width: var(--max-wrap);
  margin: 0 auto;
  max-width: 1250px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.5rem;
}
@media screen and (min-width: 980px) {
  .product-listing-widget > .content {
    display: flex;
    column-gap: 5rem;
    align-items: flex-start;
  }
  .product-listing-widget > .content .compare-accounts {
    flex: 0 0 auto;
    max-width: 200px;
    width: 100%;
    transition: max-width 0.3s ease-in-out, height 0.3s ease-in-out 0.5s;
  }
  .product-listing-widget > .content .products-container {
    flex: 1 1 auto;
    max-width: 100%;
    transition: max-width 0.3s ease-in-out;
  }
}
.product-listing-widget > .content .toggle-btn {
  width: 100%;
  padding: 1.8rem 1.5rem 1.2rem;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0.5rem;
  font-weight: 600;
  font-size: 1.6rem;
  justify-items: center;
}
.product-listing-widget > .content .toggle-btn .info {
  display: grid;
  justify-items: center;
}
.product-listing-widget > .content .toggle-btn .image {
  aspect-ratio: 1;
  width: 50px;
  overflow: hidden;
}
.product-listing-widget > .content .toggle-btn .image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.product-listing-widget > .content .toggle-btn .arrow {
  height: 2.4rem;
  width: 2.4rem;
  background-size: contain;
}
.product-listing-widget > .content .compare-accounts {
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr;
  box-shadow: 0px 5px 4px 0px rgba(83, 81, 77, 0.17);
}
@media screen and (min-width: 980px) {
  .product-listing-widget > .content .compare-accounts {
    height: 339px;
    overflow: hidden;
  }
}
.product-listing-widget > .content .compare-accounts .closed {
  display: block;
}
.product-listing-widget > .content .compare-accounts .open {
  display: none;
}
.product-listing-widget > .content .compare-accounts > .chart-container {
  display: none;
  overflow: hidden;
}
@media screen and (min-width: 980px) {
  .product-listing-widget > .content .compare-accounts > .chart-container {
    opacity: 0;
    transition: opacity 0.2s ease 0.5s;
  }
}
@media screen and (min-width: 980px) {
  .product-listing-widget > .content .compare-accounts {
    box-shadow: unset;
    border-radius: 10px;
    border: 2px solid var(--jd-teal);
  }
  .product-listing-widget > .content .compare-accounts > button {
    padding: 11rem 1.5rem 12rem;
  }
}
.product-listing-widget > .content .products-container {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.5rem;
}
@media screen and (max-width: 980px) {
  .product-listing-widget > .content .products-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.product-listing-widget > .content .products-container .toggle-btn {
  display: none;
  pointer-events: none;
}
.product-listing-widget > .content .products-container .product {
  border-radius: 20px;
  overflow: hidden;
}
.product-listing-widget > .content .products-container .product .header {
  background-image: var(--bgImage);
  background-size: cover;
  background-position: top;
  padding: clamp(4rem, 5vw, 5rem) 3rem;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  row-gap: 2rem;
  column-gap: 2rem;
}
.product-listing-widget > .content .products-container .product .header .bgImage {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  object-fit: cover;
}
@media screen and (min-width: 980px) {
  .product-listing-widget > .content .products-container .product .header {
    justify-items: flex-start;
    grid-template-columns: 200px 1fr;
    align-items: center;
    padding-bottom: 0;
    padding-left: 6em;
  }
}
.product-listing-widget > .content .products-container .product .header .f-h2 {
  color: white;
  position: relative;
  z-index: 4;
  line-height: 3rem;
  margin-bottom: 0;
}
.product-listing-widget > .content .products-container .product .header .f-h2 em {
  font-size: 2.4rem;
  font-family: var(--script-font);
  font-weight: 400;
  display: block;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .product-listing-widget > .content .products-container .product .header .f-h2 em {
    display: inline;
  }
}
.product-listing-widget > .content .products-container .product .header .tab-header {
  display: none;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 980px) {
  .product-listing-widget > .content .products-container .product .header .tab-header {
    display: flex;
    column-gap: 4rem;
    grid-column: span 2;
  }
}
.product-listing-widget > .content .products-container .product .header .tab-header button {
  color: white;
  padding: 0 2rem 1rem;
  font-weight: 400;
  font-size: 2.4rem;
  border-bottom: 10px solid transparent;
  transition: border-bottom 0.2s ease;
}
.product-listing-widget > .content .products-container .product .header .tab-header button.active {
  font-weight: 700;
  border-color: var(--jd-green);
}
.product-listing-widget > .content .products-container .product .header .tab-header:not(:has(button:nth-of-type(2))) button {
  display: none;
}
.product-listing-widget > .content .products-container .product .header:before, .product-listing-widget > .content .products-container .product .header:after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
}
.product-listing-widget > .content .products-container .product .header:after {
  background-color: #0c2340;
  opacity: 0.75;
  z-index: 1;
}
.product-listing-widget > .content .products-container .product .header:before {
  background-image: url(../Images/Wood_texture_background.svg);
  opacity: 0.06;
  z-index: 2;
}
.product-listing-widget > .content .products-container .product .header .main-image {
  position: relative;
  z-index: 3;
  width: 200px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid var(--jd-green);
}
.product-listing-widget > .content .products-container .product .header .main-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.product-listing-widget > .content .products-container .product .bottom-section {
  border-top: 3px solid var(--jd-teal);
  padding: clamp(5rem, 5vw, 6rem) 2.5rem;
  display: grid;
  grid-template-columns: 1fr;
  background-color: var(--jd-blue);
  color: white;
}
.product-listing-widget > .content .products-container .product .bottom-section .js-accordion-container,
.product-listing-widget > .content .products-container .product .bottom-section .js-accordion-container-no-tab {
  border-radius: 10px;
  color: white;
  transition: background 0.2s ease;
}
@media screen and (max-width: 980px) {
  .product-listing-widget > .content .products-container .product .bottom-section .js-accordion-container,
  .product-listing-widget > .content .products-container .product .bottom-section .js-accordion-container-no-tab {
    background: rgb(22, 45, 75);
  }
  .product-listing-widget > .content .products-container .product .bottom-section .js-accordion-container .accordion-button,
  .product-listing-widget > .content .products-container .product .bottom-section .js-accordion-container-no-tab .accordion-button {
    padding: 1.5rem 2.5rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.product-listing-widget > .content .products-container .product .bottom-section .js-accordion-container .accordion-content > *,
.product-listing-widget > .content .products-container .product .bottom-section .js-accordion-container-no-tab .accordion-content > * {
  color: white;
}
.product-listing-widget > .content .products-container .product .bottom-section .js-accordion-container .accordion-content h3,
.product-listing-widget > .content .products-container .product .bottom-section .js-accordion-container-no-tab .accordion-content h3 {
  font-family: var(--body-font);
  font-weight: 700;
}
.product-listing-widget > .content .products-container .product .bottom-section .js-accordion-container .accordion-content p,
.product-listing-widget > .content .products-container .product .bottom-section .js-accordion-container .accordion-content ul,
.product-listing-widget > .content .products-container .product .bottom-section .js-accordion-container-no-tab .accordion-content p,
.product-listing-widget > .content .products-container .product .bottom-section .js-accordion-container-no-tab .accordion-content ul {
  margin-bottom: 0;
  padding-bottom: 1em;
}
@media screen and (max-width: 980px) {
  .product-listing-widget > .content .products-container .product .bottom-section .js-accordion-container .accordion-content,
  .product-listing-widget > .content .products-container .product .bottom-section .js-accordion-container-no-tab .accordion-content {
    padding: 0 2.5rem;
  }
}
.product-listing-widget > .content .products-container .product .bottom-section .js-accordion-container .icon:before, .product-listing-widget > .content .products-container .product .bottom-section .js-accordion-container .icon:after,
.product-listing-widget > .content .products-container .product .bottom-section .js-accordion-container-no-tab .icon:before,
.product-listing-widget > .content .products-container .product .bottom-section .js-accordion-container-no-tab .icon:after {
  background-color: white;
}
.product-listing-widget > .content .products-container .product .bottom-section .js-accordion-container.open,
.product-listing-widget > .content .products-container .product .bottom-section .js-accordion-container-no-tab.open {
  background-color: var(--jd-blue);
}
.product-listing-widget > .content .products-container .product .bottom-section ul {
  display: grid;
  padding-left: 0;
  grid-template-columns: 1fr;
  row-gap: 1em;
}
.product-listing-widget > .content .products-container .product .bottom-section .actions {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.product-listing-widget > .content .products-container .product .bottom-section .actions a {
  width: 100%;
}
@media screen and (max-width: 980px) {
  .product-listing-widget > .content .products-container .product .bottom-section .disclosure.tablet {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  .product-listing-widget > .content .products-container .product .bottom-section .disclosure.tablet {
    padding: 0 7rem;
  }
  .product-listing-widget > .content .products-container .product .bottom-section .disclosure.mobile {
    display: none;
  }
}
.product-listing-widget > .content .products-container .product .bottom-section .disclosure .accordion-content {
  font-size: 1.2rem;
}
@media screen and (max-width: 980px) {
  .product-listing-widget > .content .products-container .product .bottom-section .accordions {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 1rem;
    margin-bottom: 4rem;
  }
  .product-listing-widget > .content .products-container .product .bottom-section .accordions:not(:has(> .accordion-container:nth-of-type(2))) > .accordion-container {
    background: var(--jd-blue);
  }
  .product-listing-widget > .content .products-container .product .bottom-section .accordions:not(:has(> .accordion-container:nth-of-type(2))) > .accordion-container .accordion-button {
    display: none;
  }
  .product-listing-widget > .content .products-container .product .bottom-section .accordions:not(:has(> .accordion-container:nth-of-type(2))) > .accordion-container .accordion-content {
    display: block;
  }
}
@media screen and (min-width: 980px) {
  .product-listing-widget > .content .products-container .product .bottom-section {
    grid-template-columns: 56fr 41fr;
    column-gap: 1rem;
  }
  .product-listing-widget > .content .products-container .product .bottom-section .disclosure {
    grid-column: span 2;
  }
  .product-listing-widget > .content .products-container .product .bottom-section .accordions {
    padding: 0 7rem;
    display: flex;
    flex-direction: column;
    row-gap: 2.5rem;
  }
  .product-listing-widget > .content .products-container .product .bottom-section .actions {
    padding: 0 5rem 0 3rem;
  }
}
.product-listing-widget.compare-open > .content .compare-accounts {
  width: 100%;
  max-width: 1000px;
  padding: 4rem 3rem;
}
.product-listing-widget.compare-open > .content .compare-accounts .toggle-btn {
  display: none;
}
@media screen and (max-width: 980px) {
  .product-listing-widget.compare-open > .content .compare-accounts .toggle-btn {
    display: grid;
  }
}
.product-listing-widget.compare-open > .content .compare-accounts .toggle-btn .closed {
  display: none;
}
.product-listing-widget.compare-open > .content .compare-accounts .toggle-btn .open {
  display: block;
}
.product-listing-widget.compare-open > .content .compare-accounts > .chart-container {
  display: grid;
  row-gap: 1.5rem;
  justify-items: center;
}
.product-listing-widget.compare-open > .content .products-container {
  max-width: 280px;
}
@media screen and (max-width: 980px) {
  .product-listing-widget.compare-open > .content .products-container {
    max-width: unset;
  }
}
.product-listing-widget.compare-open > .content .products-container .product {
  display: none;
  opacity: 0;
}
.product-listing-widget.compare-open > .content .products-container .toggle-btn {
  pointer-events: all;
  display: grid;
  margin: 0 auto;
  background-color: var(--jd-blue);
  color: white;
  padding: 5rem 2.5rem;
  overflow: hidden;
  border-radius: 10px;
  row-gap: 1.5rem;
}
.product-listing-widget.compare-open > .content .products-container .toggle-btn .product-image {
  position: relative;
  z-index: 3;
  width: 150px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid var(--jd-green);
}
.product-listing-widget.compare-open > .content .products-container .toggle-btn .product-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 980px) {
  .product-listing-widget.compare-open.transition .compare-accounts {
    height: 100%;
  }
  .product-listing-widget.compare-open.transition .chart-container {
    opacity: 1;
  }
}

.product-perks-widget {
  padding: clamp(4rem, 5vw, 5rem) 20px;
  margin-bottom: 0;
  background-color: #e5eeee;
}
.product-perks-widget > .content {
  max-width: var(--max-wrap);
  margin: 0 auto;
  max-width: 1000px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1rem;
}
.product-perks-widget > .content .perk-container {
  background-color: white;
  border-radius: 10px;
  padding: 3rem;
}
.product-perks-widget > .content .perk-container .headline {
  display: grid;
  grid-template-columns: 50px 1fr;
  column-gap: 2rem;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 4rem;
}
.product-perks-widget > .content .perk-container .headline span > p {
  margin-bottom: 0;
}
.product-perks-widget > .content .perk-container .headline img {
  aspect-ratio: 1/1;
  width: 50px;
  object-fit: contain;
  overflow: hidden;
}
.product-perks-widget > .content .perk-container .perk-list {
  padding-left: 0;
  display: block;
  column-count: 2;
  column-gap: clamp(3rem, 5vw, 6rem);
  row-gap: 2rem;
  margin-bottom: 0;
}
@media (700px < width) {
  .product-perks-widget > .content .perk-container .perk-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, 175px);
    align-items: center;
    width: 100%;
  }
}
.product-perks-widget > .content .perk-container .perk-list li {
  list-style: none;
  position: relative;
  display: flex;
  column-gap: 5px;
  align-items: flex-start;
  padding-bottom: 2rem;
}
@media (600px < width) {
  .product-perks-widget > .content .perk-container .perk-list li {
    padding-bottom: 0;
  }
}
.product-perks-widget > .content .perk-container .perk-list li:before {
  content: url(../images/ico-check-circle.svg);
}
.product-perks-widget > .content .disclosure {
  text-align: left;
  max-width: 850px;
  margin: 2rem auto 0;
  font-size: 1.2rem;
}
.product-perks-widget > .content .disclosure .headline {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 980px) {
  .product-perks-widget > .content .disclosure {
    padding: 0 2rem;
  }
}

.rate-callout-widget {
  padding: 0 var(--mobile-padding);
  margin-bottom: 7rem;
}
.rate-callout-widget > .content {
  max-width: var(--max-wrap);
  margin: 0 auto;
  max-width: 900px;
  padding: 1rem;
  display: grid;
  row-gap: 2rem;
}
@media screen and (min-width: 980px) {
  .rate-callout-widget > .content {
    grid-template-columns: 1fr 1fr;
    column-gap: clamp(6rem, 10vw, 12rem);
  }
  .rate-callout-widget > .content .disclosure {
    grid-column: span 2;
  }
}
.rate-callout-widget > .content .rate-side {
  font-family: var(--heading-font);
  font-weight: 900;
  font-size: clamp(3rem, 4vw, 4rem);
  display: grid;
  align-items: center;
}
.rate-callout-widget > .content .rate-side .container {
  margin: 0 auto;
  width: max-content;
  position: relative;
}
.rate-callout-widget > .content .rate-side .container:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background-color: var(--jd-green);
}
.rate-callout-widget > .content .rate-side span {
  font-size: clamp(5rem, 5vw, 6rem);
  line-height: 80px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .rate-callout-widget > .content .description {
    text-align: center;
  }
}
.rate-callout-widget > .content .description .headline {
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 2rem;
  line-height: 30px;
  margin-bottom: 1rem;
}
.rate-callout-widget > .content .description p {
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .rate-callout-widget > .content .description {
    position: relative;
  }
  .rate-callout-widget > .content .description:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: calc(-1 * clamp(3rem, 5vw, 6rem));
    width: 1px;
    background: var(--jd-blue);
  }
}
.rate-callout-widget > .content .accordion-container {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  row-gap: 1rem;
}
.rate-callout-widget > .content .accordion-container .accordion-button {
  font-family: var(--body-font);
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  justify-self: center;
  padding: 1.5rem 0;
}
.rate-callout-widget > .content .accordion-container .accordion-content {
  font-family: var(--body-font);
  font-size: 1.4rem;
  max-width: 700px;
  margin: 0 auto;
}

.rate-block {
  padding: 3em var(--mobile-padding);
  text-align: center;
}
.content .rate-block {
  padding: 0;
}
.rate-block > .content {
  max-width: var(--max-wrap);
  margin: 0 auto;
}
.rate-block > .content > h2 {
  margin-bottom: 1em;
  text-align: center;
}
.single-rate.rate-block > .content > h2 {
  margin-bottom: 0;
}

.rate-block > .content > .actions {
  display: grid;
  grid-template-columns: minmax(auto, max-content);
  grid-gap: 0.5em;
  max-width: 100%;
  justify-content: center;
}
.rate-block > .content .rate-section-header .actions {
  margin-bottom: 1.5em;
  display: flex;
  column-gap: 0.5em;
  row-gap: 0.5em;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  .rate-block > .content .rate-section-header .actions {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0.5em;
  }
}

.spotlight-widget {
  background-color: var(--jd-blue);
  position: relative;
  padding: clamp(17rem, 17vw, 25rem) var(--mobile-padding) 0;
  margin-bottom: clamp(10rem, 10vw, 11rem);
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .spotlight-widget {
    padding-top: clamp(150px, 25vw, 37.5rem);
  }
}
.spotlight-widget:before {
  content: "";
  display: block;
  width: 100vw;
  height: clamp(15rem, 17vw, 25rem);
  background: white;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 980px) {
  .spotlight-widget:before {
    height: clamp(150px, 25vw, 37.5rem);
  }
}
.spotlight-widget .content {
  max-width: var(--max-wrap);
  margin: 0 auto;
  max-width: 1175px;
  display: grid;
  grid-template-columns: 1fr;
  z-index: 2;
}
@media screen and (min-width: 980px) {
  .spotlight-widget .content {
    display: grid;
    position: relative;
    padding: 7rem 0;
    grid-template-columns: clamp(300px, 50vw, 65.5rem) 1fr;
  }
}
@media screen and (max-width: 980px) {
  .spotlight-widget .content {
    justify-items: center;
    grid-template-rows: clamp(150px, 25vw, 37.5rem) 1fr;
    row-gap: 4rem;
    margin-bottom: 5rem;
  }
}
.spotlight-widget .content .photo {
  aspect-ratio: 1;
  border-radius: 50%;
  width: clamp(300px, 50vw, 65.5rem);
  overflow: hidden;
  max-width: 65.5rem;
  border: 8px solid var(--jd-green);
  position: absolute;
  top: 0;
  z-index: 3;
}
.spotlight-widget .content .photo a {
  display: block;
  height: 100%;
  width: 100%;
}
.spotlight-widget .content .photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 980px) {
  .spotlight-widget .content .photo {
    top: calc(-1 * clamp(10rem, 12vw, 15rem));
    left: 0;
  }
}
.spotlight-widget .content .photo:has(a):before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--jd-teal);
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}
.spotlight-widget .content .photo:has(a):after {
  content: "";
  position: absolute;
  z-index: 2;
  align-self: center;
  height: 100px;
  width: 100px;
  background-image: url(../Images/ico-play.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  pointer-events: none;
}
.spotlight-widget .content .info {
  max-width: 52rem;
}
@media screen and (min-width: 980px) {
  .spotlight-widget .content .info {
    width: 100%;
    grid-column: 2;
    padding-left: 5rem;
    padding-right: 10rem;
  }
}
@media screen and (max-width: 980px) {
  .spotlight-widget .content .info {
    grid-row: 2;
  }
}
.spotlight-widget .content .info .f-h2 {
  color: white;
  font-size: 2rem;
}
.spotlight-widget .content .info .copy {
  color: white;
}
.spotlight-widget .content .info .actions {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.spotlight-widget .content .info .actions a {
  color: white;
  padding: 1.2rem 3.2rem 1.2rem 3.2rem;
  border-color: var(--jd-teal);
  font-size: 1.6rem;
}
@media screen and (max-width: 980px) {
  .spotlight-widget .content .info .actions a {
    width: 200px;
  }
}

.staff-carousel {
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 980px) {
  .staff-carousel {
    padding: 0 2rem 1.5rem;
  }
}
.staff-carousel > .content {
  max-width: var(--max-wrap);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 980px) {
  .staff-carousel > .content {
    grid-template-columns: 1fr clamp(300px, 33vw, 380px);
    column-gap: 1.5rem;
  }
  .staff-carousel > .content > div {
    border-radius: 1rem;
    overflow: hidden;
  }
}
.staff-carousel > .content .carousel {
  padding: 3rem 0 2.5rem;
  background-color: var(--snow-cream);
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}
@media screen and (min-width: 980px) {
  .staff-carousel > .content .carousel {
    grid-template-rows: auto 1fr;
  }
}
.staff-carousel > .content .carousel > div:has(.employee-card) {
  min-width: 250px;
}
.staff-carousel > .content .carousel .f-h2 {
  font-size: 2.4rem;
  margin: 2.5rem 0 5rem;
}
.staff-carousel > .content .carousel .splide {
  overflow: hidden;
  max-width: 100%;
  width: 100%;
}
.staff-carousel > .content .carousel .splide .splide__track {
  margin-left: 3rem;
  overflow: visible;
}
@media screen and (max-width: 980px) {
  .staff-carousel > .content .carousel .splide .splide__track {
    margin-left: calc(50vw - 135px);
  }
}
.staff-carousel > .content .carousel .splide .splide__list {
  column-gap: 2rem;
}
.staff-carousel > .content .carousel .splide .splide__list li {
  width: 270px;
  list-style: none;
}
@media screen and (min-width: 980px) {
  .staff-carousel > .content .carousel .splide .splide__list {
    justify-content: center;
  }
}
.staff-carousel > .content .carousel .splide .controls {
  display: none;
  flex-direction: column;
  justify-self: center;
  padding-top: 3rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 980px) {
  .staff-carousel > .content .carousel .splide .controls {
    align-items: center;
  }
}
.staff-carousel > .content .carousel .splide .controls .splide__arrows {
  column-gap: 4rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 980px) {
  .staff-carousel > .content .carousel .splide .controls {
    flex-direction: row;
    align-items: center;
    column-gap: 4rem;
    justify-items: center;
  }
}
.staff-carousel > .content .carousel .splide.is-overflow .controls {
  display: flex;
}
.staff-carousel > .content .sidebar {
  display: grid;
  place-items: center;
  background-color: var(--jd-blue);
  padding-top: clamp(7rem, 8vw, 9rem);
  padding-bottom: clamp(6rem, 7vw, 8rem);
  row-gap: 1rem;
}
.staff-carousel > .content .sidebar > * {
  color: white;
}
.staff-carousel > .content .sidebar .icon {
  width: 75px;
  height: 75px;
  overflow: hidden;
}
.staff-carousel > .content .sidebar .icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.staff-carousel > .content .sidebar h3 {
  color: white;
  font-family: var(--body-font);
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  margin-bottom: 2rem;
}
.staff-carousel > .content .sidebar a {
  color: white;
}
.staff-carousel > .content .sidebar ul {
  padding-left: 0;
}
.staff-carousel > .content .sidebar ul li {
  list-style: none;
  color: white;
  text-align: center;
}
.staff-carousel > .content .sidebar ul li a {
  color: white;
}

.community-ticker-widget {
  padding: 0 var(--mobile-padding);
  margin-bottom: 4em;
}
@media screen and (max-width: 980px) {
  .community-ticker-widget {
    padding: 0 2rem;
  }
}
.community-ticker-widget > .content {
  max-width: var(--max-wrap);
  margin: 0 auto;
  max-width: 1240px;
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr;
}
.community-ticker-widget > .content .stat-tile-container {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  text-align: center;
  justify-items: center;
}
@media screen and (min-width: 980px) {
  .community-ticker-widget > .content .stat-tile-container {
    grid-template-columns: 300px;
  }
  .community-ticker-widget > .content .stat-tile-container:has(> div + div) {
    grid-template-columns: 300px 300px;
  }
}
@media (1300px < width) {
  .community-ticker-widget > .content .stat-tile-container {
    grid-template-columns: repeat(auto-fit, 300px);
  }
}
.community-ticker-widget > .content .stat-tile-container .stat-tile {
  max-width: 300px;
  width: 100%;
  padding: 4rem;
  display: grid;
  justify-content: center;
}
.community-ticker-widget > .content .stat-tile-container .stat-tile .stat-value {
  font-family: var(--heading-font);
  font-size: 6rem;
}
.community-ticker-widget > .content .stat-tile-container .stat-tile .title {
  font-size: 1.8rem;
  font-weight: 700;
}
.community-ticker-widget > .content .stat-tile-container .stat-tile .subtitle {
  font-size: 1.6rem;
  font-weight: 700;
}

.text-section-widget {
  padding: 2.5rem var(--mobile-padding);
  margin-bottom: 5.5rem;
}
.text-section-widget > .content {
  max-width: var(--max-wrap);
  margin: 0 auto;
  max-width: 900px;
}
.text-section-widget > .content .f-h2 {
  font-family: var(--body-font) !important;
  font-size: clamp(2.4rem, 3vw, 3rem);
  font-weight: 700 !important;
}
.text-section-widget > .content a {
  text-decoration: underline currentColor;
}
.text-section-widget > .content a:hover {
  text-decoration-thickness: 2px;
}
.text-section-widget > .content ul {
  column-gap: calc(1em + clamp(20px, 3.5vw, 50px));
  padding-left: 0;
}
.text-section-widget > .content ul li {
  padding-bottom: 2rem;
  break-inside: avoid;
}
@media screen and (min-width: 980px) {
  .text-section-widget > .content ul {
    column-count: 2;
  }
}
.text-section-widget > .content .actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, 280px);
  row-gap: 1rem;
  column-gap: 2rem;
}
@media screen and (max-width: 980px) {
  .text-section-widget > .content .actions {
    grid-template-columns: 280px;
    justify-content: center;
  }
}
@media screen and (min-width: 980px) {
  .text-section-widget.one-column ul {
    column-count: 1;
  }
  .text-section-widget.three-column ul {
    column-count: 3;
  }
}

.video-carousel {
  margin-bottom: 5rem;
  padding: 0 2.5rem;
}
.video-carousel > .content .f-h2 {
  padding: 0 2rem 4rem;
  text-align: center;
}
.video-carousel > .content .carousel {
  display: grid;
  grid-template-columns: 1fr;
  max-width: var(--max-wrap);
  margin: 0 auto;
}
.video-carousel > .content .carousel .splide__track {
  max-width: 1400px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 980px) {
  .video-carousel > .content .carousel .splide__track {
    max-width: 100%;
  }
}
@media screen and (min-width: 980px) {
  .video-carousel > .content .carousel .splide__track:after {
    content: "";
    pointer-events: none;
    display: block;
    inset: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(255, 255, 255), rgba(255, 255, 255, 0) 3%, rgba(255, 255, 255, 0) 97%, rgb(255, 255, 255) 100%);
  }
}
.video-carousel > .content .carousel .splide__list {
  margin: 0 auto;
  padding-left: 0;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .video-carousel > .content .carousel .splide__list {
    max-width: 600px;
    aspect-ratio: 400/226;
  }
}
@media screen and (min-width: 980px) {
  .video-carousel > .content .carousel .splide__list {
    column-gap: 1.5rem;
  }
}
.video-carousel > .content .carousel .splide__slide {
  aspect-ratio: 400/226;
  max-width: 400px;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
  border: 3px solid var(--jd-green);
}
@media screen and (max-width: 980px) {
  .video-carousel > .content .carousel .splide__slide {
    max-width: 600px;
  }
}
.video-carousel > .content .carousel .splide__slide:hover {
  cursor: pointer;
}
.video-carousel > .content .carousel .splide__slide .video-trigger {
  display: block;
  height: 100%;
  width: 100%;
}
.video-carousel > .content .carousel .splide__slide video,
.video-carousel > .content .carousel .splide__slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.video-carousel > .content .carousel .splide__slide:after {
  content: "";
  inset: 0;
  display: block;
  position: absolute;
  pointer-events: none;
  background-image: url(../images/play_circle.svg);
  background-size: 75px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
.video-carousel > .content .carousel .splide__slide:has(.active):after {
  opacity: 0;
}
.video-carousel > .content .carousel .controls {
  flex-direction: column;
  justify-self: center;
  padding-top: 3rem;
  padding-bottom: 2.5rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .video-carousel > .content .carousel .controls {
    align-items: center;
  }
}
.video-carousel > .content .carousel .controls .splide__arrows {
  column-gap: 4rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 980px) {
  .video-carousel > .content .carousel .controls {
    flex-direction: row;
    align-items: center;
    column-gap: 4rem;
    justify-items: center;
  }
}
.video-carousel > .content .carousel .controls .splide__pagination {
  display: flex;
}
.video-carousel > .content .carousel.is-overflow .controls {
  display: flex;
}

.z-formation-tile-widget {
  padding: 3rem;
  background-color: white;
  margin-bottom: 3rem;
}
.z-formation-tile-widget > .content {
  max-width: var(--max-wrap);
  margin: 0 auto;
  max-width: 950px;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  align-items: center;
}
.z-formation-tile-widget > .content .tile-block {
  display: flex;
  flex-direction: column;
  background-color: #fdfdfd;
  border: 2px solid #f0f6f6;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .z-formation-tile-widget > .content .tile-block {
    max-width: 500px;
  }
}
.z-formation-tile-widget > .content .tile-block .image-side {
  background-color: white;
  aspect-ratio: 315/200;
  width: 100%;
  place-items: flex-start;
  display: flex;
  padding-top: clamp(3rem, 5vw, 5rem);
  justify-content: center;
}
@media screen and (max-width: 980px) {
  .z-formation-tile-widget > .content .tile-block .image-side {
    border-bottom: 1px solid var(--jd-teal);
    max-height: 200px;
  }
}
.z-formation-tile-widget > .content .tile-block .image-side img {
  aspect-ratio: 1;
  width: 100px;
  object-fit: contain;
}
@media screen and (min-width: 980px) {
  .z-formation-tile-widget > .content .tile-block .image-side {
    max-width: 350px;
    flex: 0 0 350px;
    min-height: 250px;
    height: 100%;
  }
}
.z-formation-tile-widget > .content .tile-block .info-side {
  width: 100%;
  max-width: 630px;
  padding: clamp(3rem, 5vw, 5rem) clamp(4rem, 4vw, 6rem);
}
.z-formation-tile-widget > .content .tile-block .info-side .headline {
  font-family: var(--body-font);
  font-size: 2.2rem;
  margin-bottom: 2rem;
  font-weight: 600;
}
.z-formation-tile-widget > .content .tile-block .info-side .copy {
  margin-bottom: 1rem;
}
.z-formation-tile-widget > .content .tile-block .info-side .actions {
  padding-bottom: 2rem;
}
.z-formation-tile-widget > .content .tile-block .info-side .actions a {
  font-weight: 600;
  justify-content: flex-start;
}
@media screen and (min-width: 980px) {
  .z-formation-tile-widget > .content .tile-block {
    display: grid;
    grid-template-columns: 35fr 65fr;
    grid-auto-flow: row;
  }
  .z-formation-tile-widget > .content .tile-block:nth-of-type(odd) .image-side {
    border-right: 1px solid var(--jd-teal);
  }
  .z-formation-tile-widget > .content .tile-block:nth-of-type(even) {
    grid-template-columns: 65fr 35fr;
  }
  .z-formation-tile-widget > .content .tile-block:nth-of-type(even) .image-side {
    order: 2;
    border-left: 1px solid var(--jd-teal);
  }
}
/*# sourceMappingURL=main.min.css.map */
